diff --git a/server/latest/Nextcloud_Developer_Manual.epub b/server/latest/Nextcloud_Developer_Manual.epub index 8fe3e19c951..faa56eebeaa 100644 Binary files a/server/latest/Nextcloud_Developer_Manual.epub and b/server/latest/Nextcloud_Developer_Manual.epub differ diff --git a/server/latest/Nextcloud_Server_Administration_Manual.epub b/server/latest/Nextcloud_Server_Administration_Manual.epub index bc7c9ef5068..f99e44d47d4 100644 Binary files a/server/latest/Nextcloud_Server_Administration_Manual.epub and b/server/latest/Nextcloud_Server_Administration_Manual.epub differ diff --git a/server/latest/Nextcloud_Server_Administration_Manual.pdf b/server/latest/Nextcloud_Server_Administration_Manual.pdf index b2c771d6d43..157c9904654 100644 Binary files a/server/latest/Nextcloud_Server_Administration_Manual.pdf and b/server/latest/Nextcloud_Server_Administration_Manual.pdf differ diff --git a/server/latest/Nextcloud_User_Manual.epub b/server/latest/Nextcloud_User_Manual.epub index bb9514815f8..f43c600e5ba 100644 Binary files a/server/latest/Nextcloud_User_Manual.epub and b/server/latest/Nextcloud_User_Manual.epub differ diff --git a/server/latest/Nextcloud_User_Manual.pdf b/server/latest/Nextcloud_User_Manual.pdf index bf03acd2d87..212a5aff3d8 100644 Binary files a/server/latest/Nextcloud_User_Manual.pdf and b/server/latest/Nextcloud_User_Manual.pdf differ diff --git a/server/latest/admin_manual/groupware/calendar.html b/server/latest/admin_manual/groupware/calendar.html index 72d19c644c3..d6579767ad4 100644 --- a/server/latest/admin_manual/groupware/calendar.html +++ b/server/latest/admin_manual/groupware/calendar.html @@ -408,8 +408,9 @@

Example event

Added in version 32.0.0.

-

When a user logs in for the first time an example event is created in their personal calendar. -As an admin, you can disable the creation of the example event. +

When a user logs in for the first time an example event is created in their personal calendar.

+

This feature is enabled by default and is controlled by the create_example_event app config.

+

As an admin, you can disable the creation of the example event. It is also possible to replace the default event with a custom one.

To disable the creation of the example event for new users:

    @@ -417,6 +418,10 @@

    Example event
    sudo -E -u www-data php occ config:app:set dav create_example_event --value=no
    +
    +

    To replace the built-in default event with a custom one:

    1. Navigate to the Groupware settings in the admin settings.

    2. diff --git a/server/latest/admin_manual/groupware/contacts.html b/server/latest/admin_manual/groupware/contacts.html index 57eb7e059e8..ebfb1a4e9ab 100644 --- a/server/latest/admin_manual/groupware/contacts.html +++ b/server/latest/admin_manual/groupware/contacts.html @@ -271,12 +271,17 @@

      Example contactAdded in version 32.0.0.

      When a user logs in for the first time an example contact is created in the user’s address book.

      +

      This feature is enabled by default and is controlled by the enableDefaultContact app config.

      To disable the example contact feature:

      1. Navigate to the Groupware settings in the admin settings.

      2. Scroll down to the “Example content” section.

      3. Disable the “Add example contact …” setting with the checkbox

      +

      It can also be toggled from the command line:

      +
      sudo -E -u www-data php occ config:app:set dav enableDefaultContact --value=no
      +
      +

      If you want to set a specific contact that should be created.

      1. Press the “Import contact” button.

      2. diff --git a/server/latest/admin_manual/installation/system_requirements.html b/server/latest/admin_manual/installation/system_requirements.html index 0a1c77a1657..7fcf3fea043 100644 --- a/server/latest/admin_manual/installation/system_requirements.html +++ b/server/latest/admin_manual/installation/system_requirements.html @@ -256,7 +256,6 @@

        Server<

        PHP Runtime

        Note

        -

        These Makefiles are typically written to work in the nextcloud-docker-dev development environment.

        +

        These Makefiles are typically written to work in the nextcloud-docker-dev development environment.

        For a complete example, you can take a look at our Makefile for the 3rd-party service example. This example also requires the xmlstarlet program to be installed so that the Makefile can automatically detect the ExApp version from the info.xml file.

        @@ -343,7 +343,7 @@

        Makefile

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/development_overview/index.html b/server/latest/developer_manual/exapp_development/development_overview/index.html index 62e845319e3..cabbda54d91 100644 --- a/server/latest/developer_manual/exapp_development/development_overview/index.html +++ b/server/latest/developer_manual/exapp_development/development_overview/index.html @@ -178,7 +178,7 @@

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/BehindCompanyProxy.html b/server/latest/developer_manual/exapp_development/faq/BehindCompanyProxy.html index 93efed4224e..b6b302f7b0b 100644 --- a/server/latest/developer_manual/exapp_development/faq/BehindCompanyProxy.html +++ b/server/latest/developer_manual/exapp_development/faq/BehindCompanyProxy.html @@ -287,7 +287,7 @@

        Contact Support

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/DockerContainerRegistry.html b/server/latest/developer_manual/exapp_development/faq/DockerContainerRegistry.html index 105d4c4c1bf..a9bfefb5cdc 100644 --- a/server/latest/developer_manual/exapp_development/faq/DockerContainerRegistry.html +++ b/server/latest/developer_manual/exapp_development/faq/DockerContainerRegistry.html @@ -151,7 +151,7 @@

        How to use a private Docker container registry with authentication?

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/DockerSocketProxy.html b/server/latest/developer_manual/exapp_development/faq/DockerSocketProxy.html index 6534376cb07..53e2722879c 100644 --- a/server/latest/developer_manual/exapp_development/faq/DockerSocketProxy.html +++ b/server/latest/developer_manual/exapp_development/faq/DockerSocketProxy.html @@ -194,7 +194,7 @@

        Other implementations

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/GpuSupport.html b/server/latest/developer_manual/exapp_development/faq/GpuSupport.html index 506ef816812..47437b3eed6 100644 --- a/server/latest/developer_manual/exapp_development/faq/GpuSupport.html +++ b/server/latest/developer_manual/exapp_development/faq/GpuSupport.html @@ -169,7 +169,7 @@

        How to limit the number of GPUs per ExApp?

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/Scaling.html b/server/latest/developer_manual/exapp_development/faq/Scaling.html index a42cc02fc54..97c9203f029 100644 --- a/server/latest/developer_manual/exapp_development/faq/Scaling.html +++ b/server/latest/developer_manual/exapp_development/faq/Scaling.html @@ -162,7 +162,7 @@

        GPUs scaling

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/Troubleshooting.html b/server/latest/developer_manual/exapp_development/faq/Troubleshooting.html index 1b126c393c1..ef96239dd23 100644 --- a/server/latest/developer_manual/exapp_development/faq/Troubleshooting.html +++ b/server/latest/developer_manual/exapp_development/faq/Troubleshooting.html @@ -195,7 +195,7 @@

        ExApps management list of apps from App Store is empty

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/faq/index.html b/server/latest/developer_manual/exapp_development/faq/index.html index 5782d3f3f1d..d2d98f71709 100644 --- a/server/latest/developer_manual/exapp_development/faq/index.html +++ b/server/latest/developer_manual/exapp_development/faq/index.html @@ -190,7 +190,7 @@

        Frequently Asked Questions

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/index.html b/server/latest/developer_manual/exapp_development/index.html index dc72090f846..3be8e9f0a41 100644 --- a/server/latest/developer_manual/exapp_development/index.html +++ b/server/latest/developer_manual/exapp_development/index.html @@ -171,7 +171,7 @@

        ExApp development

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/Authentication.html b/server/latest/developer_manual/exapp_development/tech_details/Authentication.html index 410237cc3a4..5d20e43319d 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/Authentication.html +++ b/server/latest/developer_manual/exapp_development/tech_details/Authentication.html @@ -603,7 +603,7 @@

        Authentication flow

        Authentication flow in details

        -
        +
                 sequenceDiagram
             autonumber
             participant ExApp
        @@ -658,7 +658,7 @@ 

        AppAPI session keys

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/Deployment.html b/server/latest/developer_manual/exapp_development/tech_details/Deployment.html index 0f6024a2e79..b444ed675a4 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/Deployment.html +++ b/server/latest/developer_manual/exapp_development/tech_details/Deployment.html @@ -299,7 +299,7 @@

        ExApp info.xml schema

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/InstallationFlow.html b/server/latest/developer_manual/exapp_development/tech_details/InstallationFlow.html index 43b51cf1c9e..9d3cd7dbf1b 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/InstallationFlow.html +++ b/server/latest/developer_manual/exapp_development/tech_details/InstallationFlow.html @@ -252,7 +252,7 @@

        Enabled

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/Translations.html b/server/latest/developer_manual/exapp_development/tech_details/Translations.html index 3f89bce4725..070ad9edf2e 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/Translations.html +++ b/server/latest/developer_manual/exapp_development/tech_details/Translations.html @@ -195,7 +195,7 @@

        Translation tool

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/appconfig.html b/server/latest/developer_manual/exapp_development/tech_details/api/appconfig.html index c5535c3c9b6..3910ef5f0b8 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/appconfig.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/appconfig.html @@ -282,7 +282,7 @@

        Response

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/events_listener.html b/server/latest/developer_manual/exapp_development/tech_details/api/events_listener.html index bc01769c263..11b1b9d325e 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/events_listener.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/events_listener.html @@ -229,7 +229,7 @@

        Node Events

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/exapp.html b/server/latest/developer_manual/exapp_development/tech_details/api/exapp.html index 98372ccc0a0..0808fdbb281 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/exapp.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/exapp.html @@ -269,7 +269,7 @@

        Response data

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/fileactionsmenu.html b/server/latest/developer_manual/exapp_development/tech_details/api/fileactionsmenu.html index 870559e29fc..cacf4a19b4d 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/fileactionsmenu.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/fileactionsmenu.html @@ -721,7 +721,7 @@

        Examples

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/index.html b/server/latest/developer_manual/exapp_development/tech_details/api/index.html index 068dc0364f8..be20bff4d72 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/index.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/index.html @@ -247,7 +247,7 @@

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/logging.html b/server/latest/developer_manual/exapp_development/tech_details/api/logging.html index 2db7bade275..11d8ee8bf5e 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/logging.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/logging.html @@ -184,7 +184,7 @@

        Response data

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/notifications.html b/server/latest/developer_manual/exapp_development/tech_details/api/notifications.html index b307b824d15..0ba1c8d058e 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/notifications.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/notifications.html @@ -221,7 +221,7 @@

        Params<

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/occ_command.html b/server/latest/developer_manual/exapp_development/tech_details/api/occ_command.html index 296674456f6..6c0e7404cda 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/occ_command.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/occ_command.html @@ -251,7 +251,7 @@

        Params

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/other_ocs.html b/server/latest/developer_manual/exapp_development/tech_details/api/other_ocs.html index 0b96aef0b07..f23d6b2ef12 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/other_ocs.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/other_ocs.html @@ -177,7 +177,7 @@

        Other OCS APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/preferences.html b/server/latest/developer_manual/exapp_development/tech_details/api/preferences.html index 175b87415b1..084bac4501e 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/preferences.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/preferences.html @@ -282,7 +282,7 @@

        Response

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/routes.html b/server/latest/developer_manual/exapp_development/tech_details/api/routes.html index e3ab29e4e8f..2f31104f2de 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/routes.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/routes.html @@ -196,7 +196,7 @@

        Unregister

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/settings.html b/server/latest/developer_manual/exapp_development/tech_details/api/settings.html index 949346dd88d..3f5b1cd3fcf 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/settings.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/settings.html @@ -356,7 +356,7 @@

        Params

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/talkbots.html b/server/latest/developer_manual/exapp_development/tech_details/api/talkbots.html index 40323f70627..1434d7f2780 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/talkbots.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/talkbots.html @@ -189,7 +189,7 @@

        Request data

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/topmenu.html b/server/latest/developer_manual/exapp_development/tech_details/api/topmenu.html index 236bea5f560..2674de77985 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/topmenu.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/topmenu.html @@ -303,7 +303,7 @@

        Params

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/api/utils.html b/server/latest/developer_manual/exapp_development/tech_details/api/utils.html index ae63b290c23..5c439edac53 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/api/utils.html +++ b/server/latest/developer_manual/exapp_development/tech_details/api/utils.html @@ -181,7 +181,7 @@

        Response data

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/exapp_development/tech_details/index.html b/server/latest/developer_manual/exapp_development/tech_details/index.html index b6ef1928005..2b38ab1d95a 100644 --- a/server/latest/developer_manual/exapp_development/tech_details/index.html +++ b/server/latest/developer_manual/exapp_development/tech_details/index.html @@ -193,7 +193,7 @@

        Technical details

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/genindex.html b/server/latest/developer_manual/genindex.html index cdeddbb7118..36227455068 100644 --- a/server/latest/developer_manual/genindex.html +++ b/server/latest/developer_manual/genindex.html @@ -559,7 +559,7 @@

        Index

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/coding_standards/html_css.html b/server/latest/developer_manual/getting_started/coding_standards/html_css.html index ee3616f6db7..42a345e5d73 100644 --- a/server/latest/developer_manual/getting_started/coding_standards/html_css.html +++ b/server/latest/developer_manual/getting_started/coding_standards/html_css.html @@ -232,7 +232,7 @@

        Naming convention

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/coding_standards/index.html b/server/latest/developer_manual/getting_started/coding_standards/index.html index e8e813bf176..db0e7707802 100644 --- a/server/latest/developer_manual/getting_started/coding_standards/index.html +++ b/server/latest/developer_manual/getting_started/coding_standards/index.html @@ -273,7 +273,7 @@

        License headers

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/coding_standards/javascript.html b/server/latest/developer_manual/getting_started/coding_standards/javascript.html index 79f37430c68..47be63a7c1e 100644 --- a/server/latest/developer_manual/getting_started/coding_standards/javascript.html +++ b/server/latest/developer_manual/getting_started/coding_standards/javascript.html @@ -1068,7 +1068,7 @@

        Control structures

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/coding_standards/php.html b/server/latest/developer_manual/getting_started/coding_standards/php.html index a2ae90d564f..4b301bc758e 100644 --- a/server/latest/developer_manual/getting_started/coding_standards/php.html +++ b/server/latest/developer_manual/getting_started/coding_standards/php.html @@ -288,7 +288,7 @@

        Unit tests

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/development_process.html b/server/latest/developer_manual/getting_started/development_process.html index 83f193b4270..0d933cebe15 100644 --- a/server/latest/developer_manual/getting_started/development_process.html +++ b/server/latest/developer_manual/getting_started/development_process.html @@ -237,7 +237,7 @@

        Manual Backport

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/devenv.html b/server/latest/developer_manual/getting_started/devenv.html index 8a097a2bae9..30ea1fbff06 100644 --- a/server/latest/developer_manual/getting_started/devenv.html +++ b/server/latest/developer_manual/getting_started/devenv.html @@ -262,7 +262,7 @@

        Keep the code up-to-date

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/glossary.html b/server/latest/developer_manual/getting_started/glossary.html index f6f90402662..c796e14b0f3 100644 --- a/server/latest/developer_manual/getting_started/glossary.html +++ b/server/latest/developer_manual/getting_started/glossary.html @@ -563,7 +563,7 @@

        AJAX<

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/getting_started/index.html b/server/latest/developer_manual/getting_started/index.html index edf8360fc98..cae4b3de4a5 100644 --- a/server/latest/developer_manual/getting_started/index.html +++ b/server/latest/developer_manual/getting_started/index.html @@ -164,7 +164,7 @@

        Getting started

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/how_to/index.html b/server/latest/developer_manual/how_to/index.html index 58a242873ef..d5ece8ba71c 100644 --- a/server/latest/developer_manual/how_to/index.html +++ b/server/latest/developer_manual/how_to/index.html @@ -446,7 +446,7 @@

        WebAuthn without SSL

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/content.html b/server/latest/developer_manual/html_css_design/content.html index 78e8d47783a..cf686d8c405 100644 --- a/server/latest/developer_manual/html_css_design/content.html +++ b/server/latest/developer_manual/html_css_design/content.html @@ -193,7 +193,7 @@

        Rules and information

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/css.html b/server/latest/developer_manual/html_css_design/css.html index 1002c378898..c01850f8ab5 100644 --- a/server/latest/developer_manual/html_css_design/css.html +++ b/server/latest/developer_manual/html_css_design/css.html @@ -663,7 +663,7 @@

        Dos and Don’ts

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/html.html b/server/latest/developer_manual/html_css_design/html.html index 2d8f8d279b8..eb79879085d 100644 --- a/server/latest/developer_manual/html_css_design/html.html +++ b/server/latest/developer_manual/html_css_design/html.html @@ -204,7 +204,7 @@

        Buttons

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/icons.html b/server/latest/developer_manual/html_css_design/icons.html index 2c05e06a0f6..500ecd6d5ad 100644 --- a/server/latest/developer_manual/html_css_design/icons.html +++ b/server/latest/developer_manual/html_css_design/icons.html @@ -166,7 +166,7 @@

        Material design icons

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/index.html b/server/latest/developer_manual/html_css_design/index.html index 459e39ae213..5ac7d7728c6 100644 --- a/server/latest/developer_manual/html_css_design/index.html +++ b/server/latest/developer_manual/html_css_design/index.html @@ -204,7 +204,7 @@

        HTML/CSS guidelines

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/list.html b/server/latest/developer_manual/html_css_design/list.html index 277803d82b2..9b19fe87ca0 100644 --- a/server/latest/developer_manual/html_css_design/list.html +++ b/server/latest/developer_manual/html_css_design/list.html @@ -266,7 +266,7 @@

        Rules and information

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/navigation.html b/server/latest/developer_manual/html_css_design/navigation.html index c9df12c3afb..21f15b01c03 100644 --- a/server/latest/developer_manual/html_css_design/navigation.html +++ b/server/latest/developer_manual/html_css_design/navigation.html @@ -619,7 +619,7 @@

        Basic layout

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/html_css_design/popovermenu.html b/server/latest/developer_manual/html_css_design/popovermenu.html index 596d96d9517..e24e916e3d2 100644 --- a/server/latest/developer_manual/html_css_design/popovermenu.html +++ b/server/latest/developer_manual/html_css_design/popovermenu.html @@ -241,7 +241,7 @@

        Alignment

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/index.html b/server/latest/developer_manual/index.html index 9c9bd1fc4c7..fe984a00beb 100644 --- a/server/latest/developer_manual/index.html +++ b/server/latest/developer_manual/index.html @@ -253,7 +253,7 @@

        Table of contents

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/bugtracker/codereviews.html b/server/latest/developer_manual/prologue/bugtracker/codereviews.html index 996d2afc28c..e44977ab1e9 100644 --- a/server/latest/developer_manual/prologue/bugtracker/codereviews.html +++ b/server/latest/developer_manual/prologue/bugtracker/codereviews.html @@ -199,7 +199,7 @@

        Questions?

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/bugtracker/index.html b/server/latest/developer_manual/prologue/bugtracker/index.html index d2ace01ca6b..b55189c038a 100644 --- a/server/latest/developer_manual/prologue/bugtracker/index.html +++ b/server/latest/developer_manual/prologue/bugtracker/index.html @@ -151,7 +151,7 @@

        Bugtracker

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/bugtracker/triaging.html b/server/latest/developer_manual/prologue/bugtracker/triaging.html index 1484fea26f1..fb74882a4ec 100644 --- a/server/latest/developer_manual/prologue/bugtracker/triaging.html +++ b/server/latest/developer_manual/prologue/bugtracker/triaging.html @@ -269,7 +269,7 @@

        Finalizing and tagging

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/code-of-conduct.html b/server/latest/developer_manual/prologue/code-of-conduct.html index f3bd6946194..e8bf4177417 100644 --- a/server/latest/developer_manual/prologue/code-of-conduct.html +++ b/server/latest/developer_manual/prologue/code-of-conduct.html @@ -135,7 +135,7 @@

        Code of conduct

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/compatibility_app_ecosystem.html b/server/latest/developer_manual/prologue/compatibility_app_ecosystem.html index c3ea40a7afd..be71fac2cde 100644 --- a/server/latest/developer_manual/prologue/compatibility_app_ecosystem.html +++ b/server/latest/developer_manual/prologue/compatibility_app_ecosystem.html @@ -172,7 +172,7 @@

        Other documentation requirements

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/help_communication.html b/server/latest/developer_manual/prologue/help_communication.html index 64deb959e7f..cb603c7a3b6 100644 --- a/server/latest/developer_manual/prologue/help_communication.html +++ b/server/latest/developer_manual/prologue/help_communication.html @@ -150,7 +150,7 @@

        Maintainers

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/index.html b/server/latest/developer_manual/prologue/index.html index 5309da45c73..4ec7c062fb4 100644 --- a/server/latest/developer_manual/prologue/index.html +++ b/server/latest/developer_manual/prologue/index.html @@ -164,7 +164,7 @@

        Prologue

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/prologue/security.html b/server/latest/developer_manual/prologue/security.html index d97b339c9f9..5605ec1b0a8 100644 --- a/server/latest/developer_manual/prologue/security.html +++ b/server/latest/developer_manual/prologue/security.html @@ -384,7 +384,7 @@

        Getting help

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/critical_changes.html b/server/latest/developer_manual/release_notes/critical_changes.html index 37a62e1e81b..5e496de5dd9 100644 --- a/server/latest/developer_manual/release_notes/critical_changes.html +++ b/server/latest/developer_manual/release_notes/critical_changes.html @@ -175,7 +175,7 @@

        Removed back-end APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/deprecations.html b/server/latest/developer_manual/release_notes/deprecations.html index e51d319ddca..08ca2784f19 100644 --- a/server/latest/developer_manual/release_notes/deprecations.html +++ b/server/latest/developer_manual/release_notes/deprecations.html @@ -169,7 +169,7 @@

        Older deprecations

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/index.html b/server/latest/developer_manual/release_notes/index.html index 5e09b520011..aab954f1b4e 100644 --- a/server/latest/developer_manual/release_notes/index.html +++ b/server/latest/developer_manual/release_notes/index.html @@ -142,7 +142,7 @@

        Release notes

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/new.html b/server/latest/developer_manual/release_notes/new.html index 7354bd647d7..1d89615947a 100644 --- a/server/latest/developer_manual/release_notes/new.html +++ b/server/latest/developer_manual/release_notes/new.html @@ -180,7 +180,7 @@

        Changed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/index.html b/server/latest/developer_manual/release_notes/previous/index.html index e1c7653b7c4..c747d1689f2 100644 --- a/server/latest/developer_manual/release_notes/previous/index.html +++ b/server/latest/developer_manual/release_notes/previous/index.html @@ -187,7 +187,7 @@

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_14.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_14.html index 52068db82b3..6405bd2ec76 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_14.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_14.html @@ -290,7 +290,7 @@

        Internal changes

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_15.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_15.html index d6e5ce8a120..0b97069a5c3 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_15.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_15.html @@ -208,7 +208,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_16.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_16.html index e2ea29156e3..24acfebe500 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_16.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_16.html @@ -211,7 +211,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_17.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_17.html index 8f0bd3f52c9..759eb434104 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_17.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_17.html @@ -226,7 +226,7 @@

        Behavioral changes

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_18.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_18.html index d75a0227fe3..3dd8fdf5bb2 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_18.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_18.html @@ -218,7 +218,7 @@

        Behavioral changes

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_19.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_19.html index 6e4c97b3116..5eca2cb31ab 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_19.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_19.html @@ -251,7 +251,7 @@

        Changed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_20.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_20.html index 5d43482738d..1f66ed1c5eb 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_20.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_20.html @@ -375,7 +375,7 @@

        Removed from public namespace

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_21.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_21.html index 8bf92c27e30..d63e9ddcd01 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_21.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_21.html @@ -225,7 +225,7 @@

        Replaced well-known handler API

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_22.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_22.html index 6ebbe26d5e0..2586cfd9c5a 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_22.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_22.html @@ -246,7 +246,7 @@

        Deprecated APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_23.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_23.html index c8be6c3cf40..9cf9dc4a678 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_23.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_23.html @@ -202,7 +202,7 @@

        Deprecated APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_24.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_24.html index 4a46a6b0c15..374155da87a 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_24.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_24.html @@ -211,7 +211,7 @@

        Entity slug deprecation

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_25.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_25.html index 95c0f509542..63c9716749e 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_25.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_25.html @@ -212,7 +212,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_26.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_26.html index 51eb816745c..3fe805a7f29 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_26.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_26.html @@ -273,7 +273,7 @@

        Deprecated

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_27.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_27.html index cb44bd1e8aa..2d01da6e7d3 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_27.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_27.html @@ -269,7 +269,7 @@

        Changed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_28.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_28.html index 4ed2422f3d7..d374f453c95 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_28.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_28.html @@ -462,7 +462,7 @@

        Removed WebDAV properties

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_29.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_29.html index 90196166668..068623117cc 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_29.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_29.html @@ -236,7 +236,7 @@

        Changed behavior

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_30.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_30.html index 8768ced66b2..ec731e3db39 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_30.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_30.html @@ -462,7 +462,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_31.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_31.html index 47ed6eb78cb..69a7b1a8b6b 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_31.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_31.html @@ -564,7 +564,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_32.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_32.html index 911af32d3e5..825508b2985 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_32.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_32.html @@ -381,7 +381,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_33.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_33.html index 3363b2dfc48..69c3901dc39 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_33.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_33.html @@ -418,7 +418,7 @@

        Removed APIs

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/release_notes/previous/upgrade_to_34.html b/server/latest/developer_manual/release_notes/previous/upgrade_to_34.html index 6a6fa4dd148..1f0e0df730c 100644 --- a/server/latest/developer_manual/release_notes/previous/upgrade_to_34.html +++ b/server/latest/developer_manual/release_notes/previous/upgrade_to_34.html @@ -271,7 +271,7 @@

        Application namespace management

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/search.html b/server/latest/developer_manual/search.html index ac7c6d9f43e..f16935b653c 100644 --- a/server/latest/developer_manual/search.html +++ b/server/latest/developer_manual/search.html @@ -566,7 +566,7 @@

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/searchindex.js b/server/latest/developer_manual/searchindex.js index 701d8b5a1b0..b58662f3fa3 100644 --- a/server/latest/developer_manual/searchindex.js +++ b/server/latest/developer_manual/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"./occ config:app:get \u2013details": [[92, "occ-config-app-get-details"]], "0. Setting up the development environment": [[151, "setting-up-the-development-environment"]], "1. Migration 1: Schema change": [[40, "migration-1-schema-change"]], "1. Starting from template": [[151, "starting-from-template"]], "2. Migration 1: Post schema change": [[40, "migration-1-post-schema-change"]], "3. Development": [[151, "development"]], "3. Migration 2: Schema change": [[40, "migration-2-schema-change"]], "4. Packaging": [[151, "packaging"]], "4.1 Hardware acceleration": [[151, "hardware-acceleration"]], "5. AppStore publishing": [[151, "appstore-publishing"]], "6. Testing": [[151, "testing"]], "@nextcloud/auth": [[115, "nextcloud-auth"]], "@nextcloud/axios": [[115, "nextcloud-axios"]], "@nextcloud/dialogs": [[115, "nextcloud-dialogs"]], "@nextcloud/event-bus": [[115, "nextcloud-event-bus"]], "@nextcloud/files": [[115, "nextcloud-files"]], "@nextcloud/initial-state": [[115, "nextcloud-initial-state"]], "@nextcloud/l10n": [[115, "nextcloud-l10n"]], "@nextcloud/logger": [[115, "nextcloud-logger"]], "@nextcloud/moment": [[115, "nextcloud-moment"]], "@nextcloud/password-confirmation": [[115, "nextcloud-password-confirmation"]], "@nextcloud/paths": [[115, "nextcloud-paths"]], "@nextcloud/router": [[115, "nextcloud-router"]], "@nextcloud/sharing": [[115, "nextcloud-sharing"]], "@nextcloud/vue": [[115, "nextcloud-vue"]], "A note about namespaces URI": [[61, "a-note-about-namespaces-uri"]], "AI & Machine Learning": [[84, null]], "AJAX": [[190, "ajax"]], "API (Application Programming Interface)": [[190, "api-application-programming-interface"]], "API design and consistency": [[49, "api-design-and-consistency"]], "API reference": [[85, null]], "API to resolve links": [[129, "api-to-resolve-links"]], "APIs & Integration": [[86, null]], "Aborting the upload": [[63, "aborting-the-upload"]], "Accept a pending Federated Cloud Share": [[52, "accept-a-pending-federated-cloud-share"]], "Access calendars and events": [[106, "access-calendars-and-events"]], "Access data from within a Nextcloud App via OCP": [[121, "access-data-from-within-a-nextcloud-app-via-ocp"]], "Access restrictions \u2013 IACL": [[107, "access-restrictions-iacl"]], "Access through CalDAV": [[107, "access-through-caldav"]], "Accessing attributes": [[37, "accessing-attributes"]], "Accessing contact info": [[108, "accessing-contact-info"]], "Accessing the container from anywhere": [[21, "accessing-the-container-from-anywhere"]], "Acquiring a HTTP Client": [[112, "acquiring-a-http-client"]], "Action menus": [[76, "action-menus"]], "Action payload to ExApp": [[171, "action-payload-to-exapp"]], "Action results": [[171, "action-results"]], "Actions": [[108, "actions"]], "Activity API": [[69, null]], "Activity element fields": [[69, "activity-element-fields"]], "Adapting ExApps to HaRP": [[152, null]], "Add script": [[181, "add-script"]], "Add spaces around content when needed": [[186, "id17"]], "Add style": [[181, "add-style"]], "Add the library as a Gradle dependency": [[72, "add-the-library-as-a-gradle-dependency"]], "Add the library project to your project as a Git submodule": [[72, "add-the-library-project-to-your-project-as-a-git-submodule"]], "Add the library to a project": [[72, "add-the-library-to-a-project"]], "Added APIs": [[213, "added-apis"], [215, "added-apis"], [227, "added-apis"], [228, "added-apis"], [228, "id2"], [229, "added-apis"], [229, "id1"], [230, "added-apis"], [231, "added-apis"], [232, "added-apis"], [233, "added-apis"], [234, "added-apis"], [234, "id3"]], "Added Events": [[233, "added-events"], [234, "added-events"]], "Added events": [[229, "added-events"]], "Adding a navigation entry": [[6, "adding-a-navigation-entry"]], "Adding indices": [[40, "adding-indices"]], "Adding mounts to the filesystem": [[38, "adding-mounts-to-the-filesystem"]], "Adding translations": [[42, "adding-translations"]], "Address Sanitizer": [[82, "address-sanitizer"]], "Admin audit logging": [[29, "admin-audit-logging"]], "Advanced search provider": [[132, "advanced-search-provider"]], "Advantages": [[21, "advantages"]], "After the release": [[16, "after-the-release"]], "Alignment": [[200, "alignment"]], "Always use braces.": [[186, "id20"]], "Always use parenthesis for arrow function parameters.": [[186, "id12"]], "Android": [[42, "android"], [71, null]], "Android Nextcloud client development": [[71, "android-nextcloud-client-development"]], "App ID": [[190, "app-id"]], "App Installation Flow": [[166, null]], "App architecture": [[7, "app-architecture"]], "App autoloading": [[89, "app-autoloading"]], "App bootstrap logic": [[221, "app-bootstrap-logic"]], "App code checker deprecation": [[222, "app-code-checker-deprecation"]], "App development": [[4, null]], "App guidelines": [[14, "app-guidelines"]], "App metadata": [[5, null]], "App navigation menu": [[199, "app-navigation-menu"]], "App publishing and maintenance": [[11, null]], "App values": [[36, "app-values"]], "AppAPI Authentication": [[153, "appapi-authentication"]], "AppAPI Nextcloud APIs": [[172, null]], "AppAPI session keys": [[164, "appapi-session-keys"]], "AppAPIAuth": [[164, "appapiauth"]], "AppConfig": [[90, null], [168, null]], "AppData": [[35, null], [236, "appdata"]], "AppFramework": [[90, "appframework"]], "Application installation scheme": [[165, "application-installation-scheme"]], "Application namespace management": [[235, "application-namespace-management"]], "Arguments": [[165, "arguments"], [165, "id1"]], "Arguments and options": [[1, "arguments-and-options"]], "Arrays": [[186, "arrays"]], "Assembling the chunks": [[63, "assembling-the-chunks"]], "Assistant OCS API": [[47, null]], "Assistant colors": [[77, "assistant-colors"]], "Auth bypass / privilege escalations": [[209, "auth-bypass-privilege-escalations"]], "Authentication": [[20, "authentication"], [46, "authentication"], [164, null]], "Authentication & basics": [[240, "authentication-basics"]], "Authentication flow": [[164, "authentication-flow"]], "Authentication flow in details": [[164, "authentication-flow-in-details"]], "Authentication headers": [[164, "authentication-headers"]], "Auto-complete and user search": [[46, "auto-complete-and-user-search"]], "Automatic Backport": [[188, "automatic-backport"]], "Available Events": [[22, "available-events"]], "Available hooks": [[22, "available-hooks"]], "Available log methods": [[29, "available-log-methods"]], "Avatars": [[76, "avatars"]], "Avoid multiple properties on the same line": [[186, "id6"], [186, "id16"]], "Avoid semicolons where not needed.": [[186, "id3"]], "Avoiding deadlocks": [[97, "avoiding-deadlocks"]], "Babel Polyfill removal": [[220, "babel-polyfill-removal"]], "Back-end": [[167, "back-end"]], "Back-end changes": [[215, "back-end-changes"], [216, "back-end-changes"], [217, "back-end-changes"], [218, "back-end-changes"], [219, "back-end-changes"], [220, "back-end-changes"], [221, "back-end-changes"], [222, "back-end-changes"], [223, "back-end-changes"], [224, "back-end-changes"], [225, "back-end-changes"], [226, "back-end-changes"], [227, "back-end-changes"], [228, "back-end-changes"], [229, "back-end-changes"], [230, "back-end-changes"], [231, "back-end-changes"], [232, "back-end-changes"], [233, "back-end-changes"], [234, "back-end-changes"]], "Back-end code": [[238, null]], "Backend": [[154, "backend"]], "Background colors": [[77, "background-colors"]], "Background jobs (Cron)": [[18, null]], "Background variables": [[194, "background-variables"]], "Backporting Considerations": [[188, "backporting-considerations"]], "Basic Calendar information \u2013 INode": [[107, "basic-calendar-information-inode"]], "Basic File & Folder Operations": [[61, null]], "Basic Pattern of Dependency Injection": [[21, "basic-pattern-of-dependency-injection"]], "Basic concepts": [[28, null]], "Basic event information \u2013 INode": [[107, "basic-event-information-inode"]], "Basic input types": [[99, "basic-input-types"]], "Basic layout": [[198, "basic-layout"], [199, "basic-layout"], [199, "id3"], [199, "id5"], [200, "basic-layout"]], "Basic rules": [[199, "basic-rules"]], "Basic usage": [[20, "basic-usage"], [29, "basic-usage"], [103, "basic-usage"]], "Be technically sound": [[14, "be-technically-sound"]], "Before the release": [[16, "before-the-release"]], "Behavioral changes": [[215, "behavioral-changes"], [218, "behavioral-changes"], [219, "behavioral-changes"], [228, "behavioral-changes"]], "Benefits": [[14, "benefits"]], "Best practices": [[49, "best-practices"], [148, "best-practices"]], "Body theme": [[221, "body-theme"]], "Boolean database columns": [[223, "boolean-database-columns"]], "Booting an app": [[0, "booting-an-app"]], "Bootstrapping": [[0, null]], "Bootstrapping Nextcloud": [[243, "bootstrapping-nextcloud"]], "Bootstrapping process": [[0, "bootstrapping-process"]], "Border colors": [[77, "border-colors"]], "Border radii": [[77, "border-radii"]], "Border radius": [[231, "border-radius"]], "Borders": [[77, "borders"]], "Braces on same line as the definition.": [[186, "id9"]], "Branch Names": [[188, "branch-names"]], "Branch off": [[16, "branch-off"]], "Branch selection .tx/backport": [[8, "branch-selection-tx-backport"]], "Breaking changes in the Files API package": [[234, "breaking-changes-in-the-files-api-package"]], "Browse the task result page": [[87, "browse-the-task-result-page"]], "Brute-force protection": [[20, "brute-force-protection"]], "Bugfixes": [[188, "bugfixes"]], "Bugtracker": [[203, null]], "Building Vue components and scripts": [[239, "building-vue-components-and-scripts"]], "Building styles": [[239, "building-styles"]], "Building the Client": [[82, null]], "Built-in examples": [[148, "built-in-examples"]], "Button and action labels": [[81, "button-and-action-labels"]], "Buttons": [[76, "buttons"], [195, "buttons"], [199, "buttons"]], "C++ (Qt) / Desktop client": [[42, "c-qt-desktop-client"]], "CAREFULLY handle empty values in JSON Responses": [[49, "carefully-handle-empty-values-in-json-responses"]], "CONSIDER how your API will be used": [[49, "consider-how-your-api-will-be-used"]], "CORS": [[209, "cors"]], "CSP Nonce": [[231, "csp-nonce"]], "CSRF and the #[NoCSRFRequired] attribute": [[190, "csrf-and-the-nocsrfrequired-attribute"]], "CSS": [[23, null], [184, "css"], [194, null], [219, "css"]], "CSS and HTML coding standards": [[184, null]], "CSS classes": [[194, "css-classes"]], "CSS variables": [[27, "css-variables"], [194, "css-variables"]], "Cache": [[236, "cache"]], "Cached data": [[122, "cached-data"]], "Caching": [[19, null]], "Calendar integration": [[106, null]], "Calendar objects": [[106, "calendar-objects"]], "Calendar providers": [[106, "calendar-providers"]], "Calendars": [[106, "calendars"]], "Calls: native client \u2192 editor page": [[101, "calls-native-client-editor-page"]], "Capabilities": [[69, "capabilities"], [231, "capabilities"]], "Capabilities API": [[46, "capabilities-api"]], "Casting parameters": [[20, "casting-parameters"]], "Cause": [[156, "cause"]], "Change log": [[16, "change-log"]], "Change tracking": [[16, "change-tracking"]], "Changed APIs": [[213, "changed-apis"], [215, "changed-apis"], [215, "id1"], [220, "changed-apis"], [224, "changed-apis"], [227, "changed-apis"], [228, "changed-apis"], [228, "id7"], [229, "changed-apis"], [230, "changed-apis"], [230, "id1"], [231, "changed-apis"], [232, "changed-apis"], [233, "changed-apis"], [234, "changed-apis"], [234, "id4"]], "Changed behavior": [[230, "changed-behavior"]], "Changelog": [[5, "changelog"]], "Changing API and backwards compatibility": [[240, "changing-api-and-backwards-compatibility"]], "Check availability": [[56, "check-availability"]], "Check for Talk existence": [[139, "check-for-talk-existence"]], "Check out external shipped apps": [[189, "check-out-external-shipped-apps"]], "Check out the code": [[189, "check-out-the-code"]], "Check responsibility": [[69, "check-responsibility"]], "Checkbox and Multi-checkbox": [[99, "checkbox-and-multi-checkbox"]], "Checkboxes and radios": [[195, "checkboxes-and-radios"]], "Checkboxes and toggles": [[76, "checkboxes-and-toggles"]], "Checking for existence of events": [[107, "checking-for-existence-of-events"]], "Checking if the issue is useful": [[204, "checking-if-the-issue-is-useful"]], "Chips": [[76, "chips"]], "Choosing what should be lazy": [[90, "choosing-what-should-be-lazy"]], "Chunked file upload": [[63, null]], "Chunked upload v2": [[63, "chunked-upload-v2"]], "Class": [[190, "class"]], "Class-based schema registration": [[99, "class-based-schema-registration"]], "Classloader": [[89, null]], "Clear data and disable out-of-office": [[50, "clear-data-and-disable-out-of-office"]], "Clear message": [[54, "clear-message"]], "Clickable area": [[231, "clickable-area"]], "Clickjacking": [[209, "clickjacking"]], "Client APIs": [[228, "client-apis"]], "Client Integration": [[43, null]], "Clients and Client APIs": [[75, null]], "Code Map": [[236, "code-map"]], "Code example": [[70, "code-example"], [70, "id1"], [70, "id2"], [70, "id3"], [70, "id4"], [70, "id5"], [70, "id6"], [70, "id7"], [70, "id8"], [70, "id9"], [70, "id10"], [70, "id11"], [70, "id12"]], "Code executions / file inclusions": [[209, "code-executions-file-inclusions"]], "Code of conduct": [[205, null]], "Code reviews on GitHub": [[202, null]], "Code signing": [[10, null]], "Code style": [[186, "code-style"]], "Coding standards": [[185, "coding-standards"]], "Coding style & general guidelines": [[185, null]], "Collabora without SSL": [[192, "collabora-without-ssl"]], "Collapsible entry": [[199, "collapsible-entry"]], "Color picker": [[76, "color-picker"]], "Colors": [[77, "colors"]], "Command naming": [[1, "command-naming"]], "Comments": [[64, null], [187, "comments"]], "Committing changes": [[239, "committing-changes"]], "Common data structure": [[121, "common-data-structure"]], "Comparison of different API types": [[131, "id4"], [131, "id5"]], "Compatibility": [[115, "compatibility"]], "Compatibility documentation": [[238, "compatibility-documentation"]], "Compatibility with the app ecosystem": [[206, null]], "Compiling": [[82, "compiling"]], "Completely disabled authentication": [[20, "completely-disabled-authentication"]], "Components": [[76, null]], "Composer": [[3, "composer"]], "Composer and composer.json": [[190, "composer-and-composer-json"]], "Concept": [[128, "concept"]], "Concept overview": [[48, "concept-overview"], [90, "concept-overview"], [92, "concept-overview"], [93, "concept-overview"], [104, "concept-overview"], [132, "concept-overview"]], "Conditional scheduling of tasks": [[142, "conditional-scheduling-of-tasks"]], "Config & Preferences": [[91, null]], "Config Lexicon Entry": [[92, "config-lexicon-entry"]], "Configuration": [[36, null]], "Configuration Component": [[105, "configuration-component"]], "Configuration changes": [[215, "configuration-changes"]], "Configuring parallelism": [[18, "configuring-parallelism"]], "Conflict example": [[3, "conflict-example"]], "Connecting a controller and a route": [[20, "connecting-a-controller-and-a-route"]], "Console commands": [[33, "console-commands"], [40, "console-commands"], [42, "console-commands"]], "Constants and flags": [[90, "constants-and-flags"]], "Construction of migration classes": [[40, "construction-of-migration-classes"]], "Consumable, Listenable and Catchable": [[85, "consumable-listenable-and-catchable"]], "Consuming a Mail Service": [[110, "consuming-a-mail-service"]], "Consuming the AppConfig API": [[90, "consuming-the-appconfig-api"]], "Consuming the Files Metadata API": [[104, "consuming-the-files-metadata-api"]], "Consuming the Speech-To-Text API": [[137, "consuming-the-speech-to-text-api"]], "Consuming the Task Processing API": [[140, "consuming-the-task-processing-api"]], "Consuming the Text Processing API": [[142, "consuming-the-text-processing-api"]], "Consuming the Text-To-Image API": [[141, "consuming-the-text-to-image-api"]], "Consuming the Translation API": [[116, "consuming-the-translation-api"]], "Consuming the UserConfig API": [[93, "consuming-the-userconfig-api"]], "Contact Support": [[156, "contact-support"]], "Contacts Menu": [[108, null]], "Containers / Dependency Injection": [[21, null]], "Content list": [[198, null]], "Content size of the event": [[107, "content-size-of-the-event"]], "Context Chat": [[94, null]], "Context array": [[29, "context-array"]], "Continuous Integration": [[95, null]], "Contributing": [[125, "contributing"]], "Control structures": [[186, "control-structures"], [187, "control-structures"]], "Controller": [[190, "controller"]], "Controller Injection": [[21, "controller-injection"]], "Controllers": [[20, null]], "Convert input into standard format": [[123, "convert-input-into-standard-format"]], "Converting to app passwords": [[44, "converting-to-app-passwords"]], "Cookies": [[153, "cookies"]], "Copying files and folders (rfc4918)": [[61, "copying-files-and-folders-rfc4918"]], "Corporate Proxy - Permanent Settings for PHP CLI": [[156, null]], "Correct plurals": [[42, "correct-plurals"]], "Counter": [[199, "counter"]], "Counter bubbles": [[76, "counter-bubbles"]], "Create a conversation": [[139, "create-a-conversation"]], "Create a file": [[101, "create-a-file"]], "Create a folder": [[70, "create-a-folder"]], "Create a new Federated Cloud Share": [[52, "create-a-new-federated-cloud-share"]], "Create a new Share": [[52, "create-a-new-share"]], "Create an app": [[7, "create-an-app"]], "Create calendar events": [[106, "create-calendar-events"]], "Creating a command class": [[1, "creating-a-command-class"]], "Creating a repair step": [[130, "creating-a-repair-step"]], "Creating an expensive repair step": [[130, "creating-an-expensive-repair-step"]], "Creating and publishing events": [[69, "creating-and-publishing-events"]], "Creating custom responses": [[20, "creating-custom-responses"]], "Creating folders (rfc4918)": [[61, "creating-folders-rfc4918"]], "Creating new calendar events": [[107, "creating-new-calendar-events"]], "Creating users": [[146, "creating-users"]], "Critical changes": [[210, null]], "Cross site request forgery": [[209, "cross-site-request-forgery"]], "Cross site scripting": [[209, "cross-site-scripting"]], "Custom attribute to database column mapping": [[37, "custom-attribute-to-database-column-mapping"]], "Custom log file": [[29, "custom-log-file"]], "Customize the conversation": [[139, "customize-the-conversation"]], "DELETE request": [[112, "delete-request"]], "DO NOT throw non-OCS*Exceptions": [[49, "do-not-throw-non-ocs-exceptions"]], "DO NOT use the addHeader (use setHeaders)": [[49, "do-not-use-the-addheader-use-setheaders"]], "DO set all descriptions for parameters and methods": [[49, "do-set-all-descriptions-for-parameters-and-methods"]], "DO type controller and helper methods as explicit as possible": [[49, "do-type-controller-and-helper-methods-as-explicit-as-possible"]], "DO use the same data structures for the same group of responses": [[49, "do-use-the-same-data-structures-for-the-same-group-of-responses"]], "DaemonConfig registration": [[165, "daemonconfig-registration"]], "Dashboard": [[96, null]], "Dashboard API": [[96, "dashboard-api"]], "Data-based responses": [[20, "data-based-responses"]], "Database access": [[37, null]], "Database clusters": [[122, "database-clusters"]], "Database concepts": [[190, "database-concepts"]], "Database performance": [[122, "database-performance"]], "Datetime picker": [[76, "datetime-picker"]], "Deadlocks": [[97, null]], "Debug mode": [[98, "debug-mode"]], "Debugging": [[98, null]], "Debugging HTML and templates": [[98, "debugging-html-and-templates"]], "Debugging JavaScript": [[98, "debugging-javascript"]], "Debugging MariaDB queries": [[98, "debugging-mariadb-queries"]], "Debugging SQL queries": [[98, "debugging-sql-queries"]], "Debugging tests in the browser": [[243, "debugging-tests-in-the-browser"]], "Debugging variables": [[98, "debugging-variables"]], "Declarative Settings": [[179, null]], "Declarative UI response": [[43, "declarative-ui-response"]], "Declarative settings": [[99, null]], "Declare in-app search": [[132, "declare-in-app-search"]], "Declare supported Unified Search providers": [[129, "declare-supported-unified-search-providers"]], "Decline a pending Federated Cloud Share": [[52, "decline-a-pending-federated-cloud-share"]], "Decode a Snowflake ID": [[136, "decode-a-snowflake-id"]], "Default user agent for outgoing requests changed": [[234, "default-user-agent-for-outgoing-requests-changed"]], "Default values for subURL": [[33, "default-values-for-suburl"]], "Define a setup check": [[135, "define-a-setup-check"]], "Delete Share": [[52, "delete-share"]], "Delete a conversation": [[139, "delete-a-conversation"]], "Delete a share resource": [[70, "delete-a-share-resource"]], "Delete a task": [[56, "delete-a-task"]], "Delete an accepted Federated Cloud Share": [[52, "delete-an-accepted-federated-cloud-share"]], "Delete app config values": [[168, "delete-app-config-values"]], "Delete file or folder": [[70, "delete-file-or-folder"]], "Delete metadata using PROPPATCH": [[104, "delete-metadata-using-proppatch"]], "Delete user config values": [[177, "delete-user-config-values"]], "Deleting a preference": [[59, "deleting-a-preference"]], "Deleting an app password": [[44, "deleting-an-app-password"]], "Deleting files and folders (rfc4918)": [[61, "deleting-files-and-folders-rfc4918"]], "Deleting from the trashbin": [[67, "deleting-from-the-trashbin"]], "Deleting multiple preference": [[59, "deleting-multiple-preference"]], "Dependency Injection Container Registration": [[30, "dependency-injection-container-registration"]], "Dependency Injection Parameters": [[227, "dependency-injection-parameters"]], "Dependency hell": [[3, "dependency-hell"]], "Dependency injection (DI)": [[190, "dependency-injection-di"]], "Dependency management": [[3, null]], "Deploy daemons types": [[149, "deploy-daemons-types"]], "Deploy environment variables": [[165, "deploy-environment-variables"]], "Deployment": [[165, null]], "Deprecated": [[227, "deprecated"]], "Deprecated APIs": [[215, "deprecated-apis"], [216, "deprecated-apis"], [221, "deprecated-apis"], [223, "deprecated-apis"], [224, "deprecated-apis"], [224, "id1"], [228, "deprecated-apis"], [229, "deprecated-apis"], [229, "id2"], [230, "deprecated-apis"], [231, "deprecated-apis"], [231, "id2"], [232, "deprecated-apis"], [233, "deprecated-apis"], [233, "id1"], [234, "deprecated-apis"], [234, "id5"]], "Deprecated events": [[229, "deprecated-events"]], "Deprecated global variables": [[218, "deprecated-global-variables"], [219, "deprecated-global-variables"], [220, "deprecated-global-variables"], [221, "deprecated-global-variables"], [223, "deprecated-global-variables"]], "Deprecation of injection of named services": [[220, "deprecation-of-injection-of-named-services"]], "Deprecation of shipped JavaScript libraries": [[217, "deprecation-of-shipped-javascript-libraries"]], "Deprecations": [[211, null], [218, "deprecations"], [219, "deprecations"], [235, "deprecations"]], "Design": [[78, null]], "Desktop Clients": [[83, null]], "Determining if the report is complete": [[204, "determining-if-the-report-is-complete"]], "Determining relevance of issue": [[204, "determining-relevance-of-issue"]], "Develop your first app with client integration": [[43, "develop-your-first-app-with-client-integration"]], "Development": [[115, "development"]], "Development Tools": [[100, null]], "Development dependency hell": [[229, "development-dependency-hell"]], "Development environment": [[189, null]], "Development overview": [[155, null]], "Development process": [[188, null]], "Development tools": [[3, "development-tools"]], "Digging deeper": [[113, null]], "Direct Download": [[46, "direct-download"]], "Direct editing": [[101, null]], "Direct storage access": [[38, "direct-storage-access"]], "Directory traversal": [[209, "directory-traversal"]], "Disable the app": [[125, "disable-the-app"]], "Disabled keyboard shortcuts": [[226, "disabled-keyboard-shortcuts"]], "Display link previews": [[129, "display-link-previews"]], "Displaying a task result": [[87, "displaying-a-task-result"]], "Distributed cache": [[19, "distributed-cache"]], "Do we lock down Nextcloud?": [[10, "do-we-lock-down-nextcloud"]], "Docker Container Registry": [[157, null]], "Docker Socket Proxy": [[149, "docker-socket-proxy"], [158, null]], "Docker by socket": [[149, "docker-by-socket"]], "Docker install": [[167, "docker-install"]], "Docker remote API": [[149, "docker-remote-api"]], "Dockerfile": [[151, "dockerfile"]], "Document creators": [[101, "document-creators"]], "Documentation": [[243, "documentation"]], "Documentation on the translation process": [[8, "documentation-on-the-translation-process"]], "Documentation procedures of changes that affect app developers": [[206, "documentation-procedures-of-changes-that-affect-app-developers"]], "Donations": [[13, "donations"]], "Dos and Don\u2019ts": [[42, "dos-and-don-ts"], [194, "dos-and-don-ts"]], "Download a file": [[70, "download-a-file"]], "Download permission": [[52, "download-permission"]], "Downloading files": [[61, "downloading-files"]], "Downloading folders": [[61, "downloading-folders"]], "Downloads": [[20, "downloads"]], "Drag and drop": [[199, "drag-and-drop"]], "Dropdown": [[76, "dropdown"]], "ESLint config": [[186, "eslint-config"]], "Edit an existing app": [[7, "edit-an-existing-app"]], "Edit entry": [[199, "edit-entry"]], "Element sizes and spacing": [[77, "element-sizes-and-spacing"]], "Element structure variables": [[194, "element-structure-variables"]], "Email": [[103, null]], "Email sending": [[192, "email-sending"]], "Emoji picker": [[76, "emoji-picker"]], "Empty content": [[76, "empty-content"]], "Emptying the trashbin": [[67, "emptying-the-trashbin"]], "Enable the app": [[7, "enable-the-app"], [125, "enable-the-app"]], "Enabled": [[153, "enabled"], [166, "enabled"]], "Enabling debug mode": [[189, "enabling-debug-mode"]], "Endpoint": [[43, "endpoint"], [64, "endpoint"]], "Endpoints": [[69, "endpoints"]], "Enterprise support": [[13, "enterprise-support"]], "Entities": [[37, "entities"], [105, "entities"]], "Entity": [[190, "entity"]], "Entity slug deprecation": [[225, "entity-slug-deprecation"]], "Entries in the calendar \u2013 ICollection": [[107, "entries-in-the-calendar-icollection"]], "Entry bullet": [[199, "entry-bullet"]], "Error handling": [[112, "error-handling"]], "Errors": [[10, "errors"]], "Errors and headers": [[49, "errors-and-headers"]], "Event data \u2013 IFile": [[107, "event-data-ifile"]], "Event payload": [[169, "event-payload"]], "Event-based schema registration": [[99, "event-based-schema-registration"]], "Events": [[22, null], [73, "events"], [115, "events"]], "Events Listener": [[169, null]], "Events types": [[169, "events-types"]], "ExApp": [[170, null]], "ExApp (external app)": [[190, "exapp-external-app"]], "ExApp deployment issues": [[161, "exapp-deployment-issues"]], "ExApp development": [[151, null], [163, null]], "ExApp info.xml schema": [[165, "exapp-info-xml-schema"]], "ExApp lifecycle": [[153, null]], "ExApp lifecycle methods": [[153, "exapp-lifecycle-methods"]], "ExApp lifecycle scheme": [[153, "exapp-lifecycle-scheme"]], "ExApp metadata": [[154, "exapp-metadata"]], "ExApp overview": [[154, null]], "ExApp registration": [[165, "exapp-registration"]], "ExApp structure": [[154, "exapp-structure"]], "ExApps (Python)": [[42, "exapps-python"]], "ExApps management list of apps from App Store is empty": [[161, "exapps-management-list-of-apps-from-app-store-is-empty"]], "Example": [[43, "example"], [165, "example"], [175, "example"], [178, "example"]], "Example generic handler": [[147, "example-generic-handler"]], "Example response": [[69, "example-response"]], "Example webfinger handler": [[147, "example-webfinger-handler"]], "Examples": [[64, "examples"], [70, null], [73, "examples"], [73, "id1"], [171, "examples"], [202, "examples"]], "Examples search bodies": [[66, "examples-search-bodies"]], "ExceptionalImplementable": [[85, "exceptionalimplementable"]], "Exceptions": [[240, "exceptions"]], "Excluding files .l10nignore": [[8, "excluding-files-l10nignore"]], "Expensive post migration repair steps": [[213, "expensive-post-migration-repair-steps"]], "Expensive repair steps": [[130, "expensive-repair-steps"]], "Expose capabilities": [[49, "expose-capabilities"]], "Exposing actions via capability": [[43, "exposing-actions-via-capability"]], "Extend link preview support": [[129, "extend-link-preview-support"]], "Extend the Smart Picker": [[129, "extend-the-smart-picker"]], "Extending core parts": [[25, "extending-core-parts"]], "Extending the DAV server": [[2, null]], "Extending the \u201cnew\u201d menu in the files app": [[25, "extending-the-new-menu-in-the-files-app"]], "External API": [[240, null]], "External search provider": [[132, "external-search-provider"]], "External storage type": [[99, "external-storage-type"]], "Extracting values from the URL": [[33, "extracting-values-from-the-url"]], "FAQ": [[10, "faq"]], "Failed to create volume": [[161, "failed-to-create-volume"]], "Federated Cloud Shares": [[52, "federated-cloud-shares"]], "Fetch a list of all set user-statuses": [[54, "fetch-a-list-of-all-set-user-statuses"]], "Fetch a result image": [[56, "fetch-a-result-image"]], "Fetch a specific user\u2019s status": [[54, "fetch-a-specific-user-s-status"]], "Fetch a task by ID": [[56, "fetch-a-task-by-id"], [57, "fetch-a-task-by-id"]], "Fetch a user\u2019s backup status": [[54, "fetch-a-user-s-backup-status"]], "Fetch ongoing data": [[50, "fetch-ongoing-data"]], "Fetch the list of predefined statuses": [[54, "fetch-the-list-of-predefined-statuses"]], "Fetch upcoming or ongoing data": [[50, "fetch-upcoming-or-ongoing-data"]], "Fetch user setting and recommendations": [[51, "fetch-user-setting-and-recommendations"]], "Fetch user-controlled recommendations": [[51, "fetch-user-controlled-recommendations"]], "Fetch your own status": [[54, "fetch-your-own-status"]], "Fetching a calendar entry": [[107, "fetching-a-calendar-entry"]], "Fetching all calendar entries": [[107, "fetching-all-calendar-entries"]], "Fetching individual search results": [[132, "fetching-individual-search-results"]], "Fetching provider IDs": [[132, "fetching-provider-ids"]], "Fetching the access rules of the calendar": [[107, "fetching-the-access-rules-of-the-calendar"]], "Fetching the name of an event": [[107, "fetching-the-name-of-an-event"]], "File": [[35, "file"]], "File Actions Menu": [[171, null]], "File bulk upload": [[62, null]], "File picker": [[76, "file-picker"]], "File request": [[52, "file-request"]], "Filenames": [[186, "filenames"]], "Files": [[73, null]], "Files API": [[234, "files-api"]], "Files Metadata": [[104, null]], "Files Sharing": [[54, "files-sharing"]], "Files and Files sharing": [[232, "files-and-files-sharing"]], "Filesystem layer": [[236, "filesystem-layer"]], "Filesystem root": [[22, "filesystem-root"]], "Filesystem scanner": [[22, "filesystem-scanner"]], "Filesystem structure": [[186, "filesystem-structure"]], "Filtering the auto-complete results": [[46, "filtering-the-auto-complete-results"]], "Finalizing and tagging": [[204, "finalizing-and-tagging"]], "Finding bugs to triage": [[204, "finding-bugs-to-triage"]], "Finding duplicates": [[204, "finding-duplicates"]], "First steps": [[48, "first-steps"]], "Folder": [[35, "folder"]], "Font sizes": [[77, "font-sizes"], [231, "font-sizes"]], "Fonts": [[77, "fonts"]], "Force language for a given call": [[46, "force-language-for-a-given-call"]], "Formattable text area": [[76, "formattable-text-area"]], "Forums": [[207, "forums"]], "Foundations": [[77, null]], "Frequently Asked Questions": [[162, null]], "Front controller": [[32, "front-controller"]], "Front-end": [[24, null], [167, "front-end"]], "Front-end changes": [[215, "front-end-changes"], [216, "front-end-changes"], [217, "front-end-changes"], [218, "front-end-changes"], [219, "front-end-changes"], [220, "front-end-changes"], [221, "front-end-changes"], [223, "front-end-changes"], [224, "front-end-changes"], [226, "front-end-changes"], [227, "front-end-changes"], [228, "front-end-changes"], [229, "front-end-changes"], [230, "front-end-changes"], [231, "front-end-changes"], [232, "front-end-changes"], [233, "front-end-changes"], [234, "front-end-changes"]], "Front-end code": [[239, null]], "Frontend": [[154, "frontend"]], "Frontend and build tools": [[190, "frontend-and-build-tools"]], "Frontend routing": [[154, "frontend-routing"]], "Functions": [[186, "functions"]], "Further reading": [[69, "further-reading"], [243, "further-reading"]], "GET request": [[112, "get-request"]], "GPU support": [[159, null]], "GPUs scaling": [[160, "gpus-scaling"]], "Gather information about server setup": [[189, "gather-information-about-server-setup"]], "General": [[74, null], [185, "general"], [186, "general"], [215, "general"], [223, "general"], [225, "general"], [226, "general"], [227, "general"], [228, "general"], [228, "id1"], [229, "general"], [230, "general"], [231, "general"], [233, "general"]], "General color variables": [[194, "general-color-variables"]], "General considerations": [[204, "general-considerations"]], "General rules": [[81, "general-rules"]], "General rules and advice": [[186, "general-rules-and-advice"]], "General web development terms": [[190, "general-web-development-terms"]], "Generate a Snowflake ID": [[136, "generate-a-snowflake-id"]], "Generate the specification": [[49, "generate-the-specification"]], "Generating URLs": [[25, "generating-urls"]], "Generating a token if Nextcloud is the provider": [[119, "generating-a-token-if-nextcloud-is-the-provider"]], "Generic Build Instructions": [[82, "generic-build-instructions"]], "Generic Errors": [[74, "generic-errors"]], "Get ExApp enabled status": [[170, "get-exapp-enabled-status"]], "Get ExApps list": [[170, "get-exapps-list"]], "Get Nextcloud URL": [[170, "get-nextcloud-url"]], "Get Shares from a specific file or folder": [[52, "get-shares-from-a-specific-file-or-folder"]], "Get a unique tag for one event version": [[107, "get-a-unique-tag-for-one-event-version"]], "Get all Shares": [[52, "get-all-shares"]], "Get app config values": [[168, "get-app-config-values"]], "Get available task types": [[57, "get-available-task-types"]], "Get available translation options": [[58, "get-available-translation-options"]], "Get content of a calendar event": [[107, "get-content-of-a-calendar-event"]], "Get data and metadata from a document": [[48, "get-data-and-metadata-from-a-document"]], "Get groups of calendar": [[107, "get-groups-of-calendar"]], "Get information about a known Federated Cloud Share": [[52, "get-information-about-a-known-federated-cloud-share"]], "Get information about a known Share": [[52, "get-information-about-a-known-share"]], "Get list of NC users": [[182, "get-list-of-nc-users"]], "Get the app": [[125, "get-the-app"]], "Get the country code for a region": [[123, "get-the-country-code-for-a-region"]], "Get the provider list": [[129, "get-the-provider-list"]], "Get the share resources for a given file or folder": [[70, "get-the-share-resources-for-a-given-file-or-folder"]], "Get the source": [[189, "get-the-source"]], "Get user config values": [[177, "get-user-config-values"]], "Getting PHPUnit": [[243, "getting-phpunit"]], "Getting access": [[38, "getting-access"]], "Getting data from the backend using AJAX requests": [[20, "getting-data-from-the-backend-using-ajax-requests"]], "Getting help": [[122, "getting-help"], [209, "getting-help"]], "Getting properties for just the folder": [[61, "getting-properties-for-just-the-folder"]], "Getting request parameters": [[20, "getting-request-parameters"]], "Getting started": [[191, null]], "Getting the last modification time stamp": [[107, "getting-the-last-modification-time-stamp"]], "Getting the login token": [[119, "getting-the-login-token"]], "Getting the modification timestamp": [[107, "getting-the-modification-timestamp"]], "Getting the owner of a calendar": [[107, "getting-the-owner-of-a-calendar"]], "Getting the privileges associated with the calendar": [[107, "getting-the-privileges-associated-with-the-calendar"]], "Getting the properties": [[107, "getting-the-properties"]], "Git branch management": [[16, "git-branch-management"]], "GitHub Actions": [[15, "github-actions"]], "Global Middlewares": [[30, "global-middlewares"]], "Global variables": [[115, "global-variables"]], "Glossary": [[150, "glossary"], [190, null]], "GroupManager": [[22, "groupmanager"]], "Groupware & Workflows": [[111, null]], "Groupware integration": [[109, null]], "Guidelines": [[42, "guidelines"]], "HEAD request": [[112, "head-request"]], "HTML": [[184, "html"]], "HTML elements": [[195, null]], "HTML-based Responses": [[20, "html-based-responses"]], "HTML/CSS guidelines": [[197, null]], "HTTP 401 for invalid username/password": [[223, "http-401-for-invalid-username-password"]], "HTTP API": [[101, "http-api"]], "HTTP Client": [[112, null]], "HTTP status codes": [[69, "http-status-codes"]], "Handle exceptions": [[49, "handle-exceptions"]], "Handler registration": [[147, "handler-registration"]], "Handling DAV events": [[2, "handling-dav-events"]], "Handling errors": [[20, "handling-errors"]], "Handling iMIP data": [[107, "handling-imip-data"]], "Handling search requests": [[132, "handling-search-requests"]], "Handling settings storage": [[99, "handling-settings-storage"]], "Handling the dependencies": [[82, "handling-the-dependencies"]], "Healthcheck": [[153, "healthcheck"]], "Heartbeat": [[153, "heartbeat"], [166, "heartbeat"]], "Heavy load and time insensitive": [[18, "heavy-load-and-time-insensitive"]], "Help and communication": [[207, null]], "High level overview": [[236, "high-level-overview"]], "Highlighted counter": [[199, "highlighted-counter"]], "Historical options": [[131, "historical-options"]], "Hooks": [[22, "hooks"], [43, "hooks"]], "How code signing affects apps in the app store": [[10, "how-code-signing-affects-apps-in-the-app-store"]], "How do you triage bugs": [[204, "how-do-you-triage-bugs"]], "How does auto-wiring work": [[21, "how-does-auto-wiring-work"]], "How does it affect the request lifecycle": [[21, "how-does-it-affect-the-request-lifecycle"]], "How does this affect controllers": [[21, "how-does-this-affect-controllers"]], "How the container works": [[21, "how-the-container-works"]], "How to deal with interface and primitive type parameters": [[21, "how-to-deal-with-interface-and-primitive-type-parameters"]], "How to enable GPU support for the Deploy daemon?": [[159, "how-to-enable-gpu-support-for-the-deploy-daemon"]], "How to enable it": [[21, "how-to-enable-it"]], "How to get your app signed": [[10, "how-to-get-your-app-signed"]], "How to limit the number of GPUs per ExApp?": [[159, "how-to-limit-the-number-of-gpus-per-exapp"]], "How to move": [[14, "how-to-move"]], "How to test \u2026": [[192, null]], "How to troubleshoot networking issues?": [[161, "how-to-troubleshoot-networking-issues"]], "How to use a private Docker container registry with authentication?": [[157, "how-to-use-a-private-docker-container-registry-with-authentication"]], "How web requests work in Nextcloud": [[190, "how-web-requests-work-in-nextcloud"]], "How will it work?": [[202, "how-will-it-work"]], "Hybrid Distribution": [[16, "hybrid-distribution"]], "IE11 removal": [[223, "ie11-removal"]], "Icons": [[27, "icons"], [77, "icons"], [196, null]], "Icons should be outlined": [[233, "icons-should-be-outlined"]], "Identifying errors": [[98, "identifying-errors"]], "Ignore certain endpoints": [[49, "ignore-certain-endpoints"]], "Ignoring deadlocks": [[97, "ignoring-deadlocks"]], "Image Pulling (Docker)": [[166, "image-pulling-docker"]], "Images": [[129, "images"]], "Implement a new exporter": [[120, "implement-a-new-exporter"]], "Implementable, Dispatchable and Throwable": [[85, "implementable-dispatchable-and-throwable"]], "Implementation notes": [[101, "implementation-notes"]], "Implementing a Speech-To-Text provider": [[137, "implementing-a-speech-to-text-provider"]], "Implementing a TaskProcessing provider": [[140, "implementing-a-taskprocessing-provider"]], "Implementing a Text-To-Image provider": [[141, "implementing-a-text-to-image-provider"]], "Implementing a TextProcessing provider": [[142, "implementing-a-textprocessing-provider"]], "Implementing a Translation provider": [[116, "implementing-a-translation-provider"]], "Implementing a content provider for Context Chat": [[94, "implementing-a-content-provider-for-context-chat"]], "Implementing a filter": [[69, "implementing-a-filter"]], "Implementing a provider": [[69, "implementing-a-provider"]], "Implementing a setting": [[69, "implementing-a-setting"]], "Implementing a simple two-factor auth provider": [[144, "implementing-a-simple-two-factor-auth-provider"]], "Implementing a storage": [[38, "implementing-a-storage"]], "Implementing an API called from a public share page": [[128, "implementing-an-api-called-from-a-public-share-page"]], "Implementing an advanced TaskProcessing provider": [[140, "implementing-an-advanced-taskprocessing-provider"]], "Implementing an authenticated public page": [[128, "implementing-an-authenticated-public-page"]], "Implementing the ContentProviderRegisterEvent event": [[94, "implementing-the-contentproviderregisterevent-event"]], "Improving your translations": [[42, "improving-your-translations"]], "In Place of a Conclusion": [[149, "in-place-of-a-conclusion"]], "In-memory cache": [[19, "in-memory-cache"]], "Including CSS and JavaScript": [[26, "including-css-and-javascript"]], "Including images": [[26, "including-images"]], "Including templates": [[26, "including-templates"]], "Indentation": [[186, "indentation"]], "Indexed values": [[93, "indexed-values"]], "Init": [[153, "init"], [166, "init"]], "Init the library": [[70, "init-the-library"]], "Initialization events": [[6, "initialization-events"]], "Initializing the collection": [[48, "initializing-the-collection"]], "Inline attachments": [[103, "inline-attachments"]], "Input and output shapes": [[140, "input-and-output-shapes"]], "Input fields": [[76, "input-fields"]], "Install AppAPI": [[149, "install-appapi"]], "Installing Node JS": [[243, "installing-node-js"]], "Installing the apps": [[48, "installing-the-apps"]], "Integrating the assistant": [[87, null]], "Integration of custom calendar providers": [[107, null]], "Integration test example": [[152, "integration-test-example"]], "Interactive commands": [[1, "interactive-commands"]], "Interactive widgets": [[129, "interactive-widgets"]], "Interface": [[190, "interface"]], "Internal changes": [[215, "internal-changes"]], "Internal storage type": [[99, "internal-storage-type"]], "Internal task types": [[140, "internal-task-types"]], "Introduction": [[7, null], [20, "introduction"], [21, "introduction"], [62, "introduction"], [63, "introduction"], [79, null], [150, null], [198, "introduction"], [199, null], [199, "id1"], [199, "id2"], [199, "id4"], [202, "introduction"], [240, "introduction"]], "Is code signing mandatory for apps?": [[10, "is-code-signing-mandatory-for-apps"]], "Issues/Bugs": [[43, "issues-bugs"]], "JSON": [[20, "json"], [190, "json"]], "JSON parameters": [[20, "json-parameters"]], "JavaScript": [[25, null], [27, "javascript"], [209, "javascript"]], "JavaScript / TypeScript": [[42, "javascript-typescript"]], "JavaScript / TypeScript / Vue": [[42, "javascript-typescript-vue"]], "JavaScript APIs": [[115, null]], "JavaScript and Typescript": [[186, null]], "JavaScript unit testing for server": [[243, "javascript-unit-testing-for-server"]], "Keep the code up-to-date": [[189, "keep-the-code-up-to-date"]], "Key integration considerations": [[152, "key-integration-considerations"]], "Keyboard shortcuts": [[25, "keyboard-shortcuts"]], "L10n translations": [[154, "l10n-translations"]], "LDAP factory availability": [[223, "ldap-factory-availability"]], "LLM Prompts and multilingual I/O": [[140, "llm-prompts-and-multilingual-i-o"]], "Labels": [[185, "labels"]], "Language of other users": [[42, "language-of-other-users"]], "Language tuple structure": [[58, "language-tuple-structure"]], "Last version with database.xml support and migration": [[222, "last-version-with-database-xml-support-and-migration"]], "Layout": [[80, null]], "Lazy Loading": [[93, "lazy-loading"]], "Lazy loading": [[90, "lazy-loading"]], "Legacy access to the Sabre classes": [[107, "legacy-access-to-the-sabre-classes"]], "Legal and security": [[14, "legal-and-security"]], "Lexicon": [[92, null]], "Library installation": [[72, null]], "License headers": [[185, "license-headers"]], "Line height": [[231, "line-height"]], "Linking a collection to a user account": [[48, "linking-a-collection-to-a-user-account"]], "Linting": [[95, "linting"]], "List accepted Federated Cloud Shares": [[52, "list-accepted-federated-cloud-shares"]], "List editors and creators": [[101, "list-editors-and-creators"]], "List item": [[76, "list-item"]], "List of available icons": [[196, "list-of-available-icons"]], "List pending Federated Cloud Shares": [[52, "list-pending-federated-cloud-shares"]], "List tasks by App": [[56, "list-tasks-by-app"]], "List templates": [[101, "list-templates"]], "Listener callbacks": [[22, "listener-callbacks"]], "Listener classes": [[22, "listener-classes"]], "Listening to events": [[121, "listening-to-events"]], "Listening to log events": [[29, "listening-to-log-events"]], "Listening to the image generation events": [[141, "listening-to-the-image-generation-events"]], "Listening to the task processing events": [[140, "listening-to-the-task-processing-events"]], "Listening to the text processing events": [[142, "listening-to-the-text-processing-events"]], "Listening to the transcription events": [[137, "listening-to-the-transcription-events"]], "Listing favorites": [[61, "listing-favorites"]], "Listing folders (rfc4918)": [[61, "listing-folders-rfc4918"]], "Listing the trashbin content": [[67, "listing-the-trashbin-content"]], "Listing the versions of a file": [[68, "listing-the-versions-of-a-file"]], "Live & Background Events": [[104, "live-background-events"]], "Loading initial state": [[25, "loading-initial-state"]], "Local Shares": [[52, "local-shares"]], "Local cache": [[19, "local-cache"]], "Log format": [[223, "log-format"]], "Log level mapping": [[29, "log-level-mapping"]], "Logging": [[29, null], [151, "logging"], [173, null]], "Logging exceptions": [[29, "logging-exceptions"]], "Logical position CSS rules": [[232, "logical-position-css-rules"]], "Login Flow": [[44, null]], "Login flow v2": [[44, "login-flow-v2"]], "Login in the user": [[44, "login-in-the-user"]], "Login name vs. email login": [[44, "login-name-vs-email-login"]], "Long transactions": [[122, "long-transactions"]], "Loosening the default restrictions": [[20, "loosening-the-default-restrictions"]], "Losing a rating": [[14, "losing-a-rating"]], "Machine Translation": [[116, null]], "Mail Provider Interface": [[110, null]], "Main content": [[193, null]], "Maintainers": [[12, null], [207, "maintainers"]], "Maintenance Mode": [[74, "maintenance-mode"]], "Major update": [[16, "major-update"]], "Make Requests to ExApps": [[170, "make-requests-to-exapps"]], "Make a provider activatable by the admin (optional)": [[144, "make-a-provider-activatable-by-the-admin-optional"]], "Make a provider deactivatable by the admin (optional)": [[144, "make-a-provider-deactivatable-by-the-admin-optional"]], "Makefile": [[154, "makefile"]], "Makefile changes for code signing": [[15, "makefile-changes-for-code-signing"]], "Making requests in JavaScript": [[61, "making-requests-in-javascript"]], "Making search requests": [[66, "making-search-requests"]], "Managing config keys": [[90, "managing-config-keys"], [93, "managing-config-keys"]], "Managing the access to the calendar \u2013 IACL": [[107, "managing-the-access-to-the-calendar-iacl"]], "Manual Backport": [[188, "manual-backport"]], "Manual install": [[167, "manual-install"]], "Manual install for development": [[165, "manual-install-for-development"]], "Manual translation": [[8, "manual-translation"]], "Manual translations": [[167, "manual-translations"]], "Mapper": [[190, "mapper"]], "Mappers": [[37, "mappers"]], "Match links": [[129, "match-links"]], "Matching subURLs": [[33, "matching-suburls"]], "Material design icons": [[196, "material-design-icons"]], "Measuring performance": [[122, "measuring-performance"]], "Menu": [[199, "menu"]], "Merging activities": [[69, "merging-activities"]], "Message interpolation": [[29, "message-interpolation"]], "Messages: editor page \u2192 native client": [[101, "messages-editor-page-native-client"]], "Metadata Query Helper": [[104, "metadata-query-helper"]], "Method 1: Edit PHP CLI php.ini File": [[156, "method-1-edit-php-cli-php-ini-file"]], "Method 2: Set System-Wide Environment Variables": [[156, "method-2-set-system-wide-environment-variables"]], "Methods": [[143, "methods"]], "Middlewares": [[30, null]], "Migration": [[190, "migration"]], "Migration commands": [[223, "migration-commands"]], "Migration from PHPDoc annotations to native PHP attributes": [[227, "migration-from-phpdoc-annotations-to-native-php-attributes"]], "Migrations": [[40, null]], "Migrations and Metadata": [[40, "migrations-and-metadata"]], "Minor updates": [[16, "minor-updates"]], "Miscellaneous": [[90, "miscellaneous"], [93, "miscellaneous"]], "Miscellaneous OCS APIs": [[182, null]], "Miscellaneous responses": [[20, "miscellaneous-responses"]], "Mitigations": [[97, "mitigations"]], "Modals": [[76, "modals"]], "Modify out-of-office data": [[50, "modify-out-of-office-data"]], "Modifying the CORS headers": [[131, "modifying-the-cors-headers"]], "Modifying the content security policy": [[20, "modifying-the-content-security-policy"]], "Modifying users": [[146, "modifying-users"]], "Monetizing your app": [[13, null]], "Mount": [[236, "mount"]], "Move a file or folder": [[70, "move-a-file-or-folder"]], "Moving files and folders (rfc4918)": [[61, "moving-files-and-folders-rfc4918"]], "Moving your repo to the Nextcloud organization": [[14, "moving-your-repo-to-the-nextcloud-organization"]], "NPM": [[118, null]], "Names, pronouns, and gender": [[81, "names-pronouns-and-gender"]], "Namespace": [[190, "namespace"]], "Naming and casing": [[186, "naming-and-casing"]], "Naming convention": [[184, "naming-convention"]], "Naming conventions": [[36, "naming-conventions"]], "Naming scheme": [[22, "naming-scheme"]], "Navigation": [[76, "navigation"]], "Navigation and pre-app configuration": [[6, null]], "Navigation styling revisions": [[235, "navigation-styling-revisions"]], "NcReferencePickerModal": [[129, "ncreferencepickermodal"]], "NcReferenceWidget": [[129, "ncreferencewidget"]], "NcRichContenteditable": [[129, "ncrichcontenteditable"]], "NcRichText": [[129, "ncrichtext"]], "Network state changes": [[115, "network-state-changes"]], "New APIs": [[219, "new-apis"], [220, "new-apis"]], "New button": [[199, "new-button"]], "New deprecations": [[211, "new-deprecations"]], "New in this release": [[213, null]], "Nextcloud": [[190, "nextcloud"]], "Nextcloud 20 and later": [[0, "nextcloud-20-and-later"]], "Nextcloud AIO": [[158, "nextcloud-aio"]], "Nextcloud Android library": [[71, "nextcloud-android-library"]], "Nextcloud AppAPI DSP": [[158, "nextcloud-appapi-dsp"]], "Nextcloud Flow": [[105, null]], "Nextcloud architecture": [[237, null]], "Nextcloud bug triaging": [[204, null]], "Nextcloud developer documentation": [[201, null]], "Nextcloud filesystem API": [[38, null], [236, null]], "Nextcloud-side ExApp lifecycle methods": [[153, "nextcloud-side-exapp-lifecycle-methods"]], "Nextcloud-specific terms": [[190, "nextcloud-specific-terms"]], "Nightly releases": [[16, "nightly-releases"]], "No space between function name and parameters": [[186, "id8"]], "Node": [[236, "node"]], "Node API": [[38, "node-api"]], "Node Events": [[169, "node-events"]], "Node.js upgrade": [[223, "node-js-upgrade"]], "Not open source anymore?": [[10, "not-open-source-anymore"]], "Note card": [[76, "note-card"]], "Notifications": [[46, "notifications"], [117, null], [174, null]], "OC \u2013 internal APIs": [[115, "oc-internal-apis"]], "OCA \u2013 App APIs": [[115, "oca-app-apis"]], "OCA\\DAV\\Events\\SabrePluginAddEvent": [[22, "oca-dav-events-sabrepluginaddevent"]], "OCC Command": [[175, null]], "OCP event dispatcher": [[22, "ocp-event-dispatcher"]], "OCP \u2013 Public APIs": [[115, "ocp-public-apis"]], "OCP\\Accounts\\UserUpdatedEvent": [[17, null], [22, "ocp-accounts-userupdatedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent": [[17, "ocp-appframework-http-events-beforelogintemplaterenderedevent"], [22, "ocp-appframework-http-events-beforelogintemplaterenderedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent": [[17, "ocp-appframework-http-events-beforetemplaterenderedevent"], [22, "ocp-appframework-http-events-beforetemplaterenderedevent"]], "OCP\\App\\Events\\AppDisableEvent": [[17, "ocp-app-events-appdisableevent"], [22, "ocp-app-events-appdisableevent"]], "OCP\\App\\Events\\AppEnableEvent": [[17, "ocp-app-events-appenableevent"], [22, "ocp-app-events-appenableevent"]], "OCP\\App\\Events\\AppUpdateEvent": [[17, "ocp-app-events-appupdateevent"], [22, "ocp-app-events-appupdateevent"]], "OCP\\App\\ManagerEvent": [[17, "ocp-app-managerevent"], [22, "ocp-app-managerevent"]], "OCP\\Authentication\\Events\\AnyLoginFailedEvent": [[17, "ocp-authentication-events-anyloginfailedevent"], [22, "ocp-authentication-events-anyloginfailedevent"]], "OCP\\Authentication\\Events\\LoginFailedEvent": [[17, "ocp-authentication-events-loginfailedevent"], [22, "ocp-authentication-events-loginfailedevent"]], "OCP\\Authentication\\Events\\TokenInvalidatedEvent": [[17, "ocp-authentication-events-tokeninvalidatedevent"], [22, "ocp-authentication-events-tokeninvalidatedevent"]], "OCP\\Authentication\\TwoFactorAuth\\RegistryEvent": [[17, "ocp-authentication-twofactorauth-registryevent"], [22, "ocp-authentication-twofactorauth-registryevent"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed": [[17, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"], [22, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed": [[17, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"], [22, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled": [[17, "ocp-authentication-twofactorauth-twofactorproviderdisabled"], [22, "ocp-authentication-twofactorauth-twofactorproviderdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted": [[17, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"], [22, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"]], "OCP\\BeforeSabrePubliclyLoadedEvent": [[17, "ocp-beforesabrepubliclyloadedevent"], [22, "ocp-beforesabrepubliclyloadedevent"]], "OCP\\Calendar\\Events\\CalendarObjectCreatedEvent": [[17, "ocp-calendar-events-calendarobjectcreatedevent"], [22, "ocp-calendar-events-calendarobjectcreatedevent"]], "OCP\\Calendar\\Events\\CalendarObjectDeletedEvent": [[17, "ocp-calendar-events-calendarobjectdeletedevent"], [22, "ocp-calendar-events-calendarobjectdeletedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedEvent": [[17, "ocp-calendar-events-calendarobjectmovedevent"], [22, "ocp-calendar-events-calendarobjectmovedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent": [[17, "ocp-calendar-events-calendarobjectmovedtotrashevent"], [22, "ocp-calendar-events-calendarobjectmovedtotrashevent"]], "OCP\\Calendar\\Events\\CalendarObjectRestoredEvent": [[17, "ocp-calendar-events-calendarobjectrestoredevent"], [22, "ocp-calendar-events-calendarobjectrestoredevent"]], "OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent": [[17, "ocp-calendar-events-calendarobjectupdatedevent"], [22, "ocp-calendar-events-calendarobjectupdatedevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent": [[17, "ocp-collaboration-autocomplete-autocompleteevent"], [22, "ocp-collaboration-autocomplete-autocompleteevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent": [[17, "ocp-collaboration-autocomplete-autocompletefilterevent"], [22, "ocp-collaboration-autocomplete-autocompletefilterevent"]], "OCP\\Collaboration\\Reference\\RenderReferenceEvent": [[17, "ocp-collaboration-reference-renderreferenceevent"], [22, "ocp-collaboration-reference-renderreferenceevent"]], "OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent": [[17, "ocp-collaboration-resources-loadadditionalscriptsevent"], [22, "ocp-collaboration-resources-loadadditionalscriptsevent"]], "OCP\\Comments\\CommentsEntityEvent": [[17, "ocp-comments-commentsentityevent"], [22, "ocp-comments-commentsentityevent"]], "OCP\\Comments\\CommentsEvent": [[17, "ocp-comments-commentsevent"], [22, "ocp-comments-commentsevent"]], "OCP\\Config\\BeforePreferenceDeletedEvent": [[17, "ocp-config-beforepreferencedeletedevent"], [22, "ocp-config-beforepreferencedeletedevent"]], "OCP\\Config\\BeforePreferenceSetEvent": [[17, "ocp-config-beforepreferencesetevent"], [22, "ocp-config-beforepreferencesetevent"]], "OCP\\Console\\ConsoleEvent": [[17, "ocp-console-consoleevent"], [22, "ocp-console-consoleevent"]], "OCP\\Contacts\\Events\\ContactInteractedWithEvent": [[17, "ocp-contacts-events-contactinteractedwithevent"], [22, "ocp-contacts-events-contactinteractedwithevent"]], "OCP\\DB\\Events\\AddMissingColumnsEvent": [[17, "ocp-db-events-addmissingcolumnsevent"], [22, "ocp-db-events-addmissingcolumnsevent"]], "OCP\\DB\\Events\\AddMissingIndicesEvent": [[17, "ocp-db-events-addmissingindicesevent"], [22, "ocp-db-events-addmissingindicesevent"]], "OCP\\DB\\Events\\AddMissingPrimaryKeyEvent": [[17, "ocp-db-events-addmissingprimarykeyevent"], [22, "ocp-db-events-addmissingprimarykeyevent"]], "OCP\\DirectEditing\\RegisterDirectEditorEvent": [[17, "ocp-directediting-registerdirecteditorevent"], [22, "ocp-directediting-registerdirecteditorevent"]], "OCP\\EventDispatcher\\GenericEvent": [[17, "ocp-eventdispatcher-genericevent"], [22, "ocp-eventdispatcher-genericevent"]], "OCP\\Federation\\Events\\TrustedServerRemovedEvent": [[17, "ocp-federation-events-trustedserverremovedevent"], [22, "ocp-federation-events-trustedserverremovedevent"]], "OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent": [[17, "ocp-filesmetadata-event-metadatabackgroundevent"], [22, "ocp-filesmetadata-event-metadatabackgroundevent"]], "OCP\\FilesMetadata\\Event\\MetadataLiveEvent": [[17, "ocp-filesmetadata-event-metadataliveevent"], [22, "ocp-filesmetadata-event-metadataliveevent"]], "OCP\\FilesMetadata\\Event\\MetadataNamedEvent": [[17, "ocp-filesmetadata-event-metadatanamedevent"], [22, "ocp-filesmetadata-event-metadatanamedevent"]], "OCP\\Files\\Cache\\AbstractCacheEvent": [[17, "ocp-files-cache-abstractcacheevent"], [22, "ocp-files-cache-abstractcacheevent"]], "OCP\\Files\\Cache\\CacheEntryInsertedEvent": [[17, "ocp-files-cache-cacheentryinsertedevent"], [22, "ocp-files-cache-cacheentryinsertedevent"]], "OCP\\Files\\Cache\\CacheEntryRemovedEvent": [[17, "ocp-files-cache-cacheentryremovedevent"], [22, "ocp-files-cache-cacheentryremovedevent"]], "OCP\\Files\\Cache\\CacheEntryUpdatedEvent": [[17, "ocp-files-cache-cacheentryupdatedevent"], [22, "ocp-files-cache-cacheentryupdatedevent"]], "OCP\\Files\\Cache\\CacheInsertEvent": [[17, "ocp-files-cache-cacheinsertevent"], [22, "ocp-files-cache-cacheinsertevent"]], "OCP\\Files\\Cache\\CacheUpdateEvent": [[17, "ocp-files-cache-cacheupdateevent"], [22, "ocp-files-cache-cacheupdateevent"]], "OCP\\Files\\Config\\Event\\UserMountAddedEvent": [[17, "ocp-files-config-event-usermountaddedevent"], [22, "ocp-files-config-event-usermountaddedevent"]], "OCP\\Files\\Config\\Event\\UserMountRemovedEvent": [[17, "ocp-files-config-event-usermountremovedevent"], [22, "ocp-files-config-event-usermountremovedevent"]], "OCP\\Files\\Config\\Event\\UserMountUpdatedEvent": [[17, "ocp-files-config-event-usermountupdatedevent"], [22, "ocp-files-config-event-usermountupdatedevent"]], "OCP\\Files\\Events\\BeforeDirectFileDownloadEvent": [[17, "ocp-files-events-beforedirectfiledownloadevent"], [22, "ocp-files-events-beforedirectfiledownloadevent"]], "OCP\\Files\\Events\\BeforeFileScannedEvent": [[17, "ocp-files-events-beforefilescannedevent"], [22, "ocp-files-events-beforefilescannedevent"]], "OCP\\Files\\Events\\BeforeFileSystemSetupEvent": [[17, "ocp-files-events-beforefilesystemsetupevent"], [22, "ocp-files-events-beforefilesystemsetupevent"]], "OCP\\Files\\Events\\BeforeFolderScannedEvent": [[17, "ocp-files-events-beforefolderscannedevent"], [22, "ocp-files-events-beforefolderscannedevent"]], "OCP\\Files\\Events\\BeforeZipCreatedEvent": [[17, "ocp-files-events-beforezipcreatedevent"], [22, "ocp-files-events-beforezipcreatedevent"]], "OCP\\Files\\Events\\FileCacheUpdated": [[17, "ocp-files-events-filecacheupdated"], [22, "ocp-files-events-filecacheupdated"]], "OCP\\Files\\Events\\FileScannedEvent": [[17, "ocp-files-events-filescannedevent"], [22, "ocp-files-events-filescannedevent"]], "OCP\\Files\\Events\\FolderScannedEvent": [[17, "ocp-files-events-folderscannedevent"], [22, "ocp-files-events-folderscannedevent"]], "OCP\\Files\\Events\\InvalidateMountCacheEvent": [[17, "ocp-files-events-invalidatemountcacheevent"], [22, "ocp-files-events-invalidatemountcacheevent"]], "OCP\\Files\\Events\\NodeAddedToCache": [[17, "ocp-files-events-nodeaddedtocache"], [22, "ocp-files-events-nodeaddedtocache"]], "OCP\\Files\\Events\\NodeAddedToFavorite": [[17, "ocp-files-events-nodeaddedtofavorite"], [22, "ocp-files-events-nodeaddedtofavorite"]], "OCP\\Files\\Events\\NodeRemovedFromCache": [[17, "ocp-files-events-noderemovedfromcache"], [22, "ocp-files-events-noderemovedfromcache"]], "OCP\\Files\\Events\\NodeRemovedFromFavorite": [[17, "ocp-files-events-noderemovedfromfavorite"], [22, "ocp-files-events-noderemovedfromfavorite"]], "OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent": [[17, "ocp-files-events-node-beforenodecopiedevent"], [22, "ocp-files-events-node-beforenodecopiedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent": [[17, "ocp-files-events-node-beforenodecreatedevent"], [22, "ocp-files-events-node-beforenodecreatedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent": [[17, "ocp-files-events-node-beforenodedeletedevent"], [22, "ocp-files-events-node-beforenodedeletedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeReadEvent": [[17, "ocp-files-events-node-beforenodereadevent"], [22, "ocp-files-events-node-beforenodereadevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent": [[17, "ocp-files-events-node-beforenoderenamedevent"], [22, "ocp-files-events-node-beforenoderenamedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent": [[17, "ocp-files-events-node-beforenodetouchedevent"], [22, "ocp-files-events-node-beforenodetouchedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent": [[17, "ocp-files-events-node-beforenodewrittenevent"], [22, "ocp-files-events-node-beforenodewrittenevent"]], "OCP\\Files\\Events\\Node\\FilesystemTornDownEvent": [[17, "ocp-files-events-node-filesystemtorndownevent"], [22, "ocp-files-events-node-filesystemtorndownevent"]], "OCP\\Files\\Events\\Node\\NodeCopiedEvent": [[17, "ocp-files-events-node-nodecopiedevent"], [22, "ocp-files-events-node-nodecopiedevent"]], "OCP\\Files\\Events\\Node\\NodeCreatedEvent": [[17, "ocp-files-events-node-nodecreatedevent"], [22, "ocp-files-events-node-nodecreatedevent"]], "OCP\\Files\\Events\\Node\\NodeDeletedEvent": [[17, "ocp-files-events-node-nodedeletedevent"], [22, "ocp-files-events-node-nodedeletedevent"]], "OCP\\Files\\Events\\Node\\NodeRenamedEvent": [[17, "ocp-files-events-node-noderenamedevent"], [22, "ocp-files-events-node-noderenamedevent"]], "OCP\\Files\\Events\\Node\\NodeTouchedEvent": [[17, "ocp-files-events-node-nodetouchedevent"], [22, "ocp-files-events-node-nodetouchedevent"]], "OCP\\Files\\Events\\Node\\NodeWrittenEvent": [[17, "ocp-files-events-node-nodewrittenevent"], [22, "ocp-files-events-node-nodewrittenevent"]], "OCP\\Files\\ObjectStore\\Events\\BucketCreatedEvent": [[17, "ocp-files-objectstore-events-bucketcreatedevent"], [22, "ocp-files-objectstore-events-bucketcreatedevent"]], "OCP\\Files\\Template\\BeforeGetTemplatesEvent": [[17, "ocp-files-template-beforegettemplatesevent"], [22, "ocp-files-template-beforegettemplatesevent"]], "OCP\\Files\\Template\\FileCreatedFromTemplateEvent": [[17, "ocp-files-template-filecreatedfromtemplateevent"], [22, "ocp-files-template-filecreatedfromtemplateevent"]], "OCP\\Files\\Template\\RegisterTemplateCreatorEvent": [[17, "ocp-files-template-registertemplatecreatorevent"], [22, "ocp-files-template-registertemplatecreatorevent"]], "OCP\\Group\\Events\\BeforeGroupChangedEvent": [[17, "ocp-group-events-beforegroupchangedevent"], [22, "ocp-group-events-beforegroupchangedevent"]], "OCP\\Group\\Events\\BeforeGroupCreatedEvent": [[17, "ocp-group-events-beforegroupcreatedevent"], [22, "ocp-group-events-beforegroupcreatedevent"]], "OCP\\Group\\Events\\BeforeGroupDeletedEvent": [[17, "ocp-group-events-beforegroupdeletedevent"], [22, "ocp-group-events-beforegroupdeletedevent"]], "OCP\\Group\\Events\\BeforeUserAddedEvent": [[17, "ocp-group-events-beforeuseraddedevent"], [22, "ocp-group-events-beforeuseraddedevent"]], "OCP\\Group\\Events\\BeforeUserRemovedEvent": [[17, "ocp-group-events-beforeuserremovedevent"], [22, "ocp-group-events-beforeuserremovedevent"]], "OCP\\Group\\Events\\GroupChangedEvent": [[17, "ocp-group-events-groupchangedevent"], [22, "ocp-group-events-groupchangedevent"]], "OCP\\Group\\Events\\GroupCreatedEvent": [[17, "ocp-group-events-groupcreatedevent"], [22, "ocp-group-events-groupcreatedevent"]], "OCP\\Group\\Events\\GroupDeletedEvent": [[17, "ocp-group-events-groupdeletedevent"], [22, "ocp-group-events-groupdeletedevent"]], "OCP\\Group\\Events\\SubAdminAddedEvent": [[17, "ocp-group-events-subadminaddedevent"], [22, "ocp-group-events-subadminaddedevent"]], "OCP\\Group\\Events\\SubAdminRemovedEvent": [[17, "ocp-group-events-subadminremovedevent"], [22, "ocp-group-events-subadminremovedevent"]], "OCP\\Group\\Events\\UserAddedEvent": [[17, "ocp-group-events-useraddedevent"], [22, "ocp-group-events-useraddedevent"]], "OCP\\Group\\Events\\UserRemovedEvent": [[17, "ocp-group-events-userremovedevent"], [22, "ocp-group-events-userremovedevent"]], "OCP\\Log\\Audit\\CriticalActionPerformedEvent": [[17, "ocp-log-audit-criticalactionperformedevent"], [22, "ocp-log-audit-criticalactionperformedevent"]], "OCP\\Log\\BeforeMessageLoggedEvent": [[17, "ocp-log-beforemessageloggedevent"], [22, "ocp-log-beforemessageloggedevent"]], "OCP\\Mail\\Events\\BeforeMessageSent": [[17, "ocp-mail-events-beforemessagesent"], [22, "ocp-mail-events-beforemessagesent"]], "OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent": [[17, "ocp-navigation-events-loadadditionalentriesevent"], [22, "ocp-navigation-events-loadadditionalentriesevent"]], "OCP\\OCM\\Events\\ResourceTypeRegisterEvent": [[17, "ocp-ocm-events-resourcetyperegisterevent"], [22, "ocp-ocm-events-resourcetyperegisterevent"]], "OCP\\Preview\\BeforePreviewFetchedEvent": [[17, "ocp-preview-beforepreviewfetchedevent"], [22, "ocp-preview-beforepreviewfetchedevent"]], "OCP\\Profile\\BeforeTemplateRenderedEvent": [[17, "ocp-profile-beforetemplaterenderedevent"], [22, "ocp-profile-beforetemplaterenderedevent"]], "OCP\\SabrePluginEvent": [[17, "ocp-sabrepluginevent"], [22, "ocp-sabrepluginevent"]], "OCP\\Security\\CSP\\AddContentSecurityPolicyEvent": [[17, "ocp-security-csp-addcontentsecuritypolicyevent"], [22, "ocp-security-csp-addcontentsecuritypolicyevent"]], "OCP\\Security\\Events\\GenerateSecurePasswordEvent": [[17, "ocp-security-events-generatesecurepasswordevent"], [22, "ocp-security-events-generatesecurepasswordevent"]], "OCP\\Security\\Events\\ValidatePasswordPolicyEvent": [[17, "ocp-security-events-validatepasswordpolicyevent"], [22, "ocp-security-events-validatepasswordpolicyevent"]], "OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent": [[17, "ocp-security-featurepolicy-addfeaturepolicyevent"], [22, "ocp-security-featurepolicy-addfeaturepolicyevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent": [[17, "ocp-settings-events-declarativesettingsgetvalueevent"], [22, "ocp-settings-events-declarativesettingsgetvalueevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent": [[17, "ocp-settings-events-declarativesettingsregisterformevent"], [22, "ocp-settings-events-declarativesettingsregisterformevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent": [[17, "ocp-settings-events-declarativesettingssetvalueevent"], [22, "ocp-settings-events-declarativesettingssetvalueevent"]], "OCP\\Share\\Events\\BeforeShareCreatedEvent": [[17, "ocp-share-events-beforesharecreatedevent"], [22, "ocp-share-events-beforesharecreatedevent"]], "OCP\\Share\\Events\\BeforeShareDeletedEvent": [[17, "ocp-share-events-beforesharedeletedevent"], [22, "ocp-share-events-beforesharedeletedevent"]], "OCP\\Share\\Events\\ShareAcceptedEvent": [[17, "ocp-share-events-shareacceptedevent"], [22, "ocp-share-events-shareacceptedevent"]], "OCP\\Share\\Events\\ShareCreatedEvent": [[17, "ocp-share-events-sharecreatedevent"], [22, "ocp-share-events-sharecreatedevent"]], "OCP\\Share\\Events\\ShareDeletedEvent": [[17, "ocp-share-events-sharedeletedevent"], [22, "ocp-share-events-sharedeletedevent"]], "OCP\\Share\\Events\\ShareDeletedFromSelfEvent": [[17, "ocp-share-events-sharedeletedfromselfevent"], [22, "ocp-share-events-sharedeletedfromselfevent"]], "OCP\\Share\\Events\\VerifyMountPointEvent": [[17, "ocp-share-events-verifymountpointevent"], [22, "ocp-share-events-verifymountpointevent"]], "OCP\\SpeechToText\\Events\\TranscriptionFailedEvent": [[17, "ocp-speechtotext-events-transcriptionfailedevent"], [22, "ocp-speechtotext-events-transcriptionfailedevent"]], "OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent": [[17, "ocp-speechtotext-events-transcriptionsuccessfulevent"], [22, "ocp-speechtotext-events-transcriptionsuccessfulevent"]], "OCP\\SystemTag\\ManagerEvent": [[17, "ocp-systemtag-managerevent"], [22, "ocp-systemtag-managerevent"]], "OCP\\SystemTag\\MapperEvent": [[17, "ocp-systemtag-mapperevent"], [22, "ocp-systemtag-mapperevent"]], "OCP\\SystemTag\\SystemTagsEntityEvent": [[17, "ocp-systemtag-systemtagsentityevent"], [22, "ocp-systemtag-systemtagsentityevent"]], "OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent": [[17, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"], [22, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"]], "OCP\\TaskProcessing\\Events\\TaskFailedEvent": [[17, "ocp-taskprocessing-events-taskfailedevent"], [22, "ocp-taskprocessing-events-taskfailedevent"]], "OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent": [[17, "ocp-taskprocessing-events-tasksuccessfulevent"], [22, "ocp-taskprocessing-events-tasksuccessfulevent"]], "OCP\\TextProcessing\\Events\\TaskFailedEvent": [[17, "ocp-textprocessing-events-taskfailedevent"], [22, "ocp-textprocessing-events-taskfailedevent"]], "OCP\\TextProcessing\\Events\\TaskSuccessfulEvent": [[17, "ocp-textprocessing-events-tasksuccessfulevent"], [22, "ocp-textprocessing-events-tasksuccessfulevent"]], "OCP\\TextToImage\\Events\\TaskFailedEvent": [[17, "ocp-texttoimage-events-taskfailedevent"], [22, "ocp-texttoimage-events-taskfailedevent"]], "OCP\\TextToImage\\Events\\TaskSuccessfulEvent": [[17, "ocp-texttoimage-events-tasksuccessfulevent"], [22, "ocp-texttoimage-events-tasksuccessfulevent"]], "OCP\\User\\Events\\BeforePasswordUpdatedEvent": [[17, "ocp-user-events-beforepasswordupdatedevent"], [22, "ocp-user-events-beforepasswordupdatedevent"]], "OCP\\User\\Events\\BeforeUserCreatedEvent": [[17, "ocp-user-events-beforeusercreatedevent"], [22, "ocp-user-events-beforeusercreatedevent"]], "OCP\\User\\Events\\BeforeUserDeletedEvent": [[17, "ocp-user-events-beforeuserdeletedevent"], [22, "ocp-user-events-beforeuserdeletedevent"]], "OCP\\User\\Events\\BeforeUserIdUnassignedEvent": [[17, "ocp-user-events-beforeuseridunassignedevent"], [22, "ocp-user-events-beforeuseridunassignedevent"]], "OCP\\User\\Events\\BeforeUserLoggedInEvent": [[17, "ocp-user-events-beforeuserloggedinevent"], [22, "ocp-user-events-beforeuserloggedinevent"]], "OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent": [[17, "ocp-user-events-beforeuserloggedinwithcookieevent"], [22, "ocp-user-events-beforeuserloggedinwithcookieevent"]], "OCP\\User\\Events\\BeforeUserLoggedOutEvent": [[17, "ocp-user-events-beforeuserloggedoutevent"], [22, "ocp-user-events-beforeuserloggedoutevent"]], "OCP\\User\\Events\\OutOfOfficeChangedEvent": [[17, "ocp-user-events-outofofficechangedevent"], [22, "ocp-user-events-outofofficechangedevent"]], "OCP\\User\\Events\\OutOfOfficeClearedEvent": [[17, "ocp-user-events-outofofficeclearedevent"], [22, "ocp-user-events-outofofficeclearedevent"]], "OCP\\User\\Events\\OutOfOfficeEndedEvent": [[17, "ocp-user-events-outofofficeendedevent"], [22, "ocp-user-events-outofofficeendedevent"]], "OCP\\User\\Events\\OutOfOfficeScheduledEvent": [[17, "ocp-user-events-outofofficescheduledevent"], [22, "ocp-user-events-outofofficescheduledevent"]], "OCP\\User\\Events\\OutOfOfficeStartedEvent": [[17, "ocp-user-events-outofofficestartedevent"], [22, "ocp-user-events-outofofficestartedevent"]], "OCP\\User\\Events\\PasswordUpdatedEvent": [[17, "ocp-user-events-passwordupdatedevent"], [22, "ocp-user-events-passwordupdatedevent"]], "OCP\\User\\Events\\PostLoginEvent": [[17, "ocp-user-events-postloginevent"], [22, "ocp-user-events-postloginevent"]], "OCP\\User\\Events\\UserChangedEvent": [[17, "ocp-user-events-userchangedevent"], [22, "ocp-user-events-userchangedevent"]], "OCP\\User\\Events\\UserCreatedEvent": [[17, "ocp-user-events-usercreatedevent"], [22, "ocp-user-events-usercreatedevent"]], "OCP\\User\\Events\\UserDeletedEvent": [[17, "ocp-user-events-userdeletedevent"], [22, "ocp-user-events-userdeletedevent"]], "OCP\\User\\Events\\UserFirstTimeLoggedInEvent": [[17, "ocp-user-events-userfirsttimeloggedinevent"], [22, "ocp-user-events-userfirsttimeloggedinevent"]], "OCP\\User\\Events\\UserIdAssignedEvent": [[17, "ocp-user-events-useridassignedevent"], [22, "ocp-user-events-useridassignedevent"]], "OCP\\User\\Events\\UserIdUnassignedEvent": [[17, "ocp-user-events-useridunassignedevent"], [22, "ocp-user-events-useridunassignedevent"]], "OCP\\User\\Events\\UserLiveStatusEvent": [[17, "ocp-user-events-userlivestatusevent"], [22, "ocp-user-events-userlivestatusevent"]], "OCP\\User\\Events\\UserLoggedInEvent": [[17, "ocp-user-events-userloggedinevent"], [22, "ocp-user-events-userloggedinevent"]], "OCP\\User\\Events\\UserLoggedInWithCookieEvent": [[17, "ocp-user-events-userloggedinwithcookieevent"], [22, "ocp-user-events-userloggedinwithcookieevent"]], "OCP\\User\\Events\\UserLoggedOutEvent": [[17, "ocp-user-events-userloggedoutevent"], [22, "ocp-user-events-userloggedoutevent"]], "OCP\\User\\GetQuotaEvent": [[17, "ocp-user-getquotaevent"], [22, "ocp-user-getquotaevent"]], "OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent": [[17, "ocp-workflowengine-events-loadsettingsscriptsevent"], [22, "ocp-workflowengine-events-loadsettingsscriptsevent"]], "OCP\\WorkflowEngine\\Events\\RegisterChecksEvent": [[17, "ocp-workflowengine-events-registerchecksevent"], [22, "ocp-workflowengine-events-registerchecksevent"]], "OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent": [[17, "ocp-workflowengine-events-registerentitiesevent"], [22, "ocp-workflowengine-events-registerentitiesevent"]], "OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent": [[17, "ocp-workflowengine-events-registeroperationsevent"], [22, "ocp-workflowengine-events-registeroperationsevent"]], "OCS": [[20, "ocs"]], "OCS API": [[45, null], [190, "ocs-api"]], "OCS APIs overview": [[46, null]], "OCS FullTextSearch Collection API": [[48, null]], "OCS OpenAPI tutorial": [[49, null]], "OCS Out-of-office API": [[50, null]], "OCS Recommendations API": [[51, null]], "OCS Share API": [[52, null]], "OCS Sharee API": [[53, null]], "OCS Status API": [[54, null]], "OCS TaskProcessing API": [[55, null]], "OCS Text-To-Image API": [[56, null]], "OCS TextProcessing API": [[57, null]], "OCS Translation API": [[58, null]], "OCS changes": [[215, "ocs-changes"]], "OCS routes": [[33, "ocs-routes"]], "OCS user preferences API": [[59, null]], "OPTIONS request": [[112, "options-request"]], "ObjectStorage": [[236, "objectstorage"]], "Objects": [[186, "objects"]], "Objects, functions, arrays & variables": [[187, "objects-functions-arrays-variables"]], "Obtaining the currently installed ACLs": [[107, "obtaining-the-currently-installed-acls"]], "Obtaining the initial state in JavaScript": [[25, "obtaining-the-initial-state-in-javascript"]], "Obtaining the library": [[72, "obtaining-the-library"]], "Obtaining the login credentials": [[44, "obtaining-the-login-credentials"]], "Obtaining wipe status": [[60, "obtaining-wipe-status"]], "Older deprecations": [[211, "older-deprecations"]], "Only quote properties when needed.": [[186, "id14"]], "OnlyOffice": [[192, "onlyoffice"]], "Open Metrics exporter": [[120, null]], "Open a file": [[101, "open-a-file"]], "Open the assistant modal": [[87, "open-the-assistant-modal"]], "OpenID Connect (Oidc)": [[119, null]], "Opening a file": [[101, "opening-a-file"]], "Opening the editor": [[101, "opening-the-editor"]], "Opening the webview": [[44, "opening-the-webview"]], "Operations": [[105, "operations"]], "Operators": [[186, "operators"], [187, "operators"]], "Optimized class loader": [[228, "optimized-class-loader"]], "Optional attributes": [[132, "optional-attributes"]], "Optional fields": [[69, "optional-fields"]], "Optional params": [[171, "optional-params"], [181, "optional-params"]], "Optional services": [[21, "optional-services"]], "Options": [[165, "options"], [165, "id2"]], "Other OCS APIs": [[176, null]], "Other documentation requirements": [[206, "other-documentation-requirements"]], "Other implementations": [[158, "other-implementations"]], "Out-of-office periods": [[121, null]], "Output": [[240, "output"]], "Outputting information": [[130, "outputting-information"]], "Overview": [[16, "overview"], [22, "overview"], [101, "overview"], [148, "overview"], [150, "overview"], [165, "overview"]], "Ownership": [[107, "ownership"]], "PHP": [[41, "php"], [42, "php"], [190, "php"]], "PHP 7.4": [[227, "php-7-4"]], "PHP 8 attributes": [[190, "php-8-attributes"]], "PHP 8 support": [[222, "php-8-support"]], "PHP 8.1": [[225, "php-8-1"]], "PHP 8.2": [[227, "php-8-2"]], "PHP 8.3": [[229, "php-8-3"]], "PHP Backend": [[42, "php-backend"]], "PHP Performance": [[122, "php-performance"]], "PHP Templates": [[42, "php-templates"]], "PHP coding standards": [[187, null]], "PHP concepts you will encounter": [[190, "php-concepts-you-will-encounter"]], "PHP public API": [[85, "php-public-api"]], "PHP static analysis": [[242, "php-static-analysis"]], "PHP unit testing": [[243, "php-unit-testing"]], "PHP unstable API": [[85, "php-unstable-api"]], "POST request": [[112, "post-request"]], "PREFER to expose your APIs using OCS": [[49, "prefer-to-expose-your-apis-using-ocs"]], "PSR": [[127, null]], "PSR container": [[223, "psr-container"]], "PSR events": [[223, "psr-events"]], "PSR-0 deprecation": [[222, "psr-0-deprecation"]], "PSR-0: Autoloading": [[127, "psr-0-autoloading"]], "PSR-11 integration": [[221, "psr-11-integration"]], "PSR-11: Container Interface": [[127, "psr-11-container-interface"]], "PSR-20: Clock": [[127, "psr-20-clock"]], "PSR-3 integration": [[221, "psr-3-integration"]], "PSR-3: Logger Interface": [[127, "psr-3-logger-interface"]], "PSR-4: Autoloading": [[127, "psr-4-autoloading"]], "PUT request": [[112, "put-request"]], "Packages in detail": [[115, "packages-in-detail"]], "Pagination": [[132, "pagination"]], "Parameters": [[69, "parameters"]], "Params": [[169, "params"], [169, "id2"], [171, "params"], [171, "id1"], [174, "params"], [175, "params"], [175, "id2"], [179, "params"], [179, "id1"], [181, "params"], [181, "id1"], [181, "id2"], [181, "id3"], [181, "id4"], [181, "id5"], [181, "id6"], [181, "id7"]], "Parsing annotations": [[30, "parsing-annotations"]], "Patch updates": [[16, "patch-updates"]], "Performance and concurrency": [[20, "performance-and-concurrency"]], "Performance considerations": [[2, "performance-considerations"], [122, null]], "Permanent Solution": [[156, "permanent-solution"]], "Persistent storage": [[154, "persistent-storage"]], "Personal settings section Groupware moved to Availability": [[227, "personal-settings-section-groupware-moved-to-availability"]], "Phone number util": [[123, null]], "Pickers": [[76, "pickers"]], "Pinned entry": [[199, "pinned-entry"]], "Placeholders and variables": [[81, "placeholders-and-variables"]], "Planned removal of PSR-0 class loading": [[227, "planned-removal-of-psr-0-class-loading"]], "Popover menu": [[200, null]], "Popovermenu in item": [[198, "popovermenu-in-item"]], "Populating input from a file": [[87, "populating-input-from-a-file"]], "Pre-releases": [[16, "pre-releases"]], "Precondition": [[202, "precondition"]], "Predefined core services": [[21, "predefined-core-services"]], "Prefer regular top-level functions.": [[186, "id11"]], "Prefer shorthand properties": [[186, "id15"]], "Prefer template literals for readability.": [[186, "id5"]], "Preferences": [[177, null]], "Prepare follow-up releases": [[16, "prepare-follow-up-releases"]], "Prerequisites: Node.js and npm": [[239, "prerequisites-node-js-and-npm"]], "Preset": [[92, "preset"]], "Previous release notes": [[214, null]], "Primary color variables": [[194, "primary-color-variables"]], "Primary colors": [[77, "primary-colors"]], "Primary object store with S3": [[192, "primary-object-store-with-s3"]], "Privacy": [[132, "privacy"]], "Processing tasks in the context of a user": [[142, "processing-tasks-in-the-context-of-a-user"]], "Profile": [[124, null]], "Profile app": [[234, "profile-app"]], "Profiler": [[125, null]], "Progress bar": [[195, "progress-bar"]], "Projects": [[126, null]], "Prologue": [[208, null]], "Properties of the external calendar \u2013 IProperties": [[107, "properties-of-the-external-calendar-iproperties"]], "Provide a user interface": [[96, "provide-a-user-interface"], [126, "provide-a-user-interface"]], "Provide context hints for translators": [[42, "provide-context-hints-for-translators"]], "Provide generic data for clients": [[129, "provide-generic-data-for-clients"]], "Provide personal settings (optional)": [[144, "provide-personal-settings-optional"]], "Provider and task type registration": [[140, "provider-and-task-type-registration"]], "Provider registration": [[116, "provider-registration"], [132, "provider-registration"], [137, "provider-registration"], [141, "provider-registration"], [142, "provider-registration"]], "Provider with user context": [[116, "provider-with-user-context"], [137, "provider-with-user-context"]], "Providing a Mail Service": [[110, "providing-a-mail-service"]], "Providing additional inputs and outputs": [[140, "providing-additional-inputs-and-outputs"]], "Providing an icon (optional)": [[144, "providing-an-icon-optional"]], "Providing input defaults": [[140, "providing-input-defaults"]], "Providing language detection": [[116, "providing-language-detection"]], "Providing more task types": [[140, "providing-more-task-types"], [142, "providing-more-task-types"]], "Providing privileges individually": [[107, "providing-privileges-individually"]], "Providing the initial state with PHP": [[25, "providing-the-initial-state-with-php"]], "Providing widgets to clients": [[96, "providing-widgets-to-clients"]], "Public Pages": [[128, null]], "Public emitter": [[22, "public-emitter"]], "Public page templates": [[20, "public-page-templates"]], "Public share template": [[31, null]], "Public shares": [[61, "public-shares"]], "Query Status": [[138, "query-status"]], "Querying the calendar \u2013 ICalendarObjectContainer": [[107, "querying-the-calendar-icalendarobjectcontainer"]], "Querying the database provider": [[37, "querying-the-database-provider"]], "Questions?": [[202, "questions"]], "Quick method/header cheat sheet": [[61, "quick-method-header-cheat-sheet"]], "REST API (v2)": [[69, "rest-api-v2"]], "REST APIs": [[131, null]], "RTL guidelines": [[194, "rtl-guidelines"]], "Radio": [[99, "radio"]], "Radio groups": [[76, "radio-groups"]], "Rate Limiting": [[133, "rate-limiting"]], "Rate limiting": [[20, "rate-limiting"]], "Read file": [[70, "read-file"]], "Read folder": [[70, "read-folder"]], "Read metadata using occ command": [[104, "read-metadata-using-occ-command"]], "Read shared items by link": [[70, "read-shared-items-by-link"]], "Read-only support": [[107, "read-only-support"]], "Reading behavior with lazy parameter": [[90, "reading-behavior-with-lazy-parameter"]], "Reading data that has just been written": [[122, "reading-data-that-has-just-been-written"]], "Reading from a file": [[38, "reading-from-a-file"]], "Reading headers, files, cookies and environment variables": [[20, "reading-headers-files-cookies-and-environment-variables"]], "Recommendation": [[53, "recommendation"]], "Recommendations - Retrieval": [[51, "recommendations-retrieval"]], "Redirect to ExApp UI page (top menu)": [[171, "redirect-to-exapp-ui-page-top-menu"]], "Redirects": [[20, "redirects"]], "Redis": [[192, "redis"]], "Redis Cluster": [[192, "redis-cluster"]], "Reference providers": [[129, null]], "References": [[97, "references"]], "Register": [[169, "register"], [171, "register"], [175, "register"], [178, "register"]], "Register ExApp Talk bot (OCS)": [[180, "register-exapp-talk-bot-ocs"]], "Register Menu Entry": [[181, "register-menu-entry"]], "Register Settings": [[179, "register-settings"]], "Register a custom picker component": [[129, "register-a-custom-picker-component"]], "Register a dashboard widget": [[96, "register-a-dashboard-widget"]], "Register a migrator": [[145, "register-a-migrator"]], "Register a new exporter": [[120, "register-a-new-exporter"]], "Register a profile action": [[124, "register-a-profile-action"]], "Register a reference provider": [[129, "register-a-reference-provider"]], "Register a repair-step": [[130, "register-a-repair-step"]], "Register a resource provider": [[126, "register-a-resource-provider"]], "Register a setup check": [[135, "register-a-setup-check"]], "Register get/set listeners": [[99, "register-get-set-listeners"]], "Register the calendar provider": [[107, "register-the-calendar-provider"]], "Register the provider state": [[144, "register-the-provider-state"]], "Registering Settings and Sections": [[134, "registering-settings-and-sections"]], "Registering a DAV plugin": [[2, "registering-a-dav-plugin"]], "Registering a background job": [[18, "registering-a-background-job"]], "Registering a command": [[1, "registering-a-command"]], "Registering a two-factor auth provider": [[144, "registering-a-two-factor-auth-provider"]], "Registering activity components": [[69, "registering-activity-components"]], "Registering an editor": [[101, "registering-an-editor"]], "Registering manually": [[18, "registering-manually"]], "Registering methods": [[240, "registering-methods"]], "Registering resources": [[33, "registering-resources"]], "Registering settings schema": [[99, "registering-settings-schema"]], "Registering the calendar with the Nextcloud API interface": [[107, "registering-the-calendar-with-the-nextcloud-api-interface"]], "Registering the editor": [[101, "registering-the-editor"]], "Registering your Lexicon": [[92, "registering-your-lexicon"]], "Related documentation": [[47, "related-documentation"]], "Relation of REST and OCS": [[131, "relation-of-rest-and-ocs"]], "Release Automation": [[15, null]], "Release notes": [[212, null]], "Release process": [[16, null]], "Remote Host Validation": [[133, "remote-host-validation"]], "Remote wipe": [[60, null]], "Removal of PSR-0 class loader": [[228, "removal-of-psr-0-class-loader"]], "Removal of calendars": [[107, "removal-of-calendars"]], "Removal of entries": [[107, "removal-of-entries"]], "Remove Initial state": [[181, "remove-initial-state"]], "Remove script": [[181, "remove-script"]], "Remove style": [[181, "remove-style"]], "Remove unneeded files from packages": [[3, "remove-unneeded-files-from-packages"]], "Removed APIs": [[215, "removed-apis"], [216, "removed-apis"], [216, "id1"], [217, "removed-apis"], [223, "removed-apis"], [226, "removed-apis"], [227, "removed-apis"], [227, "id1"], [228, "removed-apis"], [229, "removed-apis"], [229, "id3"], [230, "removed-apis"], [231, "removed-apis"], [232, "removed-apis"], [232, "id1"], [233, "removed-apis"], [234, "removed-apis"], [234, "id6"]], "Removed WebDAV properties": [[229, "removed-webdav-properties"]], "Removed back-end APIs": [[210, "removed-back-end-apis"], [235, "removed-back-end-apis"]], "Removed deprecated aliases": [[232, "id2"]], "Removed events": [[229, "removed-events"], [230, "removed-events"]], "Removed from public namespace": [[218, "removed-from-public-namespace"], [221, "removed-from-public-namespace"]], "Removed front-end APIs and libraries": [[210, "removed-front-end-apis-and-libraries"], [235, "removed-front-end-apis-and-libraries"]], "Removed globals": [[220, "removed-globals"], [221, "removed-globals"], [230, "removed-globals"]], "Removed jQuery plugins": [[218, "removed-jquery-plugins"], [221, "removed-jquery-plugins"]], "Removed libraries": [[220, "removed-libraries"]], "Removed support for database.xml": [[223, "removed-support-for-database-xml"]], "Render dashboard widgets using the API": [[96, "render-dashboard-widgets-using-the-api"]], "Render link previews in clients": [[129, "render-link-previews-in-clients"]], "Repair steps": [[130, null]], "Repair-step types": [[130, "repair-step-types"]], "Replaced well-known handler API": [[222, "replaced-well-known-handler-api"]], "Replacing Nextcloud\u2019s autoloader": [[89, "replacing-nextcloud-s-autoloader"]], "Replacing indices": [[40, "replacing-indices"]], "Repository permissions": [[8, "repository-permissions"]], "Reproducing the issue": [[204, "reproducing-the-issue"]], "Request Headers": [[61, "request-headers"]], "Request data": [[168, "request-data"], [168, "id1"], [168, "id3"], [170, "request-data"], [170, "id3"], [173, "request-data"], [177, "request-data"], [177, "id1"], [177, "id3"], [180, "request-data"], [180, "id1"]], "Request examples": [[129, "request-examples"]], "Request flow": [[171, "request-flow"]], "Request lifecycle": [[32, null]], "Request payload": [[174, "request-payload"]], "Requesting properties": [[61, "requesting-properties"]], "Required PHP extensions": [[242, "required-php-extensions"]], "Required fields": [[69, "required-fields"]], "Requirements": [[14, "requirements"]], "Requirements and prerequisites": [[49, "requirements-and-prerequisites"]], "Reset collection": [[48, "reset-collection"]], "Resolving links": [[129, "resolving-links"]], "Resources": [[106, "resources"]], "Respect the users": [[14, "respect-the-users"]], "Responders": [[20, "responders"]], "Response": [[168, "response"], [177, "response"]], "Response Headers": [[61, "response-headers"]], "Response data": [[168, "response-data"], [168, "id2"], [170, "response-data"], [170, "id1"], [170, "id2"], [170, "id4"], [170, "id5"], [173, "response-data"], [177, "response-data"], [177, "id2"], [182, "response-data"]], "Response headers": [[69, "response-headers"]], "Responses": [[20, "responses"], [43, "responses"]], "Restoring a version": [[68, "restoring-a-version"]], "Restoring from the trashbin": [[67, "restoring-from-the-trashbin"]], "Retrieve metadata using PROPFIND": [[104, "retrieve-metadata-using-propfind"]], "Retrieving a config value": [[90, "retrieving-a-config-value"], [93, "retrieving-a-config-value"]], "Retrieving the list of document to be (re-)indexed": [[48, "retrieving-the-list-of-document-to-be-re-indexed"]], "Retrying deadlocks": [[97, "retrying-deadlocks"]], "Return codes": [[1, "return-codes"]], "Returning data": [[240, "returning-data"]], "Returning the content type": [[107, "returning-the-content-type"]], "Rich object strings": [[69, "rich-object-strings"]], "Rooms": [[106, "rooms"]], "Root": [[35, "root"]], "Route": [[190, "route"]], "Router": [[73, "router"]], "Routes": [[178, null]], "Routing": [[33, null]], "Rules": [[199, "rules"]], "Rules and information": [[193, "rules-and-information"], [198, "rules-and-information"]], "Running HTTP requests against the server": [[135, "running-http-requests-against-the-server"]], "Running a task": [[87, "running-a-task"]], "Running all tests": [[243, "running-all-tests"]], "Running unit tests for the Nextcloud server project": [[243, "running-unit-tests-for-the-nextcloud-server-project"]], "Running your ExApp with a non-root user": [[152, "running-your-exapp-with-a-non-root-user"]], "S3 external storage": [[192, "s3-external-storage"]], "SAML setup with onelogin": [[192, "saml-setup-with-onelogin"]], "SCSS support removal": [[226, "scss-support-removal"]], "SMB external storage": [[192, "smb-external-storage"]], "SQL injection": [[209, "sql-injection"]], "Scaling": [[160, null]], "Schedule a task": [[56, "schedule-a-task"], [57, "schedule-a-task"]], "Scheduling": [[18, "scheduling"]], "Schema field types": [[99, "schema-field-types"]], "Scopes": [[49, "scopes"]], "Scss variable and compilation deprecation": [[223, "scss-variable-and-compilation-deprecation"]], "Search": [[53, "search"], [66, null], [132, null], [221, "search"]], "Search & Discovery": [[102, null]], "Search scope": [[66, "search-scope"]], "Search sharees": [[53, "search-sharees"]], "Section": [[134, "section"]], "Section type admin": [[99, "section-type-admin"]], "Section type personal": [[99, "section-type-personal"]], "Security": [[133, null]], "Security considerations": [[20, "security-considerations"]], "Security guidelines": [[209, null]], "See also": [[101, "see-also"]], "Select and Multi-select": [[99, "select-and-multi-select"]], "Semicolons": [[186, "semicolons"]], "Send email": [[52, "send-email"]], "Send log message (OCS)": [[173, "send-log-message-ocs"]], "Send notification (OCS)": [[174, "send-notification-ocs"]], "Sending the CSRF token": [[25, "sending-the-csrf-token"]], "Sensitive data exposure": [[209, "sensitive-data-exposure"]], "Sensitive field type": [[99, "sensitive-field-type"]], "Sensitive values": [[90, "sensitive-values"]], "Server Internals": [[114, null]], "Server autoloading": [[89, "server-autoloading"]], "Server development": [[241, null]], "Session": [[22, "session"]], "Sessions and session variables": [[20, "sessions-and-session-variables"]], "Set ExApp init progress": [[170, "set-exapp-init-progress"]], "Set Initial state": [[181, "set-initial-state"]], "Set a custom message (predefined)": [[54, "set-a-custom-message-predefined"]], "Set a custom message (user-defined)": [[54, "set-a-custom-message-user-defined"]], "Set app config value": [[168, "set-app-config-value"]], "Set credentials": [[70, "set-credentials"]], "Set document as indexed": [[48, "set-document-as-indexed"]], "Set the parsed subject": [[69, "set-the-parsed-subject"]], "Set up Web server and database": [[189, "set-up-web-server-and-database"]], "Set user config value": [[177, "set-user-config-value"]], "Set your own status": [[54, "set-your-own-status"]], "Setting a preference": [[59, "setting-a-preference"]], "Setting cookies": [[20, "setting-cookies"]], "Setting multiple preference": [[59, "setting-multiple-preference"]], "Setting the access rules of the calendar": [[107, "setting-the-access-rules-of-the-calendar"]], "Setting the modification time": [[63, "setting-the-modification-time"]], "Setting up Microsoft Visual Studio": [[82, "setting-up-microsoft-visual-studio"]], "Setting up dev environment": [[149, null]], "Settings": [[34, null], [76, "settings"], [134, null], [199, "settings"]], "Settings favorites": [[61, "settings-favorites"]], "Settings form": [[134, "settings-form"]], "Settings title left-alignment": [[235, "settings-title-left-alignment"]], "Setup checks": [[135, null]], "Setup of the transifex sync": [[8, "setup-of-the-transifex-sync"]], "Shape types": [[140, "shape-types"]], "Share attributes": [[52, "share-attributes"]], "Share link of file or folder": [[70, "share-link-of-file-or-folder"]], "Share type response definitions": [[49, "share-type-response-definitions"]], "Sharee recommendations": [[53, "sharee-recommendations"]], "Shell injection": [[209, "shell-injection"]], "Shipped Apps": [[16, "shipped-apps"]], "Short vs. long translations": [[69, "short-vs-long-translations"]], "Showing an HTML page by the user": [[20, "showing-an-html-page-by-the-user"]], "Sidebar": [[76, "sidebar"], [234, "sidebar"]], "Sidebar tabs redesign": [[235, "sidebar-tabs-redesign"]], "Signalling completion": [[60, "signalling-completion"]], "Simple search providers": [[132, "simple-search-providers"]], "SimpleFS": [[236, "simplefs"]], "Slugs": [[37, "slugs"]], "Snowflake IDS": [[234, "snowflake-ids"]], "Snowflake IDs": [[136, null]], "Source Code Version Control": [[188, "source-code-version-control"]], "Special Headers": [[61, "special-headers"]], "Speech-To-Text": [[137, null]], "Split long conditions into multiple lines.": [[186, "id21"]], "Starting a bulk upload": [[62, "starting-a-bulk-upload"]], "Starting a chunked upload": [[63, "starting-a-chunked-upload"]], "State colors variables": [[194, "state-colors-variables"]], "State-of-the-Art methods and comparison": [[131, "state-of-the-art-methods-and-comparison"]], "Static analysis": [[95, "static-analysis"], [242, null]], "Status colors": [[77, "status-colors"]], "Status colors are now based on secondary styling": [[233, "status-colors-are-now-based-on-secondary-styling"]], "Statuscodes": [[240, "statuscodes"]], "Step 1: Create a Mail Provider Class": [[110, "step-1-create-a-mail-provider-class"]], "Step 1: String split": [[42, "step-1-string-split"]], "Step 2: Create a Mail Service Class": [[110, "step-2-create-a-mail-service-class"]], "Step 2: HTML Markup": [[42, "step-2-html-markup"]], "Step 3: Placeholders": [[42, "step-3-placeholders"]], "Step 3: Register the Mail Provider": [[110, "step-3-register-the-mail-provider"]], "Steps needed to adapt an ExApp": [[152, "steps-needed-to-adapt-an-exapp"]], "Storage": [[236, "storage"]], "Storage and database": [[39, null]], "Storage layer": [[236, "storage-layer"]], "Storage/Cache wrappers": [[236, "storage-cache-wrappers"]], "Store a Snowflake ID in database": [[136, "store-a-snowflake-id-in-database"]], "Storing a config value": [[90, "storing-a-config-value"], [93, "storing-a-config-value"]], "Streamed and lazily rendered responses": [[20, "streamed-and-lazily-rendered-responses"]], "Streamlining processing for fast providers": [[142, "streamlining-processing-for-fast-providers"]], "Streams": [[236, "streams"]], "Strings": [[186, "strings"]], "Structured data logging": [[29, "structured-data-logging"]], "Submitting ContentItem data": [[94, "submitting-contentitem-data"]], "Subscribing to the event in a plugin": [[148, "subscribing-to-the-event-in-a-plugin"]], "Summary": [[152, "summary"]], "Support for PHP 8.0 removed": [[231, "support-for-php-8-0-removed"]], "Support for PHP 8.1 removed": [[234, "support-for-php-8-1-removed"]], "Support for PHP 8.4 added": [[232, "support-for-php-8-4-added"]], "Support for PHP 8.5 added": [[234, "support-for-php-8-5-added"]], "Supported DAV properties": [[66, "supported-dav-properties"]], "Supported clients": [[43, "supported-clients"]], "Supported properties": [[61, "supported-properties"]], "Supported server apps": [[43, "supported-server-apps"]], "Supporting more databases": [[37, "supporting-more-databases"]], "Svg color api": [[196, "svg-color-api"]], "Symfony update": [[220, "symfony-update"]], "Symptoms": [[156, "symptoms"]], "System requirements": [[82, "system-requirements"]], "System values": [[36, "system-values"]], "Table management tips": [[37, "table-management-tips"]], "Table of contents": [[201, "table-of-contents"]], "Tags": [[49, "tags"]], "Talk Integration": [[139, null]], "Talk bots": [[180, null]], "Target Branches for Contributions": [[188, "target-branches-for-contributions"]], "Task Processing": [[140, null], [213, "task-processing"]], "Task statuses": [[140, "task-statuses"], [141, "task-statuses"], [142, "task-statuses"]], "Tasks": [[140, "tasks"], [141, "tasks"], [142, "tasks"]], "Tasks types": [[140, "tasks-types"], [142, "tasks-types"]], "Technical details": [[10, "technical-details"], [183, null], [200, "technical-details"]], "Template": [[190, "template"]], "Templates": [[20, "templates"], [26, null], [209, "templates"]], "Terminology": [[110, "terminology"]], "Testing": [[41, null]], "Testing requests": [[61, "testing-requests"]], "Testing requests with curl": [[46, "testing-requests-with-curl"]], "Testing translations": [[42, "testing-translations"]], "Text Processing": [[142, null]], "Text colors": [[77, "text-colors"]], "Text-To-Image": [[141, null]], "The Application class": [[0, "the-application-class"]], "The Cache View": [[125, "the-cache-view"]], "The Database Queries View": [[125, "the-database-queries-view"]], "The Event View": [[125, "the-event-view"]], "The General Request and Response View": [[125, "the-general-request-and-response-view"]], "The IAPIWidget interface": [[96, "the-iapiwidget-interface"]], "The IAPIWidgetV2 interface": [[96, "the-iapiwidgetv2-interface"]], "The IButtonWidget interface": [[96, "the-ibuttonwidget-interface"]], "The IConditionalWidget interface": [[96, "the-iconditionalwidget-interface"]], "The IContentProvider interface": [[94, "the-icontentprovider-interface"]], "The IIconWidget interface": [[96, "the-iiconwidget-interface"]], "The IOptionWidget interface": [[96, "the-ioptionwidget-interface"]], "The IReloadableWidget interface": [[96, "the-ireloadablewidget-interface"]], "The LDAP View": [[125, "the-ldap-view"]], "The Nextcloud app store rules": [[14, null]], "The calendar class": [[107, "the-calendar-class"]], "The calendar object class": [[107, "the-calendar-object-class"]], "The calendar plugin class": [[107, "the-calendar-plugin-class"]], "The editor class": [[101, "the-editor-class"]], "The interface object": [[101, "the-interface-object"]], "The language and platform": [[190, "the-language-and-platform"]], "The process": [[15, "the-process"]], "The release": [[16, "the-release"]], "The simple filesystem": [[35, "the-simple-filesystem"]], "Theming capabilities": [[46, "theming-capabilities"]], "Theming support": [[27, null]], "Timezone picker": [[76, "timezone-picker"]], "Tips": [[70, "tips"]], "Tips and tricks": [[49, "tips-and-tricks"]], "Todo": [[211, "id1"], [213, "id1"], [235, "id1"], [235, "id2"], [235, "id3"], [235, "id4"]], "Token exchange": [[119, "token-exchange"]], "Tone": [[81, "tone"]], "Tooltip Response": [[43, "tooltip-response"]], "Top Menu Entry": [[181, null]], "Transactions": [[37, "transactions"]], "Transient attributes": [[37, "transient-attributes"]], "Transifex configuration .tx/config": [[8, "transifex-configuration-tx-config"]], "Transifex sync": [[167, "transifex-sync"]], "Translatable strings": [[81, "translatable-strings"]], "Translate a string": [[58, "translate-a-string"]], "Translation": [[8, null]], "Translation tool": [[8, "translation-tool"], [167, "translation-tool"]], "Translations": [[42, null], [167, null]], "Translator comments": [[81, "translator-comments"]], "Trashbin": [[67, null]], "Triggerable providers": [[140, "triggerable-providers"]], "Troubleshooting": [[44, "troubleshooting"], [156, "troubleshooting"], [161, null]], "Trusted domain": [[133, "trusted-domain"]], "Tutorial": [[9, null]], "Tutorial: How to add OpenAPI support to your OCS API": [[49, "tutorial-how-to-add-openapi-support-to-your-ocs-api"]], "Two-factor providers": [[144, null]], "Type": [[236, "type"]], "Typed Config Values": [[93, "typed-config-values"]], "Typed config values": [[90, "typed-config-values"]], "Typed query builder": [[213, "typed-query-builder"]], "Types": [[37, "types"]], "Types of background jobs": [[18, "types-of-background-jobs"]], "Types of caches": [[19, "types-of-caches"]], "Typing and documentation": [[49, "typing-and-documentation"]], "Typography and wording": [[77, "typography-and-wording"]], "Understanding the locking situation": [[97, "understanding-the-locking-situation"]], "Undo entry": [[199, "undo-entry"]], "Unified sharing": [[235, "unified-sharing"]], "Unit test paths": [[243, "unit-test-paths"]], "Unit tests": [[187, "unit-tests"]], "Unit-Testing": [[243, null]], "Unregister": [[169, "unregister"], [171, "unregister"], [175, "unregister"], [178, "unregister"]], "Unregister ExApp Talk bot (OCS)": [[180, "unregister-exapp-talk-bot-ocs"]], "Unregister Menu Entry": [[179, "unregister-menu-entry"], [181, "unregister-menu-entry"]], "Unvalidated redirects": [[209, "unvalidated-redirects"]], "Update Share": [[52, "update-share"]], "Update a provider last usage date": [[129, "update-a-provider-last-usage-date"]], "Update metadata using PROPPATCH": [[104, "update-metadata-using-proppatch"]], "Updated PHP requirements": [[210, "updated-php-requirements"]], "Updated core libraries": [[222, "updated-core-libraries"], [224, "updated-core-libraries"], [229, "updated-core-libraries"]], "Updating the calendar ACLs": [[107, "updating-the-calendar-acls"]], "Updating the content of a calendar event": [[107, "updating-the-content-of-a-calendar-event"]], "Updating the name of an event": [[107, "updating-the-name-of-an-event"]], "Updating the properties": [[107, "updating-the-properties"]], "Updating the status programmatically": [[138, "updating-the-status-programmatically"]], "Upgrade to Nextcloud 14": [[215, null]], "Upgrade to Nextcloud 15": [[216, null]], "Upgrade to Nextcloud 16": [[217, null]], "Upgrade to Nextcloud 17": [[218, null]], "Upgrade to Nextcloud 18": [[219, null]], "Upgrade to Nextcloud 19": [[220, null]], "Upgrade to Nextcloud 20": [[221, null]], "Upgrade to Nextcloud 21": [[222, null]], "Upgrade to Nextcloud 22": [[223, null]], "Upgrade to Nextcloud 23": [[224, null]], "Upgrade to Nextcloud 24": [[225, null]], "Upgrade to Nextcloud 25": [[226, null]], "Upgrade to Nextcloud 26": [[227, null]], "Upgrade to Nextcloud 27": [[228, null]], "Upgrade to Nextcloud 28": [[229, null]], "Upgrade to Nextcloud 29": [[230, null]], "Upgrade to Nextcloud 30": [[231, null]], "Upgrade to Nextcloud 31": [[232, null]], "Upgrade to Nextcloud 32": [[233, null]], "Upgrade to Nextcloud 33": [[234, null]], "Upgrade to Nextcloud 34": [[235, null]], "Upload a file": [[70, "upload-a-file"]], "Uploading chunks": [[63, "uploading-chunks"]], "Uploading files": [[61, "uploading-files"]], "Usage": [[62, "usage"], [115, "usage"], [240, "usage"]], "Use PascalCase for classes, interfaces, types and Vue components": [[186, "id2"]], "Use automatic dependency assembly (recommended)": [[21, "use-automatic-dependency-assembly-recommended"]], "Use camelCase for functions, methods, properties, and variables": [[186, "id1"]], "Use consistent new lines in function parameters": [[186, "id10"]], "Use dangling commas, this reduces the diff when adding new properties.": [[186, "id7"], [186, "id18"]], "Use explicit comparisons": [[186, "id19"]], "Use parenthesis for multi-line body of arrow functions.": [[186, "id13"]], "Use single quotes.": [[186, "id4"]], "Use the API": [[96, "use-the-api"]], "Use the Smart Picker in clients": [[129, "use-the-smart-picker-in-clients"]], "Use the Smart Picker in your app": [[129, "use-the-smart-picker-in-your-app"]], "Use the Unified Search API": [[129, "use-the-unified-search-api"]], "User Status": [[138, null]], "User Status - Predefined statuses": [[54, "user-status-predefined-statuses"]], "User Status - Retrieve statuses": [[54, "user-status-retrieve-statuses"]], "User Status - Status Manipulation": [[54, "user-status-status-manipulation"]], "User action": [[171, "user-action"]], "User bubbles": [[76, "user-bubbles"]], "User interface": [[185, "user-interface"]], "User management": [[146, null]], "User managers": [[146, "user-managers"]], "User metadata": [[46, "user-metadata"]], "User metadata - List user IDs": [[46, "user-metadata-list-user-ids"]], "User migration": [[145, null]], "User objects": [[146, "user-objects"]], "User session information": [[146, "user-session-information"]], "User status": [[108, "user-status"]], "User status - Restore backup": [[54, "user-status-restore-backup"]], "User values": [[36, "user-values"]], "User-, guest-, and public-template layout": [[232, "user-guest-and-public-template-layout"]], "UserConfig": [[93, null]], "UserManager": [[22, "usermanager"]], "Users & Authentication": [[88, null]], "Using GitHub": [[82, "using-github"]], "Using a PHP debugger (XDebug)": [[98, "using-a-php-debugger-xdebug"]], "Using a container": [[21, "using-a-container"]], "Using alternative app directories": [[98, "using-alternative-app-directories"]], "Using custom reference widgets": [[129, "using-custom-reference-widgets"]], "Using the IContentManager service": [[94, "using-the-icontentmanager-service"]], "Using the URLGenerator": [[33, "using-the-urlgenerator"]], "Using the app": [[125, "using-the-app"]], "Using the collection OCS API": [[48, "using-the-collection-ocs-api"]], "Using the default widget": [[129, "using-the-default-widget"]], "Utils: menu, counter & buttons": [[199, "utils-menu-counter-buttons"]], "Validate source strings": [[8, "validate-source-strings"]], "Values Sensitivity": [[93, "values-sensitivity"]], "Various information": [[199, "various-information"]], "Version control issue": [[129, "version-control-issue"]], "Version control issue or pull request comment": [[129, "version-control-issue-or-pull-request-comment"]], "Version control pull request": [[129, "version-control-pull-request"]], "Versioning": [[16, "versioning"], [16, "id1"]], "Versions": [[68, null]], "View.php": [[236, "view-php"]], "Vite": [[190, "vite"]], "Vue": [[42, "vue"]], "Web Host Metadata": [[147, null]], "WebAuthn without SSL": [[192, "webauthn-without-ssl"]], "WebDAV": [[65, null]], "WebDAV SEARCH based on metadata": [[104, "webdav-search-based-on-metadata"]], "WebDAV basics": [[61, "webdav-basics"]], "WebDAV collection preload events": [[148, null]], "Webview integration": [[101, "webview-integration"]], "What is a popover menu": [[200, "what-is-a-popover-menu"]], "When the event is emitted": [[148, "when-the-event-is-emitted"]], "When to use #[UseSession]": [[20, "when-to-use-usesession"]], "Which classes should be added": [[21, "which-classes-should-be-added"]], "Why did Nextcloud add code signing?": [[10, "why-did-nextcloud-add-code-signing"]], "Why do you want to join": [[204, "why-do-you-want-to-join"]], "Windows Development Build": [[82, "windows-development-build"]], "Windows Installer (i.e. Deployment) Build (Cross-Compile)": [[82, "windows-installer-i-e-deployment-build-cross-compile"]], "Wiping the actual device": [[60, "wiping-the-actual-device"]], "With curl": [[61, "with-curl"]], "Wording": [[77, "wording"]], "Working with Enum shape types": [[140, "working-with-enum-shape-types"]], "Working with time": [[143, null]], "Write support": [[107, "write-support"]], "Writing PHP unit tests": [[243, "writing-php-unit-tests"]], "Writing a background job": [[18, "writing-a-background-job"]], "Writing a handler": [[147, "writing-a-handler"]], "Writing a listener": [[22, "writing-a-listener"]], "Writing events": [[22, "writing-events"]], "Writing guide": [[81, null]], "Writing scalable transactions": [[122, "writing-scalable-transactions"]], "Writing to a file": [[38, "writing-to-a-file"]], "\\OCA\\DAV\\Events\\AddressBookCreatedEvent": [[22, "oca-dav-events-addressbookcreatedevent"]], "\\OCA\\DAV\\Events\\AddressBookDeletedEvent": [[22, "oca-dav-events-addressbookdeletedevent"]], "\\OCA\\DAV\\Events\\AddressBookShareUpdatedEvent": [[22, "oca-dav-events-addressbookshareupdatedevent"]], "\\OCA\\DAV\\Events\\AddressBookUpdatedEvent": [[22, "oca-dav-events-addressbookupdatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectCreatedEvent": [[22, "oca-dav-events-cachedcalendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectDeletedEvent": [[22, "oca-dav-events-cachedcalendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectUpdatedEvent": [[22, "oca-dav-events-cachedcalendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarCreatedEvent": [[22, "oca-dav-events-calendarcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarDeletedEvent": [[22, "oca-dav-events-calendardeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectCreatedEvent": [[22, "oca-dav-events-calendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectDeletedEvent": [[22, "oca-dav-events-calendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectUpdatedEvent": [[22, "oca-dav-events-calendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarPublishedEvent": [[22, "oca-dav-events-calendarpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarShareUpdatedEvent": [[22, "oca-dav-events-calendarshareupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarUnpublishedEvent": [[22, "oca-dav-events-calendarunpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarUpdatedEvent": [[22, "oca-dav-events-calendarupdatedevent"]], "\\OCA\\DAV\\Events\\CardCreatedEvent": [[22, "oca-dav-events-cardcreatedevent"]], "\\OCA\\DAV\\Events\\CardDeletedEvent": [[22, "oca-dav-events-carddeletedevent"]], "\\OCA\\DAV\\Events\\CardUpdatedEvent": [[22, "oca-dav-events-cardupdatedevent"]], "\\OCA\\DAV\\Events\\SabrePluginAuthInitEvent": [[22, "oca-dav-events-sabrepluginauthinitevent"]], "\\OCA\\DAV\\Events\\SubscriptionCreatedEvent": [[22, "oca-dav-events-subscriptioncreatedevent"]], "\\OCA\\DAV\\Events\\SubscriptionDeletedEvent": [[22, "oca-dav-events-subscriptiondeletedevent"]], "\\OCA\\DAV\\Events\\SubscriptionUpdatedEvent": [[22, "oca-dav-events-subscriptionupdatedevent"]], "\\OCA\\FederatedFileSharing\\Events\\FederatedShareAddedEvent": [[22, "oca-federatedfilesharing-events-federatedshareaddedevent"]], "\\OCA\\Files\\Event\\LoadAdditionalScriptsEvent": [[22, "oca-files-event-loadadditionalscriptsevent"]], "\\OCA\\Files_Sharing\\Event\\BeforeTemplateRenderedEvent": [[22, "oca-files-sharing-event-beforetemplaterenderedevent"]], "\\OCA\\Files_Trashbin\\Events\\MoveToTrashEvent": [[22, "oca-files-trashbin-events-movetotrashevent"]], "\\OCA\\Settings\\Events\\BeforeTemplateRenderedEvent": [[22, "oca-settings-events-beforetemplaterenderedevent"]], "\\OCA\\User_LDAP\\Events\\GroupBackendRegistered": [[22, "oca-user-ldap-events-groupbackendregistered"]], "\\OCA\\User_LDAP\\Events\\UserBackendRegistered": [[22, "oca-user-ldap-events-userbackendregistered"]], "\\OCA\\Viewer\\Event\\LoadViewer": [[22, "oca-viewer-event-loadviewer"]], "appinfo/info.xml": [[190, "appinfo-info-xml"]], "christophwurst/nextcloud replaced": [[226, "christophwurst-nextcloud-replaced"]], "doctrine/dbal": [[222, "doctrine-dbal"], [224, "doctrine-dbal"], [229, "doctrine-dbal"]], "files": [[231, "files"]], "getLinkWithPicker": [[129, "getlinkwithpicker"]], "guzzlehttp/guzzle": [[222, "guzzlehttp-guzzle"]], "iOS": [[42, "ios"]], "info.xml": [[18, "info-xml"], [95, "info-xml"], [225, "info-xml"], [226, "info-xml"], [227, "info-xml"], [228, "info-xml"], [229, "info-xml"], [230, "info-xml"]], "info.xml requirements": [[210, "info-xml-requirements"]], "jQuery deprecation": [[220, "jquery-deprecation"]], "jQuery update": [[221, "jquery-update"]], "l10n:createjs": [[42, "l10n-createjs"]], "macOS Development Build": [[82, "macos-development-build"]], "migrations:execute": [[40, "migrations-execute"]], "migrations:generate": [[40, "migrations-generate"]], "migrations:migrate": [[40, "migrations-migrate"]], "migrations:preview": [[40, "migrations-preview"]], "migrations:status": [[40, "migrations-status"]], "npm and package.json": [[190, "npm-and-package-json"]], "npm build": [[118, "npm-build"]], "npm packages": [[115, "npm-packages"]], "npm run dev, npm run watch": [[118, "npm-run-dev-npm-run-watch"]], "npm run lint (optional)": [[118, "npm-run-lint-optional"]], "npm test": [[118, "npm-test"]], "occ commands": [[1, null]], "occ \u2014 the command-line tool": [[190, "occ-the-command-line-tool"]], "openAssistantForm options": [[87, "id1"]], "php": [[95, "php"]], "php-cs": [[95, "php-cs"]], "psr/log": [[222, "psr-log"]], "router:list": [[33, "router-list"]], "router:match": [[33, "router-match"]], "sabre/*": [[222, "sabre"]], "symfony/event-dispatcher": [[229, "symfony-event-dispatcher"]]}, "docnames": ["app_development/bootstrap", "app_development/commands", "app_development/dav_extension", "app_development/dependency_management", "app_development/index", "app_development/info", "app_development/init", "app_development/intro", "app_development/translation", "app_development/tutorial", "app_publishing_maintenance/code_signing", "app_publishing_maintenance/index", "app_publishing_maintenance/maintainer", "app_publishing_maintenance/monetizing", "app_publishing_maintenance/publishing", "app_publishing_maintenance/release_automation", "app_publishing_maintenance/release_process", "basics/_available_events_ocp", "basics/backgroundjobs", "basics/caching", "basics/controllers", "basics/dependency_injection", "basics/events", "basics/front-end/css", "basics/front-end/index", "basics/front-end/js", "basics/front-end/templates", "basics/front-end/theming", "basics/index", "basics/logging", "basics/middlewares", "basics/public_share_template", "basics/request_lifecycle", "basics/routing", "basics/setting", "basics/storage/appdata", "basics/storage/configuration", "basics/storage/database", "basics/storage/filesystem", "basics/storage/index", "basics/storage/migrations", "basics/testing", "basics/translations", "client_apis/ClientIntegration/index", "client_apis/LoginFlow/index", "client_apis/OCS/index", "client_apis/OCS/ocs-api-overview", "client_apis/OCS/ocs-assistant-api", "client_apis/OCS/ocs-fulltextsearch-collections-api", "client_apis/OCS/ocs-openapi", "client_apis/OCS/ocs-out-of-office-api", "client_apis/OCS/ocs-recommendations-api", "client_apis/OCS/ocs-share-api", "client_apis/OCS/ocs-sharee-api", "client_apis/OCS/ocs-status-api", "client_apis/OCS/ocs-taskprocessing-api", "client_apis/OCS/ocs-text2image-api", "client_apis/OCS/ocs-textprocessing-api", "client_apis/OCS/ocs-translation-api", "client_apis/OCS/ocs-user-preferences-api", "client_apis/RemoteWipe/index", "client_apis/WebDAV/basic", "client_apis/WebDAV/bulkupload", "client_apis/WebDAV/chunking", "client_apis/WebDAV/comments", "client_apis/WebDAV/index", "client_apis/WebDAV/search", "client_apis/WebDAV/trashbin", "client_apis/WebDAV/versions", "client_apis/activity-api", "client_apis/android_library/examples", "client_apis/android_library/index", "client_apis/android_library/library_installation", "client_apis/files", "client_apis/general", "client_apis/index", "design/components", "design/foundations", "design/index", "design/introduction", "design/layout", "design/writing", "desktop/building", "desktop/index", "digging_deeper/ai", "digging_deeper/api", "digging_deeper/apis", "digging_deeper/assistant_integration", "digging_deeper/auth", "digging_deeper/classloader", "digging_deeper/config/appconfig", "digging_deeper/config/index", "digging_deeper/config/lexicon", "digging_deeper/config/userconfig", "digging_deeper/context_chat", "digging_deeper/continuous_integration", "digging_deeper/dashboard", "digging_deeper/deadlock", "digging_deeper/debugging", "digging_deeper/declarative_settings", "digging_deeper/devtools", "digging_deeper/direct_editing", "digging_deeper/discovery", "digging_deeper/email", "digging_deeper/files-metadata", "digging_deeper/flow", "digging_deeper/groupware/calendar", "digging_deeper/groupware/calendar_provider", "digging_deeper/groupware/contacts_menu", "digging_deeper/groupware/index", "digging_deeper/groupware/mail_provider", "digging_deeper/groupware_workflows", "digging_deeper/http_client", "digging_deeper/index", "digging_deeper/internals", "digging_deeper/javascript-apis", "digging_deeper/machinetranslation", "digging_deeper/notifications", "digging_deeper/npm", "digging_deeper/oidc", "digging_deeper/openmetrics", "digging_deeper/out_of_office", "digging_deeper/performance", "digging_deeper/phonenumberutil", "digging_deeper/profile", "digging_deeper/profiler", "digging_deeper/projects", "digging_deeper/psr", "digging_deeper/publicpage", "digging_deeper/reference", "digging_deeper/repair", "digging_deeper/rest_apis", "digging_deeper/search", "digging_deeper/security", "digging_deeper/settings", "digging_deeper/setup_checks", "digging_deeper/snowflake_ids", "digging_deeper/speech-to-text", "digging_deeper/status", "digging_deeper/talk", "digging_deeper/task_processing", "digging_deeper/text2image", "digging_deeper/text_processing", "digging_deeper/time", "digging_deeper/two-factor-provider", "digging_deeper/user_migration", "digging_deeper/users", "digging_deeper/web_host_metadata", "digging_deeper/webdav_collection_preload", "exapp_development/DevSetup", "exapp_development/Introduction", "exapp_development/development_overview/ExAppDevelopmentSteps", "exapp_development/development_overview/ExAppHarpIntegration", "exapp_development/development_overview/ExAppLifecycle", "exapp_development/development_overview/ExAppOverview", "exapp_development/development_overview/index", "exapp_development/faq/BehindCompanyProxy", "exapp_development/faq/DockerContainerRegistry", "exapp_development/faq/DockerSocketProxy", "exapp_development/faq/GpuSupport", "exapp_development/faq/Scaling", "exapp_development/faq/Troubleshooting", "exapp_development/faq/index", "exapp_development/index", "exapp_development/tech_details/Authentication", "exapp_development/tech_details/Deployment", "exapp_development/tech_details/InstallationFlow", "exapp_development/tech_details/Translations", "exapp_development/tech_details/api/appconfig", "exapp_development/tech_details/api/events_listener", "exapp_development/tech_details/api/exapp", "exapp_development/tech_details/api/fileactionsmenu", "exapp_development/tech_details/api/index", "exapp_development/tech_details/api/logging", "exapp_development/tech_details/api/notifications", "exapp_development/tech_details/api/occ_command", "exapp_development/tech_details/api/other_ocs", "exapp_development/tech_details/api/preferences", "exapp_development/tech_details/api/routes", "exapp_development/tech_details/api/settings", "exapp_development/tech_details/api/talkbots", "exapp_development/tech_details/api/topmenu", "exapp_development/tech_details/api/utils", "exapp_development/tech_details/index", "getting_started/coding_standards/html_css", "getting_started/coding_standards/index", "getting_started/coding_standards/javascript", "getting_started/coding_standards/php", "getting_started/development_process", "getting_started/devenv", "getting_started/glossary", "getting_started/index", "how_to/index", "html_css_design/content", "html_css_design/css", "html_css_design/html", "html_css_design/icons", "html_css_design/index", "html_css_design/list", "html_css_design/navigation", "html_css_design/popovermenu", "index", "prologue/bugtracker/codereviews", "prologue/bugtracker/index", "prologue/bugtracker/triaging", "prologue/code-of-conduct", "prologue/compatibility_app_ecosystem", "prologue/help_communication", "prologue/index", "prologue/security", "release_notes/critical_changes", "release_notes/deprecations", "release_notes/index", "release_notes/new", "release_notes/previous/index", "release_notes/previous/upgrade_to_14", "release_notes/previous/upgrade_to_15", "release_notes/previous/upgrade_to_16", "release_notes/previous/upgrade_to_17", "release_notes/previous/upgrade_to_18", "release_notes/previous/upgrade_to_19", "release_notes/previous/upgrade_to_20", "release_notes/previous/upgrade_to_21", "release_notes/previous/upgrade_to_22", "release_notes/previous/upgrade_to_23", "release_notes/previous/upgrade_to_24", "release_notes/previous/upgrade_to_25", "release_notes/previous/upgrade_to_26", "release_notes/previous/upgrade_to_27", "release_notes/previous/upgrade_to_28", "release_notes/previous/upgrade_to_29", "release_notes/previous/upgrade_to_30", "release_notes/previous/upgrade_to_31", "release_notes/previous/upgrade_to_32", "release_notes/previous/upgrade_to_33", "release_notes/previous/upgrade_to_34", "server/architecture/files", "server/architecture/index", "server/code-back-end", "server/code-front-end", "server/externalapi", "server/index", "server/static-analysis", "server/unit-testing"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["app_development/bootstrap.rst", "app_development/commands.rst", "app_development/dav_extension.rst", "app_development/dependency_management.rst", "app_development/index.rst", "app_development/info.rst", "app_development/init.rst", "app_development/intro.rst", "app_development/translation.rst", "app_development/tutorial.rst", "app_publishing_maintenance/code_signing.rst", "app_publishing_maintenance/index.rst", "app_publishing_maintenance/maintainer.rst", "app_publishing_maintenance/monetizing.rst", "app_publishing_maintenance/publishing.rst", "app_publishing_maintenance/release_automation.rst", "app_publishing_maintenance/release_process.rst", "basics/_available_events_ocp.rst", "basics/backgroundjobs.rst", "basics/caching.rst", "basics/controllers.rst", "basics/dependency_injection.rst", "basics/events.rst", "basics/front-end/css.rst", "basics/front-end/index.rst", "basics/front-end/js.rst", "basics/front-end/templates.rst", "basics/front-end/theming.rst", "basics/index.rst", "basics/logging.rst", "basics/middlewares.rst", "basics/public_share_template.rst", "basics/request_lifecycle.rst", "basics/routing.rst", "basics/setting.rst", "basics/storage/appdata.rst", "basics/storage/configuration.rst", "basics/storage/database.rst", "basics/storage/filesystem.rst", "basics/storage/index.rst", "basics/storage/migrations.rst", "basics/testing.rst", "basics/translations.rst", "client_apis/ClientIntegration/index.rst", "client_apis/LoginFlow/index.rst", "client_apis/OCS/index.rst", "client_apis/OCS/ocs-api-overview.rst", "client_apis/OCS/ocs-assistant-api.rst", "client_apis/OCS/ocs-fulltextsearch-collections-api.rst", "client_apis/OCS/ocs-openapi.rst", "client_apis/OCS/ocs-out-of-office-api.rst", "client_apis/OCS/ocs-recommendations-api.rst", "client_apis/OCS/ocs-share-api.rst", "client_apis/OCS/ocs-sharee-api.rst", "client_apis/OCS/ocs-status-api.rst", "client_apis/OCS/ocs-taskprocessing-api.rst", "client_apis/OCS/ocs-text2image-api.rst", "client_apis/OCS/ocs-textprocessing-api.rst", "client_apis/OCS/ocs-translation-api.rst", "client_apis/OCS/ocs-user-preferences-api.rst", "client_apis/RemoteWipe/index.rst", "client_apis/WebDAV/basic.rst", "client_apis/WebDAV/bulkupload.rst", "client_apis/WebDAV/chunking.rst", "client_apis/WebDAV/comments.rst", "client_apis/WebDAV/index.rst", "client_apis/WebDAV/search.rst", "client_apis/WebDAV/trashbin.rst", "client_apis/WebDAV/versions.rst", "client_apis/activity-api.rst", "client_apis/android_library/examples.rst", "client_apis/android_library/index.rst", "client_apis/android_library/library_installation.rst", "client_apis/files.rst", "client_apis/general.rst", "client_apis/index.rst", "design/components.rst", "design/foundations.rst", "design/index.rst", "design/introduction.rst", "design/layout.rst", "design/writing.rst", "desktop/building.rst", "desktop/index.rst", "digging_deeper/ai.rst", "digging_deeper/api.rst", "digging_deeper/apis.rst", "digging_deeper/assistant_integration.rst", "digging_deeper/auth.rst", "digging_deeper/classloader.rst", "digging_deeper/config/appconfig.rst", "digging_deeper/config/index.rst", "digging_deeper/config/lexicon.rst", "digging_deeper/config/userconfig.rst", "digging_deeper/context_chat.rst", "digging_deeper/continuous_integration.rst", "digging_deeper/dashboard.rst", "digging_deeper/deadlock.rst", "digging_deeper/debugging.rst", "digging_deeper/declarative_settings.rst", "digging_deeper/devtools.rst", "digging_deeper/direct_editing.rst", "digging_deeper/discovery.rst", "digging_deeper/email.rst", "digging_deeper/files-metadata.rst", "digging_deeper/flow.rst", "digging_deeper/groupware/calendar.rst", "digging_deeper/groupware/calendar_provider.rst", "digging_deeper/groupware/contacts_menu.rst", "digging_deeper/groupware/index.rst", "digging_deeper/groupware/mail_provider.rst", "digging_deeper/groupware_workflows.rst", "digging_deeper/http_client.rst", "digging_deeper/index.rst", "digging_deeper/internals.rst", "digging_deeper/javascript-apis.rst", "digging_deeper/machinetranslation.rst", "digging_deeper/notifications.rst", "digging_deeper/npm.rst", "digging_deeper/oidc.rst", "digging_deeper/openmetrics.rst", "digging_deeper/out_of_office.rst", "digging_deeper/performance.rst", "digging_deeper/phonenumberutil.rst", "digging_deeper/profile.rst", "digging_deeper/profiler.rst", "digging_deeper/projects.rst", "digging_deeper/psr.rst", "digging_deeper/publicpage.rst", "digging_deeper/reference.rst", "digging_deeper/repair.rst", "digging_deeper/rest_apis.rst", "digging_deeper/search.rst", "digging_deeper/security.rst", "digging_deeper/settings.rst", "digging_deeper/setup_checks.rst", "digging_deeper/snowflake_ids.rst", "digging_deeper/speech-to-text.rst", "digging_deeper/status.rst", "digging_deeper/talk.rst", "digging_deeper/task_processing.rst", "digging_deeper/text2image.rst", "digging_deeper/text_processing.rst", "digging_deeper/time.rst", "digging_deeper/two-factor-provider.rst", "digging_deeper/user_migration.rst", "digging_deeper/users.rst", "digging_deeper/web_host_metadata.rst", "digging_deeper/webdav_collection_preload.rst", "exapp_development/DevSetup.rst", "exapp_development/Introduction.rst", "exapp_development/development_overview/ExAppDevelopmentSteps.rst", "exapp_development/development_overview/ExAppHarpIntegration.rst", "exapp_development/development_overview/ExAppLifecycle.rst", "exapp_development/development_overview/ExAppOverview.rst", "exapp_development/development_overview/index.rst", "exapp_development/faq/BehindCompanyProxy.rst", "exapp_development/faq/DockerContainerRegistry.rst", "exapp_development/faq/DockerSocketProxy.rst", "exapp_development/faq/GpuSupport.rst", "exapp_development/faq/Scaling.rst", "exapp_development/faq/Troubleshooting.rst", "exapp_development/faq/index.rst", "exapp_development/index.rst", "exapp_development/tech_details/Authentication.rst", "exapp_development/tech_details/Deployment.rst", "exapp_development/tech_details/InstallationFlow.rst", "exapp_development/tech_details/Translations.rst", "exapp_development/tech_details/api/appconfig.rst", "exapp_development/tech_details/api/events_listener.rst", "exapp_development/tech_details/api/exapp.rst", "exapp_development/tech_details/api/fileactionsmenu.rst", "exapp_development/tech_details/api/index.rst", "exapp_development/tech_details/api/logging.rst", "exapp_development/tech_details/api/notifications.rst", "exapp_development/tech_details/api/occ_command.rst", "exapp_development/tech_details/api/other_ocs.rst", "exapp_development/tech_details/api/preferences.rst", "exapp_development/tech_details/api/routes.rst", "exapp_development/tech_details/api/settings.rst", "exapp_development/tech_details/api/talkbots.rst", "exapp_development/tech_details/api/topmenu.rst", "exapp_development/tech_details/api/utils.rst", "exapp_development/tech_details/index.rst", "getting_started/coding_standards/html_css.rst", "getting_started/coding_standards/index.rst", "getting_started/coding_standards/javascript.rst", "getting_started/coding_standards/php.rst", "getting_started/development_process.rst", "getting_started/devenv.rst", "getting_started/glossary.rst", "getting_started/index.rst", "how_to/index.rst", "html_css_design/content.rst", "html_css_design/css.rst", "html_css_design/html.rst", "html_css_design/icons.rst", "html_css_design/index.rst", "html_css_design/list.rst", "html_css_design/navigation.rst", "html_css_design/popovermenu.rst", "index.rst", "prologue/bugtracker/codereviews.rst", "prologue/bugtracker/index.rst", "prologue/bugtracker/triaging.rst", "prologue/code-of-conduct.rst", "prologue/compatibility_app_ecosystem.rst", "prologue/help_communication.rst", "prologue/index.rst", "prologue/security.rst", "release_notes/critical_changes.rst", "release_notes/deprecations.rst", "release_notes/index.rst", "release_notes/new.rst", "release_notes/previous/index.rst", "release_notes/previous/upgrade_to_14.rst", "release_notes/previous/upgrade_to_15.rst", "release_notes/previous/upgrade_to_16.rst", "release_notes/previous/upgrade_to_17.rst", "release_notes/previous/upgrade_to_18.rst", "release_notes/previous/upgrade_to_19.rst", "release_notes/previous/upgrade_to_20.rst", "release_notes/previous/upgrade_to_21.rst", "release_notes/previous/upgrade_to_22.rst", "release_notes/previous/upgrade_to_23.rst", "release_notes/previous/upgrade_to_24.rst", "release_notes/previous/upgrade_to_25.rst", "release_notes/previous/upgrade_to_26.rst", "release_notes/previous/upgrade_to_27.rst", "release_notes/previous/upgrade_to_28.rst", "release_notes/previous/upgrade_to_29.rst", "release_notes/previous/upgrade_to_30.rst", "release_notes/previous/upgrade_to_31.rst", "release_notes/previous/upgrade_to_32.rst", "release_notes/previous/upgrade_to_33.rst", "release_notes/previous/upgrade_to_34.rst", "server/architecture/files.rst", "server/architecture/index.rst", "server/code-back-end.rst", "server/code-front-end.rst", "server/externalapi.rst", "server/index.rst", "server/static-analysis.rst", "server/unit-testing.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 8, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 29, 30, 32, 33, 36, 37, 38, 42, 43, 44, 45, 49, 50, 56, 57, 58, 61, 64, 66, 69, 73, 74, 76, 77, 79, 82, 90, 92, 94, 95, 96, 98, 101, 105, 106, 107, 108, 110, 112, 115, 116, 118, 121, 122, 124, 125, 129, 130, 132, 133, 134, 136, 137, 139, 140, 141, 142, 144, 147, 148, 149, 151, 152, 153, 165, 166, 167, 170, 174, 175, 181, 185, 186, 187, 188, 189, 190, 192, 199, 204, 206, 209, 222, 223, 224, 228, 229, 231, 232, 233, 239], "0": [1, 3, 5, 6, 7, 14, 16, 17, 20, 21, 22, 25, 29, 34, 40, 43, 44, 46, 48, 49, 50, 52, 55, 56, 57, 61, 64, 66, 69, 70, 72, 82, 87, 89, 90, 94, 95, 96, 97, 98, 99, 100, 104, 107, 108, 113, 116, 118, 120, 121, 122, 124, 129, 130, 131, 132, 134, 137, 139, 140, 141, 142, 143, 145, 148, 149, 153, 155, 165, 166, 168, 170, 171, 175, 177, 179, 181, 185, 186, 187, 188, 192, 194, 199, 215, 216, 217, 218, 223, 224, 229, 232, 233, 234, 239, 240], "00": [20, 61, 66, 69, 76, 139], "000": [2, 37], "000000": 46, "00000007oc9l3j5ur4db": 61, "00000259oczn5x60nrdu": 61, "00001": 63, "00002": 63, "0020": 42, "00293f": 194, "005416": 194, "005a8a": 194, "0066ac": 194, "00679e": 194, "0077c7": 194, "0082c9": 46, "00a0": 42, "00z": 66, "01": [20, 61, 64, 66, 96, 187], "01t00": 61, "01t17": 66, "03": 96, "04": 139, "044": 123, "04c36b75222cd9fd47f2607333029106": 61, "04z": 96, "05": [61, 129], "050": 136, "07": 139, "08": 243, "09": 97, "099f05": 194, "0e53dfb6": 61, "1": [0, 1, 2, 3, 5, 7, 14, 15, 16, 17, 20, 21, 22, 25, 29, 30, 33, 37, 39, 43, 44, 46, 48, 52, 57, 61, 62, 63, 64, 66, 69, 70, 72, 74, 87, 89, 95, 96, 98, 99, 101, 104, 106, 108, 116, 118, 120, 122, 123, 124, 125, 126, 127, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 145, 147, 148, 149, 152, 153, 154, 155, 158, 165, 166, 168, 170, 175, 177, 181, 185, 186, 187, 190, 192, 194, 198, 199, 202, 204, 209, 215, 217, 222, 223, 224, 231, 232, 233, 240], "10": [20, 34, 46, 52, 58, 61, 64, 69, 82, 96, 99, 104, 129, 130, 136, 140, 142, 153, 179, 187, 192], "100": [13, 20, 34, 46, 52, 53, 69, 92, 96, 122, 129, 134, 140, 145, 165, 166, 168, 177, 182, 187, 194, 195, 232], "1000": [37, 40, 104], "10000": [63, 122], "10000000": 66, "100644": [154, 192], "100kib": 145, "100m": [79, 194], "100px": 77, "1024px": 194, "1025": 192, "1084": 168, "10mb": [63, 66], "10min": 142, "10z": 96, "11": [21, 46, 69, 82, 96, 100, 113, 140, 223, 239], "113": 194, "114": 194, "116": 198, "12": [23, 46, 61, 64, 123, 129, 136, 140, 152], "120": 179, "120m": 179, "121": 202, "123": [87, 104, 168, 171, 174, 175, 177, 186, 194], "1234": [104, 107, 132], "12345": [66, 92, 165, 175], "124": [129, 171], "125": 171, "127": [98, 192], "1270351409912": 122, "127815235": 61, "12px": [77, 194], "13": [136, 139, 140], "130000000": 129, "1337": 120, "139": 192, "13px": 77, "13t12": 96, "14": [64, 96, 139, 140, 144, 193, 214, 233, 234], "141": 198, "144": 198, "146": 202, "14px": [20, 200], "15": [17, 22, 61, 140, 143, 144, 153, 214], "150": [69, 192], "15000000": 63, "151": 198, "152": [87, 192, 198], "1547545326": 63, "1553": 132, "156": 198, "1575981518": 136, "1578283711000": 46, "15px": [77, 194], "16": [17, 22, 42, 48, 52, 61, 64, 124, 185, 214, 234], "163": 194, "1675789581": 61, "168": 192, "16px": 194, "17": [17, 22, 46, 192, 214, 227, 229, 234], "1711545301": 87, "1711545302": 87, "1711545303": 87, "1711545305": 87, "172": 192, "1728000": 131, "173": 194, "1742": 104, "18": [17, 22, 29, 64, 101, 214, 218, 234], "1800": 123, "19": [16, 17, 22, 127, 152, 187, 214, 233, 234, 235], "192": [192, 198], "197": 198, "1970": 61, "19z": 96, "1_linux_": 152, "1_linux_amd64": 152, "1_linux_arm64": 152, "1e1": 187, "1e2": 187, "1min": 140, "1px": 194, "1snze11cibf6v6dsz": 10, "1st": 46, "1st_user": 46, "2": [1, 3, 5, 14, 15, 16, 17, 20, 22, 29, 39, 46, 48, 52, 56, 57, 58, 61, 62, 63, 64, 77, 85, 87, 101, 104, 106, 107, 123, 125, 127, 129, 132, 140, 141, 142, 152, 154, 165, 177, 185, 186, 187, 192, 194, 195, 198, 199, 202, 204, 210, 221, 222, 229, 232, 233, 234, 243], "20": [17, 21, 22, 30, 37, 44, 46, 56, 57, 61, 64, 100, 113, 132, 214, 222, 228, 229, 230, 232, 233, 234, 235], "200": [43, 44, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 69, 96, 101, 104, 129, 153, 170, 173, 240], "2001": [5, 95, 108, 130], "2008": 243, "2012": 129, "2014": [129, 222], "2015": [20, 69], "2016": [64, 185], "2018": 97, "2019": [82, 136], "2020": 15, "20200101t170000z": 107, "20200130t170000z": 107, "20200130t180000z": 107, "2021": [66, 96], "2022": [61, 82, 96], "2023": 228, "2024": [42, 185], "20240101120000": 190, "2026": 139, "2034": 40, "204": 69, "20632824998": 46, "20cat": 132, "20cute": 132, "20music": 70, "20px": [77, 184], "20st": 132, "20standard": 228, "20t12": 69, "20thcenturystudio": 129, "21": [17, 22, 127, 132, 147, 152, 214, 225, 233], "21474836480": 46, "2153599501": 122, "2156": 64, "216": 198, "219": 194, "22": [17, 22, 29, 64, 127, 214, 226, 229, 231, 233, 234], "222222": 194, "22t15": 96, "23": [16, 34, 37, 61, 69, 124, 127, 210, 214, 227, 234], "231": 198, "2345": 153, "24": [16, 17, 18, 22, 29, 37, 63, 64, 97, 125, 145, 179, 210, 214, 231, 233, 239], "240": 48, "2401fed2eea6f2c1027c482a633e8e25cd46701f811e2d2c10dc213fd95fa60e350b": 10, "2404date20220903071748": 40, "2432": 166, "24px": [76, 77, 194, 231], "25": [16, 17, 22, 25, 58, 129, 132, 145, 188, 196, 214, 227, 228, 234], "255": 194, "256": [5, 61], "25px": 194, "26": [16, 17, 20, 22, 30, 43, 58, 69, 116, 122, 129, 143, 214, 229], "26e7beeca3c0": 63, "27": [16, 17, 18, 20, 22, 34, 37, 48, 57, 73, 96, 97, 107, 127, 137, 142, 145, 146, 214, 227, 229, 230, 231, 234], "277": 156, "28": [2, 17, 20, 21, 22, 29, 37, 48, 49, 50, 56, 57, 104, 121, 132, 141, 142, 171, 188, 210, 214, 232], "282": 132, "29": [5, 17, 20, 22, 33, 40, 61, 90, 99, 116, 122, 132, 137, 143, 179, 214, 231, 232], "2fa": [61, 144], "2g": 227, "2nd": 46, "2nd_user": 46, "2px": 194, "2xx": 49, "3": [5, 8, 14, 15, 16, 20, 29, 30, 33, 35, 37, 39, 41, 43, 46, 52, 61, 64, 69, 70, 76, 82, 87, 90, 96, 97, 100, 101, 113, 128, 129, 139, 140, 141, 142, 152, 154, 155, 185, 186, 188, 189, 192, 194, 202, 204, 210, 222, 224, 225, 231, 232, 234, 238, 240, 243], "30": [17, 20, 22, 37, 40, 52, 55, 57, 64, 69, 116, 127, 129, 131, 137, 140, 141, 142, 149, 153, 214, 233, 234], "300m": 194, "300px": [194, 199], "3030237": 61, "304": 69, "3097fca9b1ec8942c4305e550ef1b50a": 129, "31": [5, 17, 22, 52, 61, 69, 70, 90, 93, 127, 171, 198, 214, 229, 234], "310": 87, "3166": 123, "32": [2, 5, 17, 22, 48, 61, 92, 94, 96, 99, 132, 139, 152, 168, 177, 194, 214, 228], "32060": 226, "3209": 96, "321": 177, "3285b1": 194, "32866": 228, "32bit": 227, "32px": 76, "32x32": 69, "33": [17, 22, 43, 90, 120, 136, 139, 140, 214], "333": 96, "33333344": 194, "34": [40, 96, 101, 139, 211, 214], "34081": 226, "34302": 97, "34329": 227, "34490": 227, "3456": 61, "34773": 228, "34807": 227, "34893": 227, "34px": [77, 194, 231], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243], "35789": 227, "35872": 228, "35966": 227, "36": 43, "3600": [18, 19], "36033": 227, "36073": 227, "36114": 227, "36198": 227, "36310": 227, "36363": 227, "36393": 227, "364": 69, "36434": 227, "3650": 192, "36591": 228, "36665": 228, "36836": 228, "369": 104, "36c3": 105, "37040": 228, "37316": 228, "37324": 228, "37542": 228, "37674": 228, "37820": 97, "37835": 228, "37929": 228, "37943": 228, "37955": 228, "38": 136, "38003": 228, "38030": [97, 228], "38104": 228, "389": 129, "3927bf23": 192, "3950773": 61, "3986": 44, "39th": 132, "39z": 96, "3rd": [3, 8, 46, 89, 95, 127, 132, 151, 154, 233], "3rd_user": 46, "3rdparti": [151, 192, 222, 227, 229], "4": [5, 15, 16, 29, 37, 42, 46, 48, 52, 61, 87, 89, 100, 101, 113, 118, 139, 140, 141, 142, 152, 154, 155, 185, 186, 187, 188, 192, 220, 222, 225, 228, 230, 233, 234], "40": [153, 179], "400": [49, 50, 52, 54, 57, 58, 59, 192], "401": [50, 59, 60, 61, 161, 178, 240], "403": [44, 52, 60, 69, 101, 223], "403354469": 129, "404": [44, 49, 50, 52, 54, 56, 57, 69, 104, 128, 153, 165, 166, 170, 240], "4052412": 61, "409": 129, "4096": [10, 192], "40email": 46, "40m": 179, "41": [123, 198], "412": [56, 57, 58, 228], "41446681800": 123, "42": [29, 46, 69, 112, 120, 125, 195], "42513563": 154, "429": [20, 56, 57, 58, 133], "44": [76, 123], "441": 136, "4423": 63, "443": 192, "4433": 192, "444444": 194, "445": 192, "44px": [199, 231], "44x44px": 96, "45": 194, "46f0": 61, "483c1e56f95e88835747b1c7c60581215016cbf2": 15, "487903ffcf4": 192, "48px": 194, "49": [69, 123], "4918": 61, "49279cc7": 192, "4e43": 106, "4e4672cs58q": 243, "4efe": 63, "4px": [77, 194, 232], "4xx": 49, "5": [5, 20, 37, 49, 56, 57, 64, 66, 69, 76, 79, 95, 97, 118, 125, 132, 133, 140, 155, 165, 187, 194, 200, 217, 231, 233, 243], "50": [48, 69, 132, 134, 136], "500": [101, 178], "500px": 194, "501": [153, 165, 166], "503": [74, 228], "507": 63, "509": 10, "50ef2eba7b74aa84feff013efee2a5ef": 61, "50k": 92, "50px": 194, "512": [10, 145], "51803": 235, "55": 132, "55548cc16b457cd74241990cc9d3b72b6335f2e5f45eee95171da024087d114fcbc2": 10, "555555": 46, "565656": 107, "567": 132, "59": 198, "595959": 194, "597996": 48, "5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f": 15, "5gb": 63, "5mb": 63, "6": [5, 16, 19, 46, 52, 61, 82, 140, 154, 155, 192, 194, 200], "60": [46, 96, 124, 133, 140, 179], "600": 152, "60m": 179, "61": 152, "61b4": 61, "64": [5, 19, 40, 93, 96, 136], "640": 48, "6436d084d4805": 61, "64px": 76, "65": [118, 194], "664700": 194, "668": 123, "67": [154, 166], "6768789079123765868": 136, "68": 129, "6b6b6b": 194, "6h": 19, "7": [5, 15, 16, 43, 46, 52, 61, 82, 96, 122, 154, 192, 199, 215, 216, 217, 222, 225, 229, 233], "70": [34, 69], "7000": 192, "70981": 129, "72": 198, "7222": 235, "728": 227, "7520": 235, "7641": 235, "77": 194, "79": [154, 195], "7d7d7d": 194, "8": [5, 16, 17, 20, 22, 46, 48, 52, 56, 61, 62, 64, 66, 81, 97, 104, 107, 141, 143, 154, 194, 198, 210, 233, 243], "80": [134, 185], "8025": 192, "8080": 156, "817c": 106, "8400ba9c": 192, "842011482": 46, "8443": 133, "86": 154, "8601": [61, 69], "87": 96, "878": 129, "88": 154, "8904": 215, "8910": 104, "8a0000": 194, "8aa06618": 154, "8px": [77, 194, 232], "9": [5, 17, 22, 25, 49, 61, 76, 96, 118, 139, 217, 231, 235, 238, 240], "90": [107, 165], "9000": [98, 192], "92": 46, "9261": 132, "95": 192, "96": 198, "9648": 129, "97": 198, "98": 34, "983": 177, "9876": 243, "99": [134, 199], "9940": 223, "996": 240, "9980": 192, "999": [199, 240], "9d52": 106, "A": [3, 5, 10, 16, 18, 19, 20, 21, 22, 29, 32, 35, 41, 42, 44, 46, 49, 57, 58, 62, 63, 69, 76, 77, 81, 87, 89, 90, 92, 94, 95, 96, 101, 105, 106, 107, 116, 122, 124, 126, 128, 129, 130, 132, 134, 137, 138, 139, 140, 141, 142, 145, 146, 147, 156, 185, 190, 199, 202, 206, 209, 222, 226, 228, 231, 233, 236, 240, 243], "AND": [122, 129], "AS": 152, "And": [15, 18, 35, 61, 62, 63, 99, 125, 129, 154, 185, 204, 234], "As": [15, 18, 20, 22, 29, 37, 46, 61, 70, 101, 107, 122, 126, 128, 129, 131, 134, 135, 144, 149, 160, 185, 195, 198, 202, 215, 220, 221, 222, 224, 227, 234], "At": [0, 14, 16, 43, 66, 69, 105, 107], "BY": 37, "Be": [3, 10, 25, 44, 81, 115, 122, 204, 240], "Being": 14, "But": [22, 40, 42, 44, 129, 130, 158, 204, 222, 232], "By": [10, 17, 20, 21, 22, 37, 48, 49, 52, 61, 82, 97, 98, 99, 104, 130, 131, 139, 140, 152, 158, 199], "For": [1, 2, 3, 6, 7, 8, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 25, 29, 30, 33, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 49, 52, 61, 63, 64, 66, 69, 71, 76, 77, 79, 80, 81, 82, 87, 90, 95, 98, 99, 105, 106, 107, 110, 115, 118, 124, 125, 129, 131, 132, 133, 134, 137, 140, 141, 142, 144, 145, 149, 151, 152, 154, 156, 158, 159, 165, 166, 167, 169, 175, 185, 186, 187, 188, 190, 192, 194, 196, 199, 200, 204, 205, 214, 221, 222, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 239, 243], "IF": 14, "IN": 37, "If": [2, 3, 5, 8, 10, 13, 14, 15, 16, 17, 20, 21, 22, 25, 29, 30, 32, 33, 34, 37, 38, 40, 42, 43, 44, 46, 48, 49, 50, 54, 56, 59, 61, 63, 64, 69, 71, 74, 76, 79, 81, 82, 85, 87, 89, 90, 92, 93, 95, 96, 104, 105, 106, 107, 108, 110, 115, 116, 118, 119, 121, 122, 128, 129, 130, 131, 132, 135, 137, 138, 140, 141, 142, 144, 145, 149, 150, 151, 152, 156, 159, 161, 162, 165, 166, 170, 171, 173, 185, 187, 188, 189, 190, 193, 196, 198, 199, 200, 202, 203, 204, 209, 217, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 239, 240, 243], "In": [0, 1, 2, 3, 8, 10, 15, 16, 18, 20, 21, 22, 25, 28, 29, 32, 33, 34, 35, 37, 40, 42, 44, 46, 49, 54, 60, 61, 74, 76, 82, 85, 90, 95, 96, 97, 105, 106, 107, 116, 118, 123, 125, 126, 128, 129, 130, 131, 132, 133, 136, 137, 140, 141, 142, 144, 148, 152, 154, 158, 159, 160, 163, 164, 166, 167, 185, 186, 188, 190, 198, 199, 202, 204, 211, 217, 222, 223, 224, 225, 227, 228, 229, 231, 232, 233, 234, 242, 243], "It": [3, 8, 10, 15, 16, 17, 20, 21, 22, 25, 27, 30, 31, 33, 34, 36, 37, 42, 43, 46, 49, 50, 52, 61, 63, 64, 69, 71, 76, 79, 82, 85, 87, 89, 90, 96, 97, 98, 104, 106, 107, 115, 117, 119, 121, 122, 123, 125, 128, 129, 130, 131, 132, 134, 135, 136, 137, 139, 140, 141, 145, 151, 152, 153, 154, 156, 158, 162, 165, 170, 177, 185, 186, 189, 190, 192, 194, 199, 204, 206, 209, 213, 222, 223, 227, 228, 229, 231, 232, 233, 234], "Its": [96, 107, 140, 141, 142], "NOT": [45, 52, 153, 198, 231], "No": [42, 44, 59, 61, 69, 76, 87, 96, 98, 133, 135, 145, 185], "Not": [14, 16, 50, 54, 56, 57, 61, 69, 104, 147, 156, 188, 204], "ON": [82, 98], "Of": [18, 107, 141, 142, 204], "On": [37, 44, 48, 61, 77, 82, 93, 98, 106, 127, 128, 129, 154, 168, 177, 193, 198, 212, 218, 220, 243], "One": [15, 49, 81, 107, 110, 120, 122, 135, 171, 199], "Or": [18, 21, 106, 129, 188, 231, 239, 240], "Such": 20, "That": [0, 3, 8, 20, 21, 32, 46, 122, 128, 131, 185, 204], "The": [1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 76, 77, 79, 80, 81, 82, 85, 87, 89, 90, 92, 93, 95, 97, 98, 99, 103, 104, 105, 106, 108, 109, 110, 112, 113, 115, 116, 118, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 157, 158, 161, 164, 165, 166, 168, 170, 171, 173, 174, 175, 177, 178, 181, 185, 187, 189, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 204, 206, 209, 210, 213, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243], "Then": [7, 8, 10, 15, 20, 21, 22, 82, 94, 106, 107, 120, 129, 134, 146, 149, 189, 192, 239, 243], "There": [3, 10, 14, 16, 18, 20, 21, 25, 27, 35, 42, 44, 46, 49, 63, 70, 72, 76, 87, 96, 97, 99, 107, 115, 116, 119, 122, 125, 129, 131, 132, 134, 140, 149, 151, 153, 154, 158, 165, 167, 170, 173, 182, 186, 188, 189, 192, 194, 195, 204, 206, 209, 213, 222, 225, 227, 229, 240], "These": [13, 14, 16, 20, 37, 41, 42, 47, 69, 76, 82, 98, 107, 108, 122, 124, 128, 131, 132, 154, 179, 202, 206, 209, 214, 233, 234, 243], "To": [0, 2, 3, 8, 9, 12, 13, 14, 15, 17, 20, 21, 22, 25, 26, 30, 33, 34, 37, 40, 42, 43, 44, 45, 46, 47, 49, 52, 61, 63, 67, 68, 69, 73, 75, 76, 77, 82, 84, 85, 90, 93, 94, 96, 98, 99, 101, 104, 106, 107, 110, 113, 115, 116, 118, 123, 125, 128, 129, 130, 131, 132, 135, 136, 140, 142, 144, 146, 149, 152, 154, 156, 159, 165, 166, 167, 169, 171, 175, 176, 180, 181, 189, 190, 195, 199, 202, 204, 209, 210, 220, 222, 229, 232, 233, 234, 236, 239, 240, 243], "Will": [27, 42, 123, 135, 140, 218], "With": [0, 18, 21, 22, 40, 43, 46, 92, 99, 106, 107, 122, 132, 140, 176, 226, 227, 228, 232], "_": [20, 26, 36, 54, 134, 154, 167, 190, 231], "__construct": [0, 1, 18, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 49, 90, 96, 99, 101, 103, 104, 106, 107, 108, 110, 112, 116, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 145, 146, 147, 190], "__dir__": [0, 3, 89], "__webpack_nonce__": [154, 231], "__webpack_public_path__": 154, "_capabl": 218, "_cooki": 20, "_data": 154, "_different_": 209, "_env": 20, "_file": 20, "_get": 209, "_n": [154, 167], "_pkei": 37, "_post": 21, "_rout": 230, "_sensitive_": 93, "_server": 20, "_session": 20, "_user": 46, "a011fe619bcf6e77ddebc96f9908e1af4071b9c1": 15, "a2xityipixkscripb": 10, "a37200": 194, "a9cd": 63, "a_valu": 92, "aa": [79, 164], "aa_vers": 165, "aaaaaa": 46, "aarch64": 152, "abbrevi": [33, 81, 186], "abc": [25, 43], "abc123": [139, 188], "abcd": 92, "abil": [14, 38, 82, 132, 179, 204, 223], "abl": [15, 16, 20, 82, 95, 104, 107, 129, 131, 135, 151, 156, 160, 188, 204, 209, 215, 220, 233], "abort": [1, 17, 22, 61, 129, 133], "about": [5, 10, 14, 17, 18, 21, 22, 25, 40, 44, 45, 46, 48, 49, 70, 76, 77, 79, 80, 87, 90, 92, 93, 95, 96, 97, 104, 105, 106, 115, 118, 121, 125, 127, 129, 131, 135, 136, 137, 140, 141, 142, 154, 169, 174, 180, 185, 188, 202, 204, 206, 209, 213, 222, 225, 227, 229, 230, 232, 233, 234, 243], "abov": [0, 2, 5, 8, 10, 14, 15, 20, 22, 29, 33, 42, 43, 49, 52, 69, 76, 82, 96, 101, 105, 107, 126, 130, 131, 132, 140, 185, 186, 190, 192, 199, 200, 209, 229, 234], "absenc": [50, 121], "absent": [1, 5, 49], "absolut": [38, 69, 82, 94, 96, 131, 135, 165, 174, 231, 233, 234], "absolutepath": 22, "abstract": [16, 32, 95, 107, 122, 129, 133, 186, 222, 224, 229], "abstractdatacollector": 125, "abstractnodeev": 231, "abstractnodesev": 231, "abstracttaskprocessingev": 140, "abstracttextprocessingev": [141, 142, 231], "abstracttexttoimageev": [141, 231], "abstracttranscriptionev": [137, 231], "ac": 192, "accent": 194, "accept": [1, 8, 20, 29, 32, 40, 45, 46, 61, 64, 76, 85, 87, 95, 96, 112, 129, 131, 135, 164, 165, 166, 178, 192, 199, 213, 215, 229, 234, 240], "accept_languag": 44, "access": [5, 8, 10, 15, 17, 20, 22, 25, 26, 28, 29, 30, 34, 35, 39, 41, 44, 46, 48, 50, 52, 53, 54, 61, 70, 71, 76, 79, 82, 88, 90, 93, 94, 96, 99, 101, 109, 110, 113, 115, 122, 125, 129, 131, 132, 137, 139, 140, 149, 152, 156, 158, 161, 165, 167, 176, 178, 186, 187, 189, 190, 192, 194, 195, 199, 202, 204, 209, 213, 226, 231, 232, 233, 236, 240, 243], "access_level": 178, "accesstoken": 70, "accid": 209, "accommod": 150, "accomplish": 110, "accord": [3, 5, 14, 140, 192, 215], "accordingli": [16, 176, 222, 223], "account": [8, 13, 14, 15, 42, 44, 45, 46, 60, 70, 81, 82, 92, 96, 103, 107, 110, 124, 135, 185, 192, 202, 204, 209, 228, 229, 231, 233], "accountmanag": [124, 229], "accur": [49, 121, 213], "accuraci": 145, "achiev": [20, 62, 107], "acl": 61, "acm": 82, "acpu": 242, "acquir": [19, 29, 86, 113, 132, 146], "acquiremailprovid": 110, "acquiremailservic": 110, "acreateempti": 101, "acreatefromtempl": 101, "across": [19, 20, 37, 49, 76, 81, 94, 101, 118, 148, 190, 199], "act": [0, 6, 21, 22, 101, 105, 115, 117, 222], "action": [10, 11, 14, 20, 22, 29, 34, 38, 42, 48, 61, 70, 75, 77, 78, 88, 90, 95, 96, 101, 105, 106, 107, 109, 113, 115, 126, 135, 138, 140, 149, 150, 151, 166, 170, 172, 175, 183, 189, 194, 199, 204, 206, 209, 227, 229, 231, 232, 233, 234], "action1": 187, "action2": 187, "action_handl": 171, "action_handler_rout": [169, 171], "actionbutton": 87, "actionfactori": 108, "actionhandl": [25, 169, 171], "actioninclud": 233, "actionlabel": 228, "activ": [5, 14, 15, 18, 20, 21, 25, 37, 51, 70, 75, 76, 77, 96, 98, 132, 144, 147, 154, 176, 190, 198, 199, 201, 204, 216, 217, 226, 227, 231, 232, 234, 239], "activat": [88, 113], "activity_id": 69, "activitymanag": [69, 232], "actor": 69, "actorid": 64, "actortyp": 64, "actual": [18, 20, 21, 22, 40, 43, 44, 46, 49, 75, 76, 96, 98, 101, 107, 116, 122, 129, 131, 132, 140, 141, 142, 148, 149, 152, 156, 158, 175, 206, 231], "ad": [4, 5, 8, 13, 14, 16, 17, 18, 20, 22, 25, 28, 29, 30, 33, 37, 39, 43, 46, 48, 49, 50, 54, 55, 56, 57, 58, 61, 63, 69, 71, 73, 76, 82, 89, 90, 92, 93, 94, 96, 99, 101, 104, 105, 107, 110, 116, 118, 120, 121, 122, 127, 131, 132, 134, 136, 137, 140, 141, 142, 144, 146, 152, 160, 166, 185, 190, 199, 204, 206, 220, 222, 223, 226, 238], "adapt": [49, 76, 155, 163, 185, 194, 220, 231], "adb9aa24cbfa8e372c88431d1d99629a": 62, "add": [1, 2, 3, 5, 8, 13, 15, 17, 18, 20, 21, 22, 23, 25, 26, 29, 30, 33, 34, 37, 38, 40, 42, 43, 45, 52, 69, 70, 76, 81, 82, 89, 94, 96, 101, 104, 105, 106, 108, 115, 118, 120, 122, 125, 126, 128, 129, 131, 132, 134, 135, 136, 140, 144, 152, 154, 156, 165, 167, 169, 172, 185, 188, 192, 193, 195, 198, 199, 200, 202, 204, 206, 209, 210, 222, 225, 229, 231, 232, 233, 234, 239], "add_missing_column": [223, 229], "add_missing_columns_ev": 223, "add_missing_index": [223, 229], "add_missing_indexes_ev": 223, "add_missing_primary_kei": [223, 229], "add_missing_primary_keys_ev": 223, "addact": 108, "addallowedchildsrcdomain": [20, 235], "addallowedconnectdomain": 20, "addallowedfontdomain": 20, "addallowedframedomain": [20, 31], "addallowedimagedomain": 20, "addallowedmediadomain": 20, "addallowedobjectdomain": 20, "addallowedscriptdomain": 20, "addallowedstyledomain": 20, "addargu": 1, "addattende": 106, "addattribut": 132, "addchild": 20, "addcolumn": [37, 40, 136], "addcooki": 20, "adddatatransferprogresslisten": 70, "addev": 22, "addeventlisten": [96, 129], "addfavorit": 229, "addfilecont": 145, "addhead": [20, 30, 31, 45], "addindex": 40, "addinitscript": [25, 229], "addit": [0, 2, 5, 10, 16, 17, 20, 22, 25, 26, 29, 30, 34, 37, 40, 45, 61, 63, 69, 71, 74, 76, 81, 82, 83, 90, 92, 96, 99, 107, 122, 128, 129, 131, 134, 141, 142, 150, 152, 154, 160, 165, 166, 185, 188, 202, 204, 206, 209, 226, 227, 231, 234, 238], "addition": [16, 20, 33, 34, 37, 49, 69, 99, 101, 116, 118, 125, 128, 129, 135, 137, 142, 158, 188, 209, 230, 232, 233], "addjob": 18, "addlink": 147, "addlisten": [22, 126, 138], "addmenuentri": 25, "addmissingcolumnsev": 229, "addmissingindex": 40, "addmissingindicesev": [40, 229], "addmissingindiceslisten": 40, "addmissingprimarykeyev": 229, "addnewfilemenuentri": 229, "addon": 98, "addopt": 1, "addplugin": [2, 229], "addprovid": [17, 22], "address": [20, 22, 27, 44, 46, 52, 76, 81, 106, 108, 110, 150, 156, 161, 185, 192, 212, 233], "addscript": [25, 26, 96, 126, 129, 190, 229, 233], "addsearchcalendar": 106, "addservicelisten": 22, "addstyl": 26, "addtasktyp": [17, 22], "addtocount": 22, "addtransl": [218, 227, 233], "addtwo": 243, "addtwolisten": 22, "addtyp": 37, "adduniqueindex": 37, "addus": [152, 215], "addvendorscript": 233, "adher": 21, "adiscoverablereferenceprovid": 129, "adjust": [2, 3, 16, 17, 22, 40, 46, 95, 130, 139, 140, 154, 167, 189, 194, 213, 222, 223, 225, 229, 230, 231, 232, 234, 238, 243], "adler32": 61, "admin": [5, 8, 10, 14, 16, 17, 19, 20, 22, 28, 34, 42, 46, 48, 49, 52, 61, 62, 81, 82, 83, 88, 90, 103, 113, 122, 134, 135, 140, 146, 149, 151, 153, 161, 174, 178, 179, 181, 182, 190, 192, 206, 209, 231], "admin_audit": [17, 22], "administr": [1, 5, 8, 10, 29, 40, 42, 49, 130, 134, 135, 140, 150, 156, 161, 167, 190, 194, 206, 213, 219, 223, 231], "adminrequir": 181, "adminsect": 134, "adminset": 134, "adopt": [16, 21, 49, 90], "adult": 129, "advanc": [20, 29, 52, 76, 79, 82, 84, 102, 113, 130, 136, 185, 192, 213], "advantag": [10, 19, 28, 44, 151], "adventur": 129, "advertis": [69, 101, 206, 228], "advis": [20, 104, 132, 209], "afefcaf556d98dc7896cca380e181decb609ca44": 15, "affect": [11, 14, 20, 22, 82, 121, 130, 188, 208, 229], "affero": [15, 185], "aforement": 37, "after": [5, 7, 8, 10, 11, 14, 15, 17, 18, 20, 21, 22, 25, 30, 32, 33, 37, 40, 41, 44, 49, 52, 63, 66, 82, 87, 89, 90, 92, 96, 99, 101, 104, 122, 130, 132, 139, 140, 153, 164, 165, 166, 171, 173, 187, 192, 195, 199, 200, 204, 222, 228, 229, 231, 238, 243], "afterappid": [25, 181], "aftercontrol": 30, "afterexcept": 30, "afterward": [8, 32, 46, 49, 63, 89, 90, 94, 95, 149, 228], "ag": [76, 131, 227], "again": [0, 30, 81, 107, 123, 131, 132, 156, 161, 229], "against": [1, 17, 20, 21, 22, 33, 61, 95, 119, 188, 190, 209, 222], "agent": [44, 140], "aggreg": 37, "aggress": 20, "agil": 243, "agnost": [116, 137, 140, 141, 142, 234], "ago": [42, 198], "agpl": [5, 14, 185], "agre": 190, "agreement": 204, "ai": [18, 43, 47, 77, 79, 113, 140, 141, 201, 231], "ai_integration_team": 179, "aim": [14, 79, 96, 115, 185, 204, 206, 218, 240], "aio": 162, "ajax": [209, 232], "alert": [12, 29, 209, 231], "alessandro": 5, "alex": [79, 81, 185], "algorithm": [61, 132, 153], "alia": [40, 104, 231, 232], "alias": [5, 21, 104, 110, 189, 229], "alic": [61, 122, 139, 182], "align": [85, 186, 194, 197, 199, 233], "alik": 21, "aliv": [14, 101, 229], "all": [0, 3, 5, 8, 10, 12, 13, 14, 15, 16, 18, 20, 21, 26, 30, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 53, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 72, 73, 76, 77, 79, 81, 82, 85, 89, 90, 93, 94, 95, 96, 97, 98, 101, 104, 105, 106, 108, 110, 115, 118, 119, 121, 122, 125, 126, 128, 129, 130, 132, 135, 139, 140, 141, 142, 144, 149, 150, 151, 152, 153, 156, 158, 159, 160, 165, 166, 169, 170, 171, 172, 178, 181, 186, 187, 188, 189, 190, 192, 194, 198, 199, 200, 202, 204, 205, 209, 210, 211, 215, 222, 226, 227, 228, 229, 230, 231, 232, 233, 235, 236], "allconfig": 232, "allfilenam": 42, "allhead": 112, "allow": [5, 8, 14, 16, 17, 18, 19, 20, 21, 22, 23, 30, 33, 34, 35, 36, 37, 40, 42, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 66, 69, 71, 76, 82, 89, 92, 93, 94, 96, 98, 104, 105, 107, 115, 116, 120, 122, 123, 125, 126, 128, 129, 131, 132, 133, 134, 135, 136, 138, 139, 140, 142, 145, 153, 156, 158, 164, 167, 169, 174, 175, 178, 190, 194, 198, 199, 200, 202, 204, 209, 210, 215, 216, 220, 222, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 240], "allowedapp": 69, "allowenumer": 220, "allowevalscript": [20, 218, 235], "allowevalwasm": 229, "allowinlinescript": 20, "allowinlinestyl": 20, "almost": [35, 76, 132, 140, 190], "alon": [76, 81, 131], "along": [82, 98, 105, 129, 153], "alongsid": 42, "alpha": [5, 16], "alphanumer": 16, "alpin": 152, "alreadi": [16, 17, 22, 33, 40, 48, 49, 70, 73, 82, 90, 96, 97, 101, 107, 125, 126, 134, 156, 179, 185, 188, 189, 190, 195, 202, 204, 209, 220, 222, 228, 229, 231, 233, 234, 240], "also": [0, 5, 8, 10, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 33, 34, 36, 37, 38, 40, 42, 44, 46, 49, 52, 54, 58, 61, 64, 69, 71, 72, 76, 77, 79, 82, 90, 93, 95, 97, 104, 106, 107, 110, 113, 115, 116, 117, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 140, 141, 142, 144, 145, 149, 151, 154, 159, 164, 165, 169, 185, 186, 188, 192, 194, 195, 199, 204, 206, 209, 211, 213, 217, 222, 223, 228, 229, 230, 231, 232, 234, 236, 238, 239, 243], "alt": 226, "alter": [17, 20, 22, 33, 209, 229], "altern": [3, 7, 20, 21, 72, 82, 100, 108, 113, 149], "although": [22, 231], "altogeth": 14, "alwai": [10, 14, 18, 20, 30, 37, 41, 43, 49, 51, 61, 63, 66, 72, 76, 77, 81, 82, 83, 89, 90, 97, 99, 106, 122, 125, 129, 134, 136, 140, 141, 142, 144, 184, 185, 187, 190, 192, 194, 198, 204, 206, 209, 215, 220, 222, 228, 232, 243], "alwaysen": 189, "am": [26, 34, 76, 129, 190, 204], "amass": 37, "ambigu": [81, 90], "amd": [151, 159], "amend": 147, "among": [71, 188, 228], "amount": [38, 61, 97, 122, 204, 209], "an": [1, 2, 3, 4, 5, 6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 25, 26, 27, 29, 30, 32, 33, 34, 35, 37, 38, 40, 42, 43, 45, 46, 48, 49, 50, 54, 56, 57, 58, 61, 62, 63, 64, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 103, 104, 105, 106, 108, 110, 113, 115, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 129, 131, 132, 133, 134, 135, 137, 138, 139, 141, 142, 145, 146, 147, 149, 153, 154, 155, 156, 159, 161, 162, 164, 165, 166, 167, 169, 170, 173, 175, 178, 179, 180, 181, 185, 187, 188, 189, 190, 192, 194, 195, 198, 199, 202, 203, 204, 206, 209, 213, 220, 221, 222, 223, 227, 228, 229, 231, 232, 233, 234, 235, 236, 238, 240, 243], "analysi": [100, 113, 186, 201, 222, 229, 241], "analyz": [22, 97, 140], "analyzeimag": [140, 233], "anchestor": 217, "android": [43, 70, 72, 75, 79, 101, 131, 201, 203], "andx": 231, "angular": 25, "angularj": [25, 199], "ani": [0, 10, 13, 14, 16, 20, 22, 25, 27, 29, 37, 40, 42, 46, 47, 49, 56, 58, 59, 61, 66, 70, 71, 76, 77, 81, 82, 92, 94, 96, 101, 104, 105, 106, 107, 110, 112, 115, 116, 120, 121, 126, 129, 132, 133, 135, 137, 140, 141, 142, 146, 147, 149, 150, 151, 152, 153, 154, 158, 159, 166, 169, 176, 179, 188, 190, 193, 199, 202, 204, 206, 209, 217, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 236, 240], "anim": [27, 194, 199], "anit": 82, "annot": [20, 28, 34, 37, 49, 115, 128, 131, 209, 231, 238], "annotating_cod": 49, "announc": [64, 233, 234, 235], "announcementcent": 64, "annoy": 209, "anon": 133, "anonratelimit": 20, "anonratethrottl": 20, "anonym": [20, 44, 61, 186], "anoth": [10, 14, 17, 20, 21, 22, 25, 40, 42, 44, 58, 69, 76, 82, 92, 97, 104, 105, 110, 120, 122, 140, 148, 150, 190, 209, 220, 233], "anotherexport": 120, "ansi": [3, 156], "answer": [42, 70, 94, 140, 162, 204, 209, 232], "anti": [21, 122], "anymor": [14, 25, 61, 96, 130, 193, 196, 215, 216, 217, 221, 223, 227, 234], "anyon": [20, 139, 190, 209], "anyrequest": 148, "anyth": [0, 7, 20, 21, 22, 32, 43, 81, 82, 85, 110, 115, 128, 129, 190, 204, 221, 231, 232, 233], "anywai": [40, 223], "anywher": [14, 28, 82, 98, 171], "apach": [5, 189, 204], "apache2": 189, "apart": [33, 42, 122, 232], "apcu": [19, 89], "api": [0, 1, 3, 5, 11, 14, 17, 19, 20, 21, 22, 25, 28, 33, 39, 41, 42, 43, 44, 60, 62, 63, 64, 66, 70, 73, 74, 84, 87, 91, 92, 94, 95, 97, 102, 106, 109, 112, 113, 121, 123, 125, 132, 139, 150, 151, 153, 154, 158, 161, 163, 164, 165, 168, 169, 170, 171, 173, 174, 175, 177, 179, 180, 181, 183, 185, 186, 187, 188, 197, 201, 206, 209, 211, 212, 218, 237, 238, 241], "apicontrol": [21, 33, 43, 49, 131], "apiexcept": 187, "apirequest": [20, 44, 46, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 101, 129, 131], "apirout": [20, 33, 43, 190, 230], "apiv2": 69, "apk": 152, "app": [1, 2, 3, 8, 9, 12, 15, 19, 20, 21, 23, 26, 27, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 59, 61, 64, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 82, 85, 87, 88, 90, 93, 94, 95, 96, 99, 100, 101, 102, 104, 106, 107, 108, 110, 112, 113, 116, 117, 118, 119, 122, 124, 126, 128, 130, 131, 133, 134, 135, 137, 139, 140, 141, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 156, 162, 163, 164, 165, 167, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 192, 193, 194, 196, 197, 198, 201, 203, 204, 207, 208, 209, 211, 212, 214, 215, 217, 218, 220, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 235, 236, 239, 240, 243], "app_api": [149, 153, 154, 156, 164, 165, 166, 168, 169, 170, 171, 173, 174, 175, 177, 178, 179, 180, 181, 182], "app_api_ex_app": 174, "app_api_id": 174, "app_api_proxy_url_prefix": 154, "app_api_router_bas": 154, "app_config": 150, "app_display_nam": 165, "app_host": 165, "app_id": [25, 31, 43, 49, 96, 110, 124, 126, 129, 132, 137, 140, 141, 142, 145, 154, 165, 166, 168, 177], "app_nam": 15, "app_path": 7, "app_persistent_storag": [154, 165], "app_port": 165, "app_prefer": 150, "app_private_kei": 15, "app_public_cert": 15, "app_public_crt": 15, "app_python_skeleton": 165, "app_secret": 165, "app_vers": 165, "appapi": [17, 22, 150, 151, 152, 154, 155, 159, 160, 161, 162, 163, 165, 166, 167, 171, 174, 176, 178, 179, 180, 181, 183, 190], "appapiauth": [150, 151, 153, 170, 172, 183], "appconfig": [91, 99, 113, 114, 172, 179, 183, 216, 218, 230, 232, 234], "appconfig_ex": 171, "appdata": [28, 39, 237], "appdomain": 148, "appear": [13, 29, 43, 49, 69, 76, 81, 82, 129, 131, 134, 190, 234, 243], "append": [20, 42, 103, 129, 181, 240], "appendchild": 126, "appfetch": 232, "appframework": [0, 6, 18, 20, 21, 25, 30, 31, 33, 34, 35, 36, 37, 49, 85, 91, 96, 97, 99, 101, 104, 110, 116, 124, 125, 126, 127, 128, 131, 132, 134, 137, 140, 141, 142, 143, 145, 147, 190, 209, 211, 215, 218, 221, 227, 228, 229, 230, 231, 232, 233, 235, 240], "appid": [1, 8, 42, 56, 57, 59, 87, 89, 93, 94, 131, 132, 137, 140, 141, 142, 161, 165, 167, 168, 170, 175, 177, 186, 235], "appinfo": [0, 1, 5, 6, 7, 10, 16, 20, 21, 22, 25, 30, 31, 32, 33, 34, 36, 37, 41, 43, 49, 69, 89, 96, 99, 101, 104, 108, 110, 116, 120, 124, 126, 129, 131, 132, 135, 137, 140, 141, 142, 145, 147, 151, 154, 156, 165, 167, 189, 217, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 234, 240], "appl": [79, 82, 107], "appli": [3, 16, 17, 20, 22, 37, 40, 81, 85, 89, 98, 107, 132, 153, 154, 156, 164, 185, 188, 189, 190, 198, 199, 232, 233, 236], "applic": [3, 4, 5, 10, 12, 14, 15, 17, 18, 19, 20, 21, 22, 25, 29, 30, 31, 32, 34, 36, 41, 42, 43, 44, 46, 47, 49, 61, 71, 72, 76, 79, 87, 92, 94, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 110, 112, 116, 122, 124, 125, 126, 129, 131, 132, 135, 137, 138, 139, 140, 141, 142, 145, 147, 150, 152, 154, 156, 166, 179, 183, 185, 188, 193, 194, 204, 209, 229, 232, 233, 234, 240, 243], "apply2fil": 82, "appmanag": 232, "appnam": [15, 18, 20, 21, 33, 35, 36, 126, 131, 190, 227], "appnavigationentryutil": 199, "appoint": [76, 107, 124], "apppassword": 44, "approach": [10, 19, 21, 22, 37, 96, 107, 122, 126, 129, 131, 166, 192, 223], "approot": 186, "appropri": [0, 13, 20, 21, 25, 38, 52, 76, 90, 107, 110, 118, 156, 188, 222, 231], "approv": [14, 15, 185], "approxim": 236, "apps_path": 7, "appset": 229, "appstor": [7, 13, 15, 155, 232], "appstore_sign_dir": 15, "appstore_token": 15, "appswebroot": 218, "apptoken": [44, 60], "apt": [8, 192], "ar": [0, 1, 2, 3, 5, 6, 8, 10, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 29, 32, 33, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 49, 51, 52, 56, 61, 63, 64, 66, 69, 70, 71, 72, 74, 76, 77, 79, 82, 83, 85, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 108, 110, 112, 115, 116, 117, 119, 121, 122, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 140, 141, 142, 144, 149, 150, 151, 152, 153, 154, 156, 158, 160, 161, 165, 166, 167, 168, 169, 170, 171, 173, 175, 177, 178, 179, 182, 185, 186, 188, 189, 190, 192, 193, 194, 195, 196, 198, 199, 200, 202, 204, 206, 209, 211, 213, 215, 217, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 234, 235, 238, 239, 240, 242, 243], "arbitrari": [29, 90, 107, 140, 142, 209], "arbitrarili": 140, "arch": 152, "architect": 150, "architectur": [4, 122, 132, 152, 153, 154, 160, 201, 241], "archiv": [5, 15, 17, 22, 61, 167, 232], "area": [5, 77, 80, 193, 194, 199, 204], "areavatarsen": 216, "arg": [42, 140, 152, 227], "argc": 15, "argument": [0, 4, 17, 18, 20, 21, 22, 29, 30, 40, 42, 49, 52, 53, 73, 82, 85, 90, 92, 101, 106, 107, 129, 130, 132, 140, 141, 142, 152, 175, 186, 192, 209, 220, 221, 222, 229, 231, 233, 234, 243], "argument_hash": 122, "argument_nam": 175, "argv": 15, "aris": 162, "around": [12, 42, 76, 115, 122, 123, 132, 206, 222, 228], "arr": 186, "arrai": [7, 10, 18, 19, 20, 21, 22, 23, 25, 26, 28, 30, 33, 34, 36, 40, 43, 46, 49, 52, 56, 57, 58, 59, 60, 61, 69, 70, 90, 92, 93, 94, 96, 98, 99, 101, 104, 105, 107, 108, 110, 116, 124, 126, 129, 131, 132, 134, 136, 138, 140, 141, 145, 169, 170, 175, 178, 181, 189, 192, 209, 227, 228, 232, 233, 234, 240], "arrang": [34, 42, 134], "array_filt": 146, "array_intersect": 69, "array_map": [104, 107, 146], "array_reduc": 148, "array_walk_recurs": 20, "arraylist": 70, "arrow": [199, 200], "articl": [82, 192], "articles_api": 33, "articlesapicontrol": 33, "artifact": [15, 16], "artifici": 140, "asarrai": 104, "asc": [69, 152], "ascend": [34, 66, 124, 132, 134], "ascii": [5, 42], "ask": [1, 3, 5, 12, 14, 20, 30, 42, 44, 52, 70, 79, 101, 115, 119, 122, 129, 159, 161, 163, 185, 188, 190, 201, 202, 204, 205, 209, 233], "aspect": [22, 42], "assembl": 21, "assembli": 28, "assert": 192, "assertequ": [187, 243], "assess": 188, "asset": [3, 101, 115, 149, 209, 231], "asset_nam": 15, "assign": [16, 17, 20, 21, 22, 37, 56, 57, 105, 115, 121, 185, 204, 218], "assigneduserid": 232, "assist": [43, 45, 72, 75, 84, 94, 113, 140, 156], "associ": [17, 22, 76, 92, 129, 140, 141, 152, 169, 195], "assum": [0, 10, 22, 33, 37, 44, 63, 82, 107, 140, 175, 194, 209], "assur": [37, 44], "asxml": 20, "async": [126, 129], "asynccommandbu": 232, "asynchron": [140, 141, 142, 169], "atempl": 101, "atom": [5, 37, 228], "atomicretri": [97, 228], "attach": [15, 25, 40, 76, 86, 110, 113, 154, 159, 160, 171, 190], "attach_to_releas": 15, "attachinlin": 103, "attack": [14, 20, 190, 209], "attempt": [20, 137, 156], "attent": [76, 204, 221], "attitud": 188, "attract": 199, "attribut": [5, 10, 20, 29, 33, 34, 40, 45, 49, 61, 64, 85, 99, 107, 115, 128, 129, 131, 133, 164, 170, 184, 185, 199, 209, 223, 228, 230, 231, 233, 238], "audienc": [81, 192], "audio": [20, 43, 137, 139, 140], "audio2text": [43, 140], "audiotoimag": 140, "audiototext": 140, "audiototextsubtitl": 140, "audit": [14, 28, 209], "augment": 204, "auth": [5, 20, 46, 61, 88, 113, 154, 165, 178, 192, 208, 220, 231], "authent": [6, 10, 30, 32, 44, 45, 54, 61, 70, 71, 82, 86, 101, 113, 115, 119, 129, 144, 150, 155, 156, 158, 160, 161, 162, 163, 165, 166, 170, 173, 176, 177, 183, 192, 201, 215, 220, 227, 229, 231, 233], "authenticatorassertionresponsevalid": 192, "authenticatorattestationresponsevalid": 192, "authenticod": 82, "authf": 5, "authfail": 128, "authinit": 221, "author": [5, 10, 14, 15, 20, 25, 33, 34, 37, 42, 44, 46, 61, 129, 131, 146, 164, 185, 190, 202, 206, 223, 240], "author_api": [20, 33, 131], "authorapi": 20, "authorapicontrol": [20, 33, 131], "authorcontrol": [20, 21, 33], "authordao": 37, "authorit": [89, 228], "authorizationjwt": 192, "authorizedadminset": [34, 231], "authormapp": [21, 37], "authornamecount": 37, "authorservic": [21, 29, 36, 42], "authorstorag": 41, "authorstoragetest": 41, "authorurl": 25, "authpublicsharecontrol": 128, "authsucceed": 128, "auto": [37, 45, 89, 116, 121, 122, 227], "autocomplet": [46, 210], "autocompleteev": [46, 210], "autocompletefilterev": 210, "autoincr": 37, "autolink": 129, "autoload": [0, 3, 40, 41, 100, 113, 122, 217, 228, 233, 238], "autoloadercheck": 238, "autom": [1, 11, 42, 54, 95, 151, 152, 167, 185, 201], "automat": [1, 8, 15, 16, 20, 23, 25, 27, 28, 29, 37, 42, 49, 54, 61, 67, 69, 71, 76, 79, 82, 89, 90, 93, 94, 96, 97, 101, 107, 115, 116, 119, 122, 127, 129, 130, 134, 139, 140, 149, 152, 154, 158, 165, 167, 178, 181, 185, 186, 187, 190, 193, 194, 196, 198, 209, 211, 215, 222, 227, 228, 231, 232, 234, 235, 243], "automkcol": 61, "autos": 230, "autosubmit": 227, "autotest": 243, "autowir": 21, "auxiliari": 82, "avail": [1, 5, 6, 8, 16, 17, 18, 20, 21, 25, 26, 27, 28, 34, 40, 42, 45, 46, 48, 49, 54, 61, 62, 63, 67, 68, 69, 72, 74, 76, 82, 83, 87, 89, 90, 92, 94, 95, 96, 98, 99, 101, 104, 105, 106, 110, 115, 116, 119, 120, 122, 125, 126, 129, 130, 132, 135, 138, 140, 141, 142, 149, 151, 152, 153, 154, 157, 159, 160, 161, 166, 174, 189, 192, 197, 198, 204, 215, 217, 229, 231, 233, 234, 236, 240, 243], "avatar": [35, 69, 78, 96, 108, 129, 132], "avatarmanag": 232, "averag": 140, "avoid": [3, 12, 18, 19, 20, 21, 38, 40, 49, 76, 81, 82, 85, 90, 92, 93, 96, 122, 125, 145, 148, 150, 184, 185, 189, 190, 194, 199, 206, 209, 211, 232, 240], "awai": [18, 32, 54, 122, 138, 226, 229], "await": [61, 129, 185], "awar": [10, 107, 122, 135, 194, 209], "awesom": [116, 137, 140, 141, 142], "awk": [62, 125, 152], "axio": [129, 154, 190], "b": [3, 15, 103, 154, 188, 192, 209], "b38e": 61, "b42f6819007f00f88e364fd4036a9c25bf357dd4": 152, "b5e6f6": 194, "babel": 115, "babelrc": 16, "back": [14, 17, 19, 22, 37, 40, 43, 49, 60, 76, 90, 95, 97, 99, 101, 106, 107, 108, 115, 122, 129, 156, 183, 190, 201, 241], "backbon": [219, 235], "backend": [17, 22, 28, 32, 35, 38, 46, 55, 56, 57, 76, 87, 104, 107, 119, 120, 129, 131, 139, 151, 155, 190, 228, 229, 231, 232, 233, 235, 236, 240, 243], "backend_caldav": 231, "backendcap": 46, "backendwis": 64, "background": [5, 17, 20, 22, 28, 42, 46, 56, 76, 90, 102, 106, 113, 122, 130, 137, 140, 141, 142, 166, 179, 184, 198, 201, 227, 231, 233], "backgroundcolor": 27, "backgroundjob": [18, 21, 134, 215, 227, 228, 230, 232, 234], "backport": [12, 16, 185, 233, 238], "backslash": 209, "backtrac": 125, "backup": [12, 45, 61, 145], "backward": [21, 22, 37, 43, 49, 63, 69, 115, 131, 144, 221, 222, 228, 229, 231, 232], "bad": [14, 20, 30, 42, 49, 50, 54, 57, 58, 59, 122, 168, 173, 177, 194], "badg": 76, "badrequestexcept": 49, "bakerycontrol": 20, "balanc": 122, "bamarni": 3, "ban": 14, "bandwidth": 62, "bantu": 232, "bar": [20, 21, 42, 62, 99, 179, 186, 187, 188, 190, 194, 197, 240], "barcontrol": 240, "bare": 101, "barservic": 21, "base": [1, 8, 10, 18, 21, 22, 25, 28, 32, 37, 42, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 70, 77, 82, 92, 93, 94, 96, 101, 102, 105, 107, 112, 113, 122, 132, 134, 151, 152, 154, 166, 170, 171, 185, 190, 200, 221, 223, 227, 229, 231, 232, 234, 235, 236, 240], "base64": [49, 164], "base64_decod": 48, "base_url": 170, "baselin": [77, 95, 194], "basenam": [69, 219], "baseurl": 25, "bash": [1, 8, 62, 82, 154, 192], "basi": [10, 20, 44, 188, 233], "basic": [15, 26, 32, 33, 37, 40, 46, 64, 65, 70, 72, 75, 79, 82, 86, 90, 95, 97, 101, 106, 113, 115, 128, 131, 134, 140, 145, 147, 151, 154, 158, 160, 165, 189, 197, 201, 209], "basicsearch": [66, 104], "bat": 82, "batch": 152, "batchupd": 20, "battl": 129, "baz": [99, 179], "bazinga": 20, "bdebc0": 194, "bearer": [46, 70], "beautifi": 69, "becam": 221, "becaus": [2, 5, 16, 18, 19, 20, 21, 29, 37, 38, 40, 42, 48, 49, 62, 82, 87, 89, 97, 101, 104, 110, 122, 129, 130, 140, 156, 190, 222, 224, 227, 228], "becom": [2, 14, 21, 33, 37, 49, 82, 122, 132, 166, 204, 221, 230], "bee": [52, 231], "been": [3, 7, 10, 16, 17, 20, 22, 26, 29, 30, 40, 42, 48, 49, 61, 63, 70, 73, 77, 81, 82, 89, 96, 101, 107, 115, 116, 118, 126, 127, 129, 137, 140, 141, 142, 144, 185, 188, 194, 199, 202, 204, 210, 213, 220, 223, 225, 227, 228, 229, 230, 231, 232, 234, 235], "befor": [0, 5, 10, 11, 17, 20, 21, 22, 30, 32, 40, 42, 44, 48, 49, 50, 69, 70, 81, 90, 93, 94, 95, 101, 104, 115, 121, 122, 129, 130, 131, 133, 135, 140, 141, 142, 148, 165, 167, 189, 190, 199, 202, 203, 204, 209, 211, 221, 222, 223, 228, 229, 231, 232, 235, 238, 239, 240], "beforecontrol": 30, "beforegettemplatesev": 233, "beforegroupdeletedev": 229, "beforehand": 234, "beforemessageloggedev": 29, "beforemessages": 220, "beforeoutput": 30, "beforepasswordupdatedev": 229, "beforepreviewfetchedev": [229, 232], "beforesabrepubliclyloadedev": 227, "beforesharecreatedev": 229, "beforesharedeletedev": 229, "beforetemplaterenderedev": [221, 229], "beforeuseraddedev": 229, "beforeuserdeletedev": [0, 229], "beforeuseridunassignedev": 232, "beforeuserloggedinev": 220, "beforeuserremovedev": 229, "begin": [0, 10, 32, 37, 107, 145, 190], "beginn": 190, "begintransact": 37, "behalf": 20, "behavior": [2, 20, 21, 37, 61, 92, 93, 199, 236], "behaviour": [101, 152], "behind": [10, 29, 101, 103, 222], "being": [8, 14, 17, 20, 21, 22, 25, 30, 32, 33, 37, 38, 40, 76, 85, 97, 98, 101, 110, 115, 153, 154, 175, 209, 233, 234, 236], "belong": [17, 22, 35, 50, 69, 79, 89, 101, 107, 122, 190, 204], "below": [3, 5, 8, 20, 21, 37, 46, 57, 58, 61, 64, 69, 82, 99, 101, 106, 107, 110, 134, 140, 141, 142, 144, 154, 185, 189, 190, 225, 229, 231, 232, 234], "bem": 184, "benefici": 96, "benefit": [3, 20, 21, 76, 128, 204, 213], "benjamin": 15, "berlin": 106, "bernhard": 5, "beschreibung": 5, "besid": 236, "best": [16, 42, 45, 113, 114, 122, 130, 151, 152, 185, 188, 204, 206, 223, 233], "beta": [16, 234], "better": [0, 14, 16, 17, 20, 22, 42, 49, 73, 76, 79, 93, 115, 125, 184, 185, 186, 209, 227], "between": [0, 3, 17, 18, 20, 22, 32, 34, 38, 40, 42, 49, 63, 82, 90, 98, 101, 110, 131, 134, 140, 141, 142, 151, 152, 153, 154, 160, 164, 165, 190, 199, 200, 221, 222, 233, 239], "bewar": [18, 61, 229], "bf7900": 194, "bf_prev": 243, "bg": 8, "bg_bg": 8, "big": [21, 110, 122, 125, 132, 185], "bigger": [79, 122, 185], "biggest": 222, "bighostingapp": 110, "bigint": [37, 40, 136], "bin": [3, 15, 62, 82, 152, 192, 229], "binari": [37, 62, 63, 64, 82, 152], "bind": [165, 184, 186, 219, 222, 236], "bindparam": 222, "bindvalu": 222, "biographi": 124, "birth": [76, 231], "bit": [22, 35, 42, 63, 107, 122, 136, 228, 236], "bitflag": [48, 90, 93], "bla": [64, 198], "blabla": [87, 198], "blacklist_files_regex": [218, 231], "blank": 20, "blazingli": 96, "blazinglyfast": 96, "blizzz": 105, "blob": [37, 49, 64, 90, 152, 227, 243], "block": [14, 17, 20, 22, 25, 40, 42, 76, 93, 122, 137, 140, 141, 142, 161, 184, 185, 186, 187, 190, 194], "blog": [97, 118], "blogspot": 243, "blue": 187, "blueprint": [82, 190], "blur": 194, "blurhash": 61, "board": [42, 76], "boardid": 132, "bob": [122, 139, 182], "bodi": [43, 46, 49, 61, 65, 76, 77, 103, 112, 126, 129, 170, 193, 194, 198, 229, 231], "boil": 192, "boilerpl": [21, 101], "bold": [77, 194], "book": [22, 76], "bookmark": [20, 94, 126, 190, 209], "bool": [20, 25, 29, 31, 49, 53, 56, 58, 61, 90, 93, 96, 101, 104, 107, 110, 121, 125, 126, 128, 129, 140, 228, 229], "boolean": [20, 25, 37, 51, 52, 56, 66, 70, 73, 93, 96, 107, 116, 129, 132, 137, 140, 141, 142, 144, 186, 228, 231, 233, 234], "boot": [21, 25, 30, 49, 96, 101, 104, 106, 116, 124, 125, 126, 132, 137, 140, 141, 142, 145, 147], "bootstrap": [3, 4, 6, 21, 22, 25, 30, 32, 41, 49, 90, 96, 99, 101, 104, 110, 116, 124, 126, 132, 135, 137, 140, 141, 142, 145, 147, 154, 192, 201, 227, 230, 231, 233], "borchardt": 5, "border": [46, 76, 78, 194, 200, 233], "bossi": 81, "bot": [8, 14, 172, 183, 188], "both": [3, 18, 20, 21, 25, 29, 33, 34, 40, 42, 52, 61, 69, 90, 94, 101, 104, 106, 107, 119, 123, 129, 131, 132, 134, 135, 137, 140, 166, 190, 194, 232, 234, 235], "bottleneck": 19, "bottom": [5, 15, 34, 43, 76, 96, 115, 125, 134, 199], "bound": 56, "boundari": 62, "boundary_": 62, "box": [20, 76, 194, 199], "br": 195, "brace": [20, 33, 185], "bracket": 42, "brahmer": 15, "branch": [10, 40, 72, 79, 82, 95, 125, 149, 185, 189, 191, 202, 204, 233, 238], "brand": 79, "break": [3, 14, 16, 21, 42, 47, 49, 85, 89, 97, 106, 123, 131, 135, 186, 187, 188, 190, 206, 220, 222, 223, 227, 229, 231, 233, 240], "breakag": 211, "breakpoint": 194, "breviti": 101, "brew": 82, "brief": [20, 49, 81, 162], "briefli": [20, 151], "bright": [27, 46, 194, 231], "brighter": 194, "brightest": 194, "brilliant": 14, "bring": [150, 204, 221, 223, 227], "broad": [22, 37, 93], "broadcast": [199, 211], "broaden": 233, "brochur": 81, "broken": [49, 135, 185, 187], "broker": 139, "brown": 48, "brows": [45, 47, 131, 206], "browselink": 42, "browser": [13, 20, 25, 44, 76, 77, 79, 96, 98, 101, 131, 132, 135, 189, 190, 192, 209, 220, 223, 229], "browser_download_url": 15, "browserifi": 234, "bruteforc": [153, 178, 232], "bruteforce_protect": 178, "bruteforceprotect": 20, "bruteforceset": 8, "btn": 184, "btoa": 231, "bu": [12, 73, 227, 232, 234], "bubbl": [78, 129], "bucket": [90, 192, 215], "budget": 129, "bug": [5, 12, 14, 16, 49, 75, 90, 115, 129, 185, 188, 194, 202, 203, 231], "bug_triag": 204, "bugtrack": [201, 208], "build": [3, 5, 14, 15, 16, 17, 20, 21, 22, 42, 49, 61, 72, 83, 100, 104, 106, 113, 115, 125, 129, 132, 149, 151, 152, 154, 191, 199, 201, 232, 233, 236, 238, 241], "build_and_publish": 15, "build_owncloud_osx_bundl": 82, "buildappnamespac": 211, "builder": [104, 106, 190, 222, 224, 227, 229, 231], "buildnotexistingfilenam": 234, "built": [14, 19, 20, 21, 25, 49, 63, 79, 98, 105, 106, 107, 110, 112, 113, 114, 125, 126, 132, 133, 134, 140, 165, 175, 185, 190, 209, 223, 232], "bulk": [61, 65, 75, 94, 108, 148], "bulk_upload_request_": 62, "bulkloaddataforcollect": 148, "bullet": 197, "bump": [16, 115, 204], "bundl": [10, 16, 70, 82, 105, 115, 152, 190, 217, 220, 233, 235], "bundler": [118, 186], "button": [5, 13, 25, 42, 46, 77, 78, 82, 87, 96, 129, 134, 184, 193, 194, 197, 198, 200, 201, 226, 231, 233, 243], "button__icon": 184, "bye": 187, "bypass": [8, 20, 152, 164, 208], "byte": [61, 107], "bzr": 5, "c": [3, 8, 21, 36, 41, 61, 62, 64, 81, 82, 152, 189, 198, 199, 221, 243], "c90000": 194, "ca": [10, 82, 152], "cach": [20, 23, 28, 38, 41, 60, 82, 90, 93, 98, 100, 101, 113, 121, 148, 151, 152, 189, 201, 228, 233, 237, 243], "cachedcalendarobjectcreatedev": 221, "cachedcalendarobjectdeletedev": 221, "cachedcalendarobjectupdatedev": 221, "cachedpictur": 19, "cacheentryremovedev": 228, "cachefactori": 19, "cachejail": 236, "cachepermissionsmask": 236, "cal": 64, "calc": 194, "calcul": [96, 107], "calculate_hi": 20, "caldav": [29, 64, 106, 221, 231], "caldavbackend": 221, "calendar": [42, 69, 76, 80, 109, 111, 113, 128, 176, 190, 210, 224, 231, 232], "calendar_todo": 69, "calendarcreatedev": 221, "calendardata": [107, 227], "calendardeletedev": 221, "calendarmanag": [106, 232], "calendarobject": 107, "calendarobjectcreatedev": 221, "calendarobjectdeletedev": 221, "calendarobjectupdatedev": 221, "calendarplugin": 107, "calendarprovid": 107, "calendarpublishedev": 221, "calendarqueri": 107, "calendarreadwrit": 107, "calendarresourcebackendmanag": 232, "calendarroombackendmanag": 232, "calendarserv": 64, "calendarshareupdatedev": 221, "calendarunpublishedev": 221, "calendarupdatedev": 221, "calendaruri": [106, 107], "call": [0, 1, 2, 8, 12, 19, 20, 21, 22, 25, 26, 29, 30, 33, 37, 38, 41, 42, 44, 45, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 69, 70, 76, 77, 81, 82, 86, 87, 89, 92, 93, 94, 96, 104, 105, 107, 108, 113, 123, 124, 125, 126, 129, 130, 132, 136, 138, 140, 143, 144, 147, 148, 153, 166, 170, 186, 188, 190, 199, 204, 209, 221, 222, 224, 226, 227, 229, 231, 232, 233, 243], "callabl": [0, 21, 22, 140, 209, 240], "callback": [20, 25, 49, 96, 129, 140, 186, 213], "callcheck": [209, 218], "calledanonym": 133, "calledbyus": 133, "caller": [107, 232], "callhttpapi": 186, "camel": [186, 227], "camelcas": 33, "can": [0, 1, 2, 3, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 48, 49, 51, 52, 54, 56, 57, 58, 61, 62, 63, 66, 67, 69, 71, 72, 73, 76, 77, 79, 80, 81, 82, 83, 85, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 158, 160, 161, 162, 164, 165, 166, 167, 170, 171, 173, 174, 178, 179, 185, 186, 187, 188, 189, 190, 192, 194, 196, 198, 199, 200, 202, 204, 206, 209, 211, 213, 215, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 238, 239, 240, 243], "canaccessresourc": 126, "cancel": [70, 107, 126, 129, 140], "canceltask": 140, "canchangeemail": 233, "canchangemail": 69, "canchangestream": 69, "candetectlanguag": 116, "candid": [16, 90], "canexecut": 233, "canimport": 145, "cannot": [10, 17, 22, 42, 49, 63, 81, 90, 93, 94, 97, 107, 116, 129, 137, 140, 141, 142, 192, 193, 206, 219, 233], "cant": 38, "cap": [101, 192], "capabilitiesmanag": 232, "capabl": [0, 17, 22, 45, 54, 61, 75, 90, 110, 129, 139, 150, 160, 173, 192], "capac": 160, "capit": [81, 186], "cappedmemorycach": 19, "caption": [37, 77], "captur": 29, "card": [22, 64, 77, 78, 126, 190, 233], "cardcreatedev": 221, "carddav": [5, 64, 221], "carddavbackend": 221, "carddeletedev": 221, "cardid": 132, "cardupdatedev": 221, "care": [3, 15, 20, 25, 44, 79, 115, 129, 134, 187, 190, 204, 209, 240], "carefulli": [0, 16, 20, 45, 199, 209], "carri": [37, 46, 76, 101, 133, 166, 190], "case": [10, 14, 16, 18, 20, 21, 22, 25, 29, 33, 34, 36, 37, 42, 44, 46, 49, 54, 56, 57, 58, 60, 61, 76, 77, 81, 85, 89, 90, 96, 97, 98, 101, 104, 105, 106, 107, 115, 116, 119, 123, 128, 129, 131, 132, 133, 134, 135, 137, 140, 141, 142, 145, 148, 149, 154, 158, 160, 161, 165, 166, 185, 187, 188, 189, 198, 199, 200, 202, 204, 206, 215, 222, 226, 227, 228, 229, 230, 231, 232, 233], "caseinsensit": 93, "cast": [36, 37], "cat": [62, 132], "catch": [20, 29, 36, 37, 38, 41, 44, 49, 87, 97, 112, 129, 133, 140, 141, 142, 145, 234], "catchabl": 233, "categori": [5, 76, 85, 134, 135, 186, 204], "categoryfetch": 232, "caught": [49, 97, 104, 228], "caus": [8, 14, 44, 49, 90, 97, 122, 130, 162, 188, 199, 222, 231, 243], "causal": 122, "caution": 188, "caveat": 186, "ccbbebdccc73a042b1a2799f673fbabadc783284cc288e4f1a1eacb74e3d": 10, "cccccc": 194, "cd": [7, 8, 15, 82, 125, 149, 189, 192], "cdata": 5, "censormiddlewar": 30, "center": [64, 194, 200], "central": [21, 92, 107, 116, 122, 137, 140, 141, 142], "cert": [15, 152, 192], "cert_dir": 15, "certain": [0, 18, 20, 37, 44, 45, 70, 76, 82, 97, 105, 107, 130, 207], "certainli": 149, "certif": [10, 15, 44, 82, 152, 161, 165, 192], "cf26dff4be60": 106, "ch": 123, "chain": [20, 29], "challeng": [20, 144], "chanc": [14, 42, 63, 115, 222], "chang": [0, 3, 5, 7, 10, 11, 14, 17, 20, 21, 22, 29, 37, 39, 46, 47, 49, 51, 61, 73, 81, 82, 85, 90, 93, 95, 96, 98, 99, 101, 104, 107, 118, 121, 122, 127, 129, 131, 132, 138, 140, 144, 151, 153, 154, 156, 167, 168, 179, 185, 188, 189, 190, 192, 196, 199, 202, 208, 209, 211, 212, 214, 235, 238, 241], "changelog": [4, 16, 115, 222, 230, 234], "changescheck": 234, "changeschema": [40, 136], "changeton": 140, "changeus": [22, 229], "channel": [16, 139], "chapter": [0, 42], "char": 37, "charact": [5, 20, 37, 42, 70, 81, 89, 93, 123, 129, 185, 231], "charg": 70, "charset": 107, "chat": [46, 76, 84, 96, 113, 124, 139, 140, 199, 233], "chatti": 81, "chatwithtool": 140, "cheaper": 108, "cheat": 65, "check": [3, 5, 6, 8, 10, 12, 15, 17, 18, 20, 22, 25, 26, 30, 35, 37, 38, 41, 45, 49, 60, 61, 63, 73, 81, 85, 86, 90, 94, 95, 96, 99, 105, 106, 110, 113, 114, 115, 121, 122, 123, 127, 131, 132, 133, 134, 140, 141, 142, 145, 148, 152, 153, 161, 165, 170, 179, 186, 190, 192, 195, 198, 199, 209, 222, 223, 228, 229, 231, 232, 233, 234, 238, 239], "check1": 200, "check_missing_column": [223, 229], "check_missing_columns_ev": 229, "check_missing_index": [223, 229], "check_missing_indexes_ev": [223, 229], "check_missing_primary_kei": [223, 229], "check_missing_primary_keys_ev": [223, 229], "checkadminus": [209, 235], "checkappen": 218, "checkbox": [25, 78, 134, 158, 179, 197, 198, 200, 226], "checker": [20, 131], "checkloggedin": 209, "checkmark": [199, 200, 233], "checkout": [15, 95, 174, 188], "checkserverresponsetrait": [135, 232], "checksharetoken": 129, "checksubadminus": 209, "checksum": [61, 62, 66], "chees": 112, "cherri": 188, "child": [61, 107, 209, 215], "childexist": 107, "childnam": 107, "children": [2, 43, 107, 140, 148], "childrencount": 64, "chip": [77, 78, 194, 231], "chmod": [82, 152, 189, 192, 243], "choic": [3, 8, 14, 18, 107, 129, 130, 141, 142], "choos": [22, 38, 48, 76, 79, 82, 107, 122, 126, 129, 179, 190, 209, 231], "chose": [16, 35, 128], "chosen": [20, 204], "chown": [82, 152, 189], "christin": 81, "christoph": 5, "chrome": [98, 192, 217, 243], "chroot": 236, "chunk": [61, 65, 75, 132, 204], "chunk1": 63, "chunk2": 63, "ci": [3, 8, 16, 42, 125, 149, 152, 165, 167, 185, 222], "circl": [5, 46, 48, 52, 61, 230], "circleid": 52, "circumst": 82, "citi": 42, "claim": 185, "clang": 82, "clarif": [110, 231, 233], "clarifi": 232, "class": [2, 3, 4, 5, 7, 17, 18, 19, 20, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 49, 61, 69, 70, 72, 85, 89, 90, 92, 94, 95, 96, 97, 103, 104, 105, 106, 108, 109, 112, 113, 116, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 184, 185, 187, 192, 193, 195, 197, 198, 199, 200, 209, 213, 215, 217, 220, 221, 222, 223, 229, 231, 232, 233, 234, 235, 238, 243], "class1": 20, "class2": [20, 21], "classic": [20, 97, 190], "classif": 5, "classifi": 185, "classload": [20, 100, 113, 127], "classnam": [228, 235], "classpath": 217, "clean": [14, 21, 41, 129, 187, 188, 243], "cleanup": [22, 60, 215], "clear": [17, 18, 20, 22, 29, 45, 76, 77, 79, 90, 93, 150, 185, 194, 199, 204, 224, 232, 239], "clearat": 54, "clearbackend": 233, "clearcach": [90, 93, 121], "clearcacheal": 93, "clearer": 76, "clearli": [14, 21, 204, 238], "cli": [3, 118, 130, 135, 136, 137, 162, 163, 175, 220, 229], "click": [13, 20, 25, 43, 54, 82, 87, 108, 122, 125, 129, 134, 190, 199, 200, 209, 243], "clickabl": [77, 194, 199], "clickjack": 208, "client": [20, 44, 46, 47, 49, 60, 61, 63, 66, 69, 70, 73, 86, 98, 102, 104, 107, 113, 115, 116, 121, 131, 132, 133, 140, 141, 142, 152, 160, 190, 192, 201, 203, 215, 222, 231, 235], "client_integr": 43, "clientdatarpid": 192, "clientservic": 112, "clipboard": [217, 219], "clipboardj": [217, 219], "clock": [100, 113, 143, 228], "clockinterfac": [127, 143, 228], "clog": 18, "clone": [7, 8, 16, 82, 125, 149, 185, 189, 192], "close": [12, 16, 20, 37, 64, 76, 79, 87, 101, 126, 129, 131, 156, 184, 187, 199, 200, 204, 206], "closecursor": [37, 234], "closeonresult": 87, "closer": [49, 204, 223], "closur": [0, 25, 37, 40, 49, 92, 126, 136, 221], "cloud": [17, 22, 42, 43, 44, 45, 46, 48, 60, 61, 66, 67, 68, 69, 70, 82, 101, 104, 132, 190, 192, 194, 227, 233], "cloudlink": 42, "club": 92, "clue": 129, "cluster": [19, 37, 154, 241], "cmake": 82, "cmake_install_prefix": 82, "cmake_prefix_path": 82, "cmd": [3, 82], "cmocka": 82, "cn": 10, "cnf": 122, "co": [110, 118], "co2": 140, "co2_emiss": 140, "code": [0, 2, 3, 4, 5, 6, 7, 8, 11, 14, 16, 17, 20, 21, 22, 29, 30, 32, 33, 37, 40, 42, 43, 44, 46, 49, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 62, 71, 72, 74, 81, 82, 85, 89, 90, 92, 93, 95, 96, 98, 99, 107, 110, 113, 114, 115, 116, 118, 122, 129, 130, 131, 133, 134, 136, 144, 149, 150, 151, 152, 153, 154, 165, 170, 173, 178, 190, 191, 192, 198, 201, 204, 208, 215, 220, 221, 223, 225, 228, 229, 231, 232, 233, 234, 237, 240, 241, 242, 243], "codebas": [190, 231], "codesign": 82, "codespac": 190, "cog": 76, "cogsvg": 87, "collabor": [5, 21, 46, 61, 82, 126, 129, 185, 190, 210, 219, 229, 231, 232, 235, 240], "collabora": [13, 101, 241], "collaborationview": 126, "collaboratorsearch": 232, "collaboratorsearchplugin": 5, "collaps": 197, "colleagu": 81, "collect": [2, 17, 22, 42, 45, 61, 66, 75, 76, 80, 113, 114, 125, 126, 129, 192, 206, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 233], "collection_nam": 48, "collectionlist": 126, "collector": 134, "collis": [63, 190], "colon": [42, 94], "color": [27, 46, 69, 78, 79, 105, 107, 129, 184, 195, 197, 198, 199, 229], "colour": 226, "column": [17, 22, 40, 76, 97, 190, 213, 222], "column_a": 40, "column_b": 40, "columncount": 222, "columntoproperti": 37, "columntyp": 40, "com": [3, 5, 7, 8, 10, 13, 14, 15, 20, 37, 43, 44, 46, 49, 52, 60, 61, 64, 66, 67, 68, 69, 70, 72, 73, 82, 96, 97, 98, 101, 106, 107, 108, 110, 112, 115, 124, 125, 129, 130, 140, 149, 152, 156, 170, 175, 189, 192, 198, 202, 204, 209, 219, 220, 221, 227, 240, 243], "combin": [29, 42, 69, 82, 95, 107, 131, 132, 152, 185, 198, 199], "come": [0, 14, 20, 21, 37, 42, 44, 49, 63, 70, 76, 85, 89, 92, 93, 107, 112, 122, 132, 164, 169, 190, 204], "comfort": 21, "comma": [43, 140, 142, 171, 178], "command": [0, 3, 4, 5, 10, 28, 39, 46, 49, 72, 76, 81, 82, 92, 98, 102, 113, 118, 125, 130, 131, 135, 136, 137, 144, 149, 152, 153, 154, 156, 165, 172, 183, 188, 189, 192, 201, 209, 215, 220, 221, 222, 231, 232, 238, 239], "comment": [42, 46, 48, 61, 65, 75, 76, 78, 85, 107, 148, 185, 186, 188, 190, 192, 202, 204, 220, 229, 232, 233], "comment_count": 129, "commentid": 64, "commentnod": 64, "commentpropertiesplugin": 148, "commentsentityev": 229, "commentsmanag": 232, "commiss": 13, "commit": [8, 16, 37, 89, 122, 152, 185, 188, 202, 238, 241], "common": [3, 8, 16, 20, 25, 38, 49, 61, 66, 70, 76, 80, 88, 90, 113, 122, 123, 126, 129, 135, 155, 161, 162, 165, 184, 190, 209, 229, 235], "commonli": [76, 143, 240], "commun": [8, 14, 22, 42, 70, 71, 76, 77, 82, 97, 98, 115, 129, 139, 151, 152, 153, 154, 190, 201, 204, 205, 206, 208, 236], "compact": [16, 76, 231], "compani": [52, 185], "compar": [42, 63, 82, 96, 122, 133], "compat": [12, 14, 16, 21, 22, 23, 37, 43, 49, 63, 69, 77, 144, 152, 189, 190, 193, 201, 208, 212, 215, 221, 222, 225, 227, 228, 229, 231, 232, 234, 241], "compens": 13, "compil": [8, 9, 16, 23, 42, 72, 154, 167, 186, 190, 209, 226, 229, 239], "compile_po_to_mo": [154, 167], "complet": [0, 1, 17, 22, 29, 45, 56, 75, 79, 81, 87, 107, 129, 132, 140, 149, 154, 171, 179, 181, 185, 194, 202], "completionexpectedat": 56, "complex": [20, 66, 79, 95, 96, 99, 105, 107, 134, 150, 151, 152, 188, 194], "compli": [14, 131, 204, 233], "complianc": [29, 185], "compliant": 184, "complic": [21, 132], "compon": [0, 1, 16, 17, 20, 21, 22, 23, 25, 42, 75, 77, 78, 95, 96, 103, 107, 111, 113, 115, 126, 145, 188, 190, 194, 196, 201, 223, 229, 231, 234, 235, 241], "componentvm": 126, "compos": [0, 4, 16, 21, 40, 49, 89, 95, 186, 199, 225, 226, 227, 228, 229, 231, 232, 234], "composer_dev_mod": 3, "comprehens": [5, 9], "compress": [10, 98], "comput": [61, 83, 140, 151, 159, 227], "compute_devic": 165, "computedevic": 166, "computerfiles": 233, "concaten": [42, 209], "concept": [21, 45, 86, 91, 102, 113, 147, 151, 154, 185, 191, 201], "conceptu": 222, "concern": [14, 188], "concis": 81, "conclud": 131, "conclus": 163, "concurr": [97, 132], "condit": [20, 29, 96, 107, 187, 190, 204, 222, 228, 229], "condition": [30, 132], "condition2": [186, 187], "condition3": [186, 187], "conduct": [14, 201, 208], "conf": 192, "conferenc": 139, "confid": 188, "config": [3, 7, 16, 21, 25, 29, 34, 36, 37, 38, 40, 49, 59, 95, 98, 99, 113, 114, 118, 119, 125, 134, 135, 152, 153, 158, 165, 172, 179, 189, 190, 192, 215, 218, 219, 222, 228, 230, 231, 232, 233, 243], "config_is_read_onli": 233, "configkei": [59, 99, 168, 177], "configlexicon": 92, "configur": [1, 3, 4, 7, 13, 14, 15, 16, 19, 20, 21, 28, 29, 32, 33, 39, 41, 42, 44, 49, 52, 79, 82, 87, 90, 92, 93, 96, 98, 104, 110, 111, 112, 113, 122, 124, 131, 135, 139, 144, 149, 150, 151, 152, 154, 156, 158, 159, 160, 161, 165, 168, 171, 185, 186, 187, 189, 190, 192, 194, 201, 204, 209, 223, 231, 233, 243], "configvalu": [59, 168, 177], "confirm": [1, 48, 76, 79, 81, 139, 140, 148, 185, 200, 204, 209, 231], "confirmationquest": 1, "confirmdestruct": 231, "confirmhtml": 231, "conflict": [37, 82, 90, 93, 115, 132, 186, 188, 217, 229, 235], "confus": [49, 146], "congratul": 15, "connect": [21, 22, 28, 37, 44, 63, 76, 81, 88, 96, 97, 98, 107, 113, 115, 122, 149, 152, 154, 156, 161, 165, 166, 170, 222, 224, 229], "connecthook": 0, "connector": [148, 192, 221, 229], "consecut": [42, 132, 147], "consensu": 185, "consent": 132, "consequ": [14, 222, 224], "consid": [14, 16, 18, 20, 21, 42, 44, 45, 63, 76, 85, 106, 107, 122, 131, 151, 153, 156, 165, 166, 185, 188, 202, 206, 217, 233], "consider": [4, 28, 100, 107, 113, 115, 125, 155], "consist": [20, 21, 25, 32, 36, 37, 45, 46, 69, 76, 77, 81, 82, 101, 118, 122, 132, 151, 165, 185, 190, 194, 206, 228, 230, 236], "consol": [1, 3, 25, 28, 39, 73, 87, 104, 115, 129, 130, 145, 175, 229, 231, 232, 243], "consoleev": 229, "consolid": 144, "const": [25, 49, 61, 96, 110, 124, 126, 129, 140, 145, 154, 186, 190], "constant": [1, 5, 6, 49, 85, 94, 107, 124, 154, 215, 220, 222, 223, 227, 231, 232, 233, 238], "constraint": [49, 233], "construct": [21, 39, 110], "constructor": [1, 17, 18, 20, 21, 22, 29, 33, 37, 40, 42, 90, 96, 107, 131, 134, 140, 141, 142, 144, 190, 220, 229, 231, 232, 233], "consult": 185, "consum": [14, 22, 29, 43, 49, 69, 84, 91, 101, 102, 109, 113, 125, 189, 192, 233], "contact": [10, 12, 14, 21, 43, 76, 80, 107, 109, 111, 113, 133, 162, 176, 198, 204, 207, 215, 220, 227, 232], "contactinteractedwithev": 220, "contactremoteserv": 133, "contactsmanag": 232, "contactsmenu": [108, 193], "contain": [0, 1, 2, 5, 6, 7, 10, 16, 17, 20, 22, 25, 28, 29, 33, 35, 36, 41, 42, 46, 49, 52, 61, 69, 70, 72, 76, 77, 80, 81, 85, 87, 90, 94, 96, 100, 104, 105, 107, 113, 116, 122, 123, 126, 129, 132, 135, 136, 137, 140, 141, 142, 149, 151, 152, 153, 154, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 169, 171, 186, 190, 192, 194, 199, 201, 204, 209, 213, 215, 221, 225, 227, 229, 231, 232, 234, 236, 238], "containerinterfac": [21, 127, 221], "containernam": 192, "content": [8, 10, 15, 17, 22, 31, 35, 38, 40, 42, 48, 61, 62, 64, 65, 66, 69, 70, 77, 78, 80, 84, 87, 89, 96, 101, 103, 106, 112, 113, 122, 129, 131, 135, 140, 184, 190, 194, 197, 199, 204, 209, 226, 229, 231, 232], "contentmanag": 94, "contentprovid": 94, "contentsecuritypolici": [20, 31], "contentsecuritypolicymanag": 232, "contenttyp": [20, 112], "context": [0, 2, 17, 20, 21, 22, 25, 28, 30, 31, 37, 43, 46, 49, 70, 76, 81, 84, 92, 96, 99, 101, 104, 106, 107, 110, 113, 115, 124, 125, 126, 129, 132, 135, 140, 141, 145, 147, 150, 171, 175, 186, 221, 232, 233, 234], "contextag": 140, "contextagentinteract": 140, "contextchat": [94, 233], "continu": [12, 32, 49, 98, 100, 113, 188, 202, 222, 225, 229, 231, 232, 234], "contract": [49, 190], "contrari": 204, "contrast": [20, 27, 77, 107, 131, 194, 233], "contribut": [7, 14, 71, 79, 82, 100, 113, 129, 185, 191, 204], "contributor": [14, 185, 204, 205], "control": [3, 17, 18, 19, 22, 25, 26, 28, 30, 33, 34, 35, 36, 43, 45, 61, 69, 76, 90, 98, 115, 125, 126, 128, 131, 133, 141, 142, 164, 191, 201, 209, 227, 228, 230, 231, 233], "controllermethodreflector": [30, 232], "conveni": [17, 22, 82, 98, 140], "convent": [21, 22, 37, 101, 118, 130], "convers": [46, 52, 61, 76, 77, 86, 113, 140, 154, 232], "conversation_token": 140, "conversionprovid": 232, "convert": [5, 8, 15, 25, 37, 43, 75, 77, 90, 104, 105, 113, 114, 151, 154, 167, 171, 192, 222, 229, 233], "convert_translations_nc": 154, "converttopdf": 105, "converttostandardformat": [123, 229], "converttypetoint": 90, "converttypetostr": 90, "cookbook": 7, "cooki": [17, 22, 44, 46, 61, 62, 70, 98, 209, 228], "cool_event_finish": 138, "cool_event_start": 138, "coolendev": 138, "coolstartev": 138, "coordin": 12, "copi": [10, 15, 40, 42, 49, 65, 76, 85, 152, 154, 209], "copy_transl": 154, "copynameloc": 42, "copyright": [14, 15, 185], "cor": [33, 86, 113, 164, 208, 231], "core": [1, 10, 20, 24, 34, 43, 44, 46, 60, 69, 87, 96, 99, 107, 129, 132, 140, 144, 196, 202, 204, 215, 220, 223, 227, 231, 233, 234, 243], "coreapp": 218, "corner": [20, 96, 108, 129], "corpor": [162, 163], "correct": [3, 8, 20, 29, 36, 49, 70, 105, 107, 140, 150, 156, 190, 194, 199, 203], "correctli": [14, 37, 41, 49, 81, 95, 129, 135, 151, 156, 194, 220, 223, 231], "correl": 87, "correspond": [10, 13, 16, 20, 33, 38, 50, 61, 82, 93, 107, 129, 131, 134, 137, 140, 141, 142, 189, 190, 202, 222, 223], "corrupt": 82, "cosentino": 5, "could": [0, 8, 10, 13, 15, 18, 20, 40, 44, 49, 56, 57, 62, 72, 76, 81, 82, 95, 96, 97, 107, 125, 126, 128, 135, 140, 141, 142, 145, 147, 167, 171, 180, 186, 188, 190, 202, 204, 209, 222, 229], "couldn": 52, "couldnottranslateexcept": 231, "count": [14, 29, 37, 42, 61, 76, 81, 87, 90, 148, 167, 199, 232], "counter": [20, 78, 197], "counterformatt": 199, "counterpart": 115, "countri": [113, 114, 229], "coupl": [21, 150, 190], "cours": [18, 33, 107, 122, 128, 141, 142, 190, 204], "cover": [9, 45, 61, 76, 87, 101, 107, 115, 122, 161, 190, 213, 214], "coverag": [15, 95, 101, 213], "cow": 140, "cp": 152, "cpu": [125, 151, 154, 165, 166], "craft": 82, "craftenv": 82, "craftroot": 82, "craftsmanship": 243, "crash": 95, "crawler": 234, "creat": [4, 5, 6, 8, 10, 15, 16, 17, 18, 19, 21, 22, 33, 34, 35, 37, 38, 40, 43, 44, 45, 48, 49, 62, 63, 64, 65, 73, 75, 76, 79, 81, 82, 86, 88, 90, 92, 94, 95, 96, 99, 104, 105, 108, 109, 113, 114, 121, 125, 126, 128, 129, 131, 134, 135, 136, 140, 141, 142, 149, 152, 154, 158, 159, 162, 165, 166, 167, 185, 186, 188, 189, 190, 192, 195, 198, 199, 214, 218, 219, 223, 225, 227, 229, 230, 231, 238, 243], "creatabl": [61, 104], "createapp": 190, "createbackup": 138, "createcachedcalendarobject": 221, "createcalendar": 221, "createcalendarobject": 221, "createcard": 221, "createcli": 61, "createconvers": 139, "created_at": [129, 132], "createdat": 136, "createdistribut": 19, "createel": [126, 129], "createev": 106, "createeventbuild": 106, "createeventsourc": [221, 229], "createfakefileforlocal": 154, "createfakefileforvuefil": 154, "createfil": 107, "createfromstr": [106, 107], "createincalendar": 106, "createinmemori": 19, "createloc": 19, "createmessag": 103, "createnamedparamet": [37, 104], "createoper": 70, "createowncloudcli": 70, "createparamet": 229, "createpotfil": [154, 167], "createremotefolderoper": 70, "createremoteshareoper": 70, "createsubscript": 221, "createt": [40, 136], "createtodo": 49, "createus": 146, "creation": [17, 21, 22, 33, 40, 52, 61, 66, 77, 93, 129, 136, 185], "creation_tim": 61, "creationd": [61, 66], "creationdatetim": 64, "creator": [82, 113, 129], "creatorid": 101, "credenti": [46, 75, 82, 156, 192, 209], "credentialsmanag": 232, "credit": 204, "crisp": 131, "criteria": [20, 21, 106, 122, 231], "critic": [11, 29, 90, 97, 115, 122, 130, 166, 188, 209, 212, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 238], "criticalactionperformedev": 29, "cron": [1, 15, 28, 29, 106, 130, 201], "cronjob": 104, "crontab": 104, "crop": [17, 22, 229], "cross": [20, 29, 49, 190, 208], "crsf": 131, "crt": [10, 15, 152, 192], "crucial": 122, "crypt": 221, "crypto": [232, 234], "cryptosessiondata": 20, "cs_cz": 8, "csp": [20, 31, 209, 217, 229], "csp_nonc": 231, "csr": [10, 192], "csrf": [20, 24, 115, 131, 209, 231, 232], "csrftokenmanag": 232, "css": [6, 7, 14, 20, 24, 28, 96, 126, 132, 134, 154, 181, 185, 186, 189, 199, 200, 201, 223, 226, 229, 231, 233, 239], "csync": 82, "ctime": 61, "ctrl": 226, "cuda": [151, 154, 165, 166], "curl": [5, 44, 45, 48, 60, 62, 63, 64, 66, 82, 96, 101, 104, 129, 131, 152, 240, 242], "curli": [20, 33], "current": [5, 8, 10, 13, 16, 17, 20, 21, 22, 25, 38, 42, 43, 46, 47, 48, 50, 52, 56, 57, 61, 63, 69, 73, 76, 82, 85, 92, 94, 95, 96, 101, 105, 115, 116, 121, 125, 127, 132, 133, 134, 135, 137, 138, 140, 141, 142, 146, 148, 151, 154, 157, 159, 160, 167, 169, 175, 177, 186, 189, 211, 226, 231, 232, 233, 234, 239, 243], "currentus": 220, "cursor": [37, 129, 132], "custom": [1, 2, 5, 10, 17, 18, 22, 27, 28, 30, 31, 45, 61, 76, 77, 87, 98, 99, 106, 109, 110, 111, 113, 132, 135, 136, 140, 144, 151, 153, 166, 200, 204, 215, 223, 228, 229, 230, 232, 234, 236], "custom2": 49, "custom_app": 156, "custom_bool": 132, "custom_int": 132, "custom_us": 132, "customev": 129, "customexport": 120, "customfield": 20, "customid": [87, 140], "customiz": 195, "cut": [20, 62, 76, 81, 231], "cute": 132, "cycl": [20, 188], "d": [44, 60, 61, 62, 64, 66, 82, 89, 96, 104, 152, 189, 192, 204, 227], "d1680193199": 73, "d5f1fa": 194, "d8f3da": 194, "d9a428292998": 61, "daemon": [150, 151, 154, 158, 160, 161, 162, 165], "daemon_config_nam": 165, "daemonconfig": [149, 150, 166, 183], "dai": [18, 42, 50, 107, 179, 192], "daili": [16, 129], "damag": 209, "danger": [77, 97, 209], "dark": [20, 34, 42, 46, 77, 96, 129, 144, 194, 221, 231], "darker": [77, 194], "darkest": 129, "darwin": 234, "dash": 123, "dashboard": [86, 113, 126, 227, 230, 231], "dashboardmodel": 96, "data": [2, 5, 10, 14, 17, 18, 19, 21, 22, 25, 28, 33, 34, 35, 37, 38, 40, 42, 43, 44, 45, 46, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 73, 79, 88, 96, 98, 100, 101, 104, 106, 108, 113, 115, 120, 125, 131, 132, 134, 136, 140, 145, 148, 153, 156, 165, 166, 171, 175, 185, 187, 188, 189, 190, 192, 199, 208, 229, 231, 232, 233, 243], "databas": [2, 5, 9, 15, 16, 17, 21, 22, 28, 29, 36, 40, 44, 46, 50, 90, 92, 93, 95, 97, 98, 99, 100, 107, 113, 114, 130, 132, 135, 148, 168, 177, 179, 191, 201, 209, 213, 224, 228, 229, 234, 243], "databaseconnect": 232, "datacollector": 125, "dataprovid": 187, "datarespons": [20, 43, 49, 131, 190, 240], "dataset": 218, "date": [3, 16, 18, 37, 42, 48, 50, 52, 56, 61, 63, 66, 70, 76, 82, 85, 95, 106, 107, 115, 121, 136, 140, 141, 142, 206, 214, 231, 232, 239], "date_immut": [37, 232], "dateinterv": 106, "datetim": [20, 37, 64, 66, 69, 94, 132, 139, 140, 143, 232], "datetime_immut": [37, 232], "datetime_tz": [37, 232], "datetime_tz_immut": [37, 232], "datetimeformatt": [134, 232], "datetimeimmut": [37, 106, 127, 132, 136, 232], "datetimezon": [106, 143, 232], "dav": [4, 5, 46, 50, 61, 62, 63, 64, 65, 67, 68, 70, 89, 104, 107, 133, 148, 185, 201, 221, 222, 229, 232, 233], "davacl": 107, "davcalendardemo": 107, "davgetcli": 73, "dayo": 129, "dayo_android": 129, "db": [21, 29, 37, 40, 61, 97, 141, 142, 209, 213, 215, 222, 224, 227, 228, 229, 231, 232, 234], "dbal": [95, 234], "dbalexcept": [97, 222], "dbdbdb": 194, "dbe4ea": 194, "dbgp": 98, "dc5047": 105, "dcmake_build_typ": 82, "dcmake_install_prefix": 82, "dcmake_prefix_path": 82, "dcvalue1": 122, "dcvalue2": 122, "dd": [50, 52], "ddo": 209, "de": [5, 15, 42, 46, 98, 123, 232, 243], "de_d": 46, "deactiv": 144, "deactivat": [88, 113], "dead": 14, "deadlock": [20, 113, 114, 122, 228], "deal": [33, 42, 49, 105, 129, 140], "dealing_with_code_issu": 49, "dealt": 204, "debt": [185, 204], "debug": [29, 33, 40, 82, 87, 100, 113, 118, 122, 125, 129, 135, 137, 140, 141, 142, 218, 223, 231], "debugg": [100, 113], "debugmodesetupcheck": 135, "decid": [14, 15, 16, 20, 42, 69, 144, 167, 188, 204, 227, 243], "decis": [51, 185, 204], "deck": [42, 61, 76, 80, 126], "deckcard": 132, "declar": [0, 1, 12, 30, 61, 89, 94, 96, 101, 102, 104, 107, 113, 114, 116, 120, 124, 125, 126, 133, 134, 135, 136, 137, 140, 141, 142, 145, 147, 154, 172, 178, 183, 190, 230, 239, 240], "declarative_set": 179, "declarativeset": [99, 167], "declarativesettingsgetvalueev": 99, "declarativesettingsregisterformev": 99, "declarativesettingssetvalueev": 99, "declarativesettingstyp": 99, "declin": 45, "decod": [37, 44, 48, 113, 114], "decoupl": 21, "decrypt": 215, "decryptal": 221, "dedic": [3, 16, 22, 60, 107, 115, 118, 122, 131, 199, 206, 221, 229], "deduc": 21, "deep": [17, 22, 104], "deeper": 201, "defacto": 233, "default": [5, 8, 13, 17, 18, 22, 25, 28, 29, 30, 31, 37, 44, 46, 48, 49, 52, 56, 61, 69, 76, 77, 82, 87, 90, 92, 93, 97, 98, 99, 101, 104, 106, 107, 123, 125, 126, 128, 131, 132, 139, 141, 142, 145, 149, 151, 152, 153, 154, 158, 159, 160, 165, 168, 171, 174, 175, 177, 179, 181, 186, 187, 188, 192, 194, 195, 196, 198, 199, 200, 216, 217, 218, 228, 229, 231, 232, 233, 240], "default_en": 5, "default_languag": 42, "default_valu": 175, "defaultact": 187, "defaultraw": 92, "defaultvalu": 33, "defens": 209, "defer": [141, 142], "defin": [1, 3, 5, 10, 16, 20, 21, 29, 30, 32, 33, 37, 40, 42, 43, 45, 49, 52, 53, 56, 57, 59, 61, 69, 76, 90, 92, 93, 94, 95, 96, 99, 101, 103, 105, 107, 110, 113, 114, 124, 129, 130, 131, 133, 134, 140, 141, 142, 146, 147, 153, 186, 190, 199, 209, 222, 230, 232, 240], "definit": [45, 58, 69, 92, 95, 107, 185, 206], "del": 152, "delai": [18, 20, 122, 199], "deleg": [0, 5, 107, 160, 234], "delegategetsupportedapp": 233, "delet": [15, 22, 33, 35, 37, 45, 48, 49, 50, 54, 63, 64, 65, 71, 73, 75, 76, 77, 81, 86, 89, 90, 93, 97, 102, 107, 113, 121, 122, 129, 131, 132, 140, 145, 146, 169, 170, 171, 172, 175, 178, 179, 180, 181, 190, 198, 199, 209, 228, 229, 231, 232, 234], "deletealluserconfig": 93, "deleteapp": [90, 93, 216], "deletecachedcalendarobject": 221, "deletecalendar": 221, "deletecalendarobject": 221, "deletecard": 221, "deletecont": 94, "deleteconvers": 139, "deletekei": [90, 93], "deletemetadata": [104, 229], "deleteprovid": 94, "deletesubscript": 221, "deletetask": 140, "deletetodo": 49, "deleteus": 0, "deleteuserconfig": 93, "deliber": 14, "delight": 14, "deliv": [14, 119], "deliver": 11, "demand": [20, 76, 94, 107, 134], "demonstr": [130, 132, 152], "deni": [17, 22, 61, 82], "denot": [5, 77], "dens": 76, "dep": [82, 85, 152], "depend": [0, 1, 4, 5, 8, 12, 16, 18, 20, 25, 28, 29, 33, 37, 40, 43, 49, 61, 69, 71, 80, 90, 110, 115, 116, 118, 120, 127, 128, 129, 131, 132, 134, 137, 140, 141, 142, 144, 149, 152, 154, 159, 169, 189, 193, 198, 201, 209, 210, 217, 222, 223, 224, 225, 226, 228, 230, 231, 232, 233, 234, 239, 243], "dependabot": 115, "deploi": [150, 151, 154, 156, 158, 160, 161, 162, 166, 222], "deploy": [12, 150, 152, 153, 162, 163, 183], "deployconfig": [150, 165], "deprec": [5, 11, 20, 21, 22, 26, 30, 34, 37, 49, 57, 61, 85, 92, 101, 115, 116, 127, 130, 131, 137, 141, 142, 152, 166, 186, 194, 196, 206, 210, 212, 238, 240], "depth": [32, 61, 66, 73, 104, 148, 189], "deriv": 190, "desc": 69, "descend": [66, 104], "describ": [8, 10, 16, 20, 29, 43, 49, 66, 71, 72, 81, 82, 99, 101, 106, 107, 127, 129, 134, 140, 144, 161, 165, 173, 179, 185, 189, 190, 206], "descript": [1, 5, 20, 31, 40, 42, 45, 50, 54, 56, 57, 58, 59, 61, 66, 69, 76, 81, 87, 90, 92, 99, 101, 106, 107, 110, 120, 124, 129, 131, 140, 144, 145, 175, 179, 180, 187, 194, 199], "descriptor": 42, "deserv": [79, 204], "design": [10, 14, 21, 33, 45, 79, 99, 115, 136, 151, 152, 160, 185, 197, 199, 201, 228, 231, 233], "desir": [13, 20, 44, 70, 134, 166, 185], "desktop": [43, 44, 82, 101, 129, 185, 190, 199, 201, 203], "despit": [85, 151, 209, 233], "dest": 63, "destin": [61, 62, 63, 209], "destroi": [33, 44, 126, 129], "destruct": [76, 77, 81], "destructur": 234, "detail": [5, 6, 11, 16, 17, 20, 21, 22, 29, 33, 38, 40, 42, 43, 48, 49, 61, 66, 69, 76, 80, 81, 85, 90, 93, 97, 98, 107, 110, 125, 127, 129, 132, 140, 151, 152, 153, 156, 158, 163, 175, 187, 193, 197, 198, 201, 213, 215, 221, 222, 226, 229, 231, 233, 234, 235, 236], "detect": [58, 82, 96, 97, 101, 115, 122, 125, 140, 154, 186, 222, 227, 228, 236], "detectlanguag": 116, "determin": [32, 49, 61, 80, 97, 110, 125, 129, 132, 153, 166, 226, 231, 233], "dev": [3, 16, 49, 62, 82, 95, 96, 97, 100, 113, 151, 152, 154, 163, 190, 192, 201, 239], "devdepend": 118, "develop": [5, 7, 8, 9, 10, 13, 14, 15, 16, 20, 21, 22, 27, 40, 42, 46, 75, 79, 81, 83, 92, 96, 97, 101, 106, 113, 118, 122, 124, 125, 126, 128, 129, 134, 135, 145, 149, 150, 153, 154, 162, 166, 167, 185, 191, 192, 194, 202, 203, 204, 208, 209, 212, 220, 222, 228, 231, 232, 234, 239, 240], "devic": [44, 46, 70, 75, 79, 151, 159, 160, 165, 192], "dhparam": 192, "di": [0, 21, 22, 29, 215, 232], "diagnost": [21, 232], "dialog": [5, 76, 77, 81, 218, 220, 230, 231, 235], "dialogbuild": 231, "dictat": 107, "dictionari": 73, "did": [20, 50, 125, 131, 204, 206, 209, 221, 231], "didn": 231, "diff": [154, 192], "differ": [0, 2, 5, 10, 17, 20, 21, 22, 27, 32, 37, 40, 42, 43, 44, 46, 49, 61, 69, 70, 72, 73, 76, 77, 79, 81, 82, 89, 90, 92, 93, 98, 107, 126, 128, 129, 132, 134, 135, 151, 159, 167, 187, 188, 190, 200, 209, 222, 229, 231, 232, 243], "differenti": [61, 204, 233], "difficult": [10, 132], "diffus": 141, "dig": 201, "digit": [5, 40], "dir": [61, 69, 73, 82, 132, 171, 209], "direct": [17, 22, 45, 61, 76, 81, 113, 129, 148, 152, 185, 194, 199, 200, 201, 202, 209, 222, 229, 232], "directedit": 101, "directeditingmobileinterfac": 101, "directli": [13, 15, 17, 20, 21, 22, 32, 33, 38, 41, 44, 61, 63, 73, 107, 129, 130, 140, 141, 142, 149, 175, 185, 188, 190, 193, 194, 195, 199, 209, 213, 218, 222, 223, 231, 232, 233, 234], "directori": [3, 7, 15, 16, 20, 38, 41, 42, 52, 61, 63, 66, 72, 82, 83, 95, 100, 110, 113, 118, 130, 134, 146, 149, 152, 154, 167, 171, 189, 190, 192, 208, 229, 231, 232, 243], "directorori": 3, "dirnam": 219, "dirti": 122, "disabl": [13, 14, 17, 22, 27, 45, 52, 61, 76, 98, 100, 101, 113, 129, 130, 131, 132, 135, 140, 144, 146, 151, 153, 154, 166, 170, 173, 189, 190, 192, 195, 215, 219, 228, 229, 233], "disablekeyboardshortcut": [25, 226], "disableoriginalconstructor": 41, "disableproviderfor": 144, "disadvantag": 19, "disagr": 185, "disallowchildsrcdomain": 235, "disallowxyz": [17, 22], "disappear": 215, "discard": 107, "disclaim": 77, "disclos": [10, 12], "disclosur": 209, "discourag": [95, 115, 131, 233], "discov": [2, 106, 129, 190], "discover": 129, "discoveri": [21, 90, 101, 113, 192, 201, 222, 233], "discuss": [5, 13, 20, 115, 131, 145, 150, 185, 204, 240], "disk": 161, "dismiss": [76, 79, 101, 185, 204], "dispatch": [6, 17, 20, 28, 29, 101, 126, 129, 132, 138, 227, 228, 232, 233], "dispatchev": 129, "dispatchtyp": [29, 126, 129], "displai": [5, 10, 13, 25, 33, 46, 56, 57, 58, 61, 66, 69, 76, 84, 96, 99, 101, 102, 113, 117, 121, 122, 124, 125, 126, 128, 132, 134, 140, 144, 145, 165, 171, 179, 180, 181, 184, 190, 198, 199], "display_nam": 90, "displaynam": [25, 46, 50, 61, 66, 107, 121, 134, 171, 181], "disrupt": 42, "dist": [3, 129, 217], "distanc": 200, "distinct": [49, 164], "distribtut": 192, "distribut": [10, 14, 28, 82, 83, 98, 189, 192], "div": [26, 42, 126, 129, 134, 190, 193, 198, 199, 200, 232], "dive": [17, 22], "divid": [134, 204], "divis": 207, "django": 30, "dll": 82, "dn": 161, "dnd": 54, "do": [6, 8, 14, 15, 16, 17, 18, 20, 21, 22, 25, 29, 33, 34, 35, 37, 40, 44, 45, 46, 48, 54, 56, 60, 61, 62, 63, 69, 70, 71, 76, 77, 79, 81, 82, 90, 93, 97, 101, 104, 105, 106, 107, 115, 116, 122, 125, 128, 131, 132, 134, 139, 140, 142, 184, 185, 186, 187, 188, 189, 190, 192, 193, 199, 200, 202, 206, 209, 220, 227, 228, 231, 232, 233, 234, 239, 243], "do_someth": [33, 186], "doc": [3, 8, 34, 49, 55, 82, 97, 98, 115, 118, 119, 127, 140, 151, 159, 175, 220, 234], "doc_url": 99, "docblock": 190, "dock": 149, "dock2port": 149, "docker": [8, 82, 96, 150, 151, 152, 153, 154, 159, 161, 162, 163, 165, 183, 189, 190, 192, 243], "docker_instal": 149, "docker_local_sock": 165, "docker_socket_proxi": 156, "dockerfil": [82, 152, 153, 154], "dockersocketproxi": 152, "docron": 18, "doctrin": [95, 234], "doctyp": 103, "document": [1, 4, 5, 6, 11, 16, 20, 38, 43, 44, 45, 46, 60, 61, 62, 64, 66, 69, 71, 73, 76, 82, 83, 85, 94, 95, 96, 98, 99, 104, 105, 107, 113, 115, 117, 118, 121, 122, 126, 129, 131, 135, 140, 144, 150, 152, 155, 161, 162, 190, 192, 196, 199, 202, 204, 208, 221, 222, 226, 227, 228, 229, 230, 231, 232, 233, 235, 241], "document_id": 48, "documentclick": 199, "documentid": [48, 141], "documentload": 101, "documentserv": 192, "documentsmain": 101, "documenttitl": 141, "documenttyp": 94, "docx": 43, "doe": [10, 13, 14, 15, 20, 25, 37, 38, 41, 44, 46, 49, 50, 54, 61, 81, 92, 96, 106, 107, 122, 129, 132, 134, 135, 137, 140, 141, 142, 146, 152, 153, 156, 165, 166, 187, 188, 190, 193, 199, 204, 213, 221, 222, 228, 231, 232, 235], "doesn": [7, 52, 82, 122, 161, 204, 223, 227], "doesnotexistexcept": [37, 228], "dog": 48, "dom": [96, 129, 209], "domain": [20, 106, 108, 112, 113, 114, 124, 132, 135, 192, 209], "domcontentload": [96, 221], "domor": 20, "dompurifi": [219, 223], "don": [15, 16, 20, 21, 25, 32, 37, 96, 99, 108, 119, 122, 129, 130, 133, 137, 140, 141, 142, 157, 176, 184, 186, 189, 198, 199, 204, 209, 215, 218, 220, 222, 228, 239], "donat": 11, "done": [0, 10, 13, 15, 20, 21, 25, 26, 30, 37, 40, 44, 48, 52, 54, 59, 61, 62, 67, 68, 72, 79, 89, 90, 92, 99, 107, 125, 129, 134, 135, 141, 142, 146, 151, 154, 165, 166, 185, 188, 190, 204, 206, 231, 234, 243], "door": 14, "doriskyth": 29, "dosometh": [20, 29, 186], "dosomework": 37, "dosomeworkwithresult": 37, "dot": [5, 42, 76, 190, 192, 199, 200], "doubl": [20, 26, 94, 106, 107, 122, 190, 209], "down": [14, 17, 20, 22, 49, 74, 82, 125, 154, 169, 192, 199, 204], "downgrad": [14, 16], "download": [3, 7, 16, 17, 22, 45, 63, 65, 71, 82, 101, 152, 153, 190, 192, 232], "download_url": 15, "downloada": 101, "downloadnextcloudwebsit": 112, "downloadoper": 70, "downloadremotefileoper": 70, "downloadrespons": 20, "downloadurl": 61, "downloadxmlfil": 20, "downsid": 132, "downstream": [49, 142], "dozen": [141, 142], "dperson": 192, "dpkg": 152, "dpkgarch": 152, "dqtkeychain_include_dir": 82, "draft": [110, 129], "drag": 197, "drawback": 21, "drive": 82, "driver": 95, "drop": [16, 40, 76, 81, 101, 152, 197, 202, 210, 223, 225, 227], "drop_latest": 33, "dropcolumn": 40, "dropdown": [78, 126, 129], "dropindex": 40, "droplatest": 33, "droppabl": 199, "droptabl": 40, "dsp": [149, 152, 162], "dtend": 107, "dtstamp": 107, "dtstart": 107, "du": 62, "due": [33, 37, 49, 61, 82, 97, 140, 166, 187, 196, 204, 222, 229, 230], "dummi": [61, 132, 187], "dummydata": 187, "dump": [15, 40, 89], "duplic": [12, 148], "durat": [29, 106], "dure": [16, 17, 19, 20, 22, 37, 40, 42, 50, 61, 85, 90, 93, 96, 98, 106, 107, 119, 124, 126, 130, 145, 148, 153, 154, 161, 166, 167, 168, 170, 178, 189, 190, 213, 228, 233], "dylib": 82, "dynam": [20, 61, 82, 89, 140, 179, 194, 229, 231], "e": [0, 1, 3, 5, 8, 12, 16, 17, 18, 20, 21, 22, 25, 26, 29, 32, 33, 34, 36, 37, 38, 40, 41, 42, 46, 49, 52, 53, 54, 61, 69, 72, 81, 87, 89, 94, 95, 96, 97, 98, 101, 105, 107, 110, 112, 115, 122, 124, 125, 130, 131, 132, 133, 134, 135, 136, 138, 140, 141, 142, 144, 145, 150, 151, 152, 153, 154, 156, 161, 165, 167, 171, 181, 185, 186, 188, 189, 190, 192, 194, 199, 209, 221, 222, 223, 229, 234, 243], "e164": [123, 229], "e1663913": 63, "e2eepublicsharetemplateprovid": 31, "e5eff5": 194, "e6e6e6": 194, "each": [0, 1, 10, 12, 16, 17, 19, 20, 21, 22, 27, 29, 30, 32, 33, 34, 35, 37, 38, 43, 44, 61, 62, 66, 69, 76, 79, 87, 90, 92, 93, 96, 98, 99, 101, 104, 105, 106, 107, 110, 120, 129, 132, 135, 140, 141, 144, 151, 154, 159, 160, 164, 179, 189, 190, 199, 204, 209, 236], "eadndfjplgieldjbigjakmdgkmoaaaoc": 98, "earli": [0, 16, 20, 25, 49, 90, 135], "earlier": [18, 49, 82, 107, 212], "earth": 129, "eas": [0, 37, 92, 115, 135, 149, 194, 232], "easi": [14, 15, 21, 35, 43, 49, 79, 82, 98, 122, 127, 140, 152, 185, 190, 199], "easier": [15, 21, 22, 36, 42, 49, 81, 82, 85, 118, 143, 165, 189, 204, 232], "easiest": [49, 98, 188, 243], "easili": [8, 14, 18, 20, 22, 29, 42, 46, 49, 61, 98, 122, 131, 149, 166, 204, 209, 227], "echo": [15, 26, 48, 62, 82, 152, 209], "ecm_enable_sanit": 82, "eco": 22, "ecosystem": [150, 201, 208], "edb29d1d": 106, "eded": 194, "edg": [20, 115, 222, 229], "edit": [4, 10, 46, 104, 113, 129, 185, 192, 197, 200, 201, 232, 239], "edit_req_ownership": 104, "editor": [17, 22, 61, 76, 96, 113, 156], "editorid": 101, "educ": 92, "effc3d5818a6d5d55f2ae960ab39fd0414d0c542b72a3b9e08eb21206dd9": 10, "effect": [0, 20, 41, 107, 121, 188, 194, 222, 229, 231, 243], "effici": [20, 38, 122, 148, 228], "effort": [20, 107, 185, 226], "eg": 73, "eight": 29, "either": [5, 10, 25, 30, 38, 46, 61, 66, 87, 90, 106, 129, 132, 135, 147, 156, 186, 189, 202, 204, 206, 220, 221, 227, 228, 231, 243], "el": [96, 126, 129], "eleg": 21, "elem": [20, 229], "elemenet": 46, "element": [1, 5, 27, 35, 42, 43, 46, 61, 76, 78, 79, 81, 96, 107, 129, 132, 184, 185, 193, 197, 199, 200, 201, 231, 232, 233, 234, 235, 240], "elev": 20, "elig": 90, "elm": 199, "els": [10, 20, 21, 22, 37, 38, 41, 46, 49, 106, 110, 115, 128, 129, 132, 134, 135, 139, 140, 142, 146, 152, 154, 171, 187, 190, 199, 204, 229], "elseif": 154, "elsewher": [8, 82, 116, 132, 137, 140, 141, 142], "em": [42, 134], "email": [5, 17, 18, 22, 42, 45, 46, 61, 69, 76, 86, 99, 108, 110, 113, 124, 179, 185, 200, 215, 219, 227, 229, 231, 233, 241], "emailact": 108, "emailid": [140, 142], "emailtempl": 215, "emailtext": [140, 142], "emb": [131, 209], "embed": [107, 134, 154, 171, 209], "embrac": 150, "emerg": [29, 150], "emiss": 140, "emit": [2, 6, 17, 22, 25, 29, 49, 113, 114, 119, 121, 129, 230, 233], "emitt": [17, 28], "emoji": [49, 54], "emot": 81, "emphas": 194, "emphasi": [0, 69, 77], "emphat": 204, "employe": 185, "empti": [8, 15, 18, 19, 34, 37, 45, 48, 52, 61, 65, 69, 78, 87, 96, 99, 107, 108, 134, 162, 166, 173, 192, 215, 228, 243], "emptycontentmessag": 96, "emptycontentsecuritypolici": [218, 229, 235], "en": [5, 8, 46, 61, 62, 97, 98, 107, 129, 136, 230, 231, 234, 243], "enabl": [0, 4, 5, 8, 10, 13, 17, 20, 22, 27, 34, 40, 42, 44, 46, 48, 49, 51, 52, 54, 61, 69, 76, 82, 83, 90, 94, 96, 97, 98, 99, 100, 107, 113, 118, 119, 120, 121, 129, 130, 131, 134, 135, 139, 140, 144, 146, 149, 151, 152, 158, 161, 162, 165, 171, 172, 179, 181, 183, 186, 190, 192, 194, 200, 215, 228, 229, 231, 232, 234, 242], "enabledsidebar": 234, "enableproviderfor": 144, "encapsul": [20, 131, 132, 236], "encod": [5, 20, 44, 49, 52, 61, 64, 66, 70, 104, 164, 178, 231], "encodepath": [219, 235], "encount": [1, 10, 98, 156, 159, 161, 162, 191], "encourag": [49, 95, 199, 206, 220, 232], "encrypt": [20, 31, 61, 93, 99, 134, 146, 168, 177, 204, 232], "encryptedfil": 215, "encryptionfilehelp": 232, "encryptionkeystorag": 232, "encryptionmanag": 232, "end": [10, 16, 17, 19, 20, 22, 28, 37, 49, 50, 61, 69, 76, 81, 82, 95, 99, 104, 106, 107, 115, 121, 124, 126, 132, 134, 140, 183, 185, 187, 188, 190, 194, 201, 241], "enddat": [50, 106, 121], "endedat": 87, "endif": 134, "endoflif": 239, "endpoint": [17, 20, 22, 25, 33, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 65, 67, 68, 75, 87, 93, 101, 116, 120, 128, 129, 140, 141, 142, 153, 165, 166, 168, 169, 170, 171, 173, 174, 175, 177, 179, 180, 181, 182, 215, 227, 228, 232, 233, 234, 240], "enforc": [5, 10, 20, 61, 90, 92, 93, 101, 104, 144, 194], "engag": 204, "engin": [17, 20, 22, 48, 82, 97, 105, 149, 158, 159, 165, 209, 239, 243], "english": [42, 94, 137, 140, 141, 142], "enhanc": [115, 128, 144, 185, 188, 204], "enorm": 209, "enough": [61, 76, 79, 85, 104, 149, 158, 161, 162, 185, 188, 194, 202, 233], "ensur": [0, 3, 10, 12, 16, 20, 23, 27, 36, 37, 41, 44, 46, 61, 77, 93, 94, 115, 122, 128, 129, 135, 150, 151, 152, 156, 166, 204, 209], "enter": [8, 20, 25, 52, 70, 76, 82, 99, 128, 179, 192, 226], "enterpris": 11, "entir": [20, 42, 63, 69, 76, 82, 190, 199, 200], "entiti": [39, 42, 50, 107, 111, 113, 126, 227, 231, 232, 235], "entri": [0, 4, 5, 17, 20, 21, 22, 25, 26, 29, 33, 34, 37, 41, 43, 61, 76, 93, 101, 104, 108, 122, 126, 129, 132, 150, 154, 171, 172, 183, 186, 197, 198, 200, 209, 223, 229, 232, 243], "entrypoint": 152, "enum": [85, 92, 186, 233, 238], "enumer": 140, "env": [15, 20, 118, 152], "env_var": 15, "envelop": [76, 190], "environ": [3, 7, 9, 15, 16, 36, 41, 82, 98, 122, 135, 154, 155, 158, 163, 188, 190, 191, 192, 199, 201, 205, 231, 241, 243], "eof": 107, "eol": [16, 227], "epoch": 16, "eq": [3, 37, 66, 192], "equal": [16, 166], "equalto": 41, "equival": [20, 21, 33, 90, 101, 149, 190, 236], "error": [1, 11, 29, 37, 41, 42, 45, 48, 56, 57, 58, 62, 63, 75, 76, 77, 81, 82, 86, 87, 95, 97, 100, 101, 113, 116, 126, 129, 133, 135, 137, 140, 141, 142, 151, 153, 156, 161, 166, 168, 170, 173, 177, 194, 221, 222, 231, 233, 240], "errorbaselin": 95, "errorcod": 222, "errorcount": 48, "errorinfo": 222, "errorlevel": [49, 95], "errorlog": 29, "escal": 208, "escap": [190, 209, 215, 221], "escapehtml": [209, 217], "escapeshellarg": 209, "escapeshellcmd": 209, "eshapetyp": 140, "eslint": [118, 154], "esm": 135, "especi": [3, 14, 20, 40, 42, 44, 49, 76, 82, 90, 122, 154, 184, 189, 209, 231], "essenc": 21, "essenti": [46, 73, 199], "establish": 21, "estat": 134, "estim": [142, 145], "etag": [35, 49, 61, 62, 66, 69, 101, 107, 171], "etc": [20, 21, 29, 41, 46, 71, 77, 122, 129, 130, 150, 151, 153, 154, 156, 161, 176, 186, 189, 192, 217, 243], "eurooffic": 101, "europ": 106, "eux": 152, "eval": [209, 216, 218, 229], "evalu": 188, "evaluatejavascript": 101, "even": [10, 16, 17, 20, 22, 42, 49, 70, 98, 105, 119, 122, 140, 153, 170, 186, 188, 189, 202, 204, 209, 215], "event": [0, 4, 5, 15, 18, 20, 25, 28, 40, 42, 46, 75, 76, 85, 86, 87, 88, 101, 102, 105, 109, 113, 114, 119, 122, 129, 130, 134, 138, 172, 183, 199, 201, 210, 211, 219, 220, 221, 224, 227, 228, 231, 232], "event_data": 169, "event_ent": 229, "event_fail": 229, "event_load_additional_script": [6, 221, 229], "event_load_additional_scripts_loggedin": [6, 221, 229], "event_run": 229, "event_subtyp": 169, "event_success": 229, "event_typ": 169, "eventdispatch": [2, 25, 29, 99, 101, 104, 126, 129, 137, 140, 141, 142, 220, 223, 229, 231], "eventdispatcherinterfac": 229, "eventlogg": 232, "events_listen": 169, "eventsdispatch": [85, 233], "eventslisten": 169, "eventsourc": 229, "eventsubtyp": 169, "eventtyp": 169, "eventu": 221, "ever": [14, 209], "everi": [0, 1, 2, 6, 8, 16, 18, 20, 21, 29, 37, 38, 42, 43, 49, 63, 76, 81, 82, 94, 95, 96, 101, 108, 118, 122, 129, 130, 147, 188, 190, 199, 200, 202, 209, 211, 221, 230, 236, 239, 243], "everybodi": [14, 79, 118], "everyon": [5, 15, 20, 21, 205, 232], "everyth": [9, 15, 21, 46, 49, 61, 107, 115, 122, 185, 190, 199, 229], "everywher": [49, 190], "evolv": [21, 150], "ex": [20, 82, 152, 153, 164, 166, 168, 170, 177], "ex_app": 154, "ex_app_id": 154, "ex_app_menu_entry_nam": 154, "exact": [72, 107, 115], "exactli": [21, 33, 49, 76, 81, 107, 121, 190, 200, 204], "examin": 104, "exampl": [2, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 20, 21, 22, 25, 29, 30, 33, 35, 36, 37, 40, 42, 44, 46, 48, 49, 60, 61, 62, 65, 67, 68, 75, 76, 79, 80, 81, 82, 87, 90, 92, 96, 97, 98, 99, 101, 104, 105, 106, 107, 113, 114, 122, 125, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 144, 151, 154, 155, 156, 160, 166, 167, 170, 172, 174, 179, 185, 187, 188, 190, 194, 198, 200, 204, 209, 217, 227, 229, 230, 232, 233, 234, 236, 239, 240, 243], "exapp": [28, 140, 149, 150, 155, 157, 158, 160, 162, 164, 166, 167, 168, 169, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 183, 201, 231], "exappconfig": [150, 168], "exappprefer": [150, 177], "exapprequir": 231, "exapps_dev": 152, "exappservic": 156, "exce": 129, "exceed": [56, 57, 58], "except": [0, 10, 20, 21, 28, 30, 33, 36, 38, 45, 63, 69, 77, 85, 92, 97, 98, 99, 104, 107, 112, 115, 125, 131, 133, 140, 141, 142, 143, 160, 172, 221, 222, 223, 228, 229, 231, 233, 234], "exceptionalimplement": 233, "excess": 14, "exchang": [20, 88, 101, 113], "exchangedtokenrequestedev": 119, "exclam": 81, "exclud": [178, 209], "exclus": [3, 61, 76, 129], "exec": [49, 152, 189, 190, 192, 209], "execut": [1, 5, 8, 10, 18, 20, 22, 30, 32, 37, 43, 56, 70, 82, 96, 104, 105, 106, 115, 116, 122, 125, 130, 133, 135, 137, 138, 140, 141, 142, 149, 152, 154, 189, 190, 204, 206, 208, 213, 222, 227, 229, 232, 234, 240], "execute_handl": 175, "executequeri": [37, 234], "executestat": [40, 97, 234], "exist": [3, 4, 10, 17, 20, 21, 22, 33, 35, 37, 38, 40, 41, 42, 49, 52, 54, 61, 66, 70, 82, 85, 86, 90, 94, 95, 99, 101, 110, 113, 115, 122, 127, 129, 131, 134, 135, 145, 146, 152, 161, 185, 190, 199, 209, 214, 215, 221, 223, 227, 229, 231, 232, 233], "existingmanag": 146, "exit": [1, 15, 76, 125, 156], "expand": 234, "expans": 150, "expect": [14, 15, 16, 20, 22, 41, 49, 52, 56, 85, 92, 93, 104, 132, 140, 141, 142, 151, 152, 153, 171, 185, 187, 206, 209], "expectedexcept": 41, "expens": [19, 20, 113, 114, 122], "experi": [20, 22, 25, 42, 44, 49, 79, 92, 115, 132, 135, 156, 185, 234], "experiment": [51, 85, 238], "expir": [18, 19, 20, 52, 61, 63, 139], "expired": 52, "expiri": 231, "explain": [0, 14, 49, 76, 81, 82, 105, 125, 129, 188, 189, 190, 192, 204], "explan": [49, 82, 149, 166], "explanatori": [116, 137, 140, 141, 142], "explicit": [21, 45, 90, 233], "explicitli": [14, 21, 29, 49, 81, 90, 94, 107, 130, 131, 140, 206, 209, 213, 220, 221, 228, 231, 233, 239], "explor": [129, 223], "export": [15, 82, 101, 113, 114, 126, 129, 145, 152, 154, 186, 217, 222, 234], "exportdestin": 145, "expos": [29, 45, 46, 54, 69, 73, 75, 90, 99, 101, 105, 115, 128, 147, 152, 158, 165, 234], "exposur": 208, "expr": [37, 104], "express": 37, "ext": [25, 118], "extend": [0, 1, 4, 17, 18, 20, 21, 22, 24, 30, 31, 33, 34, 35, 36, 37, 40, 41, 49, 70, 85, 93, 96, 99, 101, 102, 104, 106, 107, 108, 110, 113, 116, 121, 124, 125, 126, 128, 131, 132, 135, 137, 140, 141, 142, 143, 145, 147, 148, 166, 187, 190, 201, 209, 221, 223, 225, 228, 229, 232, 233, 235, 240, 243], "extendedsupport": 46, "extens": [5, 15, 20, 22, 23, 49, 61, 63, 69, 89, 98, 101, 154, 181, 192, 204, 228, 231, 233], "extern": [17, 22, 29, 46, 48, 61, 72, 73, 76, 102, 113, 119, 125, 131, 134, 150, 154, 160, 164, 165, 178, 201, 204, 206, 209, 223, 231, 233, 234, 241], "externalcalendar": 107, "externallinkact": [224, 234], "externalshareact": [224, 234], "externaltokenrequestedev": 119, "extra": [1, 3, 7, 21, 67, 76, 87, 93, 96, 129, 185, 190], "extra_fil": 10, "extra_info": 129, "extra_param": 192, "extract": [8, 20, 28, 48, 49, 81, 92, 104, 107, 140, 154, 167, 223, 233], "extractmetadata": [104, 229], "extractor": [49, 233], "extrafil": [3, 95], "extrainform": 129, "extran": 232, "extrem": 206, "eyebal": 202, "f": [15, 48, 61, 122, 125, 152, 179], "f1": 62, "f12": 243, "f3e5a15d": 192, "f5ae6efb6e4a3307328a188898968abf000511ab": 152, "f5f5f5": 194, "faaborg": [79, 185], "face": [81, 96, 140, 194, 229], "facetid": 192, "facilit": [35, 44, 206], "fact": [93, 107, 151, 209], "facto": 98, "factor": [5, 12, 20, 44, 88, 113, 125, 159, 164], "factori": [19, 21, 112, 132, 143, 229], "factual": 81, "fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd": 15, "fail": [5, 17, 20, 22, 29, 37, 49, 56, 57, 58, 63, 76, 77, 97, 101, 116, 123, 131, 135, 137, 140, 141, 142, 152, 153, 156, 162, 194, 204, 222, 223, 229, 233], "failover_error": 192, "failover_mod": 192, "failur": [1, 20, 87, 97, 137, 140, 141, 142], "fair": 14, "fairli": 66, "faith": 14, "fake": 192, "fall": [108, 122], "fallback": [5, 20, 25, 38, 107, 129], "fallback_them": 20, "fallbacknam": 129, "fals": [1, 7, 8, 15, 17, 18, 20, 22, 25, 29, 37, 40, 51, 52, 61, 62, 69, 70, 73, 87, 90, 92, 94, 96, 99, 101, 104, 107, 116, 125, 126, 129, 132, 135, 137, 140, 141, 142, 144, 146, 148, 170, 179, 186, 187, 192, 222, 228, 232, 233], "falsi": 231, "famili": [79, 92], "familiar": [21, 43, 82, 89, 98, 122, 190, 204, 205], "famou": 42, "fanci": [96, 107, 116], "faq": 11, "fashion": [37, 129, 238], "fast": [5, 35, 96, 122, 145, 150], "faster": [61, 107, 118, 122, 140, 148, 229, 233], "fastest": 89, "fatal": [29, 135], "faulti": 223, "favicon": 27, "favor": [8, 38, 145, 211, 224, 227, 228, 231, 232], "favorit": [5, 65, 66, 69, 76, 148, 171, 194, 200], "favoriteact": 5, "favoriteprovid": 5, "favour": 213, "favourit": [61, 198], "fea": 129, "feasibl": [10, 97, 134], "featur": [8, 10, 13, 14, 15, 16, 17, 20, 21, 22, 34, 43, 48, 52, 69, 71, 79, 98, 101, 116, 119, 121, 122, 125, 129, 138, 140, 141, 142, 185, 186, 188, 190, 192, 199, 204, 209, 212, 213, 214, 231, 234, 242, 243], "feder": [45, 46, 49, 61], "feed": 5, "feedback": [79, 185, 199, 204], "feel": [21, 32, 76, 159, 161, 162, 167, 202, 204, 223], "fetch": [0, 17, 19, 22, 25, 34, 37, 44, 45, 52, 60, 61, 104, 106, 108, 140, 141, 142, 148, 222, 223, 229, 232, 233, 234], "fetchal": [104, 229, 234], "fetchallassoci": [229, 234], "fetchallforcalendarhom": 107, "fetchallnumer": [229, 234], "fetchassoci": [37, 229, 234], "fetchcolumn": 222, "fetcher": 232, "fetchfirstcolumn": 234, "fetchnumer": [229, 234], "fetchon": [222, 229, 234], "few": [15, 16, 18, 43, 63, 74, 107, 122, 129, 154, 167, 199, 204, 223], "fewer": 16, "ffc3c3": 194, "ffe4a1": 194, "ffe7e7": 194, "ffeec5": 194, "fffff": 194, "ffffff": [46, 194], "fi": [8, 15, 152], "fi_fi": 8, "fichier": 132, "fiction": [0, 129], "field": [5, 21, 37, 43, 50, 52, 54, 56, 57, 58, 59, 78, 82, 87, 89, 93, 104, 134, 136, 140, 151, 154, 165, 178, 179, 188, 189, 190, 194, 202, 223, 231, 232, 233, 234, 239], "field1": 179, "fight": 129, "figur": 116, "file": [0, 2, 5, 6, 7, 10, 11, 12, 13, 15, 16, 21, 23, 28, 32, 33, 36, 40, 41, 42, 43, 45, 46, 48, 49, 51, 53, 60, 64, 65, 66, 67, 69, 71, 75, 80, 81, 82, 83, 84, 85, 89, 94, 95, 96, 98, 102, 105, 107, 110, 113, 116, 118, 122, 126, 127, 128, 129, 130, 132, 133, 134, 135, 137, 140, 141, 142, 148, 150, 151, 152, 154, 165, 167, 169, 172, 174, 175, 176, 178, 183, 185, 186, 187, 190, 192, 201, 208, 215, 219, 221, 222, 225, 226, 227, 228, 229, 230, 233, 235, 236, 238, 239, 243], "file1": [69, 188], "file2": 188, "file_cr": 69, "file_etag": 171, "file_filt": 8, "file_from_env": 15, "file_full_mim": 171, "file_get_cont": 156, "file_hash": 62, "file_id": [43, 104, 186], "file_local_path": 62, "file_mtim": 62, "file_nam": 62, "file_path": 43, "file_permissions_for_own": 171, "file_put_cont": 15, "file_remote_path": 62, "file_s": 62, "fileact": 167, "fileactionsmenu": [150, 169, 171], "filechang": 5, "filecopyrighttext": 185, "filecr": 5, "filedelet": 5, "filedownloadpath": 216, "fileexist": [35, 230, 231, 235], "filefavorit": 5, "fileformat": 8, "fileid": [31, 43, 46, 61, 66, 68, 69, 87, 101, 104, 132, 171, 174, 186, 233], "fileidfield": 104, "fileinfo": [228, 231, 234], "fileisblacklist": [218, 234], "filelistentri": 186, "filelistentryicon": 186, "filelistentrynam": 186, "filenam": [8, 10, 42, 67, 69, 70, 101, 106, 171, 217, 231, 233], "filepath": [15, 43, 70, 87, 220], "fileprogressstr": 42, "filereadingexampl": 38, "filerenam": 101, "filerequest": 52, "filerestor": 5, "files_extern": 192, "files_external_allow_create_new_loc": 36, "files_fulltextsearch": 48, "files_loc": 48, "files_lock": 61, "files_remind": 42, "files_shar": [6, 31, 52, 53, 54, 221, 229], "files_trashbin": [229, 231], "files_vers": 233, "files_zip": 43, "filesactionmenu": 153, "fileslist": 73, "filesmetadata": [104, 229], "filessharingdrop": 232, "filesystem": [0, 17, 28, 32, 39, 41, 42, 76, 122, 237, 241], "filesystem_cache_readonli": 36, "filesystemaccessexampl": 38, "filetablealia": 104, "filetoupload": 70, "filetyp": [25, 171], "fileutil": 70, "filewritingexampl": 38, "fill": [20, 34, 76, 87, 107, 132, 140, 148], "filter": [5, 17, 22, 33, 43, 45, 61, 66, 75, 76, 90, 93, 107, 132, 141, 194, 199, 227, 231, 233], "filterdefinit": 132, "filternotfoundexcept": 231, "filternotificationtyp": 217, "filtertyp": 69, "final": [3, 7, 16, 21, 44, 49, 60, 63, 82, 107, 131, 134, 165, 185, 187, 189, 199, 206, 235], "financi": 13, "find": [14, 15, 22, 37, 46, 49, 52, 61, 71, 79, 82, 83, 89, 95, 97, 105, 106, 107, 110, 118, 125, 127, 153, 154, 156, 161, 185, 189, 190, 199, 211, 212, 231, 234], "findal": [37, 190], "findent": 37, "findonequeri": 37, "findproviderbyid": 110, "findservicebyaddress": 110, "findservicebyid": 110, "findtranslatablefil": 154, "fine": [18, 20, 37, 76, 107, 122, 129, 131, 185], "finer": 19, "fingerprint": [61, 66], "finish": [0, 6, 8, 25, 29, 63, 76, 87, 101, 105, 107, 130, 137, 185, 204], "finishprogress": 130, "fire": [17, 22, 148, 221], "firefox": [98, 243], "firewal": [156, 161], "first": [0, 2, 3, 5, 7, 8, 15, 17, 20, 22, 25, 29, 30, 38, 40, 42, 45, 49, 50, 63, 64, 69, 71, 75, 76, 79, 81, 85, 87, 89, 90, 92, 93, 94, 96, 99, 101, 104, 107, 126, 129, 132, 134, 135, 147, 151, 165, 166, 179, 185, 186, 189, 190, 192, 198, 199, 203, 204, 209, 214, 221, 222, 225, 229, 232, 234, 239, 243], "first_menu": [154, 171], "firstdai": 50, "firstli": [49, 130], "firstlogin": 229, "firstnam": [186, 192], "firstresult": 104, "fist": [141, 142], "fit": [20, 82, 132, 134, 141, 142], "five": [20, 29, 133], "fix": [14, 16, 49, 72, 76, 79, 82, 97, 115, 118, 130, 140, 185, 188, 193, 204, 211, 231], "fixer": [3, 187], "flag": [1, 17, 18, 22, 49, 52, 76, 92, 93, 119, 130, 170, 213, 231, 233, 234], "flag_": 92, "flag_index": 93, "flag_intern": 90, "flag_sensit": [90, 92, 93], "flat": 76, "fledg": 9, "flexibl": [21, 40, 76, 89, 129, 190], "flip": 194, "float": [20, 37, 76, 90, 93, 140, 145, 194, 227, 228], "flow": [60, 71, 75, 76, 90, 101, 111, 113, 153, 154, 163, 172, 183, 201, 204], "fluent": 222, "fly": [20, 76, 98], "fn": [2, 92, 148], "focu": [76, 101, 129, 198, 199], "focus": [20, 76, 129, 194], "focusoncr": 129, "focuss": 194, "folder": [5, 7, 8, 10, 17, 20, 22, 23, 25, 27, 38, 40, 41, 43, 45, 49, 51, 62, 63, 65, 66, 67, 68, 71, 73, 75, 76, 82, 89, 105, 107, 115, 129, 134, 148, 152, 154, 167, 189, 190, 192, 196, 199, 200, 209, 228, 229, 230, 231, 232, 233, 234, 236, 239], "folderpath": 70, "follow": [0, 5, 7, 8, 10, 14, 15, 19, 20, 21, 22, 25, 26, 27, 30, 32, 33, 37, 40, 41, 42, 43, 44, 48, 49, 52, 54, 62, 64, 66, 69, 72, 73, 79, 81, 82, 85, 87, 89, 94, 95, 96, 97, 98, 99, 101, 104, 106, 107, 112, 116, 118, 121, 125, 126, 127, 128, 129, 130, 131, 132, 137, 140, 141, 142, 143, 147, 149, 150, 151, 152, 153, 154, 156, 161, 164, 165, 166, 170, 171, 186, 188, 189, 190, 192, 198, 199, 204, 209, 217, 225, 227, 228, 229, 231, 232, 233, 234, 238, 239, 240, 242, 243], "font": [194, 219], "font_siz": 20, "foo": [0, 3, 20, 21, 46, 99, 101, 146, 179, 186, 187, 188], "foobar": [20, 240], "fooservic": 21, "fopen": [209, 228], "forbid": [20, 218], "forbidden": [20, 26, 49, 69, 70, 107, 145], "forbidden_filenam": 231, "forbidden_filename_charact": 231, "forbidden_filename_extens": 231, "forbiddenexcept": 49, "forc": [14, 42, 45, 149, 204, 232], "force_languag": 42, "forcelanguag": [42, 46, 232], "foreach": [26, 106, 134, 135, 140, 234], "foreground": 233, "foreign": [37, 209], "forgeri": [190, 208], "forget": 209, "fork": 82, "form": [5, 13, 20, 23, 34, 42, 49, 69, 76, 77, 87, 99, 113, 114, 128, 199, 200, 209, 231], "formal": 140, "format": [20, 44, 48, 50, 52, 61, 69, 76, 101, 107, 113, 114, 118, 120, 129, 135, 140, 151, 154, 169, 186, 187, 190, 192, 206, 221, 229, 232, 234, 240], "formatd": [134, 215, 217, 220], "formatfiles": 221, "formattodo": 49, "former": 70, "formerli": 120, "formid": 179, "formschem": 179, "forum": [5, 14, 122, 185, 202, 208, 209], "forward": [3, 16, 18, 29, 149, 171], "found": [1, 5, 10, 14, 16, 17, 20, 21, 22, 25, 37, 40, 46, 49, 50, 54, 56, 57, 61, 66, 69, 89, 93, 95, 97, 104, 106, 107, 118, 129, 136, 151, 153, 166, 167, 173, 174, 192, 222, 225, 229, 232, 240, 243], "foundat": [78, 194, 201], "four": [8, 69, 76, 82], "fox": 48, "fragment": 33, "frame": [101, 133, 209, 217], "framework": [21, 49, 73, 96, 126, 133, 154, 190, 209, 232, 234], "free": [32, 46, 61, 76, 116, 132, 137, 140, 141, 142, 159, 161, 162, 167, 202, 223], "freedom": 129, "freeforal": 20, "freeprompttasktyp": [142, 231], "freespac": 233, "frequent": [90, 97, 130, 149, 150, 161, 163, 201], "fresh": [19, 110], "freshli": [48, 101], "friendli": [14, 79, 81, 204], "friendsofphp": 3, "from": [0, 1, 5, 7, 8, 9, 10, 14, 15, 16, 17, 18, 22, 25, 26, 28, 29, 30, 36, 37, 40, 41, 42, 43, 44, 45, 47, 49, 53, 54, 57, 58, 59, 61, 63, 65, 66, 69, 70, 72, 73, 76, 77, 79, 81, 82, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 110, 113, 115, 116, 119, 122, 125, 126, 127, 129, 130, 131, 132, 133, 135, 136, 138, 139, 140, 141, 142, 145, 146, 148, 149, 150, 152, 154, 155, 162, 164, 165, 166, 167, 169, 170, 171, 173, 175, 178, 179, 185, 188, 189, 190, 192, 194, 198, 202, 204, 209, 212, 215, 217, 219, 220, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 234, 235, 236, 240, 243], "fromcal": [0, 126], "fromlabel": 58, "fromlanguag": [58, 116], "frommailaddress": 215, "fromparam": 227, "fromrow": 227, "front": [16, 28, 49, 95, 96, 99, 106, 115, 126, 148, 183, 199, 201, 241], "frontend": [17, 20, 22, 42, 47, 64, 82, 87, 96, 98, 125, 129, 131, 135, 140, 149, 151, 155, 171, 191, 226, 232], "frontpagerout": [33, 190, 230], "frp": 152, "frp_0": 152, "frp_url": 152, "frpc": 152, "fruit": 204, "fssl": 82, "ftp": 242, "fulfil": [107, 194], "full": [1, 9, 18, 19, 20, 25, 29, 38, 42, 47, 61, 66, 69, 76, 81, 96, 98, 108, 124, 132, 133, 135, 187, 190, 193, 198, 219, 221, 222, 223, 234, 239], "fulli": [69, 93, 106, 127, 130, 152, 185, 213, 220, 230], "fulltextsearch": [45, 75], "fun": 205, "func": 37, "function": [0, 1, 2, 3, 14, 16, 17, 18, 19, 20, 21, 22, 25, 26, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 49, 60, 69, 71, 73, 79, 87, 90, 92, 94, 96, 97, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 115, 116, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 154, 156, 167, 180, 185, 190, 199, 209, 215, 218, 221, 222, 227, 229, 231, 232, 233, 234, 240, 243], "fundament": 49, "funni": 140, "further": [5, 17, 20, 22, 42, 46, 51, 61, 75, 79, 85, 97, 98, 106, 131, 145, 156, 166, 185, 188], "futur": [10, 21, 37, 43, 47, 51, 85, 92, 115, 123, 125, 129, 144, 166, 186, 209, 215, 218, 220, 223, 227, 229, 231], "fwrite": 141, "g": [0, 1, 3, 5, 12, 16, 18, 20, 21, 22, 25, 26, 29, 32, 33, 34, 36, 37, 40, 42, 46, 49, 52, 53, 54, 61, 69, 72, 81, 82, 87, 89, 94, 95, 96, 98, 101, 105, 110, 115, 122, 124, 125, 130, 131, 132, 133, 134, 135, 138, 140, 141, 142, 150, 151, 152, 153, 154, 161, 165, 167, 171, 181, 185, 186, 188, 189, 190, 192, 194, 199, 209, 221, 222, 223, 229, 239], "galera": [37, 122], "game": 5, "gap": 40, "gaug": 120, "gave": 105, "gd": [15, 242], "gen": 150, "gender": 78, "gener": [5, 8, 10, 13, 15, 16, 17, 20, 21, 22, 24, 26, 27, 30, 33, 37, 38, 42, 44, 45, 47, 56, 61, 69, 75, 76, 77, 78, 79, 80, 85, 88, 89, 92, 96, 98, 101, 104, 106, 107, 113, 114, 115, 120, 122, 130, 131, 132, 134, 135, 140, 142, 161, 165, 171, 188, 191, 201, 202, 218, 222, 234, 235, 236, 238], "general_log": 98, "generatebirthdai": 5, "generateev": 69, "generatefilepath": 220, "generateocsurl": [129, 220], "generaterandombyt": 215, "generateremoteurl": [61, 220], "generatesecurepasswordev": 232, "generateurl": [25, 154, 220], "genericev": 229, "genericfileexcept": 228, "generichandl": 147, "genericrespons": 147, "genr": 129, "genrsa": 192, "genuin": 204, "germani": 123, "get": [0, 1, 8, 9, 11, 14, 15, 16, 17, 18, 19, 21, 22, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 53, 54, 56, 60, 66, 69, 71, 72, 76, 79, 82, 86, 88, 90, 93, 96, 97, 98, 100, 101, 104, 106, 108, 113, 114, 121, 127, 128, 131, 132, 133, 134, 136, 138, 140, 141, 144, 146, 147, 149, 153, 154, 165, 166, 171, 172, 178, 185, 190, 192, 199, 201, 204, 208, 220, 221, 223, 229, 230, 231, 232, 233, 234, 240], "get_icon": 126, "getabsolutepath": 70, "getabsoluteurl": [96, 124, 211], "getacl": 107, "getactionlabel": 228, "getactivitymanag": 221, "getaddressbook": 227, "getal": [227, 229], "getallappvalu": 90, "getallsharesinfold": 233, "getallvalu": [90, 93], "getalternateid": 132, "getapp": [29, 69, 90, 93, 99], "getappconfig": [92, 221, 233], "getappcontain": 0, "getappdatadir": 221, "getappdatadirectorynam": 231, "getappfetch": 221, "getappfold": [22, 221], "getappfromnamespac": 235, "getappid": [94, 107, 124, 137, 140, 141, 142], "getappinfo": 229, "getappinstalledvers": 233, "getappkei": 90, "getappmanag": 221, "getappnamespac": [211, 235], "getapppassword": 44, "getappvalu": [36, 99, 134], "getappvaluebool": 90, "getappvalueint": 90, "getappvaluestr": 90, "getappvers": [229, 233], "getargu": 1, "getauthor": 42, "getauthorizedappconfig": 34, "getauthornam": 42, "getautocompletemanag": 221, "getavailablelanguag": 116, "getavailabletasktyp": [140, 142, 233], "getavailabletasktypeid": [140, 233], "getavatar": 108, "getavatarmanag": [221, 233], "getbodi": [112, 233], "getbruteforcethrottl": 221, "getbyid": [38, 41, 234], "getbytoken": 20, "getcach": 38, "getcalendar": [107, 224], "getcalendarincalendarhom": 107, "getcalendarmanag": [221, 233], "getcalendarresourcebackendmanag": [221, 233], "getcalendarroombackendmanag": [221, 233], "getcalendarsforprincip": 106, "getcanonicallocal": 221, "getcap": [43, 49, 218], "getcapabilitiesmanag": 221, "getcategori": [134, 135], "getcertificatemanag": 221, "getchild": 107, "getchildren": 107, "getcloudfederationfactori": [221, 233], "getcloudfederationprovidermanag": [221, 233], "getcloudidmanag": 221, "getcollaboratorsearch": 221, "getcommandbu": [221, 233], "getcommentsmanag": [221, 233], "getcompletionexpectedat": 140, "getconfig": 221, "getcont": [35, 38, 41, 228], "getcontactsmanag": 221, "getcontain": [21, 22, 30, 36, 41], "getcontentlanguag": 61, "getcontentlength": [61, 66], "getcontentsecuritypolicymanag": [221, 233], "getcontentsecuritypolicynoncemanag": 221, "getcontenttyp": [61, 66, 107], "getcontext": [17, 22, 232], "getcooki": 20, "getcountrycodeforregion": [123, 229], "getcreat": 101, "getcreatedat": 132, "getcredentialsmanag": [221, 233], "getcrop": 229, "getcrypto": 221, "getcspnonc": [154, 231], "getcsrftokenmanag": 221, "getcurrentoutofofficedata": 121, "getcurrentus": [61, 218, 220], "getcurrentuserfold": 38, "getcursor": 132, "getcustomfilt": 132, "getcustomid": 140, "getcustomlogg": [223, 230], "getcustompsrlogg": [29, 223, 230], "getdata": [20, 70, 121], "getdatabaseconnect": 221, "getdatabaseplatform": 231, "getdatabaseprovid": [37, 231, 233], "getdatetim": [139, 143, 228], "getdatetimeformatt": [221, 233], "getdatetimezon": [221, 233], "getdeclarativesettingsvaluelisten": 99, "getdefaultpageurl": 235, "getdefaulttimezon": 233, "getdefaulttyp": 217, "getdeletedbi": 231, "getdescript": [140, 142, 144, 145], "getdetail": [90, 93], "getdetailsbyid": 234, "getdirectorycont": 61, "getdirectorylist": 35, "getdisabledus": 231, "getdisableduserlist": 231, "getdisplayid": 124, "getdisplaynam": [1, 122, 124, 144, 145, 215], "geteditor": 101, "getelementbyid": 126, "getemailaddress": 108, "getencryptionfileshelp": 221, "getencryptionkeystorag": [221, 233], "getencryptionmanag": 221, "getendd": 121, "getendedat": 140, "getenv": [15, 20], "geteremotesharesforfileoper": 70, "geterrormessag": [137, 140, 141, 142], "getestimatedexports": [145, 228], "getetag": [35, 61, 66, 107], "getev": 105, "geteventdispatch": 221, "geteventlogg": [221, 233], "getexistinglock": 220, "getexpectedruntim": [140, 142], "getextens": 101, "getextrainform": 129, "getfieldid": 99, "getfil": [35, 101, 137], "getfilecont": [38, 145], "getfileid": 137, "getfilt": 132, "getfilterbyid": 231, "getfirstlogin": 232, "getfirstresult": 224, "getfold": 35, "getfoo": 240, "getforbiddenfilenamechar": 231, "getform": [34, 134, 232], "getfullnam": 108, "getgeneratorhelp": 221, "getgetredisfactori": 221, "getglobalscaleconfig": [221, 233], "getglobalstoragesservic": 221, "getgroup": [107, 215], "getgroupmanag": 221, "getgroupparamet": 217, "getgroupus": 215, "gethash": 221, "gethead": [20, 112, 135, 215], "getheight": 229, "gethelp": 1, "gethom": 146, "gethost": [218, 234], "gethostnam": [218, 234], "gethttpclientservic": [221, 233], "gethttprequest": 147, "geticon": [34, 69, 105, 124, 134], "geticonclass": [96, 231], "geticonurl": [96, 129, 231], "getid": [31, 34, 38, 94, 96, 101, 121, 124, 126, 129, 132, 134, 140, 141, 142, 144, 145, 231, 234], "getidentifi": [69, 141, 142], "getidremoteshar": 70, "getimageurl": 129, "getincludewatermark": [140, 234], "getiniwrapp": [221, 233], "getinput": [140, 141, 142], "getinputshap": 140, "getinputshapedefault": 140, "getinputshapeenumvalu": 140, "getintegritycodecheck": 221, "getitem": [96, 126], "getitemsv2": 96, "getitemurl": 94, "getjob": 227, "getjoblist": 221, "getjobsiter": 227, "getkei": [90, 93], "getknownmetadata": [104, 229], "getl10n": 221, "getl10nfactori": 221, "getlabel": 110, "getlanguag": 116, "getlanguagecod": 42, "getlastlogin": 37, "getlastmodifi": [61, 66, 107], "getlastupd": 140, "getldapprovid": 221, "getlevel": 29, "getlimit": 132, "getlinkdescript": 129, "getlinktitl": 129, "getlockingprovid": 221, "getlogfactori": [221, 233], "getlogg": [221, 232], "getlogoclaim": 229, "getlowstrengthgener": 217, "getmail": 221, "getmanageruid": 146, "getmediumstrengthgener": 217, "getmemcachefactori": 221, "getmessag": [29, 49, 69, 121], "getmetadata": [104, 229], "getmetadatakeyfield": [104, 229], "getmetadataqueri": [104, 229], "getmetadatavaluefield": [104, 229], "getmigratorvers": 145, "getmimetyp": [35, 101, 232], "getmimetypedetector": 221, "getmimetypeload": 221, "getmimetypesopt": 101, "getmock": 41, "getmockbuild": 41, "getmod": 229, "getmountmanag": [221, 233], "getmountpoint": 38, "getmountprovidercollect": [221, 233], "getmtim": 35, "getnam": [17, 22, 31, 34, 35, 69, 101, 105, 107, 116, 125, 130, 132, 134, 135, 137, 140, 141, 142, 186], "getnavig": [217, 229], "getnavigationmanag": [221, 233], "getnod": [31, 104, 229], "getnoexpirationd": 231, "getnonexistingnam": 234, "getnotificationmanag": 221, "getnotificationtyp": 217, "getnumberofimag": 141, "getobjectid": [69, 234], "getobjectnam": 69, "getobjecttyp": 69, "getocscli": 221, "getopt": 1, "getoptionalinputshap": 140, "getoptionalinputshapedefault": 140, "getoptionalinputshapeenumvalu": 140, "getoptionaloutputshap": 140, "getoptionaloutputshapeenumvalu": 140, "getord": [96, 129, 132], "getoutput": [140, 142], "getoutputimag": 141, "getoutputshap": 140, "getoutputshapeenumvalu": 140, "getown": [107, 228, 232], "getparam": [147, 230], "getpassword": 224, "getpasswordhash": [128, 231], "getpasswordprotectedshar": 20, "getphonenumb": 37, "getpictur": 19, "getport": [218, 234], "getpreferstream": [140, 213], "getpreviewbyfileid": 132, "getpreviewmanag": [221, 233], "getprimaryaddress": 110, "getprior": [34, 69, 124, 134], "getprogress": 140, "getproperti": [107, 108], "getprotocol": [218, 234], "getpsalm": [3, 95], "getquerybuild": [37, 40], "getqueryforfilt": 217, "getquerylogg": [221, 233], "getquerypart": 231, "getreason": 234, "getreferenceid": 220, "getreloadinterv": 96, "getremoteapifactori": [221, 233], "getremoteinstancefactori": [221, 233], "getremotesharesforfileoper": 70, "getremotesharesoper": 70, "getreplacementuserdisplaynam": 121, "getreplacementuserid": 121, "getreportintermediateoutput": 140, "getrequest": 221, "getrequesttoken": 231, "getrequesturi": 215, "getreshar": 70, "getresourcerichobject": 126, "getrevis": 233, "getrootfold": [22, 221], "getrootpath": [218, 220], "getrooturl": 220, "getrout": [221, 233], "getscheduledat": 140, "getschema": 99, "getscriptnam": 215, "getscrollbarwidth": 216, "getsearch": 221, "getsecondaryaddress": 110, "getsect": [34, 134], "getsecurerandom": 221, "getserv": [2, 21], "getservercontain": [104, 125], "getserverhost": 215, "getserverprotocol": 215, "getservicex": 21, "getsess": 221, "getsessioncryptowrapp": 221, "getsettingbyid": 231, "getsettingsmanag": 221, "getsettingsnavig": 229, "getshapetyp": 140, "getshar": 20, "getsharemanag": [221, 233], "getshareown": 31, "getsharesop": 70, "getsharingtoken": 232, "getshortmessag": 121, "getsiz": [35, 107, 227], "getslogan": 31, "getspecialparameterlist": 217, "getstartd": 121, "getstartedat": 140, "getstat": 231, "getstatu": [20, 140, 141, 142, 148], "getstatuscod": 112, "getstorag": [38, 233], "getstoragefactori": [221, 233], "getstoragesbackendservic": 221, "getstr": 70, "getstrict": 92, "getsubject": 69, "getsupportedapp": 233, "getsupportedfilt": 132, "getsupportedprivileg": 107, "getsupportedprivilegeset": 107, "getsupportedsearchproviderid": 129, "getsystemconfig": 221, "getsystemtagmanag": [221, 233], "getsystemtagobjectmapp": [221, 233], "getsystemvalu": [34, 36], "getsystemvaluebool": [36, 135], "getsystemvalueint": 36, "getsystemvaluestr": 36, "gettabl": 40, "gettagmanag": [221, 233], "gettagsbyid": 229, "gettarget": 124, "gettask": [140, 141, 142], "gettasktyp": 142, "gettasktypeid": 140, "gettempl": [101, 144], "gettempmanag": 221, "getter": [22, 37, 90, 108, 227, 228, 233], "gettext": 8, "getthemingdefault": 221, "gettim": [143, 228], "gettimezon": [143, 233], "gettitl": [96, 101, 124, 126, 129], "gettodo": 49, "gettoken": [128, 229], "gettranscript": 137, "gettrusteddomainhelp": 221, "gettwofactorauthmanag": 221, "gettyp": [126, 142], "gettypedquerybuild": 213, "gettypeicon": 217, "getuid": [38, 99, 124, 126, 146], "getuploadedfil": 20, "geturl": 96, "geturlgener": 221, "geturlparamet": [217, 220], "getus": [22, 38, 99, 101, 121, 209, 243], "getuserconfig": 92, "getuserdata": 145, "getuserfacingerrormessag": 140, "getuserfold": [22, 38], "getuserglobalstoragesservic": 221, "getuserid": [93, 126, 137, 138, 140, 141, 142], "getuserlanguag": 42, "getusermanag": 221, "getusermountcach": 221, "getusernam": 220, "getusersess": 221, "getuserstatus": 138, "getuserstoragesservic": 221, "getusertask": 141, "getusertasksbyapp": 141, "getuservalu": [36, 99], "getvalu": [93, 99], "getvaluearrai": [90, 93], "getvaluebool": [90, 93], "getvalueflag": 93, "getvaluefloat": [90, 93], "getvalueint": [90, 93], "getvaluesbyapp": 93, "getvaluesbyus": 93, "getvaluestr": [90, 92, 93], "getvaluetyp": [90, 93], "getvers": 145, "getwebhookmethod": 140, "getwebhookuri": 140, "getwebroot": 221, "getwidgetbutton": 96, "getwidgetitem": 96, "getwidgetitemsv2": 96, "getwidgetopt": 96, "getwidth": 229, "ghcr": [154, 165, 166], "giant": 21, "gif": [129, 171], "giphi": 129, "git": [3, 5, 7, 15, 82, 89, 125, 129, 149, 154, 185, 188, 189, 192], "github": [3, 5, 7, 8, 10, 11, 12, 14, 16, 37, 43, 49, 64, 71, 72, 73, 87, 95, 96, 97, 115, 125, 129, 149, 151, 152, 161, 165, 185, 187, 189, 190, 203, 204, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 232, 240, 243], "github_notif": 96, "github_token": 15, "github_usernam": 82, "githubusercont": [82, 152, 156], "githubusernam": 202, "gitignor": 3, "gitkeep": 8, "give": [0, 7, 10, 15, 16, 20, 22, 35, 46, 49, 71, 81, 82, 87, 97, 98, 101, 122, 125, 129, 132, 185, 188, 192, 199, 202, 220, 222, 232], "given": [5, 18, 20, 33, 40, 42, 45, 52, 58, 59, 66, 69, 94, 101, 106, 107, 123, 133, 144, 148, 150, 192, 199, 202, 204, 228, 229, 231, 232, 233], "glad": 150, "glass": 76, "glib": 82, "global": [20, 21, 25, 28, 36, 37, 42, 53, 61, 86, 90, 93, 95, 98, 104, 113, 132, 185, 186, 192, 198, 199, 226, 227, 234, 235], "glossari": [163, 191, 201], "gmbh": 185, "gmt": 61, "gnome": 79, "gnu": 185, "gnupg": 152, "gnupghom": 152, "go": [13, 20, 23, 41, 42, 45, 61, 72, 76, 82, 101, 105, 122, 126, 129, 148, 151, 166, 185, 188, 190, 192, 204, 231], "goal": [14, 82, 148, 199, 204], "goe": [0, 21, 23, 98, 106, 132, 165, 189, 199], "golang": 151, "good": [20, 36, 42, 44, 49, 71, 90, 107, 131, 160, 185, 194, 196, 202, 204], "googl": [20, 21, 79, 98], "googletest": 243, "gosu": 152, "gosu_vers": 152, "got": [115, 129, 215, 221, 222, 229], "goto": 73, "gotorout": 73, "gp": 229, "gpg": 152, "gpgconf": 152, "gpl": 5, "gpl3": 5, "gpt": 140, "gpu": [151, 162, 163, 165], "gracefulli": 115, "grain": [18, 185], "grammar": [8, 140], "grammat": 42, "grant": [8, 10, 20, 34, 44, 52, 176, 209], "graph": 129, "great": [14, 15, 49, 71, 81, 110], "greatli": [200, 204], "greet": [1, 190], "grep": [5, 16], "grid": [77, 194], "group": [0, 1, 8, 34, 36, 37, 45, 46, 48, 52, 61, 70, 73, 96, 122, 132, 134, 135, 138, 155, 176, 184, 185, 189, 209, 215, 218, 221, 228, 229, 231], "group1": 48, "groupbackendregist": 221, "groupdeletedev": 229, "groupfold": [231, 236], "groupid": [22, 70], "groupinterfac": 228, "groupmanag": 232, "groupwar": [106, 113, 201], "grow": 185, "grunt": 118, "gt": [66, 104], "guarante": [18, 90, 121, 122, 135, 140, 190, 231], "guard": [1, 133], "guess": [20, 58], "guest": [20, 46, 56, 57, 58, 61, 76, 128, 235], "gui": 82, "guid": [8, 38, 63, 73, 76, 78, 79, 161, 201, 204, 214], "guidanc": [49, 81], "guidelin": [11, 28, 76, 77, 79, 151, 191, 201, 202, 203, 204, 208], "guidelines_and_howto": 204, "guyjgtckptkci4epiriupiexgj8wninmfsfhabacrpzukmeawzsm54bfkfuzwksbps7jmtfqjesklpyjxyhphlgk8szbn9hxlxjohix5ixgjkdokkztyczuwhlsg3yfg": 44, "gz": [15, 16, 152], "h": [44, 46, 48, 62, 64, 66, 82, 96, 101, 126, 129], "h2": 134, "h3": 134, "ha": [0, 3, 5, 10, 14, 16, 17, 18, 19, 20, 21, 22, 25, 29, 30, 33, 35, 37, 40, 42, 43, 44, 47, 48, 49, 52, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 76, 77, 80, 81, 82, 94, 95, 96, 99, 101, 103, 107, 110, 115, 118, 123, 126, 127, 129, 131, 132, 134, 137, 139, 140, 141, 142, 144, 146, 149, 154, 165, 166, 169, 171, 175, 185, 188, 189, 190, 192, 199, 204, 206, 209, 210, 213, 215, 218, 221, 222, 223, 225, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240], "had": [3, 202, 220, 227, 228], "hadn": 222, "hairi": [185, 188], "halfemptycontentmessag": 96, "ham": 187, "hamper": 14, "hand": [14, 21, 46, 81, 105, 140, 206], "handbook": 243, "handl": [4, 10, 14, 15, 21, 22, 25, 27, 29, 30, 36, 37, 40, 43, 45, 63, 86, 90, 94, 97, 98, 101, 102, 104, 113, 115, 122, 128, 129, 131, 134, 137, 139, 140, 141, 142, 144, 145, 147, 148, 150, 166, 167, 171, 186, 188, 190, 199, 200, 202, 204, 209, 222, 226, 231, 232, 235, 236], "handlebar": [219, 235, 239], "handleerror": 49, "handlegetproperti": [2, 148], "handleimipmessag": [107, 227], "handler": [2, 44, 49, 70, 86, 99, 101, 113, 148, 153, 166, 171, 234], "handler_rout": 175, "happen": [10, 17, 18, 22, 25, 37, 42, 46, 58, 81, 97, 105, 115, 118, 122, 140, 153, 209, 232], "happi": 14, "haproxi": [158, 165], "haproxy_password": 165, "hard": [14, 21, 22, 76, 107, 115, 190, 206], "hardcod": 231, "harder": [20, 21, 37, 185], "hardwar": 159, "harm": 15, "harp": [155, 163], "hasannot": 30, "hasappkei": 90, "hasbackend": 139, "hasbeenaccess": 101, "hascalendarincalendarhom": 107, "hasconfig": 90, "hash": [10, 61, 128, 136, 231], "hasher": 232, "haskei": [90, 93, 216], "hasmobilesupport": 192, "hasn": 16, "hasprovid": [116, 137, 140, 141, 142], "hasreservedjob": 228, "hasservic": 110, "hassvgsupport": 216, "hastabl": 136, "hastemplatesavea": 192, "have": [0, 5, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 33, 34, 35, 37, 38, 40, 42, 44, 48, 49, 50, 52, 54, 61, 63, 64, 70, 72, 73, 76, 77, 79, 80, 81, 82, 83, 85, 87, 89, 90, 92, 93, 95, 96, 98, 99, 107, 110, 115, 116, 118, 121, 122, 123, 128, 129, 130, 131, 132, 133, 134, 137, 140, 141, 142, 144, 150, 151, 156, 158, 159, 160, 162, 166, 167, 170, 175, 176, 185, 186, 188, 189, 190, 192, 194, 195, 198, 199, 200, 202, 204, 206, 209, 213, 221, 222, 223, 225, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 241, 243], "haven": 222, "he": 81, "head": [9, 13, 16, 33, 62, 76, 77, 81, 82, 86, 113, 135, 144, 231], "header": [17, 22, 25, 30, 32, 44, 45, 46, 50, 51, 52, 53, 54, 56, 57, 58, 59, 62, 63, 64, 65, 74, 76, 86, 101, 108, 112, 113, 115, 125, 166, 170, 178, 183, 190, 191, 192, 193, 194, 199, 209, 227, 232, 233, 240], "headermiddlewar": 30, "headers_to_exclud": 178, "headlin": [42, 124, 140, 142], "headlinetasktyp": [142, 231], "health": 153, "healthcheck": 166, "healthi": 166, "hear": 14, "heartbeat": [151, 165, 183], "heavi": [104, 122, 160], "heavili": [3, 202, 226], "height": [17, 22, 77, 129, 194, 199, 229], "hell": 115, "hello": [1, 42, 43, 69, 81, 103, 130, 147, 186, 190, 198], "help": [0, 5, 8, 9, 14, 21, 22, 33, 37, 40, 42, 43, 48, 49, 76, 82, 92, 98, 99, 100, 104, 107, 108, 113, 120, 125, 129, 133, 149, 154, 159, 184, 185, 186, 188, 189, 199, 201, 202, 203, 204, 208, 231], "helper": [0, 1, 20, 21, 29, 45, 76, 87, 90, 97, 98, 102, 107, 113, 115, 129, 133, 190, 231, 234], "henc": [3, 5, 118, 132, 144, 221, 222], "her": 122, "here": [0, 9, 20, 21, 22, 25, 33, 36, 43, 45, 46, 49, 61, 70, 71, 73, 76, 82, 83, 89, 96, 98, 99, 101, 105, 106, 107, 116, 120, 128, 129, 131, 137, 140, 142, 148, 153, 154, 161, 162, 167, 171, 173, 174, 180, 186, 187, 188, 189, 190, 196, 198, 199, 204, 222, 229, 240, 243], "heveri": 243, "hex": [46, 62, 76], "hexadecim": 129, "hi": [20, 81, 186, 187], "hidden": [61, 69, 90, 93, 103, 175, 190, 193, 194, 198, 199, 231, 232], "hide": [42, 49, 61, 93, 118, 139, 192, 193, 194, 199, 200, 232], "high": [19, 20, 38, 76, 185, 194, 209, 237], "highcontrast": 221, "higher": [5, 16, 38, 199, 217, 227], "highest": 20, "highli": [0, 10, 12, 16, 20, 95, 115, 131, 149, 159, 211, 221, 229], "highlight": [19, 76, 77, 209, 233], "hint": [20, 21, 22, 36, 81, 99, 127, 190, 199, 215, 220, 221, 222], "hintexcept": 36, "histori": [47, 73, 140, 154, 199], "hit": 125, "hkp": 152, "ho": 187, "hoist": 186, "hold": [8, 17, 20, 22, 44, 76, 97, 131, 232, 240], "hole": [20, 209], "home": [15, 27, 38, 46, 76, 82, 146, 152, 192, 215], "homebrew": 82, "homepag": [5, 129], "homogen": 199, "hood": 190, "hook": [0, 2, 28, 30, 75, 221, 222, 232], "horizont": 160, "host": [8, 48, 86, 92, 101, 110, 113, 114, 115, 135, 149, 150, 152, 158, 159, 160, 161, 165, 190, 192, 199, 209, 218, 222, 234, 243], "hostnam": [133, 136, 156, 192, 218, 230, 234], "hostvalid": 133, "hot": 90, "hour": [18, 42, 46, 63, 69, 76, 133, 141, 198], "housekeep": [44, 64], "hover": [79, 125, 185, 194, 195, 198, 199, 233], "hoverclass": 199, "how": [0, 11, 18, 20, 25, 28, 32, 42, 43, 45, 46, 61, 66, 71, 72, 76, 79, 89, 95, 96, 97, 98, 101, 105, 106, 118, 125, 126, 127, 129, 132, 133, 140, 141, 142, 144, 147, 150, 162, 167, 179, 185, 188, 189, 191, 201, 206, 209, 213, 214, 223, 233, 234, 241, 243], "howev": [8, 14, 20, 35, 38, 46, 49, 82, 85, 93, 96, 97, 98, 106, 107, 115, 126, 140, 141, 142, 204, 209, 221, 222, 229, 232, 233, 238], "href": [42, 61, 66, 104, 108, 147, 198, 199, 200, 209], "html": [7, 14, 23, 26, 28, 49, 61, 73, 97, 100, 103, 110, 113, 131, 154, 156, 175, 185, 186, 189, 190, 192, 201, 209, 221, 227, 229, 243], "html5": [184, 195], "http": [0, 3, 5, 6, 7, 8, 10, 13, 15, 20, 25, 30, 31, 32, 33, 34, 37, 43, 44, 46, 48, 49, 60, 61, 62, 63, 64, 66, 67, 68, 70, 72, 73, 74, 82, 86, 95, 96, 97, 98, 104, 107, 108, 113, 115, 116, 118, 125, 128, 129, 130, 131, 132, 133, 134, 136, 137, 140, 141, 142, 147, 148, 149, 151, 152, 153, 156, 161, 165, 166, 170, 174, 175, 178, 189, 190, 192, 196, 202, 204, 209, 215, 218, 219, 220, 221, 222, 227, 228, 229, 230, 231, 232, 233, 234, 235, 240, 243], "http_content_typ": 20, "http_proxi": 156, "httpclient": 70, "httpd": 189, "httphelper": 215, "httpprovid": 25, "https_proxi": 156, "hu": 8, "hu_hu": 8, "hub": 43, "huggingfac": 166, "human": [42, 79, 90, 101, 129, 140], "humanfiles": [217, 220, 221, 233], "hundr": 206, "hungri": 104, "hurdl": [42, 44], "hw39yxkp": 96, "hyperlink": 101, "hyphen": 1, "i": [0, 1, 2, 3, 5, 6, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 73, 74, 76, 77, 79, 80, 81, 83, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 113, 114, 115, 116, 118, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 141, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 156, 158, 159, 160, 162, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 185, 186, 187, 188, 189, 190, 192, 193, 194, 196, 197, 198, 199, 202, 203, 206, 209, 210, 211, 212, 213, 215, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243], "i_request": 186, "iaccountmanag": [124, 228, 231, 233], "iaction": [231, 233, 234], "iactionfactori": 108, "iactivatablebyadmin": 144, "iaddress": 110, "iapicollect": 210, "iapifactori": 210, "iapp": 231, "iappconfig": [21, 90, 92, 230, 232, 233], "iappcontain": [215, 221], "iappdata": [35, 38, 233], "iappmanag": [21, 211, 228, 229, 231, 232, 233, 235], "iattribut": 231, "iauthmechanismprovid": 25, "iauthormapp": 21, "iavailabilitycoordin": 121, "iavatarmanag": [21, 232], "ibackend": 106, "ibackendprovid": 25, "ibinaryfind": 233, "iboostrap": 233, "ibootcontext": [0, 21, 25, 30, 49, 96, 101, 104, 106, 116, 124, 125, 126, 132, 137, 140, 141, 142, 145, 147], "ibootstrap": [0, 2, 21, 25, 30, 31, 49, 96, 101, 104, 106, 116, 124, 125, 126, 132, 135, 137, 140, 141, 142, 145, 147], "ibroadcastev": 211, "ibrok": 139, "ibu": 232, "ibulkprovid": 108, "ic": [54, 106, 107], "icach": [21, 38, 232], "icachefactori": [19, 21, 232], "ical": 107, "icalendar": [106, 107], "icalendareventbuild": 106, "icalendarobject": 107, "icalendarprovid": 107, "icalendarqueri": 106, "icallbackrespons": 20, "icap": 49, "icapabilitiesapi": 210, "icapabilityawareocmprovid": 233, "icewind1991": 232, "iclientservic": [112, 133], "icloud": 82, "icollect": 148, "icom": 220, "icommentsmanag": [229, 232], "icomplexoper": 105, "icon": [5, 7, 20, 24, 25, 43, 46, 54, 69, 76, 78, 88, 96, 105, 108, 113, 124, 126, 129, 132, 134, 171, 181, 184, 193, 194, 197, 198, 199, 200, 201, 215, 223, 227, 231], "icon_class": 96, "icon_url": [96, 129], "iconclass": 25, "iconfig": [21, 34, 36, 99, 134, 135, 190, 232], "iconographi": 79, "iconstructablestorag": 232, "iconsvg": 87, "icontain": 221, "icontentsecuritypolicymanag": 232, "icontrollermethodreflector": [21, 30, 218, 232], "iconurl": [96, 126], "iconv": [5, 242], "icountusersbackend": 232, "icreatefromstr": [106, 107, 227], "icreategroupbackend": 231, "icreatenamedgroupbackend": 231, "icredenti": 210, "icredentialsmanag": 232, "icrypto": [21, 215, 232], "id": [1, 5, 8, 15, 17, 18, 20, 21, 22, 25, 29, 33, 37, 38, 41, 42, 43, 45, 48, 49, 50, 52, 54, 61, 64, 66, 69, 71, 82, 87, 90, 93, 94, 96, 99, 101, 104, 105, 108, 110, 113, 114, 121, 122, 124, 126, 127, 129, 130, 134, 139, 140, 141, 142, 145, 148, 149, 164, 165, 166, 168, 170, 171, 174, 177, 179, 182, 184, 186, 193, 195, 198, 199, 200, 209, 218, 227, 229, 230, 233], "id497799835": 82, "id_token": 46, "idatalogg": 29, "idatetimeformatt": [134, 232], "idatetimezon": [21, 232, 233], "idbconnect": [21, 37, 40, 213, 223, 229, 231, 232, 233], "idea": [16, 81, 101, 107, 115, 116, 122, 125, 129, 132, 137, 140, 141, 142, 185, 196], "ideactivatablebyadmin": 144, "ideal": [76, 79, 122, 129, 185, 188], "ideclarativesettingsform": 99, "idecod": 136, "idelegatedset": 34, "ident": [16, 79, 85, 119, 190, 221], "identifi": [2, 5, 10, 17, 20, 22, 29, 33, 37, 42, 44, 56, 57, 69, 76, 79, 87, 96, 100, 101, 107, 113, 116, 122, 125, 128, 129, 132, 136, 137, 140, 141, 142, 144, 161, 185, 189, 190, 204, 231, 234], "idetectlanguageprovid": [116, 231], "ie": 231, "ieditor": 101, "iemailvalid": 233, "ientiti": 105, "ientitycompat": 228, "ientri": 108, "ietf": 64, "ievent": [69, 231, 234], "ieventdispatch": [22, 29, 126, 138, 220, 229], "ieventlisten": [2, 22, 25, 29, 40, 99, 101, 104, 129, 137, 140, 141, 142], "ieventlogg": [21, 232], "ieventmerg": 69, "ieventsourc": 229, "ieventsourcefactori": [229, 231], "iexportdestin": 145, "iexpressionbuild": 231, "iexternalprovid": [132, 233], "ifactori": [42, 232], "iff": 215, "ifil": 232, "ifilenamevalid": [231, 233], "ifilesmetadata": 104, "ifilesmetadatamanag": [104, 229], "ifilt": 69, "ifilteringprovid": 132, "ifoomanag": 0, "ifram": 209, "ifs": [186, 187], "igener": 136, "ignor": [8, 16, 23, 43, 45, 69, 90, 92, 101, 123, 198, 204, 232], "ignorefil": [3, 95], "ignoreopenapi": 49, "igroup": 229, "igroupmanag": [21, 122, 231, 232, 235], "ihandl": 147, "ihandleimipmessag": [107, 227], "ihash": [21, 231, 232], "ihelp": 215, "ii": 204, "iiconsect": [34, 134], "iiconwidget": 231, "iimag": [141, 232], "iimportsourc": 145, "iinappsearch": 132, "iinitialst": [25, 31, 190], "iinitialstateservic": [96, 115], "iinstanc": 210, "iinstancefactori": 210, "iinternaltasktyp": 140, "ijob": [18, 234], "ijoblist": [18, 21, 134, 227, 228, 232, 234], "il10n": [21, 31, 34, 42, 96, 116, 124, 132, 134, 135, 137, 140, 141, 142, 145, 215], "ildapprovid": 232, "ildapproviderfactori": 223, "ilexicon": 92, "ilimit": 133, "ilimitawarecountusersbackend": 232, "ilinkact": 124, "illeg": 14, "illustr": 3, "ilockingprovid": 232, "ilockmanag": 231, "ilogfactori": [29, 223, 230], "ilogg": [29, 215, 221, 232], "iloginsetupprovid": 233, "imag": [5, 7, 20, 24, 33, 45, 46, 47, 49, 61, 66, 75, 82, 84, 101, 113, 126, 131, 140, 151, 152, 154, 157, 158, 165, 171, 174, 183, 194, 209, 232, 233], "image2text": 140, "image_nam": [151, 166], "image_path": 26, "image_src": 166, "image_tag": 166, "image_typ": 129, "image_url": 129, "imagegenerationprovid": 141, "imagegenerationresultlisten": 141, "imageparam": 166, "imagepath": [34, 96, 124, 134, 220], "imagetotextopticalcharacterrecognit": [140, 234], "imageurl": 129, "imagick": 242, "imagin": [3, 49], "imail": [103, 232, 233], "imailmanag": 110, "imanag": [0, 21, 69, 106, 110, 138, 140, 141, 142, 210, 211, 216, 217, 219, 220, 224, 227, 231, 232, 235], "imap": 125, "imapperexcept": 228, "imdb_id": 129, "imenuact": 20, "imessag": [103, 110, 227, 229], "imessagesend": 110, "imetadatabackgroundev": 229, "imetadataliveev": 229, "imetadataqueri": [104, 229], "imetadatavaluewrapp": 104, "imetricfamili": [120, 234], "img": [5, 7, 26, 27, 33, 43, 69, 96, 108, 129, 132, 154, 171, 181, 196, 227], "imigr": 145, "imigrationstep": 215, "imimetypedetector": 232, "imimetypeload": [230, 232], "immedi": [2, 20, 29, 81, 140, 185, 220], "immut": 37, "imountmanag": 232, "imountpoint": [38, 232], "imountprovid": 38, "imountprovidercollect": [21, 38, 232], "impact": [18, 122, 188, 230, 233], "implement": [0, 1, 2, 5, 15, 17, 18, 20, 21, 22, 25, 29, 30, 31, 34, 37, 40, 49, 55, 56, 57, 60, 61, 64, 66, 70, 75, 81, 84, 86, 88, 92, 96, 99, 104, 105, 106, 107, 108, 110, 113, 114, 115, 124, 125, 126, 127, 129, 130, 131, 132, 134, 135, 136, 145, 147, 148, 150, 151, 153, 154, 162, 165, 166, 176, 190, 199, 209, 213, 220, 227, 228, 230, 231, 232, 233, 234, 236], "impli": [40, 48, 49, 129], "implic": [61, 131], "implicit": [20, 186], "implicitli": [37, 107, 220], "import": [16, 20, 23, 25, 29, 30, 37, 41, 42, 49, 61, 72, 73, 76, 77, 79, 82, 94, 96, 105, 106, 115, 120, 122, 125, 126, 129, 131, 135, 140, 145, 151, 154, 165, 185, 188, 190, 192, 198, 199, 204, 214, 220, 229, 231, 232, 243], "important_list_item": 184, "importlogg": 29, "importservic": 29, "importsourc": 145, "impos": 131, "imposs": 166, "improv": [21, 25, 49, 79, 81, 89, 90, 96, 122, 125, 132, 152, 185, 186, 188, 200, 204, 211, 233, 234], "impur": 21, "imyappmanag": 145, "in_arrai": [140, 142, 192], "inact": 63, "inadvertenli": 188, "inappsearch": 132, "inavigationmanag": [21, 232], "inbox": 192, "inc": 26, "includ": [3, 13, 14, 16, 20, 21, 23, 24, 25, 29, 37, 42, 44, 48, 49, 60, 61, 69, 71, 72, 82, 85, 89, 90, 92, 93, 95, 96, 104, 107, 124, 125, 129, 130, 131, 135, 140, 151, 152, 154, 167, 171, 179, 181, 188, 206, 209, 222, 232, 233, 234, 235, 238], "include_onc": 0, "includewatermark": [140, 213, 234], "inclus": [81, 204, 208], "incom": 190, "incompat": [16, 131, 222, 229], "incomplet": [16, 85, 204], "incompleteactivityexcept": 231, "incompletenotificationexcept": 231, "incompleteparsednotificationexcept": 231, "inconsist": [49, 122], "incorpor": 150, "incorrect": [49, 156], "incorrectli": [17, 22, 232], "increas": [14, 16, 20, 122, 134, 160, 202, 213, 219, 225, 229, 231, 232, 234], "increment": [16, 37, 90, 118, 122], "indent": [82, 184, 185], "independ": [33, 51, 115, 231], "index": [5, 6, 20, 21, 32, 33, 37, 40, 44, 45, 46, 56, 60, 92, 94, 96, 101, 104, 122, 124, 125, 126, 131, 132, 133, 140, 154, 171, 174, 186, 190, 192, 209, 236], "indic": [14, 17, 22, 39, 42, 43, 49, 56, 61, 76, 77, 79, 85, 107, 116, 123, 132, 137, 140, 141, 142, 150, 165, 181, 202, 213, 229, 232, 233, 234], "indirect": 222, "indirectli": 20, "individu": [8, 21, 34, 42, 61, 63, 95, 106, 204], "inevit": [222, 229], "infer": 49, "infin": [66, 104], "influenc": [37, 122, 146, 185], "info": [1, 5, 6, 12, 13, 15, 21, 22, 29, 32, 34, 37, 69, 70, 76, 77, 89, 97, 107, 109, 115, 118, 120, 129, 130, 134, 135, 144, 148, 151, 154, 156, 167, 170, 171, 174, 176, 178, 183, 185, 189, 194, 204, 231, 232, 233, 234], "inform": [10, 15, 17, 20, 22, 25, 26, 27, 29, 37, 38, 42, 44, 45, 46, 61, 70, 76, 77, 82, 83, 85, 88, 96, 97, 110, 113, 115, 116, 124, 125, 127, 129, 131, 132, 135, 136, 137, 140, 142, 144, 145, 154, 155, 169, 185, 197, 202, 204, 206, 209, 223, 225, 229, 231, 232, 233, 234, 236], "infrastructur": [14, 133, 236], "infrequ": [20, 90], "inherit": [1, 18, 30, 37, 54, 61, 107, 131], "inheritdoc": [96, 126], "inheritor": [49, 232], "ini": [98, 135, 243], "inigetwrapp": 232, "init": [25, 48, 82, 151, 165, 172, 179, 183, 189], "init_timeout": 153, "initcor": 218, "initi": [0, 2, 4, 17, 19, 22, 24, 31, 32, 44, 45, 49, 63, 76, 87, 94, 96, 104, 110, 135, 137, 148, 151, 153, 165, 166, 170, 171, 172, 179, 190, 204, 221, 222, 231], "initialis": 229, "initialprovid": 129, "initialst": [25, 31, 190], "initialstateservic": 96, "initiatemessag": 110, "initmetadata": [104, 229], "iniwrapp": 232, "inject": [0, 1, 17, 18, 19, 20, 22, 25, 28, 29, 33, 36, 38, 40, 42, 69, 90, 93, 96, 101, 103, 104, 106, 110, 112, 116, 125, 127, 129, 132, 133, 137, 139, 140, 141, 142, 143, 144, 146, 167, 193, 201, 208, 215, 221, 229, 232, 233, 243], "injectfn": [0, 126], "inlin": [20, 76, 86, 113, 184, 194, 209, 232], "inlineblock": 194, "inmemoryfil": 227, "inner": 236, "innodb": 97, "innodb_print_all_deadlock": 97, "inod": [2, 148], "inotif": [231, 233, 234], "inotifi": 231, "input": [1, 21, 46, 56, 57, 58, 69, 77, 78, 81, 82, 84, 113, 114, 116, 129, 134, 141, 142, 166, 175, 187, 194, 195, 198, 199, 200, 209, 221, 229, 231, 233], "inputargu": 1, "inputinterfac": 1, "inputopt": 1, "insecur": [17, 22, 192], "insensit": 122, "insert": [17, 18, 22, 37, 42, 76, 97, 101, 122, 129, 132, 136, 190, 234], "insertgraph": 101, "inset": [194, 232], "insid": [0, 7, 18, 20, 21, 27, 33, 34, 37, 42, 61, 62, 66, 76, 77, 80, 90, 96, 110, 120, 122, 129, 141, 142, 152, 154, 166, 192, 198, 199, 209, 228, 239, 240], "insight": [94, 97], "inspect": [32, 33, 136, 192], "inspir": [3, 158], "instal": [0, 3, 5, 8, 10, 13, 14, 16, 17, 18, 19, 20, 21, 22, 32, 37, 40, 42, 45, 47, 49, 56, 58, 61, 76, 79, 95, 98, 115, 118, 119, 122, 125, 129, 130, 134, 139, 145, 152, 153, 154, 159, 161, 163, 170, 178, 183, 185, 187, 189, 190, 192, 204, 210, 233, 239, 242], "installer_fil": 82, "instanc": [0, 5, 16, 17, 18, 19, 20, 21, 22, 27, 29, 30, 38, 40, 46, 52, 61, 62, 63, 82, 92, 95, 101, 104, 105, 106, 107, 108, 110, 112, 115, 121, 122, 125, 127, 129, 130, 133, 134, 135, 147, 152, 154, 165, 170, 175, 187, 189, 209, 213, 228, 229, 232, 233, 234], "instanceid": 171, "instanceof": [2, 20, 21, 22, 25, 29, 38, 40, 41, 70, 94, 99, 101, 104, 106, 126, 129, 137, 140, 141, 142, 147], "instanti": [0, 21, 22, 96, 110, 124, 145, 190], "instantli": [122, 140], "instead": [7, 8, 17, 20, 21, 22, 26, 33, 34, 37, 42, 46, 49, 57, 61, 69, 71, 76, 79, 82, 87, 98, 101, 107, 116, 127, 129, 130, 131, 137, 140, 141, 142, 145, 184, 185, 186, 187, 190, 196, 209, 218, 219, 220, 221, 222, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235], "instruct": [3, 42, 49, 61, 118, 140, 149, 151, 152, 167, 186], "insuffici": 63, "int": [1, 5, 18, 20, 22, 33, 34, 37, 38, 43, 49, 50, 52, 53, 54, 56, 57, 69, 70, 90, 92, 93, 96, 104, 121, 123, 124, 132, 134, 140, 141, 142, 143, 145, 171, 220, 228, 229, 234], "integ": [1, 20, 37, 40, 66, 129, 136, 140, 141, 165, 166, 171, 173, 192], "integr": [5, 10, 12, 15, 17, 22, 47, 71, 72, 75, 76, 84, 96, 98, 100, 104, 111, 113, 115, 124, 126, 127, 129, 134, 136, 145, 150, 155, 185, 201, 202, 222, 225, 229, 231, 232, 234], "integration_github": [96, 129], "integration_openstreetmap": 129, "integration_tmdb": 129, "integration_tmdb_movi": 129, "intellig": 140, "intend": [5, 14, 42, 115, 140], "intens": [56, 57, 58, 107], "intent": [14, 77], "inter": [22, 115], "interact": [0, 4, 17, 20, 21, 22, 69, 76, 77, 79, 94, 107, 115, 119, 131, 140, 144, 188, 190, 194, 199, 229, 231], "intercept": 30, "interchang": 199, "interest": [13, 14, 29, 32, 37, 71, 77, 129, 232], "interfac": [0, 17, 20, 22, 31, 38, 42, 69, 79, 85, 86, 90, 95, 98, 99, 100, 103, 105, 106, 109, 111, 113, 116, 121, 122, 124, 129, 130, 131, 132, 134, 135, 137, 138, 140, 141, 142, 144, 145, 147, 150, 158, 175, 191, 194, 202, 204, 209, 210, 213, 215, 220, 221, 222, 223, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238], "interfer": 25, "interleav": 0, "intermedi": [213, 228], "intern": [5, 16, 17, 21, 22, 29, 32, 37, 38, 48, 81, 90, 93, 96, 106, 107, 113, 122, 123, 127, 129, 133, 134, 135, 159, 173, 182, 190, 192, 201, 218, 223, 232, 236], "internaltokenrequestedev": 119, "internation": 42, "internet": [156, 223], "interpol": 28, "interpret": [61, 132, 209], "interrupt": 63, "interv": [96, 179], "intervent": 20, "intric": 150, "introduc": [2, 14, 20, 43, 47, 64, 122, 129, 131, 140, 150, 164, 188, 206, 228, 231, 233], "introduct": [4, 28, 65, 78, 140, 163, 197, 201, 215, 241], "introductori": 190, "invalid": [1, 10, 17, 20, 22, 57, 59, 76, 81, 101, 122, 123, 128, 173, 192, 204, 227, 231], "invalid_hash": 10, "invalidargumentexcept": [69, 146, 222, 231], "invalidatecooki": 20, "invalidatetokensofus": 227, "invalidvalueexcept": [231, 233, 234], "invert": [27, 194, 231], "investig": 185, "invis": [54, 209], "invit": [8, 42], "invoc": 0, "invok": [0, 3, 8, 25, 118, 132, 171, 190], "involv": [82, 119, 131, 159, 166, 188], "io": [43, 79, 101, 107, 115, 154, 165, 166, 203, 225, 229, 232, 243], "iocmprovid": 233, "ioper": 105, "ioperationcompat": 228, "ioutofofficedata": 121, "ioutput": [20, 40, 130, 136], "ip": [20, 133, 161, 192], "ipaddress": 192, "iparallelawarejob": 228, "ipeparedstat": 222, "ipersonalproviderset": 233, "iphonenumberutil": [123, 229], "ipreloadablenotifi": 233, "ipreparedstat": 222, "ipreview": [21, 229, 232], "iprofil": 125, "iprovid": [69, 108, 110, 126, 132, 140, 141, 142, 144, 227, 229, 231, 233, 234], "iprovideenabledstatebackend": [229, 231], "iprovidermanag": [126, 219], "iproviderwithexpectedruntim": [142, 231], "iproviderwithid": 231, "iproviderwithuserid": [142, 231], "iprovidesicon": 144, "iprovidespersonalset": 144, "ipublicreferenceprovid": [129, 231], "ipublicsharetemplateprovid": 31, "iquerybuild": [37, 104, 213, 231, 232, 234], "iquerylogg": [21, 232], "iratelimitexceededexcept": 133, "irefer": 129, "ireferenceprovid": 129, "iregistrationcontext": [0, 2, 21, 25, 30, 31, 43, 49, 92, 96, 99, 101, 104, 106, 110, 116, 124, 126, 132, 135, 137, 140, 141, 142, 145, 147, 221, 230, 231], "iregistri": [229, 233], "iremotehostvalid": 133, "irepairstep": 130, "irepairstepexpens": [130, 213], "irequest": [18, 20, 21, 33, 35, 126, 131, 186, 190, 230, 232], "irequestcontext": 147, "iresourc": 126, "iresourceprovid": 126, "irespons": 147, "iresult": [222, 229, 234], "irichtextformatt": 232, "irootfold": [21, 38, 231, 232], "irootstorag": 38, "irout": [21, 232, 233], "irregular": 14, "irrelev": 204, "is_arrai": 1, "is_avail": 56, "is_en": 134, "isadmin": [231, 235], "isallow": 20, "isappload": 228, "isarrai": 192, "isavail": [56, 223], "isbackendrequir": 231, "ischemawrapp": [40, 136], "iscontentencod": 48, "iscontextchatavail": 94, "isdefaultenabledmail": 69, "isdefaultenabledstream": 69, "isdefaultexpiredateenforc": 211, "isdirectori": 70, "isearch": [21, 215, 232], "isearchablegroupbackend": 228, "isearchablereferenceprovid": 129, "isearchqueri": 132, "isecurerandom": [21, 217, 232], "isen": [96, 121, 224, 229], "isenabledforus": 229, "iservercontain": [21, 30, 36, 221, 232, 233], "iservic": 110, "isess": [20, 221], "iset": [34, 69, 134], "isetupcheck": 135, "isexternalprovid": 132, "isfiltervalid": 217, "isformattingfilteredobject": 69, "ishar": [31, 231], "ishareownerlessmount": 232, "ishareprovid": [233, 235], "ishareprovidersupportsallsharesinfold": 233, "isi": 223, "isie8": 216, "isimplefil": [227, 228], "isindex": 93, "isineffect": 121, "isinsideview": [87, 129], "isinteract": 1, "isintern": 140, "isizeestimationmigr": [145, 228], "islazi": [90, 93], "islegitimatedforuserid": 105, "ismimetypeicon": 69, "isn": [56, 130, 204, 217, 223], "iso": [58, 61, 69, 123], "isol": 95, "isp": 46, "ispagin": [129, 132], "ispasswordprotect": 128, "ispecificoper": 105, "ispeechtotextmanag": [137, 231], "ispeechtotextprovid": [137, 231], "ispeechtotextproviderwithid": 231, "ispeechtotextproviderwithuserid": [137, 231], "ispubliclinkpasswordrequir": 211, "ispublicshar": 232, "isreadonlyconfigen": 233, "issamepath": 219, "issecur": 101, "issensit": [90, 93], "isset": [19, 140], "issu": [2, 3, 5, 8, 10, 14, 20, 42, 46, 49, 71, 75, 76, 82, 92, 96, 97, 101, 122, 125, 130, 135, 145, 150, 156, 159, 162, 167, 185, 186, 187, 188, 203, 222, 226, 231, 232, 233, 240], "issuccess": [20, 70], "issuehandl": 95, "istatusmanag": 138, "istorag": [38, 231, 232], "istrusteddomain": 133, "istrustedurl": 133, "istwofactorauthenabledforus": 144, "istyp": 228, "isuseradmin": 218, "isvalid": 133, "isvalidfilenam": 231, "isvalidtoken": 128, "isynchronousoptionsawareprovid": [140, 211, 213], "isynchronousprovid": 140, "isynchronouswatermarkingprovid": [211, 234], "isystemtagmanag": 229, "isystemtagobjectmapp": 232, "itag": 220, "itagmanag": [21, 220, 232], "ital": 77, "itasktyp": [140, 142, 231], "item": [16, 17, 22, 29, 38, 42, 46, 49, 54, 67, 77, 78, 79, 80, 94, 96, 104, 126, 140, 148, 186, 194, 197, 199, 200, 229, 231], "item_icons_round": 96, "item_typ": 230, "itemid": [29, 46, 94, 126], "itempickerdialog": 126, "itempl": 233, "itemplatemanag": 233, "itempmanag": [21, 232], "items_process": 29, "itemsperpag": [46, 168, 177, 182], "itemtitl": 126, "itemtyp": [46, 53], "iter": [231, 234], "iterateassoci": 234, "iteratenumer": 234, "ithrottl": 232, "itimefactori": [18, 21, 127, 143, 215, 228, 232], "itinerari": 110, "itoken": [101, 229, 231], "itranslationmanag": [116, 231], "itranslationprovid": [116, 231], "itranslationproviderwithid": 231, "itranslationproviderwithuserid": [116, 231], "itrashitem": 231, "itriggerableprovid": 140, "itrusteddomainhelp": [133, 232], "its": [0, 2, 10, 16, 17, 19, 20, 21, 22, 26, 29, 35, 37, 38, 42, 44, 46, 48, 52, 61, 67, 69, 71, 73, 82, 90, 92, 93, 101, 104, 105, 107, 132, 134, 140, 141, 142, 148, 153, 158, 166, 186, 188, 189, 190, 200, 209, 220, 227, 229, 232, 235, 236, 240], "itself": [17, 21, 22, 30, 40, 43, 44, 52, 60, 77, 81, 89, 101, 105, 129, 160, 190, 193, 204, 223, 230, 232], "itypedquerybuild": 213, "iurlgener": [21, 31, 33, 34, 96, 124, 126, 132, 134, 147, 211, 230, 232, 235], "iuser": [22, 42, 121, 124, 126, 132, 133, 139, 144, 145, 146, 210, 220, 229, 231, 232, 233], "iuserapi": 210, "iuserconfig": [92, 93], "iusermanag": [1, 21, 22, 31, 122, 146, 231, 232, 233], "iusermountcach": 232, "iusersess": [21, 22, 38, 96, 146, 232], "iuserstatu": 138, "iversionbackend": 233, "iwebhookcompatibleev": 231, "iwidget": [96, 231], "j": [7, 8, 16, 25, 26, 42, 64, 96, 105, 115, 118, 126, 129, 131, 135, 151, 154, 167, 181, 186, 190, 198, 199, 200, 209, 220, 228, 229, 241], "ja": 8, "ja_jp": 8, "jail": 236, "jan": [5, 14], "jane": [29, 61, 96, 182], "janedo": 87, "jargon": 81, "jasmin": 243, "java": 70, "javascript": [6, 7, 8, 16, 17, 20, 22, 24, 28, 41, 81, 86, 96, 100, 105, 113, 118, 125, 126, 132, 134, 135, 154, 185, 189, 190, 218, 226, 228, 229, 231, 241], "javascriptmodul": 135, "jdoe": 186, "jitpack": 72, "joann": 46, "job": [1, 5, 15, 20, 28, 29, 42, 56, 90, 104, 106, 122, 130, 137, 140, 141, 142, 166, 179, 185, 201, 204, 225, 228, 230], "joblist": [18, 134, 232], "john": [20, 46, 182], "join": [54, 76, 77, 104], "joinindex": [104, 229], "joinpath": 219, "journalctl": 161, "journei": 129, "jpeg": [61, 129], "jpg": [5, 66, 69, 96, 129, 132, 194, 209], "jqueri": [20, 25, 199, 209, 217, 227, 232, 235], "jrdrespons": 147, "json": [3, 8, 10, 16, 25, 32, 37, 42, 44, 45, 46, 48, 52, 60, 61, 62, 90, 93, 95, 96, 99, 101, 112, 118, 121, 129, 131, 140, 145, 147, 154, 165, 166, 167, 170, 171, 178, 179, 189, 192, 209, 215, 222, 223, 225, 229, 231, 232, 234, 239, 240, 242], "json_decod": [112, 134, 145], "json_encod": [112, 131, 134, 145, 231], "json_pretty_print": 134, "json_throw_on_error": 145, "jsonrespons": [20, 49, 147, 190, 231], "jsonseri": 231, "jsonserializ": 121, "jstimezonedetect": 219, "jstz": 219, "jsx": 154, "judg": 204, "judgement": 188, "jul": 61, "juli": 42, "juliu": 149, "juliushaertl": 96, "jump": 48, "june": 185, "just": [7, 8, 14, 16, 18, 20, 21, 22, 35, 42, 67, 82, 97, 98, 99, 104, 107, 118, 128, 129, 130, 132, 140, 152, 154, 158, 167, 169, 171, 175, 180, 181, 185, 190, 194, 199, 200, 204, 209, 210, 227, 232, 234, 243], "jwt_enabl": 192, "jwt_header": 192, "jwt_secret": 192, "k": [48, 61, 62], "kann": 5, "karchiv": 82, "karma": [41, 243], "kde": [82, 204], "kebab": 186, "keep": [3, 5, 10, 13, 14, 16, 20, 21, 23, 29, 35, 40, 42, 44, 48, 49, 61, 70, 76, 77, 79, 81, 82, 90, 101, 105, 107, 115, 122, 125, 129, 131, 151, 152, 185, 190, 193, 194, 199, 210, 214, 228, 240], "kei": [10, 15, 17, 20, 21, 22, 25, 26, 29, 33, 36, 37, 42, 43, 52, 59, 61, 69, 87, 92, 101, 104, 105, 122, 136, 140, 146, 154, 155, 168, 169, 177, 181, 183, 185, 190, 192, 206, 221, 231, 232], "keithcirkel": 118, "kept": [14, 45, 85, 96, 154, 167, 211, 229], "key1": [92, 168, 177], "key2": [92, 168, 177], "key3": [92, 168, 177], "key_nam": 181, "keyboard": [24, 76, 209], "keymanag": 221, "keyout": 10, "keyserv": 152, "keyword": [154, 186, 204], "kib": 145, "kid": 140, "kihrmq3tytmghwsim": 10, "kill": 152, "killer": 20, "kind": [16, 20, 25, 77, 129, 140, 142, 204], "kindli": 209, "knorr": 149, "know": [12, 21, 25, 42, 49, 79, 81, 82, 95, 107, 122, 129, 132, 140, 142, 144, 169, 170, 185, 190, 204, 232], "knowledg": [81, 94, 204, 233], "known": [3, 17, 21, 22, 37, 45, 69, 82, 95, 96, 104, 105, 107, 123, 130, 147, 232, 234], "l": [5, 34, 42, 69, 95, 116, 132, 134, 137, 140, 141, 142, 152, 209], "l108": 64, "l10n": [8, 31, 43, 96, 124, 132, 134, 135, 145, 151, 155, 167, 218, 221, 232], "l10nfactori": [42, 232], "label": [20, 43, 52, 61, 69, 76, 78, 87, 99, 110, 120, 129, 134, 179, 191, 195, 198, 200, 202, 204], "lack": [37, 76], "land": 33, "landscap": 150, "lang": [5, 8, 42, 151, 154, 167], "lang_map": 8, "languag": [5, 8, 45, 55, 56, 57, 61, 69, 81, 94, 98, 140, 142, 150, 151, 154, 167, 185, 191, 194, 228, 230, 232], "languagedetect": 58, "languagetupl": [116, 231], "larg": [40, 55, 57, 63, 76, 82, 90, 92, 93, 122, 142, 194, 231], "larger": [13, 19, 77, 194, 231], "last": [0, 20, 21, 30, 34, 42, 46, 50, 61, 63, 66, 69, 76, 87, 97, 122, 132, 134, 140, 170, 171, 192, 204, 221, 227, 229, 234], "last_act": 66, "last_check_tim": 170, "last_report": 134, "last_sent": 134, "last_visit": 20, "lastdai": 50, "lastindex": 48, "lastlogin": [37, 46], "lastmodifi": 94, "lastnam": [186, 192], "lastreport": 134, "lastsentreportd": 134, "lastsentreporttim": 134, "lastupd": 87, "latenc": 19, "latent": 141, "later": [5, 8, 14, 15, 20, 21, 25, 34, 37, 46, 82, 90, 96, 107, 119, 129, 130, 185, 213, 221, 227, 233], "latest": [11, 14, 15, 16, 40, 61, 66, 72, 79, 82, 83, 95, 96, 125, 149, 154, 165, 166, 188, 214], "latestchilddatetim": 64, "latex": 209, "latter": 131, "launch": [70, 152, 165], "law": [14, 202], "lax": 228, "layer": [10, 20, 37, 101, 209, 222, 224, 229, 237], "layout": [14, 78, 194, 197, 201], "lazi": [0, 48, 92, 107, 129, 230], "lazili": 0, "lazyrespons": 20, "lazyrootfold": 232, "lc_messag": 154, "ldap": [22, 134, 218, 232, 242], "ldapgroupmemberassocattr": 218, "ldapprovid": 232, "lead": [13, 20, 21, 37, 42, 49, 76, 82, 115, 122, 129, 167, 185, 209], "leader": 10, "leak": [14, 82, 95, 132, 209], "learn": [72, 79, 90, 93, 106, 113, 185, 201], "least": [5, 17, 20, 22, 48, 49, 81, 96, 107, 129, 139, 140, 202, 204, 209, 211, 231, 240], "leav": [40, 46, 85, 118, 152, 190, 192, 233], "left": [10, 20, 42, 46, 47, 49, 76, 80, 96, 107, 129, 193, 194, 199, 200, 232], "legaci": [20, 21, 25, 46, 49, 61, 90, 109, 190, 231, 232, 233, 234, 235, 236], "legibl": 77, "length": [5, 37, 40, 42, 48, 61, 62, 63, 93, 116, 141, 185, 186], "less": [16, 21, 29, 38, 69, 76, 77, 81, 131, 152, 194, 204, 231, 235, 236], "lessspecificimplementedreturntyp": 49, "lessspecificreturnstat": 49, "lessspecificreturntyp": 49, "let": [19, 20, 33, 47, 49, 69, 76, 82, 95, 96, 107, 129, 151, 153, 169, 175, 185, 186, 188, 204, 209], "letter": [20, 30, 36, 61, 123, 186, 190, 231], "level": [20, 21, 28, 38, 79, 89, 122, 131, 135, 161, 173, 178, 188, 190, 199, 200, 215, 231, 232, 237, 243], "leverag": 3, "lexicon": [90, 91, 93, 113, 114], "lf": 185, "li": [184, 198, 199, 200, 209], "lib": [0, 1, 3, 5, 7, 10, 18, 19, 20, 21, 30, 31, 32, 33, 34, 37, 40, 43, 49, 64, 70, 82, 85, 89, 95, 98, 101, 103, 104, 108, 110, 116, 124, 129, 130, 132, 137, 140, 141, 142, 146, 154, 156, 170, 190, 192, 243], "liber": 204, "libphonenumb": 123, "librari": [25, 73, 75, 76, 82, 89, 95, 115, 123, 127, 129, 150, 159, 190, 192, 209, 231, 234], "libxml": [5, 242], "licenc": 5, "licens": [5, 14, 15, 71, 191], "life": [14, 15, 64, 188], "lifecycl": [20, 28, 90, 151, 155, 163, 201], "lifespan": 0, "lifetim": 0, "light": [0, 77, 104, 144, 194, 221, 229], "lighten": 93, "lighter": [229, 233], "lighthous": 79, "like": [0, 2, 3, 5, 7, 8, 10, 14, 16, 17, 18, 19, 20, 21, 22, 23, 29, 30, 36, 37, 38, 40, 41, 42, 43, 44, 46, 49, 52, 55, 57, 60, 61, 63, 66, 69, 71, 72, 76, 77, 79, 81, 82, 94, 95, 96, 97, 98, 99, 101, 104, 106, 107, 110, 115, 116, 118, 120, 122, 126, 128, 129, 131, 132, 135, 136, 137, 140, 141, 142, 144, 154, 169, 179, 184, 185, 186, 188, 190, 194, 198, 199, 200, 202, 204, 209, 219, 220, 221, 222, 223, 227, 228, 229, 231, 233, 234, 243], "likelihood": [188, 229], "limit": [5, 10, 14, 17, 18, 21, 22, 33, 35, 37, 46, 54, 56, 57, 58, 63, 64, 66, 69, 77, 79, 85, 92, 93, 96, 97, 104, 107, 113, 114, 116, 122, 125, 129, 132, 137, 153, 154, 158, 161, 162, 164, 169, 174, 199, 206, 209, 228, 229, 232, 236], "limitenumerationtogroup": 220, "line": [0, 1, 8, 21, 25, 29, 42, 72, 76, 77, 82, 89, 98, 107, 136, 144, 152, 154, 156, 184, 185, 187, 194, 198, 199, 202, 233], "liner": 202, "link": [3, 5, 6, 10, 13, 17, 20, 22, 25, 26, 43, 45, 46, 52, 60, 61, 69, 82, 96, 101, 102, 108, 113, 124, 126, 128, 132, 133, 135, 139, 144, 174, 199, 200, 203, 206, 209, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 233, 234, 243], "linkact": 108, "linkactiveclass": 154, "linkautocomplet": 129, "linkend": 42, "linker": 82, "linkprovid": 108, "linkstart": 42, "linkto": [135, 211, 220], "linktoabsolut": 211, "linktodefaultpageurl": 235, "linktooc": 220, "linktopubl": [216, 229], "linktoremot": [211, 220], "linktoremov": 211, "linktorout": [33, 132], "linktorouteabsolut": [31, 96, 124, 126, 147], "lint": [100, 113], "linter": [222, 225, 229, 231, 232, 234], "linu": 202, "linux": [5, 83, 152, 192], "list": [1, 5, 6, 8, 16, 17, 20, 21, 22, 25, 34, 35, 37, 38, 40, 42, 43, 45, 49, 51, 57, 58, 59, 63, 64, 65, 69, 70, 78, 80, 82, 87, 90, 92, 93, 94, 95, 96, 99, 104, 107, 108, 110, 113, 116, 125, 132, 138, 140, 141, 142, 144, 149, 154, 162, 168, 171, 172, 177, 178, 179, 181, 184, 189, 190, 193, 194, 197, 201, 203, 204, 215, 217, 226, 231, 233, 234, 243], "list__item": 184, "list_item": 184, "listen": [0, 2, 6, 17, 25, 28, 40, 73, 88, 94, 101, 104, 105, 113, 115, 118, 122, 126, 129, 134, 138, 148, 165, 172, 183, 221, 229, 233, 234], "listofaudio": 140, "listoffil": 140, "listofimag": 140, "listofnumb": 140, "listoftext": 140, "listofvideo": 140, "listservic": 110, "listtemplatefield": 233, "liter": [66, 104], "littl": [222, 229], "live": [5, 15, 17, 22, 61, 85, 102, 113, 130, 190, 228, 235], "ll": [3, 21, 95, 132, 234, 239, 243], "llama": 140, "llvm": 82, "load": [0, 2, 3, 6, 17, 20, 21, 22, 24, 32, 37, 42, 76, 79, 81, 82, 87, 89, 92, 96, 97, 101, 107, 110, 115, 122, 124, 127, 129, 131, 148, 154, 156, 161, 185, 190, 194, 199, 218, 228, 229, 230, 231, 232, 233], "loadabl": [116, 132, 137, 140, 141, 142], "loadadditionalentriesev": 232, "loadadditionallisten": 25, "loadadditionalscript": [6, 221, 229], "loadadditionalscriptsev": [25, 126, 229], "loadadditionalscriptsloggedin": 229, "loadadditionalsettingscript": 221, "loadapp": 228, "loader": [89, 122, 227, 229, 233], "loadscript": 229, "loadsettingsscriptsev": 221, "loadsidebar": 219, "loadstat": [25, 190], "loadstyl": 229, "local": [8, 15, 16, 28, 42, 45, 46, 61, 62, 76, 82, 92, 115, 126, 135, 141, 149, 151, 152, 154, 158, 165, 167, 174, 192, 239], "locale_dir": 154, "localhost": [44, 98, 133, 153, 189, 192, 230, 243], "locat": [0, 8, 20, 21, 42, 46, 49, 61, 63, 67, 69, 70, 73, 82, 83, 85, 92, 98, 122, 124, 129, 134, 154, 156, 171, 186, 199, 209, 218, 234, 236], "lock": [16, 20, 37, 61, 113, 114, 122, 220, 231, 232], "lockdiscoveri": 61, "lockedexcept": 220, "lockentri": 61, "lockingprovid": 232, "lockscop": 61, "locktyp": 61, "lockwaittimeoutexcept": 231, "lodash": [220, 234], "log": [6, 20, 21, 25, 28, 32, 50, 69, 73, 92, 97, 98, 115, 122, 125, 127, 128, 130, 134, 146, 156, 161, 172, 183, 190, 192, 201, 209, 215, 220, 221, 230, 231, 232, 243], "log_lvl": 173, "log_output": 98, "log_rotate_s": 36, "logdata": 29, "logeventlisten": 29, "logexcept": [216, 221], "logfactori": 29, "logfil": 122, "logger": [29, 97, 100, 113, 130, 221, 222, 223, 230, 232], "loggerinterfac": [21, 29, 127, 130, 221, 229, 232], "logic": [0, 1, 18, 20, 21, 30, 40, 97, 99, 106, 107, 132, 140, 147, 151, 153, 182, 194, 199, 225, 236], "login": [17, 20, 22, 60, 71, 75, 88, 113, 144, 146, 156, 201, 224, 227, 232], "loginfailedev": 220, "loginnam": 44, "loglevel": [29, 122, 173, 227, 232], "logo": [13, 20, 46], "logout": [5, 22, 146], "long": [0, 14, 21, 40, 54, 70, 76, 90, 116, 121, 130, 132, 133, 137, 140, 141, 142, 166, 185, 187, 190, 198, 204, 213, 227], "long_query_tim": 122, "longer": [3, 14, 16, 17, 18, 22, 37, 50, 69, 73, 116, 122, 141, 142, 146, 196, 199, 204, 215, 218, 220, 223, 228, 230, 231, 232, 233], "look": [5, 10, 20, 21, 27, 29, 40, 41, 42, 43, 44, 46, 49, 61, 73, 76, 79, 96, 101, 106, 107, 115, 118, 122, 128, 129, 134, 135, 136, 137, 140, 141, 142, 151, 154, 156, 184, 185, 190, 194, 196, 202, 204], "lookup": [2, 53, 231], "loop": [105, 187, 190, 229], "loos": 190, "lose": [10, 11, 42], "loss": 188, "lost": [10, 20, 42, 60, 115, 215], "lot": [27, 37, 44, 97, 104, 115, 122, 125, 128, 134, 188, 239], "low": [18, 19, 76, 104, 185, 188, 222, 236], "lower": [5, 22, 36, 37, 82, 104, 122, 134, 190, 230, 234], "lowercamelcas": [37, 187], "lowercas": [1, 5, 69, 81, 134, 190], "lowest": [20, 232], "lt": [104, 223, 239], "ltr": 194, "lukasreschk": 10, "m": [61, 152, 179, 188, 198], "m1dqhwuzwwjec3ku7gjsspr7bzxopwf01kj0xgppyvzekgtbzbraxlouxfzdbgj6zk9owg9x": 44, "mac": 82, "machin": [10, 82, 113, 149, 160, 161, 201], "maco": 83, "made": [20, 29, 60, 66, 104, 118, 131, 134, 153, 166, 167, 185, 188, 209, 229], "magic": [37, 128, 134, 232, 235], "magnifi": 76, "mai": [0, 1, 2, 10, 15, 16, 17, 18, 20, 21, 22, 29, 33, 40, 42, 44, 47, 49, 61, 69, 70, 71, 72, 76, 77, 82, 90, 94, 96, 97, 98, 106, 107, 110, 115, 116, 121, 122, 127, 129, 132, 137, 140, 142, 145, 148, 152, 156, 158, 161, 162, 188, 190, 198, 202, 204, 206, 209, 223, 227, 228, 232, 233], "mail": [5, 14, 20, 52, 76, 80, 94, 103, 109, 111, 113, 124, 125, 129, 132, 144, 198, 209, 215, 219, 220, 227, 229, 232, 233], "mail_recipi": 132, "mail_smtphost": 192, "mail_smtpmod": [192, 215], "mail_smtpnam": 36, "mail_smtpport": 192, "mailbox": 76, "mailer": [103, 125, 232], "mailhog": 192, "mailmanag": 110, "mailprovid": 110, "mailservic": [103, 110], "mailto": 124, "main": [0, 8, 16, 18, 19, 20, 25, 26, 27, 29, 49, 76, 77, 79, 80, 82, 95, 96, 104, 107, 110, 119, 126, 129, 140, 149, 150, 151, 152, 156, 181, 184, 185, 186, 188, 190, 194, 197, 198, 199, 200, 201, 202, 203, 209, 222, 229, 231, 232], "mainact": 70, "mainli": [74, 79, 131, 140, 221], "maintain": [10, 11, 14, 16, 18, 21, 37, 43, 48, 79, 85, 152, 184, 185, 201, 204, 206, 208, 212, 226, 233, 236], "maintainership": 14, "mainten": [82, 130, 188, 190, 201], "major": [0, 5, 40, 46, 76, 85, 115, 188, 204, 221, 222, 225, 229, 233, 238], "major_vers": 125, "make": [8, 10, 12, 14, 15, 16, 17, 18, 20, 21, 22, 25, 30, 33, 36, 37, 40, 41, 42, 48, 49, 56, 57, 58, 65, 67, 68, 79, 81, 82, 88, 89, 90, 94, 97, 98, 101, 105, 106, 107, 110, 113, 115, 118, 119, 122, 125, 129, 132, 139, 140, 142, 149, 152, 156, 161, 172, 184, 185, 186, 189, 190, 192, 193, 194, 204, 209, 215, 217, 219, 220, 221, 222, 225, 226, 227, 228, 229, 230, 231, 232, 234, 239, 240, 241, 242, 243], "makefil": [3, 155, 165], "malici": [14, 190, 209], "man": 140, "manag": [0, 4, 10, 12, 17, 20, 22, 39, 40, 47, 61, 69, 82, 88, 94, 101, 104, 106, 110, 113, 116, 118, 129, 137, 140, 141, 142, 162, 188, 190, 193, 201, 227, 232, 233, 234, 236, 239], "manageruid": 146, "mandatori": [52, 82, 229], "mani": [1, 3, 15, 20, 22, 42, 49, 56, 57, 58, 61, 62, 76, 79, 82, 98, 107, 115, 125, 140, 141, 152, 188, 192, 204, 222, 232, 233], "manipul": [20, 30, 37, 45, 209], "mankind": 129, "manner": 232, "manpag": 82, "manual": [4, 10, 21, 29, 37, 40, 49, 69, 82, 83, 90, 93, 98, 129, 149, 151, 154, 183, 189, 190, 231, 233, 243], "manual_instal": [149, 151, 154, 165], "map": [17, 22, 28, 33, 35, 40, 61, 73, 89, 90, 107, 123, 129, 186, 190, 228, 237], "mapper": [21, 39, 95, 209, 215, 227, 233], "margin": [194, 200, 232], "maria": 52, "mariadb": [97, 122, 233], "mark": [13, 16, 33, 34, 48, 61, 64, 76, 81, 85, 90, 122, 139, 152, 187, 190, 194, 213, 217, 220, 229, 231, 238, 239, 240], "markdown": [5, 76, 101, 129, 190], "marker": 199, "market": [80, 81], "markfieldupd": 227, "markup": 187, "martin": 243, "mask": [61, 236], "massiv": 230, "master": [3, 8, 16, 37, 46, 49, 64, 72, 82, 95, 125, 188, 190, 204, 231, 238, 243], "match": [5, 21, 27, 28, 43, 44, 49, 53, 69, 76, 89, 90, 92, 105, 106, 107, 189, 190, 227, 228, 230, 231, 240], "matcher": 105, "matchrefer": 129, "materi": [76, 77, 79, 197, 233], "matric": [231, 234], "matrix": [15, 95, 98, 225, 229, 232], "matter": [0, 18, 63, 64, 76, 122, 188, 226], "max": [5, 48, 131, 132, 190, 192, 194, 195, 199, 210, 225, 226, 227, 228, 229, 230, 231, 232, 234], "maxcontrast": [77, 194, 229], "maxdepth": 189, "maximum": [5, 20, 46, 129, 130, 185, 194, 199], "maxuploadfiles": 233, "mb_array_change_key_cas": 233, "mb_str_replac": 216, "mb_substr_replac": 216, "mbstring": 242, "mclient": 70, "md": [5, 16, 43, 96, 101, 185, 230], "md5": [61, 62, 107, 128, 219, 234], "md5sum": 62, "mdn": [20, 209], "me": [17, 22, 31, 87, 108, 126, 198], "mean": [1, 3, 5, 14, 17, 20, 21, 22, 30, 32, 37, 40, 42, 44, 48, 61, 63, 66, 73, 81, 82, 85, 93, 99, 101, 104, 107, 122, 130, 131, 132, 135, 148, 160, 166, 180, 185, 188, 190, 204, 206, 209, 213, 218, 222, 229, 231, 232, 233], "meaning": 231, "meant": [101, 140, 189, 223], "meantim": 239, "measur": [14, 20, 131, 153, 209], "mechan": [0, 22, 42, 101, 107, 108, 116, 132, 137, 140, 141, 142, 147, 151, 222, 223], "media": [17, 20, 22, 46, 137, 228], "medium": [92, 185], "meet": [76, 101, 106, 138, 139], "member": [10, 22, 187], "memcach": [19, 35, 192, 223], "memcachefactori": 232, "memori": [14, 20, 21, 28, 82, 90, 125, 231], "mention": [10, 49, 76, 85, 96, 131, 134, 135, 140, 188, 204, 234], "menu": [5, 20, 43, 47, 78, 96, 109, 111, 113, 129, 150, 153, 167, 172, 183, 193, 194, 197, 198, 201, 229, 231, 235], "menuitem": 200, "mercuri": 5, "merg": [12, 16, 129, 135, 185, 188, 189, 202, 204, 206, 233, 234], "merger": 69, "mesh": [61, 233], "mess": 42, "messag": [17, 22, 28, 42, 43, 44, 45, 46, 48, 49, 50, 56, 57, 58, 64, 69, 76, 81, 96, 103, 110, 113, 115, 116, 121, 122, 129, 130, 132, 135, 137, 140, 141, 142, 147, 161, 168, 170, 172, 174, 177, 182, 199, 209, 223, 231, 240], "message_rich": 69, "messagehandl": 101, "messageid": [54, 138], "messagenam": 101, "messagetd": 209, "met": [49, 69], "meta": [31, 43, 44, 46, 48, 96, 101, 104, 129, 131, 132, 168, 177, 182, 222, 231, 233, 240], "metacharact": 209, "metadata": [4, 7, 17, 22, 38, 39, 45, 61, 76, 86, 90, 95, 102, 113, 140, 190, 192, 201, 229, 234, 236], "metadata_etag": 61, "metadatabackgroundev": [104, 229], "metadatakei": 104, "metadataliveev": [104, 229], "metadatamanag": 104, "metadataqueri": 104, "method": [0, 1, 2, 3, 8, 17, 18, 20, 21, 22, 25, 26, 28, 30, 32, 33, 34, 37, 38, 41, 42, 43, 45, 46, 50, 51, 52, 53, 54, 56, 57, 58, 59, 65, 69, 70, 72, 73, 85, 90, 92, 93, 94, 95, 96, 97, 99, 101, 104, 105, 106, 107, 108, 110, 113, 114, 115, 116, 121, 125, 126, 127, 129, 130, 132, 135, 137, 140, 141, 142, 144, 145, 146, 148, 150, 151, 154, 155, 164, 170, 187, 190, 204, 209, 210, 211, 213, 215, 220, 221, 222, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 243], "method_exist": [110, 229], "methodnam": 30, "methodologi": 82, "methodtest": 33, "metric": [113, 114, 140, 234], "metrictyp": 120, "mhandler": 70, "micro": 46, "microservic": [151, 153, 154], "microsoft": 204, "middlewar": [20, 28, 90, 164, 201, 227], "might": [0, 3, 14, 16, 17, 20, 21, 22, 23, 25, 31, 35, 36, 42, 44, 46, 48, 49, 50, 53, 71, 74, 79, 82, 93, 96, 97, 104, 105, 107, 115, 118, 119, 122, 128, 129, 130, 131, 132, 133, 135, 141, 142, 144, 152, 154, 156, 170, 185, 188, 189, 204, 209, 213, 223, 231, 232, 239, 243], "migrat": [5, 23, 28, 37, 39, 44, 88, 90, 96, 98, 113, 115, 130, 136, 215, 229, 232, 234, 235], "miibvtccasagawibagiupvawyqjwcwyazcv7iz16twxfeumwdqyjkozihvcnaqef": 10, "miko": 243, "mileston": 16, "million": 129, "millisecond": [122, 136], "mime": [61, 62, 66, 132, 135, 171, 232], "mimetyp": [17, 20, 22, 35, 43, 62, 69, 70, 101, 232, 236], "mimetype_filt": 43, "mimetypedetector": 232, "mimetypeload": 232, "min": [5, 132, 154, 189, 192, 194, 199, 210, 225, 226, 227, 228, 229, 230, 231, 232, 234], "mind": [16, 23, 44, 48, 79, 82, 101, 107, 122, 131], "mingw": 82, "minif": 239, "minifi": [8, 98], "minim": [20, 97, 151, 164], "minimalist": 144, "minimum": [3, 5, 14, 18, 48, 69, 77, 107, 125, 194, 199, 210], "minio": 192, "minioadmin": 192, "minor": [40, 46, 222, 229], "minut": [15, 18, 44, 56, 57, 58, 96, 141, 142, 153, 179], "mirror": 101, "miscellan": [28, 172, 183], "misdetect": 167, "miss": [17, 22, 34, 40, 49, 58, 61, 125, 135, 150, 185, 204, 209, 229], "missing_fil": 10, "mistak": [8, 15, 82, 140], "misus": 92, "mit": [5, 71], "mitig": [2, 113, 114, 233], "mix": [90, 93, 122, 129, 153, 199, 200, 227], "mixin": 129, "mj": [135, 154, 228], "mkcol": [61, 62, 63], "mkdir": [15, 82, 152, 189, 192], "mknod": 192, "mktemp": 152, "mm": [50, 52], "mncwv0ujg9s63lf8": 10, "mo": [42, 154, 167], "mobil": [43, 46, 76, 101, 129, 132, 190, 192, 193, 194, 198, 231], "mocha": 118, "mock": [19, 21, 41, 243], "mockup": 235, "modal": [78, 194, 231], "mode": [17, 22, 40, 42, 90, 100, 113, 125, 135, 149, 150, 154, 156, 161, 175, 186, 190, 193, 194, 198, 223, 229, 231, 243], "model": [18, 30, 55, 57, 96, 104, 140, 141, 142, 153], "moder": 139, "modern": [21, 115, 135, 190], "modif": [35, 61, 62, 104, 206, 236], "modifi": [10, 17, 22, 34, 36, 40, 45, 48, 49, 54, 59, 61, 66, 69, 82, 85, 86, 88, 104, 107, 113, 115, 121, 147, 156, 171, 184, 193], "modifycolumn": 40, "modifyparticipantev": 138, "modul": [20, 25, 82, 98, 118, 135, 186, 190, 228, 229, 231, 239], "modular": [21, 185], "mom": 198, "moment": [5, 43, 66, 70, 71, 107, 121, 125, 140, 219, 222], "monet": [11, 201], "monitor": [5, 12, 29, 122], "monitoringmiddlewar": 30, "month": 204, "monthlyreport": 134, "more": [2, 3, 5, 6, 8, 10, 12, 13, 14, 15, 17, 18, 20, 21, 22, 25, 26, 31, 33, 35, 38, 39, 40, 42, 43, 46, 49, 52, 54, 69, 76, 77, 79, 81, 82, 83, 90, 93, 95, 96, 99, 106, 107, 110, 115, 118, 122, 124, 125, 129, 131, 134, 148, 150, 151, 152, 153, 154, 158, 169, 174, 175, 180, 184, 185, 186, 188, 189, 190, 194, 196, 198, 199, 200, 204, 206, 209, 222, 223, 226, 229, 231, 232, 233, 234, 236, 239, 243], "moreov": [3, 5, 222, 229, 231], "morespecificreturntyp": 49, "most": [14, 18, 19, 20, 21, 33, 37, 42, 49, 54, 61, 69, 76, 77, 79, 80, 82, 90, 107, 115, 123, 129, 131, 132, 135, 140, 148, 155, 162, 185, 189, 190, 204, 209, 214, 220, 221, 223, 229, 230, 231, 234, 240, 243], "mostli": [17, 22, 42, 64, 95, 115, 129, 222, 223, 229], "mount": [17, 22, 61, 96, 126, 129, 165, 190, 232, 233, 237], "mountconfigmanag": 232, "mountmanag": 232, "mountpoint": [38, 231, 232, 236], "move": [3, 11, 17, 22, 37, 42, 63, 65, 67, 68, 73, 76, 77, 89, 96, 105, 131, 204, 215, 221, 222, 226, 229, 231, 232, 233, 239], "moveabl": 61, "moveoper": 70, "moveremotefileoper": 70, "movetotrash": 229, "movetotrashev": 229, "movi": 129, "mozilla": [79, 98, 185, 234], "mpl": 5, "mquyqdffosamjytm8pvpkosvqxt5hglnuspo5embgjmnepfgaide8oujvrj2wcycbslgqynu9japfvzhml83ybmvp6adidarjtfibprwod6p32fl9lipistvc6k8wrs1": 44, "msg": 20, "msword": 43, "mtime": [22, 61, 62, 63, 171], "much": [19, 82, 93, 125, 142, 184, 204, 226, 229, 233], "multi": [20, 42, 61, 76, 98, 134, 179, 222], "multi_checkbox": 99, "multi_select": 99, "multilin": 50, "multimedia": 5, "multipart": 62, "multipl": [1, 5, 10, 17, 18, 20, 22, 23, 34, 40, 42, 45, 49, 66, 76, 77, 81, 82, 85, 93, 95, 98, 99, 110, 119, 129, 131, 148, 179, 187, 194, 198, 228, 229, 230, 233, 236], "multipleobjectsreturnedexcept": [37, 228], "multipli": 77, "multiselect": 140, "multistatu": [64, 104], "must": [0, 1, 5, 10, 14, 17, 20, 22, 29, 33, 36, 37, 40, 42, 43, 44, 49, 54, 60, 61, 63, 69, 70, 79, 81, 82, 85, 90, 92, 93, 96, 97, 99, 101, 105, 107, 119, 120, 129, 132, 134, 140, 144, 151, 154, 157, 160, 164, 165, 167, 176, 178, 187, 190, 195, 199, 200, 212, 231, 233, 234, 243], "mustach": 42, "mutabl": [37, 106], "mutat": [106, 190], "mutual": 76, "mv": 152, "my": [2, 19, 29, 30, 31, 33, 46, 49, 81, 87, 96, 99, 104, 107, 108, 116, 122, 124, 126, 129, 130, 132, 133, 137, 140, 141, 142, 145, 165, 181, 186, 190], "my_alia": 104, "my_app": [29, 99, 104, 108, 126, 140, 141, 142], "my_app_id": [87, 124, 175], "my_app_t": 21, "my_checkbox_field": 99, "my_class": 185, "my_config_kei": 92, "my_declarative_settings_form": 99, "my_field_kei": 99, "my_field_unique_id": 99, "my_index": 40, "my_multi_select_field": 99, "my_multicheckbox_field": 99, "my_new_index": 40, "my_notebook": 190, "my_notes_set": 34, "my_old_index_on": 40, "my_old_index_two": 40, "my_other_appwidgetid": 96, "my_radio_field": 99, "my_rich_object_typ": 129, "my_section_id": 99, "my_select_field": 99, "my_tabl": [40, 104, 136], "my_unique_act": 124, "myapp": [0, 1, 6, 8, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 63, 69, 89, 90, 92, 93, 94, 96, 99, 101, 104, 106, 108, 116, 118, 120, 124, 125, 126, 129, 130, 131, 132, 135, 136, 137, 140, 141, 142, 145, 146, 147, 222, 243], "myapp_act": 69, "myapp_author": 37, "myapp_metr": 120, "myappcollector": 125, "myappdatacollector": 125, "myappid": 134, "myapplic": 2, "myappmanag": 145, "myappmigr": 145, "myappwidget": [96, 126], "myappwidgetid": 96, "myarrai": 186, "myawesomeservic": 129, "mybeautifulapp": [21, 89], "mybulkprovid": 108, "mycamelcaseapp": 33, "myclass": [90, 97, 186, 187], "mycontrol": [35, 126], "mycooki": 20, "mycustompickerel": 129, "mycustomtemplatefilenam": 31, "mycustomwidgetcompon": 129, "mydata": [96, 125], "mydavplugin": [2, 133, 148], "mydeclarativesettingsform": 99, "myeditor": 101, "myevent": 138, "myfil": [20, 38], "myfilemenuplugin": 25, "myfooimpl": 0, "myfunct": [97, 187], "mygreatapp": 138, "myhead": [30, 184], "myicon": 184, "mykei": [90, 93], "mylink": 129, "mylisten": 2, "mymethod": 187, "mynam": 21, "mynotebook": 190, "myobject": [69, 136], "myobjectfactori": 136, "myprofileact": 124, "mypromptresultlisten": [140, 142], "myproperti": 186, "myprovid": 108, "mypublicsharetemplateprovid": 31, "myreferencelisten": [129, 137], "myremoteserverintegr": [112, 133], "myrepairstep": 130, "myresourceprovid": 126, "myscop": 49, "mysearchprovid": 132, "myservic": [18, 21, 37, 96, 106, 138], "myset": 34, "mysql": [5, 15, 37, 97, 98, 122, 233, 243], "mysqld": 97, "mystat": 25, "mysteri": 129, "mytag1": 49, "mytestclass": 21, "mytestclass2": 21, "mytestservic": 110, "mytranscriptionlisten": 137, "myuser": 38, "myvalu": [90, 93], "myvar": [186, 187], "myvari": 187, "mywidget": [96, 129], "n": [1, 8, 10, 15, 42, 61, 62, 64, 66, 67, 81, 82, 104, 107, 125, 129, 135, 140, 148, 154, 165, 185, 186, 198], "n1": 95, "nachrichten": 5, "name": [0, 3, 4, 5, 6, 8, 10, 14, 15, 17, 20, 21, 23, 25, 26, 27, 29, 32, 33, 34, 35, 37, 40, 42, 43, 46, 48, 49, 52, 57, 58, 61, 63, 64, 66, 68, 69, 70, 73, 76, 78, 82, 85, 89, 90, 95, 99, 101, 103, 104, 105, 106, 108, 110, 115, 118, 120, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 139, 140, 141, 144, 145, 154, 165, 166, 170, 171, 174, 175, 178, 179, 180, 181, 185, 187, 189, 190, 192, 199, 202, 206, 217, 219, 222, 227, 228, 229, 230, 231, 232, 233, 234, 239, 240], "namespac": [0, 1, 18, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 35, 36, 37, 41, 49, 69, 85, 89, 90, 95, 96, 99, 101, 104, 107, 108, 110, 115, 116, 120, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 140, 141, 142, 144, 145, 146, 147, 186, 187, 215, 219, 223, 229, 231, 232, 238, 243], "nan": 5, "nano": 156, "narrow": 49, "nativ": [20, 23, 76, 77, 113, 186, 233, 243], "natur": [61, 81, 94], "navig": [4, 5, 20, 23, 32, 42, 69, 73, 77, 78, 80, 132, 134, 190, 193, 194, 197, 200, 201, 231, 232], "navigationmanag": 232, "nb": [8, 62], "nb_no": 8, "nbqawizehmb8ga1uecgwyb3duq2xvdwqgq29kzsbtawduaw5nienbmb4xdte1mtax": 10, "nc": [20, 44, 61, 81, 96, 104, 172, 192, 229, 232], "nc16": [192, 217], "nc31": 140, "nc32": 140, "nc33": 140, "nc_app_": [154, 161], "nc_favorite_flag": 171, "nc_py_api": 165, "ncaction": 76, "ncappnavig": [76, 235], "ncappnavigationcapt": 76, "ncappnavigationitem": 76, "ncappnavigationnew": 76, "ncappnavigationsearch": 76, "ncappsettingsdialog": 76, "ncappsettingssect": 76, "ncappsidebar": [76, 234], "ncappsidebarhead": 76, "ncappsidebartab": 76, "ncavatar": 76, "ncbutton": 76, "nccheckboxradioswitch": [76, 99], "ncchip": 76, "nccolorpick": 76, "nccounterbubbl": 76, "nccustompickerrenderresult": 129, "ncdatetim": 235, "ncdatetimepick": 76, "ncdatetimepickern": 76, "ncdialog": 76, "ncemojipick": 76, "ncemptycont": 76, "ncfilepick": 76, "ncformbox": 76, "ncformgroup": 76, "nciconsvgwrapp": 196, "nclistitem": 76, "ncmodal": 76, "ncnotecard": 76, "ncpasswordfield": 76, "ncradiogroup": 76, "ncrichcontentedit": 76, "ncrichtext": 76, "ncselect": 76, "ncsettingssect": 99, "nctextarea": 76, "nctextfield": 76, "nctimezonepick": 76, "ncu": 85, "ncuserbubbl": 76, "ndqyjkozihvcnaqebbqadgy0amigjaogbanoqesgdcw0l2l": 10, "necessari": [12, 40, 42, 95, 129, 131, 134, 144, 150, 151, 156, 159, 170, 188, 189, 190, 206], "necessarili": 188, "need": [0, 3, 5, 6, 8, 10, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 29, 31, 33, 34, 37, 38, 40, 42, 43, 44, 46, 48, 49, 52, 61, 62, 63, 64, 67, 68, 70, 71, 73, 76, 77, 82, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 107, 110, 116, 119, 120, 122, 124, 125, 126, 128, 129, 131, 132, 134, 135, 137, 139, 140, 141, 142, 144, 145, 148, 151, 153, 154, 155, 156, 158, 161, 165, 166, 169, 171, 175, 181, 185, 187, 188, 189, 190, 192, 193, 195, 196, 198, 199, 200, 202, 204, 206, 209, 211, 218, 223, 225, 227, 229, 230, 231, 232, 233, 234, 235, 238, 239, 243], "needinfo": 204, "needspartfil": 232, "neg": [0, 76, 122, 132, 185], "negat": 175, "nein": 5, "neither": [37, 185], "net": [48, 104, 165, 222, 225, 229, 231, 232], "netlifi": [115, 196], "network": [62, 107, 122, 135, 150, 151, 152, 156, 162, 165], "networkofflin": 115, "networkonlin": 115, "networkset": 192, "neutral": 81, "never": [20, 42, 44, 77, 81, 85, 134, 188, 190, 209, 222, 232], "nevertheless": [185, 222], "new": [1, 2, 5, 7, 8, 10, 13, 15, 16, 17, 19, 20, 21, 22, 23, 26, 29, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 48, 49, 54, 61, 69, 70, 73, 76, 85, 90, 92, 93, 94, 96, 98, 99, 101, 104, 105, 106, 110, 113, 114, 115, 121, 122, 125, 126, 127, 129, 131, 132, 134, 136, 139, 140, 141, 142, 144, 145, 146, 147, 150, 154, 162, 178, 185, 188, 190, 192, 193, 197, 198, 200, 201, 204, 206, 212, 215, 221, 222, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 243], "new_tabl": 40, "newbasiccredenti": 70, "newbearercredenti": 70, "newclient": 112, "newconversationopt": 139, "newemailact": 108, "newer": [16, 43, 46, 82, 145, 204, 220, 222], "newest": 238, "newfil": [35, 38], "newfilemenu": 25, "newfilepath": 70, "newfold": 35, "newfolderpath": 70, "newkei": 10, "newli": [15, 16, 52, 82, 165, 228], "newlinkact": 108, "newnam": 101, "newqueri": 106, "newsamlssocredenti": 70, "next": [13, 16, 20, 34, 40, 41, 49, 50, 69, 76, 81, 96, 97, 104, 107, 122, 126, 132, 144, 150, 151, 171, 188, 199, 204, 243], "nextcloud": [1, 2, 3, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27, 28, 29, 32, 34, 37, 39, 40, 41, 42, 43, 44, 46, 48, 49, 52, 53, 54, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85, 87, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 106, 108, 109, 110, 111, 112, 113, 116, 118, 120, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 171, 173, 174, 175, 177, 178, 179, 181, 183, 185, 186, 187, 188, 189, 191, 192, 194, 195, 196, 199, 200, 202, 203, 205, 206, 209, 210, 211, 212, 214, 238, 239, 240, 241], "nextcloud33": 234, "nextcloud_base_url": [50, 51, 52, 53, 54, 56, 57, 58, 59], "nextcloud_build_vari": 82, "nextcloud_myapp_metr": 120, "nextcloud_url": [150, 165, 170], "nextcloudcredentialsfactori": 70, "nextcloudtest": 147, "nextid": 136, "nextlcoud": 231, "nf": 152, "nfiv0cvgquzbx": 10, "nginx": 204, "nice": 44, "nig": 10, "night": [8, 14, 122], "nightli": [15, 18], "nikic": 227, "ninja": 82, "njce9invp368xv0btrobrqesnsgoggl5ceavr0c9bg": 10, "njkkfzyemeuqfagmbaaewdqyjkozihvcnaqefbqadgyeavf": 10, "nkx5snu3fs45mscdb61xbyjbslfgr4qi6mcocippw4sur28eaexvvgpsvqujylgp": 10, "nndezmtcxmfoxdte2mtaxndezmtcxmfowezerma8ga1ueawwiy29udgfjdhmwgz8w": 10, "no_prefer": 25, "noadminrequir": [20, 43, 49, 190, 231], "nobodi": [10, 122, 185], "nocsrfrequir": [20, 131, 209, 231], "node": [2, 10, 31, 39, 61, 73, 104, 107, 118, 122, 148, 190, 228, 229, 231, 233, 234, 237, 241], "node_ev": 169, "node_modul": 190, "nodeaddedtofavorit": 229, "nodecopiedev": 169, "nodecreatedev": 169, "nodedeletedev": 169, "nodeinfo": 222, "nodej": [239, 243], "noderemovedfromfavorit": 229, "noderenamedev": 169, "nodetouchedev": 169, "nodewrittenev": 169, "noexpirationd": 231, "non": [1, 8, 15, 42, 44, 45, 48, 61, 76, 90, 115, 130, 131, 155, 190, 192, 199, 211, 213, 215, 223, 228, 232], "nonamespaceschemaloc": [5, 108, 130], "none": [15, 20, 40, 61, 92, 175, 184, 185, 192, 243], "nonessenti": 77, "nonsgml": 107, "noop": [221, 222], "noquotesneed": 186, "nor": [0, 37, 193, 204], "norespons": 135, "normal": [15, 20, 29, 42, 48, 49, 67, 68, 89, 90, 97, 104, 105, 128, 130, 140, 194, 209, 233], "notabl": 221, "notat": [21, 190, 194, 215], "note": [0, 11, 14, 17, 20, 22, 29, 34, 36, 37, 38, 40, 44, 49, 52, 60, 71, 78, 104, 107, 113, 116, 129, 131, 140, 145, 176, 190, 192, 201, 204, 206, 211, 222, 227, 233, 239, 243], "notebook": 190, "notecontrol": 190, "notemapp": 190, "notempti": 192, "notes_": 34, "notesadmin": 34, "notessettingscontrol": 34, "notessubadmin": 34, "notestutori": 34, "notfounderror": 49, "notfoundexcept": [17, 20, 22, 38, 41, 49], "noth": [76, 107, 220], "notic": [29, 40, 48, 51, 92, 185, 239], "notif": [0, 15, 25, 45, 69, 81, 86, 96, 113, 169, 172, 176, 183, 227, 230, 231, 232, 233, 234, 235], "notifi": [0, 5, 17, 22, 96, 103, 115, 137, 140, 141, 142, 231, 233], "notificationmanag": 232, "notion": 107, "notnul": [37, 40, 136], "notpermittedexcept": 38, "notwofactorrequir": 20, "noun": [42, 81], "novel": 150, "now": [7, 8, 15, 16, 18, 20, 21, 25, 37, 43, 44, 49, 50, 63, 82, 96, 98, 106, 107, 108, 116, 122, 127, 129, 137, 140, 142, 143, 156, 165, 185, 189, 196, 202, 204, 209, 210, 211, 213, 215, 217, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 234, 235], "nowadai": 61, "npm": [16, 86, 100, 113, 125, 126, 149, 241], "npmj": [219, 220, 221, 229], "nr": 204, "nresult": [66, 104], "nrikhcly3at3glks2791bc": 10, "ns_caldav": 107, "nsi": 82, "null": [1, 19, 21, 22, 25, 37, 38, 49, 50, 54, 57, 58, 62, 69, 73, 90, 92, 93, 96, 101, 106, 107, 108, 110, 116, 121, 123, 124, 125, 126, 129, 132, 134, 137, 140, 141, 142, 143, 145, 146, 147, 148, 171, 181, 186, 187, 215, 220, 223, 224, 228, 229, 231, 232, 240], "nullabl": [17, 21, 22, 223, 224, 228], "num": 186, "number": [3, 5, 16, 20, 21, 36, 40, 42, 53, 56, 61, 63, 69, 72, 76, 77, 82, 97, 99, 107, 113, 114, 122, 124, 125, 129, 130, 132, 140, 141, 153, 162, 168, 169, 178, 179, 185, 186, 190, 199, 204, 206, 222, 229, 232, 234, 240, 243], "numberofimag": [56, 140, 141], "numer": [29, 61], "nvidia": [151, 159], "nvm": 239, "nvmrc": 239, "nvo4pzoto": 10, "nwdmgidb7iahf0f": 10, "o": [8, 20, 21, 82, 152, 189, 192], "oasi": 43, "oauth2": 70, "obei": 20, "obfusc": [29, 122], "obfuscateparamet": 29, "obj": [70, 186], "object": [0, 20, 21, 22, 27, 30, 31, 37, 38, 42, 44, 49, 56, 70, 87, 88, 92, 94, 96, 99, 104, 108, 109, 110, 113, 116, 121, 126, 129, 131, 132, 135, 136, 137, 140, 141, 142, 147, 168, 170, 174, 177, 179, 190, 213, 219, 229, 231, 232, 233, 234, 236, 241], "object_id": [69, 174], "object_nam": 69, "object_typ": 69, "objectid": 64, "objectstor": [192, 215], "objectstorag": 237, "objecttyp": 64, "obscur": 76, "obsolet": [115, 221, 222], "obtain": [29, 46, 67, 68, 70, 75, 97, 104, 116, 119, 129, 133, 137, 140, 141, 142, 189], "obviou": [2, 81, 122, 188], "oc": [1, 22, 25, 28, 38, 43, 44, 61, 62, 63, 64, 66, 69, 74, 75, 86, 87, 95, 96, 101, 104, 113, 116, 121, 125, 129, 132, 133, 138, 140, 141, 142, 150, 153, 154, 165, 166, 168, 169, 170, 171, 172, 175, 177, 179, 181, 183, 192, 201, 213, 216, 218, 219, 220, 221, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235, 240, 243], "oc_": [37, 215, 231], "oc_api": 232, "oc_app": [221, 228, 229, 232, 233], "oc_app_": 233, "oc_appconfig": 218, "oc_appswebroot": 218, "oc_autotest": 243, "oc_cap": 218, "oc_config": 218, "oc_current_us": 218, "oc_debug": 218, "oc_default": 229, "oc_eventsourc": 231, "oc_fil": 232, "oc_group_backend": 215, "oc_help": [233, 234], "oc_imag": 232, "oc_isadmin": 218, "oc_job": 234, "oc_mount": 233, "oc_preview": 234, "oc_properti": 107, "oc_requesttoken": 218, "oc_respons": [215, 234], "oc_shar": 230, "oc_share_extern": 234, "oc_templ": [209, 233], "oc_them": 215, "oc_us": [0, 209, 221, 233], "oc_util": [233, 234, 235], "oc_webroot": 218, "oca": [0, 1, 2, 5, 6, 18, 19, 20, 21, 25, 27, 29, 30, 31, 33, 34, 35, 36, 37, 41, 49, 69, 87, 89, 90, 92, 94, 96, 99, 101, 104, 105, 106, 107, 108, 110, 116, 119, 120, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 140, 141, 142, 144, 145, 146, 147, 148, 154, 186, 190, 209, 215, 219, 221, 224, 227, 229, 231, 232, 233, 234, 243], "occ": [4, 5, 10, 15, 17, 22, 33, 40, 42, 48, 98, 102, 113, 125, 130, 135, 136, 144, 149, 153, 154, 156, 165, 172, 183, 189, 192, 201, 215, 222, 223, 231], "occ_command": 175, "occ_command_nam": 175, "occasion": [90, 122, 144, 204], "occur": [5, 20, 22, 49, 81, 97, 105, 156, 161, 166, 173, 209, 228], "occurr": [29, 49], "ocdialog": 218, "oci": [37, 243], "ocm": [61, 233], "ocp": [0, 1, 2, 3, 6, 18, 19, 20, 21, 25, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 46, 49, 64, 69, 73, 85, 87, 88, 90, 92, 93, 94, 95, 96, 97, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 113, 116, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 176, 190, 209, 210, 211, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 240], "ocpactivityifilt": 5, "ocpactivityiprovid": 5, "ocpactivityiset": 5, "ocpcollaborationcollaboratorsisearchplugin": 5, "ocpcommentsicommentsmanag": 64, "ocpconfiglexiconilexicon": 92, "ocpeventdispatcherev": [17, 22], "ocphintexcept": [17, 22], "ocpserv": 21, "ocpsettingsisect": 5, "ocpsettingsiset": 5, "ocpshar": 5, "ocptaskid": 87, "ocr": 140, "ocsbadrequestexcept": [49, 240], "ocscontrol": [20, 33, 49, 131, 190, 240], "ocsexcept": 240, "ocsforbiddenexcept": 240, "ocshar": 70, "ocsnotfoundexcept": 240, "off": [20, 76, 122, 190, 209, 226], "offer": [13, 18, 19, 27, 30, 49, 71, 73, 76, 79, 94, 101, 104, 106, 108, 116, 122, 125, 131, 132, 137, 140, 141, 142, 150, 185, 204, 209], "offic": [5, 17, 22, 45, 52, 61, 75, 88, 113, 227], "officedocu": 43, "offici": [10, 14, 71, 82, 107, 117, 151, 222, 229], "offlin": [54, 60, 115], "offset": [37, 54, 64, 69, 132, 229, 232], "often": [6, 18, 25, 35, 42, 49, 62, 76, 77, 80, 90, 118, 122, 125, 133, 140, 144, 179, 186, 188, 204, 209, 231, 240], "og": 31, "ogp": 31, "oidc": [46, 61, 88, 113], "ok": [43, 44, 46, 48, 50, 51, 54, 56, 57, 58, 59, 69, 71, 76, 81, 96, 101, 104, 129, 166, 168, 177, 182, 200, 240], "okai": [25, 202, 226], "old": [0, 3, 5, 10, 18, 40, 44, 45, 73, 96, 115, 152, 221, 222, 223, 229, 234, 235, 236], "older": [20, 34, 49, 69, 82, 131, 185, 188, 190, 210, 222, 226, 229], "oldest": 204, "omit": [1, 20, 29, 37, 46, 76, 81, 101, 106, 232], "onc": [0, 5, 8, 18, 20, 21, 22, 25, 33, 38, 40, 41, 44, 48, 60, 63, 72, 76, 85, 89, 90, 93, 98, 101, 105, 107, 108, 118, 121, 122, 129, 130, 131, 140, 151, 185, 188, 190, 204, 214, 221, 232, 233, 238, 239, 240], "onclick": 87, "oncreat": 70, "ondatatransferprogresslisten": 70, "one": [3, 5, 7, 8, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 33, 34, 37, 40, 42, 44, 48, 49, 52, 54, 61, 62, 70, 71, 76, 79, 81, 82, 83, 85, 89, 90, 93, 94, 97, 99, 101, 104, 105, 108, 110, 115, 116, 118, 119, 120, 121, 122, 129, 131, 132, 133, 134, 135, 139, 140, 141, 142, 144, 147, 148, 158, 166, 179, 180, 184, 185, 186, 187, 188, 189, 190, 198, 199, 200, 202, 204, 209, 217, 221, 222, 227, 229, 230, 231], "onelin": 16, "onelogin": 241, "ones": [16, 49, 94, 98, 101, 105, 107, 129, 200, 204, 231], "onev": 105, "ongo": [45, 121], "onli": [2, 3, 5, 8, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 27, 29, 30, 33, 34, 35, 36, 37, 40, 42, 43, 44, 46, 48, 49, 50, 52, 56, 57, 58, 60, 61, 62, 63, 66, 69, 72, 76, 79, 81, 82, 85, 87, 89, 90, 93, 96, 97, 99, 101, 104, 105, 106, 115, 121, 122, 125, 128, 130, 131, 132, 134, 135, 137, 140, 141, 142, 144, 148, 152, 154, 158, 161, 165, 167, 169, 170, 171, 179, 181, 182, 185, 188, 189, 190, 193, 194, 199, 200, 204, 209, 213, 215, 218, 222, 223, 226, 227, 228, 229, 231, 232, 233, 234, 238, 239, 243], "onlin": [5, 54, 115, 192], "only_full_group_bi": 37, "onlyoffic": [13, 241], "onlyofficedock": 192, "onremoteoperationfinish": 70, "onremoteoperationlisten": 70, "onto": 37, "ontransferprogress": 70, "onward": 131, "oo": 192, "oop": 81, "op": [94, 101], "open": [8, 13, 15, 20, 21, 47, 61, 72, 75, 76, 82, 107, 113, 114, 122, 124, 128, 129, 156, 167, 171, 185, 188, 190, 192, 198, 199, 200, 204, 209, 215, 233, 234, 240, 243], "open_basedir": 243, "openai": 140, "openapi": [45, 47, 55, 75, 231, 233], "openassistanttask": 87, "openconflictpick": [230, 231], "opendocu": 43, "opengraph": [31, 129], "opengraphobject": 129, "openid": [88, 113], "openmetr": [120, 234], "openpgp": 152, "openssl": [10, 62, 82, 192, 242], "openstreetmap": 129, "opensus": 82, "openxmlformat": 43, "oper": [19, 20, 25, 29, 37, 38, 40, 49, 65, 66, 70, 75, 76, 79, 90, 107, 108, 111, 113, 122, 128, 133, 152, 166, 188, 228], "oppos": 42, "opposit": 235, "opt": [25, 82, 96, 132, 226], "optim": [20, 25, 38, 62, 89, 107, 122, 142], "optimist": [222, 229], "option": [0, 4, 5, 10, 13, 16, 20, 25, 26, 28, 29, 33, 35, 37, 40, 42, 43, 45, 46, 48, 51, 56, 61, 76, 79, 82, 86, 88, 89, 90, 92, 96, 97, 99, 100, 101, 104, 105, 106, 108, 110, 113, 129, 136, 139, 140, 141, 150, 151, 153, 159, 160, 166, 169, 170, 174, 175, 179, 180, 185, 189, 192, 193, 194, 198, 199, 200, 209, 213, 215, 226, 229, 231, 233, 234, 236, 242], "option_nam": 175, "optionalmimetyp": 101, "oracl": [37, 223, 243], "orchestr": 150, "order": [3, 5, 6, 17, 18, 20, 22, 30, 32, 34, 35, 42, 44, 62, 63, 66, 81, 82, 95, 96, 97, 99, 104, 107, 115, 118, 124, 126, 129, 130, 131, 132, 134, 144, 153, 169, 171, 185, 190, 199, 202, 204, 211, 223, 234], "order_in_file_actions_menu": 171, "orderbi": [66, 104], "org": [3, 5, 61, 64, 66, 67, 73, 95, 96, 98, 104, 108, 129, 130, 136, 152, 204, 229, 234, 243], "organ": [5, 8, 11, 15, 49, 76, 106, 199, 203], "organis": [92, 124, 190, 199], "organiz": 42, "orient": 43, "origin": [54, 56, 57, 61, 63, 67, 87, 129, 140, 141, 142, 175, 188, 189, 192, 204, 209, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228], "origin_languag": 140, "original_languag": 129, "original_titl": 129, "orx": 231, "oscar": 142, "oscarwildetasktyp": 142, "osslsigncod": 82, "other": [0, 3, 5, 10, 12, 13, 14, 15, 16, 17, 20, 21, 22, 25, 26, 29, 30, 33, 35, 37, 49, 50, 61, 69, 76, 77, 80, 81, 82, 87, 89, 90, 94, 95, 96, 97, 98, 101, 105, 106, 107, 110, 112, 115, 122, 126, 128, 129, 130, 131, 132, 134, 135, 136, 139, 140, 144, 146, 147, 150, 151, 152, 153, 154, 155, 159, 162, 165, 166, 172, 183, 185, 186, 188, 190, 194, 202, 204, 208, 209, 223, 226, 230, 231, 232, 236], "other_app": 29, "other_t": 40, "other_templ": 26, "otherclass": [21, 89], "otherwis": [10, 14, 20, 42, 46, 51, 56, 63, 76, 77, 90, 94, 101, 107, 132, 134, 140, 141, 142, 143, 194, 209, 231, 232, 233, 234], "our": [5, 8, 10, 14, 18, 34, 49, 71, 79, 95, 104, 107, 110, 122, 126, 154, 156, 158, 165, 193, 202, 203, 204, 205, 207, 209, 211, 215, 232, 233, 240], "out": [10, 13, 17, 18, 20, 21, 22, 25, 29, 37, 42, 45, 46, 56, 61, 75, 76, 79, 81, 82, 88, 96, 113, 115, 116, 122, 132, 144, 145, 146, 150, 154, 156, 166, 185, 192, 199, 204, 206, 211, 223, 226, 227], "outbound": 152, "outbox": 192, "outer": 131, "outgo": 61, "outlin": [8, 76, 77], "outofoffic": 50, "outofofficechangedev": 121, "outofofficedeletedev": 121, "outofofficeendedev": 121, "outofofficescheduledev": 121, "outofofficestartedev": 121, "output": [1, 15, 20, 21, 29, 30, 40, 42, 49, 57, 64, 87, 97, 98, 115, 116, 118, 122, 123, 131, 136, 141, 142, 145, 151, 186, 190, 209, 213, 231, 233, 234, 243], "outputinterfac": [1, 145], "outsid": [21, 49, 52, 53, 54, 59, 129, 133, 150, 188, 190, 193, 199, 231], "over": [14, 20, 29, 32, 46, 48, 52, 53, 54, 59, 61, 66, 76, 81, 98, 101, 107, 122, 129, 145, 186, 190, 196, 204, 223, 229, 230, 231, 234], "overal": [0, 16, 20, 116, 122, 131, 132, 137, 140, 141, 142, 215, 219, 231], "overcompl": 199, "overflow": [145, 193], "overhead": [20, 90, 236], "overlai": [76, 96], "overlayiconurl": 96, "overload": 122, "overlook": 209, "overrid": [1, 29, 31, 37, 40, 46, 70, 120, 147, 195, 199], "overse": 12, "overtak": 209, "overview": [0, 5, 11, 20, 28, 32, 44, 45, 60, 61, 75, 91, 96, 102, 113, 114, 115, 129, 151, 153, 163, 183, 185, 188, 190, 201, 237], "overwhelm": 77, "overwrit": [8, 15, 25, 30, 41, 61, 70, 92, 128, 135, 231, 236, 243], "overwritten": [54, 61, 107, 128], "own": [8, 17, 20, 21, 22, 26, 29, 30, 37, 38, 41, 42, 44, 45, 46, 48, 52, 61, 72, 73, 76, 82, 83, 90, 96, 98, 101, 105, 107, 124, 125, 126, 129, 134, 140, 142, 148, 158, 186, 188, 190, 196, 200, 217, 218, 219, 220, 223, 225, 226, 227, 230, 231, 234], "owncloud": [61, 64, 66, 70, 104, 202, 243], "owncloudcli": 70, "owncloudclientfactori": 70, "owner": [8, 31, 61, 66, 104, 139, 152, 231], "ownerid": [48, 61], "ownership": [152, 231], "oxygen": 194, "p": [8, 15, 26, 42, 89, 92, 129, 134, 152, 185, 190, 192, 209], "pack": [20, 40, 107], "packag": [0, 16, 25, 42, 70, 82, 85, 86, 95, 98, 113, 118, 126, 152, 155, 186, 217, 219, 220, 221, 222, 226, 229, 231, 232, 233, 239], "pad": [61, 199, 200], "page": [3, 5, 6, 7, 10, 13, 16, 17, 21, 22, 25, 33, 42, 43, 48, 49, 53, 69, 76, 80, 82, 86, 90, 93, 98, 99, 106, 113, 115, 124, 126, 127, 129, 131, 132, 144, 161, 167, 172, 185, 188, 189, 190, 192, 194, 203, 204, 206, 209, 211, 212, 213, 214, 215, 227, 228, 229, 232, 234, 235, 243], "page_numb": 232, "page_s": 232, "pagecontrol": [20, 21, 33, 190], "pagedprovid": 234, "pagin": [33, 54, 129, 232], "pai": 221, "pain": 204, "pair": [33, 59, 93, 116], "palett": 76, "panel": 81, "paper": 231, "paperclip": 76, "paragraph": [107, 129], "parallel": [20, 40, 82, 122, 132], "param": [20, 25, 43, 49, 64, 73, 94, 104, 107, 129, 130, 134, 137, 138, 143, 144, 170, 172, 187, 209, 227, 228, 234], "param1": 69, "param_d": 232, "param_date_immut": 232, "param_date_mut": 232, "param_datetime_immut": 232, "param_datetime_mut": 232, "param_datetime_tz_immut": 232, "param_datetime_tz_mut": 232, "param_int": 37, "param_str": 37, "param_time_immut": 232, "param_time_mut": 232, "paramet": [15, 22, 26, 28, 29, 32, 33, 34, 37, 42, 45, 46, 52, 60, 61, 70, 73, 82, 92, 96, 97, 98, 99, 101, 104, 105, 107, 110, 116, 125, 126, 128, 129, 130, 132, 134, 135, 140, 149, 153, 154, 165, 166, 169, 171, 175, 187, 192, 209, 215, 222, 229, 231, 232, 233, 234, 240], "parcel": 115, "parent": [0, 1, 18, 20, 21, 22, 25, 26, 30, 33, 35, 36, 37, 41, 49, 61, 70, 96, 99, 104, 106, 107, 110, 124, 126, 129, 131, 145, 190, 192, 193, 243], "parenthesi": 42, "parentid": 64, "pars": [20, 25, 28, 70, 101, 107, 132, 190, 227, 231, 232], "parsedrelyingpartyid": 192, "parser": 227, "part": [10, 16, 20, 21, 24, 33, 34, 37, 40, 42, 48, 62, 82, 89, 93, 107, 125, 135, 138, 154, 155, 158, 162, 167, 185, 186, 190, 194, 199, 231, 232], "parti": [3, 8, 10, 14, 20, 46, 71, 89, 95, 101, 106, 123, 127, 131, 132, 151, 154, 188, 190, 233, 240], "partial": [94, 129, 131, 132], "particip": [76, 138, 205], "particular": [20, 21, 49, 61, 82, 125, 190], "particularli": 61, "partli": 236, "partnership": 13, "pascal": 227, "pascalcas": 190, "pass": [12, 18, 20, 21, 22, 26, 29, 33, 42, 46, 61, 62, 63, 69, 82, 87, 90, 95, 101, 105, 106, 107, 116, 122, 128, 129, 130, 131, 135, 137, 140, 141, 142, 146, 154, 164, 175, 180, 190, 209, 222, 228, 229, 231, 232, 234, 236], "passm": 144, "passthru": 209, "passwd": [96, 129], "password": [17, 20, 22, 29, 46, 48, 52, 61, 66, 70, 75, 76, 81, 99, 101, 128, 146, 156, 165, 179, 192, 215, 224, 231, 232, 240, 243], "passwordconfirmationrequir": [34, 115, 231], "passwordcontext": 232, "passwordupdatedev": 229, "past": [10, 20, 54, 101, 115, 121, 217, 223], "patch": [20, 33, 89, 115, 131, 188, 202], "path": [7, 10, 15, 20, 21, 29, 31, 33, 38, 46, 48, 52, 61, 62, 63, 69, 70, 73, 82, 87, 90, 95, 101, 131, 132, 134, 135, 148, 152, 154, 156, 165, 167, 171, 174, 181, 190, 192, 209, 219, 236], "path_myapp_fil": 145, "path_root": 145, "path_separ": 70, "path_to_fil": 15, "patienc": 204, "pattern": [28, 33, 40, 42, 49, 80, 90, 97, 122, 146, 190], "paul": 52, "payload": [43, 101, 153, 166, 172], "paypal": 13, "pdf": [43, 105], "pdo": [37, 242], "pdo_mysql": 15, "pdo_pgsql": 15, "pdo_sqlit": 15, "peak": 122, "pecl": 192, "peer": 12, "pem": 192, "penalti": 122, "pend": [40, 45, 54, 185, 190], "peopl": [10, 14, 15, 42, 79, 81, 122, 185, 204, 209], "per": [8, 16, 20, 36, 37, 44, 46, 49, 53, 76, 79, 81, 93, 97, 99, 101, 133, 148, 162, 184, 186, 232], "percona": 97, "perfect": 122, "perform": [0, 4, 10, 18, 32, 37, 38, 46, 61, 67, 70, 76, 96, 100, 110, 113, 119, 125, 132, 135, 145, 149, 152, 154, 160, 166, 175, 190, 196, 202, 209, 230, 233], "perhap": 204, "period": [16, 17, 20, 22, 50, 88, 96, 106, 113, 153, 161], "permalink": 129, "perman": [76, 162, 163, 192], "permiss": [45, 49, 61, 66, 76, 82, 107, 149, 152, 156, 171, 189, 202, 232, 236], "permissionerror": 49, "permissionsmask": 236, "permit": 10, "perpag": 53, "persever": 204, "persist": [37, 69, 76, 144, 156, 165], "person": [5, 10, 34, 42, 61, 69, 76, 81, 88, 107, 113, 121, 132, 134, 231], "personalsect": 134, "perspect": 223, "pfx": 82, "pgsql": [5, 37, 243], "phar": [3, 8, 154], "phase": [2, 85, 211, 223], "phish": 209, "phone": [46, 113, 114, 124, 229], "phone_numb": 37, "phonenumb": 37, "photo": [61, 80], "php": [0, 1, 2, 3, 5, 7, 8, 10, 15, 16, 18, 19, 20, 21, 22, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 81, 86, 87, 89, 90, 92, 94, 96, 99, 100, 101, 103, 104, 106, 107, 108, 110, 112, 113, 116, 120, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 150, 151, 153, 154, 162, 163, 164, 165, 166, 167, 169, 170, 171, 174, 175, 179, 185, 189, 191, 192, 209, 215, 216, 217, 221, 233, 237, 238, 240, 241], "php_os_famili": 234, "phpdoc": [20, 187, 215], "phpmailer": 215, "phpredi": 192, "phpstorm": [98, 149], "phpunit": [3, 41, 95], "physic": [194, 232], "pi": 204, "pick": [18, 19, 54, 76, 82, 89, 97, 101, 129, 188, 190, 204], "picker": [17, 22, 78, 101, 102, 113, 126, 235], "pictur": [19, 71, 76, 124], "pictureservic": 19, "piec": [76, 185, 190], "pill": [77, 231], "pin": [15, 197], "pineappl": 112, "ping": [43, 124, 175, 223], "pingpong": 43, "pingus": 124, "pinia": 186, "pip": 152, "pipelin": 42, "pitfal": [49, 135], "pivot": 243, "pixel": [69, 219, 231], "pizza": 112, "pkcs12": 82, "place": [1, 8, 14, 29, 32, 33, 40, 42, 49, 76, 79, 82, 89, 92, 115, 122, 129, 130, 144, 151, 163, 171, 194, 199, 202, 204, 206, 209, 229, 239], "placehold": [29, 43, 69, 78, 96, 99, 156, 179, 194], "plai": [46, 122], "plain": [26, 44, 46, 49, 66, 69, 76, 81, 87, 96, 101, 103, 107, 110, 126, 129, 131, 190, 194, 223, 232], "plan": [107, 110, 185, 235], "platform": [21, 37, 43, 77, 81, 82, 101, 140, 191, 202, 204, 211, 213, 231], "player": 46, "plbdab2ba83bb6588": 243, "pleas": [3, 8, 9, 10, 14, 17, 21, 22, 26, 36, 41, 42, 43, 44, 45, 49, 73, 82, 95, 104, 106, 107, 110, 122, 127, 135, 145, 149, 156, 159, 161, 162, 169, 185, 189, 192, 195, 196, 199, 203, 209, 219, 222, 226, 229, 231, 232, 233, 234, 235, 238, 239, 241], "plu": [44, 110, 129, 233], "plug": [30, 144, 190], "pluggabl": 132, "plugin": [3, 4, 5, 17, 22, 25, 109, 113, 114, 133, 186, 227], "plural": 167, "pm": 76, "png": [5, 26, 48, 61, 66, 69, 96, 108, 129, 132, 227], "po": [8, 42, 154, 167], "poedit": 8, "point": [0, 16, 20, 49, 76, 101, 129, 131, 137, 152, 166, 186, 190, 192, 221], "pointer": 162, "polici": [17, 22, 41, 61, 209, 229, 239], "polit": 204, "poll": [44, 140], "pollinterv": 46, "polyfil": 23, "pong": 43, "poorli": [79, 185], "pop": 70, "popen": 209, "popmus": 70, "popov": [20, 76, 197, 198, 199, 201], "popovermenu": [197, 200], "popul": [19, 84, 113], "popular": [98, 129, 229], "popup": 42, "port": [98, 133, 149, 152, 156, 158, 165, 192, 218, 230, 234], "portal": 192, "posit": [1, 8, 42, 76, 77, 122, 136, 185, 194, 200, 202, 204, 229, 234], "posselt": 5, "possess": 81, "possibl": [2, 8, 14, 16, 17, 20, 21, 22, 25, 31, 33, 36, 37, 38, 40, 41, 42, 45, 46, 50, 52, 56, 61, 70, 76, 77, 81, 82, 85, 87, 90, 93, 97, 106, 107, 110, 115, 116, 119, 122, 125, 129, 131, 132, 133, 134, 135, 136, 138, 139, 144, 145, 147, 151, 152, 160, 166, 173, 176, 187, 188, 194, 204, 209, 217, 221, 224, 227, 231, 232, 233, 236, 240], "possibli": [42, 223], "post": [3, 5, 10, 20, 33, 39, 43, 44, 46, 48, 50, 52, 54, 56, 57, 58, 59, 60, 62, 64, 70, 86, 98, 101, 113, 118, 129, 130, 131, 153, 158, 165, 166, 168, 169, 170, 171, 173, 174, 175, 177, 178, 179, 180, 181, 209, 215], "post_removefromgroup": 221, "postacceptshar": 229, "postaddus": [22, 229], "postasset": 101, "postcontrol": 33, "postcopi": 22, "postcreat": 22, "postcreateus": 22, "postdelet": [22, 229], "postfix": 33, "postgr": 122, "postgrabfocu": 101, "postgresql": [37, 217], "postldapbackendad": 221, "postlogin": 22, "postmessag": 101, "postremoveus": [22, 229], "postrenam": 22, "postscanfil": 22, "postscanfold": 22, "postschemachang": 40, "postsetpassword": [22, 229], "postshar": 229, "posttouch": 22, "postunassigneduserid": 232, "postunshar": 229, "postunsharefromself": 229, "postwrit": 22, "pot": 8, "potenti": [21, 97, 129, 150, 209, 236], "power": [8, 222, 224, 229], "powershel": 82, "pr": [64, 129, 151, 185, 188, 202, 223, 227], "practic": [20, 45, 90, 113, 114, 151, 152, 190], "practis": 206, "pre": [4, 5, 12, 15, 20, 32, 40, 52, 53, 54, 59, 87, 126, 130, 140, 184, 201], "pre_deleteus": 0, "preaddus": [22, 229], "preced": 42, "precis": [16, 136], "precondit": [56, 57, 58, 135], "preconditionnotmetexcept": [140, 141, 142], "precopi": 22, "precreat": 22, "precreateus": 22, "predefin": [43, 45, 194], "predefined_status": 54, "predelet": [22, 229], "predict": 129, "prefer": [19, 20, 29, 45, 46, 69, 71, 75, 76, 79, 81, 93, 99, 113, 114, 132, 140, 145, 149, 172, 179, 183, 184, 185, 189, 236], "preferences_ex": 171, "preferstream": [140, 213], "prefil": 101, "prefix": [1, 22, 33, 37, 40, 54, 61, 82, 90, 93, 104, 107, 122, 131, 132, 186, 190, 231], "preflight": [131, 209], "preflighted_cor": 131, "preg_match": 135, "preliminari": 121, "preload": [2, 76, 113, 114, 124, 233], "preloadcollect": [148, 233], "prelogin": 22, "premad": 20, "prepar": [20, 97, 106, 107, 152, 209, 222, 231], "preparerulematch": 105, "prepend": [25, 29, 187], "prereleas": 15, "preremoveus": [22, 229], "prerenam": 22, "prerequisit": [45, 189, 241], "present": [1, 5, 20, 32, 33, 49, 52, 61, 63, 82, 101, 107, 124, 166, 167, 185, 189, 233], "preserv": [44, 105], "preset": [26, 76], "presetpassword": [22, 229], "preshar": 229, "presumpt": 132, "pretouch": 22, "pretti": [16, 204], "preunassigneduserid": 232, "preunshar": 229, "prev": 40, "prevent": [10, 15, 16, 18, 20, 26, 33, 37, 41, 42, 49, 52, 98, 132, 135, 156, 186, 187, 190, 209, 231], "preview": [5, 20, 61, 66, 69, 76, 101, 102, 113, 132, 229, 232, 233], "previewmanag": 232, "previewrequest": 229, "previou": [10, 16, 22, 29, 40, 49, 76, 82, 132, 147, 166, 185, 186, 210, 212, 230], "previous": [16, 20, 34, 82, 140, 165, 188, 222, 228, 231, 233, 234], "previousev": 69, "previousrespons": 147, "prewrit": 22, "primari": [12, 17, 20, 22, 37, 38, 46, 76, 110, 122, 136, 184, 195, 199, 200, 233, 241], "prime": [0, 15, 204], "primit": 22, "princip": [106, 107], "principaluri": 107, "principl": [79, 107, 175, 185], "print": [1, 26, 62, 98, 101, 125, 152, 209], "print0": 95, "print_unescap": [26, 134, 209], "prior": [21, 188], "prioriti": [20, 23, 34, 76, 99, 124, 134, 179, 188], "privaci": [14, 102, 113], "privat": [1, 2, 10, 15, 18, 19, 20, 21, 22, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 49, 70, 82, 90, 92, 96, 99, 101, 103, 106, 107, 108, 110, 112, 116, 124, 126, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 145, 146, 147, 148, 162, 173, 187, 190, 232, 234], "privatekei": [10, 15], "privileg": [20, 152, 189, 208, 236], "pro": 129, "probabl": [16, 49, 107, 128], "problem": [2, 3, 10, 20, 21, 37, 42, 49, 76, 79, 82, 97, 115, 122, 125, 150, 161, 189, 204, 209, 222, 223, 243], "problemat": [3, 63, 162], "proc_open": 209, "proce": [44, 60, 122], "procedur": [44, 95, 208], "proceed": 76, "process": [4, 10, 11, 12, 14, 17, 19, 20, 22, 29, 32, 40, 42, 47, 49, 55, 56, 57, 71, 82, 84, 85, 87, 89, 92, 95, 104, 107, 108, 113, 115, 116, 118, 122, 132, 137, 141, 150, 151, 152, 153, 154, 165, 171, 190, 191, 201, 204, 206, 228, 231, 233, 234], "processcalendardata": 106, "processingexcept": 140, "processor": 184, "prod": 118, "prodid": 107, "produc": [3, 29, 49, 87, 101, 126, 140, 196], "product": [3, 12, 16, 42, 95, 118, 125, 135, 189, 190, 204, 205, 228, 239], "productnam": [42, 192], "profil": [42, 76, 81, 82, 88, 100, 113, 156, 231], "profilesect": 234, "program": [0, 10, 44, 82, 125, 150, 151, 154, 167, 209], "programfil": 82, "programm": 209, "programmat": [20, 88, 106, 113, 115], "progress": [42, 62, 70, 118, 130, 140, 153, 165, 166, 172, 185, 197, 213, 235], "progressbar": 130, "progressr": 70, "project": [5, 10, 14, 16, 17, 22, 71, 111, 113, 118, 150, 154, 185], "projectfil": [3, 95], "prolif": 14, "prologu": [71, 201], "prometheu": [120, 129], "promin": 76, "promis": [14, 73, 87, 126, 129], "promot": [20, 21], "prompt": [1, 55, 57, 82, 141, 142, 231], "promptli": 204, "prone": 49, "pronoun": 78, "proof": 21, "proofread": 140, "prop": [61, 66, 104, 126, 129, 148, 186], "propag": [122, 140, 144, 169], "proper": [10, 14, 20, 42, 44, 81, 140, 161, 194, 209, 233, 234, 240], "properli": [10, 25, 41, 97, 128, 129, 217, 240], "properti": [2, 20, 21, 31, 37, 64, 65, 67, 104, 108, 124, 126, 129, 131, 132, 136, 146, 148, 190, 193, 194, 209, 228, 232, 233, 234], "property_birthd": 231, "property_displayname_legaci": 228, "propertytocolumn": 37, "propertyupd": [61, 104], "propfind": [2, 61, 64, 67, 68, 102, 113, 122, 148, 233], "propos": 76, "proppatch": [61, 64, 102, 107, 113], "propsdata": [96, 129], "propstat": 104, "prose": 142, "protect": [0, 1, 8, 18, 37, 41, 52, 82, 90, 107, 126, 128, 130, 153, 161, 164, 178, 190, 192, 209, 227, 228, 243], "protocol": [44, 62, 98, 110, 153, 165, 192, 209, 218, 234], "prototyp": 154, "provid": [0, 1, 5, 10, 13, 14, 15, 17, 18, 20, 21, 22, 26, 27, 29, 31, 32, 34, 35, 38, 39, 43, 44, 45, 46, 48, 49, 50, 52, 56, 57, 58, 60, 61, 63, 66, 67, 71, 75, 76, 77, 79, 81, 82, 84, 86, 88, 89, 90, 92, 93, 98, 101, 102, 108, 109, 111, 113, 115, 121, 123, 124, 125, 128, 131, 133, 135, 143, 145, 149, 150, 152, 154, 158, 162, 164, 165, 167, 169, 171, 175, 179, 180, 181, 185, 186, 187, 190, 192, 194, 195, 198, 199, 209, 213, 215, 222, 224, 225, 226, 227, 228, 230, 231, 232, 233, 234, 236, 240, 243], "provideinitialst": [25, 31, 96, 190], "providelazyinitialst": 25, "provider1": 110, "provider_id": [48, 129], "providerclass": 94, "providerid": [48, 94, 129], "provis": [218, 228], "provisioning_api": 59, "proxi": [44, 107, 112, 151, 152, 154, 161, 162, 163, 165, 178, 181], "proxy_host": 156, "proxy_password": 156, "proxy_port": 156, "proxy_us": 156, "prune": 189, "ps1": 82, "psalm": [3, 49, 85, 95, 242], "psr": [3, 21, 29, 89, 100, 113, 130, 143, 232], "psr3": [223, 230], "pt1h": 106, "public": [0, 1, 2, 5, 6, 10, 14, 15, 16, 17, 18, 19, 21, 25, 28, 29, 30, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 46, 49, 52, 69, 70, 72, 86, 90, 92, 94, 96, 97, 99, 101, 103, 104, 106, 107, 108, 110, 112, 113, 116, 120, 121, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 154, 178, 185, 187, 190, 192, 194, 201, 215, 222, 226, 227, 229, 231, 238, 243], "public_link": 70, "publicapi": 128, "publicapicontrol": 128, "publicdisplai": 128, "publicfunct": 170, "publicli": [157, 217], "publicpag": [20, 49, 128, 231], "publicshareauth": [6, 221], "publicsharecontrol": 128, "publictemplaterespons": [20, 31], "publicupload": 52, "publish": [7, 14, 15, 16, 20, 22, 75, 107, 131, 138, 155, 188, 201, 209, 214, 231], "publishact": 216, "publishcalendar": 221, "pull": [10, 12, 16, 64, 85, 95, 96, 97, 150, 151, 165, 167, 183, 185, 188, 189, 194, 202, 206, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 233, 240], "pure": [20, 21], "purpos": [6, 14, 22, 98, 131, 137, 140, 141, 142, 165, 198, 221], "push": [8, 10, 15, 16, 46, 151, 154, 166, 188, 202], "put": [3, 15, 20, 33, 42, 46, 49, 52, 54, 61, 63, 76, 79, 86, 95, 107, 113, 116, 122, 129, 131, 132, 137, 140, 141, 142, 152, 153, 165, 166, 170, 178, 185, 190, 199, 200], "putcont": [35, 38], "pwd": [64, 82, 189], "pwd1": 192, "pwd2": 192, "py": [152, 154], "python": [28, 82, 151, 152, 154, 167, 179, 190], "python3": 152, "qa": 185, "qb": [37, 97, 104, 234], "qbmapper": [37, 190, 215, 227, 231], "qsyqflqhouhdpq0w2aocwqgdaei": 129, "qt": 82, "qt5": 82, "qt5keychain": 82, "qt6": 82, "qt_path": 82, "qtkeychain": 82, "qtkeychain_librari": 82, "qualifi": [69, 106, 188, 220], "qualiti": [85, 202], "queri": [0, 2, 20, 21, 22, 25, 38, 39, 40, 42, 46, 47, 61, 66, 73, 76, 88, 90, 94, 97, 100, 102, 106, 113, 122, 129, 132, 148, 153, 166, 171, 184, 190, 204, 209, 220, 221, 222, 224, 227, 228, 229, 230, 231, 232, 233, 234], "querybuild": [37, 104, 213, 222, 224, 231, 232], "querylogg": 232, "querystatusforus": 138, "question": [1, 5, 14, 21, 37, 42, 43, 94, 150, 161, 163, 188, 201, 204, 206, 233], "questionhelp": 1, "queue": 18, "queuedjob": [18, 230], "quick": [20, 44, 46, 48, 60, 65, 79, 194, 200], "quickli": [2, 25, 115, 132, 204], "quiet": 93, "quit": [8, 33, 56, 57, 58, 98, 107, 190, 215], "quot": [13, 42, 61, 107, 185], "quota": [46, 61, 63], "qux": [99, 179], "r": [8, 48, 61, 62, 70, 82, 152, 186, 189, 243], "r0wi": [15, 152], "race": [3, 20, 129, 204, 229], "rach": 16, "radio": [46, 134, 179, 197, 200], "radio1": 200, "radiu": [77, 194], "rais": [81, 101, 221], "ran": [40, 82, 87, 135], "rand": 62, "random": [21, 63, 136, 204], "randomli": 165, "rang": [5, 96, 106, 140, 210], "rare": [16, 21, 76, 151, 222], "raspberri": 204, "rate": [11, 56, 57, 58, 113, 114, 153, 161, 164, 228], "ratelimit": [133, 228], "ratelimitedforal": 20, "rather": [18, 21, 22, 34, 37, 49, 81, 96, 101, 107, 129, 134, 140, 185, 190, 233], "raw": [56, 61, 77, 82, 106, 107, 152, 156, 190], "rc": 16, "re": [14, 17, 20, 22, 37, 42, 45, 79, 82, 97, 101, 104, 115, 156, 161, 178, 188, 198, 199, 200, 204, 231], "reach": [0, 13, 16, 19, 20, 69, 92, 133, 188, 206], "reachabl": [20, 49, 152, 161, 209], "react": [5, 22, 29, 115, 122, 129, 131, 147, 234], "reaction": [76, 79], "read": [1, 2, 15, 21, 35, 36, 37, 41, 42, 49, 52, 61, 64, 75, 76, 79, 93, 98, 101, 102, 108, 113, 115, 148, 152, 180, 185, 190, 202, 203, 204, 209, 228, 231, 236], "read_timeout": 192, "readabl": [8, 21, 49, 61, 90, 101, 106, 140, 152, 206], "reader": [5, 206], "readi": [0, 12, 16, 56, 57, 58, 101, 115, 151, 166, 185, 190, 221], "readm": [5, 12, 96, 186], "readmark": 64, "readonli": [134, 136], "readoper": 70, "readremotefileoper": 70, "readremotefolderoper": 70, "real": [44, 49, 64, 76, 107, 135, 190, 192], "realli": [21, 40, 96, 122, 125, 188, 204, 209, 218, 234], "reason": [8, 12, 29, 48, 82, 122, 131, 140, 141, 142, 152, 196, 204, 205, 206, 231, 232, 233], "reason_lock_wait_timeout": 231, "reason_serv": 231, "reason_unique_constraint_viol": 234, "rebas": [185, 189], "reboot": 156, "rebuild": [118, 239], "receiv": [0, 12, 13, 20, 21, 22, 52, 60, 61, 64, 69, 70, 101, 107, 117, 132, 140, 152, 153, 156, 165, 166, 188, 190, 222, 223], "recent": [8, 51, 76, 82, 129, 204, 222], "recipi": [17, 22, 52, 61, 76, 96, 192], "recogn": [22, 69, 76], "recognis": 29, "recommend": [0, 3, 10, 12, 16, 17, 22, 28, 29, 37, 38, 40, 45, 63, 75, 82, 95, 97, 110, 115, 118, 122, 127, 129, 131, 133, 137, 140, 149, 151, 152, 154, 158, 160, 184, 186, 189, 194, 199, 211, 221, 222, 223, 227, 228, 229, 231, 232, 239], "reconsid": 131, "record": [44, 234], "recov": 146, "recover": 76, "recoveri": 66, "recoverpassword": 22, "recoverypassword": 146, "recreat": 204, "rector": [211, 234], "recurs": 61, "recursivearraysearch": [216, 233, 235], "recv": 152, "red": [134, 184], "redi": [19, 125, 241], "redirect": [33, 44, 151, 172, 199, 208, 218, 234], "redirect_handl": 171, "redirectrespons": [20, 33, 49], "redirecttodefaultpag": 235, "redirecturl": 209, "redisclust": 192, "reduc": [21, 38, 85, 90, 97, 115, 122, 152, 233], "redund": 148, "ref": [15, 151, 190, 227], "refactor": [90, 97, 231], "refer": [1, 3, 10, 20, 21, 33, 42, 72, 77, 81, 82, 86, 94, 95, 101, 102, 110, 113, 114, 131, 132, 140, 149, 151, 152, 159, 162, 188, 190, 206, 231, 234], "referenc": 185, "reference_provider_id": 129, "referencedclass": 95, "referencetext": 129, "reflec": 218, "reflect": [21, 22, 33], "reflector": 30, "refman": 97, "reformul": 140, "refresh": [17, 22, 96, 98, 101, 104, 119, 190], "refreshmetadata": [104, 229], "refreshoper": 70, "refus": [10, 40], "regard": [20, 150], "regardless": [20, 37, 129], "regener": 20, "regex": [33, 34, 178, 218], "region": [113, 114, 192, 229], "regist": [0, 3, 4, 5, 6, 15, 17, 20, 21, 22, 25, 28, 29, 30, 31, 34, 38, 43, 44, 46, 49, 61, 62, 63, 75, 86, 88, 89, 94, 102, 104, 105, 106, 109, 111, 113, 114, 115, 116, 125, 132, 133, 137, 138, 140, 141, 142, 147, 148, 149, 153, 154, 156, 159, 165, 166, 172, 190, 219, 221, 224, 226, 227, 229, 230, 231, 232, 234], "registeralternativelogin": 221, "registeranonrequest": 133, "registerbackend": [106, 233], "registercalendar": 224, "registercalendarprovid": 107, "registercap": [43, 49], "registercheck": 229, "registerchecksev": 229, "registercollaborationresourc": 126, "registerconfiglexicon": 92, "registercontentprovid": 94, "registercustomfoo": 0, "registercustompickerel": 129, "registerdashboardwidget": [96, 230], "registerdeclarativeset": 99, "registerdeclarativesettingslisten": 99, "registerdirecteditorev": 101, "registerent": 229, "registerentitiesev": 229, "registereventlisten": [0, 2, 25, 29, 94, 99, 101, 104, 129, 137, 140, 141, 142], "registerfileact": 229, "registerfoo": 0, "registerjob": 215, "registerlazylockprovid": 231, "registerlockprovid": 231, "registerlogin": 221, "registermailprovid": 110, "registermiddlewar": 30, "registermyeditorlisten": 101, "registernotifi": 235, "registernotifierservic": 0, "registeroper": [105, 229], "registeroperationsev": [105, 229], "registerparamet": 21, "registerprofilelinkact": 124, "registerprovid": 38, "registerpublicsharetemplateprovid": 31, "registerrefer": 129, "registerresourceprovid": [126, 219, 235], "registerrespond": 20, "registerrout": 233, "registerschema": 99, "registersearchprovid": 132, "registersect": 234, "registerservic": [0, 21, 36, 41, 221], "registerservicealia": 21, "registersetupcheck": 135, "registersidebaract": 234, "registerspeechtotextprovid": 137, "registertaskprocessingprovid": [140, 231], "registertaskprocessingtasktyp": [140, 231], "registertextprocessingprovid": 142, "registertexttoimageprovid": 141, "registertranslationprovid": 116, "registertyp": 126, "registerusermigr": 145, "registeruserrequest": 133, "registerwellknownhandl": 147, "registerwidget": 129, "registerwidgetev": 230, "registr": [0, 22, 28, 41, 84, 86, 90, 96, 102, 106, 110, 113, 129, 134, 135, 149, 154, 183, 234], "registri": [144, 151, 154, 162, 163, 165, 166], "registryev": 229, "regress": [185, 231], "regular": [20, 43, 46, 61, 101, 151, 154, 161, 175, 189, 190], "regularli": [79, 97, 185], "reject": [49, 61, 63, 107, 126, 129, 140, 164], "rejectunauthor": 192, "rel": [0, 38, 42, 43, 46, 66, 69, 107, 131, 132, 134, 169, 170, 171, 181, 185, 209, 219, 231, 235, 243], "relat": [0, 17, 20, 22, 36, 37, 45, 49, 62, 64, 69, 70, 86, 90, 99, 104, 113, 129, 134, 135, 139, 166, 185, 188, 194, 203, 204, 227, 231, 232, 233, 234, 235], "relationship": 131, "relative_modified_d": [217, 220], "relativedued": 42, "relativetim": 42, "relaunch": 243, "relax": [20, 122], "releas": [0, 5, 10, 11, 12, 14, 22, 47, 72, 82, 85, 89, 96, 115, 118, 122, 144, 149, 152, 165, 167, 185, 188, 190, 201, 204, 206, 211, 221, 222, 223, 225, 227, 229, 231, 232, 234, 238, 240], "release_d": 129, "relev": [38, 49, 55, 61, 69, 89, 95, 107, 131, 137, 140, 141, 142, 147, 206, 215, 232], "reli": [0, 20, 101, 164, 190, 206, 230, 234, 235], "reliabl": [18, 49, 82, 150], "reliev": 204, "reload": [90, 93, 96, 101, 190, 218, 228, 234, 243], "relwithdebinfo": 82, "rem": 219, "remain": [20, 32, 41, 49, 61, 76, 107, 139, 152, 190, 221, 222, 243], "rememb": [17, 19, 22], "remind": [42, 61, 76, 229], "remnant": 229, "remot": [5, 46, 52, 61, 62, 63, 64, 66, 67, 68, 70, 75, 98, 104, 113, 114, 122, 151, 158, 165, 188, 189, 201, 210, 232, 236], "remote_en": 98, "remote_fold": 62, "remote_handl": 98, "remote_host": 98, "remote_port": 98, "remote_shar": 52, "remotefil": 70, "remotelyedit": 104, "remoteoper": 70, "remoteoperationresult": 70, "remotepath": 70, "remov": [10, 14, 15, 16, 17, 18, 20, 22, 40, 44, 46, 48, 52, 60, 76, 81, 94, 104, 115, 126, 127, 129, 144, 146, 152, 154, 166, 168, 172, 186, 194, 199, 200, 204, 206, 209, 211, 212, 222, 238, 240], "removeclass": 199, "removedbyid": 234, "removefavorit": 229, "removejob": 18, "removelisten": [22, 220], "removeoper": 70, "removeremotefileoper": 70, "removeremoteshareoper": 70, "renam": [23, 40, 52, 61, 71, 76, 101, 199, 200, 230, 231], "rend": 144, "render": [5, 17, 22, 25, 30, 43, 69, 76, 87, 101, 126, 171, 179, 181, 190, 209, 231, 232], "rendera": 20, "renderpag": 31, "renderreferenceev": 129, "renderresult": 129, "reorder": 42, "reorgan": 76, "repair": [5, 113, 114], "repeat": [1, 20, 81, 107, 204], "repercuss": 14, "repetit": 33, "replac": [2, 8, 10, 30, 33, 39, 41, 42, 43, 44, 49, 50, 70, 73, 81, 82, 94, 121, 123, 127, 140, 156, 174, 189, 190, 193, 199, 209, 210, 215, 218, 220, 221, 223, 224, 225, 227, 228, 229, 231, 232, 233, 234, 235, 239], "replaceindex": 40, "replaceindiceslisten": 40, "replacementuserdisplaynam": [50, 121], "replacementuserid": [50, 121], "replacesvg": 216, "replacesvgicon": 216, "repli": [62, 101, 204, 220, 227], "replic": 122, "replica": 122, "repo": [8, 11, 72, 82, 125, 129, 152, 192, 240], "repo_token": 15, "report": [12, 43, 61, 64, 90, 93, 115, 134, 135, 140, 185, 188, 203, 206, 213, 231], "reportoutput": 140, "reportprogress": 140, "repositori": [5, 10, 12, 14, 15, 16, 69, 72, 82, 85, 89, 95, 101, 110, 129, 152, 161, 162, 165, 167, 185, 187, 188, 189, 192, 203, 204, 233, 234, 242], "repository_url": 82, "repres": [38, 49, 54, 76, 82, 96, 99, 107, 121, 124, 126, 140, 142, 145, 190, 199, 231], "represent": 107, "reproduc": [12, 161], "req": [10, 192], "request": [0, 2, 8, 10, 12, 13, 14, 15, 17, 18, 22, 25, 28, 30, 33, 35, 42, 43, 44, 45, 48, 49, 50, 54, 56, 57, 58, 59, 62, 63, 64, 65, 69, 81, 85, 86, 90, 95, 96, 97, 98, 101, 102, 104, 106, 107, 113, 115, 116, 122, 126, 130, 131, 133, 137, 140, 141, 142, 143, 147, 148, 150, 151, 152, 153, 154, 159, 164, 165, 166, 167, 172, 178, 181, 185, 188, 191, 192, 199, 201, 202, 204, 206, 208, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 232, 233, 240], "requestbackgroundjob": [104, 229], "requesthead": 233, "requestopt": 129, "requesttoken": [25, 218], "requir": [1, 3, 5, 8, 10, 15, 16, 17, 18, 20, 21, 22, 26, 33, 34, 37, 38, 40, 42, 43, 44, 45, 46, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 63, 85, 87, 89, 90, 93, 95, 96, 97, 98, 99, 101, 104, 105, 107, 110, 115, 118, 119, 124, 127, 128, 129, 130, 131, 133, 134, 135, 138, 144, 149, 151, 152, 153, 154, 156, 158, 160, 165, 169, 170, 171, 172, 174, 175, 176, 178, 181, 182, 188, 189, 190, 192, 193, 194, 195, 200, 208, 209, 213, 215, 217, 221, 225, 227, 229, 230, 231, 232, 234, 236, 239, 243], "require_onc": [3, 89, 209, 243], "requiremax": 5, "requiremin": 5, "reserv": [69, 76, 96, 108, 231], "reservedopt": 231, "reset": [20, 45, 79, 121, 185], "resetquerypart": 231, "reshar": 52, "resid": [23, 25, 149], "resolut": [161, 220], "resolv": [12, 20, 21, 22, 29, 33, 87, 101, 126, 134, 156, 161, 188, 217], "resolvefromconfigfil": 95, "resolvepubl": 129, "resolverefer": 129, "resolvereferencepubl": 129, "resolvereshar": 215, "resort": 21, "resourc": [18, 20, 21, 28, 35, 37, 56, 57, 58, 61, 64, 96, 104, 107, 109, 111, 113, 128, 129, 131, 132, 141, 147, 206, 209, 210, 219, 229, 231, 232, 233, 235, 243], "resource_typ": 126, "resourcebackend": 106, "resourcemanag": [106, 126], "resourceprovid": 126, "resourcetyp": [61, 66], "resourceurl": [126, 129, 132], "respect": [20, 50, 61, 81, 129, 131, 156, 194, 204, 228, 232, 233], "respond": [14, 121, 133, 153, 190, 204, 223], "respons": [2, 6, 10, 12, 14, 28, 30, 31, 33, 44, 45, 46, 48, 50, 51, 54, 56, 57, 58, 59, 60, 64, 65, 67, 74, 75, 79, 96, 101, 104, 107, 112, 129, 131, 135, 147, 148, 153, 166, 171, 181, 190, 194, 199, 209, 215, 222, 227, 236, 240], "responsedefinit": 49, "rest": [5, 16, 20, 33, 74, 75, 76, 86, 107, 113, 115, 190], "restart": [98, 189, 192], "restor": [45, 61, 65, 145], "restrict": [18, 37, 40, 69, 112, 129, 133, 156, 158, 199, 225, 229, 231, 232, 234, 236], "restructur": 85, "result": [10, 19, 20, 37, 38, 42, 45, 47, 49, 51, 52, 53, 66, 67, 69, 70, 76, 81, 82, 84, 90, 94, 101, 104, 113, 122, 129, 134, 135, 141, 143, 148, 174, 188, 190, 202, 209, 213, 221, 222, 231, 232, 234, 243], "resultinto": 104, "retain": 40, "retri": [76, 228], "retriev": [20, 25, 37, 45, 47, 61, 73, 87, 102, 110, 113, 115, 117, 121, 127, 132, 173, 179, 229, 231], "retrievemetadata": [104, 229], "retro": 23, "retry_count": 90, "retryabl": 228, "return": [2, 4, 5, 17, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 36, 37, 38, 40, 41, 42, 43, 44, 46, 48, 49, 50, 52, 54, 61, 69, 85, 87, 90, 92, 93, 94, 96, 99, 101, 104, 105, 106, 108, 110, 116, 120, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 166, 168, 170, 173, 177, 182, 186, 187, 190, 199, 213, 215, 218, 220, 221, 222, 224, 227, 228, 229, 231, 232, 233, 234, 235, 243], "returnhi": 20, "returnjson": 20, "retyp": 189, "reus": [49, 185, 215, 232], "reusabl": 184, "reveal": 76, "revenu": 129, "revers": [30, 110, 152, 158], "revert": [14, 54, 93, 138], "revertuserstatu": 138, "review": [12, 15, 122, 129, 153, 185, 188, 204, 209, 223], "revis": [72, 188, 233], "revisit": 107, "revok": [10, 44, 81], "revokeshar": 18, "revolution": 150, "rework": [188, 230], "rewritten": 73, "rf": 152, "rfc": [44, 61, 107, 233], "rfc4918": 65, "rfc5323": 66, "rfc6415": 147, "rgb": [76, 194, 198, 233], "rgba": 194, "rgdnvw": 61, "rich": [61, 76, 96, 129, 135, 174, 232], "rich_messag": 174, "rich_message_param": 174, "rich_subject": 174, "rich_subject_param": 174, "richdocu": [43, 101], "richobject": 129, "richobjectstr": [69, 135, 232], "richobjecttyp": 129, "richparamet": 129, "richtopars": 232, "right": [5, 8, 18, 20, 22, 25, 42, 76, 82, 92, 94, 96, 104, 108, 122, 129, 130, 190, 193, 194, 199, 200, 202, 209, 223, 226, 229, 231, 232, 234, 243], "risk": [22, 131, 188, 190, 196, 209], "riski": [49, 76], "rm": [15, 152], "rmdirr": 233, "robert": 243, "roberto": 96, "robin": 122, "robot": 16, "roboto": 194, "robust": [21, 89], "rocm": [151, 154, 159, 165, 166], "roeland": 63, "role": [5, 12, 14, 107, 122, 124, 140], "roll": [37, 40, 97], "rollback": [37, 122], "room": [40, 109, 126, 138, 210, 231, 232], "roombackend": 106, "root": [5, 7, 8, 10, 16, 20, 38, 43, 46, 49, 61, 66, 70, 79, 82, 89, 95, 118, 126, 134, 154, 155, 169, 171, 181, 186, 189, 231, 236, 239], "rootfold": 38, "rootscop": 199, "rootstorag": 41, "rough": [16, 115], "roughli": [20, 236], "round": [96, 122, 129, 132, 231], "rounditemicon": 96, "roundtrip": 122, "rout": [5, 6, 21, 28, 32, 73, 101, 128, 131, 132, 147, 161, 170, 171, 172, 180, 183, 201, 230, 232, 233, 240], "route_of_talk_bot": 180, "routeparamet": 132, "router": [32, 61, 75, 154, 220, 228, 229, 232], "row": [20, 37, 43, 76, 97, 104, 132, 190, 194, 227, 234], "rpid": 192, "rsa": 10, "rss": 5, "rtl": 197, "rule": [11, 15, 17, 20, 22, 37, 61, 78, 85, 89, 90, 105, 122, 131, 140, 153, 185, 190, 197, 201, 211, 233], "rulematch": 105, "run": [0, 1, 2, 5, 7, 8, 10, 15, 16, 17, 18, 22, 25, 29, 30, 32, 37, 40, 41, 49, 55, 56, 57, 70, 79, 82, 84, 89, 95, 97, 98, 100, 101, 104, 106, 107, 113, 115, 122, 125, 130, 132, 140, 141, 142, 149, 151, 153, 154, 155, 156, 161, 165, 185, 187, 189, 190, 192, 199, 209, 221, 223, 228, 229, 238, 239], "runnabl": 70, "runner": 243, "running_psalm": 49, "runningonmac": 234, "runorscheduletask": [141, 142], "runrequest": 135, "runtask": [141, 142], "runtim": [29, 42, 49, 82, 90, 129, 141, 142, 152, 159], "runtimeexcept": [116, 137, 141, 142], "rw": [189, 192], "rwx": 82, "rx": 243, "s3": [63, 241], "sabr": [2, 17, 22, 109, 148, 221, 227, 229], "sabredav": [2, 22, 64, 148], "sabrepluginaddev": [2, 229], "sabrepluginauthinitev": 221, "sabrepluginev": 227, "sacr": [79, 185], "safe": [0, 14, 22, 46, 90, 97, 190, 209, 232], "safer": [21, 209], "safeti": [90, 209, 213], "sai": [33, 132, 204], "said": [107, 128], "sake": [107, 185], "sale": 13, "samba": 192, "same": [0, 3, 5, 19, 20, 21, 23, 30, 33, 40, 42, 45, 61, 69, 70, 76, 82, 85, 87, 89, 97, 99, 101, 107, 115, 122, 129, 130, 132, 134, 138, 140, 148, 151, 153, 154, 159, 160, 165, 167, 169, 170, 185, 189, 190, 199, 200, 204, 209, 219, 226, 227, 228, 232, 233, 234, 236], "saml": [70, 241], "saml2": 70, "sampl": [20, 37, 61, 72], "sample_cli": 72, "san": 194, "sanit": [209, 233], "sanitizefilenam": 233, "sanitizehtml": 235, "sass": [184, 239], "satisfi": [14, 107, 131], "save": [15, 17, 20, 21, 22, 34, 36, 49, 76, 81, 82, 99, 101, 104, 107, 110, 116, 129, 132, 137, 140, 141, 142, 156, 179, 190, 194, 233, 239], "savedinstancest": 70, "savemetadata": [104, 229], "saveset": [34, 49], "sayhello": 42, "sb": 62, "scalabl": 19, "scalar": 215, "scale": [37, 122, 162, 163], "scalefixforie8": 216, "scan": [17, 22, 42, 76], "scanfil": 22, "scanfold": 22, "scanner": [79, 236], "scenario": [3, 20, 54, 97, 131], "scene": 29, "schedul": [16, 17, 22, 45, 47, 50, 76, 87, 121, 124, 130, 137, 140, 141, 213, 230, 234, 235, 239], "scheduleaft": 18, "scheduledat": 87, "schedulefiletranscript": 137, "scheduletask": [140, 141, 142], "schema": [3, 5, 6, 16, 37, 39, 49, 95, 108, 130, 134, 136, 179, 183, 190, 222, 223, 229, 234], "schemaclosur": [40, 136], "schemaexcept": 95, "schemaloc": [3, 95], "scheme": [99, 131, 155, 179, 183, 192], "school": 92, "schott": 81, "scienc": [61, 129], "scloud": 42, "scope": [10, 19, 22, 25, 36, 45, 52, 61, 65, 90, 101, 104, 106, 148, 199, 220, 231], "scope_": 49, "scope_administr": 49, "scope_default": 49, "scope_ex_app": 231, "scope_feder": 49, "scope_filesystem": 231, "scope_ignor": 49, "scope_skip_password_valid": 231, "scopedpsrlogg": 29, "score": 202, "scrape": 8, "screen": [27, 42, 76, 125, 134, 193, 194, 198, 204], "screenread": [25, 226], "screenshot": [5, 154, 198], "script": [3, 8, 15, 16, 17, 20, 22, 25, 26, 37, 42, 48, 61, 82, 95, 96, 98, 101, 115, 118, 126, 129, 134, 151, 152, 153, 154, 167, 172, 192, 208, 218, 219, 220, 229, 230, 231, 241, 243], "scroll": [82, 129, 193, 198], "scrollabl": 193, "scrollbar": 194, "scrollto": [69, 132], "scss": [23, 239], "scssphp": 233, "seamlessli": [71, 150], "search": [5, 45, 48, 64, 65, 75, 76, 90, 93, 94, 106, 113, 146, 171, 193, 201, 204, 215, 224, 228, 231, 233, 234, 236], "search_providers_id": 129, "searchabl": 66, "searchbysystemtag": 229, "searchforprincip": 106, "searchingroup": 228, "searchinusercalendar": 106, "searchkei": 90, "searchrequest": [66, 104], "searchresult": [132, 234], "searchresultentri": 132, "searchusersbyvalu": 93, "searchusersbyvaluebool": 93, "searchusersbyvalueint": 93, "searchusersbyvaluestr": 93, "searchvalu": 90, "season": 185, "second": [18, 20, 22, 26, 29, 30, 40, 42, 44, 61, 63, 76, 87, 89, 96, 99, 104, 106, 122, 126, 129, 130, 132, 135, 136, 144, 147, 153, 165, 179, 186, 199, 229], "second_pag": 171, "secondari": [77, 79, 96, 110, 185, 194], "secret": [10, 15, 20, 164, 165, 192], "secretpassword": 128, "secrettoken": 128, "section": [0, 5, 6, 8, 10, 15, 20, 25, 32, 33, 34, 37, 42, 49, 69, 76, 77, 82, 87, 89, 97, 106, 107, 110, 113, 114, 115, 121, 122, 127, 129, 131, 144, 151, 153, 155, 161, 162, 166, 179, 189, 190, 192, 193, 198, 199, 202, 206, 211, 212, 222, 229, 230, 231, 234, 235, 243], "section_id": [99, 179], "section_typ": [99, 179], "section_type_admin": 99, "section_type_person": 99, "secur": [5, 10, 12, 21, 28, 30, 41, 44, 48, 61, 82, 99, 101, 107, 112, 113, 114, 115, 128, 131, 135, 151, 152, 153, 158, 164, 179, 188, 189, 190, 201, 208, 215, 217, 218, 229, 231, 232], "securedrelyingpartyid": 192, "securerandom": 232, "see": [1, 2, 3, 5, 6, 11, 15, 16, 18, 20, 21, 22, 25, 26, 27, 32, 33, 34, 37, 38, 41, 42, 43, 44, 46, 49, 52, 55, 56, 57, 58, 61, 64, 69, 73, 76, 77, 79, 81, 82, 85, 87, 89, 90, 93, 95, 96, 98, 105, 106, 107, 110, 113, 115, 117, 118, 122, 125, 126, 127, 129, 132, 134, 144, 149, 151, 152, 154, 158, 164, 165, 171, 175, 185, 186, 187, 188, 189, 190, 192, 194, 198, 203, 204, 209, 211, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 239, 243], "seed": 192, "seen": [69, 80, 124, 130, 222, 229], "segment": 1, "sego": 194, "select": [20, 37, 42, 47, 66, 69, 70, 76, 80, 82, 87, 92, 98, 101, 104, 105, 107, 122, 126, 129, 134, 144, 161, 165, 171, 179, 192, 194, 195, 198, 200, 209, 213, 230, 234], "select2": 217, "selectionlength": 42, "selector": [184, 199], "self": [1, 25, 31, 49, 96, 110, 124, 126, 138, 140, 141, 145, 147, 190, 192, 217], "semant": [5, 16], "semicolon": 34, "semver": 16, "send": [8, 18, 24, 34, 42, 43, 45, 61, 66, 67, 68, 74, 96, 101, 103, 110, 112, 115, 117, 122, 124, 131, 132, 144, 164, 165, 166, 172, 187, 190, 209, 231, 240, 241], "sendemail": 42, "sendmail": [52, 215], "sendmessag": 110, "sendshareemail": 231, "sens": [12, 20, 21, 37, 49, 81, 107, 190, 222, 232], "sensibl": 76, "sensit": [18, 20, 29, 33, 92, 132, 134, 168, 177, 208, 230], "sent": [14, 17, 20, 22, 32, 50, 52, 54, 61, 62, 70, 101, 131, 132, 134, 166, 171, 209, 223, 227, 232], "sentenc": [42, 76, 79, 81, 199], "separ": [1, 5, 16, 20, 29, 34, 37, 40, 43, 47, 52, 69, 76, 77, 81, 82, 107, 118, 131, 140, 142, 151, 152, 160, 171, 178, 185, 190, 199, 223, 239], "sequenc": [0, 37, 136], "seri": [20, 122], "serial": [19, 29, 49, 52, 106, 121, 231, 232], "seriou": 122, "serv": [20, 23, 49, 79, 131, 135, 209, 231, 234], "server": [0, 3, 4, 8, 10, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 29, 32, 33, 37, 40, 42, 44, 46, 47, 49, 53, 56, 60, 61, 62, 63, 64, 66, 70, 71, 75, 76, 82, 83, 85, 95, 97, 98, 100, 101, 106, 107, 110, 112, 113, 115, 122, 123, 125, 129, 131, 132, 133, 134, 136, 138, 140, 144, 148, 152, 154, 156, 160, 164, 167, 169, 181, 190, 191, 192, 196, 201, 202, 203, 204, 209, 217, 220, 221, 227, 228, 229, 231, 232, 233, 234, 235, 240, 242], "server_base_url": 70, "serverconfighelp": 135, "servercontain": [21, 22, 36, 106], "serverplugin": [2, 148], "serveruri": 70, "serververs": 211, "servic": [0, 13, 18, 19, 20, 22, 25, 28, 29, 31, 36, 41, 42, 49, 61, 70, 82, 90, 103, 106, 109, 112, 119, 124, 125, 127, 132, 134, 138, 146, 147, 151, 152, 154, 156, 161, 186, 189, 190, 192, 221, 228, 229, 232, 240], "service1": 110, "serviceid": 110, "serviceus": 152, "session": [0, 44, 46, 61, 70, 88, 101, 113, 115, 119, 183, 209, 227, 231], "session_lifetim": 36, "set": [5, 7, 8, 9, 10, 13, 14, 15, 16, 18, 19, 25, 27, 28, 29, 33, 36, 37, 40, 41, 42, 44, 45, 46, 50, 52, 53, 56, 57, 58, 60, 65, 75, 78, 79, 81, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 104, 105, 108, 110, 112, 113, 114, 115, 121, 122, 125, 129, 131, 132, 135, 140, 146, 150, 152, 153, 154, 155, 161, 162, 163, 164, 165, 166, 167, 171, 172, 174, 183, 186, 187, 188, 190, 191, 192, 193, 194, 197, 201, 204, 209, 215, 217, 218, 220, 222, 225, 226, 228, 229, 230, 231, 232, 234, 239, 240, 241, 243], "setacl": 107, "setactionlabel": 228, "setaffectedus": 69, "setallowparallelrun": 18, "setapp": 69, "setappvalu": 36, "setappvaluearrai": 90, "setappvalueint": 90, "setappvaluestr": 90, "setattach": 110, "setauthor": 69, "setautosubmit": 227, "setbodyhtml": 110, "setbodyplain": 110, "setchannel": 211, "setchildev": 69, "setcontentsecuritypolici": [20, 31], "setcredenti": 70, "setdeclarativesettingsvaluelisten": 99, "setdescript": [1, 106, 129], "setdisplaynam": 46, "seten": 146, "setendd": 106, "setfetchmod": 222, "setfirstresult": [37, 224], "setfrom": 110, "sethead": 45, "setheaderact": 20, "setheaderdetail": 20, "setheadertitl": [20, 31], "sethtmlbodi": [103, 229], "seticon": [69, 231, 233, 234], "setid": [37, 234], "setimageurl": 129, "setincludewatermark": 234, "setint": 104, "setinterv": 18, "setlastlogin": 37, "setlink": [69, 231, 233, 234], "setloc": 106, "setmanageruid": 146, "setmaxresult": 37, "setmeetingd": 139, "setmessag": 69, "setnam": [1, 37, 107], "setnoexpirationd": 231, "setobject": 69, "setobjectid": 234, "setorgan": 106, "setown": 231, "setp": 130, "setparamet": 229, "setparsedmessag": [69, 227], "setparsedsubject": [69, 227], "setpassword": [46, 146], "setpasswordhash": 231, "setplainbodi": [103, 229], "setpreferstream": 213, "setprimarykei": [37, 136], "setpubl": 139, "setreferenceid": 220, "setrichmessag": [69, 227], "setrichobject": 129, "setrichsubject": [69, 227], "setstartd": 106, "setstatu": [20, 108, 215], "setstr": 104, "setsubject": [69, 103, 110, 229], "setsummari": 106, "setsystemvalu": 36, "setter": [37, 90, 227, 228, 231], "settimerangeend": 106, "settimerangestart": 106, "settimesensit": 18, "settimestamp": 69, "settimezon": 106, "settingnotfoundexcept": 231, "settings_exampl": 179, "settingsmenu": 193, "settingsview": 186, "settitl": 129, "setto": [103, 110], "settyp": 69, "setup": [4, 15, 17, 19, 20, 22, 37, 38, 41, 71, 82, 90, 92, 95, 98, 101, 105, 113, 114, 118, 122, 149, 151, 152, 154, 158, 170, 204, 218, 224, 232, 236, 239, 241, 243], "setupbeforeclass": [41, 243], "setupcheck": [135, 232], "setupresult": 135, "setuserdata": 145, "setuserid": [116, 137, 142], "setuserstatu": 138, "setuservalu": [36, 99], "setvalu": [99, 229], "setvaluearrai": [90, 93], "setvaluebool": [90, 93], "setvaluefloat": [90, 93], "setvalueint": [90, 93], "setvaluestr": [90, 93], "setwebhookmethod": 140, "setwebhookuri": 140, "seven": 185, "sever": [6, 20, 29, 34, 44, 76, 115, 122, 132, 135, 141, 149, 151, 153, 190, 204, 209, 215, 231], "sh": [8, 62, 82, 152, 154, 167, 189, 238, 239, 243], "sha": 10, "sha1": [15, 61, 188], "sha256": [61, 82], "sha3": 61, "shadow": 194, "shall": [0, 25, 42, 118, 127, 132, 202, 206, 226], "shallow": 202, "shape": [49, 77, 101, 129], "shapedescriptor": 140, "shapeenumvalu": 140, "share": [5, 6, 10, 18, 20, 21, 28, 42, 45, 46, 48, 75, 76, 81, 86, 92, 101, 113, 121, 129, 134, 148, 154, 160, 164, 165, 166, 176, 186, 187, 190, 192, 201, 204, 209, 211, 215, 216, 219, 220, 224, 229, 230, 231, 233, 234, 243], "share_backend": 235, "share_backend_collect": 235, "share_backend_file_depend": 235, "share_id": 52, "share_test": 128, "share_token": 61, "share_type_circl": 5, "shareabl": 61, "shareacceptedev": 229, "shareapicontrol": 231, "shareapilinkdefaultexpiredateenforc": 211, "shareapilinkenforcepassword": 211, "shareattribut": 171, "shareconfigmodel": 216, "sharecontrol": [20, 31], "sharecreatedev": 229, "sharedeletedev": 229, "sharedeletedfromselfev": 229, "sharees_recommend": [53, 54], "shareid": [18, 231], "sharemanag": [20, 232], "sharenod": 31, "sharenotfound": 128, "shareown": 171, "shareownerid": 171, "sharepermiss": 171, "sharer": [53, 61], "shareservic": 18, "sharesplugin": 148, "sharetoken": 129, "sharetyp": [46, 52, 70, 171], "sharetypeid": 61, "sharewith": 52, "sharewithus": 18, "sharingtoken": 129, "she": 81, "shed": 0, "sheet": [65, 101, 223, 239], "shell": [82, 131, 156, 208], "shell_exec": 209, "ship": [0, 3, 5, 8, 10, 11, 82, 89, 96, 101, 127, 188, 192, 196, 218, 219, 220, 222, 223, 227, 228, 229, 230, 233, 238], "shivammathur": 15, "short": [0, 5, 20, 49, 50, 76, 81, 87, 118, 121, 122, 124, 150, 151, 161, 166, 167, 221, 233], "shortcom": 107, "shortcut": [24, 42, 175], "shorter": 20, "shorthand": [5, 61], "shortmessag": [50, 121], "should": [0, 3, 5, 6, 8, 14, 15, 16, 17, 19, 20, 22, 23, 25, 26, 28, 29, 30, 31, 33, 34, 36, 37, 38, 40, 41, 42, 43, 44, 46, 49, 52, 54, 58, 60, 61, 63, 66, 69, 72, 76, 77, 79, 82, 94, 95, 96, 97, 98, 99, 101, 104, 107, 115, 116, 118, 122, 124, 126, 127, 129, 130, 131, 132, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 148, 150, 151, 153, 154, 156, 158, 165, 166, 169, 174, 179, 181, 184, 185, 186, 187, 190, 192, 194, 199, 200, 202, 204, 206, 209, 211, 213, 215, 217, 218, 220, 221, 222, 227, 228, 229, 230, 231, 232, 234, 236, 238, 240], "shouldgetfield": 233, "shouldn": [186, 187], "shouldrespond": 31, "shout": 1, "show": [5, 25, 33, 40, 42, 43, 49, 69, 76, 79, 87, 96, 97, 106, 108, 125, 126, 128, 129, 130, 134, 137, 140, 141, 142, 144, 147, 154, 185, 193, 194, 198, 199, 200, 228, 231, 233, 235], "showauthent": 128, "showauthfail": 128, "showdetail": [193, 198], "showdis": 140, "shown": [13, 20, 29, 42, 43, 50, 58, 70, 76, 80, 81, 101, 107, 130, 140, 144, 151, 192, 193, 198, 199, 204, 227], "showshar": [31, 128], "showstopp": 188, "shrunk": 231, "sibl": 199, "side": [5, 20, 41, 42, 43, 44, 46, 47, 49, 60, 85, 90, 98, 101, 107, 122, 129, 154, 155, 167, 170, 175, 178, 188, 202, 233, 243], "sidebar": [34, 47, 69, 78, 80, 193, 194, 199, 215, 219, 229, 230], "sign": [8, 11, 16, 44, 70, 76, 82, 190, 192, 201, 204], "signal": [0, 2, 20, 22, 49, 75, 112, 185, 202], "signatur": [10, 16, 21, 22, 29, 227, 234], "signifi": [140, 185], "signific": [10, 20, 29, 188, 236], "significantli": [38, 122, 204], "signkei": 192, "signoff": 188, "signtool": 82, "silent": [90, 101, 209], "similar": [2, 13, 16, 17, 18, 20, 22, 33, 37, 40, 44, 80, 99, 107, 118, 121, 125, 129, 131, 134, 141, 142, 150, 151, 152, 156, 168, 175, 177, 221, 223, 233, 238], "similarli": [105, 128, 140, 166, 204], "simpl": [14, 15, 20, 22, 25, 37, 39, 42, 44, 63, 76, 79, 82, 87, 88, 90, 95, 99, 102, 107, 112, 113, 115, 122, 140, 147, 153, 154, 158, 166, 171, 174, 179, 199, 209, 228, 243], "simple_board": 42, "simplef": [227, 228, 237], "simplemenuact": 20, "simplemigrationstep": 40, "simpler": [97, 107], "simpleread": 20, "simplest": [82, 149, 188], "simplewrit": 20, "simplexml": [5, 242], "simplexmlel": 20, "simpli": [8, 16, 20, 21, 23, 29, 30, 37, 42, 62, 72, 76, 126, 129, 131, 135, 140, 142, 199, 204, 209, 220, 243], "simplic": [107, 131], "simplif": 140, "simplifi": [20, 35, 37, 38, 82, 107, 123, 128, 150, 152, 154, 236], "sinc": [3, 5, 16, 17, 18, 20, 21, 22, 29, 30, 33, 34, 35, 37, 40, 44, 46, 49, 52, 57, 61, 69, 73, 85, 90, 92, 93, 94, 96, 99, 101, 115, 116, 118, 121, 122, 124, 125, 126, 129, 131, 132, 137, 139, 140, 141, 142, 143, 145, 168, 177, 187, 188, 193, 194, 196, 204, 209, 210, 211, 223, 226, 227, 229, 232, 233, 234, 235, 238], "sinceid": 96, "singl": [19, 20, 40, 42, 46, 66, 69, 70, 76, 81, 85, 87, 92, 93, 95, 96, 98, 99, 101, 107, 110, 122, 123, 140, 179, 187, 190, 192, 199, 233, 236], "singleselect": 218, "singlesignon": 71, "singular": [42, 167], "sinon": 243, "sinonj": 243, "sit": 76, "site": [131, 189, 190, 192, 208], "site_nam": 31, "situat": [16, 20, 40, 113, 114], "size": [5, 35, 38, 61, 62, 63, 66, 70, 76, 78, 92, 97, 122, 129, 132, 145, 151, 171, 194, 219, 227, 229], "sk": 8, "sk_sk": 8, "skeleton": [7, 76, 151, 154, 166, 190], "sketch": 107, "skill": 204, "skin": 76, "skip": [1, 32, 58, 129, 145, 166], "slash": [33, 123, 169, 171, 181], "sleep": 130, "slide": [105, 199], "slideshow": [76, 101], "slight": 231, "slightli": [89, 95], "slocal": 42, "slogan": [27, 46], "slot": [76, 140], "slow": [14, 19, 20, 118, 122, 125, 140, 169, 194, 236], "slow_query_log": 122, "slow_query_log_fil": 122, "slower": [20, 62], "slowli": 223, "slugifi": 37, "sm": 144, "small": [5, 18, 61, 62, 76, 77, 90, 92, 96, 97, 122, 129, 132, 151, 154, 185, 188, 194, 199, 204, 231], "smaller": [63, 77, 185, 186, 194, 231], "smallest": [194, 231], "smart": [17, 22, 102, 113], "smb": 241, "smb1": 192, "smb2": 192, "smb3": 192, "smbclient": 192, "smbhome": 192, "smbmount": 192, "smbpublic": 192, "smillerdev": 15, "smoothen": 115, "smoother": 221, "smtp": 192, "snackbar": 43, "snapper": 235, "snappi": 194, "snapshot": 72, "snippet": [107, 134, 152, 199], "snowflak": [113, 114], "snowflake_id": 136, "so": [1, 3, 5, 10, 12, 14, 16, 18, 20, 21, 23, 25, 29, 33, 34, 37, 40, 41, 42, 46, 49, 52, 60, 61, 69, 76, 77, 81, 82, 89, 90, 95, 97, 98, 101, 105, 107, 119, 122, 127, 129, 131, 132, 133, 134, 135, 137, 140, 141, 142, 147, 148, 151, 152, 154, 161, 165, 166, 167, 185, 188, 189, 190, 194, 204, 206, 209, 220, 221, 222, 223, 226, 227, 228, 229, 231, 232, 233, 234, 239, 243], "social": [5, 209], "sock": [149, 165], "socket": [151, 161, 162, 163, 165], "soft": 234, "softwar": [3, 16, 21, 42, 76, 79, 129, 159, 185, 188, 190, 243], "sole": [20, 107, 221], "solut": [21, 49, 107, 122, 134, 139, 162, 204], "solv": [21, 44, 46, 135, 185, 189, 204, 223], "some": [0, 3, 8, 10, 13, 14, 16, 18, 20, 21, 25, 26, 27, 34, 35, 36, 37, 40, 42, 43, 45, 46, 49, 54, 61, 62, 64, 66, 70, 73, 76, 79, 80, 82, 85, 89, 90, 93, 94, 95, 96, 97, 98, 99, 101, 103, 106, 107, 115, 116, 119, 122, 125, 128, 129, 131, 133, 134, 135, 140, 141, 142, 151, 152, 161, 165, 166, 171, 175, 179, 182, 185, 188, 190, 192, 194, 199, 204, 209, 211, 214, 215, 222, 223, 229, 231, 233, 234, 235, 236, 239, 242, 243], "some_api_endpoint": 154, "some_method": 20, "some_real_set": 179, "some_var": 20, "somearrai": [186, 187], "somebodi": 204, "somecontrol": [18, 49], "somecontrollermethod": 49, "somehelpermethod": 49, "somehow": 15, "somemethod": 20, "somenam": 190, "someon": [49, 133], "someprop": 186, "someservic": 18, "sometask": 18, "someth": [3, 10, 17, 20, 22, 25, 26, 29, 32, 42, 44, 49, 76, 79, 81, 85, 99, 106, 108, 120, 124, 129, 131, 139, 140, 141, 142, 179, 185, 186, 187, 188, 190, 199, 204, 206, 209], "sometim": [20, 21, 30, 33, 37, 38, 49, 116, 122, 135, 137, 141, 142, 190, 204, 233], "sometyp": [21, 186], "somewher": [15, 20, 49, 96, 137, 140, 141, 142], "soon": [21, 122, 222], "sooner": 221, "sophist": [222, 229], "sort": [5, 16, 66, 69, 96, 124, 129, 132], "sortabl": 66, "sorter": 46, "sound": [21, 95, 115], "sourc": [7, 11, 16, 21, 22, 42, 48, 58, 69, 71, 82, 95, 115, 116, 118, 129, 132, 140, 149, 154, 169, 186, 187, 191, 223], "source_fil": 8, "source_lang": 8, "space": [25, 42, 44, 46, 61, 76, 78, 94, 123, 161, 185, 187, 194, 226], "spam": [187, 209], "span": [42, 110, 122, 129, 184, 198, 199, 200], "sparingli": 77, "spdx": [5, 185], "speak": [81, 161, 222, 229], "spec": [49, 118, 243], "special": [20, 21, 29, 37, 44, 65, 67, 68, 76, 77, 115, 190], "specif": [5, 10, 15, 16, 18, 20, 22, 25, 32, 33, 36, 37, 38, 40, 42, 43, 45, 47, 61, 74, 76, 81, 82, 87, 90, 93, 94, 96, 97, 99, 105, 106, 107, 110, 124, 129, 132, 135, 140, 141, 147, 149, 150, 151, 154, 159, 161, 169, 177, 185, 191, 198, 204, 221, 225, 227, 228, 229, 231, 232, 233, 234, 239, 240, 243], "specifi": [3, 8, 10, 13, 17, 18, 20, 21, 22, 34, 37, 38, 40, 42, 43, 44, 46, 61, 63, 64, 72, 82, 83, 89, 90, 93, 96, 104, 107, 116, 118, 126, 128, 132, 134, 140, 141, 142, 144, 149, 153, 156, 159, 166, 168, 169, 190, 209, 217, 221, 227, 228, 232, 233], "spectrogram": 140, "speech": [17, 22, 43, 47, 84, 87, 113, 140, 233], "speech_to_text": 43, "speechtotext": [137, 228, 231], "speed": [19, 49, 89, 122, 131], "spell": [42, 81, 140], "spend": [14, 204], "spent": 125, "spinner": 194, "split": [20, 37, 76, 81, 85, 122, 132, 185, 187, 218, 233], "spot": 122, "spreed": [96, 124, 132], "spy": 14, "sql": [37, 40, 100, 104, 113, 190, 208, 233, 234], "sqlite": [5, 15, 16, 37, 122, 204, 243], "squar": 96, "src": [7, 20, 26, 118, 154, 186, 190, 192, 209, 229], "srv": [8, 189, 243], "ssh": 82, "ssl": [161, 241], "sso": 224, "stabil": [90, 93], "stabl": [8, 10, 16, 82, 95, 115, 125, 188, 189, 190, 202, 238, 240], "stable21": 15, "stable24": 16, "stable25": [16, 188, 227], "stable26": 16, "stable29": 233, "stable30": 233, "stable31": 233, "stablex": [8, 125, 188], "stack": [29, 206, 232, 236], "stage": [0, 20, 44, 46, 110, 166], "stai": [21, 76, 199], "stamp": 82, "stand": 40, "standalon": [5, 20, 25, 87], "standalonetemplaterespons": 221, "standard": [20, 21, 25, 49, 61, 73, 77, 79, 82, 95, 98, 107, 113, 114, 118, 127, 151, 168, 177, 191, 193, 198, 204, 206, 222, 227, 228, 232, 233, 239], "star": [37, 76, 194, 198], "start": [8, 9, 15, 17, 20, 22, 29, 30, 33, 37, 42, 43, 44, 49, 50, 56, 61, 66, 69, 70, 71, 76, 94, 96, 97, 98, 101, 107, 121, 122, 124, 125, 129, 140, 147, 148, 149, 152, 153, 155, 165, 166, 169, 171, 179, 181, 185, 187, 189, 190, 192, 194, 201, 204, 209, 217, 223, 229, 231, 232, 234, 239, 243], "startallsharesretriev": 70, "startcreationofgroupshareforfil": 70, "startcreationofpublicshareforfil": 70, "startcreationofusershareforfil": 70, "startdat": [50, 106, 121], "startdownload": 70, "startedat": 87, "starter": 153, "startfilemov": 70, "startfoldercr": 70, "startprogress": 130, "startreadfileproperti": 70, "startreadrootfold": 70, "startremovefil": 70, "startshareremov": 70, "startsharesretrievalforfileorfold": 70, "startsharesretrievalforfilesinfold": 70, "startup": [1, 90, 153, 165], "startupload": 70, "stat": 62, "state": [14, 24, 31, 37, 44, 46, 61, 76, 77, 79, 81, 88, 90, 96, 107, 113, 129, 132, 153, 166, 170, 172, 185, 199, 229, 233], "statement": [15, 40, 81, 82, 95, 104, 122, 186, 187, 222, 234], "static": [22, 25, 100, 107, 113, 126, 132, 138, 143, 145, 186, 201, 211, 222, 227, 229, 234, 235, 241], "statist": 125, "statu": [20, 43, 44, 45, 46, 48, 49, 50, 51, 53, 56, 57, 58, 59, 61, 66, 74, 75, 76, 81, 87, 88, 90, 93, 96, 97, 101, 104, 109, 112, 113, 121, 129, 131, 135, 141, 142, 153, 165, 166, 168, 172, 173, 176, 177, 178, 179, 182, 188, 190, 215, 223, 228, 240], "status": 45, "status_bad_request": 49, "status_cancel": 140, "status_cod": 170, "status_cr": 49, "status_fail": [87, 140, 141, 142], "status_forbidden": 49, "status_not_found": [20, 49], "status_ok": 49, "status_run": [87, 140, 141, 142], "status_schedul": [87, 140, 141, 142], "status_success": [87, 140, 141, 142], "status_unknown": [87, 140, 141, 142], "statuscod": [43, 44, 46, 48, 52, 96, 101, 129, 168, 177, 182], "statusicon": 54, "statusmanag": 138, "statustyp": 54, "stdclass": 49, "steal": 209, "step": [5, 8, 15, 16, 17, 22, 32, 34, 40, 44, 45, 49, 63, 76, 82, 97, 98, 107, 113, 114, 118, 132, 140, 141, 142, 149, 151, 153, 155, 156, 161, 165, 166, 170, 189, 190, 204, 206, 225, 229, 231, 232, 234, 238, 239], "stick": [5, 22], "sticki": 193, "still": [10, 16, 20, 21, 23, 26, 37, 40, 42, 44, 45, 46, 49, 52, 76, 77, 81, 95, 96, 107, 122, 129, 131, 140, 144, 151, 152, 153, 154, 156, 188, 190, 194, 198, 199, 200, 204, 209, 222, 223, 227, 229, 230, 231, 232, 233, 234, 235, 238, 239, 242], "stitcher": [225, 229, 232], "stop": [16, 49, 70, 204], "stoppableeventinterfac": 223, "storag": [9, 15, 28, 35, 41, 46, 61, 63, 90, 122, 134, 165, 201, 204, 215, 231, 232, 237, 241], "storage_typ": 99, "storage_type_extern": 99, "storage_type_intern": 99, "storageexcept": [38, 41], "storageloc": 46, "store": [5, 6, 7, 11, 13, 15, 16, 20, 21, 22, 29, 33, 35, 37, 40, 44, 49, 52, 61, 66, 70, 82, 92, 96, 98, 99, 104, 105, 107, 113, 114, 115, 119, 137, 140, 141, 142, 145, 154, 162, 168, 171, 177, 179, 186, 190, 201, 203, 209, 223, 227, 236, 241], "store_login_token": 119, "str": 171, "str_contain": 132, "str_replac": [30, 209], "str_starts_with": 129, "straight": [18, 165], "straightforward": [134, 150, 161], "strategi": [15, 20], "stream": [69, 140, 151, 156, 213, 237], "streamlin": 82, "streamrespons": [20, 49, 232], "strict": [20, 92, 129, 186, 199, 228, 229, 233], "strict_typ": [0, 1, 30, 89, 96, 99, 101, 104, 116, 120, 124, 125, 126, 132, 133, 135, 136, 137, 140, 141, 142, 145, 147], "strictcontentsecuritypolici": 235, "strictcookierequir": 231, "strictcookiesrequir": 231, "stricter": 90, "strictevalcontentsecuritypolici": 235, "strictinlinecontentsecuritypolici": 235, "strictli": 215, "string": [5, 6, 18, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 36, 37, 38, 40, 45, 46, 49, 50, 52, 53, 54, 56, 57, 59, 61, 66, 70, 73, 78, 87, 90, 92, 93, 94, 96, 99, 101, 103, 104, 106, 107, 108, 110, 116, 120, 121, 123, 124, 125, 126, 128, 129, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 154, 165, 167, 170, 171, 174, 178, 187, 190, 209, 215, 220, 227, 228, 229, 231, 232, 233, 234, 235], "stringabl": 29, "stringent": 107, "stringifi": 101, "stringutil": 218, "strip": 61, "stripe": 13, "strive": 185, "strlen": 107, "strong": [69, 122, 185, 204], "stronger": 77, "strongli": [152, 186, 194, 232], "strpo": 132, "strtoupper": 1, "structur": [8, 28, 33, 45, 48, 62, 76, 88, 107, 113, 122, 129, 132, 151, 155, 165, 170, 184, 190, 193, 198, 199, 215, 228], "stub": [107, 243], "studi": 106, "studio": [71, 72], "stuff": [41, 70, 122, 166, 234, 243], "style": [20, 23, 26, 42, 107, 118, 134, 151, 172, 184, 190, 191, 192, 194, 198, 199, 201, 202, 223, 231, 232, 241], "stylelint": 118, "stylis": 199, "su": [152, 243], "sub": [3, 25, 26, 38, 146, 169, 186, 189, 199, 203, 214, 221], "subadmin": 46, "subadminrequir": 231, "subclass": [20, 22], "subdirectori": 41, "subfil": 52, "subfold": [82, 190], "subj": 10, "subject": [22, 76, 82, 147, 174, 198, 229], "subject_kei": 69, "subject_param": 174, "subject_rich": 69, "subject_typ": 174, "sublim": 98, "sublimetextxdebug": 98, "sublin": [77, 129, 132], "submiss": 203, "submit": [10, 14, 25, 42, 43, 81, 129, 199, 200, 202, 203, 209, 226, 227], "submitcont": 94, "submodul": [82, 189], "subscrib": [73, 113, 114, 115, 188, 223, 232], "subscript": [22, 233], "subscriptioncreatedev": 221, "subscriptiondeletedev": 221, "subscriptionupdatedev": 221, "subsequ": [101, 122, 132], "subset": 69, "substanti": 185, "substitut": 29, "substr": 154, "subsystem": [36, 185], "subtempl": 209, "subtext": 129, "subtitl": [20, 96, 140], "subtyp": 169, "suburl": 28, "subvers": 5, "succeed": 135, "success": [1, 14, 17, 20, 22, 30, 49, 52, 53, 56, 60, 76, 77, 87, 115, 116, 135, 141, 142, 164, 165, 166, 168, 170, 177, 194, 229, 233, 240], "successfulli": [1, 17, 22, 43, 81, 131, 140, 141, 142, 174], "successor": 132, "succinctli": 21, "sudo": [33, 40, 42, 82, 125, 136, 156, 165, 189, 190, 239], "suffer": [42, 204], "suffic": 204, "suffici": [16, 76, 131], "suffix": [16, 22, 37, 166, 231], "suggest": [14, 17, 20, 22, 82, 129, 149, 188, 202], "suit": [76, 89, 107, 152, 186, 243], "suitabl": 61, "summar": [43, 61, 135, 140, 142], "summari": [5, 43, 49, 87, 107, 121, 129, 130, 140, 155, 185, 222, 229, 233], "summarytask": [140, 142], "summarytasktyp": [140, 142, 231], "super": 122, "superglob": 20, "supersed": 129, "suppli": [5, 20, 25, 110, 140, 150, 190], "support": [1, 5, 8, 10, 11, 15, 16, 20, 22, 23, 24, 28, 29, 31, 33, 39, 42, 45, 46, 52, 54, 57, 58, 63, 65, 69, 75, 76, 77, 82, 90, 95, 98, 99, 102, 108, 110, 113, 115, 116, 119, 126, 132, 135, 140, 142, 148, 150, 151, 152, 154, 157, 160, 162, 163, 165, 166, 167, 169, 171, 175, 176, 188, 190, 192, 195, 196, 200, 204, 210, 213, 215, 216, 217, 225, 227, 228, 229, 230, 233, 236], "supportedcalendarcomponentset": 107, "supportedlock": 61, "supports_emoji": 54, "suppos": [134, 138, 232, 234], "suppress": 95, "sure": [1, 10, 12, 14, 15, 16, 18, 25, 40, 41, 44, 49, 79, 81, 82, 89, 106, 107, 110, 122, 125, 129, 131, 134, 140, 149, 152, 156, 161, 189, 192, 193, 194, 204, 209, 215, 217, 219, 220, 222, 225, 226, 227, 228, 229, 230, 239, 240, 241, 243], "surfac": 76, "surprisingli": 204, "surround": [42, 81], "survey_cli": 134, "suspect": 104, "svenstaro": 15, "svg": [5, 27, 34, 43, 69, 96, 124, 129, 132, 134, 171, 181, 197, 215, 226, 227], "swap": 21, "swift": 215, "swiftli": 204, "switch": [16, 76, 98, 101, 132, 141, 142, 185, 186, 187, 188, 222, 226, 227, 229, 233, 239], "symbol": [76, 77], "symfoni": [1, 3, 22, 145, 175, 223], "symfonycomponentgenericev": [17, 22], "symptom": 162, "sync": [4, 5, 29, 42, 48, 82, 83, 122, 132, 154, 204], "synchron": [19, 71, 83, 87, 140, 141, 142, 170, 234], "synchronousprovideropt": [140, 213], "syncjob": 5, "syntax": [3, 23, 42, 43, 49, 52, 53, 76, 81, 95, 190, 222], "sysadmin": 35, "syslog": 29, "system": [7, 8, 14, 17, 18, 22, 25, 26, 29, 30, 39, 41, 76, 77, 81, 93, 99, 107, 110, 122, 125, 129, 135, 150, 152, 161, 169, 176, 182, 192, 194, 209, 227, 228, 229, 231, 233, 234, 235, 236, 243], "system_prompt": 140, "systemconfig": 232, "systemctl": 189, "systemd": 29, "systemtag": [229, 232, 233, 234], "systemtagobjectmapp": 232, "systemtagsentityev": 229, "sysvsem": 242, "t": [7, 8, 10, 14, 15, 16, 20, 21, 22, 25, 30, 31, 32, 34, 37, 43, 49, 52, 56, 61, 69, 82, 96, 99, 108, 116, 119, 122, 124, 126, 129, 130, 132, 133, 134, 135, 137, 140, 141, 142, 145, 152, 154, 157, 161, 166, 175, 176, 184, 186, 187, 189, 192, 198, 199, 204, 209, 215, 217, 218, 220, 221, 222, 223, 224, 227, 228, 231, 239], "tab": [13, 15, 20, 23, 76, 185, 186, 219, 234], "tabl": [19, 20, 33, 39, 40, 49, 61, 82, 95, 97, 98, 99, 104, 122, 136, 190, 194, 230, 233, 234], "table_name_uniq_featur": 37, "tablenam": 21, "tablescolumn": 49, "tactic": 184, "tag": [5, 10, 13, 15, 16, 20, 21, 29, 45, 61, 76, 77, 81, 85, 129, 148, 149, 151, 154, 165, 176, 178, 184, 185, 186, 189, 221, 229, 231, 232, 233, 234], "tag_favorit": 220, "tagassignedev": 233, "tagmanag": [220, 232], "tagmapp": 232, "tagnam": [229, 234], "tagservic": 229, "tagsplugin": 148, "tagunassignedev": 233, "tail": 122, "take": [14, 15, 18, 20, 22, 40, 49, 63, 69, 101, 107, 116, 122, 129, 130, 132, 134, 137, 140, 141, 142, 151, 154, 171, 175, 181, 184, 185, 187, 188, 202, 204, 213, 233, 234, 240], "taken": [20, 29, 170, 202], "talk": [14, 21, 38, 46, 52, 54, 61, 76, 80, 86, 96, 105, 113, 124, 126, 129, 132, 138, 172, 183, 190, 236], "talk_bot": [165, 180], "talk_bot_webhook_route_on_ex_app": 180, "tar": [15, 16, 17, 22, 61, 152, 232], "tarbal": [15, 16, 61, 89], "target": [5, 13, 16, 17, 18, 22, 63, 82, 83, 96, 101, 124, 129, 132, 140, 151, 169, 191, 199], "target_languag": 140, "targetdirectori": 70, "targetus": [69, 124], "task": [16, 17, 20, 22, 33, 43, 45, 47, 55, 76, 84, 106, 107, 113, 116, 137, 150, 160, 198, 231, 233, 234], "task_id": 87, "taskfailedev": [140, 141, 142, 231], "taskfailureexcept": [141, 142, 231], "tasknotfoundexcept": 231, "taskprocess": [45, 57, 75, 84, 113, 116, 137, 141, 142, 211, 213, 231, 233, 234], "taskprocessingmanag": 140, "tasksuccessfulev": [140, 141, 142, 231], "tasktyp": [57, 87, 140, 142], "tasktypeid": 140, "tbd": [22, 210, 234], "team": [12, 13, 107, 129, 156, 185, 230], "teardown": [41, 243], "teardownafterclass": [41, 243], "technic": [11, 20, 73, 81, 163, 185, 197, 201], "technologi": [116, 137, 140, 141, 142, 150, 206], "tecnativa": 158, "tediou": 49, "tel": [99, 179], "tell": [20, 43, 44, 49, 76, 81, 96, 105, 107, 129, 190, 204], "temp": 35, "templat": [6, 7, 8, 23, 24, 25, 28, 29, 49, 69, 95, 100, 113, 126, 129, 131, 134, 144, 155, 189, 201, 204, 215, 228, 233, 239], "templatecontrol": 233, "templatefilecr": 228, "templateid": 101, "templatenam": [20, 25, 26], "templaterespons": [6, 17, 20, 22, 31, 34, 49, 126, 129, 134, 190, 229], "tempmanag": 232, "temporari": 63, "temporarili": 222, "ten": 76, "term": [22, 42, 53, 94, 107, 129, 132, 150, 151, 185, 191, 230], "termin": [44, 82, 140, 190, 239], "terminologi": 109, "terrifi": 129, "tertiari": [76, 194, 231], "test": [3, 7, 16, 19, 20, 21, 28, 33, 37, 45, 48, 62, 64, 65, 66, 69, 70, 79, 82, 85, 89, 92, 95, 98, 100, 103, 104, 107, 110, 113, 122, 130, 135, 140, 144, 147, 149, 155, 156, 161, 165, 175, 177, 185, 188, 189, 190, 194, 201, 204, 222, 225, 229, 231, 232, 233, 234, 241], "test1": [69, 195, 198], "test2": 195, "test3": 195, "test4": 195, "test_arg": 175, "test_ex_app_field_1": 179, "test_ex_app_field_1_1": 179, "test_ex_app_field_1_2": 179, "test_ex_app_field_1_3": 179, "test_ex_app_field_1_4": 179, "test_ex_app_field_2": 179, "test_ex_app_field_3": 179, "test_ex_app_field_4": 179, "test_ex_app_field_5": 179, "test_ex_app_field_6": 179, "test_harp_integr": 152, "test_kei": 168, "test_sensitive_field": 99, "test_sensitive_field_2": 99, "testabl": [21, 143], "testact": 70, "testaddtwo": 243, "testcas": [41, 187, 233, 243], "testdummi": 187, "tester": 16, "testfil": 135, "testfilenotfound": 41, "testm": 243, "testremot": 232, "testsuit": 243, "text": [5, 17, 20, 22, 25, 27, 29, 30, 37, 42, 43, 45, 46, 47, 49, 50, 57, 58, 61, 64, 66, 69, 75, 81, 82, 84, 87, 90, 93, 96, 98, 99, 101, 103, 107, 110, 113, 116, 121, 129, 135, 140, 156, 179, 186, 190, 194, 195, 199, 200, 209, 213, 215, 223, 229, 231, 232, 233], "text2imag": [56, 140], "text2imagemanag": 141, "text2imagetask": 141, "text2speech": [43, 140], "text2text": [43, 87, 140], "text_to_speech": 43, "textarea": 134, "textcont": 129, "textdocu": 101, "textdocumenttempl": 101, "textoutput": 140, "textprocess": [45, 75, 84, 113, 140, 231], "textprocessingmanag": [140, 142], "texttoimag": [87, 140, 141, 231], "texttoimageexcept": 231, "texttospeech": [140, 233], "texttotext": 140, "texttotextchangeton": 140, "texttotextchat": 140, "texttotextchatwithtool": 140, "texttotextform": 140, "texttotextheadlin": 140, "texttotextproofread": 140, "texttotextreformul": 140, "texttotextsimplif": 140, "texttotextsummari": 140, "texttotexttop": 140, "texttotexttransl": 140, "th": 8, "th_th": 8, "than": [5, 10, 12, 16, 18, 21, 22, 25, 33, 37, 38, 43, 49, 52, 54, 62, 69, 76, 77, 81, 82, 96, 101, 104, 107, 116, 122, 140, 141, 142, 184, 185, 189, 190, 196, 198, 199, 204, 209, 221, 222, 229, 230, 231, 233, 236, 243], "thank": [70, 203], "thei": [0, 3, 14, 15, 16, 18, 20, 21, 22, 25, 33, 35, 36, 37, 40, 42, 44, 46, 48, 49, 61, 63, 69, 76, 77, 79, 81, 82, 83, 85, 89, 95, 97, 101, 105, 106, 107, 115, 119, 122, 129, 130, 131, 132, 135, 136, 140, 142, 150, 151, 153, 154, 176, 179, 185, 186, 188, 190, 198, 202, 204, 206, 209, 213, 221, 227, 229, 231, 233], "them": [0, 1, 10, 13, 14, 15, 16, 17, 20, 21, 22, 29, 33, 34, 37, 40, 41, 42, 44, 46, 49, 61, 69, 76, 81, 82, 85, 93, 97, 101, 107, 119, 122, 125, 127, 129, 140, 146, 150, 151, 154, 160, 167, 176, 185, 188, 189, 190, 192, 196, 199, 202, 204, 206, 209, 215, 223, 225, 227, 229, 231, 233, 235, 239, 243], "theme": [5, 20, 24, 28, 45, 76, 77, 194, 195], "themoviedb": 129, "themselv": [14, 17, 22, 85, 185, 190, 205, 233], "theoret": 222, "theori": 40, "theplan": 110, "therebi": [89, 94], "therefor": [0, 5, 16, 18, 20, 22, 37, 40, 42, 44, 49, 106, 107, 130, 131, 132, 159, 160, 161, 193, 206, 221, 222, 223, 227, 229, 231], "thi": [0, 1, 2, 3, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 60, 61, 63, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 82, 83, 85, 87, 89, 90, 92, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 152, 153, 154, 155, 156, 158, 159, 160, 161, 162, 164, 165, 166, 167, 169, 170, 175, 180, 185, 187, 188, 189, 190, 192, 194, 198, 199, 200, 202, 204, 206, 209, 211, 212, 215, 217, 218, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 239, 240, 243], "thing": [14, 15, 16, 18, 20, 21, 25, 29, 35, 37, 40, 42, 44, 61, 76, 79, 82, 126, 130, 134, 166, 185, 188, 204, 226, 227, 229, 233], "think": [17, 20, 22, 49, 122, 131, 151, 154, 190, 202, 204, 236], "thinkabl": 20, "third": [10, 14, 20, 22, 29, 71, 99, 106, 123, 131, 132, 135, 186, 188, 190, 231, 240], "this_field": 40, "thisauthorsid": 61, "thoroughli": 185, "those": [8, 10, 14, 15, 16, 17, 20, 21, 22, 43, 49, 52, 61, 76, 77, 85, 92, 93, 96, 97, 104, 119, 128, 129, 132, 152, 185, 188, 189, 204, 217, 222, 228, 229, 231, 233], "though": [10, 20, 37, 82, 131, 140, 149, 222], "thought": 223, "thread": [17, 22, 82, 229], "three": [16, 35, 40, 61, 67, 69, 76, 101, 107, 126, 134, 161, 190, 199, 200, 204, 206, 209, 211, 222], "threw": 231, "thrive": 206, "throttl": 20, "throttler": 232, "through": [1, 5, 8, 12, 14, 16, 19, 20, 26, 40, 42, 46, 48, 49, 61, 74, 76, 79, 82, 90, 92, 96, 98, 101, 105, 106, 121, 126, 132, 139, 147, 150, 151, 156, 188, 209, 213, 222, 223, 231, 233, 236], "throughout": [20, 190], "throughput": 122, "throw": [17, 22, 30, 36, 37, 38, 41, 45, 69, 74, 98, 105, 107, 116, 128, 137, 140, 141, 142, 143, 145, 146, 187, 222, 228, 229, 231, 233, 234, 240], "throwabl": [29, 37, 125, 145, 228, 233], "throwexcept": 41, "thrown": [17, 21, 22, 107, 222, 231], "thu": [0, 20, 22, 44, 82, 107, 115, 131, 135, 137, 186, 204, 209, 233], "thumb": [129, 131, 140, 185], "thumbnail": [5, 132, 233], "thumbnailurl": [129, 132], "ti": 20, "tianon": 152, "tick": [104, 158], "ticket": [8, 12, 185, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228], "tidi": 82, "tight": [21, 150], "tighten": 20, "time": [0, 2, 5, 12, 14, 15, 16, 17, 20, 21, 22, 33, 35, 37, 38, 40, 42, 44, 49, 54, 56, 61, 62, 67, 69, 76, 79, 82, 85, 89, 92, 97, 101, 104, 113, 114, 115, 116, 122, 125, 127, 130, 133, 135, 136, 137, 140, 141, 142, 148, 152, 156, 161, 162, 171, 185, 188, 189, 190, 194, 204, 206, 209, 213, 220, 228, 229, 232, 233, 234, 239, 243], "time_immut": [37, 232], "time_insensit": 18, "timedjob": [18, 230], "timefactori": [139, 232], "timelin": [206, 212], "timeout": [20, 61, 116, 137, 141, 142, 153, 165, 192], "timestamp": [50, 54, 56, 61, 68, 69, 76, 82, 96, 97, 121, 129, 136, 140, 170, 232, 235], "timezon": [37, 50, 127, 143, 232, 233], "tini": [63, 222], "tip": [39, 45, 76, 110, 122, 134], "tipsi": 221, "titl": [13, 20, 31, 42, 43, 48, 49, 76, 77, 87, 94, 96, 99, 101, 124, 129, 132, 134, 174, 179, 190, 199, 227], "titlecas": 49, "tld": [108, 112, 133, 209], "tldr": 188, "tmigratorbasicversionhandl": 145, "tmp": [62, 152, 192], "tmpfile": 215, "tmpfolder": 215, "to_gif": 171, "toast": 220, "todai": 101, "todo": [49, 69, 96, 101, 107, 108, 132, 136, 229], "todoapicontrol": 49, "todoitem": 49, "togeth": [10, 13, 15, 49, 62, 76, 77, 82, 90, 122, 129, 134, 152], "toggl": [25, 69, 78, 99, 132, 166, 179, 193, 198, 199, 226, 233], "toggleclass": 199, "togoogl": 20, "toic": 106, "token": [15, 17, 20, 22, 24, 29, 31, 44, 46, 60, 61, 70, 88, 101, 113, 115, 121, 128, 129, 131, 139, 140, 190, 192, 227, 229, 231, 232], "tolabel": 58, "tolanguag": [58, 116], "tom": 32, "toml": 152, "ton": 140, "tone": [76, 78, 79, 140], "too": [19, 20, 54, 56, 57, 58, 104, 118, 122, 132, 184, 204, 209, 210, 226, 231, 232], "took": [122, 125], "tool": [4, 5, 10, 14, 15, 16, 25, 27, 49, 71, 81, 82, 90, 93, 95, 113, 115, 118, 120, 140, 141, 142, 144, 151, 154, 183, 191, 201, 204, 220, 222, 226, 229], "tool_cal": 140, "tool_call_id": 140, "tool_messag": 140, "toolbar": 125, "toolkit": 159, "tooltip": [81, 227], "tootltip": 227, "top": [20, 21, 34, 37, 46, 48, 76, 89, 93, 112, 125, 131, 134, 151, 153, 167, 172, 183, 190, 199, 209, 243], "top_menu": 181, "topic": [43, 76, 140, 142], "topicstasktyp": [142, 231], "topmenu": [154, 181], "topmostparentid": 64, "torn": [17, 22], "total": [46, 61, 62, 63, 232], "totalitem": [46, 168, 177, 182], "totallytyp": 95, "totaltotransf": 70, "totaltransferredsofar": 70, "toto": 96, "touch": [90, 152, 190, 199], "toward": 239, "tr": 42, "trace": [29, 49, 122], "track": [37, 122, 125, 129, 188], "tracker": [5, 14, 204], "trademark": 14, "tradit": 221, "tradition": [21, 52, 152], "traffic": 19, "trail": [42, 76], "train": [18, 188], "trait": [37, 135, 145, 228, 238], "transact": [39, 97], "transcrib": [43, 137, 140], "transcribefil": 137, "transcript": [17, 22, 228], "transcriptionfailedev": [137, 231], "transcriptionsuccessfulev": [137, 231], "transfer": [8, 22], "transform": [11, 16, 33, 132, 154, 187, 223], "transifex": [4, 42, 81, 154], "transit": [194, 221, 226, 228], "translat": [4, 5, 14, 16, 28, 38, 43, 45, 75, 78, 84, 113, 115, 124, 129, 132, 134, 135, 140, 151, 155, 163, 183, 201, 217, 228, 231, 236], "translatablefil": 154, "translateplur": 154, "translation_templ": 154, "translationfil": [8, 42, 154], "translationtool": [8, 154, 167], "transmiss": 20, "transmit": 131, "transpar": [12, 14, 20, 44, 223], "transpil": 223, "transport": [22, 101, 152], "trap": 129, "trash": [67, 231], "trashbin": [18, 22, 65, 73, 75], "travers": 208, "treat": [40, 90, 204], "tree": [64, 82, 148, 194], "trev6tmyjlbj7hgdcpz": 10, "tri": [17, 19, 21, 22, 58, 97, 107], "triag": [12, 115, 185], "triager": [185, 204], "trick": [45, 98, 134, 190, 209], "trigger": [12, 17, 18, 20, 21, 22, 29, 30, 60, 73, 76, 81, 94, 96, 101, 104, 105, 122, 132, 153, 175, 178, 188, 199], "trigger_error": 98, "triggerinitialimport": 94, "trim": [42, 129], "tripl": 42, "trivial": 35, "troubl": 44, "troubleshoot": [75, 162, 163, 192], "true": [3, 15, 20, 21, 25, 27, 29, 30, 32, 34, 37, 40, 44, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 70, 82, 87, 90, 92, 93, 94, 95, 96, 98, 99, 101, 104, 107, 112, 116, 122, 128, 129, 131, 132, 134, 135, 136, 138, 140, 144, 145, 164, 170, 179, 186, 187, 189, 192, 209, 228, 229, 231, 232], "trust": [10, 15, 20, 113, 114, 135], "trusteddomainhelp": 232, "try": [0, 3, 8, 10, 20, 29, 32, 36, 37, 38, 41, 49, 81, 97, 98, 107, 112, 122, 125, 129, 133, 140, 141, 142, 145, 151, 161, 166, 184, 204, 234], "tsx": 154, "tt1446714": 129, "ttl": [19, 61], "ttransact": [37, 97, 228], "tune": 199, "tupl": [45, 144], "turn": [20, 32, 33, 42, 89, 140, 142, 146, 196, 199, 209], "tutori": [4, 34, 45, 75, 189, 190, 201, 206], "tweak": 140, "twice": [3, 17, 22], "twitter": [46, 124], "two": [1, 3, 5, 14, 15, 17, 18, 19, 20, 22, 23, 25, 33, 34, 42, 43, 44, 49, 63, 71, 72, 76, 81, 82, 85, 87, 88, 99, 101, 104, 106, 107, 110, 113, 116, 122, 129, 131, 132, 134, 149, 152, 158, 164, 167, 170, 179, 185, 186, 189, 190, 198, 199, 202, 204, 215, 222, 231, 232, 234, 235, 236], "twofactor": 5, "twofactor_backupcod": 40, "twofactor_test": 144, "twofactorauth": [144, 215, 229, 233], "twofactorproviderchallengefail": 229, "twofactorproviderchallengepass": 229, "twofactorproviderdis": 229, "twofactorproviderforuserdis": 229, "twofactorproviderforuseren": 229, "twofactorproviderforuserregist": 229, "twofactorproviderforuserunregist": 229, "twofactorprovideruserdelet": 229, "twofactortestprovid": 144, "tx": 16, "txt": [38, 61, 62, 69, 87, 103, 104, 110, 152, 209], "type": [5, 8, 13, 15, 16, 17, 20, 22, 28, 29, 31, 32, 36, 40, 42, 43, 45, 46, 50, 52, 53, 54, 56, 58, 59, 61, 62, 64, 66, 69, 73, 76, 80, 82, 84, 85, 87, 92, 94, 95, 96, 98, 101, 103, 104, 110, 112, 113, 114, 115, 120, 125, 126, 127, 129, 132, 134, 135, 136, 147, 148, 150, 151, 152, 153, 165, 167, 172, 174, 179, 181, 184, 185, 189, 190, 192, 195, 198, 199, 200, 209, 215, 220, 221, 222, 228, 229, 230, 231, 232, 233, 234, 237], "type_bool": 132, "type_int": [104, 132], "type_mor": 96, "type_new": 96, "type_setup": 96, "type_us": 132, "typeda": 93, "typehint": 215, "typeiconclass": 126, "typeof": 101, "typescript": [28, 115, 185, 190], "typestr": 126, "typic": [3, 16, 19, 20, 21, 32, 42, 61, 69, 80, 95, 101, 107, 116, 118, 131, 132, 137, 140, 141, 142, 154, 185, 190], "typing_in_psalm": 49, "typo": 8, "typographi": 78, "u": [33, 40, 42, 44, 46, 48, 63, 64, 66, 82, 96, 98, 101, 125, 129, 136, 152, 156, 161, 165, 169, 190, 192, 234, 240], "u29tzvnpz25lzerhdgffegftcgxl": 10, "ubuntu": 15, "ui": [5, 25, 46, 69, 70, 76, 77, 81, 99, 101, 115, 126, 129, 132, 135, 138, 151, 153, 154, 165, 166, 167, 172, 179, 181, 192, 194, 199, 228, 231, 235], "ui_exampl": [154, 167, 171, 181], "uid": [17, 18, 22, 37, 40, 44, 61, 106, 107, 146, 218], "uk": 118, "ul": [184, 193, 198, 199, 200], "umgehen": 5, "un": [61, 130], "unabl": [14, 49, 135], "unam": 152, "unannounc": 14, "unauthent": 101, "unauthor": [50, 59, 161, 209], "unauthorizedexcept": 140, "uncertain": [141, 142], "unchang": 69, "unclear": 206, "uncomput": 61, "undefin": [42, 73, 82, 101, 186, 234], "undefinedclass": 95, "undefineddocblockclass": 95, "under": [1, 14, 15, 20, 21, 61, 71, 76, 79, 82, 101, 122, 152, 154, 185, 189, 190, 222, 228, 243], "undergo": 105, "underli": [38, 82, 132, 231, 232], "underscor": [5, 20, 37, 54, 69, 94, 187, 190], "understand": [16, 20, 22, 42, 43, 49, 73, 82, 113, 114, 125, 131, 140, 150, 151, 161, 190, 206], "undo": [79, 185, 197], "unescap": [26, 209], "unexpect": [14, 22, 37, 188], "unexpectedli": 233, "unfamiliar": 21, "unfavor": 76, "unfortun": [192, 228], "unfreez": 185, "unhandl": 101, "unhappi": 204, "unicod": 42, "unifi": [47, 101, 115, 118, 132, 220, 221, 231, 233], "uniform": [101, 236], "uninstal": [5, 14, 130, 149, 154, 178], "unintend": 188, "unintent": 14, "unintention": 231, "union": 49, "uniqu": [20, 37, 44, 46, 61, 63, 69, 79, 92, 94, 96, 99, 101, 106, 121, 124, 132, 136, 140, 141, 144, 145, 165, 175, 188, 190, 204, 234], "unique_name_of_file_action_menu": 171, "unique_name_of_file_actions_menu": 171, "unique_name_of_script": 181, "unique_name_of_styl": 181, "unique_name_of_top_menu": 181, "uniqueconstraintviolationexcept": 234, "uniquememb": 218, "unit": [19, 21, 37, 70, 95, 98, 120, 185, 190, 201, 219, 241], "univers": [92, 129], "unix": [54, 56, 107, 121, 140, 185, 232, 236], "unixtim": 63, "unknown": [52, 61, 69, 81, 92, 101, 104, 231, 234, 240], "unknownactivityexcept": [69, 231], "unknownnotificationexcept": 231, "unless": [14, 20, 61, 81, 90, 92, 97, 122, 131, 139, 140, 141, 142, 152, 185, 193, 209, 211, 222, 238], "unlik": [61, 82, 156, 166, 169, 190], "unlimit": 61, "unnecessari": 42, "unnecessarili": 20, "unnot": 15, "unoffici": 222, "unpredict": [49, 130], "unpublish": 22, "unread": [61, 76, 77, 96, 148, 199], "unregist": [153, 172], "unregistercalendar": 224, "unrel": [76, 122, 231], "unsaf": [216, 229], "unselect": 195, "unset": [52, 69, 218], "unshar": [22, 61], "unsign": [10, 37, 136], "unsigned_fil": 82, "unsplash": 73, "unstabl": [86, 113], "unsubscrib": 232, "unsupport": [13, 101, 204], "unsur": 204, "until": [18, 20, 44, 48, 115, 132, 137, 141, 142, 166, 231], "untouch": [40, 222], "untranslat": 8, "untyp": 22, "unus": [29, 122, 211, 222, 233], "unvalid": 208, "unwillingli": 209, "up": [3, 5, 7, 8, 9, 14, 15, 18, 19, 20, 21, 41, 42, 44, 48, 49, 64, 76, 85, 89, 94, 95, 96, 106, 115, 122, 132, 134, 140, 141, 142, 148, 152, 153, 155, 163, 167, 185, 187, 190, 191, 192, 199, 201, 204, 206, 214, 225, 227, 229, 231, 232, 234, 241, 243], "upcom": [45, 85, 138, 233, 238], "updat": [3, 5, 8, 10, 12, 14, 15, 17, 18, 21, 22, 33, 37, 40, 42, 45, 48, 49, 50, 61, 64, 70, 73, 81, 82, 88, 89, 90, 93, 94, 96, 97, 102, 113, 115, 118, 122, 130, 134, 140, 152, 153, 162, 165, 168, 170, 177, 178, 188, 189, 190, 192, 223, 227, 228, 230, 231, 233, 234, 235, 236, 238, 239], "updateaccess": 94, "updateaccessdeclar": 94, "updateaccessop": 94, "updateaccessprovid": 94, "updatecachedcalendarobject": 221, "updatecalendar": 221, "updatecalendarobject": 221, "updatecard": 221, "updated_at": 129, "updatefilesmetadata": 104, "updateglobalindex": 93, "updategloballazi": 93, "updateglobalsensit": 93, "updateindex": 93, "updatelazi": [90, 93], "updatenotif": [5, 230], "updatesensit": [90, 93], "updateshar": 221, "updatesubscript": 221, "updatetodo": 49, "updateusermanag": 146, "upgrad": [10, 21, 40, 82, 89, 130, 189, 206, 212, 214], "upload": [10, 15, 16, 52, 65, 66, 71, 73, 75, 76, 81, 101, 104, 122, 154, 209, 230, 231], "upload_path": 62, "upload_tim": [61, 66], "uploadlimit": 233, "uploadoper": 70, "uploadremotefileoper": 70, "upon": [6, 21, 82, 105, 107, 116, 117, 134, 137, 142, 206], "upper": [77, 82], "uppercamelcas": 187, "uppercas": [1, 20, 30, 42, 81, 89], "upscal": [171, 174], "upscaled_image_nam": 174, "upscaler_exampl": 171, "upstream": [222, 229], "upvot": 188, "urandom": 62, "urgenc": 90, "urgent": [14, 96], "uri": [52, 70, 106, 107, 108, 140], "url": [5, 7, 13, 19, 20, 21, 24, 27, 28, 31, 32, 37, 43, 44, 46, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 69, 70, 73, 76, 82, 94, 96, 99, 101, 105, 106, 108, 115, 124, 126, 128, 129, 131, 132, 133, 135, 153, 154, 165, 169, 171, 172, 174, 178, 179, 181, 189, 190, 192, 194, 209, 215, 231, 240, 243], "url_regex_no_modifi": 230, "urlencod": [20, 44], "urlgener": [28, 31, 34, 96, 124, 132, 134, 135, 147, 215, 232], "urlparam": [21, 25, 30, 36, 49, 96, 99, 110, 124, 126, 145], "urlparamet": 33, "urn": 64, "us": [0, 1, 2, 3, 5, 8, 10, 14, 15, 16, 17, 18, 19, 22, 25, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 52, 55, 56, 57, 60, 61, 62, 63, 64, 66, 69, 70, 71, 72, 73, 76, 77, 79, 81, 85, 87, 89, 90, 92, 93, 95, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 110, 112, 113, 115, 116, 118, 119, 120, 122, 123, 124, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 158, 160, 161, 162, 164, 165, 166, 167, 170, 171, 173, 174, 175, 176, 179, 184, 185, 187, 188, 189, 190, 192, 193, 194, 195, 196, 198, 199, 200, 202, 209, 211, 213, 215, 217, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243], "usabl": [79, 129, 185], "usag": [15, 21, 28, 35, 42, 65, 76, 86, 95, 107, 113, 125, 131, 154, 173, 175, 185, 188, 194, 196, 221, 222, 225, 232, 233, 241], "use_path_styl": 192, "use_ssl": 192, "usebackend": 233, "usecas": 232, "usedock": 243, "user": [0, 1, 5, 6, 8, 10, 13, 16, 18, 21, 25, 29, 32, 34, 35, 37, 38, 39, 43, 45, 50, 52, 56, 57, 58, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 75, 77, 78, 79, 81, 82, 83, 84, 86, 90, 92, 93, 94, 98, 99, 101, 104, 105, 106, 107, 109, 110, 111, 113, 115, 117, 119, 121, 122, 124, 128, 129, 131, 132, 133, 135, 139, 140, 141, 144, 149, 150, 153, 155, 156, 160, 162, 165, 167, 170, 172, 174, 176, 178, 179, 186, 187, 188, 189, 190, 191, 192, 194, 199, 200, 201, 204, 209, 215, 218, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 233, 235, 240, 243], "user1": [48, 69, 110], "user123": 146, "user2": [48, 110], "user3": 48, "user_ag": 44, "user_id": 40, "user_ldap": [17, 134, 221, 229], "user_oidc": 119, "user_prefer": 25, "user_saml": 192, "user_statu": [54, 239], "useraddedev": 229, "userbackendregist": 221, "usercach": 232, "userchangedev": 229, "userconfig": [91, 113, 114], "userdeletedev": 229, "userdeletedlisten": 0, "userfacingprocessingexcept": 140, "userfirsttimeloggedinev": 229, "userfold": 38, "usergrouplist": 193, "userid": [1, 17, 21, 22, 29, 36, 46, 50, 54, 56, 57, 63, 70, 87, 93, 94, 96, 110, 116, 121, 124, 137, 138, 140, 141, 142, 146, 164, 170, 171, 190, 218, 227, 229, 233], "useridassignedev": 232, "useridunassignedev": 232, "userloggedinev": 224, "usermanag": [1, 31, 146, 232], "usermigr": [145, 228], "usermigrationexcept": 145, "usermountaddedev": 233, "usermountcach": 232, "usermountremovedev": 233, "usermountupdatedev": 233, "usernam": [44, 46, 61, 66, 70, 146, 156, 186, 190, 192, 209], "useroidc": 119, "userratelimit": 20, "userratethrottl": 20, "userremovedev": [221, 229], "userservic": 146, "usersess": [38, 146, 232], "userset": [186, 234], "usersingroup": 228, "userstatu": 138, "userupd": 229, "userupdatedev": 229, "usesess": 227, "usestrictdynam": 20, "usestrictdynamiconscript": [20, 229], "usetokenscop": 101, "usr": [15, 82, 98, 152], "usual": [10, 15, 20, 21, 22, 25, 42, 49, 61, 71, 76, 90, 99, 122, 136, 140, 148, 151, 154, 162, 165, 185, 188, 190, 199, 204, 232], "utc": 143, "utf": [5, 61, 64, 66, 104, 107], "util": [0, 18, 21, 22, 25, 30, 31, 82, 96, 113, 114, 115, 126, 127, 129, 143, 145, 152, 153, 166, 182, 190, 197, 211, 215, 216, 218, 221, 223, 227, 228, 229, 231, 232, 233, 235], "uuid": [63, 106], "ux": [79, 185, 200], "uxi": 10, "v": [16, 46, 61, 82, 126, 129, 149, 192, 232, 243], "v1": [3, 5, 20, 33, 43, 44, 46, 50, 51, 52, 53, 54, 59, 87, 96, 101, 107, 166, 168, 169, 170, 171, 173, 174, 175, 177, 179, 180, 181, 182, 222, 231, 233], "v12": 223, "v14": 223, "v2": [3, 20, 33, 43, 46, 48, 50, 51, 52, 54, 56, 57, 58, 59, 65, 75, 87, 96, 101, 129, 131, 132, 153, 171, 221, 233, 240], "v3": [16, 185], "v30": 5, "v31": [5, 93], "v32": 92, "v33": 140, "v4": [220, 234], "val": 25, "valid": [5, 10, 17, 20, 22, 44, 46, 49, 54, 61, 73, 76, 90, 95, 97, 101, 105, 107, 113, 114, 115, 119, 123, 128, 152, 153, 164, 186, 192, 194, 199, 204, 209, 215, 231, 233, 242], "validatefilenam": 234, "validatemailaddress": 233, "validateoper": 105, "validatepasswordpolicyev": 232, "validatesyncsetup": 8, "validationexcept": 140, "valu": [1, 2, 5, 14, 17, 20, 22, 25, 26, 28, 29, 34, 37, 39, 43, 45, 46, 52, 54, 59, 61, 69, 76, 81, 87, 92, 94, 96, 98, 99, 101, 104, 107, 110, 120, 122, 124, 125, 131, 132, 134, 139, 140, 141, 145, 148, 153, 166, 170, 172, 173, 174, 179, 181, 186, 187, 190, 192, 194, 195, 199, 200, 218, 220, 222, 227, 230, 231, 233], "value1": 69, "value_is_arrai": 1, "value_non": 1, "value_opt": 1, "value_requir": 1, "valuetyp": [92, 93], "valwithfallback": 25, "vanilla": [186, 232], "var": [0, 1, 7, 22, 25, 29, 35, 40, 42, 103, 104, 106, 107, 122, 124, 125, 126, 130, 132, 134, 136, 138, 139, 146, 147, 149, 156, 165, 184, 189, 192, 194, 199, 209, 231], "var_dump": [123, 187], "vari": [43, 110, 189], "variabl": [15, 21, 24, 25, 26, 36, 41, 42, 70, 77, 78, 82, 86, 100, 107, 113, 132, 154, 158, 185, 188, 190, 197, 209, 227, 229, 231, 233, 243], "variant": [37, 76, 87, 194, 227, 233], "varieti": 98, "variou": [13, 20, 21, 38, 41, 61, 76, 83, 98, 115, 129, 131, 138, 150, 197, 235, 236], "vc": 82, "vcal": 107, "vcalendar": 107, "vcard": 108, "vcs_comment": 129, "vcs_issu": 129, "vcs_pull_request": 129, "vcvarsal": 82, "vdebug": 98, "ve": [7, 21, 156, 204, 214, 234], "vector": 209, "vein": 140, "vendor": [0, 3, 8, 16, 23, 89, 95], "vendor_script": 233, "vendor_styl": 23, "verb": [20, 21, 33, 42, 43, 64, 76, 81, 128, 131, 178, 190, 209, 240], "verbos": [21, 29], "veri": [0, 2, 3, 15, 16, 21, 23, 35, 44, 107, 122, 125, 128, 131, 140, 198, 199, 209], "verif": [10, 76, 152, 192], "verifi": [10, 99, 144, 152, 156, 161, 164, 179, 190, 192], "verify_peer_off": 192, "verifychalleng": 144, "verifymountpointev": 220, "verifypassword": [20, 128], "verifypath": 231, "versa": [37, 134], "versatil": 22, "version": [3, 5, 8, 10, 15, 17, 18, 20, 21, 22, 23, 25, 30, 33, 34, 37, 40, 42, 43, 44, 46, 48, 49, 50, 55, 56, 57, 58, 61, 63, 64, 65, 66, 69, 72, 73, 75, 82, 85, 89, 90, 92, 93, 94, 95, 96, 98, 99, 101, 104, 108, 110, 115, 116, 118, 120, 121, 122, 125, 127, 130, 131, 132, 134, 136, 137, 140, 141, 142, 145, 146, 149, 151, 154, 164, 165, 170, 171, 185, 189, 190, 191, 194, 196, 204, 206, 210, 212, 214, 217, 218, 220, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 238, 239, 240], "version2404date20220903071748": 40, "version30000date20240729185117": 40, "version_compar": 16, "versionnumb": 190, "versu": 188, "vertic": [43, 160], "vevent": 107, "vfc": 43, "vghlihf1awnrigjyb3duigzveapqdw1wcybvdmvycnrozsbsyxp5igrvzy4": 48, "via": [0, 8, 15, 16, 17, 20, 22, 25, 29, 40, 42, 44, 46, 49, 52, 54, 61, 64, 67, 68, 69, 72, 75, 76, 79, 82, 88, 99, 105, 108, 113, 115, 116, 119, 126, 128, 129, 132, 137, 140, 141, 142, 144, 147, 149, 151, 153, 154, 158, 171, 175, 178, 185, 190, 202, 207, 209, 222, 231, 233, 243], "vice": [37, 134], "video": [20, 21, 71, 137, 139, 140, 171, 184], "view": [5, 16, 17, 22, 31, 32, 40, 52, 69, 73, 76, 87, 96, 98, 129, 131, 132, 144, 186, 192, 193, 198, 219, 228, 237], "viewer": [47, 52, 76, 87, 129, 189, 219, 230, 234], "vim": [98, 149, 192], "vimeo": [3, 95], "violat": [14, 20, 49], "virtual": [82, 152], "visibility_contacts_onli": 233, "visibility_priv": 233, "visibility_publ": 233, "visibl": [5, 14, 20, 27, 38, 46, 76, 129, 135, 140, 181, 194, 229, 233], "visit": [124, 243], "visual": [76, 77, 190, 194, 199, 231], "vm": 96, "vnd": 43, "voic": 140, "void": [0, 1, 2, 19, 21, 22, 25, 29, 30, 31, 36, 37, 40, 42, 43, 49, 70, 92, 94, 96, 99, 101, 103, 104, 106, 107, 108, 110, 112, 116, 121, 124, 125, 126, 129, 132, 133, 135, 137, 138, 140, 141, 142, 145, 146, 147, 148, 227, 228], "volum": [149, 154, 162, 165], "vpn": 161, "vtodo": 107, "vue": [7, 8, 20, 25, 28, 73, 76, 81, 96, 105, 118, 126, 129, 151, 154, 190, 194, 196, 209, 226, 231, 232, 234, 235, 241], "vueelement": 129, "vuej": [73, 196], "vuerout": 154, "vuex": 154, "vulner": [12, 14, 188, 209], "w": [61, 243], "w3": [5, 79, 95, 108, 130], "w500": 129, "wa": [1, 10, 15, 16, 17, 20, 22, 49, 50, 52, 56, 57, 58, 61, 63, 64, 69, 82, 87, 90, 97, 101, 105, 106, 107, 115, 121, 122, 125, 129, 131, 132, 136, 137, 140, 141, 142, 144, 167, 204, 210, 213, 217, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238], "wai": [5, 15, 20, 21, 22, 25, 29, 37, 38, 40, 42, 46, 49, 52, 61, 79, 82, 87, 89, 90, 92, 93, 99, 107, 115, 119, 122, 125, 126, 129, 130, 131, 132, 134, 145, 149, 152, 154, 158, 159, 160, 167, 185, 189, 190, 194, 196, 199, 204, 209, 228, 229, 234, 243], "wait": [15, 25, 104, 115, 122, 161, 166, 188], "walin": 129, "walinej": 129, "want": [0, 3, 10, 14, 15, 18, 20, 22, 25, 29, 32, 33, 35, 46, 49, 53, 64, 70, 71, 76, 79, 82, 83, 89, 90, 92, 94, 95, 96, 99, 101, 105, 107, 115, 116, 118, 126, 127, 128, 129, 131, 140, 141, 142, 144, 149, 152, 154, 166, 171, 178, 185, 189, 190, 198, 199, 200, 205, 209, 214, 229, 231, 236, 240, 243], "warn": [10, 17, 22, 29, 49, 76, 77, 82, 87, 90, 92, 122, 130, 131, 135, 156, 186, 187, 192, 194, 220, 222, 233], "wasm": 229, "wasn": [116, 224], "watch": [14, 21, 100, 113, 122, 190, 239, 243], "watermark": [140, 234], "wave": 79, "wcag": 79, "we": [2, 8, 9, 14, 15, 18, 34, 37, 40, 42, 43, 44, 49, 62, 63, 72, 73, 82, 95, 105, 107, 110, 115, 118, 122, 124, 126, 128, 129, 135, 140, 141, 142, 147, 149, 150, 151, 152, 154, 157, 158, 165, 169, 175, 184, 185, 186, 188, 189, 193, 195, 198, 199, 200, 202, 204, 205, 211, 215, 218, 220, 222, 223, 226, 227, 229, 232, 233, 234, 239, 240], "weather": 176, "web": [20, 23, 25, 27, 32, 42, 44, 46, 74, 86, 87, 98, 101, 112, 113, 122, 129, 130, 131, 135, 156, 191, 192, 204, 209, 231, 232, 234, 243], "web_compon": 234, "webassembli": 229, "webauthn": 241, "webbrows": 44, "webdav": [2, 17, 22, 44, 46, 64, 66, 67, 68, 73, 74, 75, 102, 107, 113, 114, 115, 122, 171, 201, 227, 232, 233], "webfing": 222, "webfingerhandl": 147, "webhook": [140, 231, 234], "webhook_listen": 231, "webkit": 101, "webpack": [115, 118, 220, 223, 231], "webpag": 44, "webroot": [21, 209, 220, 227], "webserv": [135, 149, 153, 165], "websit": [5, 20, 46, 79, 95, 124, 129, 131, 179, 209, 222], "websocket": 154, "webview": [75, 113], "wed": 61, "week": [139, 188], "weekend": 14, "weekli": [101, 139], "weight": [77, 231], "welch": 5, "welcom": [14, 122, 125, 202, 212, 240], "well": [0, 10, 14, 16, 20, 22, 42, 46, 52, 76, 80, 82, 95, 96, 107, 124, 125, 126, 128, 129, 131, 134, 137, 140, 145, 147, 188, 189, 192, 202, 204, 214, 225, 228, 229, 231, 232, 233, 234], "wellknown": 147, "went": [29, 81, 141, 142, 204, 226], "were": [10, 29, 33, 40, 79, 93, 116, 128, 129, 131, 148, 204, 210, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 233, 234, 235, 238, 239], "wescan": 42, "wget": 152, "what": [14, 16, 20, 21, 49, 62, 70, 77, 79, 80, 81, 82, 96, 105, 106, 107, 115, 122, 125, 131, 140, 141, 142, 148, 166, 185, 187, 188, 190, 197, 202, 204, 209, 222, 228], "whatev": [15, 20, 107, 147, 190, 200], "whats_new": 234, "whatsnew": 234, "whatsnewcontrol": 234, "when": [0, 1, 3, 6, 10, 14, 15, 16, 17, 18, 21, 22, 25, 27, 29, 30, 33, 35, 36, 37, 40, 41, 42, 43, 44, 46, 48, 49, 52, 54, 56, 57, 58, 60, 61, 69, 70, 76, 77, 79, 81, 82, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 107, 113, 114, 115, 118, 119, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 137, 138, 140, 141, 142, 144, 152, 153, 156, 159, 162, 165, 166, 168, 169, 171, 178, 179, 184, 185, 188, 189, 190, 194, 198, 199, 204, 206, 209, 213, 215, 221, 222, 223, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 243], "whenev": [22, 76, 96, 124, 127, 144, 145, 152, 188], "where": [0, 5, 10, 13, 18, 20, 21, 25, 29, 37, 44, 46, 49, 61, 62, 63, 66, 70, 76, 81, 82, 89, 90, 95, 97, 99, 104, 106, 115, 122, 125, 129, 131, 132, 144, 148, 149, 150, 154, 165, 171, 178, 180, 185, 188, 190, 192, 203, 204, 209, 222, 227, 228, 229, 231, 233, 234], "wherea": 144, "wherev": [21, 82, 83], "whether": [0, 31, 34, 49, 53, 56, 58, 61, 69, 96, 101, 105, 116, 132, 134, 136, 140, 144, 181, 188, 190, 213, 226, 231, 232, 233, 234], "which": [0, 1, 3, 5, 7, 8, 10, 14, 15, 16, 17, 20, 22, 25, 26, 28, 29, 32, 33, 37, 38, 40, 42, 43, 44, 47, 49, 50, 52, 61, 63, 69, 71, 72, 76, 80, 82, 89, 90, 94, 95, 96, 97, 98, 101, 104, 105, 107, 110, 115, 116, 119, 122, 125, 126, 129, 130, 131, 132, 135, 136, 137, 140, 141, 142, 143, 149, 150, 151, 152, 154, 156, 160, 161, 165, 166, 167, 169, 171, 175, 179, 185, 187, 189, 190, 192, 193, 194, 198, 199, 204, 209, 211, 222, 226, 227, 228, 231, 232, 233, 234, 235, 243], "while": [15, 20, 21, 22, 38, 40, 42, 44, 46, 56, 58, 76, 81, 82, 87, 96, 97, 98, 101, 105, 107, 122, 130, 140, 151, 152, 161, 186, 194, 204, 206, 220, 228, 234], "white": [42, 46, 187, 195, 200], "whiteboard": 101, "whitelist": [17, 20, 22], "whitespac": [42, 98], "who": [10, 14, 20, 29, 46, 69, 79, 101, 107, 132, 140, 153, 185, 204, 206, 231], "whoami": 82, "whoever": 204, "whole": [48, 49, 62, 77, 148, 193, 198], "whom": 12, "whose": [29, 166], "why": [20, 33, 125, 186, 187, 188], "wide": [21, 25, 37, 76, 118, 185, 190, 194, 231], "widget": [17, 22, 86, 113, 126, 230], "widget_url": 96, "widgetbutton": 96, "widgetitem": 96, "widgetopt": 96, "width": [17, 22, 77, 129, 184, 186, 194, 229], "wiki": [5, 82, 136], "wikipedia": [5, 136], "wild": 142, "willing": [188, 204], "win": 82, "win32": 82, "window": [18, 20, 83, 101, 154, 218, 234], "winter": 43, "wipe": [75, 201], "wire": [1, 41, 89, 90], "wise": [20, 122, 209, 233], "wiser": [141, 142], "wish": [82, 199, 204], "with_doc": 82, "withfield": 233, "within": [8, 10, 15, 20, 21, 49, 52, 56, 61, 63, 64, 70, 76, 82, 85, 88, 99, 101, 106, 107, 113, 134, 135, 148, 150, 153, 156, 175, 202, 218, 230, 231, 232, 234], "without": [3, 5, 20, 21, 37, 40, 41, 42, 43, 49, 51, 61, 64, 76, 81, 82, 85, 96, 98, 99, 101, 104, 107, 122, 123, 129, 131, 140, 149, 152, 153, 156, 166, 178, 188, 189, 190, 206, 209, 210, 224, 228, 229, 231, 232, 233, 236, 241, 243], "withtimezon": [127, 143], "won": [10, 14, 16, 42, 61, 96, 124, 152, 204, 215, 220, 221], "wonder": 49, "wopi": 101, "word": [1, 30, 42, 69, 76, 78, 81, 105, 129, 185, 186], "wordprocessingml": 43, "work": [1, 3, 8, 13, 14, 15, 16, 18, 20, 28, 32, 37, 38, 44, 46, 49, 52, 60, 61, 71, 76, 79, 82, 89, 96, 98, 104, 106, 107, 113, 114, 115, 122, 125, 126, 128, 130, 132, 134, 135, 144, 148, 151, 154, 156, 159, 160, 162, 166, 167, 175, 185, 186, 191, 194, 204, 206, 213, 222, 225, 228, 229, 231, 233, 235, 236, 242], "workaround": 82, "workdir": 152, "worker": [140, 160, 229], "workflow": [3, 15, 17, 20, 22, 81, 95, 105, 113, 151, 152, 165, 171, 201, 232], "workflow_ocr_backend": 152, "workflowengin": [105, 219, 221, 228, 229], "workflowpdfconvert": 105, "workspac": [61, 96, 239], "world": [42, 43, 130, 190], "worri": [21, 49, 222], "would": [0, 5, 7, 8, 14, 20, 21, 25, 30, 33, 37, 40, 41, 44, 46, 61, 72, 77, 89, 105, 106, 107, 116, 130, 131, 132, 134, 135, 137, 140, 141, 142, 150, 166, 187, 189, 196, 204, 209, 228, 230, 232, 243], "wrap": [1, 20, 29, 33, 94, 122, 143, 198, 229, 232, 240], "wrapper": [49, 97, 123, 193, 198, 228, 232, 237], "writabl": [7, 61, 107, 152, 167, 189, 209], "writablecalendar": 106, "write": [2, 8, 10, 15, 20, 21, 28, 29, 33, 35, 37, 41, 43, 49, 61, 77, 78, 82, 86, 90, 97, 99, 105, 106, 113, 129, 135, 140, 141, 150, 151, 152, 154, 184, 190, 201, 202, 209, 232], "writecontenttofil": 38, "writeln": [1, 145], "writelog": 229, "written": [5, 18, 20, 22, 29, 37, 42, 77, 107, 115, 141, 154, 167, 185, 190, 206, 239], "wrong": [8, 29, 33, 42, 49, 52, 70, 76, 81, 141, 142, 204], "wrongli": [42, 122], "www": [5, 7, 8, 20, 33, 40, 42, 95, 97, 108, 118, 125, 129, 130, 136, 156, 165, 189, 190, 192, 219, 220, 221, 231, 243], "wwwrun": 189, "x": [8, 10, 16, 20, 40, 44, 46, 48, 49, 60, 61, 62, 63, 64, 66, 69, 74, 96, 101, 125, 129, 132, 152, 188, 209, 222, 229, 232, 234, 238], "x3mucdk9lcfo1uwgtrtfkuxskx41pnjgtr6rqwgibd1v52q1qbc": 10, "x509": 192, "x64": 82, "x86": 82, "xarg": 95, "xcode": 82, "xdebug": [100, 113], "xdebug_config": 98, "xdebug_profil": 62, "xdebug_session_start": 98, "xhr": [125, 209], "xml": [1, 3, 5, 6, 13, 20, 21, 22, 32, 34, 37, 41, 44, 46, 52, 53, 61, 64, 66, 69, 89, 104, 107, 108, 120, 130, 131, 134, 144, 151, 154, 156, 167, 176, 178, 183, 189, 231, 232, 234, 240], "xmlhttprequest": 61, "xmln": [5, 61, 64, 66, 95, 104, 108, 130], "xmlreader": 242, "xmlrespons": 20, "xmlschema": [5, 95, 108, 130], "xmlstarlet": 154, "xsd": [3, 5, 95, 108, 130], "xsi": [3, 5, 95, 108, 130], "xss": [26, 209], "xx": 222, "xxx": 232, "xxxx": 199, "xzf": 152, "y": [1, 16, 62, 69, 132, 192, 232, 234, 238], "yaml": 15, "ye": [1, 81, 87, 104, 131, 186, 188, 192], "year": [14, 185, 211, 230, 238, 240], "yet": [5, 7, 20, 25, 40, 50, 56, 61, 107, 115, 122, 135, 144, 174, 185, 186, 206, 239], "yield": [33, 49, 120, 135], "yieldent": 231, "yktva4zgxjfivy52wqd8kw3m2pkgqr6srmuxmiprdunxjpfripjn0gmfmtnoqoolysuj6scn": 44, "you": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 69, 70, 71, 72, 73, 76, 79, 82, 83, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 115, 116, 118, 120, 122, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 137, 140, 141, 142, 143, 144, 145, 149, 150, 151, 152, 153, 154, 156, 158, 159, 161, 162, 164, 165, 166, 167, 169, 171, 173, 175, 179, 185, 186, 187, 189, 191, 192, 193, 194, 195, 196, 198, 199, 200, 203, 206, 209, 211, 212, 214, 215, 217, 218, 219, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239, 240, 241, 243], "your": [0, 2, 3, 5, 7, 8, 9, 11, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41, 45, 46, 48, 61, 62, 63, 64, 69, 70, 75, 76, 79, 81, 82, 83, 87, 89, 90, 93, 94, 95, 96, 97, 98, 99, 101, 102, 104, 105, 106, 107, 110, 113, 115, 116, 118, 122, 125, 126, 128, 130, 131, 132, 134, 135, 136, 137, 139, 140, 141, 142, 148, 149, 151, 153, 154, 155, 156, 160, 161, 164, 165, 166, 167, 171, 179, 184, 185, 186, 187, 188, 189, 190, 192, 193, 194, 195, 198, 199, 200, 201, 204, 206, 209, 213, 214, 217, 218, 219, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239, 240, 243], "your_app": 25, "your_app_": 134, "your_app_categori": 134, "your_app_mag": 134, "yourapp": [25, 134, 186, 190, 240], "yourappid": [134, 193], "yourappnam": [107, 190], "yourappnamespac": 134, "yourarch": 82, "yourpass": 82, "yourself": [8, 20, 29, 38, 43, 89, 185, 188, 190, 233], "yourselv": 190, "youtub": [184, 243], "yyyi": [50, 52], "yyyymmddhhmmss": 40, "z": [69, 231, 234, 238], "z87agy2o": 96, "zend_extens": 98, "zero": 122, "zip": [15, 43, 61, 63, 232, 242], "ziprespons": 232, "zone": 76}, "titles": ["Bootstrapping", "occ commands", "Extending the DAV server", "Dependency management", "App development", "App metadata", "Navigation and pre-app configuration", "Introduction", "Translation", "Tutorial", "Code signing", "App publishing and maintenance", "Maintainers", "Monetizing your app", "The Nextcloud app store rules", "Release Automation", "Release process", "OCP\\Accounts\\UserUpdatedEvent", "Background jobs (Cron)", "Caching", "Controllers", "Containers / Dependency Injection", "Events", "CSS", "Front-end", "JavaScript", "Templates", "Theming support", "Basic concepts", "Logging", "Middlewares", "Public share template", "Request lifecycle", "Routing", "Settings", "AppData", "Configuration", "Database access", "Nextcloud filesystem API", "Storage and database", "Migrations", "Testing", "Translations", "Client Integration", "Login Flow", "OCS API", "OCS APIs overview", "Assistant OCS API", "OCS FullTextSearch Collection API", "OCS OpenAPI tutorial", "OCS Out-of-office API", "OCS Recommendations API", "OCS Share API", "OCS Sharee API", "OCS Status API", "OCS TaskProcessing API", "OCS Text-To-Image API", "OCS TextProcessing API", "OCS Translation API", "OCS user preferences API", "Remote wipe", "Basic File & Folder Operations", "File bulk upload", "Chunked file upload", "Comments", "WebDAV", "Search", "Trashbin", "Versions", "Activity API", "Examples", "Android", "Library installation", "Files", "General", "Clients and Client APIs", "Components", "Foundations", "Design", "Introduction", "Layout", "Writing guide", "Building the Client", "Desktop Clients", "AI & Machine Learning", "API reference", "APIs & Integration", "Integrating the assistant", "Users & Authentication", "Classloader", "AppConfig", "Config & Preferences", "Lexicon", "UserConfig", "Context Chat", "Continuous Integration", "Dashboard", "Deadlocks", "Debugging", "Declarative settings", "Development Tools", "Direct editing", "Search & Discovery", "Email", "Files Metadata", "Nextcloud Flow", "Calendar integration", "Integration of custom calendar providers", "Contacts Menu", "Groupware integration", "Mail Provider Interface", "Groupware & Workflows", "HTTP Client", "Digging deeper", "Server Internals", "JavaScript APIs", "Machine Translation", "Notifications", "NPM", "OpenID Connect (Oidc)", "Open Metrics exporter", "Out-of-office periods", "Performance considerations", "Phone number util", "Profile", "Profiler", "Projects", "PSR", "Public Pages", "Reference providers", "Repair steps", "REST APIs", "Search", "Security", "Settings", "Setup checks", "Snowflake IDs", "Speech-To-Text", "User Status", "Talk Integration", "Task Processing", "Text-To-Image", "Text Processing", "Working with time", "Two-factor providers", "User migration", "User management", "Web Host Metadata", "WebDAV collection preload events", "Setting up dev environment", "Introduction", "ExApp development", "Adapting ExApps to HaRP", "ExApp lifecycle", "ExApp overview", "Development overview", "Corporate Proxy - Permanent Settings for PHP CLI", "Docker Container Registry", "Docker Socket Proxy", "GPU support", "Scaling", "Troubleshooting", "Frequently Asked Questions", "ExApp development", "Authentication", "Deployment", "App Installation Flow", "Translations", "AppConfig", "Events Listener", "ExApp", "File Actions Menu", "AppAPI Nextcloud APIs", "Logging", "Notifications", "OCC Command", "Other OCS APIs", "Preferences", "Routes", "Declarative Settings", "Talk bots", "Top Menu Entry", "Miscellaneous OCS APIs", "Technical details", "CSS and HTML coding standards", "Coding style & general guidelines", "JavaScript and Typescript", "PHP coding standards", "Development process", "Development environment", "Glossary", "Getting started", "How to test \u2026", "Main content", "CSS", "HTML elements", "Icons", "HTML/CSS guidelines", "Content list", "Introduction", "Popover menu", "Nextcloud developer documentation", "Code reviews on GitHub", "Bugtracker", "Nextcloud bug triaging", "Code of conduct", "Compatibility with the app ecosystem", "Help and communication", "Prologue", "Security guidelines", "Critical changes", "Deprecations", "Release notes", "New in this release", "Previous release notes", "Upgrade to Nextcloud 14", "Upgrade to Nextcloud 15", "Upgrade to Nextcloud 16", "Upgrade to Nextcloud 17", "Upgrade to Nextcloud 18", "Upgrade to Nextcloud 19", "Upgrade to Nextcloud 20", "Upgrade to Nextcloud 21", "Upgrade to Nextcloud 22", "Upgrade to Nextcloud 23", "Upgrade to Nextcloud 24", "Upgrade to Nextcloud 25", "Upgrade to Nextcloud 26", "Upgrade to Nextcloud 27", "Upgrade to Nextcloud 28", "Upgrade to Nextcloud 29", "Upgrade to Nextcloud 30", "Upgrade to Nextcloud 31", "Upgrade to Nextcloud 32", "Upgrade to Nextcloud 33", "Upgrade to Nextcloud 34", "Nextcloud filesystem API", "Nextcloud architecture", "Back-end code", "Front-end code", "External API", "Server development", "Static analysis", "Unit-Testing"], "titleterms": {"": [54, 89], "0": [127, 151, 222, 227, 228, 231], "1": [40, 42, 110, 151, 156, 225, 234], "11": [127, 221], "14": 215, "15": 216, "16": 217, "17": 218, "18": 219, "19": 220, "2": [40, 42, 110, 156, 227], "20": [0, 127, 221], "21": 222, "22": 223, "23": 224, "24": 225, "25": 226, "26": 227, "27": 228, "28": 229, "29": 230, "3": [40, 42, 110, 127, 151, 221, 229], "30": 231, "31": 232, "32": 233, "33": 234, "34": 235, "4": [127, 151, 227, 232], "401": 223, "5": [151, 234], "6": 151, "7": 227, "8": [190, 222, 225, 227, 229, 231, 232, 234], "A": 61, "Be": 14, "In": [19, 149], "NOT": 49, "No": 186, "Not": 10, "The": [0, 14, 15, 16, 35, 94, 96, 101, 107, 125, 190], "To": [56, 137, 141], "With": 61, "abort": 63, "about": [52, 61, 189], "abstractcacheev": [17, 22], "acceler": 151, "accept": 52, "access": [21, 37, 38, 106, 107, 108, 121], "account": [17, 22, 48], "acl": 107, "acquir": 112, "action": [15, 43, 76, 81, 108, 124, 171], "activ": 69, "activat": 144, "actual": 60, "ad": [6, 21, 38, 40, 42, 186, 213, 215, 227, 228, 229, 230, 231, 232, 233, 234], "adapt": 152, "add": [10, 49, 72, 181, 186], "addcontentsecuritypolicyev": [17, 22], "addfeaturepolicyev": [17, 22], "addhead": 49, "addit": 140, "addmissingcolumnsev": [17, 22], "addmissingindicesev": [17, 22], "addmissingprimarykeyev": [17, 22], "address": 82, "addressbookcreatedev": 22, "addressbookdeletedev": 22, "addressbookshareupdatedev": 22, "addressbookupdatedev": 22, "admin": [29, 99, 144], "advanc": [132, 140], "advantag": 21, "advic": 186, "affect": [10, 21, 206], "after": 16, "against": 135, "agent": 234, "ai": 84, "aio": 158, "ajax": [20, 190], "alias": 232, "align": [200, 235], "all": [49, 52, 54, 107, 243], "also": 101, "altern": 98, "alwai": 186, "an": [0, 7, 20, 44, 52, 101, 107, 128, 130, 140, 144, 152], "analysi": [95, 242], "android": [42, 71], "annot": [30, 227], "anyloginfailedev": [17, 22], "anymor": 10, "anywher": 21, "api": [38, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 69, 75, 85, 86, 90, 93, 96, 101, 104, 107, 115, 116, 128, 129, 131, 137, 140, 141, 142, 149, 172, 176, 182, 190, 196, 210, 213, 215, 216, 217, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 240], "app": [0, 4, 5, 6, 7, 10, 11, 13, 14, 16, 17, 22, 25, 36, 43, 44, 48, 56, 89, 92, 98, 115, 121, 125, 129, 132, 161, 166, 168, 189, 190, 199, 206, 221, 222, 234], "appapi": [149, 153, 158, 164, 172], "appapiauth": 164, "appconfig": [90, 168], "appdata": [35, 236], "appdisableev": [17, 22], "appenableev": [17, 22], "appframework": [17, 22, 90], "appinfo": 190, "applic": [0, 165, 190, 235], "appstor": 151, "appupdateev": [17, 22], "ar": 233, "architectur": [7, 237], "area": [76, 231], "argument": [1, 165], "around": 186, "arrai": [29, 186, 187], "arrow": 186, "art": 131, "ask": 162, "assembl": 63, "assembli": 21, "assist": [47, 77, 87], "associ": 107, "attach": 103, "attribut": [37, 52, 132, 190, 227], "audit": [17, 22, 29], "auth": [115, 144, 209], "authent": [17, 20, 22, 46, 88, 128, 153, 157, 164, 240], "auto": [21, 46], "autocomplet": [17, 22], "autocompleteev": [17, 22], "autocompletefilterev": [17, 22], "autoload": [89, 127], "autom": 15, "automat": [21, 188], "avail": [22, 29, 56, 57, 58, 196, 223, 227], "avatar": 76, "avoid": [97, 186], "axio": 115, "babel": 220, "back": [167, 210, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238], "backend": [20, 42, 154], "background": [18, 77, 104, 194], "backport": [8, 188], "backup": 54, "backward": 240, "bar": 195, "base": [20, 99, 104, 233], "basic": [20, 21, 28, 29, 61, 99, 103, 107, 198, 199, 200, 240], "been": 122, "befor": 16, "beforedirectfiledownloadev": [17, 22], "beforefilescannedev": [17, 22], "beforefilesystemsetupev": [17, 22], "beforefolderscannedev": [17, 22], "beforegettemplatesev": [17, 22], "beforegroupchangedev": [17, 22], "beforegroupcreatedev": [17, 22], "beforegroupdeletedev": [17, 22], "beforelogintemplaterenderedev": [17, 22], "beforemessageloggedev": [17, 22], "beforemessages": [17, 22], "beforenodecopiedev": [17, 22], "beforenodecreatedev": [17, 22], "beforenodedeletedev": [17, 22], "beforenodereadev": [17, 22], "beforenoderenamedev": [17, 22], "beforenodetouchedev": [17, 22], "beforenodewrittenev": [17, 22], "beforepasswordupdatedev": [17, 22], "beforepreferencedeletedev": [17, 22], "beforepreferencesetev": [17, 22], "beforepreviewfetchedev": [17, 22], "beforesabrepubliclyloadedev": [17, 22], "beforesharecreatedev": [17, 22], "beforesharedeletedev": [17, 22], "beforetemplaterenderedev": [17, 22], "beforeuseraddedev": [17, 22], "beforeusercreatedev": [17, 22], "beforeuserdeletedev": [17, 22], "beforeuseridunassignedev": [17, 22], "beforeuserloggedinev": [17, 22], "beforeuserloggedinwithcookieev": [17, 22], "beforeuserloggedoutev": [17, 22], "beforeuserremovedev": [17, 22], "beforezipcreatedev": [17, 22], "behavior": [90, 215, 218, 219, 228, 230], "benefit": 14, "best": [49, 148], "between": 186, "bodi": [66, 186, 221], "boolean": 223, "boot": 0, "bootstrap": [0, 221, 243], "border": [77, 231], "bot": 180, "brace": 186, "branch": [8, 16, 188], "break": 234, "brows": 87, "browser": 243, "brute": 20, "bu": 115, "bubbl": 76, "bucketcreatedev": [17, 22], "bug": [43, 204], "bugfix": 188, "bugtrack": 203, "build": [82, 118, 190, 239], "builder": 213, "built": 148, "bulk": 62, "bullet": 199, "button": [76, 81, 195, 199], "bypass": 209, "c": [42, 95], "cach": [17, 19, 22, 122, 125, 236], "cachedcalendarobjectcreatedev": 22, "cachedcalendarobjectdeletedev": 22, "cachedcalendarobjectupdatedev": 22, "cacheentryinsertedev": [17, 22], "cacheentryremovedev": [17, 22], "cacheentryupdatedev": [17, 22], "cacheinsertev": [17, 22], "cacheupdateev": [17, 22], "caldav": 107, "calendar": [17, 22, 106, 107], "calendarcreatedev": 22, "calendardeletedev": 22, "calendarobjectcreatedev": [17, 22], "calendarobjectdeletedev": [17, 22], "calendarobjectmovedev": [17, 22], "calendarobjectmovedtotrashev": [17, 22], "calendarobjectrestoredev": [17, 22], "calendarobjectupdatedev": [17, 22], "calendarpublishedev": 22, "calendarshareupdatedev": 22, "calendarunpublishedev": 22, "calendarupdatedev": 22, "call": [46, 101, 128], "callback": 22, "camelcas": 186, "capabl": [43, 46, 49, 69, 231], "card": 76, "cardcreatedev": 22, "carddeletedev": 22, "cardupdatedev": 22, "carefulli": 49, "case": 186, "cast": 20, "catchabl": 85, "caus": 156, "certain": 49, "chang": [15, 16, 40, 115, 206, 210, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 239, 240], "changelog": 5, "chat": 94, "cheat": 61, "check": [56, 69, 107, 135, 139, 189, 204], "checkbox": [76, 99, 195], "checker": 222, "chip": 76, "choos": 90, "christophwurst": 226, "chunk": 63, "class": [0, 1, 21, 22, 40, 99, 101, 107, 110, 186, 190, 194, 227, 228], "classload": 89, "clear": [50, 54], "cli": 156, "clickabl": 231, "clickjack": 209, "client": [42, 43, 71, 75, 82, 83, 96, 101, 112, 129, 228], "clock": 127, "cloud": 52, "cluster": [122, 192], "code": [1, 10, 15, 69, 70, 123, 184, 185, 186, 187, 188, 189, 202, 205, 209, 222, 236, 238, 239], "collabor": [17, 22], "collabora": 192, "collaps": 199, "collect": [48, 148], "color": [76, 77, 194, 196, 233], "column": [37, 223], "comma": 186, "command": [1, 33, 40, 42, 104, 175, 190, 223], "comment": [17, 22, 64, 81, 129, 187], "commentsentityev": [17, 22], "commentsev": [17, 22], "commit": 239, "common": 121, "commun": 207, "comparison": [131, 186], "compat": [115, 206, 238, 240], "compil": [82, 223], "complet": [20, 46, 60, 204], "compon": [69, 76, 105, 129, 186, 239], "compos": [3, 190], "concept": [28, 48, 90, 92, 93, 104, 128, 132, 190], "conclus": 149, "concurr": 20, "condit": [142, 186], "conduct": 205, "config": [8, 17, 22, 90, 91, 92, 93, 168, 177, 186], "configur": [6, 8, 18, 36, 105, 215], "confirm": 115, "conflict": 3, "connect": [20, 119], "consid": 49, "consider": [2, 20, 122, 152, 188, 204], "consist": [49, 186], "consol": [17, 22, 33, 40, 42], "consoleev": [17, 22], "constant": 90, "construct": 40, "consum": [85, 90, 93, 104, 110, 116, 137, 140, 141, 142], "contact": [17, 22, 108, 156], "contactinteractedwithev": [17, 22], "contain": [21, 30, 127, 157, 223], "content": [20, 67, 76, 94, 107, 186, 193, 198, 201], "contentitem": 94, "contentproviderregisterev": 94, "context": [29, 42, 94, 116, 137, 142], "continu": 95, "contribut": [125, 188], "control": [20, 21, 32, 49, 51, 129, 186, 187, 188, 190], "convent": [36, 184], "convers": 139, "convert": [44, 123], "cooki": [20, 153], "copi": 61, "cor": [131, 209], "core": [21, 25, 222, 224, 229], "corpor": 156, "correct": 42, "counter": [76, 199], "countri": 123, "creat": [1, 7, 20, 52, 61, 69, 70, 101, 106, 107, 110, 130, 139, 146, 161], "createj": 42, "creator": 101, "credenti": [44, 70], "critic": 210, "criticalactionperformedev": [17, 22], "cron": 18, "cross": [82, 209], "csp": [17, 22, 231], "csrf": [25, 190], "css": [23, 26, 27, 184, 194, 197, 219, 232], "curl": [46, 61], "current": 107, "custom": [20, 29, 37, 54, 107, 129, 139], "daemon": [149, 159], "daemonconfig": 165, "dangl": 186, "dashboard": 96, "data": [20, 29, 48, 49, 50, 94, 107, 121, 122, 129, 168, 170, 173, 177, 180, 182, 209, 240], "databas": [37, 39, 122, 125, 136, 189, 190, 222, 223], "date": [129, 189], "datetim": 76, "dav": [2, 22, 66], "db": [17, 22], "dbal": [222, 224, 229], "deactivat": 144, "deadlock": 97, "deal": 21, "debug": [98, 189, 243], "debugg": 98, "declar": [43, 99, 129, 132, 179], "declarativesettingsgetvalueev": [17, 22], "declarativesettingsregisterformev": [17, 22], "declarativesettingssetvalueev": [17, 22], "declin": 52, "decod": 136, "deeper": 113, "default": [20, 33, 129, 140, 234], "defin": [54, 135], "definit": [49, 186], "delet": [44, 52, 56, 59, 61, 67, 70, 104, 112, 139, 168, 177], "depend": [3, 21, 30, 72, 82, 190, 227, 229], "deploi": [149, 159, 165], "deploy": [82, 161, 165], "deprec": [211, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 233, 234, 235], "descript": 49, "design": [49, 78, 196], "desktop": [42, 83], "detail": [10, 92, 115, 164, 183, 200], "detect": 116, "determin": 204, "dev": [118, 149], "develop": [3, 4, 43, 71, 82, 100, 115, 151, 155, 163, 165, 188, 189, 190, 201, 206, 229, 241], "devic": 60, "di": 190, "dialog": 115, "did": 10, "diff": 186, "differ": 131, "dig": 113, "direct": [38, 46, 101], "directedit": [17, 22], "directori": [98, 209], "disabl": [20, 50, 125, 226], "discoveri": 102, "dispatch": [22, 85, 229], "displai": [87, 129], "distribut": [16, 19], "do": [10, 42, 49, 194, 204], "docker": [149, 157, 158, 166, 167], "dockerfil": 151, "doctrin": [222, 224, 229], "document": [8, 47, 48, 49, 101, 201, 206, 238, 243], "doe": 21, "domain": 133, "don": [42, 194], "donat": 13, "down": 10, "download": [20, 46, 52, 61, 70], "drag": 199, "drop": 199, "dropdown": 76, "dsp": 158, "duplic": 204, "e": 82, "ecosystem": 206, "edit": [7, 101, 156, 199], "editor": 101, "element": [69, 77, 194, 195], "email": [44, 52, 103, 192], "emit": 148, "emitt": 22, "emoji": 76, "empti": [49, 67, 76, 161], "enabl": [7, 21, 125, 153, 159, 166, 170, 189], "encount": 190, "end": [24, 167, 210, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239], "endpoint": [43, 49, 64, 69], "enterpris": 13, "entiti": [37, 105, 190, 225], "entri": [6, 92, 107, 179, 181, 199], "enum": 140, "environ": [20, 149, 151, 156, 165, 189], "error": [10, 20, 49, 74, 98, 112], "escal": 209, "eslint": 186, "event": [2, 6, 17, 22, 29, 69, 73, 94, 99, 104, 106, 107, 115, 121, 125, 137, 140, 141, 142, 148, 169, 223, 229, 230, 233, 234], "eventdispatch": [17, 22], "exampl": [3, 43, 64, 66, 69, 70, 73, 129, 147, 148, 152, 165, 171, 175, 178, 202], "exapp": [42, 151, 152, 153, 154, 159, 161, 163, 165, 170, 171, 180, 190], "except": [29, 49, 240], "exceptionalimplement": 85, "exchang": 119, "exclud": 8, "execut": [40, 209], "exist": [7, 107, 139], "expens": [130, 213], "explicit": [49, 186], "export": 120, "expos": [43, 49], "exposur": 209, "extend": [2, 25, 129], "extens": 242, "extern": [99, 107, 132, 189, 190, 192, 240], "extract": 33, "factor": 144, "factori": 223, "fail": 161, "faq": 10, "fast": 142, "favorit": 61, "featurepolici": [17, 22], "feder": [17, 22, 52], "federatedfileshar": 22, "federatedshareaddedev": 22, "fetch": [50, 51, 54, 56, 57, 107, 132], "field": [69, 76, 99], "file": [3, 8, 17, 20, 22, 25, 29, 35, 38, 52, 54, 61, 62, 63, 68, 70, 73, 76, 87, 101, 104, 115, 156, 171, 209, 231, 232, 234], "filecacheupd": [17, 22], "filecreatedfromtemplateev": [17, 22], "filenam": 186, "files_shar": 22, "files_trashbin": 22, "filescannedev": [17, 22], "filesmetadata": [17, 22], "filesystem": [22, 35, 38, 186, 236], "filesystemtorndownev": [17, 22], "filter": [46, 69], "final": 204, "find": 204, "first": [43, 48], "flag": 90, "flow": [44, 105, 164, 166, 171], "folder": [35, 52, 61, 70], "folderscannedev": [17, 22], "follow": 16, "font": [77, 231], "forc": [20, 46], "forgeri": 209, "form": 134, "format": [123, 223], "formatt": 76, "forum": 207, "foundat": 77, "frequent": 162, "from": [3, 20, 21, 33, 38, 48, 52, 67, 87, 121, 128, 151, 161, 218, 221, 227], "front": [24, 32, 167, 210, 215, 216, 217, 218, 219, 220, 221, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 239], "frontend": [154, 190], "fulltextsearch": 48, "function": [186, 187], "further": [69, 243], "gather": 189, "gender": 81, "gener": [25, 40, 49, 74, 81, 82, 119, 125, 129, 136, 141, 147, 185, 186, 190, 194, 204, 215, 223, 225, 226, 227, 228, 229, 230, 231, 233], "generatesecurepasswordev": [17, 22], "genericev": [17, 22], "get": [10, 20, 38, 48, 52, 57, 58, 61, 70, 92, 99, 107, 112, 119, 122, 123, 125, 129, 168, 170, 177, 182, 189, 191, 209, 243], "getlinkwithpick": 129, "getquotaev": [17, 22], "gettaskprocessingprovidersev": [17, 22], "git": [16, 72], "github": [15, 82, 202], "given": [46, 70], "global": [30, 115, 218, 219, 220, 221, 223, 230], "glossari": [150, 190], "gpu": [159, 160], "gradl": 72, "group": [17, 22, 49, 76, 107], "groupbackendregist": 22, "groupchangedev": [17, 22], "groupcreatedev": [17, 22], "groupdeletedev": [17, 22], "groupmanag": 22, "groupwar": [109, 111, 227], "guest": 232, "guid": 81, "guidelin": [14, 42, 185, 194, 197, 209], "guzzl": 222, "guzzlehttp": 222, "ha": 122, "handl": [2, 20, 49, 82, 99, 107, 112, 132], "handler": [147, 222], "hardwar": 151, "harp": 152, "head": 112, "header": [20, 49, 61, 69, 131, 164, 185], "healthcheck": 153, "heartbeat": [153, 166], "heavi": 18, "height": 231, "hell": [3, 229], "help": [122, 207, 209], "helper": [49, 104], "high": 236, "highlight": 199, "hint": 42, "histor": 131, "hook": [22, 43], "host": [133, 147], "how": [10, 14, 21, 49, 157, 159, 161, 190, 192, 202, 204], "html": [20, 42, 98, 184, 195, 197], "http": [17, 22, 69, 101, 112, 135, 223], "hybrid": 16, "i": [10, 82, 119, 140, 148, 161, 200, 204], "iacl": 107, "iapiwidget": 96, "iapiwidgetv2": 96, "ibuttonwidget": 96, "icalendarobjectcontain": 107, "icollect": 107, "icon": [27, 77, 144, 196, 233], "iconditionalwidget": 96, "icontentmanag": 94, "icontentprovid": 94, "id": [46, 56, 57, 132, 136, 190, 234], "identifi": 98, "ie11": 223, "ifil": 107, "ignor": [49, 97], "iiconwidget": 96, "imag": [26, 56, 129, 141, 166], "imip": 107, "implement": [38, 69, 85, 94, 101, 116, 120, 128, 137, 140, 141, 142, 144, 158], "improv": 42, "includ": 26, "inclus": 209, "indent": 186, "index": [48, 93], "indic": 40, "individu": [107, 132], "info": [18, 95, 108, 165, 190, 210, 225, 226, 227, 228, 229, 230], "inform": [52, 107, 130, 146, 189, 193, 198, 199], "ini": 156, "init": [70, 153, 166, 170], "initi": [6, 25, 48, 115, 181], "inject": [21, 30, 190, 209, 220, 227], "inlin": 103, "inod": 107, "input": [76, 87, 99, 123, 140], "insensit": 18, "instal": [48, 72, 82, 107, 149, 165, 166, 167, 243], "instruct": 82, "integr": [43, 86, 87, 95, 101, 106, 107, 109, 139, 152, 221], "interact": [1, 129], "interfac": [21, 94, 96, 101, 107, 110, 126, 127, 185, 186, 190], "intern": [99, 114, 115, 140, 215], "interpol": 29, "introduct": [7, 20, 21, 62, 63, 79, 150, 198, 199, 202, 240], "invalid": 223, "invalidatemountcacheev": [17, 22], "io": 42, "ioptionwidget": 96, "iproperti": 107, "ireloadablewidget": 96, "issu": [43, 129, 161, 204], "item": [70, 76, 198], "j": [223, 239, 243], "javascript": [25, 26, 27, 42, 61, 98, 115, 186, 209, 217, 243], "job": 18, "join": 204, "jqueri": [218, 220, 221], "json": [20, 49, 190], "just": [61, 122], "keep": 189, "kei": [90, 93, 152, 164], "keyboard": [25, 226], "known": [52, 222], "l10n": [42, 115, 154], "l10nignor": 8, "label": [81, 185], "languag": [42, 46, 58, 116, 190], "last": [107, 129, 222], "later": 0, "layer": 236, "layout": [80, 198, 199, 200, 232], "lazi": [90, 93], "lazili": 20, "ldap": [125, 223], "learn": 84, "left": 235, "legaci": 107, "legal": 14, "level": [29, 186, 236], "lexicon": 92, "librari": [70, 71, 72, 210, 217, 220, 222, 224, 229, 235], "licens": 185, "lifecycl": [21, 32, 153], "limit": [20, 133, 159], "line": [186, 190, 231], "link": [48, 70, 129], "lint": [95, 118], "list": [33, 46, 48, 52, 54, 56, 61, 67, 68, 76, 101, 129, 161, 170, 182, 196, 198], "listen": [22, 29, 85, 99, 121, 137, 140, 141, 142, 169], "liter": 186, "live": 104, "llm": 140, "load": [18, 25, 90, 93, 227], "loadadditionalentriesev": [17, 22], "loadadditionalscriptsev": [17, 22], "loader": 228, "loadsettingsscriptsev": [17, 22], "loadview": 22, "local": [19, 52], "lock": [10, 97], "log": [16, 17, 22, 29, 151, 173, 222, 223], "logger": [115, 127], "logic": [221, 232], "login": [44, 119], "loginfailedev": [17, 22], "long": [69, 122, 186], "loosen": 20, "lose": 14, "machin": [84, 116], "maco": 82, "mail": [17, 22, 110], "main": 193, "maintain": [12, 207], "mainten": [11, 74], "major": 16, "make": [61, 66, 144, 170], "makefil": [15, 154], "manag": [3, 16, 37, 90, 93, 107, 146, 161, 235], "managerev": [17, 22], "mandatori": 10, "manipul": 54, "manual": [8, 18, 165, 167, 188], "map": [29, 37, 236], "mapper": [37, 190], "mapperev": [17, 22], "mariadb": 98, "markup": 42, "match": [33, 129], "materi": 196, "measur": 122, "memori": 19, "menu": [25, 76, 108, 171, 179, 181, 199, 200], "merg": 69, "messag": [29, 54, 101, 173], "metadata": [5, 40, 46, 48, 104, 147, 154], "metadatabackgroundev": [17, 22], "metadataliveev": [17, 22], "metadatanamedev": [17, 22], "method": [29, 49, 61, 131, 143, 153, 156, 186, 240], "metric": 120, "microsoft": 82, "middlewar": 30, "migrat": [40, 145, 190, 213, 222, 223, 227], "minor": 16, "miscellan": [20, 90, 93, 182], "mitig": 97, "modal": [76, 87], "mode": [74, 98, 189], "modif": [63, 107], "modifi": [20, 50, 131, 146], "moment": 115, "monet": 13, "more": [37, 140, 142], "mount": [38, 236], "move": [14, 61, 70, 227], "movetotrashev": 22, "multi": [99, 186], "multilingu": 140, "multipl": [59, 186], "name": [1, 22, 36, 44, 81, 107, 184, 186, 188, 220], "namespac": [61, 190, 218, 221, 235], "nativ": [101, 227], "navig": [6, 17, 22, 76, 199, 235], "nc": 182, "ncreferencepickermod": 129, "ncreferencewidget": 129, "ncrichcontentedit": 129, "ncrichtext": 129, "need": [152, 186], "network": [115, 161], "new": [25, 52, 107, 120, 186, 199, 211, 213, 219, 220], "nextcloud": [0, 10, 14, 38, 71, 89, 105, 107, 115, 119, 121, 153, 158, 170, 172, 190, 201, 204, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 243], "nightli": 16, "nocsrfrequir": 190, "node": [17, 22, 38, 169, 223, 236, 239, 243], "nodeaddedtocach": [17, 22], "nodeaddedtofavorit": [17, 22], "nodecopiedev": [17, 22], "nodecreatedev": [17, 22], "nodedeletedev": [17, 22], "noderemovedfromcach": [17, 22], "noderemovedfromfavorit": [17, 22], "noderenamedev": [17, 22], "nodetouchedev": [17, 22], "nodewrittenev": [17, 22], "non": [49, 152], "nonc": 231, "note": [61, 76, 101, 212, 214], "notif": [46, 117, 174], "now": 233, "npm": [115, 118, 190, 239], "number": [123, 159], "o": 140, "object": [69, 101, 106, 107, 146, 186, 187, 192], "objectstor": [17, 22], "objectstorag": 236, "obtain": [25, 44, 60, 72, 107], "oc": [20, 33, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 115, 131, 173, 174, 176, 180, 182, 190, 215], "oca": [22, 115], "occ": [1, 92, 104, 175, 190], "ocm": [17, 22], "ocp": [17, 22, 115, 121], "off": 16, "offic": [50, 121], "oidc": 119, "older": 211, "one": 107, "onelogin": 192, "ongo": 50, "onli": [107, 186], "onlyoffic": 192, "open": [10, 44, 87, 101, 120], "openapi": 49, "openassistantform": 87, "openid": 119, "oper": [61, 105, 186, 187], "optim": 228, "option": [1, 21, 58, 69, 87, 112, 118, 131, 132, 144, 165, 171, 181], "organ": 14, "other": [42, 158, 176, 206], "out": [50, 121, 189], "outgo": 234, "outlin": 233, "outofofficechangedev": [17, 22], "outofofficeclearedev": [17, 22], "outofofficeendedev": [17, 22], "outofofficescheduledev": [17, 22], "outofofficestartedev": [17, 22], "output": [130, 140, 240], "overview": [16, 22, 46, 48, 90, 92, 93, 101, 104, 132, 148, 150, 154, 155, 165, 236], "own": 54, "owner": 107, "ownership": 107, "packag": [3, 115, 151, 190, 234], "page": [20, 87, 101, 128, 171], "pagin": 132, "parallel": 18, "param": [169, 171, 174, 175, 179, 181], "paramet": [20, 21, 49, 69, 90, 186, 227], "parenthesi": 186, "pars": [30, 69], "part": 25, "pascalcas": 186, "password": [44, 115, 223], "passwordupdatedev": [17, 22], "patch": 16, "path": [115, 243], "pattern": 21, "payload": [169, 171, 174], "pend": 52, "per": 159, "perform": [2, 20, 122], "period": 121, "perman": 156, "permiss": [8, 52], "persist": 154, "person": [99, 144, 227], "phone": 123, "php": [25, 41, 42, 85, 95, 98, 122, 156, 187, 190, 210, 222, 225, 227, 229, 231, 232, 234, 236, 242, 243], "phpdoc": 227, "phpunit": 243, "picker": [76, 129], "pin": 199, "place": 149, "placehold": [42, 81], "plan": 227, "platform": 190, "plugin": [2, 107, 148, 218, 221], "plural": 42, "polici": 20, "polyfil": 220, "popov": 200, "popovermenu": 198, "popul": 87, "posit": 232, "possibl": 49, "post": [40, 112, 213], "postloginev": [17, 22], "practic": [49, 148], "pre": [6, 16], "precondit": 202, "predefin": [21, 54], "prefer": [49, 59, 91, 177, 186], "preload": 148, "prepar": 16, "prerequisit": [49, 239], "preset": 92, "preview": [17, 22, 40, 129], "previou": 214, "primari": [77, 192, 194], "primit": 21, "privaci": 132, "privat": 157, "privileg": [107, 209], "procedur": 206, "process": [0, 8, 15, 16, 140, 142, 188, 213], "profil": [17, 22, 124, 125, 234], "program": 190, "programmat": 138, "progress": [170, 195], "project": [72, 126, 243], "prologu": 208, "prompt": 140, "pronoun": 81, "properti": [61, 66, 107, 186, 229], "propfind": 104, "proppatch": 104, "protect": 20, "provid": [25, 37, 42, 69, 94, 96, 106, 107, 110, 116, 119, 126, 129, 132, 137, 140, 141, 142, 144], "proxi": [149, 156, 158], "psr": [127, 221, 222, 223, 227, 228], "public": [20, 22, 31, 61, 85, 115, 128, 218, 221, 232], "publish": [11, 69, 151], "pull": [129, 166], "put": 112, "python": 42, "qt": 42, "queri": [37, 98, 104, 107, 125, 138, 213], "question": [162, 202], "quick": 61, "quot": 186, "radii": 77, "radio": [76, 99, 195], "radiu": 231, "rate": [14, 20, 133], "re": 48, "read": [20, 38, 69, 70, 90, 104, 107, 122, 243], "readabl": 186, "recommend": [21, 51, 53], "redesign": 235, "redi": 192, "redirect": [20, 171, 209], "reduc": 186, "refer": [17, 22, 85, 97, 129], "region": 123, "regist": [1, 2, 18, 33, 69, 92, 96, 99, 101, 107, 110, 120, 124, 126, 129, 130, 134, 135, 144, 145, 169, 171, 175, 178, 179, 180, 181, 240], "registerchecksev": [17, 22], "registerdirecteditorev": [17, 22], "registerentitiesev": [17, 22], "registeroperationsev": [17, 22], "registertemplatecreatorev": [17, 22], "registr": [30, 99, 116, 132, 137, 140, 141, 142, 147, 165], "registri": 157, "registryev": [17, 22], "regular": 186, "relat": [47, 131], "releas": [15, 16, 212, 213, 214], "relev": 204, "remot": [60, 133, 149], "remov": [3, 107, 181, 210, 215, 216, 217, 218, 220, 221, 223, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235], "render": [20, 96, 129], "renderreferenceev": [17, 22], "repair": [130, 213], "replac": [40, 89, 222, 226], "repo": 14, "report": 204, "repositori": 8, "reproduc": 204, "request": [20, 21, 32, 46, 52, 61, 66, 112, 125, 129, 132, 135, 168, 170, 171, 173, 174, 177, 180, 190, 209, 234], "requir": [14, 49, 69, 82, 206, 210, 242], "reset": 48, "resolv": 129, "resourc": [17, 22, 33, 70, 106, 126], "resourcetyperegisterev": [17, 22], "respect": 14, "respond": 20, "respons": [20, 43, 49, 61, 69, 125, 168, 170, 173, 177, 182], "rest": [69, 131], "restor": [54, 67, 68], "restrict": [20, 107], "result": [46, 56, 87, 132, 171], "retri": 97, "retriev": [48, 51, 54, 90, 93, 104], "return": [1, 107, 240], "review": 202, "revis": 235, "rfc4918": 61, "rich": 69, "room": 106, "root": [22, 35, 152], "rout": [20, 33, 154, 178, 190], "router": [33, 73, 115], "rtl": 194, "rule": [14, 81, 107, 186, 193, 198, 199, 232], "run": [87, 118, 135, 152, 243], "s3": 192, "sabr": [107, 222], "sabrepluginaddev": 22, "sabrepluginauthinitev": 22, "sabrepluginev": [17, 22], "same": [49, 186], "saml": 192, "sanit": 82, "scalabl": 122, "scale": 160, "scanner": 22, "schedul": [18, 56, 57, 142], "schema": [40, 99, 165], "scheme": [22, 153, 165], "scope": [49, 66], "script": [181, 209, 239], "scss": [223, 226], "search": [46, 53, 66, 102, 104, 129, 132, 221], "secondari": 233, "section": [99, 134, 227], "secur": [14, 17, 20, 22, 133, 209], "see": 101, "select": [8, 99], "semicolon": 186, "send": [25, 52, 173, 174, 192], "sensit": [90, 93, 99, 209], "server": [2, 43, 89, 114, 135, 189, 241, 243], "servic": [21, 94, 110, 220], "session": [20, 22, 146, 164], "set": [17, 20, 22, 34, 48, 49, 51, 54, 59, 61, 63, 69, 70, 76, 82, 99, 107, 134, 144, 149, 151, 156, 168, 170, 177, 179, 181, 189, 199, 227, 235], "sethead": 49, "setup": [8, 135, 189, 192], "shape": 140, "share": [17, 22, 31, 49, 52, 53, 54, 61, 70, 115, 128, 232, 235], "shareacceptedev": [17, 22], "sharecreatedev": [17, 22], "sharedeletedev": [17, 22], "sharedeletedfromselfev": [17, 22], "sheet": 61, "shell": 209, "ship": [16, 189, 217], "short": 69, "shortcut": [25, 226], "shorthand": 186, "should": [21, 90, 233], "show": 20, "side": 153, "sidebar": [76, 234, 235], "sign": [10, 15], "signal": 60, "simpl": [35, 132, 144], "simplef": 236, "singl": 186, "site": 209, "situat": 97, "size": [77, 107, 231], "slug": [37, 225], "smart": 129, "smb": 192, "snowflak": [136, 234], "socket": [149, 158], "solut": 156, "sound": 14, "sourc": [8, 10, 188, 189], "space": [77, 186], "special": 61, "specif": [49, 52, 54, 190], "speech": 137, "speechtotext": [17, 22], "split": [42, 186], "sql": [98, 209], "ssl": 192, "stamp": 107, "standard": [123, 184, 185, 187], "start": [62, 63, 151, 191], "state": [25, 115, 131, 144, 181, 194], "static": [95, 242], "statu": [40, 54, 60, 69, 77, 108, 138, 170, 233], "status": [54, 140, 141, 142], "statuscod": 240, "step": [42, 48, 110, 130, 152, 213], "storag": [38, 39, 99, 154, 192, 236], "store": [10, 14, 90, 93, 136, 161, 192], "stream": [20, 236], "streamlin": 142, "string": [8, 42, 58, 69, 81, 186], "structur": [29, 49, 58, 121, 154, 186, 187, 194], "studio": 82, "style": [181, 185, 186, 233, 235, 239], "subadminaddedev": [17, 22], "subadminremovedev": [17, 22], "subject": 69, "submit": 94, "submodul": 72, "subscrib": 148, "subscriptioncreatedev": 22, "subscriptiondeletedev": 22, "subscriptionupdatedev": 22, "suburl": 33, "summari": 152, "support": [13, 27, 37, 43, 49, 61, 66, 107, 129, 156, 159, 222, 223, 226, 231, 232, 234], "svg": 196, "symfoni": [220, 229], "symptom": 156, "sync": [8, 167], "system": [36, 82, 156], "systemtag": [17, 22], "systemtagsentityev": [17, 22], "t": [42, 194], "tab": 235, "tabl": [37, 201], "tag": [49, 107, 204], "talk": [139, 180], "target": 188, "task": [56, 57, 87, 140, 141, 142, 213], "taskfailedev": [17, 22], "taskprocess": [17, 22, 55, 140], "tasksuccessfulev": [17, 22], "technic": [10, 14, 183, 200], "templat": [17, 20, 22, 26, 31, 42, 98, 101, 151, 186, 190, 209, 232], "term": 190, "terminologi": 110, "test": [41, 42, 46, 61, 118, 151, 152, 187, 192, 243], "text": [56, 76, 77, 137, 141, 142], "textprocess": [17, 22, 57, 142], "texttoimag": [17, 22], "theme": [27, 46, 221], "thi": [21, 186, 213], "through": 107, "throw": 49, "throwabl": 85, "time": [18, 63, 107, 143], "timestamp": 107, "timezon": 76, "tip": [37, 49, 70], "titl": 235, "todo": [211, 213, 235], "toggl": 76, "token": [25, 119], "tokeninvalidatedev": [17, 22], "tone": 81, "tool": [3, 8, 100, 167, 190], "tooltip": 43, "top": [171, 181, 186], "track": 16, "transact": [37, 122], "transcript": 137, "transcriptionfailedev": [17, 22], "transcriptionsuccessfulev": [17, 22], "transient": 37, "transifex": [8, 167], "translat": [8, 42, 58, 69, 81, 116, 154, 167], "trashbin": 67, "travers": 209, "triag": 204, "trick": 49, "trigger": 140, "troubleshoot": [44, 156, 161], "trust": 133, "trustedserverremovedev": [17, 22], "tupl": 58, "tutori": [9, 49], "two": 144, "twofactorauth": [17, 22], "twofactorproviderchallengefail": [17, 22], "twofactorproviderchallengepass": [17, 22], "twofactorproviderdis": [17, 22], "twofactorproviderforuserdis": [17, 22], "twofactorproviderforuseren": [17, 22], "twofactorproviderforuserregist": [17, 22], "twofactorproviderforuserunregist": [17, 22], "twofactorprovideruserdelet": [17, 22], "tx": 8, "type": [18, 19, 21, 37, 49, 57, 90, 93, 99, 107, 130, 131, 140, 142, 149, 169, 186, 213, 236], "typescript": [42, 186], "typographi": 77, "ui": [43, 171], "understand": 97, "undo": 199, "unifi": [129, 235], "uniqu": 107, "unit": [187, 243], "unneed": 3, "unregist": [169, 171, 175, 178, 179, 180, 181], "unstabl": 85, "unvalid": 209, "up": [16, 82, 149, 151, 189], "upcom": 50, "updat": [16, 52, 104, 107, 129, 138, 210, 220, 221, 222, 224, 229], "upgrad": [215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235], "upload": [61, 62, 63, 70], "uri": 61, "url": [25, 33, 170], "urlgener": 33, "us": [20, 21, 33, 48, 49, 82, 94, 96, 98, 104, 125, 129, 157, 186, 204], "usag": [20, 29, 62, 103, 115, 129, 240], "user": [14, 17, 20, 22, 36, 42, 44, 46, 48, 51, 54, 59, 76, 88, 96, 108, 116, 126, 137, 138, 142, 145, 146, 152, 171, 177, 182, 185, 232, 234], "user_ldap": 22, "useraddedev": [17, 22], "userbackendregist": 22, "userchangedev": [17, 22], "userconfig": 93, "usercreatedev": [17, 22], "userdeletedev": [17, 22], "userfirsttimeloggedinev": [17, 22], "useridassignedev": [17, 22], "useridunassignedev": [17, 22], "userlivestatusev": [17, 22], "userloggedinev": [17, 22], "userloggedinwithcookieev": [17, 22], "userloggedoutev": [17, 22], "usermanag": 22, "usermountaddedev": [17, 22], "usermountremovedev": [17, 22], "usermountupdatedev": [17, 22], "usernam": 223, "userremovedev": [17, 22], "userupdatedev": [17, 22], "usesess": 20, "util": [123, 199], "v": [44, 69], "v2": [44, 63, 69], "valid": [8, 133], "validatepasswordpolicyev": [17, 22], "valu": [33, 36, 49, 90, 93, 168, 177], "variabl": [20, 27, 81, 98, 115, 156, 165, 186, 187, 194, 218, 219, 220, 221, 223], "variou": 199, "verifymountpointev": [17, 22], "version": [16, 68, 107, 129, 188, 222], "via": [43, 121], "view": [125, 236], "viewer": 22, "visual": 82, "vite": 190, "volum": 161, "vue": [42, 115, 186, 239], "want": 204, "watch": 118, "we": 10, "web": [147, 189, 190], "webauthn": 192, "webdav": [61, 65, 104, 148, 229], "webfing": 147, "webview": [44, 101], "well": 222, "what": [90, 200], "when": [20, 148, 186], "where": 186, "which": 21, "why": [10, 204], "wide": 156, "widget": [96, 129], "window": 82, "wipe": 60, "wire": 21, "within": 121, "without": 192, "word": 77, "work": [21, 140, 143, 190, 202], "workflow": 111, "workflowengin": [17, 22], "wrapper": 236, "write": [18, 22, 38, 81, 107, 122, 147, 243], "written": 122, "xdebug": 98, "xml": [18, 95, 165, 190, 210, 222, 223, 225, 226, 227, 228, 229, 230], "you": [190, 204], "your": [10, 13, 14, 42, 43, 49, 54, 72, 92, 129, 152]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"./occ config:app:get \u2013details": [[92, "occ-config-app-get-details"]], "0. Setting up the development environment": [[151, "setting-up-the-development-environment"]], "1. Migration 1: Schema change": [[40, "migration-1-schema-change"]], "1. Starting from template": [[151, "starting-from-template"]], "2. Migration 1: Post schema change": [[40, "migration-1-post-schema-change"]], "3. Development": [[151, "development"]], "3. Migration 2: Schema change": [[40, "migration-2-schema-change"]], "4. Packaging": [[151, "packaging"]], "4.1 Hardware acceleration": [[151, "hardware-acceleration"]], "5. AppStore publishing": [[151, "appstore-publishing"]], "6. Testing": [[151, "testing"]], "@nextcloud/auth": [[115, "nextcloud-auth"]], "@nextcloud/axios": [[115, "nextcloud-axios"]], "@nextcloud/dialogs": [[115, "nextcloud-dialogs"]], "@nextcloud/event-bus": [[115, "nextcloud-event-bus"]], "@nextcloud/files": [[115, "nextcloud-files"]], "@nextcloud/initial-state": [[115, "nextcloud-initial-state"]], "@nextcloud/l10n": [[115, "nextcloud-l10n"]], "@nextcloud/logger": [[115, "nextcloud-logger"]], "@nextcloud/moment": [[115, "nextcloud-moment"]], "@nextcloud/password-confirmation": [[115, "nextcloud-password-confirmation"]], "@nextcloud/paths": [[115, "nextcloud-paths"]], "@nextcloud/router": [[115, "nextcloud-router"]], "@nextcloud/sharing": [[115, "nextcloud-sharing"]], "@nextcloud/vue": [[115, "nextcloud-vue"]], "A note about namespaces URI": [[61, "a-note-about-namespaces-uri"]], "AI & Machine Learning": [[84, null]], "AJAX": [[190, "ajax"]], "API (Application Programming Interface)": [[190, "api-application-programming-interface"]], "API design and consistency": [[49, "api-design-and-consistency"]], "API reference": [[85, null]], "API to resolve links": [[129, "api-to-resolve-links"]], "APIs & Integration": [[86, null]], "Aborting the upload": [[63, "aborting-the-upload"]], "Accept a pending Federated Cloud Share": [[52, "accept-a-pending-federated-cloud-share"]], "Access calendars and events": [[106, "access-calendars-and-events"]], "Access data from within a Nextcloud App via OCP": [[121, "access-data-from-within-a-nextcloud-app-via-ocp"]], "Access restrictions \u2013 IACL": [[107, "access-restrictions-iacl"]], "Access through CalDAV": [[107, "access-through-caldav"]], "Accessing attributes": [[37, "accessing-attributes"]], "Accessing contact info": [[108, "accessing-contact-info"]], "Accessing the container from anywhere": [[21, "accessing-the-container-from-anywhere"]], "Acquiring a HTTP Client": [[112, "acquiring-a-http-client"]], "Action menus": [[76, "action-menus"]], "Action payload to ExApp": [[171, "action-payload-to-exapp"]], "Action results": [[171, "action-results"]], "Actions": [[108, "actions"]], "Activity API": [[69, null]], "Activity element fields": [[69, "activity-element-fields"]], "Adapting ExApps to HaRP": [[152, null]], "Add script": [[181, "add-script"]], "Add spaces around content when needed": [[186, "id17"]], "Add style": [[181, "add-style"]], "Add the library as a Gradle dependency": [[72, "add-the-library-as-a-gradle-dependency"]], "Add the library project to your project as a Git submodule": [[72, "add-the-library-project-to-your-project-as-a-git-submodule"]], "Add the library to a project": [[72, "add-the-library-to-a-project"]], "Added APIs": [[213, "added-apis"], [215, "added-apis"], [227, "added-apis"], [228, "added-apis"], [228, "id2"], [229, "added-apis"], [229, "id1"], [230, "added-apis"], [231, "added-apis"], [232, "added-apis"], [233, "added-apis"], [234, "added-apis"], [234, "id3"]], "Added Events": [[233, "added-events"], [234, "added-events"]], "Added events": [[229, "added-events"]], "Adding a navigation entry": [[6, "adding-a-navigation-entry"]], "Adding indices": [[40, "adding-indices"]], "Adding mounts to the filesystem": [[38, "adding-mounts-to-the-filesystem"]], "Adding translations": [[42, "adding-translations"]], "Address Sanitizer": [[82, "address-sanitizer"]], "Admin audit logging": [[29, "admin-audit-logging"]], "Advanced search provider": [[132, "advanced-search-provider"]], "Advantages": [[21, "advantages"]], "After the release": [[16, "after-the-release"]], "Alignment": [[200, "alignment"]], "Always use braces.": [[186, "id20"]], "Always use parenthesis for arrow function parameters.": [[186, "id12"]], "Android": [[42, "android"], [71, null]], "Android Nextcloud client development": [[71, "android-nextcloud-client-development"]], "App ID": [[190, "app-id"]], "App Installation Flow": [[166, null]], "App architecture": [[7, "app-architecture"]], "App autoloading": [[89, "app-autoloading"]], "App bootstrap logic": [[221, "app-bootstrap-logic"]], "App code checker deprecation": [[222, "app-code-checker-deprecation"]], "App development": [[4, null]], "App guidelines": [[14, "app-guidelines"]], "App metadata": [[5, null]], "App navigation menu": [[199, "app-navigation-menu"]], "App publishing and maintenance": [[11, null]], "App values": [[36, "app-values"]], "AppAPI Authentication": [[153, "appapi-authentication"]], "AppAPI Nextcloud APIs": [[172, null]], "AppAPI session keys": [[164, "appapi-session-keys"]], "AppAPIAuth": [[164, "appapiauth"]], "AppConfig": [[90, null], [168, null]], "AppData": [[35, null], [236, "appdata"]], "AppFramework": [[90, "appframework"]], "Application installation scheme": [[165, "application-installation-scheme"]], "Application namespace management": [[235, "application-namespace-management"]], "Arguments": [[165, "arguments"], [165, "id1"]], "Arguments and options": [[1, "arguments-and-options"]], "Arrays": [[186, "arrays"]], "Assembling the chunks": [[63, "assembling-the-chunks"]], "Assistant OCS API": [[47, null]], "Assistant colors": [[77, "assistant-colors"]], "Auth bypass / privilege escalations": [[209, "auth-bypass-privilege-escalations"]], "Authentication": [[20, "authentication"], [46, "authentication"], [164, null]], "Authentication & basics": [[240, "authentication-basics"]], "Authentication flow": [[164, "authentication-flow"]], "Authentication flow in details": [[164, "authentication-flow-in-details"]], "Authentication headers": [[164, "authentication-headers"]], "Auto-complete and user search": [[46, "auto-complete-and-user-search"]], "Automatic Backport": [[188, "automatic-backport"]], "Available Events": [[22, "available-events"]], "Available hooks": [[22, "available-hooks"]], "Available log methods": [[29, "available-log-methods"]], "Avatars": [[76, "avatars"]], "Avoid multiple properties on the same line": [[186, "id6"], [186, "id16"]], "Avoid semicolons where not needed.": [[186, "id3"]], "Avoiding deadlocks": [[97, "avoiding-deadlocks"]], "Babel Polyfill removal": [[220, "babel-polyfill-removal"]], "Back-end": [[167, "back-end"]], "Back-end changes": [[215, "back-end-changes"], [216, "back-end-changes"], [217, "back-end-changes"], [218, "back-end-changes"], [219, "back-end-changes"], [220, "back-end-changes"], [221, "back-end-changes"], [222, "back-end-changes"], [223, "back-end-changes"], [224, "back-end-changes"], [225, "back-end-changes"], [226, "back-end-changes"], [227, "back-end-changes"], [228, "back-end-changes"], [229, "back-end-changes"], [230, "back-end-changes"], [231, "back-end-changes"], [232, "back-end-changes"], [233, "back-end-changes"], [234, "back-end-changes"]], "Back-end code": [[238, null]], "Backend": [[154, "backend"]], "Background colors": [[77, "background-colors"]], "Background jobs (Cron)": [[18, null]], "Background variables": [[194, "background-variables"]], "Backporting Considerations": [[188, "backporting-considerations"]], "Basic Calendar information \u2013 INode": [[107, "basic-calendar-information-inode"]], "Basic File & Folder Operations": [[61, null]], "Basic Pattern of Dependency Injection": [[21, "basic-pattern-of-dependency-injection"]], "Basic concepts": [[28, null]], "Basic event information \u2013 INode": [[107, "basic-event-information-inode"]], "Basic input types": [[99, "basic-input-types"]], "Basic layout": [[198, "basic-layout"], [199, "basic-layout"], [199, "id3"], [199, "id5"], [200, "basic-layout"]], "Basic rules": [[199, "basic-rules"]], "Basic usage": [[20, "basic-usage"], [29, "basic-usage"], [103, "basic-usage"]], "Be technically sound": [[14, "be-technically-sound"]], "Before the release": [[16, "before-the-release"]], "Behavioral changes": [[215, "behavioral-changes"], [218, "behavioral-changes"], [219, "behavioral-changes"], [228, "behavioral-changes"]], "Benefits": [[14, "benefits"]], "Best practices": [[49, "best-practices"], [148, "best-practices"]], "Body theme": [[221, "body-theme"]], "Boolean database columns": [[223, "boolean-database-columns"]], "Booting an app": [[0, "booting-an-app"]], "Bootstrapping": [[0, null]], "Bootstrapping Nextcloud": [[243, "bootstrapping-nextcloud"]], "Bootstrapping process": [[0, "bootstrapping-process"]], "Border colors": [[77, "border-colors"]], "Border radii": [[77, "border-radii"]], "Border radius": [[231, "border-radius"]], "Borders": [[77, "borders"]], "Braces on same line as the definition.": [[186, "id9"]], "Branch Names": [[188, "branch-names"]], "Branch off": [[16, "branch-off"]], "Branch selection .tx/backport": [[8, "branch-selection-tx-backport"]], "Breaking changes in the Files API package": [[234, "breaking-changes-in-the-files-api-package"]], "Browse the task result page": [[87, "browse-the-task-result-page"]], "Brute-force protection": [[20, "brute-force-protection"]], "Bugfixes": [[188, "bugfixes"]], "Bugtracker": [[203, null]], "Building Vue components and scripts": [[239, "building-vue-components-and-scripts"]], "Building styles": [[239, "building-styles"]], "Building the Client": [[82, null]], "Built-in examples": [[148, "built-in-examples"]], "Button and action labels": [[81, "button-and-action-labels"]], "Buttons": [[76, "buttons"], [195, "buttons"], [199, "buttons"]], "C++ (Qt) / Desktop client": [[42, "c-qt-desktop-client"]], "CAREFULLY handle empty values in JSON Responses": [[49, "carefully-handle-empty-values-in-json-responses"]], "CONSIDER how your API will be used": [[49, "consider-how-your-api-will-be-used"]], "CORS": [[209, "cors"]], "CSP Nonce": [[231, "csp-nonce"]], "CSRF and the #[NoCSRFRequired] attribute": [[190, "csrf-and-the-nocsrfrequired-attribute"]], "CSS": [[23, null], [184, "css"], [194, null], [219, "css"]], "CSS and HTML coding standards": [[184, null]], "CSS classes": [[194, "css-classes"]], "CSS variables": [[27, "css-variables"], [194, "css-variables"]], "Cache": [[236, "cache"]], "Cached data": [[122, "cached-data"]], "Caching": [[19, null]], "Calendar integration": [[106, null]], "Calendar objects": [[106, "calendar-objects"]], "Calendar providers": [[106, "calendar-providers"]], "Calendars": [[106, "calendars"]], "Calls: native client \u2192 editor page": [[101, "calls-native-client-editor-page"]], "Capabilities": [[69, "capabilities"], [231, "capabilities"]], "Capabilities API": [[46, "capabilities-api"]], "Casting parameters": [[20, "casting-parameters"]], "Cause": [[156, "cause"]], "Change log": [[16, "change-log"]], "Change tracking": [[16, "change-tracking"]], "Changed APIs": [[213, "changed-apis"], [215, "changed-apis"], [215, "id1"], [220, "changed-apis"], [224, "changed-apis"], [227, "changed-apis"], [228, "changed-apis"], [228, "id7"], [229, "changed-apis"], [230, "changed-apis"], [230, "id1"], [231, "changed-apis"], [232, "changed-apis"], [233, "changed-apis"], [234, "changed-apis"], [234, "id4"]], "Changed behavior": [[230, "changed-behavior"]], "Changelog": [[5, "changelog"]], "Changing API and backwards compatibility": [[240, "changing-api-and-backwards-compatibility"]], "Check availability": [[56, "check-availability"]], "Check for Talk existence": [[139, "check-for-talk-existence"]], "Check out external shipped apps": [[189, "check-out-external-shipped-apps"]], "Check out the code": [[189, "check-out-the-code"]], "Check responsibility": [[69, "check-responsibility"]], "Checkbox and Multi-checkbox": [[99, "checkbox-and-multi-checkbox"]], "Checkboxes and radios": [[195, "checkboxes-and-radios"]], "Checkboxes and toggles": [[76, "checkboxes-and-toggles"]], "Checking for existence of events": [[107, "checking-for-existence-of-events"]], "Checking if the issue is useful": [[204, "checking-if-the-issue-is-useful"]], "Chips": [[76, "chips"]], "Choosing what should be lazy": [[90, "choosing-what-should-be-lazy"]], "Chunked file upload": [[63, null]], "Chunked upload v2": [[63, "chunked-upload-v2"]], "Class": [[190, "class"]], "Class-based schema registration": [[99, "class-based-schema-registration"]], "Classloader": [[89, null]], "Clear data and disable out-of-office": [[50, "clear-data-and-disable-out-of-office"]], "Clear message": [[54, "clear-message"]], "Clickable area": [[231, "clickable-area"]], "Clickjacking": [[209, "clickjacking"]], "Client APIs": [[228, "client-apis"]], "Client Integration": [[43, null]], "Clients and Client APIs": [[75, null]], "Code Map": [[236, "code-map"]], "Code example": [[70, "code-example"], [70, "id1"], [70, "id2"], [70, "id3"], [70, "id4"], [70, "id5"], [70, "id6"], [70, "id7"], [70, "id8"], [70, "id9"], [70, "id10"], [70, "id11"], [70, "id12"]], "Code executions / file inclusions": [[209, "code-executions-file-inclusions"]], "Code of conduct": [[205, null]], "Code reviews on GitHub": [[202, null]], "Code signing": [[10, null]], "Code style": [[186, "code-style"]], "Coding standards": [[185, "coding-standards"]], "Coding style & general guidelines": [[185, null]], "Collabora without SSL": [[192, "collabora-without-ssl"]], "Collapsible entry": [[199, "collapsible-entry"]], "Color picker": [[76, "color-picker"]], "Colors": [[77, "colors"]], "Command naming": [[1, "command-naming"]], "Comments": [[64, null], [187, "comments"]], "Committing changes": [[239, "committing-changes"]], "Common data structure": [[121, "common-data-structure"]], "Comparison of different API types": [[131, "id4"], [131, "id5"]], "Compatibility": [[115, "compatibility"]], "Compatibility documentation": [[238, "compatibility-documentation"]], "Compatibility with the app ecosystem": [[206, null]], "Compiling": [[82, "compiling"]], "Completely disabled authentication": [[20, "completely-disabled-authentication"]], "Components": [[76, null]], "Composer": [[3, "composer"]], "Composer and composer.json": [[190, "composer-and-composer-json"]], "Concept": [[128, "concept"]], "Concept overview": [[48, "concept-overview"], [90, "concept-overview"], [92, "concept-overview"], [93, "concept-overview"], [104, "concept-overview"], [132, "concept-overview"]], "Conditional scheduling of tasks": [[142, "conditional-scheduling-of-tasks"]], "Config & Preferences": [[91, null]], "Config Lexicon Entry": [[92, "config-lexicon-entry"]], "Configuration": [[36, null]], "Configuration Component": [[105, "configuration-component"]], "Configuration changes": [[215, "configuration-changes"]], "Configuring parallelism": [[18, "configuring-parallelism"]], "Conflict example": [[3, "conflict-example"]], "Connecting a controller and a route": [[20, "connecting-a-controller-and-a-route"]], "Console commands": [[33, "console-commands"], [40, "console-commands"], [42, "console-commands"]], "Constants and flags": [[90, "constants-and-flags"]], "Construction of migration classes": [[40, "construction-of-migration-classes"]], "Consumable, Listenable and Catchable": [[85, "consumable-listenable-and-catchable"]], "Consuming a Mail Service": [[110, "consuming-a-mail-service"]], "Consuming the AppConfig API": [[90, "consuming-the-appconfig-api"]], "Consuming the Files Metadata API": [[104, "consuming-the-files-metadata-api"]], "Consuming the Speech-To-Text API": [[137, "consuming-the-speech-to-text-api"]], "Consuming the Task Processing API": [[140, "consuming-the-task-processing-api"]], "Consuming the Text Processing API": [[142, "consuming-the-text-processing-api"]], "Consuming the Text-To-Image API": [[141, "consuming-the-text-to-image-api"]], "Consuming the Translation API": [[116, "consuming-the-translation-api"]], "Consuming the UserConfig API": [[93, "consuming-the-userconfig-api"]], "Contact Support": [[156, "contact-support"]], "Contacts Menu": [[108, null]], "Containers / Dependency Injection": [[21, null]], "Content list": [[198, null]], "Content size of the event": [[107, "content-size-of-the-event"]], "Context Chat": [[94, null]], "Context array": [[29, "context-array"]], "Continuous Integration": [[95, null]], "Contributing": [[125, "contributing"]], "Control structures": [[186, "control-structures"], [187, "control-structures"]], "Controller": [[190, "controller"]], "Controller Injection": [[21, "controller-injection"]], "Controllers": [[20, null]], "Convert input into standard format": [[123, "convert-input-into-standard-format"]], "Converting to app passwords": [[44, "converting-to-app-passwords"]], "Cookies": [[153, "cookies"]], "Copying files and folders (rfc4918)": [[61, "copying-files-and-folders-rfc4918"]], "Corporate Proxy - Permanent Settings for PHP CLI": [[156, null]], "Correct plurals": [[42, "correct-plurals"]], "Counter": [[199, "counter"]], "Counter bubbles": [[76, "counter-bubbles"]], "Create a conversation": [[139, "create-a-conversation"]], "Create a file": [[101, "create-a-file"]], "Create a folder": [[70, "create-a-folder"]], "Create a new Federated Cloud Share": [[52, "create-a-new-federated-cloud-share"]], "Create a new Share": [[52, "create-a-new-share"]], "Create an app": [[7, "create-an-app"]], "Create calendar events": [[106, "create-calendar-events"]], "Creating a command class": [[1, "creating-a-command-class"]], "Creating a repair step": [[130, "creating-a-repair-step"]], "Creating an expensive repair step": [[130, "creating-an-expensive-repair-step"]], "Creating and publishing events": [[69, "creating-and-publishing-events"]], "Creating custom responses": [[20, "creating-custom-responses"]], "Creating folders (rfc4918)": [[61, "creating-folders-rfc4918"]], "Creating new calendar events": [[107, "creating-new-calendar-events"]], "Creating users": [[146, "creating-users"]], "Critical changes": [[210, null]], "Cross site request forgery": [[209, "cross-site-request-forgery"]], "Cross site scripting": [[209, "cross-site-scripting"]], "Custom attribute to database column mapping": [[37, "custom-attribute-to-database-column-mapping"]], "Custom log file": [[29, "custom-log-file"]], "Customize the conversation": [[139, "customize-the-conversation"]], "DELETE request": [[112, "delete-request"]], "DO NOT throw non-OCS*Exceptions": [[49, "do-not-throw-non-ocs-exceptions"]], "DO NOT use the addHeader (use setHeaders)": [[49, "do-not-use-the-addheader-use-setheaders"]], "DO set all descriptions for parameters and methods": [[49, "do-set-all-descriptions-for-parameters-and-methods"]], "DO type controller and helper methods as explicit as possible": [[49, "do-type-controller-and-helper-methods-as-explicit-as-possible"]], "DO use the same data structures for the same group of responses": [[49, "do-use-the-same-data-structures-for-the-same-group-of-responses"]], "DaemonConfig registration": [[165, "daemonconfig-registration"]], "Dashboard": [[96, null]], "Dashboard API": [[96, "dashboard-api"]], "Data-based responses": [[20, "data-based-responses"]], "Database access": [[37, null]], "Database clusters": [[122, "database-clusters"]], "Database concepts": [[190, "database-concepts"]], "Database performance": [[122, "database-performance"]], "Datetime picker": [[76, "datetime-picker"]], "Deadlocks": [[97, null]], "Debug mode": [[98, "debug-mode"]], "Debugging": [[98, null]], "Debugging HTML and templates": [[98, "debugging-html-and-templates"]], "Debugging JavaScript": [[98, "debugging-javascript"]], "Debugging MariaDB queries": [[98, "debugging-mariadb-queries"]], "Debugging SQL queries": [[98, "debugging-sql-queries"]], "Debugging tests in the browser": [[243, "debugging-tests-in-the-browser"]], "Debugging variables": [[98, "debugging-variables"]], "Declarative Settings": [[179, null]], "Declarative UI response": [[43, "declarative-ui-response"]], "Declarative settings": [[99, null]], "Declare in-app search": [[132, "declare-in-app-search"]], "Declare supported Unified Search providers": [[129, "declare-supported-unified-search-providers"]], "Decline a pending Federated Cloud Share": [[52, "decline-a-pending-federated-cloud-share"]], "Decode a Snowflake ID": [[136, "decode-a-snowflake-id"]], "Default user agent for outgoing requests changed": [[234, "default-user-agent-for-outgoing-requests-changed"]], "Default values for subURL": [[33, "default-values-for-suburl"]], "Define a setup check": [[135, "define-a-setup-check"]], "Delete Share": [[52, "delete-share"]], "Delete a conversation": [[139, "delete-a-conversation"]], "Delete a share resource": [[70, "delete-a-share-resource"]], "Delete a task": [[56, "delete-a-task"]], "Delete an accepted Federated Cloud Share": [[52, "delete-an-accepted-federated-cloud-share"]], "Delete app config values": [[168, "delete-app-config-values"]], "Delete file or folder": [[70, "delete-file-or-folder"]], "Delete metadata using PROPPATCH": [[104, "delete-metadata-using-proppatch"]], "Delete user config values": [[177, "delete-user-config-values"]], "Deleting a preference": [[59, "deleting-a-preference"]], "Deleting an app password": [[44, "deleting-an-app-password"]], "Deleting files and folders (rfc4918)": [[61, "deleting-files-and-folders-rfc4918"]], "Deleting from the trashbin": [[67, "deleting-from-the-trashbin"]], "Deleting multiple preference": [[59, "deleting-multiple-preference"]], "Dependency Injection Container Registration": [[30, "dependency-injection-container-registration"]], "Dependency Injection Parameters": [[227, "dependency-injection-parameters"]], "Dependency hell": [[3, "dependency-hell"]], "Dependency injection (DI)": [[190, "dependency-injection-di"]], "Dependency management": [[3, null]], "Deploy daemons types": [[149, "deploy-daemons-types"]], "Deploy environment variables": [[165, "deploy-environment-variables"]], "Deployment": [[165, null]], "Deprecated": [[227, "deprecated"]], "Deprecated APIs": [[215, "deprecated-apis"], [216, "deprecated-apis"], [221, "deprecated-apis"], [223, "deprecated-apis"], [224, "deprecated-apis"], [224, "id1"], [228, "deprecated-apis"], [229, "deprecated-apis"], [229, "id2"], [230, "deprecated-apis"], [231, "deprecated-apis"], [231, "id2"], [232, "deprecated-apis"], [233, "deprecated-apis"], [233, "id1"], [234, "deprecated-apis"], [234, "id5"]], "Deprecated events": [[229, "deprecated-events"]], "Deprecated global variables": [[218, "deprecated-global-variables"], [219, "deprecated-global-variables"], [220, "deprecated-global-variables"], [221, "deprecated-global-variables"], [223, "deprecated-global-variables"]], "Deprecation of injection of named services": [[220, "deprecation-of-injection-of-named-services"]], "Deprecation of shipped JavaScript libraries": [[217, "deprecation-of-shipped-javascript-libraries"]], "Deprecations": [[211, null], [218, "deprecations"], [219, "deprecations"], [235, "deprecations"]], "Design": [[78, null]], "Desktop Clients": [[83, null]], "Determining if the report is complete": [[204, "determining-if-the-report-is-complete"]], "Determining relevance of issue": [[204, "determining-relevance-of-issue"]], "Develop your first app with client integration": [[43, "develop-your-first-app-with-client-integration"]], "Development": [[115, "development"]], "Development Tools": [[100, null]], "Development dependency hell": [[229, "development-dependency-hell"]], "Development environment": [[189, null]], "Development overview": [[155, null]], "Development process": [[188, null]], "Development tools": [[3, "development-tools"]], "Digging deeper": [[113, null]], "Direct Download": [[46, "direct-download"]], "Direct editing": [[101, null]], "Direct storage access": [[38, "direct-storage-access"]], "Directory traversal": [[209, "directory-traversal"]], "Disable the app": [[125, "disable-the-app"]], "Disabled keyboard shortcuts": [[226, "disabled-keyboard-shortcuts"]], "Display link previews": [[129, "display-link-previews"]], "Displaying a task result": [[87, "displaying-a-task-result"]], "Distributed cache": [[19, "distributed-cache"]], "Do we lock down Nextcloud?": [[10, "do-we-lock-down-nextcloud"]], "Docker Container Registry": [[157, null]], "Docker Socket Proxy": [[149, "docker-socket-proxy"], [158, null]], "Docker by socket": [[149, "docker-by-socket"]], "Docker install": [[167, "docker-install"]], "Docker remote API": [[149, "docker-remote-api"]], "Dockerfile": [[151, "dockerfile"]], "Document creators": [[101, "document-creators"]], "Documentation": [[243, "documentation"]], "Documentation on the translation process": [[8, "documentation-on-the-translation-process"]], "Documentation procedures of changes that affect app developers": [[206, "documentation-procedures-of-changes-that-affect-app-developers"]], "Donations": [[13, "donations"]], "Dos and Don\u2019ts": [[42, "dos-and-don-ts"], [194, "dos-and-don-ts"]], "Download a file": [[70, "download-a-file"]], "Download permission": [[52, "download-permission"]], "Downloading files": [[61, "downloading-files"]], "Downloading folders": [[61, "downloading-folders"]], "Downloads": [[20, "downloads"]], "Drag and drop": [[199, "drag-and-drop"]], "Dropdown": [[76, "dropdown"]], "ESLint config": [[186, "eslint-config"]], "Edit an existing app": [[7, "edit-an-existing-app"]], "Edit entry": [[199, "edit-entry"]], "Element sizes and spacing": [[77, "element-sizes-and-spacing"]], "Element structure variables": [[194, "element-structure-variables"]], "Email": [[103, null]], "Email sending": [[192, "email-sending"]], "Emoji picker": [[76, "emoji-picker"]], "Empty content": [[76, "empty-content"]], "Emptying the trashbin": [[67, "emptying-the-trashbin"]], "Enable the app": [[7, "enable-the-app"], [125, "enable-the-app"]], "Enabled": [[153, "enabled"], [166, "enabled"]], "Enabling debug mode": [[189, "enabling-debug-mode"]], "Endpoint": [[43, "endpoint"], [64, "endpoint"]], "Endpoints": [[69, "endpoints"]], "Enterprise support": [[13, "enterprise-support"]], "Entities": [[37, "entities"], [105, "entities"]], "Entity": [[190, "entity"]], "Entity slug deprecation": [[225, "entity-slug-deprecation"]], "Entries in the calendar \u2013 ICollection": [[107, "entries-in-the-calendar-icollection"]], "Entry bullet": [[199, "entry-bullet"]], "Error handling": [[112, "error-handling"]], "Errors": [[10, "errors"]], "Errors and headers": [[49, "errors-and-headers"]], "Event data \u2013 IFile": [[107, "event-data-ifile"]], "Event payload": [[169, "event-payload"]], "Event-based schema registration": [[99, "event-based-schema-registration"]], "Events": [[22, null], [73, "events"], [115, "events"]], "Events Listener": [[169, null]], "Events types": [[169, "events-types"]], "ExApp": [[170, null]], "ExApp (external app)": [[190, "exapp-external-app"]], "ExApp deployment issues": [[161, "exapp-deployment-issues"]], "ExApp development": [[151, null], [163, null]], "ExApp info.xml schema": [[165, "exapp-info-xml-schema"]], "ExApp lifecycle": [[153, null]], "ExApp lifecycle methods": [[153, "exapp-lifecycle-methods"]], "ExApp lifecycle scheme": [[153, "exapp-lifecycle-scheme"]], "ExApp metadata": [[154, "exapp-metadata"]], "ExApp overview": [[154, null]], "ExApp registration": [[165, "exapp-registration"]], "ExApp structure": [[154, "exapp-structure"]], "ExApps (Python)": [[42, "exapps-python"]], "ExApps management list of apps from App Store is empty": [[161, "exapps-management-list-of-apps-from-app-store-is-empty"]], "Example": [[43, "example"], [165, "example"], [175, "example"], [178, "example"]], "Example generic handler": [[147, "example-generic-handler"]], "Example response": [[69, "example-response"]], "Example webfinger handler": [[147, "example-webfinger-handler"]], "Examples": [[64, "examples"], [70, null], [73, "examples"], [73, "id1"], [171, "examples"], [202, "examples"]], "Examples search bodies": [[66, "examples-search-bodies"]], "ExceptionalImplementable": [[85, "exceptionalimplementable"]], "Exceptions": [[240, "exceptions"]], "Excluding files .l10nignore": [[8, "excluding-files-l10nignore"]], "Expensive post migration repair steps": [[213, "expensive-post-migration-repair-steps"]], "Expensive repair steps": [[130, "expensive-repair-steps"]], "Expose capabilities": [[49, "expose-capabilities"]], "Exposing actions via capability": [[43, "exposing-actions-via-capability"]], "Extend link preview support": [[129, "extend-link-preview-support"]], "Extend the Smart Picker": [[129, "extend-the-smart-picker"]], "Extending core parts": [[25, "extending-core-parts"]], "Extending the DAV server": [[2, null]], "Extending the \u201cnew\u201d menu in the files app": [[25, "extending-the-new-menu-in-the-files-app"]], "External API": [[240, null]], "External search provider": [[132, "external-search-provider"]], "External storage type": [[99, "external-storage-type"]], "Extracting values from the URL": [[33, "extracting-values-from-the-url"]], "FAQ": [[10, "faq"]], "Failed to create volume": [[161, "failed-to-create-volume"]], "Federated Cloud Shares": [[52, "federated-cloud-shares"]], "Fetch a list of all set user-statuses": [[54, "fetch-a-list-of-all-set-user-statuses"]], "Fetch a result image": [[56, "fetch-a-result-image"]], "Fetch a specific user\u2019s status": [[54, "fetch-a-specific-user-s-status"]], "Fetch a task by ID": [[56, "fetch-a-task-by-id"], [57, "fetch-a-task-by-id"]], "Fetch a user\u2019s backup status": [[54, "fetch-a-user-s-backup-status"]], "Fetch ongoing data": [[50, "fetch-ongoing-data"]], "Fetch the list of predefined statuses": [[54, "fetch-the-list-of-predefined-statuses"]], "Fetch upcoming or ongoing data": [[50, "fetch-upcoming-or-ongoing-data"]], "Fetch user setting and recommendations": [[51, "fetch-user-setting-and-recommendations"]], "Fetch user-controlled recommendations": [[51, "fetch-user-controlled-recommendations"]], "Fetch your own status": [[54, "fetch-your-own-status"]], "Fetching a calendar entry": [[107, "fetching-a-calendar-entry"]], "Fetching all calendar entries": [[107, "fetching-all-calendar-entries"]], "Fetching individual search results": [[132, "fetching-individual-search-results"]], "Fetching provider IDs": [[132, "fetching-provider-ids"]], "Fetching the access rules of the calendar": [[107, "fetching-the-access-rules-of-the-calendar"]], "Fetching the name of an event": [[107, "fetching-the-name-of-an-event"]], "File": [[35, "file"]], "File Actions Menu": [[171, null]], "File bulk upload": [[62, null]], "File picker": [[76, "file-picker"]], "File request": [[52, "file-request"]], "Filenames": [[186, "filenames"]], "Files": [[73, null]], "Files API": [[234, "files-api"]], "Files Metadata": [[104, null]], "Files Sharing": [[54, "files-sharing"]], "Files and Files sharing": [[232, "files-and-files-sharing"]], "Filesystem layer": [[236, "filesystem-layer"]], "Filesystem root": [[22, "filesystem-root"]], "Filesystem scanner": [[22, "filesystem-scanner"]], "Filesystem structure": [[186, "filesystem-structure"]], "Filtering the auto-complete results": [[46, "filtering-the-auto-complete-results"]], "Finalizing and tagging": [[204, "finalizing-and-tagging"]], "Finding bugs to triage": [[204, "finding-bugs-to-triage"]], "Finding duplicates": [[204, "finding-duplicates"]], "First steps": [[48, "first-steps"]], "Folder": [[35, "folder"]], "Font sizes": [[77, "font-sizes"], [231, "font-sizes"]], "Fonts": [[77, "fonts"]], "Force language for a given call": [[46, "force-language-for-a-given-call"]], "Formattable text area": [[76, "formattable-text-area"]], "Forums": [[207, "forums"]], "Foundations": [[77, null]], "Frequently Asked Questions": [[162, null]], "Front controller": [[32, "front-controller"]], "Front-end": [[24, null], [167, "front-end"]], "Front-end changes": [[215, "front-end-changes"], [216, "front-end-changes"], [217, "front-end-changes"], [218, "front-end-changes"], [219, "front-end-changes"], [220, "front-end-changes"], [221, "front-end-changes"], [223, "front-end-changes"], [224, "front-end-changes"], [226, "front-end-changes"], [227, "front-end-changes"], [228, "front-end-changes"], [229, "front-end-changes"], [230, "front-end-changes"], [231, "front-end-changes"], [232, "front-end-changes"], [233, "front-end-changes"], [234, "front-end-changes"]], "Front-end code": [[239, null]], "Frontend": [[154, "frontend"]], "Frontend and build tools": [[190, "frontend-and-build-tools"]], "Frontend routing": [[154, "frontend-routing"]], "Functions": [[186, "functions"]], "Further reading": [[69, "further-reading"], [243, "further-reading"]], "GET request": [[112, "get-request"]], "GPU support": [[159, null]], "GPUs scaling": [[160, "gpus-scaling"]], "Gather information about server setup": [[189, "gather-information-about-server-setup"]], "General": [[74, null], [185, "general"], [186, "general"], [215, "general"], [223, "general"], [225, "general"], [226, "general"], [227, "general"], [228, "general"], [228, "id1"], [229, "general"], [230, "general"], [231, "general"], [233, "general"]], "General color variables": [[194, "general-color-variables"]], "General considerations": [[204, "general-considerations"]], "General rules": [[81, "general-rules"]], "General rules and advice": [[186, "general-rules-and-advice"]], "General web development terms": [[190, "general-web-development-terms"]], "Generate a Snowflake ID": [[136, "generate-a-snowflake-id"]], "Generate the specification": [[49, "generate-the-specification"]], "Generating URLs": [[25, "generating-urls"]], "Generating a token if Nextcloud is the provider": [[119, "generating-a-token-if-nextcloud-is-the-provider"]], "Generic Build Instructions": [[82, "generic-build-instructions"]], "Generic Errors": [[74, "generic-errors"]], "Get ExApp enabled status": [[170, "get-exapp-enabled-status"]], "Get ExApps list": [[170, "get-exapps-list"]], "Get Nextcloud URL": [[170, "get-nextcloud-url"]], "Get Shares from a specific file or folder": [[52, "get-shares-from-a-specific-file-or-folder"]], "Get a unique tag for one event version": [[107, "get-a-unique-tag-for-one-event-version"]], "Get all Shares": [[52, "get-all-shares"]], "Get app config values": [[168, "get-app-config-values"]], "Get available task types": [[57, "get-available-task-types"]], "Get available translation options": [[58, "get-available-translation-options"]], "Get content of a calendar event": [[107, "get-content-of-a-calendar-event"]], "Get data and metadata from a document": [[48, "get-data-and-metadata-from-a-document"]], "Get groups of calendar": [[107, "get-groups-of-calendar"]], "Get information about a known Federated Cloud Share": [[52, "get-information-about-a-known-federated-cloud-share"]], "Get information about a known Share": [[52, "get-information-about-a-known-share"]], "Get list of NC users": [[182, "get-list-of-nc-users"]], "Get the app": [[125, "get-the-app"]], "Get the country code for a region": [[123, "get-the-country-code-for-a-region"]], "Get the provider list": [[129, "get-the-provider-list"]], "Get the share resources for a given file or folder": [[70, "get-the-share-resources-for-a-given-file-or-folder"]], "Get the source": [[189, "get-the-source"]], "Get user config values": [[177, "get-user-config-values"]], "Getting PHPUnit": [[243, "getting-phpunit"]], "Getting access": [[38, "getting-access"]], "Getting data from the backend using AJAX requests": [[20, "getting-data-from-the-backend-using-ajax-requests"]], "Getting help": [[122, "getting-help"], [209, "getting-help"]], "Getting properties for just the folder": [[61, "getting-properties-for-just-the-folder"]], "Getting request parameters": [[20, "getting-request-parameters"]], "Getting started": [[191, null]], "Getting the last modification time stamp": [[107, "getting-the-last-modification-time-stamp"]], "Getting the login token": [[119, "getting-the-login-token"]], "Getting the modification timestamp": [[107, "getting-the-modification-timestamp"]], "Getting the owner of a calendar": [[107, "getting-the-owner-of-a-calendar"]], "Getting the privileges associated with the calendar": [[107, "getting-the-privileges-associated-with-the-calendar"]], "Getting the properties": [[107, "getting-the-properties"]], "Git branch management": [[16, "git-branch-management"]], "GitHub Actions": [[15, "github-actions"]], "Global Middlewares": [[30, "global-middlewares"]], "Global variables": [[115, "global-variables"]], "Glossary": [[150, "glossary"], [190, null]], "GroupManager": [[22, "groupmanager"]], "Groupware & Workflows": [[111, null]], "Groupware integration": [[109, null]], "Guidelines": [[42, "guidelines"]], "HEAD request": [[112, "head-request"]], "HTML": [[184, "html"]], "HTML elements": [[195, null]], "HTML-based Responses": [[20, "html-based-responses"]], "HTML/CSS guidelines": [[197, null]], "HTTP 401 for invalid username/password": [[223, "http-401-for-invalid-username-password"]], "HTTP API": [[101, "http-api"]], "HTTP Client": [[112, null]], "HTTP status codes": [[69, "http-status-codes"]], "Handle exceptions": [[49, "handle-exceptions"]], "Handler registration": [[147, "handler-registration"]], "Handling DAV events": [[2, "handling-dav-events"]], "Handling errors": [[20, "handling-errors"]], "Handling iMIP data": [[107, "handling-imip-data"]], "Handling search requests": [[132, "handling-search-requests"]], "Handling settings storage": [[99, "handling-settings-storage"]], "Handling the dependencies": [[82, "handling-the-dependencies"]], "Healthcheck": [[153, "healthcheck"]], "Heartbeat": [[153, "heartbeat"], [166, "heartbeat"]], "Heavy load and time insensitive": [[18, "heavy-load-and-time-insensitive"]], "Help and communication": [[207, null]], "High level overview": [[236, "high-level-overview"]], "Highlighted counter": [[199, "highlighted-counter"]], "Historical options": [[131, "historical-options"]], "Hooks": [[22, "hooks"], [43, "hooks"]], "How code signing affects apps in the app store": [[10, "how-code-signing-affects-apps-in-the-app-store"]], "How do you triage bugs": [[204, "how-do-you-triage-bugs"]], "How does auto-wiring work": [[21, "how-does-auto-wiring-work"]], "How does it affect the request lifecycle": [[21, "how-does-it-affect-the-request-lifecycle"]], "How does this affect controllers": [[21, "how-does-this-affect-controllers"]], "How the container works": [[21, "how-the-container-works"]], "How to deal with interface and primitive type parameters": [[21, "how-to-deal-with-interface-and-primitive-type-parameters"]], "How to enable GPU support for the Deploy daemon?": [[159, "how-to-enable-gpu-support-for-the-deploy-daemon"]], "How to enable it": [[21, "how-to-enable-it"]], "How to get your app signed": [[10, "how-to-get-your-app-signed"]], "How to limit the number of GPUs per ExApp?": [[159, "how-to-limit-the-number-of-gpus-per-exapp"]], "How to move": [[14, "how-to-move"]], "How to test \u2026": [[192, null]], "How to troubleshoot networking issues?": [[161, "how-to-troubleshoot-networking-issues"]], "How to use a private Docker container registry with authentication?": [[157, "how-to-use-a-private-docker-container-registry-with-authentication"]], "How web requests work in Nextcloud": [[190, "how-web-requests-work-in-nextcloud"]], "How will it work?": [[202, "how-will-it-work"]], "Hybrid Distribution": [[16, "hybrid-distribution"]], "IE11 removal": [[223, "ie11-removal"]], "Icons": [[27, "icons"], [77, "icons"], [196, null]], "Icons should be outlined": [[233, "icons-should-be-outlined"]], "Identifying errors": [[98, "identifying-errors"]], "Ignore certain endpoints": [[49, "ignore-certain-endpoints"]], "Ignoring deadlocks": [[97, "ignoring-deadlocks"]], "Image Pulling (Docker)": [[166, "image-pulling-docker"]], "Images": [[129, "images"]], "Implement a new exporter": [[120, "implement-a-new-exporter"]], "Implementable, Dispatchable and Throwable": [[85, "implementable-dispatchable-and-throwable"]], "Implementation notes": [[101, "implementation-notes"]], "Implementing a Speech-To-Text provider": [[137, "implementing-a-speech-to-text-provider"]], "Implementing a TaskProcessing provider": [[140, "implementing-a-taskprocessing-provider"]], "Implementing a Text-To-Image provider": [[141, "implementing-a-text-to-image-provider"]], "Implementing a TextProcessing provider": [[142, "implementing-a-textprocessing-provider"]], "Implementing a Translation provider": [[116, "implementing-a-translation-provider"]], "Implementing a content provider for Context Chat": [[94, "implementing-a-content-provider-for-context-chat"]], "Implementing a filter": [[69, "implementing-a-filter"]], "Implementing a provider": [[69, "implementing-a-provider"]], "Implementing a setting": [[69, "implementing-a-setting"]], "Implementing a simple two-factor auth provider": [[144, "implementing-a-simple-two-factor-auth-provider"]], "Implementing a storage": [[38, "implementing-a-storage"]], "Implementing an API called from a public share page": [[128, "implementing-an-api-called-from-a-public-share-page"]], "Implementing an advanced TaskProcessing provider": [[140, "implementing-an-advanced-taskprocessing-provider"]], "Implementing an authenticated public page": [[128, "implementing-an-authenticated-public-page"]], "Implementing the ContentProviderRegisterEvent event": [[94, "implementing-the-contentproviderregisterevent-event"]], "Improving your translations": [[42, "improving-your-translations"]], "In Place of a Conclusion": [[149, "in-place-of-a-conclusion"]], "In-memory cache": [[19, "in-memory-cache"]], "Including CSS and JavaScript": [[26, "including-css-and-javascript"]], "Including images": [[26, "including-images"]], "Including templates": [[26, "including-templates"]], "Indentation": [[186, "indentation"]], "Indexed values": [[93, "indexed-values"]], "Init": [[153, "init"], [166, "init"]], "Init the library": [[70, "init-the-library"]], "Initialization events": [[6, "initialization-events"]], "Initializing the collection": [[48, "initializing-the-collection"]], "Inline attachments": [[103, "inline-attachments"]], "Input and output shapes": [[140, "input-and-output-shapes"]], "Input fields": [[76, "input-fields"]], "Install AppAPI": [[149, "install-appapi"]], "Installing Node JS": [[243, "installing-node-js"]], "Installing the apps": [[48, "installing-the-apps"]], "Integrating the assistant": [[87, null]], "Integration of custom calendar providers": [[107, null]], "Integration test example": [[152, "integration-test-example"]], "Interactive commands": [[1, "interactive-commands"]], "Interactive widgets": [[129, "interactive-widgets"]], "Interface": [[190, "interface"]], "Internal changes": [[215, "internal-changes"]], "Internal storage type": [[99, "internal-storage-type"]], "Internal task types": [[140, "internal-task-types"]], "Introduction": [[7, null], [20, "introduction"], [21, "introduction"], [62, "introduction"], [63, "introduction"], [79, null], [150, null], [198, "introduction"], [199, null], [199, "id1"], [199, "id2"], [199, "id4"], [202, "introduction"], [240, "introduction"]], "Is code signing mandatory for apps?": [[10, "is-code-signing-mandatory-for-apps"]], "Issues/Bugs": [[43, "issues-bugs"]], "JSON": [[20, "json"], [190, "json"]], "JSON parameters": [[20, "json-parameters"]], "JavaScript": [[25, null], [27, "javascript"], [209, "javascript"]], "JavaScript / TypeScript": [[42, "javascript-typescript"]], "JavaScript / TypeScript / Vue": [[42, "javascript-typescript-vue"]], "JavaScript APIs": [[115, null]], "JavaScript and Typescript": [[186, null]], "JavaScript unit testing for server": [[243, "javascript-unit-testing-for-server"]], "Keep the code up-to-date": [[189, "keep-the-code-up-to-date"]], "Key integration considerations": [[152, "key-integration-considerations"]], "Keyboard shortcuts": [[25, "keyboard-shortcuts"]], "L10n translations": [[154, "l10n-translations"]], "LDAP factory availability": [[223, "ldap-factory-availability"]], "LLM Prompts and multilingual I/O": [[140, "llm-prompts-and-multilingual-i-o"]], "Labels": [[185, "labels"]], "Language of other users": [[42, "language-of-other-users"]], "Language tuple structure": [[58, "language-tuple-structure"]], "Last version with database.xml support and migration": [[222, "last-version-with-database-xml-support-and-migration"]], "Layout": [[80, null]], "Lazy Loading": [[93, "lazy-loading"]], "Lazy loading": [[90, "lazy-loading"]], "Legacy access to the Sabre classes": [[107, "legacy-access-to-the-sabre-classes"]], "Legal and security": [[14, "legal-and-security"]], "Lexicon": [[92, null]], "Library installation": [[72, null]], "License headers": [[185, "license-headers"]], "Line height": [[231, "line-height"]], "Linking a collection to a user account": [[48, "linking-a-collection-to-a-user-account"]], "Linting": [[95, "linting"]], "List accepted Federated Cloud Shares": [[52, "list-accepted-federated-cloud-shares"]], "List editors and creators": [[101, "list-editors-and-creators"]], "List item": [[76, "list-item"]], "List of available icons": [[196, "list-of-available-icons"]], "List pending Federated Cloud Shares": [[52, "list-pending-federated-cloud-shares"]], "List tasks by App": [[56, "list-tasks-by-app"]], "List templates": [[101, "list-templates"]], "Listener callbacks": [[22, "listener-callbacks"]], "Listener classes": [[22, "listener-classes"]], "Listening to events": [[121, "listening-to-events"]], "Listening to log events": [[29, "listening-to-log-events"]], "Listening to the image generation events": [[141, "listening-to-the-image-generation-events"]], "Listening to the task processing events": [[140, "listening-to-the-task-processing-events"]], "Listening to the text processing events": [[142, "listening-to-the-text-processing-events"]], "Listening to the transcription events": [[137, "listening-to-the-transcription-events"]], "Listing favorites": [[61, "listing-favorites"]], "Listing folders (rfc4918)": [[61, "listing-folders-rfc4918"]], "Listing the trashbin content": [[67, "listing-the-trashbin-content"]], "Listing the versions of a file": [[68, "listing-the-versions-of-a-file"]], "Live & Background Events": [[104, "live-background-events"]], "Loading initial state": [[25, "loading-initial-state"]], "Local Shares": [[52, "local-shares"]], "Local cache": [[19, "local-cache"]], "Log format": [[223, "log-format"]], "Log level mapping": [[29, "log-level-mapping"]], "Logging": [[29, null], [151, "logging"], [173, null]], "Logging exceptions": [[29, "logging-exceptions"]], "Logical position CSS rules": [[232, "logical-position-css-rules"]], "Login Flow": [[44, null]], "Login flow v2": [[44, "login-flow-v2"]], "Login in the user": [[44, "login-in-the-user"]], "Login name vs. email login": [[44, "login-name-vs-email-login"]], "Long transactions": [[122, "long-transactions"]], "Loosening the default restrictions": [[20, "loosening-the-default-restrictions"]], "Losing a rating": [[14, "losing-a-rating"]], "Machine Translation": [[116, null]], "Mail Provider Interface": [[110, null]], "Main content": [[193, null]], "Maintainers": [[12, null], [207, "maintainers"]], "Maintenance Mode": [[74, "maintenance-mode"]], "Major update": [[16, "major-update"]], "Make Requests to ExApps": [[170, "make-requests-to-exapps"]], "Make a provider activatable by the admin (optional)": [[144, "make-a-provider-activatable-by-the-admin-optional"]], "Make a provider deactivatable by the admin (optional)": [[144, "make-a-provider-deactivatable-by-the-admin-optional"]], "Makefile": [[154, "makefile"]], "Makefile changes for code signing": [[15, "makefile-changes-for-code-signing"]], "Making requests in JavaScript": [[61, "making-requests-in-javascript"]], "Making search requests": [[66, "making-search-requests"]], "Managing config keys": [[90, "managing-config-keys"], [93, "managing-config-keys"]], "Managing the access to the calendar \u2013 IACL": [[107, "managing-the-access-to-the-calendar-iacl"]], "Manual Backport": [[188, "manual-backport"]], "Manual install": [[167, "manual-install"]], "Manual install for development": [[165, "manual-install-for-development"]], "Manual translation": [[8, "manual-translation"]], "Manual translations": [[167, "manual-translations"]], "Mapper": [[190, "mapper"]], "Mappers": [[37, "mappers"]], "Match links": [[129, "match-links"]], "Matching subURLs": [[33, "matching-suburls"]], "Material design icons": [[196, "material-design-icons"]], "Measuring performance": [[122, "measuring-performance"]], "Menu": [[199, "menu"]], "Merging activities": [[69, "merging-activities"]], "Message interpolation": [[29, "message-interpolation"]], "Messages: editor page \u2192 native client": [[101, "messages-editor-page-native-client"]], "Metadata Query Helper": [[104, "metadata-query-helper"]], "Method 1: Edit PHP CLI php.ini File": [[156, "method-1-edit-php-cli-php-ini-file"]], "Method 2: Set System-Wide Environment Variables": [[156, "method-2-set-system-wide-environment-variables"]], "Methods": [[143, "methods"]], "Middlewares": [[30, null]], "Migration": [[190, "migration"]], "Migration commands": [[223, "migration-commands"]], "Migration from PHPDoc annotations to native PHP attributes": [[227, "migration-from-phpdoc-annotations-to-native-php-attributes"]], "Migrations": [[40, null]], "Migrations and Metadata": [[40, "migrations-and-metadata"]], "Minor updates": [[16, "minor-updates"]], "Miscellaneous": [[90, "miscellaneous"], [93, "miscellaneous"]], "Miscellaneous OCS APIs": [[182, null]], "Miscellaneous responses": [[20, "miscellaneous-responses"]], "Mitigations": [[97, "mitigations"]], "Modals": [[76, "modals"]], "Modify out-of-office data": [[50, "modify-out-of-office-data"]], "Modifying the CORS headers": [[131, "modifying-the-cors-headers"]], "Modifying the content security policy": [[20, "modifying-the-content-security-policy"]], "Modifying users": [[146, "modifying-users"]], "Monetizing your app": [[13, null]], "Mount": [[236, "mount"]], "Move a file or folder": [[70, "move-a-file-or-folder"]], "Moving files and folders (rfc4918)": [[61, "moving-files-and-folders-rfc4918"]], "Moving your repo to the Nextcloud organization": [[14, "moving-your-repo-to-the-nextcloud-organization"]], "NPM": [[118, null]], "Names, pronouns, and gender": [[81, "names-pronouns-and-gender"]], "Namespace": [[190, "namespace"]], "Naming and casing": [[186, "naming-and-casing"]], "Naming convention": [[184, "naming-convention"]], "Naming conventions": [[36, "naming-conventions"]], "Naming scheme": [[22, "naming-scheme"]], "Navigation": [[76, "navigation"]], "Navigation and pre-app configuration": [[6, null]], "Navigation styling revisions": [[235, "navigation-styling-revisions"]], "NcReferencePickerModal": [[129, "ncreferencepickermodal"]], "NcReferenceWidget": [[129, "ncreferencewidget"]], "NcRichContenteditable": [[129, "ncrichcontenteditable"]], "NcRichText": [[129, "ncrichtext"]], "Network state changes": [[115, "network-state-changes"]], "New APIs": [[219, "new-apis"], [220, "new-apis"]], "New button": [[199, "new-button"]], "New deprecations": [[211, "new-deprecations"]], "New in this release": [[213, null]], "Nextcloud": [[190, "nextcloud"]], "Nextcloud 20 and later": [[0, "nextcloud-20-and-later"]], "Nextcloud AIO": [[158, "nextcloud-aio"]], "Nextcloud Android library": [[71, "nextcloud-android-library"]], "Nextcloud AppAPI DSP": [[158, "nextcloud-appapi-dsp"]], "Nextcloud Flow": [[105, null]], "Nextcloud architecture": [[237, null]], "Nextcloud bug triaging": [[204, null]], "Nextcloud developer documentation": [[201, null]], "Nextcloud filesystem API": [[38, null], [236, null]], "Nextcloud-side ExApp lifecycle methods": [[153, "nextcloud-side-exapp-lifecycle-methods"]], "Nextcloud-specific terms": [[190, "nextcloud-specific-terms"]], "Nightly releases": [[16, "nightly-releases"]], "No space between function name and parameters": [[186, "id8"]], "Node": [[236, "node"]], "Node API": [[38, "node-api"]], "Node Events": [[169, "node-events"]], "Node.js upgrade": [[223, "node-js-upgrade"]], "Not open source anymore?": [[10, "not-open-source-anymore"]], "Note card": [[76, "note-card"]], "Notifications": [[46, "notifications"], [117, null], [174, null]], "OC \u2013 internal APIs": [[115, "oc-internal-apis"]], "OCA \u2013 App APIs": [[115, "oca-app-apis"]], "OCA\\DAV\\Events\\SabrePluginAddEvent": [[22, "oca-dav-events-sabrepluginaddevent"]], "OCC Command": [[175, null]], "OCP event dispatcher": [[22, "ocp-event-dispatcher"]], "OCP \u2013 Public APIs": [[115, "ocp-public-apis"]], "OCP\\Accounts\\UserUpdatedEvent": [[17, null], [22, "ocp-accounts-userupdatedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeLoginTemplateRenderedEvent": [[17, "ocp-appframework-http-events-beforelogintemplaterenderedevent"], [22, "ocp-appframework-http-events-beforelogintemplaterenderedevent"]], "OCP\\AppFramework\\Http\\Events\\BeforeTemplateRenderedEvent": [[17, "ocp-appframework-http-events-beforetemplaterenderedevent"], [22, "ocp-appframework-http-events-beforetemplaterenderedevent"]], "OCP\\App\\Events\\AppDisableEvent": [[17, "ocp-app-events-appdisableevent"], [22, "ocp-app-events-appdisableevent"]], "OCP\\App\\Events\\AppEnableEvent": [[17, "ocp-app-events-appenableevent"], [22, "ocp-app-events-appenableevent"]], "OCP\\App\\Events\\AppUpdateEvent": [[17, "ocp-app-events-appupdateevent"], [22, "ocp-app-events-appupdateevent"]], "OCP\\App\\ManagerEvent": [[17, "ocp-app-managerevent"], [22, "ocp-app-managerevent"]], "OCP\\Authentication\\Events\\AnyLoginFailedEvent": [[17, "ocp-authentication-events-anyloginfailedevent"], [22, "ocp-authentication-events-anyloginfailedevent"]], "OCP\\Authentication\\Events\\LoginFailedEvent": [[17, "ocp-authentication-events-loginfailedevent"], [22, "ocp-authentication-events-loginfailedevent"]], "OCP\\Authentication\\Events\\TokenInvalidatedEvent": [[17, "ocp-authentication-events-tokeninvalidatedevent"], [22, "ocp-authentication-events-tokeninvalidatedevent"]], "OCP\\Authentication\\TwoFactorAuth\\RegistryEvent": [[17, "ocp-authentication-twofactorauth-registryevent"], [22, "ocp-authentication-twofactorauth-registryevent"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengeFailed": [[17, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"], [22, "ocp-authentication-twofactorauth-twofactorproviderchallengefailed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderChallengePassed": [[17, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"], [22, "ocp-authentication-twofactorauth-twofactorproviderchallengepassed"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderDisabled": [[17, "ocp-authentication-twofactorauth-twofactorproviderdisabled"], [22, "ocp-authentication-twofactorauth-twofactorproviderdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserDisabled": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserdisabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserEnabled": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserenabled"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserRegistered": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderForUserUnregistered": [[17, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"], [22, "ocp-authentication-twofactorauth-twofactorproviderforuserunregistered"]], "OCP\\Authentication\\TwoFactorAuth\\TwoFactorProviderUserDeleted": [[17, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"], [22, "ocp-authentication-twofactorauth-twofactorprovideruserdeleted"]], "OCP\\BeforeSabrePubliclyLoadedEvent": [[17, "ocp-beforesabrepubliclyloadedevent"], [22, "ocp-beforesabrepubliclyloadedevent"]], "OCP\\Calendar\\Events\\CalendarObjectCreatedEvent": [[17, "ocp-calendar-events-calendarobjectcreatedevent"], [22, "ocp-calendar-events-calendarobjectcreatedevent"]], "OCP\\Calendar\\Events\\CalendarObjectDeletedEvent": [[17, "ocp-calendar-events-calendarobjectdeletedevent"], [22, "ocp-calendar-events-calendarobjectdeletedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedEvent": [[17, "ocp-calendar-events-calendarobjectmovedevent"], [22, "ocp-calendar-events-calendarobjectmovedevent"]], "OCP\\Calendar\\Events\\CalendarObjectMovedToTrashEvent": [[17, "ocp-calendar-events-calendarobjectmovedtotrashevent"], [22, "ocp-calendar-events-calendarobjectmovedtotrashevent"]], "OCP\\Calendar\\Events\\CalendarObjectRestoredEvent": [[17, "ocp-calendar-events-calendarobjectrestoredevent"], [22, "ocp-calendar-events-calendarobjectrestoredevent"]], "OCP\\Calendar\\Events\\CalendarObjectUpdatedEvent": [[17, "ocp-calendar-events-calendarobjectupdatedevent"], [22, "ocp-calendar-events-calendarobjectupdatedevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteEvent": [[17, "ocp-collaboration-autocomplete-autocompleteevent"], [22, "ocp-collaboration-autocomplete-autocompleteevent"]], "OCP\\Collaboration\\AutoComplete\\AutoCompleteFilterEvent": [[17, "ocp-collaboration-autocomplete-autocompletefilterevent"], [22, "ocp-collaboration-autocomplete-autocompletefilterevent"]], "OCP\\Collaboration\\Reference\\RenderReferenceEvent": [[17, "ocp-collaboration-reference-renderreferenceevent"], [22, "ocp-collaboration-reference-renderreferenceevent"]], "OCP\\Collaboration\\Resources\\LoadAdditionalScriptsEvent": [[17, "ocp-collaboration-resources-loadadditionalscriptsevent"], [22, "ocp-collaboration-resources-loadadditionalscriptsevent"]], "OCP\\Comments\\CommentsEntityEvent": [[17, "ocp-comments-commentsentityevent"], [22, "ocp-comments-commentsentityevent"]], "OCP\\Comments\\CommentsEvent": [[17, "ocp-comments-commentsevent"], [22, "ocp-comments-commentsevent"]], "OCP\\Config\\BeforePreferenceDeletedEvent": [[17, "ocp-config-beforepreferencedeletedevent"], [22, "ocp-config-beforepreferencedeletedevent"]], "OCP\\Config\\BeforePreferenceSetEvent": [[17, "ocp-config-beforepreferencesetevent"], [22, "ocp-config-beforepreferencesetevent"]], "OCP\\Console\\ConsoleEvent": [[17, "ocp-console-consoleevent"], [22, "ocp-console-consoleevent"]], "OCP\\Contacts\\Events\\ContactInteractedWithEvent": [[17, "ocp-contacts-events-contactinteractedwithevent"], [22, "ocp-contacts-events-contactinteractedwithevent"]], "OCP\\DB\\Events\\AddMissingColumnsEvent": [[17, "ocp-db-events-addmissingcolumnsevent"], [22, "ocp-db-events-addmissingcolumnsevent"]], "OCP\\DB\\Events\\AddMissingIndicesEvent": [[17, "ocp-db-events-addmissingindicesevent"], [22, "ocp-db-events-addmissingindicesevent"]], "OCP\\DB\\Events\\AddMissingPrimaryKeyEvent": [[17, "ocp-db-events-addmissingprimarykeyevent"], [22, "ocp-db-events-addmissingprimarykeyevent"]], "OCP\\DirectEditing\\RegisterDirectEditorEvent": [[17, "ocp-directediting-registerdirecteditorevent"], [22, "ocp-directediting-registerdirecteditorevent"]], "OCP\\EventDispatcher\\GenericEvent": [[17, "ocp-eventdispatcher-genericevent"], [22, "ocp-eventdispatcher-genericevent"]], "OCP\\Federation\\Events\\TrustedServerRemovedEvent": [[17, "ocp-federation-events-trustedserverremovedevent"], [22, "ocp-federation-events-trustedserverremovedevent"]], "OCP\\FilesMetadata\\Event\\MetadataBackgroundEvent": [[17, "ocp-filesmetadata-event-metadatabackgroundevent"], [22, "ocp-filesmetadata-event-metadatabackgroundevent"]], "OCP\\FilesMetadata\\Event\\MetadataLiveEvent": [[17, "ocp-filesmetadata-event-metadataliveevent"], [22, "ocp-filesmetadata-event-metadataliveevent"]], "OCP\\FilesMetadata\\Event\\MetadataNamedEvent": [[17, "ocp-filesmetadata-event-metadatanamedevent"], [22, "ocp-filesmetadata-event-metadatanamedevent"]], "OCP\\Files\\Cache\\AbstractCacheEvent": [[17, "ocp-files-cache-abstractcacheevent"], [22, "ocp-files-cache-abstractcacheevent"]], "OCP\\Files\\Cache\\CacheEntryInsertedEvent": [[17, "ocp-files-cache-cacheentryinsertedevent"], [22, "ocp-files-cache-cacheentryinsertedevent"]], "OCP\\Files\\Cache\\CacheEntryRemovedEvent": [[17, "ocp-files-cache-cacheentryremovedevent"], [22, "ocp-files-cache-cacheentryremovedevent"]], "OCP\\Files\\Cache\\CacheEntryUpdatedEvent": [[17, "ocp-files-cache-cacheentryupdatedevent"], [22, "ocp-files-cache-cacheentryupdatedevent"]], "OCP\\Files\\Cache\\CacheInsertEvent": [[17, "ocp-files-cache-cacheinsertevent"], [22, "ocp-files-cache-cacheinsertevent"]], "OCP\\Files\\Cache\\CacheUpdateEvent": [[17, "ocp-files-cache-cacheupdateevent"], [22, "ocp-files-cache-cacheupdateevent"]], "OCP\\Files\\Config\\Event\\UserMountAddedEvent": [[17, "ocp-files-config-event-usermountaddedevent"], [22, "ocp-files-config-event-usermountaddedevent"]], "OCP\\Files\\Config\\Event\\UserMountRemovedEvent": [[17, "ocp-files-config-event-usermountremovedevent"], [22, "ocp-files-config-event-usermountremovedevent"]], "OCP\\Files\\Config\\Event\\UserMountUpdatedEvent": [[17, "ocp-files-config-event-usermountupdatedevent"], [22, "ocp-files-config-event-usermountupdatedevent"]], "OCP\\Files\\Events\\BeforeDirectFileDownloadEvent": [[17, "ocp-files-events-beforedirectfiledownloadevent"], [22, "ocp-files-events-beforedirectfiledownloadevent"]], "OCP\\Files\\Events\\BeforeFileScannedEvent": [[17, "ocp-files-events-beforefilescannedevent"], [22, "ocp-files-events-beforefilescannedevent"]], "OCP\\Files\\Events\\BeforeFileSystemSetupEvent": [[17, "ocp-files-events-beforefilesystemsetupevent"], [22, "ocp-files-events-beforefilesystemsetupevent"]], "OCP\\Files\\Events\\BeforeFolderScannedEvent": [[17, "ocp-files-events-beforefolderscannedevent"], [22, "ocp-files-events-beforefolderscannedevent"]], "OCP\\Files\\Events\\BeforeZipCreatedEvent": [[17, "ocp-files-events-beforezipcreatedevent"], [22, "ocp-files-events-beforezipcreatedevent"]], "OCP\\Files\\Events\\FileCacheUpdated": [[17, "ocp-files-events-filecacheupdated"], [22, "ocp-files-events-filecacheupdated"]], "OCP\\Files\\Events\\FileScannedEvent": [[17, "ocp-files-events-filescannedevent"], [22, "ocp-files-events-filescannedevent"]], "OCP\\Files\\Events\\FolderScannedEvent": [[17, "ocp-files-events-folderscannedevent"], [22, "ocp-files-events-folderscannedevent"]], "OCP\\Files\\Events\\InvalidateMountCacheEvent": [[17, "ocp-files-events-invalidatemountcacheevent"], [22, "ocp-files-events-invalidatemountcacheevent"]], "OCP\\Files\\Events\\NodeAddedToCache": [[17, "ocp-files-events-nodeaddedtocache"], [22, "ocp-files-events-nodeaddedtocache"]], "OCP\\Files\\Events\\NodeAddedToFavorite": [[17, "ocp-files-events-nodeaddedtofavorite"], [22, "ocp-files-events-nodeaddedtofavorite"]], "OCP\\Files\\Events\\NodeRemovedFromCache": [[17, "ocp-files-events-noderemovedfromcache"], [22, "ocp-files-events-noderemovedfromcache"]], "OCP\\Files\\Events\\NodeRemovedFromFavorite": [[17, "ocp-files-events-noderemovedfromfavorite"], [22, "ocp-files-events-noderemovedfromfavorite"]], "OCP\\Files\\Events\\Node\\BeforeNodeCopiedEvent": [[17, "ocp-files-events-node-beforenodecopiedevent"], [22, "ocp-files-events-node-beforenodecopiedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeCreatedEvent": [[17, "ocp-files-events-node-beforenodecreatedevent"], [22, "ocp-files-events-node-beforenodecreatedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeDeletedEvent": [[17, "ocp-files-events-node-beforenodedeletedevent"], [22, "ocp-files-events-node-beforenodedeletedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeReadEvent": [[17, "ocp-files-events-node-beforenodereadevent"], [22, "ocp-files-events-node-beforenodereadevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeRenamedEvent": [[17, "ocp-files-events-node-beforenoderenamedevent"], [22, "ocp-files-events-node-beforenoderenamedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeTouchedEvent": [[17, "ocp-files-events-node-beforenodetouchedevent"], [22, "ocp-files-events-node-beforenodetouchedevent"]], "OCP\\Files\\Events\\Node\\BeforeNodeWrittenEvent": [[17, "ocp-files-events-node-beforenodewrittenevent"], [22, "ocp-files-events-node-beforenodewrittenevent"]], "OCP\\Files\\Events\\Node\\FilesystemTornDownEvent": [[17, "ocp-files-events-node-filesystemtorndownevent"], [22, "ocp-files-events-node-filesystemtorndownevent"]], "OCP\\Files\\Events\\Node\\NodeCopiedEvent": [[17, "ocp-files-events-node-nodecopiedevent"], [22, "ocp-files-events-node-nodecopiedevent"]], "OCP\\Files\\Events\\Node\\NodeCreatedEvent": [[17, "ocp-files-events-node-nodecreatedevent"], [22, "ocp-files-events-node-nodecreatedevent"]], "OCP\\Files\\Events\\Node\\NodeDeletedEvent": [[17, "ocp-files-events-node-nodedeletedevent"], [22, "ocp-files-events-node-nodedeletedevent"]], "OCP\\Files\\Events\\Node\\NodeRenamedEvent": [[17, "ocp-files-events-node-noderenamedevent"], [22, "ocp-files-events-node-noderenamedevent"]], "OCP\\Files\\Events\\Node\\NodeTouchedEvent": [[17, "ocp-files-events-node-nodetouchedevent"], [22, "ocp-files-events-node-nodetouchedevent"]], "OCP\\Files\\Events\\Node\\NodeWrittenEvent": [[17, "ocp-files-events-node-nodewrittenevent"], [22, "ocp-files-events-node-nodewrittenevent"]], "OCP\\Files\\ObjectStore\\Events\\BucketCreatedEvent": [[17, "ocp-files-objectstore-events-bucketcreatedevent"], [22, "ocp-files-objectstore-events-bucketcreatedevent"]], "OCP\\Files\\Template\\BeforeGetTemplatesEvent": [[17, "ocp-files-template-beforegettemplatesevent"], [22, "ocp-files-template-beforegettemplatesevent"]], "OCP\\Files\\Template\\FileCreatedFromTemplateEvent": [[17, "ocp-files-template-filecreatedfromtemplateevent"], [22, "ocp-files-template-filecreatedfromtemplateevent"]], "OCP\\Files\\Template\\RegisterTemplateCreatorEvent": [[17, "ocp-files-template-registertemplatecreatorevent"], [22, "ocp-files-template-registertemplatecreatorevent"]], "OCP\\Group\\Events\\BeforeGroupChangedEvent": [[17, "ocp-group-events-beforegroupchangedevent"], [22, "ocp-group-events-beforegroupchangedevent"]], "OCP\\Group\\Events\\BeforeGroupCreatedEvent": [[17, "ocp-group-events-beforegroupcreatedevent"], [22, "ocp-group-events-beforegroupcreatedevent"]], "OCP\\Group\\Events\\BeforeGroupDeletedEvent": [[17, "ocp-group-events-beforegroupdeletedevent"], [22, "ocp-group-events-beforegroupdeletedevent"]], "OCP\\Group\\Events\\BeforeUserAddedEvent": [[17, "ocp-group-events-beforeuseraddedevent"], [22, "ocp-group-events-beforeuseraddedevent"]], "OCP\\Group\\Events\\BeforeUserRemovedEvent": [[17, "ocp-group-events-beforeuserremovedevent"], [22, "ocp-group-events-beforeuserremovedevent"]], "OCP\\Group\\Events\\GroupChangedEvent": [[17, "ocp-group-events-groupchangedevent"], [22, "ocp-group-events-groupchangedevent"]], "OCP\\Group\\Events\\GroupCreatedEvent": [[17, "ocp-group-events-groupcreatedevent"], [22, "ocp-group-events-groupcreatedevent"]], "OCP\\Group\\Events\\GroupDeletedEvent": [[17, "ocp-group-events-groupdeletedevent"], [22, "ocp-group-events-groupdeletedevent"]], "OCP\\Group\\Events\\SubAdminAddedEvent": [[17, "ocp-group-events-subadminaddedevent"], [22, "ocp-group-events-subadminaddedevent"]], "OCP\\Group\\Events\\SubAdminRemovedEvent": [[17, "ocp-group-events-subadminremovedevent"], [22, "ocp-group-events-subadminremovedevent"]], "OCP\\Group\\Events\\UserAddedEvent": [[17, "ocp-group-events-useraddedevent"], [22, "ocp-group-events-useraddedevent"]], "OCP\\Group\\Events\\UserRemovedEvent": [[17, "ocp-group-events-userremovedevent"], [22, "ocp-group-events-userremovedevent"]], "OCP\\Log\\Audit\\CriticalActionPerformedEvent": [[17, "ocp-log-audit-criticalactionperformedevent"], [22, "ocp-log-audit-criticalactionperformedevent"]], "OCP\\Log\\BeforeMessageLoggedEvent": [[17, "ocp-log-beforemessageloggedevent"], [22, "ocp-log-beforemessageloggedevent"]], "OCP\\Mail\\Events\\BeforeMessageSent": [[17, "ocp-mail-events-beforemessagesent"], [22, "ocp-mail-events-beforemessagesent"]], "OCP\\Navigation\\Events\\LoadAdditionalEntriesEvent": [[17, "ocp-navigation-events-loadadditionalentriesevent"], [22, "ocp-navigation-events-loadadditionalentriesevent"]], "OCP\\OCM\\Events\\ResourceTypeRegisterEvent": [[17, "ocp-ocm-events-resourcetyperegisterevent"], [22, "ocp-ocm-events-resourcetyperegisterevent"]], "OCP\\Preview\\BeforePreviewFetchedEvent": [[17, "ocp-preview-beforepreviewfetchedevent"], [22, "ocp-preview-beforepreviewfetchedevent"]], "OCP\\Profile\\BeforeTemplateRenderedEvent": [[17, "ocp-profile-beforetemplaterenderedevent"], [22, "ocp-profile-beforetemplaterenderedevent"]], "OCP\\SabrePluginEvent": [[17, "ocp-sabrepluginevent"], [22, "ocp-sabrepluginevent"]], "OCP\\Security\\CSP\\AddContentSecurityPolicyEvent": [[17, "ocp-security-csp-addcontentsecuritypolicyevent"], [22, "ocp-security-csp-addcontentsecuritypolicyevent"]], "OCP\\Security\\Events\\GenerateSecurePasswordEvent": [[17, "ocp-security-events-generatesecurepasswordevent"], [22, "ocp-security-events-generatesecurepasswordevent"]], "OCP\\Security\\Events\\ValidatePasswordPolicyEvent": [[17, "ocp-security-events-validatepasswordpolicyevent"], [22, "ocp-security-events-validatepasswordpolicyevent"]], "OCP\\Security\\FeaturePolicy\\AddFeaturePolicyEvent": [[17, "ocp-security-featurepolicy-addfeaturepolicyevent"], [22, "ocp-security-featurepolicy-addfeaturepolicyevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsGetValueEvent": [[17, "ocp-settings-events-declarativesettingsgetvalueevent"], [22, "ocp-settings-events-declarativesettingsgetvalueevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsRegisterFormEvent": [[17, "ocp-settings-events-declarativesettingsregisterformevent"], [22, "ocp-settings-events-declarativesettingsregisterformevent"]], "OCP\\Settings\\Events\\DeclarativeSettingsSetValueEvent": [[17, "ocp-settings-events-declarativesettingssetvalueevent"], [22, "ocp-settings-events-declarativesettingssetvalueevent"]], "OCP\\Share\\Events\\BeforeShareCreatedEvent": [[17, "ocp-share-events-beforesharecreatedevent"], [22, "ocp-share-events-beforesharecreatedevent"]], "OCP\\Share\\Events\\BeforeShareDeletedEvent": [[17, "ocp-share-events-beforesharedeletedevent"], [22, "ocp-share-events-beforesharedeletedevent"]], "OCP\\Share\\Events\\ShareAcceptedEvent": [[17, "ocp-share-events-shareacceptedevent"], [22, "ocp-share-events-shareacceptedevent"]], "OCP\\Share\\Events\\ShareCreatedEvent": [[17, "ocp-share-events-sharecreatedevent"], [22, "ocp-share-events-sharecreatedevent"]], "OCP\\Share\\Events\\ShareDeletedEvent": [[17, "ocp-share-events-sharedeletedevent"], [22, "ocp-share-events-sharedeletedevent"]], "OCP\\Share\\Events\\ShareDeletedFromSelfEvent": [[17, "ocp-share-events-sharedeletedfromselfevent"], [22, "ocp-share-events-sharedeletedfromselfevent"]], "OCP\\Share\\Events\\VerifyMountPointEvent": [[17, "ocp-share-events-verifymountpointevent"], [22, "ocp-share-events-verifymountpointevent"]], "OCP\\SpeechToText\\Events\\TranscriptionFailedEvent": [[17, "ocp-speechtotext-events-transcriptionfailedevent"], [22, "ocp-speechtotext-events-transcriptionfailedevent"]], "OCP\\SpeechToText\\Events\\TranscriptionSuccessfulEvent": [[17, "ocp-speechtotext-events-transcriptionsuccessfulevent"], [22, "ocp-speechtotext-events-transcriptionsuccessfulevent"]], "OCP\\SystemTag\\ManagerEvent": [[17, "ocp-systemtag-managerevent"], [22, "ocp-systemtag-managerevent"]], "OCP\\SystemTag\\MapperEvent": [[17, "ocp-systemtag-mapperevent"], [22, "ocp-systemtag-mapperevent"]], "OCP\\SystemTag\\SystemTagsEntityEvent": [[17, "ocp-systemtag-systemtagsentityevent"], [22, "ocp-systemtag-systemtagsentityevent"]], "OCP\\TaskProcessing\\Events\\GetTaskProcessingProvidersEvent": [[17, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"], [22, "ocp-taskprocessing-events-gettaskprocessingprovidersevent"]], "OCP\\TaskProcessing\\Events\\TaskFailedEvent": [[17, "ocp-taskprocessing-events-taskfailedevent"], [22, "ocp-taskprocessing-events-taskfailedevent"]], "OCP\\TaskProcessing\\Events\\TaskSuccessfulEvent": [[17, "ocp-taskprocessing-events-tasksuccessfulevent"], [22, "ocp-taskprocessing-events-tasksuccessfulevent"]], "OCP\\TextProcessing\\Events\\TaskFailedEvent": [[17, "ocp-textprocessing-events-taskfailedevent"], [22, "ocp-textprocessing-events-taskfailedevent"]], "OCP\\TextProcessing\\Events\\TaskSuccessfulEvent": [[17, "ocp-textprocessing-events-tasksuccessfulevent"], [22, "ocp-textprocessing-events-tasksuccessfulevent"]], "OCP\\TextToImage\\Events\\TaskFailedEvent": [[17, "ocp-texttoimage-events-taskfailedevent"], [22, "ocp-texttoimage-events-taskfailedevent"]], "OCP\\TextToImage\\Events\\TaskSuccessfulEvent": [[17, "ocp-texttoimage-events-tasksuccessfulevent"], [22, "ocp-texttoimage-events-tasksuccessfulevent"]], "OCP\\User\\Events\\BeforePasswordUpdatedEvent": [[17, "ocp-user-events-beforepasswordupdatedevent"], [22, "ocp-user-events-beforepasswordupdatedevent"]], "OCP\\User\\Events\\BeforeUserCreatedEvent": [[17, "ocp-user-events-beforeusercreatedevent"], [22, "ocp-user-events-beforeusercreatedevent"]], "OCP\\User\\Events\\BeforeUserDeletedEvent": [[17, "ocp-user-events-beforeuserdeletedevent"], [22, "ocp-user-events-beforeuserdeletedevent"]], "OCP\\User\\Events\\BeforeUserIdUnassignedEvent": [[17, "ocp-user-events-beforeuseridunassignedevent"], [22, "ocp-user-events-beforeuseridunassignedevent"]], "OCP\\User\\Events\\BeforeUserLoggedInEvent": [[17, "ocp-user-events-beforeuserloggedinevent"], [22, "ocp-user-events-beforeuserloggedinevent"]], "OCP\\User\\Events\\BeforeUserLoggedInWithCookieEvent": [[17, "ocp-user-events-beforeuserloggedinwithcookieevent"], [22, "ocp-user-events-beforeuserloggedinwithcookieevent"]], "OCP\\User\\Events\\BeforeUserLoggedOutEvent": [[17, "ocp-user-events-beforeuserloggedoutevent"], [22, "ocp-user-events-beforeuserloggedoutevent"]], "OCP\\User\\Events\\OutOfOfficeChangedEvent": [[17, "ocp-user-events-outofofficechangedevent"], [22, "ocp-user-events-outofofficechangedevent"]], "OCP\\User\\Events\\OutOfOfficeClearedEvent": [[17, "ocp-user-events-outofofficeclearedevent"], [22, "ocp-user-events-outofofficeclearedevent"]], "OCP\\User\\Events\\OutOfOfficeEndedEvent": [[17, "ocp-user-events-outofofficeendedevent"], [22, "ocp-user-events-outofofficeendedevent"]], "OCP\\User\\Events\\OutOfOfficeScheduledEvent": [[17, "ocp-user-events-outofofficescheduledevent"], [22, "ocp-user-events-outofofficescheduledevent"]], "OCP\\User\\Events\\OutOfOfficeStartedEvent": [[17, "ocp-user-events-outofofficestartedevent"], [22, "ocp-user-events-outofofficestartedevent"]], "OCP\\User\\Events\\PasswordUpdatedEvent": [[17, "ocp-user-events-passwordupdatedevent"], [22, "ocp-user-events-passwordupdatedevent"]], "OCP\\User\\Events\\PostLoginEvent": [[17, "ocp-user-events-postloginevent"], [22, "ocp-user-events-postloginevent"]], "OCP\\User\\Events\\UserChangedEvent": [[17, "ocp-user-events-userchangedevent"], [22, "ocp-user-events-userchangedevent"]], "OCP\\User\\Events\\UserCreatedEvent": [[17, "ocp-user-events-usercreatedevent"], [22, "ocp-user-events-usercreatedevent"]], "OCP\\User\\Events\\UserDeletedEvent": [[17, "ocp-user-events-userdeletedevent"], [22, "ocp-user-events-userdeletedevent"]], "OCP\\User\\Events\\UserFirstTimeLoggedInEvent": [[17, "ocp-user-events-userfirsttimeloggedinevent"], [22, "ocp-user-events-userfirsttimeloggedinevent"]], "OCP\\User\\Events\\UserIdAssignedEvent": [[17, "ocp-user-events-useridassignedevent"], [22, "ocp-user-events-useridassignedevent"]], "OCP\\User\\Events\\UserIdUnassignedEvent": [[17, "ocp-user-events-useridunassignedevent"], [22, "ocp-user-events-useridunassignedevent"]], "OCP\\User\\Events\\UserLiveStatusEvent": [[17, "ocp-user-events-userlivestatusevent"], [22, "ocp-user-events-userlivestatusevent"]], "OCP\\User\\Events\\UserLoggedInEvent": [[17, "ocp-user-events-userloggedinevent"], [22, "ocp-user-events-userloggedinevent"]], "OCP\\User\\Events\\UserLoggedInWithCookieEvent": [[17, "ocp-user-events-userloggedinwithcookieevent"], [22, "ocp-user-events-userloggedinwithcookieevent"]], "OCP\\User\\Events\\UserLoggedOutEvent": [[17, "ocp-user-events-userloggedoutevent"], [22, "ocp-user-events-userloggedoutevent"]], "OCP\\User\\GetQuotaEvent": [[17, "ocp-user-getquotaevent"], [22, "ocp-user-getquotaevent"]], "OCP\\WorkflowEngine\\Events\\LoadSettingsScriptsEvent": [[17, "ocp-workflowengine-events-loadsettingsscriptsevent"], [22, "ocp-workflowengine-events-loadsettingsscriptsevent"]], "OCP\\WorkflowEngine\\Events\\RegisterChecksEvent": [[17, "ocp-workflowengine-events-registerchecksevent"], [22, "ocp-workflowengine-events-registerchecksevent"]], "OCP\\WorkflowEngine\\Events\\RegisterEntitiesEvent": [[17, "ocp-workflowengine-events-registerentitiesevent"], [22, "ocp-workflowengine-events-registerentitiesevent"]], "OCP\\WorkflowEngine\\Events\\RegisterOperationsEvent": [[17, "ocp-workflowengine-events-registeroperationsevent"], [22, "ocp-workflowengine-events-registeroperationsevent"]], "OCS": [[20, "ocs"]], "OCS API": [[45, null], [190, "ocs-api"]], "OCS APIs overview": [[46, null]], "OCS FullTextSearch Collection API": [[48, null]], "OCS OpenAPI tutorial": [[49, null]], "OCS Out-of-office API": [[50, null]], "OCS Recommendations API": [[51, null]], "OCS Share API": [[52, null]], "OCS Sharee API": [[53, null]], "OCS Status API": [[54, null]], "OCS TaskProcessing API": [[55, null]], "OCS Text-To-Image API": [[56, null]], "OCS TextProcessing API": [[57, null]], "OCS Translation API": [[58, null]], "OCS changes": [[215, "ocs-changes"]], "OCS routes": [[33, "ocs-routes"]], "OCS user preferences API": [[59, null]], "OPTIONS request": [[112, "options-request"]], "ObjectStorage": [[236, "objectstorage"]], "Objects": [[186, "objects"]], "Objects, functions, arrays & variables": [[187, "objects-functions-arrays-variables"]], "Obtaining the currently installed ACLs": [[107, "obtaining-the-currently-installed-acls"]], "Obtaining the initial state in JavaScript": [[25, "obtaining-the-initial-state-in-javascript"]], "Obtaining the library": [[72, "obtaining-the-library"]], "Obtaining the login credentials": [[44, "obtaining-the-login-credentials"]], "Obtaining wipe status": [[60, "obtaining-wipe-status"]], "Older deprecations": [[211, "older-deprecations"]], "Only quote properties when needed.": [[186, "id14"]], "OnlyOffice": [[192, "onlyoffice"]], "Open Metrics exporter": [[120, null]], "Open a file": [[101, "open-a-file"]], "Open the assistant modal": [[87, "open-the-assistant-modal"]], "OpenID Connect (Oidc)": [[119, null]], "Opening a file": [[101, "opening-a-file"]], "Opening the editor": [[101, "opening-the-editor"]], "Opening the webview": [[44, "opening-the-webview"]], "Operations": [[105, "operations"]], "Operators": [[186, "operators"], [187, "operators"]], "Optimized class loader": [[228, "optimized-class-loader"]], "Optional attributes": [[132, "optional-attributes"]], "Optional fields": [[69, "optional-fields"]], "Optional params": [[171, "optional-params"], [181, "optional-params"]], "Optional services": [[21, "optional-services"]], "Options": [[165, "options"], [165, "id2"]], "Other OCS APIs": [[176, null]], "Other documentation requirements": [[206, "other-documentation-requirements"]], "Other implementations": [[158, "other-implementations"]], "Out-of-office periods": [[121, null]], "Output": [[240, "output"]], "Outputting information": [[130, "outputting-information"]], "Overview": [[16, "overview"], [22, "overview"], [101, "overview"], [148, "overview"], [150, "overview"], [165, "overview"]], "Ownership": [[107, "ownership"]], "PHP": [[41, "php"], [42, "php"], [190, "php"]], "PHP 7.4": [[227, "php-7-4"]], "PHP 8 attributes": [[190, "php-8-attributes"]], "PHP 8 support": [[222, "php-8-support"]], "PHP 8.1": [[225, "php-8-1"]], "PHP 8.2": [[227, "php-8-2"]], "PHP 8.3": [[229, "php-8-3"]], "PHP Backend": [[42, "php-backend"]], "PHP Performance": [[122, "php-performance"]], "PHP Templates": [[42, "php-templates"]], "PHP coding standards": [[187, null]], "PHP concepts you will encounter": [[190, "php-concepts-you-will-encounter"]], "PHP public API": [[85, "php-public-api"]], "PHP static analysis": [[242, "php-static-analysis"]], "PHP unit testing": [[243, "php-unit-testing"]], "PHP unstable API": [[85, "php-unstable-api"]], "POST request": [[112, "post-request"]], "PREFER to expose your APIs using OCS": [[49, "prefer-to-expose-your-apis-using-ocs"]], "PSR": [[127, null]], "PSR container": [[223, "psr-container"]], "PSR events": [[223, "psr-events"]], "PSR-0 deprecation": [[222, "psr-0-deprecation"]], "PSR-0: Autoloading": [[127, "psr-0-autoloading"]], "PSR-11 integration": [[221, "psr-11-integration"]], "PSR-11: Container Interface": [[127, "psr-11-container-interface"]], "PSR-20: Clock": [[127, "psr-20-clock"]], "PSR-3 integration": [[221, "psr-3-integration"]], "PSR-3: Logger Interface": [[127, "psr-3-logger-interface"]], "PSR-4: Autoloading": [[127, "psr-4-autoloading"]], "PUT request": [[112, "put-request"]], "Packages in detail": [[115, "packages-in-detail"]], "Pagination": [[132, "pagination"]], "Parameters": [[69, "parameters"]], "Params": [[169, "params"], [169, "id2"], [171, "params"], [171, "id1"], [174, "params"], [175, "params"], [175, "id2"], [179, "params"], [179, "id1"], [181, "params"], [181, "id1"], [181, "id2"], [181, "id3"], [181, "id4"], [181, "id5"], [181, "id6"], [181, "id7"]], "Parsing annotations": [[30, "parsing-annotations"]], "Patch updates": [[16, "patch-updates"]], "Performance and concurrency": [[20, "performance-and-concurrency"]], "Performance considerations": [[2, "performance-considerations"], [122, null]], "Permanent Solution": [[156, "permanent-solution"]], "Persistent storage": [[154, "persistent-storage"]], "Personal settings section Groupware moved to Availability": [[227, "personal-settings-section-groupware-moved-to-availability"]], "Phone number util": [[123, null]], "Pickers": [[76, "pickers"]], "Pinned entry": [[199, "pinned-entry"]], "Placeholders and variables": [[81, "placeholders-and-variables"]], "Planned removal of PSR-0 class loading": [[227, "planned-removal-of-psr-0-class-loading"]], "Popover menu": [[200, null]], "Popovermenu in item": [[198, "popovermenu-in-item"]], "Populating input from a file": [[87, "populating-input-from-a-file"]], "Pre-releases": [[16, "pre-releases"]], "Precondition": [[202, "precondition"]], "Predefined core services": [[21, "predefined-core-services"]], "Prefer regular top-level functions.": [[186, "id11"]], "Prefer shorthand properties": [[186, "id15"]], "Prefer template literals for readability.": [[186, "id5"]], "Preferences": [[177, null]], "Prepare follow-up releases": [[16, "prepare-follow-up-releases"]], "Prerequisites: Node.js and npm": [[239, "prerequisites-node-js-and-npm"]], "Preset": [[92, "preset"]], "Previous release notes": [[214, null]], "Primary color variables": [[194, "primary-color-variables"]], "Primary colors": [[77, "primary-colors"]], "Primary object store with S3": [[192, "primary-object-store-with-s3"]], "Privacy": [[132, "privacy"]], "Processing tasks in the context of a user": [[142, "processing-tasks-in-the-context-of-a-user"]], "Profile": [[124, null]], "Profile app": [[234, "profile-app"]], "Profiler": [[125, null]], "Progress bar": [[195, "progress-bar"]], "Projects": [[126, null]], "Prologue": [[208, null]], "Properties of the external calendar \u2013 IProperties": [[107, "properties-of-the-external-calendar-iproperties"]], "Provide a user interface": [[96, "provide-a-user-interface"], [126, "provide-a-user-interface"]], "Provide context hints for translators": [[42, "provide-context-hints-for-translators"]], "Provide generic data for clients": [[129, "provide-generic-data-for-clients"]], "Provide personal settings (optional)": [[144, "provide-personal-settings-optional"]], "Provider and task type registration": [[140, "provider-and-task-type-registration"]], "Provider registration": [[116, "provider-registration"], [132, "provider-registration"], [137, "provider-registration"], [141, "provider-registration"], [142, "provider-registration"]], "Provider with user context": [[116, "provider-with-user-context"], [137, "provider-with-user-context"]], "Providing a Mail Service": [[110, "providing-a-mail-service"]], "Providing additional inputs and outputs": [[140, "providing-additional-inputs-and-outputs"]], "Providing an icon (optional)": [[144, "providing-an-icon-optional"]], "Providing input defaults": [[140, "providing-input-defaults"]], "Providing language detection": [[116, "providing-language-detection"]], "Providing more task types": [[140, "providing-more-task-types"], [142, "providing-more-task-types"]], "Providing privileges individually": [[107, "providing-privileges-individually"]], "Providing the initial state with PHP": [[25, "providing-the-initial-state-with-php"]], "Providing widgets to clients": [[96, "providing-widgets-to-clients"]], "Public Pages": [[128, null]], "Public emitter": [[22, "public-emitter"]], "Public page templates": [[20, "public-page-templates"]], "Public share template": [[31, null]], "Public shares": [[61, "public-shares"]], "Query Status": [[138, "query-status"]], "Querying the calendar \u2013 ICalendarObjectContainer": [[107, "querying-the-calendar-icalendarobjectcontainer"]], "Querying the database provider": [[37, "querying-the-database-provider"]], "Questions?": [[202, "questions"]], "Quick method/header cheat sheet": [[61, "quick-method-header-cheat-sheet"]], "REST API (v2)": [[69, "rest-api-v2"]], "REST APIs": [[131, null]], "RTL guidelines": [[194, "rtl-guidelines"]], "Radio": [[99, "radio"]], "Radio groups": [[76, "radio-groups"]], "Rate Limiting": [[133, "rate-limiting"]], "Rate limiting": [[20, "rate-limiting"]], "Read file": [[70, "read-file"]], "Read folder": [[70, "read-folder"]], "Read metadata using occ command": [[104, "read-metadata-using-occ-command"]], "Read shared items by link": [[70, "read-shared-items-by-link"]], "Read-only support": [[107, "read-only-support"]], "Reading behavior with lazy parameter": [[90, "reading-behavior-with-lazy-parameter"]], "Reading data that has just been written": [[122, "reading-data-that-has-just-been-written"]], "Reading from a file": [[38, "reading-from-a-file"]], "Reading headers, files, cookies and environment variables": [[20, "reading-headers-files-cookies-and-environment-variables"]], "Recommendation": [[53, "recommendation"]], "Recommendations - Retrieval": [[51, "recommendations-retrieval"]], "Redirect to ExApp UI page (top menu)": [[171, "redirect-to-exapp-ui-page-top-menu"]], "Redirects": [[20, "redirects"]], "Redis": [[192, "redis"]], "Redis Cluster": [[192, "redis-cluster"]], "Reference providers": [[129, null]], "References": [[97, "references"]], "Register": [[169, "register"], [171, "register"], [175, "register"], [178, "register"]], "Register ExApp Talk bot (OCS)": [[180, "register-exapp-talk-bot-ocs"]], "Register Menu Entry": [[181, "register-menu-entry"]], "Register Settings": [[179, "register-settings"]], "Register a custom picker component": [[129, "register-a-custom-picker-component"]], "Register a dashboard widget": [[96, "register-a-dashboard-widget"]], "Register a migrator": [[145, "register-a-migrator"]], "Register a new exporter": [[120, "register-a-new-exporter"]], "Register a profile action": [[124, "register-a-profile-action"]], "Register a reference provider": [[129, "register-a-reference-provider"]], "Register a repair-step": [[130, "register-a-repair-step"]], "Register a resource provider": [[126, "register-a-resource-provider"]], "Register a setup check": [[135, "register-a-setup-check"]], "Register get/set listeners": [[99, "register-get-set-listeners"]], "Register the calendar provider": [[107, "register-the-calendar-provider"]], "Register the provider state": [[144, "register-the-provider-state"]], "Registering Settings and Sections": [[134, "registering-settings-and-sections"]], "Registering a DAV plugin": [[2, "registering-a-dav-plugin"]], "Registering a background job": [[18, "registering-a-background-job"]], "Registering a command": [[1, "registering-a-command"]], "Registering a two-factor auth provider": [[144, "registering-a-two-factor-auth-provider"]], "Registering activity components": [[69, "registering-activity-components"]], "Registering an editor": [[101, "registering-an-editor"]], "Registering manually": [[18, "registering-manually"]], "Registering methods": [[240, "registering-methods"]], "Registering resources": [[33, "registering-resources"]], "Registering settings schema": [[99, "registering-settings-schema"]], "Registering the calendar with the Nextcloud API interface": [[107, "registering-the-calendar-with-the-nextcloud-api-interface"]], "Registering the editor": [[101, "registering-the-editor"]], "Registering your Lexicon": [[92, "registering-your-lexicon"]], "Related documentation": [[47, "related-documentation"]], "Relation of REST and OCS": [[131, "relation-of-rest-and-ocs"]], "Release Automation": [[15, null]], "Release notes": [[212, null]], "Release process": [[16, null]], "Remote Host Validation": [[133, "remote-host-validation"]], "Remote wipe": [[60, null]], "Removal of PSR-0 class loader": [[228, "removal-of-psr-0-class-loader"]], "Removal of calendars": [[107, "removal-of-calendars"]], "Removal of entries": [[107, "removal-of-entries"]], "Remove Initial state": [[181, "remove-initial-state"]], "Remove script": [[181, "remove-script"]], "Remove style": [[181, "remove-style"]], "Remove unneeded files from packages": [[3, "remove-unneeded-files-from-packages"]], "Removed APIs": [[215, "removed-apis"], [216, "removed-apis"], [216, "id1"], [217, "removed-apis"], [223, "removed-apis"], [226, "removed-apis"], [227, "removed-apis"], [227, "id1"], [228, "removed-apis"], [229, "removed-apis"], [229, "id3"], [230, "removed-apis"], [231, "removed-apis"], [232, "removed-apis"], [232, "id1"], [233, "removed-apis"], [234, "removed-apis"], [234, "id6"]], "Removed WebDAV properties": [[229, "removed-webdav-properties"]], "Removed back-end APIs": [[210, "removed-back-end-apis"], [235, "removed-back-end-apis"]], "Removed deprecated aliases": [[232, "id2"]], "Removed events": [[229, "removed-events"], [230, "removed-events"]], "Removed from public namespace": [[218, "removed-from-public-namespace"], [221, "removed-from-public-namespace"]], "Removed front-end APIs and libraries": [[210, "removed-front-end-apis-and-libraries"], [235, "removed-front-end-apis-and-libraries"]], "Removed globals": [[220, "removed-globals"], [221, "removed-globals"], [230, "removed-globals"]], "Removed jQuery plugins": [[218, "removed-jquery-plugins"], [221, "removed-jquery-plugins"]], "Removed libraries": [[220, "removed-libraries"]], "Removed support for database.xml": [[223, "removed-support-for-database-xml"]], "Render dashboard widgets using the API": [[96, "render-dashboard-widgets-using-the-api"]], "Render link previews in clients": [[129, "render-link-previews-in-clients"]], "Repair steps": [[130, null]], "Repair-step types": [[130, "repair-step-types"]], "Replaced well-known handler API": [[222, "replaced-well-known-handler-api"]], "Replacing Nextcloud\u2019s autoloader": [[89, "replacing-nextcloud-s-autoloader"]], "Replacing indices": [[40, "replacing-indices"]], "Repository permissions": [[8, "repository-permissions"]], "Reproducing the issue": [[204, "reproducing-the-issue"]], "Request Headers": [[61, "request-headers"]], "Request data": [[168, "request-data"], [168, "id1"], [168, "id3"], [170, "request-data"], [170, "id3"], [173, "request-data"], [177, "request-data"], [177, "id1"], [177, "id3"], [180, "request-data"], [180, "id1"]], "Request examples": [[129, "request-examples"]], "Request flow": [[171, "request-flow"]], "Request lifecycle": [[32, null]], "Request payload": [[174, "request-payload"]], "Requesting properties": [[61, "requesting-properties"]], "Required PHP extensions": [[242, "required-php-extensions"]], "Required fields": [[69, "required-fields"]], "Requirements": [[14, "requirements"]], "Requirements and prerequisites": [[49, "requirements-and-prerequisites"]], "Reset collection": [[48, "reset-collection"]], "Resolving links": [[129, "resolving-links"]], "Resources": [[106, "resources"]], "Respect the users": [[14, "respect-the-users"]], "Responders": [[20, "responders"]], "Response": [[168, "response"], [177, "response"]], "Response Headers": [[61, "response-headers"]], "Response data": [[168, "response-data"], [168, "id2"], [170, "response-data"], [170, "id1"], [170, "id2"], [170, "id4"], [170, "id5"], [173, "response-data"], [177, "response-data"], [177, "id2"], [182, "response-data"]], "Response headers": [[69, "response-headers"]], "Responses": [[20, "responses"], [43, "responses"]], "Restoring a version": [[68, "restoring-a-version"]], "Restoring from the trashbin": [[67, "restoring-from-the-trashbin"]], "Retrieve metadata using PROPFIND": [[104, "retrieve-metadata-using-propfind"]], "Retrieving a config value": [[90, "retrieving-a-config-value"], [93, "retrieving-a-config-value"]], "Retrieving the list of document to be (re-)indexed": [[48, "retrieving-the-list-of-document-to-be-re-indexed"]], "Retrying deadlocks": [[97, "retrying-deadlocks"]], "Return codes": [[1, "return-codes"]], "Returning data": [[240, "returning-data"]], "Returning the content type": [[107, "returning-the-content-type"]], "Rich object strings": [[69, "rich-object-strings"]], "Rooms": [[106, "rooms"]], "Root": [[35, "root"]], "Route": [[190, "route"]], "Router": [[73, "router"]], "Routes": [[178, null]], "Routing": [[33, null]], "Rules": [[199, "rules"]], "Rules and information": [[193, "rules-and-information"], [198, "rules-and-information"]], "Running HTTP requests against the server": [[135, "running-http-requests-against-the-server"]], "Running a task": [[87, "running-a-task"]], "Running all tests": [[243, "running-all-tests"]], "Running unit tests for the Nextcloud server project": [[243, "running-unit-tests-for-the-nextcloud-server-project"]], "Running your ExApp with a non-root user": [[152, "running-your-exapp-with-a-non-root-user"]], "S3 external storage": [[192, "s3-external-storage"]], "SAML setup with onelogin": [[192, "saml-setup-with-onelogin"]], "SCSS support removal": [[226, "scss-support-removal"]], "SMB external storage": [[192, "smb-external-storage"]], "SQL injection": [[209, "sql-injection"]], "Scaling": [[160, null]], "Schedule a task": [[56, "schedule-a-task"], [57, "schedule-a-task"]], "Scheduling": [[18, "scheduling"]], "Schema field types": [[99, "schema-field-types"]], "Scopes": [[49, "scopes"]], "Scss variable and compilation deprecation": [[223, "scss-variable-and-compilation-deprecation"]], "Search": [[53, "search"], [66, null], [132, null], [221, "search"]], "Search & Discovery": [[102, null]], "Search scope": [[66, "search-scope"]], "Search sharees": [[53, "search-sharees"]], "Section": [[134, "section"]], "Section type admin": [[99, "section-type-admin"]], "Section type personal": [[99, "section-type-personal"]], "Security": [[133, null]], "Security considerations": [[20, "security-considerations"]], "Security guidelines": [[209, null]], "See also": [[101, "see-also"]], "Select and Multi-select": [[99, "select-and-multi-select"]], "Semicolons": [[186, "semicolons"]], "Send email": [[52, "send-email"]], "Send log message (OCS)": [[173, "send-log-message-ocs"]], "Send notification (OCS)": [[174, "send-notification-ocs"]], "Sending the CSRF token": [[25, "sending-the-csrf-token"]], "Sensitive data exposure": [[209, "sensitive-data-exposure"]], "Sensitive field type": [[99, "sensitive-field-type"]], "Sensitive values": [[90, "sensitive-values"]], "Server Internals": [[114, null]], "Server autoloading": [[89, "server-autoloading"]], "Server development": [[241, null]], "Session": [[22, "session"]], "Sessions and session variables": [[20, "sessions-and-session-variables"]], "Set ExApp init progress": [[170, "set-exapp-init-progress"]], "Set Initial state": [[181, "set-initial-state"]], "Set a custom message (predefined)": [[54, "set-a-custom-message-predefined"]], "Set a custom message (user-defined)": [[54, "set-a-custom-message-user-defined"]], "Set app config value": [[168, "set-app-config-value"]], "Set credentials": [[70, "set-credentials"]], "Set document as indexed": [[48, "set-document-as-indexed"]], "Set the parsed subject": [[69, "set-the-parsed-subject"]], "Set up Web server and database": [[189, "set-up-web-server-and-database"]], "Set user config value": [[177, "set-user-config-value"]], "Set your own status": [[54, "set-your-own-status"]], "Setting a preference": [[59, "setting-a-preference"]], "Setting cookies": [[20, "setting-cookies"]], "Setting multiple preference": [[59, "setting-multiple-preference"]], "Setting the access rules of the calendar": [[107, "setting-the-access-rules-of-the-calendar"]], "Setting the modification time": [[63, "setting-the-modification-time"]], "Setting up Microsoft Visual Studio": [[82, "setting-up-microsoft-visual-studio"]], "Setting up dev environment": [[149, null]], "Settings": [[34, null], [76, "settings"], [134, null], [199, "settings"]], "Settings favorites": [[61, "settings-favorites"]], "Settings form": [[134, "settings-form"]], "Settings title left-alignment": [[235, "settings-title-left-alignment"]], "Setup checks": [[135, null]], "Setup of the transifex sync": [[8, "setup-of-the-transifex-sync"]], "Shape types": [[140, "shape-types"]], "Share attributes": [[52, "share-attributes"]], "Share link of file or folder": [[70, "share-link-of-file-or-folder"]], "Share type response definitions": [[49, "share-type-response-definitions"]], "Sharee recommendations": [[53, "sharee-recommendations"]], "Shell injection": [[209, "shell-injection"]], "Shipped Apps": [[16, "shipped-apps"]], "Short vs. long translations": [[69, "short-vs-long-translations"]], "Showing an HTML page by the user": [[20, "showing-an-html-page-by-the-user"]], "Sidebar": [[76, "sidebar"], [234, "sidebar"]], "Sidebar tabs redesign": [[235, "sidebar-tabs-redesign"]], "Signalling completion": [[60, "signalling-completion"]], "Simple search providers": [[132, "simple-search-providers"]], "SimpleFS": [[236, "simplefs"]], "Slugs": [[37, "slugs"]], "Snowflake IDS": [[234, "snowflake-ids"]], "Snowflake IDs": [[136, null]], "Source Code Version Control": [[188, "source-code-version-control"]], "Special Headers": [[61, "special-headers"]], "Speech-To-Text": [[137, null]], "Split long conditions into multiple lines.": [[186, "id21"]], "Starting a bulk upload": [[62, "starting-a-bulk-upload"]], "Starting a chunked upload": [[63, "starting-a-chunked-upload"]], "State colors variables": [[194, "state-colors-variables"]], "State-of-the-Art methods and comparison": [[131, "state-of-the-art-methods-and-comparison"]], "Static analysis": [[95, "static-analysis"], [242, null]], "Status colors": [[77, "status-colors"]], "Status colors are now based on secondary styling": [[233, "status-colors-are-now-based-on-secondary-styling"]], "Statuscodes": [[240, "statuscodes"]], "Step 1: Create a Mail Provider Class": [[110, "step-1-create-a-mail-provider-class"]], "Step 1: String split": [[42, "step-1-string-split"]], "Step 2: Create a Mail Service Class": [[110, "step-2-create-a-mail-service-class"]], "Step 2: HTML Markup": [[42, "step-2-html-markup"]], "Step 3: Placeholders": [[42, "step-3-placeholders"]], "Step 3: Register the Mail Provider": [[110, "step-3-register-the-mail-provider"]], "Steps needed to adapt an ExApp": [[152, "steps-needed-to-adapt-an-exapp"]], "Storage": [[236, "storage"]], "Storage and database": [[39, null]], "Storage layer": [[236, "storage-layer"]], "Storage/Cache wrappers": [[236, "storage-cache-wrappers"]], "Store a Snowflake ID in database": [[136, "store-a-snowflake-id-in-database"]], "Storing a config value": [[90, "storing-a-config-value"], [93, "storing-a-config-value"]], "Streamed and lazily rendered responses": [[20, "streamed-and-lazily-rendered-responses"]], "Streamlining processing for fast providers": [[142, "streamlining-processing-for-fast-providers"]], "Streams": [[236, "streams"]], "Strings": [[186, "strings"]], "Structured data logging": [[29, "structured-data-logging"]], "Submitting ContentItem data": [[94, "submitting-contentitem-data"]], "Subscribing to the event in a plugin": [[148, "subscribing-to-the-event-in-a-plugin"]], "Summary": [[152, "summary"]], "Support for PHP 8.0 removed": [[231, "support-for-php-8-0-removed"]], "Support for PHP 8.1 removed": [[234, "support-for-php-8-1-removed"]], "Support for PHP 8.4 added": [[232, "support-for-php-8-4-added"]], "Support for PHP 8.5 added": [[234, "support-for-php-8-5-added"]], "Supported DAV properties": [[66, "supported-dav-properties"]], "Supported clients": [[43, "supported-clients"]], "Supported properties": [[61, "supported-properties"]], "Supported server apps": [[43, "supported-server-apps"]], "Supporting more databases": [[37, "supporting-more-databases"]], "Svg color api": [[196, "svg-color-api"]], "Symfony update": [[220, "symfony-update"]], "Symptoms": [[156, "symptoms"]], "System requirements": [[82, "system-requirements"]], "System values": [[36, "system-values"]], "Table management tips": [[37, "table-management-tips"]], "Table of contents": [[201, "table-of-contents"]], "Tags": [[49, "tags"]], "Talk Integration": [[139, null]], "Talk bots": [[180, null]], "Target Branches for Contributions": [[188, "target-branches-for-contributions"]], "Task Processing": [[140, null], [213, "task-processing"]], "Task statuses": [[140, "task-statuses"], [141, "task-statuses"], [142, "task-statuses"]], "Tasks": [[140, "tasks"], [141, "tasks"], [142, "tasks"]], "Tasks types": [[140, "tasks-types"], [142, "tasks-types"]], "Technical details": [[10, "technical-details"], [183, null], [200, "technical-details"]], "Template": [[190, "template"]], "Templates": [[20, "templates"], [26, null], [209, "templates"]], "Terminology": [[110, "terminology"]], "Testing": [[41, null]], "Testing requests": [[61, "testing-requests"]], "Testing requests with curl": [[46, "testing-requests-with-curl"]], "Testing translations": [[42, "testing-translations"]], "Text Processing": [[142, null]], "Text colors": [[77, "text-colors"]], "Text-To-Image": [[141, null]], "The Application class": [[0, "the-application-class"]], "The Cache View": [[125, "the-cache-view"]], "The Database Queries View": [[125, "the-database-queries-view"]], "The Event View": [[125, "the-event-view"]], "The General Request and Response View": [[125, "the-general-request-and-response-view"]], "The IAPIWidget interface": [[96, "the-iapiwidget-interface"]], "The IAPIWidgetV2 interface": [[96, "the-iapiwidgetv2-interface"]], "The IButtonWidget interface": [[96, "the-ibuttonwidget-interface"]], "The IConditionalWidget interface": [[96, "the-iconditionalwidget-interface"]], "The IContentProvider interface": [[94, "the-icontentprovider-interface"]], "The IIconWidget interface": [[96, "the-iiconwidget-interface"]], "The IOptionWidget interface": [[96, "the-ioptionwidget-interface"]], "The IReloadableWidget interface": [[96, "the-ireloadablewidget-interface"]], "The LDAP View": [[125, "the-ldap-view"]], "The Nextcloud app store rules": [[14, null]], "The calendar class": [[107, "the-calendar-class"]], "The calendar object class": [[107, "the-calendar-object-class"]], "The calendar plugin class": [[107, "the-calendar-plugin-class"]], "The editor class": [[101, "the-editor-class"]], "The interface object": [[101, "the-interface-object"]], "The language and platform": [[190, "the-language-and-platform"]], "The process": [[15, "the-process"]], "The release": [[16, "the-release"]], "The simple filesystem": [[35, "the-simple-filesystem"]], "Theming capabilities": [[46, "theming-capabilities"]], "Theming support": [[27, null]], "Timezone picker": [[76, "timezone-picker"]], "Tips": [[70, "tips"]], "Tips and tricks": [[49, "tips-and-tricks"]], "Todo": [[211, "id1"], [213, "id1"], [235, "id1"], [235, "id2"], [235, "id3"], [235, "id4"]], "Token exchange": [[119, "token-exchange"]], "Tone": [[81, "tone"]], "Tooltip Response": [[43, "tooltip-response"]], "Top Menu Entry": [[181, null]], "Transactions": [[37, "transactions"]], "Transient attributes": [[37, "transient-attributes"]], "Transifex configuration .tx/config": [[8, "transifex-configuration-tx-config"]], "Transifex sync": [[167, "transifex-sync"]], "Translatable strings": [[81, "translatable-strings"]], "Translate a string": [[58, "translate-a-string"]], "Translation": [[8, null]], "Translation tool": [[8, "translation-tool"], [167, "translation-tool"]], "Translations": [[42, null], [167, null]], "Translator comments": [[81, "translator-comments"]], "Trashbin": [[67, null]], "Triggerable providers": [[140, "triggerable-providers"]], "Troubleshooting": [[44, "troubleshooting"], [156, "troubleshooting"], [161, null]], "Trusted domain": [[133, "trusted-domain"]], "Tutorial": [[9, null]], "Tutorial: How to add OpenAPI support to your OCS API": [[49, "tutorial-how-to-add-openapi-support-to-your-ocs-api"]], "Two-factor providers": [[144, null]], "Type": [[236, "type"]], "Typed Config Values": [[93, "typed-config-values"]], "Typed config values": [[90, "typed-config-values"]], "Typed query builder": [[213, "typed-query-builder"]], "Types": [[37, "types"]], "Types of background jobs": [[18, "types-of-background-jobs"]], "Types of caches": [[19, "types-of-caches"]], "Typing and documentation": [[49, "typing-and-documentation"]], "Typography and wording": [[77, "typography-and-wording"]], "Understanding the locking situation": [[97, "understanding-the-locking-situation"]], "Undo entry": [[199, "undo-entry"]], "Unified sharing": [[235, "unified-sharing"]], "Unit test paths": [[243, "unit-test-paths"]], "Unit tests": [[187, "unit-tests"]], "Unit-Testing": [[243, null]], "Unregister": [[169, "unregister"], [171, "unregister"], [175, "unregister"], [178, "unregister"]], "Unregister ExApp Talk bot (OCS)": [[180, "unregister-exapp-talk-bot-ocs"]], "Unregister Menu Entry": [[179, "unregister-menu-entry"], [181, "unregister-menu-entry"]], "Unvalidated redirects": [[209, "unvalidated-redirects"]], "Update Share": [[52, "update-share"]], "Update a provider last usage date": [[129, "update-a-provider-last-usage-date"]], "Update metadata using PROPPATCH": [[104, "update-metadata-using-proppatch"]], "Updated PHP requirements": [[210, "updated-php-requirements"]], "Updated core libraries": [[222, "updated-core-libraries"], [224, "updated-core-libraries"], [229, "updated-core-libraries"]], "Updating the calendar ACLs": [[107, "updating-the-calendar-acls"]], "Updating the content of a calendar event": [[107, "updating-the-content-of-a-calendar-event"]], "Updating the name of an event": [[107, "updating-the-name-of-an-event"]], "Updating the properties": [[107, "updating-the-properties"]], "Updating the status programmatically": [[138, "updating-the-status-programmatically"]], "Upgrade to Nextcloud 14": [[215, null]], "Upgrade to Nextcloud 15": [[216, null]], "Upgrade to Nextcloud 16": [[217, null]], "Upgrade to Nextcloud 17": [[218, null]], "Upgrade to Nextcloud 18": [[219, null]], "Upgrade to Nextcloud 19": [[220, null]], "Upgrade to Nextcloud 20": [[221, null]], "Upgrade to Nextcloud 21": [[222, null]], "Upgrade to Nextcloud 22": [[223, null]], "Upgrade to Nextcloud 23": [[224, null]], "Upgrade to Nextcloud 24": [[225, null]], "Upgrade to Nextcloud 25": [[226, null]], "Upgrade to Nextcloud 26": [[227, null]], "Upgrade to Nextcloud 27": [[228, null]], "Upgrade to Nextcloud 28": [[229, null]], "Upgrade to Nextcloud 29": [[230, null]], "Upgrade to Nextcloud 30": [[231, null]], "Upgrade to Nextcloud 31": [[232, null]], "Upgrade to Nextcloud 32": [[233, null]], "Upgrade to Nextcloud 33": [[234, null]], "Upgrade to Nextcloud 34": [[235, null]], "Upload a file": [[70, "upload-a-file"]], "Uploading chunks": [[63, "uploading-chunks"]], "Uploading files": [[61, "uploading-files"]], "Usage": [[62, "usage"], [115, "usage"], [240, "usage"]], "Use PascalCase for classes, interfaces, types and Vue components": [[186, "id2"]], "Use automatic dependency assembly (recommended)": [[21, "use-automatic-dependency-assembly-recommended"]], "Use camelCase for functions, methods, properties, and variables": [[186, "id1"]], "Use consistent new lines in function parameters": [[186, "id10"]], "Use dangling commas, this reduces the diff when adding new properties.": [[186, "id7"], [186, "id18"]], "Use explicit comparisons": [[186, "id19"]], "Use parenthesis for multi-line body of arrow functions.": [[186, "id13"]], "Use single quotes.": [[186, "id4"]], "Use the API": [[96, "use-the-api"]], "Use the Smart Picker in clients": [[129, "use-the-smart-picker-in-clients"]], "Use the Smart Picker in your app": [[129, "use-the-smart-picker-in-your-app"]], "Use the Unified Search API": [[129, "use-the-unified-search-api"]], "User Status": [[138, null]], "User Status - Predefined statuses": [[54, "user-status-predefined-statuses"]], "User Status - Retrieve statuses": [[54, "user-status-retrieve-statuses"]], "User Status - Status Manipulation": [[54, "user-status-status-manipulation"]], "User action": [[171, "user-action"]], "User bubbles": [[76, "user-bubbles"]], "User interface": [[185, "user-interface"]], "User management": [[146, null]], "User managers": [[146, "user-managers"]], "User metadata": [[46, "user-metadata"]], "User metadata - List user IDs": [[46, "user-metadata-list-user-ids"]], "User migration": [[145, null]], "User objects": [[146, "user-objects"]], "User session information": [[146, "user-session-information"]], "User status": [[108, "user-status"]], "User status - Restore backup": [[54, "user-status-restore-backup"]], "User values": [[36, "user-values"]], "User-, guest-, and public-template layout": [[232, "user-guest-and-public-template-layout"]], "UserConfig": [[93, null]], "UserManager": [[22, "usermanager"]], "Users & Authentication": [[88, null]], "Using GitHub": [[82, "using-github"]], "Using a PHP debugger (XDebug)": [[98, "using-a-php-debugger-xdebug"]], "Using a container": [[21, "using-a-container"]], "Using alternative app directories": [[98, "using-alternative-app-directories"]], "Using custom reference widgets": [[129, "using-custom-reference-widgets"]], "Using the IContentManager service": [[94, "using-the-icontentmanager-service"]], "Using the URLGenerator": [[33, "using-the-urlgenerator"]], "Using the app": [[125, "using-the-app"]], "Using the collection OCS API": [[48, "using-the-collection-ocs-api"]], "Using the default widget": [[129, "using-the-default-widget"]], "Utils: menu, counter & buttons": [[199, "utils-menu-counter-buttons"]], "Validate source strings": [[8, "validate-source-strings"]], "Values Sensitivity": [[93, "values-sensitivity"]], "Various information": [[199, "various-information"]], "Version control issue": [[129, "version-control-issue"]], "Version control issue or pull request comment": [[129, "version-control-issue-or-pull-request-comment"]], "Version control pull request": [[129, "version-control-pull-request"]], "Versioning": [[16, "versioning"], [16, "id1"]], "Versions": [[68, null]], "View.php": [[236, "view-php"]], "Vite": [[190, "vite"]], "Vue": [[42, "vue"]], "Web Host Metadata": [[147, null]], "WebAuthn without SSL": [[192, "webauthn-without-ssl"]], "WebDAV": [[65, null]], "WebDAV SEARCH based on metadata": [[104, "webdav-search-based-on-metadata"]], "WebDAV basics": [[61, "webdav-basics"]], "WebDAV collection preload events": [[148, null]], "Webview integration": [[101, "webview-integration"]], "What is a popover menu": [[200, "what-is-a-popover-menu"]], "When the event is emitted": [[148, "when-the-event-is-emitted"]], "When to use #[UseSession]": [[20, "when-to-use-usesession"]], "Which classes should be added": [[21, "which-classes-should-be-added"]], "Why did Nextcloud add code signing?": [[10, "why-did-nextcloud-add-code-signing"]], "Why do you want to join": [[204, "why-do-you-want-to-join"]], "Windows Development Build": [[82, "windows-development-build"]], "Windows Installer (i.e. Deployment) Build (Cross-Compile)": [[82, "windows-installer-i-e-deployment-build-cross-compile"]], "Wiping the actual device": [[60, "wiping-the-actual-device"]], "With curl": [[61, "with-curl"]], "Wording": [[77, "wording"]], "Working with Enum shape types": [[140, "working-with-enum-shape-types"]], "Working with time": [[143, null]], "Write support": [[107, "write-support"]], "Writing PHP unit tests": [[243, "writing-php-unit-tests"]], "Writing a background job": [[18, "writing-a-background-job"]], "Writing a handler": [[147, "writing-a-handler"]], "Writing a listener": [[22, "writing-a-listener"]], "Writing events": [[22, "writing-events"]], "Writing guide": [[81, null]], "Writing scalable transactions": [[122, "writing-scalable-transactions"]], "Writing to a file": [[38, "writing-to-a-file"]], "\\OCA\\DAV\\Events\\AddressBookCreatedEvent": [[22, "oca-dav-events-addressbookcreatedevent"]], "\\OCA\\DAV\\Events\\AddressBookDeletedEvent": [[22, "oca-dav-events-addressbookdeletedevent"]], "\\OCA\\DAV\\Events\\AddressBookShareUpdatedEvent": [[22, "oca-dav-events-addressbookshareupdatedevent"]], "\\OCA\\DAV\\Events\\AddressBookUpdatedEvent": [[22, "oca-dav-events-addressbookupdatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectCreatedEvent": [[22, "oca-dav-events-cachedcalendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectDeletedEvent": [[22, "oca-dav-events-cachedcalendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CachedCalendarObjectUpdatedEvent": [[22, "oca-dav-events-cachedcalendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarCreatedEvent": [[22, "oca-dav-events-calendarcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarDeletedEvent": [[22, "oca-dav-events-calendardeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectCreatedEvent": [[22, "oca-dav-events-calendarobjectcreatedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectDeletedEvent": [[22, "oca-dav-events-calendarobjectdeletedevent"]], "\\OCA\\DAV\\Events\\CalendarObjectUpdatedEvent": [[22, "oca-dav-events-calendarobjectupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarPublishedEvent": [[22, "oca-dav-events-calendarpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarShareUpdatedEvent": [[22, "oca-dav-events-calendarshareupdatedevent"]], "\\OCA\\DAV\\Events\\CalendarUnpublishedEvent": [[22, "oca-dav-events-calendarunpublishedevent"]], "\\OCA\\DAV\\Events\\CalendarUpdatedEvent": [[22, "oca-dav-events-calendarupdatedevent"]], "\\OCA\\DAV\\Events\\CardCreatedEvent": [[22, "oca-dav-events-cardcreatedevent"]], "\\OCA\\DAV\\Events\\CardDeletedEvent": [[22, "oca-dav-events-carddeletedevent"]], "\\OCA\\DAV\\Events\\CardUpdatedEvent": [[22, "oca-dav-events-cardupdatedevent"]], "\\OCA\\DAV\\Events\\SabrePluginAuthInitEvent": [[22, "oca-dav-events-sabrepluginauthinitevent"]], "\\OCA\\DAV\\Events\\SubscriptionCreatedEvent": [[22, "oca-dav-events-subscriptioncreatedevent"]], "\\OCA\\DAV\\Events\\SubscriptionDeletedEvent": [[22, "oca-dav-events-subscriptiondeletedevent"]], "\\OCA\\DAV\\Events\\SubscriptionUpdatedEvent": [[22, "oca-dav-events-subscriptionupdatedevent"]], "\\OCA\\FederatedFileSharing\\Events\\FederatedShareAddedEvent": [[22, "oca-federatedfilesharing-events-federatedshareaddedevent"]], "\\OCA\\Files\\Event\\LoadAdditionalScriptsEvent": [[22, "oca-files-event-loadadditionalscriptsevent"]], "\\OCA\\Files_Sharing\\Event\\BeforeTemplateRenderedEvent": [[22, "oca-files-sharing-event-beforetemplaterenderedevent"]], "\\OCA\\Files_Trashbin\\Events\\MoveToTrashEvent": [[22, "oca-files-trashbin-events-movetotrashevent"]], "\\OCA\\Settings\\Events\\BeforeTemplateRenderedEvent": [[22, "oca-settings-events-beforetemplaterenderedevent"]], "\\OCA\\User_LDAP\\Events\\GroupBackendRegistered": [[22, "oca-user-ldap-events-groupbackendregistered"]], "\\OCA\\User_LDAP\\Events\\UserBackendRegistered": [[22, "oca-user-ldap-events-userbackendregistered"]], "\\OCA\\Viewer\\Event\\LoadViewer": [[22, "oca-viewer-event-loadviewer"]], "appinfo/info.xml": [[190, "appinfo-info-xml"]], "christophwurst/nextcloud replaced": [[226, "christophwurst-nextcloud-replaced"]], "doctrine/dbal": [[222, "doctrine-dbal"], [224, "doctrine-dbal"], [229, "doctrine-dbal"]], "files": [[231, "files"]], "getLinkWithPicker": [[129, "getlinkwithpicker"]], "guzzlehttp/guzzle": [[222, "guzzlehttp-guzzle"]], "iOS": [[42, "ios"]], "info.xml": [[18, "info-xml"], [95, "info-xml"], [225, "info-xml"], [226, "info-xml"], [227, "info-xml"], [228, "info-xml"], [229, "info-xml"], [230, "info-xml"]], "info.xml requirements": [[210, "info-xml-requirements"]], "jQuery deprecation": [[220, "jquery-deprecation"]], "jQuery update": [[221, "jquery-update"]], "l10n:createjs": [[42, "l10n-createjs"]], "macOS Development Build": [[82, "macos-development-build"]], "migrations:execute": [[40, "migrations-execute"]], "migrations:generate": [[40, "migrations-generate"]], "migrations:migrate": [[40, "migrations-migrate"]], "migrations:preview": [[40, "migrations-preview"]], "migrations:status": [[40, "migrations-status"]], "npm and package.json": [[190, "npm-and-package-json"]], "npm build": [[118, "npm-build"]], "npm packages": [[115, "npm-packages"]], "npm run dev, npm run watch": [[118, "npm-run-dev-npm-run-watch"]], "npm run lint (optional)": [[118, "npm-run-lint-optional"]], "npm test": [[118, "npm-test"]], "occ commands": [[1, null]], "occ \u2014 the command-line tool": [[190, "occ-the-command-line-tool"]], "openAssistantForm options": [[87, "id1"]], "php": [[95, "php"]], "php-cs": [[95, "php-cs"]], "psr/log": [[222, "psr-log"]], "router:list": [[33, "router-list"]], "router:match": [[33, "router-match"]], "sabre/*": [[222, "sabre"]], "symfony/event-dispatcher": [[229, "symfony-event-dispatcher"]]}, "docnames": ["app_development/bootstrap", "app_development/commands", "app_development/dav_extension", "app_development/dependency_management", "app_development/index", "app_development/info", "app_development/init", "app_development/intro", "app_development/translation", "app_development/tutorial", "app_publishing_maintenance/code_signing", "app_publishing_maintenance/index", "app_publishing_maintenance/maintainer", "app_publishing_maintenance/monetizing", "app_publishing_maintenance/publishing", "app_publishing_maintenance/release_automation", "app_publishing_maintenance/release_process", "basics/_available_events_ocp", "basics/backgroundjobs", "basics/caching", "basics/controllers", "basics/dependency_injection", "basics/events", "basics/front-end/css", "basics/front-end/index", "basics/front-end/js", "basics/front-end/templates", "basics/front-end/theming", "basics/index", "basics/logging", "basics/middlewares", "basics/public_share_template", "basics/request_lifecycle", "basics/routing", "basics/setting", "basics/storage/appdata", "basics/storage/configuration", "basics/storage/database", "basics/storage/filesystem", "basics/storage/index", "basics/storage/migrations", "basics/testing", "basics/translations", "client_apis/ClientIntegration/index", "client_apis/LoginFlow/index", "client_apis/OCS/index", "client_apis/OCS/ocs-api-overview", "client_apis/OCS/ocs-assistant-api", "client_apis/OCS/ocs-fulltextsearch-collections-api", "client_apis/OCS/ocs-openapi", "client_apis/OCS/ocs-out-of-office-api", "client_apis/OCS/ocs-recommendations-api", "client_apis/OCS/ocs-share-api", "client_apis/OCS/ocs-sharee-api", "client_apis/OCS/ocs-status-api", "client_apis/OCS/ocs-taskprocessing-api", "client_apis/OCS/ocs-text2image-api", "client_apis/OCS/ocs-textprocessing-api", "client_apis/OCS/ocs-translation-api", "client_apis/OCS/ocs-user-preferences-api", "client_apis/RemoteWipe/index", "client_apis/WebDAV/basic", "client_apis/WebDAV/bulkupload", "client_apis/WebDAV/chunking", "client_apis/WebDAV/comments", "client_apis/WebDAV/index", "client_apis/WebDAV/search", "client_apis/WebDAV/trashbin", "client_apis/WebDAV/versions", "client_apis/activity-api", "client_apis/android_library/examples", "client_apis/android_library/index", "client_apis/android_library/library_installation", "client_apis/files", "client_apis/general", "client_apis/index", "design/components", "design/foundations", "design/index", "design/introduction", "design/layout", "design/writing", "desktop/building", "desktop/index", "digging_deeper/ai", "digging_deeper/api", "digging_deeper/apis", "digging_deeper/assistant_integration", "digging_deeper/auth", "digging_deeper/classloader", "digging_deeper/config/appconfig", "digging_deeper/config/index", "digging_deeper/config/lexicon", "digging_deeper/config/userconfig", "digging_deeper/context_chat", "digging_deeper/continuous_integration", "digging_deeper/dashboard", "digging_deeper/deadlock", "digging_deeper/debugging", "digging_deeper/declarative_settings", "digging_deeper/devtools", "digging_deeper/direct_editing", "digging_deeper/discovery", "digging_deeper/email", "digging_deeper/files-metadata", "digging_deeper/flow", "digging_deeper/groupware/calendar", "digging_deeper/groupware/calendar_provider", "digging_deeper/groupware/contacts_menu", "digging_deeper/groupware/index", "digging_deeper/groupware/mail_provider", "digging_deeper/groupware_workflows", "digging_deeper/http_client", "digging_deeper/index", "digging_deeper/internals", "digging_deeper/javascript-apis", "digging_deeper/machinetranslation", "digging_deeper/notifications", "digging_deeper/npm", "digging_deeper/oidc", "digging_deeper/openmetrics", "digging_deeper/out_of_office", "digging_deeper/performance", "digging_deeper/phonenumberutil", "digging_deeper/profile", "digging_deeper/profiler", "digging_deeper/projects", "digging_deeper/psr", "digging_deeper/publicpage", "digging_deeper/reference", "digging_deeper/repair", "digging_deeper/rest_apis", "digging_deeper/search", "digging_deeper/security", "digging_deeper/settings", "digging_deeper/setup_checks", "digging_deeper/snowflake_ids", "digging_deeper/speech-to-text", "digging_deeper/status", "digging_deeper/talk", "digging_deeper/task_processing", "digging_deeper/text2image", "digging_deeper/text_processing", "digging_deeper/time", "digging_deeper/two-factor-provider", "digging_deeper/user_migration", "digging_deeper/users", "digging_deeper/web_host_metadata", "digging_deeper/webdav_collection_preload", "exapp_development/DevSetup", "exapp_development/Introduction", "exapp_development/development_overview/ExAppDevelopmentSteps", "exapp_development/development_overview/ExAppHarpIntegration", "exapp_development/development_overview/ExAppLifecycle", "exapp_development/development_overview/ExAppOverview", "exapp_development/development_overview/index", "exapp_development/faq/BehindCompanyProxy", "exapp_development/faq/DockerContainerRegistry", "exapp_development/faq/DockerSocketProxy", "exapp_development/faq/GpuSupport", "exapp_development/faq/Scaling", "exapp_development/faq/Troubleshooting", "exapp_development/faq/index", "exapp_development/index", "exapp_development/tech_details/Authentication", "exapp_development/tech_details/Deployment", "exapp_development/tech_details/InstallationFlow", "exapp_development/tech_details/Translations", "exapp_development/tech_details/api/appconfig", "exapp_development/tech_details/api/events_listener", "exapp_development/tech_details/api/exapp", "exapp_development/tech_details/api/fileactionsmenu", "exapp_development/tech_details/api/index", "exapp_development/tech_details/api/logging", "exapp_development/tech_details/api/notifications", "exapp_development/tech_details/api/occ_command", "exapp_development/tech_details/api/other_ocs", "exapp_development/tech_details/api/preferences", "exapp_development/tech_details/api/routes", "exapp_development/tech_details/api/settings", "exapp_development/tech_details/api/talkbots", "exapp_development/tech_details/api/topmenu", "exapp_development/tech_details/api/utils", "exapp_development/tech_details/index", "getting_started/coding_standards/html_css", "getting_started/coding_standards/index", "getting_started/coding_standards/javascript", "getting_started/coding_standards/php", "getting_started/development_process", "getting_started/devenv", "getting_started/glossary", "getting_started/index", "how_to/index", "html_css_design/content", "html_css_design/css", "html_css_design/html", "html_css_design/icons", "html_css_design/index", "html_css_design/list", "html_css_design/navigation", "html_css_design/popovermenu", "index", "prologue/bugtracker/codereviews", "prologue/bugtracker/index", "prologue/bugtracker/triaging", "prologue/code-of-conduct", "prologue/compatibility_app_ecosystem", "prologue/help_communication", "prologue/index", "prologue/security", "release_notes/critical_changes", "release_notes/deprecations", "release_notes/index", "release_notes/new", "release_notes/previous/index", "release_notes/previous/upgrade_to_14", "release_notes/previous/upgrade_to_15", "release_notes/previous/upgrade_to_16", "release_notes/previous/upgrade_to_17", "release_notes/previous/upgrade_to_18", "release_notes/previous/upgrade_to_19", "release_notes/previous/upgrade_to_20", "release_notes/previous/upgrade_to_21", "release_notes/previous/upgrade_to_22", "release_notes/previous/upgrade_to_23", "release_notes/previous/upgrade_to_24", "release_notes/previous/upgrade_to_25", "release_notes/previous/upgrade_to_26", "release_notes/previous/upgrade_to_27", "release_notes/previous/upgrade_to_28", "release_notes/previous/upgrade_to_29", "release_notes/previous/upgrade_to_30", "release_notes/previous/upgrade_to_31", "release_notes/previous/upgrade_to_32", "release_notes/previous/upgrade_to_33", "release_notes/previous/upgrade_to_34", "server/architecture/files", "server/architecture/index", "server/code-back-end", "server/code-front-end", "server/externalapi", "server/index", "server/static-analysis", "server/unit-testing"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["app_development/bootstrap.rst", "app_development/commands.rst", "app_development/dav_extension.rst", "app_development/dependency_management.rst", "app_development/index.rst", "app_development/info.rst", "app_development/init.rst", "app_development/intro.rst", "app_development/translation.rst", "app_development/tutorial.rst", "app_publishing_maintenance/code_signing.rst", "app_publishing_maintenance/index.rst", "app_publishing_maintenance/maintainer.rst", "app_publishing_maintenance/monetizing.rst", "app_publishing_maintenance/publishing.rst", "app_publishing_maintenance/release_automation.rst", "app_publishing_maintenance/release_process.rst", "basics/_available_events_ocp.rst", "basics/backgroundjobs.rst", "basics/caching.rst", "basics/controllers.rst", "basics/dependency_injection.rst", "basics/events.rst", "basics/front-end/css.rst", "basics/front-end/index.rst", "basics/front-end/js.rst", "basics/front-end/templates.rst", "basics/front-end/theming.rst", "basics/index.rst", "basics/logging.rst", "basics/middlewares.rst", "basics/public_share_template.rst", "basics/request_lifecycle.rst", "basics/routing.rst", "basics/setting.rst", "basics/storage/appdata.rst", "basics/storage/configuration.rst", "basics/storage/database.rst", "basics/storage/filesystem.rst", "basics/storage/index.rst", "basics/storage/migrations.rst", "basics/testing.rst", "basics/translations.rst", "client_apis/ClientIntegration/index.rst", "client_apis/LoginFlow/index.rst", "client_apis/OCS/index.rst", "client_apis/OCS/ocs-api-overview.rst", "client_apis/OCS/ocs-assistant-api.rst", "client_apis/OCS/ocs-fulltextsearch-collections-api.rst", "client_apis/OCS/ocs-openapi.rst", "client_apis/OCS/ocs-out-of-office-api.rst", "client_apis/OCS/ocs-recommendations-api.rst", "client_apis/OCS/ocs-share-api.rst", "client_apis/OCS/ocs-sharee-api.rst", "client_apis/OCS/ocs-status-api.rst", "client_apis/OCS/ocs-taskprocessing-api.rst", "client_apis/OCS/ocs-text2image-api.rst", "client_apis/OCS/ocs-textprocessing-api.rst", "client_apis/OCS/ocs-translation-api.rst", "client_apis/OCS/ocs-user-preferences-api.rst", "client_apis/RemoteWipe/index.rst", "client_apis/WebDAV/basic.rst", "client_apis/WebDAV/bulkupload.rst", "client_apis/WebDAV/chunking.rst", "client_apis/WebDAV/comments.rst", "client_apis/WebDAV/index.rst", "client_apis/WebDAV/search.rst", "client_apis/WebDAV/trashbin.rst", "client_apis/WebDAV/versions.rst", "client_apis/activity-api.rst", "client_apis/android_library/examples.rst", "client_apis/android_library/index.rst", "client_apis/android_library/library_installation.rst", "client_apis/files.rst", "client_apis/general.rst", "client_apis/index.rst", "design/components.rst", "design/foundations.rst", "design/index.rst", "design/introduction.rst", "design/layout.rst", "design/writing.rst", "desktop/building.rst", "desktop/index.rst", "digging_deeper/ai.rst", "digging_deeper/api.rst", "digging_deeper/apis.rst", "digging_deeper/assistant_integration.rst", "digging_deeper/auth.rst", "digging_deeper/classloader.rst", "digging_deeper/config/appconfig.rst", "digging_deeper/config/index.rst", "digging_deeper/config/lexicon.rst", "digging_deeper/config/userconfig.rst", "digging_deeper/context_chat.rst", "digging_deeper/continuous_integration.rst", "digging_deeper/dashboard.rst", "digging_deeper/deadlock.rst", "digging_deeper/debugging.rst", "digging_deeper/declarative_settings.rst", "digging_deeper/devtools.rst", "digging_deeper/direct_editing.rst", "digging_deeper/discovery.rst", "digging_deeper/email.rst", "digging_deeper/files-metadata.rst", "digging_deeper/flow.rst", "digging_deeper/groupware/calendar.rst", "digging_deeper/groupware/calendar_provider.rst", "digging_deeper/groupware/contacts_menu.rst", "digging_deeper/groupware/index.rst", "digging_deeper/groupware/mail_provider.rst", "digging_deeper/groupware_workflows.rst", "digging_deeper/http_client.rst", "digging_deeper/index.rst", "digging_deeper/internals.rst", "digging_deeper/javascript-apis.rst", "digging_deeper/machinetranslation.rst", "digging_deeper/notifications.rst", "digging_deeper/npm.rst", "digging_deeper/oidc.rst", "digging_deeper/openmetrics.rst", "digging_deeper/out_of_office.rst", "digging_deeper/performance.rst", "digging_deeper/phonenumberutil.rst", "digging_deeper/profile.rst", "digging_deeper/profiler.rst", "digging_deeper/projects.rst", "digging_deeper/psr.rst", "digging_deeper/publicpage.rst", "digging_deeper/reference.rst", "digging_deeper/repair.rst", "digging_deeper/rest_apis.rst", "digging_deeper/search.rst", "digging_deeper/security.rst", "digging_deeper/settings.rst", "digging_deeper/setup_checks.rst", "digging_deeper/snowflake_ids.rst", "digging_deeper/speech-to-text.rst", "digging_deeper/status.rst", "digging_deeper/talk.rst", "digging_deeper/task_processing.rst", "digging_deeper/text2image.rst", "digging_deeper/text_processing.rst", "digging_deeper/time.rst", "digging_deeper/two-factor-provider.rst", "digging_deeper/user_migration.rst", "digging_deeper/users.rst", "digging_deeper/web_host_metadata.rst", "digging_deeper/webdav_collection_preload.rst", "exapp_development/DevSetup.rst", "exapp_development/Introduction.rst", "exapp_development/development_overview/ExAppDevelopmentSteps.rst", "exapp_development/development_overview/ExAppHarpIntegration.rst", "exapp_development/development_overview/ExAppLifecycle.rst", "exapp_development/development_overview/ExAppOverview.rst", "exapp_development/development_overview/index.rst", "exapp_development/faq/BehindCompanyProxy.rst", "exapp_development/faq/DockerContainerRegistry.rst", "exapp_development/faq/DockerSocketProxy.rst", "exapp_development/faq/GpuSupport.rst", "exapp_development/faq/Scaling.rst", "exapp_development/faq/Troubleshooting.rst", "exapp_development/faq/index.rst", "exapp_development/index.rst", "exapp_development/tech_details/Authentication.rst", "exapp_development/tech_details/Deployment.rst", "exapp_development/tech_details/InstallationFlow.rst", "exapp_development/tech_details/Translations.rst", "exapp_development/tech_details/api/appconfig.rst", "exapp_development/tech_details/api/events_listener.rst", "exapp_development/tech_details/api/exapp.rst", "exapp_development/tech_details/api/fileactionsmenu.rst", "exapp_development/tech_details/api/index.rst", "exapp_development/tech_details/api/logging.rst", "exapp_development/tech_details/api/notifications.rst", "exapp_development/tech_details/api/occ_command.rst", "exapp_development/tech_details/api/other_ocs.rst", "exapp_development/tech_details/api/preferences.rst", "exapp_development/tech_details/api/routes.rst", "exapp_development/tech_details/api/settings.rst", "exapp_development/tech_details/api/talkbots.rst", "exapp_development/tech_details/api/topmenu.rst", "exapp_development/tech_details/api/utils.rst", "exapp_development/tech_details/index.rst", "getting_started/coding_standards/html_css.rst", "getting_started/coding_standards/index.rst", "getting_started/coding_standards/javascript.rst", "getting_started/coding_standards/php.rst", "getting_started/development_process.rst", "getting_started/devenv.rst", "getting_started/glossary.rst", "getting_started/index.rst", "how_to/index.rst", "html_css_design/content.rst", "html_css_design/css.rst", "html_css_design/html.rst", "html_css_design/icons.rst", "html_css_design/index.rst", "html_css_design/list.rst", "html_css_design/navigation.rst", "html_css_design/popovermenu.rst", "index.rst", "prologue/bugtracker/codereviews.rst", "prologue/bugtracker/index.rst", "prologue/bugtracker/triaging.rst", "prologue/code-of-conduct.rst", "prologue/compatibility_app_ecosystem.rst", "prologue/help_communication.rst", "prologue/index.rst", "prologue/security.rst", "release_notes/critical_changes.rst", "release_notes/deprecations.rst", "release_notes/index.rst", "release_notes/new.rst", "release_notes/previous/index.rst", "release_notes/previous/upgrade_to_14.rst", "release_notes/previous/upgrade_to_15.rst", "release_notes/previous/upgrade_to_16.rst", "release_notes/previous/upgrade_to_17.rst", "release_notes/previous/upgrade_to_18.rst", "release_notes/previous/upgrade_to_19.rst", "release_notes/previous/upgrade_to_20.rst", "release_notes/previous/upgrade_to_21.rst", "release_notes/previous/upgrade_to_22.rst", "release_notes/previous/upgrade_to_23.rst", "release_notes/previous/upgrade_to_24.rst", "release_notes/previous/upgrade_to_25.rst", "release_notes/previous/upgrade_to_26.rst", "release_notes/previous/upgrade_to_27.rst", "release_notes/previous/upgrade_to_28.rst", "release_notes/previous/upgrade_to_29.rst", "release_notes/previous/upgrade_to_30.rst", "release_notes/previous/upgrade_to_31.rst", "release_notes/previous/upgrade_to_32.rst", "release_notes/previous/upgrade_to_33.rst", "release_notes/previous/upgrade_to_34.rst", "server/architecture/files.rst", "server/architecture/index.rst", "server/code-back-end.rst", "server/code-front-end.rst", "server/externalapi.rst", "server/index.rst", "server/static-analysis.rst", "server/unit-testing.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 8, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 29, 30, 32, 33, 36, 37, 38, 42, 43, 44, 45, 49, 50, 56, 57, 58, 61, 64, 66, 69, 73, 74, 76, 77, 79, 82, 90, 92, 94, 95, 96, 98, 101, 105, 106, 107, 108, 110, 112, 115, 116, 118, 121, 122, 124, 125, 129, 130, 132, 133, 134, 136, 137, 139, 140, 141, 142, 144, 147, 148, 151, 152, 153, 165, 166, 167, 170, 174, 175, 181, 185, 186, 187, 188, 189, 190, 192, 199, 204, 206, 209, 222, 223, 224, 228, 229, 231, 232, 233, 239], "0": [1, 3, 5, 6, 7, 14, 16, 17, 20, 21, 22, 25, 29, 34, 40, 43, 44, 46, 48, 49, 50, 52, 55, 56, 57, 61, 64, 66, 69, 70, 72, 82, 87, 89, 90, 94, 95, 96, 97, 98, 99, 100, 104, 107, 108, 113, 116, 118, 120, 121, 122, 124, 129, 130, 131, 132, 134, 137, 139, 140, 141, 142, 143, 145, 148, 149, 153, 155, 165, 166, 168, 170, 171, 175, 177, 179, 181, 185, 186, 187, 188, 192, 194, 199, 215, 216, 217, 218, 223, 224, 229, 232, 233, 234, 239, 240], "00": [20, 61, 66, 69, 76, 139], "000": [2, 37], "000000": 46, "00000007oc9l3j5ur4db": 61, "00000259oczn5x60nrdu": 61, "00001": 63, "00002": 63, "0020": 42, "00293f": 194, "005416": 194, "005a8a": 194, "0066ac": 194, "00679e": 194, "0077c7": 194, "0082c9": 46, "00a0": 42, "00z": 66, "01": [20, 61, 64, 66, 96, 187], "01t00": 61, "01t17": 66, "03": 96, "04": 139, "044": 123, "04c36b75222cd9fd47f2607333029106": 61, "04z": 96, "05": [61, 129], "050": 136, "07": 139, "08": 243, "09": 97, "099f05": 194, "0e53dfb6": 61, "1": [0, 1, 2, 3, 5, 7, 14, 15, 16, 17, 20, 21, 22, 25, 29, 30, 33, 37, 39, 43, 44, 46, 48, 52, 57, 61, 62, 63, 64, 66, 69, 70, 72, 74, 87, 89, 95, 96, 98, 99, 101, 104, 106, 108, 116, 118, 120, 122, 123, 124, 125, 126, 127, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 145, 147, 148, 149, 152, 153, 154, 155, 158, 165, 166, 168, 170, 175, 177, 181, 185, 186, 187, 190, 192, 194, 198, 199, 202, 204, 209, 215, 217, 222, 223, 224, 231, 232, 233, 240], "10": [20, 34, 46, 52, 58, 61, 64, 69, 82, 96, 99, 104, 129, 130, 136, 140, 142, 153, 179, 187, 192], "100": [13, 20, 34, 46, 52, 53, 69, 92, 96, 122, 129, 134, 140, 145, 165, 166, 168, 177, 182, 187, 194, 195, 232], "1000": [37, 40, 104], "10000": [63, 122], "10000000": 66, "100644": [154, 192], "100kib": 145, "100m": [79, 194], "100px": 77, "1024px": 194, "1025": 192, "1084": 168, "10mb": [63, 66], "10min": 142, "10z": 96, "11": [21, 46, 69, 82, 96, 100, 113, 140, 223, 239], "113": 194, "114": 194, "116": 198, "12": [23, 46, 61, 64, 123, 129, 136, 140, 152], "120": 179, "120m": 179, "121": 202, "123": [87, 104, 168, 171, 174, 175, 177, 186, 194], "1234": [104, 107, 132], "12345": [66, 92, 165, 175], "124": [129, 171], "125": 171, "127": [98, 192], "1270351409912": 122, "127815235": 61, "12px": [77, 194], "13": [136, 139, 140], "130000000": 129, "1337": 120, "139": 192, "13px": 77, "13t12": 96, "14": [64, 96, 139, 140, 144, 193, 214, 233, 234], "141": 198, "144": 198, "146": 202, "14px": [20, 200], "15": [17, 22, 61, 140, 143, 144, 153, 214], "150": [69, 192], "15000000": 63, "151": 198, "152": [87, 192, 198], "1547545326": 63, "1553": 132, "156": 198, "1575981518": 136, "1578283711000": 46, "15px": [77, 194], "16": [17, 22, 42, 48, 52, 61, 64, 124, 185, 214, 234], "163": 194, "1675789581": 61, "168": 192, "16px": 194, "17": [17, 22, 46, 192, 214, 227, 229, 234], "1711545301": 87, "1711545302": 87, "1711545303": 87, "1711545305": 87, "172": 192, "1728000": 131, "173": 194, "1742": 104, "18": [17, 22, 29, 64, 101, 214, 218, 234], "1800": 123, "19": [16, 17, 22, 127, 152, 187, 214, 233, 234, 235], "192": [192, 198], "197": 198, "1970": 61, "19z": 96, "1_linux_": 152, "1_linux_amd64": 152, "1_linux_arm64": 152, "1e1": 187, "1e2": 187, "1min": 140, "1px": 194, "1snze11cibf6v6dsz": 10, "1st": 46, "1st_user": 46, "2": [1, 3, 5, 14, 15, 16, 17, 20, 22, 29, 39, 46, 48, 52, 56, 57, 58, 61, 62, 63, 64, 77, 85, 87, 101, 104, 106, 107, 123, 125, 127, 129, 132, 140, 141, 142, 152, 154, 165, 177, 185, 186, 187, 192, 194, 195, 198, 199, 202, 204, 210, 221, 222, 229, 232, 233, 234, 243], "20": [17, 21, 22, 30, 37, 44, 46, 56, 57, 61, 64, 100, 113, 132, 214, 222, 228, 229, 230, 232, 233, 234, 235], "200": [43, 44, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 69, 96, 101, 104, 129, 153, 170, 173, 240], "2001": [5, 95, 108, 130], "2008": 243, "2012": 129, "2014": [129, 222], "2015": [20, 69], "2016": [64, 185], "2018": 97, "2019": [82, 136], "2020": 15, "20200101t170000z": 107, "20200130t170000z": 107, "20200130t180000z": 107, "2021": [66, 96], "2022": [61, 82, 96], "2023": 228, "2024": [42, 185], "20240101120000": 190, "2026": 139, "2034": 40, "204": 69, "20632824998": 46, "20cat": 132, "20cute": 132, "20music": 70, "20px": [77, 184], "20st": 132, "20standard": 228, "20t12": 69, "20thcenturystudio": 129, "21": [17, 22, 127, 132, 147, 152, 214, 225, 233], "21474836480": 46, "2153599501": 122, "2156": 64, "216": 198, "219": 194, "22": [17, 22, 29, 64, 127, 214, 226, 229, 231, 233, 234], "222222": 194, "22t15": 96, "23": [16, 34, 37, 61, 69, 124, 127, 210, 214, 227, 234], "231": 198, "2345": 153, "24": [16, 17, 18, 22, 29, 37, 63, 64, 97, 125, 145, 179, 210, 214, 231, 233, 239], "240": 48, "2401fed2eea6f2c1027c482a633e8e25cd46701f811e2d2c10dc213fd95fa60e350b": 10, "2404date20220903071748": 40, "2432": 166, "24px": [76, 77, 194, 231], "25": [16, 17, 22, 25, 58, 129, 132, 145, 188, 196, 214, 227, 228, 234], "255": 194, "256": [5, 61], "25px": 194, "26": [16, 17, 20, 22, 30, 43, 58, 69, 116, 122, 129, 143, 214, 229], "26e7beeca3c0": 63, "27": [16, 17, 18, 20, 22, 34, 37, 48, 57, 73, 96, 97, 107, 127, 137, 142, 145, 146, 214, 227, 229, 230, 231, 234], "277": 156, "28": [2, 17, 20, 21, 22, 29, 37, 48, 49, 50, 56, 57, 104, 121, 132, 141, 142, 171, 188, 210, 214, 232], "282": 132, "29": [5, 17, 20, 22, 33, 40, 61, 90, 99, 116, 122, 132, 137, 143, 179, 214, 231, 232], "2fa": [61, 144], "2g": 227, "2nd": 46, "2nd_user": 46, "2px": 194, "2xx": 49, "3": [5, 8, 14, 15, 16, 20, 29, 30, 33, 35, 37, 39, 41, 43, 46, 52, 61, 64, 69, 70, 76, 82, 87, 90, 96, 97, 100, 101, 113, 128, 129, 139, 140, 141, 142, 152, 154, 155, 185, 186, 188, 189, 192, 194, 202, 204, 210, 222, 224, 225, 231, 232, 234, 238, 240, 243], "30": [17, 20, 22, 37, 40, 52, 55, 57, 64, 69, 116, 127, 129, 131, 137, 140, 141, 142, 149, 153, 214, 233, 234], "300m": 194, "300px": [194, 199], "3030237": 61, "304": 69, "3097fca9b1ec8942c4305e550ef1b50a": 129, "31": [5, 17, 22, 52, 61, 69, 70, 90, 93, 127, 171, 198, 214, 229, 234], "310": 87, "3166": 123, "32": [2, 5, 17, 22, 48, 61, 92, 94, 96, 99, 132, 139, 152, 168, 177, 194, 214, 228], "32060": 226, "3209": 96, "321": 177, "3285b1": 194, "32866": 228, "32bit": 227, "32px": 76, "32x32": 69, "33": [17, 22, 43, 90, 120, 136, 139, 140, 214], "333": 96, "33333344": 194, "34": [40, 96, 101, 139, 211, 214], "34081": 226, "34302": 97, "34329": 227, "34490": 227, "3456": 61, "34773": 228, "34807": 227, "34893": 227, "34px": [77, 194, 231], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243], "35789": 227, "35872": 228, "35966": 227, "36": 43, "3600": [18, 19], "36033": 227, "36073": 227, "36114": 227, "36198": 227, "36310": 227, "36363": 227, "36393": 227, "364": 69, "36434": 227, "3650": 192, "36591": 228, "36665": 228, "36836": 228, "369": 104, "36c3": 105, "37040": 228, "37316": 228, "37324": 228, "37542": 228, "37674": 228, "37820": 97, "37835": 228, "37929": 228, "37943": 228, "37955": 228, "38": 136, "38003": 228, "38030": [97, 228], "38104": 228, "389": 129, "3927bf23": 192, "3950773": 61, "3986": 44, "39th": 132, "39z": 96, "3rd": [3, 8, 46, 89, 95, 127, 132, 151, 154, 233], "3rd_user": 46, "3rdparti": [151, 192, 222, 227, 229], "4": [5, 15, 16, 29, 37, 42, 46, 48, 52, 61, 87, 89, 100, 101, 113, 118, 139, 140, 141, 142, 152, 154, 155, 185, 186, 187, 188, 192, 220, 222, 225, 228, 230, 233, 234], "40": [153, 179], "400": [49, 50, 52, 54, 57, 58, 59, 192], "401": [50, 59, 60, 61, 161, 178, 240], "403": [44, 52, 60, 69, 101, 223], "403354469": 129, "404": [44, 49, 50, 52, 54, 56, 57, 69, 104, 128, 153, 165, 166, 170, 240], "4052412": 61, "409": 129, "4096": [10, 192], "40email": 46, "40m": 179, "41": [123, 198], "412": [56, 57, 58, 228], "41446681800": 123, "42": [29, 46, 69, 112, 120, 125, 195], "42513563": 154, "429": [20, 56, 57, 58, 133], "44": [76, 123], "441": 136, "4423": 63, "443": 192, "4433": 192, "444444": 194, "445": 192, "44px": [199, 231], "44x44px": 96, "45": 194, "46f0": 61, "483c1e56f95e88835747b1c7c60581215016cbf2": 15, "487903ffcf4": 192, "48px": 194, "49": [69, 123], "4918": 61, "49279cc7": 192, "4e43": 106, "4e4672cs58q": 243, "4efe": 63, "4px": [77, 194, 232], "4xx": 49, "5": [5, 20, 37, 49, 56, 57, 64, 66, 69, 76, 79, 95, 97, 118, 125, 132, 133, 140, 155, 165, 187, 194, 200, 217, 231, 233, 243], "50": [48, 69, 132, 134, 136], "500": [101, 178], "500px": 194, "501": [153, 165, 166], "503": [74, 228], "507": 63, "509": 10, "50ef2eba7b74aa84feff013efee2a5ef": 61, "50k": 92, "50px": 194, "512": [10, 145], "51803": 235, "55": 132, "55548cc16b457cd74241990cc9d3b72b6335f2e5f45eee95171da024087d114fcbc2": 10, "555555": 46, "565656": 107, "567": 132, "59": 198, "595959": 194, "597996": 48, "5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f": 15, "5gb": 63, "5mb": 63, "6": [5, 16, 19, 46, 52, 61, 82, 140, 154, 155, 192, 194, 200], "60": [46, 96, 124, 133, 140, 179], "600": 152, "60m": 179, "61": 152, "61b4": 61, "64": [5, 19, 40, 93, 96, 136], "640": 48, "6436d084d4805": 61, "64px": 76, "65": [118, 194], "664700": 194, "668": 123, "67": [154, 166], "6768789079123765868": 136, "68": 129, "6b6b6b": 194, "6h": 19, "7": [5, 15, 16, 43, 46, 52, 61, 82, 96, 122, 154, 192, 199, 215, 216, 217, 222, 225, 229, 233], "70": [34, 69], "7000": 192, "70981": 129, "72": 198, "7222": 235, "728": 227, "7520": 235, "7641": 235, "77": 194, "79": [154, 195], "7d7d7d": 194, "8": [5, 16, 17, 20, 22, 46, 48, 52, 56, 61, 62, 64, 66, 81, 97, 104, 107, 141, 143, 154, 194, 198, 210, 233, 243], "80": [134, 185], "8025": 192, "8080": 156, "817c": 106, "8400ba9c": 192, "842011482": 46, "8443": 133, "86": 154, "8601": [61, 69], "87": 96, "878": 129, "88": 154, "8904": 215, "8910": 104, "8a0000": 194, "8aa06618": 154, "8px": [77, 194, 232], "9": [5, 17, 22, 25, 49, 61, 76, 96, 118, 139, 217, 231, 235, 238, 240], "90": [107, 165], "9000": [98, 192], "92": 46, "9261": 132, "95": 192, "96": 198, "9648": 129, "97": 198, "98": 34, "983": 177, "9876": 243, "99": [134, 199], "9940": 223, "996": 240, "9980": 192, "999": [199, 240], "9d52": 106, "A": [3, 5, 10, 16, 18, 19, 20, 21, 22, 29, 32, 35, 41, 42, 44, 46, 49, 57, 58, 62, 63, 69, 76, 77, 81, 87, 89, 90, 92, 94, 95, 96, 101, 105, 106, 107, 116, 122, 124, 126, 128, 129, 130, 132, 134, 137, 138, 139, 140, 141, 142, 145, 146, 147, 156, 185, 190, 199, 202, 206, 209, 222, 226, 228, 231, 233, 236, 240, 243], "AND": [122, 129], "AS": 152, "And": [15, 18, 35, 61, 62, 63, 99, 125, 129, 154, 185, 204, 234], "As": [15, 18, 20, 22, 29, 37, 46, 61, 70, 101, 107, 122, 126, 128, 129, 131, 134, 135, 144, 149, 160, 185, 195, 198, 202, 215, 220, 221, 222, 224, 227, 234], "At": [0, 14, 16, 43, 66, 69, 105, 107], "BY": 37, "Be": [3, 10, 25, 44, 81, 115, 122, 204, 240], "Being": 14, "But": [22, 40, 42, 44, 129, 130, 158, 204, 222, 232], "By": [10, 17, 20, 21, 22, 37, 48, 49, 52, 61, 82, 97, 98, 99, 104, 130, 131, 139, 140, 152, 158, 199], "For": [1, 2, 3, 6, 7, 8, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 25, 29, 30, 33, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 49, 52, 61, 63, 64, 66, 69, 71, 76, 77, 79, 80, 81, 82, 87, 90, 95, 98, 99, 105, 106, 107, 110, 115, 118, 124, 125, 129, 131, 132, 133, 134, 137, 140, 141, 142, 144, 145, 149, 151, 152, 154, 156, 158, 159, 165, 166, 167, 169, 175, 185, 186, 187, 188, 190, 192, 194, 196, 199, 200, 204, 205, 214, 221, 222, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 239, 243], "IF": 14, "IN": 37, "If": [2, 3, 5, 8, 10, 13, 14, 15, 16, 17, 20, 21, 22, 25, 29, 30, 32, 33, 34, 37, 38, 40, 42, 43, 44, 46, 48, 49, 50, 54, 56, 59, 61, 63, 64, 69, 71, 74, 76, 79, 81, 82, 85, 87, 89, 90, 92, 93, 95, 96, 104, 105, 106, 107, 108, 110, 115, 116, 118, 119, 121, 122, 128, 129, 130, 131, 132, 135, 137, 138, 140, 141, 142, 144, 145, 149, 150, 151, 152, 156, 159, 161, 162, 165, 166, 170, 171, 173, 185, 187, 188, 189, 190, 193, 196, 198, 199, 200, 202, 203, 204, 209, 217, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 239, 240, 243], "In": [0, 1, 2, 3, 8, 10, 15, 16, 18, 20, 21, 22, 25, 28, 29, 32, 33, 34, 35, 37, 40, 42, 44, 46, 49, 54, 60, 61, 74, 76, 82, 85, 90, 95, 96, 97, 105, 106, 107, 116, 118, 123, 125, 126, 128, 129, 130, 131, 132, 133, 136, 137, 140, 141, 142, 144, 148, 152, 154, 158, 159, 160, 163, 164, 166, 167, 185, 186, 188, 190, 198, 199, 202, 204, 211, 217, 222, 223, 224, 225, 227, 228, 229, 231, 232, 233, 234, 242, 243], "It": [3, 8, 10, 15, 16, 17, 20, 21, 22, 25, 27, 30, 31, 33, 34, 36, 37, 42, 43, 46, 49, 50, 52, 61, 63, 64, 69, 71, 76, 79, 82, 85, 87, 89, 90, 96, 97, 98, 104, 106, 107, 115, 117, 119, 121, 122, 123, 125, 128, 129, 130, 131, 132, 134, 135, 136, 137, 139, 140, 141, 145, 151, 152, 153, 154, 156, 158, 162, 165, 170, 177, 185, 186, 189, 190, 192, 194, 199, 204, 206, 209, 213, 222, 223, 227, 228, 229, 231, 232, 233, 234], "Its": [96, 107, 140, 141, 142], "NOT": [45, 52, 153, 198, 231], "No": [42, 44, 59, 61, 69, 76, 87, 96, 98, 133, 135, 145, 185], "Not": [14, 16, 50, 54, 56, 57, 61, 69, 104, 147, 156, 188, 204], "ON": [82, 98], "Of": [18, 107, 141, 142, 204], "On": [37, 44, 48, 61, 77, 82, 93, 98, 106, 127, 128, 129, 154, 168, 177, 193, 198, 212, 218, 220, 243], "One": [15, 49, 81, 107, 110, 120, 122, 135, 171, 199], "Or": [18, 21, 106, 129, 188, 231, 239, 240], "Such": 20, "That": [0, 3, 8, 20, 21, 32, 46, 122, 128, 131, 185, 204], "The": [1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 76, 77, 79, 80, 81, 82, 85, 87, 89, 90, 92, 93, 95, 97, 98, 99, 103, 104, 105, 106, 108, 109, 110, 112, 113, 115, 116, 118, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 157, 158, 161, 164, 165, 166, 168, 170, 171, 173, 174, 175, 177, 178, 181, 185, 187, 189, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 204, 206, 209, 210, 213, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243], "Then": [7, 8, 10, 15, 20, 21, 22, 82, 94, 106, 107, 120, 129, 134, 146, 149, 189, 192, 239, 243], "There": [3, 10, 14, 16, 18, 20, 21, 25, 27, 35, 42, 44, 46, 49, 63, 70, 72, 76, 87, 96, 97, 99, 107, 115, 116, 119, 122, 125, 129, 131, 132, 134, 140, 149, 151, 153, 154, 158, 165, 167, 170, 173, 182, 186, 188, 189, 192, 194, 195, 204, 206, 209, 213, 222, 225, 227, 229, 240], "These": [13, 14, 16, 20, 37, 41, 42, 47, 69, 76, 82, 98, 107, 108, 122, 124, 128, 131, 132, 154, 179, 202, 206, 209, 214, 233, 234, 243], "To": [0, 2, 3, 8, 9, 12, 13, 14, 15, 17, 20, 21, 22, 25, 26, 30, 33, 34, 37, 40, 42, 43, 44, 45, 46, 47, 49, 52, 61, 63, 67, 68, 69, 73, 75, 76, 77, 82, 84, 85, 90, 93, 94, 96, 98, 99, 101, 104, 106, 107, 110, 113, 115, 116, 118, 123, 125, 128, 129, 130, 131, 132, 135, 136, 140, 142, 144, 146, 149, 152, 154, 156, 159, 165, 166, 167, 169, 171, 175, 176, 180, 181, 189, 190, 195, 199, 202, 204, 209, 210, 220, 222, 229, 232, 233, 234, 236, 239, 240, 243], "Will": [27, 42, 123, 135, 140, 218], "With": [0, 18, 21, 22, 40, 43, 46, 92, 99, 106, 107, 122, 132, 140, 176, 226, 227, 228, 232], "_": [20, 26, 36, 54, 134, 154, 167, 190, 231], "__construct": [0, 1, 18, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 49, 90, 96, 99, 101, 103, 104, 106, 107, 108, 110, 112, 116, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 145, 146, 147, 190], "__dir__": [0, 3, 89], "__webpack_nonce__": [154, 231], "__webpack_public_path__": 154, "_capabl": 218, "_cooki": 20, "_data": 154, "_different_": 209, "_env": 20, "_file": 20, "_get": 209, "_n": [154, 167], "_pkei": 37, "_post": 21, "_rout": 230, "_sensitive_": 93, "_server": 20, "_session": 20, "_user": 46, "a011fe619bcf6e77ddebc96f9908e1af4071b9c1": 15, "a2xityipixkscripb": 10, "a37200": 194, "a9cd": 63, "a_valu": 92, "aa": [79, 164], "aa_vers": 165, "aaaaaa": 46, "aarch64": 152, "abbrevi": [33, 81, 186], "abc": [25, 43], "abc123": [139, 188], "abcd": 92, "abil": [14, 38, 82, 132, 179, 204, 223], "abl": [15, 16, 20, 82, 95, 104, 107, 129, 131, 135, 151, 156, 160, 188, 204, 209, 215, 220, 233], "abort": [1, 17, 22, 61, 129, 133], "about": [5, 10, 14, 17, 18, 21, 22, 25, 40, 44, 45, 46, 48, 49, 70, 76, 77, 79, 80, 87, 90, 92, 93, 95, 96, 97, 104, 105, 106, 115, 118, 121, 125, 127, 129, 131, 135, 136, 137, 140, 141, 142, 154, 169, 174, 180, 185, 188, 202, 204, 206, 209, 213, 222, 225, 227, 229, 230, 232, 233, 234, 243], "abov": [0, 2, 5, 8, 10, 14, 15, 20, 22, 29, 33, 42, 43, 49, 52, 69, 76, 82, 96, 101, 105, 107, 126, 130, 131, 132, 140, 185, 186, 190, 192, 199, 200, 209, 229, 234], "absenc": [50, 121], "absent": [1, 5, 49], "absolut": [38, 69, 82, 94, 96, 131, 135, 165, 174, 231, 233, 234], "absolutepath": 22, "abstract": [16, 32, 95, 107, 122, 129, 133, 186, 222, 224, 229], "abstractdatacollector": 125, "abstractnodeev": 231, "abstractnodesev": 231, "abstracttaskprocessingev": 140, "abstracttextprocessingev": [141, 142, 231], "abstracttexttoimageev": [141, 231], "abstracttranscriptionev": [137, 231], "ac": 192, "accent": 194, "accept": [1, 8, 20, 29, 32, 40, 45, 46, 61, 64, 76, 85, 87, 95, 96, 112, 129, 131, 135, 164, 165, 166, 178, 192, 199, 213, 215, 229, 234, 240], "accept_languag": 44, "access": [5, 8, 10, 15, 17, 20, 22, 25, 26, 28, 29, 30, 34, 35, 39, 41, 44, 46, 48, 50, 52, 53, 54, 61, 70, 71, 76, 79, 82, 88, 90, 93, 94, 96, 99, 101, 109, 110, 113, 115, 122, 125, 129, 131, 132, 137, 139, 140, 149, 152, 156, 158, 161, 165, 167, 176, 178, 186, 187, 189, 190, 192, 194, 195, 199, 202, 204, 209, 213, 226, 231, 232, 233, 236, 240, 243], "access_level": 178, "accesstoken": 70, "accid": 209, "accommod": 150, "accomplish": 110, "accord": [3, 5, 14, 140, 192, 215], "accordingli": [16, 176, 222, 223], "account": [8, 13, 14, 15, 42, 44, 45, 46, 60, 70, 81, 82, 92, 96, 103, 107, 110, 124, 135, 185, 192, 202, 204, 209, 228, 229, 231, 233], "accountmanag": [124, 229], "accur": [49, 121, 213], "accuraci": 145, "achiev": [20, 62, 107], "acl": 61, "acm": 82, "acpu": 242, "acquir": [19, 29, 86, 113, 132, 146], "acquiremailprovid": 110, "acquiremailservic": 110, "acreateempti": 101, "acreatefromtempl": 101, "across": [19, 20, 37, 49, 76, 81, 94, 101, 118, 148, 190, 199], "act": [0, 6, 21, 22, 101, 105, 115, 117, 222], "action": [10, 11, 14, 20, 22, 29, 34, 38, 42, 48, 61, 70, 75, 77, 78, 88, 90, 95, 96, 101, 105, 106, 107, 109, 113, 115, 126, 135, 138, 140, 149, 150, 151, 166, 170, 172, 175, 183, 189, 194, 199, 204, 206, 209, 227, 229, 231, 232, 233, 234], "action1": 187, "action2": 187, "action_handl": 171, "action_handler_rout": [169, 171], "actionbutton": 87, "actionfactori": 108, "actionhandl": [25, 169, 171], "actioninclud": 233, "actionlabel": 228, "activ": [5, 14, 15, 18, 20, 21, 25, 37, 51, 70, 75, 76, 77, 96, 98, 132, 144, 147, 154, 176, 190, 198, 199, 201, 204, 216, 217, 226, 227, 231, 232, 234, 239], "activat": [88, 113], "activity_id": 69, "activitymanag": [69, 232], "actor": 69, "actorid": 64, "actortyp": 64, "actual": [18, 20, 21, 22, 40, 43, 44, 46, 49, 75, 76, 96, 98, 101, 107, 116, 122, 129, 131, 132, 140, 141, 142, 148, 149, 152, 156, 158, 175, 206, 231], "ad": [4, 5, 8, 13, 14, 16, 17, 18, 20, 22, 25, 28, 29, 30, 33, 37, 39, 43, 46, 48, 49, 50, 54, 55, 56, 57, 58, 61, 63, 69, 71, 73, 76, 82, 89, 90, 92, 93, 94, 96, 99, 101, 104, 105, 107, 110, 116, 118, 120, 121, 122, 127, 131, 132, 134, 136, 137, 140, 141, 142, 144, 146, 152, 160, 166, 185, 190, 199, 204, 206, 220, 222, 223, 226, 238], "adapt": [49, 76, 155, 163, 185, 194, 220, 231], "adb9aa24cbfa8e372c88431d1d99629a": 62, "add": [1, 2, 3, 5, 8, 13, 15, 17, 18, 20, 21, 22, 23, 25, 26, 29, 30, 33, 34, 37, 38, 40, 42, 43, 45, 52, 69, 70, 76, 81, 82, 89, 94, 96, 101, 104, 105, 106, 108, 115, 118, 120, 122, 125, 126, 128, 129, 131, 132, 134, 135, 136, 140, 144, 152, 154, 156, 165, 167, 169, 172, 185, 188, 192, 193, 195, 198, 199, 200, 202, 204, 206, 209, 210, 222, 225, 229, 231, 232, 233, 234, 239], "add_missing_column": [223, 229], "add_missing_columns_ev": 223, "add_missing_index": [223, 229], "add_missing_indexes_ev": 223, "add_missing_primary_kei": [223, 229], "add_missing_primary_keys_ev": 223, "addact": 108, "addallowedchildsrcdomain": [20, 235], "addallowedconnectdomain": 20, "addallowedfontdomain": 20, "addallowedframedomain": [20, 31], "addallowedimagedomain": 20, "addallowedmediadomain": 20, "addallowedobjectdomain": 20, "addallowedscriptdomain": 20, "addallowedstyledomain": 20, "addargu": 1, "addattende": 106, "addattribut": 132, "addchild": 20, "addcolumn": [37, 40, 136], "addcooki": 20, "adddatatransferprogresslisten": 70, "addev": 22, "addeventlisten": [96, 129], "addfavorit": 229, "addfilecont": 145, "addhead": [20, 30, 31, 45], "addindex": 40, "addinitscript": [25, 229], "addit": [0, 2, 5, 10, 16, 17, 20, 22, 25, 26, 29, 30, 34, 37, 40, 45, 61, 63, 69, 71, 74, 76, 81, 82, 83, 90, 92, 96, 99, 107, 122, 128, 129, 131, 134, 141, 142, 150, 152, 154, 160, 165, 166, 185, 188, 202, 204, 206, 209, 226, 227, 231, 234, 238], "addition": [16, 20, 33, 34, 37, 49, 69, 99, 101, 116, 118, 125, 128, 129, 135, 137, 142, 158, 188, 209, 230, 232, 233], "addjob": 18, "addlink": 147, "addlisten": [22, 126, 138], "addmenuentri": 25, "addmissingcolumnsev": 229, "addmissingindex": 40, "addmissingindicesev": [40, 229], "addmissingindiceslisten": 40, "addmissingprimarykeyev": 229, "addnewfilemenuentri": 229, "addon": 98, "addopt": 1, "addplugin": [2, 229], "addprovid": [17, 22], "address": [20, 22, 27, 44, 46, 52, 76, 81, 106, 108, 110, 150, 156, 161, 185, 192, 212, 233], "addscript": [25, 26, 96, 126, 129, 190, 229, 233], "addsearchcalendar": 106, "addservicelisten": 22, "addstyl": 26, "addtasktyp": [17, 22], "addtocount": 22, "addtransl": [218, 227, 233], "addtwo": 243, "addtwolisten": 22, "addtyp": 37, "adduniqueindex": 37, "addus": [152, 215], "addvendorscript": 233, "adher": 21, "adiscoverablereferenceprovid": 129, "adjust": [2, 3, 16, 17, 22, 40, 46, 95, 130, 139, 140, 154, 167, 189, 194, 213, 222, 223, 225, 229, 230, 231, 232, 234, 238, 243], "adler32": 61, "admin": [5, 8, 10, 14, 16, 17, 19, 20, 22, 28, 34, 42, 46, 48, 49, 52, 61, 62, 81, 82, 83, 88, 90, 103, 113, 122, 134, 135, 140, 146, 149, 151, 153, 161, 174, 178, 179, 181, 182, 190, 192, 206, 209, 231], "admin_audit": [17, 22], "administr": [1, 5, 8, 10, 29, 40, 42, 49, 130, 134, 135, 140, 150, 156, 161, 167, 190, 194, 206, 213, 219, 223, 231], "adminrequir": 181, "adminsect": 134, "adminset": 134, "adopt": [16, 21, 49, 90], "adult": 129, "advanc": [20, 29, 52, 76, 79, 82, 84, 102, 113, 130, 136, 185, 192, 213], "advantag": [10, 19, 28, 44, 151], "adventur": 129, "advertis": [69, 101, 206, 228], "advis": [20, 104, 132, 209], "afefcaf556d98dc7896cca380e181decb609ca44": 15, "affect": [11, 14, 20, 22, 82, 121, 130, 188, 208, 229], "affero": [15, 185], "aforement": 37, "after": [5, 7, 8, 10, 11, 14, 15, 17, 18, 20, 21, 22, 25, 30, 32, 33, 37, 40, 41, 44, 49, 52, 63, 66, 82, 87, 89, 90, 92, 96, 99, 101, 104, 122, 130, 132, 139, 140, 153, 164, 165, 166, 171, 173, 187, 192, 195, 199, 200, 204, 222, 228, 229, 231, 238, 243], "afterappid": [25, 181], "aftercontrol": 30, "afterexcept": 30, "afterward": [8, 32, 46, 49, 63, 89, 90, 94, 95, 149, 228], "ag": [76, 131, 227], "again": [0, 30, 81, 107, 123, 131, 132, 156, 161, 229], "against": [1, 17, 20, 21, 22, 33, 61, 95, 119, 188, 190, 209, 222], "agent": [44, 140], "aggreg": 37, "aggress": 20, "agil": 243, "agnost": [116, 137, 140, 141, 142, 234], "ago": [42, 198], "agpl": [5, 14, 185], "agre": 190, "agreement": 204, "ai": [18, 43, 47, 77, 79, 113, 140, 141, 201, 231], "ai_integration_team": 179, "aim": [14, 79, 96, 115, 185, 204, 206, 218, 240], "aio": 162, "ajax": [209, 232], "alert": [12, 29, 209, 231], "alessandro": 5, "alex": [79, 81, 185], "algorithm": [61, 132, 153], "alia": [40, 104, 231, 232], "alias": [5, 21, 104, 110, 189, 229], "alic": [61, 122, 139, 182], "align": [85, 186, 194, 197, 199, 233], "alik": 21, "aliv": [14, 101, 229], "all": [0, 3, 5, 8, 10, 12, 13, 14, 15, 16, 18, 20, 21, 26, 30, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 53, 56, 57, 58, 59, 60, 61, 63, 64, 66, 67, 68, 69, 70, 72, 73, 76, 77, 79, 81, 82, 85, 89, 90, 93, 94, 95, 96, 97, 98, 101, 104, 105, 106, 108, 110, 115, 118, 119, 121, 122, 125, 126, 128, 129, 130, 132, 135, 139, 140, 141, 142, 144, 149, 150, 151, 152, 153, 156, 158, 159, 160, 165, 166, 169, 170, 171, 172, 178, 181, 186, 187, 188, 189, 190, 192, 194, 198, 199, 200, 202, 204, 205, 209, 210, 211, 215, 222, 226, 227, 228, 229, 230, 231, 232, 233, 235, 236], "allconfig": 232, "allfilenam": 42, "allhead": 112, "allow": [5, 8, 14, 16, 17, 18, 19, 20, 21, 22, 23, 30, 33, 34, 35, 36, 37, 40, 42, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 66, 69, 71, 76, 82, 89, 92, 93, 94, 96, 98, 104, 105, 107, 115, 116, 120, 122, 123, 125, 126, 128, 129, 131, 132, 133, 134, 135, 136, 138, 139, 140, 142, 145, 153, 156, 158, 164, 167, 169, 174, 175, 178, 190, 194, 198, 199, 200, 202, 204, 209, 210, 215, 216, 220, 222, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 240], "allowedapp": 69, "allowenumer": 220, "allowevalscript": [20, 218, 235], "allowevalwasm": 229, "allowinlinescript": 20, "allowinlinestyl": 20, "almost": [35, 76, 132, 140, 190], "alon": [76, 81, 131], "along": [82, 98, 105, 129, 153], "alongsid": 42, "alpha": [5, 16], "alphanumer": 16, "alpin": 152, "alreadi": [16, 17, 22, 33, 40, 48, 49, 70, 73, 82, 90, 96, 97, 101, 107, 125, 126, 134, 156, 179, 185, 188, 189, 190, 195, 202, 204, 209, 220, 222, 228, 229, 231, 233, 234, 240], "also": [0, 5, 8, 10, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 33, 34, 36, 37, 38, 40, 42, 44, 46, 49, 52, 54, 58, 61, 64, 69, 71, 72, 76, 77, 79, 82, 90, 93, 95, 97, 104, 106, 107, 110, 113, 115, 116, 117, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 140, 141, 142, 144, 145, 149, 151, 154, 159, 164, 165, 169, 185, 186, 188, 192, 194, 195, 199, 204, 206, 209, 211, 213, 217, 222, 223, 228, 229, 230, 231, 232, 234, 236, 238, 239, 243], "alt": 226, "alter": [17, 20, 22, 33, 209, 229], "altern": [3, 7, 20, 21, 72, 82, 100, 108, 113, 149], "although": [22, 231], "altogeth": 14, "alwai": [10, 14, 18, 20, 30, 37, 41, 43, 49, 51, 61, 63, 66, 72, 76, 77, 81, 82, 83, 89, 90, 97, 99, 106, 122, 125, 129, 134, 136, 140, 141, 142, 144, 184, 185, 187, 190, 192, 194, 198, 204, 206, 209, 215, 220, 222, 228, 232, 243], "alwaysen": 189, "am": [26, 34, 76, 129, 190, 204], "amass": 37, "ambigu": [81, 90], "amd": [151, 159], "amend": 147, "among": [71, 188, 228], "amount": [38, 61, 97, 122, 204, 209], "an": [1, 2, 3, 4, 5, 6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 25, 26, 27, 29, 30, 32, 33, 34, 35, 37, 38, 40, 42, 43, 45, 46, 48, 49, 50, 54, 56, 57, 58, 61, 62, 63, 64, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 103, 104, 105, 106, 108, 110, 113, 115, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 129, 131, 132, 133, 134, 135, 137, 138, 139, 141, 142, 145, 146, 147, 149, 153, 154, 155, 156, 159, 161, 162, 164, 165, 166, 167, 169, 170, 173, 175, 178, 179, 180, 181, 185, 187, 188, 189, 190, 192, 194, 195, 198, 199, 202, 203, 204, 206, 209, 213, 220, 221, 222, 223, 227, 228, 229, 231, 232, 233, 234, 235, 236, 238, 240, 243], "analysi": [100, 113, 186, 201, 222, 229, 241], "analyz": [22, 97, 140], "analyzeimag": [140, 233], "anchestor": 217, "android": [43, 70, 72, 75, 79, 101, 131, 201, 203], "andx": 231, "angular": 25, "angularj": [25, 199], "ani": [0, 10, 13, 14, 16, 20, 22, 25, 27, 29, 37, 40, 42, 46, 47, 49, 56, 58, 59, 61, 66, 70, 71, 76, 77, 81, 82, 92, 94, 96, 101, 104, 105, 106, 107, 110, 112, 115, 116, 120, 121, 126, 129, 132, 133, 135, 137, 140, 141, 142, 146, 147, 149, 150, 151, 152, 153, 154, 158, 159, 166, 169, 176, 179, 188, 190, 193, 199, 202, 204, 206, 209, 217, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 236, 240], "anim": [27, 194, 199], "anit": 82, "annot": [20, 28, 34, 37, 49, 115, 128, 131, 209, 231, 238], "annotating_cod": 49, "announc": [64, 233, 234, 235], "announcementcent": 64, "annoy": 209, "anon": 133, "anonratelimit": 20, "anonratethrottl": 20, "anonym": [20, 44, 61, 186], "anoth": [10, 14, 17, 20, 21, 22, 25, 40, 42, 44, 58, 69, 76, 82, 92, 97, 104, 105, 110, 120, 122, 140, 148, 150, 190, 209, 220, 233], "anotherexport": 120, "ansi": [3, 156], "answer": [42, 70, 94, 140, 162, 204, 209, 232], "anti": [21, 122], "anymor": [14, 25, 61, 96, 130, 193, 196, 215, 216, 217, 221, 223, 227, 234], "anyon": [20, 139, 190, 209], "anyrequest": 148, "anyth": [0, 7, 20, 21, 22, 32, 43, 81, 82, 85, 110, 115, 128, 129, 190, 204, 221, 231, 232, 233], "anywai": [40, 223], "anywher": [14, 28, 82, 98, 171], "apach": [5, 189, 204], "apache2": 189, "apart": [33, 42, 122, 232], "apcu": [19, 89], "api": [0, 1, 3, 5, 11, 14, 17, 19, 20, 21, 22, 25, 28, 33, 39, 41, 42, 43, 44, 60, 62, 63, 64, 66, 70, 73, 74, 84, 87, 91, 92, 94, 95, 97, 102, 106, 109, 112, 113, 121, 123, 125, 132, 139, 150, 151, 153, 154, 158, 161, 163, 164, 165, 168, 169, 170, 171, 173, 174, 175, 177, 179, 180, 181, 183, 185, 186, 187, 188, 197, 201, 206, 209, 211, 212, 218, 237, 238, 241], "apicontrol": [21, 33, 43, 49, 131], "apiexcept": 187, "apirequest": [20, 44, 46, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 101, 129, 131], "apirout": [20, 33, 43, 190, 230], "apiv2": 69, "apk": 152, "app": [1, 2, 3, 8, 9, 12, 15, 19, 20, 21, 23, 26, 27, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 59, 61, 64, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 82, 85, 87, 88, 90, 93, 94, 95, 96, 99, 100, 101, 102, 104, 106, 107, 108, 110, 112, 113, 116, 117, 118, 119, 122, 124, 126, 128, 130, 131, 133, 134, 135, 137, 139, 140, 141, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 156, 162, 163, 164, 165, 167, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 192, 193, 194, 196, 197, 198, 201, 203, 204, 207, 208, 209, 211, 212, 214, 215, 217, 218, 220, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 235, 236, 239, 240, 243], "app_api": [149, 153, 154, 156, 164, 165, 166, 168, 169, 170, 171, 173, 174, 175, 177, 178, 179, 180, 181, 182], "app_api_ex_app": 174, "app_api_id": 174, "app_api_proxy_url_prefix": 154, "app_api_router_bas": 154, "app_config": 150, "app_display_nam": 165, "app_host": 165, "app_id": [25, 31, 43, 49, 96, 110, 124, 126, 129, 132, 137, 140, 141, 142, 145, 154, 165, 166, 168, 177], "app_nam": 15, "app_path": 7, "app_persistent_storag": [154, 165], "app_port": 165, "app_prefer": 150, "app_private_kei": 15, "app_public_cert": 15, "app_public_crt": 15, "app_python_skeleton": 165, "app_secret": 165, "app_vers": 165, "appapi": [17, 22, 150, 151, 152, 154, 155, 159, 160, 161, 162, 163, 165, 166, 167, 171, 174, 176, 178, 179, 180, 181, 183, 190], "appapiauth": [150, 151, 153, 170, 172, 183], "appconfig": [91, 99, 113, 114, 172, 179, 183, 216, 218, 230, 232, 234], "appconfig_ex": 171, "appdata": [28, 39, 237], "appdomain": 148, "appear": [13, 29, 43, 49, 69, 76, 81, 82, 129, 131, 134, 190, 234, 243], "append": [20, 42, 103, 129, 181, 240], "appendchild": 126, "appfetch": 232, "appframework": [0, 6, 18, 20, 21, 25, 30, 31, 33, 34, 35, 36, 37, 49, 85, 91, 96, 97, 99, 101, 104, 110, 116, 124, 125, 126, 127, 128, 131, 132, 134, 137, 140, 141, 142, 143, 145, 147, 190, 209, 211, 215, 218, 221, 227, 228, 229, 230, 231, 232, 233, 235, 240], "appid": [1, 8, 42, 56, 57, 59, 87, 89, 93, 94, 131, 132, 137, 140, 141, 142, 161, 165, 167, 168, 170, 175, 177, 186, 235], "appinfo": [0, 1, 5, 6, 7, 10, 16, 20, 21, 22, 25, 30, 31, 32, 33, 34, 36, 37, 41, 43, 49, 69, 89, 96, 99, 101, 104, 108, 110, 116, 120, 124, 126, 129, 131, 132, 135, 137, 140, 141, 142, 145, 147, 151, 154, 156, 165, 167, 189, 217, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 234, 240], "appl": [79, 82, 107], "appli": [3, 16, 17, 20, 22, 37, 40, 81, 85, 89, 98, 107, 132, 153, 154, 156, 164, 185, 188, 189, 190, 198, 199, 232, 233, 236], "applic": [3, 4, 5, 10, 12, 14, 15, 17, 18, 19, 20, 21, 22, 25, 29, 30, 31, 32, 34, 36, 41, 42, 43, 44, 46, 47, 49, 61, 71, 72, 76, 79, 87, 92, 94, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 110, 112, 116, 122, 124, 125, 126, 129, 131, 132, 135, 137, 138, 139, 140, 141, 142, 145, 147, 150, 152, 154, 156, 166, 179, 183, 185, 188, 193, 194, 204, 209, 229, 232, 233, 234, 240, 243], "apply2fil": 82, "appmanag": 232, "appnam": [15, 18, 20, 21, 33, 35, 36, 126, 131, 190, 227], "appnavigationentryutil": 199, "appoint": [76, 107, 124], "apppassword": 44, "approach": [10, 19, 21, 22, 37, 96, 107, 122, 126, 129, 131, 166, 192, 223], "approot": 186, "appropri": [0, 13, 20, 21, 25, 38, 52, 76, 90, 107, 110, 118, 156, 188, 222, 231], "approv": [14, 15, 185], "approxim": 236, "apps_path": 7, "appset": 229, "appstor": [7, 13, 15, 155, 232], "appstore_sign_dir": 15, "appstore_token": 15, "appswebroot": 218, "apptoken": [44, 60], "apt": [8, 192], "ar": [0, 1, 2, 3, 5, 6, 8, 10, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 29, 32, 33, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 49, 51, 52, 56, 61, 63, 64, 66, 69, 70, 71, 72, 74, 76, 77, 79, 82, 83, 85, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 108, 110, 112, 115, 116, 117, 119, 121, 122, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 140, 141, 142, 144, 149, 150, 151, 152, 153, 154, 156, 158, 160, 161, 165, 166, 167, 168, 169, 170, 171, 173, 175, 177, 178, 179, 182, 185, 186, 188, 189, 190, 192, 193, 194, 195, 196, 198, 199, 200, 202, 204, 206, 209, 211, 213, 215, 217, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 234, 235, 238, 239, 240, 242, 243], "arbitrari": [29, 90, 107, 140, 142, 209], "arbitrarili": 140, "arch": 152, "architect": 150, "architectur": [4, 122, 132, 152, 153, 154, 160, 201, 241], "archiv": [5, 15, 17, 22, 61, 167, 232], "area": [5, 77, 80, 193, 194, 199, 204], "areavatarsen": 216, "arg": [42, 140, 152, 227], "argc": 15, "argument": [0, 4, 17, 18, 20, 21, 22, 29, 30, 40, 42, 49, 52, 53, 73, 82, 85, 90, 92, 101, 106, 107, 129, 130, 132, 140, 141, 142, 152, 175, 186, 192, 209, 220, 221, 222, 229, 231, 233, 234, 243], "argument_hash": 122, "argument_nam": 175, "argv": 15, "aris": 162, "around": [12, 42, 76, 115, 122, 123, 132, 206, 222, 228], "arr": 186, "arrai": [7, 10, 18, 19, 20, 21, 22, 23, 25, 26, 28, 30, 33, 34, 36, 40, 43, 46, 49, 52, 56, 57, 58, 59, 60, 61, 69, 70, 90, 92, 93, 94, 96, 98, 99, 101, 104, 105, 107, 108, 110, 116, 124, 126, 129, 131, 132, 134, 136, 138, 140, 141, 145, 169, 170, 175, 178, 181, 189, 192, 209, 227, 228, 232, 233, 234, 240], "arrang": [34, 42, 134], "array_filt": 146, "array_intersect": 69, "array_map": [104, 107, 146], "array_reduc": 148, "array_walk_recurs": 20, "arraylist": 70, "arrow": [199, 200], "articl": [82, 192], "articles_api": 33, "articlesapicontrol": 33, "artifact": [15, 16], "artifici": 140, "asarrai": 104, "asc": [69, 152], "ascend": [34, 66, 124, 132, 134], "ascii": [5, 42], "ask": [1, 3, 5, 12, 14, 20, 30, 42, 44, 52, 70, 79, 101, 115, 119, 122, 129, 159, 161, 163, 185, 188, 190, 201, 202, 204, 205, 209, 233], "aspect": [22, 42], "assembl": 21, "assembli": 28, "assert": 192, "assertequ": [187, 243], "assess": 188, "asset": [3, 101, 115, 149, 209, 231], "asset_nam": 15, "assign": [16, 17, 20, 21, 22, 37, 56, 57, 105, 115, 121, 185, 204, 218], "assigneduserid": 232, "assist": [43, 45, 72, 75, 84, 94, 113, 140, 156], "associ": [17, 22, 76, 92, 129, 140, 141, 152, 169, 195], "assum": [0, 10, 22, 33, 37, 44, 63, 82, 107, 140, 175, 194, 209], "assur": [37, 44], "asxml": 20, "async": [126, 129], "asynccommandbu": 232, "asynchron": [140, 141, 142, 169], "atempl": 101, "atom": [5, 37, 228], "atomicretri": [97, 228], "attach": [15, 25, 40, 76, 86, 110, 113, 154, 159, 160, 171, 190], "attach_to_releas": 15, "attachinlin": 103, "attack": [14, 20, 190, 209], "attempt": [20, 137, 156], "attent": [76, 204, 221], "attitud": 188, "attract": 199, "attribut": [5, 10, 20, 29, 33, 34, 40, 45, 49, 61, 64, 85, 99, 107, 115, 128, 129, 131, 133, 164, 170, 184, 185, 199, 209, 223, 228, 230, 231, 233, 238], "audienc": [81, 192], "audio": [20, 43, 137, 139, 140], "audio2text": [43, 140], "audiotoimag": 140, "audiototext": 140, "audiototextsubtitl": 140, "audit": [14, 28, 209], "augment": 204, "auth": [5, 20, 46, 61, 88, 113, 154, 165, 178, 192, 208, 220, 231], "authent": [6, 10, 30, 32, 44, 45, 54, 61, 70, 71, 82, 86, 101, 113, 115, 119, 129, 144, 150, 155, 156, 158, 160, 161, 162, 163, 165, 166, 170, 173, 176, 177, 183, 192, 201, 215, 220, 227, 229, 231, 233], "authenticatorassertionresponsevalid": 192, "authenticatorattestationresponsevalid": 192, "authenticod": 82, "authf": 5, "authfail": 128, "authinit": 221, "author": [5, 10, 14, 15, 20, 25, 33, 34, 37, 42, 44, 46, 61, 129, 131, 146, 164, 185, 190, 202, 206, 223, 240], "author_api": [20, 33, 131], "authorapi": 20, "authorapicontrol": [20, 33, 131], "authorcontrol": [20, 21, 33], "authordao": 37, "authorit": [89, 228], "authorizationjwt": 192, "authorizedadminset": [34, 231], "authormapp": [21, 37], "authornamecount": 37, "authorservic": [21, 29, 36, 42], "authorstorag": 41, "authorstoragetest": 41, "authorurl": 25, "authpublicsharecontrol": 128, "authsucceed": 128, "auto": [37, 45, 89, 116, 121, 122, 227], "autocomplet": [46, 210], "autocompleteev": [46, 210], "autocompletefilterev": 210, "autoincr": 37, "autolink": 129, "autoload": [0, 3, 40, 41, 100, 113, 122, 217, 228, 233, 238], "autoloadercheck": 238, "autom": [1, 11, 42, 54, 95, 151, 152, 167, 185, 201], "automat": [1, 8, 15, 16, 20, 23, 25, 27, 28, 29, 37, 42, 49, 54, 61, 67, 69, 71, 76, 79, 82, 89, 90, 93, 94, 96, 97, 101, 107, 115, 116, 119, 122, 127, 129, 130, 134, 139, 140, 149, 152, 154, 158, 165, 167, 178, 181, 185, 186, 187, 190, 193, 194, 196, 198, 209, 211, 215, 222, 227, 228, 231, 232, 234, 235, 243], "automkcol": 61, "autos": 230, "autosubmit": 227, "autotest": 243, "autowir": 21, "auxiliari": 82, "avail": [1, 5, 6, 8, 16, 17, 18, 20, 21, 25, 26, 27, 28, 34, 40, 42, 45, 46, 48, 49, 54, 61, 62, 63, 67, 68, 69, 72, 74, 76, 82, 83, 87, 89, 90, 92, 94, 95, 96, 98, 99, 101, 104, 105, 106, 110, 115, 116, 119, 120, 122, 125, 126, 129, 130, 132, 135, 138, 140, 141, 142, 149, 151, 152, 153, 154, 157, 159, 160, 161, 166, 174, 189, 192, 197, 198, 204, 215, 217, 229, 231, 233, 234, 236, 240, 243], "avatar": [35, 69, 78, 96, 108, 129, 132], "avatarmanag": 232, "averag": 140, "avoid": [3, 12, 18, 19, 20, 21, 38, 40, 49, 76, 81, 82, 85, 90, 92, 93, 96, 122, 125, 145, 148, 150, 184, 185, 189, 190, 194, 199, 206, 209, 211, 232, 240], "awai": [18, 32, 54, 122, 138, 226, 229], "await": [61, 129, 185], "awar": [10, 107, 122, 135, 194, 209], "awesom": [116, 137, 140, 141, 142], "awk": [62, 125, 152], "axio": [129, 154, 190], "b": [3, 15, 103, 154, 188, 192, 209], "b38e": 61, "b42f6819007f00f88e364fd4036a9c25bf357dd4": 152, "b5e6f6": 194, "babel": 115, "babelrc": 16, "back": [14, 17, 19, 22, 37, 40, 43, 49, 60, 76, 90, 95, 97, 99, 101, 106, 107, 108, 115, 122, 129, 156, 183, 190, 201, 241], "backbon": [219, 235], "backend": [17, 22, 28, 32, 35, 38, 46, 55, 56, 57, 76, 87, 104, 107, 119, 120, 129, 131, 139, 151, 155, 190, 228, 229, 231, 232, 233, 235, 236, 240, 243], "backend_caldav": 231, "backendcap": 46, "backendwis": 64, "background": [5, 17, 20, 22, 28, 42, 46, 56, 76, 90, 102, 106, 113, 122, 130, 137, 140, 141, 142, 166, 179, 184, 198, 201, 227, 231, 233], "backgroundcolor": 27, "backgroundjob": [18, 21, 134, 215, 227, 228, 230, 232, 234], "backport": [12, 16, 185, 233, 238], "backslash": 209, "backtrac": 125, "backup": [12, 45, 61, 145], "backward": [21, 22, 37, 43, 49, 63, 69, 115, 131, 144, 221, 222, 228, 229, 231, 232], "bad": [14, 20, 30, 42, 49, 50, 54, 57, 58, 59, 122, 168, 173, 177, 194], "badg": 76, "badrequestexcept": 49, "bakerycontrol": 20, "balanc": 122, "bamarni": 3, "ban": 14, "bandwidth": 62, "bantu": 232, "bar": [20, 21, 42, 62, 99, 179, 186, 187, 188, 190, 194, 197, 240], "barcontrol": 240, "bare": 101, "barservic": 21, "base": [1, 8, 10, 18, 21, 22, 25, 28, 32, 37, 42, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 70, 77, 82, 92, 93, 94, 96, 101, 102, 105, 107, 112, 113, 122, 132, 134, 151, 152, 154, 166, 170, 171, 185, 190, 200, 221, 223, 227, 229, 231, 232, 234, 235, 236, 240], "base64": [49, 164], "base64_decod": 48, "base_url": 170, "baselin": [77, 95, 194], "basenam": [69, 219], "baseurl": 25, "bash": [1, 8, 62, 82, 154, 192], "basi": [10, 20, 44, 188, 233], "basic": [15, 26, 32, 33, 37, 40, 46, 64, 65, 70, 72, 75, 79, 82, 86, 90, 95, 97, 101, 106, 113, 115, 128, 131, 134, 140, 145, 147, 151, 154, 158, 160, 165, 189, 197, 201, 209], "basicsearch": [66, 104], "bat": 82, "batch": 152, "batchupd": 20, "battl": 129, "baz": [99, 179], "bazinga": 20, "bdebc0": 194, "bearer": [46, 70], "beautifi": 69, "becam": 221, "becaus": [2, 5, 16, 18, 19, 20, 21, 29, 37, 38, 40, 42, 48, 49, 62, 82, 87, 89, 97, 101, 104, 110, 122, 129, 130, 140, 156, 190, 222, 224, 227, 228], "becom": [2, 14, 21, 33, 37, 49, 82, 122, 132, 166, 204, 221, 230], "bee": [52, 231], "been": [3, 7, 10, 16, 17, 20, 22, 26, 29, 30, 40, 42, 48, 49, 61, 63, 70, 73, 77, 81, 82, 89, 96, 101, 107, 115, 116, 118, 126, 127, 129, 137, 140, 141, 142, 144, 185, 188, 194, 199, 202, 204, 210, 213, 220, 223, 225, 227, 228, 229, 230, 231, 232, 234, 235], "befor": [0, 5, 10, 11, 17, 20, 21, 22, 30, 32, 40, 42, 44, 48, 49, 50, 69, 70, 81, 90, 93, 94, 95, 101, 104, 115, 121, 122, 129, 130, 131, 133, 135, 140, 141, 142, 148, 165, 167, 189, 190, 199, 202, 203, 204, 209, 211, 221, 222, 223, 228, 229, 231, 232, 235, 238, 239, 240], "beforecontrol": 30, "beforegettemplatesev": 233, "beforegroupdeletedev": 229, "beforehand": 234, "beforemessageloggedev": 29, "beforemessages": 220, "beforeoutput": 30, "beforepasswordupdatedev": 229, "beforepreviewfetchedev": [229, 232], "beforesabrepubliclyloadedev": 227, "beforesharecreatedev": 229, "beforesharedeletedev": 229, "beforetemplaterenderedev": [221, 229], "beforeuseraddedev": 229, "beforeuserdeletedev": [0, 229], "beforeuseridunassignedev": 232, "beforeuserloggedinev": 220, "beforeuserremovedev": 229, "begin": [0, 10, 32, 37, 107, 145, 190], "beginn": 190, "begintransact": 37, "behalf": 20, "behavior": [2, 20, 21, 37, 61, 92, 93, 199, 236], "behaviour": [101, 152], "behind": [10, 29, 101, 103, 222], "being": [8, 14, 17, 20, 21, 22, 25, 30, 32, 33, 37, 38, 40, 76, 85, 97, 98, 101, 110, 115, 153, 154, 175, 209, 233, 234, 236], "belong": [17, 22, 35, 50, 69, 79, 89, 101, 107, 122, 190, 204], "below": [3, 5, 8, 20, 21, 37, 46, 57, 58, 61, 64, 69, 82, 99, 101, 106, 107, 110, 134, 140, 141, 142, 144, 154, 185, 189, 190, 225, 229, 231, 232, 234], "bem": 184, "benefici": 96, "benefit": [3, 20, 21, 76, 128, 204, 213], "benjamin": 15, "berlin": 106, "bernhard": 5, "beschreibung": 5, "besid": 236, "best": [16, 42, 45, 113, 114, 122, 130, 151, 152, 185, 188, 204, 206, 223, 233], "beta": [16, 234], "better": [0, 14, 16, 17, 20, 22, 42, 49, 73, 76, 79, 93, 115, 125, 184, 185, 186, 209, 227], "between": [0, 3, 17, 18, 20, 22, 32, 34, 38, 40, 42, 49, 63, 82, 90, 98, 101, 110, 131, 134, 140, 141, 142, 151, 152, 153, 154, 160, 164, 165, 190, 199, 200, 221, 222, 233, 239], "bewar": [18, 61, 229], "bf7900": 194, "bf_prev": 243, "bg": 8, "bg_bg": 8, "big": [21, 110, 122, 125, 132, 185], "bigger": [79, 122, 185], "biggest": 222, "bighostingapp": 110, "bigint": [37, 40, 136], "bin": [3, 15, 62, 82, 152, 192, 229], "binari": [37, 62, 63, 64, 82, 152], "bind": [165, 184, 186, 219, 222, 236], "bindparam": 222, "bindvalu": 222, "biographi": 124, "birth": [76, 231], "bit": [22, 35, 42, 63, 107, 122, 136, 228, 236], "bitflag": [48, 90, 93], "bla": [64, 198], "blabla": [87, 198], "blacklist_files_regex": [218, 231], "blank": 20, "blazingli": 96, "blazinglyfast": 96, "blizzz": 105, "blob": [37, 49, 64, 90, 152, 227, 243], "block": [14, 17, 20, 22, 25, 40, 42, 76, 93, 122, 137, 140, 141, 142, 161, 184, 185, 186, 187, 190, 194], "blog": [97, 118], "blogspot": 243, "blue": 187, "blueprint": [82, 190], "blur": 194, "blurhash": 61, "board": [42, 76], "boardid": 132, "bob": [122, 139, 182], "bodi": [43, 46, 49, 61, 65, 76, 77, 103, 112, 126, 129, 170, 193, 194, 198, 229, 231], "boil": 192, "boilerpl": [21, 101], "bold": [77, 194], "book": [22, 76], "bookmark": [20, 94, 126, 190, 209], "bool": [20, 25, 29, 31, 49, 53, 56, 58, 61, 90, 93, 96, 101, 104, 107, 110, 121, 125, 126, 128, 129, 140, 228, 229], "boolean": [20, 25, 37, 51, 52, 56, 66, 70, 73, 93, 96, 107, 116, 129, 132, 137, 140, 141, 142, 144, 186, 228, 231, 233, 234], "boot": [21, 25, 30, 49, 96, 101, 104, 106, 116, 124, 125, 126, 132, 137, 140, 141, 142, 145, 147], "bootstrap": [3, 4, 6, 21, 22, 25, 30, 32, 41, 49, 90, 96, 99, 101, 104, 110, 116, 124, 126, 132, 135, 137, 140, 141, 142, 145, 147, 154, 192, 201, 227, 230, 231, 233], "borchardt": 5, "border": [46, 76, 78, 194, 200, 233], "bossi": 81, "bot": [8, 14, 172, 183, 188], "both": [3, 18, 20, 21, 25, 29, 33, 34, 40, 42, 52, 61, 69, 90, 94, 101, 104, 106, 107, 119, 123, 129, 131, 132, 134, 135, 137, 140, 166, 190, 194, 232, 234, 235], "bottleneck": 19, "bottom": [5, 15, 34, 43, 76, 96, 115, 125, 134, 199], "bound": 56, "boundari": 62, "boundary_": 62, "box": [20, 76, 194, 199], "br": 195, "brace": [20, 33, 185], "bracket": 42, "brahmer": 15, "branch": [10, 40, 72, 79, 82, 95, 125, 149, 185, 189, 191, 202, 204, 233, 238], "brand": 79, "break": [3, 14, 16, 21, 42, 47, 49, 85, 89, 97, 106, 123, 131, 135, 186, 187, 188, 190, 206, 220, 222, 223, 227, 229, 231, 233, 240], "breakag": 211, "breakpoint": 194, "breviti": 101, "brew": 82, "brief": [20, 49, 81, 162], "briefli": [20, 151], "bright": [27, 46, 194, 231], "brighter": 194, "brightest": 194, "brilliant": 14, "bring": [150, 204, 221, 223, 227], "broad": [22, 37, 93], "broadcast": [199, 211], "broaden": 233, "brochur": 81, "broken": [49, 135, 185, 187], "broker": 139, "brown": 48, "brows": [45, 47, 131, 206], "browselink": 42, "browser": [13, 20, 25, 44, 76, 77, 79, 96, 98, 101, 131, 132, 135, 189, 190, 192, 209, 220, 223, 229], "browser_download_url": 15, "browserifi": 234, "bruteforc": [153, 178, 232], "bruteforce_protect": 178, "bruteforceprotect": 20, "bruteforceset": 8, "btn": 184, "btoa": 231, "bu": [12, 73, 227, 232, 234], "bubbl": [78, 129], "bucket": [90, 192, 215], "budget": 129, "bug": [5, 12, 14, 16, 49, 75, 90, 115, 129, 185, 188, 194, 202, 203, 231], "bug_triag": 204, "bugtrack": [201, 208], "build": [3, 5, 14, 15, 16, 17, 20, 21, 22, 42, 49, 61, 72, 83, 100, 104, 106, 113, 115, 125, 129, 132, 149, 151, 152, 154, 191, 199, 201, 232, 233, 236, 238, 241], "build_and_publish": 15, "build_owncloud_osx_bundl": 82, "buildappnamespac": 211, "builder": [104, 106, 190, 222, 224, 227, 229, 231], "buildnotexistingfilenam": 234, "built": [14, 19, 20, 21, 25, 49, 63, 79, 98, 105, 106, 107, 110, 112, 113, 114, 125, 126, 132, 133, 134, 140, 165, 175, 185, 190, 209, 223, 232], "bulk": [61, 65, 75, 94, 108, 148], "bulk_upload_request_": 62, "bulkloaddataforcollect": 148, "bullet": 197, "bump": [16, 115, 204], "bundl": [10, 16, 70, 82, 105, 115, 152, 190, 217, 220, 233, 235], "bundler": [118, 186], "button": [5, 13, 25, 42, 46, 77, 78, 82, 87, 96, 129, 134, 184, 193, 194, 197, 198, 200, 201, 226, 231, 233, 243], "button__icon": 184, "bye": 187, "bypass": [8, 20, 152, 164, 208], "byte": [61, 107], "bzr": 5, "c": [3, 8, 21, 36, 41, 61, 62, 64, 81, 82, 152, 189, 198, 199, 221, 243], "c90000": 194, "ca": [10, 82, 152], "cach": [20, 23, 28, 38, 41, 60, 82, 90, 93, 98, 100, 101, 113, 121, 148, 151, 152, 189, 201, 228, 233, 237, 243], "cachedcalendarobjectcreatedev": 221, "cachedcalendarobjectdeletedev": 221, "cachedcalendarobjectupdatedev": 221, "cachedpictur": 19, "cacheentryremovedev": 228, "cachefactori": 19, "cachejail": 236, "cachepermissionsmask": 236, "cal": 64, "calc": 194, "calcul": [96, 107], "calculate_hi": 20, "caldav": [29, 64, 106, 221, 231], "caldavbackend": 221, "calendar": [42, 69, 76, 80, 109, 111, 113, 128, 176, 190, 210, 224, 231, 232], "calendar_todo": 69, "calendarcreatedev": 221, "calendardata": [107, 227], "calendardeletedev": 221, "calendarmanag": [106, 232], "calendarobject": 107, "calendarobjectcreatedev": 221, "calendarobjectdeletedev": 221, "calendarobjectupdatedev": 221, "calendarplugin": 107, "calendarprovid": 107, "calendarpublishedev": 221, "calendarqueri": 107, "calendarreadwrit": 107, "calendarresourcebackendmanag": 232, "calendarroombackendmanag": 232, "calendarserv": 64, "calendarshareupdatedev": 221, "calendarunpublishedev": 221, "calendarupdatedev": 221, "calendaruri": [106, 107], "call": [0, 1, 2, 8, 12, 19, 20, 21, 22, 25, 26, 29, 30, 33, 37, 38, 41, 42, 44, 45, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 69, 70, 76, 77, 81, 82, 86, 87, 89, 92, 93, 94, 96, 104, 105, 107, 108, 113, 123, 124, 125, 126, 129, 130, 132, 136, 138, 140, 143, 144, 147, 148, 153, 166, 170, 186, 188, 190, 199, 204, 209, 221, 222, 224, 226, 227, 229, 231, 232, 233, 243], "callabl": [0, 21, 22, 140, 209, 240], "callback": [20, 25, 49, 96, 129, 140, 186, 213], "callcheck": [209, 218], "calledanonym": 133, "calledbyus": 133, "caller": [107, 232], "callhttpapi": 186, "camel": [186, 227], "camelcas": 33, "can": [0, 1, 2, 3, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 48, 49, 51, 52, 54, 56, 57, 58, 61, 62, 63, 66, 67, 69, 71, 72, 73, 76, 77, 79, 80, 81, 82, 83, 85, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 158, 160, 161, 162, 164, 165, 166, 167, 170, 171, 173, 174, 178, 179, 185, 186, 187, 188, 189, 190, 192, 194, 196, 198, 199, 200, 202, 204, 206, 209, 211, 213, 215, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 238, 239, 240, 243], "canaccessresourc": 126, "cancel": [70, 107, 126, 129, 140], "canceltask": 140, "canchangeemail": 233, "canchangemail": 69, "canchangestream": 69, "candetectlanguag": 116, "candid": [16, 90], "canexecut": 233, "canimport": 145, "cannot": [10, 17, 22, 42, 49, 63, 81, 90, 93, 94, 97, 107, 116, 129, 137, 140, 141, 142, 192, 193, 206, 219, 233], "cant": 38, "cap": [101, 192], "capabilitiesmanag": 232, "capabl": [0, 17, 22, 45, 54, 61, 75, 90, 110, 129, 139, 150, 160, 173, 192], "capac": 160, "capit": [81, 186], "cappedmemorycach": 19, "caption": [37, 77], "captur": 29, "card": [22, 64, 77, 78, 126, 190, 233], "cardcreatedev": 221, "carddav": [5, 64, 221], "carddavbackend": 221, "carddeletedev": 221, "cardid": 132, "cardupdatedev": 221, "care": [3, 15, 20, 25, 44, 79, 115, 129, 134, 187, 190, 204, 209, 240], "carefulli": [0, 16, 20, 45, 199, 209], "carri": [37, 46, 76, 101, 133, 166, 190], "case": [10, 14, 16, 18, 20, 21, 22, 25, 29, 33, 34, 36, 37, 42, 44, 46, 49, 54, 56, 57, 58, 60, 61, 76, 77, 81, 85, 89, 90, 96, 97, 98, 101, 104, 105, 106, 107, 115, 116, 119, 123, 128, 129, 131, 132, 133, 134, 135, 137, 140, 141, 142, 145, 148, 149, 154, 158, 160, 161, 165, 166, 185, 187, 188, 189, 198, 199, 200, 202, 204, 206, 215, 222, 226, 227, 228, 229, 230, 231, 232, 233], "caseinsensit": 93, "cast": [36, 37], "cat": [62, 132], "catch": [20, 29, 36, 37, 38, 41, 44, 49, 87, 97, 112, 129, 133, 140, 141, 142, 145, 234], "catchabl": 233, "categori": [5, 76, 85, 134, 135, 186, 204], "categoryfetch": 232, "caught": [49, 97, 104, 228], "caus": [8, 14, 44, 49, 90, 97, 122, 130, 162, 188, 199, 222, 231, 243], "causal": 122, "caution": 188, "caveat": 186, "ccbbebdccc73a042b1a2799f673fbabadc783284cc288e4f1a1eacb74e3d": 10, "cccccc": 194, "cd": [7, 8, 15, 82, 125, 149, 189, 192], "cdata": 5, "censormiddlewar": 30, "center": [64, 194, 200], "central": [21, 92, 107, 116, 122, 137, 140, 141, 142], "cert": [15, 152, 192], "cert_dir": 15, "certain": [0, 18, 20, 37, 44, 45, 70, 76, 82, 97, 105, 107, 130, 207], "certainli": 149, "certif": [10, 15, 44, 82, 152, 161, 165, 192], "cf26dff4be60": 106, "ch": 123, "chain": [20, 29], "challeng": [20, 144], "chanc": [14, 42, 63, 115, 222], "chang": [0, 3, 5, 7, 10, 11, 14, 17, 20, 21, 22, 29, 37, 39, 46, 47, 49, 51, 61, 73, 81, 82, 85, 90, 93, 95, 96, 98, 99, 101, 104, 107, 118, 121, 122, 127, 129, 131, 132, 138, 140, 144, 151, 153, 154, 156, 167, 168, 179, 185, 188, 189, 190, 192, 196, 199, 202, 208, 209, 211, 212, 214, 235, 238, 241], "changelog": [4, 16, 115, 222, 230, 234], "changescheck": 234, "changeschema": [40, 136], "changeton": 140, "changeus": [22, 229], "channel": [16, 139], "chapter": [0, 42], "char": 37, "charact": [5, 20, 37, 42, 70, 81, 89, 93, 123, 129, 185, 231], "charg": 70, "charset": 107, "chat": [46, 76, 84, 96, 113, 124, 139, 140, 199, 233], "chatti": 81, "chatwithtool": 140, "cheaper": 108, "cheat": 65, "check": [3, 5, 6, 8, 10, 12, 15, 17, 18, 20, 22, 25, 26, 30, 35, 37, 38, 41, 45, 49, 60, 61, 63, 73, 81, 85, 86, 90, 94, 95, 96, 99, 105, 106, 110, 113, 114, 115, 121, 122, 123, 127, 131, 132, 133, 134, 140, 141, 142, 145, 148, 152, 153, 161, 165, 170, 179, 186, 190, 192, 195, 198, 199, 209, 222, 223, 228, 229, 231, 232, 233, 234, 238, 239], "check1": 200, "check_missing_column": [223, 229], "check_missing_columns_ev": 229, "check_missing_index": [223, 229], "check_missing_indexes_ev": [223, 229], "check_missing_primary_kei": [223, 229], "check_missing_primary_keys_ev": [223, 229], "checkadminus": [209, 235], "checkappen": 218, "checkbox": [25, 78, 134, 158, 179, 197, 198, 200, 226], "checker": [20, 131], "checkloggedin": 209, "checkmark": [199, 200, 233], "checkout": [15, 95, 174, 188], "checkserverresponsetrait": [135, 232], "checksharetoken": 129, "checksubadminus": 209, "checksum": [61, 62, 66], "chees": 112, "cherri": 188, "child": [61, 107, 209, 215], "childexist": 107, "childnam": 107, "children": [2, 43, 107, 140, 148], "childrencount": 64, "chip": [77, 78, 194, 231], "chmod": [82, 152, 189, 192, 243], "choic": [3, 8, 14, 18, 107, 129, 130, 141, 142], "choos": [22, 38, 48, 76, 79, 82, 107, 122, 126, 129, 179, 190, 209, 231], "chose": [16, 35, 128], "chosen": [20, 204], "chown": [82, 152, 189], "christin": 81, "christoph": 5, "chrome": [98, 192, 217, 243], "chroot": 236, "chunk": [61, 65, 75, 132, 204], "chunk1": 63, "chunk2": 63, "ci": [3, 8, 16, 42, 125, 149, 152, 165, 167, 185, 222], "circl": [5, 46, 48, 52, 61, 230], "circleid": 52, "circumst": 82, "citi": 42, "claim": 185, "clang": 82, "clarif": [110, 231, 233], "clarifi": 232, "class": [2, 3, 4, 5, 7, 17, 18, 19, 20, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 49, 61, 69, 70, 72, 85, 89, 90, 92, 94, 95, 96, 97, 103, 104, 105, 106, 108, 109, 112, 113, 116, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 184, 185, 187, 192, 193, 195, 197, 198, 199, 200, 209, 213, 215, 217, 220, 221, 222, 223, 229, 231, 232, 233, 234, 235, 238, 243], "class1": 20, "class2": [20, 21], "classic": [20, 97, 190], "classif": 5, "classifi": 185, "classload": [20, 100, 113, 127], "classnam": [228, 235], "classpath": 217, "clean": [14, 21, 41, 129, 187, 188, 243], "cleanup": [22, 60, 215], "clear": [17, 18, 20, 22, 29, 45, 76, 77, 79, 90, 93, 150, 185, 194, 199, 204, 224, 232, 239], "clearat": 54, "clearbackend": 233, "clearcach": [90, 93, 121], "clearcacheal": 93, "clearer": 76, "clearli": [14, 21, 204, 238], "cli": [3, 118, 130, 135, 136, 137, 162, 163, 175, 220, 229], "click": [13, 20, 25, 43, 54, 82, 87, 108, 122, 125, 129, 134, 190, 199, 200, 209, 243], "clickabl": [77, 194, 199], "clickjack": 208, "client": [20, 44, 46, 47, 49, 60, 61, 63, 66, 69, 70, 73, 86, 98, 102, 104, 107, 113, 115, 116, 121, 131, 132, 133, 140, 141, 142, 152, 160, 190, 192, 201, 203, 215, 222, 231, 235], "client_integr": 43, "clientdatarpid": 192, "clientservic": 112, "clipboard": [217, 219], "clipboardj": [217, 219], "clock": [100, 113, 143, 228], "clockinterfac": [127, 143, 228], "clog": 18, "clone": [7, 8, 16, 82, 125, 149, 185, 189, 192], "close": [12, 16, 20, 37, 64, 76, 79, 87, 101, 126, 129, 131, 156, 184, 187, 199, 200, 204, 206], "closecursor": [37, 234], "closeonresult": 87, "closer": [49, 204, 223], "closur": [0, 25, 37, 40, 49, 92, 126, 136, 221], "cloud": [17, 22, 42, 43, 44, 45, 46, 48, 60, 61, 66, 67, 68, 69, 70, 82, 101, 104, 132, 190, 192, 194, 227, 233], "cloudlink": 42, "club": 92, "clue": 129, "cluster": [19, 37, 154, 241], "cmake": 82, "cmake_install_prefix": 82, "cmake_prefix_path": 82, "cmd": [3, 82], "cmocka": 82, "cn": 10, "cnf": 122, "co": [110, 118], "co2": 140, "co2_emiss": 140, "code": [0, 2, 3, 4, 5, 6, 7, 8, 11, 14, 16, 17, 20, 21, 22, 29, 30, 32, 33, 37, 40, 42, 43, 44, 46, 49, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 62, 71, 72, 74, 81, 82, 85, 89, 90, 92, 93, 95, 96, 98, 99, 107, 110, 113, 114, 115, 116, 118, 122, 129, 130, 131, 133, 134, 136, 144, 149, 150, 151, 152, 153, 154, 165, 170, 173, 178, 190, 191, 192, 198, 201, 204, 208, 215, 220, 221, 223, 225, 228, 229, 231, 232, 233, 234, 237, 240, 241, 242, 243], "codebas": [190, 231], "codesign": 82, "codespac": 190, "cog": 76, "cogsvg": 87, "collabor": [5, 21, 46, 61, 82, 126, 129, 185, 190, 210, 219, 229, 231, 232, 235, 240], "collabora": [13, 101, 241], "collaborationview": 126, "collaboratorsearch": 232, "collaboratorsearchplugin": 5, "collaps": 197, "colleagu": 81, "collect": [2, 17, 22, 42, 45, 61, 66, 75, 76, 80, 113, 114, 125, 126, 129, 192, 206, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 233], "collection_nam": 48, "collectionlist": 126, "collector": 134, "collis": [63, 190], "colon": [42, 94], "color": [27, 46, 69, 78, 79, 105, 107, 129, 184, 195, 197, 198, 199, 229], "colour": 226, "column": [17, 22, 40, 76, 97, 190, 213, 222], "column_a": 40, "column_b": 40, "columncount": 222, "columntoproperti": 37, "columntyp": 40, "com": [3, 5, 7, 8, 10, 13, 14, 15, 20, 37, 43, 44, 46, 49, 52, 60, 61, 64, 66, 67, 68, 69, 70, 72, 73, 82, 96, 97, 98, 101, 106, 107, 108, 110, 112, 115, 124, 125, 129, 130, 140, 149, 152, 156, 170, 175, 189, 192, 198, 202, 204, 209, 219, 220, 221, 227, 240, 243], "combin": [29, 42, 69, 82, 95, 107, 131, 132, 152, 185, 198, 199], "come": [0, 14, 20, 21, 37, 42, 44, 49, 63, 70, 76, 85, 89, 92, 93, 107, 112, 122, 132, 164, 169, 190, 204], "comfort": 21, "comma": [43, 140, 142, 171, 178], "command": [0, 3, 4, 5, 10, 28, 39, 46, 49, 72, 76, 81, 82, 92, 98, 102, 113, 118, 125, 130, 131, 135, 136, 137, 144, 149, 152, 153, 154, 156, 165, 172, 183, 188, 189, 192, 201, 209, 215, 220, 221, 222, 231, 232, 238, 239], "comment": [42, 46, 48, 61, 65, 75, 76, 78, 85, 107, 148, 185, 186, 188, 190, 192, 202, 204, 220, 229, 232, 233], "comment_count": 129, "commentid": 64, "commentnod": 64, "commentpropertiesplugin": 148, "commentsentityev": 229, "commentsmanag": 232, "commiss": 13, "commit": [8, 16, 37, 89, 122, 152, 185, 188, 202, 238, 241], "common": [3, 8, 16, 20, 25, 38, 49, 61, 66, 70, 76, 80, 88, 90, 113, 122, 123, 126, 129, 135, 155, 161, 162, 165, 184, 190, 209, 229, 235], "commonli": [76, 143, 240], "commun": [8, 14, 22, 42, 70, 71, 76, 77, 82, 97, 98, 115, 129, 139, 151, 152, 153, 154, 190, 201, 204, 205, 206, 208, 236], "compact": [16, 76, 231], "compani": [52, 185], "compar": [42, 63, 82, 96, 122, 133], "compat": [12, 14, 16, 21, 22, 23, 37, 43, 49, 63, 69, 77, 144, 152, 189, 190, 193, 201, 208, 212, 215, 221, 222, 225, 227, 228, 229, 231, 232, 234, 241], "compens": 13, "compil": [8, 9, 16, 23, 42, 72, 154, 167, 186, 190, 209, 226, 229, 239], "compile_po_to_mo": [154, 167], "complet": [0, 1, 17, 22, 29, 45, 56, 75, 79, 81, 87, 107, 129, 132, 140, 149, 154, 171, 179, 181, 185, 194, 202], "completionexpectedat": 56, "complex": [20, 66, 79, 95, 96, 99, 105, 107, 134, 150, 151, 152, 188, 194], "compli": [14, 131, 204, 233], "complianc": [29, 185], "compliant": 184, "complic": [21, 132], "compon": [0, 1, 16, 17, 20, 21, 22, 23, 25, 42, 75, 77, 78, 95, 96, 103, 107, 111, 113, 115, 126, 145, 188, 190, 194, 196, 201, 223, 229, 231, 234, 235, 241], "componentvm": 126, "compos": [0, 4, 16, 21, 40, 49, 89, 95, 186, 199, 225, 226, 227, 228, 229, 231, 232, 234], "composer_dev_mod": 3, "comprehens": [5, 9], "compress": [10, 98], "comput": [61, 83, 140, 151, 159, 227], "compute_devic": 165, "computedevic": 166, "computerfiles": 233, "concaten": [42, 209], "concept": [21, 45, 86, 91, 102, 113, 147, 151, 154, 185, 191, 201], "conceptu": 222, "concern": [14, 188], "concis": 81, "conclud": 131, "conclus": 163, "concurr": [97, 132], "condit": [20, 29, 96, 107, 187, 190, 204, 222, 228, 229], "condition": [30, 132], "condition2": [186, 187], "condition3": [186, 187], "conduct": [14, 201, 208], "conf": 192, "conferenc": 139, "confid": 188, "config": [3, 7, 16, 21, 25, 29, 34, 36, 37, 38, 40, 49, 59, 95, 98, 99, 113, 114, 118, 119, 125, 134, 135, 152, 153, 158, 165, 172, 179, 189, 190, 192, 215, 218, 219, 222, 228, 230, 231, 232, 233, 243], "config_is_read_onli": 233, "configkei": [59, 99, 168, 177], "configlexicon": 92, "configur": [1, 3, 4, 7, 13, 14, 15, 16, 19, 20, 21, 28, 29, 32, 33, 39, 41, 42, 44, 49, 52, 79, 82, 87, 90, 92, 93, 96, 98, 104, 110, 111, 112, 113, 122, 124, 131, 135, 139, 144, 149, 150, 151, 152, 154, 156, 158, 159, 160, 161, 165, 168, 171, 185, 186, 187, 189, 190, 192, 194, 201, 204, 209, 223, 231, 233, 243], "configvalu": [59, 168, 177], "confirm": [1, 48, 76, 79, 81, 139, 140, 148, 185, 200, 204, 209, 231], "confirmationquest": 1, "confirmdestruct": 231, "confirmhtml": 231, "conflict": [37, 82, 90, 93, 115, 132, 186, 188, 217, 229, 235], "confus": [49, 146], "congratul": 15, "connect": [21, 22, 28, 37, 44, 63, 76, 81, 88, 96, 97, 98, 107, 113, 115, 122, 149, 152, 154, 156, 161, 165, 166, 170, 222, 224, 229], "connecthook": 0, "connector": [148, 192, 221, 229], "consecut": [42, 132, 147], "consensu": 185, "consent": 132, "consequ": [14, 222, 224], "consid": [14, 16, 18, 20, 21, 42, 44, 45, 63, 76, 85, 106, 107, 122, 131, 151, 153, 156, 165, 166, 185, 188, 202, 206, 217, 233], "consider": [4, 28, 100, 107, 113, 115, 125, 155], "consist": [20, 21, 25, 32, 36, 37, 45, 46, 69, 76, 77, 81, 82, 101, 118, 122, 132, 151, 165, 185, 190, 194, 206, 228, 230, 236], "consol": [1, 3, 25, 28, 39, 73, 87, 104, 115, 129, 130, 145, 175, 229, 231, 232, 243], "consoleev": 229, "consolid": 144, "const": [25, 49, 61, 96, 110, 124, 126, 129, 140, 145, 154, 186, 190], "constant": [1, 5, 6, 49, 85, 94, 107, 124, 154, 215, 220, 222, 223, 227, 231, 232, 233, 238], "constraint": [49, 233], "construct": [21, 39, 110], "constructor": [1, 17, 18, 20, 21, 22, 29, 33, 37, 40, 42, 90, 96, 107, 131, 134, 140, 141, 142, 144, 190, 220, 229, 231, 232, 233], "consult": 185, "consum": [14, 22, 29, 43, 49, 69, 84, 91, 101, 102, 109, 113, 125, 189, 192, 233], "contact": [10, 12, 14, 21, 43, 76, 80, 107, 109, 111, 113, 133, 162, 176, 198, 204, 207, 215, 220, 227, 232], "contactinteractedwithev": 220, "contactremoteserv": 133, "contactsmanag": 232, "contactsmenu": [108, 193], "contain": [0, 1, 2, 5, 6, 7, 10, 16, 17, 20, 22, 25, 28, 29, 33, 35, 36, 41, 42, 46, 49, 52, 61, 69, 70, 72, 76, 77, 80, 81, 85, 87, 90, 94, 96, 100, 104, 105, 107, 113, 116, 122, 123, 126, 129, 132, 135, 136, 137, 140, 141, 142, 149, 151, 152, 153, 154, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 169, 171, 186, 190, 192, 194, 199, 201, 204, 209, 213, 215, 221, 225, 227, 229, 231, 232, 234, 236, 238], "containerinterfac": [21, 127, 221], "containernam": 192, "content": [8, 10, 15, 17, 22, 31, 35, 38, 40, 42, 48, 61, 62, 64, 65, 66, 69, 70, 77, 78, 80, 84, 87, 89, 96, 101, 103, 106, 112, 113, 122, 129, 131, 135, 140, 184, 190, 194, 197, 199, 204, 209, 226, 229, 231, 232], "contentmanag": 94, "contentprovid": 94, "contentsecuritypolici": [20, 31], "contentsecuritypolicymanag": 232, "contenttyp": [20, 112], "context": [0, 2, 17, 20, 21, 22, 25, 28, 30, 31, 37, 43, 46, 49, 70, 76, 81, 84, 92, 96, 99, 101, 104, 106, 107, 110, 113, 115, 124, 125, 126, 129, 132, 135, 140, 141, 145, 147, 150, 171, 175, 186, 221, 232, 233, 234], "contextag": 140, "contextagentinteract": 140, "contextchat": [94, 233], "continu": [12, 32, 49, 98, 100, 113, 188, 202, 222, 225, 229, 231, 232, 234], "contract": [49, 190], "contrari": 204, "contrast": [20, 27, 77, 107, 131, 194, 233], "contribut": [7, 14, 71, 79, 82, 100, 113, 129, 185, 191, 204], "contributor": [14, 185, 204, 205], "control": [3, 17, 18, 19, 22, 25, 26, 28, 30, 33, 34, 35, 36, 43, 45, 61, 69, 76, 90, 98, 115, 125, 126, 128, 131, 133, 141, 142, 164, 191, 201, 209, 227, 228, 230, 231, 233], "controllermethodreflector": [30, 232], "conveni": [17, 22, 82, 98, 140], "convent": [21, 22, 37, 101, 118, 130], "convers": [46, 52, 61, 76, 77, 86, 113, 140, 154, 232], "conversation_token": 140, "conversionprovid": 232, "convert": [5, 8, 15, 25, 37, 43, 75, 77, 90, 104, 105, 113, 114, 151, 154, 167, 171, 192, 222, 229, 233], "convert_translations_nc": 154, "converttopdf": 105, "converttostandardformat": [123, 229], "converttypetoint": 90, "converttypetostr": 90, "cookbook": 7, "cooki": [17, 22, 44, 46, 61, 62, 70, 98, 209, 228], "cool_event_finish": 138, "cool_event_start": 138, "coolendev": 138, "coolstartev": 138, "coordin": 12, "copi": [10, 15, 40, 42, 49, 65, 76, 85, 152, 154, 209], "copy_transl": 154, "copynameloc": 42, "copyright": [14, 15, 185], "cor": [33, 86, 113, 164, 208, 231], "core": [1, 10, 20, 24, 34, 43, 44, 46, 60, 69, 87, 96, 99, 107, 129, 132, 140, 144, 196, 202, 204, 215, 220, 223, 227, 231, 233, 234, 243], "coreapp": 218, "corner": [20, 96, 108, 129], "corpor": [162, 163], "correct": [3, 8, 20, 29, 36, 49, 70, 105, 107, 140, 150, 156, 190, 194, 199, 203], "correctli": [14, 37, 41, 49, 81, 95, 129, 135, 151, 156, 194, 220, 223, 231], "correl": 87, "correspond": [10, 13, 16, 20, 33, 38, 50, 61, 82, 93, 107, 129, 131, 134, 137, 140, 141, 142, 189, 190, 202, 222, 223], "corrupt": 82, "cosentino": 5, "could": [0, 8, 10, 13, 15, 18, 20, 40, 44, 49, 56, 57, 62, 72, 76, 81, 82, 95, 96, 97, 107, 125, 126, 128, 135, 140, 141, 142, 145, 147, 167, 171, 180, 186, 188, 190, 202, 204, 209, 222, 229], "couldn": 52, "couldnottranslateexcept": 231, "count": [14, 29, 37, 42, 61, 76, 81, 87, 90, 148, 167, 199, 232], "counter": [20, 78, 197], "counterformatt": 199, "counterpart": 115, "countri": [113, 114, 229], "coupl": [21, 150, 190], "cours": [18, 33, 107, 122, 128, 141, 142, 190, 204], "cover": [9, 45, 61, 76, 87, 101, 107, 115, 122, 161, 190, 213, 214], "coverag": [15, 95, 101, 213], "cow": 140, "cp": 152, "cpu": [125, 151, 154, 165, 166], "craft": 82, "craftenv": 82, "craftroot": 82, "craftsmanship": 243, "crash": 95, "crawler": 234, "creat": [4, 5, 6, 8, 10, 15, 16, 17, 18, 19, 21, 22, 33, 34, 35, 37, 38, 40, 43, 44, 45, 48, 49, 62, 63, 64, 65, 73, 75, 76, 79, 81, 82, 86, 88, 90, 92, 94, 95, 96, 99, 104, 105, 108, 109, 113, 114, 121, 125, 126, 128, 129, 131, 134, 135, 136, 140, 141, 142, 149, 152, 154, 158, 159, 162, 165, 166, 167, 185, 186, 188, 189, 190, 192, 195, 198, 199, 214, 218, 219, 223, 225, 227, 229, 230, 231, 238, 243], "creatabl": [61, 104], "createapp": 190, "createbackup": 138, "createcachedcalendarobject": 221, "createcalendar": 221, "createcalendarobject": 221, "createcard": 221, "createcli": 61, "createconvers": 139, "created_at": [129, 132], "createdat": 136, "createdistribut": 19, "createel": [126, 129], "createev": 106, "createeventbuild": 106, "createeventsourc": [221, 229], "createfakefileforlocal": 154, "createfakefileforvuefil": 154, "createfil": 107, "createfromstr": [106, 107], "createincalendar": 106, "createinmemori": 19, "createloc": 19, "createmessag": 103, "createnamedparamet": [37, 104], "createoper": 70, "createowncloudcli": 70, "createparamet": 229, "createpotfil": [154, 167], "createremotefolderoper": 70, "createremoteshareoper": 70, "createsubscript": 221, "createt": [40, 136], "createtodo": 49, "createus": 146, "creation": [17, 21, 22, 33, 40, 52, 61, 66, 77, 93, 129, 136, 185], "creation_tim": 61, "creationd": [61, 66], "creationdatetim": 64, "creator": [82, 113, 129], "creatorid": 101, "credenti": [46, 75, 82, 156, 192, 209], "credentialsmanag": 232, "credit": 204, "crisp": 131, "criteria": [20, 21, 106, 122, 231], "critic": [11, 29, 90, 97, 115, 122, 130, 166, 188, 209, 212, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 238], "criticalactionperformedev": 29, "cron": [1, 15, 28, 29, 106, 130, 201], "cronjob": 104, "crontab": 104, "crop": [17, 22, 229], "cross": [20, 29, 49, 190, 208], "crsf": 131, "crt": [10, 15, 152, 192], "crucial": 122, "crypt": 221, "crypto": [232, 234], "cryptosessiondata": 20, "cs_cz": 8, "csp": [20, 31, 209, 217, 229], "csp_nonc": 231, "csr": [10, 192], "csrf": [20, 24, 115, 131, 209, 231, 232], "csrftokenmanag": 232, "css": [6, 7, 14, 20, 24, 28, 96, 126, 132, 134, 154, 181, 185, 186, 189, 199, 200, 201, 223, 226, 229, 231, 233, 239], "csync": 82, "ctime": 61, "ctrl": 226, "cuda": [151, 154, 165, 166], "curl": [5, 44, 45, 48, 60, 62, 63, 64, 66, 82, 96, 101, 104, 129, 131, 152, 240, 242], "curli": [20, 33], "current": [5, 8, 10, 13, 16, 17, 20, 21, 22, 25, 38, 42, 43, 46, 47, 48, 50, 52, 56, 57, 61, 63, 69, 73, 76, 82, 85, 92, 94, 95, 96, 101, 105, 115, 116, 121, 125, 127, 132, 133, 134, 135, 137, 138, 140, 141, 142, 146, 148, 151, 154, 157, 159, 160, 167, 169, 175, 177, 186, 189, 211, 226, 231, 232, 233, 234, 239, 243], "currentus": 220, "cursor": [37, 129, 132], "custom": [1, 2, 5, 10, 17, 18, 22, 27, 28, 30, 31, 45, 61, 76, 77, 87, 98, 99, 106, 109, 110, 111, 113, 132, 135, 136, 140, 144, 151, 153, 166, 200, 204, 215, 223, 228, 229, 230, 232, 234, 236], "custom2": 49, "custom_app": 156, "custom_bool": 132, "custom_int": 132, "custom_us": 132, "customev": 129, "customexport": 120, "customfield": 20, "customid": [87, 140], "customiz": 195, "cut": [20, 62, 76, 81, 231], "cute": 132, "cycl": [20, 188], "d": [44, 60, 61, 62, 64, 66, 82, 89, 96, 104, 152, 189, 192, 204, 227], "d1680193199": 73, "d5f1fa": 194, "d8f3da": 194, "d9a428292998": 61, "daemon": [150, 151, 154, 158, 160, 161, 162, 165], "daemon_config_nam": 165, "daemonconfig": [149, 150, 166, 183], "dai": [18, 42, 50, 107, 179, 192], "daili": [16, 129], "damag": 209, "danger": [77, 97, 209], "dark": [20, 34, 42, 46, 77, 96, 129, 144, 194, 221, 231], "darker": [77, 194], "darkest": 129, "darwin": 234, "dash": 123, "dashboard": [86, 113, 126, 227, 230, 231], "dashboardmodel": 96, "data": [2, 5, 10, 14, 17, 18, 19, 21, 22, 25, 28, 33, 34, 35, 37, 38, 40, 42, 43, 44, 45, 46, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 73, 79, 88, 96, 98, 100, 101, 104, 106, 108, 113, 115, 120, 125, 131, 132, 134, 136, 140, 145, 148, 153, 156, 165, 166, 171, 175, 185, 187, 188, 189, 190, 192, 199, 208, 229, 231, 232, 233, 243], "databas": [2, 5, 9, 15, 16, 17, 21, 22, 28, 29, 36, 40, 44, 46, 50, 90, 92, 93, 95, 97, 98, 99, 100, 107, 113, 114, 130, 132, 135, 148, 168, 177, 179, 191, 201, 209, 213, 224, 228, 229, 234, 243], "databaseconnect": 232, "datacollector": 125, "dataprovid": 187, "datarespons": [20, 43, 49, 131, 190, 240], "dataset": 218, "date": [3, 16, 18, 37, 42, 48, 50, 52, 56, 61, 63, 66, 70, 76, 82, 85, 95, 106, 107, 115, 121, 136, 140, 141, 142, 206, 214, 231, 232, 239], "date_immut": [37, 232], "dateinterv": 106, "datetim": [20, 37, 64, 66, 69, 94, 132, 139, 140, 143, 232], "datetime_immut": [37, 232], "datetime_tz": [37, 232], "datetime_tz_immut": [37, 232], "datetimeformatt": [134, 232], "datetimeimmut": [37, 106, 127, 132, 136, 232], "datetimezon": [106, 143, 232], "dav": [4, 5, 46, 50, 61, 62, 63, 64, 65, 67, 68, 70, 89, 104, 107, 133, 148, 185, 201, 221, 222, 229, 232, 233], "davacl": 107, "davcalendardemo": 107, "davgetcli": 73, "dayo": 129, "dayo_android": 129, "db": [21, 29, 37, 40, 61, 97, 141, 142, 209, 213, 215, 222, 224, 227, 228, 229, 231, 232, 234], "dbal": [95, 234], "dbalexcept": [97, 222], "dbdbdb": 194, "dbe4ea": 194, "dbgp": 98, "dc5047": 105, "dcmake_build_typ": 82, "dcmake_install_prefix": 82, "dcmake_prefix_path": 82, "dcvalue1": 122, "dcvalue2": 122, "dd": [50, 52], "ddo": 209, "de": [5, 15, 42, 46, 98, 123, 232, 243], "de_d": 46, "deactiv": 144, "deactivat": [88, 113], "dead": 14, "deadlock": [20, 113, 114, 122, 228], "deal": [33, 42, 49, 105, 129, 140], "dealing_with_code_issu": 49, "dealt": 204, "debt": [185, 204], "debug": [29, 33, 40, 82, 87, 100, 113, 118, 122, 125, 129, 135, 137, 140, 141, 142, 218, 223, 231], "debugg": [100, 113], "debugmodesetupcheck": 135, "decid": [14, 15, 16, 20, 42, 69, 144, 167, 188, 204, 227, 243], "decis": [51, 185, 204], "deck": [42, 61, 76, 80, 126], "deckcard": 132, "declar": [0, 1, 12, 30, 61, 89, 94, 96, 101, 102, 104, 107, 113, 114, 116, 120, 124, 125, 126, 133, 134, 135, 136, 137, 140, 141, 142, 145, 147, 154, 172, 178, 183, 190, 230, 239, 240], "declarative_set": 179, "declarativeset": [99, 167], "declarativesettingsgetvalueev": 99, "declarativesettingsregisterformev": 99, "declarativesettingssetvalueev": 99, "declarativesettingstyp": 99, "declin": 45, "decod": [37, 44, 48, 113, 114], "decoupl": 21, "decrypt": 215, "decryptal": 221, "dedic": [3, 16, 22, 60, 107, 115, 118, 122, 131, 199, 206, 221, 229], "deduc": 21, "deep": [17, 22, 104], "deeper": 201, "defacto": 233, "default": [5, 8, 13, 17, 18, 22, 25, 28, 29, 30, 31, 37, 44, 46, 48, 49, 52, 56, 61, 69, 76, 77, 82, 87, 90, 92, 93, 97, 98, 99, 101, 104, 106, 107, 123, 125, 126, 128, 131, 132, 139, 141, 142, 145, 149, 151, 152, 153, 154, 158, 159, 160, 165, 168, 171, 174, 175, 177, 179, 181, 186, 187, 188, 192, 194, 195, 196, 198, 199, 200, 216, 217, 218, 228, 229, 231, 232, 233, 240], "default_en": 5, "default_languag": 42, "default_valu": 175, "defaultact": 187, "defaultraw": 92, "defaultvalu": 33, "defens": 209, "defer": [141, 142], "defin": [1, 3, 5, 10, 16, 20, 21, 29, 30, 32, 33, 37, 40, 42, 43, 45, 49, 52, 53, 56, 57, 59, 61, 69, 76, 90, 92, 93, 94, 95, 96, 99, 101, 103, 105, 107, 110, 113, 114, 124, 129, 130, 131, 133, 134, 140, 141, 142, 146, 147, 153, 186, 190, 199, 209, 222, 230, 232, 240], "definit": [45, 58, 69, 92, 95, 107, 185, 206], "del": 152, "delai": [18, 20, 122, 199], "deleg": [0, 5, 107, 160, 234], "delegategetsupportedapp": 233, "delet": [15, 22, 33, 35, 37, 45, 48, 49, 50, 54, 63, 64, 65, 71, 73, 75, 76, 77, 81, 86, 89, 90, 93, 97, 102, 107, 113, 121, 122, 129, 131, 132, 140, 145, 146, 169, 170, 171, 172, 175, 178, 179, 180, 181, 190, 198, 199, 209, 228, 229, 231, 232, 234], "deletealluserconfig": 93, "deleteapp": [90, 93, 216], "deletecachedcalendarobject": 221, "deletecalendar": 221, "deletecalendarobject": 221, "deletecard": 221, "deletecont": 94, "deleteconvers": 139, "deletekei": [90, 93], "deletemetadata": [104, 229], "deleteprovid": 94, "deletesubscript": 221, "deletetask": 140, "deletetodo": 49, "deleteus": 0, "deleteuserconfig": 93, "deliber": 14, "delight": 14, "deliv": [14, 119], "deliver": 11, "demand": [20, 76, 94, 107, 134], "demonstr": [130, 132, 152], "deni": [17, 22, 61, 82], "denot": [5, 77], "dens": 76, "dep": [82, 85, 152], "depend": [0, 1, 4, 5, 8, 12, 16, 18, 20, 25, 28, 29, 33, 37, 40, 43, 49, 61, 69, 71, 80, 90, 110, 115, 116, 118, 120, 127, 128, 129, 131, 132, 134, 137, 140, 141, 142, 144, 149, 152, 154, 159, 169, 189, 193, 198, 201, 209, 210, 217, 222, 223, 224, 225, 226, 228, 230, 231, 232, 233, 234, 239, 243], "dependabot": 115, "deploi": [150, 151, 154, 156, 158, 160, 161, 162, 166, 222], "deploy": [12, 150, 152, 153, 162, 163, 183], "deployconfig": [150, 165], "deprec": [5, 11, 20, 21, 22, 26, 30, 34, 37, 49, 57, 61, 85, 92, 101, 115, 116, 127, 130, 131, 137, 141, 142, 152, 166, 186, 194, 196, 206, 210, 212, 238, 240], "depth": [32, 61, 66, 73, 104, 148, 189], "deriv": 190, "desc": 69, "descend": [66, 104], "describ": [8, 10, 16, 20, 29, 43, 49, 66, 71, 72, 81, 82, 99, 101, 106, 107, 127, 129, 134, 140, 144, 161, 165, 173, 179, 185, 189, 190, 206], "descript": [1, 5, 20, 31, 40, 42, 45, 50, 54, 56, 57, 58, 59, 61, 66, 69, 76, 81, 87, 90, 92, 99, 101, 106, 107, 110, 120, 124, 129, 131, 140, 144, 145, 175, 179, 180, 187, 194, 199], "descriptor": 42, "deserv": [79, 204], "design": [10, 14, 21, 33, 45, 79, 99, 115, 136, 151, 152, 160, 185, 197, 199, 201, 228, 231, 233], "desir": [13, 20, 44, 70, 134, 166, 185], "desktop": [43, 44, 82, 101, 129, 185, 190, 199, 201, 203], "despit": [85, 151, 209, 233], "dest": 63, "destin": [61, 62, 63, 209], "destroi": [33, 44, 126, 129], "destruct": [76, 77, 81], "destructur": 234, "detail": [5, 6, 11, 16, 17, 20, 21, 22, 29, 33, 38, 40, 42, 43, 48, 49, 61, 66, 69, 76, 80, 81, 85, 90, 93, 97, 98, 107, 110, 125, 127, 129, 132, 140, 151, 152, 153, 156, 158, 163, 175, 187, 193, 197, 198, 201, 213, 215, 221, 222, 226, 229, 231, 233, 234, 235, 236], "detect": [58, 82, 96, 97, 101, 115, 122, 125, 140, 154, 186, 222, 227, 228, 236], "detectlanguag": 116, "determin": [32, 49, 61, 80, 97, 110, 125, 129, 132, 153, 166, 226, 231, 233], "dev": [3, 16, 49, 62, 82, 95, 96, 97, 100, 113, 151, 152, 154, 163, 190, 192, 201, 239], "devdepend": 118, "develop": [5, 7, 8, 9, 10, 13, 14, 15, 16, 20, 21, 22, 27, 40, 42, 46, 75, 79, 81, 83, 92, 96, 97, 101, 106, 113, 118, 122, 124, 125, 126, 128, 129, 134, 135, 145, 149, 150, 153, 154, 162, 166, 167, 185, 191, 192, 194, 202, 203, 204, 208, 209, 212, 220, 222, 228, 231, 232, 234, 239, 240], "devic": [44, 46, 70, 75, 79, 151, 159, 160, 165, 192], "dhparam": 192, "di": [0, 21, 22, 29, 215, 232], "diagnost": [21, 232], "dialog": [5, 76, 77, 81, 218, 220, 230, 231, 235], "dialogbuild": 231, "dictat": 107, "dictionari": 73, "did": [20, 50, 125, 131, 204, 206, 209, 221, 231], "didn": 231, "diff": [154, 192], "differ": [0, 2, 5, 10, 17, 20, 21, 22, 27, 32, 37, 40, 42, 43, 44, 46, 49, 61, 69, 70, 72, 73, 76, 77, 79, 81, 82, 89, 90, 92, 93, 98, 107, 126, 128, 129, 132, 134, 135, 151, 159, 167, 187, 188, 190, 200, 209, 222, 229, 231, 232, 243], "differenti": [61, 204, 233], "difficult": [10, 132], "diffus": 141, "dig": 201, "digit": [5, 40], "dir": [61, 69, 73, 82, 132, 171, 209], "direct": [17, 22, 45, 61, 76, 81, 113, 129, 148, 152, 185, 194, 199, 200, 201, 202, 209, 222, 229, 232], "directedit": 101, "directeditingmobileinterfac": 101, "directli": [13, 15, 17, 20, 21, 22, 32, 33, 38, 41, 44, 61, 63, 73, 107, 129, 130, 140, 141, 142, 149, 175, 185, 188, 190, 193, 194, 195, 199, 209, 213, 218, 222, 223, 231, 232, 233, 234], "directori": [3, 7, 15, 16, 20, 38, 41, 42, 52, 61, 63, 66, 72, 82, 83, 95, 100, 110, 113, 118, 130, 134, 146, 149, 152, 154, 167, 171, 189, 190, 192, 208, 229, 231, 232, 243], "directorori": 3, "dirnam": 219, "dirti": 122, "disabl": [13, 14, 17, 22, 27, 45, 52, 61, 76, 98, 100, 101, 113, 129, 130, 131, 132, 135, 140, 144, 146, 151, 153, 154, 166, 170, 173, 189, 190, 192, 195, 215, 219, 228, 229, 233], "disablekeyboardshortcut": [25, 226], "disableoriginalconstructor": 41, "disableproviderfor": 144, "disadvantag": 19, "disagr": 185, "disallowchildsrcdomain": 235, "disallowxyz": [17, 22], "disappear": 215, "discard": 107, "disclaim": 77, "disclos": [10, 12], "disclosur": 209, "discourag": [95, 115, 131, 233], "discov": [2, 106, 129, 190], "discover": 129, "discoveri": [21, 90, 101, 113, 192, 201, 222, 233], "discuss": [5, 13, 20, 115, 131, 145, 150, 185, 204, 240], "disk": 161, "dismiss": [76, 79, 101, 185, 204], "dispatch": [6, 17, 20, 28, 29, 101, 126, 129, 132, 138, 227, 228, 232, 233], "dispatchev": 129, "dispatchtyp": [29, 126, 129], "displai": [5, 10, 13, 25, 33, 46, 56, 57, 58, 61, 66, 69, 76, 84, 96, 99, 101, 102, 113, 117, 121, 122, 124, 125, 126, 128, 132, 134, 140, 144, 145, 165, 171, 179, 180, 181, 184, 190, 198, 199], "display_nam": 90, "displaynam": [25, 46, 50, 61, 66, 107, 121, 134, 171, 181], "disrupt": 42, "dist": [3, 129, 217], "distanc": 200, "distinct": [49, 164], "distribtut": 192, "distribut": [10, 14, 28, 82, 83, 98, 189, 192], "div": [26, 42, 126, 129, 134, 190, 193, 198, 199, 200, 232], "dive": [17, 22], "divid": [134, 204], "divis": 207, "django": 30, "dll": 82, "dn": 161, "dnd": 54, "do": [6, 8, 14, 15, 16, 17, 18, 20, 21, 22, 25, 29, 33, 34, 35, 37, 40, 44, 45, 46, 48, 54, 56, 60, 61, 62, 63, 69, 70, 71, 76, 77, 79, 81, 82, 90, 93, 97, 101, 104, 105, 106, 107, 115, 116, 122, 125, 128, 131, 132, 134, 139, 140, 142, 184, 185, 186, 187, 188, 189, 190, 192, 193, 199, 200, 202, 206, 209, 220, 227, 228, 231, 232, 233, 234, 239, 243], "do_someth": [33, 186], "doc": [3, 8, 34, 49, 55, 82, 97, 98, 115, 118, 119, 127, 140, 151, 159, 175, 220, 234], "doc_url": 99, "docblock": 190, "dock": 149, "dock2port": 149, "docker": [8, 82, 96, 150, 151, 152, 153, 154, 159, 161, 162, 163, 165, 183, 189, 190, 192, 243], "docker_instal": 149, "docker_local_sock": 165, "docker_socket_proxi": 156, "dockerfil": [82, 152, 153, 154], "dockersocketproxi": 152, "docron": 18, "doctrin": [95, 234], "doctyp": 103, "document": [1, 4, 5, 6, 11, 16, 20, 38, 43, 44, 45, 46, 60, 61, 62, 64, 66, 69, 71, 73, 76, 82, 83, 85, 94, 95, 96, 98, 99, 104, 105, 107, 113, 115, 117, 118, 121, 122, 126, 129, 131, 135, 140, 144, 150, 152, 155, 161, 162, 190, 192, 196, 199, 202, 204, 208, 221, 222, 226, 227, 228, 229, 230, 231, 232, 233, 235, 241], "document_id": 48, "documentclick": 199, "documentid": [48, 141], "documentload": 101, "documentserv": 192, "documentsmain": 101, "documenttitl": 141, "documenttyp": 94, "docx": 43, "doe": [10, 13, 14, 15, 20, 25, 37, 38, 41, 44, 46, 49, 50, 54, 61, 81, 92, 96, 106, 107, 122, 129, 132, 134, 135, 137, 140, 141, 142, 146, 152, 153, 156, 165, 166, 187, 188, 190, 193, 199, 204, 213, 221, 222, 228, 231, 232, 235], "doesn": [7, 52, 82, 122, 161, 204, 223, 227], "doesnotexistexcept": [37, 228], "dog": 48, "dom": [96, 129, 209], "domain": [20, 106, 108, 112, 113, 114, 124, 132, 135, 192, 209], "domcontentload": [96, 221], "domor": 20, "dompurifi": [219, 223], "don": [15, 16, 20, 21, 25, 32, 37, 96, 99, 108, 119, 122, 129, 130, 133, 137, 140, 141, 142, 157, 176, 184, 186, 189, 198, 199, 204, 209, 215, 218, 220, 222, 228, 239], "donat": 11, "done": [0, 10, 13, 15, 20, 21, 25, 26, 30, 37, 40, 44, 48, 52, 54, 59, 61, 62, 67, 68, 72, 79, 89, 90, 92, 99, 107, 125, 129, 134, 135, 141, 142, 146, 151, 154, 165, 166, 185, 188, 190, 204, 206, 231, 234, 243], "door": 14, "doriskyth": 29, "dosometh": [20, 29, 186], "dosomework": 37, "dosomeworkwithresult": 37, "dot": [5, 42, 76, 190, 192, 199, 200], "doubl": [20, 26, 94, 106, 107, 122, 190, 209], "down": [14, 17, 20, 22, 49, 74, 82, 125, 154, 169, 192, 199, 204], "downgrad": [14, 16], "download": [3, 7, 16, 17, 22, 45, 63, 65, 71, 82, 101, 152, 153, 190, 192, 232], "download_url": 15, "downloada": 101, "downloadnextcloudwebsit": 112, "downloadoper": 70, "downloadremotefileoper": 70, "downloadrespons": 20, "downloadurl": 61, "downloadxmlfil": 20, "downsid": 132, "downstream": [49, 142], "dozen": [141, 142], "dperson": 192, "dpkg": 152, "dpkgarch": 152, "dqtkeychain_include_dir": 82, "draft": [110, 129], "drag": 197, "drawback": 21, "drive": 82, "driver": 95, "drop": [16, 40, 76, 81, 101, 152, 197, 202, 210, 223, 225, 227], "drop_latest": 33, "dropcolumn": 40, "dropdown": [78, 126, 129], "dropindex": 40, "droplatest": 33, "droppabl": 199, "droptabl": 40, "dsp": [149, 152, 162], "dtend": 107, "dtstamp": 107, "dtstart": 107, "du": 62, "due": [33, 37, 49, 61, 82, 97, 140, 166, 187, 196, 204, 222, 229, 230], "dummi": [61, 132, 187], "dummydata": 187, "dump": [15, 40, 89], "duplic": [12, 148], "durat": [29, 106], "dure": [16, 17, 19, 20, 22, 37, 40, 42, 50, 61, 85, 90, 93, 96, 98, 106, 107, 119, 124, 126, 130, 145, 148, 153, 154, 161, 166, 167, 168, 170, 178, 189, 190, 213, 228, 233], "dylib": 82, "dynam": [20, 61, 82, 89, 140, 179, 194, 229, 231], "e": [0, 1, 3, 5, 8, 12, 16, 17, 18, 20, 21, 22, 25, 26, 29, 32, 33, 34, 36, 37, 38, 40, 41, 42, 46, 49, 52, 53, 54, 61, 69, 72, 81, 87, 89, 94, 95, 96, 97, 98, 101, 105, 107, 110, 112, 115, 122, 124, 125, 130, 131, 132, 133, 134, 135, 136, 138, 140, 141, 142, 144, 145, 150, 151, 152, 153, 154, 156, 161, 165, 167, 171, 181, 185, 186, 188, 189, 190, 192, 194, 199, 209, 221, 222, 223, 229, 234, 243], "e164": [123, 229], "e1663913": 63, "e2eepublicsharetemplateprovid": 31, "e5eff5": 194, "e6e6e6": 194, "each": [0, 1, 10, 12, 16, 17, 19, 20, 21, 22, 27, 29, 30, 32, 33, 34, 35, 37, 38, 43, 44, 61, 62, 66, 69, 76, 79, 87, 90, 92, 93, 96, 98, 99, 101, 104, 105, 106, 107, 110, 120, 129, 132, 135, 140, 141, 144, 151, 154, 159, 160, 164, 179, 189, 190, 199, 204, 209, 236], "eadndfjplgieldjbigjakmdgkmoaaaoc": 98, "earli": [0, 16, 20, 25, 49, 90, 135], "earlier": [18, 49, 82, 107, 212], "earth": 129, "eas": [0, 37, 92, 115, 135, 149, 194, 232], "easi": [14, 15, 21, 35, 43, 49, 79, 82, 98, 122, 127, 140, 152, 185, 190, 199], "easier": [15, 21, 22, 36, 42, 49, 81, 82, 85, 118, 143, 165, 189, 204, 232], "easiest": [49, 98, 188, 243], "easili": [8, 14, 18, 20, 22, 29, 42, 46, 49, 61, 98, 122, 131, 149, 166, 204, 209, 227], "echo": [15, 26, 48, 62, 82, 152, 209], "ecm_enable_sanit": 82, "eco": 22, "ecosystem": [150, 201, 208], "edb29d1d": 106, "eded": 194, "edg": [20, 115, 222, 229], "edit": [4, 10, 46, 104, 113, 129, 185, 192, 197, 200, 201, 232, 239], "edit_req_ownership": 104, "editor": [17, 22, 61, 76, 96, 113, 156], "editorid": 101, "educ": 92, "effc3d5818a6d5d55f2ae960ab39fd0414d0c542b72a3b9e08eb21206dd9": 10, "effect": [0, 20, 41, 107, 121, 188, 194, 222, 229, 231, 243], "effici": [20, 38, 122, 148, 228], "effort": [20, 107, 185, 226], "eg": 73, "eight": 29, "either": [5, 10, 25, 30, 38, 46, 61, 66, 87, 90, 106, 129, 132, 135, 147, 156, 186, 189, 202, 204, 206, 220, 221, 227, 228, 231, 243], "el": [96, 126, 129], "eleg": 21, "elem": [20, 229], "elemenet": 46, "element": [1, 5, 27, 35, 42, 43, 46, 61, 76, 78, 79, 81, 96, 107, 129, 132, 184, 185, 193, 197, 199, 200, 201, 231, 232, 233, 234, 235, 240], "elev": 20, "elig": 90, "elm": 199, "els": [10, 20, 21, 22, 37, 38, 41, 46, 49, 106, 110, 115, 128, 129, 132, 134, 135, 139, 140, 142, 146, 152, 154, 171, 187, 190, 199, 204, 229], "elseif": 154, "elsewher": [8, 82, 116, 132, 137, 140, 141, 142], "em": [42, 134], "email": [5, 17, 18, 22, 42, 45, 46, 61, 69, 76, 86, 99, 108, 110, 113, 124, 179, 185, 200, 215, 219, 227, 229, 231, 233, 241], "emailact": 108, "emailid": [140, 142], "emailtempl": 215, "emailtext": [140, 142], "emb": [131, 209], "embed": [107, 134, 154, 171, 209], "embrac": 150, "emerg": [29, 150], "emiss": 140, "emit": [2, 6, 17, 22, 25, 29, 49, 113, 114, 119, 121, 129, 230, 233], "emitt": [17, 28], "emoji": [49, 54], "emot": 81, "emphas": 194, "emphasi": [0, 69, 77], "emphat": 204, "employe": 185, "empti": [8, 15, 18, 19, 34, 37, 45, 48, 52, 61, 65, 69, 78, 87, 96, 99, 107, 108, 134, 162, 166, 173, 192, 215, 228, 243], "emptycontentmessag": 96, "emptycontentsecuritypolici": [218, 229, 235], "en": [5, 8, 46, 61, 62, 97, 98, 107, 129, 136, 230, 231, 234, 243], "enabl": [0, 4, 5, 8, 10, 13, 17, 20, 22, 27, 34, 40, 42, 44, 46, 48, 49, 51, 52, 54, 61, 69, 76, 82, 83, 90, 94, 96, 97, 98, 99, 100, 107, 113, 118, 119, 120, 121, 129, 130, 131, 134, 135, 139, 140, 144, 146, 149, 151, 152, 158, 161, 162, 165, 171, 172, 179, 181, 183, 186, 190, 192, 194, 200, 215, 228, 229, 231, 232, 234, 242], "enabledsidebar": 234, "enableproviderfor": 144, "encapsul": [20, 131, 132, 236], "encod": [5, 20, 44, 49, 52, 61, 64, 66, 70, 104, 164, 178, 231], "encodepath": [219, 235], "encount": [1, 10, 98, 156, 159, 161, 162, 191], "encourag": [49, 95, 199, 206, 220, 232], "encrypt": [20, 31, 61, 93, 99, 134, 146, 168, 177, 204, 232], "encryptedfil": 215, "encryptionfilehelp": 232, "encryptionkeystorag": 232, "encryptionmanag": 232, "end": [10, 16, 17, 19, 20, 22, 28, 37, 49, 50, 61, 69, 76, 81, 82, 95, 99, 104, 106, 107, 115, 121, 124, 126, 132, 134, 140, 183, 185, 187, 188, 190, 194, 201, 241], "enddat": [50, 106, 121], "endedat": 87, "endif": 134, "endoflif": 239, "endpoint": [17, 20, 22, 25, 33, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 65, 67, 68, 75, 87, 93, 101, 116, 120, 128, 129, 140, 141, 142, 153, 165, 166, 168, 169, 170, 171, 173, 174, 175, 177, 179, 180, 181, 182, 215, 227, 228, 232, 233, 234, 240], "enforc": [5, 10, 20, 61, 90, 92, 93, 101, 104, 144, 194], "engag": 204, "engin": [17, 20, 22, 48, 82, 97, 105, 149, 158, 159, 165, 209, 239, 243], "english": [42, 94, 137, 140, 141, 142], "enhanc": [115, 128, 144, 185, 188, 204], "enorm": 209, "enough": [61, 76, 79, 85, 104, 149, 158, 161, 162, 185, 188, 194, 202, 233], "ensur": [0, 3, 10, 12, 16, 20, 23, 27, 36, 37, 41, 44, 46, 61, 77, 93, 94, 115, 122, 128, 129, 135, 150, 151, 152, 156, 166, 204, 209], "enter": [8, 20, 25, 52, 70, 76, 82, 99, 128, 179, 192, 226], "enterpris": 11, "entir": [20, 42, 63, 69, 76, 82, 190, 199, 200], "entiti": [39, 42, 50, 107, 111, 113, 126, 227, 231, 232, 235], "entri": [0, 4, 5, 17, 20, 21, 22, 25, 26, 29, 33, 34, 37, 41, 43, 61, 76, 93, 101, 104, 108, 122, 126, 129, 132, 150, 154, 171, 172, 183, 186, 197, 198, 200, 209, 223, 229, 232, 243], "entrypoint": 152, "enum": [85, 92, 186, 233, 238], "enumer": 140, "env": [15, 20, 118, 152], "env_var": 15, "envelop": [76, 190], "environ": [3, 7, 9, 15, 16, 36, 41, 82, 98, 122, 135, 154, 155, 158, 163, 188, 190, 191, 192, 199, 201, 205, 231, 241, 243], "eof": 107, "eol": [16, 227], "epoch": 16, "eq": [3, 37, 66, 192], "equal": [16, 166], "equalto": 41, "equival": [20, 21, 33, 90, 101, 149, 190, 236], "error": [1, 11, 29, 37, 41, 42, 45, 48, 56, 57, 58, 62, 63, 75, 76, 77, 81, 82, 86, 87, 95, 97, 100, 101, 113, 116, 126, 129, 133, 135, 137, 140, 141, 142, 151, 153, 156, 161, 166, 168, 170, 173, 177, 194, 221, 222, 231, 233, 240], "errorbaselin": 95, "errorcod": 222, "errorcount": 48, "errorinfo": 222, "errorlevel": [49, 95], "errorlog": 29, "escal": 208, "escap": [190, 209, 215, 221], "escapehtml": [209, 217], "escapeshellarg": 209, "escapeshellcmd": 209, "eshapetyp": 140, "eslint": [118, 154], "esm": 135, "especi": [3, 14, 20, 40, 42, 44, 49, 76, 82, 90, 122, 154, 184, 189, 209, 231], "essenc": 21, "essenti": [46, 73, 199], "establish": 21, "estat": 134, "estim": [142, 145], "etag": [35, 49, 61, 62, 66, 69, 101, 107, 171], "etc": [20, 21, 29, 41, 46, 71, 77, 122, 129, 130, 150, 151, 153, 154, 156, 161, 176, 186, 189, 192, 217, 243], "eurooffic": 101, "europ": 106, "eux": 152, "eval": [209, 216, 218, 229], "evalu": 188, "evaluatejavascript": 101, "even": [10, 16, 17, 20, 22, 42, 49, 70, 98, 105, 119, 122, 140, 153, 170, 186, 188, 189, 202, 204, 209, 215], "event": [0, 4, 5, 15, 18, 20, 25, 28, 40, 42, 46, 75, 76, 85, 86, 87, 88, 101, 102, 105, 109, 113, 114, 119, 122, 129, 130, 134, 138, 172, 183, 199, 201, 210, 211, 219, 220, 221, 224, 227, 228, 231, 232], "event_data": 169, "event_ent": 229, "event_fail": 229, "event_load_additional_script": [6, 221, 229], "event_load_additional_scripts_loggedin": [6, 221, 229], "event_run": 229, "event_subtyp": 169, "event_success": 229, "event_typ": 169, "eventdispatch": [2, 25, 29, 99, 101, 104, 126, 129, 137, 140, 141, 142, 220, 223, 229, 231], "eventdispatcherinterfac": 229, "eventlogg": 232, "events_listen": 169, "eventsdispatch": [85, 233], "eventslisten": 169, "eventsourc": 229, "eventsubtyp": 169, "eventtyp": 169, "eventu": 221, "ever": [14, 209], "everi": [0, 1, 2, 6, 8, 16, 18, 20, 21, 29, 37, 38, 42, 43, 49, 63, 76, 81, 82, 94, 95, 96, 101, 108, 118, 122, 129, 130, 147, 188, 190, 199, 200, 202, 209, 211, 221, 230, 236, 239, 243], "everybodi": [14, 79, 118], "everyon": [5, 15, 20, 21, 205, 232], "everyth": [9, 15, 21, 46, 49, 61, 107, 115, 122, 185, 190, 199, 229], "everywher": [49, 190], "evolv": [21, 150], "ex": [20, 82, 152, 153, 164, 166, 168, 170, 177], "ex_app": 154, "ex_app_id": 154, "ex_app_menu_entry_nam": 154, "exact": [72, 107, 115], "exactli": [21, 33, 49, 76, 81, 107, 121, 190, 200, 204], "examin": 104, "exampl": [2, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 20, 21, 22, 25, 29, 30, 33, 35, 36, 37, 40, 42, 44, 46, 48, 49, 60, 61, 62, 65, 67, 68, 75, 76, 79, 80, 81, 82, 87, 90, 92, 96, 97, 98, 99, 101, 104, 105, 106, 107, 113, 114, 122, 125, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 144, 151, 154, 155, 156, 160, 166, 167, 170, 172, 174, 179, 185, 187, 188, 190, 194, 198, 200, 204, 209, 217, 227, 229, 230, 232, 233, 234, 236, 239, 240, 243], "exapp": [28, 140, 149, 150, 155, 157, 158, 160, 162, 164, 166, 167, 168, 169, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 183, 201, 231], "exappconfig": [150, 168], "exappprefer": [150, 177], "exapprequir": 231, "exapps_dev": 152, "exappservic": 156, "exce": 129, "exceed": [56, 57, 58], "except": [0, 10, 20, 21, 28, 30, 33, 36, 38, 45, 63, 69, 77, 85, 92, 97, 98, 99, 104, 107, 112, 115, 125, 131, 133, 140, 141, 142, 143, 160, 172, 221, 222, 223, 228, 229, 231, 233, 234], "exceptionalimplement": 233, "excess": 14, "exchang": [20, 88, 101, 113], "exchangedtokenrequestedev": 119, "exclam": 81, "exclud": [178, 209], "exclus": [3, 61, 76, 129], "exec": [49, 152, 189, 190, 192, 209], "execut": [1, 5, 8, 10, 18, 20, 22, 30, 32, 37, 43, 56, 70, 82, 96, 104, 105, 106, 115, 116, 122, 125, 130, 133, 135, 137, 138, 140, 141, 142, 149, 152, 154, 189, 190, 204, 206, 208, 213, 222, 227, 229, 232, 234, 240], "execute_handl": 175, "executequeri": [37, 234], "executestat": [40, 97, 234], "exist": [3, 4, 10, 17, 20, 21, 22, 33, 35, 37, 38, 40, 41, 42, 49, 52, 54, 61, 66, 70, 82, 85, 86, 90, 94, 95, 99, 101, 110, 113, 115, 122, 127, 129, 131, 134, 135, 145, 146, 152, 161, 185, 190, 199, 209, 214, 215, 221, 223, 227, 229, 231, 232, 233], "existingmanag": 146, "exit": [1, 15, 76, 125, 156], "expand": 234, "expans": 150, "expect": [14, 15, 16, 20, 22, 41, 49, 52, 56, 85, 92, 93, 104, 132, 140, 141, 142, 151, 152, 153, 171, 185, 187, 206, 209], "expectedexcept": 41, "expens": [19, 20, 113, 114, 122], "experi": [20, 22, 25, 42, 44, 49, 79, 92, 115, 132, 135, 156, 185, 234], "experiment": [51, 85, 238], "expir": [18, 19, 20, 52, 61, 63, 139], "expired": 52, "expiri": 231, "explain": [0, 14, 49, 76, 81, 82, 105, 125, 129, 188, 189, 190, 192, 204], "explan": [49, 82, 149, 166], "explanatori": [116, 137, 140, 141, 142], "explicit": [21, 45, 90, 233], "explicitli": [14, 21, 29, 49, 81, 90, 94, 107, 130, 131, 140, 206, 209, 213, 220, 221, 228, 231, 233, 239], "explor": [129, 223], "export": [15, 82, 101, 113, 114, 126, 129, 145, 152, 154, 186, 217, 222, 234], "exportdestin": 145, "expos": [29, 45, 46, 54, 69, 73, 75, 90, 99, 101, 105, 115, 128, 147, 152, 158, 165, 234], "exposur": 208, "expr": [37, 104], "express": 37, "ext": [25, 118], "extend": [0, 1, 4, 17, 18, 20, 21, 22, 24, 30, 31, 33, 34, 35, 36, 37, 40, 41, 49, 70, 85, 93, 96, 99, 101, 102, 104, 106, 107, 108, 110, 113, 116, 121, 124, 125, 126, 128, 131, 132, 135, 137, 140, 141, 142, 143, 145, 147, 148, 166, 187, 190, 201, 209, 221, 223, 225, 228, 229, 232, 233, 235, 240, 243], "extendedsupport": 46, "extens": [5, 15, 20, 22, 23, 49, 61, 63, 69, 89, 98, 101, 154, 181, 192, 204, 228, 231, 233], "extern": [17, 22, 29, 46, 48, 61, 72, 73, 76, 102, 113, 119, 125, 131, 134, 150, 154, 160, 164, 165, 178, 201, 204, 206, 209, 223, 231, 233, 234, 241], "externalcalendar": 107, "externallinkact": [224, 234], "externalshareact": [224, 234], "externaltokenrequestedev": 119, "extra": [1, 3, 7, 21, 67, 76, 87, 93, 96, 129, 185, 190], "extra_fil": 10, "extra_info": 129, "extra_param": 192, "extract": [8, 20, 28, 48, 49, 81, 92, 104, 107, 140, 154, 167, 223, 233], "extractmetadata": [104, 229], "extractor": [49, 233], "extrafil": [3, 95], "extrainform": 129, "extran": 232, "extrem": 206, "eyebal": 202, "f": [15, 48, 61, 122, 125, 152, 179], "f1": 62, "f12": 243, "f3e5a15d": 192, "f5ae6efb6e4a3307328a188898968abf000511ab": 152, "f5f5f5": 194, "faaborg": [79, 185], "face": [81, 96, 140, 194, 229], "facetid": 192, "facilit": [35, 44, 206], "fact": [93, 107, 151, 209], "facto": 98, "factor": [5, 12, 20, 44, 88, 113, 125, 159, 164], "factori": [19, 21, 112, 132, 143, 229], "factual": 81, "fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd": 15, "fail": [5, 17, 20, 22, 29, 37, 49, 56, 57, 58, 63, 76, 77, 97, 101, 116, 123, 131, 135, 137, 140, 141, 142, 152, 153, 156, 162, 194, 204, 222, 223, 229, 233], "failover_error": 192, "failover_mod": 192, "failur": [1, 20, 87, 97, 137, 140, 141, 142], "fair": 14, "fairli": 66, "faith": 14, "fake": 192, "fall": [108, 122], "fallback": [5, 20, 25, 38, 107, 129], "fallback_them": 20, "fallbacknam": 129, "fals": [1, 7, 8, 15, 17, 18, 20, 22, 25, 29, 37, 40, 51, 52, 61, 62, 69, 70, 73, 87, 90, 92, 94, 96, 99, 101, 104, 107, 116, 125, 126, 129, 132, 135, 137, 140, 141, 142, 144, 146, 148, 170, 179, 186, 187, 192, 222, 228, 232, 233], "falsi": 231, "famili": [79, 92], "familiar": [21, 43, 82, 89, 98, 122, 190, 204, 205], "famou": 42, "fanci": [96, 107, 116], "faq": 11, "fashion": [37, 129, 238], "fast": [5, 35, 96, 122, 145, 150], "faster": [61, 107, 118, 122, 140, 148, 229, 233], "fastest": 89, "fatal": [29, 135], "faulti": 223, "favicon": 27, "favor": [8, 38, 145, 211, 224, 227, 228, 231, 232], "favorit": [5, 65, 66, 69, 76, 148, 171, 194, 200], "favoriteact": 5, "favoriteprovid": 5, "favour": 213, "favourit": [61, 198], "fea": 129, "feasibl": [10, 97, 134], "featur": [8, 10, 13, 14, 15, 16, 17, 20, 21, 22, 34, 43, 48, 52, 69, 71, 79, 98, 101, 116, 119, 121, 122, 125, 129, 138, 140, 141, 142, 185, 186, 188, 190, 192, 199, 204, 209, 212, 213, 214, 231, 234, 242, 243], "feder": [45, 46, 49, 61], "feed": 5, "feedback": [79, 185, 199, 204], "feel": [21, 32, 76, 159, 161, 162, 167, 202, 204, 223], "fetch": [0, 17, 19, 22, 25, 34, 37, 44, 45, 52, 60, 61, 104, 106, 108, 140, 141, 142, 148, 222, 223, 229, 232, 233, 234], "fetchal": [104, 229, 234], "fetchallassoci": [229, 234], "fetchallforcalendarhom": 107, "fetchallnumer": [229, 234], "fetchassoci": [37, 229, 234], "fetchcolumn": 222, "fetcher": 232, "fetchfirstcolumn": 234, "fetchnumer": [229, 234], "fetchon": [222, 229, 234], "few": [15, 16, 18, 43, 63, 74, 107, 122, 129, 154, 167, 199, 204, 223], "fewer": 16, "ffc3c3": 194, "ffe4a1": 194, "ffe7e7": 194, "ffeec5": 194, "fffff": 194, "ffffff": [46, 194], "fi": [8, 15, 152], "fi_fi": 8, "fichier": 132, "fiction": [0, 129], "field": [5, 21, 37, 43, 50, 52, 54, 56, 57, 58, 59, 78, 82, 87, 89, 93, 104, 134, 136, 140, 151, 154, 165, 178, 179, 188, 189, 190, 194, 202, 223, 231, 232, 233, 234, 239], "field1": 179, "fight": 129, "figur": 116, "file": [0, 2, 5, 6, 7, 10, 11, 12, 13, 15, 16, 21, 23, 28, 32, 33, 36, 40, 41, 42, 43, 45, 46, 48, 49, 51, 53, 60, 64, 65, 66, 67, 69, 71, 75, 80, 81, 82, 83, 84, 85, 89, 94, 95, 96, 98, 102, 105, 107, 110, 113, 116, 118, 122, 126, 127, 128, 129, 130, 132, 133, 134, 135, 137, 140, 141, 142, 148, 150, 151, 152, 154, 165, 167, 169, 172, 174, 175, 176, 178, 183, 185, 186, 187, 190, 192, 201, 208, 215, 219, 221, 222, 225, 226, 227, 228, 229, 230, 233, 235, 236, 238, 239, 243], "file1": [69, 188], "file2": 188, "file_cr": 69, "file_etag": 171, "file_filt": 8, "file_from_env": 15, "file_full_mim": 171, "file_get_cont": 156, "file_hash": 62, "file_id": [43, 104, 186], "file_local_path": 62, "file_mtim": 62, "file_nam": 62, "file_path": 43, "file_permissions_for_own": 171, "file_put_cont": 15, "file_remote_path": 62, "file_s": 62, "fileact": 167, "fileactionsmenu": [150, 169, 171], "filechang": 5, "filecopyrighttext": 185, "filecr": 5, "filedelet": 5, "filedownloadpath": 216, "fileexist": [35, 230, 231, 235], "filefavorit": 5, "fileformat": 8, "fileid": [31, 43, 46, 61, 66, 68, 69, 87, 101, 104, 132, 171, 174, 186, 233], "fileidfield": 104, "fileinfo": [228, 231, 234], "fileisblacklist": [218, 234], "filelistentri": 186, "filelistentryicon": 186, "filelistentrynam": 186, "filenam": [8, 10, 42, 67, 69, 70, 101, 106, 171, 217, 231, 233], "filepath": [15, 43, 70, 87, 220], "fileprogressstr": 42, "filereadingexampl": 38, "filerenam": 101, "filerequest": 52, "filerestor": 5, "files_extern": 192, "files_external_allow_create_new_loc": 36, "files_fulltextsearch": 48, "files_loc": 48, "files_lock": 61, "files_remind": 42, "files_shar": [6, 31, 52, 53, 54, 221, 229], "files_trashbin": [229, 231], "files_vers": 233, "files_zip": 43, "filesactionmenu": 153, "fileslist": 73, "filesmetadata": [104, 229], "filessharingdrop": 232, "filesystem": [0, 17, 28, 32, 39, 41, 42, 76, 122, 237, 241], "filesystem_cache_readonli": 36, "filesystemaccessexampl": 38, "filetablealia": 104, "filetoupload": 70, "filetyp": [25, 171], "fileutil": 70, "filewritingexampl": 38, "fill": [20, 34, 76, 87, 107, 132, 140, 148], "filter": [5, 17, 22, 33, 43, 45, 61, 66, 75, 76, 90, 93, 107, 132, 141, 194, 199, 227, 231, 233], "filterdefinit": 132, "filternotfoundexcept": 231, "filternotificationtyp": 217, "filtertyp": 69, "final": [3, 7, 16, 21, 44, 49, 60, 63, 82, 107, 131, 134, 165, 185, 187, 189, 199, 206, 235], "financi": 13, "find": [14, 15, 22, 37, 46, 49, 52, 61, 71, 79, 82, 83, 89, 95, 97, 105, 106, 107, 110, 118, 125, 127, 153, 154, 156, 161, 185, 189, 190, 199, 211, 212, 231, 234], "findal": [37, 190], "findent": 37, "findonequeri": 37, "findproviderbyid": 110, "findservicebyaddress": 110, "findservicebyid": 110, "findtranslatablefil": 154, "fine": [18, 20, 37, 76, 107, 122, 129, 131, 185], "finer": 19, "fingerprint": [61, 66], "finish": [0, 6, 8, 25, 29, 63, 76, 87, 101, 105, 107, 130, 137, 185, 204], "finishprogress": 130, "fire": [17, 22, 148, 221], "firefox": [98, 243], "firewal": [156, 161], "first": [0, 2, 3, 5, 7, 8, 15, 17, 20, 22, 25, 29, 30, 38, 40, 42, 45, 49, 50, 63, 64, 69, 71, 75, 76, 79, 81, 85, 87, 89, 90, 92, 93, 94, 96, 99, 101, 104, 107, 126, 129, 132, 134, 135, 147, 151, 165, 166, 179, 185, 186, 189, 190, 192, 198, 199, 203, 204, 209, 214, 221, 222, 225, 229, 232, 234, 239, 243], "first_menu": [154, 171], "firstdai": 50, "firstli": [49, 130], "firstlogin": 229, "firstnam": [186, 192], "firstresult": 104, "fist": [141, 142], "fit": [20, 82, 132, 134, 141, 142], "five": [20, 29, 133], "fix": [14, 16, 49, 72, 76, 79, 82, 97, 115, 118, 130, 140, 185, 188, 193, 204, 211, 231], "fixer": [3, 187], "flag": [1, 17, 18, 22, 49, 52, 76, 92, 93, 119, 130, 170, 213, 231, 233, 234], "flag_": 92, "flag_index": 93, "flag_intern": 90, "flag_sensit": [90, 92, 93], "flat": 76, "fledg": 9, "flexibl": [21, 40, 76, 89, 129, 190], "flip": 194, "float": [20, 37, 76, 90, 93, 140, 145, 194, 227, 228], "flow": [60, 71, 75, 76, 90, 101, 111, 113, 153, 154, 163, 172, 183, 201, 204], "fluent": 222, "fly": [20, 76, 98], "fn": [2, 92, 148], "focu": [76, 101, 129, 198, 199], "focus": [20, 76, 129, 194], "focusoncr": 129, "focuss": 194, "folder": [5, 7, 8, 10, 17, 20, 22, 23, 25, 27, 38, 40, 41, 43, 45, 49, 51, 62, 63, 65, 66, 67, 68, 71, 73, 75, 76, 82, 89, 105, 107, 115, 129, 134, 148, 152, 154, 167, 189, 190, 192, 196, 199, 200, 209, 228, 229, 230, 231, 232, 233, 234, 236, 239], "folderpath": 70, "follow": [0, 5, 7, 8, 10, 14, 15, 19, 20, 21, 22, 25, 26, 27, 30, 32, 33, 37, 40, 41, 42, 43, 44, 48, 49, 52, 54, 62, 64, 66, 69, 72, 73, 79, 81, 82, 85, 87, 89, 94, 95, 96, 97, 98, 99, 101, 104, 106, 107, 112, 116, 118, 121, 125, 126, 127, 128, 129, 130, 131, 132, 137, 140, 141, 142, 143, 147, 149, 150, 151, 152, 153, 154, 156, 161, 164, 165, 166, 170, 171, 186, 188, 189, 190, 192, 198, 199, 204, 209, 217, 225, 227, 228, 229, 231, 232, 233, 234, 238, 239, 240, 242, 243], "font": [194, 219], "font_siz": 20, "foo": [0, 3, 20, 21, 46, 99, 101, 146, 179, 186, 187, 188], "foobar": [20, 240], "fooservic": 21, "fopen": [209, 228], "forbid": [20, 218], "forbidden": [20, 26, 49, 69, 70, 107, 145], "forbidden_filenam": 231, "forbidden_filename_charact": 231, "forbidden_filename_extens": 231, "forbiddenexcept": 49, "forc": [14, 42, 45, 149, 204, 232], "force_languag": 42, "forcelanguag": [42, 46, 232], "foreach": [26, 106, 134, 135, 140, 234], "foreground": 233, "foreign": [37, 209], "forgeri": [190, 208], "forget": 209, "fork": 82, "form": [5, 13, 20, 23, 34, 42, 49, 69, 76, 77, 87, 99, 113, 114, 128, 199, 200, 209, 231], "formal": 140, "format": [20, 44, 48, 50, 52, 61, 69, 76, 101, 107, 113, 114, 118, 120, 129, 135, 140, 151, 154, 169, 186, 187, 190, 192, 206, 221, 229, 232, 234, 240], "formatd": [134, 215, 217, 220], "formatfiles": 221, "formattodo": 49, "former": 70, "formerli": 120, "formid": 179, "formschem": 179, "forum": [5, 14, 122, 185, 202, 208, 209], "forward": [3, 16, 18, 29, 149, 171], "found": [1, 5, 10, 14, 16, 17, 20, 21, 22, 25, 37, 40, 46, 49, 50, 54, 56, 57, 61, 66, 69, 89, 93, 95, 97, 104, 106, 107, 118, 129, 136, 151, 153, 166, 167, 173, 174, 192, 222, 225, 229, 232, 240, 243], "foundat": [78, 194, 201], "four": [8, 69, 76, 82], "fox": 48, "fragment": 33, "frame": [101, 133, 209, 217], "framework": [21, 49, 73, 96, 126, 133, 154, 190, 209, 232, 234], "free": [32, 46, 61, 76, 116, 132, 137, 140, 141, 142, 159, 161, 162, 167, 202, 223], "freedom": 129, "freeforal": 20, "freeprompttasktyp": [142, 231], "freespac": 233, "frequent": [90, 97, 130, 149, 150, 161, 163, 201], "fresh": [19, 110], "freshli": [48, 101], "friendli": [14, 79, 81, 204], "friendsofphp": 3, "from": [0, 1, 5, 7, 8, 9, 10, 14, 15, 16, 17, 18, 22, 25, 26, 28, 29, 30, 36, 37, 40, 41, 42, 43, 44, 45, 47, 49, 53, 54, 57, 58, 59, 61, 63, 65, 66, 69, 70, 72, 73, 76, 77, 79, 81, 82, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 110, 113, 115, 116, 119, 122, 125, 126, 127, 129, 130, 131, 132, 133, 135, 136, 138, 139, 140, 141, 142, 145, 146, 148, 149, 150, 152, 154, 155, 162, 164, 165, 166, 167, 169, 170, 171, 173, 175, 178, 179, 185, 188, 189, 190, 192, 194, 198, 202, 204, 209, 212, 215, 217, 219, 220, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 234, 235, 236, 240, 243], "fromcal": [0, 126], "fromlabel": 58, "fromlanguag": [58, 116], "frommailaddress": 215, "fromparam": 227, "fromrow": 227, "front": [16, 28, 49, 95, 96, 99, 106, 115, 126, 148, 183, 199, 201, 241], "frontend": [17, 20, 22, 42, 47, 64, 82, 87, 96, 98, 125, 129, 131, 135, 140, 149, 151, 155, 171, 191, 226, 232], "frontpagerout": [33, 190, 230], "frp": 152, "frp_0": 152, "frp_url": 152, "frpc": 152, "fruit": 204, "fssl": 82, "ftp": 242, "fulfil": [107, 194], "full": [1, 9, 18, 19, 20, 25, 29, 38, 42, 47, 61, 66, 69, 76, 81, 96, 98, 108, 124, 132, 133, 135, 187, 190, 193, 198, 219, 221, 222, 223, 234, 239], "fulli": [69, 93, 106, 127, 130, 152, 185, 213, 220, 230], "fulltextsearch": [45, 75], "fun": 205, "func": 37, "function": [0, 1, 2, 3, 14, 16, 17, 18, 19, 20, 21, 22, 25, 26, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 49, 60, 69, 71, 73, 79, 87, 90, 92, 94, 96, 97, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 115, 116, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 154, 156, 167, 180, 185, 190, 199, 209, 215, 218, 221, 222, 227, 229, 231, 232, 233, 234, 240, 243], "fundament": 49, "funni": 140, "further": [5, 17, 20, 22, 42, 46, 51, 61, 75, 79, 85, 97, 98, 106, 131, 145, 156, 166, 185, 188], "futur": [10, 21, 37, 43, 47, 51, 85, 92, 115, 123, 125, 129, 144, 166, 186, 209, 215, 218, 220, 223, 227, 229, 231], "fwrite": 141, "g": [0, 1, 3, 5, 12, 16, 18, 20, 21, 22, 25, 26, 29, 32, 33, 34, 36, 37, 40, 42, 46, 49, 52, 53, 54, 61, 69, 72, 81, 82, 87, 89, 94, 95, 96, 98, 101, 105, 110, 115, 122, 124, 125, 130, 131, 132, 133, 134, 135, 138, 140, 141, 142, 150, 151, 152, 153, 154, 161, 165, 167, 171, 181, 185, 186, 188, 189, 190, 192, 194, 199, 209, 221, 222, 223, 229, 239], "galera": [37, 122], "game": 5, "gap": 40, "gaug": 120, "gave": 105, "gd": [15, 242], "gen": 150, "gender": 78, "gener": [5, 8, 10, 13, 15, 16, 17, 20, 21, 22, 24, 26, 27, 30, 33, 37, 38, 42, 44, 45, 47, 56, 61, 69, 75, 76, 77, 78, 79, 80, 85, 88, 89, 92, 96, 98, 101, 104, 106, 107, 113, 114, 115, 120, 122, 130, 131, 132, 134, 135, 140, 142, 161, 165, 171, 188, 191, 201, 202, 218, 222, 234, 235, 236, 238], "general_log": 98, "generatebirthdai": 5, "generateev": 69, "generatefilepath": 220, "generateocsurl": [129, 220], "generaterandombyt": 215, "generateremoteurl": [61, 220], "generatesecurepasswordev": 232, "generateurl": [25, 154, 220], "genericev": 229, "genericfileexcept": 228, "generichandl": 147, "genericrespons": 147, "genr": 129, "genrsa": 192, "genuin": 204, "germani": 123, "get": [0, 1, 8, 9, 11, 14, 15, 16, 17, 18, 19, 21, 22, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 53, 54, 56, 60, 66, 69, 71, 72, 76, 79, 82, 86, 88, 90, 93, 96, 97, 98, 100, 101, 104, 106, 108, 113, 114, 121, 127, 128, 131, 132, 133, 134, 136, 138, 140, 141, 144, 146, 147, 149, 153, 154, 165, 166, 171, 172, 178, 185, 190, 192, 199, 201, 204, 208, 220, 221, 223, 229, 230, 231, 232, 233, 234, 240], "get_icon": 126, "getabsolutepath": 70, "getabsoluteurl": [96, 124, 211], "getacl": 107, "getactionlabel": 228, "getactivitymanag": 221, "getaddressbook": 227, "getal": [227, 229], "getallappvalu": 90, "getallsharesinfold": 233, "getallvalu": [90, 93], "getalternateid": 132, "getapp": [29, 69, 90, 93, 99], "getappconfig": [92, 221, 233], "getappcontain": 0, "getappdatadir": 221, "getappdatadirectorynam": 231, "getappfetch": 221, "getappfold": [22, 221], "getappfromnamespac": 235, "getappid": [94, 107, 124, 137, 140, 141, 142], "getappinfo": 229, "getappinstalledvers": 233, "getappkei": 90, "getappmanag": 221, "getappnamespac": [211, 235], "getapppassword": 44, "getappvalu": [36, 99, 134], "getappvaluebool": 90, "getappvalueint": 90, "getappvaluestr": 90, "getappvers": [229, 233], "getargu": 1, "getauthor": 42, "getauthorizedappconfig": 34, "getauthornam": 42, "getautocompletemanag": 221, "getavailablelanguag": 116, "getavailabletasktyp": [140, 142, 233], "getavailabletasktypeid": [140, 233], "getavatar": 108, "getavatarmanag": [221, 233], "getbodi": [112, 233], "getbruteforcethrottl": 221, "getbyid": [38, 41, 234], "getbytoken": 20, "getcach": 38, "getcalendar": [107, 224], "getcalendarincalendarhom": 107, "getcalendarmanag": [221, 233], "getcalendarresourcebackendmanag": [221, 233], "getcalendarroombackendmanag": [221, 233], "getcalendarsforprincip": 106, "getcanonicallocal": 221, "getcap": [43, 49, 218], "getcapabilitiesmanag": 221, "getcategori": [134, 135], "getcertificatemanag": 221, "getchild": 107, "getchildren": 107, "getcloudfederationfactori": [221, 233], "getcloudfederationprovidermanag": [221, 233], "getcloudidmanag": 221, "getcollaboratorsearch": 221, "getcommandbu": [221, 233], "getcommentsmanag": [221, 233], "getcompletionexpectedat": 140, "getconfig": 221, "getcont": [35, 38, 41, 228], "getcontactsmanag": 221, "getcontain": [21, 22, 30, 36, 41], "getcontentlanguag": 61, "getcontentlength": [61, 66], "getcontentsecuritypolicymanag": [221, 233], "getcontentsecuritypolicynoncemanag": 221, "getcontenttyp": [61, 66, 107], "getcontext": [17, 22, 232], "getcooki": 20, "getcountrycodeforregion": [123, 229], "getcreat": 101, "getcreatedat": 132, "getcredentialsmanag": [221, 233], "getcrop": 229, "getcrypto": 221, "getcspnonc": [154, 231], "getcsrftokenmanag": 221, "getcurrentoutofofficedata": 121, "getcurrentus": [61, 218, 220], "getcurrentuserfold": 38, "getcursor": 132, "getcustomfilt": 132, "getcustomid": 140, "getcustomlogg": [223, 230], "getcustompsrlogg": [29, 223, 230], "getdata": [20, 70, 121], "getdatabaseconnect": 221, "getdatabaseplatform": 231, "getdatabaseprovid": [37, 231, 233], "getdatetim": [139, 143, 228], "getdatetimeformatt": [221, 233], "getdatetimezon": [221, 233], "getdeclarativesettingsvaluelisten": 99, "getdefaultpageurl": 235, "getdefaulttimezon": 233, "getdefaulttyp": 217, "getdeletedbi": 231, "getdescript": [140, 142, 144, 145], "getdetail": [90, 93], "getdetailsbyid": 234, "getdirectorycont": 61, "getdirectorylist": 35, "getdisabledus": 231, "getdisableduserlist": 231, "getdisplayid": 124, "getdisplaynam": [1, 122, 124, 144, 145, 215], "geteditor": 101, "getelementbyid": 126, "getemailaddress": 108, "getencryptionfileshelp": 221, "getencryptionkeystorag": [221, 233], "getencryptionmanag": 221, "getendd": 121, "getendedat": 140, "getenv": [15, 20], "geteremotesharesforfileoper": 70, "geterrormessag": [137, 140, 141, 142], "getestimatedexports": [145, 228], "getetag": [35, 61, 66, 107], "getev": 105, "geteventdispatch": 221, "geteventlogg": [221, 233], "getexistinglock": 220, "getexpectedruntim": [140, 142], "getextens": 101, "getextrainform": 129, "getfieldid": 99, "getfil": [35, 101, 137], "getfilecont": [38, 145], "getfileid": 137, "getfilt": 132, "getfilterbyid": 231, "getfirstlogin": 232, "getfirstresult": 224, "getfold": 35, "getfoo": 240, "getforbiddenfilenamechar": 231, "getform": [34, 134, 232], "getfullnam": 108, "getgeneratorhelp": 221, "getgetredisfactori": 221, "getglobalscaleconfig": [221, 233], "getglobalstoragesservic": 221, "getgroup": [107, 215], "getgroupmanag": 221, "getgroupparamet": 217, "getgroupus": 215, "gethash": 221, "gethead": [20, 112, 135, 215], "getheight": 229, "gethelp": 1, "gethom": 146, "gethost": [218, 234], "gethostnam": [218, 234], "gethttpclientservic": [221, 233], "gethttprequest": 147, "geticon": [34, 69, 105, 124, 134], "geticonclass": [96, 231], "geticonurl": [96, 129, 231], "getid": [31, 34, 38, 94, 96, 101, 121, 124, 126, 129, 132, 134, 140, 141, 142, 144, 145, 231, 234], "getidentifi": [69, 141, 142], "getidremoteshar": 70, "getimageurl": 129, "getincludewatermark": [140, 234], "getiniwrapp": [221, 233], "getinput": [140, 141, 142], "getinputshap": 140, "getinputshapedefault": 140, "getinputshapeenumvalu": 140, "getintegritycodecheck": 221, "getitem": [96, 126], "getitemsv2": 96, "getitemurl": 94, "getjob": 227, "getjoblist": 221, "getjobsiter": 227, "getkei": [90, 93], "getknownmetadata": [104, 229], "getl10n": 221, "getl10nfactori": 221, "getlabel": 110, "getlanguag": 116, "getlanguagecod": 42, "getlastlogin": 37, "getlastmodifi": [61, 66, 107], "getlastupd": 140, "getldapprovid": 221, "getlevel": 29, "getlimit": 132, "getlinkdescript": 129, "getlinktitl": 129, "getlockingprovid": 221, "getlogfactori": [221, 233], "getlogg": [221, 232], "getlogoclaim": 229, "getlowstrengthgener": 217, "getmail": 221, "getmanageruid": 146, "getmediumstrengthgener": 217, "getmemcachefactori": 221, "getmessag": [29, 49, 69, 121], "getmetadata": [104, 229], "getmetadatakeyfield": [104, 229], "getmetadataqueri": [104, 229], "getmetadatavaluefield": [104, 229], "getmigratorvers": 145, "getmimetyp": [35, 101, 232], "getmimetypedetector": 221, "getmimetypeload": 221, "getmimetypesopt": 101, "getmock": 41, "getmockbuild": 41, "getmod": 229, "getmountmanag": [221, 233], "getmountpoint": 38, "getmountprovidercollect": [221, 233], "getmtim": 35, "getnam": [17, 22, 31, 34, 35, 69, 101, 105, 107, 116, 125, 130, 132, 134, 135, 137, 140, 141, 142, 186], "getnavig": [217, 229], "getnavigationmanag": [221, 233], "getnod": [31, 104, 229], "getnoexpirationd": 231, "getnonexistingnam": 234, "getnotificationmanag": 221, "getnotificationtyp": 217, "getnumberofimag": 141, "getobjectid": [69, 234], "getobjectnam": 69, "getobjecttyp": 69, "getocscli": 221, "getopt": 1, "getoptionalinputshap": 140, "getoptionalinputshapedefault": 140, "getoptionalinputshapeenumvalu": 140, "getoptionaloutputshap": 140, "getoptionaloutputshapeenumvalu": 140, "getord": [96, 129, 132], "getoutput": [140, 142], "getoutputimag": 141, "getoutputshap": 140, "getoutputshapeenumvalu": 140, "getown": [107, 228, 232], "getparam": [147, 230], "getpassword": 224, "getpasswordhash": [128, 231], "getpasswordprotectedshar": 20, "getphonenumb": 37, "getpictur": 19, "getport": [218, 234], "getpreferstream": [140, 213], "getpreviewbyfileid": 132, "getpreviewmanag": [221, 233], "getprimaryaddress": 110, "getprior": [34, 69, 124, 134], "getprogress": 140, "getproperti": [107, 108], "getprotocol": [218, 234], "getpsalm": [3, 95], "getquerybuild": [37, 40], "getqueryforfilt": 217, "getquerylogg": [221, 233], "getquerypart": 231, "getreason": 234, "getreferenceid": 220, "getreloadinterv": 96, "getremoteapifactori": [221, 233], "getremoteinstancefactori": [221, 233], "getremotesharesforfileoper": 70, "getremotesharesoper": 70, "getreplacementuserdisplaynam": 121, "getreplacementuserid": 121, "getreportintermediateoutput": 140, "getrequest": 221, "getrequesttoken": 231, "getrequesturi": 215, "getreshar": 70, "getresourcerichobject": 126, "getrevis": 233, "getrootfold": [22, 221], "getrootpath": [218, 220], "getrooturl": 220, "getrout": [221, 233], "getscheduledat": 140, "getschema": 99, "getscriptnam": 215, "getscrollbarwidth": 216, "getsearch": 221, "getsecondaryaddress": 110, "getsect": [34, 134], "getsecurerandom": 221, "getserv": [2, 21], "getservercontain": [104, 125], "getserverhost": 215, "getserverprotocol": 215, "getservicex": 21, "getsess": 221, "getsessioncryptowrapp": 221, "getsettingbyid": 231, "getsettingsmanag": 221, "getsettingsnavig": 229, "getshapetyp": 140, "getshar": 20, "getsharemanag": [221, 233], "getshareown": 31, "getsharesop": 70, "getsharingtoken": 232, "getshortmessag": 121, "getsiz": [35, 107, 227], "getslogan": 31, "getspecialparameterlist": 217, "getstartd": 121, "getstartedat": 140, "getstat": 231, "getstatu": [20, 140, 141, 142, 148], "getstatuscod": 112, "getstorag": [38, 233], "getstoragefactori": [221, 233], "getstoragesbackendservic": 221, "getstr": 70, "getstrict": 92, "getsubject": 69, "getsupportedapp": 233, "getsupportedfilt": 132, "getsupportedprivileg": 107, "getsupportedprivilegeset": 107, "getsupportedsearchproviderid": 129, "getsystemconfig": 221, "getsystemtagmanag": [221, 233], "getsystemtagobjectmapp": [221, 233], "getsystemvalu": [34, 36], "getsystemvaluebool": [36, 135], "getsystemvalueint": 36, "getsystemvaluestr": 36, "gettabl": 40, "gettagmanag": [221, 233], "gettagsbyid": 229, "gettarget": 124, "gettask": [140, 141, 142], "gettasktyp": 142, "gettasktypeid": 140, "gettempl": [101, 144], "gettempmanag": 221, "getter": [22, 37, 90, 108, 227, 228, 233], "gettext": 8, "getthemingdefault": 221, "gettim": [143, 228], "gettimezon": [143, 233], "gettitl": [96, 101, 124, 126, 129], "gettodo": 49, "gettoken": [128, 229], "gettranscript": 137, "gettrusteddomainhelp": 221, "gettwofactorauthmanag": 221, "gettyp": [126, 142], "gettypedquerybuild": 213, "gettypeicon": 217, "getuid": [38, 99, 124, 126, 146], "getuploadedfil": 20, "geturl": 96, "geturlgener": 221, "geturlparamet": [217, 220], "getus": [22, 38, 99, 101, 121, 209, 243], "getuserconfig": 92, "getuserdata": 145, "getuserfacingerrormessag": 140, "getuserfold": [22, 38], "getuserglobalstoragesservic": 221, "getuserid": [93, 126, 137, 138, 140, 141, 142], "getuserlanguag": 42, "getusermanag": 221, "getusermountcach": 221, "getusernam": 220, "getusersess": 221, "getuserstatus": 138, "getuserstoragesservic": 221, "getusertask": 141, "getusertasksbyapp": 141, "getuservalu": [36, 99], "getvalu": [93, 99], "getvaluearrai": [90, 93], "getvaluebool": [90, 93], "getvalueflag": 93, "getvaluefloat": [90, 93], "getvalueint": [90, 93], "getvaluesbyapp": 93, "getvaluesbyus": 93, "getvaluestr": [90, 92, 93], "getvaluetyp": [90, 93], "getvers": 145, "getwebhookmethod": 140, "getwebhookuri": 140, "getwebroot": 221, "getwidgetbutton": 96, "getwidgetitem": 96, "getwidgetitemsv2": 96, "getwidgetopt": 96, "getwidth": 229, "ghcr": [154, 165, 166], "giant": 21, "gif": [129, 171], "giphi": 129, "git": [3, 5, 7, 15, 82, 89, 125, 129, 149, 154, 185, 188, 189, 192], "github": [3, 5, 7, 8, 10, 11, 12, 14, 16, 37, 43, 49, 64, 71, 72, 73, 87, 95, 96, 97, 115, 125, 129, 149, 151, 152, 161, 165, 185, 187, 189, 190, 203, 204, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 232, 240, 243], "github_notif": 96, "github_token": 15, "github_usernam": 82, "githubusercont": [82, 152, 156], "githubusernam": 202, "gitignor": 3, "gitkeep": 8, "give": [0, 7, 10, 15, 16, 20, 22, 35, 46, 49, 71, 81, 82, 87, 97, 98, 101, 122, 125, 129, 132, 185, 188, 192, 199, 202, 220, 222, 232], "given": [5, 18, 20, 33, 40, 42, 45, 52, 58, 59, 66, 69, 94, 101, 106, 107, 123, 133, 144, 148, 150, 192, 199, 202, 204, 228, 229, 231, 232, 233], "glad": 150, "glass": 76, "glib": 82, "global": [20, 21, 25, 28, 36, 37, 42, 53, 61, 86, 90, 93, 95, 98, 104, 113, 132, 185, 186, 192, 198, 199, 226, 227, 234, 235], "glossari": [163, 191, 201], "gmbh": 185, "gmt": 61, "gnome": 79, "gnu": 185, "gnupg": 152, "gnupghom": 152, "go": [13, 20, 23, 41, 42, 45, 61, 72, 76, 82, 101, 105, 122, 126, 129, 148, 151, 166, 185, 188, 190, 192, 204, 231], "goal": [14, 82, 148, 199, 204], "goe": [0, 21, 23, 98, 106, 132, 165, 189, 199], "golang": 151, "good": [20, 36, 42, 44, 49, 71, 90, 107, 131, 160, 185, 194, 196, 202, 204], "googl": [20, 21, 79, 98], "googletest": 243, "gosu": 152, "gosu_vers": 152, "got": [115, 129, 215, 221, 222, 229], "goto": 73, "gotorout": 73, "gp": 229, "gpg": 152, "gpgconf": 152, "gpl": 5, "gpl3": 5, "gpt": 140, "gpu": [151, 162, 163, 165], "gracefulli": 115, "grain": [18, 185], "grammar": [8, 140], "grammat": 42, "grant": [8, 10, 20, 34, 44, 52, 176, 209], "graph": 129, "great": [14, 15, 49, 71, 81, 110], "greatli": [200, 204], "greet": [1, 190], "grep": [5, 16], "grid": [77, 194], "group": [0, 1, 8, 34, 36, 37, 45, 46, 48, 52, 61, 70, 73, 96, 122, 132, 134, 135, 138, 155, 176, 184, 185, 189, 209, 215, 218, 221, 228, 229, 231], "group1": 48, "groupbackendregist": 221, "groupdeletedev": 229, "groupfold": [231, 236], "groupid": [22, 70], "groupinterfac": 228, "groupmanag": 232, "groupwar": [106, 113, 201], "grow": 185, "grunt": 118, "gt": [66, 104], "guarante": [18, 90, 121, 122, 135, 140, 190, 231], "guard": [1, 133], "guess": [20, 58], "guest": [20, 46, 56, 57, 58, 61, 76, 128, 235], "gui": 82, "guid": [8, 38, 63, 73, 76, 78, 79, 161, 201, 204, 214], "guidanc": [49, 81], "guidelin": [11, 28, 76, 77, 79, 151, 191, 201, 202, 203, 204, 208], "guidelines_and_howto": 204, "guyjgtckptkci4epiriupiexgj8wninmfsfhabacrpzukmeawzsm54bfkfuzwksbps7jmtfqjesklpyjxyhphlgk8szbn9hxlxjohix5ixgjkdokkztyczuwhlsg3yfg": 44, "gz": [15, 16, 152], "h": [44, 46, 48, 62, 64, 66, 82, 96, 101, 126, 129], "h2": 134, "h3": 134, "ha": [0, 3, 5, 10, 14, 16, 17, 18, 19, 20, 21, 22, 25, 29, 30, 33, 35, 37, 40, 42, 43, 44, 47, 48, 49, 52, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 76, 77, 80, 81, 82, 94, 95, 96, 99, 101, 103, 107, 110, 115, 118, 123, 126, 127, 129, 131, 132, 134, 137, 139, 140, 141, 142, 144, 146, 149, 154, 165, 166, 169, 171, 175, 185, 188, 189, 190, 192, 199, 204, 206, 209, 210, 213, 215, 218, 221, 222, 223, 225, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240], "had": [3, 202, 220, 227, 228], "hadn": 222, "hairi": [185, 188], "halfemptycontentmessag": 96, "ham": 187, "hamper": 14, "hand": [14, 21, 46, 81, 105, 140, 206], "handbook": 243, "handl": [4, 10, 14, 15, 21, 22, 25, 27, 29, 30, 36, 37, 40, 43, 45, 63, 86, 90, 94, 97, 98, 101, 102, 104, 113, 115, 122, 128, 129, 131, 134, 137, 139, 140, 141, 142, 144, 145, 147, 148, 150, 166, 167, 171, 186, 188, 190, 199, 200, 202, 204, 209, 222, 226, 231, 232, 235, 236], "handlebar": [219, 235, 239], "handleerror": 49, "handlegetproperti": [2, 148], "handleimipmessag": [107, 227], "handler": [2, 44, 49, 70, 86, 99, 101, 113, 148, 153, 166, 171, 234], "handler_rout": 175, "happen": [10, 17, 18, 22, 25, 37, 42, 46, 58, 81, 97, 105, 115, 118, 122, 140, 153, 209, 232], "happi": 14, "haproxi": [158, 165], "haproxy_password": 165, "hard": [14, 21, 22, 76, 107, 115, 190, 206], "hardcod": 231, "harder": [20, 21, 37, 185], "hardwar": 159, "harm": 15, "harp": [155, 163], "hasannot": 30, "hasappkei": 90, "hasbackend": 139, "hasbeenaccess": 101, "hascalendarincalendarhom": 107, "hasconfig": 90, "hash": [10, 61, 128, 136, 231], "hasher": 232, "haskei": [90, 93, 216], "hasmobilesupport": 192, "hasn": 16, "hasprovid": [116, 137, 140, 141, 142], "hasreservedjob": 228, "hasservic": 110, "hassvgsupport": 216, "hastabl": 136, "hastemplatesavea": 192, "have": [0, 5, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 33, 34, 35, 37, 38, 40, 42, 44, 48, 49, 50, 52, 54, 61, 63, 64, 70, 72, 73, 76, 77, 79, 80, 81, 82, 83, 85, 87, 89, 90, 92, 93, 95, 96, 98, 99, 107, 110, 115, 116, 118, 121, 122, 123, 128, 129, 130, 131, 132, 133, 134, 137, 140, 141, 142, 144, 150, 151, 156, 158, 159, 160, 162, 166, 167, 170, 175, 176, 185, 186, 188, 189, 190, 192, 194, 195, 198, 199, 200, 202, 204, 206, 209, 213, 221, 222, 223, 225, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 241, 243], "haven": 222, "he": 81, "head": [9, 13, 16, 33, 62, 76, 77, 81, 82, 86, 113, 135, 144, 231], "header": [17, 22, 25, 30, 32, 44, 45, 46, 50, 51, 52, 53, 54, 56, 57, 58, 59, 62, 63, 64, 65, 74, 76, 86, 101, 108, 112, 113, 115, 125, 166, 170, 178, 183, 190, 191, 192, 193, 194, 199, 209, 227, 232, 233, 240], "headermiddlewar": 30, "headers_to_exclud": 178, "headlin": [42, 124, 140, 142], "headlinetasktyp": [142, 231], "health": 153, "healthcheck": 166, "healthi": 166, "hear": 14, "heartbeat": [151, 165, 183], "heavi": [104, 122, 160], "heavili": [3, 202, 226], "height": [17, 22, 77, 129, 194, 199, 229], "hell": 115, "hello": [1, 42, 43, 69, 81, 103, 130, 147, 186, 190, 198], "help": [0, 5, 8, 9, 14, 21, 22, 33, 37, 40, 42, 43, 48, 49, 76, 82, 92, 98, 99, 100, 104, 107, 108, 113, 120, 125, 129, 133, 149, 154, 159, 184, 185, 186, 188, 189, 199, 201, 202, 203, 204, 208, 231], "helper": [0, 1, 20, 21, 29, 45, 76, 87, 90, 97, 98, 102, 107, 113, 115, 129, 133, 190, 231, 234], "henc": [3, 5, 118, 132, 144, 221, 222], "her": 122, "here": [0, 9, 20, 21, 22, 25, 33, 36, 43, 45, 46, 49, 61, 70, 71, 73, 76, 82, 83, 89, 96, 98, 99, 101, 105, 106, 107, 116, 120, 128, 129, 131, 137, 140, 142, 148, 153, 154, 161, 162, 167, 171, 173, 174, 180, 186, 187, 188, 189, 190, 196, 198, 199, 204, 222, 229, 240, 243], "heveri": 243, "hex": [46, 62, 76], "hexadecim": 129, "hi": [20, 81, 186, 187], "hidden": [61, 69, 90, 93, 103, 175, 190, 193, 194, 198, 199, 231, 232], "hide": [42, 49, 61, 93, 118, 139, 192, 193, 194, 199, 200, 232], "high": [19, 20, 38, 76, 185, 194, 209, 237], "highcontrast": 221, "higher": [5, 16, 38, 199, 217, 227], "highest": 20, "highli": [0, 10, 12, 16, 20, 95, 115, 131, 149, 159, 211, 221, 229], "highlight": [19, 76, 77, 209, 233], "hint": [20, 21, 22, 36, 81, 99, 127, 190, 199, 215, 220, 221, 222], "hintexcept": 36, "histori": [47, 73, 140, 154, 199], "hit": 125, "hkp": 152, "ho": 187, "hoist": 186, "hold": [8, 17, 20, 22, 44, 76, 97, 131, 232, 240], "hole": [20, 209], "home": [15, 27, 38, 46, 76, 82, 146, 152, 192, 215], "homebrew": 82, "homepag": [5, 129], "homogen": 199, "hood": 190, "hook": [0, 2, 28, 30, 75, 221, 222, 232], "horizont": 160, "host": [8, 48, 86, 92, 101, 110, 113, 114, 115, 135, 149, 150, 152, 158, 159, 160, 161, 165, 190, 192, 199, 209, 218, 222, 234, 243], "hostnam": [133, 136, 156, 192, 218, 230, 234], "hostvalid": 133, "hot": 90, "hour": [18, 42, 46, 63, 69, 76, 133, 141, 198], "housekeep": [44, 64], "hover": [79, 125, 185, 194, 195, 198, 199, 233], "hoverclass": 199, "how": [0, 11, 18, 20, 25, 28, 32, 42, 43, 45, 46, 61, 66, 71, 72, 76, 79, 89, 95, 96, 97, 98, 101, 105, 106, 118, 125, 126, 127, 129, 132, 133, 140, 141, 142, 144, 147, 150, 162, 167, 179, 185, 188, 189, 191, 201, 206, 209, 213, 214, 223, 233, 234, 241, 243], "howev": [8, 14, 20, 35, 38, 46, 49, 82, 85, 93, 96, 97, 98, 106, 107, 115, 126, 140, 141, 142, 204, 209, 221, 222, 229, 232, 233, 238], "href": [42, 61, 66, 104, 108, 147, 198, 199, 200, 209], "html": [7, 14, 23, 26, 28, 49, 61, 73, 97, 100, 103, 110, 113, 131, 154, 156, 175, 185, 186, 189, 190, 192, 201, 209, 221, 227, 229, 243], "html5": [184, 195], "http": [0, 3, 5, 6, 7, 8, 10, 13, 15, 20, 25, 30, 31, 32, 33, 34, 37, 43, 44, 46, 48, 49, 60, 61, 62, 63, 64, 66, 67, 68, 70, 72, 73, 74, 82, 86, 95, 96, 97, 98, 104, 107, 108, 113, 115, 116, 118, 125, 128, 129, 130, 131, 132, 133, 134, 136, 137, 140, 141, 142, 147, 148, 149, 151, 152, 153, 156, 161, 165, 166, 170, 174, 175, 178, 189, 190, 192, 196, 202, 204, 209, 215, 218, 219, 220, 221, 222, 227, 228, 229, 230, 231, 232, 233, 234, 235, 240, 243], "http_content_typ": 20, "http_proxi": 156, "httpclient": 70, "httpd": 189, "httphelper": 215, "httpprovid": 25, "https_proxi": 156, "hu": 8, "hu_hu": 8, "hub": 43, "huggingfac": 166, "human": [42, 79, 90, 101, 129, 140], "humanfiles": [217, 220, 221, 233], "hundr": 206, "hungri": 104, "hurdl": [42, 44], "hw39yxkp": 96, "hyperlink": 101, "hyphen": 1, "i": [0, 1, 2, 3, 5, 6, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 73, 74, 76, 77, 79, 80, 81, 83, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 113, 114, 115, 116, 118, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 141, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 156, 158, 159, 160, 162, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 180, 181, 185, 186, 187, 188, 189, 190, 192, 193, 194, 196, 197, 198, 199, 202, 203, 206, 209, 210, 211, 212, 213, 215, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243], "i_request": 186, "iaccountmanag": [124, 228, 231, 233], "iaction": [231, 233, 234], "iactionfactori": 108, "iactivatablebyadmin": 144, "iaddress": 110, "iapicollect": 210, "iapifactori": 210, "iapp": 231, "iappconfig": [21, 90, 92, 230, 232, 233], "iappcontain": [215, 221], "iappdata": [35, 38, 233], "iappmanag": [21, 211, 228, 229, 231, 232, 233, 235], "iattribut": 231, "iauthmechanismprovid": 25, "iauthormapp": 21, "iavailabilitycoordin": 121, "iavatarmanag": [21, 232], "ibackend": 106, "ibackendprovid": 25, "ibinaryfind": 233, "iboostrap": 233, "ibootcontext": [0, 21, 25, 30, 49, 96, 101, 104, 106, 116, 124, 125, 126, 132, 137, 140, 141, 142, 145, 147], "ibootstrap": [0, 2, 21, 25, 30, 31, 49, 96, 101, 104, 106, 116, 124, 125, 126, 132, 135, 137, 140, 141, 142, 145, 147], "ibroadcastev": 211, "ibrok": 139, "ibu": 232, "ibulkprovid": 108, "ic": [54, 106, 107], "icach": [21, 38, 232], "icachefactori": [19, 21, 232], "ical": 107, "icalendar": [106, 107], "icalendareventbuild": 106, "icalendarobject": 107, "icalendarprovid": 107, "icalendarqueri": 106, "icallbackrespons": 20, "icap": 49, "icapabilitiesapi": 210, "icapabilityawareocmprovid": 233, "icewind1991": 232, "iclientservic": [112, 133], "icloud": 82, "icollect": 148, "icom": 220, "icommentsmanag": [229, 232], "icomplexoper": 105, "icon": [5, 7, 20, 24, 25, 43, 46, 54, 69, 76, 78, 88, 96, 105, 108, 113, 124, 126, 129, 132, 134, 171, 181, 184, 193, 194, 197, 198, 199, 200, 201, 215, 223, 227, 231], "icon_class": 96, "icon_url": [96, 129], "iconclass": 25, "iconfig": [21, 34, 36, 99, 134, 135, 190, 232], "iconographi": 79, "iconstructablestorag": 232, "iconsvg": 87, "icontain": 221, "icontentsecuritypolicymanag": 232, "icontrollermethodreflector": [21, 30, 218, 232], "iconurl": [96, 126], "iconv": [5, 242], "icountusersbackend": 232, "icreatefromstr": [106, 107, 227], "icreategroupbackend": 231, "icreatenamedgroupbackend": 231, "icredenti": 210, "icredentialsmanag": 232, "icrypto": [21, 215, 232], "id": [1, 5, 8, 15, 17, 18, 20, 21, 22, 25, 29, 33, 37, 38, 41, 42, 43, 45, 48, 49, 50, 52, 54, 61, 64, 66, 69, 71, 82, 87, 90, 93, 94, 96, 99, 101, 104, 105, 108, 110, 113, 114, 121, 122, 124, 126, 127, 129, 130, 134, 139, 140, 141, 142, 145, 148, 149, 164, 165, 166, 168, 170, 171, 174, 177, 179, 182, 184, 186, 193, 195, 198, 199, 200, 209, 218, 227, 229, 230, 233], "id497799835": 82, "id_token": 46, "idatalogg": 29, "idatetimeformatt": [134, 232], "idatetimezon": [21, 232, 233], "idbconnect": [21, 37, 40, 213, 223, 229, 231, 232, 233], "idea": [16, 81, 101, 107, 115, 116, 122, 125, 129, 132, 137, 140, 141, 142, 185, 196], "ideactivatablebyadmin": 144, "ideal": [76, 79, 122, 129, 185, 188], "ideclarativesettingsform": 99, "idecod": 136, "idelegatedset": 34, "ident": [16, 79, 85, 119, 190, 221], "identifi": [2, 5, 10, 17, 20, 22, 29, 33, 37, 42, 44, 56, 57, 69, 76, 79, 87, 96, 100, 101, 107, 113, 116, 122, 125, 128, 129, 132, 136, 137, 140, 141, 142, 144, 161, 185, 189, 190, 204, 231, 234], "idetectlanguageprovid": [116, 231], "ie": 231, "ieditor": 101, "iemailvalid": 233, "ientiti": 105, "ientitycompat": 228, "ientri": 108, "ietf": 64, "ievent": [69, 231, 234], "ieventdispatch": [22, 29, 126, 138, 220, 229], "ieventlisten": [2, 22, 25, 29, 40, 99, 101, 104, 129, 137, 140, 141, 142], "ieventlogg": [21, 232], "ieventmerg": 69, "ieventsourc": 229, "ieventsourcefactori": [229, 231], "iexportdestin": 145, "iexpressionbuild": 231, "iexternalprovid": [132, 233], "ifactori": [42, 232], "iff": 215, "ifil": 232, "ifilenamevalid": [231, 233], "ifilesmetadata": 104, "ifilesmetadatamanag": [104, 229], "ifilt": 69, "ifilteringprovid": 132, "ifoomanag": 0, "ifram": 209, "ifs": [186, 187], "igener": 136, "ignor": [8, 16, 23, 43, 45, 69, 90, 92, 101, 123, 198, 204, 232], "ignorefil": [3, 95], "ignoreopenapi": 49, "igroup": 229, "igroupmanag": [21, 122, 231, 232, 235], "ihandl": 147, "ihandleimipmessag": [107, 227], "ihash": [21, 231, 232], "ihelp": 215, "ii": 204, "iiconsect": [34, 134], "iiconwidget": 231, "iimag": [141, 232], "iimportsourc": 145, "iinappsearch": 132, "iinitialst": [25, 31, 190], "iinitialstateservic": [96, 115], "iinstanc": 210, "iinstancefactori": 210, "iinternaltasktyp": 140, "ijob": [18, 234], "ijoblist": [18, 21, 134, 227, 228, 232, 234], "il10n": [21, 31, 34, 42, 96, 116, 124, 132, 134, 135, 137, 140, 141, 142, 145, 215], "ildapprovid": 232, "ildapproviderfactori": 223, "ilexicon": 92, "ilimit": 133, "ilimitawarecountusersbackend": 232, "ilinkact": 124, "illeg": 14, "illustr": 3, "ilockingprovid": 232, "ilockmanag": 231, "ilogfactori": [29, 223, 230], "ilogg": [29, 215, 221, 232], "iloginsetupprovid": 233, "imag": [5, 7, 20, 24, 33, 45, 46, 47, 49, 61, 66, 75, 82, 84, 101, 113, 126, 131, 140, 151, 152, 154, 157, 158, 165, 171, 174, 183, 194, 209, 232, 233], "image2text": 140, "image_nam": [151, 166], "image_path": 26, "image_src": 166, "image_tag": 166, "image_typ": 129, "image_url": 129, "imagegenerationprovid": 141, "imagegenerationresultlisten": 141, "imageparam": 166, "imagepath": [34, 96, 124, 134, 220], "imagetotextopticalcharacterrecognit": [140, 234], "imageurl": 129, "imagick": 242, "imagin": [3, 49], "imail": [103, 232, 233], "imailmanag": 110, "imanag": [0, 21, 69, 106, 110, 138, 140, 141, 142, 210, 211, 216, 217, 219, 220, 224, 227, 231, 232, 235], "imap": 125, "imapperexcept": 228, "imdb_id": 129, "imenuact": 20, "imessag": [103, 110, 227, 229], "imessagesend": 110, "imetadatabackgroundev": 229, "imetadataliveev": 229, "imetadataqueri": [104, 229], "imetadatavaluewrapp": 104, "imetricfamili": [120, 234], "img": [5, 7, 26, 27, 33, 43, 69, 96, 108, 129, 132, 154, 171, 181, 196, 227], "imigr": 145, "imigrationstep": 215, "imimetypedetector": 232, "imimetypeload": [230, 232], "immedi": [2, 20, 29, 81, 140, 185, 220], "immut": 37, "imountmanag": 232, "imountpoint": [38, 232], "imountprovid": 38, "imountprovidercollect": [21, 38, 232], "impact": [18, 122, 188, 230, 233], "implement": [0, 1, 2, 5, 15, 17, 18, 20, 21, 22, 25, 29, 30, 31, 34, 37, 40, 49, 55, 56, 57, 60, 61, 64, 66, 70, 75, 81, 84, 86, 88, 92, 96, 99, 104, 105, 106, 107, 108, 110, 113, 114, 115, 124, 125, 126, 127, 129, 130, 131, 132, 134, 135, 136, 145, 147, 148, 150, 151, 153, 154, 162, 165, 166, 176, 190, 199, 209, 213, 220, 227, 228, 230, 231, 232, 233, 234, 236], "impli": [40, 48, 49, 129], "implic": [61, 131], "implicit": [20, 186], "implicitli": [37, 107, 220], "import": [16, 20, 23, 25, 29, 30, 37, 41, 42, 49, 61, 72, 73, 76, 77, 79, 82, 94, 96, 105, 106, 115, 120, 122, 125, 126, 129, 131, 135, 140, 145, 151, 154, 165, 185, 188, 190, 192, 198, 199, 204, 214, 220, 229, 231, 232, 243], "important_list_item": 184, "importlogg": 29, "importservic": 29, "importsourc": 145, "impos": 131, "imposs": 166, "improv": [21, 25, 49, 79, 81, 89, 90, 96, 122, 125, 132, 152, 185, 186, 188, 200, 204, 211, 233, 234], "impur": 21, "imyappmanag": 145, "in_arrai": [140, 142, 192], "inact": 63, "inadvertenli": 188, "inappsearch": 132, "inavigationmanag": [21, 232], "inbox": 192, "inc": 26, "includ": [3, 13, 14, 16, 20, 21, 23, 24, 25, 29, 37, 42, 44, 48, 49, 60, 61, 69, 71, 72, 82, 85, 89, 90, 92, 93, 95, 96, 104, 107, 124, 125, 129, 130, 131, 135, 140, 151, 152, 154, 167, 171, 179, 181, 188, 206, 209, 222, 232, 233, 234, 235, 238], "include_onc": 0, "includewatermark": [140, 213, 234], "inclus": [81, 204, 208], "incom": 190, "incompat": [16, 131, 222, 229], "incomplet": [16, 85, 204], "incompleteactivityexcept": 231, "incompletenotificationexcept": 231, "incompleteparsednotificationexcept": 231, "inconsist": [49, 122], "incorpor": 150, "incorrect": [49, 156], "incorrectli": [17, 22, 232], "increas": [14, 16, 20, 122, 134, 160, 202, 213, 219, 225, 229, 231, 232, 234], "increment": [16, 37, 90, 118, 122], "indent": [82, 184, 185], "independ": [33, 51, 115, 231], "index": [5, 6, 20, 21, 32, 33, 37, 40, 44, 45, 46, 56, 60, 92, 94, 96, 101, 104, 122, 124, 125, 126, 131, 132, 133, 140, 154, 171, 174, 186, 190, 192, 209, 236], "indic": [14, 17, 22, 39, 42, 43, 49, 56, 61, 76, 77, 79, 85, 107, 116, 123, 132, 137, 140, 141, 142, 150, 165, 181, 202, 213, 229, 232, 233, 234], "indirect": 222, "indirectli": 20, "individu": [8, 21, 34, 42, 61, 63, 95, 106, 204], "inevit": [222, 229], "infer": 49, "infin": [66, 104], "influenc": [37, 122, 146, 185], "info": [1, 5, 6, 12, 13, 15, 21, 22, 29, 32, 34, 37, 69, 70, 76, 77, 89, 97, 107, 109, 115, 118, 120, 129, 130, 134, 135, 144, 148, 151, 154, 156, 167, 170, 171, 174, 176, 178, 183, 185, 189, 194, 204, 231, 232, 233, 234], "inform": [10, 15, 17, 20, 22, 25, 26, 27, 29, 37, 38, 42, 44, 45, 46, 61, 70, 76, 77, 82, 83, 85, 88, 96, 97, 110, 113, 115, 116, 124, 125, 127, 129, 131, 132, 135, 136, 137, 140, 142, 144, 145, 154, 155, 169, 185, 197, 202, 204, 206, 209, 223, 225, 229, 231, 232, 233, 234, 236], "infrastructur": [14, 133, 236], "infrequ": [20, 90], "inherit": [1, 18, 30, 37, 54, 61, 107, 131], "inheritdoc": [96, 126], "inheritor": [49, 232], "ini": [98, 135, 243], "inigetwrapp": 232, "init": [25, 48, 82, 151, 165, 172, 179, 183, 189], "init_timeout": 153, "initcor": 218, "initi": [0, 2, 4, 17, 19, 22, 24, 31, 32, 44, 45, 49, 63, 76, 87, 94, 96, 104, 110, 135, 137, 148, 151, 153, 165, 166, 170, 171, 172, 179, 190, 204, 221, 222, 231], "initialis": 229, "initialprovid": 129, "initialst": [25, 31, 190], "initialstateservic": 96, "initiatemessag": 110, "initmetadata": [104, 229], "iniwrapp": 232, "inject": [0, 1, 17, 18, 19, 20, 22, 25, 28, 29, 33, 36, 38, 40, 42, 69, 90, 93, 96, 101, 103, 104, 106, 110, 112, 116, 125, 127, 129, 132, 133, 137, 139, 140, 141, 142, 143, 144, 146, 167, 193, 201, 208, 215, 221, 229, 232, 233, 243], "injectfn": [0, 126], "inlin": [20, 76, 86, 113, 184, 194, 209, 232], "inlineblock": 194, "inmemoryfil": 227, "inner": 236, "innodb": 97, "innodb_print_all_deadlock": 97, "inod": [2, 148], "inotif": [231, 233, 234], "inotifi": 231, "input": [1, 21, 46, 56, 57, 58, 69, 77, 78, 81, 82, 84, 113, 114, 116, 129, 134, 141, 142, 166, 175, 187, 194, 195, 198, 199, 200, 209, 221, 229, 231, 233], "inputargu": 1, "inputinterfac": 1, "inputopt": 1, "insecur": [17, 22, 192], "insensit": 122, "insert": [17, 18, 22, 37, 42, 76, 97, 101, 122, 129, 132, 136, 190, 234], "insertgraph": 101, "inset": [194, 232], "insid": [0, 7, 18, 20, 21, 27, 33, 34, 37, 42, 61, 62, 66, 76, 77, 80, 90, 96, 110, 120, 122, 129, 141, 142, 152, 154, 166, 192, 198, 199, 209, 228, 239, 240], "insight": [94, 97], "inspect": [32, 33, 136, 192], "inspir": [3, 158], "instal": [0, 3, 5, 8, 10, 13, 14, 16, 17, 18, 19, 20, 21, 22, 32, 37, 40, 42, 45, 47, 49, 56, 58, 61, 76, 79, 95, 98, 115, 118, 119, 122, 125, 129, 130, 134, 139, 145, 152, 153, 154, 159, 161, 163, 170, 178, 183, 185, 187, 189, 190, 192, 204, 210, 233, 239, 242], "installer_fil": 82, "instanc": [0, 5, 16, 17, 18, 19, 20, 21, 22, 27, 29, 30, 38, 40, 46, 52, 61, 62, 63, 82, 92, 95, 101, 104, 105, 106, 107, 108, 110, 112, 115, 121, 122, 125, 127, 129, 130, 133, 134, 135, 147, 152, 154, 165, 170, 175, 187, 189, 209, 213, 228, 229, 232, 233, 234], "instanceid": 171, "instanceof": [2, 20, 21, 22, 25, 29, 38, 40, 41, 70, 94, 99, 101, 104, 106, 126, 129, 137, 140, 141, 142, 147], "instanti": [0, 21, 22, 96, 110, 124, 145, 190], "instantli": [122, 140], "instead": [7, 8, 17, 20, 21, 22, 26, 33, 34, 37, 42, 46, 49, 57, 61, 69, 71, 76, 79, 82, 87, 98, 101, 107, 116, 127, 129, 130, 131, 137, 140, 141, 142, 145, 184, 185, 186, 187, 190, 196, 209, 218, 219, 220, 221, 222, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235], "instruct": [3, 42, 49, 61, 118, 140, 149, 151, 152, 167, 186], "insuffici": 63, "int": [1, 5, 18, 20, 22, 33, 34, 37, 38, 43, 49, 50, 52, 53, 54, 56, 57, 69, 70, 90, 92, 93, 96, 104, 121, 123, 124, 132, 134, 140, 141, 142, 143, 145, 171, 220, 228, 229, 234], "integ": [1, 20, 37, 40, 66, 129, 136, 140, 141, 165, 166, 171, 173, 192], "integr": [5, 10, 12, 15, 17, 22, 47, 71, 72, 75, 76, 84, 96, 98, 100, 104, 111, 113, 115, 124, 126, 127, 129, 134, 136, 145, 150, 155, 185, 201, 202, 222, 225, 229, 231, 232, 234], "integration_github": [96, 129], "integration_openstreetmap": 129, "integration_tmdb": 129, "integration_tmdb_movi": 129, "intellig": 140, "intend": [5, 14, 42, 115, 140], "intens": [56, 57, 58, 107], "intent": [14, 77], "inter": [22, 115], "interact": [0, 4, 17, 20, 21, 22, 69, 76, 77, 79, 94, 107, 115, 119, 131, 140, 144, 188, 190, 194, 199, 229, 231], "intercept": 30, "interchang": 199, "interest": [13, 14, 29, 32, 37, 71, 77, 129, 232], "interfac": [0, 17, 20, 22, 31, 38, 42, 69, 79, 85, 86, 90, 95, 98, 99, 100, 103, 105, 106, 109, 111, 113, 116, 121, 122, 124, 129, 130, 131, 132, 134, 135, 137, 138, 140, 141, 142, 144, 145, 147, 150, 158, 175, 191, 194, 202, 204, 209, 210, 213, 215, 220, 221, 222, 223, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238], "interfer": 25, "interleav": 0, "intermedi": [213, 228], "intern": [5, 16, 17, 21, 22, 29, 32, 37, 38, 48, 81, 90, 93, 96, 106, 107, 113, 122, 123, 127, 129, 133, 134, 135, 159, 173, 182, 190, 192, 201, 218, 223, 232, 236], "internaltokenrequestedev": 119, "internation": 42, "internet": [156, 223], "interpol": 28, "interpret": [61, 132, 209], "interrupt": 63, "interv": [96, 179], "intervent": 20, "intric": 150, "introduc": [2, 14, 20, 43, 47, 64, 122, 129, 131, 140, 150, 164, 188, 206, 228, 231, 233], "introduct": [4, 28, 65, 78, 140, 163, 197, 201, 215, 241], "introductori": 190, "invalid": [1, 10, 17, 20, 22, 57, 59, 76, 81, 101, 122, 123, 128, 173, 192, 204, 227, 231], "invalid_hash": 10, "invalidargumentexcept": [69, 146, 222, 231], "invalidatecooki": 20, "invalidatetokensofus": 227, "invalidvalueexcept": [231, 233, 234], "invert": [27, 194, 231], "investig": 185, "invis": [54, 209], "invit": [8, 42], "invoc": 0, "invok": [0, 3, 8, 25, 118, 132, 171, 190], "involv": [82, 119, 131, 159, 166, 188], "io": [43, 79, 101, 107, 115, 154, 165, 166, 203, 225, 229, 232, 243], "iocmprovid": 233, "ioper": 105, "ioperationcompat": 228, "ioutofofficedata": 121, "ioutput": [20, 40, 130, 136], "ip": [20, 133, 161, 192], "ipaddress": 192, "iparallelawarejob": 228, "ipeparedstat": 222, "ipersonalproviderset": 233, "iphonenumberutil": [123, 229], "ipreloadablenotifi": 233, "ipreparedstat": 222, "ipreview": [21, 229, 232], "iprofil": 125, "iprovid": [69, 108, 110, 126, 132, 140, 141, 142, 144, 227, 229, 231, 233, 234], "iprovideenabledstatebackend": [229, 231], "iprovidermanag": [126, 219], "iproviderwithexpectedruntim": [142, 231], "iproviderwithid": 231, "iproviderwithuserid": [142, 231], "iprovidesicon": 144, "iprovidespersonalset": 144, "ipublicreferenceprovid": [129, 231], "ipublicsharetemplateprovid": 31, "iquerybuild": [37, 104, 213, 231, 232, 234], "iquerylogg": [21, 232], "iratelimitexceededexcept": 133, "irefer": 129, "ireferenceprovid": 129, "iregistrationcontext": [0, 2, 21, 25, 30, 31, 43, 49, 92, 96, 99, 101, 104, 106, 110, 116, 124, 126, 132, 135, 137, 140, 141, 142, 145, 147, 221, 230, 231], "iregistri": [229, 233], "iremotehostvalid": 133, "irepairstep": 130, "irepairstepexpens": [130, 213], "irequest": [18, 20, 21, 33, 35, 126, 131, 186, 190, 230, 232], "irequestcontext": 147, "iresourc": 126, "iresourceprovid": 126, "irespons": 147, "iresult": [222, 229, 234], "irichtextformatt": 232, "irootfold": [21, 38, 231, 232], "irootstorag": 38, "irout": [21, 232, 233], "irregular": 14, "irrelev": 204, "is_arrai": 1, "is_avail": 56, "is_en": 134, "isadmin": [231, 235], "isallow": 20, "isappload": 228, "isarrai": 192, "isavail": [56, 223], "isbackendrequir": 231, "ischemawrapp": [40, 136], "iscontentencod": 48, "iscontextchatavail": 94, "isdefaultenabledmail": 69, "isdefaultenabledstream": 69, "isdefaultexpiredateenforc": 211, "isdirectori": 70, "isearch": [21, 215, 232], "isearchablegroupbackend": 228, "isearchablereferenceprovid": 129, "isearchqueri": 132, "isecurerandom": [21, 217, 232], "isen": [96, 121, 224, 229], "isenabledforus": 229, "iservercontain": [21, 30, 36, 221, 232, 233], "iservic": 110, "isess": [20, 221], "iset": [34, 69, 134], "isetupcheck": 135, "isexternalprovid": 132, "isfiltervalid": 217, "isformattingfilteredobject": 69, "ishar": [31, 231], "ishareownerlessmount": 232, "ishareprovid": [233, 235], "ishareprovidersupportsallsharesinfold": 233, "isi": 223, "isie8": 216, "isimplefil": [227, 228], "isindex": 93, "isineffect": 121, "isinsideview": [87, 129], "isinteract": 1, "isintern": 140, "isizeestimationmigr": [145, 228], "islazi": [90, 93], "islegitimatedforuserid": 105, "ismimetypeicon": 69, "isn": [56, 130, 204, 217, 223], "iso": [58, 61, 69, 123], "isol": 95, "isp": 46, "ispagin": [129, 132], "ispasswordprotect": 128, "ispecificoper": 105, "ispeechtotextmanag": [137, 231], "ispeechtotextprovid": [137, 231], "ispeechtotextproviderwithid": 231, "ispeechtotextproviderwithuserid": [137, 231], "ispubliclinkpasswordrequir": 211, "ispublicshar": 232, "isreadonlyconfigen": 233, "issamepath": 219, "issecur": 101, "issensit": [90, 93], "isset": [19, 140], "issu": [2, 3, 5, 8, 10, 14, 20, 42, 46, 49, 71, 75, 76, 82, 92, 96, 97, 101, 122, 125, 130, 135, 145, 150, 156, 159, 162, 167, 185, 186, 187, 188, 203, 222, 226, 231, 232, 233, 240], "issuccess": [20, 70], "issuehandl": 95, "istatusmanag": 138, "istorag": [38, 231, 232], "istrusteddomain": 133, "istrustedurl": 133, "istwofactorauthenabledforus": 144, "istyp": 228, "isuseradmin": 218, "isvalid": 133, "isvalidfilenam": 231, "isvalidtoken": 128, "isynchronousoptionsawareprovid": [140, 211, 213], "isynchronousprovid": 140, "isynchronouswatermarkingprovid": [211, 234], "isystemtagmanag": 229, "isystemtagobjectmapp": 232, "itag": 220, "itagmanag": [21, 220, 232], "ital": 77, "itasktyp": [140, 142, 231], "item": [16, 17, 22, 29, 38, 42, 46, 49, 54, 67, 77, 78, 79, 80, 94, 96, 104, 126, 140, 148, 186, 194, 197, 199, 200, 229, 231], "item_icons_round": 96, "item_typ": 230, "itemid": [29, 46, 94, 126], "itempickerdialog": 126, "itempl": 233, "itemplatemanag": 233, "itempmanag": [21, 232], "items_process": 29, "itemsperpag": [46, 168, 177, 182], "itemtitl": 126, "itemtyp": [46, 53], "iter": [231, 234], "iterateassoci": 234, "iteratenumer": 234, "ithrottl": 232, "itimefactori": [18, 21, 127, 143, 215, 228, 232], "itinerari": 110, "itoken": [101, 229, 231], "itranslationmanag": [116, 231], "itranslationprovid": [116, 231], "itranslationproviderwithid": 231, "itranslationproviderwithuserid": [116, 231], "itrashitem": 231, "itriggerableprovid": 140, "itrusteddomainhelp": [133, 232], "its": [0, 2, 10, 16, 17, 19, 20, 21, 22, 26, 29, 35, 37, 38, 42, 44, 46, 48, 52, 61, 67, 69, 71, 73, 82, 90, 92, 93, 101, 104, 105, 107, 132, 134, 140, 141, 142, 148, 153, 158, 166, 186, 188, 189, 190, 200, 209, 220, 227, 229, 232, 235, 236, 240], "itself": [17, 21, 22, 30, 40, 43, 44, 52, 60, 77, 81, 89, 101, 105, 129, 160, 190, 193, 204, 223, 230, 232], "itypedquerybuild": 213, "iurlgener": [21, 31, 33, 34, 96, 124, 126, 132, 134, 147, 211, 230, 232, 235], "iuser": [22, 42, 121, 124, 126, 132, 133, 139, 144, 145, 146, 210, 220, 229, 231, 232, 233], "iuserapi": 210, "iuserconfig": [92, 93], "iusermanag": [1, 21, 22, 31, 122, 146, 231, 232, 233], "iusermountcach": 232, "iusersess": [21, 22, 38, 96, 146, 232], "iuserstatu": 138, "iversionbackend": 233, "iwebhookcompatibleev": 231, "iwidget": [96, 231], "j": [7, 8, 16, 25, 26, 42, 64, 96, 105, 115, 118, 126, 129, 131, 135, 151, 154, 167, 181, 186, 190, 198, 199, 200, 209, 220, 228, 229, 241], "ja": 8, "ja_jp": 8, "jail": 236, "jan": [5, 14], "jane": [29, 61, 96, 182], "janedo": 87, "jargon": 81, "jasmin": 243, "java": 70, "javascript": [6, 7, 8, 16, 17, 20, 22, 24, 28, 41, 81, 86, 96, 100, 105, 113, 118, 125, 126, 132, 134, 135, 154, 185, 189, 190, 218, 226, 228, 229, 231, 241], "javascriptmodul": 135, "jdoe": 186, "jitpack": 72, "joann": 46, "job": [1, 5, 15, 20, 28, 29, 42, 56, 90, 104, 106, 122, 130, 137, 140, 141, 142, 166, 179, 185, 201, 204, 225, 228, 230], "joblist": [18, 134, 232], "john": [20, 46, 182], "join": [54, 76, 77, 104], "joinindex": [104, 229], "joinpath": 219, "journalctl": 161, "journei": 129, "jpeg": [61, 129], "jpg": [5, 66, 69, 96, 129, 132, 194, 209], "jqueri": [20, 25, 199, 209, 217, 227, 232, 235], "jrdrespons": 147, "json": [3, 8, 10, 16, 25, 32, 37, 42, 44, 45, 46, 48, 52, 60, 61, 62, 90, 93, 95, 96, 99, 101, 112, 118, 121, 129, 131, 140, 145, 147, 154, 165, 166, 167, 170, 171, 178, 179, 189, 192, 209, 215, 222, 223, 225, 229, 231, 232, 234, 239, 240, 242], "json_decod": [112, 134, 145], "json_encod": [112, 131, 134, 145, 231], "json_pretty_print": 134, "json_throw_on_error": 145, "jsonrespons": [20, 49, 147, 190, 231], "jsonseri": 231, "jsonserializ": 121, "jstimezonedetect": 219, "jstz": 219, "jsx": 154, "judg": 204, "judgement": 188, "jul": 61, "juli": 42, "juliu": 149, "juliushaertl": 96, "jump": 48, "june": 185, "just": [7, 8, 14, 16, 18, 20, 21, 22, 35, 42, 67, 82, 97, 98, 99, 104, 107, 118, 128, 129, 130, 132, 140, 152, 154, 158, 167, 169, 171, 175, 180, 181, 185, 190, 194, 199, 200, 204, 209, 210, 227, 232, 234, 243], "jwt_enabl": 192, "jwt_header": 192, "jwt_secret": 192, "k": [48, 61, 62], "kann": 5, "karchiv": 82, "karma": [41, 243], "kde": [82, 204], "kebab": 186, "keep": [3, 5, 10, 13, 14, 16, 20, 21, 23, 29, 35, 40, 42, 44, 48, 49, 61, 70, 76, 77, 79, 81, 82, 90, 101, 105, 107, 115, 122, 125, 129, 131, 151, 152, 185, 190, 193, 194, 199, 210, 214, 228, 240], "kei": [10, 15, 17, 20, 21, 22, 25, 26, 29, 33, 36, 37, 42, 43, 52, 59, 61, 69, 87, 92, 101, 104, 105, 122, 136, 140, 146, 154, 155, 168, 169, 177, 181, 183, 185, 190, 192, 206, 221, 231, 232], "keithcirkel": 118, "kept": [14, 45, 85, 96, 154, 167, 211, 229], "key1": [92, 168, 177], "key2": [92, 168, 177], "key3": [92, 168, 177], "key_nam": 181, "keyboard": [24, 76, 209], "keymanag": 221, "keyout": 10, "keyserv": 152, "keyword": [154, 186, 204], "kib": 145, "kid": 140, "kihrmq3tytmghwsim": 10, "kill": 152, "killer": 20, "kind": [16, 20, 25, 77, 129, 140, 142, 204], "kindli": 209, "knorr": 149, "know": [12, 21, 25, 42, 49, 79, 81, 82, 95, 107, 122, 129, 132, 140, 142, 144, 169, 170, 185, 190, 204, 232], "knowledg": [81, 94, 204, 233], "known": [3, 17, 21, 22, 37, 45, 69, 82, 95, 96, 104, 105, 107, 123, 130, 147, 232, 234], "l": [5, 34, 42, 69, 95, 116, 132, 134, 137, 140, 141, 142, 152, 209], "l108": 64, "l10n": [8, 31, 43, 96, 124, 132, 134, 135, 145, 151, 155, 167, 218, 221, 232], "l10nfactori": [42, 232], "label": [20, 43, 52, 61, 69, 76, 78, 87, 99, 110, 120, 129, 134, 179, 191, 195, 198, 200, 202, 204], "lack": [37, 76], "land": 33, "landscap": 150, "lang": [5, 8, 42, 151, 154, 167], "lang_map": 8, "languag": [5, 8, 45, 55, 56, 57, 61, 69, 81, 94, 98, 140, 142, 150, 151, 154, 167, 185, 191, 194, 228, 230, 232], "languagedetect": 58, "languagetupl": [116, 231], "larg": [40, 55, 57, 63, 76, 82, 90, 92, 93, 122, 142, 194, 231], "larger": [13, 19, 77, 194, 231], "last": [0, 20, 21, 30, 34, 42, 46, 50, 61, 63, 66, 69, 76, 87, 97, 122, 132, 134, 140, 170, 171, 192, 204, 221, 227, 229, 234], "last_act": 66, "last_check_tim": 170, "last_report": 134, "last_sent": 134, "last_visit": 20, "lastdai": 50, "lastindex": 48, "lastlogin": [37, 46], "lastmodifi": 94, "lastnam": [186, 192], "lastreport": 134, "lastsentreportd": 134, "lastsentreporttim": 134, "lastupd": 87, "latenc": 19, "latent": 141, "later": [5, 8, 14, 15, 20, 21, 25, 34, 37, 46, 82, 90, 96, 107, 119, 129, 130, 185, 213, 221, 227, 233], "latest": [11, 14, 15, 16, 40, 61, 66, 72, 79, 82, 83, 95, 96, 125, 149, 154, 165, 166, 188, 214], "latestchilddatetim": 64, "latex": 209, "latter": 131, "launch": [70, 152, 165], "law": [14, 202], "lax": 228, "layer": [10, 20, 37, 101, 209, 222, 224, 229, 237], "layout": [14, 78, 194, 197, 201], "lazi": [0, 48, 92, 107, 129, 230], "lazili": 0, "lazyrespons": 20, "lazyrootfold": 232, "lc_messag": 154, "ldap": [22, 134, 218, 232, 242], "ldapgroupmemberassocattr": 218, "ldapprovid": 232, "lead": [13, 20, 21, 37, 42, 49, 76, 82, 115, 122, 129, 167, 185, 209], "leader": 10, "leak": [14, 82, 95, 132, 209], "learn": [72, 79, 90, 93, 106, 113, 185, 201], "least": [5, 17, 20, 22, 48, 49, 81, 96, 107, 129, 139, 140, 202, 204, 209, 211, 231, 240], "leav": [40, 46, 85, 118, 152, 190, 192, 233], "left": [10, 20, 42, 46, 47, 49, 76, 80, 96, 107, 129, 193, 194, 199, 200, 232], "legaci": [20, 21, 25, 46, 49, 61, 90, 109, 190, 231, 232, 233, 234, 235, 236], "legibl": 77, "length": [5, 37, 40, 42, 48, 61, 62, 63, 93, 116, 141, 185, 186], "less": [16, 21, 29, 38, 69, 76, 77, 81, 131, 152, 194, 204, 231, 235, 236], "lessspecificimplementedreturntyp": 49, "lessspecificreturnstat": 49, "lessspecificreturntyp": 49, "let": [19, 20, 33, 47, 49, 69, 76, 82, 95, 96, 107, 129, 151, 153, 169, 175, 185, 186, 188, 204, 209], "letter": [20, 30, 36, 61, 123, 186, 190, 231], "level": [20, 21, 28, 38, 79, 89, 122, 131, 135, 161, 173, 178, 188, 190, 199, 200, 215, 231, 232, 237, 243], "leverag": 3, "lexicon": [90, 91, 93, 113, 114], "lf": 185, "li": [184, 198, 199, 200, 209], "lib": [0, 1, 3, 5, 7, 10, 18, 19, 20, 21, 30, 31, 32, 33, 34, 37, 40, 43, 49, 64, 70, 82, 85, 89, 95, 98, 101, 103, 104, 108, 110, 116, 124, 129, 130, 132, 137, 140, 141, 142, 146, 154, 156, 170, 190, 192, 243], "liber": 204, "libphonenumb": 123, "librari": [25, 73, 75, 76, 82, 89, 95, 115, 123, 127, 129, 150, 159, 190, 192, 209, 231, 234], "libxml": [5, 242], "licenc": 5, "licens": [5, 14, 15, 71, 191], "life": [14, 15, 64, 188], "lifecycl": [20, 28, 90, 151, 155, 163, 201], "lifespan": 0, "lifetim": 0, "light": [0, 77, 104, 144, 194, 221, 229], "lighten": 93, "lighter": [229, 233], "lighthous": 79, "like": [0, 2, 3, 5, 7, 8, 10, 14, 16, 17, 18, 19, 20, 21, 22, 23, 29, 30, 36, 37, 38, 40, 41, 42, 43, 44, 46, 49, 52, 55, 57, 60, 61, 63, 66, 69, 71, 72, 76, 77, 79, 81, 82, 94, 95, 96, 97, 98, 99, 101, 104, 106, 107, 110, 115, 116, 118, 120, 122, 126, 128, 129, 131, 132, 135, 136, 137, 140, 141, 142, 144, 154, 169, 179, 184, 185, 186, 188, 190, 194, 198, 199, 200, 202, 204, 209, 219, 220, 221, 222, 223, 227, 228, 229, 231, 233, 234, 243], "likelihood": [188, 229], "limit": [5, 10, 14, 17, 18, 21, 22, 33, 35, 37, 46, 54, 56, 57, 58, 63, 64, 66, 69, 77, 79, 85, 92, 93, 96, 97, 104, 107, 113, 114, 116, 122, 125, 129, 132, 137, 153, 154, 158, 161, 162, 164, 169, 174, 199, 206, 209, 228, 229, 232, 236], "limitenumerationtogroup": 220, "line": [0, 1, 8, 21, 25, 29, 42, 72, 76, 77, 82, 89, 98, 107, 136, 144, 152, 154, 156, 184, 185, 187, 194, 198, 199, 202, 233], "liner": 202, "link": [3, 5, 6, 10, 13, 17, 20, 22, 25, 26, 43, 45, 46, 52, 60, 61, 69, 82, 96, 101, 102, 108, 113, 124, 126, 128, 132, 133, 135, 139, 144, 174, 199, 200, 203, 206, 209, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 233, 234, 243], "linkact": 108, "linkactiveclass": 154, "linkautocomplet": 129, "linkend": 42, "linker": 82, "linkprovid": 108, "linkstart": 42, "linkto": [135, 211, 220], "linktoabsolut": 211, "linktodefaultpageurl": 235, "linktooc": 220, "linktopubl": [216, 229], "linktoremot": [211, 220], "linktoremov": 211, "linktorout": [33, 132], "linktorouteabsolut": [31, 96, 124, 126, 147], "lint": [100, 113], "linter": [222, 225, 229, 231, 232, 234], "linu": 202, "linux": [5, 83, 152, 192], "list": [1, 5, 6, 8, 16, 17, 20, 21, 22, 25, 34, 35, 37, 38, 40, 42, 43, 45, 49, 51, 57, 58, 59, 63, 64, 65, 69, 70, 78, 80, 82, 87, 90, 92, 93, 94, 95, 96, 99, 104, 107, 108, 110, 113, 116, 125, 132, 138, 140, 141, 142, 144, 149, 154, 162, 168, 171, 172, 177, 178, 179, 181, 184, 189, 190, 193, 194, 197, 201, 203, 204, 215, 217, 226, 231, 233, 234, 243], "list__item": 184, "list_item": 184, "listen": [0, 2, 6, 17, 25, 28, 40, 73, 88, 94, 101, 104, 105, 113, 115, 118, 122, 126, 129, 134, 138, 148, 165, 172, 183, 221, 229, 233, 234], "listofaudio": 140, "listoffil": 140, "listofimag": 140, "listofnumb": 140, "listoftext": 140, "listofvideo": 140, "listservic": 110, "listtemplatefield": 233, "liter": [66, 104], "littl": [222, 229], "live": [5, 15, 17, 22, 61, 85, 102, 113, 130, 190, 228, 235], "ll": [3, 21, 95, 132, 234, 239, 243], "llama": 140, "llvm": 82, "load": [0, 2, 3, 6, 17, 20, 21, 22, 24, 32, 37, 42, 76, 79, 81, 82, 87, 89, 92, 96, 97, 101, 107, 110, 115, 122, 124, 127, 129, 131, 148, 154, 156, 161, 185, 190, 194, 199, 218, 228, 229, 230, 231, 232, 233], "loadabl": [116, 132, 137, 140, 141, 142], "loadadditionalentriesev": 232, "loadadditionallisten": 25, "loadadditionalscript": [6, 221, 229], "loadadditionalscriptsev": [25, 126, 229], "loadadditionalscriptsloggedin": 229, "loadadditionalsettingscript": 221, "loadapp": 228, "loader": [89, 122, 227, 229, 233], "loadscript": 229, "loadsettingsscriptsev": 221, "loadsidebar": 219, "loadstat": [25, 190], "loadstyl": 229, "local": [8, 15, 16, 28, 42, 45, 46, 61, 62, 76, 82, 92, 115, 126, 135, 141, 149, 151, 152, 154, 158, 165, 167, 174, 192, 239], "locale_dir": 154, "localhost": [44, 98, 133, 153, 189, 192, 230, 243], "locat": [0, 8, 20, 21, 42, 46, 49, 61, 63, 67, 69, 70, 73, 82, 83, 85, 92, 98, 122, 124, 129, 134, 154, 156, 171, 186, 199, 209, 218, 234, 236], "lock": [16, 20, 37, 61, 113, 114, 122, 220, 231, 232], "lockdiscoveri": 61, "lockedexcept": 220, "lockentri": 61, "lockingprovid": 232, "lockscop": 61, "locktyp": 61, "lockwaittimeoutexcept": 231, "lodash": [220, 234], "log": [6, 20, 21, 25, 28, 32, 50, 69, 73, 92, 97, 98, 115, 122, 125, 127, 128, 130, 134, 146, 156, 161, 172, 183, 190, 192, 201, 209, 215, 220, 221, 230, 231, 232, 243], "log_lvl": 173, "log_output": 98, "log_rotate_s": 36, "logdata": 29, "logeventlisten": 29, "logexcept": [216, 221], "logfactori": 29, "logfil": 122, "logger": [29, 97, 100, 113, 130, 221, 222, 223, 230, 232], "loggerinterfac": [21, 29, 127, 130, 221, 229, 232], "logic": [0, 1, 18, 20, 21, 30, 40, 97, 99, 106, 107, 132, 140, 147, 151, 153, 182, 194, 199, 225, 236], "login": [17, 20, 22, 60, 71, 75, 88, 113, 144, 146, 156, 201, 224, 227, 232], "loginfailedev": 220, "loginnam": 44, "loglevel": [29, 122, 173, 227, 232], "logo": [13, 20, 46], "logout": [5, 22, 146], "long": [0, 14, 21, 40, 54, 70, 76, 90, 116, 121, 130, 132, 133, 137, 140, 141, 142, 166, 185, 187, 190, 198, 204, 213, 227], "long_query_tim": 122, "longer": [3, 14, 16, 17, 18, 22, 37, 50, 69, 73, 116, 122, 141, 142, 146, 196, 199, 204, 215, 218, 220, 223, 228, 230, 231, 232, 233], "look": [5, 10, 20, 21, 27, 29, 40, 41, 42, 43, 44, 46, 49, 61, 73, 76, 79, 96, 101, 106, 107, 115, 118, 122, 128, 129, 134, 135, 136, 137, 140, 141, 142, 151, 154, 156, 184, 185, 190, 194, 196, 202, 204], "lookup": [2, 53, 231], "loop": [105, 187, 190, 229], "loos": 190, "lose": [10, 11, 42], "loss": 188, "lost": [10, 20, 42, 60, 115, 215], "lot": [27, 37, 44, 97, 104, 115, 122, 125, 128, 134, 188, 239], "low": [18, 19, 76, 104, 185, 188, 222, 236], "lower": [5, 22, 36, 37, 82, 104, 122, 134, 190, 230, 234], "lowercamelcas": [37, 187], "lowercas": [1, 5, 69, 81, 134, 190], "lowest": [20, 232], "lt": [104, 223, 239], "ltr": 194, "lukasreschk": 10, "m": [61, 152, 179, 188, 198], "m1dqhwuzwwjec3ku7gjsspr7bzxopwf01kj0xgppyvzekgtbzbraxlouxfzdbgj6zk9owg9x": 44, "mac": 82, "machin": [10, 82, 113, 149, 160, 161, 201], "maco": 83, "made": [20, 29, 60, 66, 104, 118, 131, 134, 153, 166, 167, 185, 188, 209, 229], "magic": [37, 128, 134, 232, 235], "magnifi": 76, "mai": [0, 1, 2, 10, 15, 16, 17, 18, 20, 21, 22, 29, 33, 40, 42, 44, 47, 49, 61, 69, 70, 71, 72, 76, 77, 82, 90, 94, 96, 97, 98, 106, 107, 110, 115, 116, 121, 122, 127, 129, 132, 137, 140, 142, 145, 148, 152, 156, 158, 161, 162, 188, 190, 198, 202, 204, 206, 209, 223, 227, 228, 232, 233], "mail": [5, 14, 20, 52, 76, 80, 94, 103, 109, 111, 113, 124, 125, 129, 132, 144, 198, 209, 215, 219, 220, 227, 229, 232, 233], "mail_recipi": 132, "mail_smtphost": 192, "mail_smtpmod": [192, 215], "mail_smtpnam": 36, "mail_smtpport": 192, "mailbox": 76, "mailer": [103, 125, 232], "mailhog": 192, "mailmanag": 110, "mailprovid": 110, "mailservic": [103, 110], "mailto": 124, "main": [0, 8, 16, 18, 19, 20, 25, 26, 27, 29, 49, 76, 77, 79, 80, 82, 95, 96, 104, 107, 110, 119, 126, 129, 140, 149, 150, 151, 152, 156, 181, 184, 185, 186, 188, 190, 194, 197, 198, 199, 200, 201, 202, 203, 209, 222, 229, 231, 232], "mainact": 70, "mainli": [74, 79, 131, 140, 221], "maintain": [10, 11, 14, 16, 18, 21, 37, 43, 48, 79, 85, 152, 184, 185, 201, 204, 206, 208, 212, 226, 233, 236], "maintainership": 14, "mainten": [82, 130, 188, 190, 201], "major": [0, 5, 40, 46, 76, 85, 115, 188, 204, 221, 222, 225, 229, 233, 238], "major_vers": 125, "make": [8, 10, 12, 14, 15, 16, 17, 18, 20, 21, 22, 25, 30, 33, 36, 37, 40, 41, 42, 48, 49, 56, 57, 58, 65, 67, 68, 79, 81, 82, 88, 89, 90, 94, 97, 98, 101, 105, 106, 107, 110, 113, 115, 118, 119, 122, 125, 129, 132, 139, 140, 142, 149, 152, 156, 161, 172, 184, 185, 186, 189, 190, 192, 193, 194, 204, 209, 215, 217, 219, 220, 221, 222, 225, 226, 227, 228, 229, 230, 231, 232, 234, 239, 240, 241, 242, 243], "makefil": [3, 155, 165], "malici": [14, 190, 209], "man": 140, "manag": [0, 4, 10, 12, 17, 20, 22, 39, 40, 47, 61, 69, 82, 88, 94, 101, 104, 106, 110, 113, 116, 118, 129, 137, 140, 141, 142, 162, 188, 190, 193, 201, 227, 232, 233, 234, 236, 239], "manageruid": 146, "mandatori": [52, 82, 229], "mani": [1, 3, 15, 20, 22, 42, 49, 56, 57, 58, 61, 62, 76, 79, 82, 98, 107, 115, 125, 140, 141, 152, 188, 192, 204, 222, 232, 233], "manipul": [20, 30, 37, 45, 209], "mankind": 129, "manner": 232, "manpag": 82, "manual": [4, 10, 21, 29, 37, 40, 49, 69, 82, 83, 90, 93, 98, 129, 149, 151, 154, 183, 189, 190, 231, 233, 243], "manual_instal": [149, 151, 154, 165], "map": [17, 22, 28, 33, 35, 40, 61, 73, 89, 90, 107, 123, 129, 186, 190, 228, 237], "mapper": [21, 39, 95, 209, 215, 227, 233], "margin": [194, 200, 232], "maria": 52, "mariadb": [97, 122, 233], "mark": [13, 16, 33, 34, 48, 61, 64, 76, 81, 85, 90, 122, 139, 152, 187, 190, 194, 213, 217, 220, 229, 231, 238, 239, 240], "markdown": [5, 76, 101, 129, 190], "marker": 199, "market": [80, 81], "markfieldupd": 227, "markup": 187, "martin": 243, "mask": [61, 236], "massiv": 230, "master": [3, 8, 16, 37, 46, 49, 64, 72, 82, 95, 125, 188, 190, 204, 231, 238, 243], "match": [5, 21, 27, 28, 43, 44, 49, 53, 69, 76, 89, 90, 92, 105, 106, 107, 189, 190, 227, 228, 230, 231, 240], "matcher": 105, "matchrefer": 129, "materi": [76, 77, 79, 197, 233], "matric": [231, 234], "matrix": [15, 95, 98, 225, 229, 232], "matter": [0, 18, 63, 64, 76, 122, 188, 226], "max": [5, 48, 131, 132, 190, 192, 194, 195, 199, 210, 225, 226, 227, 228, 229, 230, 231, 232, 234], "maxcontrast": [77, 194, 229], "maxdepth": 189, "maximum": [5, 20, 46, 129, 130, 185, 194, 199], "maxuploadfiles": 233, "mb_array_change_key_cas": 233, "mb_str_replac": 216, "mb_substr_replac": 216, "mbstring": 242, "mclient": 70, "md": [5, 16, 43, 96, 101, 185, 230], "md5": [61, 62, 107, 128, 219, 234], "md5sum": 62, "mdn": [20, 209], "me": [17, 22, 31, 87, 108, 126, 198], "mean": [1, 3, 5, 14, 17, 20, 21, 22, 30, 32, 37, 40, 42, 44, 48, 61, 63, 66, 73, 81, 82, 85, 93, 99, 101, 104, 107, 122, 130, 131, 132, 135, 148, 160, 166, 180, 185, 188, 190, 204, 206, 209, 213, 218, 222, 229, 231, 232, 233], "meaning": 231, "meant": [101, 140, 189, 223], "meantim": 239, "measur": [14, 20, 131, 153, 209], "mechan": [0, 22, 42, 101, 107, 108, 116, 132, 137, 140, 141, 142, 147, 151, 222, 223], "media": [17, 20, 22, 46, 137, 228], "medium": [92, 185], "meet": [76, 101, 106, 138, 139], "member": [10, 22, 187], "memcach": [19, 35, 192, 223], "memcachefactori": 232, "memori": [14, 20, 21, 28, 82, 90, 125, 231], "mention": [10, 49, 76, 85, 96, 131, 134, 135, 140, 188, 204, 234], "menu": [5, 20, 43, 47, 78, 96, 109, 111, 113, 129, 150, 153, 167, 172, 183, 193, 194, 197, 198, 201, 229, 231, 235], "menuitem": 200, "mercuri": 5, "merg": [12, 16, 129, 135, 185, 188, 189, 202, 204, 206, 233, 234], "merger": 69, "mesh": [61, 233], "mess": 42, "messag": [17, 22, 28, 42, 43, 44, 45, 46, 48, 49, 50, 56, 57, 58, 64, 69, 76, 81, 96, 103, 110, 113, 115, 116, 121, 122, 129, 130, 132, 135, 137, 140, 141, 142, 147, 161, 168, 170, 172, 174, 177, 182, 199, 209, 223, 231, 240], "message_rich": 69, "messagehandl": 101, "messageid": [54, 138], "messagenam": 101, "messagetd": 209, "met": [49, 69], "meta": [31, 43, 44, 46, 48, 96, 101, 104, 129, 131, 132, 168, 177, 182, 222, 231, 233, 240], "metacharact": 209, "metadata": [4, 7, 17, 22, 38, 39, 45, 61, 76, 86, 90, 95, 102, 113, 140, 190, 192, 201, 229, 234, 236], "metadata_etag": 61, "metadatabackgroundev": [104, 229], "metadatakei": 104, "metadataliveev": [104, 229], "metadatamanag": 104, "metadataqueri": 104, "method": [0, 1, 2, 3, 8, 17, 18, 20, 21, 22, 25, 26, 28, 30, 32, 33, 34, 37, 38, 41, 42, 43, 45, 46, 50, 51, 52, 53, 54, 56, 57, 58, 59, 65, 69, 70, 72, 73, 85, 90, 92, 93, 94, 95, 96, 97, 99, 101, 104, 105, 106, 107, 108, 110, 113, 114, 115, 116, 121, 125, 126, 127, 129, 130, 132, 135, 137, 140, 141, 142, 144, 145, 146, 148, 150, 151, 154, 155, 164, 170, 187, 190, 204, 209, 210, 211, 213, 215, 220, 221, 222, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 243], "method_exist": [110, 229], "methodnam": 30, "methodologi": 82, "methodtest": 33, "metric": [113, 114, 140, 234], "metrictyp": 120, "mhandler": 70, "micro": 46, "microservic": [151, 153, 154], "microsoft": 204, "middlewar": [20, 28, 90, 164, 201, 227], "might": [0, 3, 14, 16, 17, 20, 21, 22, 23, 25, 31, 35, 36, 42, 44, 46, 48, 49, 50, 53, 71, 74, 79, 82, 93, 96, 97, 104, 105, 107, 115, 118, 119, 122, 128, 129, 130, 131, 132, 133, 135, 141, 142, 144, 152, 154, 156, 170, 185, 188, 189, 204, 209, 213, 223, 231, 232, 239, 243], "migrat": [5, 23, 28, 37, 39, 44, 88, 90, 96, 98, 113, 115, 130, 136, 215, 229, 232, 234, 235], "miibvtccasagawibagiupvawyqjwcwyazcv7iz16twxfeumwdqyjkozihvcnaqef": 10, "miko": 243, "mileston": 16, "million": 129, "millisecond": [122, 136], "mime": [61, 62, 66, 132, 135, 171, 232], "mimetyp": [17, 20, 22, 35, 43, 62, 69, 70, 101, 232, 236], "mimetype_filt": 43, "mimetypedetector": 232, "mimetypeload": 232, "min": [5, 132, 154, 189, 192, 194, 199, 210, 225, 226, 227, 228, 229, 230, 231, 232, 234], "mind": [16, 23, 44, 48, 79, 82, 101, 107, 122, 131], "mingw": 82, "minif": 239, "minifi": [8, 98], "minim": [20, 97, 151, 164], "minimalist": 144, "minimum": [3, 5, 14, 18, 48, 69, 77, 107, 125, 194, 199, 210], "minio": 192, "minioadmin": 192, "minor": [40, 46, 222, 229], "minut": [15, 18, 44, 56, 57, 58, 96, 141, 142, 153, 179], "mirror": 101, "miscellan": [28, 172, 183], "misdetect": 167, "miss": [17, 22, 34, 40, 49, 58, 61, 125, 135, 150, 185, 204, 209, 229], "missing_fil": 10, "mistak": [8, 15, 82, 140], "misus": 92, "mit": [5, 71], "mitig": [2, 113, 114, 233], "mix": [90, 93, 122, 129, 153, 199, 200, 227], "mixin": 129, "mj": [135, 154, 228], "mkcol": [61, 62, 63], "mkdir": [15, 82, 152, 189, 192], "mknod": 192, "mktemp": 152, "mm": [50, 52], "mncwv0ujg9s63lf8": 10, "mo": [42, 154, 167], "mobil": [43, 46, 76, 101, 129, 132, 190, 192, 193, 194, 198, 231], "mocha": 118, "mock": [19, 21, 41, 243], "mockup": 235, "modal": [78, 194, 231], "mode": [17, 22, 40, 42, 90, 100, 113, 125, 135, 149, 150, 154, 156, 161, 175, 186, 190, 193, 194, 198, 223, 229, 231, 243], "model": [18, 30, 55, 57, 96, 104, 140, 141, 142, 153], "moder": 139, "modern": [21, 115, 135, 190], "modif": [35, 61, 62, 104, 206, 236], "modifi": [10, 17, 22, 34, 36, 40, 45, 48, 49, 54, 59, 61, 66, 69, 82, 85, 86, 88, 104, 107, 113, 115, 121, 147, 156, 171, 184, 193], "modifycolumn": 40, "modifyparticipantev": 138, "modul": [20, 25, 82, 98, 118, 135, 186, 190, 228, 229, 231, 239], "modular": [21, 185], "mom": 198, "moment": [5, 43, 66, 70, 71, 107, 121, 125, 140, 219, 222], "monet": [11, 201], "monitor": [5, 12, 29, 122], "monitoringmiddlewar": 30, "month": 204, "monthlyreport": 134, "more": [2, 3, 5, 6, 8, 10, 12, 13, 14, 15, 17, 18, 20, 21, 22, 25, 26, 31, 33, 35, 38, 39, 40, 42, 43, 46, 49, 52, 54, 69, 76, 77, 79, 81, 82, 83, 90, 93, 95, 96, 99, 106, 107, 110, 115, 118, 122, 124, 125, 129, 131, 134, 148, 150, 151, 152, 153, 154, 158, 169, 174, 175, 180, 184, 185, 186, 188, 189, 190, 194, 196, 198, 199, 200, 204, 206, 209, 222, 223, 226, 229, 231, 232, 233, 234, 236, 239, 243], "moreov": [3, 5, 222, 229, 231], "morespecificreturntyp": 49, "most": [14, 18, 19, 20, 21, 33, 37, 42, 49, 54, 61, 69, 76, 77, 79, 80, 82, 90, 107, 115, 123, 129, 131, 132, 135, 140, 148, 155, 162, 185, 189, 190, 204, 209, 214, 220, 221, 223, 229, 230, 231, 234, 240, 243], "mostli": [17, 22, 42, 64, 95, 115, 129, 222, 223, 229], "mount": [17, 22, 61, 96, 126, 129, 165, 190, 232, 233, 237], "mountconfigmanag": 232, "mountmanag": 232, "mountpoint": [38, 231, 232, 236], "move": [3, 11, 17, 22, 37, 42, 63, 65, 67, 68, 73, 76, 77, 89, 96, 105, 131, 204, 215, 221, 222, 226, 229, 231, 232, 233, 239], "moveabl": 61, "moveoper": 70, "moveremotefileoper": 70, "movetotrash": 229, "movetotrashev": 229, "movi": 129, "mozilla": [79, 98, 185, 234], "mpl": 5, "mquyqdffosamjytm8pvpkosvqxt5hglnuspo5embgjmnepfgaide8oujvrj2wcycbslgqynu9japfvzhml83ybmvp6adidarjtfibprwod6p32fl9lipistvc6k8wrs1": 44, "msg": 20, "msword": 43, "mtime": [22, 61, 62, 63, 171], "much": [19, 82, 93, 125, 142, 184, 204, 226, 229, 233], "multi": [20, 42, 61, 76, 98, 134, 179, 222], "multi_checkbox": 99, "multi_select": 99, "multilin": 50, "multimedia": 5, "multipart": 62, "multipl": [1, 5, 10, 17, 18, 20, 22, 23, 34, 40, 42, 45, 49, 66, 76, 77, 81, 82, 85, 93, 95, 98, 99, 110, 119, 129, 131, 148, 179, 187, 194, 198, 228, 229, 230, 233, 236], "multipleobjectsreturnedexcept": [37, 228], "multipli": 77, "multiselect": 140, "multistatu": [64, 104], "must": [0, 1, 5, 10, 14, 17, 20, 22, 29, 33, 36, 37, 40, 42, 43, 44, 49, 54, 60, 61, 63, 69, 70, 79, 81, 82, 85, 90, 92, 93, 96, 97, 99, 101, 105, 107, 119, 120, 129, 132, 134, 140, 144, 151, 154, 157, 160, 164, 165, 167, 176, 178, 187, 190, 195, 199, 200, 212, 231, 233, 234, 243], "mustach": 42, "mutabl": [37, 106], "mutat": [106, 190], "mutual": 76, "mv": 152, "my": [2, 19, 29, 30, 31, 33, 46, 49, 81, 87, 96, 99, 104, 107, 108, 116, 122, 124, 126, 129, 130, 132, 133, 137, 140, 141, 142, 145, 165, 181, 186, 190], "my_alia": 104, "my_app": [29, 99, 104, 108, 126, 140, 141, 142], "my_app_id": [87, 124, 175], "my_app_t": 21, "my_checkbox_field": 99, "my_class": 185, "my_config_kei": 92, "my_declarative_settings_form": 99, "my_field_kei": 99, "my_field_unique_id": 99, "my_index": 40, "my_multi_select_field": 99, "my_multicheckbox_field": 99, "my_new_index": 40, "my_notebook": 190, "my_notes_set": 34, "my_old_index_on": 40, "my_old_index_two": 40, "my_other_appwidgetid": 96, "my_radio_field": 99, "my_rich_object_typ": 129, "my_section_id": 99, "my_select_field": 99, "my_tabl": [40, 104, 136], "my_unique_act": 124, "myapp": [0, 1, 6, 8, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 63, 69, 89, 90, 92, 93, 94, 96, 99, 101, 104, 106, 108, 116, 118, 120, 124, 125, 126, 129, 130, 131, 132, 135, 136, 137, 140, 141, 142, 145, 146, 147, 222, 243], "myapp_act": 69, "myapp_author": 37, "myapp_metr": 120, "myappcollector": 125, "myappdatacollector": 125, "myappid": 134, "myapplic": 2, "myappmanag": 145, "myappmigr": 145, "myappwidget": [96, 126], "myappwidgetid": 96, "myarrai": 186, "myawesomeservic": 129, "mybeautifulapp": [21, 89], "mybulkprovid": 108, "mycamelcaseapp": 33, "myclass": [90, 97, 186, 187], "mycontrol": [35, 126], "mycooki": 20, "mycustompickerel": 129, "mycustomtemplatefilenam": 31, "mycustomwidgetcompon": 129, "mydata": [96, 125], "mydavplugin": [2, 133, 148], "mydeclarativesettingsform": 99, "myeditor": 101, "myevent": 138, "myfil": [20, 38], "myfilemenuplugin": 25, "myfooimpl": 0, "myfunct": [97, 187], "mygreatapp": 138, "myhead": [30, 184], "myicon": 184, "mykei": [90, 93], "mylink": 129, "mylisten": 2, "mymethod": 187, "mynam": 21, "mynotebook": 190, "myobject": [69, 136], "myobjectfactori": 136, "myprofileact": 124, "mypromptresultlisten": [140, 142], "myproperti": 186, "myprovid": 108, "mypublicsharetemplateprovid": 31, "myreferencelisten": [129, 137], "myremoteserverintegr": [112, 133], "myrepairstep": 130, "myresourceprovid": 126, "myscop": 49, "mysearchprovid": 132, "myservic": [18, 21, 37, 96, 106, 138], "myset": 34, "mysql": [5, 15, 37, 97, 98, 122, 233, 243], "mysqld": 97, "mystat": 25, "mysteri": 129, "mytag1": 49, "mytestclass": 21, "mytestclass2": 21, "mytestservic": 110, "mytranscriptionlisten": 137, "myuser": 38, "myvalu": [90, 93], "myvar": [186, 187], "myvari": 187, "mywidget": [96, 129], "n": [1, 8, 10, 15, 42, 61, 62, 64, 66, 67, 81, 82, 104, 107, 125, 129, 135, 140, 148, 154, 165, 185, 186, 198], "n1": 95, "nachrichten": 5, "name": [0, 3, 4, 5, 6, 8, 10, 14, 15, 17, 20, 21, 23, 25, 26, 27, 29, 32, 33, 34, 35, 37, 40, 42, 43, 46, 48, 49, 52, 57, 58, 61, 63, 64, 66, 68, 69, 70, 73, 76, 78, 82, 85, 89, 90, 95, 99, 101, 103, 104, 105, 106, 108, 110, 115, 118, 120, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 139, 140, 141, 144, 145, 154, 165, 166, 170, 171, 174, 175, 178, 179, 180, 181, 185, 187, 189, 190, 192, 199, 202, 206, 217, 219, 222, 227, 228, 229, 230, 231, 232, 233, 234, 239, 240], "namespac": [0, 1, 18, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 35, 36, 37, 41, 49, 69, 85, 89, 90, 95, 96, 99, 101, 104, 107, 108, 110, 115, 116, 120, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 140, 141, 142, 144, 145, 146, 147, 186, 187, 215, 219, 223, 229, 231, 232, 238, 243], "nan": 5, "nano": 156, "narrow": 49, "nativ": [20, 23, 76, 77, 113, 186, 233, 243], "natur": [61, 81, 94], "navig": [4, 5, 20, 23, 32, 42, 69, 73, 77, 78, 80, 132, 134, 190, 193, 194, 197, 200, 201, 231, 232], "navigationmanag": 232, "nb": [8, 62], "nb_no": 8, "nbqawizehmb8ga1uecgwyb3duq2xvdwqgq29kzsbtawduaw5nienbmb4xdte1mtax": 10, "nc": [20, 44, 61, 81, 96, 104, 172, 192, 229, 232], "nc16": [192, 217], "nc31": 140, "nc32": 140, "nc33": 140, "nc_app_": [154, 161], "nc_favorite_flag": 171, "nc_py_api": 165, "ncaction": 76, "ncappnavig": [76, 235], "ncappnavigationcapt": 76, "ncappnavigationitem": 76, "ncappnavigationnew": 76, "ncappnavigationsearch": 76, "ncappsettingsdialog": 76, "ncappsettingssect": 76, "ncappsidebar": [76, 234], "ncappsidebarhead": 76, "ncappsidebartab": 76, "ncavatar": 76, "ncbutton": 76, "nccheckboxradioswitch": [76, 99], "ncchip": 76, "nccolorpick": 76, "nccounterbubbl": 76, "nccustompickerrenderresult": 129, "ncdatetim": 235, "ncdatetimepick": 76, "ncdatetimepickern": 76, "ncdialog": 76, "ncemojipick": 76, "ncemptycont": 76, "ncfilepick": 76, "ncformbox": 76, "ncformgroup": 76, "nciconsvgwrapp": 196, "nclistitem": 76, "ncmodal": 76, "ncnotecard": 76, "ncpasswordfield": 76, "ncradiogroup": 76, "ncrichcontentedit": 76, "ncrichtext": 76, "ncselect": 76, "ncsettingssect": 99, "nctextarea": 76, "nctextfield": 76, "nctimezonepick": 76, "ncu": 85, "ncuserbubbl": 76, "ndqyjkozihvcnaqebbqadgy0amigjaogbanoqesgdcw0l2l": 10, "necessari": [12, 40, 42, 95, 129, 131, 134, 144, 150, 151, 156, 159, 170, 188, 189, 190, 206], "necessarili": 188, "need": [0, 3, 5, 6, 8, 10, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 29, 31, 33, 34, 37, 38, 40, 42, 43, 44, 46, 48, 49, 52, 61, 62, 63, 64, 67, 68, 70, 71, 73, 76, 77, 82, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 107, 110, 116, 119, 120, 122, 124, 125, 126, 128, 129, 131, 132, 134, 135, 137, 139, 140, 141, 142, 144, 145, 148, 151, 153, 154, 155, 156, 158, 161, 165, 166, 169, 171, 175, 181, 185, 187, 188, 189, 190, 192, 193, 195, 196, 198, 199, 200, 202, 204, 206, 209, 211, 218, 223, 225, 227, 229, 230, 231, 232, 233, 234, 235, 238, 239, 243], "needinfo": 204, "needspartfil": 232, "neg": [0, 76, 122, 132, 185], "negat": 175, "nein": 5, "neither": [37, 185], "net": [48, 104, 165, 222, 225, 229, 231, 232], "netlifi": [115, 196], "network": [62, 107, 122, 135, 150, 151, 152, 156, 162, 165], "networkofflin": 115, "networkonlin": 115, "networkset": 192, "neutral": 81, "never": [20, 42, 44, 77, 81, 85, 134, 188, 190, 209, 222, 232], "nevertheless": [185, 222], "new": [1, 2, 5, 7, 8, 10, 13, 15, 16, 17, 19, 20, 21, 22, 23, 26, 29, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 48, 49, 54, 61, 69, 70, 73, 76, 85, 90, 92, 93, 94, 96, 98, 99, 101, 104, 105, 106, 110, 113, 114, 115, 121, 122, 125, 126, 127, 129, 131, 132, 134, 136, 139, 140, 141, 142, 144, 145, 146, 147, 150, 154, 162, 178, 185, 188, 190, 192, 193, 197, 198, 200, 201, 204, 206, 212, 215, 221, 222, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 243], "new_tabl": 40, "newbasiccredenti": 70, "newbearercredenti": 70, "newclient": 112, "newconversationopt": 139, "newemailact": 108, "newer": [16, 43, 46, 82, 145, 204, 220, 222], "newest": 238, "newfil": [35, 38], "newfilemenu": 25, "newfilepath": 70, "newfold": 35, "newfolderpath": 70, "newkei": 10, "newli": [15, 16, 52, 82, 165, 228], "newlinkact": 108, "newnam": 101, "newqueri": 106, "newsamlssocredenti": 70, "next": [13, 16, 20, 34, 40, 41, 49, 50, 69, 76, 81, 96, 97, 104, 107, 122, 126, 132, 144, 150, 151, 171, 188, 199, 204, 243], "nextcloud": [1, 2, 3, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27, 28, 29, 32, 34, 37, 39, 40, 41, 42, 43, 44, 46, 48, 49, 52, 53, 54, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85, 87, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 106, 108, 109, 110, 111, 112, 113, 116, 118, 120, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 171, 173, 174, 175, 177, 178, 179, 181, 183, 185, 186, 187, 188, 189, 191, 192, 194, 195, 196, 199, 200, 202, 203, 205, 206, 209, 210, 211, 212, 214, 238, 239, 240, 241], "nextcloud33": 234, "nextcloud_base_url": [50, 51, 52, 53, 54, 56, 57, 58, 59], "nextcloud_build_vari": 82, "nextcloud_myapp_metr": 120, "nextcloud_url": [150, 165, 170], "nextcloudcredentialsfactori": 70, "nextcloudtest": 147, "nextid": 136, "nextlcoud": 231, "nf": 152, "nfiv0cvgquzbx": 10, "nginx": 204, "nice": 44, "nig": 10, "night": [8, 14, 122], "nightli": [15, 18], "nikic": 227, "ninja": 82, "njce9invp368xv0btrobrqesnsgoggl5ceavr0c9bg": 10, "njkkfzyemeuqfagmbaaewdqyjkozihvcnaqefbqadgyeavf": 10, "nkx5snu3fs45mscdb61xbyjbslfgr4qi6mcocippw4sur28eaexvvgpsvqujylgp": 10, "nndezmtcxmfoxdte2mtaxndezmtcxmfowezerma8ga1ueawwiy29udgfjdhmwgz8w": 10, "no_prefer": 25, "noadminrequir": [20, 43, 49, 190, 231], "nobodi": [10, 122, 185], "nocsrfrequir": [20, 131, 209, 231], "node": [2, 10, 31, 39, 61, 73, 104, 107, 118, 122, 148, 190, 228, 229, 231, 233, 234, 237, 241], "node_ev": 169, "node_modul": 190, "nodeaddedtofavorit": 229, "nodecopiedev": 169, "nodecreatedev": 169, "nodedeletedev": 169, "nodeinfo": 222, "nodej": [239, 243], "noderemovedfromfavorit": 229, "noderenamedev": 169, "nodetouchedev": 169, "nodewrittenev": 169, "noexpirationd": 231, "non": [1, 8, 15, 42, 44, 45, 48, 61, 76, 90, 115, 130, 131, 155, 190, 192, 199, 211, 213, 215, 223, 228, 232], "nonamespaceschemaloc": [5, 108, 130], "none": [15, 20, 40, 61, 92, 175, 184, 185, 192, 243], "nonessenti": 77, "nonsgml": 107, "noop": [221, 222], "noquotesneed": 186, "nor": [0, 37, 193, 204], "norespons": 135, "normal": [15, 20, 29, 42, 48, 49, 67, 68, 89, 90, 97, 104, 105, 128, 130, 140, 194, 209, 233], "notabl": 221, "notat": [21, 190, 194, 215], "note": [0, 11, 14, 17, 20, 22, 29, 34, 36, 37, 38, 40, 44, 49, 52, 60, 71, 78, 104, 107, 113, 116, 129, 131, 140, 145, 176, 190, 192, 201, 204, 206, 211, 222, 227, 233, 239, 243], "notebook": 190, "notecontrol": 190, "notemapp": 190, "notempti": 192, "notes_": 34, "notesadmin": 34, "notessettingscontrol": 34, "notessubadmin": 34, "notestutori": 34, "notfounderror": 49, "notfoundexcept": [17, 20, 22, 38, 41, 49], "noth": [76, 107, 220], "notic": [29, 40, 48, 51, 92, 185, 239], "notif": [0, 15, 25, 45, 69, 81, 86, 96, 113, 169, 172, 176, 183, 227, 230, 231, 232, 233, 234, 235], "notifi": [0, 5, 17, 22, 96, 103, 115, 137, 140, 141, 142, 231, 233], "notificationmanag": 232, "notion": 107, "notnul": [37, 40, 136], "notpermittedexcept": 38, "notwofactorrequir": 20, "noun": [42, 81], "novel": 150, "now": [7, 8, 15, 16, 18, 20, 21, 25, 37, 43, 44, 49, 50, 63, 82, 96, 98, 106, 107, 108, 116, 122, 127, 129, 137, 140, 142, 143, 156, 165, 185, 189, 196, 202, 204, 209, 210, 211, 213, 215, 217, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 234, 235], "nowadai": 61, "npm": [16, 86, 100, 113, 125, 126, 149, 241], "npmj": [219, 220, 221, 229], "nr": 204, "nresult": [66, 104], "nrikhcly3at3glks2791bc": 10, "ns_caldav": 107, "nsi": 82, "null": [1, 19, 21, 22, 25, 37, 38, 49, 50, 54, 57, 58, 62, 69, 73, 90, 92, 93, 96, 101, 106, 107, 108, 110, 116, 121, 123, 124, 125, 126, 129, 132, 134, 137, 140, 141, 142, 143, 145, 146, 147, 148, 171, 181, 186, 187, 215, 220, 223, 224, 228, 229, 231, 232, 240], "nullabl": [17, 21, 22, 223, 224, 228], "num": 186, "number": [3, 5, 16, 20, 21, 36, 40, 42, 53, 56, 61, 63, 69, 72, 76, 77, 82, 97, 99, 107, 113, 114, 122, 124, 125, 129, 130, 132, 140, 141, 153, 162, 168, 169, 178, 179, 185, 186, 190, 199, 204, 206, 222, 229, 232, 234, 240, 243], "numberofimag": [56, 140, 141], "numer": [29, 61], "nvidia": [151, 159], "nvm": 239, "nvmrc": 239, "nvo4pzoto": 10, "nwdmgidb7iahf0f": 10, "o": [8, 20, 21, 82, 152, 189, 192], "oasi": 43, "oauth2": 70, "obei": 20, "obfusc": [29, 122], "obfuscateparamet": 29, "obj": [70, 186], "object": [0, 20, 21, 22, 27, 30, 31, 37, 38, 42, 44, 49, 56, 70, 87, 88, 92, 94, 96, 99, 104, 108, 109, 110, 113, 116, 121, 126, 129, 131, 132, 135, 136, 137, 140, 141, 142, 147, 168, 170, 174, 177, 179, 190, 213, 219, 229, 231, 232, 233, 234, 236, 241], "object_id": [69, 174], "object_nam": 69, "object_typ": 69, "objectid": 64, "objectstor": [192, 215], "objectstorag": 237, "objecttyp": 64, "obscur": 76, "obsolet": [115, 221, 222], "obtain": [29, 46, 67, 68, 70, 75, 97, 104, 116, 119, 129, 133, 137, 140, 141, 142, 189], "obviou": [2, 81, 122, 188], "oc": [1, 22, 25, 28, 38, 43, 44, 61, 62, 63, 64, 66, 69, 74, 75, 86, 87, 95, 96, 101, 104, 113, 116, 121, 125, 129, 132, 133, 138, 140, 141, 142, 150, 153, 154, 165, 166, 168, 169, 170, 171, 172, 175, 177, 179, 181, 183, 192, 201, 213, 216, 218, 219, 220, 221, 223, 224, 227, 228, 229, 230, 231, 232, 233, 234, 235, 240, 243], "oc_": [37, 215, 231], "oc_api": 232, "oc_app": [221, 228, 229, 232, 233], "oc_app_": 233, "oc_appconfig": 218, "oc_appswebroot": 218, "oc_autotest": 243, "oc_cap": 218, "oc_config": 218, "oc_current_us": 218, "oc_debug": 218, "oc_default": 229, "oc_eventsourc": 231, "oc_fil": 232, "oc_group_backend": 215, "oc_help": [233, 234], "oc_imag": 232, "oc_isadmin": 218, "oc_job": 234, "oc_mount": 233, "oc_preview": 234, "oc_properti": 107, "oc_requesttoken": 218, "oc_respons": [215, 234], "oc_shar": 230, "oc_share_extern": 234, "oc_templ": [209, 233], "oc_them": 215, "oc_us": [0, 209, 221, 233], "oc_util": [233, 234, 235], "oc_webroot": 218, "oca": [0, 1, 2, 5, 6, 18, 19, 20, 21, 25, 27, 29, 30, 31, 33, 34, 35, 36, 37, 41, 49, 69, 87, 89, 90, 92, 94, 96, 99, 101, 104, 105, 106, 107, 108, 110, 116, 119, 120, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 140, 141, 142, 144, 145, 146, 147, 148, 154, 186, 190, 209, 215, 219, 221, 224, 227, 229, 231, 232, 233, 234, 243], "occ": [4, 5, 10, 15, 17, 22, 33, 40, 42, 48, 98, 102, 113, 125, 130, 135, 136, 144, 149, 153, 154, 156, 165, 172, 183, 189, 192, 201, 215, 222, 223, 231], "occ_command": 175, "occ_command_nam": 175, "occasion": [90, 122, 144, 204], "occur": [5, 20, 22, 49, 81, 97, 105, 156, 161, 166, 173, 209, 228], "occurr": [29, 49], "ocdialog": 218, "oci": [37, 243], "ocm": [61, 233], "ocp": [0, 1, 2, 3, 6, 18, 19, 20, 21, 25, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 46, 49, 64, 69, 73, 85, 87, 88, 90, 92, 93, 94, 95, 96, 97, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 113, 116, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 176, 190, 209, 210, 211, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 240], "ocpactivityifilt": 5, "ocpactivityiprovid": 5, "ocpactivityiset": 5, "ocpcollaborationcollaboratorsisearchplugin": 5, "ocpcommentsicommentsmanag": 64, "ocpconfiglexiconilexicon": 92, "ocpeventdispatcherev": [17, 22], "ocphintexcept": [17, 22], "ocpserv": 21, "ocpsettingsisect": 5, "ocpsettingsiset": 5, "ocpshar": 5, "ocptaskid": 87, "ocr": 140, "ocsbadrequestexcept": [49, 240], "ocscontrol": [20, 33, 49, 131, 190, 240], "ocsexcept": 240, "ocsforbiddenexcept": 240, "ocshar": 70, "ocsnotfoundexcept": 240, "off": [20, 76, 122, 190, 209, 226], "offer": [13, 18, 19, 27, 30, 49, 71, 73, 76, 79, 94, 101, 104, 106, 108, 116, 122, 125, 131, 132, 137, 140, 141, 142, 150, 185, 204, 209], "offic": [5, 17, 22, 45, 52, 61, 75, 88, 113, 227], "officedocu": 43, "offici": [10, 14, 71, 82, 107, 117, 151, 222, 229], "offlin": [54, 60, 115], "offset": [37, 54, 64, 69, 132, 229, 232], "often": [6, 18, 25, 35, 42, 49, 62, 76, 77, 80, 90, 118, 122, 125, 133, 140, 144, 179, 186, 188, 204, 209, 231, 240], "og": 31, "ogp": 31, "oidc": [46, 61, 88, 113], "ok": [43, 44, 46, 48, 50, 51, 54, 56, 57, 58, 59, 69, 71, 76, 81, 96, 101, 104, 129, 166, 168, 177, 182, 200, 240], "okai": [25, 202, 226], "old": [0, 3, 5, 10, 18, 40, 44, 45, 73, 96, 115, 152, 221, 222, 223, 229, 234, 235, 236], "older": [20, 34, 49, 69, 82, 131, 185, 188, 190, 210, 222, 226, 229], "oldest": 204, "omit": [1, 20, 29, 37, 46, 76, 81, 101, 106, 232], "onc": [0, 5, 8, 18, 20, 21, 22, 25, 33, 38, 40, 41, 44, 48, 60, 63, 72, 76, 85, 89, 90, 93, 98, 101, 105, 107, 108, 118, 121, 122, 129, 130, 131, 140, 151, 185, 188, 190, 204, 214, 221, 232, 233, 238, 239, 240], "onclick": 87, "oncreat": 70, "ondatatransferprogresslisten": 70, "one": [3, 5, 7, 8, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 33, 34, 37, 40, 42, 44, 48, 49, 52, 54, 61, 62, 70, 71, 76, 79, 81, 82, 83, 85, 89, 90, 93, 94, 97, 99, 101, 104, 105, 108, 110, 115, 116, 118, 119, 120, 121, 122, 129, 131, 132, 133, 134, 135, 139, 140, 141, 142, 144, 147, 148, 158, 166, 179, 180, 184, 185, 186, 187, 188, 189, 190, 198, 199, 200, 202, 204, 209, 217, 221, 222, 227, 229, 230, 231], "onelin": 16, "onelogin": 241, "ones": [16, 49, 94, 98, 101, 105, 107, 129, 200, 204, 231], "onev": 105, "ongo": [45, 121], "onli": [2, 3, 5, 8, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 27, 29, 30, 33, 34, 35, 36, 37, 40, 42, 43, 44, 46, 48, 49, 50, 52, 56, 57, 58, 60, 61, 62, 63, 66, 69, 72, 76, 79, 81, 82, 85, 87, 89, 90, 93, 96, 97, 99, 101, 104, 105, 106, 115, 121, 122, 125, 128, 130, 131, 132, 134, 135, 137, 140, 141, 142, 144, 148, 152, 154, 158, 161, 165, 167, 169, 170, 171, 179, 181, 182, 185, 188, 189, 190, 193, 194, 199, 200, 204, 209, 213, 215, 218, 222, 223, 226, 227, 228, 229, 231, 232, 233, 234, 238, 239, 243], "onlin": [5, 54, 115, 192], "only_full_group_bi": 37, "onlyoffic": [13, 241], "onlyofficedock": 192, "onremoteoperationfinish": 70, "onremoteoperationlisten": 70, "onto": 37, "ontransferprogress": 70, "onward": 131, "oo": 192, "oop": 81, "op": [94, 101], "open": [8, 13, 15, 20, 21, 47, 61, 72, 75, 76, 82, 107, 113, 114, 122, 124, 128, 129, 156, 167, 171, 185, 188, 190, 192, 198, 199, 200, 204, 209, 215, 233, 234, 240, 243], "open_basedir": 243, "openai": 140, "openapi": [45, 47, 55, 75, 231, 233], "openassistanttask": 87, "openconflictpick": [230, 231], "opendocu": 43, "opengraph": [31, 129], "opengraphobject": 129, "openid": [88, 113], "openmetr": [120, 234], "openpgp": 152, "openssl": [10, 62, 82, 192, 242], "openstreetmap": 129, "opensus": 82, "openxmlformat": 43, "oper": [19, 20, 25, 29, 37, 38, 40, 49, 65, 66, 70, 75, 76, 79, 90, 107, 108, 111, 113, 122, 128, 133, 152, 166, 188, 228], "oppos": 42, "opposit": 235, "opt": [25, 82, 96, 132, 226], "optim": [20, 25, 38, 62, 89, 107, 122, 142], "optimist": [222, 229], "option": [0, 4, 5, 10, 13, 16, 20, 25, 26, 28, 29, 33, 35, 37, 40, 42, 43, 45, 46, 48, 51, 56, 61, 76, 79, 82, 86, 88, 89, 90, 92, 96, 97, 99, 100, 101, 104, 105, 106, 108, 110, 113, 129, 136, 139, 140, 141, 150, 151, 153, 159, 160, 166, 169, 170, 174, 175, 179, 180, 185, 189, 192, 193, 194, 198, 199, 200, 209, 213, 215, 226, 229, 231, 233, 234, 236, 242], "option_nam": 175, "optionalmimetyp": 101, "oracl": [37, 223, 243], "orchestr": 150, "order": [3, 5, 6, 17, 18, 20, 22, 30, 32, 34, 35, 42, 44, 62, 63, 66, 81, 82, 95, 96, 97, 99, 104, 107, 115, 118, 124, 126, 129, 130, 131, 132, 134, 144, 153, 169, 171, 185, 190, 199, 202, 204, 211, 223, 234], "order_in_file_actions_menu": 171, "orderbi": [66, 104], "org": [3, 5, 61, 64, 66, 67, 73, 95, 96, 98, 104, 108, 129, 130, 136, 152, 204, 229, 234, 243], "organ": [5, 8, 11, 15, 49, 76, 106, 199, 203], "organis": [92, 124, 190, 199], "organiz": 42, "orient": 43, "origin": [54, 56, 57, 61, 63, 67, 87, 129, 140, 141, 142, 149, 175, 188, 189, 192, 204, 209, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228], "origin_languag": 140, "original_languag": 129, "original_titl": 129, "orx": 231, "oscar": 142, "oscarwildetasktyp": 142, "osslsigncod": 82, "other": [0, 3, 5, 10, 12, 13, 14, 15, 16, 17, 20, 21, 22, 25, 26, 29, 30, 33, 35, 37, 49, 50, 61, 69, 76, 77, 80, 81, 82, 87, 89, 90, 94, 95, 96, 97, 98, 101, 105, 106, 107, 110, 112, 115, 122, 126, 128, 129, 130, 131, 132, 134, 135, 136, 139, 140, 144, 146, 147, 150, 151, 152, 153, 154, 155, 159, 162, 165, 166, 172, 183, 185, 186, 188, 190, 194, 202, 204, 208, 209, 223, 226, 230, 231, 232, 236], "other_app": 29, "other_t": 40, "other_templ": 26, "otherclass": [21, 89], "otherwis": [10, 14, 20, 42, 46, 51, 56, 63, 76, 77, 90, 94, 101, 107, 132, 134, 140, 141, 142, 143, 194, 209, 231, 232, 233, 234], "our": [5, 8, 10, 14, 18, 34, 49, 71, 79, 95, 104, 107, 110, 122, 126, 154, 156, 158, 165, 193, 202, 203, 204, 205, 207, 209, 211, 215, 232, 233, 240], "out": [10, 13, 17, 18, 20, 21, 22, 25, 29, 37, 42, 45, 46, 56, 61, 75, 76, 79, 81, 82, 88, 96, 113, 115, 116, 122, 132, 144, 145, 146, 150, 154, 156, 166, 185, 192, 199, 204, 206, 211, 223, 226, 227], "outbound": 152, "outbox": 192, "outer": 131, "outgo": 61, "outlin": [8, 76, 77], "outofoffic": 50, "outofofficechangedev": 121, "outofofficedeletedev": 121, "outofofficeendedev": 121, "outofofficescheduledev": 121, "outofofficestartedev": 121, "output": [1, 15, 20, 21, 29, 30, 40, 42, 49, 57, 64, 87, 97, 98, 115, 116, 118, 122, 123, 131, 136, 141, 142, 145, 151, 186, 190, 209, 213, 231, 233, 234, 243], "outputinterfac": [1, 145], "outsid": [21, 49, 52, 53, 54, 59, 129, 133, 150, 188, 190, 193, 199, 231], "over": [14, 20, 29, 32, 46, 48, 52, 53, 54, 59, 61, 66, 76, 81, 98, 101, 107, 122, 129, 145, 186, 190, 196, 204, 223, 229, 230, 231, 234], "overal": [0, 16, 20, 116, 122, 131, 132, 137, 140, 141, 142, 215, 219, 231], "overcompl": 199, "overflow": [145, 193], "overhead": [20, 90, 236], "overlai": [76, 96], "overlayiconurl": 96, "overload": 122, "overlook": 209, "overrid": [1, 29, 31, 37, 40, 46, 70, 120, 147, 195, 199], "overse": 12, "overtak": 209, "overview": [0, 5, 11, 20, 28, 32, 44, 45, 60, 61, 75, 91, 96, 102, 113, 114, 115, 129, 151, 153, 163, 183, 185, 188, 190, 201, 237], "overwhelm": 77, "overwrit": [8, 15, 25, 30, 41, 61, 70, 92, 128, 135, 231, 236, 243], "overwritten": [54, 61, 107, 128], "own": [8, 17, 20, 21, 22, 26, 29, 30, 37, 38, 41, 42, 44, 45, 46, 48, 52, 61, 72, 73, 76, 82, 83, 90, 96, 98, 101, 105, 107, 124, 125, 126, 129, 134, 140, 142, 148, 158, 186, 188, 190, 196, 200, 217, 218, 219, 220, 223, 225, 226, 227, 230, 231, 234], "owncloud": [61, 64, 66, 70, 104, 202, 243], "owncloudcli": 70, "owncloudclientfactori": 70, "owner": [8, 31, 61, 66, 104, 139, 152, 231], "ownerid": [48, 61], "ownership": [152, 231], "oxygen": 194, "p": [8, 15, 26, 42, 89, 92, 129, 134, 152, 185, 190, 192, 209], "pack": [20, 40, 107], "packag": [0, 16, 25, 42, 70, 82, 85, 86, 95, 98, 113, 118, 126, 152, 155, 186, 217, 219, 220, 221, 222, 226, 229, 231, 232, 233, 239], "pad": [61, 199, 200], "page": [3, 5, 6, 7, 10, 13, 16, 17, 21, 22, 25, 33, 42, 43, 48, 49, 53, 69, 76, 80, 82, 86, 90, 93, 98, 99, 106, 113, 115, 124, 126, 127, 129, 131, 132, 144, 161, 167, 172, 185, 188, 189, 190, 192, 194, 203, 204, 206, 209, 211, 212, 213, 214, 215, 227, 228, 229, 232, 234, 235, 243], "page_numb": 232, "page_s": 232, "pagecontrol": [20, 21, 33, 190], "pagedprovid": 234, "pagin": [33, 54, 129, 232], "pai": 221, "pain": 204, "pair": [33, 59, 93, 116], "palett": 76, "panel": 81, "paper": 231, "paperclip": 76, "paragraph": [107, 129], "parallel": [20, 40, 82, 122, 132], "param": [20, 25, 43, 49, 64, 73, 94, 104, 107, 129, 130, 134, 137, 138, 143, 144, 170, 172, 187, 209, 227, 228, 234], "param1": 69, "param_d": 232, "param_date_immut": 232, "param_date_mut": 232, "param_datetime_immut": 232, "param_datetime_mut": 232, "param_datetime_tz_immut": 232, "param_datetime_tz_mut": 232, "param_int": 37, "param_str": 37, "param_time_immut": 232, "param_time_mut": 232, "paramet": [15, 22, 26, 28, 29, 32, 33, 34, 37, 42, 45, 46, 52, 60, 61, 70, 73, 82, 92, 96, 97, 98, 99, 101, 104, 105, 107, 110, 116, 125, 126, 128, 129, 130, 132, 134, 135, 140, 149, 153, 154, 165, 166, 169, 171, 175, 187, 192, 209, 215, 222, 229, 231, 232, 233, 234, 240], "parcel": 115, "parent": [0, 1, 18, 20, 21, 22, 25, 26, 30, 33, 35, 36, 37, 41, 49, 61, 70, 96, 99, 104, 106, 107, 110, 124, 126, 129, 131, 145, 190, 192, 193, 243], "parenthesi": 42, "parentid": 64, "pars": [20, 25, 28, 70, 101, 107, 132, 190, 227, 231, 232], "parsedrelyingpartyid": 192, "parser": 227, "part": [10, 16, 20, 21, 24, 33, 34, 37, 40, 42, 48, 62, 82, 89, 93, 107, 125, 135, 138, 154, 155, 158, 162, 167, 185, 186, 190, 194, 199, 231, 232], "parti": [3, 8, 10, 14, 20, 46, 71, 89, 95, 101, 106, 123, 127, 131, 132, 151, 154, 188, 190, 233, 240], "partial": [94, 129, 131, 132], "particip": [76, 138, 205], "particular": [20, 21, 49, 61, 82, 125, 190], "particularli": 61, "partli": 236, "partnership": 13, "pascal": 227, "pascalcas": 190, "pass": [12, 18, 20, 21, 22, 26, 29, 33, 42, 46, 61, 62, 63, 69, 82, 87, 90, 95, 101, 105, 106, 107, 116, 122, 128, 129, 130, 131, 135, 137, 140, 141, 142, 146, 154, 164, 175, 180, 190, 209, 222, 228, 229, 231, 232, 234, 236], "passm": 144, "passthru": 209, "passwd": [96, 129], "password": [17, 20, 22, 29, 46, 48, 52, 61, 66, 70, 75, 76, 81, 99, 101, 128, 146, 156, 165, 179, 192, 215, 224, 231, 232, 240, 243], "passwordconfirmationrequir": [34, 115, 231], "passwordcontext": 232, "passwordupdatedev": 229, "past": [10, 20, 54, 101, 115, 121, 217, 223], "patch": [20, 33, 89, 115, 131, 188, 202], "path": [7, 10, 15, 20, 21, 29, 31, 33, 38, 46, 48, 52, 61, 62, 63, 69, 70, 73, 82, 87, 90, 95, 101, 131, 132, 134, 135, 148, 152, 154, 156, 165, 167, 171, 174, 181, 190, 192, 209, 219, 236], "path_myapp_fil": 145, "path_root": 145, "path_separ": 70, "path_to_fil": 15, "patienc": 204, "pattern": [28, 33, 40, 42, 49, 80, 90, 97, 122, 146, 190], "paul": 52, "payload": [43, 101, 153, 166, 172], "paypal": 13, "pdf": [43, 105], "pdo": [37, 242], "pdo_mysql": 15, "pdo_pgsql": 15, "pdo_sqlit": 15, "peak": 122, "pecl": 192, "peer": 12, "pem": 192, "penalti": 122, "pend": [40, 45, 54, 185, 190], "peopl": [10, 14, 15, 42, 79, 81, 122, 185, 204, 209], "per": [8, 16, 20, 36, 37, 44, 46, 49, 53, 76, 79, 81, 93, 97, 99, 101, 133, 148, 162, 184, 186, 232], "percona": 97, "perfect": 122, "perform": [0, 4, 10, 18, 32, 37, 38, 46, 61, 67, 70, 76, 96, 100, 110, 113, 119, 125, 132, 135, 145, 149, 152, 154, 160, 166, 175, 190, 196, 202, 209, 230, 233], "perhap": 204, "period": [16, 17, 20, 22, 50, 88, 96, 106, 113, 153, 161], "permalink": 129, "perman": [76, 162, 163, 192], "permiss": [45, 49, 61, 66, 76, 82, 107, 149, 152, 156, 171, 189, 202, 232, 236], "permissionerror": 49, "permissionsmask": 236, "permit": 10, "perpag": 53, "persever": 204, "persist": [37, 69, 76, 144, 156, 165], "person": [5, 10, 34, 42, 61, 69, 76, 81, 88, 107, 113, 121, 132, 134, 231], "personalsect": 134, "perspect": 223, "pfx": 82, "pgsql": [5, 37, 243], "phar": [3, 8, 154], "phase": [2, 85, 211, 223], "phish": 209, "phone": [46, 113, 114, 124, 229], "phone_numb": 37, "phonenumb": 37, "photo": [61, 80], "php": [0, 1, 2, 3, 5, 7, 8, 10, 15, 16, 18, 19, 20, 21, 22, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 81, 86, 87, 89, 90, 92, 94, 96, 99, 100, 101, 103, 104, 106, 107, 108, 110, 112, 113, 116, 120, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 150, 151, 153, 154, 162, 163, 164, 165, 166, 167, 169, 170, 171, 174, 175, 179, 185, 189, 191, 192, 209, 215, 216, 217, 221, 233, 237, 238, 240, 241], "php_os_famili": 234, "phpdoc": [20, 187, 215], "phpmailer": 215, "phpredi": 192, "phpstorm": [98, 149], "phpunit": [3, 41, 95], "physic": [194, 232], "pi": 204, "pick": [18, 19, 54, 76, 82, 89, 97, 101, 129, 188, 190, 204], "picker": [17, 22, 78, 101, 102, 113, 126, 235], "pictur": [19, 71, 76, 124], "pictureservic": 19, "piec": [76, 185, 190], "pill": [77, 231], "pin": [15, 197], "pineappl": 112, "ping": [43, 124, 175, 223], "pingpong": 43, "pingus": 124, "pinia": 186, "pip": 152, "pipelin": 42, "pitfal": [49, 135], "pivot": 243, "pixel": [69, 219, 231], "pizza": 112, "pkcs12": 82, "place": [1, 8, 14, 29, 32, 33, 40, 42, 49, 76, 79, 82, 89, 92, 115, 122, 129, 130, 144, 151, 163, 171, 194, 199, 202, 204, 206, 209, 229, 239], "placehold": [29, 43, 69, 78, 96, 99, 156, 179, 194], "plai": [46, 122], "plain": [26, 44, 46, 49, 66, 69, 76, 81, 87, 96, 101, 103, 107, 110, 126, 129, 131, 190, 194, 223, 232], "plan": [107, 110, 185, 235], "platform": [21, 37, 43, 77, 81, 82, 101, 140, 191, 202, 204, 211, 213, 231], "player": 46, "plbdab2ba83bb6588": 243, "pleas": [3, 8, 9, 10, 14, 17, 21, 22, 26, 36, 41, 42, 43, 44, 45, 49, 73, 82, 95, 104, 106, 107, 110, 122, 127, 135, 145, 149, 156, 159, 161, 162, 169, 185, 189, 192, 195, 196, 199, 203, 209, 219, 222, 226, 229, 231, 232, 233, 234, 235, 238, 239, 241], "plu": [44, 110, 129, 233], "plug": [30, 144, 190], "pluggabl": 132, "plugin": [3, 4, 5, 17, 22, 25, 109, 113, 114, 133, 186, 227], "plural": 167, "pm": 76, "png": [5, 26, 48, 61, 66, 69, 96, 108, 129, 132, 227], "po": [8, 42, 154, 167], "poedit": 8, "point": [0, 16, 20, 49, 76, 101, 129, 131, 137, 152, 166, 186, 190, 192, 221], "pointer": 162, "polici": [17, 22, 41, 61, 209, 229, 239], "polit": 204, "poll": [44, 140], "pollinterv": 46, "polyfil": 23, "pong": 43, "poorli": [79, 185], "pop": 70, "popen": 209, "popmus": 70, "popov": [20, 76, 197, 198, 199, 201], "popovermenu": [197, 200], "popul": [19, 84, 113], "popular": [98, 129, 229], "popup": 42, "port": [98, 133, 149, 152, 156, 158, 165, 192, 218, 230, 234], "portal": 192, "posit": [1, 8, 42, 76, 77, 122, 136, 185, 194, 200, 202, 204, 229, 234], "posselt": 5, "possess": 81, "possibl": [2, 8, 14, 16, 17, 20, 21, 22, 25, 31, 33, 36, 37, 38, 40, 41, 42, 45, 46, 50, 52, 56, 61, 70, 76, 77, 81, 82, 85, 87, 90, 93, 97, 106, 107, 110, 115, 116, 119, 122, 125, 129, 131, 132, 133, 134, 135, 136, 138, 139, 144, 145, 147, 151, 152, 160, 166, 173, 176, 187, 188, 194, 204, 209, 217, 221, 224, 227, 231, 232, 233, 236, 240], "possibli": [42, 223], "post": [3, 5, 10, 20, 33, 39, 43, 44, 46, 48, 50, 52, 54, 56, 57, 58, 59, 60, 62, 64, 70, 86, 98, 101, 113, 118, 129, 130, 131, 153, 158, 165, 166, 168, 169, 170, 171, 173, 174, 175, 177, 178, 179, 180, 181, 209, 215], "post_removefromgroup": 221, "postacceptshar": 229, "postaddus": [22, 229], "postasset": 101, "postcontrol": 33, "postcopi": 22, "postcreat": 22, "postcreateus": 22, "postdelet": [22, 229], "postfix": 33, "postgr": 122, "postgrabfocu": 101, "postgresql": [37, 217], "postldapbackendad": 221, "postlogin": 22, "postmessag": 101, "postremoveus": [22, 229], "postrenam": 22, "postscanfil": 22, "postscanfold": 22, "postschemachang": 40, "postsetpassword": [22, 229], "postshar": 229, "posttouch": 22, "postunassigneduserid": 232, "postunshar": 229, "postunsharefromself": 229, "postwrit": 22, "pot": 8, "potenti": [21, 97, 129, 150, 209, 236], "power": [8, 222, 224, 229], "powershel": 82, "pr": [64, 129, 151, 185, 188, 202, 223, 227], "practic": [20, 45, 90, 113, 114, 151, 152, 190], "practis": 206, "pre": [4, 5, 12, 15, 20, 32, 40, 52, 53, 54, 59, 87, 126, 130, 140, 184, 201], "pre_deleteus": 0, "preaddus": [22, 229], "preced": 42, "precis": [16, 136], "precondit": [56, 57, 58, 135], "preconditionnotmetexcept": [140, 141, 142], "precopi": 22, "precreat": 22, "precreateus": 22, "predefin": [43, 45, 194], "predefined_status": 54, "predelet": [22, 229], "predict": 129, "prefer": [19, 20, 29, 45, 46, 69, 71, 75, 76, 79, 81, 93, 99, 113, 114, 132, 140, 145, 149, 172, 179, 183, 184, 185, 189, 236], "preferences_ex": 171, "preferstream": [140, 213], "prefil": 101, "prefix": [1, 22, 33, 37, 40, 54, 61, 82, 90, 93, 104, 107, 122, 131, 132, 186, 190, 231], "preflight": [131, 209], "preflighted_cor": 131, "preg_match": 135, "preliminari": 121, "preload": [2, 76, 113, 114, 124, 233], "preloadcollect": [148, 233], "prelogin": 22, "premad": 20, "prepar": [20, 97, 106, 107, 152, 209, 222, 231], "preparerulematch": 105, "prepend": [25, 29, 187], "prereleas": 15, "preremoveus": [22, 229], "prerenam": 22, "prerequisit": [45, 189, 241], "present": [1, 5, 20, 32, 33, 49, 52, 61, 63, 82, 101, 107, 124, 166, 167, 185, 189, 233], "preserv": [44, 105], "preset": [26, 76], "presetpassword": [22, 229], "preshar": 229, "presumpt": 132, "pretouch": 22, "pretti": [16, 204], "preunassigneduserid": 232, "preunshar": 229, "prev": 40, "prevent": [10, 15, 16, 18, 20, 26, 33, 37, 41, 42, 49, 52, 98, 132, 135, 156, 186, 187, 190, 209, 231], "preview": [5, 20, 61, 66, 69, 76, 101, 102, 113, 132, 229, 232, 233], "previewmanag": 232, "previewrequest": 229, "previou": [10, 16, 22, 29, 40, 49, 76, 82, 132, 147, 166, 185, 186, 210, 212, 230], "previous": [16, 20, 34, 82, 140, 165, 188, 222, 228, 231, 233, 234], "previousev": 69, "previousrespons": 147, "prewrit": 22, "primari": [12, 17, 20, 22, 37, 38, 46, 76, 110, 122, 136, 184, 195, 199, 200, 233, 241], "prime": [0, 15, 204], "primit": 22, "princip": [106, 107], "principaluri": 107, "principl": [79, 107, 175, 185], "print": [1, 26, 62, 98, 101, 125, 152, 209], "print0": 95, "print_unescap": [26, 134, 209], "prior": [21, 188], "prioriti": [20, 23, 34, 76, 99, 124, 134, 179, 188], "privaci": [14, 102, 113], "privat": [1, 2, 10, 15, 18, 19, 20, 21, 22, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 49, 70, 82, 90, 92, 96, 99, 101, 103, 106, 107, 108, 110, 112, 116, 124, 126, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 145, 146, 147, 148, 162, 173, 187, 190, 232, 234], "privatekei": [10, 15], "privileg": [20, 152, 189, 208, 236], "pro": 129, "probabl": [16, 49, 107, 128], "problem": [2, 3, 10, 20, 21, 37, 42, 49, 76, 79, 82, 97, 115, 122, 125, 150, 161, 189, 204, 209, 222, 223, 243], "problemat": [3, 63, 162], "proc_open": 209, "proce": [44, 60, 122], "procedur": [44, 95, 208], "proceed": 76, "process": [4, 10, 11, 12, 14, 17, 19, 20, 22, 29, 32, 40, 42, 47, 49, 55, 56, 57, 71, 82, 84, 85, 87, 89, 92, 95, 104, 107, 108, 113, 115, 116, 118, 122, 132, 137, 141, 150, 151, 152, 153, 154, 165, 171, 190, 191, 201, 204, 206, 228, 231, 233, 234], "processcalendardata": 106, "processingexcept": 140, "processor": 184, "prod": 118, "prodid": 107, "produc": [3, 29, 49, 87, 101, 126, 140, 196], "product": [3, 12, 16, 42, 95, 118, 125, 135, 189, 190, 204, 205, 228, 239], "productnam": [42, 192], "profil": [42, 76, 81, 82, 88, 100, 113, 156, 231], "profilesect": 234, "program": [0, 10, 44, 82, 125, 150, 151, 154, 167, 209], "programfil": 82, "programm": 209, "programmat": [20, 88, 106, 113, 115], "progress": [42, 62, 70, 118, 130, 140, 153, 165, 166, 172, 185, 197, 213, 235], "progressbar": 130, "progressr": 70, "project": [5, 10, 14, 16, 17, 22, 71, 111, 113, 118, 150, 154, 185], "projectfil": [3, 95], "prolif": 14, "prologu": [71, 201], "prometheu": [120, 129], "promin": 76, "promis": [14, 73, 87, 126, 129], "promot": [20, 21], "prompt": [1, 55, 57, 82, 141, 142, 231], "promptli": 204, "prone": 49, "pronoun": 78, "proof": 21, "proofread": 140, "prop": [61, 66, 104, 126, 129, 148, 186], "propag": [122, 140, 144, 169], "proper": [10, 14, 20, 42, 44, 81, 140, 161, 194, 209, 233, 234, 240], "properli": [10, 25, 41, 97, 128, 129, 217, 240], "properti": [2, 20, 21, 31, 37, 64, 65, 67, 104, 108, 124, 126, 129, 131, 132, 136, 146, 148, 190, 193, 194, 209, 228, 232, 233, 234], "property_birthd": 231, "property_displayname_legaci": 228, "propertytocolumn": 37, "propertyupd": [61, 104], "propfind": [2, 61, 64, 67, 68, 102, 113, 122, 148, 233], "propos": 76, "proppatch": [61, 64, 102, 107, 113], "propsdata": [96, 129], "propstat": 104, "prose": 142, "protect": [0, 1, 8, 18, 37, 41, 52, 82, 90, 107, 126, 128, 130, 153, 161, 164, 178, 190, 192, 209, 227, 228, 243], "protocol": [44, 62, 98, 110, 153, 165, 192, 209, 218, 234], "prototyp": 154, "provid": [0, 1, 5, 10, 13, 14, 15, 17, 18, 20, 21, 22, 26, 27, 29, 31, 32, 34, 35, 38, 39, 43, 44, 45, 46, 48, 49, 50, 52, 56, 57, 58, 60, 61, 63, 66, 67, 71, 75, 76, 77, 79, 81, 82, 84, 86, 88, 89, 90, 92, 93, 98, 101, 102, 108, 109, 111, 113, 115, 121, 123, 124, 125, 128, 131, 133, 135, 143, 145, 149, 150, 152, 154, 158, 162, 164, 165, 167, 169, 171, 175, 179, 180, 181, 185, 186, 187, 190, 192, 194, 195, 198, 199, 209, 213, 215, 222, 224, 225, 226, 227, 228, 230, 231, 232, 233, 234, 236, 240, 243], "provideinitialst": [25, 31, 96, 190], "providelazyinitialst": 25, "provider1": 110, "provider_id": [48, 129], "providerclass": 94, "providerid": [48, 94, 129], "provis": [218, 228], "provisioning_api": 59, "proxi": [44, 107, 112, 151, 152, 154, 161, 162, 163, 165, 178, 181], "proxy_host": 156, "proxy_password": 156, "proxy_port": 156, "proxy_us": 156, "prune": 189, "ps1": 82, "psalm": [3, 49, 85, 95, 242], "psr": [3, 21, 29, 89, 100, 113, 130, 143, 232], "psr3": [223, 230], "pt1h": 106, "public": [0, 1, 2, 5, 6, 10, 14, 15, 16, 17, 18, 19, 21, 25, 28, 29, 30, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 46, 49, 52, 69, 70, 72, 86, 90, 92, 94, 96, 97, 99, 101, 103, 104, 106, 107, 108, 110, 112, 113, 116, 120, 121, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 154, 178, 185, 187, 190, 192, 194, 201, 215, 222, 226, 227, 229, 231, 238, 243], "public_link": 70, "publicapi": 128, "publicapicontrol": 128, "publicdisplai": 128, "publicfunct": 170, "publicli": [157, 217], "publicpag": [20, 49, 128, 231], "publicshareauth": [6, 221], "publicsharecontrol": 128, "publictemplaterespons": [20, 31], "publicupload": 52, "publish": [7, 14, 15, 16, 20, 22, 75, 107, 131, 138, 155, 188, 201, 209, 214, 231], "publishact": 216, "publishcalendar": 221, "pull": [10, 12, 16, 64, 85, 95, 96, 97, 150, 151, 165, 167, 183, 185, 188, 189, 194, 202, 206, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 233, 240], "pure": [20, 21], "purpos": [6, 14, 22, 98, 131, 137, 140, 141, 142, 165, 198, 221], "push": [8, 10, 15, 16, 46, 151, 154, 166, 188, 202], "put": [3, 15, 20, 33, 42, 46, 49, 52, 54, 61, 63, 76, 79, 86, 95, 107, 113, 116, 122, 129, 131, 132, 137, 140, 141, 142, 152, 153, 165, 166, 170, 178, 185, 190, 199, 200], "putcont": [35, 38], "pwd": [64, 82, 189], "pwd1": 192, "pwd2": 192, "py": [152, 154], "python": [28, 82, 151, 152, 154, 167, 179, 190], "python3": 152, "qa": 185, "qb": [37, 97, 104, 234], "qbmapper": [37, 190, 215, 227, 231], "qsyqflqhouhdpq0w2aocwqgdaei": 129, "qt": 82, "qt5": 82, "qt5keychain": 82, "qt6": 82, "qt_path": 82, "qtkeychain": 82, "qtkeychain_librari": 82, "qualifi": [69, 106, 188, 220], "qualiti": [85, 202], "queri": [0, 2, 20, 21, 22, 25, 38, 39, 40, 42, 46, 47, 61, 66, 73, 76, 88, 90, 94, 97, 100, 102, 106, 113, 122, 129, 132, 148, 153, 166, 171, 184, 190, 204, 209, 220, 221, 222, 224, 227, 228, 229, 230, 231, 232, 233, 234], "querybuild": [37, 104, 213, 222, 224, 231, 232], "querylogg": 232, "querystatusforus": 138, "question": [1, 5, 14, 21, 37, 42, 43, 94, 150, 161, 163, 188, 201, 204, 206, 233], "questionhelp": 1, "queue": 18, "queuedjob": [18, 230], "quick": [20, 44, 46, 48, 60, 65, 79, 194, 200], "quickli": [2, 25, 115, 132, 204], "quiet": 93, "quit": [8, 33, 56, 57, 58, 98, 107, 190, 215], "quot": [13, 42, 61, 107, 185], "quota": [46, 61, 63], "qux": [99, 179], "r": [8, 48, 61, 62, 70, 82, 152, 186, 189, 243], "r0wi": [15, 152], "race": [3, 20, 129, 204, 229], "rach": 16, "radio": [46, 134, 179, 197, 200], "radio1": 200, "radiu": [77, 194], "rais": [81, 101, 221], "ran": [40, 82, 87, 135], "rand": 62, "random": [21, 63, 136, 204], "randomli": 165, "rang": [5, 96, 106, 140, 210], "rare": [16, 21, 76, 151, 222], "raspberri": 204, "rate": [11, 56, 57, 58, 113, 114, 153, 161, 164, 228], "ratelimit": [133, 228], "ratelimitedforal": 20, "rather": [18, 21, 22, 34, 37, 49, 81, 96, 101, 107, 129, 134, 140, 185, 190, 233], "raw": [56, 61, 77, 82, 106, 107, 152, 156, 190], "rc": 16, "re": [14, 17, 20, 22, 37, 42, 45, 79, 82, 97, 101, 104, 115, 156, 161, 178, 188, 198, 199, 200, 204, 231], "reach": [0, 13, 16, 19, 20, 69, 92, 133, 188, 206], "reachabl": [20, 49, 152, 161, 209], "react": [5, 22, 29, 115, 122, 129, 131, 147, 234], "reaction": [76, 79], "read": [1, 2, 15, 21, 35, 36, 37, 41, 42, 49, 52, 61, 64, 75, 76, 79, 93, 98, 101, 102, 108, 113, 115, 148, 152, 180, 185, 190, 202, 203, 204, 209, 228, 231, 236], "read_timeout": 192, "readabl": [8, 21, 49, 61, 90, 101, 106, 140, 152, 206], "reader": [5, 206], "readi": [0, 12, 16, 56, 57, 58, 101, 115, 151, 166, 185, 190, 221], "readm": [5, 12, 96, 186], "readmark": 64, "readonli": [134, 136], "readoper": 70, "readremotefileoper": 70, "readremotefolderoper": 70, "real": [44, 49, 64, 76, 107, 135, 190, 192], "realli": [21, 40, 96, 122, 125, 188, 204, 209, 218, 234], "reason": [8, 12, 29, 48, 82, 122, 131, 140, 141, 142, 152, 196, 204, 205, 206, 231, 232, 233], "reason_lock_wait_timeout": 231, "reason_serv": 231, "reason_unique_constraint_viol": 234, "rebas": [185, 189], "reboot": 156, "rebuild": [118, 239], "receiv": [0, 12, 13, 20, 21, 22, 52, 60, 61, 64, 69, 70, 101, 107, 117, 132, 140, 152, 153, 156, 165, 166, 188, 190, 222, 223], "recent": [8, 51, 76, 82, 129, 204, 222], "recipi": [17, 22, 52, 61, 76, 96, 192], "recogn": [22, 69, 76], "recognis": 29, "recommend": [0, 3, 10, 12, 16, 17, 22, 28, 29, 37, 38, 40, 45, 63, 75, 82, 95, 97, 110, 115, 118, 122, 127, 129, 131, 133, 137, 140, 149, 151, 152, 154, 158, 160, 184, 186, 189, 194, 199, 211, 221, 222, 223, 227, 228, 229, 231, 232, 239], "reconsid": 131, "record": [44, 234], "recov": 146, "recover": 76, "recoveri": 66, "recoverpassword": 22, "recoverypassword": 146, "recreat": 204, "rector": [211, 234], "recurs": 61, "recursivearraysearch": [216, 233, 235], "recv": 152, "red": [134, 184], "redi": [19, 125, 241], "redirect": [33, 44, 151, 172, 199, 208, 218, 234], "redirect_handl": 171, "redirectrespons": [20, 33, 49], "redirecttodefaultpag": 235, "redirecturl": 209, "redisclust": 192, "reduc": [21, 38, 85, 90, 97, 115, 122, 152, 233], "redund": 148, "ref": [15, 151, 190, 227], "refactor": [90, 97, 231], "refer": [1, 3, 10, 20, 21, 33, 42, 72, 77, 81, 82, 86, 94, 95, 101, 102, 110, 113, 114, 131, 132, 140, 149, 151, 152, 159, 162, 188, 190, 206, 231, 234], "referenc": 185, "reference_provider_id": 129, "referencedclass": 95, "referencetext": 129, "reflec": 218, "reflect": [21, 22, 33], "reflector": 30, "refman": 97, "reformul": 140, "refresh": [17, 22, 96, 98, 101, 104, 119, 190], "refreshmetadata": [104, 229], "refreshoper": 70, "refus": [10, 40], "regard": [20, 150], "regardless": [20, 37, 129], "regener": 20, "regex": [33, 34, 178, 218], "region": [113, 114, 192, 229], "regist": [0, 3, 4, 5, 6, 15, 17, 20, 21, 22, 25, 28, 29, 30, 31, 34, 38, 43, 44, 46, 49, 61, 62, 63, 75, 86, 88, 89, 94, 102, 104, 105, 106, 109, 111, 113, 114, 115, 116, 125, 132, 133, 137, 138, 140, 141, 142, 147, 148, 149, 153, 154, 156, 159, 165, 166, 172, 190, 219, 221, 224, 226, 227, 229, 230, 231, 232, 234], "registeralternativelogin": 221, "registeranonrequest": 133, "registerbackend": [106, 233], "registercalendar": 224, "registercalendarprovid": 107, "registercap": [43, 49], "registercheck": 229, "registerchecksev": 229, "registercollaborationresourc": 126, "registerconfiglexicon": 92, "registercontentprovid": 94, "registercustomfoo": 0, "registercustompickerel": 129, "registerdashboardwidget": [96, 230], "registerdeclarativeset": 99, "registerdeclarativesettingslisten": 99, "registerdirecteditorev": 101, "registerent": 229, "registerentitiesev": 229, "registereventlisten": [0, 2, 25, 29, 94, 99, 101, 104, 129, 137, 140, 141, 142], "registerfileact": 229, "registerfoo": 0, "registerjob": 215, "registerlazylockprovid": 231, "registerlockprovid": 231, "registerlogin": 221, "registermailprovid": 110, "registermiddlewar": 30, "registermyeditorlisten": 101, "registernotifi": 235, "registernotifierservic": 0, "registeroper": [105, 229], "registeroperationsev": [105, 229], "registerparamet": 21, "registerprofilelinkact": 124, "registerprovid": 38, "registerpublicsharetemplateprovid": 31, "registerrefer": 129, "registerresourceprovid": [126, 219, 235], "registerrespond": 20, "registerrout": 233, "registerschema": 99, "registersearchprovid": 132, "registersect": 234, "registerservic": [0, 21, 36, 41, 221], "registerservicealia": 21, "registersetupcheck": 135, "registersidebaract": 234, "registerspeechtotextprovid": 137, "registertaskprocessingprovid": [140, 231], "registertaskprocessingtasktyp": [140, 231], "registertextprocessingprovid": 142, "registertexttoimageprovid": 141, "registertranslationprovid": 116, "registertyp": 126, "registerusermigr": 145, "registeruserrequest": 133, "registerwellknownhandl": 147, "registerwidget": 129, "registerwidgetev": 230, "registr": [0, 22, 28, 41, 84, 86, 90, 96, 102, 106, 110, 113, 129, 134, 135, 149, 154, 183, 234], "registri": [144, 151, 154, 162, 163, 165, 166], "registryev": 229, "regress": [185, 231], "regular": [20, 43, 46, 61, 101, 151, 154, 161, 175, 189, 190], "regularli": [79, 97, 185], "reject": [49, 61, 63, 107, 126, 129, 140, 164], "rejectunauthor": 192, "rel": [0, 38, 42, 43, 46, 66, 69, 107, 131, 132, 134, 169, 170, 171, 181, 185, 209, 219, 231, 235, 243], "relat": [0, 17, 20, 22, 36, 37, 45, 49, 62, 64, 69, 70, 86, 90, 99, 104, 113, 129, 134, 135, 139, 166, 185, 188, 194, 203, 204, 227, 231, 232, 233, 234, 235], "relationship": 131, "relative_modified_d": [217, 220], "relativedued": 42, "relativetim": 42, "relaunch": 243, "relax": [20, 122], "releas": [0, 5, 10, 11, 12, 14, 22, 47, 72, 82, 85, 89, 96, 115, 118, 122, 144, 149, 152, 165, 167, 185, 188, 190, 201, 204, 206, 211, 221, 222, 223, 225, 227, 229, 231, 232, 234, 238, 240], "release_d": 129, "relev": [38, 49, 55, 61, 69, 89, 95, 107, 131, 137, 140, 141, 142, 147, 206, 215, 232], "reli": [0, 20, 101, 164, 190, 206, 230, 234, 235], "reliabl": [18, 49, 82, 150], "reliev": 204, "reload": [90, 93, 96, 101, 190, 218, 228, 234, 243], "relwithdebinfo": 82, "rem": 219, "remain": [20, 32, 41, 49, 61, 76, 107, 139, 152, 190, 221, 222, 243], "rememb": [17, 19, 22], "remind": [42, 61, 76, 229], "remnant": 229, "remot": [5, 46, 52, 61, 62, 63, 64, 66, 67, 68, 70, 75, 98, 104, 113, 114, 122, 151, 158, 165, 188, 189, 201, 210, 232, 236], "remote_en": 98, "remote_fold": 62, "remote_handl": 98, "remote_host": 98, "remote_port": 98, "remote_shar": 52, "remotefil": 70, "remotelyedit": 104, "remoteoper": 70, "remoteoperationresult": 70, "remotepath": 70, "remov": [10, 14, 15, 16, 17, 18, 20, 22, 40, 44, 46, 48, 52, 60, 76, 81, 94, 104, 115, 126, 127, 129, 144, 146, 152, 154, 166, 168, 172, 186, 194, 199, 200, 204, 206, 209, 211, 212, 222, 238, 240], "removeclass": 199, "removedbyid": 234, "removefavorit": 229, "removejob": 18, "removelisten": [22, 220], "removeoper": 70, "removeremotefileoper": 70, "removeremoteshareoper": 70, "renam": [23, 40, 52, 61, 71, 76, 101, 199, 200, 230, 231], "rend": 144, "render": [5, 17, 22, 25, 30, 43, 69, 76, 87, 101, 126, 171, 179, 181, 190, 209, 231, 232], "rendera": 20, "renderpag": 31, "renderreferenceev": 129, "renderresult": 129, "reorder": 42, "reorgan": 76, "repair": [5, 113, 114], "repeat": [1, 20, 81, 107, 204], "repercuss": 14, "repetit": 33, "replac": [2, 8, 10, 30, 33, 39, 41, 42, 43, 44, 49, 50, 70, 73, 81, 82, 94, 121, 123, 127, 140, 156, 174, 189, 190, 193, 199, 209, 210, 215, 218, 220, 221, 223, 224, 225, 227, 228, 229, 231, 232, 233, 234, 235, 239], "replaceindex": 40, "replaceindiceslisten": 40, "replacementuserdisplaynam": [50, 121], "replacementuserid": [50, 121], "replacesvg": 216, "replacesvgicon": 216, "repli": [62, 101, 204, 220, 227], "replic": 122, "replica": 122, "repo": [8, 11, 72, 82, 125, 129, 152, 192, 240], "repo_token": 15, "report": [12, 43, 61, 64, 90, 93, 115, 134, 135, 140, 185, 188, 203, 206, 213, 231], "reportoutput": 140, "reportprogress": 140, "repositori": [5, 10, 12, 14, 15, 16, 69, 72, 82, 85, 89, 95, 101, 110, 129, 152, 161, 162, 165, 167, 185, 187, 188, 189, 192, 203, 204, 233, 234, 242], "repository_url": 82, "repres": [38, 49, 54, 76, 82, 96, 99, 107, 121, 124, 126, 140, 142, 145, 190, 199, 231], "represent": 107, "reproduc": [12, 161], "req": [10, 192], "request": [0, 2, 8, 10, 12, 13, 14, 15, 17, 18, 22, 25, 28, 30, 33, 35, 42, 43, 44, 45, 48, 49, 50, 54, 56, 57, 58, 59, 62, 63, 64, 65, 69, 81, 85, 86, 90, 95, 96, 97, 98, 101, 102, 104, 106, 107, 113, 115, 116, 122, 126, 130, 131, 133, 137, 140, 141, 142, 143, 147, 148, 150, 151, 152, 153, 154, 159, 164, 165, 166, 167, 172, 178, 181, 185, 188, 191, 192, 199, 201, 202, 204, 206, 208, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 232, 233, 240], "requestbackgroundjob": [104, 229], "requesthead": 233, "requestopt": 129, "requesttoken": [25, 218], "requir": [1, 3, 5, 8, 10, 15, 16, 17, 18, 20, 21, 22, 26, 33, 34, 37, 38, 40, 42, 43, 44, 45, 46, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 63, 85, 87, 89, 90, 93, 95, 96, 97, 98, 99, 101, 104, 105, 107, 110, 115, 118, 119, 124, 127, 128, 129, 130, 131, 133, 134, 135, 138, 144, 149, 151, 152, 153, 154, 156, 158, 160, 165, 169, 170, 171, 172, 174, 175, 176, 178, 181, 182, 188, 189, 190, 192, 193, 194, 195, 200, 208, 209, 213, 215, 217, 221, 225, 227, 229, 230, 231, 232, 234, 236, 239, 243], "require_onc": [3, 89, 209, 243], "requiremax": 5, "requiremin": 5, "reserv": [69, 76, 96, 108, 231], "reservedopt": 231, "reset": [20, 45, 79, 121, 185], "resetquerypart": 231, "reshar": 52, "resid": [23, 25, 149], "resolut": [161, 220], "resolv": [12, 20, 21, 22, 29, 33, 87, 101, 126, 134, 156, 161, 188, 217], "resolvefromconfigfil": 95, "resolvepubl": 129, "resolverefer": 129, "resolvereferencepubl": 129, "resolvereshar": 215, "resort": 21, "resourc": [18, 20, 21, 28, 35, 37, 56, 57, 58, 61, 64, 96, 104, 107, 109, 111, 113, 128, 129, 131, 132, 141, 147, 206, 209, 210, 219, 229, 231, 232, 233, 235, 243], "resource_typ": 126, "resourcebackend": 106, "resourcemanag": [106, 126], "resourceprovid": 126, "resourcetyp": [61, 66], "resourceurl": [126, 129, 132], "respect": [20, 50, 61, 81, 129, 131, 156, 194, 204, 228, 232, 233], "respond": [14, 121, 133, 153, 190, 204, 223], "respons": [2, 6, 10, 12, 14, 28, 30, 31, 33, 44, 45, 46, 48, 50, 51, 54, 56, 57, 58, 59, 60, 64, 65, 67, 74, 75, 79, 96, 101, 104, 107, 112, 129, 131, 135, 147, 148, 153, 166, 171, 181, 190, 194, 199, 209, 215, 222, 227, 236, 240], "responsedefinit": 49, "rest": [5, 16, 20, 33, 74, 75, 76, 86, 107, 113, 115, 190], "restart": [98, 189, 192], "restor": [45, 61, 65, 145], "restrict": [18, 37, 40, 69, 112, 129, 133, 156, 158, 199, 225, 229, 231, 232, 234, 236], "restructur": 85, "result": [10, 19, 20, 37, 38, 42, 45, 47, 49, 51, 52, 53, 66, 67, 69, 70, 76, 81, 82, 84, 90, 94, 101, 104, 113, 122, 129, 134, 135, 141, 143, 148, 174, 188, 190, 202, 209, 213, 221, 222, 231, 232, 234, 243], "resultinto": 104, "retain": 40, "retri": [76, 228], "retriev": [20, 25, 37, 45, 47, 61, 73, 87, 102, 110, 113, 115, 117, 121, 127, 132, 173, 179, 229, 231], "retrievemetadata": [104, 229], "retro": 23, "retry_count": 90, "retryabl": 228, "return": [2, 4, 5, 17, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 36, 37, 38, 40, 41, 42, 43, 44, 46, 48, 49, 50, 52, 54, 61, 69, 85, 87, 90, 92, 93, 94, 96, 99, 101, 104, 105, 106, 108, 110, 116, 120, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 166, 168, 170, 173, 177, 182, 186, 187, 190, 199, 213, 215, 218, 220, 221, 222, 224, 227, 228, 229, 231, 232, 233, 234, 235, 243], "returnhi": 20, "returnjson": 20, "retyp": 189, "reus": [49, 185, 215, 232], "reusabl": 184, "reveal": 76, "revenu": 129, "revers": [30, 110, 152, 158], "revert": [14, 54, 93, 138], "revertuserstatu": 138, "review": [12, 15, 122, 129, 153, 185, 188, 204, 209, 223], "revis": [72, 188, 233], "revisit": 107, "revok": [10, 44, 81], "revokeshar": 18, "revolution": 150, "rework": [188, 230], "rewritten": 73, "rf": 152, "rfc": [44, 61, 107, 233], "rfc4918": 65, "rfc5323": 66, "rfc6415": 147, "rgb": [76, 194, 198, 233], "rgba": 194, "rgdnvw": 61, "rich": [61, 76, 96, 129, 135, 174, 232], "rich_messag": 174, "rich_message_param": 174, "rich_subject": 174, "rich_subject_param": 174, "richdocu": [43, 101], "richobject": 129, "richobjectstr": [69, 135, 232], "richobjecttyp": 129, "richparamet": 129, "richtopars": 232, "right": [5, 8, 18, 20, 22, 25, 42, 76, 82, 92, 94, 96, 104, 108, 122, 129, 130, 190, 193, 194, 199, 200, 202, 209, 223, 226, 229, 231, 232, 234, 243], "risk": [22, 131, 188, 190, 196, 209], "riski": [49, 76], "rm": [15, 152], "rmdirr": 233, "robert": 243, "roberto": 96, "robin": 122, "robot": 16, "roboto": 194, "robust": [21, 89], "rocm": [151, 154, 159, 165, 166], "roeland": 63, "role": [5, 12, 14, 107, 122, 124, 140], "roll": [37, 40, 97], "rollback": [37, 122], "room": [40, 109, 126, 138, 210, 231, 232], "roombackend": 106, "root": [5, 7, 8, 10, 16, 20, 38, 43, 46, 49, 61, 66, 70, 79, 82, 89, 95, 118, 126, 134, 154, 155, 169, 171, 181, 186, 189, 231, 236, 239], "rootfold": 38, "rootscop": 199, "rootstorag": 41, "rough": [16, 115], "roughli": [20, 236], "round": [96, 122, 129, 132, 231], "rounditemicon": 96, "roundtrip": 122, "rout": [5, 6, 21, 28, 32, 73, 101, 128, 131, 132, 147, 161, 170, 171, 172, 180, 183, 201, 230, 232, 233, 240], "route_of_talk_bot": 180, "routeparamet": 132, "router": [32, 61, 75, 154, 220, 228, 229, 232], "row": [20, 37, 43, 76, 97, 104, 132, 190, 194, 227, 234], "rpid": 192, "rsa": 10, "rss": 5, "rtl": 197, "rule": [11, 15, 17, 20, 22, 37, 61, 78, 85, 89, 90, 105, 122, 131, 140, 153, 185, 190, 197, 201, 211, 233], "rulematch": 105, "run": [0, 1, 2, 5, 7, 8, 10, 15, 16, 17, 18, 22, 25, 29, 30, 32, 37, 40, 41, 49, 55, 56, 57, 70, 79, 82, 84, 89, 95, 97, 98, 100, 101, 104, 106, 107, 113, 115, 122, 125, 130, 132, 140, 141, 142, 149, 151, 153, 154, 155, 156, 161, 165, 185, 187, 189, 190, 192, 199, 209, 221, 223, 228, 229, 238, 239], "runnabl": 70, "runner": 243, "running_psalm": 49, "runningonmac": 234, "runorscheduletask": [141, 142], "runrequest": 135, "runtask": [141, 142], "runtim": [29, 42, 49, 82, 90, 129, 141, 142, 152, 159], "runtimeexcept": [116, 137, 141, 142], "rw": [189, 192], "rwx": 82, "rx": 243, "s3": [63, 241], "sabr": [2, 17, 22, 109, 148, 221, 227, 229], "sabredav": [2, 22, 64, 148], "sabrepluginaddev": [2, 229], "sabrepluginauthinitev": 221, "sabrepluginev": 227, "sacr": [79, 185], "safe": [0, 14, 22, 46, 90, 97, 190, 209, 232], "safer": [21, 209], "safeti": [90, 209, 213], "sai": [33, 132, 204], "said": [107, 128], "sake": [107, 185], "sale": 13, "samba": 192, "same": [0, 3, 5, 19, 20, 21, 23, 30, 33, 40, 42, 45, 61, 69, 70, 76, 82, 85, 87, 89, 97, 99, 101, 107, 115, 122, 129, 130, 132, 134, 138, 140, 148, 151, 153, 154, 159, 160, 165, 167, 169, 170, 185, 189, 190, 199, 200, 204, 209, 219, 226, 227, 228, 232, 233, 234, 236], "saml": [70, 241], "saml2": 70, "sampl": [20, 37, 61, 72], "sample_cli": 72, "san": 194, "sanit": [209, 233], "sanitizefilenam": 233, "sanitizehtml": 235, "sass": [184, 239], "satisfi": [14, 107, 131], "save": [15, 17, 20, 21, 22, 34, 36, 49, 76, 81, 82, 99, 101, 104, 107, 110, 116, 129, 132, 137, 140, 141, 142, 156, 179, 190, 194, 233, 239], "savedinstancest": 70, "savemetadata": [104, 229], "saveset": [34, 49], "sayhello": 42, "sb": 62, "scalabl": 19, "scalar": 215, "scale": [37, 122, 162, 163], "scalefixforie8": 216, "scan": [17, 22, 42, 76], "scanfil": 22, "scanfold": 22, "scanner": [79, 236], "scenario": [3, 20, 54, 97, 131], "scene": 29, "schedul": [16, 17, 22, 45, 47, 50, 76, 87, 121, 124, 130, 137, 140, 141, 213, 230, 234, 235, 239], "scheduleaft": 18, "scheduledat": 87, "schedulefiletranscript": 137, "scheduletask": [140, 141, 142], "schema": [3, 5, 6, 16, 37, 39, 49, 95, 108, 130, 134, 136, 179, 183, 190, 222, 223, 229, 234], "schemaclosur": [40, 136], "schemaexcept": 95, "schemaloc": [3, 95], "scheme": [99, 131, 155, 179, 183, 192], "school": 92, "schott": 81, "scienc": [61, 129], "scloud": 42, "scope": [10, 19, 22, 25, 36, 45, 52, 61, 65, 90, 101, 104, 106, 148, 199, 220, 231], "scope_": 49, "scope_administr": 49, "scope_default": 49, "scope_ex_app": 231, "scope_feder": 49, "scope_filesystem": 231, "scope_ignor": 49, "scope_skip_password_valid": 231, "scopedpsrlogg": 29, "score": 202, "scrape": 8, "screen": [27, 42, 76, 125, 134, 193, 194, 198, 204], "screenread": [25, 226], "screenshot": [5, 154, 198], "script": [3, 8, 15, 16, 17, 20, 22, 25, 26, 37, 42, 48, 61, 82, 95, 96, 98, 101, 115, 118, 126, 129, 134, 151, 152, 153, 154, 167, 172, 192, 208, 218, 219, 220, 229, 230, 231, 241, 243], "scroll": [82, 129, 193, 198], "scrollabl": 193, "scrollbar": 194, "scrollto": [69, 132], "scss": [23, 239], "scssphp": 233, "seamlessli": [71, 150], "search": [5, 45, 48, 64, 65, 75, 76, 90, 93, 94, 106, 113, 146, 171, 193, 201, 204, 215, 224, 228, 231, 233, 234, 236], "search_providers_id": 129, "searchabl": 66, "searchbysystemtag": 229, "searchforprincip": 106, "searchingroup": 228, "searchinusercalendar": 106, "searchkei": 90, "searchrequest": [66, 104], "searchresult": [132, 234], "searchresultentri": 132, "searchusersbyvalu": 93, "searchusersbyvaluebool": 93, "searchusersbyvalueint": 93, "searchusersbyvaluestr": 93, "searchvalu": 90, "season": 185, "second": [18, 20, 22, 26, 29, 30, 40, 42, 44, 61, 63, 76, 87, 89, 96, 99, 104, 106, 122, 126, 129, 130, 132, 135, 136, 144, 147, 153, 165, 179, 186, 199, 229], "second_pag": 171, "secondari": [77, 79, 96, 110, 185, 194], "secret": [10, 15, 20, 164, 165, 192], "secretpassword": 128, "secrettoken": 128, "section": [0, 5, 6, 8, 10, 15, 20, 25, 32, 33, 34, 37, 42, 49, 69, 76, 77, 82, 87, 89, 97, 106, 107, 110, 113, 114, 115, 121, 122, 127, 129, 131, 144, 151, 153, 155, 161, 162, 166, 179, 189, 190, 192, 193, 198, 199, 202, 206, 211, 212, 222, 229, 230, 231, 234, 235, 243], "section_id": [99, 179], "section_typ": [99, 179], "section_type_admin": 99, "section_type_person": 99, "secur": [5, 10, 12, 21, 28, 30, 41, 44, 48, 61, 82, 99, 101, 107, 112, 113, 114, 115, 128, 131, 135, 151, 152, 153, 158, 164, 179, 188, 189, 190, 201, 208, 215, 217, 218, 229, 231, 232], "securedrelyingpartyid": 192, "securerandom": 232, "see": [1, 2, 3, 5, 6, 11, 15, 16, 18, 20, 21, 22, 25, 26, 27, 32, 33, 34, 37, 38, 41, 42, 43, 44, 46, 49, 52, 55, 56, 57, 58, 61, 64, 69, 73, 76, 77, 79, 81, 82, 85, 87, 89, 90, 93, 95, 96, 98, 105, 106, 107, 110, 113, 115, 117, 118, 122, 125, 126, 127, 129, 132, 134, 144, 149, 151, 152, 154, 158, 164, 165, 171, 175, 185, 186, 187, 188, 189, 190, 192, 194, 198, 203, 204, 209, 211, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 239, 243], "seed": 192, "seen": [69, 80, 124, 130, 222, 229], "segment": 1, "sego": 194, "select": [20, 37, 42, 47, 66, 69, 70, 76, 80, 82, 87, 92, 98, 101, 104, 105, 107, 122, 126, 129, 134, 144, 161, 165, 171, 179, 192, 194, 195, 198, 200, 209, 213, 230, 234], "select2": 217, "selectionlength": 42, "selector": [184, 199], "self": [1, 25, 31, 49, 96, 110, 124, 126, 138, 140, 141, 145, 147, 190, 192, 217], "semant": [5, 16], "semicolon": 34, "semver": 16, "send": [8, 18, 24, 34, 42, 43, 45, 61, 66, 67, 68, 74, 96, 101, 103, 110, 112, 115, 117, 122, 124, 131, 132, 144, 164, 165, 166, 172, 187, 190, 209, 231, 240, 241], "sendemail": 42, "sendmail": [52, 215], "sendmessag": 110, "sendshareemail": 231, "sens": [12, 20, 21, 37, 49, 81, 107, 190, 222, 232], "sensibl": 76, "sensit": [18, 20, 29, 33, 92, 132, 134, 168, 177, 208, 230], "sent": [14, 17, 20, 22, 32, 50, 52, 54, 61, 62, 70, 101, 131, 132, 134, 166, 171, 209, 223, 227, 232], "sentenc": [42, 76, 79, 81, 199], "separ": [1, 5, 16, 20, 29, 34, 37, 40, 43, 47, 52, 69, 76, 77, 81, 82, 107, 118, 131, 140, 142, 151, 152, 160, 171, 178, 185, 190, 199, 223, 239], "sequenc": [0, 37, 136], "seri": [20, 122], "serial": [19, 29, 49, 52, 106, 121, 231, 232], "seriou": 122, "serv": [20, 23, 49, 79, 131, 135, 209, 231, 234], "server": [0, 3, 4, 8, 10, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 29, 32, 33, 37, 40, 42, 44, 46, 47, 49, 53, 56, 60, 61, 62, 63, 64, 66, 70, 71, 75, 76, 82, 83, 85, 95, 97, 98, 100, 101, 106, 107, 110, 112, 113, 115, 122, 123, 125, 129, 131, 132, 133, 134, 136, 138, 140, 144, 148, 152, 154, 156, 160, 164, 167, 169, 181, 190, 191, 192, 196, 201, 202, 203, 204, 209, 217, 220, 221, 227, 228, 229, 231, 232, 233, 234, 235, 240, 242], "server_base_url": 70, "serverconfighelp": 135, "servercontain": [21, 22, 36, 106], "serverplugin": [2, 148], "serveruri": 70, "serververs": 211, "servic": [0, 13, 18, 19, 20, 22, 25, 28, 29, 31, 36, 41, 42, 49, 61, 70, 82, 90, 103, 106, 109, 112, 119, 124, 125, 127, 132, 134, 138, 146, 147, 151, 152, 154, 156, 161, 186, 189, 190, 192, 221, 228, 229, 232, 240], "service1": 110, "serviceid": 110, "serviceus": 152, "session": [0, 44, 46, 61, 70, 88, 101, 113, 115, 119, 183, 209, 227, 231], "session_lifetim": 36, "set": [5, 7, 8, 9, 10, 13, 14, 15, 16, 18, 19, 25, 27, 28, 29, 33, 36, 37, 40, 41, 42, 44, 45, 46, 50, 52, 53, 56, 57, 58, 60, 65, 75, 78, 79, 81, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 104, 105, 108, 110, 112, 113, 114, 115, 121, 122, 125, 129, 131, 132, 135, 140, 146, 150, 152, 153, 154, 155, 161, 162, 163, 164, 165, 166, 167, 171, 172, 174, 183, 186, 187, 188, 190, 191, 192, 193, 194, 197, 201, 204, 209, 215, 217, 218, 220, 222, 225, 226, 228, 229, 230, 231, 232, 234, 239, 240, 241, 243], "setacl": 107, "setactionlabel": 228, "setaffectedus": 69, "setallowparallelrun": 18, "setapp": 69, "setappvalu": 36, "setappvaluearrai": 90, "setappvalueint": 90, "setappvaluestr": 90, "setattach": 110, "setauthor": 69, "setautosubmit": 227, "setbodyhtml": 110, "setbodyplain": 110, "setchannel": 211, "setchildev": 69, "setcontentsecuritypolici": [20, 31], "setcredenti": 70, "setdeclarativesettingsvaluelisten": 99, "setdescript": [1, 106, 129], "setdisplaynam": 46, "seten": 146, "setendd": 106, "setfetchmod": 222, "setfirstresult": [37, 224], "setfrom": 110, "sethead": 45, "setheaderact": 20, "setheaderdetail": 20, "setheadertitl": [20, 31], "sethtmlbodi": [103, 229], "seticon": [69, 231, 233, 234], "setid": [37, 234], "setimageurl": 129, "setincludewatermark": 234, "setint": 104, "setinterv": 18, "setlastlogin": 37, "setlink": [69, 231, 233, 234], "setloc": 106, "setmanageruid": 146, "setmaxresult": 37, "setmeetingd": 139, "setmessag": 69, "setnam": [1, 37, 107], "setnoexpirationd": 231, "setobject": 69, "setobjectid": 234, "setorgan": 106, "setown": 231, "setp": 130, "setparamet": 229, "setparsedmessag": [69, 227], "setparsedsubject": [69, 227], "setpassword": [46, 146], "setpasswordhash": 231, "setplainbodi": [103, 229], "setpreferstream": 213, "setprimarykei": [37, 136], "setpubl": 139, "setreferenceid": 220, "setrichmessag": [69, 227], "setrichobject": 129, "setrichsubject": [69, 227], "setstartd": 106, "setstatu": [20, 108, 215], "setstr": 104, "setsubject": [69, 103, 110, 229], "setsummari": 106, "setsystemvalu": 36, "setter": [37, 90, 227, 228, 231], "settimerangeend": 106, "settimerangestart": 106, "settimesensit": 18, "settimestamp": 69, "settimezon": 106, "settingnotfoundexcept": 231, "settings_exampl": 179, "settingsmenu": 193, "settingsview": 186, "settitl": 129, "setto": [103, 110], "settyp": 69, "setup": [4, 15, 17, 19, 20, 22, 37, 38, 41, 71, 82, 90, 92, 95, 98, 101, 105, 113, 114, 118, 122, 149, 151, 152, 154, 158, 170, 204, 218, 224, 232, 236, 239, 241, 243], "setupbeforeclass": [41, 243], "setupcheck": [135, 232], "setupresult": 135, "setuserdata": 145, "setuserid": [116, 137, 142], "setuserstatu": 138, "setuservalu": [36, 99], "setvalu": [99, 229], "setvaluearrai": [90, 93], "setvaluebool": [90, 93], "setvaluefloat": [90, 93], "setvalueint": [90, 93], "setvaluestr": [90, 93], "setwebhookmethod": 140, "setwebhookuri": 140, "seven": 185, "sever": [6, 20, 29, 34, 44, 76, 115, 122, 132, 135, 141, 149, 151, 153, 190, 204, 209, 215, 231], "sh": [8, 62, 82, 152, 154, 167, 189, 238, 239, 243], "sha": 10, "sha1": [15, 61, 188], "sha256": [61, 82], "sha3": 61, "shadow": 194, "shall": [0, 25, 42, 118, 127, 132, 202, 206, 226], "shallow": 202, "shape": [49, 77, 101, 129], "shapedescriptor": 140, "shapeenumvalu": 140, "share": [5, 6, 10, 18, 20, 21, 28, 42, 45, 46, 48, 75, 76, 81, 86, 92, 101, 113, 121, 129, 134, 148, 154, 160, 164, 165, 166, 176, 186, 187, 190, 192, 201, 204, 209, 211, 215, 216, 219, 220, 224, 229, 230, 231, 233, 234, 243], "share_backend": 235, "share_backend_collect": 235, "share_backend_file_depend": 235, "share_id": 52, "share_test": 128, "share_token": 61, "share_type_circl": 5, "shareabl": 61, "shareacceptedev": 229, "shareapicontrol": 231, "shareapilinkdefaultexpiredateenforc": 211, "shareapilinkenforcepassword": 211, "shareattribut": 171, "shareconfigmodel": 216, "sharecontrol": [20, 31], "sharecreatedev": 229, "sharedeletedev": 229, "sharedeletedfromselfev": 229, "sharees_recommend": [53, 54], "shareid": [18, 231], "sharemanag": [20, 232], "sharenod": 31, "sharenotfound": 128, "shareown": 171, "shareownerid": 171, "sharepermiss": 171, "sharer": [53, 61], "shareservic": 18, "sharesplugin": 148, "sharetoken": 129, "sharetyp": [46, 52, 70, 171], "sharetypeid": 61, "sharewith": 52, "sharewithus": 18, "sharingtoken": 129, "she": 81, "shed": 0, "sheet": [65, 101, 223, 239], "shell": [82, 131, 156, 208], "shell_exec": 209, "ship": [0, 3, 5, 8, 10, 11, 82, 89, 96, 101, 127, 188, 192, 196, 218, 219, 220, 222, 223, 227, 228, 229, 230, 233, 238], "shivammathur": 15, "short": [0, 5, 20, 49, 50, 76, 81, 87, 118, 121, 122, 124, 150, 151, 161, 166, 167, 221, 233], "shortcom": 107, "shortcut": [24, 42, 175], "shorter": 20, "shorthand": [5, 61], "shortmessag": [50, 121], "should": [0, 3, 5, 6, 8, 14, 15, 16, 17, 19, 20, 22, 23, 25, 26, 28, 29, 30, 31, 33, 34, 36, 37, 38, 40, 41, 42, 43, 44, 46, 49, 52, 54, 58, 60, 61, 63, 66, 69, 72, 76, 77, 79, 82, 94, 95, 96, 97, 98, 99, 101, 104, 107, 115, 116, 118, 122, 124, 126, 127, 129, 130, 131, 132, 134, 135, 136, 137, 139, 140, 141, 142, 144, 145, 148, 150, 151, 153, 154, 156, 158, 165, 166, 169, 174, 179, 181, 184, 185, 186, 187, 190, 192, 194, 199, 200, 202, 204, 206, 209, 211, 213, 215, 217, 218, 220, 221, 222, 227, 228, 229, 230, 231, 232, 234, 236, 238, 240], "shouldgetfield": 233, "shouldn": [186, 187], "shouldrespond": 31, "shout": 1, "show": [5, 25, 33, 40, 42, 43, 49, 69, 76, 79, 87, 96, 97, 106, 108, 125, 126, 128, 129, 130, 134, 137, 140, 141, 142, 144, 147, 154, 185, 193, 194, 198, 199, 200, 228, 231, 233, 235], "showauthent": 128, "showauthfail": 128, "showdetail": [193, 198], "showdis": 140, "shown": [13, 20, 29, 42, 43, 50, 58, 70, 76, 80, 81, 101, 107, 130, 140, 144, 151, 192, 193, 198, 199, 204, 227], "showshar": [31, 128], "showstopp": 188, "shrunk": 231, "sibl": 199, "side": [5, 20, 41, 42, 43, 44, 46, 47, 49, 60, 85, 90, 98, 101, 107, 122, 129, 154, 155, 167, 170, 175, 178, 188, 202, 233, 243], "sidebar": [34, 47, 69, 78, 80, 193, 194, 199, 215, 219, 229, 230], "sign": [8, 11, 16, 44, 70, 76, 82, 190, 192, 201, 204], "signal": [0, 2, 20, 22, 49, 75, 112, 185, 202], "signatur": [10, 16, 21, 22, 29, 227, 234], "signifi": [140, 185], "signific": [10, 20, 29, 188, 236], "significantli": [38, 122, 204], "signkei": 192, "signoff": 188, "signtool": 82, "silent": [90, 101, 209], "similar": [2, 13, 16, 17, 18, 20, 22, 33, 37, 40, 44, 80, 99, 107, 118, 121, 125, 129, 131, 134, 141, 142, 150, 151, 152, 156, 168, 175, 177, 221, 223, 233, 238], "similarli": [105, 128, 140, 166, 204], "simpl": [14, 15, 20, 22, 25, 37, 39, 42, 44, 63, 76, 79, 82, 87, 88, 90, 95, 99, 102, 107, 112, 113, 115, 122, 140, 147, 153, 154, 158, 166, 171, 174, 179, 199, 209, 228, 243], "simple_board": 42, "simplef": [227, 228, 237], "simplemenuact": 20, "simplemigrationstep": 40, "simpler": [97, 107], "simpleread": 20, "simplest": [82, 149, 188], "simplewrit": 20, "simplexml": [5, 242], "simplexmlel": 20, "simpli": [8, 16, 20, 21, 23, 29, 30, 37, 42, 62, 72, 76, 126, 129, 131, 135, 140, 142, 199, 204, 209, 220, 243], "simplic": [107, 131], "simplif": 140, "simplifi": [20, 35, 37, 38, 82, 107, 123, 128, 150, 152, 154, 236], "sinc": [3, 5, 16, 17, 18, 20, 21, 22, 29, 30, 33, 34, 35, 37, 40, 44, 46, 49, 52, 57, 61, 69, 73, 85, 90, 92, 93, 94, 96, 99, 101, 115, 116, 118, 121, 122, 124, 125, 126, 129, 131, 132, 137, 139, 140, 141, 142, 143, 145, 168, 177, 187, 188, 193, 194, 196, 204, 209, 210, 211, 223, 226, 227, 229, 232, 233, 234, 235, 238], "sinceid": 96, "singl": [19, 20, 40, 42, 46, 66, 69, 70, 76, 81, 85, 87, 92, 93, 95, 96, 98, 99, 101, 107, 110, 122, 123, 140, 179, 187, 190, 192, 199, 233, 236], "singleselect": 218, "singlesignon": 71, "singular": [42, 167], "sinon": 243, "sinonj": 243, "sit": 76, "site": [131, 189, 190, 192, 208], "site_nam": 31, "situat": [16, 20, 40, 113, 114], "size": [5, 35, 38, 61, 62, 63, 66, 70, 76, 78, 92, 97, 122, 129, 132, 145, 151, 171, 194, 219, 227, 229], "sk": 8, "sk_sk": 8, "skeleton": [7, 76, 151, 154, 166, 190], "sketch": 107, "skill": 204, "skin": 76, "skip": [1, 32, 58, 129, 145, 166], "slash": [33, 123, 169, 171, 181], "sleep": 130, "slide": [105, 199], "slideshow": [76, 101], "slight": 231, "slightli": [89, 95], "slocal": 42, "slogan": [27, 46], "slot": [76, 140], "slow": [14, 19, 20, 118, 122, 125, 140, 169, 194, 236], "slow_query_log": 122, "slow_query_log_fil": 122, "slower": [20, 62], "slowli": 223, "slugifi": 37, "sm": 144, "small": [5, 18, 61, 62, 76, 77, 90, 92, 96, 97, 122, 129, 132, 151, 154, 185, 188, 194, 199, 204, 231], "smaller": [63, 77, 185, 186, 194, 231], "smallest": [194, 231], "smart": [17, 22, 102, 113], "smb": 241, "smb1": 192, "smb2": 192, "smb3": 192, "smbclient": 192, "smbhome": 192, "smbmount": 192, "smbpublic": 192, "smillerdev": 15, "smoothen": 115, "smoother": 221, "smtp": 192, "snackbar": 43, "snapper": 235, "snappi": 194, "snapshot": 72, "snippet": [107, 134, 152, 199], "snowflak": [113, 114], "snowflake_id": 136, "so": [1, 3, 5, 10, 12, 14, 16, 18, 20, 21, 23, 25, 29, 33, 34, 37, 40, 41, 42, 46, 49, 52, 60, 61, 69, 76, 77, 81, 82, 89, 90, 95, 97, 98, 101, 105, 107, 119, 122, 127, 129, 131, 132, 133, 134, 135, 137, 140, 141, 142, 147, 148, 151, 152, 154, 161, 165, 166, 167, 185, 188, 189, 190, 194, 204, 206, 209, 220, 221, 222, 223, 226, 227, 228, 229, 231, 232, 233, 234, 239, 243], "social": [5, 209], "sock": [149, 165], "socket": [151, 161, 162, 163, 165], "soft": 234, "softwar": [3, 16, 21, 42, 76, 79, 129, 159, 185, 188, 190, 243], "sole": [20, 107, 221], "solut": [21, 49, 107, 122, 134, 139, 162, 204], "solv": [21, 44, 46, 135, 185, 189, 204, 223], "some": [0, 3, 8, 10, 13, 14, 16, 18, 20, 21, 25, 26, 27, 34, 35, 36, 37, 40, 42, 43, 45, 46, 49, 54, 61, 62, 64, 66, 70, 73, 76, 79, 80, 82, 85, 89, 90, 93, 94, 95, 96, 97, 98, 99, 101, 103, 106, 107, 115, 116, 119, 122, 125, 128, 129, 131, 133, 134, 135, 140, 141, 142, 151, 152, 161, 165, 166, 171, 175, 179, 182, 185, 188, 190, 192, 194, 199, 204, 209, 211, 214, 215, 222, 223, 229, 231, 233, 234, 235, 236, 239, 242, 243], "some_api_endpoint": 154, "some_method": 20, "some_real_set": 179, "some_var": 20, "somearrai": [186, 187], "somebodi": 204, "somecontrol": [18, 49], "somecontrollermethod": 49, "somehelpermethod": 49, "somehow": 15, "somemethod": 20, "somenam": 190, "someon": [49, 133], "someprop": 186, "someservic": 18, "sometask": 18, "someth": [3, 10, 17, 20, 22, 25, 26, 29, 32, 42, 44, 49, 76, 79, 81, 85, 99, 106, 108, 120, 124, 129, 131, 139, 140, 141, 142, 179, 185, 186, 187, 188, 190, 199, 204, 206, 209], "sometim": [20, 21, 30, 33, 37, 38, 49, 116, 122, 135, 137, 141, 142, 190, 204, 233], "sometyp": [21, 186], "somewher": [15, 20, 49, 96, 137, 140, 141, 142], "soon": [21, 122, 222], "sooner": 221, "sophist": [222, 229], "sort": [5, 16, 66, 69, 96, 124, 129, 132], "sortabl": 66, "sorter": 46, "sound": [21, 95, 115], "sourc": [7, 11, 16, 21, 22, 42, 48, 58, 69, 71, 82, 95, 115, 116, 118, 129, 132, 140, 149, 154, 169, 186, 187, 191, 223], "source_fil": 8, "source_lang": 8, "space": [25, 42, 44, 46, 61, 76, 78, 94, 123, 161, 185, 187, 194, 226], "spam": [187, 209], "span": [42, 110, 122, 129, 184, 198, 199, 200], "sparingli": 77, "spdx": [5, 185], "speak": [81, 161, 222, 229], "spec": [49, 118, 243], "special": [20, 21, 29, 37, 44, 65, 67, 68, 76, 77, 115, 190], "specif": [5, 10, 15, 16, 18, 20, 22, 25, 32, 33, 36, 37, 38, 40, 42, 43, 45, 47, 61, 74, 76, 81, 82, 87, 90, 93, 94, 96, 97, 99, 105, 106, 107, 110, 124, 129, 132, 135, 140, 141, 147, 149, 150, 151, 154, 159, 161, 169, 177, 185, 191, 198, 204, 221, 225, 227, 228, 229, 231, 232, 233, 234, 239, 240, 243], "specifi": [3, 8, 10, 13, 17, 18, 20, 21, 22, 34, 37, 38, 40, 42, 43, 44, 46, 61, 63, 64, 72, 82, 83, 89, 90, 93, 96, 104, 107, 116, 118, 126, 128, 132, 134, 140, 141, 142, 144, 149, 153, 156, 159, 166, 168, 169, 190, 209, 217, 221, 227, 228, 232, 233], "spectrogram": 140, "speech": [17, 22, 43, 47, 84, 87, 113, 140, 233], "speech_to_text": 43, "speechtotext": [137, 228, 231], "speed": [19, 49, 89, 122, 131], "spell": [42, 81, 140], "spend": [14, 204], "spent": 125, "spinner": 194, "split": [20, 37, 76, 81, 85, 122, 132, 185, 187, 218, 233], "spot": 122, "spreed": [96, 124, 132], "spy": 14, "sql": [37, 40, 100, 104, 113, 190, 208, 233, 234], "sqlite": [5, 15, 16, 37, 122, 204, 243], "squar": 96, "src": [7, 20, 26, 118, 154, 186, 190, 192, 209, 229], "srv": [8, 189, 243], "ssh": 82, "ssl": [161, 241], "sso": 224, "stabil": [90, 93], "stabl": [8, 10, 16, 82, 95, 115, 125, 188, 189, 190, 202, 238, 240], "stable21": 15, "stable24": 16, "stable25": [16, 188, 227], "stable26": 16, "stable29": 233, "stable30": 233, "stable31": 233, "stablex": [8, 125, 188], "stack": [29, 206, 232, 236], "stage": [0, 20, 44, 46, 110, 166], "stai": [21, 76, 199], "stamp": 82, "stand": 40, "standalon": [5, 20, 25, 87], "standalonetemplaterespons": 221, "standard": [20, 21, 25, 49, 61, 73, 77, 79, 82, 95, 98, 107, 113, 114, 118, 127, 151, 168, 177, 191, 193, 198, 204, 206, 222, 227, 228, 232, 233, 239], "star": [37, 76, 194, 198], "start": [8, 9, 15, 17, 20, 22, 29, 30, 33, 37, 42, 43, 44, 49, 50, 56, 61, 66, 69, 70, 71, 76, 94, 96, 97, 98, 101, 107, 121, 122, 124, 125, 129, 140, 147, 148, 149, 152, 153, 155, 165, 166, 169, 171, 179, 181, 185, 187, 189, 190, 192, 194, 201, 204, 209, 217, 223, 229, 231, 232, 234, 239, 243], "startallsharesretriev": 70, "startcreationofgroupshareforfil": 70, "startcreationofpublicshareforfil": 70, "startcreationofusershareforfil": 70, "startdat": [50, 106, 121], "startdownload": 70, "startedat": 87, "starter": 153, "startfilemov": 70, "startfoldercr": 70, "startprogress": 130, "startreadfileproperti": 70, "startreadrootfold": 70, "startremovefil": 70, "startshareremov": 70, "startsharesretrievalforfileorfold": 70, "startsharesretrievalforfilesinfold": 70, "startup": [1, 90, 153, 165], "startupload": 70, "stat": 62, "state": [14, 24, 31, 37, 44, 46, 61, 76, 77, 79, 81, 88, 90, 96, 107, 113, 129, 132, 153, 166, 170, 172, 185, 199, 229, 233], "statement": [15, 40, 81, 82, 95, 104, 122, 186, 187, 222, 234], "static": [22, 25, 100, 107, 113, 126, 132, 138, 143, 145, 186, 201, 211, 222, 227, 229, 234, 235, 241], "statist": 125, "statu": [20, 43, 44, 45, 46, 48, 49, 50, 51, 53, 56, 57, 58, 59, 61, 66, 74, 75, 76, 81, 87, 88, 90, 93, 96, 97, 101, 104, 109, 112, 113, 121, 129, 131, 135, 141, 142, 153, 165, 166, 168, 172, 173, 176, 177, 178, 179, 182, 188, 190, 215, 223, 228, 240], "status": 45, "status_bad_request": 49, "status_cancel": 140, "status_cod": 170, "status_cr": 49, "status_fail": [87, 140, 141, 142], "status_forbidden": 49, "status_not_found": [20, 49], "status_ok": 49, "status_run": [87, 140, 141, 142], "status_schedul": [87, 140, 141, 142], "status_success": [87, 140, 141, 142], "status_unknown": [87, 140, 141, 142], "statuscod": [43, 44, 46, 48, 52, 96, 101, 129, 168, 177, 182], "statusicon": 54, "statusmanag": 138, "statustyp": 54, "stdclass": 49, "steal": 209, "step": [5, 8, 15, 16, 17, 22, 32, 34, 40, 44, 45, 49, 63, 76, 82, 97, 98, 107, 113, 114, 118, 132, 140, 141, 142, 149, 151, 153, 155, 156, 161, 165, 166, 170, 189, 190, 204, 206, 225, 229, 231, 232, 234, 238, 239], "stick": [5, 22], "sticki": 193, "still": [10, 16, 20, 21, 23, 26, 37, 40, 42, 44, 45, 46, 49, 52, 76, 77, 81, 95, 96, 107, 122, 129, 131, 140, 144, 151, 152, 153, 154, 156, 188, 190, 194, 198, 199, 200, 204, 209, 222, 223, 227, 229, 230, 231, 232, 233, 234, 235, 238, 239, 242], "stitcher": [225, 229, 232], "stop": [16, 49, 70, 204], "stoppableeventinterfac": 223, "storag": [9, 15, 28, 35, 41, 46, 61, 63, 90, 122, 134, 165, 201, 204, 215, 231, 232, 237, 241], "storage_typ": 99, "storage_type_extern": 99, "storage_type_intern": 99, "storageexcept": [38, 41], "storageloc": 46, "store": [5, 6, 7, 11, 13, 15, 16, 20, 21, 22, 29, 33, 35, 37, 40, 44, 49, 52, 61, 66, 70, 82, 92, 96, 98, 99, 104, 105, 107, 113, 114, 115, 119, 137, 140, 141, 142, 145, 154, 162, 168, 171, 177, 179, 186, 190, 201, 203, 209, 223, 227, 236, 241], "store_login_token": 119, "str": 171, "str_contain": 132, "str_replac": [30, 209], "str_starts_with": 129, "straight": [18, 165], "straightforward": [134, 150, 161], "strategi": [15, 20], "stream": [69, 140, 151, 156, 213, 237], "streamlin": 82, "streamrespons": [20, 49, 232], "strict": [20, 92, 129, 186, 199, 228, 229, 233], "strict_typ": [0, 1, 30, 89, 96, 99, 101, 104, 116, 120, 124, 125, 126, 132, 133, 135, 136, 137, 140, 141, 142, 145, 147], "strictcontentsecuritypolici": 235, "strictcookierequir": 231, "strictcookiesrequir": 231, "stricter": 90, "strictevalcontentsecuritypolici": 235, "strictinlinecontentsecuritypolici": 235, "strictli": 215, "string": [5, 6, 18, 19, 20, 21, 22, 25, 29, 30, 31, 33, 34, 36, 37, 38, 40, 45, 46, 49, 50, 52, 53, 54, 56, 57, 59, 61, 66, 70, 73, 78, 87, 90, 92, 93, 94, 96, 99, 101, 103, 104, 106, 107, 108, 110, 116, 120, 121, 123, 124, 125, 126, 128, 129, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 154, 165, 167, 170, 171, 174, 178, 187, 190, 209, 215, 220, 227, 228, 229, 231, 232, 233, 234, 235], "stringabl": 29, "stringent": 107, "stringifi": 101, "stringutil": 218, "strip": 61, "stripe": 13, "strive": 185, "strlen": 107, "strong": [69, 122, 185, 204], "stronger": 77, "strongli": [152, 186, 194, 232], "strpo": 132, "strtoupper": 1, "structur": [8, 28, 33, 45, 48, 62, 76, 88, 107, 113, 122, 129, 132, 151, 155, 165, 170, 184, 190, 193, 198, 199, 215, 228], "stub": [107, 243], "studi": 106, "studio": [71, 72], "stuff": [41, 70, 122, 166, 234, 243], "style": [20, 23, 26, 42, 107, 118, 134, 151, 172, 184, 190, 191, 192, 194, 198, 199, 201, 202, 223, 231, 232, 241], "stylelint": 118, "stylis": 199, "su": [152, 243], "sub": [3, 25, 26, 38, 146, 169, 186, 189, 199, 203, 214, 221], "subadmin": 46, "subadminrequir": 231, "subclass": [20, 22], "subdirectori": 41, "subfil": 52, "subfold": [82, 190], "subj": 10, "subject": [22, 76, 82, 147, 174, 198, 229], "subject_kei": 69, "subject_param": 174, "subject_rich": 69, "subject_typ": 174, "sublim": 98, "sublimetextxdebug": 98, "sublin": [77, 129, 132], "submiss": 203, "submit": [10, 14, 25, 42, 43, 81, 129, 199, 200, 202, 203, 209, 226, 227], "submitcont": 94, "submodul": [82, 189], "subscrib": [73, 113, 114, 115, 188, 223, 232], "subscript": [22, 233], "subscriptioncreatedev": 221, "subscriptiondeletedev": 221, "subscriptionupdatedev": 221, "subsequ": [101, 122, 132], "subset": 69, "substanti": 185, "substitut": 29, "substr": 154, "subsystem": [36, 185], "subtempl": 209, "subtext": 129, "subtitl": [20, 96, 140], "subtyp": 169, "suburl": 28, "subvers": 5, "succeed": 135, "success": [1, 14, 17, 20, 22, 30, 49, 52, 53, 56, 60, 76, 77, 87, 115, 116, 135, 141, 142, 164, 165, 166, 168, 170, 177, 194, 229, 233, 240], "successfulli": [1, 17, 22, 43, 81, 131, 140, 141, 142, 174], "successor": 132, "succinctli": 21, "sudo": [33, 40, 42, 82, 125, 136, 156, 165, 189, 190, 239], "suffer": [42, 204], "suffic": 204, "suffici": [16, 76, 131], "suffix": [16, 22, 37, 166, 231], "suggest": [14, 17, 20, 22, 82, 129, 149, 188, 202], "suit": [76, 89, 107, 152, 186, 243], "suitabl": 61, "summar": [43, 61, 135, 140, 142], "summari": [5, 43, 49, 87, 107, 121, 129, 130, 140, 155, 185, 222, 229, 233], "summarytask": [140, 142], "summarytasktyp": [140, 142, 231], "super": 122, "superglob": 20, "supersed": 129, "suppli": [5, 20, 25, 110, 140, 150, 190], "support": [1, 5, 8, 10, 11, 15, 16, 20, 22, 23, 24, 28, 29, 31, 33, 39, 42, 45, 46, 52, 54, 57, 58, 63, 65, 69, 75, 76, 77, 82, 90, 95, 98, 99, 102, 108, 110, 113, 115, 116, 119, 126, 132, 135, 140, 142, 148, 150, 151, 152, 154, 157, 160, 162, 163, 165, 166, 167, 169, 171, 175, 176, 188, 190, 192, 195, 196, 200, 204, 210, 213, 215, 216, 217, 225, 227, 228, 229, 230, 233, 236], "supportedcalendarcomponentset": 107, "supportedlock": 61, "supports_emoji": 54, "suppos": [134, 138, 232, 234], "suppress": 95, "sure": [1, 10, 12, 14, 15, 16, 18, 25, 40, 41, 44, 49, 79, 81, 82, 89, 106, 107, 110, 122, 125, 129, 131, 134, 140, 149, 152, 156, 161, 189, 192, 193, 194, 204, 209, 215, 217, 219, 220, 222, 225, 226, 227, 228, 229, 230, 239, 240, 241, 243], "surfac": 76, "surprisingli": 204, "surround": [42, 81], "survey_cli": 134, "suspect": 104, "svenstaro": 15, "svg": [5, 27, 34, 43, 69, 96, 124, 129, 132, 134, 171, 181, 197, 215, 226, 227], "swap": 21, "swift": 215, "swiftli": 204, "switch": [16, 76, 98, 101, 132, 141, 142, 185, 186, 187, 188, 222, 226, 227, 229, 233, 239], "symbol": [76, 77], "symfoni": [1, 3, 22, 145, 175, 223], "symfonycomponentgenericev": [17, 22], "symptom": 162, "sync": [4, 5, 29, 42, 48, 82, 83, 122, 132, 154, 204], "synchron": [19, 71, 83, 87, 140, 141, 142, 170, 234], "synchronousprovideropt": [140, 213], "syncjob": 5, "syntax": [3, 23, 42, 43, 49, 52, 53, 76, 81, 95, 190, 222], "sysadmin": 35, "syslog": 29, "system": [7, 8, 14, 17, 18, 22, 25, 26, 29, 30, 39, 41, 76, 77, 81, 93, 99, 107, 110, 122, 125, 129, 135, 150, 152, 161, 169, 176, 182, 192, 194, 209, 227, 228, 229, 231, 233, 234, 235, 236, 243], "system_prompt": 140, "systemconfig": 232, "systemctl": 189, "systemd": 29, "systemtag": [229, 232, 233, 234], "systemtagobjectmapp": 232, "systemtagsentityev": 229, "sysvsem": 242, "t": [7, 8, 10, 14, 15, 16, 20, 21, 22, 25, 30, 31, 32, 34, 37, 43, 49, 52, 56, 61, 69, 82, 96, 99, 108, 116, 119, 122, 124, 126, 129, 130, 132, 133, 134, 135, 137, 140, 141, 142, 145, 152, 154, 157, 161, 166, 175, 176, 184, 186, 187, 189, 192, 198, 199, 204, 209, 215, 217, 218, 220, 221, 222, 223, 224, 227, 228, 231, 239], "tab": [13, 15, 20, 23, 76, 185, 186, 219, 234], "tabl": [19, 20, 33, 39, 40, 49, 61, 82, 95, 97, 98, 99, 104, 122, 136, 190, 194, 230, 233, 234], "table_name_uniq_featur": 37, "tablenam": 21, "tablescolumn": 49, "tactic": 184, "tag": [5, 10, 13, 15, 16, 20, 21, 29, 45, 61, 76, 77, 81, 85, 129, 148, 149, 151, 154, 165, 176, 178, 184, 185, 186, 189, 221, 229, 231, 232, 233, 234], "tag_favorit": 220, "tagassignedev": 233, "tagmanag": [220, 232], "tagmapp": 232, "tagnam": [229, 234], "tagservic": 229, "tagsplugin": 148, "tagunassignedev": 233, "tail": 122, "take": [14, 15, 18, 20, 22, 40, 49, 63, 69, 101, 107, 116, 122, 129, 130, 132, 134, 137, 140, 141, 142, 151, 154, 171, 175, 181, 184, 185, 187, 188, 202, 204, 213, 233, 234, 240], "taken": [20, 29, 170, 202], "talk": [14, 21, 38, 46, 52, 54, 61, 76, 80, 86, 96, 105, 113, 124, 126, 129, 132, 138, 172, 183, 190, 236], "talk_bot": [165, 180], "talk_bot_webhook_route_on_ex_app": 180, "tar": [15, 16, 17, 22, 61, 152, 232], "tarbal": [15, 16, 61, 89], "target": [5, 13, 16, 17, 18, 22, 63, 82, 83, 96, 101, 124, 129, 132, 140, 151, 169, 191, 199], "target_languag": 140, "targetdirectori": 70, "targetus": [69, 124], "task": [16, 17, 20, 22, 33, 43, 45, 47, 55, 76, 84, 106, 107, 113, 116, 137, 150, 160, 198, 231, 233, 234], "task_id": 87, "taskfailedev": [140, 141, 142, 231], "taskfailureexcept": [141, 142, 231], "tasknotfoundexcept": 231, "taskprocess": [45, 57, 75, 84, 113, 116, 137, 141, 142, 211, 213, 231, 233, 234], "taskprocessingmanag": 140, "tasksuccessfulev": [140, 141, 142, 231], "tasktyp": [57, 87, 140, 142], "tasktypeid": 140, "tbd": [22, 210, 234], "team": [12, 13, 107, 129, 156, 185, 230], "teardown": [41, 243], "teardownafterclass": [41, 243], "technic": [11, 20, 73, 81, 163, 185, 197, 201], "technologi": [116, 137, 140, 141, 142, 150, 206], "tecnativa": 158, "tediou": 49, "tel": [99, 179], "tell": [20, 43, 44, 49, 76, 81, 96, 105, 107, 129, 190, 204], "temp": 35, "templat": [6, 7, 8, 23, 24, 25, 28, 29, 49, 69, 95, 100, 113, 126, 129, 131, 134, 144, 155, 189, 201, 204, 215, 228, 233, 239], "templatecontrol": 233, "templatefilecr": 228, "templateid": 101, "templatenam": [20, 25, 26], "templaterespons": [6, 17, 20, 22, 31, 34, 49, 126, 129, 134, 190, 229], "tempmanag": 232, "temporari": 63, "temporarili": 222, "ten": 76, "term": [22, 42, 53, 94, 107, 129, 132, 150, 151, 185, 191, 230], "termin": [44, 82, 140, 190, 239], "terminologi": 109, "terrifi": 129, "tertiari": [76, 194, 231], "test": [3, 7, 16, 19, 20, 21, 28, 33, 37, 45, 48, 62, 64, 65, 66, 69, 70, 79, 82, 85, 89, 92, 95, 98, 100, 103, 104, 107, 110, 113, 122, 130, 135, 140, 144, 147, 149, 155, 156, 161, 165, 175, 177, 185, 188, 189, 190, 194, 201, 204, 222, 225, 229, 231, 232, 233, 234, 241], "test1": [69, 195, 198], "test2": 195, "test3": 195, "test4": 195, "test_arg": 175, "test_ex_app_field_1": 179, "test_ex_app_field_1_1": 179, "test_ex_app_field_1_2": 179, "test_ex_app_field_1_3": 179, "test_ex_app_field_1_4": 179, "test_ex_app_field_2": 179, "test_ex_app_field_3": 179, "test_ex_app_field_4": 179, "test_ex_app_field_5": 179, "test_ex_app_field_6": 179, "test_harp_integr": 152, "test_kei": 168, "test_sensitive_field": 99, "test_sensitive_field_2": 99, "testabl": [21, 143], "testact": 70, "testaddtwo": 243, "testcas": [41, 187, 233, 243], "testdummi": 187, "tester": 16, "testfil": 135, "testfilenotfound": 41, "testm": 243, "testremot": 232, "testsuit": 243, "text": [5, 17, 20, 22, 25, 27, 29, 30, 37, 42, 43, 45, 46, 47, 49, 50, 57, 58, 61, 64, 66, 69, 75, 81, 82, 84, 87, 90, 93, 96, 98, 99, 101, 103, 107, 110, 113, 116, 121, 129, 135, 140, 156, 179, 186, 190, 194, 195, 199, 200, 209, 213, 215, 223, 229, 231, 232, 233], "text2imag": [56, 140], "text2imagemanag": 141, "text2imagetask": 141, "text2speech": [43, 140], "text2text": [43, 87, 140], "text_to_speech": 43, "textarea": 134, "textcont": 129, "textdocu": 101, "textdocumenttempl": 101, "textoutput": 140, "textprocess": [45, 75, 84, 113, 140, 231], "textprocessingmanag": [140, 142], "texttoimag": [87, 140, 141, 231], "texttoimageexcept": 231, "texttospeech": [140, 233], "texttotext": 140, "texttotextchangeton": 140, "texttotextchat": 140, "texttotextchatwithtool": 140, "texttotextform": 140, "texttotextheadlin": 140, "texttotextproofread": 140, "texttotextreformul": 140, "texttotextsimplif": 140, "texttotextsummari": 140, "texttotexttop": 140, "texttotexttransl": 140, "th": 8, "th_th": 8, "than": [5, 10, 12, 16, 18, 21, 22, 25, 33, 37, 38, 43, 49, 52, 54, 62, 69, 76, 77, 81, 82, 96, 101, 104, 107, 116, 122, 140, 141, 142, 184, 185, 189, 190, 196, 198, 199, 204, 209, 221, 222, 229, 230, 231, 233, 236, 243], "thank": [70, 203], "thei": [0, 3, 14, 15, 16, 18, 20, 21, 22, 25, 33, 35, 36, 37, 40, 42, 44, 46, 48, 49, 61, 63, 69, 76, 77, 79, 81, 82, 83, 85, 89, 95, 97, 101, 105, 106, 107, 115, 119, 122, 129, 130, 131, 132, 135, 136, 140, 142, 150, 151, 153, 154, 176, 179, 185, 186, 188, 190, 198, 202, 204, 206, 209, 213, 221, 227, 229, 231, 233], "them": [0, 1, 10, 13, 14, 15, 16, 17, 20, 21, 22, 29, 33, 34, 37, 40, 41, 42, 44, 46, 49, 61, 69, 76, 81, 82, 85, 93, 97, 101, 107, 119, 122, 125, 127, 129, 140, 146, 150, 151, 154, 160, 167, 176, 185, 188, 189, 190, 192, 196, 199, 202, 204, 206, 209, 215, 223, 225, 227, 229, 231, 233, 235, 239, 243], "theme": [5, 20, 24, 28, 45, 76, 77, 194, 195], "themoviedb": 129, "themselv": [14, 17, 22, 85, 185, 190, 205, 233], "theoret": 222, "theori": 40, "theplan": 110, "therebi": [89, 94], "therefor": [0, 5, 16, 18, 20, 22, 37, 40, 42, 44, 49, 106, 107, 130, 131, 132, 159, 160, 161, 193, 206, 221, 222, 223, 227, 229, 231], "thi": [0, 1, 2, 3, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 60, 61, 63, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 79, 80, 82, 83, 85, 87, 89, 90, 92, 94, 95, 96, 97, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 112, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 152, 153, 154, 155, 156, 158, 159, 160, 161, 162, 164, 165, 166, 167, 169, 170, 175, 180, 185, 187, 188, 189, 190, 192, 194, 198, 199, 200, 202, 204, 206, 209, 211, 212, 215, 217, 218, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 239, 240, 243], "thing": [14, 15, 16, 18, 20, 21, 25, 29, 35, 37, 40, 42, 44, 61, 76, 79, 82, 126, 130, 134, 166, 185, 188, 204, 226, 227, 229, 233], "think": [17, 20, 22, 49, 122, 131, 151, 154, 190, 202, 204, 236], "thinkabl": 20, "third": [10, 14, 20, 22, 29, 71, 99, 106, 123, 131, 132, 135, 186, 188, 190, 231, 240], "this_field": 40, "thisauthorsid": 61, "thoroughli": 185, "those": [8, 10, 14, 15, 16, 17, 20, 21, 22, 43, 49, 52, 61, 76, 77, 85, 92, 93, 96, 97, 104, 119, 128, 129, 132, 152, 185, 188, 189, 204, 217, 222, 228, 229, 231, 233], "though": [10, 20, 37, 82, 131, 140, 149, 222], "thought": 223, "thread": [17, 22, 82, 229], "three": [16, 35, 40, 61, 67, 69, 76, 101, 107, 126, 134, 161, 190, 199, 200, 204, 206, 209, 211, 222], "threw": 231, "thrive": 206, "throttl": 20, "throttler": 232, "through": [1, 5, 8, 12, 14, 16, 19, 20, 26, 40, 42, 46, 48, 49, 61, 74, 76, 79, 82, 90, 92, 96, 98, 101, 105, 106, 121, 126, 132, 139, 147, 150, 151, 156, 188, 209, 213, 222, 223, 231, 233, 236], "throughout": [20, 190], "throughput": 122, "throw": [17, 22, 30, 36, 37, 38, 41, 45, 69, 74, 98, 105, 107, 116, 128, 137, 140, 141, 142, 143, 145, 146, 187, 222, 228, 229, 231, 233, 234, 240], "throwabl": [29, 37, 125, 145, 228, 233], "throwexcept": 41, "thrown": [17, 21, 22, 107, 222, 231], "thu": [0, 20, 22, 44, 82, 107, 115, 131, 135, 137, 186, 204, 209, 233], "thumb": [129, 131, 140, 185], "thumbnail": [5, 132, 233], "thumbnailurl": [129, 132], "ti": 20, "tianon": 152, "tick": [104, 158], "ticket": [8, 12, 185, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228], "tidi": 82, "tight": [21, 150], "tighten": 20, "time": [0, 2, 5, 12, 14, 15, 16, 17, 20, 21, 22, 33, 35, 37, 38, 40, 42, 44, 49, 54, 56, 61, 62, 67, 69, 76, 79, 82, 85, 89, 92, 97, 101, 104, 113, 114, 115, 116, 122, 125, 127, 130, 133, 135, 136, 137, 140, 141, 142, 148, 152, 156, 161, 162, 171, 185, 188, 189, 190, 194, 204, 206, 209, 213, 220, 228, 229, 232, 233, 234, 239, 243], "time_immut": [37, 232], "time_insensit": 18, "timedjob": [18, 230], "timefactori": [139, 232], "timelin": [206, 212], "timeout": [20, 61, 116, 137, 141, 142, 153, 165, 192], "timestamp": [50, 54, 56, 61, 68, 69, 76, 82, 96, 97, 121, 129, 136, 140, 170, 232, 235], "timezon": [37, 50, 127, 143, 232, 233], "tini": [63, 222], "tip": [39, 45, 76, 110, 122, 134], "tipsi": 221, "titl": [13, 20, 31, 42, 43, 48, 49, 76, 77, 87, 94, 96, 99, 101, 124, 129, 132, 134, 174, 179, 190, 199, 227], "titlecas": 49, "tld": [108, 112, 133, 209], "tldr": 188, "tmigratorbasicversionhandl": 145, "tmp": [62, 152, 192], "tmpfile": 215, "tmpfolder": 215, "to_gif": 171, "toast": 220, "todai": 101, "todo": [49, 69, 96, 101, 107, 108, 132, 136, 229], "todoapicontrol": 49, "todoitem": 49, "togeth": [10, 13, 15, 49, 62, 76, 77, 82, 90, 122, 129, 134, 152], "toggl": [25, 69, 78, 99, 132, 166, 179, 193, 198, 199, 226, 233], "toggleclass": 199, "togoogl": 20, "toic": 106, "token": [15, 17, 20, 22, 24, 29, 31, 44, 46, 60, 61, 70, 88, 101, 113, 115, 121, 128, 129, 131, 139, 140, 190, 192, 227, 229, 231, 232], "tolabel": 58, "tolanguag": [58, 116], "tom": 32, "toml": 152, "ton": 140, "tone": [76, 78, 79, 140], "too": [19, 20, 54, 56, 57, 58, 104, 118, 122, 132, 184, 204, 209, 210, 226, 231, 232], "took": [122, 125], "tool": [4, 5, 10, 14, 15, 16, 25, 27, 49, 71, 81, 82, 90, 93, 95, 113, 115, 118, 120, 140, 141, 142, 144, 151, 154, 183, 191, 201, 204, 220, 222, 226, 229], "tool_cal": 140, "tool_call_id": 140, "tool_messag": 140, "toolbar": 125, "toolkit": 159, "tooltip": [81, 227], "tootltip": 227, "top": [20, 21, 34, 37, 46, 48, 76, 89, 93, 112, 125, 131, 134, 151, 153, 167, 172, 183, 190, 199, 209, 243], "top_menu": 181, "topic": [43, 76, 140, 142], "topicstasktyp": [142, 231], "topmenu": [154, 181], "topmostparentid": 64, "torn": [17, 22], "total": [46, 61, 62, 63, 232], "totalitem": [46, 168, 177, 182], "totallytyp": 95, "totaltotransf": 70, "totaltransferredsofar": 70, "toto": 96, "touch": [90, 152, 190, 199], "toward": 239, "tr": 42, "trace": [29, 49, 122], "track": [37, 122, 125, 129, 188], "tracker": [5, 14, 204], "trademark": 14, "tradit": 221, "tradition": [21, 52, 152], "traffic": 19, "trail": [42, 76], "train": [18, 188], "trait": [37, 135, 145, 228, 238], "transact": [39, 97], "transcrib": [43, 137, 140], "transcribefil": 137, "transcript": [17, 22, 228], "transcriptionfailedev": [137, 231], "transcriptionsuccessfulev": [137, 231], "transfer": [8, 22], "transform": [11, 16, 33, 132, 154, 187, 223], "transifex": [4, 42, 81, 154], "transit": [194, 221, 226, 228], "translat": [4, 5, 14, 16, 28, 38, 43, 45, 75, 78, 84, 113, 115, 124, 129, 132, 134, 135, 140, 151, 155, 163, 183, 201, 217, 228, 231, 236], "translatablefil": 154, "translateplur": 154, "translation_templ": 154, "translationfil": [8, 42, 154], "translationtool": [8, 154, 167], "transmiss": 20, "transmit": 131, "transpar": [12, 14, 20, 44, 223], "transpil": 223, "transport": [22, 101, 152], "trap": 129, "trash": [67, 231], "trashbin": [18, 22, 65, 73, 75], "travers": 208, "treat": [40, 90, 204], "tree": [64, 82, 148, 194], "trev6tmyjlbj7hgdcpz": 10, "tri": [17, 19, 21, 22, 58, 97, 107], "triag": [12, 115, 185], "triager": [185, 204], "trick": [45, 98, 134, 190, 209], "trigger": [12, 17, 18, 20, 21, 22, 29, 30, 60, 73, 76, 81, 94, 96, 101, 104, 105, 122, 132, 153, 175, 178, 188, 199], "trigger_error": 98, "triggerinitialimport": 94, "trim": [42, 129], "tripl": 42, "trivial": 35, "troubl": 44, "troubleshoot": [75, 162, 163, 192], "true": [3, 15, 20, 21, 25, 27, 29, 30, 32, 34, 37, 40, 44, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 70, 82, 87, 90, 92, 93, 94, 95, 96, 98, 99, 101, 104, 107, 112, 116, 122, 128, 129, 131, 132, 134, 135, 136, 138, 140, 144, 145, 164, 170, 179, 186, 187, 189, 192, 209, 228, 229, 231, 232], "trust": [10, 15, 20, 113, 114, 135], "trusteddomainhelp": 232, "try": [0, 3, 8, 10, 20, 29, 32, 36, 37, 38, 41, 49, 81, 97, 98, 107, 112, 122, 125, 129, 133, 140, 141, 142, 145, 151, 161, 166, 184, 204, 234], "tsx": 154, "tt1446714": 129, "ttl": [19, 61], "ttransact": [37, 97, 228], "tune": 199, "tupl": [45, 144], "turn": [20, 32, 33, 42, 89, 140, 142, 146, 196, 199, 209], "tutori": [4, 34, 45, 75, 189, 190, 201, 206], "tweak": 140, "twice": [3, 17, 22], "twitter": [46, 124], "two": [1, 3, 5, 14, 15, 17, 18, 19, 20, 22, 23, 25, 33, 34, 42, 43, 44, 49, 63, 71, 72, 76, 81, 82, 85, 87, 88, 99, 101, 104, 106, 107, 110, 113, 116, 122, 129, 131, 132, 134, 149, 152, 158, 164, 167, 170, 179, 185, 186, 189, 190, 198, 199, 202, 204, 215, 222, 231, 232, 234, 235, 236], "twofactor": 5, "twofactor_backupcod": 40, "twofactor_test": 144, "twofactorauth": [144, 215, 229, 233], "twofactorproviderchallengefail": 229, "twofactorproviderchallengepass": 229, "twofactorproviderdis": 229, "twofactorproviderforuserdis": 229, "twofactorproviderforuseren": 229, "twofactorproviderforuserregist": 229, "twofactorproviderforuserunregist": 229, "twofactorprovideruserdelet": 229, "twofactortestprovid": 144, "tx": 16, "txt": [38, 61, 62, 69, 87, 103, 104, 110, 152, 209], "type": [5, 8, 13, 15, 16, 17, 20, 22, 28, 29, 31, 32, 36, 40, 42, 43, 45, 46, 50, 52, 53, 54, 56, 58, 59, 61, 62, 64, 66, 69, 73, 76, 80, 82, 84, 85, 87, 92, 94, 95, 96, 98, 101, 103, 104, 110, 112, 113, 114, 115, 120, 125, 126, 127, 129, 132, 134, 135, 136, 147, 148, 150, 151, 152, 153, 165, 167, 172, 174, 179, 181, 184, 185, 189, 190, 192, 195, 198, 199, 200, 209, 215, 220, 221, 222, 228, 229, 230, 231, 232, 233, 234, 237], "type_bool": 132, "type_int": [104, 132], "type_mor": 96, "type_new": 96, "type_setup": 96, "type_us": 132, "typeda": 93, "typehint": 215, "typeiconclass": 126, "typeof": 101, "typescript": [28, 115, 185, 190], "typestr": 126, "typic": [3, 16, 19, 20, 21, 32, 42, 61, 69, 80, 95, 101, 107, 116, 118, 131, 132, 137, 140, 141, 142, 154, 185, 190], "typing_in_psalm": 49, "typo": 8, "typographi": 78, "u": [33, 40, 42, 44, 46, 48, 63, 64, 66, 82, 96, 98, 101, 125, 129, 136, 152, 156, 161, 165, 169, 190, 192, 234, 240], "u29tzvnpz25lzerhdgffegftcgxl": 10, "ubuntu": 15, "ui": [5, 25, 46, 69, 70, 76, 77, 81, 99, 101, 115, 126, 129, 132, 135, 138, 151, 153, 154, 165, 166, 167, 172, 179, 181, 192, 194, 199, 228, 231, 235], "ui_exampl": [154, 167, 171, 181], "uid": [17, 18, 22, 37, 40, 44, 61, 106, 107, 146, 218], "uk": 118, "ul": [184, 193, 198, 199, 200], "umgehen": 5, "un": [61, 130], "unabl": [14, 49, 135], "unam": 152, "unannounc": 14, "unauthent": 101, "unauthor": [50, 59, 161, 209], "unauthorizedexcept": 140, "uncertain": [141, 142], "unchang": 69, "unclear": 206, "uncomput": 61, "undefin": [42, 73, 82, 101, 186, 234], "undefinedclass": 95, "undefineddocblockclass": 95, "under": [1, 14, 15, 20, 21, 61, 71, 76, 79, 82, 101, 122, 152, 154, 185, 189, 190, 222, 228, 243], "undergo": 105, "underli": [38, 82, 132, 231, 232], "underscor": [5, 20, 37, 54, 69, 94, 187, 190], "understand": [16, 20, 22, 42, 43, 49, 73, 82, 113, 114, 125, 131, 140, 150, 151, 161, 190, 206], "undo": [79, 185, 197], "unescap": [26, 209], "unexpect": [14, 22, 37, 188], "unexpectedli": 233, "unfamiliar": 21, "unfavor": 76, "unfortun": [192, 228], "unfreez": 185, "unhandl": 101, "unhappi": 204, "unicod": 42, "unifi": [47, 101, 115, 118, 132, 220, 221, 231, 233], "uniform": [101, 236], "uninstal": [5, 14, 130, 149, 154, 178], "unintend": 188, "unintent": 14, "unintention": 231, "union": 49, "uniqu": [20, 37, 44, 46, 61, 63, 69, 79, 92, 94, 96, 99, 101, 106, 121, 124, 132, 136, 140, 141, 144, 145, 165, 175, 188, 190, 204, 234], "unique_name_of_file_action_menu": 171, "unique_name_of_file_actions_menu": 171, "unique_name_of_script": 181, "unique_name_of_styl": 181, "unique_name_of_top_menu": 181, "uniqueconstraintviolationexcept": 234, "uniquememb": 218, "unit": [19, 21, 37, 70, 95, 98, 120, 185, 190, 201, 219, 241], "univers": [92, 129], "unix": [54, 56, 107, 121, 140, 185, 232, 236], "unixtim": 63, "unknown": [52, 61, 69, 81, 92, 101, 104, 231, 234, 240], "unknownactivityexcept": [69, 231], "unknownnotificationexcept": 231, "unless": [14, 20, 61, 81, 90, 92, 97, 122, 131, 139, 140, 141, 142, 152, 185, 193, 209, 211, 222, 238], "unlik": [61, 82, 156, 166, 169, 190], "unlimit": 61, "unnecessari": 42, "unnecessarili": 20, "unnot": 15, "unoffici": 222, "unpredict": [49, 130], "unpublish": 22, "unread": [61, 76, 77, 96, 148, 199], "unregist": [153, 172], "unregistercalendar": 224, "unrel": [76, 122, 231], "unsaf": [216, 229], "unselect": 195, "unset": [52, 69, 218], "unshar": [22, 61], "unsign": [10, 37, 136], "unsigned_fil": 82, "unsplash": 73, "unstabl": [86, 113], "unsubscrib": 232, "unsupport": [13, 101, 204], "unsur": 204, "until": [18, 20, 44, 48, 115, 132, 137, 141, 142, 166, 231], "untouch": [40, 222], "untranslat": 8, "untyp": 22, "unus": [29, 122, 211, 222, 233], "unvalid": 208, "unwillingli": 209, "up": [3, 5, 7, 8, 9, 14, 15, 18, 19, 20, 21, 41, 42, 44, 48, 49, 64, 76, 85, 89, 94, 95, 96, 106, 115, 122, 132, 134, 140, 141, 142, 148, 152, 153, 155, 163, 167, 185, 187, 190, 191, 192, 199, 201, 204, 206, 214, 225, 227, 229, 231, 232, 234, 241, 243], "upcom": [45, 85, 138, 233, 238], "updat": [3, 5, 8, 10, 12, 14, 15, 17, 18, 21, 22, 33, 37, 40, 42, 45, 48, 49, 50, 61, 64, 70, 73, 81, 82, 88, 89, 90, 93, 94, 96, 97, 102, 113, 115, 118, 122, 130, 134, 140, 152, 153, 162, 165, 168, 170, 177, 178, 188, 189, 190, 192, 223, 227, 228, 230, 231, 233, 234, 235, 236, 238, 239], "updateaccess": 94, "updateaccessdeclar": 94, "updateaccessop": 94, "updateaccessprovid": 94, "updatecachedcalendarobject": 221, "updatecalendar": 221, "updatecalendarobject": 221, "updatecard": 221, "updated_at": 129, "updatefilesmetadata": 104, "updateglobalindex": 93, "updategloballazi": 93, "updateglobalsensit": 93, "updateindex": 93, "updatelazi": [90, 93], "updatenotif": [5, 230], "updatesensit": [90, 93], "updateshar": 221, "updatesubscript": 221, "updatetodo": 49, "updateusermanag": 146, "upgrad": [10, 21, 40, 82, 89, 130, 189, 206, 212, 214], "upload": [10, 15, 16, 52, 65, 66, 71, 73, 75, 76, 81, 101, 104, 122, 154, 209, 230, 231], "upload_path": 62, "upload_tim": [61, 66], "uploadlimit": 233, "uploadoper": 70, "uploadremotefileoper": 70, "upon": [6, 21, 82, 105, 107, 116, 117, 134, 137, 142, 206], "upper": [77, 82], "uppercamelcas": 187, "uppercas": [1, 20, 30, 42, 81, 89], "upscal": [171, 174], "upscaled_image_nam": 174, "upscaler_exampl": 171, "upstream": [222, 229], "upvot": 188, "urandom": 62, "urgenc": 90, "urgent": [14, 96], "uri": [52, 70, 106, 107, 108, 140], "url": [5, 7, 13, 19, 20, 21, 24, 27, 28, 31, 32, 37, 43, 44, 46, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 69, 70, 73, 76, 82, 94, 96, 99, 101, 105, 106, 108, 115, 124, 126, 128, 129, 131, 132, 133, 135, 153, 154, 165, 169, 171, 172, 174, 178, 179, 181, 189, 190, 192, 194, 209, 215, 231, 240, 243], "url_regex_no_modifi": 230, "urlencod": [20, 44], "urlgener": [28, 31, 34, 96, 124, 132, 134, 135, 147, 215, 232], "urlparam": [21, 25, 30, 36, 49, 96, 99, 110, 124, 126, 145], "urlparamet": 33, "urn": 64, "us": [0, 1, 2, 3, 5, 8, 10, 14, 15, 16, 17, 18, 19, 22, 25, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 52, 55, 56, 57, 60, 61, 62, 63, 64, 66, 69, 70, 71, 72, 73, 76, 77, 79, 81, 85, 87, 89, 90, 92, 93, 95, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 110, 112, 113, 115, 116, 118, 119, 120, 122, 123, 124, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 158, 160, 161, 162, 164, 165, 166, 167, 170, 171, 173, 174, 175, 176, 179, 184, 185, 187, 188, 189, 190, 192, 193, 194, 195, 196, 198, 199, 200, 202, 209, 211, 213, 215, 217, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243], "usabl": [79, 129, 185], "usag": [15, 21, 28, 35, 42, 65, 76, 86, 95, 107, 113, 125, 131, 154, 173, 175, 185, 188, 194, 196, 221, 222, 225, 232, 233, 241], "use_path_styl": 192, "use_ssl": 192, "usebackend": 233, "usecas": 232, "usedock": 243, "user": [0, 1, 5, 6, 8, 10, 13, 16, 18, 21, 25, 29, 32, 34, 35, 37, 38, 39, 43, 45, 50, 52, 56, 57, 58, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 75, 77, 78, 79, 81, 82, 83, 84, 86, 90, 92, 93, 94, 98, 99, 101, 104, 105, 106, 107, 109, 110, 111, 113, 115, 117, 119, 121, 122, 124, 128, 129, 131, 132, 133, 135, 139, 140, 141, 144, 149, 150, 153, 155, 156, 160, 162, 165, 167, 170, 172, 174, 176, 178, 179, 186, 187, 188, 189, 190, 191, 192, 194, 199, 200, 201, 204, 209, 215, 218, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 233, 235, 240, 243], "user1": [48, 69, 110], "user123": 146, "user2": [48, 110], "user3": 48, "user_ag": 44, "user_id": 40, "user_ldap": [17, 134, 221, 229], "user_oidc": 119, "user_prefer": 25, "user_saml": 192, "user_statu": [54, 239], "useraddedev": 229, "userbackendregist": 221, "usercach": 232, "userchangedev": 229, "userconfig": [91, 113, 114], "userdeletedev": 229, "userdeletedlisten": 0, "userfacingprocessingexcept": 140, "userfirsttimeloggedinev": 229, "userfold": 38, "usergrouplist": 193, "userid": [1, 17, 21, 22, 29, 36, 46, 50, 54, 56, 57, 63, 70, 87, 93, 94, 96, 110, 116, 121, 124, 137, 138, 140, 141, 142, 146, 164, 170, 171, 190, 218, 227, 229, 233], "useridassignedev": 232, "useridunassignedev": 232, "userloggedinev": 224, "usermanag": [1, 31, 146, 232], "usermigr": [145, 228], "usermigrationexcept": 145, "usermountaddedev": 233, "usermountcach": 232, "usermountremovedev": 233, "usermountupdatedev": 233, "usernam": [44, 46, 61, 66, 70, 146, 156, 186, 190, 192, 209], "useroidc": 119, "userratelimit": 20, "userratethrottl": 20, "userremovedev": [221, 229], "userservic": 146, "usersess": [38, 146, 232], "userset": [186, 234], "usersingroup": 228, "userstatu": 138, "userupd": 229, "userupdatedev": 229, "usesess": 227, "usestrictdynam": 20, "usestrictdynamiconscript": [20, 229], "usetokenscop": 101, "usr": [15, 82, 98, 152], "usual": [10, 15, 20, 21, 22, 25, 42, 49, 61, 71, 76, 90, 99, 122, 136, 140, 148, 151, 154, 162, 165, 185, 188, 190, 199, 204, 232], "utc": 143, "utf": [5, 61, 64, 66, 104, 107], "util": [0, 18, 21, 22, 25, 30, 31, 82, 96, 113, 114, 115, 126, 127, 129, 143, 145, 152, 153, 166, 182, 190, 197, 211, 215, 216, 218, 221, 223, 227, 228, 229, 231, 232, 233, 235], "uuid": [63, 106], "ux": [79, 185, 200], "uxi": 10, "v": [16, 46, 61, 82, 126, 129, 149, 192, 232, 243], "v1": [3, 5, 20, 33, 43, 44, 46, 50, 51, 52, 53, 54, 59, 87, 96, 101, 107, 166, 168, 169, 170, 171, 173, 174, 175, 177, 179, 180, 181, 182, 222, 231, 233], "v12": 223, "v14": 223, "v2": [3, 20, 33, 43, 46, 48, 50, 51, 52, 54, 56, 57, 58, 59, 65, 75, 87, 96, 101, 129, 131, 132, 153, 171, 221, 233, 240], "v3": [16, 185], "v30": 5, "v31": [5, 93], "v32": 92, "v33": 140, "v4": [220, 234], "val": 25, "valid": [5, 10, 17, 20, 22, 44, 46, 49, 54, 61, 73, 76, 90, 95, 97, 101, 105, 107, 113, 114, 115, 119, 123, 128, 152, 153, 164, 186, 192, 194, 199, 204, 209, 215, 231, 233, 242], "validatefilenam": 234, "validatemailaddress": 233, "validateoper": 105, "validatepasswordpolicyev": 232, "validatesyncsetup": 8, "validationexcept": 140, "valu": [1, 2, 5, 14, 17, 20, 22, 25, 26, 28, 29, 34, 37, 39, 43, 45, 46, 52, 54, 59, 61, 69, 76, 81, 87, 92, 94, 96, 98, 99, 101, 104, 107, 110, 120, 122, 124, 125, 131, 132, 134, 139, 140, 141, 145, 148, 153, 166, 170, 172, 173, 174, 179, 181, 186, 187, 190, 192, 194, 195, 199, 200, 218, 220, 222, 227, 230, 231, 233], "value1": 69, "value_is_arrai": 1, "value_non": 1, "value_opt": 1, "value_requir": 1, "valuetyp": [92, 93], "valwithfallback": 25, "vanilla": [186, 232], "var": [0, 1, 7, 22, 25, 29, 35, 40, 42, 103, 104, 106, 107, 122, 124, 125, 126, 130, 132, 134, 136, 138, 139, 146, 147, 149, 156, 165, 184, 189, 192, 194, 199, 209, 231], "var_dump": [123, 187], "vari": [43, 110, 189], "variabl": [15, 21, 24, 25, 26, 36, 41, 42, 70, 77, 78, 82, 86, 100, 107, 113, 132, 154, 158, 185, 188, 190, 197, 209, 227, 229, 231, 233, 243], "variant": [37, 76, 87, 194, 227, 233], "varieti": 98, "variou": [13, 20, 21, 38, 41, 61, 76, 83, 98, 115, 129, 131, 138, 150, 197, 235, 236], "vc": 82, "vcal": 107, "vcalendar": 107, "vcard": 108, "vcs_comment": 129, "vcs_issu": 129, "vcs_pull_request": 129, "vcvarsal": 82, "vdebug": 98, "ve": [7, 21, 156, 204, 214, 234], "vector": 209, "vein": 140, "vendor": [0, 3, 8, 16, 23, 89, 95], "vendor_script": 233, "vendor_styl": 23, "verb": [20, 21, 33, 42, 43, 64, 76, 81, 128, 131, 178, 190, 209, 240], "verbos": [21, 29], "veri": [0, 2, 3, 15, 16, 21, 23, 35, 44, 107, 122, 125, 128, 131, 140, 198, 199, 209], "verif": [10, 76, 152, 192], "verifi": [10, 99, 144, 152, 156, 161, 164, 179, 190, 192], "verify_peer_off": 192, "verifychalleng": 144, "verifymountpointev": 220, "verifypassword": [20, 128], "verifypath": 231, "versa": [37, 134], "versatil": 22, "version": [3, 5, 8, 10, 15, 17, 18, 20, 21, 22, 23, 25, 30, 33, 34, 37, 40, 42, 43, 44, 46, 48, 49, 50, 55, 56, 57, 58, 61, 63, 64, 65, 66, 69, 72, 73, 75, 82, 85, 89, 90, 92, 93, 94, 95, 96, 98, 99, 101, 104, 108, 110, 115, 116, 118, 120, 121, 122, 125, 127, 130, 131, 132, 134, 136, 137, 140, 141, 142, 145, 146, 149, 151, 154, 164, 165, 170, 171, 185, 189, 190, 191, 194, 196, 204, 206, 210, 212, 214, 217, 218, 220, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 238, 239, 240], "version2404date20220903071748": 40, "version30000date20240729185117": 40, "version_compar": 16, "versionnumb": 190, "versu": 188, "vertic": [43, 160], "vevent": 107, "vfc": 43, "vghlihf1awnrigjyb3duigzveapqdw1wcybvdmvycnrozsbsyxp5igrvzy4": 48, "via": [0, 8, 15, 16, 17, 20, 22, 25, 29, 40, 42, 44, 46, 49, 52, 54, 61, 64, 67, 68, 69, 72, 75, 76, 79, 82, 88, 99, 105, 108, 113, 115, 116, 119, 126, 128, 129, 132, 137, 140, 141, 142, 144, 147, 149, 151, 153, 154, 158, 171, 175, 178, 185, 190, 202, 207, 209, 222, 231, 233, 243], "vice": [37, 134], "video": [20, 21, 71, 137, 139, 140, 171, 184], "view": [5, 16, 17, 22, 31, 32, 40, 52, 69, 73, 76, 87, 96, 98, 129, 131, 132, 144, 186, 192, 193, 198, 219, 228, 237], "viewer": [47, 52, 76, 87, 129, 189, 219, 230, 234], "vim": [98, 149, 192], "vimeo": [3, 95], "violat": [14, 20, 49], "virtual": [82, 152], "visibility_contacts_onli": 233, "visibility_priv": 233, "visibility_publ": 233, "visibl": [5, 14, 20, 27, 38, 46, 76, 129, 135, 140, 181, 194, 229, 233], "visit": [124, 243], "visual": [76, 77, 190, 194, 199, 231], "vm": 96, "vnd": 43, "voic": 140, "void": [0, 1, 2, 19, 21, 22, 25, 29, 30, 31, 36, 37, 40, 42, 43, 49, 70, 92, 94, 96, 99, 101, 103, 104, 106, 107, 108, 110, 112, 116, 121, 124, 125, 126, 129, 132, 133, 135, 137, 138, 140, 141, 142, 145, 146, 147, 148, 227, 228], "volum": [149, 154, 162, 165], "vpn": 161, "vtodo": 107, "vue": [7, 8, 20, 25, 28, 73, 76, 81, 96, 105, 118, 126, 129, 151, 154, 190, 194, 196, 209, 226, 231, 232, 234, 235, 241], "vueelement": 129, "vuej": [73, 196], "vuerout": 154, "vuex": 154, "vulner": [12, 14, 188, 209], "w": [61, 243], "w3": [5, 79, 95, 108, 130], "w500": 129, "wa": [1, 10, 15, 16, 17, 20, 22, 49, 50, 52, 56, 57, 58, 61, 63, 64, 69, 82, 87, 90, 97, 101, 105, 106, 107, 115, 121, 122, 125, 129, 131, 132, 136, 137, 140, 141, 142, 144, 167, 204, 210, 213, 217, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238], "wai": [5, 15, 20, 21, 22, 25, 29, 37, 38, 40, 42, 46, 49, 52, 61, 79, 82, 87, 89, 90, 92, 93, 99, 107, 115, 119, 122, 125, 126, 129, 130, 131, 132, 134, 145, 149, 152, 154, 158, 159, 160, 167, 185, 189, 190, 194, 196, 199, 204, 209, 228, 229, 234, 243], "wait": [15, 25, 104, 115, 122, 161, 166, 188], "walin": 129, "walinej": 129, "want": [0, 3, 10, 14, 15, 18, 20, 22, 25, 29, 32, 33, 35, 46, 49, 53, 64, 70, 71, 76, 79, 82, 83, 89, 90, 92, 94, 95, 96, 99, 101, 105, 107, 115, 116, 118, 126, 127, 128, 129, 131, 140, 141, 142, 144, 149, 152, 154, 166, 171, 178, 185, 189, 190, 198, 199, 200, 205, 209, 214, 229, 231, 236, 240, 243], "warn": [10, 17, 22, 29, 49, 76, 77, 82, 87, 90, 92, 122, 130, 131, 135, 156, 186, 187, 192, 194, 220, 222, 233], "wasm": 229, "wasn": [116, 224], "watch": [14, 21, 100, 113, 122, 190, 239, 243], "watermark": [140, 234], "wave": 79, "wcag": 79, "we": [2, 8, 9, 14, 15, 18, 34, 37, 40, 42, 43, 44, 49, 62, 63, 72, 73, 82, 95, 105, 107, 110, 115, 118, 122, 124, 126, 128, 129, 135, 140, 141, 142, 147, 149, 150, 151, 152, 154, 157, 158, 165, 169, 175, 184, 185, 186, 188, 189, 193, 195, 198, 199, 200, 202, 204, 205, 211, 215, 218, 220, 222, 223, 226, 227, 229, 232, 233, 234, 239, 240], "weather": 176, "web": [20, 23, 25, 27, 32, 42, 44, 46, 74, 86, 87, 98, 101, 112, 113, 122, 129, 130, 131, 135, 156, 191, 192, 204, 209, 231, 232, 234, 243], "web_compon": 234, "webassembli": 229, "webauthn": 241, "webbrows": 44, "webdav": [2, 17, 22, 44, 46, 64, 66, 67, 68, 73, 74, 75, 102, 107, 113, 114, 115, 122, 171, 201, 227, 232, 233], "webfing": 222, "webfingerhandl": 147, "webhook": [140, 231, 234], "webhook_listen": 231, "webkit": 101, "webpack": [115, 118, 220, 223, 231], "webpag": 44, "webroot": [21, 209, 220, 227], "webserv": [135, 149, 153, 165], "websit": [5, 20, 46, 79, 95, 124, 129, 131, 179, 209, 222], "websocket": 154, "webview": [75, 113], "wed": 61, "week": [139, 188], "weekend": 14, "weekli": [101, 139], "weight": [77, 231], "welch": 5, "welcom": [14, 122, 125, 202, 212, 240], "well": [0, 10, 14, 16, 20, 22, 42, 46, 52, 76, 80, 82, 95, 96, 107, 124, 125, 126, 128, 129, 131, 134, 137, 140, 145, 147, 188, 189, 192, 202, 204, 214, 225, 228, 229, 231, 232, 233, 234], "wellknown": 147, "went": [29, 81, 141, 142, 204, 226], "were": [10, 29, 33, 40, 79, 93, 116, 128, 129, 131, 148, 204, 210, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 233, 234, 235, 238, 239], "wescan": 42, "wget": 152, "what": [14, 16, 20, 21, 49, 62, 70, 77, 79, 80, 81, 82, 96, 105, 106, 107, 115, 122, 125, 131, 140, 141, 142, 148, 166, 185, 187, 188, 190, 197, 202, 204, 209, 222, 228], "whatev": [15, 20, 107, 147, 190, 200], "whats_new": 234, "whatsnew": 234, "whatsnewcontrol": 234, "when": [0, 1, 3, 6, 10, 14, 15, 16, 17, 18, 21, 22, 25, 27, 29, 30, 33, 35, 36, 37, 40, 41, 42, 43, 44, 46, 48, 49, 52, 54, 56, 57, 58, 60, 61, 69, 70, 76, 77, 79, 81, 82, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 107, 113, 114, 115, 118, 119, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 137, 138, 140, 141, 142, 144, 152, 153, 156, 159, 162, 165, 166, 168, 169, 171, 178, 179, 184, 185, 188, 189, 190, 194, 198, 199, 204, 206, 209, 213, 215, 221, 222, 223, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 239, 243], "whenev": [22, 76, 96, 124, 127, 144, 145, 152, 188], "where": [0, 5, 10, 13, 18, 20, 21, 25, 29, 37, 44, 46, 49, 61, 62, 63, 66, 70, 76, 81, 82, 89, 90, 95, 97, 99, 104, 106, 115, 122, 125, 129, 131, 132, 144, 148, 149, 150, 154, 165, 171, 178, 180, 185, 188, 190, 192, 203, 204, 209, 222, 227, 228, 229, 231, 233, 234], "wherea": 144, "wherev": [21, 82, 83], "whether": [0, 31, 34, 49, 53, 56, 58, 61, 69, 96, 101, 105, 116, 132, 134, 136, 140, 144, 181, 188, 190, 213, 226, 231, 232, 233, 234], "which": [0, 1, 3, 5, 7, 8, 10, 14, 15, 16, 17, 20, 22, 25, 26, 28, 29, 32, 33, 37, 38, 40, 42, 43, 44, 47, 49, 50, 52, 61, 63, 69, 71, 72, 76, 80, 82, 89, 90, 94, 95, 96, 97, 98, 101, 104, 105, 107, 110, 115, 116, 119, 122, 125, 126, 129, 130, 131, 132, 135, 136, 137, 140, 141, 142, 143, 149, 150, 151, 152, 154, 156, 160, 161, 165, 166, 167, 169, 171, 175, 179, 185, 187, 189, 190, 192, 193, 194, 198, 199, 204, 209, 211, 222, 226, 227, 228, 231, 232, 233, 234, 235, 243], "while": [15, 20, 21, 22, 38, 40, 42, 44, 46, 56, 58, 76, 81, 82, 87, 96, 97, 98, 101, 105, 107, 122, 130, 140, 151, 152, 161, 186, 194, 204, 206, 220, 228, 234], "white": [42, 46, 187, 195, 200], "whiteboard": 101, "whitelist": [17, 20, 22], "whitespac": [42, 98], "who": [10, 14, 20, 29, 46, 69, 79, 101, 107, 132, 140, 153, 185, 204, 206, 231], "whoami": 82, "whoever": 204, "whole": [48, 49, 62, 77, 148, 193, 198], "whom": 12, "whose": [29, 166], "why": [20, 33, 125, 186, 187, 188], "wide": [21, 25, 37, 76, 118, 185, 190, 194, 231], "widget": [17, 22, 86, 113, 126, 230], "widget_url": 96, "widgetbutton": 96, "widgetitem": 96, "widgetopt": 96, "width": [17, 22, 77, 129, 184, 186, 194, 229], "wiki": [5, 82, 136], "wikipedia": [5, 136], "wild": 142, "willing": [188, 204], "win": 82, "win32": 82, "window": [18, 20, 83, 101, 154, 218, 234], "winter": 43, "wipe": [75, 201], "wire": [1, 41, 89, 90], "wise": [20, 122, 209, 233], "wiser": [141, 142], "wish": [82, 199, 204], "with_doc": 82, "withfield": 233, "within": [8, 10, 15, 20, 21, 49, 52, 56, 61, 63, 64, 70, 76, 82, 85, 88, 99, 101, 106, 107, 113, 134, 135, 148, 150, 153, 156, 175, 202, 218, 230, 231, 232, 234], "without": [3, 5, 20, 21, 37, 40, 41, 42, 43, 49, 51, 61, 64, 76, 81, 82, 85, 96, 98, 99, 101, 104, 107, 122, 123, 129, 131, 140, 149, 152, 153, 156, 166, 178, 188, 189, 190, 206, 209, 210, 224, 228, 229, 231, 232, 233, 236, 241, 243], "withtimezon": [127, 143], "won": [10, 14, 16, 42, 61, 96, 124, 152, 204, 215, 220, 221], "wonder": 49, "wopi": 101, "word": [1, 30, 42, 69, 76, 78, 81, 105, 129, 185, 186], "wordprocessingml": 43, "work": [1, 3, 8, 13, 14, 15, 16, 18, 20, 28, 32, 37, 38, 44, 46, 49, 52, 60, 61, 71, 76, 79, 82, 89, 96, 98, 104, 106, 107, 113, 114, 115, 122, 125, 126, 128, 130, 132, 134, 135, 144, 148, 151, 154, 156, 159, 160, 162, 166, 167, 175, 185, 186, 191, 194, 204, 206, 213, 222, 225, 228, 229, 231, 233, 235, 236, 242], "workaround": 82, "workdir": 152, "worker": [140, 160, 229], "workflow": [3, 15, 17, 20, 22, 81, 95, 105, 113, 151, 152, 165, 171, 201, 232], "workflow_ocr_backend": 152, "workflowengin": [105, 219, 221, 228, 229], "workflowpdfconvert": 105, "workspac": [61, 96, 239], "world": [42, 43, 130, 190], "worri": [21, 49, 222], "would": [0, 5, 7, 8, 14, 20, 21, 25, 30, 33, 37, 40, 41, 44, 46, 61, 72, 77, 89, 105, 106, 107, 116, 130, 131, 132, 134, 135, 137, 140, 141, 142, 150, 166, 187, 189, 196, 204, 209, 228, 230, 232, 243], "wrap": [1, 20, 29, 33, 94, 122, 143, 198, 229, 232, 240], "wrapper": [49, 97, 123, 193, 198, 228, 232, 237], "writabl": [7, 61, 107, 152, 167, 189, 209], "writablecalendar": 106, "write": [2, 8, 10, 15, 20, 21, 28, 29, 33, 35, 37, 41, 43, 49, 61, 77, 78, 82, 86, 90, 97, 99, 105, 106, 113, 129, 135, 140, 141, 150, 151, 152, 154, 184, 190, 201, 202, 209, 232], "writecontenttofil": 38, "writeln": [1, 145], "writelog": 229, "written": [5, 18, 20, 22, 29, 37, 42, 77, 107, 115, 141, 154, 167, 185, 190, 206, 239], "wrong": [8, 29, 33, 42, 49, 52, 70, 76, 81, 141, 142, 204], "wrongli": [42, 122], "www": [5, 7, 8, 20, 33, 40, 42, 95, 97, 108, 118, 125, 129, 130, 136, 156, 165, 189, 190, 192, 219, 220, 221, 231, 243], "wwwrun": 189, "x": [8, 10, 16, 20, 40, 44, 46, 48, 49, 60, 61, 62, 63, 64, 66, 69, 74, 96, 101, 125, 129, 132, 152, 188, 209, 222, 229, 232, 234, 238], "x3mucdk9lcfo1uwgtrtfkuxskx41pnjgtr6rqwgibd1v52q1qbc": 10, "x509": 192, "x64": 82, "x86": 82, "xarg": 95, "xcode": 82, "xdebug": [100, 113], "xdebug_config": 98, "xdebug_profil": 62, "xdebug_session_start": 98, "xhr": [125, 209], "xml": [1, 3, 5, 6, 13, 20, 21, 22, 32, 34, 37, 41, 44, 46, 52, 53, 61, 64, 66, 69, 89, 104, 107, 108, 120, 130, 131, 134, 144, 151, 154, 156, 167, 176, 178, 183, 189, 231, 232, 234, 240], "xmlhttprequest": 61, "xmln": [5, 61, 64, 66, 95, 104, 108, 130], "xmlreader": 242, "xmlrespons": 20, "xmlschema": [5, 95, 108, 130], "xmlstarlet": 154, "xsd": [3, 5, 95, 108, 130], "xsi": [3, 5, 95, 108, 130], "xss": [26, 209], "xx": 222, "xxx": 232, "xxxx": 199, "xzf": 152, "y": [1, 16, 62, 69, 132, 192, 232, 234, 238], "yaml": 15, "ye": [1, 81, 87, 104, 131, 186, 188, 192], "year": [14, 185, 211, 230, 238, 240], "yet": [5, 7, 20, 25, 40, 50, 56, 61, 107, 115, 122, 135, 144, 174, 185, 186, 206, 239], "yield": [33, 49, 120, 135], "yieldent": 231, "yktva4zgxjfivy52wqd8kw3m2pkgqr6srmuxmiprdunxjpfripjn0gmfmtnoqoolysuj6scn": 44, "you": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 69, 70, 71, 72, 73, 76, 79, 82, 83, 87, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 104, 105, 106, 107, 115, 116, 118, 120, 122, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 137, 140, 141, 142, 143, 144, 145, 149, 150, 151, 152, 153, 154, 156, 158, 159, 161, 162, 164, 165, 166, 167, 169, 171, 173, 175, 179, 185, 186, 187, 189, 191, 192, 193, 194, 195, 196, 198, 199, 200, 203, 206, 209, 211, 212, 214, 215, 217, 218, 219, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239, 240, 241, 243], "your": [0, 2, 3, 5, 7, 8, 9, 11, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41, 45, 46, 48, 61, 62, 63, 64, 69, 70, 75, 76, 79, 81, 82, 83, 87, 89, 90, 93, 94, 95, 96, 97, 98, 99, 101, 102, 104, 105, 106, 107, 110, 113, 115, 116, 118, 122, 125, 126, 128, 130, 131, 132, 134, 135, 136, 137, 139, 140, 141, 142, 148, 149, 151, 153, 154, 155, 156, 160, 161, 164, 165, 166, 167, 171, 179, 184, 185, 186, 187, 188, 189, 190, 192, 193, 194, 195, 198, 199, 200, 201, 204, 206, 209, 213, 214, 217, 218, 219, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239, 240, 243], "your_app": 25, "your_app_": 134, "your_app_categori": 134, "your_app_mag": 134, "yourapp": [25, 134, 186, 190, 240], "yourappid": [134, 193], "yourappnam": [107, 190], "yourappnamespac": 134, "yourarch": 82, "yourpass": 82, "yourself": [8, 20, 29, 38, 43, 89, 185, 188, 190, 233], "yourselv": 190, "youtub": [184, 243], "yyyi": [50, 52], "yyyymmddhhmmss": 40, "z": [69, 231, 234, 238], "z87agy2o": 96, "zend_extens": 98, "zero": 122, "zip": [15, 43, 61, 63, 232, 242], "ziprespons": 232, "zone": 76}, "titles": ["Bootstrapping", "occ commands", "Extending the DAV server", "Dependency management", "App development", "App metadata", "Navigation and pre-app configuration", "Introduction", "Translation", "Tutorial", "Code signing", "App publishing and maintenance", "Maintainers", "Monetizing your app", "The Nextcloud app store rules", "Release Automation", "Release process", "OCP\\Accounts\\UserUpdatedEvent", "Background jobs (Cron)", "Caching", "Controllers", "Containers / Dependency Injection", "Events", "CSS", "Front-end", "JavaScript", "Templates", "Theming support", "Basic concepts", "Logging", "Middlewares", "Public share template", "Request lifecycle", "Routing", "Settings", "AppData", "Configuration", "Database access", "Nextcloud filesystem API", "Storage and database", "Migrations", "Testing", "Translations", "Client Integration", "Login Flow", "OCS API", "OCS APIs overview", "Assistant OCS API", "OCS FullTextSearch Collection API", "OCS OpenAPI tutorial", "OCS Out-of-office API", "OCS Recommendations API", "OCS Share API", "OCS Sharee API", "OCS Status API", "OCS TaskProcessing API", "OCS Text-To-Image API", "OCS TextProcessing API", "OCS Translation API", "OCS user preferences API", "Remote wipe", "Basic File & Folder Operations", "File bulk upload", "Chunked file upload", "Comments", "WebDAV", "Search", "Trashbin", "Versions", "Activity API", "Examples", "Android", "Library installation", "Files", "General", "Clients and Client APIs", "Components", "Foundations", "Design", "Introduction", "Layout", "Writing guide", "Building the Client", "Desktop Clients", "AI & Machine Learning", "API reference", "APIs & Integration", "Integrating the assistant", "Users & Authentication", "Classloader", "AppConfig", "Config & Preferences", "Lexicon", "UserConfig", "Context Chat", "Continuous Integration", "Dashboard", "Deadlocks", "Debugging", "Declarative settings", "Development Tools", "Direct editing", "Search & Discovery", "Email", "Files Metadata", "Nextcloud Flow", "Calendar integration", "Integration of custom calendar providers", "Contacts Menu", "Groupware integration", "Mail Provider Interface", "Groupware & Workflows", "HTTP Client", "Digging deeper", "Server Internals", "JavaScript APIs", "Machine Translation", "Notifications", "NPM", "OpenID Connect (Oidc)", "Open Metrics exporter", "Out-of-office periods", "Performance considerations", "Phone number util", "Profile", "Profiler", "Projects", "PSR", "Public Pages", "Reference providers", "Repair steps", "REST APIs", "Search", "Security", "Settings", "Setup checks", "Snowflake IDs", "Speech-To-Text", "User Status", "Talk Integration", "Task Processing", "Text-To-Image", "Text Processing", "Working with time", "Two-factor providers", "User migration", "User management", "Web Host Metadata", "WebDAV collection preload events", "Setting up dev environment", "Introduction", "ExApp development", "Adapting ExApps to HaRP", "ExApp lifecycle", "ExApp overview", "Development overview", "Corporate Proxy - Permanent Settings for PHP CLI", "Docker Container Registry", "Docker Socket Proxy", "GPU support", "Scaling", "Troubleshooting", "Frequently Asked Questions", "ExApp development", "Authentication", "Deployment", "App Installation Flow", "Translations", "AppConfig", "Events Listener", "ExApp", "File Actions Menu", "AppAPI Nextcloud APIs", "Logging", "Notifications", "OCC Command", "Other OCS APIs", "Preferences", "Routes", "Declarative Settings", "Talk bots", "Top Menu Entry", "Miscellaneous OCS APIs", "Technical details", "CSS and HTML coding standards", "Coding style & general guidelines", "JavaScript and Typescript", "PHP coding standards", "Development process", "Development environment", "Glossary", "Getting started", "How to test \u2026", "Main content", "CSS", "HTML elements", "Icons", "HTML/CSS guidelines", "Content list", "Introduction", "Popover menu", "Nextcloud developer documentation", "Code reviews on GitHub", "Bugtracker", "Nextcloud bug triaging", "Code of conduct", "Compatibility with the app ecosystem", "Help and communication", "Prologue", "Security guidelines", "Critical changes", "Deprecations", "Release notes", "New in this release", "Previous release notes", "Upgrade to Nextcloud 14", "Upgrade to Nextcloud 15", "Upgrade to Nextcloud 16", "Upgrade to Nextcloud 17", "Upgrade to Nextcloud 18", "Upgrade to Nextcloud 19", "Upgrade to Nextcloud 20", "Upgrade to Nextcloud 21", "Upgrade to Nextcloud 22", "Upgrade to Nextcloud 23", "Upgrade to Nextcloud 24", "Upgrade to Nextcloud 25", "Upgrade to Nextcloud 26", "Upgrade to Nextcloud 27", "Upgrade to Nextcloud 28", "Upgrade to Nextcloud 29", "Upgrade to Nextcloud 30", "Upgrade to Nextcloud 31", "Upgrade to Nextcloud 32", "Upgrade to Nextcloud 33", "Upgrade to Nextcloud 34", "Nextcloud filesystem API", "Nextcloud architecture", "Back-end code", "Front-end code", "External API", "Server development", "Static analysis", "Unit-Testing"], "titleterms": {"": [54, 89], "0": [127, 151, 222, 227, 228, 231], "1": [40, 42, 110, 151, 156, 225, 234], "11": [127, 221], "14": 215, "15": 216, "16": 217, "17": 218, "18": 219, "19": 220, "2": [40, 42, 110, 156, 227], "20": [0, 127, 221], "21": 222, "22": 223, "23": 224, "24": 225, "25": 226, "26": 227, "27": 228, "28": 229, "29": 230, "3": [40, 42, 110, 127, 151, 221, 229], "30": 231, "31": 232, "32": 233, "33": 234, "34": 235, "4": [127, 151, 227, 232], "401": 223, "5": [151, 234], "6": 151, "7": 227, "8": [190, 222, 225, 227, 229, 231, 232, 234], "A": 61, "Be": 14, "In": [19, 149], "NOT": 49, "No": 186, "Not": 10, "The": [0, 14, 15, 16, 35, 94, 96, 101, 107, 125, 190], "To": [56, 137, 141], "With": 61, "abort": 63, "about": [52, 61, 189], "abstractcacheev": [17, 22], "acceler": 151, "accept": 52, "access": [21, 37, 38, 106, 107, 108, 121], "account": [17, 22, 48], "acl": 107, "acquir": 112, "action": [15, 43, 76, 81, 108, 124, 171], "activ": 69, "activat": 144, "actual": 60, "ad": [6, 21, 38, 40, 42, 186, 213, 215, 227, 228, 229, 230, 231, 232, 233, 234], "adapt": 152, "add": [10, 49, 72, 181, 186], "addcontentsecuritypolicyev": [17, 22], "addfeaturepolicyev": [17, 22], "addhead": 49, "addit": 140, "addmissingcolumnsev": [17, 22], "addmissingindicesev": [17, 22], "addmissingprimarykeyev": [17, 22], "address": 82, "addressbookcreatedev": 22, "addressbookdeletedev": 22, "addressbookshareupdatedev": 22, "addressbookupdatedev": 22, "admin": [29, 99, 144], "advanc": [132, 140], "advantag": 21, "advic": 186, "affect": [10, 21, 206], "after": 16, "against": 135, "agent": 234, "ai": 84, "aio": 158, "ajax": [20, 190], "alias": 232, "align": [200, 235], "all": [49, 52, 54, 107, 243], "also": 101, "altern": 98, "alwai": 186, "an": [0, 7, 20, 44, 52, 101, 107, 128, 130, 140, 144, 152], "analysi": [95, 242], "android": [42, 71], "annot": [30, 227], "anyloginfailedev": [17, 22], "anymor": 10, "anywher": 21, "api": [38, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 69, 75, 85, 86, 90, 93, 96, 101, 104, 107, 115, 116, 128, 129, 131, 137, 140, 141, 142, 149, 172, 176, 182, 190, 196, 210, 213, 215, 216, 217, 219, 220, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 240], "app": [0, 4, 5, 6, 7, 10, 11, 13, 14, 16, 17, 22, 25, 36, 43, 44, 48, 56, 89, 92, 98, 115, 121, 125, 129, 132, 161, 166, 168, 189, 190, 199, 206, 221, 222, 234], "appapi": [149, 153, 158, 164, 172], "appapiauth": 164, "appconfig": [90, 168], "appdata": [35, 236], "appdisableev": [17, 22], "appenableev": [17, 22], "appframework": [17, 22, 90], "appinfo": 190, "applic": [0, 165, 190, 235], "appstor": 151, "appupdateev": [17, 22], "ar": 233, "architectur": [7, 237], "area": [76, 231], "argument": [1, 165], "around": 186, "arrai": [29, 186, 187], "arrow": 186, "art": 131, "ask": 162, "assembl": 63, "assembli": 21, "assist": [47, 77, 87], "associ": 107, "attach": 103, "attribut": [37, 52, 132, 190, 227], "audit": [17, 22, 29], "auth": [115, 144, 209], "authent": [17, 20, 22, 46, 88, 128, 153, 157, 164, 240], "auto": [21, 46], "autocomplet": [17, 22], "autocompleteev": [17, 22], "autocompletefilterev": [17, 22], "autoload": [89, 127], "autom": 15, "automat": [21, 188], "avail": [22, 29, 56, 57, 58, 196, 223, 227], "avatar": 76, "avoid": [97, 186], "axio": 115, "babel": 220, "back": [167, 210, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238], "backend": [20, 42, 154], "background": [18, 77, 104, 194], "backport": [8, 188], "backup": 54, "backward": 240, "bar": 195, "base": [20, 99, 104, 233], "basic": [20, 21, 28, 29, 61, 99, 103, 107, 198, 199, 200, 240], "been": 122, "befor": 16, "beforedirectfiledownloadev": [17, 22], "beforefilescannedev": [17, 22], "beforefilesystemsetupev": [17, 22], "beforefolderscannedev": [17, 22], "beforegettemplatesev": [17, 22], "beforegroupchangedev": [17, 22], "beforegroupcreatedev": [17, 22], "beforegroupdeletedev": [17, 22], "beforelogintemplaterenderedev": [17, 22], "beforemessageloggedev": [17, 22], "beforemessages": [17, 22], "beforenodecopiedev": [17, 22], "beforenodecreatedev": [17, 22], "beforenodedeletedev": [17, 22], "beforenodereadev": [17, 22], "beforenoderenamedev": [17, 22], "beforenodetouchedev": [17, 22], "beforenodewrittenev": [17, 22], "beforepasswordupdatedev": [17, 22], "beforepreferencedeletedev": [17, 22], "beforepreferencesetev": [17, 22], "beforepreviewfetchedev": [17, 22], "beforesabrepubliclyloadedev": [17, 22], "beforesharecreatedev": [17, 22], "beforesharedeletedev": [17, 22], "beforetemplaterenderedev": [17, 22], "beforeuseraddedev": [17, 22], "beforeusercreatedev": [17, 22], "beforeuserdeletedev": [17, 22], "beforeuseridunassignedev": [17, 22], "beforeuserloggedinev": [17, 22], "beforeuserloggedinwithcookieev": [17, 22], "beforeuserloggedoutev": [17, 22], "beforeuserremovedev": [17, 22], "beforezipcreatedev": [17, 22], "behavior": [90, 215, 218, 219, 228, 230], "benefit": 14, "best": [49, 148], "between": 186, "bodi": [66, 186, 221], "boolean": 223, "boot": 0, "bootstrap": [0, 221, 243], "border": [77, 231], "bot": 180, "brace": 186, "branch": [8, 16, 188], "break": 234, "brows": 87, "browser": 243, "brute": 20, "bu": 115, "bubbl": 76, "bucketcreatedev": [17, 22], "bug": [43, 204], "bugfix": 188, "bugtrack": 203, "build": [82, 118, 190, 239], "builder": 213, "built": 148, "bulk": 62, "bullet": 199, "button": [76, 81, 195, 199], "bypass": 209, "c": [42, 95], "cach": [17, 19, 22, 122, 125, 236], "cachedcalendarobjectcreatedev": 22, "cachedcalendarobjectdeletedev": 22, "cachedcalendarobjectupdatedev": 22, "cacheentryinsertedev": [17, 22], "cacheentryremovedev": [17, 22], "cacheentryupdatedev": [17, 22], "cacheinsertev": [17, 22], "cacheupdateev": [17, 22], "caldav": 107, "calendar": [17, 22, 106, 107], "calendarcreatedev": 22, "calendardeletedev": 22, "calendarobjectcreatedev": [17, 22], "calendarobjectdeletedev": [17, 22], "calendarobjectmovedev": [17, 22], "calendarobjectmovedtotrashev": [17, 22], "calendarobjectrestoredev": [17, 22], "calendarobjectupdatedev": [17, 22], "calendarpublishedev": 22, "calendarshareupdatedev": 22, "calendarunpublishedev": 22, "calendarupdatedev": 22, "call": [46, 101, 128], "callback": 22, "camelcas": 186, "capabl": [43, 46, 49, 69, 231], "card": 76, "cardcreatedev": 22, "carddeletedev": 22, "cardupdatedev": 22, "carefulli": 49, "case": 186, "cast": 20, "catchabl": 85, "caus": 156, "certain": 49, "chang": [15, 16, 40, 115, 206, 210, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 239, 240], "changelog": 5, "chat": 94, "cheat": 61, "check": [56, 69, 107, 135, 139, 189, 204], "checkbox": [76, 99, 195], "checker": 222, "chip": 76, "choos": 90, "christophwurst": 226, "chunk": 63, "class": [0, 1, 21, 22, 40, 99, 101, 107, 110, 186, 190, 194, 227, 228], "classload": 89, "clear": [50, 54], "cli": 156, "clickabl": 231, "clickjack": 209, "client": [42, 43, 71, 75, 82, 83, 96, 101, 112, 129, 228], "clock": 127, "cloud": 52, "cluster": [122, 192], "code": [1, 10, 15, 69, 70, 123, 184, 185, 186, 187, 188, 189, 202, 205, 209, 222, 236, 238, 239], "collabor": [17, 22], "collabora": 192, "collaps": 199, "collect": [48, 148], "color": [76, 77, 194, 196, 233], "column": [37, 223], "comma": 186, "command": [1, 33, 40, 42, 104, 175, 190, 223], "comment": [17, 22, 64, 81, 129, 187], "commentsentityev": [17, 22], "commentsev": [17, 22], "commit": 239, "common": 121, "commun": 207, "comparison": [131, 186], "compat": [115, 206, 238, 240], "compil": [82, 223], "complet": [20, 46, 60, 204], "compon": [69, 76, 105, 129, 186, 239], "compos": [3, 190], "concept": [28, 48, 90, 92, 93, 104, 128, 132, 190], "conclus": 149, "concurr": 20, "condit": [142, 186], "conduct": 205, "config": [8, 17, 22, 90, 91, 92, 93, 168, 177, 186], "configur": [6, 8, 18, 36, 105, 215], "confirm": 115, "conflict": 3, "connect": [20, 119], "consid": 49, "consider": [2, 20, 122, 152, 188, 204], "consist": [49, 186], "consol": [17, 22, 33, 40, 42], "consoleev": [17, 22], "constant": 90, "construct": 40, "consum": [85, 90, 93, 104, 110, 116, 137, 140, 141, 142], "contact": [17, 22, 108, 156], "contactinteractedwithev": [17, 22], "contain": [21, 30, 127, 157, 223], "content": [20, 67, 76, 94, 107, 186, 193, 198, 201], "contentitem": 94, "contentproviderregisterev": 94, "context": [29, 42, 94, 116, 137, 142], "continu": 95, "contribut": [125, 188], "control": [20, 21, 32, 49, 51, 129, 186, 187, 188, 190], "convent": [36, 184], "convers": 139, "convert": [44, 123], "cooki": [20, 153], "copi": 61, "cor": [131, 209], "core": [21, 25, 222, 224, 229], "corpor": 156, "correct": 42, "counter": [76, 199], "countri": 123, "creat": [1, 7, 20, 52, 61, 69, 70, 101, 106, 107, 110, 130, 139, 146, 161], "createj": 42, "creator": 101, "credenti": [44, 70], "critic": 210, "criticalactionperformedev": [17, 22], "cron": 18, "cross": [82, 209], "csp": [17, 22, 231], "csrf": [25, 190], "css": [23, 26, 27, 184, 194, 197, 219, 232], "curl": [46, 61], "current": 107, "custom": [20, 29, 37, 54, 107, 129, 139], "daemon": [149, 159], "daemonconfig": 165, "dangl": 186, "dashboard": 96, "data": [20, 29, 48, 49, 50, 94, 107, 121, 122, 129, 168, 170, 173, 177, 180, 182, 209, 240], "databas": [37, 39, 122, 125, 136, 189, 190, 222, 223], "date": [129, 189], "datetim": 76, "dav": [2, 22, 66], "db": [17, 22], "dbal": [222, 224, 229], "deactivat": 144, "deadlock": 97, "deal": 21, "debug": [98, 189, 243], "debugg": 98, "declar": [43, 99, 129, 132, 179], "declarativesettingsgetvalueev": [17, 22], "declarativesettingsregisterformev": [17, 22], "declarativesettingssetvalueev": [17, 22], "declin": 52, "decod": 136, "deeper": 113, "default": [20, 33, 129, 140, 234], "defin": [54, 135], "definit": [49, 186], "delet": [44, 52, 56, 59, 61, 67, 70, 104, 112, 139, 168, 177], "depend": [3, 21, 30, 72, 82, 190, 227, 229], "deploi": [149, 159, 165], "deploy": [82, 161, 165], "deprec": [211, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 233, 234, 235], "descript": 49, "design": [49, 78, 196], "desktop": [42, 83], "detail": [10, 92, 115, 164, 183, 200], "detect": 116, "determin": 204, "dev": [118, 149], "develop": [3, 4, 43, 71, 82, 100, 115, 151, 155, 163, 165, 188, 189, 190, 201, 206, 229, 241], "devic": 60, "di": 190, "dialog": 115, "did": 10, "diff": 186, "differ": 131, "dig": 113, "direct": [38, 46, 101], "directedit": [17, 22], "directori": [98, 209], "disabl": [20, 50, 125, 226], "discoveri": 102, "dispatch": [22, 85, 229], "displai": [87, 129], "distribut": [16, 19], "do": [10, 42, 49, 194, 204], "docker": [149, 157, 158, 166, 167], "dockerfil": 151, "doctrin": [222, 224, 229], "document": [8, 47, 48, 49, 101, 201, 206, 238, 243], "doe": 21, "domain": 133, "don": [42, 194], "donat": 13, "down": 10, "download": [20, 46, 52, 61, 70], "drag": 199, "drop": 199, "dropdown": 76, "dsp": 158, "duplic": 204, "e": 82, "ecosystem": 206, "edit": [7, 101, 156, 199], "editor": 101, "element": [69, 77, 194, 195], "email": [44, 52, 103, 192], "emit": 148, "emitt": 22, "emoji": 76, "empti": [49, 67, 76, 161], "enabl": [7, 21, 125, 153, 159, 166, 170, 189], "encount": 190, "end": [24, 167, 210, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239], "endpoint": [43, 49, 64, 69], "enterpris": 13, "entiti": [37, 105, 190, 225], "entri": [6, 92, 107, 179, 181, 199], "enum": 140, "environ": [20, 149, 151, 156, 165, 189], "error": [10, 20, 49, 74, 98, 112], "escal": 209, "eslint": 186, "event": [2, 6, 17, 22, 29, 69, 73, 94, 99, 104, 106, 107, 115, 121, 125, 137, 140, 141, 142, 148, 169, 223, 229, 230, 233, 234], "eventdispatch": [17, 22], "exampl": [3, 43, 64, 66, 69, 70, 73, 129, 147, 148, 152, 165, 171, 175, 178, 202], "exapp": [42, 151, 152, 153, 154, 159, 161, 163, 165, 170, 171, 180, 190], "except": [29, 49, 240], "exceptionalimplement": 85, "exchang": 119, "exclud": 8, "execut": [40, 209], "exist": [7, 107, 139], "expens": [130, 213], "explicit": [49, 186], "export": 120, "expos": [43, 49], "exposur": 209, "extend": [2, 25, 129], "extens": 242, "extern": [99, 107, 132, 189, 190, 192, 240], "extract": 33, "factor": 144, "factori": 223, "fail": 161, "faq": 10, "fast": 142, "favorit": 61, "featurepolici": [17, 22], "feder": [17, 22, 52], "federatedfileshar": 22, "federatedshareaddedev": 22, "fetch": [50, 51, 54, 56, 57, 107, 132], "field": [69, 76, 99], "file": [3, 8, 17, 20, 22, 25, 29, 35, 38, 52, 54, 61, 62, 63, 68, 70, 73, 76, 87, 101, 104, 115, 156, 171, 209, 231, 232, 234], "filecacheupd": [17, 22], "filecreatedfromtemplateev": [17, 22], "filenam": 186, "files_shar": 22, "files_trashbin": 22, "filescannedev": [17, 22], "filesmetadata": [17, 22], "filesystem": [22, 35, 38, 186, 236], "filesystemtorndownev": [17, 22], "filter": [46, 69], "final": 204, "find": 204, "first": [43, 48], "flag": 90, "flow": [44, 105, 164, 166, 171], "folder": [35, 52, 61, 70], "folderscannedev": [17, 22], "follow": 16, "font": [77, 231], "forc": [20, 46], "forgeri": 209, "form": 134, "format": [123, 223], "formatt": 76, "forum": 207, "foundat": 77, "frequent": 162, "from": [3, 20, 21, 33, 38, 48, 52, 67, 87, 121, 128, 151, 161, 218, 221, 227], "front": [24, 32, 167, 210, 215, 216, 217, 218, 219, 220, 221, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 239], "frontend": [154, 190], "fulltextsearch": 48, "function": [186, 187], "further": [69, 243], "gather": 189, "gender": 81, "gener": [25, 40, 49, 74, 81, 82, 119, 125, 129, 136, 141, 147, 185, 186, 190, 194, 204, 215, 223, 225, 226, 227, 228, 229, 230, 231, 233], "generatesecurepasswordev": [17, 22], "genericev": [17, 22], "get": [10, 20, 38, 48, 52, 57, 58, 61, 70, 92, 99, 107, 112, 119, 122, 123, 125, 129, 168, 170, 177, 182, 189, 191, 209, 243], "getlinkwithpick": 129, "getquotaev": [17, 22], "gettaskprocessingprovidersev": [17, 22], "git": [16, 72], "github": [15, 82, 202], "given": [46, 70], "global": [30, 115, 218, 219, 220, 221, 223, 230], "glossari": [150, 190], "gpu": [159, 160], "gradl": 72, "group": [17, 22, 49, 76, 107], "groupbackendregist": 22, "groupchangedev": [17, 22], "groupcreatedev": [17, 22], "groupdeletedev": [17, 22], "groupmanag": 22, "groupwar": [109, 111, 227], "guest": 232, "guid": 81, "guidelin": [14, 42, 185, 194, 197, 209], "guzzl": 222, "guzzlehttp": 222, "ha": 122, "handl": [2, 20, 49, 82, 99, 107, 112, 132], "handler": [147, 222], "hardwar": 151, "harp": 152, "head": 112, "header": [20, 49, 61, 69, 131, 164, 185], "healthcheck": 153, "heartbeat": [153, 166], "heavi": 18, "height": 231, "hell": [3, 229], "help": [122, 207, 209], "helper": [49, 104], "high": 236, "highlight": 199, "hint": 42, "histor": 131, "hook": [22, 43], "host": [133, 147], "how": [10, 14, 21, 49, 157, 159, 161, 190, 192, 202, 204], "html": [20, 42, 98, 184, 195, 197], "http": [17, 22, 69, 101, 112, 135, 223], "hybrid": 16, "i": [10, 82, 119, 140, 148, 161, 200, 204], "iacl": 107, "iapiwidget": 96, "iapiwidgetv2": 96, "ibuttonwidget": 96, "icalendarobjectcontain": 107, "icollect": 107, "icon": [27, 77, 144, 196, 233], "iconditionalwidget": 96, "icontentmanag": 94, "icontentprovid": 94, "id": [46, 56, 57, 132, 136, 190, 234], "identifi": 98, "ie11": 223, "ifil": 107, "ignor": [49, 97], "iiconwidget": 96, "imag": [26, 56, 129, 141, 166], "imip": 107, "implement": [38, 69, 85, 94, 101, 116, 120, 128, 137, 140, 141, 142, 144, 158], "improv": 42, "includ": 26, "inclus": 209, "indent": 186, "index": [48, 93], "indic": 40, "individu": [107, 132], "info": [18, 95, 108, 165, 190, 210, 225, 226, 227, 228, 229, 230], "inform": [52, 107, 130, 146, 189, 193, 198, 199], "ini": 156, "init": [70, 153, 166, 170], "initi": [6, 25, 48, 115, 181], "inject": [21, 30, 190, 209, 220, 227], "inlin": 103, "inod": 107, "input": [76, 87, 99, 123, 140], "insensit": 18, "instal": [48, 72, 82, 107, 149, 165, 166, 167, 243], "instruct": 82, "integr": [43, 86, 87, 95, 101, 106, 107, 109, 139, 152, 221], "interact": [1, 129], "interfac": [21, 94, 96, 101, 107, 110, 126, 127, 185, 186, 190], "intern": [99, 114, 115, 140, 215], "interpol": 29, "introduct": [7, 20, 21, 62, 63, 79, 150, 198, 199, 202, 240], "invalid": 223, "invalidatemountcacheev": [17, 22], "io": 42, "ioptionwidget": 96, "iproperti": 107, "ireloadablewidget": 96, "issu": [43, 129, 161, 204], "item": [70, 76, 198], "j": [223, 239, 243], "javascript": [25, 26, 27, 42, 61, 98, 115, 186, 209, 217, 243], "job": 18, "join": 204, "jqueri": [218, 220, 221], "json": [20, 49, 190], "just": [61, 122], "keep": 189, "kei": [90, 93, 152, 164], "keyboard": [25, 226], "known": [52, 222], "l10n": [42, 115, 154], "l10nignor": 8, "label": [81, 185], "languag": [42, 46, 58, 116, 190], "last": [107, 129, 222], "later": 0, "layer": 236, "layout": [80, 198, 199, 200, 232], "lazi": [90, 93], "lazili": 20, "ldap": [125, 223], "learn": 84, "left": 235, "legaci": 107, "legal": 14, "level": [29, 186, 236], "lexicon": 92, "librari": [70, 71, 72, 210, 217, 220, 222, 224, 229, 235], "licens": 185, "lifecycl": [21, 32, 153], "limit": [20, 133, 159], "line": [186, 190, 231], "link": [48, 70, 129], "lint": [95, 118], "list": [33, 46, 48, 52, 54, 56, 61, 67, 68, 76, 101, 129, 161, 170, 182, 196, 198], "listen": [22, 29, 85, 99, 121, 137, 140, 141, 142, 169], "liter": 186, "live": 104, "llm": 140, "load": [18, 25, 90, 93, 227], "loadadditionalentriesev": [17, 22], "loadadditionalscriptsev": [17, 22], "loader": 228, "loadsettingsscriptsev": [17, 22], "loadview": 22, "local": [19, 52], "lock": [10, 97], "log": [16, 17, 22, 29, 151, 173, 222, 223], "logger": [115, 127], "logic": [221, 232], "login": [44, 119], "loginfailedev": [17, 22], "long": [69, 122, 186], "loosen": 20, "lose": 14, "machin": [84, 116], "maco": 82, "mail": [17, 22, 110], "main": 193, "maintain": [12, 207], "mainten": [11, 74], "major": 16, "make": [61, 66, 144, 170], "makefil": [15, 154], "manag": [3, 16, 37, 90, 93, 107, 146, 161, 235], "managerev": [17, 22], "mandatori": 10, "manipul": 54, "manual": [8, 18, 165, 167, 188], "map": [29, 37, 236], "mapper": [37, 190], "mapperev": [17, 22], "mariadb": 98, "markup": 42, "match": [33, 129], "materi": 196, "measur": 122, "memori": 19, "menu": [25, 76, 108, 171, 179, 181, 199, 200], "merg": 69, "messag": [29, 54, 101, 173], "metadata": [5, 40, 46, 48, 104, 147, 154], "metadatabackgroundev": [17, 22], "metadataliveev": [17, 22], "metadatanamedev": [17, 22], "method": [29, 49, 61, 131, 143, 153, 156, 186, 240], "metric": 120, "microsoft": 82, "middlewar": 30, "migrat": [40, 145, 190, 213, 222, 223, 227], "minor": 16, "miscellan": [20, 90, 93, 182], "mitig": 97, "modal": [76, 87], "mode": [74, 98, 189], "modif": [63, 107], "modifi": [20, 50, 131, 146], "moment": 115, "monet": 13, "more": [37, 140, 142], "mount": [38, 236], "move": [14, 61, 70, 227], "movetotrashev": 22, "multi": [99, 186], "multilingu": 140, "multipl": [59, 186], "name": [1, 22, 36, 44, 81, 107, 184, 186, 188, 220], "namespac": [61, 190, 218, 221, 235], "nativ": [101, 227], "navig": [6, 17, 22, 76, 199, 235], "nc": 182, "ncreferencepickermod": 129, "ncreferencewidget": 129, "ncrichcontentedit": 129, "ncrichtext": 129, "need": [152, 186], "network": [115, 161], "new": [25, 52, 107, 120, 186, 199, 211, 213, 219, 220], "nextcloud": [0, 10, 14, 38, 71, 89, 105, 107, 115, 119, 121, 153, 158, 170, 172, 190, 201, 204, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 243], "nightli": 16, "nocsrfrequir": 190, "node": [17, 22, 38, 169, 223, 236, 239, 243], "nodeaddedtocach": [17, 22], "nodeaddedtofavorit": [17, 22], "nodecopiedev": [17, 22], "nodecreatedev": [17, 22], "nodedeletedev": [17, 22], "noderemovedfromcach": [17, 22], "noderemovedfromfavorit": [17, 22], "noderenamedev": [17, 22], "nodetouchedev": [17, 22], "nodewrittenev": [17, 22], "non": [49, 152], "nonc": 231, "note": [61, 76, 101, 212, 214], "notif": [46, 117, 174], "now": 233, "npm": [115, 118, 190, 239], "number": [123, 159], "o": 140, "object": [69, 101, 106, 107, 146, 186, 187, 192], "objectstor": [17, 22], "objectstorag": 236, "obtain": [25, 44, 60, 72, 107], "oc": [20, 33, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 115, 131, 173, 174, 176, 180, 182, 190, 215], "oca": [22, 115], "occ": [1, 92, 104, 175, 190], "ocm": [17, 22], "ocp": [17, 22, 115, 121], "off": 16, "offic": [50, 121], "oidc": 119, "older": 211, "one": 107, "onelogin": 192, "ongo": 50, "onli": [107, 186], "onlyoffic": 192, "open": [10, 44, 87, 101, 120], "openapi": 49, "openassistantform": 87, "openid": 119, "oper": [61, 105, 186, 187], "optim": 228, "option": [1, 21, 58, 69, 87, 112, 118, 131, 132, 144, 165, 171, 181], "organ": 14, "other": [42, 158, 176, 206], "out": [50, 121, 189], "outgo": 234, "outlin": 233, "outofofficechangedev": [17, 22], "outofofficeclearedev": [17, 22], "outofofficeendedev": [17, 22], "outofofficescheduledev": [17, 22], "outofofficestartedev": [17, 22], "output": [130, 140, 240], "overview": [16, 22, 46, 48, 90, 92, 93, 101, 104, 132, 148, 150, 154, 155, 165, 236], "own": 54, "owner": 107, "ownership": 107, "packag": [3, 115, 151, 190, 234], "page": [20, 87, 101, 128, 171], "pagin": 132, "parallel": 18, "param": [169, 171, 174, 175, 179, 181], "paramet": [20, 21, 49, 69, 90, 186, 227], "parenthesi": 186, "pars": [30, 69], "part": 25, "pascalcas": 186, "password": [44, 115, 223], "passwordupdatedev": [17, 22], "patch": 16, "path": [115, 243], "pattern": 21, "payload": [169, 171, 174], "pend": 52, "per": 159, "perform": [2, 20, 122], "period": 121, "perman": 156, "permiss": [8, 52], "persist": 154, "person": [99, 144, 227], "phone": 123, "php": [25, 41, 42, 85, 95, 98, 122, 156, 187, 190, 210, 222, 225, 227, 229, 231, 232, 234, 236, 242, 243], "phpdoc": 227, "phpunit": 243, "picker": [76, 129], "pin": 199, "place": 149, "placehold": [42, 81], "plan": 227, "platform": 190, "plugin": [2, 107, 148, 218, 221], "plural": 42, "polici": 20, "polyfil": 220, "popov": 200, "popovermenu": 198, "popul": 87, "posit": 232, "possibl": 49, "post": [40, 112, 213], "postloginev": [17, 22], "practic": [49, 148], "pre": [6, 16], "precondit": 202, "predefin": [21, 54], "prefer": [49, 59, 91, 177, 186], "preload": 148, "prepar": 16, "prerequisit": [49, 239], "preset": 92, "preview": [17, 22, 40, 129], "previou": 214, "primari": [77, 192, 194], "primit": 21, "privaci": 132, "privat": 157, "privileg": [107, 209], "procedur": 206, "process": [0, 8, 15, 16, 140, 142, 188, 213], "profil": [17, 22, 124, 125, 234], "program": 190, "programmat": 138, "progress": [170, 195], "project": [72, 126, 243], "prologu": 208, "prompt": 140, "pronoun": 81, "properti": [61, 66, 107, 186, 229], "propfind": 104, "proppatch": 104, "protect": 20, "provid": [25, 37, 42, 69, 94, 96, 106, 107, 110, 116, 119, 126, 129, 132, 137, 140, 141, 142, 144], "proxi": [149, 156, 158], "psr": [127, 221, 222, 223, 227, 228], "public": [20, 22, 31, 61, 85, 115, 128, 218, 221, 232], "publish": [11, 69, 151], "pull": [129, 166], "put": 112, "python": 42, "qt": 42, "queri": [37, 98, 104, 107, 125, 138, 213], "question": [162, 202], "quick": 61, "quot": 186, "radii": 77, "radio": [76, 99, 195], "radiu": 231, "rate": [14, 20, 133], "re": 48, "read": [20, 38, 69, 70, 90, 104, 107, 122, 243], "readabl": 186, "recommend": [21, 51, 53], "redesign": 235, "redi": 192, "redirect": [20, 171, 209], "reduc": 186, "refer": [17, 22, 85, 97, 129], "region": 123, "regist": [1, 2, 18, 33, 69, 92, 96, 99, 101, 107, 110, 120, 124, 126, 129, 130, 134, 135, 144, 145, 169, 171, 175, 178, 179, 180, 181, 240], "registerchecksev": [17, 22], "registerdirecteditorev": [17, 22], "registerentitiesev": [17, 22], "registeroperationsev": [17, 22], "registertemplatecreatorev": [17, 22], "registr": [30, 99, 116, 132, 137, 140, 141, 142, 147, 165], "registri": 157, "registryev": [17, 22], "regular": 186, "relat": [47, 131], "releas": [15, 16, 212, 213, 214], "relev": 204, "remot": [60, 133, 149], "remov": [3, 107, 181, 210, 215, 216, 217, 218, 220, 221, 223, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235], "render": [20, 96, 129], "renderreferenceev": [17, 22], "repair": [130, 213], "replac": [40, 89, 222, 226], "repo": 14, "report": 204, "repositori": 8, "reproduc": 204, "request": [20, 21, 32, 46, 52, 61, 66, 112, 125, 129, 132, 135, 168, 170, 171, 173, 174, 177, 180, 190, 209, 234], "requir": [14, 49, 69, 82, 206, 210, 242], "reset": 48, "resolv": 129, "resourc": [17, 22, 33, 70, 106, 126], "resourcetyperegisterev": [17, 22], "respect": 14, "respond": 20, "respons": [20, 43, 49, 61, 69, 125, 168, 170, 173, 177, 182], "rest": [69, 131], "restor": [54, 67, 68], "restrict": [20, 107], "result": [46, 56, 87, 132, 171], "retri": 97, "retriev": [48, 51, 54, 90, 93, 104], "return": [1, 107, 240], "review": 202, "revis": 235, "rfc4918": 61, "rich": 69, "room": 106, "root": [22, 35, 152], "rout": [20, 33, 154, 178, 190], "router": [33, 73, 115], "rtl": 194, "rule": [14, 81, 107, 186, 193, 198, 199, 232], "run": [87, 118, 135, 152, 243], "s3": 192, "sabr": [107, 222], "sabrepluginaddev": 22, "sabrepluginauthinitev": 22, "sabrepluginev": [17, 22], "same": [49, 186], "saml": 192, "sanit": 82, "scalabl": 122, "scale": 160, "scanner": 22, "schedul": [18, 56, 57, 142], "schema": [40, 99, 165], "scheme": [22, 153, 165], "scope": [49, 66], "script": [181, 209, 239], "scss": [223, 226], "search": [46, 53, 66, 102, 104, 129, 132, 221], "secondari": 233, "section": [99, 134, 227], "secur": [14, 17, 20, 22, 133, 209], "see": 101, "select": [8, 99], "semicolon": 186, "send": [25, 52, 173, 174, 192], "sensit": [90, 93, 99, 209], "server": [2, 43, 89, 114, 135, 189, 241, 243], "servic": [21, 94, 110, 220], "session": [20, 22, 146, 164], "set": [17, 20, 22, 34, 48, 49, 51, 54, 59, 61, 63, 69, 70, 76, 82, 99, 107, 134, 144, 149, 151, 156, 168, 170, 177, 179, 181, 189, 199, 227, 235], "sethead": 49, "setup": [8, 135, 189, 192], "shape": 140, "share": [17, 22, 31, 49, 52, 53, 54, 61, 70, 115, 128, 232, 235], "shareacceptedev": [17, 22], "sharecreatedev": [17, 22], "sharedeletedev": [17, 22], "sharedeletedfromselfev": [17, 22], "sheet": 61, "shell": 209, "ship": [16, 189, 217], "short": 69, "shortcut": [25, 226], "shorthand": 186, "should": [21, 90, 233], "show": 20, "side": 153, "sidebar": [76, 234, 235], "sign": [10, 15], "signal": 60, "simpl": [35, 132, 144], "simplef": 236, "singl": 186, "site": 209, "situat": 97, "size": [77, 107, 231], "slug": [37, 225], "smart": 129, "smb": 192, "snowflak": [136, 234], "socket": [149, 158], "solut": 156, "sound": 14, "sourc": [8, 10, 188, 189], "space": [77, 186], "special": 61, "specif": [49, 52, 54, 190], "speech": 137, "speechtotext": [17, 22], "split": [42, 186], "sql": [98, 209], "ssl": 192, "stamp": 107, "standard": [123, 184, 185, 187], "start": [62, 63, 151, 191], "state": [25, 115, 131, 144, 181, 194], "static": [95, 242], "statu": [40, 54, 60, 69, 77, 108, 138, 170, 233], "status": [54, 140, 141, 142], "statuscod": 240, "step": [42, 48, 110, 130, 152, 213], "storag": [38, 39, 99, 154, 192, 236], "store": [10, 14, 90, 93, 136, 161, 192], "stream": [20, 236], "streamlin": 142, "string": [8, 42, 58, 69, 81, 186], "structur": [29, 49, 58, 121, 154, 186, 187, 194], "studio": 82, "style": [181, 185, 186, 233, 235, 239], "subadminaddedev": [17, 22], "subadminremovedev": [17, 22], "subject": 69, "submit": 94, "submodul": 72, "subscrib": 148, "subscriptioncreatedev": 22, "subscriptiondeletedev": 22, "subscriptionupdatedev": 22, "suburl": 33, "summari": 152, "support": [13, 27, 37, 43, 49, 61, 66, 107, 129, 156, 159, 222, 223, 226, 231, 232, 234], "svg": 196, "symfoni": [220, 229], "symptom": 156, "sync": [8, 167], "system": [36, 82, 156], "systemtag": [17, 22], "systemtagsentityev": [17, 22], "t": [42, 194], "tab": 235, "tabl": [37, 201], "tag": [49, 107, 204], "talk": [139, 180], "target": 188, "task": [56, 57, 87, 140, 141, 142, 213], "taskfailedev": [17, 22], "taskprocess": [17, 22, 55, 140], "tasksuccessfulev": [17, 22], "technic": [10, 14, 183, 200], "templat": [17, 20, 22, 26, 31, 42, 98, 101, 151, 186, 190, 209, 232], "term": 190, "terminologi": 110, "test": [41, 42, 46, 61, 118, 151, 152, 187, 192, 243], "text": [56, 76, 77, 137, 141, 142], "textprocess": [17, 22, 57, 142], "texttoimag": [17, 22], "theme": [27, 46, 221], "thi": [21, 186, 213], "through": 107, "throw": 49, "throwabl": 85, "time": [18, 63, 107, 143], "timestamp": 107, "timezon": 76, "tip": [37, 49, 70], "titl": 235, "todo": [211, 213, 235], "toggl": 76, "token": [25, 119], "tokeninvalidatedev": [17, 22], "tone": 81, "tool": [3, 8, 100, 167, 190], "tooltip": 43, "top": [171, 181, 186], "track": 16, "transact": [37, 122], "transcript": 137, "transcriptionfailedev": [17, 22], "transcriptionsuccessfulev": [17, 22], "transient": 37, "transifex": [8, 167], "translat": [8, 42, 58, 69, 81, 116, 154, 167], "trashbin": 67, "travers": 209, "triag": 204, "trick": 49, "trigger": 140, "troubleshoot": [44, 156, 161], "trust": 133, "trustedserverremovedev": [17, 22], "tupl": 58, "tutori": [9, 49], "two": 144, "twofactorauth": [17, 22], "twofactorproviderchallengefail": [17, 22], "twofactorproviderchallengepass": [17, 22], "twofactorproviderdis": [17, 22], "twofactorproviderforuserdis": [17, 22], "twofactorproviderforuseren": [17, 22], "twofactorproviderforuserregist": [17, 22], "twofactorproviderforuserunregist": [17, 22], "twofactorprovideruserdelet": [17, 22], "tx": 8, "type": [18, 19, 21, 37, 49, 57, 90, 93, 99, 107, 130, 131, 140, 142, 149, 169, 186, 213, 236], "typescript": [42, 186], "typographi": 77, "ui": [43, 171], "understand": 97, "undo": 199, "unifi": [129, 235], "uniqu": 107, "unit": [187, 243], "unneed": 3, "unregist": [169, 171, 175, 178, 179, 180, 181], "unstabl": 85, "unvalid": 209, "up": [16, 82, 149, 151, 189], "upcom": 50, "updat": [16, 52, 104, 107, 129, 138, 210, 220, 221, 222, 224, 229], "upgrad": [215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235], "upload": [61, 62, 63, 70], "uri": 61, "url": [25, 33, 170], "urlgener": 33, "us": [20, 21, 33, 48, 49, 82, 94, 96, 98, 104, 125, 129, 157, 186, 204], "usag": [20, 29, 62, 103, 115, 129, 240], "user": [14, 17, 20, 22, 36, 42, 44, 46, 48, 51, 54, 59, 76, 88, 96, 108, 116, 126, 137, 138, 142, 145, 146, 152, 171, 177, 182, 185, 232, 234], "user_ldap": 22, "useraddedev": [17, 22], "userbackendregist": 22, "userchangedev": [17, 22], "userconfig": 93, "usercreatedev": [17, 22], "userdeletedev": [17, 22], "userfirsttimeloggedinev": [17, 22], "useridassignedev": [17, 22], "useridunassignedev": [17, 22], "userlivestatusev": [17, 22], "userloggedinev": [17, 22], "userloggedinwithcookieev": [17, 22], "userloggedoutev": [17, 22], "usermanag": 22, "usermountaddedev": [17, 22], "usermountremovedev": [17, 22], "usermountupdatedev": [17, 22], "usernam": 223, "userremovedev": [17, 22], "userupdatedev": [17, 22], "usesess": 20, "util": [123, 199], "v": [44, 69], "v2": [44, 63, 69], "valid": [8, 133], "validatepasswordpolicyev": [17, 22], "valu": [33, 36, 49, 90, 93, 168, 177], "variabl": [20, 27, 81, 98, 115, 156, 165, 186, 187, 194, 218, 219, 220, 221, 223], "variou": 199, "verifymountpointev": [17, 22], "version": [16, 68, 107, 129, 188, 222], "via": [43, 121], "view": [125, 236], "viewer": 22, "visual": 82, "vite": 190, "volum": 161, "vue": [42, 115, 186, 239], "want": 204, "watch": 118, "we": 10, "web": [147, 189, 190], "webauthn": 192, "webdav": [61, 65, 104, 148, 229], "webfing": 147, "webview": [44, 101], "well": 222, "what": [90, 200], "when": [20, 148, 186], "where": 186, "which": 21, "why": [10, 204], "wide": 156, "widget": [96, 129], "window": 82, "wipe": 60, "wire": 21, "within": 121, "without": 192, "word": 77, "work": [21, 140, 143, 190, 202], "workflow": 111, "workflowengin": [17, 22], "wrapper": 236, "write": [18, 22, 38, 81, 107, 122, 147, 243], "written": 122, "xdebug": 98, "xml": [18, 95, 165, 190, 210, 222, 223, 225, 226, 227, 228, 229, 230], "you": [190, 204], "your": [10, 13, 14, 42, 43, 49, 54, 72, 92, 129, 152]}}) \ No newline at end of file diff --git a/server/latest/developer_manual/server/architecture/files.html b/server/latest/developer_manual/server/architecture/files.html index 981d59fb2e3..0ec88f0d842 100644 --- a/server/latest/developer_manual/server/architecture/files.html +++ b/server/latest/developer_manual/server/architecture/files.html @@ -270,7 +270,7 @@

        View.php

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/architecture/index.html b/server/latest/developer_manual/server/architecture/index.html index 2a497e27fcd..d621862085c 100644 --- a/server/latest/developer_manual/server/architecture/index.html +++ b/server/latest/developer_manual/server/architecture/index.html @@ -165,7 +165,7 @@

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/code-back-end.html b/server/latest/developer_manual/server/code-back-end.html index 3bcd1ac07ce..5fae92ea578 100644 --- a/server/latest/developer_manual/server/code-back-end.html +++ b/server/latest/developer_manual/server/code-back-end.html @@ -155,7 +155,7 @@

        Compatibility documentation

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/code-front-end.html b/server/latest/developer_manual/server/code-front-end.html index 2a50f5ed6ec..3fb78802ea6 100644 --- a/server/latest/developer_manual/server/code-front-end.html +++ b/server/latest/developer_manual/server/code-front-end.html @@ -230,7 +230,7 @@

        Committing changes

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/externalapi.html b/server/latest/developer_manual/server/externalapi.html index 8731e6d6e9c..7c98e044cf5 100644 --- a/server/latest/developer_manual/server/externalapi.html +++ b/server/latest/developer_manual/server/externalapi.html @@ -259,7 +259,7 @@

        Changing API and backwards compatibility

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/index.html b/server/latest/developer_manual/server/index.html index 587dd0d4c73..756346ac457 100644 --- a/server/latest/developer_manual/server/index.html +++ b/server/latest/developer_manual/server/index.html @@ -182,7 +182,7 @@

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/static-analysis.html b/server/latest/developer_manual/server/static-analysis.html index 21caf1dc8ee..1ad714e114d 100644 --- a/server/latest/developer_manual/server/static-analysis.html +++ b/server/latest/developer_manual/server/static-analysis.html @@ -169,7 +169,7 @@

        PHP static analysis

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/developer_manual/server/unit-testing.html b/server/latest/developer_manual/server/unit-testing.html index 62b30356450..205fcade136 100644 --- a/server/latest/developer_manual/server/unit-testing.html +++ b/server/latest/developer_manual/server/unit-testing.html @@ -324,7 +324,7 @@

        Documentation

        © Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors. - Last updated on Jun 17, 2026. + Last updated on Jun 22, 2026.

        diff --git a/server/latest/user_manual/_images/macosvfs-context-menu.jpg b/server/latest/user_manual/_images/macosfileprovider-context-menu.jpg similarity index 100% rename from server/latest/user_manual/_images/macosvfs-context-menu.jpg rename to server/latest/user_manual/_images/macosfileprovider-context-menu.jpg diff --git a/server/latest/user_manual/_images/macosvfs-file-locking.jpg b/server/latest/user_manual/_images/macosfileprovider-file-locking.jpg similarity index 100% rename from server/latest/user_manual/_images/macosvfs-file-locking.jpg rename to server/latest/user_manual/_images/macosfileprovider-file-locking.jpg diff --git a/server/latest/user_manual/_images/macosvfs-file-sharing.jpg b/server/latest/user_manual/_images/macosfileprovider-file-sharing.jpg similarity index 100% rename from server/latest/user_manual/_images/macosvfs-file-sharing.jpg rename to server/latest/user_manual/_images/macosfileprovider-file-sharing.jpg diff --git a/server/latest/user_manual/_images/macosvfs-finder-sidebar.jpg b/server/latest/user_manual/_images/macosfileprovider-finder-sidebar.jpg similarity index 100% rename from server/latest/user_manual/_images/macosvfs-finder-sidebar.jpg rename to server/latest/user_manual/_images/macosfileprovider-finder-sidebar.jpg diff --git a/server/latest/user_manual/_images/macosvfs-settings.jpg b/server/latest/user_manual/_images/macosfileprovider-settings.jpg similarity index 100% rename from server/latest/user_manual/_images/macosvfs-settings.jpg rename to server/latest/user_manual/_images/macosfileprovider-settings.jpg diff --git a/server/latest/user_manual/ar/contents.html b/server/latest/user_manual/ar/contents.html index 4e94e353fd6..b7c277b9540 100644 --- a/server/latest/user_manual/ar/contents.html +++ b/server/latest/user_manual/ar/contents.html @@ -180,6 +180,7 @@
      3. Installation
      4. Uninstallation
      5. Using the Synchronization Client
      6. +
      7. Using the macOS File Provider
      8. Using the Command-Line Client
      9. Command-Line Options
      10. Configuration File
      11. diff --git a/server/latest/user_manual/ar/desktop/autoupdate.html b/server/latest/user_manual/ar/desktop/autoupdate.html index 724306fe367..5c9421c9ac0 100644 --- a/server/latest/user_manual/ar/desktop/autoupdate.html +++ b/server/latest/user_manual/ar/desktop/autoupdate.html @@ -84,6 +84,7 @@
      12. Installation
      13. Uninstallation
      14. Using the Synchronization Client
      15. +
      16. Using the macOS File Provider
      17. Using the Command-Line Client
      18. Command-Line Options
      19. Configuration File
      20. diff --git a/server/latest/user_manual/ar/desktop/commandline.html b/server/latest/user_manual/ar/desktop/commandline.html index c0c88f3dcf3..0f6f264843c 100644 --- a/server/latest/user_manual/ar/desktop/commandline.html +++ b/server/latest/user_manual/ar/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      21. Installation
      22. Uninstallation
      23. Using the Synchronization Client
      24. +
      25. Using the macOS File Provider
      26. Using the Command-Line Client
      27. Using the Synchronization Client
      28. +
      29. Using the macOS File Provider
      30. Using the Command-Line Client
      31. Command-Line Options
      32. Configuration File
      33. diff --git a/server/latest/user_manual/ar/desktop/updatechannel.html b/server/latest/user_manual/ar/desktop/updatechannel.html index b9794b27ede..b953fc0e0aa 100644 --- a/server/latest/user_manual/ar/desktop/updatechannel.html +++ b/server/latest/user_manual/ar/desktop/updatechannel.html @@ -84,6 +84,7 @@
      34. Installation
      35. Uninstallation
      36. Using the Synchronization Client
      37. +
      38. Using the macOS File Provider
      39. Using the Command-Line Client
      40. Command-Line Options
      41. Configuration File
      42. diff --git a/server/latest/user_manual/ar/desktop/usage.html b/server/latest/user_manual/ar/desktop/usage.html index f9412752e7e..7bd7677a0fe 100644 --- a/server/latest/user_manual/ar/desktop/usage.html +++ b/server/latest/user_manual/ar/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      43. General Window
      44. Using the Network Window
      45. Using the Ignored Files Editor
      46. -
      47. Virtual Files on macOS -
      48. +
      49. Using the macOS File Provider
      50. Using the Command-Line Client
      51. Command-Line Options
      52. Configuration File
      53. @@ -383,15 +380,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -399,7 +387,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/ar/objects.inv b/server/latest/user_manual/ar/objects.inv index 96d062ae2d4..789b167d9c0 100644 Binary files a/server/latest/user_manual/ar/objects.inv and b/server/latest/user_manual/ar/objects.inv differ diff --git a/server/latest/user_manual/ar/searchindex.js b/server/latest/user_manual/ar/searchindex.js index 121af964deb..9ec8c166f44 100644 --- a/server/latest/user_manual/ar/searchindex.js +++ b/server/latest/user_manual/ar/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"\"\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629\" Talk": [[73, null]], "\"\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u062c\u0645\u064a\u0639\" universal access": [[80, null]], "1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Proposals": [[41, "proposals"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Thunderbird": [[50, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Webinar and lobby": [[79, null]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u0622\u062e\u0631\u0648\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0627\u0644\u0648\u0635\u0648\u0644": [[35, "others-with-access"]], "\u0623\u062f\u0639\u064f \u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646 \u0628\u0627\u0644\u062d\u0636\u0648\u0631 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f\u062b": [[41, "invite-attendees-to-an-event"]], "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a Groupware": [[43, null]], "\u0623\u0636\u0650\u0641 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629": [[41, "add-recurring-options"]], "\u0623\u0646\u0634\u0650\u064a\u0621\u0652 \u062d\u062f\u062b\u0627\u064b \u062c\u062f\u064a\u062f\u0627\u064b": [[41, "create-a-new-event"]], "\u0623\u0646\u0634\u0650\u064a\u0621\u0652 \u063a\u0631\u0641\u0629 \u0645\u062d\u0627\u062f\u062b\u0629 \u0644\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062c\u0648\u0632": [[41, "create-talk-room-for-booked-appointments"]], "\u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u062d\u0627\u0644\u0629": [[21, "sharing-status-icons"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u062c\u0647\u0632\u0629": [[54, "managing-devices"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u062d\u062f\u0627\u062b": [[41, "managing-events"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0645\u062a\u0635\u0644\u0629": [[54, "managing-connected-browsers"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062a\u0635\u0644\u0629": [[54, null]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629": [[24, null]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0646\u0651\u064f\u0633\u064e\u062e Version Control": [[39, null]], "\u0625\u062f\u0627\u0631\u0629 \u062a\u0642\u0627\u0648\u064a\u0645\u0643": [[41, "managing-your-calendars"]], "\u0625\u0633\u062a\u0639\u0645\u0627\u0644 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0639\u0645\u064a\u0644\u0629 client apps \u0628\u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u064e\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629": [[81, "using-client-applications-with-two-factor-authentication"]], "\u0625\u0633\u062a\u064a\u0631\u0627\u062f \u062a\u0642\u0648\u064a\u0645": [[41, "import-a-calendar"]], "\u0625\u0634\u062a\u064e\u0631\u0650\u0643 \u0641\u064a \u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0639\u0637\u0644\u0627\u062a \u0627\u0644\u0631\u0633\u0645\u064a\u0629": [[41, "subscribe-to-a-holiday-calendar"]], "\u0625\u0634\u0643\u0627\u0644\u0627\u062a \u0645\u0639\u0631\u0648\u0641\u0629": [[20, "known-issues"]], "\u0625\u0634\u0643\u0627\u0644\u064a\u0651\u0627\u062a \u0645\u0639\u0631\u0648\u0641\u0629": [[20, "known-problems"]], "\u0625\u0636\u0627\u0641\u0629 \u0645\u0634\u0627\u0631\u0643\u0629 \u0639\u0627\u0645\u0629 \u0625\u0644\u0649 \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u062e\u0627\u0635\u0651\u062a\u0643": [[35, "adding-a-public-share-to-your-nextcloud"]], "\u0625\u0636\u0627\u0641\u0629 \u0645\u064f\u0631\u0641\u064e\u0642\u064e\u0627\u062a attachments \u0625\u0644\u0649 \u0627\u0644\u0623\u062d\u062f\u0627\u062b": [[41, "add-attachments-to-events"]], "\u0625\u0639\u062a\u0628\u0627\u0631\u0627\u062a": [[81, "considerations"]], "\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 two-factor authentication 2FA": [[81, "configuring-two-factor-authentication"]], "\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u0630\u0643\u064a\u0631\u0627\u062a reminders": [[41, "set-up-reminders"]], "\u0625\u0646\u0634\u0627\u0621 \u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a mounts \u0644\u0640 WebDAV \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0633\u0637\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0641\u064a \u0644\u064a\u0646\u0643\u0633": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "\u0625\u0646\u0634\u0627\u0621 \u062a\u0642\u0648\u064a\u0645\u064d \u062c\u062f\u064a\u062f\u064d": [[41, "create-a-new-calendar"]], "\u0625\u0646\u0634\u0627\u0621 \u062a\u0647\u064a\u0626\u0629 \u0644\u0644\u0645\u0648\u0627\u0639\u064a\u062f": [[41, "creating-an-appointment-configuration"]], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 \u0645\u0639 \u0623\u064e\u0645\u064e\u0627\u0631\u064e\u0627\u062a \u0645\u062e\u0632\u0646\u0629 \u0639\u0644\u0649 \u0623\u062c\u0647\u0632\u0629 hardware token.": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 two-factor authentication": [[81, null]], "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631": [[26, "using-encryption"]], "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u0642\u0648\u064a\u0645 Calendar app": [[41, null]], "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0627\u0644\u0623\u0639\u0637\u0627\u0644 \u0648 \u0625\u0635\u0644\u0627\u062d\u0647\u0627": [[49, "troubleshooting"]], "\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u062d\u0648\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631": [[26, "encryption-faq"]], "\u0627\u0644\u0625\u0639\u062f\u064e\u0627\u062f \u0644\u0625\u0641\u0644\u0627\u062a \u0645\u0644\u0641\u0627\u062a\u0643 file drop \u0627\u0644\u062e\u0627\u0635\u0651\u0629": [[29, "setting-up-your-own-file-drop"]], "\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0644\u0644\u062f\u0639\u0648\u0627\u062a": [[41, "responding-to-invitations"]], "\u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0641\u064a \u062a\u0642\u0648\u064a\u0645": [[41, "subscribe-to-a-calendar"]], "\u0627\u0644\u062a\u0642\u0648\u064a\u0645": [[51, "calendar"]], "\u0627\u0644\u062a\u0646\u0642\u0651\u064f\u0644 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d": [[80, "navigating-via-keyboard"]], "\u0627\u0644\u062a\u0648\u0627\u062c\u062f (\u0633\u0627\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0644)": [[41, "availability-working-hours"]], "\u0627\u0644\u062b\u064a\u0645\u0627\u062a \u0627\u0644\u0645\u064f\u062a\u0636\u0645\u0651\u064e\u0646\u0629 Included themes": [[80, "included-themes"]], "\u0627\u0644\u062c\u0648\u0627\u0628": [[20, "answer"]], "\u0627\u0644\u062d\u0635\u0629 \u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629 Storage quota": [[33, null]], "\u0627\u0644\u062d\u0635\u0635": [[24, "quotas"]], "\u0627\u0644\u062d\u0644": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u0627\u0644\u062d\u0644 1": [[20, "solution-1"]], "\u0627\u0644\u062d\u0644 2": [[20, "solution-2"]], "\u0627\u0644\u062f\u062e\u0648\u0644 \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u0649": [[81, "logging-in-with-two-factor-authentication"]], "\u0627\u0644\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062c\u0648\u0632": [[41, "working-with-the-booked-appointment"]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Windows 10": [[51, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 iOS": [[47, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 macOS": [[49, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0623\u0646\u062f\u0631\u0648\u064a\u062f": [[45, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 Kontact \u0641\u064a KDE": [[48, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0646 \u0633\u0637\u062d \u0645\u0643\u062a\u0628 GNOME": [[46, null]], "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0645\u0639 \u0645\u0633\u062a\u062e\u062f\u0645\u064a \u0648 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f": [[35, "internal-shares-with-users-and-groups"]], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a & \u0627\u0644\u062a\u0632\u0627\u0645\u0646": [[30, null]], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u063a\u064a\u0631 \u0645\u0634\u0641\u0631": [[26, "files-not-encrypted"]], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a": [[45, "files-and-notifications"]], "\u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f": [[41, "appointments"]], "\u0627\u0644\u0645\u064f\u0632\u0627\u0645\u064e\u0646\u0629 \u0645\u0639 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0648 \u0627\u0644\u0647\u0648\u0627\u062a\u0641": [[25, null]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u0639\u0628\u0631 WebDAV": [[20, "accessing-public-shares-over-webdav"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 Cyberduck": [[20, "accessing-files-using-cyberduck"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 WinSCP": [[20, "accessing-files-using-winscp"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 cURL": [[20, "accessing-files-using-curl"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a \u0648\u0646\u062f\u0648\u0632": [[20, "accessing-files-using-microsoft-windows"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u0644\u0641\u0627\u062a \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 WebDAV": [[20, null]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 macOS": [[20, "accessing-files-using-macos"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0644\u064a\u0646\u0643\u0633": [[20, "accessing-files-using-linux"]], "\u0628\u062f\u0648\u0646 \u062a\u0637\u0628\u064a\u0642 \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0646\u0642\u0627\u0644": [[45, "without-the-nextcloud-mobile-app"]], "\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648 \u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": [[21, "selecting-files-or-folders"]], "\u062a\u062d\u0643\u0651\u064f\u0645\u064e\u0627\u062a \u0627\u0644\u0645\u0644\u0641": [[21, "file-controls"]], "\u062a\u0633\u0645\u064a\u0629 \u0646\u0633\u062e\u0629": [[39, "naming-a-version"]], "\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0639\u0645\u0644\u0627\u0621 clients \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0627\u0644\u0631\u0633\u0645\u064a\u0629 \u0644\u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "\u062a\u0639\u062f\u064a\u0644 edit \u0623\u0648 \u0627\u0633\u062a\u0646\u0633\u0627\u062e duplicate \u0623\u0648 \u062d\u0630\u0641 delete \u062d\u062f\u062b": [[41, "edit-duplicate-or-delete-an-event"]], "\u062a\u0639\u062f\u064a\u0644 \u0623\u0648 \u062a\u0635\u062f\u064a\u0631 \u0623\u0648 \u062d\u0630\u0641 \u062a\u0642\u0648\u064a\u0645": [[41, "edit-export-or-delete-a-calendar"]], "\u062a\u0639\u064a\u064a\u0646 mapping \u0645\u062d\u0631\u0643\u0627\u062a \u0627\u0644\u0623\u0642\u0631\u0627\u0635 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0633\u0637\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631": [[20, "mapping-drives-with-the-command-line"]], "\u062a\u0639\u064a\u064a\u0646 \u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u0644\u0642\u0627\u0621 \u0648 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u062d\u062f\u062b": [[41, "assign-rooms-and-resources-to-an-event"]], "\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0623\u0642\u0631\u0627\u0635 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0645\u062a\u0635\u0641\u062d \u0648\u0646\u062f\u0648\u0632 \u0625\u0643\u0628\u0633\u0644\u0648\u0631\u064a\u0631": [[20, "mapping-drives-with-windows-explorer"]], "\u062a\u0639\u064a\u064a\u0646 \u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643": [[82, null]], "\u062a\u0642\u0648\u064a\u0645": [[47, "calendar"]], "\u062a\u0642\u0648\u064a\u0645 \u0623\u0639\u064a\u0627\u062f \u0627\u0644\u0645\u064a\u0644\u0627\u062f": [[41, "birthday-calendar"]], "\u062a\u0642\u064a\u064a\u062f \u0645\u0646 \u064a\u0645\u0643\u0646\u0647 \u0631\u0624\u064a\u0629 \u0645\u0644\u0641\u0643 \u0627\u0644\u0634\u062e\u0635\u064a": [[82, "restrict-who-can-see-your-profile-data"]], "\u062a\u0643\u0628\u064a\u0631 \u0627\u0644\u0634\u0627\u0634\u0629 Zoom\u060c \u0648 \u0627\u0644\u062a\u0623\u0642\u0644\u0645 \u0645\u0639 \u062d\u062c\u0645 \u0627\u0644\u0634\u0627\u0634\u0629 responsiveness": [[80, "zoom-and-responsiveness"]], "\u062a\u0645\u0643\u064a\u0646 \u0639\u0645\u0644\u064a\u0627\u062a \u0631\u0641\u0639 \u0645\u062c\u0647\u0648\u0644\u0629": [[29, null]], "\u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a": [[6, null]], "\u062c\u0647\u0627\u062a \u0627\u062a\u0635\u0627\u0644": [[47, "contacts"]], "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0648 \u0627\u0644\u062a\u0642\u0648\u064a\u0645": [[45, "contacts-and-calendar"]], "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0651\u0635\u0627\u0644": [[51, "contacts"]], "\u062d\u062c\u0632 \u0645\u0648\u0639\u062f": [[41, "booking-an-appointment"]], "\u062d\u0630\u0641 \u0646\u0633\u062e\u0629": [[39, "deleting-a-version"]], "\u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062a": [[29, "uploading-files"]], "\u0631\u0641\u0639 \u0645\u0644\u0641\u0627\u062a \u0643\u0628\u064a\u0631\u0629": [[31, null]], "\u0633\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0644\u0627\u062a": [[41, "trash-bin"]], "\u0639\u0645\u0644\u0627\u0621 WebDAV \u0645\u0646 \u0637\u0631\u0641 \u062b\u0627\u0644\u062b": [[20, "third-party-webdav-clients"]], "\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0647\u0648\u0627\u062a\u0641": [[25, "mobile-clients"]], "\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u062e\u0627\u0635 private key password": [[26, "change-private-key-password"]], "\u0642\u064f\u0645 \u0628\u0625\u0639\u062f\u0627\u062f \u062d\u0633\u0627\u0628\u0627\u062a\u0643": [[49, "setup-your-accounts"]], "\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u062c\u0647\u0627\u0632 \u0648 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631": [[54, "device-specific-passwords-and-password-changes"]], "\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f": [[26, "recovery-key-password"]], "\u0643\u064a\u0641 \u064a\u0642\u0648\u0645 \u062a\u0637\u0628\u064a\u0642 \"\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629\" \u0628\u0625\u062f\u0627\u0631\u0629 \u0645\u0633\u0627\u062d\u0627\u062a \u0627\u0644\u062a\u062e\u0632\u064a\u0646": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u0643\u064a\u0641 \u064a\u0645\u0643\u0646 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631\u061f": [[26, "how-can-encryption-be-disabled"]], "\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u0639\u0646\u062f \u062d\u0630\u0641 \u0645\u0644\u0641\u0627\u062a \u0645\u064f\u0634\u0627\u0631\u064e\u0643\u0629": [[24, "what-happens-when-shared-files-are-deleted"]], "\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u0628": [[83, "web-browser-requirements"]], "\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \"\u0646\u0627\u0648\u062a\u064a\u0644\u0633\" Nautilus": [[20, "nautilus-file-manager"]], "\u0645\u0634\u0627\u0631\u0643\u0627\u062a \u0639\u0628\u0631 \u0631\u0648\u0627\u0628\u0637 \u0639\u0627\u0645\u0629": [[35, "public-link-shares"]], "\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0634\u0641\u0631\u0629": [[26, "sharing-encrypted-files"]], "\u0645\u0634\u0627\u0631\u0643\u0629 \u0628\u064a\u0627\u0646\u0627\u062a\u0643 \u0641\u064a \u062f\u0641\u062a\u0631 \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0639\u0627\u0645 global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "\u0645\u0634\u0627\u0631\u0643\u0629 \u062a\u0642\u0627\u0648\u064a\u0645": [[41, "sharing-calendars"]], "\u0645\u0634\u0643\u0644\u0629": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\u0645\u0639 \u062a\u0637\u0628\u064a\u0642 \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0646\u0651\u0642\u0651\u0627\u0644": [[45, "with-the-nextcloud-mobile-app"]], "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a": [[21, "previewing-files"]], "\u0645\u064f\u0634\u063a\u0651\u0650\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 Video player": [[21, "video-player"]], "\u0646\u0634\u0631 \u062a\u0642\u0648\u064a\u0645": [[41, "publishing-a-calendar"]], "\u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a": [[21, "moving-files"]], "\u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f nextcloud \u0627\u0644\u0625\u0635\u062f\u0627\u0631 35 \u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 - \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0650\u0645\u0629": [[53, null]], "\u0647\u0644 \u0645\u0646 \u0627\u0644\u0645\u062e\u0637\u0637 \u0646\u0642\u0644 \u0647\u0630\u0627 \u0625\u0644\u0649 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062a\u0627\u0644\u064a \u0623\u0648 \u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u062e\u0644\u0641\u064a\u0629\u061f": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u0647\u0644 \u0645\u0646 \u0627\u0644\u0645\u0645\u0643\u0646 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f recovery key\u061f": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u0647\u0644 \u064a\u0645\u0643\u0646 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0628\u062f\u0648\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u061f": [[26, "can-encryption-be-disabled-without-the-user-s-password"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 24, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 24, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [6, 45, 46, 49], "3": [1, 8, 9, 24, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 27, 39, 41, 42, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 19, 41, 48, 56, 77], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 44, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 27, 36, 42, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 36, 38, 40, 41, 42, 44, 45, 46, 47, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 38, 41, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 44, 50], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 36, 38, 39, 40, 41, 42, 44, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [12, 19, 20, 51, 76], "There": [17, 20, 42, 44, 66, 69, 72], "These": [14, 19, 41, 44, 69], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": [8, 20, 26, 35, 37], "__": 45, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 27, 36, 41, 42, 44, 45, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 35, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 83], "accessibli": 5, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 41, 42, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 45, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": [24, 26, 33, 35, 37], "administr": [1, 7, 14, 20, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "advanc": [14, 20, 41, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 36, 41, 42, 45, 50, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 29, 35, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alwai": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analyz": 44, "android": [20, 25, 38, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anonym": [20, 29, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": [12, 26], "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 45, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [41, 44, 48, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrari": 19, "arch": 8, "archiv": [8, 14, 21], "area": [19, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 50, 66, 72, 80], "artifici": 1, "ask": [9, 19, 27, 40, 44, 45, 50, 62, 66], "assign": [21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 54, 82], "author": [10, 20], "auto": [7, 20, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 39, 41, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 42, 44, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "bar": [0, 1, 19, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 44, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "begin": [44, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 41, 42, 44, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 33, 41, 42], "binari": [8, 15], "bit": [12, 14], "bitfir": 45, "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 41, 50], "border": 27, "bot": [73, 77], "both": [8, 10, 42, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 7, 12, 14, 20, 21, 28, 38, 51, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 45, 47, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 42, 45, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 26, 29, 36, 37, 40, 41, 42, 51, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": 19, "chip": 83, "chmod": 20, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": [15, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 25, 38, 41, 42, 50, 51, 53, 54, 63, 73], "clipboard": 51, "clock": [66, 81], "close": [5, 14, 19, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 42], "collaps": [19, 44], "collect": [4, 5, 6, 20], "color": [27, 41], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 24, 26, 33, 35, 37, 41, 43, 45, 47, 48, 49, 51, 70, 73, 80], "come": 44, "command": [6, 12, 13, 14, 17, 20, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 42, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25], "concret": 41, "condit": 42, "conent": 20, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": [24, 33], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 41, 42, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_fil": [26, 35, 37], "configuration_serv": [24, 33], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 69], "conflict": [6, 13], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": [12, 17], "consist": 15, "consol": 20, "contact": [0, 6, 27, 43, 45, 47, 48, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 19, 44, 56], "continu": [10, 19, 44, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 57, 69, 82], "contyrol": 20, "conveni": [0, 19], "convers": [1, 6, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 44, 51], "corner": 50, "correct": [19, 20], "correctli": 15, "correspond": [0, 41, 44], "could": [27, 44], "couldn": 44, "counter": 70, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 25, 29, 39, 40, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 38, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 18, 19, 20, 41, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 41, 44, 59, 69, 83], "daili": 18, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 40, 42, 43, 66, 82], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx5": 45, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69], "defin": [15, 19, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 33, 36, 39, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 21, 27, 36, 41, 44, 60, 63, 72, 80, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 44], "desir": [12, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 20, 25, 38, 53, 63, 73], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 27, 36, 39, 41, 42, 44, 45, 52, 59, 69, 82], "detect": [9, 15], "determin": 44, "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 41, 42, 44, 69, 70], "digest": 0, "direct": [20, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 42, 44, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 26], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 42, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 26, 28, 36, 41, 44, 60, 62, 63, 65, 69, 72, 81], "doc": [24, 26, 33, 35, 37], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [44, 47], "don": [5, 26, 39, 42, 66], "done": [12, 38, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 42, 45, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 35, 56], "dropdown": [27, 49, 82], "due": [12, 15], "durat": [9, 41, 69], "dure": [19, 40, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5, 20], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": 81, "effici": 44, "either": [8, 12, 19, 38, 41, 42, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 59, 60, 69, 73, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 20, 27, 30], "encryption_configur": 26, "end": [19, 30, 34, 40, 41, 44, 57, 62, 69], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 35, 41, 44, 45, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 44], "entiti": 42, "entri": [0, 1, 2, 19, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 41, 66], "even": [2, 9, 10, 15, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 41, 42, 44, 59, 69], "exit": [8, 19], "expand": [19, 20, 44], "expect": [2, 19, 44], "experi": [18, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [41, 42, 52, 56], "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 54, 82], "fail": [7, 12, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "few": [42, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 41, 42, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": [35, 37], "fileinto": 44, "filenam": [16, 19], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 41, 42, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 20, 50, 52], "firefox": 83, "first": [7, 12, 14, 15, 28, 38, 42, 44, 56, 60, 66, 71], "fit": 65, "fix": [7, 14], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 35, 36, 37, 41, 42], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 40, 41, 42, 49, 52, 60, 80, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "forth": 1, "forward": [69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "framework": 7, "free": [11, 15, 20, 40, 41, 60], "frequent": 20, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 37, 38, 41, 42, 45, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 42, 81], "further": [10, 38, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 41, 45, 49], "gatewai": [8, 69], "gb": 11, "gear": 42, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74, 80], "gitlab": 66, "give": [0, 1, 2, 5, 12, 54, 60, 62], "given": [44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 41, 44, 45, 50, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [6, 42, 48, 52], "guard": 12, "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 27, 33, 36, 38, 41, 44, 45, 56, 69, 72, 74, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15], "happi": 19, "hard": 12, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 45, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "holidai": 41, "home": [7, 8, 9, 14, 17, 20, 25], "horizont": [2, 44], "host": [9, 20], "hour": [0, 12, 16, 41, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 42, 44], "hr": 9, "href": 20, "html": [24, 26, 33, 35, 37, 41], "http": [8, 9, 11, 12, 20, 24, 26, 33, 35, 37, 41, 43, 45, 46, 47, 48, 49, 51, 80], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 38, 39, 40, 41, 42, 44, 45, 47, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": [45, 82], "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 42, 54, 62, 69], "implement": [25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62], "incom": 44, "incorrect": [9, 19], "increas": [11, 15, 20], "independ": [0, 12], "index": [12, 26, 41], "indic": [19, 21, 27, 44, 60, 62, 69], "individu": [14, 19, 27, 41, 42, 44, 54, 72], "influenc": [11, 41], "info": 36, "inform": [7, 8, 11, 12, 13, 14, 15, 19, 21, 41, 44, 50, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 49], "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [41, 42, 45, 59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "irrevers": 41, "issu": [14, 25, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 24, 33, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 21, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "key\u0640": 26, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 26, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 24, 25, 26, 33, 35, 37, 52, 83], "launch": [7, 12, 14, 16, 19], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 35, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 21, 41, 42, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 19, 20, 31, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 20, 36, 41, 66], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 35, 41, 44, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 20, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 21, 29, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 44], "longer": [42, 69, 76, 81], "look": [33, 38, 41, 42, 44, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 47], "magic": 5, "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 25, 28, 29, 39, 41, 42, 58, 60, 66, 74], "manag": [5, 6, 7, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 50, 51, 56, 57, 77], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manual": [7, 12, 13, 14, 15, 25, 27, 36, 44, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "member": [2, 5, 69], "membership": 42, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 41, 43, 56, 57, 58, 67, 73, 80, 83], "metadata": [19, 33], "method": [7, 27, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 20], "middl": 66, "might": [7, 9, 10, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 27, 39], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 42, 45, 73, 81], "modal": [41, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 36, 41, 42, 44, 45, 46, 48, 49, 50, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [18, 19, 41, 44, 74, 83], "mount": [21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 36, 41, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 50, "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 51, 65, 69, 76, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 41, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 38, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 41, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 27, 28, 29, 30, 33, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "non": [2, 8, 9, 14], "none": 44, "normal": [7, 9, 19, 26, 44, 66], "note": [2, 4, 35, 41, 42, 44, 76], "notic": 10, "notif": [6, 7, 9, 10, 19, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 7, 10, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 41, 42, 44, 66], "number": [11, 15, 19, 28, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": [0, 10, 20, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 27, 28, 35, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 38, 41, 42, 44, 45, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "opportun": 12, "opt": [9, 44], "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 41, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 42, 66], "org": [8, 20, 46, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 35, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 20, 27, 42, 44, 69, 76], "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overrid": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 37, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 42, 44, 60, 69], "parti": [12, 20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 35, 42, 45, 46, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 19, 20, 27, 47], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 69], "permiss": [37, 42, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 42, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 42, 44, 63, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44], "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 38, 42, 44, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "potenti": 44, "power": 1, "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 44, 60], "prefer": [0, 7, 9, 14, 17, 20, 41, 44, 45, 52, 82], "prepar": [18, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 50], "previous": 44, "primari": 44, "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "problem": [11, 12, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 41, 44, 52, 62], "produc": [9, 19, 21], "profil": [6, 9, 27, 42, 44, 69, 82], "program": [12, 14, 17], "progress": [15, 19, 60], "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": 12, "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [35, 38, 42, 69], "protocol": [12, 20, 27, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [20, 21, 35, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "purpos": 40, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 24, 30, 32], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 20, 76, 83], "rather": [20, 50], "re": [5, 12, 41, 44], "reach": [27, 40, 44, 69], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 69], "reboot": 20, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recognis": 15, "recommend": [15, 20, 44], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recur": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "refer": [14, 18, 21, 31, 62, 76], "reflect": [19, 27], "refresh": [50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": 11, "reject": 41, "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14, 18], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remor": 28, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [40, 41, 45, 47, 60, 69], "repli": [57, 69, 76], "report": [18, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 7, 8, 27, 38, 41, 44, 60, 62, 64, 69, 74], "reschedul": 66, "reset": [40, 41], "reshar": 41, "resiz": 60, "resolv": 10, "resourc": [41, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": 25, "restart": [7, 20], "restor": [24, 41], "restrict": [36, 42, 82], "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rss": 6, "rule": [36, 44], "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 51, 54, 56, 62, 80], "scan": [12, 27], "scanner": 45, "scari": 5, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 26, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 42, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 7, 9, 11, 12, 20, 36, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 10, 12, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 44, 69], "separ": [0, 1, 42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 41, 46, 47, 49, 50, 51, 54, 62, 69, 70, 78, 80, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 35, 36, 37, 38, 41, 42, 43, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81, 82], "setup": [11, 12, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": [18, 40, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 27, 30, 34, 38, 42, 44, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": 44, "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 20, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sourc": [14, 20, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 41, 42, 44, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 36, 44, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": [15, 41], "string": 19, "stripe": 41, "structur": [2, 3, 21, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [41, 50, 76], "subscript": 41, "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28], "successfulli": 7, "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 25, 42, 44, 45, 47, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 43, 51], "syntact": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "tab": [0, 1, 12, 19, 20, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 43, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 44], "temporarili": [12, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18], "test": [9, 10, 12, 14, 18, 24, 44], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 6, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 45, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": 2, "third": [12, 20], "those": [0, 25, 42, 50, 54], "though": [9, 12, 19], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 33], "thumnail": 26, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 28, 33, 41, 42], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 36, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80], "typic": [19, 57], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 7, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undesir": 19, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 41, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 19, 27, 29, 31, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 43, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 49, 50], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44], "utf": 20, "util": 44, "v": [60, 72, 80], "v6": 41, "vacat": 40, "valid": [19, 44, 50], "valu": [7, 9, 11, 12, 16, 19, 20, 42, 44], "var": 16, "variabl": [6, 9, 10, 13, 41], "varieti": 82, "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 83], "vertic": 44, "via": [4, 10, 15, 21, 29, 39, 41, 44, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 36, 37, 42, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 38, 41, 42, 44, 54, 56, 59, 62], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 26, 29, 41, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": 73, "week": [0, 42, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 62], "were": [9, 41, 42, 57, 70], "what": [0, 5, 12, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 27, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 27, 36, 39, 41, 42, 44, 46, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 42, 44, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 20, 25, 27, 29, 43, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": [44, 50, 60], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 41, 44, 45, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "wrong": [12, 19], "www": [45, 46, 51], "x": [17, 19, 20, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u0622\u062e\u0631": [20, 35, 41, 81], "\u0622\u062e\u0631\u064a\u0646": [24, 41], "\u0622\u0645\u0646": 53, "\u0622\u064a": 51, "\u0622\u064a\u0641\u0648\u0646": 20, "\u0622\u064a\u0641\u0648\u0646\u0643": 47, "\u0623": [6, 20, 35, 41], "\u0623\u0628\u0627": 26, "\u0623\u0628\u062f": [26, 39], "\u0623\u0628\u062f\u0627": 26, "\u0623\u0628\u0644\u063a": 20, "\u0623\u062b\u0646\u0627\u0621": [20, 41, 46], "\u0623\u062c\u0647\u0632\u0629": [6, 20, 41], "\u0623\u062c\u0647\u0632\u062a\u0643": 41, "\u0623\u062d\u062f": [41, 82], "\u0623\u062d\u062f\u0627\u062b": 41, "\u0623\u062d\u062f\u0627\u062b\u0627": 41, "\u0623\u062d\u062f\u0627\u062b\u0643": 41, "\u0623\u062d\u064a\u0627\u0646\u0627": 41, "\u0623\u062e\u062a": 45, "\u0623\u062e\u0631": 20, "\u0623\u062e\u0631\u0649": [24, 26, 33, 35, 39, 41, 45, 47, 48, 51], "\u0623\u062e\u0637\u0627\u0621": [47, 80], "\u0623\u062f": 82, "\u0623\u062f\u0627\u0629": [43, 80], "\u0623\u062f\u062e": [20, 28, 35, 47, 48, 51, 81], "\u0623\u062f\u062e\u0644": 48, "\u0623\u062f\u0646\u0627\u0647": [20, 26, 51], "\u0623\u062f\u0648\u0627\u062a": [6, 35, 41, 42], "\u0623\u0630\u0648\u0646\u0627\u062a": [20, 45], "\u0623\u0631\u0628\u0639\u0627\u0621": 41, "\u0623\u0631\u062f\u062a": 41, "\u0623\u0632\u0644": 20, "\u0623\u0633\u0628\u0648\u0639": [39, 41], "\u0623\u0633\u0641\u0644": 51, "\u0623\u0633\u0645\u0627\u0621": [26, 29], "\u0623\u0634\u062e\u0627\u0635": [24, 41], "\u0623\u0635\u062f\u0642\u0627\u0626\u0643": 41, "\u0623\u0635\u0641\u0631": 26, "\u0623\u0636": [20, 46, 48], "\u0623\u0636\u0641": [20, 35], "\u0623\u0637\u0648\u0644": 20, "\u0623\u0639": 20, "\u0623\u0639\u0627\u062f": 35, "\u0623\u0639\u062f": 20, "\u0623\u0639\u0636\u0627\u0621": [20, 35], "\u0623\u0639\u0644\u0627\u0647": [41, 47], "\u0623\u063a\u0644": [20, 47], "\u0623\u0641\u0636\u0644": 41, "\u0623\u0642\u062f\u0645": [24, 28, 33], "\u0623\u0642\u0631\u0627\u0635": 20, "\u0623\u0642\u0631\u0628": 24, "\u0623\u0642\u0635\u0649": [24, 33], "\u0623\u0642\u0644": 33, "\u0623\u0643\u0628\u0631": 33, "\u0623\u0643\u062a": 41, "\u0623\u0643\u062b\u0631": [20, 39, 41, 53], "\u0623\u0643\u0645": 20, "\u0623\u0643\u0645\u0644\u0646\u0627": 43, "\u0623\u0644\u0627": 26, "\u0623\u0644\u0635": [41, 51], "\u0623\u0645": [20, 41], "\u0623\u0645\u0631": 29, "\u0623\u0645\u0631\u0627": 26, "\u0623\u0645\u0646\u064a\u0629": 26, "\u0623\u0646": [20, 26, 33, 35, 41, 45, 46, 47, 48, 51, 80, 81], "\u0623\u0646\u062a": 20, "\u0623\u0646\u062f\u0631\u0648\u064a\u062f": [6, 20, 43, 53], "\u0623\u0646\u0638": [24, 35], "\u0623\u0646\u0642": [20, 29, 35, 37, 39, 41, 49, 51], "\u0623\u0646\u0647": [20, 26, 41], "\u0623\u0646\u0647\u0627": [41, 81], "\u0623\u0647\u0644\u0627": 53, "\u0623\u0648": [20, 24, 28, 29, 31, 33, 35, 37, 45, 46, 47, 48, 49, 53, 80, 81], "\u0623\u0648\u0627\u0645\u0631": 20, "\u0623\u0648\u0641\u064a\u0633": 20, "\u0623\u0648\u0642\u0627\u062a": 41, "\u0623\u0648\u0644": [41, 48], "\u0623\u0648\u0646": 28, "\u0623\u064a": [20, 21, 24, 28, 33, 41, 45, 46, 47, 48, 51, 53, 54, 80, 81, 82], "\u0623\u064a\u0627\u0645": 41, "\u0623\u064a\u0636": [20, 41, 46, 80, 82], "\u0623\u064a\u0636\u0627": 41, "\u0623\u064a\u0642\u0648\u0646\u0629": [28, 35, 51], "\u0623\u064a\u0642\u0648\u0646\u062a\u0643": 51, "\u0623\u064a\u0642\u0648\u0646\u0647": [28, 54], "\u0623\u064a\u0646": 35, "\u0625": 28, "\u0625\u0623\u0646\u0643": 35, "\u0625\u0628\u062d": 41, "\u0625\u0628\u062f\u0623": 20, "\u0625\u0628\u062f\u0625": 45, "\u0625\u0628\u0644\u0627\u063a": 37, "\u0625\u062a": [20, 28, 35, 51], "\u0625\u062a\u0627\u062d\u0629": 41, "\u0625\u062a\u0628\u0639": 28, "\u0625\u062b\u0628\u0627\u062a\u064a\u0646": 81, "\u0625\u062c\u0631\u0627\u0624\u0647\u0627": 45, "\u0625\u062c\u0645\u0627\u0644\u064a": 33, "\u0625\u062d\u062f\u0649": 35, "\u0625\u062d\u0641": 20, "\u0625\u062e\u062a": [20, 37, 45, 46, 47, 48, 80], "\u0625\u062e\u062a\u0631": [20, 82], "\u0625\u062e\u062a\u064a\u0627\u0631\u064a": 20, "\u0625\u062e\u062a\u064a\u0627\u0631\u064a\u0629": 20, "\u0625\u062e\u0641\u0627\u0621": 35, "\u0625\u062f\u0627\u0631\u0629": [6, 20, 30, 32, 33, 51, 81, 82], "\u0625\u062f\u0627\u0631\u0629\u0627\u0644\u0646": 33, "\u0625\u062f\u062e\u0627\u0644": [28, 41, 45], "\u0625\u062f\u062e\u0644": 47, "\u0625\u062f\u0631\u0627\u062c": 41, "\u0625\u062f\u0648\u0627\u062a": 43, "\u0625\u0630\u0627": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 45, 47, 48, 51, 80, 81, 82], "\u0625\u0630\u0647": 20, "\u0625\u0630\u0647\u0628": [20, 28, 35, 45], "\u0625\u0631\u0633\u0627\u0644": [29, 41], "\u0625\u0631\u0633\u0627\u0644\u0647": 41, "\u0625\u0632\u0627\u0644\u0629": [26, 28], "\u0625\u0633": 53, "\u0625\u0633\u062a\u0628\u062f": 51, "\u0625\u0633\u062a\u062e\u062f": 20, "\u0625\u0633\u062a\u0639\u0631\u0627\u0636": 20, "\u0625\u0633\u062a\u0639\u0645": 20, "\u0625\u0633\u062a\u0639\u0645\u0627\u0644": 6, "\u0625\u0633\u062a\u0639\u0645\u0644": 20, "\u0625\u0633\u062a\u0646\u0627\u062f\u0627": 81, "\u0625\u0633\u062a\u064a\u0631": 20, "\u0625\u0634\u0639\u0627\u0631": [35, 37], "\u0625\u0634\u0639\u0627\u0631\u0627\u062a": 41, "\u0625\u0634\u0639\u0627\u0631\u0627\u062a\u0643": 82, "\u0625\u0634\u0643\u0627\u0644\u064a\u0627\u062a": 20, "\u0625\u0635\u062f\u0627\u0631": 82, "\u0625\u0635\u062f\u0627\u0631\u0627\u062a": 20, "\u0625\u0635\u0644\u0627\u062d\u0647": 48, "\u0625\u0636": 28, "\u0625\u0636\u0627\u0641\u0629": [24, 26, 47, 51, 81], "\u0625\u0636\u0627\u0641\u062a\u0647\u0627": [35, 41], "\u0625\u0636\u0627\u0641\u064a\u064a\u0646": 41, "\u0625\u0636\u063a": [20, 35, 41, 51], "\u0625\u0636\u063a\u0637": [28, 35, 37, 45], "\u0625\u0637\u0627\u0631": 41, "\u0625\u0638\u0647\u0627\u0631\u0647\u0627": 26, "\u0625\u0639\u0627\u062f\u0629": [20, 21, 26, 33, 35, 41], "\u0625\u0639\u062a\u0628\u0627\u0631\u0627\u062a": 6, "\u0625\u0639\u062f\u0627\u062f": [6, 31], "\u0625\u0639\u062f\u0627\u062f\u0627\u062a": [35, 37, 41, 46, 48, 51, 80], "\u0625\u0639\u062f\u0627\u062f\u0627\u062a\u0643": 82, "\u0625\u0639\u062f\u0627\u062f\u0647": 45, "\u0625\u0639\u062f\u0627\u062f\u0647\u0627": 49, "\u0625\u0639\u0644\u0627\u0645\u0643": 41, "\u0625\u063a\u0644\u0627\u0642": 45, "\u0625\u0641\u062a": [20, 46, 47, 48], "\u0625\u0641\u062a\u062d": [20, 48, 80], "\u0625\u0641\u0631\u0627\u063a": 41, "\u0625\u0641\u0644\u0627\u062a": [35, 41], "\u0625\u0642\u0644\u064a\u0645\u0643": 41, "\u0625\u0643\u0633\u0628\u0644\u0648\u0631\u064a\u0631": 20, "\u0625\u0644": [20, 41], "\u0625\u0644\u0627": [26, 41], "\u0625\u0644\u063a\u0627\u0621": [28, 35, 41], "\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a": 41, "\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0627": 41, "\u0625\u0644\u0649": [21, 22, 24, 28, 29, 30, 31, 33, 45, 46, 48, 49, 51, 53, 80, 81, 82], "\u0625\u0644\u064a\u0647": [20, 33, 37], "\u0625\u0644\u064a\u0647\u0627": 35, "\u0625\u0644\u064a\u0647\u0645": 41, "\u0625\u0645": [20, 41, 45], "\u0625\u0645\u0627": 41, "\u0625\u0645\u062d": 20, "\u0625\u0645\u0644\u0623": 20, "\u0625\u0645\u0646": 45, "\u0625\u0646": 41, "\u0625\u0646\u062a": 49, "\u0625\u0646\u062a\u0642\u0644": 20, "\u0625\u0646\u0633": 20, "\u0625\u0646\u0634\u0627\u0621": [21, 28, 35, 39, 45, 48], "\u0625\u0646\u0634\u0627\u0624\u0647": [41, 51], "\u0625\u0646\u0634\u0627\u0624\u0647\u0627": 20, "\u0625\u0646\u0636": 80, "\u0625\u0646\u0647": 81, "\u0625\u064a\u062f\u062c": 83, "\u0625\u064a\u0645\u064a\u0644\u0643": 49, "\u0626": 81, "\u0627": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 43, 45, 46, 47, 48, 49, 51, 53, 80, 81, 82], "\u0627\u062a": [6, 35], "\u0627\u062a\u0628\u0627\u0639\u0647\u0627": 41, "\u0627\u062a\u062d\u0627\u062f\u064a\u0629": 28, "\u0627\u062a\u0635\u0627\u0644": 20, "\u0627\u062a\u0635\u0627\u0644\u0627": 20, "\u0627\u062a\u0635\u0627\u0644\u0627\u062a": [20, 49], "\u0627\u062a\u0635\u0627\u0644\u0643": [41, 47, 48], "\u0627\u062a\u0647\u0627": 41, "\u0627\u062c\u062a\u0645\u0627\u0639": 41, "\u0627\u062c\u0639": 20, "\u0627\u062d\u062a\u0633\u0627\u0628": [24, 33], "\u0627\u062d\u062a\u0633\u0627\u0628\u0647\u0627": 33, "\u0627\u062e\u062a": [48, 51], "\u0627\u062e\u062a\u0628\u0627\u0631": 48, "\u0627\u062e\u062a\u0628\u0631": 20, "\u0627\u062e\u062a\u0631": [20, 80], "\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a": 80, "\u0627\u062e\u062a\u064a\u0627\u0631": [20, 26, 41], "\u0627\u062e\u062a\u064a\u0627\u0631\u064a": [26, 45], "\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0627": 41, "\u0627\u062e\u0631": 20, "\u0627\u062f": 20, "\u0627\u0630\u0647\u0628": 35, "\u0627\u0631": [6, 20, 35, 41], "\u0627\u0631\u062a\u0628\u0627\u0637": [20, 28], "\u0627\u0633\u062a\u0628\u062f\u0627\u0644": 20, "\u0627\u0633\u062a\u0628\u0639\u0627\u062f\u0647\u0627": 39, "\u0627\u0633\u062a\u062c\u0627\u0628\u0629": 41, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [6, 20, 24, 47, 54, 80, 82], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647": 20, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627": [25, 26, 51], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0645": 20, "\u0627\u0633\u062a\u062e\u062f\u0645": [20, 26], "\u0627\u0633\u062a\u0631\u062f\u0627\u062f": 26, "\u0627\u0633\u062a\u0639\u0627\u062f\u0629": [26, 41], "\u0627\u0633\u062a\u0639\u0631\u0627\u0636": 20, "\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [6, 20, 29, 43], "\u0627\u0633\u062a\u0639\u0645\u0627\u0644\u0647\u0627": 80, "\u0627\u0633\u062a\u0643\u0634\u0627\u0641": 47, "\u0627\u0633\u062a\u0645\u0631\u0627\u0631": 20, "\u0627\u0633\u062a\u0646\u0641\u0627\u062f": 26, "\u0627\u0633\u062a\u064a\u0631\u0627\u062f": 41, "\u0627\u0633\u062a\u064a\u0631\u0627\u062f\u0647": 41, "\u0627\u0633\u0645": [20, 28, 35, 37, 41, 45, 47, 48, 49, 51, 82], "\u0627\u0633\u0645\u0643": [49, 51], "\u0627\u0633\u0645\u0647": [20, 37], "\u0627\u0634\u062a\u0631\u0627\u0643": 41, "\u0627\u0634\u062a\u0631\u0627\u0643\u0627\u062a": 41, "\u0627\u0636\u063a": [20, 41], "\u0627\u0636\u063a\u0637": 37, "\u0627\u0639\u062a\u0628\u0627\u0631": 41, "\u0627\u0639\u062a\u0628\u0627\u0631\u0643": 20, "\u0627\u0639\u062a\u0645\u0627\u062f": [20, 48], "\u0627\u0639\u062a\u0645\u0627\u062f\u0627": [48, 81], "\u0627\u0641\u062a\u0631\u0627\u0636\u064a": [24, 31, 41, 48], "\u0627\u0642\u0631\u0627\u0635": 20, "\u0627\u0643\u062a\u0628": [41, 81], "\u0627\u0643\u062a\u0634\u0627\u0641": [41, 47], "\u0627\u0643\u062a\u0645\u0627\u0644": 29, "\u0627\u0644": 82, "\u0627\u0644\u0622\u062e\u0631\u0648\u0646": [33, 41], "\u0627\u0644\u0622\u0644\u064a\u0629": 39, "\u0627\u0644\u0622\u0645\u0646": 53, "\u0627\u0644\u0622\u0645\u0646\u0629": 20, "\u0627\u0644\u0622\u0646": [20, 29, 41, 45, 46, 47, 48, 81], "\u0627\u0644\u0623": 41, "\u0627\u0644\u0623\u0628\u062f": 41, "\u0627\u0644\u0623\u062c\u0647\u0632\u0629": [6, 20, 81], "\u0627\u0644\u0623\u062d\u062c\u0627\u0645": 31, "\u0627\u0644\u0623\u062e\u0631\u0649": [20, 24, 28, 35, 53], "\u0627\u0644\u0623\u062e\u064a\u0631": 46, "\u0627\u0644\u0623\u062f\u0627\u0629": 81, "\u0627\u0644\u0623\u062f\u0644\u0629": 20, "\u0627\u0644\u0623\u062f\u0646\u0649": [24, 39], "\u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a": 20, "\u0627\u0644\u0623\u0632\u0631\u0627\u0631": 80, "\u0627\u0644\u0623\u0632\u0631\u0642": 41, "\u0627\u0644\u0623\u0633\u0627\u0633\u064a": [41, 80], "\u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629": [20, 41, 80], "\u0627\u0644\u0623\u0633\u0628\u0648\u0639": 41, "\u0627\u0644\u0623\u0633\u0628\u0648\u0639\u064a": 41, "\u0627\u0644\u0623\u0634\u062e\u0627\u0635": [26, 41], "\u0627\u0644\u0623\u0635\u0644\u064a": [20, 33], "\u0627\u0644\u0623\u0639\u0644\u0649": 35, "\u0627\u0644\u0623\u0641\u0631\u0627\u062f": 53, "\u0627\u0644\u0623\u0642\u062f\u0645": [24, 33, 39], "\u0627\u0644\u0623\u0642\u0631\u0627\u0635": 41, "\u0627\u0644\u0623\u0642\u0635\u0649": [24, 41], "\u0627\u0644\u0623\u0645\u0627\u0646": 20, "\u0627\u0644\u0623\u0645\u062b\u0644\u0629": 20, "\u0627\u0644\u0623\u0645\u0631": [20, 26, 28, 37, 48], "\u0627\u0644\u0623\u0646\u062f\u0631\u0648\u064a\u062f": 45, "\u0627\u0644\u0623\u0646\u0634\u0637\u0629": 20, "\u0627\u0644\u0623\u0648\u0644": 81, "\u0627\u0644\u0623\u0648\u0644\u0649": [26, 39, 41], "\u0627\u0644\u0623\u0648\u0644\u064a\u0629": 35, "\u0627\u0644\u0623\u064a\u0627\u0645": 41, "\u0627\u0644\u0623\u064a\u0645\u0646": [20, 35, 48], "\u0627\u0644\u0625\u0628\u0644\u0627\u063a": 80, "\u0627\u0644\u0625\u062f\u062e\u0627\u0644": [28, 45], "\u0627\u0644\u0625\u0631\u0633\u0627\u0644": 29, "\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a": 41, "\u0627\u0644\u0625\u0635\u062f\u0627\u0631": [6, 20, 28, 41], "\u0627\u0644\u0625\u0636\u0627\u0621\u0629": 80, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f": [41, 45, 48], "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a": [35, 41, 45, 47, 48, 51, 80, 82], "\u0627\u0644\u0625\u0643\u0645\u0627\u0644": 37, "\u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a": [41, 51], "\u0627\u0644\u0625\u0645\u0643\u0627\u0646\u0627\u062a": 20, "\u0627\u0644\u0625\u0646\u062a\u0627\u062c": 43, "\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a": [20, 46, 49], "\u0627\u0644\u0625\u0646\u0634\u0627\u0621": 41, "\u0627\u0644\u0625\u064a\u0641\u0627\u0621": 24, "\u0627\u0644\u0625\u064a\u0645\u064a\u0644": 41, "\u0627\u0644\u0627\u062a\u062d\u0627\u062f\u064a\u0629": [28, 35, 82], "\u0627\u0644\u0627\u062a\u0635\u0627\u0644": [6, 20, 33, 41, 43, 46, 47, 54, 80], "\u0627\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a": 20, "\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639": 41, "\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629": 82, "\u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638": [24, 33], "\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631": 41, "\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629": 41, "\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629": 81, "\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [20, 48], "\u0627\u0644\u0627\u0633\u062a\u0639\u0645\u0627\u0644": 35, "\u0627\u0644\u0627\u0633\u0645": [35, 41, 82], "\u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643\u0627\u062a": 41, "\u0627\u0644\u0627\u0637\u0644\u0627\u0639": 35, "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a": [31, 41], "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629": 41, "\u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u064a": 82, "\u0627\u0644\u0627\u0646\u062a\u0627\u062c\u064a\u0629": 43, "\u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621": 41, "\u0627\u0644\u0628\u062d\u062b": [20, 26, 37], "\u0627\u0644\u0628\u062f\u064a\u0644\u0629": 20, "\u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644": [20, 47], "\u0627\u0644\u0628\u0631\u064a\u062f": [41, 43, 51, 82], "\u0627\u0644\u0628\u064a\u0626\u0629": 20, "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a": [26, 33, 41, 45, 48], "\u0627\u0644\u0628\u064a\u0646\u064a": 41, "\u0627\u0644\u062a": 51, "\u0627\u0644\u062a\u0623\u0642\u0644\u0645": 6, "\u0627\u0644\u062a\u0623\u0643\u064a\u062f": [28, 41], "\u0627\u0644\u062a\u0627\u0644\u064a": [20, 41, 47, 48], "\u0627\u0644\u062a\u0627\u0644\u064a\u0629": [20, 28, 45, 46, 48, 81], "\u0627\u0644\u062a\u0628\u0627\u064a\u0646": 80, "\u0627\u0644\u062a\u0628\u0648\u064a\u0628": 41, "\u0627\u0644\u062a\u062a\u0646\u0642\u0644": 80, "\u0627\u0644\u062a\u062b\u0628\u064a\u062a": 48, "\u0627\u0644\u062a\u062d\u062f\u064a\u062b": 48, "\u0627\u0644\u062a\u062d\u0631\u064a\u0631": 35, "\u0627\u0644\u062a\u062d\u0642": [6, 54, 82], "\u0627\u0644\u062a\u062d\u0642\u0642": [51, 81], "\u0627\u0644\u062a\u062d\u0643\u0645": 20, "\u0627\u0644\u062a\u062d\u0645\u064a\u0644": [29, 31], "\u0627\u0644\u062a\u062d\u0648\u064a\u0644": 37, "\u0627\u0644\u062a\u062e\u0632\u064a\u0646": [26, 33], "\u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629": [24, 30, 32, 82], "\u0627\u0644\u062a\u062e\u0637\u064a\u0637": 26, "\u0627\u0644\u062a\u0631\u0648\u064a\u0633\u0629": 80, "\u0627\u0644\u062a\u0632\u0627\u0645\u0646": 6, "\u0627\u0644\u062a\u0633\u0644\u0633\u0644": 35, "\u0627\u0644\u062a\u0633\u0648\u064a\u0642": 41, "\u0627\u0644\u062a\u0634\u0628\u064a\u0643": 20, "\u0627\u0644\u062a\u0634\u063a\u064a\u0644": [20, 25, 41], "\u0627\u0644\u062a\u0634\u0641\u064a\u0631": [20, 33], "\u0627\u0644\u062a\u0635\u0631\u064a\u062d": 20, "\u0627\u0644\u062a\u0635\u0645\u064a\u0645": 80, "\u0627\u0644\u062a\u0636\u0645\u064a\u0646": 41, "\u0627\u0644\u062a\u0637\u0628\u064a\u0642": [41, 45, 47, 51, 80, 81], "\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a": [20, 26, 33, 41, 43, 47, 48, 82], "\u0627\u0644\u062a\u0637\u0648\u064a\u0631": 80, "\u0627\u0644\u062a\u0639\u0627\u0631\u0636": 41, "\u0627\u0644\u062a\u0639\u0627\u0631\u0636\u0627\u062a": 41, "\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a": [6, 41, 42, 48], "\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a\u0629": 35, "\u0627\u0644\u062a\u0639\u062f\u064a\u0644": 35, "\u0627\u0644\u062a\u0639\u0644\u064a\u0642": 20, "\u0627\u0644\u062a\u0639\u064a\u064a\u0646": 20, "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a": 41, "\u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644": [24, 33, 35, 37], "\u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a": 47, "\u0627\u0644\u062a\u0642\u0627\u0648\u064a\u0645": [41, 45, 46], "\u0627\u0644\u062a\u0642\u0648\u064a\u0645": [6, 33, 43, 46, 47, 48], "\u0627\u0644\u062a\u0642\u0648\u064a\u0645\u0627\u062a": [41, 45, 46, 48], "\u0627\u0644\u062a\u0643\u0628\u064a\u0631": 80, "\u0627\u0644\u062a\u0643\u0631\u0627\u0631": 41, "\u0627\u0644\u062a\u0643\u0648\u064a\u0646": [20, 26], "\u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a": [37, 82], "\u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629": [26, 39], "\u0627\u0644\u062a\u0646\u0628\u064a\u0647": 41, "\u0627\u0644\u062a\u0646\u0632\u064a\u0644": 35, "\u0627\u0644\u062a\u0646\u0635\u064a\u0628": 20, "\u0627\u0644\u062a\u0646\u0642": 6, "\u0627\u0644\u062a\u0646\u0642\u0644": 80, "\u0627\u0644\u062a\u0648\u0627\u062c\u062f": 20, "\u0627\u0644\u062a\u0648\u0642\u064a\u0639": 20, "\u0627\u0644\u062a\u064a": [20, 24, 26, 33, 35, 41, 43, 45, 46, 48, 51, 53, 80, 81, 82], "\u0627\u0644\u062b\u0627\u0628\u062a\u0629": [20, 41], "\u0627\u0644\u062b\u0627\u0644\u062b": 20, "\u0627\u0644\u062b\u0627\u0646\u064a": 81, "\u0627\u0644\u062b\u0627\u0646\u064a\u0629": [39, 81], "\u0627\u0644\u062b\u0642\u0629": 20, "\u0627\u0644\u062b\u0644\u0627\u062b": [35, 41], "\u0627\u0644\u062b\u0648\u0627\u0646\u064a": 39, "\u0627\u0644\u062b\u064a\u0645\u0627\u062a": 6, "\u0627\u0644\u062b\u064a\u0645\u0629": 80, "\u0627\u0644\u062c\u0627\u0646\u0628": 20, "\u0627\u0644\u062c\u0627\u0646\u0628\u064a": [28, 35, 41, 80], "\u0627\u0644\u062c\u062f\u064a\u062f": [24, 35, 37, 41], "\u0627\u0644\u062c\u062f\u064a\u062f\u0629": [26, 28, 82], "\u0627\u0644\u062c\u0630\u0631": [20, 35, 41], "\u0627\u0644\u062c\u0630\u0631\u064a": 20, "\u0627\u0644\u062d": 41, "\u0627\u0644\u062d\u0627\u062c\u0629": 41, "\u0627\u0644\u062d\u0627\u0633\u0648\u0628": 20, "\u0627\u0644\u062d\u0627\u0636\u0631": 41, "\u0627\u0644\u062d\u0627\u0636\u0631\u0648\u0646": 41, "\u0627\u0644\u062d\u0627\u0636\u0631\u064a\u0646": 41, "\u0627\u0644\u062d\u0627\u0644": 41, "\u0627\u0644\u062d\u0627\u0644\u0629": [26, 35, 41], "\u0627\u0644\u062d\u0627\u0644\u062a\u064a\u0646": 47, "\u0627\u0644\u062d\u0627\u0644\u064a": 35, "\u0627\u0644\u062d\u0627\u0644\u064a\u0629": 20, "\u0627\u0644\u062d\u062c\u0632": 41, "\u0627\u0644\u062d\u062c\u0645": 33, "\u0627\u0644\u062d\u062f": [20, 24, 39, 41], "\u0627\u0644\u062d\u0630\u0641": 41, "\u0627\u0644\u062d\u0633\u0627\u0628": [45, 51], "\u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a": [46, 51], "\u0627\u0644\u062d\u0635\u0629": [30, 32, 82], "\u0627\u0644\u062d\u0635\u0648\u0644": 41, "\u0627\u0644\u062d\u0636\u0648\u0631": 41, "\u0627\u0644\u062d\u0641\u0638": 47, "\u0627\u0644\u062d\u0642\u0644": [20, 28, 51], "\u0627\u0644\u062d\u0642\u0648\u0644": 51, "\u0627\u0644\u062d\u0648\u0627\u0631": [20, 41, 51], "\u0627\u0644\u062e\u0627\u062f\u0648\u0645": [20, 21, 41, 47, 49, 53, 82], "\u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629": 26, "\u0627\u0644\u062e\u0627\u0631\u062c\u064a\u064a\u0646": [26, 41], "\u0627\u0644\u062e\u0627\u0635": [20, 28, 35, 41, 51, 53], "\u0627\u0644\u062e\u0627\u0635\u0629": [6, 20, 26, 41, 45, 48], "\u0627\u0644\u062e\u0627\u0635\u064a\u0629": 41, "\u0627\u0644\u062e\u0627\u0644\u064a\u0629": [24, 39], "\u0627\u0644\u062e\u062f\u0645\u0629": [26, 47, 53], "\u0627\u0644\u062e\u0631\u0648\u062c": 26, "\u0627\u0644\u062e\u0637\u0623": 20, "\u0627\u0644\u062e\u0637\u0648\u0627\u062a": [28, 35, 45, 46, 48, 51], "\u0627\u0644\u062e\u0644\u0641\u064a": 26, "\u0627\u0644\u062e\u0644\u0641\u064a\u0629": 41, "\u0627\u0644\u062e\u0648\u0627\u062f\u0645": 53, "\u0627\u0644\u062e\u064a\u0627\u0631": [20, 26, 37, 41], "\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a": [20, 26, 35, 82], "\u0627\u0644\u062f\u0627\u0626\u0631\u064a": 39, "\u0627\u0644\u062f\u0627\u0643\u0646": 80, "\u0627\u0644\u062f\u062e\u0648\u0644": [6, 20, 26, 45, 49, 80, 82], "\u0627\u0644\u062f\u062e\u0648\u0644\u0627\u062a": 20, "\u0627\u0644\u062f\u0639\u0648\u0627\u062a": 41, "\u0627\u0644\u062f\u0642\u064a\u0642\u0629": 39, "\u0627\u0644\u062f\u0644\u064a\u0644": [20, 41, 47], "\u0627\u0644\u0630\u0627\u0643\u0631\u0629": 24, "\u0627\u0644\u0630\u064a": [20, 28, 35, 41, 43, 45, 48, 51, 81, 82], "\u0627\u0644\u0630\u064a\u0646": [20, 26, 41, 53], "\u0627\u0644\u0631": 43, "\u0627\u0644\u0631\u0624\u064a\u0629": 37, "\u0627\u0644\u0631\u0626\u064a\u0633\u064a": [20, 26, 80], "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629": 41, "\u0627\u0644\u0631\u0627\u0628\u0637": [29, 35, 41], "\u0627\u0644\u0631\u0627\u063a\u0628": 41, "\u0627\u0644\u0631\u0627\u063a\u0628\u064a\u0646": 41, "\u0627\u0644\u0631\u0628\u0637": 20, "\u0627\u0644\u0631\u062c\u0648\u0639": [20, 48], "\u0627\u0644\u0631\u062f": 41, "\u0627\u0644\u0631\u0633\u0645\u064a\u064a\u0646": 20, "\u0627\u0644\u0631\u063a\u0645": [20, 26], "\u0627\u0644\u0631\u0641\u0639": 33, "\u0627\u0644\u0631\u0645\u0632": 81, "\u0627\u0644\u0631\u0648\u0627\u0628\u0637": 82, "\u0627\u0644\u0632": 41, "\u0627\u0644\u0632\u0631": [20, 28, 29, 35, 41], "\u0627\u0644\u0632\u0645\u0646\u064a": 39, "\u0627\u0644\u0632\u0645\u0646\u064a\u0629": [20, 24, 26, 41], "\u0627\u0644\u0632\u064a\u0627\u062f\u0629": 41, "\u0627\u0644\u0633\u0627\u0628\u0642": 41, "\u0627\u0644\u0633\u0627\u0628\u0642\u0629": 51, "\u0627\u0644\u0633\u0627\u0639\u0629": [39, 41], "\u0627\u0644\u0633\u0628\u0628": 47, "\u0627\u0644\u0633\u062c\u0644\u0627\u062a": 20, "\u0627\u0644\u0633\u062d\u0628": 41, "\u0627\u0644\u0633\u062d\u0631\u064a\u0629": 24, "\u0627\u0644\u0633\u0631\u064a": 41, "\u0627\u0644\u0633\u0631\u064a\u0639\u0629": 81, "\u0627\u0644\u0633\u0637\u0631": 20, "\u0627\u0644\u0633\u0637\u0631\u064a": 26, "\u0627\u0644\u0633\u0644\u0629": [33, 41], "\u0627\u0644\u0633\u0645\u0627\u062d": [33, 35, 41], "\u0627\u0644\u0633\u0647\u0645": [28, 39], "\u0627\u0644\u0633\u064a\u0627\u0631\u0629": 41, "\u0627\u0644\u0633\u064a\u0646\u0627\u0631\u064a\u0648": 24, "\u0627\u0644\u0634\u0627\u0626\u0639\u0629": 80, "\u0627\u0644\u0634\u0627\u0634\u0627\u062a": 80, "\u0627\u0644\u0634\u0627\u0634\u0629": 6, "\u0627\u0644\u0634\u0627\u0645\u0644": 26, "\u0627\u0644\u0634\u0628\u0643\u0629": 20, "\u0627\u0644\u0634\u0628\u0643\u064a": 20, "\u0627\u0644\u0634\u062e\u0635": [35, 41], "\u0627\u0644\u0634\u062e\u0635\u064a": [6, 20, 41], "\u0627\u0644\u0634\u062e\u0635\u064a\u0629": [24, 46, 82], "\u0627\u0644\u0634\u0631\u064a\u0637": [28, 35, 41], "\u0627\u0644\u0634\u0643\u0644": [28, 35], "\u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a": [20, 49], "\u0627\u0644\u0634\u0647\u0627\u062f\u0629": [20, 47], "\u0627\u0644\u0634\u0647\u0631": 41, "\u0627\u0644\u0634\u0647\u0631\u064a": 41, "\u0627\u0644\u0634\u064a\u0621": 24, "\u0627\u0644\u0635": 26, "\u0627\u0644\u0635\u063a\u064a\u0631": 48, "\u0627\u0644\u0635\u0641\u062d\u0627\u062a": 41, "\u0627\u0644\u0635\u0641\u062d\u0629": [20, 41], "\u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629": [24, 35, 39], "\u0627\u0644\u0635\u0648\u0631": 33, "\u0627\u0644\u0635\u0648\u0631\u0629": [26, 80], "\u0627\u0644\u0636\u063a\u0637": [20, 28, 41, 46], "\u0627\u0644\u0637\u0627\u0628\u0639": 39, "\u0627\u0644\u0637\u0627\u0642\u0629": 48, "\u0627\u0644\u0637\u0631\u0641": 20, "\u0627\u0644\u0637\u0631\u0642": 20, "\u0627\u0644\u0637\u0631\u064a\u0642\u0629": [20, 26, 28, 41], "\u0627\u0644\u0637\u0644\u0628": 45, "\u0627\u0644\u0637\u0648\u0627\u0628\u0639": 24, "\u0627\u0644\u0639\u0627\u0644\u064a": 80, "\u0627\u0644\u0639\u0627\u0645": [6, 41], "\u0627\u0644\u0639\u0627\u0645\u0629": [35, 41], "\u0627\u0644\u0639\u0627\u0645\u0644": 81, "\u0627\u0644\u0639\u062b\u0648\u0631": 41, "\u0627\u0644\u0639\u062f\u064a\u062f": 41, "\u0627\u0644\u0639\u0631\u0636": [41, 82], "\u0627\u0644\u0639\u0644\u0648\u064a": 20, "\u0627\u0644\u0639\u0645\u0644": [6, 42, 48], "\u0627\u0644\u0639\u0645\u0644\u0627\u0621": [20, 41], "\u0627\u0644\u0639\u0645\u0644\u064a\u0629": 39, "\u0627\u0644\u0639\u0645\u064a\u0644": [20, 49], "\u0627\u0644\u0639\u0646\u0627\u0635\u0631": [41, 80], "\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646": [6, 45, 47], "\u0627\u0644\u0639\u0646\u0635\u0631": [48, 80], "\u0627\u0644\u0639\u0646\u0648\u0627\u0646": [28, 41, 51], "\u0627\u0644\u0639\u0648\u0627\u0645\u0644": 81, "\u0627\u0644\u063a\u0631\u0636": 26, "\u0627\u0644\u063a\u0631\u0641": 41, "\u0627\u0644\u063a\u0631\u0641\u0629": 41, "\u0627\u0644\u0640": [39, 41], "\u0627\u0644\u0641": 41, "\u0627\u0644\u0641\u0627\u0631\u0629": 20, "\u0627\u0644\u0641\u062a\u0631\u0629": [20, 41], "\u0627\u0644\u0641\u0631\u062f\u064a\u0629": 26, "\u0627\u0644\u0641\u0631\u064a\u062f\u0629": 41, "\u0627\u0644\u0641\u0631\u064a\u0642": 43, "\u0627\u0644\u0641\u0648\u0631": [24, 48], "\u0627\u0644\u0642": [20, 28, 35], "\u0627\u0644\u0642\u0627\u0626\u0645\u0629": [20, 35, 37, 41, 48, 54], "\u0627\u0644\u0642\u0627\u062f\u0645\u0629": 51, "\u0627\u0644\u0642\u0628\u0648\u0644": 37, "\u0627\u0644\u0642\u0628\u064a\u0644": 26, "\u0627\u0644\u0642\u062f\u064a\u0645\u0629": 26, "\u0627\u0644\u0642\u0631\u0627\u0621\u0629": 80, "\u0627\u0644\u0642\u0631\u0635": [20, 33, 39], "\u0627\u0644\u0642\u0633\u0645": 41, "\u0627\u0644\u0642\u0635\u064a": [26, 28], "\u0627\u0644\u0642\u0635\u064a\u0629": 20, "\u0627\u0644\u0642\u0648\u0629": 24, "\u0627\u0644\u0642\u064a\u0645\u0629": [20, 24], "\u0627\u0644\u0643\u0627\u0626\u0646": 35, "\u0627\u0644\u0643\u0627\u0645\u0644": [41, 82], "\u0627\u0644\u0643\u0628\u064a\u0631\u0629": 53, "\u0627\u0644\u0643\u062a\u0627\u0628\u0629": 35, "\u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631": [46, 53], "\u0627\u0644\u0644\u0627\u062d\u0642\u0629": 20, "\u0627\u0644\u0644\u0627\u0632\u0645": 20, "\u0627\u0644\u0644\u0648\u0646": 41, "\u0627\u0644\u0645": [6, 20, 22, 24, 30, 35, 41, 49, 54, 82], "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a": 53, "\u0627\u0644\u0645\u0624\u0634\u0631": 41, "\u0627\u0644\u0645\u0624\u0642\u062a": 33, "\u0627\u0644\u0645\u0624\u0642\u062a\u0629": 33, "\u0627\u0644\u0645\u0627\u0644\u0643": [24, 35, 37], "\u0627\u0644\u0645\u0627\u0648\u0633": [20, 48], "\u0627\u0644\u0645\u0628\u062f\u0626\u064a": 41, "\u0627\u0644\u0645\u0628\u0646\u064a\u0629": 20, "\u0627\u0644\u0645\u062a\u0627\u062d\u0629": [24, 39, 45, 82], "\u0627\u0644\u0645\u062a\u062c\u0631": 20, "\u0627\u0644\u0645\u062a\u0635\u0641\u062d": 20, "\u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a": [6, 20, 81], "\u0627\u0644\u0645\u062a\u0635\u0644": 20, "\u0627\u0644\u0645\u062a\u0635\u0644\u0629": [6, 26, 81], "\u0627\u0644\u0645\u062a\u0635\u0644\u064a\u0646": 41, "\u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629": 41, "\u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a": 31, "\u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629": [47, 51], "\u0627\u0644\u0645\u062a\u0648\u0627\u0641\u0642\u0629": 41, "\u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629": [24, 39], "\u0627\u0644\u0645\u062b\u0627\u0644": [20, 26, 35, 41, 48, 80, 81], "\u0627\u0644\u0645\u062b\u0646\u0649": [51, 81], "\u0627\u0644\u0645\u062c\u0627\u0644": 24, "\u0627\u0644\u0645\u062c\u0627\u0646\u064a": 53, "\u0627\u0644\u0645\u062c\u062f\u0648\u0644\u0629": 41, "\u0627\u0644\u0645\u062c\u0644\u062f": [24, 28, 35, 37, 82], "\u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": [26, 35, 37, 53], "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a": 41, "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629": [20, 26], "\u0627\u0644\u0645\u062c\u0647\u0648\u0644": 29, "\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629": [6, 80], "\u0627\u0644\u0645\u062d\u062a\u0648\u0649": [20, 80], "\u0627\u0644\u0645\u062d\u062c\u0648\u0632\u0629": 41, "\u0627\u0644\u0645\u062d\u062f\u062b\u0629": 28, "\u0627\u0644\u0645\u062d\u062f\u062f": [37, 41], "\u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0627\u062a": 54, "\u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629": [30, 32, 33, 41], "\u0627\u0644\u0645\u062d\u0631\u0631": 41, "\u0627\u0644\u0645\u062d\u0631\u0643": 20, "\u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0629": 20, "\u0627\u0644\u0645\u062d\u0644": 53, "\u0627\u0644\u0645\u062d\u0644\u064a": [20, 41], "\u0627\u0644\u0645\u062d\u0644\u064a\u0629": 53, "\u0627\u0644\u0645\u062d\u0645\u0648\u0644": 20, "\u0627\u0644\u0645\u062d\u0645\u064a\u0629": 20, "\u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629": 41, "\u0627\u0644\u0645\u062e\u0632\u0646\u0629": [20, 39], "\u0627\u0644\u0645\u062f\u0631\u062c\u0629": 82, "\u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629": 41, "\u0627\u0644\u0645\u062f\u0639\u0648\u0645\u064a\u0646": 53, "\u0627\u0644\u0645\u0631\u0627\u062f": 20, "\u0627\u0644\u0645\u0631\u0629": 41, "\u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629": 28, "\u0627\u0644\u0645\u0631\u062c\u062d": 26, "\u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062a": 41, "\u0627\u0644\u0645\u0631\u0641\u0648\u0639\u0629": 31, "\u0627\u0644\u0645\u0631\u0648\u0631": [6, 20, 26, 45, 47, 51, 81], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629": [6, 43], "\u0627\u0644\u0645\u0632\u064a\u062f": [24, 43, 81], "\u0627\u0644\u0645\u0633\u0627\u062d\u0629": [24, 39, 41], "\u0627\u0644\u0645\u0633\u0627\u0631": [20, 51], "\u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629": 80, "\u0627\u0644\u0645\u0633\u0627\u0647\u0645\u0629": 80, "\u0627\u0644\u0645\u0633\u062a\u062e\u062f": [37, 47, 49], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645": [6, 20, 24, 28, 35, 37, 41, 45, 51], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646": [26, 33], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": [24, 26, 28, 33, 35, 82], "\u0627\u0644\u0645\u0633\u062a\u0639\u0645\u0644\u0629": 41, "\u0627\u0644\u0645\u0633\u062a\u0644\u0645": 28, "\u0627\u0644\u0645\u0633\u062a\u0646\u062f": 20, "\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a": [46, 82], "\u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641": [37, 41], "\u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u0648\u0646": 35, "\u0627\u0644\u0645\u0633\u062a\u0647\u0644\u0643\u0629": 82, "\u0627\u0644\u0645\u0633\u0645\u0648\u062d": [20, 24], "\u0627\u0644\u0645\u0633\u0645\u0649": 51, "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": [26, 28, 35], "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629": [20, 26, 28, 33, 41, 82], "\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639": 43, "\u0627\u0644\u0645\u0634\u062a\u0631\u0643": 41, "\u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629": [26, 33, 53], "\u0627\u0644\u0645\u0634\u0631\u0641": [24, 26, 29, 31, 33, 35, 37, 41], "\u0627\u0644\u0645\u0634\u0631\u0641\u064a\u0646": 37, "\u0627\u0644\u0645\u0634\u0641\u0631": [20, 33], "\u0627\u0644\u0645\u0634\u0641\u0631\u0629": [33, 49], "\u0627\u0644\u0645\u0634\u0643\u0644\u0627\u062a": 80, "\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629": 20, "\u0627\u0644\u0645\u0635\u062f\u0631": [20, 37, 53], "\u0627\u0644\u0645\u0635\u0631\u062d": 81, "\u0627\u0644\u0645\u0635\u063a\u0631\u0629": [26, 33], "\u0627\u0644\u0645\u0636\u064a\u0641": 20, "\u0627\u0644\u0645\u0637\u0644\u0648\u0628": 20, "\u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629": [20, 41], "\u0627\u0644\u0645\u0638\u0647\u0631": 80, "\u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0627\u062a": 26, "\u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629": 26, "\u0627\u0644\u0645\u0639\u0631\u0648\u0641": 45, "\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a": [20, 35, 41, 46, 51], "\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0629": 41, "\u0627\u0644\u0645\u0639\u0646\u064a\u0629": 43, "\u0627\u0644\u0645\u0639\u064a\u0646": 20, "\u0627\u0644\u0645\u0641\u0627\u062a": 24, "\u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d": 6, "\u0627\u0644\u0645\u0641\u0636\u0644\u0629": 21, "\u0627\u0644\u0645\u0642\u0627\u0628\u0633": 20, "\u0627\u0644\u0645\u0642\u0627\u0644": 20, "\u0627\u0644\u0645\u0642\u0631\u0624\u064a\u0629": 80, "\u0627\u0644\u0645\u0642\u0635\u0648\u062f": 41, "\u0627\u0644\u0645\u0643\u062a\u0628": [22, 30, 82], "\u0627\u0644\u0645\u0644\u0641": [20, 24, 26, 28, 35, 37, 39, 41], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a": [6, 25, 28, 31, 32, 33, 35, 37, 41, 46, 53], "\u0627\u0644\u0645\u0644\u0643\u064a\u0629": 37, "\u0627\u0644\u0645\u0645\u0643\u0646\u0629": 41, "\u0627\u0644\u0645\u0646\u0627\u0633\u0628": 20, "\u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629": [31, 51], "\u0627\u0644\u0645\u0646\u0632\u0644": [41, 48], "\u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629": 20, "\u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629": 41, "\u0627\u0644\u0645\u0646\u0638\u0645": 41, "\u0627\u0644\u0645\u0646\u0641\u0630": 20, "\u0627\u0644\u0645\u0646\u0642\u0648\u0644\u0629": 37, "\u0627\u0644\u0645\u0647\u0627\u0645": [20, 41, 43, 46, 48], "\u0627\u0644\u0645\u0647\u0644": 26, "\u0627\u0644\u0645\u0647\u0645\u0644\u0627\u062a": [24, 26, 28, 33, 54], "\u0627\u0644\u0645\u0648\u0627\u0631\u062f": [46, 48], "\u0627\u0644\u0645\u0648\u0627\u0635\u0641\u0629": 41, "\u0627\u0644\u0645\u0648\u062c\u0648\u062f": [24, 39], "\u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629": [20, 35, 41], "\u0627\u0644\u0645\u0648\u0631\u062f": [41, 48], "\u0627\u0644\u0645\u0648\u0635\u0649": 20, "\u0627\u0644\u0645\u0648\u0642\u0639": 41, "\u0627\u0644\u0645\u064a\u0632\u0627\u062a": [21, 82], "\u0627\u0644\u0645\u064a\u0632\u0629": [20, 26], "\u0627\u0644\u0646": [30, 32, 82], "\u0627\u0644\u0646\u0633\u0628\u064a\u0629": 33, "\u0627\u0644\u0646\u0633\u062e": 33, "\u0627\u0644\u0646\u0633\u062e\u0629": 20, "\u0627\u0644\u0646\u0634\u0637\u0629": 20, "\u0627\u0644\u0646\u0635": 80, "\u0627\u0644\u0646\u0635\u064a": 26, "\u0627\u0644\u0646\u0638\u0627\u0645": [41, 82], "\u0627\u0644\u0646\u0642\u0627\u0637": [35, 41], "\u0627\u0644\u0646\u0642\u0627\u0644": [20, 48], "\u0627\u0644\u0646\u0642\u0631": [28, 41, 45], "\u0627\u0644\u0646\u0645\u0637": 39, "\u0627\u0644\u0646\u0645\u0648\u0630\u062c": 28, "\u0627\u0644\u0646\u0647\u0627\u064a\u0627\u062a": 41, "\u0627\u0644\u0647": [6, 54, 82], "\u0627\u0644\u0647\u0627\u062a\u0641": [20, 48, 82], "\u0627\u0644\u0647\u062f\u0641": 37, "\u0627\u0644\u0647\u0631\u0645\u064a": 35, "\u0627\u0644\u0647\u0648\u0627\u062a\u0641": [22, 30], "\u0627\u0644\u0647\u0648\u064a\u0629": [51, 81], "\u0627\u0644\u0648": 28, "\u0627\u0644\u0648\u0627\u0631\u062f": 37, "\u0627\u0644\u0648\u0627\u0631\u062f\u0629": 35, "\u0627\u0644\u0648\u0627\u0642\u0639": [28, 35], "\u0627\u0644\u0648\u0628": 6, "\u0627\u0644\u0648\u062d\u064a\u062f\u0629": [26, 41], "\u0627\u0644\u0648\u0635\u0641": 41, "\u0627\u0644\u0648\u0635\u0641\u064a\u0629": 33, "\u0627\u0644\u0648\u0635\u0648\u0644": [6, 21, 22, 26, 30, 41, 45, 81], "\u0627\u0644\u0648\u0642\u062a": [41, 48], "\u0627\u0644\u0648\u064a\u0628": [20, 31, 43], "\u0627\u0644\u064a\u0633\u0627\u0631": 39, "\u0627\u0644\u064a\u0648\u0645": [20, 41, 82], "\u0627\u0644\u064a\u0648\u0645\u064a": 41, "\u0627\u0645\u062a\u062f\u0627\u062f": 20, "\u0627\u0645\u0633\u062d": 81, "\u0627\u0646\u062a\u0638\u0627\u0631": 39, "\u0627\u0646\u062a\u0642": 20, "\u0627\u0646\u062a\u0642\u0644": 20, "\u0627\u0646\u062a\u0647\u0627\u0621": [24, 35, 39, 41], "\u0627\u0646\u062a\u0647\u062a": 45, "\u0627\u0646\u0634\u063a\u0627\u0644\u0643": 41, "\u0627\u0646\u0638\u0631": 20, "\u0627\u0646\u0642": [28, 35, 39, 48, 51], "\u0627\u0646\u0642\u0631": [41, 51], "\u0627\u0648": 24, "\u0628": [20, 28, 35, 37, 41, 51, 80], "\u0628\u0623\u0639\u0636\u0627\u0621": 82, "\u0628\u0623\u0643\u0628\u0631": 31, "\u0628\u0623\u0646": 31, "\u0628\u0623\u064a": 20, "\u0628\u0625\u062f\u062e\u0627\u0644": 45, "\u0628\u0625\u0636\u0627\u0641\u0629": 41, "\u0628\u0625\u0639\u0627\u062f\u0629": 26, "\u0628\u0625\u0639\u062f\u0627\u062f\u0627\u062a": 31, "\u0628\u0625\u0639\u062f\u0627\u062f\u0647": 20, "\u0628\u0625\u0644\u063a\u0627\u0621": [26, 35], "\u0628\u0625\u0644\u0642\u0627\u0621": 47, "\u0628\u0625\u0645\u0643\u0627\u0646\u0643": 20, "\u0628\u0625\u0645\u0643\u0627\u0646\u0647\u0645": 26, "\u0628\u0625\u0646\u0634\u0627\u0621": [20, 33, 43], "\u0628\u0627": 41, "\u0628\u0627\u062a\u0628\u0627\u0639": [46, 48], "\u0628\u0627\u062a\u0635\u0627\u0644\u0627\u062a": 20, "\u0628\u0627\u062d\u062a\u0633\u0627\u0628": 24, "\u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [21, 25, 29, 35, 48, 53], "\u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [6, 22, 30], "\u0628\u0627\u0633\u0645": [20, 45], "\u0628\u0627\u0634\u062a\u0631\u0627\u0643\u0647\u0645": 53, "\u0628\u0627\u0639\u062a\u0628\u0627\u0631": 20, "\u0628\u0627\u0642\u064a": 43, "\u0628\u0627\u0643\u062a\u0634\u0627\u0641": 41, "\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629": [24, 46, 48], "\u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a": 48, "\u0628\u0627\u0644\u0628\u0631\u064a\u062f": 41, "\u0628\u0627\u0644\u062a\u0627\u0644\u064a": 20, "\u0628\u0627\u0644\u062a\u062d\u0642": 6, "\u0628\u0627\u0644\u062a\u0631\u0627\u062c\u0639": 41, "\u0628\u0627\u0644\u062a\u0645\u0631\u064a\u0631": 51, "\u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642": 41, "\u0628\u0627\u0644\u062c\u0647\u0627\u0632": 6, "\u0628\u0627\u0644\u062d\u062f": [24, 39], "\u0628\u0627\u0644\u062e\u0627\u062f\u0648\u0645": 20, "\u0628\u0627\u0644\u0631\u063a\u0645": 80, "\u0628\u0627\u0644\u0631\u0641\u0636": 41, "\u0628\u0627\u0644\u0631\u0641\u0639": 35, "\u0628\u0627\u0644\u0634\u0628\u0643\u0629": 20, "\u0628\u0627\u0644\u0637\u0631\u064a\u0642\u0629": [20, 26], "\u0628\u0627\u0644\u0639\u0631\u0636": 35, "\u0628\u0627\u0644\u0641\u0639\u0644": [31, 41, 81], "\u0628\u0627\u0644\u0642\u0628\u0648\u0644": 41, "\u0628\u0627\u0644\u0643\u0627\u0645\u0644": 41, "\u0628\u0627\u0644\u0645\u062b\u0644": [41, 46], "\u0628\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629": 35, "\u0628\u0627\u0644\u0645\u0634\u0631\u0641": 80, "\u0628\u0627\u0644\u0645\u0642\u0627\u0628\u0644": 20, "\u0628\u0627\u0644\u0645\u0646\u0638\u0645": 41, "\u0628\u0627\u0644\u0646\u0633\u0628\u0629": [20, 26, 35, 41], "\u0628\u0627\u0644\u0647": 20, "\u0628\u0627\u0644\u0648\u0635\u0648\u0644": 20, "\u0628\u0627\u0646\u062a\u0638\u0627\u0645": 41, "\u0628\u0627\u064a\u062a": 31, "\u0628\u062a\u0623\u0643\u064a\u062f": 28, "\u0628\u062a\u062b\u0628\u064a\u062a": 20, "\u0628\u062a\u062d\u062f\u064a\u062b": 26, "\u0628\u062a\u062d\u0631\u064a\u0631": [20, 35], "\u0628\u062a\u062d\u0645\u064a\u0644": 33, "\u0628\u062a\u0633\u062c\u064a\u0644": 20, "\u0628\u062a\u0634\u0628\u064a\u0643": 20, "\u0628\u062a\u0634\u063a\u064a\u0644": [51, 53], "\u0628\u062a\u0637\u0628\u064a\u0642": 43, "\u0628\u062a\u0639\u0637\u064a\u0644": 41, "\u0628\u062a\u0639\u064a\u064a\u0646": [20, 24, 33, 82], "\u0628\u062a\u063a\u064a\u064a\u0631": [20, 41, 51], "\u0628\u062a\u0642\u064a\u064a\u062f": 20, "\u0628\u062a\u0645\u0643\u064a\u0646": [26, 51], "\u0628\u062a\u0645\u0643\u064a\u0646\u0647": 26, "\u0628\u062a\u0645\u0643\u064a\u0646\u0647\u0627": 29, "\u0628\u062a\u0646\u0632\u064a\u0644": 45, "\u0628\u062a\u0646\u0635\u064a\u0628": [41, 45], "\u0628\u062a\u0648\u0627\u0631\u064a\u062e": 41, "\u0628\u062c\u062f\u0648\u0644\u0629": 41, "\u0628\u062c\u0644\u0628": 41, "\u0628\u062c\u0645\u064a\u0639": 41, "\u0628\u062c\u0648\u0627\u0631": [37, 41], "\u0628\u062d\u062b": 46, "\u0628\u062d\u062c\u0632": 41, "\u0628\u062d\u062f": 24, "\u0628\u062d\u062f\u062b": 41, "\u0628\u062d\u0630\u0641": 24, "\u0628\u062d\u0630\u0641\u0647": 24, "\u0628\u062d\u0631\u064a\u0629": 41, "\u0628\u062d\u0633\u0628": 26, "\u0628\u062d\u064a\u062b": [20, 33, 41, 48], "\u0628\u062e\u0627\u062f\u0648\u0645": [20, 26, 28], "\u0628\u062f\u0621": [41, 47], "\u0628\u062f\u0621\u0627": 53, "\u0628\u062f\u0623": 35, "\u0628\u062f\u0623\u062a": 35, "\u0628\u062f\u0644\u0627": [20, 41], "\u0628\u062f\u0648\u0646": [20, 24, 39, 41], "\u0628\u0630\u0644\u0643": 20, "\u0628\u0631\u0646\u0627\u0645\u062c": [20, 53], "\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644": 20, "\u0628\u0631\u064a\u062f": [41, 80], "\u0628\u0631\u064a\u062f\u0647\u0645": 41, "\u0628\u0632\u0631": 20, "\u0628\u0632\u064a\u0627\u062f\u0627\u062a": 41, "\u0628\u0632\u064a\u0627\u062f\u0629": 31, "\u0628\u0633\u0628\u0628": [35, 37], "\u0628\u0633\u0644\u0629": [24, 33], "\u0628\u0634\u0623\u0646": 20, "\u0628\u0634\u062f\u0629": 20, "\u0628\u0634\u0643\u0644": [20, 24, 25, 31, 35, 41, 48, 49, 80], "\u0628\u0635\u0641\u062a\u0643": 41, "\u0628\u0635\u0644\u0627\u062d\u064a": 35, "\u0628\u0635\u0648\u0631\u0629": 28, "\u0628\u0636\u0639": [26, 48], "\u0628\u0637\u0628\u0642\u0629": 20, "\u0628\u0637\u0631\u064a\u0642\u0629": [26, 43], "\u0628\u0639\u062f": [26, 28, 41, 45, 47, 48, 51], "\u0628\u0639\u0636": [24, 26, 31, 33, 35, 41, 48, 82], "\u0628\u0639\u0645\u0644\u064a\u0627\u062a": 33, "\u0628\u0639\u0646\u0648\u0627\u0646": 20, "\u0628\u0640": [20, 45, 47, 51], "\u0628\u0640\u0646\u0643\u0633\u062a": [20, 45], "\u0628\u0641\u0643": 26, "\u0628\u0642\u0628\u0648\u0644": 37, "\u0628\u0642\u064a\u0629": 20, "\u0628\u0643": [20, 26, 28, 35, 41, 48, 53], "\u0628\u0643\u062a\u0627\u0628\u0629": 37, "\u0628\u0643\u0644\u0645\u0629": [26, 35], "\u0628\u0643\u0645": 53, "\u0628\u0644": 24, "\u0628\u0645\u0627": [20, 41], "\u0628\u0645\u062c\u0631\u062f": 41, "\u0628\u0645\u0632\u0627\u0645\u0646\u0629": 41, "\u0628\u0645\u0632\u0648\u062f\u0643": 20, "\u0628\u0645\u0634\u0627\u0631\u0643\u062a\u0643": 20, "\u0628\u0645\u0634\u0627\u0631\u0643\u062a\u0647": 28, "\u0628\u0645\u0637\u0627\u0644\u0628\u0629": 26, "\u0628\u0646\u0627\u0621": [80, 81], "\u0628\u0646\u062c\u0627\u062d": 51, "\u0628\u0646\u0633\u062e\u0629": 39, "\u0628\u0646\u0641\u0633": 20, "\u0628\u0646\u0642\u0631": 48, "\u0628\u0646\u0643\u0633\u062a": 20, "\u0628\u0647": [20, 24, 41, 81], "\u0628\u0647\u0627": [20, 41], "\u0628\u0647\u0630\u0627": [28, 35, 45], "\u0628\u0647\u0645": 26, "\u0628\u0648\u0627\u0633\u0637\u0629": [20, 31, 41, 46, 80, 81, 82], "\u0628\u064a\u0627\u0646\u0627\u062a": [20, 26, 41], "\u0628\u064a\u0627\u0646\u0627\u062a\u0643": [6, 26, 41, 53], "\u0628\u064a\u0627\u0646\u0627\u062a\u0647\u0627": 33, "\u0628\u064a\u0646": 35, "\u0628\u064a\u0646\u0645\u0627": 41, "\u0629": [6, 20, 26, 28, 35, 41, 43, 53, 54, 80, 82], "\u062a": [20, 24, 26, 33, 35, 41, 45, 47, 51, 81], "\u062a\u0623\u062e\u0630\u0647": 41, "\u062a\u0623\u0643\u062f": [47, 49], "\u062a\u0623\u0643\u064a\u062f": [41, 45, 47], "\u062a\u0627\u0628\u0639": 20, "\u062a\u0627\u0631\u064a\u062e": [20, 41], "\u062a\u0627\u0631\u064a\u062e\u0627": 35, "\u062a\u0628\u0627\u062f\u0644": 41, "\u062a\u0628\u0627\u064a\u0646": 80, "\u062a\u0628\u0648\u064a\u0628": 35, "\u062a\u0628\u0648\u064a\u0628\u0629": 20, "\u062a\u062a\u062c\u0627\u0648\u0632": 33, "\u062a\u062a\u062d\u0643\u0645": 53, "\u062a\u062a\u0631\u062f\u062f": 80, "\u062a\u062a\u0635\u0641\u062d": 20, "\u062a\u062a\u0637\u0644\u0628": 41, "\u062a\u062a\u0639\u0627\u0631\u0636": 41, "\u062a\u062a\u0639\u0644\u0642": 47, "\u062a\u062a\u0643\u0648\u0646": 43, "\u062a\u062a\u0644\u0642": 41, "\u062a\u062a\u0644\u0642\u0627\u0647\u0627": 81, "\u062a\u062a\u0644\u0642\u0649": [20, 29], "\u062a\u062a\u0645": [39, 41, 48], "\u062a\u062a\u0645\u0643\u0646": [41, 51], "\u062a\u062a\u0648\u0641\u0631": [35, 41], "\u062a\u062a\u064a\u062d": [26, 28, 35], "\u062a\u062b\u0628\u064a\u062a": 45, "\u062a\u062c\u0627\u0648\u0632": 24, "\u062a\u062c\u0627\u0648\u0632\u062a": [24, 39], "\u062a\u062c\u062f": [21, 47], "\u062a\u062c\u062f\u0647\u0627": 80, "\u062a\u062c\u0631\u0628\u0629": 47, "\u062a\u062d\u062a": 46, "\u062a\u062d\u062a\u0627\u062c": [20, 31, 45], "\u062a\u062d\u062f\u064a\u062b": [20, 41, 48], "\u062a\u062d\u062f\u064a\u062b\u0647\u0627": 20, "\u062a\u062d\u062f\u064a\u062f": [20, 41, 47], "\u062a\u062d\u0630\u0641": [24, 39, 41], "\u062a\u062d\u0630\u064a\u0631": 26, "\u062a\u062d\u0630\u064a\u0631\u0627": 20, "\u062a\u062d\u0630\u064a\u0631\u0627\u062a": 20, "\u062a\u062d\u0631\u064a\u0631": 20, "\u062a\u062d\u0631\u064a\u0631\u0647\u0627": 21, "\u062a\u062d\u0633\u064a\u0646": 80, "\u062a\u062d\u0633\u064a\u0646\u0647\u0627": 20, "\u062a\u062d\u0642": 20, "\u062a\u062d\u0643\u0645": 41, "\u062a\u062d\u0645\u064a\u0644": [20, 28, 31, 35], "\u062a\u062d\u0645\u064a\u0644\u0647\u0627": [33, 41], "\u062a\u062e\u062a\u0627\u0631\u0647": 20, "\u062a\u062e\u062a\u0641\u064a": 41, "\u062a\u062e\u0631\u062c": 26, "\u062a\u062e\u0632\u0646": 33, "\u062a\u062e\u0632\u064a\u0646": [20, 26], "\u062a\u062e\u0635\u064a\u0635": 80, "\u062a\u062e\u0637": 80, "\u062a\u062e\u0637\u0637": [20, 41], "\u062a\u062f\u062e\u0644": 26, "\u062a\u062f\u0639\u0645": 81, "\u062a\u0630\u0643\u064a\u0631\u0627\u062a": 41, "\u062a\u0630\u0647\u0628": 41, "\u062a\u0631\u063a\u0628": [20, 28, 41, 45, 48, 80], "\u062a\u0631\u0643": 20, "\u062a\u0631\u0649": [26, 41], "\u062a\u0631\u064a\u062f": [20, 35, 41, 45], "\u062a\u0631\u064a\u062f\u0647": 82, "\u062a\u0632\u0627\u0644": 33, "\u062a\u0633\u0628\u0628": 80, "\u062a\u0633\u062a\u062e\u062f\u0645": 20, "\u062a\u0633\u062a\u062e\u062f\u0645\u0647": 20, "\u062a\u0633\u062a\u062e\u062f\u0645\u0647\u0627": [26, 48], "\u062a\u0633\u062a\u0637\u064a\u0639": 20, "\u062a\u0633\u062a\u0639\u0645\u0644": 20, "\u062a\u0633\u062a\u063a\u0631\u0642": 26, "\u062a\u0633\u062c\u064a\u0644": [20, 45, 80, 81, 82], "\u062a\u0633\u0645\u062d": [20, 41, 43], "\u062a\u0633\u0645\u064a\u0629": 35, "\u062a\u0633\u0645\u064a\u062a\u0647\u0627": 24, "\u062a\u0634\u0627\u0631\u0643": 24, "\u062a\u0634\u0628\u064a\u0643": 20, "\u062a\u0634\u0628\u064a\u0643\u0647": 20, "\u062a\u0634\u062a\u0645\u0644": 82, "\u062a\u0634\u063a\u0644": 33, "\u062a\u0634\u063a\u064a\u0644": [20, 26, 45], "\u062a\u0634\u063a\u064a\u0644\u0647": 26, "\u062a\u0634\u063a\u064a\u0644\u0647\u0627": 20, "\u062a\u0634\u0641\u064a\u0631": [20, 26, 47], "\u062a\u0634\u0641\u064a\u0631\u0647\u0627": 26, "\u062a\u0634\u064a\u0631": 51, "\u062a\u0635\u062f\u064a\u0631\u0647": 41, "\u062a\u0635\u062f\u064a\u0642": 20, "\u062a\u0635\u0631\u064a\u062d": 45, "\u062a\u0635\u063a\u064a\u0631\u0647\u0645\u0627": 80, "\u062a\u0635\u0644": [20, 31], "\u062a\u0636\u0645": 6, "\u062a\u0636\u0645\u064a\u0646": 41, "\u062a\u0637\u0628\u064a\u0642": [6, 20, 26, 39, 43, 46, 47, 48, 51, 53, 80, 81], "\u062a\u0637\u0628\u064a\u0642\u0627\u062a": [6, 45, 46, 48, 82], "\u062a\u0637\u0628\u064a\u0642\u064a": 33, "\u062a\u0638\u0644": [24, 33], "\u062a\u0638\u0647\u0631": [35, 41, 51, 82], "\u062a\u0639\u0627\u0631\u0636\u0627\u062a": 41, "\u062a\u0639\u062a\u0628\u0631\u0647\u0627": 20, "\u062a\u0639\u062a\u0642\u062f": 41, "\u062a\u0639\u062a\u0645\u062f": 82, "\u062a\u0639\u062f": 41, "\u062a\u0639\u062f\u064a\u0644": 31, "\u062a\u0639\u0631\u0636": [35, 41], "\u062a\u0639\u0631\u0641": [20, 33], "\u062a\u0639\u0631\u0641\u0647": 81, "\u062a\u0639\u0637\u064a\u0644": [21, 41], "\u062a\u0639\u0637\u064a\u0644\u0647": 41, "\u062a\u0639\u0642\u0628": 80, "\u062a\u0639\u0642\u064a\u062f": 41, "\u062a\u0639\u0644\u064a\u0642": 41, "\u062a\u0639\u0645\u0644": [20, 26, 81], "\u062a\u0639\u0646\u064a": 20, "\u062a\u0639\u064a\u064a\u0646": [6, 24, 26, 33, 48, 81], "\u062a\u0639\u064a\u064a\u0646\u0647": 31, "\u062a\u0639\u064a\u064a\u0646\u0647\u0627": 35, "\u062a\u063a\u064a\u064a\u0631": [6, 24, 41, 48, 51], "\u062a\u063a\u064a\u064a\u0631\u0647": [41, 82], "\u062a\u063a\u064a\u064a\u0631\u0647\u0627": 51, "\u062a\u0641": 41, "\u062a\u0641\u0627\u0635\u064a\u0644": [20, 41], "\u062a\u0641\u062a\u062d": 20, "\u062a\u0641\u0636\u0644": 20, "\u062a\u0641\u0636\u0644\u0647": [51, 82], "\u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643": [6, 81], "\u062a\u0641\u0642\u062f": 26, "\u062a\u0641\u064a": 24, "\u062a\u0642\u0627\u062f\u0645": 33, "\u062a\u0642\u062f": 20, "\u062a\u0642\u0635\u062f": 26, "\u062a\u0642\u0644\u064a\u0644": 80, "\u062a\u0642\u0648\u0644": 26, "\u062a\u0642\u0648\u0645": [20, 24, 41, 45], "\u062a\u0642\u0648\u064a\u0645": [45, 51], "\u062a\u0642\u0648\u064a\u0645\u0627": [47, 48], "\u062a\u0642\u0648\u064a\u0645\u0627\u062a": 41, "\u062a\u0642\u0648\u064a\u0645\u0627\u062a\u0643": 41, "\u062a\u0642\u0648\u064a\u0645\u0643": [41, 47, 51], "\u062a\u0642\u064a\u064a\u062f": 6, "\u062a\u0643": [20, 26, 28, 41, 48], "\u062a\u0643\u0628\u064a\u0631": 6, "\u062a\u0643\u0648\u0646": [20, 24, 28, 35, 41, 45, 46, 47, 48], "\u062a\u0643\u0648\u064a\u0646": [20, 35], "\u062a\u0643\u0648\u064a\u0646\u0647": 41, "\u062a\u0644\u0642": 24, "\u062a\u0644\u0642\u0627\u0626\u064a": [20, 35, 41, 47], "\u062a\u0644\u0642\u0627\u0626\u064a\u0627": [28, 35], "\u062a\u0644\u0642\u0627\u0626\u064a\u0629": 28, "\u062a\u0644\u0643": 41, "\u062a\u0645": [20, 24, 26, 31, 33, 35, 41, 45, 51, 82], "\u062a\u0645\u0627\u0645": [20, 31], "\u062a\u0645\u0631\u064a\u0631": 20, "\u062a\u0645\u0643\u064a\u0646": [23, 26, 30, 33, 35, 41, 49], "\u062a\u0645\u0643\u064a\u0646\u0647": 20, "\u062a\u0645\u0643\u064a\u0646\u0647\u0627": 82, "\u062a\u0645\u0646\u062d\u0647\u0627": 41, "\u062a\u0646\u0627\u0642\u0635": 80, "\u062a\u0646\u0632\u064a\u0644": 20, "\u062a\u0646\u0632\u064a\u0644\u0647\u0627": [20, 26], "\u062a\u0646\u0635\u062d\u0647\u0645": 26, "\u062a\u0646\u0635\u064a\u0628": 45, "\u062a\u0646\u0635\u064a\u0628\u0627\u062a": 28, "\u062a\u0646\u0635\u064a\u0628\u0647": 20, "\u062a\u0646\u0641\u064a\u0630": [20, 46], "\u062a\u0646\u0641\u064a\u0630\u0647": 48, "\u062a\u0647\u0645": 35, "\u062a\u0647\u064a\u0626\u0629": 26, "\u062a\u0648\u0627\u0635\u0644": 31, "\u062a\u0648\u062b\u064a\u0642": [24, 33, 37], "\u062a\u0648\u062c\u062f": [26, 35], "\u062a\u0648\u062c\u064a\u0647\u0643": 81, "\u062a\u0648\u062c\u064a\u0647\u0647": 41, "\u062a\u0648\u0633\u064a\u0639": 80, "\u062a\u0648\u0635\u064a\u0644": [20, 46], "\u062a\u0648\u0641\u0631": 41, "\u062a\u0648\u0641\u064a\u0631": 26, "\u062a\u0648\u0641\u064a\u0631\u0647": 31, "\u062b": [6, 20, 26, 41], "\u062b\u0627\u0644\u062b": 41, "\u062b\u0627\u0646\u064a": 41, "\u062b\u0627\u0646\u064a\u0629": [39, 81], "\u062b\u0645": [20, 26, 35, 37, 39, 41, 45, 48, 51], "\u062b\u0646": [6, 54, 82], "\u062b\u0646\u062f\u0631\u0628\u064a\u0631\u062f": 41, "\u062b\u0648\u0627\u0646": [39, 48], "\u062b\u064a\u0645\u0629": 80, "\u062c": 20, "\u062c\u0627\u0646\u0628\u064a": 49, "\u062c\u062f\u0648\u0644": 41, "\u062c\u062f\u0648\u0644\u0629": 41, "\u062c\u062f\u064a\u062f": [20, 24, 26, 45, 48], "\u062c\u062f\u064a\u062f\u0629": [20, 24, 35, 39, 41], "\u062c\u0630\u0631": 20, "\u062c\u0630\u0631\u0647\u0627": 37, "\u062c\u0631": 20, "\u062c\u0632\u0621": 20, "\u062c\u0644": 37, "\u062c\u0644\u0633\u0629": 20, "\u062c\u0645\u0639": 41, "\u062c\u0645\u064a\u0639": [20, 26, 33, 35, 41, 46], "\u062c\u0647\u0627\u062a": [6, 20, 33, 41, 43, 46], "\u062c\u0647\u0627\u0632": [53, 54, 81], "\u062c\u0647\u0627\u0632\u0643": [20, 81], "\u062c\u0648\u062f\u0629": 80, "\u062d": [20, 24, 45, 46, 47, 48, 51], "\u062d\u0627\u0633\u0648\u0628\u0643": [20, 25], "\u062d\u0627\u0641\u0638\u062a\u0643": 41, "\u062d\u0627\u0644\u0627\u062a": 48, "\u062d\u0627\u0644\u0629": [20, 26, 37, 41], "\u062d\u0627\u0644\u064a": [24, 39, 41], "\u062d\u0627\u0648\u0644": 41, "\u062d\u062a\u0649": [20, 24, 33, 39, 41], "\u062d\u062c\u0632\u0647": 41, "\u062d\u062c\u0632\u0647\u0627": 41, "\u062d\u062c\u0645": [6, 20, 31, 33], "\u062d\u062f": [20, 26, 31, 33, 37, 41, 47, 82], "\u062d\u062f\u062f": 20, "\u062d\u062f\u0648\u062b": 80, "\u062d\u062f\u0648\u062b\u0647": 41, "\u062d\u062f\u0648\u062f\u0643": 35, "\u062d\u062f\u064a\u062b": 41, "\u062d\u0630\u0641": [20, 28, 33], "\u062d\u0630\u0641\u062a": 41, "\u062d\u0630\u0641\u0647": [24, 41], "\u062d\u0630\u0641\u0647\u0627": 21, "\u062d\u0631\u0641": 20, "\u062d\u0631\u0643\u0627\u062a\u0643": 82, "\u062d\u0632\u0645\u0629": 43, "\u062d\u0633\u0627\u0628": [33, 37, 41, 45, 47, 51], "\u062d\u0633\u0627\u0628\u0627": 46, "\u062d\u0633\u0627\u0628\u0627\u062a": [47, 49], "\u062d\u0633\u0627\u0628\u0643": [20, 81], "\u062d\u0633\u0628": [35, 80], "\u062d\u0635\u0629": 33, "\u062d\u0635\u062a\u0643": [24, 33], "\u062d\u0635\u0635": 33, "\u062d\u0635\u0635\u0647\u0645": 24, "\u062d\u0636\u0648\u0631": 41, "\u062d\u0641\u0638": [20, 41, 46], "\u062d\u0641\u0638\u0647": 20, "\u062d\u0641\u0638\u0647\u0627": 51, "\u062d\u0642": [35, 41], "\u062d\u0642\u0644": [20, 28, 47], "\u062d\u0644": 53, "\u062d\u0644\u0648\u0644\u0647\u0627": 20, "\u062d\u0645\u0627\u064a\u0629": 35, "\u062d\u0648\u0627\u0631": [28, 41, 46], "\u062d\u0648\u0627\u0633\u064a\u0628\u0647\u0645": 24, "\u062d\u0648\u0627\u0644\u064a": 33, "\u062d\u0648\u0644": 41, "\u062d\u064a\u062b": [37, 41, 45], "\u062d\u064a\u062b\u064a": 20, "\u062d\u064a\u062b\u064a\u0627\u062a": 45, "\u062e": [20, 30, 32, 33], "\u062e\u0627\u062f\u0645": 43, "\u062e\u0627\u062f\u0648\u0645": [20, 24, 26, 28, 41, 51, 53], "\u062e\u0627\u062f\u0648\u0645\u0627": 20, "\u062e\u0627\u062f\u0648\u0645\u0643": [20, 26, 41, 47], "\u062e\u0627\u0631\u062c\u064a\u0629": [20, 26], "\u062e\u0627\u0635": [20, 26, 28, 41, 48, 82], "\u062e\u0627\u0635\u0629": [26, 28, 35, 41], "\u062e\u0627\u0635\u062a\u0643": [20, 26], "\u062e\u0627\u0644\u064a\u0629": 41, "\u062e\u0627\u0646\u0629": [20, 37], "\u062e\u0635": 24, "\u062e\u0635\u0627\u0626\u0635": 20, "\u062e\u0635\u0645\u0627": 33, "\u062e\u0637": 80, "\u062e\u0637\u0623": [20, 47], "\u062e\u0637\u0629": 48, "\u062e\u0637\u0648\u0629": 41, "\u062e\u0637\u0648\u0637": 43, "\u062e\u0637\u064a\u0631\u0627": 26, "\u062e\u0641": 35, "\u062e\u0644\u0627\u0644": [20, 26, 31, 35, 37, 41, 45], "\u062e\u0648\u0627\u062f\u0645": [28, 35, 41], "\u062e\u064a": 35, "\u062e\u064a\u0627\u0631": [20, 21, 26], "\u062e\u064a\u0627\u0631\u0627\u062a": [20, 35], "\u062f": [20, 37, 41, 47, 82], "\u062f\u0627": [26, 37], "\u062f\u0627\u0626\u0645": 20, "\u062f\u0627\u0626\u0645\u0627": 26, "\u062f\u0627\u062e\u0644": [24, 41, 48, 51, 80], "\u062f\u0627\u0643\u0646": 80, "\u062f\u0629": 41, "\u062f\u062a": 26, "\u062f\u062e\u0644\u0627\u062a": 41, "\u062f\u062e\u0648\u0644": 20, "\u062f\u062e\u0648\u0644\u0643": [26, 45, 51], "\u062f\u0633\u0644\u064a\u0643\u064a\u0633\u0627": 80, "\u062f\u0639\u0645": [41, 46], "\u062f\u0639\u0648\u0629": 41, "\u062f\u0639\u0648\u062a\u0647\u0645": 41, "\u062f\u0641\u0627\u062a\u0631": [41, 45], "\u062f\u0641\u062a\u0631": [6, 47], "\u062f\u0641\u0642": 82, "\u062f\u0642\u0627\u0626\u0642": 48, "\u062f\u0642\u064a\u0642": 41, "\u062f\u0642\u064a\u0642\u0629": [39, 41], "\u062f\u0644\u064a\u0644": [6, 20], "\u062f\u0645\u062c": 46, "\u062f\u0648\u0627\u0626\u0631": 35, "\u062f\u0648\u0644\u062a\u0643": 41, "\u062f\u0648\u0646": [20, 41], "\u062f\u064a": 53, "\u0630\u0627\u062a": 24, "\u0630\u0627\u062a\u064a": [20, 49], "\u0630\u0627\u062a\u064a\u0629": 20, "\u0630\u0644\u0643": [20, 24, 26, 28, 35, 41, 45, 47, 51], "\u0630\u0647\u0627\u0628": 41, "\u0631": [20, 24, 26, 28, 29, 35, 37, 39, 43, 45, 46, 47, 48, 49, 51, 53, 80, 82], "\u0631\u0624\u064a\u0629": 6, "\u0631\u0624\u064a\u062a\u0647\u0627": 82, "\u0631\u0626\u064a\u0633\u064a": 35, "\u0631\u0627\u0628\u0637": [20, 29, 35, 41], "\u0631\u0627\u062c\u0639": [20, 24, 26, 33, 35, 37], "\u0631\u0628\u0645\u0627": [20, 24, 33, 41], "\u0631\u0629": 20, "\u0631\u062c\u0649": 20, "\u0631\u0633": 51, "\u0631\u0633\u0627\u0626\u0644": 41, "\u0631\u0633\u0627\u0644\u0629": [20, 26, 41, 47, 51, 81], "\u0631\u063a\u0628": 41, "\u0631\u063a\u0628\u062a": 41, "\u0631\u063a\u0628\u062a\u0643": [35, 41, 80], "\u0631\u0641\u0636": [35, 37, 41], "\u0631\u0641\u0636\u0647": 37, "\u0631\u0641\u0636\u0647\u0627": [35, 41], "\u0631\u0641\u0639": [22, 23, 30, 35], "\u0631\u0641\u0639\u0647\u0627": 33, "\u0631\u0642\u0645": 35, "\u0631\u0645\u0632": [45, 51, 54, 81], "\u0631\u0645\u0632\u0627": 81, "\u0631\u0645\u0632\u0643": 81, "\u0631\u0648\u0627\u0628\u0637": [28, 41, 82], "\u0632": [41, 48], "\u0632\u0627\u0645": [22, 30], "\u0632\u0627\u0645\u0646\u0629": 25, "\u0632\u0631": [20, 35, 45, 48], "\u0632\u0645\u0644\u0627\u0626\u0643": 41, "\u0632\u0645\u0646\u064a": 41, "\u0632\u0645\u0646\u064a\u0627": 81, "\u0632\u0645\u0646\u064a\u0629": 41, "\u0632\u0648": 53, "\u0632\u064a\u0627\u062f\u0629": [31, 43], "\u0633": [28, 30, 32, 33], "\u0633\u0624\u0627\u0644\u0643": 35, "\u0633\u0627\u0628\u0642": [41, 45], "\u0633\u0627\u0628\u0642\u0627": [41, 45], "\u0633\u0627\u0639\u0629": [39, 41], "\u0633\u0628\u064a\u0644": [20, 26, 41, 48, 80, 81], "\u0633\u062a": [35, 41], "\u0633\u062a\u0624\u062f\u064a": 41, "\u0633\u062a\u062a\u0644\u0642\u0649": 41, "\u0633\u062a\u062a\u0645": 41, "\u0633\u062a\u062a\u0648\u0641\u0631": 41, "\u0633\u062a\u062c\u062f": [41, 48], "\u0633\u062a\u0631\u0627\u0647\u0627": 82, "\u0633\u062a\u0631\u0649": [29, 81], "\u0633\u062a\u0639\u0648\u062f": 26, "\u0633\u062a\u0641\u0642\u062f": 26, "\u0633\u062a\u0643\u0648\u0646": [41, 45, 46], "\u0633\u062a\u0644": 35, "\u0633\u062a\u0646\u062a\u0647\u064a": 41, "\u0633\u062a\u0646\u0639\u0643\u0633": 41, "\u0633\u062c": 51, "\u0633\u062c\u0644": 20, "\u0633\u062d\u0627\u0628\u0629": [28, 35], "\u0633\u062d\u0631\u064a\u0629": 26, "\u0633\u062e": 39, "\u0633\u0631": 81, "\u0633\u0631\u062f": 29, "\u0633\u0631\u0639\u0629": 48, "\u0633\u0631\u0643": 81, "\u0633\u0637\u062d": [6, 20, 22, 30, 43, 53, 82], "\u0633\u0643\u0631\u0628\u062a\u0627\u062a": 20, "\u0633\u0644\u0627\u0644": 24, "\u0633\u0644\u0629": [24, 26, 28, 33, 54], "\u0633\u0644\u0633\u0644\u0629": 49, "\u0633\u0644\u0637\u0627\u062a": 20, "\u0633\u0644\u0641\u0627": 41, "\u0633\u0645\u062d\u062a": 33, "\u0633\u0646\u0629": 41, "\u0633\u0646\u0633\u062a\u062e\u062f\u0645": 41, "\u0633\u0647\u0644": 29, "\u0633\u0648\u0641": [24, 26, 35, 41], "\u0633\u0648\u0649": 41, "\u0633\u064a\u0624\u062f\u064a": 41, "\u0633\u064a\u0627\u0642": 41, "\u0633\u064a\u0627\u0642\u0629": 41, "\u0633\u064a\u0628\u062f\u0648": 35, "\u0633\u064a\u062a\u0623\u0643\u062f": 41, "\u0633\u064a\u062a\u0639\u064a\u0646": 45, "\u0633\u064a\u062a\u0644\u0642\u0648\u0646": 41, "\u0633\u064a\u062a\u0644\u0642\u0649": 41, "\u0633\u064a\u062a\u0645": [24, 35, 37, 41, 45, 46, 51], "\u0633\u064a\u062c\u062f": 41, "\u0633\u064a\u062d\u0627\u0648\u0644": 47, "\u0633\u064a\u0631\u0648\u0646": 26, "\u0633\u064a\u0631\u0649": 26, "\u0633\u064a\u0635\u0628\u062d": 47, "\u0633\u064a\u0638\u0647\u0631": [28, 41, 45], "\u0633\u064a\u0639\u0631\u0636": 41, "\u0633\u064a\u0641\u062a\u062d": [37, 45], "\u0633\u064a\u0642\u0648\u0645": 28, "\u0633\u064a\u0643\u0648\u0646": [20, 26, 31, 41], "\u0633\u064a\u0643\u0648\u0646\u0648\u0646": 41, "\u0633\u064a\u0645\u0643\u0646": 26, "\u0633\u064a\u0646\u0639\u0642\u062f": 41, "\u0634\u0623\u0646": 24, "\u0634\u0623\u0646\u0647\u0627": 24, "\u0634\u0627\u0631": [20, 28, 35, 82], "\u0634\u0627\u0631\u0643": [24, 26], "\u0634\u0627\u0645\u0644\u0627": 53, "\u0634\u0628\u0643\u064a": 20, "\u0634\u062e\u0635\u064a": [20, 35], "\u0634\u0631\u0641": 24, "\u0634\u0631\u064a\u0637": [20, 48, 80], "\u0634\u0631\u064a\u0637\u0627": 26, "\u0634\u063a": 20, "\u0634\u0641": [20, 26], "\u0634\u0643\u0644": 41, "\u0634\u0647\u0627\u062f\u0627\u062a": 20, "\u0634\u0647\u0627\u062f\u0629": 20, "\u0634\u0647\u0627\u062f\u062a\u0643": 20, "\u0634\u0647\u0631": 41, "\u0634\u064a\u0621": [20, 26, 48, 81, 82], "\u0635": [20, 24, 28, 35], "\u0635\u0627\u062f\u0641\u062a\u0643": 80, "\u0635\u0627\u0631": 41, "\u0635\u0628\u0627\u062d\u0627": 41, "\u0635\u062d\u064a\u062d": [20, 41, 49, 81], "\u0635\u062d\u064a\u062d\u0627": 51, "\u0635\u0641\u062d\u0629": [26, 28, 29, 35, 41, 80, 82], "\u0635\u0641\u062d\u062a\u0643": 26, "\u0635\u0641\u0631\u0627\u0621": 26, "\u0635\u0644\u0627\u062d\u064a\u0627\u062a": [31, 35], "\u0635\u0644\u0627\u062d\u064a\u0627\u062a\u0643": 35, "\u0635\u0644\u0627\u062d\u064a\u062a\u0647": 35, "\u0635\u0646\u062f\u0648\u0642": 51, "\u0635\u0648\u0631\u0629": 82, "\u0635\u064a\u063a\u0629": 20, "\u0636": [26, 28, 41], "\u0636\u0627": 41, "\u0636\u0628\u0637": [20, 24, 33, 39, 41], "\u0636\u0631\u0648\u0631\u064a": [35, 47], "\u0636\u0639": [20, 53], "\u0636\u063a\u0637": 35, "\u0636\u0645\u0646": [33, 37, 41], "\u0636\u0645\u0646\u064a": 20, "\u0636\u0648\u0626\u064a": 81, "\u0636\u064a\u0648\u0641": 41, "\u0637": [20, 35, 41, 51], "\u0637\u0627\u0644\u0645\u0627": 80, "\u0637\u0628": 20, "\u0637\u0631\u0641": 41, "\u0637\u0631\u0642": 41, "\u0637\u0631\u064a\u0642": [6, 20, 24, 28, 41, 46, 80], "\u0637\u0631\u064a\u0642\u0629": [20, 26, 41, 81], "\u0637\u0631\u064a\u0642\u062a\u0627\u0646": 45, "\u0637\u0644\u0628": [37, 81], "\u0637\u0648\u0644": 41, "\u0638": [20, 51], "\u0638\u0647\u0631\u062a": 47, "\u0638\u0647\u0648\u0631": 20, "\u0639": [28, 35, 43, 51], "\u0639\u0627\u062f\u0629": [41, 47, 81], "\u0639\u0627\u0645": [20, 41, 80], "\u0639\u0627\u0645\u0629": [20, 33, 41], "\u0639\u0628\u0627\u0631\u0629": [43, 53], "\u0639\u0628\u0631": [33, 41, 46, 49], "\u0639\u0629": 49, "\u0639\u062f": 47, "\u0639\u062f\u0629": 35, "\u0639\u062f\u062f": [26, 41], "\u0639\u062f\u0645": [20, 24, 47], "\u0639\u0631": 82, "\u0639\u0631\u0636": [37, 41, 46], "\u0639\u0631\u0636\u0627": 41, "\u0639\u0631\u0636\u0647\u0627": 46, "\u0639\u0631\u0641": 45, "\u0639\u0633\u0631": 80, "\u0639\u0634\u0648\u0627\u0626\u064a\u0629": 35, "\u0639\u0637": 47, "\u0639\u0644\u0627\u0645\u0629": [35, 41], "\u0639\u0644\u0627\u0648\u0629": 26, "\u0639\u0644\u0649": [6, 20, 21, 24, 26, 28, 29, 33, 35, 37, 39, 43, 46, 47, 48, 49, 51, 53, 80, 82], "\u0639\u0644\u064a\u0643": [26, 28, 41, 45], "\u0639\u0644\u064a\u0647": 28, "\u0639\u0644\u064a\u0647\u0645": 41, "\u0639\u0645\u0631": 24, "\u0639\u0645\u0644": 20, "\u0639\u0645\u0644\u0627\u0621": 41, "\u0639\u0645\u0644\u0643": 41, "\u0639\u0645\u0644\u064a\u0627\u062a": [20, 23, 30], "\u0639\u0645\u0644\u064a\u0629": [39, 45], "\u0639\u0645\u064a\u0644": [20, 31, 43, 45, 51, 53], "\u0639\u0645\u064a\u0644\u0629": 6, "\u0639\u0646": [6, 20, 24, 28, 33, 35, 41, 43, 46, 53, 80, 82], "\u0639\u0646\u0627\u0648\u064a\u0646": 41, "\u0639\u0646\u0627\u0648\u064a\u0646\u0643": 41, "\u0639\u0646\u062f": [20, 26, 28, 29, 31, 33, 35, 41, 45, 48], "\u0639\u0646\u062f\u0643": [21, 26, 31, 41, 48], "\u0639\u0646\u062f\u0645\u0627": [20, 24, 26, 29, 33, 39, 41], "\u0639\u0646\u062f\u0647": 24, "\u0639\u0646\u062f\u0647\u0627": [20, 41], "\u0639\u0646\u062f\u0647\u0645": 35, "\u0639\u0646\u0647\u0627": 80, "\u0639\u0646\u0648\u0627\u0646": [20, 28, 33, 35, 41, 45, 48, 51, 82], "\u0639\u064a": [20, 35, 41], "\u0639\u064a\u062f": 41, "\u0639\u064a\u0646\u064a\u0643": 80, "\u063a": 37, "\u063a\u0627": 41, "\u063a\u0631\u0627\u0631": 41, "\u063a\u0631\u0641": 41, "\u063a\u064a": 82, "\u063a\u064a\u0631": [20, 33, 35, 41, 49, 81], "\u063a\u064a\u0631\u0643": 82, "\u0640": [20, 26, 45, 46, 48], "\u0641": [20, 26, 28, 46, 48, 51, 82], "\u0641\u0625\u0646": [26, 31, 35, 39, 41, 45, 80], "\u0641\u0625\u0646\u0646\u0627": 20, "\u0641\u0625\u0646\u0647\u0627": 41, "\u0641\u0627\u062a\u0635\u0644": 20, "\u0641\u0627\u0631\u063a\u0629": 41, "\u0641\u0627\u0633\u0623\u0644": 21, "\u0641\u0627\u0633\u062a\u062e\u062f\u0645": 20, "\u0641\u0627\u0633\u062a\u0639\u0645\u0644": 20, "\u0641\u0627\u0644\u0631\u062c\u0627\u0621": 80, "\u0641\u0627\u064a\u0631\u0641\u0648\u0643\u0633": 20, "\u0641\u062a\u062d": [20, 26, 41, 46], "\u0641\u062a\u062d\u0647": 20, "\u0641\u062a\u0631\u0629": [24, 33, 41], "\u0641\u062a\u0631\u0636": 47, "\u0641\u062d\u062f": 20, "\u0641\u0631\u0627\u063a\u0643": 41, "\u0641\u0631\u0628\u0645\u0627": 41, "\u0641\u0631\u064a\u062f": 41, "\u0641\u0631\u064a\u062f\u0627": 82, "\u0641\u0631\u064a\u0642": 80, "\u0641\u0633\u062a\u062a\u0644\u0642\u0649": 20, "\u0641\u0633\u062a\u0638\u0644": 41, "\u0641\u0633\u0646\u062d\u062a\u0627\u062c": 26, "\u0641\u0633\u0648\u0641": [26, 45], "\u0641\u0633\u064a\u062a\u0645": [33, 39, 81], "\u0641\u0633\u064a\u0638\u0647\u0631\u0627\u0646": 41, "\u0641\u0633\u064a\u0642\u0648\u0645": 24, "\u0641\u0633\u064a\u0643\u062a\u0634\u0641": 41, "\u0641\u0634\u0644": 20, "\u0641\u0636": 51, "\u0641\u0636\u0644\u0643": 41, "\u0641\u0639": 28, "\u0641\u0639\u0644\u0646\u0627": 26, "\u0641\u0639\u0644\u0647": 28, "\u0641\u0639\u0644\u064a\u0643": 41, "\u0641\u0642\u062f": [20, 41], "\u0641\u0642\u062f\u0643": 26, "\u0641\u0642\u0637": [20, 24, 26, 28, 31, 35, 41, 46, 81], "\u0641\u0642\u0645": [20, 47], "\u0641\u0643": 20, "\u0641\u0644\u0627": [26, 80], "\u0641\u0644\u0627\u0634": 81, "\u0641\u0644\u0646": [20, 35, 41, 82], "\u0641\u0645\u0627": 28, "\u0641\u0647": 20, "\u0641\u0647\u0631\u0633\u0629": 26, "\u0641\u0648\u0631": 53, "\u0641\u0648\u0642": [20, 28, 35, 39, 41, 45, 48, 51], "\u0641\u0648\u0642\u0647\u0627": 20, "\u0641\u064a": [6, 24, 25, 26, 28, 29, 33, 35, 37, 39, 43, 45, 46, 47, 49, 51, 53, 54, 80], "\u0641\u064a\u062c\u0628": 41, "\u0641\u064a\u0645\u0643\u0646\u0643": [20, 26], "\u0641\u064a\u0647": [33, 41], "\u0641\u064a\u0647\u0627": [20, 24, 39, 41, 53], "\u0642": [6, 20, 26, 28, 35, 37, 43, 47, 51, 54, 82], "\u0642\u0627\u0626\u0645\u0629": [35, 41, 48, 51, 80, 82], "\u0642\u0627\u0628\u0644\u0629": [35, 41, 46, 80], "\u0642\u0627\u062f\u0631\u0627": 20, "\u0642\u0627\u062f\u0631\u064a\u0646": 41, "\u0642\u0627\u0639\u062f\u0629": [26, 33], "\u0642\u0627\u0645": [24, 26, 29, 33, 41], "\u0642\u0628\u0644": [20, 41], "\u0642\u0628\u0648\u0644": [35, 37, 41], "\u0642\u062a": 41, "\u0642\u062f": [6, 20, 24, 26, 29, 33, 35, 37, 41, 43, 45, 48, 80], "\u0642\u062f\u0631\u0647\u0627": 41, "\u0642\u062f\u064a\u0645\u0629": 41, "\u0642\u0631\u0627\u0621\u0629": 26, "\u0642\u0631\u0635": 20, "\u0642\u0633\u0645": [26, 37], "\u0642\u0633\u0645\u0627": 41, "\u0642\u0635\u064a": 20, "\u0642\u0639": 43, "\u0642\u0644\u064a\u0644\u0627": [20, 33], "\u0642\u0645": [20, 35, 45, 51], "\u0642\u0645\u062a": [20, 26, 33, 41, 51, 82], "\u0642\u0648\u0627\u0639\u062f": 41, "\u0642\u0648\u0642\u0644": 45, "\u0642\u064a": 37, "\u0642\u064a\u062f": 80, "\u0642\u064a\u0645\u0629": [20, 24], "\u0643": [24, 35], "\u0643\u0623\u062d\u062f\u0627\u062b": 41, "\u0643\u0627\u0633\u0645": 20, "\u0643\u0627\u0641\u064a\u0629": 48, "\u0643\u0627\u0646": [20, 26, 29, 35, 41, 47, 81], "\u0643\u0627\u0646\u062a": [26, 41, 45], "\u0643\u0628\u062f\u0627\u064a\u0629": 82, "\u0643\u0628\u064a\u0631": [26, 41], "\u0643\u0628\u064a\u0631\u0629": [22, 30], "\u0643\u0629": [20, 28], "\u0643\u062a\u0627\u0628\u0629": 82, "\u0643\u062a\u0628\u062a": 28, "\u0643\u062a\u0643": 82, "\u0643\u062d\u062f": 24, "\u0643\u062d\u0636\u0648\u0631": 41, "\u0643\u062e\u0627\u062f\u0648\u0645": 48, "\u0643\u0630\u0644\u0643": [26, 39, 41], "\u0643\u0631\u0648\u0645": 20, "\u0643\u0634\u062e\u0635": 35, "\u0643\u0643\u0644\u0645\u0629": 20, "\u0643\u0644": [20, 21, 24, 26, 28, 37, 39, 41, 47, 48, 81], "\u0643\u0644\u0627\u0648\u062f": [6, 21, 22, 24, 26, 28, 29, 30, 31, 39, 41, 43, 46, 48, 49, 51, 80, 81, 82], "\u0643\u0644\u062a\u0627": 47, "\u0643\u0644\u0645\u0627\u062a": 6, "\u0643\u0644\u0645\u0629": [6, 20, 45, 47, 51, 81, 82], "\u0643\u0644\u0647\u0627": 51, "\u0643\u0644\u0648\u0646": 80, "\u0643\u0645\u0627": [20, 24, 41, 47, 81], "\u0643\u0645\u0627\u0644\u0643": 20, "\u0643\u0645\u062d\u0631\u0643": 20, "\u0643\u0645\u0633\u062a\u062e\u062f": [51, 82], "\u0643\u0645\u0633\u062a\u062e\u062f\u0645": [20, 41, 49], "\u0643\u0645\u0648\u0631\u062f": 46, "\u0643\u0646\u062a": [20, 26, 31, 35, 41, 80, 82], "\u0643\u0646\u0648\u0639": 47, "\u0643\u0648": 35, "\u0643\u0648\u062f": 41, "\u0643\u064a\u0641": 33, "\u0643\u064a\u0641\u064a\u0629": [20, 25], "\u0644": [6, 20, 28, 35, 37, 47, 48, 49, 51, 81], "\u0644\u0623\u062d\u062f\u0627\u062b": 41, "\u0644\u0623\u062f\u0648\u0627\u062a": 48, "\u0644\u0623\u0646": [20, 26, 31], "\u0644\u0623\u0646\u0643": 26, "\u0644\u0623\u0646\u0647": [26, 82], "\u0644\u0623\u0648\u0644": 41, "\u0644\u0623\u064a": [26, 41], "\u0644\u0625\u062f\u0627\u0631\u0629": 43, "\u0644\u0625\u0636\u0627\u0641\u0629": 20, "\u0644\u0625\u0639\u062f\u0627\u062f": 41, "\u0644\u0625\u0639\u062f\u0627\u062f\u0647": 45, "\u0644\u0625\u0641\u0633\u0627\u062d": 24, "\u0644\u0625\u0646\u0634\u0627\u0621": [20, 26, 28, 35, 41], "\u0644\u0625\u0646\u0647\u0627\u0621": [39, 45], "\u0644\u0627": [20, 24, 26, 28, 33, 35, 39, 41, 47, 49, 51, 80, 82], "\u0644\u0627\u0628\u062a\u062f\u0627\u0621": 48, "\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a": 20, "\u0644\u0627\u062d\u0642\u0627": 41, "\u0644\u0627\u062d\u0642\u0629": 41, "\u0644\u0627\u0632\u0645\u0629": 45, "\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645": 20, "\u0644\u0627\u0633\u062a\u0639\u0627\u062f\u0629": [26, 39], "\u0644\u0627\u0633\u062a\u0639\u0631\u0627\u0636": 41, "\u0644\u0627\u0633\u062a\u0639\u0645\u0627\u0644": 20, "\u0644\u0627\u0633\u0645": 37, "\u0644\u0627\u0641\u062a\u0629": 26, "\u0644\u0627\u0646\u062a\u0647\u0627\u0621": 35, "\u0644\u0628\u0631\u0645\u062c\u0629": 20, "\u0644\u0629": 28, "\u0644\u062a\u0623\u0643\u064a\u062f": 41, "\u0644\u062a\u062b\u0628\u064a\u062a\u0647": 20, "\u0644\u062a\u062c\u0627\u0648\u0632": 33, "\u0644\u062a\u062d\u0631\u064a\u0631": 41, "\u0644\u062a\u062d\u0645\u064a\u0644\u0627\u062a": 31, "\u0644\u062a\u062e\u0632\u064a\u0646": [24, 82], "\u0644\u062a\u062e\u0637": 24, "\u0644\u062a\u0631\u0627\u0647\u0627": 20, "\u0644\u062a\u0633\u062c\u064a\u0644": 26, "\u0644\u062a\u0633\u0647\u064a\u0644": 80, "\u0644\u062a\u0634\u063a\u064a\u0644": 20, "\u0644\u062a\u0634\u0641\u064a\u0631": 26, "\u0644\u062a\u0636\u0645\u064a\u0646": 41, "\u0644\u062a\u0637\u0628\u064a\u0642": 41, "\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a": 41, "\u0644\u062a\u0639\u0637\u064a\u0644": 26, "\u0644\u062a\u0639\u0645\u0644": 26, "\u0644\u062a\u0639\u064a\u064a\u0646": [20, 41], "\u0644\u062a\u063a\u064a\u064a\u0631": [20, 37], "\u0644\u062a\u0642\u0648\u064a\u0645": [41, 46], "\u0644\u062a\u0642\u0648\u064a\u0645\u0643": [41, 48], "\u0644\u062a\u0646\u0632\u064a\u0644\u0647\u0627": 39, "\u0644\u062a\u0646\u0635\u064a\u0628\u0647": 20, "\u0644\u062a\u0646\u0641\u064a\u0630": 20, "\u0644\u062a\u0648\u0635\u064a\u0644": 20, "\u0644\u062a\u0648\u0641\u064a\u0631": [20, 48], "\u0644\u062c\u0639\u0644": 20, "\u0644\u062c\u0639\u0644\u0647\u0627": 41, "\u0644\u062c\u0645\u064a\u0639": 53, "\u0644\u062c\u0647\u0627\u062a": [45, 46], "\u0644\u062c\u0647\u0629": 20, "\u0644\u062d\u0627\u0644\u0629": 20, "\u0644\u062d\u062c\u0632": 41, "\u0644\u062d\u062c\u0645": 33, "\u0644\u062d\u062f\u062b\u0643": 41, "\u0644\u062d\u0633\u0627\u0628\u0643": 26, "\u0644\u062d\u0636\u0648\u0631\u0647": 41, "\u0644\u062d\u0641\u0638": 20, "\u0644\u062d\u0645\u0627\u064a\u0629": 81, "\u0644\u062e\u0627\u062f\u0648\u0645": [20, 48], "\u0644\u062e\u0627\u062f\u0648\u0645\u0643": 20, "\u0644\u062f\u0639\u0648\u062a\u0647\u0645": 41, "\u0644\u062f\u0649": 35, "\u0644\u062f\u064a\u0643": [26, 41, 81], "\u0644\u062f\u064a\u0646\u0627": 80, "\u0644\u062f\u064a\u0647\u0627": 24, "\u0644\u062f\u064a\u0647\u0645": [26, 35, 41], "\u0644\u0630\u0627": [47, 80], "\u0644\u0630\u0644\u0643": [21, 24, 26], "\u0644\u0631\u0641\u0639": 20, "\u0644\u0632\u0645": [37, 48], "\u0644\u0636\u0628\u0637": 35, "\u0644\u0636\u0645\u0627\u0646": 24, "\u0644\u0637\u0644\u0628": 31, "\u0644\u0639\u062f\u062f": 41, "\u0644\u0639\u0645\u0644\u064a\u0629": 37, "\u0644\u063a\u0629": 82, "\u0644\u0640": 35, "\u0644\u0641\u0635\u0644": 54, "\u0644\u0641\u0643": 26, "\u0644\u0642\u0627\u0621": 41, "\u0644\u0642\u0637\u0639": 54, "\u0644\u0643": [20, 28, 35, 41, 47], "\u0644\u0643\u0644": [24, 41], "\u0644\u0643\u0644\u0645\u0629": 26, "\u0644\u0643\u0645": 80, "\u0644\u0643\u0646": [24, 26, 35, 41], "\u0644\u0643\u0646\u0643": 41, "\u0644\u0644\u0622\u062e\u0631\u064a\u0646": [24, 35], "\u0644\u0644\u0623\u0633\u0628\u0648\u0639": 82, "\u0644\u0644\u0623\u0634\u062e\u0627\u0635": 41, "\u0644\u0644\u0625\u062f\u062e\u0627\u0644": 28, "\u0644\u0644\u0627\u062a\u0635\u0627\u0644": 20, "\u0644\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [20, 80], "\u0644\u0644\u0627\u0646\u062a\u0642\u0627\u0644": 35, "\u0644\u0644\u0628\u062d\u062b": 46, "\u0644\u0644\u062a\u0623\u0643\u062f": 20, "\u0644\u0644\u062a\u0623\u0643\u064a\u062f": 41, "\u0644\u0644\u062a\u0627\u0644\u064a": 41, "\u0644\u0644\u062a\u062d\u0636\u064a\u0631": 41, "\u0644\u0644\u062a\u062d\u0642\u0642": 41, "\u0644\u0644\u062a\u062d\u0645\u064a\u0644": 29, "\u0644\u0644\u062a\u062e\u0641\u064a\u0641": 80, "\u0644\u0644\u062a\u0631\u0627\u062c\u0639": 35, "\u0644\u0644\u062a\u0634\u0641\u064a\u0631": 26, "\u0644\u0644\u062a\u0637\u0628\u064a\u0642": 41, "\u0644\u0644\u062a\u0639\u0631\u0641": [20, 26], "\u0644\u0644\u062a\u0639\u064a\u064a\u0646": 20, "\u0644\u0644\u062a\u0641\u0627\u0647\u0645": 41, "\u0644\u0644\u062a\u0642\u0648\u064a\u0645": 41, "\u0644\u0644\u062a\u0648\u0635\u064a\u0644": 20, "\u0644\u0644\u062c\u0645\u064a\u0639": [6, 53], "\u0644\u0644\u062d\u0627\u0636\u0631\u064a\u0646": 41, "\u0644\u0644\u062d\u062c\u0632": 41, "\u0644\u0644\u062d\u0633\u0627\u0628": 47, "\u0644\u0644\u062d\u0635\u0648\u0644": [20, 35, 51, 80], "\u0644\u0644\u062d\u0636\u0648\u0631": 41, "\u0644\u0644\u062e\u0627\u062f\u0648\u0645": [20, 45], "\u0644\u0644\u062e\u0631\u0648\u062c": 26, "\u0644\u0644\u062e\u0644\u0641\u064a\u0629": 80, "\u0644\u0644\u062e\u0648\u0627\u062f\u0645": 20, "\u0644\u0644\u062f\u062e\u0648\u0644": [26, 51], "\u0644\u0644\u062f\u0644\u0627\u0644\u0629": 41, "\u0644\u0644\u0631\u0627\u063a\u0628\u064a\u0646": 41, "\u0644\u0644\u0633\u0645\u0627\u062d": 35, "\u0644\u0644\u0634\u062e\u0635": 41, "\u0644\u0644\u0636\u0628\u0637": 35, "\u0644\u0644\u0639\u0631\u0636": 41, "\u0644\u0644\u0639\u0637\u0644\u0627\u062a": 41, "\u0644\u0644\u0639\u0645\u0644": 48, "\u0644\u0644\u0641\u0627\u0631\u0629": 35, "\u0644\u0644\u0642\u0631\u0627\u0621\u0629": [20, 35, 41], "\u0644\u0644\u0643\u062a\u0627\u0628\u0629": 41, "\u0644\u0644\u0645": 35, "\u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a": 53, "\u0644\u0644\u0645\u0627\u0644\u0643": 20, "\u0644\u0644\u0645\u0631\u0629": 26, "\u0644\u0644\u0645\u0632\u0627\u0645\u0646\u0629": 20, "\u0644\u0644\u0645\u0633\u0627\u062d\u0629": 24, "\u0644\u0644\u0645\u0633\u0627\u0639\u062f\u0629": 80, "\u0644\u0644\u0645\u0633\u062a\u062e\u062f": 28, "\u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645": [35, 39, 82], "\u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": [31, 41], "\u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": 26, "\u0644\u0644\u0645\u0634\u0631\u0641": 26, "\u0644\u0644\u0645\u0644\u0641\u0627\u062a": [24, 33, 35], "\u0644\u0644\u0645\u0646\u0638\u0645": 41, "\u0644\u0644\u0645\u0647\u0627\u0645": [45, 46], "\u0644\u0644\u0645\u0648\u0631\u062f": 41, "\u0644\u0644\u0646\u0633\u062e\u0629": 39, "\u0644\u0644\u0648\u062d\u0627\u062a": 43, "\u0644\u0644\u0648\u0635\u0648\u0644": [20, 80, 82], "\u0644\u0644\u064a\u0648\u0645": 41, "\u0644\u0645": [20, 21, 25, 26, 41, 45, 48, 82], "\u0644\u0645\u0627\u0644\u0643": [26, 33, 35], "\u0644\u0645\u062c\u0644\u062f": [29, 33], "\u0644\u0645\u062f\u0629": 24, "\u0644\u0645\u0631\u0629": 81, "\u0644\u0645\u0632\u0627\u0645\u0646\u0629": [20, 53], "\u0644\u0645\u0632\u0627\u0645\u0646\u062a\u0647\u0627": 45, "\u0644\u0645\u0632\u064a\u062f": [24, 33, 37], "\u0644\u0645\u0633\u062a\u062e\u062f\u0645": 41, "\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": 33, "\u0644\u0645\u0633\u062a\u0639\u0645\u0644\u064a": 20, "\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": [26, 35], "\u0644\u0645\u0634\u0631\u0641": 24, "\u0644\u0645\u0639\u0631\u0641\u0629": [24, 35, 41], "\u0644\u0645\u0639\u0638\u0645": 48, "\u0644\u0645\u0642\u062f\u0645\u064a": 26, "\u0644\u0645\u0643\u0627\u0646": 41, "\u0644\u0645\u0644\u0627\u0621\u0645\u0629": 80, "\u0644\u0645\u0644\u0641": 20, "\u0644\u0645\u0646": 35, "\u0644\u0645\u0646\u0638\u0645": 41, "\u0644\u0645\u0646\u0639": [24, 35], "\u0644\u0645\u0648\u0639\u062f": 41, "\u0644\u0646": [24, 26, 41, 51], "\u0644\u0646\u0638\u0627\u0645": [20, 25], "\u0644\u0646\u0642\u0637\u0629": 20, "\u0644\u0646\u0642\u0644": 20, "\u0644\u0646\u0642\u0644\u0647": 37, "\u0644\u0646\u0643\u0633\u062a": [20, 35, 51, 53, 82], "\u0644\u0647": 41, "\u0644\u0647\u0630\u0627": [39, 47, 48], "\u0644\u0647\u0645": 41, "\u0644\u0647\u0648\u064a\u062a\u0643": 81, "\u0644\u0648\u062d\u0629": [6, 20], "\u0644\u0648\u0646": 80, "\u0644\u064a\u062a\u0645": 41, "\u0644\u064a\u0633": [24, 26, 31, 41], "\u0644\u064a\u0639\u0631\u0641": 41, "\u0645": [6, 20, 26, 28, 35, 37, 45, 47, 51, 53, 80, 82], "\u0645\u0624\u0634\u0631": 20, "\u0645\u0624\u0642\u062a": 20, "\u0645\u0624\u0645\u0646": 20, "\u0645\u0627": [20, 28, 35, 41, 47, 81, 82], "\u0645\u0627\u062f\u064a": 81, "\u0645\u0627\u0644\u0643": [26, 33, 41], "\u0645\u0627\u0644\u0643\u0648": 26, "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641": 20, "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a": 83, "\u0645\u0628\u0627\u0634\u0631\u0629": [26, 28, 35, 41], "\u0645\u0628\u0646\u064a": 81, "\u0645\u0629": 6, "\u0645\u062a\u0627\u062d": 20, "\u0645\u062a\u0627\u062d\u0629": [41, 46], "\u0645\u062a\u0628\u0648\u0639\u0627": 20, "\u0645\u062a\u062c\u0631": 45, "\u0645\u062a\u0632\u0627\u0645\u0646\u0629": 20, "\u0645\u062a\u0635\u0641\u062d": 6, "\u0645\u062a\u0635\u0641\u062d\u0643": 20, "\u0645\u062a\u0637\u0627\u0628\u0642\u062a\u0627\u0646": 26, "\u0645\u062a\u0637\u0644\u0628\u0627\u062a": 6, "\u0645\u062a\u0639\u062f\u062f\u0629": 35, "\u0645\u062a\u063a\u064a\u0631\u0627\u062a": 31, "\u0645\u062a\u0641\u0631\u063a": 41, "\u0645\u062a\u0641\u0631\u063a\u0627": 41, "\u0645\u062a\u0643\u0631\u0631": 41, "\u0645\u062a\u0646\u0648\u0639\u0629": 81, "\u0645\u062a\u0648\u0627\u0641\u0642": [41, 53], "\u0645\u062a\u0649": 41, "\u0645\u062b\u0627\u0644": 41, "\u0645\u062b\u0644": [20, 33, 35, 41, 51, 81], "\u0645\u062b\u0644\u0627": [47, 51, 81], "\u0645\u062c\u0627\u0646\u064a": 80, "\u0645\u062c\u062a\u0645\u0639": 20, "\u0645\u062c\u062f": 26, "\u0645\u062c\u0644\u062f": [29, 33, 35, 37, 41, 53], "\u0645\u062c\u0644\u062f\u0627\u062a": 35, "\u0645\u062c\u0645\u0648\u0639\u0627\u062a": [26, 33], "\u0645\u062c\u0645\u0648\u0639\u0629": [43, 80, 81], "\u0645\u062c\u0645\u0648\u0639\u062a\u0643": 82, "\u0645\u062c\u0647\u0648\u0644\u0629": [23, 30], "\u0645\u062d\u0627\u062f\u062b\u0627\u062a": 35, "\u0645\u062d\u0627\u062f\u062b\u0629": 35, "\u0645\u062d\u0627\u0648\u0644\u0627\u062a": 41, "\u0645\u062d\u0627\u0648\u0644\u0629": 48, "\u0645\u062d\u062a\u0633\u0628\u0629": 33, "\u0645\u062d\u062a\u0648\u064a\u0627\u062a": [35, 41], "\u0645\u062d\u062c\u0648\u0632": 41, "\u0645\u062d\u062f\u062f\u0629": 41, "\u0645\u062d\u0631\u0631": 20, "\u0645\u062d\u0631\u0643": [20, 41], "\u0645\u062d\u0633\u0648\u0628\u0629": 33, "\u0645\u062d\u0644\u064a": 20, "\u0645\u062d\u0645\u0648\u0644\u0629": 41, "\u0645\u062d\u0648": 41, "\u0645\u062d\u0648\u0647\u0627": 20, "\u0645\u062e\u062a\u0644\u0641": 20, "\u0645\u062e\u062a\u0644\u0641\u0629": [20, 35], "\u0645\u062e\u062a\u0644\u0641\u064a\u0646": 81, "\u0645\u062e\u0632\u0646\u0629": [6, 26], "\u0645\u062e\u0635\u0635": [20, 41], "\u0645\u062f\u062a\u0647\u0627": 41, "\u0645\u062f\u064a\u0631": 46, "\u0645\u0631\u0626\u064a": 47, "\u0645\u0631\u0626\u064a\u0629": [35, 46], "\u0645\u0631\u0628\u0639": [20, 28, 41, 51], "\u0645\u0631\u0628\u0639\u0627\u062a": 46, "\u0645\u0631\u0629": [20, 24, 26, 39, 41, 45, 51], "\u0645\u0631\u0648\u0631": [20, 35, 51], "\u0645\u0631\u0648\u0631\u0643": [26, 51, 82], "\u0645\u0632\u0627\u0645\u0646\u0629": [20, 41, 45, 48, 49, 51, 53], "\u0645\u0632\u0627\u0645\u0646\u062a\u0647": [41, 45, 48], "\u0645\u0632\u0627\u0645\u0646\u062a\u0647\u0627": [45, 48, 53], "\u0645\u0632\u0648\u062f": 26, "\u0645\u0632\u064a\u062f": [20, 41], "\u0645\u0633\u0627\u062d\u0629": [24, 33, 39], "\u0645\u0633\u0627\u0631": [20, 48], "\u0645\u0633\u0628\u0642": 41, "\u0645\u0633\u0628\u0642\u0627": 35, "\u0645\u0633\u0628\u0642\u0629": 20, "\u0645\u0633\u062a\u062c\u064a\u0628\u0629": 80, "\u0645\u0633\u062a\u062d\u0633\u0646": 20, "\u0645\u0633\u062a\u062e\u062f": 35, "\u0645\u0633\u062a\u062e\u062f\u0645": [20, 24, 26, 41], "\u0645\u0633\u062a\u062e\u062f\u0645\u0648": [35, 41], "\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646": 35, "\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": [26, 28, 35, 41], "\u0645\u0633\u062a\u0634\u0643\u0641": 20, "\u0645\u0633\u062a\u0642\u0644": [25, 41, 82], "\u0645\u0633\u062a\u0643\u0634\u0641": 20, "\u0645\u0633\u062a\u0646\u062f\u0627\u062a": 46, "\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646": 41, "\u0645\u0633\u062a\u0648\u0649": [35, 41], "\u0645\u0633\u062c\u0644\u064a\u0646": 41, "\u0645\u0633\u062d\u0647": 81, "\u0645\u0634\u0627\u0628\u0647": 41, "\u0645\u0634\u0627\u0628\u0647\u0627": 41, "\u0645\u0634\u0627\u0631\u0643\u0627\u062a": [20, 28, 45], "\u0645\u0634\u0627\u0631\u0643\u0629": [6, 20, 28, 33, 53], "\u0645\u0634\u0627\u0631\u0643\u062a\u0643": [28, 41], "\u0645\u0634\u0627\u0631\u0643\u062a\u0647": [26, 35, 41], "\u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627": [21, 24, 33, 43, 53], "\u0645\u0634\u062a\u0631\u0643": [20, 35], "\u0645\u0634\u062a\u0631\u0643\u0629": 24, "\u0645\u0634\u0631\u0641": [21, 26, 31, 41, 82], "\u0645\u0634\u0631\u0641\u0627": 82, "\u0645\u0634\u0631\u0641\u0643": [31, 41], "\u0645\u0634\u063a\u0648\u0644": 41, "\u0645\u0634\u063a\u0648\u0644\u0627": 41, "\u0645\u0634\u0643\u0644\u0627\u062a": 80, "\u0645\u0634\u0643\u0644\u0629": [26, 80], "\u0645\u0635\u0627\u062f\u0631": 48, "\u0645\u0635\u0637\u0644\u062d": [41, 46], "\u0645\u0635\u0645\u0645": [20, 80], "\u0645\u0636\u0645\u0646": [20, 46], "\u0645\u0637\u0627\u0644\u0639\u0629": 43, "\u0645\u0637\u0644\u0642\u0627": 26, "\u0645\u0637\u0644\u0648\u0628\u0629": 47, "\u0645\u0638\u0647\u0631": 80, "\u0645\u0639": [6, 20, 22, 24, 26, 28, 29, 30, 31, 41, 43, 53, 54], "\u0645\u0639\u0627": 41, "\u0645\u0639\u0627\u064a\u0646\u0629": 41, "\u0645\u0639\u0627\u064a\u0646\u062a\u0647\u0627": 21, "\u0645\u0639\u062f\u0644": [41, 48], "\u0645\u0639\u0631": 26, "\u0645\u0639\u0631\u0641\u0629": 20, "\u0645\u0639\u0631\u0648\u0641": 81, "\u0645\u0639\u0637\u0644\u0627": 20, "\u0645\u0639\u0637\u0644\u0629": 20, "\u0645\u0639\u0642\u062f": 24, "\u0645\u0639\u0643": [24, 33], "\u0645\u0639\u0644\u0648\u0645\u0627\u062a": [20, 41], "\u0645\u0639\u0647": [24, 35], "\u0645\u0639\u0647\u0627": [20, 41], "\u0645\u0639\u0647\u0645": [26, 35], "\u0645\u0639\u064a\u0627\u0631": 41, "\u0645\u0639\u064a\u0646": 41, "\u0645\u0639\u064a\u0646\u0629": 39, "\u0645\u0641\u0627\u062a\u064a\u062d": [33, 49], "\u0645\u0641\u0627\u062a\u064a\u062d\u0643": 26, "\u0645\u0641\u062a\u0627\u062d": [28, 46, 81], "\u0645\u0641\u062a\u0627\u062d\u0643": 26, "\u0645\u0641\u062a\u0648\u062d": [20, 53], "\u0645\u0641\u064a\u062f": [20, 31], "\u0645\u0642\u0627\u0628\u0644": 33, "\u0645\u0642\u0628\u0648\u0644": 41, "\u0645\u0642\u064a\u062f\u0627": 31, "\u0645\u0642\u064a\u062f\u0629": 81, "\u0645\u0643\u0627\u0644\u0645\u0629": 80, "\u0645\u0643\u0627\u0646": [20, 41, 46], "\u0645\u0643\u062a\u0628": [6, 43, 53], "\u0645\u0643\u062a\u0628\u0643": 20, "\u0645\u0643\u0646": 26, "\u0645\u0643\u0646\u0643": [28, 41], "\u0645\u0644\u0627\u062d\u0638\u0629": [35, 41, 51], "\u0645\u0644\u0641": [20, 24, 35, 37, 46, 53], "\u0645\u0644\u0641\u0627": 37, "\u0645\u0644\u0641\u0627\u062a": [22, 28, 30, 33, 35, 41, 46], "\u0645\u0644\u0641\u0627\u062a\u0643": [20, 21, 24, 26], "\u0645\u0644\u0641\u0643": [6, 26, 41], "\u0645\u0645": 43, "\u0645\u0645\u0627": [20, 28, 31, 35, 41], "\u0645\u0646": [6, 24, 28, 31, 33, 35, 37, 39, 41, 43, 45, 47, 48, 49, 51, 53, 54, 80], "\u0645\u0646\u0627\u0632\u0644\u0647\u0645": 53, "\u0645\u0646\u062d": 45, "\u0645\u0646\u062d\u0647": 35, "\u0645\u0646\u0635": 41, "\u0645\u0646\u0638\u0645": 41, "\u0645\u0646\u0641\u0635\u0644\u0629": 41, "\u0645\u0646\u0647": [26, 37], "\u0645\u0646\u0647\u0627": [21, 45], "\u0645\u0646\u0647\u0645": 41, "\u0645\u0646\u0647\u0645\u0627": 47, "\u0645\u0647\u0627\u0645": 41, "\u0645\u0647\u0644\u0629": 41, "\u0645\u0647\u0645\u0629": 20, "\u0645\u0647\u0645\u0644\u0627\u062a\u0643": [33, 41], "\u0645\u0647\u0645\u0644\u0627\u062a\u0647": 24, "\u0645\u0647\u0645\u0644\u0627\u062a\u0647\u0645": 24, "\u0645\u0648\u0627\u0631\u062f": 41, "\u0645\u0648\u0627\u0639\u064a\u062f\u0643": 41, "\u0645\u0648\u062b\u0642\u0629": [20, 25], "\u0645\u0648\u0631\u062f": [41, 48], "\u0645\u0648\u0636\u062d": [41, 47], "\u0645\u0648\u0636\u0648\u0639": 41, "\u0645\u0648\u0639\u062f": 48, "\u0645\u0648\u0639\u062f\u0647": 41, "\u0645\u0648\u0642\u0639\u0629": 20, "\u0645\u0648\u0642\u0639\u0646\u0627": 43, "\u0645\u0648\u0646": 35, "\u0645\u064a\u0632\u0629": 26, "\u0645\u064a\u063a\u0627": 31, "\u0645\u064a\u0644\u0627\u062f": 41, "\u0646": [6, 20, 35, 41, 80], "\u0646\u0627\u062c\u062d\u0627": 41, "\u0646\u0627\u0641\u0630\u0629": [20, 45], "\u0646\u0627\u0642\u0634": 41, "\u0646\u0629": [6, 22, 30, 35], "\u0646\u062a": 37, "\u0646\u0632\u0648\u0644\u0627": 20, "\u0646\u0633\u062a\u062e\u062f\u0645": 41, "\u0646\u0633\u062e": [24, 41], "\u0646\u0633\u062e\u0629": 24, "\u0646\u0633\u0643\u062a": 20, "\u0646\u0633\u064a\u0627\u0646\u0647": 26, "\u0646\u0634": 81, "\u0646\u0634\u0626\u0648\u0627": 26, "\u0646\u0635\u064a\u0629": 81, "\u0646\u0637\u0627\u0642": 47, "\u0646\u0637\u0627\u0642\u0643": [20, 47], "\u0646\u0638": 41, "\u0646\u0638\u0627\u0645": 20, "\u0646\u0638\u0627\u0645\u0643": 21, "\u0646\u0638\u0631": [20, 26, 31], "\u0646\u0638\u0631\u0629": 47, "\u0646\u0639\u0645": 26, "\u0646\u0641\u0633": [20, 41], "\u0646\u0641\u0633\u0643": 20, "\u0646\u0641\u0633\u0647": 80, "\u0646\u0641\u0633\u0647\u0627": 41, "\u0646\u0641\u0642": 20, "\u0646\u0642\u0627\u0634": 41, "\u0646\u0642\u0631\u0629": 41, "\u0646\u0642\u0644": [24, 37, 41], "\u0646\u0642\u0644\u0647": 24, "\u0646\u0642\u0644\u0647\u0627": 24, "\u0646\u0643\u0633\u062a": [6, 21, 22, 24, 26, 28, 29, 30, 31, 39, 41, 43, 46, 48, 49, 51, 80, 81, 82], "\u0646\u0645\u0648\u0630\u062c": 41, "\u0646\u0647\u0627\u0626\u064a": [24, 41], "\u0646\u0647\u0627\u064a\u0629": [20, 41, 80], "\u0646\u0648\u0635\u064a": [20, 25, 31], "\u0646\u0648\u0639": 20, "\u0646\u0648\u0641\u0631": 80, "\u0647": [28, 51, 81], "\u0647\u0627\u062a\u0641\u0643": [45, 81], "\u0647\u0630\u0627": [20, 24, 28, 31, 35, 39, 41, 46, 48, 80], "\u0647\u0630\u0647": [20, 21, 24, 26, 28, 31, 35, 41, 43, 51, 82], "\u0647\u0631\u0645\u064a\u0629": 35, "\u0647\u0644": 20, "\u0647\u0645": 35, "\u0647\u0646\u0627\u0643": 41, "\u0647\u0646\u0627\u0644\u0643": [41, 45], "\u0647\u0648": [20, 26, 28, 41, 43, 47, 80, 81], "\u0647\u064a": [20, 26, 33, 41, 81], "\u0647\u064a\u0643\u0644\u064a\u0629": 26, "\u0648": [6, 20, 22, 24, 26, 28, 29, 30, 31, 33, 37, 43, 46, 47, 48, 51, 53, 82], "\u0648\u0625\u062f\u0627\u0631\u0629": 82, "\u0648\u0625\u062f\u062e\u0627\u0644": 46, "\u0648\u0625\u0630\u0627": 48, "\u0648\u0625\u0635\u0644\u0627\u062d\u0647\u0627": 47, "\u0648\u0625\u064a\u0627\u0628": 41, "\u0648\u0627\u062c\u0647\u0627\u062a": 43, "\u0648\u0627\u062c\u0647\u0629": [21, 26, 41, 80], "\u0648\u0627\u062c\u0647\u062a": 20, "\u0648\u0627\u062d\u062f": [20, 41, 53], "\u0648\u0627\u062d\u062f\u0629": [39, 41, 81], "\u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629": [6, 53, 81], "\u0648\u0627\u0644\u0623\u0634\u062e\u0627\u0635": 41, "\u0648\u0627\u0644\u0625\u0644\u063a\u0627\u0621\u0627\u062a": 41, "\u0648\u0627\u0644\u062a\u0635\u063a\u064a\u0631": 80, "\u0648\u0627\u0644\u062a\u0642\u0648\u064a\u0645": 47, "\u0648\u0627\u0644\u0630\u064a": 26, "\u0648\u0627\u0644\u0633\u0637\u0648\u0639": 80, "\u0648\u0627\u0644\u0634\u0631\u064a\u0637": 80, "\u0648\u0627\u0644\u0643\u062a\u0627\u0628\u0629": 20, "\u0648\u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": [26, 37], "\u0648\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a": 35, "\u0648\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0627\u062a": 35, "\u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062a": 33, "\u0648\u0627\u0644\u0645\u0646\u0641\u0630": 47, "\u0648\u0627\u0644\u0645\u0648\u0627\u0631\u062f": 41, "\u0648\u0628": 21, "\u0648\u062a\u062d\u0631\u064a\u0631\u0647\u0627": 33, "\u0648\u062a\u0639\u0637\u064a\u0644": 26, "\u0648\u062a\u0643\u0648\u064a\u0646\u0647": 49, "\u0648\u062b\u0627\u0626\u0642": [20, 35], "\u0648\u062c\u0639\u0644\u0647\u0627": 26, "\u0648\u062c\u0647\u0627\u062a": 48, "\u0648\u062c\u0648\u062f": [26, 41], "\u0648\u062d\u062f\u0627\u062a": 26, "\u0648\u062d\u062f\u0647\u0645": 26, "\u0648\u0630\u0627\u0643\u0631\u0629": 33, "\u0648\u0631": 41, "\u0648\u0633\u062a\u062a\u0645": 53, "\u0648\u0633\u064a\u0639\u0631\u0636": 81, "\u0648\u0635\u0641": 41, "\u0648\u0635\u0644": 41, "\u0648\u0635\u0648\u0644": 20, "\u0648\u0636": 24, "\u0648\u0636\u0639": 20, "\u0648\u0636\u0639\u0647": 24, "\u0648\u0636\u0648\u062d\u0647\u0627": 80, "\u0648\u0638\u064a\u0641\u0629": 29, "\u0648\u0639\u0644\u0649": 28, "\u0648\u0639\u0646\u0648\u0627\u0646": 28, "\u0648\u063a\u064a\u0631": 20, "\u0648\u0641": [41, 53], "\u0648\u0641\u0642": 39, "\u0648\u0642": 49, "\u0648\u0642\u062a": [24, 28, 41], "\u0648\u0642\u0648\u0639": 41, "\u0648\u0642\u064a\u0645\u0629": 20, "\u0648\u0644\u0627": 20, "\u0648\u0644\u0643\u0646": [26, 33], "\u0648\u0644\u0643\u0646\u0643": 45, "\u0648\u0644\u064a\u0633": 24, "\u0648\u0645\u0632\u0627\u0645\u0646\u062a\u0647\u0627": 53, "\u0648\u0645\u0639": 41, "\u0648\u0645\u0648\u0627\u0631\u062f": 48, "\u0648\u0646\u062f\u0648\u0632": 51, "\u0648\u064a\u0636\u0639": 28, "\u0648\u064a\u0644\u0632\u0645": 20, "\u0648\u064a\u0645\u0643\u0646": 81, "\u0648\u064a\u0645\u0643\u0646\u0643": 47, "\u0648\u064a\u0645\u0643\u0646\u0647\u0645": 41, "\u0649": [6, 35, 54, 82], "\u064a": [6, 20, 24, 26, 28, 35, 37, 41, 47, 53, 54, 80, 82], "\u064a\u0623\u062a\u064a": [41, 48], "\u064a\u0624\u062f\u064a": [28, 35, 41], "\u064a\u0624\u0643\u062f": 41, "\u064a\u062a\u062c\u0627\u0648\u0632": 20, "\u064a\u062a\u062d\u0642\u0642": 24, "\u064a\u062a\u0633\u0628\u0628": 28, "\u064a\u062a\u0637\u0644\u0628": [20, 31], "\u064a\u062a\u0639\u0630": 20, "\u064a\u062a\u063a\u064a\u0631": [28, 81], "\u064a\u062a\u0643\u0631\u0631": 41, "\u064a\u062a\u0644\u0642\u0648\u0646": 41, "\u064a\u062a\u0644\u0642\u0649": [35, 37], "\u064a\u062a\u0645": [20, 24, 26, 29, 31, 33, 35, 37, 39, 41, 46, 48, 80], "\u064a\u062a\u0645\u0643\u0646": [26, 41, 82], "\u064a\u062a\u0645\u0643\u0646\u0648\u0627": 26, "\u064a\u062a\u0648\u062c\u0628": 41, "\u064a\u062a\u0648\u0641\u0631": 26, "\u064a\u062a\u064a\u062d": 20, "\u064a\u062c\u0628": [20, 26, 41, 45, 46, 49, 51, 81], "\u064a\u062c\u062f": 37, "\u064a\u062c\u0639\u0644": 20, "\u064a\u062d\u0627\u0648\u0644\u0648\u0646": 26, "\u064a\u062d\u062a\u0627\u062c": [26, 28], "\u064a\u062d\u062a\u0641\u0638": 39, "\u064a\u062d\u062a\u0645\u0644": 41, "\u064a\u062d\u062a\u0648\u064a": [46, 80], "\u064a\u062d\u062c\u0632\u0647\u0627": 41, "\u064a\u062d\u062f\u062b": 26, "\u064a\u062d\u062f\u062f": 41, "\u064a\u062d\u0630\u0641": 24, "\u064a\u062d\u0630\u0641\u0647": 24, "\u064a\u062d\u0642": 41, "\u064a\u062e\u062a\u0644\u0641": 80, "\u064a\u062f\u0639\u0645": [20, 41, 49], "\u064a\u062f\u0639\u0648\u0643": 26, "\u064a\u062f\u0648\u064a": [20, 39, 45, 48], "\u064a\u062f\u0648\u064a\u0627": [24, 29], "\u064a\u0631\u062c\u0649": [26, 80], "\u064a\u0631\u064a\u062d": 80, "\u064a\u0632\u0627\u0644": [47, 80], "\u064a\u0632\u064a\u062f": [33, 80], "\u064a\u0633\u0627\u0639\u062f\u0643": 41, "\u064a\u0633\u0628\u0628\u0647\u0627": 80, "\u064a\u0633\u062a\u062e\u062f\u0645": 39, "\u064a\u0633\u062a\u062e\u062f\u0645\u0647": 26, "\u064a\u0633\u062a\u0637\u064a\u0639": 41, "\u064a\u0633\u062a\u0639\u0645\u0644": [20, 26], "\u064a\u0633\u062a\u063a\u0631\u0642": 48, "\u064a\u0633\u062c\u0644": 20, "\u064a\u0633\u0631\u062f": 45, "\u064a\u0633\u0645\u062d": [20, 41], "\u064a\u0634\u0627\u0631\u0643": 33, "\u064a\u0634\u062a\u0631\u0637": 51, "\u064a\u0634\u0645\u0644": 20, "\u064a\u0635\u0628\u062d": 24, "\u064a\u0635\u0641": 41, "\u064a\u0636\u064a\u0641": 41, "\u064a\u0637\u0644\u0628": 28, "\u064a\u0638\u0647\u0631": [20, 35], "\u064a\u0639": 35, "\u064a\u0639\u062a\u0645\u062f": 20, "\u064a\u0639\u062f": 26, "\u064a\u0639\u0631\u0636": [20, 37], "\u064a\u0639\u0631\u0636\u0648\u0646": 41, "\u064a\u0639\u0645\u0644": [26, 41, 46, 47, 81], "\u064a\u0639\u0648\u062f": 33, "\u064a\u063a\u064a\u0631": 26, "\u064a\u0641\u062a\u0631\u0636": 48, "\u064a\u0641\u0634\u0644": 20, "\u064a\u0641\u064a": 39, "\u064a\u0642\u0639": 41, "\u064a\u0642\u0648\u0645": [20, 26, 31, 41], "\u064a\u0642\u0648\u0645\u0648\u0646": 53, "\u064a\u0643\u062a\u0634\u0641": 45, "\u064a\u0643\u0646": [20, 26, 82], "\u064a\u0643\u0648\u0646": [20, 24, 33, 37, 41, 51, 81, 82], "\u064a\u0643\u0648\u0646\u0648\u0627": 35, "\u064a\u0644\u0632\u0645": [20, 41], "\u064a\u0644\u063a\u064a": 41, "\u064a\u0644\u064a": [20, 43, 47, 82], "\u064a\u0645\u062a\u0644\u0643": 21, "\u064a\u0645\u0643\u0646": [20, 24, 35, 41, 45, 46, 48, 51, 80, 81, 82], "\u064a\u0645\u0643\u0646\u0643": [20, 21, 26, 28, 29, 35, 39, 41, 43, 47, 48, 53, 54, 80, 81, 82], "\u064a\u0645\u0643\u0646\u0643\u0645": 80, "\u064a\u0645\u0643\u0646\u0645": 81, "\u064a\u0645\u0643\u0646\u0647": [6, 35], "\u064a\u0645\u0643\u0646\u0647\u0645": 26, "\u064a\u0646\u062a\u0647\u064a": [28, 41], "\u064a\u0646\u062c\u062d": 48, "\u064a\u0646\u0642\u0631": 41, "\u064a\u0647\u0645\u0643": 33, "\u064a\u0648\u0635\u0649": 20, "\u064a\u0648\u0636\u062d": 20, "\u064a\u0648\u0645": [24, 33, 39, 41], "\u064a\u0648\u0645\u0627": 39}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u0644\u0641\u0627\u062a \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629", "\u0627\u0644\u0645\u064f\u0632\u0627\u0645\u064e\u0646\u0629 \u0645\u0639 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0648 \u0627\u0644\u0647\u0648\u0627\u062a\u0641", "Using server-side encryption", "Using external storage", "Using federation shares", "\u062a\u0645\u0643\u064a\u0646 \u0639\u0645\u0644\u064a\u0627\u062a \u0631\u0641\u0639 \u0645\u062c\u0647\u0648\u0644\u0629", "\u0627\u0644\u0645\u0644\u0641\u0627\u062a & \u0627\u0644\u062a\u0632\u0627\u0645\u0646", "\u0631\u0641\u0639 \u0645\u0644\u0641\u0627\u062a \u0643\u0628\u064a\u0631\u0629", "Managing your files", "\u0627\u0644\u062d\u0635\u0629 \u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629 Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0646\u0651\u064f\u0633\u064e\u062e Version Control", "Setting out-of-office messages", "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u0642\u0648\u064a\u0645 Calendar app", "Using the Contacts app", "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a Groupware", "Using the Mail app", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0623\u0646\u062f\u0631\u0648\u064a\u062f", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0646 \u0633\u0637\u062d \u0645\u0643\u062a\u0628 GNOME", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 iOS", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 Kontact \u0641\u064a KDE", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 macOS", "Synchronizing with Thunderbird", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Windows 10", "Migrate data between instances", "\u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f nextcloud \u0627\u0644\u0625\u0635\u062f\u0627\u0631 35 \u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 - \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0650\u0645\u0629", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062a\u0635\u0644\u0629", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", ""\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629" Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", ""\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u062c\u0645\u064a\u0639" universal access", "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 two-factor authentication", "\u062a\u0639\u064a\u064a\u0646 \u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": [51, 81], "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 36, 80], "account": [19, 44], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "anoth": 44, "app": [0, 41, 42, 44, 75, 81], "appear": 55, "ar": 12, "archiv": 69, "assign": 36, "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": 60, "ban": 69, "basic": 7, "between": 52, "block": 44, "bodi": 44, "book": [42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "busi": 41, "calendar": [41, 44, 50, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 50], "context": 15, "continu": 12, "control": [39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": 52, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [41, 44], "desktop": [13, 19, 60], "detail": 21, "detect": [27, 44], "devic": 38, "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 29, 32, 35, 36, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "how": [5, 12, 44], "i": [12, 26], "ic": 41, "icon": 19, "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": 44, "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "item": 42, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "known": 15, "kontact": 48, "languag": 12, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16], "linux": [7, 12, 14, 17], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "manag": [19, 32, 36, 41, 42, 44, 58, 62, 69], "manual": 42, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": 60, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 44], "multipl": 42, "my": 12, "nativ": 44, "nautilu": 20, "navig": [21, 83], "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 21, 53, 83], "note": 69, "notif": [0, 1, 41, 69], "offic": 40, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "particip": [60, 69], "password": 26, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "player": 21, "poll": 56, "possibl": 26, "prevent": 7, "prioriti": 44, "privaci": 69, "privat": [26, 69], "profil": 83, "progress": 41, "project": 5, "propos": 41, "quick": 44, "quota": 33, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": 14, "respond": 41, "respons": 80, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 40, 44, 60, 72, 76, 83], "setup": 14, "share": [15, 19, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "some": 12, "sort": 44, "space": 11, "speaker": 65, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": [27, 33], "stream": 0, "sub": 12, "subfold": 44, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 50], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": 44, "troubleshoot": 51, "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 19, 21, 26, 27, 28, 38, 42, 44, 50, 66], "usag": 8, "user": [12, 19, 41], "variabl": 11, "version": [14, 39], "via": 28, "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 51], "winscp": 20, "work": 12, "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 42, 44, 69, 81], "zoom": 80, "\u0622\u062e\u0631\u0648\u0646": 35, "\u0623": 81, "\u0623\u062c\u0647\u0632\u0629": 81, "\u0623\u062f\u0639": 41, "\u0623\u062f\u0648\u0627\u062a": 43, "\u0623\u0636": 41, "\u0623\u0639\u064a\u0627\u062f": 41, "\u0623\u0645\u0627\u0643\u0646": 41, "\u0623\u0646\u062f\u0631\u0648\u064a\u062f": 45, "\u0623\u0646\u0634": 41, "\u0623\u0648": [26, 41], "\u0623\u064a\u0642\u0648\u0646\u0627\u062a": 21, "\u0625\u062f\u0627\u0631\u0629": [24, 39, 41, 54], "\u0625\u0633\u062a\u0639\u0645\u0627\u0644": 81, "\u0625\u0633\u062a\u064a\u0631\u0627\u062f": 41, "\u0625\u0634\u062a": 41, "\u0625\u0634\u0643\u0627\u0644\u0627\u062a": 20, "\u0625\u0634\u0643\u0627\u0644\u064a": 20, "\u0625\u0635\u0644\u0627\u062d\u0647\u0627": 49, "\u0625\u0636\u0627\u0641\u0629": [35, 41], "\u0625\u0639\u062a\u0628\u0627\u0631\u0627\u062a": 81, "\u0625\u0639\u062f\u0627\u062f": [41, 81], "\u0625\u0643\u0628\u0633\u0644\u0648\u0631\u064a\u0631": 20, "\u0625\u0644\u0649": [20, 26, 35, 41], "\u0625\u0646\u0634\u0627\u0621": [20, 41], "\u0627\u062a": [20, 21, 41, 81], "\u0627\u062a\u0635\u0627\u0644": 47, "\u0627\u062f": 29, "\u0627\u0631": 81, "\u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a": 20, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645": 81, "\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [26, 41], "\u0627\u0633\u062a\u0643\u0634\u0627\u0641": 49, "\u0627\u0633\u062a\u0646\u0633\u0627\u062e": 41, "\u0627\u0644": 45, "\u0627\u0644\u0623\u062c\u0647\u0632\u0629": 54, "\u0627\u0644\u0623\u062d\u062f\u0627\u062b": 41, "\u0627\u0644\u0623\u062e\u0631\u0649": 41, "\u0627\u0644\u0623\u0633\u0626\u0644\u0629": 26, "\u0627\u0644\u0623\u0639\u0637\u0627\u0644": 49, "\u0627\u0644\u0623\u0642\u0631\u0627\u0635": 20, "\u0627\u0644\u0623\u0648\u0627\u0645\u0631": 20, "\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a": 45, "\u0627\u0644\u0625\u0635\u062f\u0627\u0631": 53, "\u0627\u0644\u0625\u0639\u062f": 29, "\u0627\u0644\u0627\u062a": 51, "\u0627\u0644\u0627\u062a\u0635\u0627\u0644": [45, 48], "\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629": 41, "\u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f": 26, "\u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643": 41, "\u0627\u0644\u062a\u0623\u0642\u0644\u0645": 80, "\u0627\u0644\u062a\u0627\u0644\u064a": 26, "\u0627\u0644\u062a\u062d\u0642": 81, "\u0627\u0644\u062a\u062e\u0632\u064a\u0646": 24, "\u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629": 33, "\u0627\u0644\u062a\u0630\u0643\u064a\u0631\u0627\u062a": 41, "\u0627\u0644\u062a\u0632\u0627\u0645\u0646": 30, "\u0627\u0644\u062a\u0634\u0641\u064a\u0631": 26, "\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a": 43, "\u0627\u0644\u062a\u0642\u0648\u064a\u0645": [41, 45, 51], "\u0627\u0644\u062a\u0646\u0642": 80, "\u0627\u0644\u062a\u0648\u0627\u062c\u062f": 41, "\u0627\u0644\u062b\u064a\u0645\u0627\u062a": 80, "\u0627\u0644\u062c\u0648\u0627\u0628": 20, "\u0627\u0644\u062d\u0627\u0644\u0629": 21, "\u0627\u0644\u062d\u062f\u062b": 41, "\u0627\u0644\u062d\u0635\u0629": 33, "\u0627\u0644\u062d\u0635\u0635": 24, "\u0627\u0644\u062d\u0644": 20, "\u0627\u0644\u062e\u0627\u0635": [26, 29], "\u0627\u0644\u062e\u0627\u0635\u0629": 54, "\u0627\u0644\u062e\u0644\u0641\u064a\u0629": 26, "\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a": 41, "\u0627\u0644\u062f\u062e\u0648\u0644": 81, "\u0627\u0644\u0631\u0633\u0645\u064a\u0629": [20, 41], "\u0627\u0644\u0634\u0627\u0626\u0639\u0629": 26, "\u0627\u0644\u0634\u0627\u0634\u0629": 80, "\u0627\u0644\u0634\u062e\u0635\u064a": 82, "\u0627\u0644\u0639\u0627\u0645": 82, "\u0627\u0644\u0639\u0627\u0645\u0629": 20, "\u0627\u0644\u0639\u0637\u0644\u0627\u062a": 41, "\u0627\u0644\u0639\u0645\u0644": [41, 43], "\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646": 82, "\u0627\u0644\u0641\u064a\u062f\u064a\u0648": 21, "\u0627\u0644\u0644\u0642\u0627\u0621": 41, "\u0627\u0644\u0645": [25, 53, 80, 81], "\u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a": 54, "\u0627\u0644\u0645\u062a\u0635\u0644\u0629": 54, "\u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629": 41, "\u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": 21, "\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629": 73, "\u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a": 6, "\u0627\u0644\u0645\u062d\u062c\u0648\u0632": 41, "\u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629": 24, "\u0627\u0644\u0645\u062d\u0644\u064a\u0629": 35, "\u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629": 20, "\u0627\u0644\u0645\u062e\u0637\u0637": 26, "\u0627\u0644\u0645\u0631\u0648\u0631": 54, "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629": [45, 46, 47, 48, 49, 51], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645": [26, 53], "\u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646": 41, "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": 20, "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629": 35, "\u0627\u0644\u0645\u0634\u0641\u0631\u0629": 26, "\u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d": 80, "\u0627\u0644\u0645\u0641\u062a\u0627\u062d": 26, "\u0627\u0644\u0645\u0643\u062a\u0628": [20, 25], "\u0627\u0644\u0645\u0644\u0641": 21, "\u0627\u0644\u0645\u0644\u0641\u0627\u062a": [20, 21, 24, 26, 29, 30, 45], "\u0627\u0644\u0645\u0645\u0643\u0646": 26, "\u0627\u0644\u0645\u0647\u0645\u0644\u0627\u062a": 41, "\u0627\u0644\u0645\u0648\u0627\u0631\u062f": 41, "\u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f": 41, "\u0627\u0644\u0645\u0648\u0639\u062f": 41, "\u0627\u0644\u0645\u064a\u0644\u0627\u062f": 41, "\u0627\u0644\u0646": [39, 45], "\u0627\u0644\u0646\u0642\u0627\u0644": 45, "\u0627\u0644\u0647": 81, "\u0627\u0644\u0647\u0627\u062a\u0641": 45, "\u0627\u0644\u0647\u0648\u0627\u062a\u0641": 25, "\u0627\u0644\u0648\u0628": 83, "\u0627\u0644\u0648\u0635\u0648\u0644": [20, 35, 80], "\u0628\u0625\u062f\u0627\u0631\u0629": 24, "\u0628\u0625\u0639\u062f\u0627\u062f": 49, "\u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [20, 26], "\u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [20, 80], "\u0628\u0627\u0644\u062a\u062d\u0642": 81, "\u0628\u0627\u0644\u062c\u0647\u0627\u0632": 54, "\u0628\u0627\u0644\u062d\u0636\u0648\u0631": 41, "\u0628\u062a\u063a\u064a\u064a\u0631": 26, "\u0628\u062f\u0648\u0646": [26, 45], "\u0628\u064a\u0627\u0646\u0627\u062a\u0643": 82, "\u0629": [29, 81], "\u062a\u062d\u062f\u064a\u062f": 21, "\u062a\u062d\u0643": 21, "\u062a\u0633\u062c\u064a\u0644": 26, "\u062a\u0633\u0645\u064a\u0629": 39, "\u062a\u0635\u062f\u064a\u0631": 41, "\u062a\u0636\u0645": 80, "\u062a\u0637\u0628\u064a\u0642": [24, 41, 45], "\u062a\u0637\u0628\u064a\u0642\u0627\u062a": [20, 81], "\u062a\u0639\u062f\u064a\u0644": 41, "\u062a\u0639\u0637\u064a\u0644": 26, "\u062a\u0639\u064a\u064a\u0646": [20, 41, 82], "\u062a\u063a\u064a\u064a\u0631": 54, "\u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643": 82, "\u062a\u0642\u0627\u0648\u064a\u0645": 41, "\u062a\u0642\u0627\u0648\u064a\u0645\u0643": 41, "\u062a\u0642\u0648\u064a\u0645": [41, 47], "\u062a\u0642\u064a\u064a\u062f": 82, "\u062a\u0643": 35, "\u062a\u0643\u0628\u064a\u0631": 80, "\u062a\u0645\u0643\u064a\u0646": 29, "\u062a\u0647\u064a\u0626\u0629": 41, "\u062b": 81, "\u062b\u0627\u0644\u062b": 20, "\u062b\u0646": 81, "\u062c\u062f\u0648\u0644": 6, "\u062c\u062f\u064a\u062f": 41, "\u062c\u062f\u064a\u062f\u0627": 41, "\u062c\u0647\u0627\u062a": [45, 47, 48, 51], "\u062d\u062c\u0632": 41, "\u062d\u062c\u0645": 80, "\u062d\u062f\u062b": 41, "\u062d\u062f\u062b\u0627": 41, "\u062d\u0630\u0641": [24, 39, 41], "\u062d\u0633\u0627\u0628\u0627\u062a\u0643": 49, "\u062d\u0648\u0644": 26, "\u062e": 39, "\u062e\u0627\u0635": 35, "\u062f\u062e\u0648\u0644": 26, "\u062f\u0641\u062a\u0631": 82, "\u062f\u0644\u064a\u0644": 53, "\u0631": 41, "\u0631\u0624\u064a\u0629": 82, "\u0631\u0641": 41, "\u0631\u0641\u0639": [29, 31], "\u0631\u0648\u0627\u0628\u0637": 35, "\u0632\u0627\u0645": 25, "\u0633": 39, "\u0633\u0627\u0639\u0627\u062a": 41, "\u0633\u0637\u062d": [25, 46], "\u0633\u0637\u0631": 20, "\u0633\u0644\u0629": 41, "\u0634\u0627\u0631": 24, "\u0634\u063a": 21, "\u0635\u0627\u0644": 51, "\u0637\u0631\u0641": 20, "\u0637\u0631\u064a\u0642": 81, "\u0639\u0627\u0645\u0629": 35, "\u0639\u0628\u0631": [20, 35], "\u0639\u0644\u0649": [41, 45, 81], "\u0639\u0645\u0644\u0627\u0621": [20, 25], "\u0639\u0645\u0644\u064a\u0627\u062a": 29, "\u0639\u0645\u064a\u0644\u0629": 81, "\u0639\u0646": 81, "\u0639\u0646\u062f": 24, "\u063a\u0631\u0641\u0629": 41, "\u063a\u064a\u0631": 26, "\u0641": 41, "\u0641\u064a": [20, 41, 48, 82], "\u0642": [41, 45, 49, 81], "\u0642\u062f": 53, "\u0642\u0645": 26, "\u0643": 41, "\u0643\u0628\u064a\u0631\u0629": 31, "\u0643\u0629": 24, "\u0643\u0644\u0627\u0648\u062f": [20, 35, 45, 53], "\u0643\u0644\u0645\u0627\u062a": 54, "\u0643\u0644\u0645\u0629": [26, 54], "\u0643\u064a\u0641": [24, 26], "\u0644": [21, 80], "\u0644\u0625\u0641\u0644\u0627\u062a": 29, "\u0644\u0633\u0637\u062d": 20, "\u0644\u0640": 20, "\u0644\u0644\u062c\u0645\u064a\u0639": 80, "\u0644\u0644\u062d\u062f\u062b": 41, "\u0644\u0644\u062f\u0639\u0648\u0627\u062a": 41, "\u0644\u0644\u0645\u0644\u0641\u0627\u062a": 20, "\u0644\u0644\u0645\u0648\u0627\u0639\u064a\u062f": 41, "\u0644\u0644\u0645\u0648\u0639\u062f": 41, "\u0644\u0648\u062d\u0629": 80, "\u0644\u064a\u0646\u0643\u0633": 20, "\u0645": [21, 24, 41, 49, 81], "\u0645\u0627\u0630\u0627": 24, "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a": 20, "\u0645\u0629": 53, "\u0645\u062a\u0635\u0641\u062d": [20, 83], "\u0645\u062a\u0637\u0644\u0628\u0627\u062a": 83, "\u0645\u062c\u0645\u0648\u0639\u0627\u062a": 35, "\u0645\u062c\u0647\u0648\u0644\u0629": 29, "\u0645\u062d\u0627\u062f\u062b\u0629": 41, "\u0645\u062d\u0631\u0643\u0627\u062a": 20, "\u0645\u062e\u0632\u0646\u0629": 81, "\u0645\u062f\u064a\u0631": 20, "\u0645\u0631\u0648\u0631": 26, "\u0645\u0633\u0627\u062d\u0627\u062a": 24, "\u0645\u0633\u062a\u062e\u062f\u0645\u064a": 35, "\u0645\u0634\u0627\u0631\u0643\u0627\u062a": 35, "\u0645\u0634\u0627\u0631\u0643\u0629": [21, 26, 35, 41, 82], "\u0645\u0634\u0641\u0631": 26, "\u0645\u0634\u0643\u0644\u0629": 20, "\u0645\u0639": [25, 35, 45, 47, 48, 49, 51, 80, 81], "\u0645\u0639\u0627\u064a\u0646\u0629": 21, "\u0645\u0639\u0631\u0648\u0641\u0629": 20, "\u0645\u0641\u0627\u062a\u064a\u062d": 26, "\u0645\u0641\u062a\u0627\u062d": 26, "\u0645\u0643\u062a\u0628": 46, "\u0645\u0644\u0641\u0627\u062a": [20, 24, 31], "\u0645\u0644\u0641\u0627\u062a\u0643": 29, "\u0645\u0644\u0641\u0643": 82, "\u0645\u0646": [20, 26, 46, 81, 82], "\u0645\u0648\u0639\u062f": 41, "\u0646": 81, "\u0646\u0627\u0648\u062a\u064a\u0644\u0633": 20, "\u0646\u0629": [25, 80], "\u0646\u0633\u062e\u0629": 39, "\u0646\u0634\u0631": 41, "\u0646\u0642\u0644": [21, 26], "\u0646\u0643\u0633\u062a": [20, 35, 45, 53], "\u0647\u0630\u0627": 26, "\u0647\u0644": 26, "\u0648": [21, 25, 35, 41, 45, 49, 54, 80, 81], "\u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629": [20, 54], "\u0648\u0638\u064a\u0641\u0629": 26, "\u0648\u0646\u062f\u0648\u0632": 20, "\u0649": 81, "\u064a": 81, "\u064a\u0621": 41, "\u064a\u062d\u062f\u062b": 24, "\u064a\u0642\u0648\u0645": 24, "\u064a\u0645\u0643\u0646": 26, "\u064a\u0645\u0643\u0646\u0647": 82, "\u064a\u0645\u0643\u0646\u0647\u0645": 35}}) \ No newline at end of file +Search.setIndex({"alltitles": {"\"\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629\" Talk": [[73, null]], "\"\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u062c\u0645\u064a\u0639\" universal access": [[80, null]], "1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Proposals": [[41, "proposals"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Thunderbird": [[50, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Webinar and lobby": [[79, null]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u0622\u062e\u0631\u0648\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0627\u0644\u0648\u0635\u0648\u0644": [[35, "others-with-access"]], "\u0623\u062f\u0639\u064f \u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646 \u0628\u0627\u0644\u062d\u0636\u0648\u0631 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f\u062b": [[41, "invite-attendees-to-an-event"]], "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a Groupware": [[43, null]], "\u0623\u0636\u0650\u0641 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629": [[41, "add-recurring-options"]], "\u0623\u0646\u0634\u0650\u064a\u0621\u0652 \u062d\u062f\u062b\u0627\u064b \u062c\u062f\u064a\u062f\u0627\u064b": [[41, "create-a-new-event"]], "\u0623\u0646\u0634\u0650\u064a\u0621\u0652 \u063a\u0631\u0641\u0629 \u0645\u062d\u0627\u062f\u062b\u0629 \u0644\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062c\u0648\u0632": [[41, "create-talk-room-for-booked-appointments"]], "\u0623\u064a\u0642\u0648\u0646\u0627\u062a \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u062d\u0627\u0644\u0629": [[21, "sharing-status-icons"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u062c\u0647\u0632\u0629": [[54, "managing-devices"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u062d\u062f\u0627\u062b": [[41, "managing-events"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0645\u062a\u0635\u0644\u0629": [[54, "managing-connected-browsers"]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062a\u0635\u0644\u0629": [[54, null]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629": [[24, null]], "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0646\u0651\u064f\u0633\u064e\u062e Version Control": [[39, null]], "\u0625\u062f\u0627\u0631\u0629 \u062a\u0642\u0627\u0648\u064a\u0645\u0643": [[41, "managing-your-calendars"]], "\u0625\u0633\u062a\u0639\u0645\u0627\u0644 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0639\u0645\u064a\u0644\u0629 client apps \u0628\u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u064e\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629": [[81, "using-client-applications-with-two-factor-authentication"]], "\u0625\u0633\u062a\u064a\u0631\u0627\u062f \u062a\u0642\u0648\u064a\u0645": [[41, "import-a-calendar"]], "\u0625\u0634\u062a\u064e\u0631\u0650\u0643 \u0641\u064a \u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0639\u0637\u0644\u0627\u062a \u0627\u0644\u0631\u0633\u0645\u064a\u0629": [[41, "subscribe-to-a-holiday-calendar"]], "\u0625\u0634\u0643\u0627\u0644\u0627\u062a \u0645\u0639\u0631\u0648\u0641\u0629": [[20, "known-issues"]], "\u0625\u0634\u0643\u0627\u0644\u064a\u0651\u0627\u062a \u0645\u0639\u0631\u0648\u0641\u0629": [[20, "known-problems"]], "\u0625\u0636\u0627\u0641\u0629 \u0645\u0634\u0627\u0631\u0643\u0629 \u0639\u0627\u0645\u0629 \u0625\u0644\u0649 \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u062e\u0627\u0635\u0651\u062a\u0643": [[35, "adding-a-public-share-to-your-nextcloud"]], "\u0625\u0636\u0627\u0641\u0629 \u0645\u064f\u0631\u0641\u064e\u0642\u064e\u0627\u062a attachments \u0625\u0644\u0649 \u0627\u0644\u0623\u062d\u062f\u0627\u062b": [[41, "add-attachments-to-events"]], "\u0625\u0639\u062a\u0628\u0627\u0631\u0627\u062a": [[81, "considerations"]], "\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 two-factor authentication 2FA": [[81, "configuring-two-factor-authentication"]], "\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u0630\u0643\u064a\u0631\u0627\u062a reminders": [[41, "set-up-reminders"]], "\u0625\u0646\u0634\u0627\u0621 \u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a mounts \u0644\u0640 WebDAV \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0633\u0637\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0641\u064a \u0644\u064a\u0646\u0643\u0633": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "\u0625\u0646\u0634\u0627\u0621 \u062a\u0642\u0648\u064a\u0645\u064d \u062c\u062f\u064a\u062f\u064d": [[41, "create-a-new-calendar"]], "\u0625\u0646\u0634\u0627\u0621 \u062a\u0647\u064a\u0626\u0629 \u0644\u0644\u0645\u0648\u0627\u0639\u064a\u062f": [[41, "creating-an-appointment-configuration"]], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 \u0645\u0639 \u0623\u064e\u0645\u064e\u0627\u0631\u064e\u0627\u062a \u0645\u062e\u0632\u0646\u0629 \u0639\u0644\u0649 \u0623\u062c\u0647\u0632\u0629 hardware token.": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 two-factor authentication": [[81, null]], "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631": [[26, "using-encryption"]], "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u0642\u0648\u064a\u0645 Calendar app": [[41, null]], "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0627\u0644\u0623\u0639\u0637\u0627\u0644 \u0648 \u0625\u0635\u0644\u0627\u062d\u0647\u0627": [[49, "troubleshooting"]], "\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u062d\u0648\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631": [[26, "encryption-faq"]], "\u0627\u0644\u0625\u0639\u062f\u064e\u0627\u062f \u0644\u0625\u0641\u0644\u0627\u062a \u0645\u0644\u0641\u0627\u062a\u0643 file drop \u0627\u0644\u062e\u0627\u0635\u0651\u0629": [[29, "setting-up-your-own-file-drop"]], "\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0644\u0644\u062f\u0639\u0648\u0627\u062a": [[41, "responding-to-invitations"]], "\u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0641\u064a \u062a\u0642\u0648\u064a\u0645": [[41, "subscribe-to-a-calendar"]], "\u0627\u0644\u062a\u0642\u0648\u064a\u0645": [[51, "calendar"]], "\u0627\u0644\u062a\u0646\u0642\u0651\u064f\u0644 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d": [[80, "navigating-via-keyboard"]], "\u0627\u0644\u062a\u0648\u0627\u062c\u062f (\u0633\u0627\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0644)": [[41, "availability-working-hours"]], "\u0627\u0644\u062b\u064a\u0645\u0627\u062a \u0627\u0644\u0645\u064f\u062a\u0636\u0645\u0651\u064e\u0646\u0629 Included themes": [[80, "included-themes"]], "\u0627\u0644\u062c\u0648\u0627\u0628": [[20, "answer"]], "\u0627\u0644\u062d\u0635\u0629 \u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629 Storage quota": [[33, null]], "\u0627\u0644\u062d\u0635\u0635": [[24, "quotas"]], "\u0627\u0644\u062d\u0644": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u0627\u0644\u062d\u0644 1": [[20, "solution-1"]], "\u0627\u0644\u062d\u0644 2": [[20, "solution-2"]], "\u0627\u0644\u062f\u062e\u0648\u0644 \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u0649": [[81, "logging-in-with-two-factor-authentication"]], "\u0627\u0644\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062c\u0648\u0632": [[41, "working-with-the-booked-appointment"]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Windows 10": [[51, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 iOS": [[47, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 macOS": [[49, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0623\u0646\u062f\u0631\u0648\u064a\u062f": [[45, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 Kontact \u0641\u064a KDE": [[48, null]], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0646 \u0633\u0637\u062d \u0645\u0643\u062a\u0628 GNOME": [[46, null]], "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0645\u0639 \u0645\u0633\u062a\u062e\u062f\u0645\u064a \u0648 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f": [[35, "internal-shares-with-users-and-groups"]], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a & \u0627\u0644\u062a\u0632\u0627\u0645\u0646": [[30, null]], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u063a\u064a\u0631 \u0645\u0634\u0641\u0631": [[26, "files-not-encrypted"]], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a": [[45, "files-and-notifications"]], "\u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f": [[41, "appointments"]], "\u0627\u0644\u0645\u064f\u0632\u0627\u0645\u064e\u0646\u0629 \u0645\u0639 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0648 \u0627\u0644\u0647\u0648\u0627\u062a\u0641": [[25, null]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u0639\u0628\u0631 WebDAV": [[20, "accessing-public-shares-over-webdav"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 Cyberduck": [[20, "accessing-files-using-cyberduck"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 WinSCP": [[20, "accessing-files-using-winscp"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 cURL": [[20, "accessing-files-using-curl"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a \u0648\u0646\u062f\u0648\u0632": [[20, "accessing-files-using-microsoft-windows"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u0644\u0641\u0627\u062a \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 WebDAV": [[20, null]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 macOS": [[20, "accessing-files-using-macos"]], "\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0645\u0644\u0641\u0627\u062a \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0644\u064a\u0646\u0643\u0633": [[20, "accessing-files-using-linux"]], "\u0628\u062f\u0648\u0646 \u062a\u0637\u0628\u064a\u0642 \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0646\u0642\u0627\u0644": [[45, "without-the-nextcloud-mobile-app"]], "\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648 \u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": [[21, "selecting-files-or-folders"]], "\u062a\u062d\u0643\u0651\u064f\u0645\u064e\u0627\u062a \u0627\u0644\u0645\u0644\u0641": [[21, "file-controls"]], "\u062a\u0633\u0645\u064a\u0629 \u0646\u0633\u062e\u0629": [[39, "naming-a-version"]], "\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0639\u0645\u0644\u0627\u0621 clients \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0627\u0644\u0631\u0633\u0645\u064a\u0629 \u0644\u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "\u062a\u0639\u062f\u064a\u0644 edit \u0623\u0648 \u0627\u0633\u062a\u0646\u0633\u0627\u062e duplicate \u0623\u0648 \u062d\u0630\u0641 delete \u062d\u062f\u062b": [[41, "edit-duplicate-or-delete-an-event"]], "\u062a\u0639\u062f\u064a\u0644 \u0623\u0648 \u062a\u0635\u062f\u064a\u0631 \u0623\u0648 \u062d\u0630\u0641 \u062a\u0642\u0648\u064a\u0645": [[41, "edit-export-or-delete-a-calendar"]], "\u062a\u0639\u064a\u064a\u0646 mapping \u0645\u062d\u0631\u0643\u0627\u062a \u0627\u0644\u0623\u0642\u0631\u0627\u0635 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0633\u0637\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631": [[20, "mapping-drives-with-the-command-line"]], "\u062a\u0639\u064a\u064a\u0646 \u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u0644\u0642\u0627\u0621 \u0648 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u062d\u062f\u062b": [[41, "assign-rooms-and-resources-to-an-event"]], "\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0623\u0642\u0631\u0627\u0635 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0645\u062a\u0635\u0641\u062d \u0648\u0646\u062f\u0648\u0632 \u0625\u0643\u0628\u0633\u0644\u0648\u0631\u064a\u0631": [[20, "mapping-drives-with-windows-explorer"]], "\u062a\u0639\u064a\u064a\u0646 \u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643": [[82, null]], "\u062a\u0642\u0648\u064a\u0645": [[47, "calendar"]], "\u062a\u0642\u0648\u064a\u0645 \u0623\u0639\u064a\u0627\u062f \u0627\u0644\u0645\u064a\u0644\u0627\u062f": [[41, "birthday-calendar"]], "\u062a\u0642\u064a\u064a\u062f \u0645\u0646 \u064a\u0645\u0643\u0646\u0647 \u0631\u0624\u064a\u0629 \u0645\u0644\u0641\u0643 \u0627\u0644\u0634\u062e\u0635\u064a": [[82, "restrict-who-can-see-your-profile-data"]], "\u062a\u0643\u0628\u064a\u0631 \u0627\u0644\u0634\u0627\u0634\u0629 Zoom\u060c \u0648 \u0627\u0644\u062a\u0623\u0642\u0644\u0645 \u0645\u0639 \u062d\u062c\u0645 \u0627\u0644\u0634\u0627\u0634\u0629 responsiveness": [[80, "zoom-and-responsiveness"]], "\u062a\u0645\u0643\u064a\u0646 \u0639\u0645\u0644\u064a\u0627\u062a \u0631\u0641\u0639 \u0645\u062c\u0647\u0648\u0644\u0629": [[29, null]], "\u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a": [[6, null]], "\u062c\u0647\u0627\u062a \u0627\u062a\u0635\u0627\u0644": [[47, "contacts"]], "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0648 \u0627\u0644\u062a\u0642\u0648\u064a\u0645": [[45, "contacts-and-calendar"]], "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0651\u0635\u0627\u0644": [[51, "contacts"]], "\u062d\u062c\u0632 \u0645\u0648\u0639\u062f": [[41, "booking-an-appointment"]], "\u062d\u0630\u0641 \u0646\u0633\u062e\u0629": [[39, "deleting-a-version"]], "\u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062a": [[29, "uploading-files"]], "\u0631\u0641\u0639 \u0645\u0644\u0641\u0627\u062a \u0643\u0628\u064a\u0631\u0629": [[31, null]], "\u0633\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0644\u0627\u062a": [[41, "trash-bin"]], "\u0639\u0645\u0644\u0627\u0621 WebDAV \u0645\u0646 \u0637\u0631\u0641 \u062b\u0627\u0644\u062b": [[20, "third-party-webdav-clients"]], "\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0647\u0648\u0627\u062a\u0641": [[25, "mobile-clients"]], "\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u062e\u0627\u0635 private key password": [[26, "change-private-key-password"]], "\u0642\u064f\u0645 \u0628\u0625\u0639\u062f\u0627\u062f \u062d\u0633\u0627\u0628\u0627\u062a\u0643": [[49, "setup-your-accounts"]], "\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u062c\u0647\u0627\u0632 \u0648 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631": [[54, "device-specific-passwords-and-password-changes"]], "\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f": [[26, "recovery-key-password"]], "\u0643\u064a\u0641 \u064a\u0642\u0648\u0645 \u062a\u0637\u0628\u064a\u0642 \"\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629\" \u0628\u0625\u062f\u0627\u0631\u0629 \u0645\u0633\u0627\u062d\u0627\u062a \u0627\u0644\u062a\u062e\u0632\u064a\u0646": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u0643\u064a\u0641 \u064a\u0645\u0643\u0646 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631\u061f": [[26, "how-can-encryption-be-disabled"]], "\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u0639\u0646\u062f \u062d\u0630\u0641 \u0645\u0644\u0641\u0627\u062a \u0645\u064f\u0634\u0627\u0631\u064e\u0643\u0629": [[24, "what-happens-when-shared-files-are-deleted"]], "\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u0628": [[83, "web-browser-requirements"]], "\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \"\u0646\u0627\u0648\u062a\u064a\u0644\u0633\" Nautilus": [[20, "nautilus-file-manager"]], "\u0645\u0634\u0627\u0631\u0643\u0627\u062a \u0639\u0628\u0631 \u0631\u0648\u0627\u0628\u0637 \u0639\u0627\u0645\u0629": [[35, "public-link-shares"]], "\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0634\u0641\u0631\u0629": [[26, "sharing-encrypted-files"]], "\u0645\u0634\u0627\u0631\u0643\u0629 \u0628\u064a\u0627\u0646\u0627\u062a\u0643 \u0641\u064a \u062f\u0641\u062a\u0631 \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0639\u0627\u0645 global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "\u0645\u0634\u0627\u0631\u0643\u0629 \u062a\u0642\u0627\u0648\u064a\u0645": [[41, "sharing-calendars"]], "\u0645\u0634\u0643\u0644\u0629": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\u0645\u0639 \u062a\u0637\u0628\u064a\u0642 \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0646\u0651\u0642\u0651\u0627\u0644": [[45, "with-the-nextcloud-mobile-app"]], "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a": [[21, "previewing-files"]], "\u0645\u064f\u0634\u063a\u0651\u0650\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 Video player": [[21, "video-player"]], "\u0646\u0634\u0631 \u062a\u0642\u0648\u064a\u0645": [[41, "publishing-a-calendar"]], "\u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a": [[21, "moving-files"]], "\u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f nextcloud \u0627\u0644\u0625\u0635\u062f\u0627\u0631 35 \u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 - \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0650\u0645\u0629": [[53, null]], "\u0647\u0644 \u0645\u0646 \u0627\u0644\u0645\u062e\u0637\u0637 \u0646\u0642\u0644 \u0647\u0630\u0627 \u0625\u0644\u0649 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062a\u0627\u0644\u064a \u0623\u0648 \u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u062e\u0644\u0641\u064a\u0629\u061f": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u0647\u0644 \u0645\u0646 \u0627\u0644\u0645\u0645\u0643\u0646 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f recovery key\u061f": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u0647\u0644 \u064a\u0645\u0643\u0646 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0628\u062f\u0648\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u061f": [[26, "can-encryption-be-disabled-without-the-user-s-password"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 24, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 24, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [6, 45, 46, 49], "3": [1, 8, 9, 24, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 27, 39, 41, 42, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 19, 41, 48, 56, 77], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 44, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 27, 36, 42, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 36, 38, 40, 41, 42, 44, 45, 46, 47, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 38, 41, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 44, 50], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 36, 38, 39, 40, 41, 42, 44, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [12, 19, 20, 51, 76], "There": [17, 20, 42, 44, 66, 69, 72], "These": [14, 19, 41, 44, 69], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": [8, 20, 26, 35, 37], "__": 45, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 27, 36, 41, 42, 44, 45, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 35, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 83], "accessibli": 5, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 41, 42, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 45, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": [24, 26, 33, 35, 37], "administr": [1, 7, 14, 20, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "advanc": [14, 20, 41, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 36, 41, 42, 45, 50, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 29, 35, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alwai": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analyz": 44, "android": [20, 25, 38, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anonym": [20, 29, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": [12, 26], "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 45, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [41, 44, 48, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrari": 19, "arch": 8, "archiv": [8, 14, 21], "area": [19, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 50, 66, 72, 80], "artifici": 1, "ask": [9, 19, 27, 40, 44, 45, 50, 62, 66], "assign": [21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 54, 82], "author": [10, 20], "auto": [7, 20, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 39, 41, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 42, 44, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "bar": [0, 1, 19, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 44, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "begin": [44, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 41, 42, 44, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 33, 41, 42], "binari": [8, 15], "bit": [12, 14], "bitfir": 45, "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 41, 50], "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 42, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 7, 12, 14, 20, 21, 28, 38, 51, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 45, 47, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 42, 45, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 26, 29, 36, 37, 40, 41, 42, 51, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": 19, "chip": 83, "chmod": 20, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": [15, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 38, 41, 42, 50, 51, 53, 54, 63, 73], "clipboard": 51, "clock": [66, 81], "close": [5, 14, 19, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 42], "collaps": [19, 44], "collect": [4, 5, 6, 20], "color": [27, 41], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 24, 26, 33, 35, 37, 41, 43, 45, 47, 48, 49, 51, 70, 73, 80], "come": 44, "command": [6, 12, 13, 14, 15, 17, 20, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 42, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25], "concret": 41, "condit": 42, "conent": 20, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": [24, 33], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 41, 42, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_fil": [26, 35, 37], "configuration_serv": [24, 33], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 69], "conflict": [6, 13], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": [12, 17], "consist": 15, "consol": 20, "contact": [0, 6, 27, 43, 45, 47, 48, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 19, 44, 56], "continu": [10, 19, 44, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 57, 69, 82], "contyrol": 20, "conveni": [0, 19], "convers": [1, 6, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 44, 51], "corner": 50, "correct": [19, 20], "correctli": 15, "correspond": [0, 41, 44], "could": [27, 44], "couldn": 44, "counter": 70, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 25, 29, 39, 40, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 38, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 18, 19, 20, 41, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 41, 44, 59, 69, 83], "daili": 18, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 40, 42, 43, 66, 82], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx5": 45, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69], "defin": [15, 19, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 33, 36, 39, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 21, 27, 36, 41, 44, 60, 63, 72, 80, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 44], "desir": [12, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 20, 25, 38, 53, 63, 73], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 27, 36, 39, 41, 42, 44, 45, 52, 59, 69, 82], "detect": [9, 15], "determin": 44, "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 41, 42, 44, 69, 70], "digest": 0, "direct": [20, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 42, 44, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 26], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 42, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 26, 28, 36, 41, 44, 60, 62, 63, 65, 69, 72, 81], "doc": [24, 26, 33, 35, 37], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [44, 47], "don": [5, 26, 39, 42, 66], "done": [12, 38, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 42, 45, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 35, 56], "dropdown": [27, 49, 82], "due": [12, 15], "durat": [9, 41, 69], "dure": [19, 40, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5, 20], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 81], "effici": 44, "either": [8, 12, 19, 38, 41, 42, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 59, 60, 69, 73, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 20, 27, 30], "encryption_configur": 26, "end": [19, 30, 34, 40, 41, 44, 57, 62, 69], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 35, 41, 44, 45, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 41, 66], "even": [2, 9, 10, 15, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 41, 42, 44, 59, 69], "exit": [8, 19], "expand": [19, 20, 44], "expect": [2, 19, 44], "experi": [18, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [41, 42, 52, 56], "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 54, 82], "fail": [7, 12, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "few": [42, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 41, 42, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": [35, 37], "fileinto": 44, "filenam": [16, 19], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 41, 42, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 20, 50, 52], "firefox": 83, "first": [7, 12, 14, 15, 28, 38, 42, 44, 56, 60, 66, 71], "fit": 65, "fix": [7, 14], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 35, 36, 37, 41, 42], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 40, 41, 42, 49, 52, 60, 80, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "forth": 1, "forward": [69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "framework": 7, "free": [11, 15, 20, 40, 41, 60], "frequent": 20, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 37, 38, 41, 42, 45, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 42, 81], "further": [10, 38, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 41, 45, 49], "gatewai": [8, 69], "gb": 11, "gear": 42, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74, 80], "gitlab": 66, "give": [0, 1, 2, 5, 12, 54, 60, 62], "given": [44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 41, 44, 45, 50, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [6, 42, 48, 52], "guard": 12, "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 27, 33, 36, 38, 41, 44, 45, 56, 69, 72, 74, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15], "happi": 19, "hard": 12, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 45, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 15, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "holidai": 41, "home": [7, 8, 9, 14, 17, 20, 25], "hood": 15, "horizont": [2, 44], "host": [9, 20], "hour": [0, 12, 16, 41, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 42, 44], "hr": 9, "href": 20, "html": [24, 26, 33, 35, 37, 41], "http": [8, 9, 11, 12, 20, 24, 26, 33, 35, 37, 41, 43, 45, 46, 47, 48, 49, 51, 80], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 38, 39, 40, 41, 42, 44, 45, 47, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": [45, 82], "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 42, 54, 62, 69], "implement": [25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62], "incom": 44, "incorrect": [9, 19], "increas": [11, 15, 20], "independ": [0, 12], "index": [12, 26, 41], "indic": [19, 21, 27, 44, 60, 62, 69], "individu": [14, 19, 27, 41, 42, 44, 54, 72], "influenc": [11, 41], "info": 36, "inform": [7, 8, 11, 12, 13, 14, 15, 19, 21, 41, 44, 50, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 49], "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [41, 42, 45, 59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "irrevers": 41, "issu": [14, 25, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 24, 33, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 21, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "key\u0640": 26, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 26, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 24, 25, 26, 33, 35, 37, 52, 83], "launch": [7, 12, 14, 16, 19], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 35, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 21, 41, 42, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 19, 20, 31, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 20, 36, 41, 66], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 35, 41, 44, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 20, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 21, 29, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 44], "longer": [42, 69, 76, 81], "look": [33, 38, 41, 42, 44, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 47], "magic": 5, "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 25, 28, 29, 39, 41, 42, 58, 60, 66, 74], "manag": [5, 6, 7, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 50, 51, 56, 57, 77], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manual": [7, 12, 13, 14, 15, 25, 27, 36, 44, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "member": [2, 5, 69], "membership": 42, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 41, 43, 56, 57, 58, 67, 73, 80, 83], "metadata": [19, 33], "method": [7, 27, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 20], "middl": 66, "might": [7, 9, 10, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 27, 39], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 42, 45, 73, 81], "modal": [41, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 36, 41, 42, 44, 45, 46, 48, 49, 50, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [18, 19, 41, 44, 74, 83], "mount": [21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 36, 41, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 50, "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 51, 65, 69, 76, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 41, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 38, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 41, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 27, 28, 29, 30, 33, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "non": [2, 8, 9, 14], "none": 44, "normal": [7, 9, 19, 26, 44, 66], "note": [2, 4, 35, 41, 42, 44, 76], "notic": 10, "notif": [6, 7, 9, 10, 19, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 7, 10, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 41, 42, 44, 66], "number": [11, 15, 19, 28, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": [0, 10, 20, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 27, 28, 35, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 38, 41, 42, 44, 45, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "opportun": 12, "opt": [9, 44], "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 41, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 42, 66], "org": [8, 20, 46, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 35, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 20, 27, 42, 44, 69, 76], "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overrid": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 37, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 42, 44, 60, 69], "parti": [12, 20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 35, 42, 45, 46, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 19, 20, 27, 47], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 69], "permiss": [37, 42, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 42, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 42, 44, 63, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44], "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 38, 42, 44, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "potenti": 44, "power": 1, "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 44, 60], "prefer": [0, 7, 9, 14, 17, 20, 41, 44, 45, 52, 82], "prepar": [18, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 50], "previous": 44, "primari": 44, "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "problem": [11, 12, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 41, 44, 52, 62], "produc": [9, 19, 21], "profil": [6, 9, 27, 42, 44, 69, 82], "program": [12, 14, 17], "progress": [15, 19, 60], "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": 12, "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [35, 38, 42, 69], "protocol": [12, 20, 27, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [20, 21, 35, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "purpos": 40, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 24, 30, 32], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 20, 76, 83], "rather": [20, 50], "re": [5, 12, 41, 44], "reach": [27, 40, 44, 69], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 69], "reboot": 20, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recognis": 15, "recommend": [15, 20, 44], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recur": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "refer": [14, 18, 21, 31, 62, 76], "reflect": [19, 27], "refresh": [50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": 11, "reject": 41, "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14, 18], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remor": 28, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [40, 41, 45, 47, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 7, 8, 15, 27, 38, 41, 44, 60, 62, 64, 69, 74], "reschedul": 66, "reset": [40, 41], "reshar": 41, "resiz": 60, "resolv": [10, 15], "resourc": [41, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": 25, "restart": [7, 15, 20], "restor": [15, 24, 41], "restrict": [36, 42, 82], "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rss": 6, "rule": [36, 44], "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 51, 54, 56, 62, 80], "scan": [12, 27], "scanner": 45, "scari": 5, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 26, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 42, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 7, 9, 11, 12, 20, 36, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 10, 12, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 44, 69], "separ": [0, 1, 42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 41, 46, 47, 49, 50, 51, 54, 62, 69, 70, 78, 80, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 35, 36, 37, 38, 41, 42, 43, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81, 82], "setup": [11, 12, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": [18, 40, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 27, 30, 34, 38, 42, 44, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": 44, "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 20, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sourc": [14, 20, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 41, 42, 44, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 36, 44, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": [15, 41], "string": 19, "stripe": 41, "structur": [2, 3, 21, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [41, 50, 76], "subscript": 41, "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28], "successfulli": 7, "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 25, 42, 44, 45, 47, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 43, 51], "syntact": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "tab": [0, 1, 12, 19, 20, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 43, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 44], "temporarili": [12, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18], "termin": 15, "test": [9, 10, 12, 14, 18, 24, 44], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 6, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 45, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": 2, "third": [12, 20], "those": [0, 25, 42, 50, 54], "though": [9, 12, 19], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 33], "thumnail": 26, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 28, 33, 41, 42], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 36, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80], "typic": [19, 57], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undesir": 19, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 41, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 19, 27, 29, 31, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 43, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 49, 50], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44], "utf": 20, "util": 44, "v": [60, 72, 80], "v6": 41, "vacat": 40, "valid": [19, 44, 50], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 42, 44], "var": 16, "variabl": [6, 9, 10, 13, 41], "varieti": 82, "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 83], "vertic": 44, "via": [4, 10, 15, 21, 29, 39, 41, 44, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 36, 37, 42, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 38, 41, 42, 44, 54, 56, 59, 62], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 26, 29, 41, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": 73, "week": [0, 42, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 62], "were": [9, 15, 41, 42, 57, 70], "what": [0, 5, 12, 15, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 27, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 27, 36, 39, 41, 42, 44, 46, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 42, 44, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 20, 25, 27, 29, 43, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": [44, 50, 60], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 41, 44, 45, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "wrong": [12, 19], "www": [45, 46, 51], "x": [17, 19, 20, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u0622\u062e\u0631": [20, 35, 41, 81], "\u0622\u062e\u0631\u064a\u0646": [24, 41], "\u0622\u0645\u0646": 53, "\u0622\u064a": 51, "\u0622\u064a\u0641\u0648\u0646": 20, "\u0622\u064a\u0641\u0648\u0646\u0643": 47, "\u0623": [6, 20, 35, 41], "\u0623\u0628\u0627": 26, "\u0623\u0628\u062f": [26, 39], "\u0623\u0628\u062f\u0627": 26, "\u0623\u0628\u0644\u063a": 20, "\u0623\u062b\u0646\u0627\u0621": [20, 41, 46], "\u0623\u062c\u0647\u0632\u0629": [6, 20, 41], "\u0623\u062c\u0647\u0632\u062a\u0643": 41, "\u0623\u062d\u062f": [41, 82], "\u0623\u062d\u062f\u0627\u062b": 41, "\u0623\u062d\u062f\u0627\u062b\u0627": 41, "\u0623\u062d\u062f\u0627\u062b\u0643": 41, "\u0623\u062d\u064a\u0627\u0646\u0627": 41, "\u0623\u062e\u062a": 45, "\u0623\u062e\u0631": 20, "\u0623\u062e\u0631\u0649": [24, 26, 33, 35, 39, 41, 45, 47, 48, 51], "\u0623\u062e\u0637\u0627\u0621": [47, 80], "\u0623\u062f": 82, "\u0623\u062f\u0627\u0629": [43, 80], "\u0623\u062f\u062e": [20, 28, 35, 47, 48, 51, 81], "\u0623\u062f\u062e\u0644": 48, "\u0623\u062f\u0646\u0627\u0647": [20, 26, 51], "\u0623\u062f\u0648\u0627\u062a": [6, 35, 41, 42], "\u0623\u0630\u0648\u0646\u0627\u062a": [20, 45], "\u0623\u0631\u0628\u0639\u0627\u0621": 41, "\u0623\u0631\u062f\u062a": 41, "\u0623\u0632\u0644": 20, "\u0623\u0633\u0628\u0648\u0639": [39, 41], "\u0623\u0633\u0641\u0644": 51, "\u0623\u0633\u0645\u0627\u0621": [26, 29], "\u0623\u0634\u062e\u0627\u0635": [24, 41], "\u0623\u0635\u062f\u0642\u0627\u0626\u0643": 41, "\u0623\u0635\u0641\u0631": 26, "\u0623\u0636": [20, 46, 48], "\u0623\u0636\u0641": [20, 35], "\u0623\u0637\u0648\u0644": 20, "\u0623\u0639": 20, "\u0623\u0639\u0627\u062f": 35, "\u0623\u0639\u062f": 20, "\u0623\u0639\u0636\u0627\u0621": [20, 35], "\u0623\u0639\u0644\u0627\u0647": [41, 47], "\u0623\u063a\u0644": [20, 47], "\u0623\u0641\u0636\u0644": 41, "\u0623\u0642\u062f\u0645": [24, 28, 33], "\u0623\u0642\u0631\u0627\u0635": 20, "\u0623\u0642\u0631\u0628": 24, "\u0623\u0642\u0635\u0649": [24, 33], "\u0623\u0642\u0644": 33, "\u0623\u0643\u0628\u0631": 33, "\u0623\u0643\u062a": 41, "\u0623\u0643\u062b\u0631": [20, 39, 41, 53], "\u0623\u0643\u0645": 20, "\u0623\u0643\u0645\u0644\u0646\u0627": 43, "\u0623\u0644\u0627": 26, "\u0623\u0644\u0635": [41, 51], "\u0623\u0645": [20, 41], "\u0623\u0645\u0631": 29, "\u0623\u0645\u0631\u0627": 26, "\u0623\u0645\u0646\u064a\u0629": 26, "\u0623\u0646": [20, 26, 33, 35, 41, 45, 46, 47, 48, 51, 80, 81], "\u0623\u0646\u062a": 20, "\u0623\u0646\u062f\u0631\u0648\u064a\u062f": [6, 20, 43, 53], "\u0623\u0646\u0638": [24, 35], "\u0623\u0646\u0642": [20, 29, 35, 37, 39, 41, 49, 51], "\u0623\u0646\u0647": [20, 26, 41], "\u0623\u0646\u0647\u0627": [41, 81], "\u0623\u0647\u0644\u0627": 53, "\u0623\u0648": [20, 24, 28, 29, 31, 33, 35, 37, 45, 46, 47, 48, 49, 53, 80, 81], "\u0623\u0648\u0627\u0645\u0631": 20, "\u0623\u0648\u0641\u064a\u0633": 20, "\u0623\u0648\u0642\u0627\u062a": 41, "\u0623\u0648\u0644": [41, 48], "\u0623\u0648\u0646": 28, "\u0623\u064a": [20, 21, 24, 28, 33, 41, 45, 46, 47, 48, 51, 53, 54, 80, 81, 82], "\u0623\u064a\u0627\u0645": 41, "\u0623\u064a\u0636": [20, 41, 46, 80, 82], "\u0623\u064a\u0636\u0627": 41, "\u0623\u064a\u0642\u0648\u0646\u0629": [28, 35, 51], "\u0623\u064a\u0642\u0648\u0646\u062a\u0643": 51, "\u0623\u064a\u0642\u0648\u0646\u0647": [28, 54], "\u0623\u064a\u0646": 35, "\u0625": 28, "\u0625\u0623\u0646\u0643": 35, "\u0625\u0628\u062d": 41, "\u0625\u0628\u062f\u0623": 20, "\u0625\u0628\u062f\u0625": 45, "\u0625\u0628\u0644\u0627\u063a": 37, "\u0625\u062a": [20, 28, 35, 51], "\u0625\u062a\u0627\u062d\u0629": 41, "\u0625\u062a\u0628\u0639": 28, "\u0625\u062b\u0628\u0627\u062a\u064a\u0646": 81, "\u0625\u062c\u0631\u0627\u0624\u0647\u0627": 45, "\u0625\u062c\u0645\u0627\u0644\u064a": 33, "\u0625\u062d\u062f\u0649": 35, "\u0625\u062d\u0641": 20, "\u0625\u062e\u062a": [20, 37, 45, 46, 47, 48, 80], "\u0625\u062e\u062a\u0631": [20, 82], "\u0625\u062e\u062a\u064a\u0627\u0631\u064a": 20, "\u0625\u062e\u062a\u064a\u0627\u0631\u064a\u0629": 20, "\u0625\u062e\u0641\u0627\u0621": 35, "\u0625\u062f\u0627\u0631\u0629": [6, 20, 30, 32, 33, 51, 81, 82], "\u0625\u062f\u0627\u0631\u0629\u0627\u0644\u0646": 33, "\u0625\u062f\u062e\u0627\u0644": [28, 41, 45], "\u0625\u062f\u062e\u0644": 47, "\u0625\u062f\u0631\u0627\u062c": 41, "\u0625\u062f\u0648\u0627\u062a": 43, "\u0625\u0630\u0627": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 45, 47, 48, 51, 80, 81, 82], "\u0625\u0630\u0647": 20, "\u0625\u0630\u0647\u0628": [20, 28, 35, 45], "\u0625\u0631\u0633\u0627\u0644": [29, 41], "\u0625\u0631\u0633\u0627\u0644\u0647": 41, "\u0625\u0632\u0627\u0644\u0629": [26, 28], "\u0625\u0633": 53, "\u0625\u0633\u062a\u0628\u062f": 51, "\u0625\u0633\u062a\u062e\u062f": 20, "\u0625\u0633\u062a\u0639\u0631\u0627\u0636": 20, "\u0625\u0633\u062a\u0639\u0645": 20, "\u0625\u0633\u062a\u0639\u0645\u0627\u0644": 6, "\u0625\u0633\u062a\u0639\u0645\u0644": 20, "\u0625\u0633\u062a\u0646\u0627\u062f\u0627": 81, "\u0625\u0633\u062a\u064a\u0631": 20, "\u0625\u0634\u0639\u0627\u0631": [35, 37], "\u0625\u0634\u0639\u0627\u0631\u0627\u062a": 41, "\u0625\u0634\u0639\u0627\u0631\u0627\u062a\u0643": 82, "\u0625\u0634\u0643\u0627\u0644\u064a\u0627\u062a": 20, "\u0625\u0635\u062f\u0627\u0631": 82, "\u0625\u0635\u062f\u0627\u0631\u0627\u062a": 20, "\u0625\u0635\u0644\u0627\u062d\u0647": 48, "\u0625\u0636": 28, "\u0625\u0636\u0627\u0641\u0629": [24, 26, 47, 51, 81], "\u0625\u0636\u0627\u0641\u062a\u0647\u0627": [35, 41], "\u0625\u0636\u0627\u0641\u064a\u064a\u0646": 41, "\u0625\u0636\u063a": [20, 35, 41, 51], "\u0625\u0636\u063a\u0637": [28, 35, 37, 45], "\u0625\u0637\u0627\u0631": 41, "\u0625\u0638\u0647\u0627\u0631\u0647\u0627": 26, "\u0625\u0639\u0627\u062f\u0629": [20, 21, 26, 33, 35, 41], "\u0625\u0639\u062a\u0628\u0627\u0631\u0627\u062a": 6, "\u0625\u0639\u062f\u0627\u062f": [6, 31], "\u0625\u0639\u062f\u0627\u062f\u0627\u062a": [35, 37, 41, 46, 48, 51, 80], "\u0625\u0639\u062f\u0627\u062f\u0627\u062a\u0643": 82, "\u0625\u0639\u062f\u0627\u062f\u0647": 45, "\u0625\u0639\u062f\u0627\u062f\u0647\u0627": 49, "\u0625\u0639\u0644\u0627\u0645\u0643": 41, "\u0625\u063a\u0644\u0627\u0642": 45, "\u0625\u0641\u062a": [20, 46, 47, 48], "\u0625\u0641\u062a\u062d": [20, 48, 80], "\u0625\u0641\u0631\u0627\u063a": 41, "\u0625\u0641\u0644\u0627\u062a": [35, 41], "\u0625\u0642\u0644\u064a\u0645\u0643": 41, "\u0625\u0643\u0633\u0628\u0644\u0648\u0631\u064a\u0631": 20, "\u0625\u0644": [20, 41], "\u0625\u0644\u0627": [26, 41], "\u0625\u0644\u063a\u0627\u0621": [28, 35, 41], "\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a": 41, "\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0627": 41, "\u0625\u0644\u0649": [21, 22, 24, 28, 29, 30, 31, 33, 45, 46, 48, 49, 51, 53, 80, 81, 82], "\u0625\u0644\u064a\u0647": [20, 33, 37], "\u0625\u0644\u064a\u0647\u0627": 35, "\u0625\u0644\u064a\u0647\u0645": 41, "\u0625\u0645": [20, 41, 45], "\u0625\u0645\u0627": 41, "\u0625\u0645\u062d": 20, "\u0625\u0645\u0644\u0623": 20, "\u0625\u0645\u0646": 45, "\u0625\u0646": 41, "\u0625\u0646\u062a": 49, "\u0625\u0646\u062a\u0642\u0644": 20, "\u0625\u0646\u0633": 20, "\u0625\u0646\u0634\u0627\u0621": [21, 28, 35, 39, 45, 48], "\u0625\u0646\u0634\u0627\u0624\u0647": [41, 51], "\u0625\u0646\u0634\u0627\u0624\u0647\u0627": 20, "\u0625\u0646\u0636": 80, "\u0625\u0646\u0647": 81, "\u0625\u064a\u062f\u062c": 83, "\u0625\u064a\u0645\u064a\u0644\u0643": 49, "\u0626": 81, "\u0627": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 43, 45, 46, 47, 48, 49, 51, 53, 80, 81, 82], "\u0627\u062a": [6, 35], "\u0627\u062a\u0628\u0627\u0639\u0647\u0627": 41, "\u0627\u062a\u062d\u0627\u062f\u064a\u0629": 28, "\u0627\u062a\u0635\u0627\u0644": 20, "\u0627\u062a\u0635\u0627\u0644\u0627": 20, "\u0627\u062a\u0635\u0627\u0644\u0627\u062a": [20, 49], "\u0627\u062a\u0635\u0627\u0644\u0643": [41, 47, 48], "\u0627\u062a\u0647\u0627": 41, "\u0627\u062c\u062a\u0645\u0627\u0639": 41, "\u0627\u062c\u0639": 20, "\u0627\u062d\u062a\u0633\u0627\u0628": [24, 33], "\u0627\u062d\u062a\u0633\u0627\u0628\u0647\u0627": 33, "\u0627\u062e\u062a": [48, 51], "\u0627\u062e\u062a\u0628\u0627\u0631": 48, "\u0627\u062e\u062a\u0628\u0631": 20, "\u0627\u062e\u062a\u0631": [20, 80], "\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a": 80, "\u0627\u062e\u062a\u064a\u0627\u0631": [20, 26, 41], "\u0627\u062e\u062a\u064a\u0627\u0631\u064a": [26, 45], "\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0627": 41, "\u0627\u062e\u0631": 20, "\u0627\u062f": 20, "\u0627\u0630\u0647\u0628": 35, "\u0627\u0631": [6, 20, 35, 41], "\u0627\u0631\u062a\u0628\u0627\u0637": [20, 28], "\u0627\u0633\u062a\u0628\u062f\u0627\u0644": 20, "\u0627\u0633\u062a\u0628\u0639\u0627\u062f\u0647\u0627": 39, "\u0627\u0633\u062a\u062c\u0627\u0628\u0629": 41, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [6, 20, 24, 47, 54, 80, 82], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647": 20, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627": [25, 26, 51], "\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0645": 20, "\u0627\u0633\u062a\u062e\u062f\u0645": [20, 26], "\u0627\u0633\u062a\u0631\u062f\u0627\u062f": 26, "\u0627\u0633\u062a\u0639\u0627\u062f\u0629": [26, 41], "\u0627\u0633\u062a\u0639\u0631\u0627\u0636": 20, "\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [6, 20, 29, 43], "\u0627\u0633\u062a\u0639\u0645\u0627\u0644\u0647\u0627": 80, "\u0627\u0633\u062a\u0643\u0634\u0627\u0641": 47, "\u0627\u0633\u062a\u0645\u0631\u0627\u0631": 20, "\u0627\u0633\u062a\u0646\u0641\u0627\u062f": 26, "\u0627\u0633\u062a\u064a\u0631\u0627\u062f": 41, "\u0627\u0633\u062a\u064a\u0631\u0627\u062f\u0647": 41, "\u0627\u0633\u0645": [20, 28, 35, 37, 41, 45, 47, 48, 49, 51, 82], "\u0627\u0633\u0645\u0643": [49, 51], "\u0627\u0633\u0645\u0647": [20, 37], "\u0627\u0634\u062a\u0631\u0627\u0643": 41, "\u0627\u0634\u062a\u0631\u0627\u0643\u0627\u062a": 41, "\u0627\u0636\u063a": [20, 41], "\u0627\u0636\u063a\u0637": 37, "\u0627\u0639\u062a\u0628\u0627\u0631": 41, "\u0627\u0639\u062a\u0628\u0627\u0631\u0643": 20, "\u0627\u0639\u062a\u0645\u0627\u062f": [20, 48], "\u0627\u0639\u062a\u0645\u0627\u062f\u0627": [48, 81], "\u0627\u0641\u062a\u0631\u0627\u0636\u064a": [24, 31, 41, 48], "\u0627\u0642\u0631\u0627\u0635": 20, "\u0627\u0643\u062a\u0628": [41, 81], "\u0627\u0643\u062a\u0634\u0627\u0641": [41, 47], "\u0627\u0643\u062a\u0645\u0627\u0644": 29, "\u0627\u0644": 82, "\u0627\u0644\u0622\u062e\u0631\u0648\u0646": [33, 41], "\u0627\u0644\u0622\u0644\u064a\u0629": 39, "\u0627\u0644\u0622\u0645\u0646": 53, "\u0627\u0644\u0622\u0645\u0646\u0629": 20, "\u0627\u0644\u0622\u0646": [20, 29, 41, 45, 46, 47, 48, 81], "\u0627\u0644\u0623": 41, "\u0627\u0644\u0623\u0628\u062f": 41, "\u0627\u0644\u0623\u062c\u0647\u0632\u0629": [6, 20, 81], "\u0627\u0644\u0623\u062d\u062c\u0627\u0645": 31, "\u0627\u0644\u0623\u062e\u0631\u0649": [20, 24, 28, 35, 53], "\u0627\u0644\u0623\u062e\u064a\u0631": 46, "\u0627\u0644\u0623\u062f\u0627\u0629": 81, "\u0627\u0644\u0623\u062f\u0644\u0629": 20, "\u0627\u0644\u0623\u062f\u0646\u0649": [24, 39], "\u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a": 20, "\u0627\u0644\u0623\u0632\u0631\u0627\u0631": 80, "\u0627\u0644\u0623\u0632\u0631\u0642": 41, "\u0627\u0644\u0623\u0633\u0627\u0633\u064a": [41, 80], "\u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629": [20, 41, 80], "\u0627\u0644\u0623\u0633\u0628\u0648\u0639": 41, "\u0627\u0644\u0623\u0633\u0628\u0648\u0639\u064a": 41, "\u0627\u0644\u0623\u0634\u062e\u0627\u0635": [26, 41], "\u0627\u0644\u0623\u0635\u0644\u064a": [20, 33], "\u0627\u0644\u0623\u0639\u0644\u0649": 35, "\u0627\u0644\u0623\u0641\u0631\u0627\u062f": 53, "\u0627\u0644\u0623\u0642\u062f\u0645": [24, 33, 39], "\u0627\u0644\u0623\u0642\u0631\u0627\u0635": 41, "\u0627\u0644\u0623\u0642\u0635\u0649": [24, 41], "\u0627\u0644\u0623\u0645\u0627\u0646": 20, "\u0627\u0644\u0623\u0645\u062b\u0644\u0629": 20, "\u0627\u0644\u0623\u0645\u0631": [20, 26, 28, 37, 48], "\u0627\u0644\u0623\u0646\u062f\u0631\u0648\u064a\u062f": 45, "\u0627\u0644\u0623\u0646\u0634\u0637\u0629": 20, "\u0627\u0644\u0623\u0648\u0644": 81, "\u0627\u0644\u0623\u0648\u0644\u0649": [26, 39, 41], "\u0627\u0644\u0623\u0648\u0644\u064a\u0629": 35, "\u0627\u0644\u0623\u064a\u0627\u0645": 41, "\u0627\u0644\u0623\u064a\u0645\u0646": [20, 35, 48], "\u0627\u0644\u0625\u0628\u0644\u0627\u063a": 80, "\u0627\u0644\u0625\u062f\u062e\u0627\u0644": [28, 45], "\u0627\u0644\u0625\u0631\u0633\u0627\u0644": 29, "\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a": 41, "\u0627\u0644\u0625\u0635\u062f\u0627\u0631": [6, 20, 28, 41], "\u0627\u0644\u0625\u0636\u0627\u0621\u0629": 80, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f": [41, 45, 48], "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a": [35, 41, 45, 47, 48, 51, 80, 82], "\u0627\u0644\u0625\u0643\u0645\u0627\u0644": 37, "\u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a": [41, 51], "\u0627\u0644\u0625\u0645\u0643\u0627\u0646\u0627\u062a": 20, "\u0627\u0644\u0625\u0646\u062a\u0627\u062c": 43, "\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a": [20, 46, 49], "\u0627\u0644\u0625\u0646\u0634\u0627\u0621": 41, "\u0627\u0644\u0625\u064a\u0641\u0627\u0621": 24, "\u0627\u0644\u0625\u064a\u0645\u064a\u0644": 41, "\u0627\u0644\u0627\u062a\u062d\u0627\u062f\u064a\u0629": [28, 35, 82], "\u0627\u0644\u0627\u062a\u0635\u0627\u0644": [6, 20, 33, 41, 43, 46, 47, 54, 80], "\u0627\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a": 20, "\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639": 41, "\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629": 82, "\u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638": [24, 33], "\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631": 41, "\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629": 41, "\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629": 81, "\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [20, 48], "\u0627\u0644\u0627\u0633\u062a\u0639\u0645\u0627\u0644": 35, "\u0627\u0644\u0627\u0633\u0645": [35, 41, 82], "\u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643\u0627\u062a": 41, "\u0627\u0644\u0627\u0637\u0644\u0627\u0639": 35, "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a": [31, 41], "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629": 41, "\u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u064a": 82, "\u0627\u0644\u0627\u0646\u062a\u0627\u062c\u064a\u0629": 43, "\u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621": 41, "\u0627\u0644\u0628\u062d\u062b": [20, 26, 37], "\u0627\u0644\u0628\u062f\u064a\u0644\u0629": 20, "\u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644": [20, 47], "\u0627\u0644\u0628\u0631\u064a\u062f": [41, 43, 51, 82], "\u0627\u0644\u0628\u064a\u0626\u0629": 20, "\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a": [26, 33, 41, 45, 48], "\u0627\u0644\u0628\u064a\u0646\u064a": 41, "\u0627\u0644\u062a": 51, "\u0627\u0644\u062a\u0623\u0642\u0644\u0645": 6, "\u0627\u0644\u062a\u0623\u0643\u064a\u062f": [28, 41], "\u0627\u0644\u062a\u0627\u0644\u064a": [20, 41, 47, 48], "\u0627\u0644\u062a\u0627\u0644\u064a\u0629": [20, 28, 45, 46, 48, 81], "\u0627\u0644\u062a\u0628\u0627\u064a\u0646": 80, "\u0627\u0644\u062a\u0628\u0648\u064a\u0628": 41, "\u0627\u0644\u062a\u062a\u0646\u0642\u0644": 80, "\u0627\u0644\u062a\u062b\u0628\u064a\u062a": 48, "\u0627\u0644\u062a\u062d\u062f\u064a\u062b": 48, "\u0627\u0644\u062a\u062d\u0631\u064a\u0631": 35, "\u0627\u0644\u062a\u062d\u0642": [6, 54, 82], "\u0627\u0644\u062a\u062d\u0642\u0642": [51, 81], "\u0627\u0644\u062a\u062d\u0643\u0645": 20, "\u0627\u0644\u062a\u062d\u0645\u064a\u0644": [29, 31], "\u0627\u0644\u062a\u062d\u0648\u064a\u0644": 37, "\u0627\u0644\u062a\u062e\u0632\u064a\u0646": [26, 33], "\u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629": [24, 30, 32, 82], "\u0627\u0644\u062a\u062e\u0637\u064a\u0637": 26, "\u0627\u0644\u062a\u0631\u0648\u064a\u0633\u0629": 80, "\u0627\u0644\u062a\u0632\u0627\u0645\u0646": 6, "\u0627\u0644\u062a\u0633\u0644\u0633\u0644": 35, "\u0627\u0644\u062a\u0633\u0648\u064a\u0642": 41, "\u0627\u0644\u062a\u0634\u0628\u064a\u0643": 20, "\u0627\u0644\u062a\u0634\u063a\u064a\u0644": [20, 25, 41], "\u0627\u0644\u062a\u0634\u0641\u064a\u0631": [20, 33], "\u0627\u0644\u062a\u0635\u0631\u064a\u062d": 20, "\u0627\u0644\u062a\u0635\u0645\u064a\u0645": 80, "\u0627\u0644\u062a\u0636\u0645\u064a\u0646": 41, "\u0627\u0644\u062a\u0637\u0628\u064a\u0642": [41, 45, 47, 51, 80, 81], "\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a": [20, 26, 33, 41, 43, 47, 48, 82], "\u0627\u0644\u062a\u0637\u0648\u064a\u0631": 80, "\u0627\u0644\u062a\u0639\u0627\u0631\u0636": 41, "\u0627\u0644\u062a\u0639\u0627\u0631\u0636\u0627\u062a": 41, "\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a": [6, 41, 42, 48], "\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a\u0629": 35, "\u0627\u0644\u062a\u0639\u062f\u064a\u0644": 35, "\u0627\u0644\u062a\u0639\u0644\u064a\u0642": 20, "\u0627\u0644\u062a\u0639\u064a\u064a\u0646": 20, "\u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a": 41, "\u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644": [24, 33, 35, 37], "\u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a": 47, "\u0627\u0644\u062a\u0642\u0627\u0648\u064a\u0645": [41, 45, 46], "\u0627\u0644\u062a\u0642\u0648\u064a\u0645": [6, 33, 43, 46, 47, 48], "\u0627\u0644\u062a\u0642\u0648\u064a\u0645\u0627\u062a": [41, 45, 46, 48], "\u0627\u0644\u062a\u0643\u0628\u064a\u0631": 80, "\u0627\u0644\u062a\u0643\u0631\u0627\u0631": 41, "\u0627\u0644\u062a\u0643\u0648\u064a\u0646": [20, 26], "\u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a": [37, 82], "\u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629": [26, 39], "\u0627\u0644\u062a\u0646\u0628\u064a\u0647": 41, "\u0627\u0644\u062a\u0646\u0632\u064a\u0644": 35, "\u0627\u0644\u062a\u0646\u0635\u064a\u0628": 20, "\u0627\u0644\u062a\u0646\u0642": 6, "\u0627\u0644\u062a\u0646\u0642\u0644": 80, "\u0627\u0644\u062a\u0648\u0627\u062c\u062f": 20, "\u0627\u0644\u062a\u0648\u0642\u064a\u0639": 20, "\u0627\u0644\u062a\u064a": [20, 24, 26, 33, 35, 41, 43, 45, 46, 48, 51, 53, 80, 81, 82], "\u0627\u0644\u062b\u0627\u0628\u062a\u0629": [20, 41], "\u0627\u0644\u062b\u0627\u0644\u062b": 20, "\u0627\u0644\u062b\u0627\u0646\u064a": 81, "\u0627\u0644\u062b\u0627\u0646\u064a\u0629": [39, 81], "\u0627\u0644\u062b\u0642\u0629": 20, "\u0627\u0644\u062b\u0644\u0627\u062b": [35, 41], "\u0627\u0644\u062b\u0648\u0627\u0646\u064a": 39, "\u0627\u0644\u062b\u064a\u0645\u0627\u062a": 6, "\u0627\u0644\u062b\u064a\u0645\u0629": 80, "\u0627\u0644\u062c\u0627\u0646\u0628": 20, "\u0627\u0644\u062c\u0627\u0646\u0628\u064a": [28, 35, 41, 80], "\u0627\u0644\u062c\u062f\u064a\u062f": [24, 35, 37, 41], "\u0627\u0644\u062c\u062f\u064a\u062f\u0629": [26, 28, 82], "\u0627\u0644\u062c\u0630\u0631": [20, 35, 41], "\u0627\u0644\u062c\u0630\u0631\u064a": 20, "\u0627\u0644\u062d": 41, "\u0627\u0644\u062d\u0627\u062c\u0629": 41, "\u0627\u0644\u062d\u0627\u0633\u0648\u0628": 20, "\u0627\u0644\u062d\u0627\u0636\u0631": 41, "\u0627\u0644\u062d\u0627\u0636\u0631\u0648\u0646": 41, "\u0627\u0644\u062d\u0627\u0636\u0631\u064a\u0646": 41, "\u0627\u0644\u062d\u0627\u0644": 41, "\u0627\u0644\u062d\u0627\u0644\u0629": [26, 35, 41], "\u0627\u0644\u062d\u0627\u0644\u062a\u064a\u0646": 47, "\u0627\u0644\u062d\u0627\u0644\u064a": 35, "\u0627\u0644\u062d\u0627\u0644\u064a\u0629": 20, "\u0627\u0644\u062d\u062c\u0632": 41, "\u0627\u0644\u062d\u062c\u0645": 33, "\u0627\u0644\u062d\u062f": [20, 24, 39, 41], "\u0627\u0644\u062d\u0630\u0641": 41, "\u0627\u0644\u062d\u0633\u0627\u0628": [45, 51], "\u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a": [46, 51], "\u0627\u0644\u062d\u0635\u0629": [30, 32, 82], "\u0627\u0644\u062d\u0635\u0648\u0644": 41, "\u0627\u0644\u062d\u0636\u0648\u0631": 41, "\u0627\u0644\u062d\u0641\u0638": 47, "\u0627\u0644\u062d\u0642\u0644": [20, 28, 51], "\u0627\u0644\u062d\u0642\u0648\u0644": 51, "\u0627\u0644\u062d\u0648\u0627\u0631": [20, 41, 51], "\u0627\u0644\u062e\u0627\u062f\u0648\u0645": [20, 21, 41, 47, 49, 53, 82], "\u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629": 26, "\u0627\u0644\u062e\u0627\u0631\u062c\u064a\u064a\u0646": [26, 41], "\u0627\u0644\u062e\u0627\u0635": [20, 28, 35, 41, 51, 53], "\u0627\u0644\u062e\u0627\u0635\u0629": [6, 20, 26, 41, 45, 48], "\u0627\u0644\u062e\u0627\u0635\u064a\u0629": 41, "\u0627\u0644\u062e\u0627\u0644\u064a\u0629": [24, 39], "\u0627\u0644\u062e\u062f\u0645\u0629": [26, 47, 53], "\u0627\u0644\u062e\u0631\u0648\u062c": 26, "\u0627\u0644\u062e\u0637\u0623": 20, "\u0627\u0644\u062e\u0637\u0648\u0627\u062a": [28, 35, 45, 46, 48, 51], "\u0627\u0644\u062e\u0644\u0641\u064a": 26, "\u0627\u0644\u062e\u0644\u0641\u064a\u0629": 41, "\u0627\u0644\u062e\u0648\u0627\u062f\u0645": 53, "\u0627\u0644\u062e\u064a\u0627\u0631": [20, 26, 37, 41], "\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a": [20, 26, 35, 82], "\u0627\u0644\u062f\u0627\u0626\u0631\u064a": 39, "\u0627\u0644\u062f\u0627\u0643\u0646": 80, "\u0627\u0644\u062f\u062e\u0648\u0644": [6, 20, 26, 45, 49, 80, 82], "\u0627\u0644\u062f\u062e\u0648\u0644\u0627\u062a": 20, "\u0627\u0644\u062f\u0639\u0648\u0627\u062a": 41, "\u0627\u0644\u062f\u0642\u064a\u0642\u0629": 39, "\u0627\u0644\u062f\u0644\u064a\u0644": [20, 41, 47], "\u0627\u0644\u0630\u0627\u0643\u0631\u0629": 24, "\u0627\u0644\u0630\u064a": [20, 28, 35, 41, 43, 45, 48, 51, 81, 82], "\u0627\u0644\u0630\u064a\u0646": [20, 26, 41, 53], "\u0627\u0644\u0631": 43, "\u0627\u0644\u0631\u0624\u064a\u0629": 37, "\u0627\u0644\u0631\u0626\u064a\u0633\u064a": [20, 26, 80], "\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629": 41, "\u0627\u0644\u0631\u0627\u0628\u0637": [29, 35, 41], "\u0627\u0644\u0631\u0627\u063a\u0628": 41, "\u0627\u0644\u0631\u0627\u063a\u0628\u064a\u0646": 41, "\u0627\u0644\u0631\u0628\u0637": 20, "\u0627\u0644\u0631\u062c\u0648\u0639": [20, 48], "\u0627\u0644\u0631\u062f": 41, "\u0627\u0644\u0631\u0633\u0645\u064a\u064a\u0646": 20, "\u0627\u0644\u0631\u063a\u0645": [20, 26], "\u0627\u0644\u0631\u0641\u0639": 33, "\u0627\u0644\u0631\u0645\u0632": 81, "\u0627\u0644\u0631\u0648\u0627\u0628\u0637": 82, "\u0627\u0644\u0632": 41, "\u0627\u0644\u0632\u0631": [20, 28, 29, 35, 41], "\u0627\u0644\u0632\u0645\u0646\u064a": 39, "\u0627\u0644\u0632\u0645\u0646\u064a\u0629": [20, 24, 26, 41], "\u0627\u0644\u0632\u064a\u0627\u062f\u0629": 41, "\u0627\u0644\u0633\u0627\u0628\u0642": 41, "\u0627\u0644\u0633\u0627\u0628\u0642\u0629": 51, "\u0627\u0644\u0633\u0627\u0639\u0629": [39, 41], "\u0627\u0644\u0633\u0628\u0628": 47, "\u0627\u0644\u0633\u062c\u0644\u0627\u062a": 20, "\u0627\u0644\u0633\u062d\u0628": 41, "\u0627\u0644\u0633\u062d\u0631\u064a\u0629": 24, "\u0627\u0644\u0633\u0631\u064a": 41, "\u0627\u0644\u0633\u0631\u064a\u0639\u0629": 81, "\u0627\u0644\u0633\u0637\u0631": 20, "\u0627\u0644\u0633\u0637\u0631\u064a": 26, "\u0627\u0644\u0633\u0644\u0629": [33, 41], "\u0627\u0644\u0633\u0645\u0627\u062d": [33, 35, 41], "\u0627\u0644\u0633\u0647\u0645": [28, 39], "\u0627\u0644\u0633\u064a\u0627\u0631\u0629": 41, "\u0627\u0644\u0633\u064a\u0646\u0627\u0631\u064a\u0648": 24, "\u0627\u0644\u0634\u0627\u0626\u0639\u0629": 80, "\u0627\u0644\u0634\u0627\u0634\u0627\u062a": 80, "\u0627\u0644\u0634\u0627\u0634\u0629": 6, "\u0627\u0644\u0634\u0627\u0645\u0644": 26, "\u0627\u0644\u0634\u0628\u0643\u0629": 20, "\u0627\u0644\u0634\u0628\u0643\u064a": 20, "\u0627\u0644\u0634\u062e\u0635": [35, 41], "\u0627\u0644\u0634\u062e\u0635\u064a": [6, 20, 41], "\u0627\u0644\u0634\u062e\u0635\u064a\u0629": [24, 46, 82], "\u0627\u0644\u0634\u0631\u064a\u0637": [28, 35, 41], "\u0627\u0644\u0634\u0643\u0644": [28, 35], "\u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a": [20, 49], "\u0627\u0644\u0634\u0647\u0627\u062f\u0629": [20, 47], "\u0627\u0644\u0634\u0647\u0631": 41, "\u0627\u0644\u0634\u0647\u0631\u064a": 41, "\u0627\u0644\u0634\u064a\u0621": 24, "\u0627\u0644\u0635": 26, "\u0627\u0644\u0635\u063a\u064a\u0631": 48, "\u0627\u0644\u0635\u0641\u062d\u0627\u062a": 41, "\u0627\u0644\u0635\u0641\u062d\u0629": [20, 41], "\u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629": [24, 35, 39], "\u0627\u0644\u0635\u0648\u0631": 33, "\u0627\u0644\u0635\u0648\u0631\u0629": [26, 80], "\u0627\u0644\u0636\u063a\u0637": [20, 28, 41, 46], "\u0627\u0644\u0637\u0627\u0628\u0639": 39, "\u0627\u0644\u0637\u0627\u0642\u0629": 48, "\u0627\u0644\u0637\u0631\u0641": 20, "\u0627\u0644\u0637\u0631\u0642": 20, "\u0627\u0644\u0637\u0631\u064a\u0642\u0629": [20, 26, 28, 41], "\u0627\u0644\u0637\u0644\u0628": 45, "\u0627\u0644\u0637\u0648\u0627\u0628\u0639": 24, "\u0627\u0644\u0639\u0627\u0644\u064a": 80, "\u0627\u0644\u0639\u0627\u0645": [6, 41], "\u0627\u0644\u0639\u0627\u0645\u0629": [35, 41], "\u0627\u0644\u0639\u0627\u0645\u0644": 81, "\u0627\u0644\u0639\u062b\u0648\u0631": 41, "\u0627\u0644\u0639\u062f\u064a\u062f": 41, "\u0627\u0644\u0639\u0631\u0636": [41, 82], "\u0627\u0644\u0639\u0644\u0648\u064a": 20, "\u0627\u0644\u0639\u0645\u0644": [6, 42, 48], "\u0627\u0644\u0639\u0645\u0644\u0627\u0621": [20, 41], "\u0627\u0644\u0639\u0645\u0644\u064a\u0629": 39, "\u0627\u0644\u0639\u0645\u064a\u0644": [20, 49], "\u0627\u0644\u0639\u0646\u0627\u0635\u0631": [41, 80], "\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646": [6, 45, 47], "\u0627\u0644\u0639\u0646\u0635\u0631": [48, 80], "\u0627\u0644\u0639\u0646\u0648\u0627\u0646": [28, 41, 51], "\u0627\u0644\u0639\u0648\u0627\u0645\u0644": 81, "\u0627\u0644\u063a\u0631\u0636": 26, "\u0627\u0644\u063a\u0631\u0641": 41, "\u0627\u0644\u063a\u0631\u0641\u0629": 41, "\u0627\u0644\u0640": [39, 41], "\u0627\u0644\u0641": 41, "\u0627\u0644\u0641\u0627\u0631\u0629": 20, "\u0627\u0644\u0641\u062a\u0631\u0629": [20, 41], "\u0627\u0644\u0641\u0631\u062f\u064a\u0629": 26, "\u0627\u0644\u0641\u0631\u064a\u062f\u0629": 41, "\u0627\u0644\u0641\u0631\u064a\u0642": 43, "\u0627\u0644\u0641\u0648\u0631": [24, 48], "\u0627\u0644\u0642": [20, 28, 35], "\u0627\u0644\u0642\u0627\u0626\u0645\u0629": [20, 35, 37, 41, 48, 54], "\u0627\u0644\u0642\u0627\u062f\u0645\u0629": 51, "\u0627\u0644\u0642\u0628\u0648\u0644": 37, "\u0627\u0644\u0642\u0628\u064a\u0644": 26, "\u0627\u0644\u0642\u062f\u064a\u0645\u0629": 26, "\u0627\u0644\u0642\u0631\u0627\u0621\u0629": 80, "\u0627\u0644\u0642\u0631\u0635": [20, 33, 39], "\u0627\u0644\u0642\u0633\u0645": 41, "\u0627\u0644\u0642\u0635\u064a": [26, 28], "\u0627\u0644\u0642\u0635\u064a\u0629": 20, "\u0627\u0644\u0642\u0648\u0629": 24, "\u0627\u0644\u0642\u064a\u0645\u0629": [20, 24], "\u0627\u0644\u0643\u0627\u0626\u0646": 35, "\u0627\u0644\u0643\u0627\u0645\u0644": [41, 82], "\u0627\u0644\u0643\u0628\u064a\u0631\u0629": 53, "\u0627\u0644\u0643\u062a\u0627\u0628\u0629": 35, "\u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631": [46, 53], "\u0627\u0644\u0644\u0627\u062d\u0642\u0629": 20, "\u0627\u0644\u0644\u0627\u0632\u0645": 20, "\u0627\u0644\u0644\u0648\u0646": 41, "\u0627\u0644\u0645": [6, 20, 22, 24, 30, 35, 41, 49, 54, 82], "\u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a": 53, "\u0627\u0644\u0645\u0624\u0634\u0631": 41, "\u0627\u0644\u0645\u0624\u0642\u062a": 33, "\u0627\u0644\u0645\u0624\u0642\u062a\u0629": 33, "\u0627\u0644\u0645\u0627\u0644\u0643": [24, 35, 37], "\u0627\u0644\u0645\u0627\u0648\u0633": [20, 48], "\u0627\u0644\u0645\u0628\u062f\u0626\u064a": 41, "\u0627\u0644\u0645\u0628\u0646\u064a\u0629": 20, "\u0627\u0644\u0645\u062a\u0627\u062d\u0629": [24, 39, 45, 82], "\u0627\u0644\u0645\u062a\u062c\u0631": 20, "\u0627\u0644\u0645\u062a\u0635\u0641\u062d": 20, "\u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a": [6, 20, 81], "\u0627\u0644\u0645\u062a\u0635\u0644": 20, "\u0627\u0644\u0645\u062a\u0635\u0644\u0629": [6, 26, 81], "\u0627\u0644\u0645\u062a\u0635\u0644\u064a\u0646": 41, "\u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629": 41, "\u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a": 31, "\u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629": [47, 51], "\u0627\u0644\u0645\u062a\u0648\u0627\u0641\u0642\u0629": 41, "\u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629": [24, 39], "\u0627\u0644\u0645\u062b\u0627\u0644": [20, 26, 35, 41, 48, 80, 81], "\u0627\u0644\u0645\u062b\u0646\u0649": [51, 81], "\u0627\u0644\u0645\u062c\u0627\u0644": 24, "\u0627\u0644\u0645\u062c\u0627\u0646\u064a": 53, "\u0627\u0644\u0645\u062c\u062f\u0648\u0644\u0629": 41, "\u0627\u0644\u0645\u062c\u0644\u062f": [24, 28, 35, 37, 82], "\u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": [26, 35, 37, 53], "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a": 41, "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629": [20, 26], "\u0627\u0644\u0645\u062c\u0647\u0648\u0644": 29, "\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629": [6, 80], "\u0627\u0644\u0645\u062d\u062a\u0648\u0649": [20, 80], "\u0627\u0644\u0645\u062d\u062c\u0648\u0632\u0629": 41, "\u0627\u0644\u0645\u062d\u062f\u062b\u0629": 28, "\u0627\u0644\u0645\u062d\u062f\u062f": [37, 41], "\u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0627\u062a": 54, "\u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629": [30, 32, 33, 41], "\u0627\u0644\u0645\u062d\u0631\u0631": 41, "\u0627\u0644\u0645\u062d\u0631\u0643": 20, "\u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0629": 20, "\u0627\u0644\u0645\u062d\u0644": 53, "\u0627\u0644\u0645\u062d\u0644\u064a": [20, 41], "\u0627\u0644\u0645\u062d\u0644\u064a\u0629": 53, "\u0627\u0644\u0645\u062d\u0645\u0648\u0644": 20, "\u0627\u0644\u0645\u062d\u0645\u064a\u0629": 20, "\u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629": 41, "\u0627\u0644\u0645\u062e\u0632\u0646\u0629": [20, 39], "\u0627\u0644\u0645\u062f\u0631\u062c\u0629": 82, "\u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629": 41, "\u0627\u0644\u0645\u062f\u0639\u0648\u0645\u064a\u0646": 53, "\u0627\u0644\u0645\u0631\u0627\u062f": 20, "\u0627\u0644\u0645\u0631\u0629": 41, "\u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629": 28, "\u0627\u0644\u0645\u0631\u062c\u062d": 26, "\u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062a": 41, "\u0627\u0644\u0645\u0631\u0641\u0648\u0639\u0629": 31, "\u0627\u0644\u0645\u0631\u0648\u0631": [6, 20, 26, 45, 47, 51, 81], "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629": [6, 43], "\u0627\u0644\u0645\u0632\u064a\u062f": [24, 43, 81], "\u0627\u0644\u0645\u0633\u0627\u062d\u0629": [24, 39, 41], "\u0627\u0644\u0645\u0633\u0627\u0631": [20, 51], "\u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629": 80, "\u0627\u0644\u0645\u0633\u0627\u0647\u0645\u0629": 80, "\u0627\u0644\u0645\u0633\u062a\u062e\u062f": [37, 47, 49], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645": [6, 20, 24, 28, 35, 37, 41, 45, 51], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646": [26, 33], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": [24, 26, 28, 33, 35, 82], "\u0627\u0644\u0645\u0633\u062a\u0639\u0645\u0644\u0629": 41, "\u0627\u0644\u0645\u0633\u062a\u0644\u0645": 28, "\u0627\u0644\u0645\u0633\u062a\u0646\u062f": 20, "\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a": [46, 82], "\u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641": [37, 41], "\u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u0648\u0646": 35, "\u0627\u0644\u0645\u0633\u062a\u0647\u0644\u0643\u0629": 82, "\u0627\u0644\u0645\u0633\u0645\u0648\u062d": [20, 24], "\u0627\u0644\u0645\u0633\u0645\u0649": 51, "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": [26, 28, 35], "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629": [20, 26, 28, 33, 41, 82], "\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639": 43, "\u0627\u0644\u0645\u0634\u062a\u0631\u0643": 41, "\u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629": [26, 33, 53], "\u0627\u0644\u0645\u0634\u0631\u0641": [24, 26, 29, 31, 33, 35, 37, 41], "\u0627\u0644\u0645\u0634\u0631\u0641\u064a\u0646": 37, "\u0627\u0644\u0645\u0634\u0641\u0631": [20, 33], "\u0627\u0644\u0645\u0634\u0641\u0631\u0629": [33, 49], "\u0627\u0644\u0645\u0634\u0643\u0644\u0627\u062a": 80, "\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629": 20, "\u0627\u0644\u0645\u0635\u062f\u0631": [20, 37, 53], "\u0627\u0644\u0645\u0635\u0631\u062d": 81, "\u0627\u0644\u0645\u0635\u063a\u0631\u0629": [26, 33], "\u0627\u0644\u0645\u0636\u064a\u0641": 20, "\u0627\u0644\u0645\u0637\u0644\u0648\u0628": 20, "\u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629": [20, 41], "\u0627\u0644\u0645\u0638\u0647\u0631": 80, "\u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0627\u062a": 26, "\u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629": 26, "\u0627\u0644\u0645\u0639\u0631\u0648\u0641": 45, "\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a": [20, 35, 41, 46, 51], "\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0629": 41, "\u0627\u0644\u0645\u0639\u0646\u064a\u0629": 43, "\u0627\u0644\u0645\u0639\u064a\u0646": 20, "\u0627\u0644\u0645\u0641\u0627\u062a": 24, "\u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d": 6, "\u0627\u0644\u0645\u0641\u0636\u0644\u0629": 21, "\u0627\u0644\u0645\u0642\u0627\u0628\u0633": 20, "\u0627\u0644\u0645\u0642\u0627\u0644": 20, "\u0627\u0644\u0645\u0642\u0631\u0624\u064a\u0629": 80, "\u0627\u0644\u0645\u0642\u0635\u0648\u062f": 41, "\u0627\u0644\u0645\u0643\u062a\u0628": [22, 30, 82], "\u0627\u0644\u0645\u0644\u0641": [20, 24, 26, 28, 35, 37, 39, 41], "\u0627\u0644\u0645\u0644\u0641\u0627\u062a": [6, 25, 28, 31, 32, 33, 35, 37, 41, 46, 53], "\u0627\u0644\u0645\u0644\u0643\u064a\u0629": 37, "\u0627\u0644\u0645\u0645\u0643\u0646\u0629": 41, "\u0627\u0644\u0645\u0646\u0627\u0633\u0628": 20, "\u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629": [31, 51], "\u0627\u0644\u0645\u0646\u0632\u0644": [41, 48], "\u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629": 20, "\u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629": 41, "\u0627\u0644\u0645\u0646\u0638\u0645": 41, "\u0627\u0644\u0645\u0646\u0641\u0630": 20, "\u0627\u0644\u0645\u0646\u0642\u0648\u0644\u0629": 37, "\u0627\u0644\u0645\u0647\u0627\u0645": [20, 41, 43, 46, 48], "\u0627\u0644\u0645\u0647\u0644": 26, "\u0627\u0644\u0645\u0647\u0645\u0644\u0627\u062a": [24, 26, 28, 33, 54], "\u0627\u0644\u0645\u0648\u0627\u0631\u062f": [46, 48], "\u0627\u0644\u0645\u0648\u0627\u0635\u0641\u0629": 41, "\u0627\u0644\u0645\u0648\u062c\u0648\u062f": [24, 39], "\u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629": [20, 35, 41], "\u0627\u0644\u0645\u0648\u0631\u062f": [41, 48], "\u0627\u0644\u0645\u0648\u0635\u0649": 20, "\u0627\u0644\u0645\u0648\u0642\u0639": 41, "\u0627\u0644\u0645\u064a\u0632\u0627\u062a": [21, 82], "\u0627\u0644\u0645\u064a\u0632\u0629": [20, 26], "\u0627\u0644\u0646": [30, 32, 82], "\u0627\u0644\u0646\u0633\u0628\u064a\u0629": 33, "\u0627\u0644\u0646\u0633\u062e": 33, "\u0627\u0644\u0646\u0633\u062e\u0629": 20, "\u0627\u0644\u0646\u0634\u0637\u0629": 20, "\u0627\u0644\u0646\u0635": 80, "\u0627\u0644\u0646\u0635\u064a": 26, "\u0627\u0644\u0646\u0638\u0627\u0645": [41, 82], "\u0627\u0644\u0646\u0642\u0627\u0637": [35, 41], "\u0627\u0644\u0646\u0642\u0627\u0644": [20, 48], "\u0627\u0644\u0646\u0642\u0631": [28, 41, 45], "\u0627\u0644\u0646\u0645\u0637": 39, "\u0627\u0644\u0646\u0645\u0648\u0630\u062c": 28, "\u0627\u0644\u0646\u0647\u0627\u064a\u0627\u062a": 41, "\u0627\u0644\u0647": [6, 54, 82], "\u0627\u0644\u0647\u0627\u062a\u0641": [20, 48, 82], "\u0627\u0644\u0647\u062f\u0641": 37, "\u0627\u0644\u0647\u0631\u0645\u064a": 35, "\u0627\u0644\u0647\u0648\u0627\u062a\u0641": [22, 30], "\u0627\u0644\u0647\u0648\u064a\u0629": [51, 81], "\u0627\u0644\u0648": 28, "\u0627\u0644\u0648\u0627\u0631\u062f": 37, "\u0627\u0644\u0648\u0627\u0631\u062f\u0629": 35, "\u0627\u0644\u0648\u0627\u0642\u0639": [28, 35], "\u0627\u0644\u0648\u0628": 6, "\u0627\u0644\u0648\u062d\u064a\u062f\u0629": [26, 41], "\u0627\u0644\u0648\u0635\u0641": 41, "\u0627\u0644\u0648\u0635\u0641\u064a\u0629": 33, "\u0627\u0644\u0648\u0635\u0648\u0644": [6, 21, 22, 26, 30, 41, 45, 81], "\u0627\u0644\u0648\u0642\u062a": [41, 48], "\u0627\u0644\u0648\u064a\u0628": [20, 31, 43], "\u0627\u0644\u064a\u0633\u0627\u0631": 39, "\u0627\u0644\u064a\u0648\u0645": [20, 41, 82], "\u0627\u0644\u064a\u0648\u0645\u064a": 41, "\u0627\u0645\u062a\u062f\u0627\u062f": 20, "\u0627\u0645\u0633\u062d": 81, "\u0627\u0646\u062a\u0638\u0627\u0631": 39, "\u0627\u0646\u062a\u0642": 20, "\u0627\u0646\u062a\u0642\u0644": 20, "\u0627\u0646\u062a\u0647\u0627\u0621": [24, 35, 39, 41], "\u0627\u0646\u062a\u0647\u062a": 45, "\u0627\u0646\u0634\u063a\u0627\u0644\u0643": 41, "\u0627\u0646\u0638\u0631": 20, "\u0627\u0646\u0642": [28, 35, 39, 48, 51], "\u0627\u0646\u0642\u0631": [41, 51], "\u0627\u0648": 24, "\u0628": [20, 28, 35, 37, 41, 51, 80], "\u0628\u0623\u0639\u0636\u0627\u0621": 82, "\u0628\u0623\u0643\u0628\u0631": 31, "\u0628\u0623\u0646": 31, "\u0628\u0623\u064a": 20, "\u0628\u0625\u062f\u062e\u0627\u0644": 45, "\u0628\u0625\u0636\u0627\u0641\u0629": 41, "\u0628\u0625\u0639\u0627\u062f\u0629": 26, "\u0628\u0625\u0639\u062f\u0627\u062f\u0627\u062a": 31, "\u0628\u0625\u0639\u062f\u0627\u062f\u0647": 20, "\u0628\u0625\u0644\u063a\u0627\u0621": [26, 35], "\u0628\u0625\u0644\u0642\u0627\u0621": 47, "\u0628\u0625\u0645\u0643\u0627\u0646\u0643": 20, "\u0628\u0625\u0645\u0643\u0627\u0646\u0647\u0645": 26, "\u0628\u0625\u0646\u0634\u0627\u0621": [20, 33, 43], "\u0628\u0627": 41, "\u0628\u0627\u062a\u0628\u0627\u0639": [46, 48], "\u0628\u0627\u062a\u0635\u0627\u0644\u0627\u062a": 20, "\u0628\u0627\u062d\u062a\u0633\u0627\u0628": 24, "\u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [21, 25, 29, 35, 48, 53], "\u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [6, 22, 30], "\u0628\u0627\u0633\u0645": [20, 45], "\u0628\u0627\u0634\u062a\u0631\u0627\u0643\u0647\u0645": 53, "\u0628\u0627\u0639\u062a\u0628\u0627\u0631": 20, "\u0628\u0627\u0642\u064a": 43, "\u0628\u0627\u0643\u062a\u0634\u0627\u0641": 41, "\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629": [24, 46, 48], "\u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a": 48, "\u0628\u0627\u0644\u0628\u0631\u064a\u062f": 41, "\u0628\u0627\u0644\u062a\u0627\u0644\u064a": 20, "\u0628\u0627\u0644\u062a\u062d\u0642": 6, "\u0628\u0627\u0644\u062a\u0631\u0627\u062c\u0639": 41, "\u0628\u0627\u0644\u062a\u0645\u0631\u064a\u0631": 51, "\u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642": 41, "\u0628\u0627\u0644\u062c\u0647\u0627\u0632": 6, "\u0628\u0627\u0644\u062d\u062f": [24, 39], "\u0628\u0627\u0644\u062e\u0627\u062f\u0648\u0645": 20, "\u0628\u0627\u0644\u0631\u063a\u0645": 80, "\u0628\u0627\u0644\u0631\u0641\u0636": 41, "\u0628\u0627\u0644\u0631\u0641\u0639": 35, "\u0628\u0627\u0644\u0634\u0628\u0643\u0629": 20, "\u0628\u0627\u0644\u0637\u0631\u064a\u0642\u0629": [20, 26], "\u0628\u0627\u0644\u0639\u0631\u0636": 35, "\u0628\u0627\u0644\u0641\u0639\u0644": [31, 41, 81], "\u0628\u0627\u0644\u0642\u0628\u0648\u0644": 41, "\u0628\u0627\u0644\u0643\u0627\u0645\u0644": 41, "\u0628\u0627\u0644\u0645\u062b\u0644": [41, 46], "\u0628\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629": 35, "\u0628\u0627\u0644\u0645\u0634\u0631\u0641": 80, "\u0628\u0627\u0644\u0645\u0642\u0627\u0628\u0644": 20, "\u0628\u0627\u0644\u0645\u0646\u0638\u0645": 41, "\u0628\u0627\u0644\u0646\u0633\u0628\u0629": [20, 26, 35, 41], "\u0628\u0627\u0644\u0647": 20, "\u0628\u0627\u0644\u0648\u0635\u0648\u0644": 20, "\u0628\u0627\u0646\u062a\u0638\u0627\u0645": 41, "\u0628\u0627\u064a\u062a": 31, "\u0628\u062a\u0623\u0643\u064a\u062f": 28, "\u0628\u062a\u062b\u0628\u064a\u062a": 20, "\u0628\u062a\u062d\u062f\u064a\u062b": 26, "\u0628\u062a\u062d\u0631\u064a\u0631": [20, 35], "\u0628\u062a\u062d\u0645\u064a\u0644": 33, "\u0628\u062a\u0633\u062c\u064a\u0644": 20, "\u0628\u062a\u0634\u0628\u064a\u0643": 20, "\u0628\u062a\u0634\u063a\u064a\u0644": [51, 53], "\u0628\u062a\u0637\u0628\u064a\u0642": 43, "\u0628\u062a\u0639\u0637\u064a\u0644": 41, "\u0628\u062a\u0639\u064a\u064a\u0646": [20, 24, 33, 82], "\u0628\u062a\u063a\u064a\u064a\u0631": [20, 41, 51], "\u0628\u062a\u0642\u064a\u064a\u062f": 20, "\u0628\u062a\u0645\u0643\u064a\u0646": [26, 51], "\u0628\u062a\u0645\u0643\u064a\u0646\u0647": 26, "\u0628\u062a\u0645\u0643\u064a\u0646\u0647\u0627": 29, "\u0628\u062a\u0646\u0632\u064a\u0644": 45, "\u0628\u062a\u0646\u0635\u064a\u0628": [41, 45], "\u0628\u062a\u0648\u0627\u0631\u064a\u062e": 41, "\u0628\u062c\u062f\u0648\u0644\u0629": 41, "\u0628\u062c\u0644\u0628": 41, "\u0628\u062c\u0645\u064a\u0639": 41, "\u0628\u062c\u0648\u0627\u0631": [37, 41], "\u0628\u062d\u062b": 46, "\u0628\u062d\u062c\u0632": 41, "\u0628\u062d\u062f": 24, "\u0628\u062d\u062f\u062b": 41, "\u0628\u062d\u0630\u0641": 24, "\u0628\u062d\u0630\u0641\u0647": 24, "\u0628\u062d\u0631\u064a\u0629": 41, "\u0628\u062d\u0633\u0628": 26, "\u0628\u062d\u064a\u062b": [20, 33, 41, 48], "\u0628\u062e\u0627\u062f\u0648\u0645": [20, 26, 28], "\u0628\u062f\u0621": [41, 47], "\u0628\u062f\u0621\u0627": 53, "\u0628\u062f\u0623": 35, "\u0628\u062f\u0623\u062a": 35, "\u0628\u062f\u0644\u0627": [20, 41], "\u0628\u062f\u0648\u0646": [20, 24, 39, 41], "\u0628\u0630\u0644\u0643": 20, "\u0628\u0631\u0646\u0627\u0645\u062c": [20, 53], "\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644": 20, "\u0628\u0631\u064a\u062f": [41, 80], "\u0628\u0631\u064a\u062f\u0647\u0645": 41, "\u0628\u0632\u0631": 20, "\u0628\u0632\u064a\u0627\u062f\u0627\u062a": 41, "\u0628\u0632\u064a\u0627\u062f\u0629": 31, "\u0628\u0633\u0628\u0628": [35, 37], "\u0628\u0633\u0644\u0629": [24, 33], "\u0628\u0634\u0623\u0646": 20, "\u0628\u0634\u062f\u0629": 20, "\u0628\u0634\u0643\u0644": [20, 24, 25, 31, 35, 41, 48, 49, 80], "\u0628\u0635\u0641\u062a\u0643": 41, "\u0628\u0635\u0644\u0627\u062d\u064a": 35, "\u0628\u0635\u0648\u0631\u0629": 28, "\u0628\u0636\u0639": [26, 48], "\u0628\u0637\u0628\u0642\u0629": 20, "\u0628\u0637\u0631\u064a\u0642\u0629": [26, 43], "\u0628\u0639\u062f": [26, 28, 41, 45, 47, 48, 51], "\u0628\u0639\u0636": [24, 26, 31, 33, 35, 41, 48, 82], "\u0628\u0639\u0645\u0644\u064a\u0627\u062a": 33, "\u0628\u0639\u0646\u0648\u0627\u0646": 20, "\u0628\u0640": [20, 45, 47, 51], "\u0628\u0640\u0646\u0643\u0633\u062a": [20, 45], "\u0628\u0641\u0643": 26, "\u0628\u0642\u0628\u0648\u0644": 37, "\u0628\u0642\u064a\u0629": 20, "\u0628\u0643": [20, 26, 28, 35, 41, 48, 53], "\u0628\u0643\u062a\u0627\u0628\u0629": 37, "\u0628\u0643\u0644\u0645\u0629": [26, 35], "\u0628\u0643\u0645": 53, "\u0628\u0644": 24, "\u0628\u0645\u0627": [20, 41], "\u0628\u0645\u062c\u0631\u062f": 41, "\u0628\u0645\u0632\u0627\u0645\u0646\u0629": 41, "\u0628\u0645\u0632\u0648\u062f\u0643": 20, "\u0628\u0645\u0634\u0627\u0631\u0643\u062a\u0643": 20, "\u0628\u0645\u0634\u0627\u0631\u0643\u062a\u0647": 28, "\u0628\u0645\u0637\u0627\u0644\u0628\u0629": 26, "\u0628\u0646\u0627\u0621": [80, 81], "\u0628\u0646\u062c\u0627\u062d": 51, "\u0628\u0646\u0633\u062e\u0629": 39, "\u0628\u0646\u0641\u0633": 20, "\u0628\u0646\u0642\u0631": 48, "\u0628\u0646\u0643\u0633\u062a": 20, "\u0628\u0647": [20, 24, 41, 81], "\u0628\u0647\u0627": [20, 41], "\u0628\u0647\u0630\u0627": [28, 35, 45], "\u0628\u0647\u0645": 26, "\u0628\u0648\u0627\u0633\u0637\u0629": [20, 31, 41, 46, 80, 81, 82], "\u0628\u064a\u0627\u0646\u0627\u062a": [20, 26, 41], "\u0628\u064a\u0627\u0646\u0627\u062a\u0643": [6, 26, 41, 53], "\u0628\u064a\u0627\u0646\u0627\u062a\u0647\u0627": 33, "\u0628\u064a\u0646": 35, "\u0628\u064a\u0646\u0645\u0627": 41, "\u0629": [6, 20, 26, 28, 35, 41, 43, 53, 54, 80, 82], "\u062a": [20, 24, 26, 33, 35, 41, 45, 47, 51, 81], "\u062a\u0623\u062e\u0630\u0647": 41, "\u062a\u0623\u0643\u062f": [47, 49], "\u062a\u0623\u0643\u064a\u062f": [41, 45, 47], "\u062a\u0627\u0628\u0639": 20, "\u062a\u0627\u0631\u064a\u062e": [20, 41], "\u062a\u0627\u0631\u064a\u062e\u0627": 35, "\u062a\u0628\u0627\u062f\u0644": 41, "\u062a\u0628\u0627\u064a\u0646": 80, "\u062a\u0628\u0648\u064a\u0628": 35, "\u062a\u0628\u0648\u064a\u0628\u0629": 20, "\u062a\u062a\u062c\u0627\u0648\u0632": 33, "\u062a\u062a\u062d\u0643\u0645": 53, "\u062a\u062a\u0631\u062f\u062f": 80, "\u062a\u062a\u0635\u0641\u062d": 20, "\u062a\u062a\u0637\u0644\u0628": 41, "\u062a\u062a\u0639\u0627\u0631\u0636": 41, "\u062a\u062a\u0639\u0644\u0642": 47, "\u062a\u062a\u0643\u0648\u0646": 43, "\u062a\u062a\u0644\u0642": 41, "\u062a\u062a\u0644\u0642\u0627\u0647\u0627": 81, "\u062a\u062a\u0644\u0642\u0649": [20, 29], "\u062a\u062a\u0645": [39, 41, 48], "\u062a\u062a\u0645\u0643\u0646": [41, 51], "\u062a\u062a\u0648\u0641\u0631": [35, 41], "\u062a\u062a\u064a\u062d": [26, 28, 35], "\u062a\u062b\u0628\u064a\u062a": 45, "\u062a\u062c\u0627\u0648\u0632": 24, "\u062a\u062c\u0627\u0648\u0632\u062a": [24, 39], "\u062a\u062c\u062f": [21, 47], "\u062a\u062c\u062f\u0647\u0627": 80, "\u062a\u062c\u0631\u0628\u0629": 47, "\u062a\u062d\u062a": 46, "\u062a\u062d\u062a\u0627\u062c": [20, 31, 45], "\u062a\u062d\u062f\u064a\u062b": [20, 41, 48], "\u062a\u062d\u062f\u064a\u062b\u0647\u0627": 20, "\u062a\u062d\u062f\u064a\u062f": [20, 41, 47], "\u062a\u062d\u0630\u0641": [24, 39, 41], "\u062a\u062d\u0630\u064a\u0631": 26, "\u062a\u062d\u0630\u064a\u0631\u0627": 20, "\u062a\u062d\u0630\u064a\u0631\u0627\u062a": 20, "\u062a\u062d\u0631\u064a\u0631": 20, "\u062a\u062d\u0631\u064a\u0631\u0647\u0627": 21, "\u062a\u062d\u0633\u064a\u0646": 80, "\u062a\u062d\u0633\u064a\u0646\u0647\u0627": 20, "\u062a\u062d\u0642": 20, "\u062a\u062d\u0643\u0645": 41, "\u062a\u062d\u0645\u064a\u0644": [20, 28, 31, 35], "\u062a\u062d\u0645\u064a\u0644\u0647\u0627": [33, 41], "\u062a\u062e\u062a\u0627\u0631\u0647": 20, "\u062a\u062e\u062a\u0641\u064a": 41, "\u062a\u062e\u0631\u062c": 26, "\u062a\u062e\u0632\u0646": 33, "\u062a\u062e\u0632\u064a\u0646": [20, 26], "\u062a\u062e\u0635\u064a\u0635": 80, "\u062a\u062e\u0637": 80, "\u062a\u062e\u0637\u0637": [20, 41], "\u062a\u062f\u062e\u0644": 26, "\u062a\u062f\u0639\u0645": 81, "\u062a\u0630\u0643\u064a\u0631\u0627\u062a": 41, "\u062a\u0630\u0647\u0628": 41, "\u062a\u0631\u063a\u0628": [20, 28, 41, 45, 48, 80], "\u062a\u0631\u0643": 20, "\u062a\u0631\u0649": [26, 41], "\u062a\u0631\u064a\u062f": [20, 35, 41, 45], "\u062a\u0631\u064a\u062f\u0647": 82, "\u062a\u0632\u0627\u0644": 33, "\u062a\u0633\u0628\u0628": 80, "\u062a\u0633\u062a\u062e\u062f\u0645": 20, "\u062a\u0633\u062a\u062e\u062f\u0645\u0647": 20, "\u062a\u0633\u062a\u062e\u062f\u0645\u0647\u0627": [26, 48], "\u062a\u0633\u062a\u0637\u064a\u0639": 20, "\u062a\u0633\u062a\u0639\u0645\u0644": 20, "\u062a\u0633\u062a\u063a\u0631\u0642": 26, "\u062a\u0633\u062c\u064a\u0644": [20, 45, 80, 81, 82], "\u062a\u0633\u0645\u062d": [20, 41, 43], "\u062a\u0633\u0645\u064a\u0629": 35, "\u062a\u0633\u0645\u064a\u062a\u0647\u0627": 24, "\u062a\u0634\u0627\u0631\u0643": 24, "\u062a\u0634\u0628\u064a\u0643": 20, "\u062a\u0634\u0628\u064a\u0643\u0647": 20, "\u062a\u0634\u062a\u0645\u0644": 82, "\u062a\u0634\u063a\u0644": 33, "\u062a\u0634\u063a\u064a\u0644": [20, 26, 45], "\u062a\u0634\u063a\u064a\u0644\u0647": 26, "\u062a\u0634\u063a\u064a\u0644\u0647\u0627": 20, "\u062a\u0634\u0641\u064a\u0631": [20, 26, 47], "\u062a\u0634\u0641\u064a\u0631\u0647\u0627": 26, "\u062a\u0634\u064a\u0631": 51, "\u062a\u0635\u062f\u064a\u0631\u0647": 41, "\u062a\u0635\u062f\u064a\u0642": 20, "\u062a\u0635\u0631\u064a\u062d": 45, "\u062a\u0635\u063a\u064a\u0631\u0647\u0645\u0627": 80, "\u062a\u0635\u0644": [20, 31], "\u062a\u0636\u0645": 6, "\u062a\u0636\u0645\u064a\u0646": 41, "\u062a\u0637\u0628\u064a\u0642": [6, 20, 26, 39, 43, 46, 47, 48, 51, 53, 80, 81], "\u062a\u0637\u0628\u064a\u0642\u0627\u062a": [6, 45, 46, 48, 82], "\u062a\u0637\u0628\u064a\u0642\u064a": 33, "\u062a\u0638\u0644": [24, 33], "\u062a\u0638\u0647\u0631": [35, 41, 51, 82], "\u062a\u0639\u0627\u0631\u0636\u0627\u062a": 41, "\u062a\u0639\u062a\u0628\u0631\u0647\u0627": 20, "\u062a\u0639\u062a\u0642\u062f": 41, "\u062a\u0639\u062a\u0645\u062f": 82, "\u062a\u0639\u062f": 41, "\u062a\u0639\u062f\u064a\u0644": 31, "\u062a\u0639\u0631\u0636": [35, 41], "\u062a\u0639\u0631\u0641": [20, 33], "\u062a\u0639\u0631\u0641\u0647": 81, "\u062a\u0639\u0637\u064a\u0644": [21, 41], "\u062a\u0639\u0637\u064a\u0644\u0647": 41, "\u062a\u0639\u0642\u0628": 80, "\u062a\u0639\u0642\u064a\u062f": 41, "\u062a\u0639\u0644\u064a\u0642": 41, "\u062a\u0639\u0645\u0644": [20, 26, 81], "\u062a\u0639\u0646\u064a": 20, "\u062a\u0639\u064a\u064a\u0646": [6, 24, 26, 33, 48, 81], "\u062a\u0639\u064a\u064a\u0646\u0647": 31, "\u062a\u0639\u064a\u064a\u0646\u0647\u0627": 35, "\u062a\u063a\u064a\u064a\u0631": [6, 24, 41, 48, 51], "\u062a\u063a\u064a\u064a\u0631\u0647": [41, 82], "\u062a\u063a\u064a\u064a\u0631\u0647\u0627": 51, "\u062a\u0641": 41, "\u062a\u0641\u0627\u0635\u064a\u0644": [20, 41], "\u062a\u0641\u062a\u062d": 20, "\u062a\u0641\u0636\u0644": 20, "\u062a\u0641\u0636\u0644\u0647": [51, 82], "\u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643": [6, 81], "\u062a\u0641\u0642\u062f": 26, "\u062a\u0641\u064a": 24, "\u062a\u0642\u0627\u062f\u0645": 33, "\u062a\u0642\u062f": 20, "\u062a\u0642\u0635\u062f": 26, "\u062a\u0642\u0644\u064a\u0644": 80, "\u062a\u0642\u0648\u0644": 26, "\u062a\u0642\u0648\u0645": [20, 24, 41, 45], "\u062a\u0642\u0648\u064a\u0645": [45, 51], "\u062a\u0642\u0648\u064a\u0645\u0627": [47, 48], "\u062a\u0642\u0648\u064a\u0645\u0627\u062a": 41, "\u062a\u0642\u0648\u064a\u0645\u0627\u062a\u0643": 41, "\u062a\u0642\u0648\u064a\u0645\u0643": [41, 47, 51], "\u062a\u0642\u064a\u064a\u062f": 6, "\u062a\u0643": [20, 26, 28, 41, 48], "\u062a\u0643\u0628\u064a\u0631": 6, "\u062a\u0643\u0648\u0646": [20, 24, 28, 35, 41, 45, 46, 47, 48], "\u062a\u0643\u0648\u064a\u0646": [20, 35], "\u062a\u0643\u0648\u064a\u0646\u0647": 41, "\u062a\u0644\u0642": 24, "\u062a\u0644\u0642\u0627\u0626\u064a": [20, 35, 41, 47], "\u062a\u0644\u0642\u0627\u0626\u064a\u0627": [28, 35], "\u062a\u0644\u0642\u0627\u0626\u064a\u0629": 28, "\u062a\u0644\u0643": 41, "\u062a\u0645": [20, 24, 26, 31, 33, 35, 41, 45, 51, 82], "\u062a\u0645\u0627\u0645": [20, 31], "\u062a\u0645\u0631\u064a\u0631": 20, "\u062a\u0645\u0643\u064a\u0646": [23, 26, 30, 33, 35, 41, 49], "\u062a\u0645\u0643\u064a\u0646\u0647": 20, "\u062a\u0645\u0643\u064a\u0646\u0647\u0627": 82, "\u062a\u0645\u0646\u062d\u0647\u0627": 41, "\u062a\u0646\u0627\u0642\u0635": 80, "\u062a\u0646\u0632\u064a\u0644": 20, "\u062a\u0646\u0632\u064a\u0644\u0647\u0627": [20, 26], "\u062a\u0646\u0635\u062d\u0647\u0645": 26, "\u062a\u0646\u0635\u064a\u0628": 45, "\u062a\u0646\u0635\u064a\u0628\u0627\u062a": 28, "\u062a\u0646\u0635\u064a\u0628\u0647": 20, "\u062a\u0646\u0641\u064a\u0630": [20, 46], "\u062a\u0646\u0641\u064a\u0630\u0647": 48, "\u062a\u0647\u0645": 35, "\u062a\u0647\u064a\u0626\u0629": 26, "\u062a\u0648\u0627\u0635\u0644": 31, "\u062a\u0648\u062b\u064a\u0642": [24, 33, 37], "\u062a\u0648\u062c\u062f": [26, 35], "\u062a\u0648\u062c\u064a\u0647\u0643": 81, "\u062a\u0648\u062c\u064a\u0647\u0647": 41, "\u062a\u0648\u0633\u064a\u0639": 80, "\u062a\u0648\u0635\u064a\u0644": [20, 46], "\u062a\u0648\u0641\u0631": 41, "\u062a\u0648\u0641\u064a\u0631": 26, "\u062a\u0648\u0641\u064a\u0631\u0647": 31, "\u062b": [6, 20, 26, 41], "\u062b\u0627\u0644\u062b": 41, "\u062b\u0627\u0646\u064a": 41, "\u062b\u0627\u0646\u064a\u0629": [39, 81], "\u062b\u0645": [20, 26, 35, 37, 39, 41, 45, 48, 51], "\u062b\u0646": [6, 54, 82], "\u062b\u0646\u062f\u0631\u0628\u064a\u0631\u062f": 41, "\u062b\u0648\u0627\u0646": [39, 48], "\u062b\u064a\u0645\u0629": 80, "\u062c": 20, "\u062c\u0627\u0646\u0628\u064a": 49, "\u062c\u062f\u0648\u0644": 41, "\u062c\u062f\u0648\u0644\u0629": 41, "\u062c\u062f\u064a\u062f": [20, 24, 26, 45, 48], "\u062c\u062f\u064a\u062f\u0629": [20, 24, 35, 39, 41], "\u062c\u0630\u0631": 20, "\u062c\u0630\u0631\u0647\u0627": 37, "\u062c\u0631": 20, "\u062c\u0632\u0621": 20, "\u062c\u0644": 37, "\u062c\u0644\u0633\u0629": 20, "\u062c\u0645\u0639": 41, "\u062c\u0645\u064a\u0639": [20, 26, 33, 35, 41, 46], "\u062c\u0647\u0627\u062a": [6, 20, 33, 41, 43, 46], "\u062c\u0647\u0627\u0632": [53, 54, 81], "\u062c\u0647\u0627\u0632\u0643": [20, 81], "\u062c\u0648\u062f\u0629": 80, "\u062d": [20, 24, 45, 46, 47, 48, 51], "\u062d\u0627\u0633\u0648\u0628\u0643": [20, 25], "\u062d\u0627\u0641\u0638\u062a\u0643": 41, "\u062d\u0627\u0644\u0627\u062a": 48, "\u062d\u0627\u0644\u0629": [20, 26, 37, 41], "\u062d\u0627\u0644\u064a": [24, 39, 41], "\u062d\u0627\u0648\u0644": 41, "\u062d\u062a\u0649": [20, 24, 33, 39, 41], "\u062d\u062c\u0632\u0647": 41, "\u062d\u062c\u0632\u0647\u0627": 41, "\u062d\u062c\u0645": [6, 20, 31, 33], "\u062d\u062f": [20, 26, 31, 33, 37, 41, 47, 82], "\u062d\u062f\u062f": 20, "\u062d\u062f\u0648\u062b": 80, "\u062d\u062f\u0648\u062b\u0647": 41, "\u062d\u062f\u0648\u062f\u0643": 35, "\u062d\u062f\u064a\u062b": 41, "\u062d\u0630\u0641": [20, 28, 33], "\u062d\u0630\u0641\u062a": 41, "\u062d\u0630\u0641\u0647": [24, 41], "\u062d\u0630\u0641\u0647\u0627": 21, "\u062d\u0631\u0641": 20, "\u062d\u0631\u0643\u0627\u062a\u0643": 82, "\u062d\u0632\u0645\u0629": 43, "\u062d\u0633\u0627\u0628": [33, 37, 41, 45, 47, 51], "\u062d\u0633\u0627\u0628\u0627": 46, "\u062d\u0633\u0627\u0628\u0627\u062a": [47, 49], "\u062d\u0633\u0627\u0628\u0643": [20, 81], "\u062d\u0633\u0628": [35, 80], "\u062d\u0635\u0629": 33, "\u062d\u0635\u062a\u0643": [24, 33], "\u062d\u0635\u0635": 33, "\u062d\u0635\u0635\u0647\u0645": 24, "\u062d\u0636\u0648\u0631": 41, "\u062d\u0641\u0638": [20, 41, 46], "\u062d\u0641\u0638\u0647": 20, "\u062d\u0641\u0638\u0647\u0627": 51, "\u062d\u0642": [35, 41], "\u062d\u0642\u0644": [20, 28, 47], "\u062d\u0644": 53, "\u062d\u0644\u0648\u0644\u0647\u0627": 20, "\u062d\u0645\u0627\u064a\u0629": 35, "\u062d\u0648\u0627\u0631": [28, 41, 46], "\u062d\u0648\u0627\u0633\u064a\u0628\u0647\u0645": 24, "\u062d\u0648\u0627\u0644\u064a": 33, "\u062d\u0648\u0644": 41, "\u062d\u064a\u062b": [37, 41, 45], "\u062d\u064a\u062b\u064a": 20, "\u062d\u064a\u062b\u064a\u0627\u062a": 45, "\u062e": [20, 30, 32, 33], "\u062e\u0627\u062f\u0645": 43, "\u062e\u0627\u062f\u0648\u0645": [20, 24, 26, 28, 41, 51, 53], "\u062e\u0627\u062f\u0648\u0645\u0627": 20, "\u062e\u0627\u062f\u0648\u0645\u0643": [20, 26, 41, 47], "\u062e\u0627\u0631\u062c\u064a\u0629": [20, 26], "\u062e\u0627\u0635": [20, 26, 28, 41, 48, 82], "\u062e\u0627\u0635\u0629": [26, 28, 35, 41], "\u062e\u0627\u0635\u062a\u0643": [20, 26], "\u062e\u0627\u0644\u064a\u0629": 41, "\u062e\u0627\u0646\u0629": [20, 37], "\u062e\u0635": 24, "\u062e\u0635\u0627\u0626\u0635": 20, "\u062e\u0635\u0645\u0627": 33, "\u062e\u0637": 80, "\u062e\u0637\u0623": [20, 47], "\u062e\u0637\u0629": 48, "\u062e\u0637\u0648\u0629": 41, "\u062e\u0637\u0648\u0637": 43, "\u062e\u0637\u064a\u0631\u0627": 26, "\u062e\u0641": 35, "\u062e\u0644\u0627\u0644": [20, 26, 31, 35, 37, 41, 45], "\u062e\u0648\u0627\u062f\u0645": [28, 35, 41], "\u062e\u064a": 35, "\u062e\u064a\u0627\u0631": [20, 21, 26], "\u062e\u064a\u0627\u0631\u0627\u062a": [20, 35], "\u062f": [20, 37, 41, 47, 82], "\u062f\u0627": [26, 37], "\u062f\u0627\u0626\u0645": 20, "\u062f\u0627\u0626\u0645\u0627": 26, "\u062f\u0627\u062e\u0644": [24, 41, 48, 51, 80], "\u062f\u0627\u0643\u0646": 80, "\u062f\u0629": 41, "\u062f\u062a": 26, "\u062f\u062e\u0644\u0627\u062a": 41, "\u062f\u062e\u0648\u0644": 20, "\u062f\u062e\u0648\u0644\u0643": [26, 45, 51], "\u062f\u0633\u0644\u064a\u0643\u064a\u0633\u0627": 80, "\u062f\u0639\u0645": [41, 46], "\u062f\u0639\u0648\u0629": 41, "\u062f\u0639\u0648\u062a\u0647\u0645": 41, "\u062f\u0641\u0627\u062a\u0631": [41, 45], "\u062f\u0641\u062a\u0631": [6, 47], "\u062f\u0641\u0642": 82, "\u062f\u0642\u0627\u0626\u0642": 48, "\u062f\u0642\u064a\u0642": 41, "\u062f\u0642\u064a\u0642\u0629": [39, 41], "\u062f\u0644\u064a\u0644": [6, 20], "\u062f\u0645\u062c": 46, "\u062f\u0648\u0627\u0626\u0631": 35, "\u062f\u0648\u0644\u062a\u0643": 41, "\u062f\u0648\u0646": [20, 41], "\u062f\u064a": 53, "\u0630\u0627\u062a": 24, "\u0630\u0627\u062a\u064a": [20, 49], "\u0630\u0627\u062a\u064a\u0629": 20, "\u0630\u0644\u0643": [20, 24, 26, 28, 35, 41, 45, 47, 51], "\u0630\u0647\u0627\u0628": 41, "\u0631": [20, 24, 26, 28, 29, 35, 37, 39, 43, 45, 46, 47, 48, 49, 51, 53, 80, 82], "\u0631\u0624\u064a\u0629": 6, "\u0631\u0624\u064a\u062a\u0647\u0627": 82, "\u0631\u0626\u064a\u0633\u064a": 35, "\u0631\u0627\u0628\u0637": [20, 29, 35, 41], "\u0631\u0627\u062c\u0639": [20, 24, 26, 33, 35, 37], "\u0631\u0628\u0645\u0627": [20, 24, 33, 41], "\u0631\u0629": 20, "\u0631\u062c\u0649": 20, "\u0631\u0633": 51, "\u0631\u0633\u0627\u0626\u0644": 41, "\u0631\u0633\u0627\u0644\u0629": [20, 26, 41, 47, 51, 81], "\u0631\u063a\u0628": 41, "\u0631\u063a\u0628\u062a": 41, "\u0631\u063a\u0628\u062a\u0643": [35, 41, 80], "\u0631\u0641\u0636": [35, 37, 41], "\u0631\u0641\u0636\u0647": 37, "\u0631\u0641\u0636\u0647\u0627": [35, 41], "\u0631\u0641\u0639": [22, 23, 30, 35], "\u0631\u0641\u0639\u0647\u0627": 33, "\u0631\u0642\u0645": 35, "\u0631\u0645\u0632": [45, 51, 54, 81], "\u0631\u0645\u0632\u0627": 81, "\u0631\u0645\u0632\u0643": 81, "\u0631\u0648\u0627\u0628\u0637": [28, 41, 82], "\u0632": [41, 48], "\u0632\u0627\u0645": [22, 30], "\u0632\u0627\u0645\u0646\u0629": 25, "\u0632\u0631": [20, 35, 45, 48], "\u0632\u0645\u0644\u0627\u0626\u0643": 41, "\u0632\u0645\u0646\u064a": 41, "\u0632\u0645\u0646\u064a\u0627": 81, "\u0632\u0645\u0646\u064a\u0629": 41, "\u0632\u0648": 53, "\u0632\u064a\u0627\u062f\u0629": [31, 43], "\u0633": [28, 30, 32, 33], "\u0633\u0624\u0627\u0644\u0643": 35, "\u0633\u0627\u0628\u0642": [41, 45], "\u0633\u0627\u0628\u0642\u0627": [41, 45], "\u0633\u0627\u0639\u0629": [39, 41], "\u0633\u0628\u064a\u0644": [20, 26, 41, 48, 80, 81], "\u0633\u062a": [35, 41], "\u0633\u062a\u0624\u062f\u064a": 41, "\u0633\u062a\u062a\u0644\u0642\u0649": 41, "\u0633\u062a\u062a\u0645": 41, "\u0633\u062a\u062a\u0648\u0641\u0631": 41, "\u0633\u062a\u062c\u062f": [41, 48], "\u0633\u062a\u0631\u0627\u0647\u0627": 82, "\u0633\u062a\u0631\u0649": [29, 81], "\u0633\u062a\u0639\u0648\u062f": 26, "\u0633\u062a\u0641\u0642\u062f": 26, "\u0633\u062a\u0643\u0648\u0646": [41, 45, 46], "\u0633\u062a\u0644": 35, "\u0633\u062a\u0646\u062a\u0647\u064a": 41, "\u0633\u062a\u0646\u0639\u0643\u0633": 41, "\u0633\u062c": 51, "\u0633\u062c\u0644": 20, "\u0633\u062d\u0627\u0628\u0629": [28, 35], "\u0633\u062d\u0631\u064a\u0629": 26, "\u0633\u062e": 39, "\u0633\u0631": 81, "\u0633\u0631\u062f": 29, "\u0633\u0631\u0639\u0629": 48, "\u0633\u0631\u0643": 81, "\u0633\u0637\u062d": [6, 20, 22, 30, 43, 53, 82], "\u0633\u0643\u0631\u0628\u062a\u0627\u062a": 20, "\u0633\u0644\u0627\u0644": 24, "\u0633\u0644\u0629": [24, 26, 28, 33, 54], "\u0633\u0644\u0633\u0644\u0629": 49, "\u0633\u0644\u0637\u0627\u062a": 20, "\u0633\u0644\u0641\u0627": 41, "\u0633\u0645\u062d\u062a": 33, "\u0633\u0646\u0629": 41, "\u0633\u0646\u0633\u062a\u062e\u062f\u0645": 41, "\u0633\u0647\u0644": 29, "\u0633\u0648\u0641": [24, 26, 35, 41], "\u0633\u0648\u0649": 41, "\u0633\u064a\u0624\u062f\u064a": 41, "\u0633\u064a\u0627\u0642": 41, "\u0633\u064a\u0627\u0642\u0629": 41, "\u0633\u064a\u0628\u062f\u0648": 35, "\u0633\u064a\u062a\u0623\u0643\u062f": 41, "\u0633\u064a\u062a\u0639\u064a\u0646": 45, "\u0633\u064a\u062a\u0644\u0642\u0648\u0646": 41, "\u0633\u064a\u062a\u0644\u0642\u0649": 41, "\u0633\u064a\u062a\u0645": [24, 35, 37, 41, 45, 46, 51], "\u0633\u064a\u062c\u062f": 41, "\u0633\u064a\u062d\u0627\u0648\u0644": 47, "\u0633\u064a\u0631\u0648\u0646": 26, "\u0633\u064a\u0631\u0649": 26, "\u0633\u064a\u0635\u0628\u062d": 47, "\u0633\u064a\u0638\u0647\u0631": [28, 41, 45], "\u0633\u064a\u0639\u0631\u0636": 41, "\u0633\u064a\u0641\u062a\u062d": [37, 45], "\u0633\u064a\u0642\u0648\u0645": 28, "\u0633\u064a\u0643\u0648\u0646": [20, 26, 31, 41], "\u0633\u064a\u0643\u0648\u0646\u0648\u0646": 41, "\u0633\u064a\u0645\u0643\u0646": 26, "\u0633\u064a\u0646\u0639\u0642\u062f": 41, "\u0634\u0623\u0646": 24, "\u0634\u0623\u0646\u0647\u0627": 24, "\u0634\u0627\u0631": [20, 28, 35, 82], "\u0634\u0627\u0631\u0643": [24, 26], "\u0634\u0627\u0645\u0644\u0627": 53, "\u0634\u0628\u0643\u064a": 20, "\u0634\u062e\u0635\u064a": [20, 35], "\u0634\u0631\u0641": 24, "\u0634\u0631\u064a\u0637": [20, 48, 80], "\u0634\u0631\u064a\u0637\u0627": 26, "\u0634\u063a": 20, "\u0634\u0641": [20, 26], "\u0634\u0643\u0644": 41, "\u0634\u0647\u0627\u062f\u0627\u062a": 20, "\u0634\u0647\u0627\u062f\u0629": 20, "\u0634\u0647\u0627\u062f\u062a\u0643": 20, "\u0634\u0647\u0631": 41, "\u0634\u064a\u0621": [20, 26, 48, 81, 82], "\u0635": [20, 24, 28, 35], "\u0635\u0627\u062f\u0641\u062a\u0643": 80, "\u0635\u0627\u0631": 41, "\u0635\u0628\u0627\u062d\u0627": 41, "\u0635\u062d\u064a\u062d": [20, 41, 49, 81], "\u0635\u062d\u064a\u062d\u0627": 51, "\u0635\u0641\u062d\u0629": [26, 28, 29, 35, 41, 80, 82], "\u0635\u0641\u062d\u062a\u0643": 26, "\u0635\u0641\u0631\u0627\u0621": 26, "\u0635\u0644\u0627\u062d\u064a\u0627\u062a": [31, 35], "\u0635\u0644\u0627\u062d\u064a\u0627\u062a\u0643": 35, "\u0635\u0644\u0627\u062d\u064a\u062a\u0647": 35, "\u0635\u0646\u062f\u0648\u0642": 51, "\u0635\u0648\u0631\u0629": 82, "\u0635\u064a\u063a\u0629": 20, "\u0636": [26, 28, 41], "\u0636\u0627": 41, "\u0636\u0628\u0637": [20, 24, 33, 39, 41], "\u0636\u0631\u0648\u0631\u064a": [35, 47], "\u0636\u0639": [20, 53], "\u0636\u063a\u0637": 35, "\u0636\u0645\u0646": [33, 37, 41], "\u0636\u0645\u0646\u064a": 20, "\u0636\u0648\u0626\u064a": 81, "\u0636\u064a\u0648\u0641": 41, "\u0637": [20, 35, 41, 51], "\u0637\u0627\u0644\u0645\u0627": 80, "\u0637\u0628": 20, "\u0637\u0631\u0641": 41, "\u0637\u0631\u0642": 41, "\u0637\u0631\u064a\u0642": [6, 20, 24, 28, 41, 46, 80], "\u0637\u0631\u064a\u0642\u0629": [20, 26, 41, 81], "\u0637\u0631\u064a\u0642\u062a\u0627\u0646": 45, "\u0637\u0644\u0628": [37, 81], "\u0637\u0648\u0644": 41, "\u0638": [20, 51], "\u0638\u0647\u0631\u062a": 47, "\u0638\u0647\u0648\u0631": 20, "\u0639": [28, 35, 43, 51], "\u0639\u0627\u062f\u0629": [41, 47, 81], "\u0639\u0627\u0645": [20, 41, 80], "\u0639\u0627\u0645\u0629": [20, 33, 41], "\u0639\u0628\u0627\u0631\u0629": [43, 53], "\u0639\u0628\u0631": [33, 41, 46, 49], "\u0639\u0629": 49, "\u0639\u062f": 47, "\u0639\u062f\u0629": 35, "\u0639\u062f\u062f": [26, 41], "\u0639\u062f\u0645": [20, 24, 47], "\u0639\u0631": 82, "\u0639\u0631\u0636": [37, 41, 46], "\u0639\u0631\u0636\u0627": 41, "\u0639\u0631\u0636\u0647\u0627": 46, "\u0639\u0631\u0641": 45, "\u0639\u0633\u0631": 80, "\u0639\u0634\u0648\u0627\u0626\u064a\u0629": 35, "\u0639\u0637": 47, "\u0639\u0644\u0627\u0645\u0629": [35, 41], "\u0639\u0644\u0627\u0648\u0629": 26, "\u0639\u0644\u0649": [6, 20, 21, 24, 26, 28, 29, 33, 35, 37, 39, 43, 46, 47, 48, 49, 51, 53, 80, 82], "\u0639\u0644\u064a\u0643": [26, 28, 41, 45], "\u0639\u0644\u064a\u0647": 28, "\u0639\u0644\u064a\u0647\u0645": 41, "\u0639\u0645\u0631": 24, "\u0639\u0645\u0644": 20, "\u0639\u0645\u0644\u0627\u0621": 41, "\u0639\u0645\u0644\u0643": 41, "\u0639\u0645\u0644\u064a\u0627\u062a": [20, 23, 30], "\u0639\u0645\u0644\u064a\u0629": [39, 45], "\u0639\u0645\u064a\u0644": [20, 31, 43, 45, 51, 53], "\u0639\u0645\u064a\u0644\u0629": 6, "\u0639\u0646": [6, 20, 24, 28, 33, 35, 41, 43, 46, 53, 80, 82], "\u0639\u0646\u0627\u0648\u064a\u0646": 41, "\u0639\u0646\u0627\u0648\u064a\u0646\u0643": 41, "\u0639\u0646\u062f": [20, 26, 28, 29, 31, 33, 35, 41, 45, 48], "\u0639\u0646\u062f\u0643": [21, 26, 31, 41, 48], "\u0639\u0646\u062f\u0645\u0627": [20, 24, 26, 29, 33, 39, 41], "\u0639\u0646\u062f\u0647": 24, "\u0639\u0646\u062f\u0647\u0627": [20, 41], "\u0639\u0646\u062f\u0647\u0645": 35, "\u0639\u0646\u0647\u0627": 80, "\u0639\u0646\u0648\u0627\u0646": [20, 28, 33, 35, 41, 45, 48, 51, 82], "\u0639\u064a": [20, 35, 41], "\u0639\u064a\u062f": 41, "\u0639\u064a\u0646\u064a\u0643": 80, "\u063a": 37, "\u063a\u0627": 41, "\u063a\u0631\u0627\u0631": 41, "\u063a\u0631\u0641": 41, "\u063a\u064a": 82, "\u063a\u064a\u0631": [20, 33, 35, 41, 49, 81], "\u063a\u064a\u0631\u0643": 82, "\u0640": [20, 26, 45, 46, 48], "\u0641": [20, 26, 28, 46, 48, 51, 82], "\u0641\u0625\u0646": [26, 31, 35, 39, 41, 45, 80], "\u0641\u0625\u0646\u0646\u0627": 20, "\u0641\u0625\u0646\u0647\u0627": 41, "\u0641\u0627\u062a\u0635\u0644": 20, "\u0641\u0627\u0631\u063a\u0629": 41, "\u0641\u0627\u0633\u0623\u0644": 21, "\u0641\u0627\u0633\u062a\u062e\u062f\u0645": 20, "\u0641\u0627\u0633\u062a\u0639\u0645\u0644": 20, "\u0641\u0627\u0644\u0631\u062c\u0627\u0621": 80, "\u0641\u0627\u064a\u0631\u0641\u0648\u0643\u0633": 20, "\u0641\u062a\u062d": [20, 26, 41, 46], "\u0641\u062a\u062d\u0647": 20, "\u0641\u062a\u0631\u0629": [24, 33, 41], "\u0641\u062a\u0631\u0636": 47, "\u0641\u062d\u062f": 20, "\u0641\u0631\u0627\u063a\u0643": 41, "\u0641\u0631\u0628\u0645\u0627": 41, "\u0641\u0631\u064a\u062f": 41, "\u0641\u0631\u064a\u062f\u0627": 82, "\u0641\u0631\u064a\u0642": 80, "\u0641\u0633\u062a\u062a\u0644\u0642\u0649": 20, "\u0641\u0633\u062a\u0638\u0644": 41, "\u0641\u0633\u0646\u062d\u062a\u0627\u062c": 26, "\u0641\u0633\u0648\u0641": [26, 45], "\u0641\u0633\u064a\u062a\u0645": [33, 39, 81], "\u0641\u0633\u064a\u0638\u0647\u0631\u0627\u0646": 41, "\u0641\u0633\u064a\u0642\u0648\u0645": 24, "\u0641\u0633\u064a\u0643\u062a\u0634\u0641": 41, "\u0641\u0634\u0644": 20, "\u0641\u0636": 51, "\u0641\u0636\u0644\u0643": 41, "\u0641\u0639": 28, "\u0641\u0639\u0644\u0646\u0627": 26, "\u0641\u0639\u0644\u0647": 28, "\u0641\u0639\u0644\u064a\u0643": 41, "\u0641\u0642\u062f": [20, 41], "\u0641\u0642\u062f\u0643": 26, "\u0641\u0642\u0637": [20, 24, 26, 28, 31, 35, 41, 46, 81], "\u0641\u0642\u0645": [20, 47], "\u0641\u0643": 20, "\u0641\u0644\u0627": [26, 80], "\u0641\u0644\u0627\u0634": 81, "\u0641\u0644\u0646": [20, 35, 41, 82], "\u0641\u0645\u0627": 28, "\u0641\u0647": 20, "\u0641\u0647\u0631\u0633\u0629": 26, "\u0641\u0648\u0631": 53, "\u0641\u0648\u0642": [20, 28, 35, 39, 41, 45, 48, 51], "\u0641\u0648\u0642\u0647\u0627": 20, "\u0641\u064a": [6, 24, 25, 26, 28, 29, 33, 35, 37, 39, 43, 45, 46, 47, 49, 51, 53, 54, 80], "\u0641\u064a\u062c\u0628": 41, "\u0641\u064a\u0645\u0643\u0646\u0643": [20, 26], "\u0641\u064a\u0647": [33, 41], "\u0641\u064a\u0647\u0627": [20, 24, 39, 41, 53], "\u0642": [6, 20, 26, 28, 35, 37, 43, 47, 51, 54, 82], "\u0642\u0627\u0626\u0645\u0629": [35, 41, 48, 51, 80, 82], "\u0642\u0627\u0628\u0644\u0629": [35, 41, 46, 80], "\u0642\u0627\u062f\u0631\u0627": 20, "\u0642\u0627\u062f\u0631\u064a\u0646": 41, "\u0642\u0627\u0639\u062f\u0629": [26, 33], "\u0642\u0627\u0645": [24, 26, 29, 33, 41], "\u0642\u0628\u0644": [20, 41], "\u0642\u0628\u0648\u0644": [35, 37, 41], "\u0642\u062a": 41, "\u0642\u062f": [6, 20, 24, 26, 29, 33, 35, 37, 41, 43, 45, 48, 80], "\u0642\u062f\u0631\u0647\u0627": 41, "\u0642\u062f\u064a\u0645\u0629": 41, "\u0642\u0631\u0627\u0621\u0629": 26, "\u0642\u0631\u0635": 20, "\u0642\u0633\u0645": [26, 37], "\u0642\u0633\u0645\u0627": 41, "\u0642\u0635\u064a": 20, "\u0642\u0639": 43, "\u0642\u0644\u064a\u0644\u0627": [20, 33], "\u0642\u0645": [20, 35, 45, 51], "\u0642\u0645\u062a": [20, 26, 33, 41, 51, 82], "\u0642\u0648\u0627\u0639\u062f": 41, "\u0642\u0648\u0642\u0644": 45, "\u0642\u064a": 37, "\u0642\u064a\u062f": 80, "\u0642\u064a\u0645\u0629": [20, 24], "\u0643": [24, 35], "\u0643\u0623\u062d\u062f\u0627\u062b": 41, "\u0643\u0627\u0633\u0645": 20, "\u0643\u0627\u0641\u064a\u0629": 48, "\u0643\u0627\u0646": [20, 26, 29, 35, 41, 47, 81], "\u0643\u0627\u0646\u062a": [26, 41, 45], "\u0643\u0628\u062f\u0627\u064a\u0629": 82, "\u0643\u0628\u064a\u0631": [26, 41], "\u0643\u0628\u064a\u0631\u0629": [22, 30], "\u0643\u0629": [20, 28], "\u0643\u062a\u0627\u0628\u0629": 82, "\u0643\u062a\u0628\u062a": 28, "\u0643\u062a\u0643": 82, "\u0643\u062d\u062f": 24, "\u0643\u062d\u0636\u0648\u0631": 41, "\u0643\u062e\u0627\u062f\u0648\u0645": 48, "\u0643\u0630\u0644\u0643": [26, 39, 41], "\u0643\u0631\u0648\u0645": 20, "\u0643\u0634\u062e\u0635": 35, "\u0643\u0643\u0644\u0645\u0629": 20, "\u0643\u0644": [20, 21, 24, 26, 28, 37, 39, 41, 47, 48, 81], "\u0643\u0644\u0627\u0648\u062f": [6, 21, 22, 24, 26, 28, 29, 30, 31, 39, 41, 43, 46, 48, 49, 51, 80, 81, 82], "\u0643\u0644\u062a\u0627": 47, "\u0643\u0644\u0645\u0627\u062a": 6, "\u0643\u0644\u0645\u0629": [6, 20, 45, 47, 51, 81, 82], "\u0643\u0644\u0647\u0627": 51, "\u0643\u0644\u0648\u0646": 80, "\u0643\u0645\u0627": [20, 24, 41, 47, 81], "\u0643\u0645\u0627\u0644\u0643": 20, "\u0643\u0645\u062d\u0631\u0643": 20, "\u0643\u0645\u0633\u062a\u062e\u062f": [51, 82], "\u0643\u0645\u0633\u062a\u062e\u062f\u0645": [20, 41, 49], "\u0643\u0645\u0648\u0631\u062f": 46, "\u0643\u0646\u062a": [20, 26, 31, 35, 41, 80, 82], "\u0643\u0646\u0648\u0639": 47, "\u0643\u0648": 35, "\u0643\u0648\u062f": 41, "\u0643\u064a\u0641": 33, "\u0643\u064a\u0641\u064a\u0629": [20, 25], "\u0644": [6, 20, 28, 35, 37, 47, 48, 49, 51, 81], "\u0644\u0623\u062d\u062f\u0627\u062b": 41, "\u0644\u0623\u062f\u0648\u0627\u062a": 48, "\u0644\u0623\u0646": [20, 26, 31], "\u0644\u0623\u0646\u0643": 26, "\u0644\u0623\u0646\u0647": [26, 82], "\u0644\u0623\u0648\u0644": 41, "\u0644\u0623\u064a": [26, 41], "\u0644\u0625\u062f\u0627\u0631\u0629": 43, "\u0644\u0625\u0636\u0627\u0641\u0629": 20, "\u0644\u0625\u0639\u062f\u0627\u062f": 41, "\u0644\u0625\u0639\u062f\u0627\u062f\u0647": 45, "\u0644\u0625\u0641\u0633\u0627\u062d": 24, "\u0644\u0625\u0646\u0634\u0627\u0621": [20, 26, 28, 35, 41], "\u0644\u0625\u0646\u0647\u0627\u0621": [39, 45], "\u0644\u0627": [20, 24, 26, 28, 33, 35, 39, 41, 47, 49, 51, 80, 82], "\u0644\u0627\u0628\u062a\u062f\u0627\u0621": 48, "\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a": 20, "\u0644\u0627\u062d\u0642\u0627": 41, "\u0644\u0627\u062d\u0642\u0629": 41, "\u0644\u0627\u0632\u0645\u0629": 45, "\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645": 20, "\u0644\u0627\u0633\u062a\u0639\u0627\u062f\u0629": [26, 39], "\u0644\u0627\u0633\u062a\u0639\u0631\u0627\u0636": 41, "\u0644\u0627\u0633\u062a\u0639\u0645\u0627\u0644": 20, "\u0644\u0627\u0633\u0645": 37, "\u0644\u0627\u0641\u062a\u0629": 26, "\u0644\u0627\u0646\u062a\u0647\u0627\u0621": 35, "\u0644\u0628\u0631\u0645\u062c\u0629": 20, "\u0644\u0629": 28, "\u0644\u062a\u0623\u0643\u064a\u062f": 41, "\u0644\u062a\u062b\u0628\u064a\u062a\u0647": 20, "\u0644\u062a\u062c\u0627\u0648\u0632": 33, "\u0644\u062a\u062d\u0631\u064a\u0631": 41, "\u0644\u062a\u062d\u0645\u064a\u0644\u0627\u062a": 31, "\u0644\u062a\u062e\u0632\u064a\u0646": [24, 82], "\u0644\u062a\u062e\u0637": 24, "\u0644\u062a\u0631\u0627\u0647\u0627": 20, "\u0644\u062a\u0633\u062c\u064a\u0644": 26, "\u0644\u062a\u0633\u0647\u064a\u0644": 80, "\u0644\u062a\u0634\u063a\u064a\u0644": 20, "\u0644\u062a\u0634\u0641\u064a\u0631": 26, "\u0644\u062a\u0636\u0645\u064a\u0646": 41, "\u0644\u062a\u0637\u0628\u064a\u0642": 41, "\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a": 41, "\u0644\u062a\u0639\u0637\u064a\u0644": 26, "\u0644\u062a\u0639\u0645\u0644": 26, "\u0644\u062a\u0639\u064a\u064a\u0646": [20, 41], "\u0644\u062a\u063a\u064a\u064a\u0631": [20, 37], "\u0644\u062a\u0642\u0648\u064a\u0645": [41, 46], "\u0644\u062a\u0642\u0648\u064a\u0645\u0643": [41, 48], "\u0644\u062a\u0646\u0632\u064a\u0644\u0647\u0627": 39, "\u0644\u062a\u0646\u0635\u064a\u0628\u0647": 20, "\u0644\u062a\u0646\u0641\u064a\u0630": 20, "\u0644\u062a\u0648\u0635\u064a\u0644": 20, "\u0644\u062a\u0648\u0641\u064a\u0631": [20, 48], "\u0644\u062c\u0639\u0644": 20, "\u0644\u062c\u0639\u0644\u0647\u0627": 41, "\u0644\u062c\u0645\u064a\u0639": 53, "\u0644\u062c\u0647\u0627\u062a": [45, 46], "\u0644\u062c\u0647\u0629": 20, "\u0644\u062d\u0627\u0644\u0629": 20, "\u0644\u062d\u062c\u0632": 41, "\u0644\u062d\u062c\u0645": 33, "\u0644\u062d\u062f\u062b\u0643": 41, "\u0644\u062d\u0633\u0627\u0628\u0643": 26, "\u0644\u062d\u0636\u0648\u0631\u0647": 41, "\u0644\u062d\u0641\u0638": 20, "\u0644\u062d\u0645\u0627\u064a\u0629": 81, "\u0644\u062e\u0627\u062f\u0648\u0645": [20, 48], "\u0644\u062e\u0627\u062f\u0648\u0645\u0643": 20, "\u0644\u062f\u0639\u0648\u062a\u0647\u0645": 41, "\u0644\u062f\u0649": 35, "\u0644\u062f\u064a\u0643": [26, 41, 81], "\u0644\u062f\u064a\u0646\u0627": 80, "\u0644\u062f\u064a\u0647\u0627": 24, "\u0644\u062f\u064a\u0647\u0645": [26, 35, 41], "\u0644\u0630\u0627": [47, 80], "\u0644\u0630\u0644\u0643": [21, 24, 26], "\u0644\u0631\u0641\u0639": 20, "\u0644\u0632\u0645": [37, 48], "\u0644\u0636\u0628\u0637": 35, "\u0644\u0636\u0645\u0627\u0646": 24, "\u0644\u0637\u0644\u0628": 31, "\u0644\u0639\u062f\u062f": 41, "\u0644\u0639\u0645\u0644\u064a\u0629": 37, "\u0644\u063a\u0629": 82, "\u0644\u0640": 35, "\u0644\u0641\u0635\u0644": 54, "\u0644\u0641\u0643": 26, "\u0644\u0642\u0627\u0621": 41, "\u0644\u0642\u0637\u0639": 54, "\u0644\u0643": [20, 28, 35, 41, 47], "\u0644\u0643\u0644": [24, 41], "\u0644\u0643\u0644\u0645\u0629": 26, "\u0644\u0643\u0645": 80, "\u0644\u0643\u0646": [24, 26, 35, 41], "\u0644\u0643\u0646\u0643": 41, "\u0644\u0644\u0622\u062e\u0631\u064a\u0646": [24, 35], "\u0644\u0644\u0623\u0633\u0628\u0648\u0639": 82, "\u0644\u0644\u0623\u0634\u062e\u0627\u0635": 41, "\u0644\u0644\u0625\u062f\u062e\u0627\u0644": 28, "\u0644\u0644\u0627\u062a\u0635\u0627\u0644": 20, "\u0644\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [20, 80], "\u0644\u0644\u0627\u0646\u062a\u0642\u0627\u0644": 35, "\u0644\u0644\u0628\u062d\u062b": 46, "\u0644\u0644\u062a\u0623\u0643\u062f": 20, "\u0644\u0644\u062a\u0623\u0643\u064a\u062f": 41, "\u0644\u0644\u062a\u0627\u0644\u064a": 41, "\u0644\u0644\u062a\u062d\u0636\u064a\u0631": 41, "\u0644\u0644\u062a\u062d\u0642\u0642": 41, "\u0644\u0644\u062a\u062d\u0645\u064a\u0644": 29, "\u0644\u0644\u062a\u062e\u0641\u064a\u0641": 80, "\u0644\u0644\u062a\u0631\u0627\u062c\u0639": 35, "\u0644\u0644\u062a\u0634\u0641\u064a\u0631": 26, "\u0644\u0644\u062a\u0637\u0628\u064a\u0642": 41, "\u0644\u0644\u062a\u0639\u0631\u0641": [20, 26], "\u0644\u0644\u062a\u0639\u064a\u064a\u0646": 20, "\u0644\u0644\u062a\u0641\u0627\u0647\u0645": 41, "\u0644\u0644\u062a\u0642\u0648\u064a\u0645": 41, "\u0644\u0644\u062a\u0648\u0635\u064a\u0644": 20, "\u0644\u0644\u062c\u0645\u064a\u0639": [6, 53], "\u0644\u0644\u062d\u0627\u0636\u0631\u064a\u0646": 41, "\u0644\u0644\u062d\u062c\u0632": 41, "\u0644\u0644\u062d\u0633\u0627\u0628": 47, "\u0644\u0644\u062d\u0635\u0648\u0644": [20, 35, 51, 80], "\u0644\u0644\u062d\u0636\u0648\u0631": 41, "\u0644\u0644\u062e\u0627\u062f\u0648\u0645": [20, 45], "\u0644\u0644\u062e\u0631\u0648\u062c": 26, "\u0644\u0644\u062e\u0644\u0641\u064a\u0629": 80, "\u0644\u0644\u062e\u0648\u0627\u062f\u0645": 20, "\u0644\u0644\u062f\u062e\u0648\u0644": [26, 51], "\u0644\u0644\u062f\u0644\u0627\u0644\u0629": 41, "\u0644\u0644\u0631\u0627\u063a\u0628\u064a\u0646": 41, "\u0644\u0644\u0633\u0645\u0627\u062d": 35, "\u0644\u0644\u0634\u062e\u0635": 41, "\u0644\u0644\u0636\u0628\u0637": 35, "\u0644\u0644\u0639\u0631\u0636": 41, "\u0644\u0644\u0639\u0637\u0644\u0627\u062a": 41, "\u0644\u0644\u0639\u0645\u0644": 48, "\u0644\u0644\u0641\u0627\u0631\u0629": 35, "\u0644\u0644\u0642\u0631\u0627\u0621\u0629": [20, 35, 41], "\u0644\u0644\u0643\u062a\u0627\u0628\u0629": 41, "\u0644\u0644\u0645": 35, "\u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a": 53, "\u0644\u0644\u0645\u0627\u0644\u0643": 20, "\u0644\u0644\u0645\u0631\u0629": 26, "\u0644\u0644\u0645\u0632\u0627\u0645\u0646\u0629": 20, "\u0644\u0644\u0645\u0633\u0627\u062d\u0629": 24, "\u0644\u0644\u0645\u0633\u0627\u0639\u062f\u0629": 80, "\u0644\u0644\u0645\u0633\u062a\u062e\u062f": 28, "\u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645": [35, 39, 82], "\u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": [31, 41], "\u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": 26, "\u0644\u0644\u0645\u0634\u0631\u0641": 26, "\u0644\u0644\u0645\u0644\u0641\u0627\u062a": [24, 33, 35], "\u0644\u0644\u0645\u0646\u0638\u0645": 41, "\u0644\u0644\u0645\u0647\u0627\u0645": [45, 46], "\u0644\u0644\u0645\u0648\u0631\u062f": 41, "\u0644\u0644\u0646\u0633\u062e\u0629": 39, "\u0644\u0644\u0648\u062d\u0627\u062a": 43, "\u0644\u0644\u0648\u0635\u0648\u0644": [20, 80, 82], "\u0644\u0644\u064a\u0648\u0645": 41, "\u0644\u0645": [20, 21, 25, 26, 41, 45, 48, 82], "\u0644\u0645\u0627\u0644\u0643": [26, 33, 35], "\u0644\u0645\u062c\u0644\u062f": [29, 33], "\u0644\u0645\u062f\u0629": 24, "\u0644\u0645\u0631\u0629": 81, "\u0644\u0645\u0632\u0627\u0645\u0646\u0629": [20, 53], "\u0644\u0645\u0632\u0627\u0645\u0646\u062a\u0647\u0627": 45, "\u0644\u0645\u0632\u064a\u062f": [24, 33, 37], "\u0644\u0645\u0633\u062a\u062e\u062f\u0645": 41, "\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": 33, "\u0644\u0645\u0633\u062a\u0639\u0645\u0644\u064a": 20, "\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": [26, 35], "\u0644\u0645\u0634\u0631\u0641": 24, "\u0644\u0645\u0639\u0631\u0641\u0629": [24, 35, 41], "\u0644\u0645\u0639\u0638\u0645": 48, "\u0644\u0645\u0642\u062f\u0645\u064a": 26, "\u0644\u0645\u0643\u0627\u0646": 41, "\u0644\u0645\u0644\u0627\u0621\u0645\u0629": 80, "\u0644\u0645\u0644\u0641": 20, "\u0644\u0645\u0646": 35, "\u0644\u0645\u0646\u0638\u0645": 41, "\u0644\u0645\u0646\u0639": [24, 35], "\u0644\u0645\u0648\u0639\u062f": 41, "\u0644\u0646": [24, 26, 41, 51], "\u0644\u0646\u0638\u0627\u0645": [20, 25], "\u0644\u0646\u0642\u0637\u0629": 20, "\u0644\u0646\u0642\u0644": 20, "\u0644\u0646\u0642\u0644\u0647": 37, "\u0644\u0646\u0643\u0633\u062a": [20, 35, 51, 53, 82], "\u0644\u0647": 41, "\u0644\u0647\u0630\u0627": [39, 47, 48], "\u0644\u0647\u0645": 41, "\u0644\u0647\u0648\u064a\u062a\u0643": 81, "\u0644\u0648\u062d\u0629": [6, 20], "\u0644\u0648\u0646": 80, "\u0644\u064a\u062a\u0645": 41, "\u0644\u064a\u0633": [24, 26, 31, 41], "\u0644\u064a\u0639\u0631\u0641": 41, "\u0645": [6, 20, 26, 28, 35, 37, 45, 47, 51, 53, 80, 82], "\u0645\u0624\u0634\u0631": 20, "\u0645\u0624\u0642\u062a": 20, "\u0645\u0624\u0645\u0646": 20, "\u0645\u0627": [20, 28, 35, 41, 47, 81, 82], "\u0645\u0627\u062f\u064a": 81, "\u0645\u0627\u0644\u0643": [26, 33, 41], "\u0645\u0627\u0644\u0643\u0648": 26, "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641": 20, "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a": 83, "\u0645\u0628\u0627\u0634\u0631\u0629": [26, 28, 35, 41], "\u0645\u0628\u0646\u064a": 81, "\u0645\u0629": 6, "\u0645\u062a\u0627\u062d": 20, "\u0645\u062a\u0627\u062d\u0629": [41, 46], "\u0645\u062a\u0628\u0648\u0639\u0627": 20, "\u0645\u062a\u062c\u0631": 45, "\u0645\u062a\u0632\u0627\u0645\u0646\u0629": 20, "\u0645\u062a\u0635\u0641\u062d": 6, "\u0645\u062a\u0635\u0641\u062d\u0643": 20, "\u0645\u062a\u0637\u0627\u0628\u0642\u062a\u0627\u0646": 26, "\u0645\u062a\u0637\u0644\u0628\u0627\u062a": 6, "\u0645\u062a\u0639\u062f\u062f\u0629": 35, "\u0645\u062a\u063a\u064a\u0631\u0627\u062a": 31, "\u0645\u062a\u0641\u0631\u063a": 41, "\u0645\u062a\u0641\u0631\u063a\u0627": 41, "\u0645\u062a\u0643\u0631\u0631": 41, "\u0645\u062a\u0646\u0648\u0639\u0629": 81, "\u0645\u062a\u0648\u0627\u0641\u0642": [41, 53], "\u0645\u062a\u0649": 41, "\u0645\u062b\u0627\u0644": 41, "\u0645\u062b\u0644": [20, 33, 35, 41, 51, 81], "\u0645\u062b\u0644\u0627": [47, 51, 81], "\u0645\u062c\u0627\u0646\u064a": 80, "\u0645\u062c\u062a\u0645\u0639": 20, "\u0645\u062c\u062f": 26, "\u0645\u062c\u0644\u062f": [29, 33, 35, 37, 41, 53], "\u0645\u062c\u0644\u062f\u0627\u062a": 35, "\u0645\u062c\u0645\u0648\u0639\u0627\u062a": [26, 33], "\u0645\u062c\u0645\u0648\u0639\u0629": [43, 80, 81], "\u0645\u062c\u0645\u0648\u0639\u062a\u0643": 82, "\u0645\u062c\u0647\u0648\u0644\u0629": [23, 30], "\u0645\u062d\u0627\u062f\u062b\u0627\u062a": 35, "\u0645\u062d\u0627\u062f\u062b\u0629": 35, "\u0645\u062d\u0627\u0648\u0644\u0627\u062a": 41, "\u0645\u062d\u0627\u0648\u0644\u0629": 48, "\u0645\u062d\u062a\u0633\u0628\u0629": 33, "\u0645\u062d\u062a\u0648\u064a\u0627\u062a": [35, 41], "\u0645\u062d\u062c\u0648\u0632": 41, "\u0645\u062d\u062f\u062f\u0629": 41, "\u0645\u062d\u0631\u0631": 20, "\u0645\u062d\u0631\u0643": [20, 41], "\u0645\u062d\u0633\u0648\u0628\u0629": 33, "\u0645\u062d\u0644\u064a": 20, "\u0645\u062d\u0645\u0648\u0644\u0629": 41, "\u0645\u062d\u0648": 41, "\u0645\u062d\u0648\u0647\u0627": 20, "\u0645\u062e\u062a\u0644\u0641": 20, "\u0645\u062e\u062a\u0644\u0641\u0629": [20, 35], "\u0645\u062e\u062a\u0644\u0641\u064a\u0646": 81, "\u0645\u062e\u0632\u0646\u0629": [6, 26], "\u0645\u062e\u0635\u0635": [20, 41], "\u0645\u062f\u062a\u0647\u0627": 41, "\u0645\u062f\u064a\u0631": 46, "\u0645\u0631\u0626\u064a": 47, "\u0645\u0631\u0626\u064a\u0629": [35, 46], "\u0645\u0631\u0628\u0639": [20, 28, 41, 51], "\u0645\u0631\u0628\u0639\u0627\u062a": 46, "\u0645\u0631\u0629": [20, 24, 26, 39, 41, 45, 51], "\u0645\u0631\u0648\u0631": [20, 35, 51], "\u0645\u0631\u0648\u0631\u0643": [26, 51, 82], "\u0645\u0632\u0627\u0645\u0646\u0629": [20, 41, 45, 48, 49, 51, 53], "\u0645\u0632\u0627\u0645\u0646\u062a\u0647": [41, 45, 48], "\u0645\u0632\u0627\u0645\u0646\u062a\u0647\u0627": [45, 48, 53], "\u0645\u0632\u0648\u062f": 26, "\u0645\u0632\u064a\u062f": [20, 41], "\u0645\u0633\u0627\u062d\u0629": [24, 33, 39], "\u0645\u0633\u0627\u0631": [20, 48], "\u0645\u0633\u0628\u0642": 41, "\u0645\u0633\u0628\u0642\u0627": 35, "\u0645\u0633\u0628\u0642\u0629": 20, "\u0645\u0633\u062a\u062c\u064a\u0628\u0629": 80, "\u0645\u0633\u062a\u062d\u0633\u0646": 20, "\u0645\u0633\u062a\u062e\u062f": 35, "\u0645\u0633\u062a\u062e\u062f\u0645": [20, 24, 26, 41], "\u0645\u0633\u062a\u062e\u062f\u0645\u0648": [35, 41], "\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646": 35, "\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646": [26, 28, 35, 41], "\u0645\u0633\u062a\u0634\u0643\u0641": 20, "\u0645\u0633\u062a\u0642\u0644": [25, 41, 82], "\u0645\u0633\u062a\u0643\u0634\u0641": 20, "\u0645\u0633\u062a\u0646\u062f\u0627\u062a": 46, "\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646": 41, "\u0645\u0633\u062a\u0648\u0649": [35, 41], "\u0645\u0633\u062c\u0644\u064a\u0646": 41, "\u0645\u0633\u062d\u0647": 81, "\u0645\u0634\u0627\u0628\u0647": 41, "\u0645\u0634\u0627\u0628\u0647\u0627": 41, "\u0645\u0634\u0627\u0631\u0643\u0627\u062a": [20, 28, 45], "\u0645\u0634\u0627\u0631\u0643\u0629": [6, 20, 28, 33, 53], "\u0645\u0634\u0627\u0631\u0643\u062a\u0643": [28, 41], "\u0645\u0634\u0627\u0631\u0643\u062a\u0647": [26, 35, 41], "\u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627": [21, 24, 33, 43, 53], "\u0645\u0634\u062a\u0631\u0643": [20, 35], "\u0645\u0634\u062a\u0631\u0643\u0629": 24, "\u0645\u0634\u0631\u0641": [21, 26, 31, 41, 82], "\u0645\u0634\u0631\u0641\u0627": 82, "\u0645\u0634\u0631\u0641\u0643": [31, 41], "\u0645\u0634\u063a\u0648\u0644": 41, "\u0645\u0634\u063a\u0648\u0644\u0627": 41, "\u0645\u0634\u0643\u0644\u0627\u062a": 80, "\u0645\u0634\u0643\u0644\u0629": [26, 80], "\u0645\u0635\u0627\u062f\u0631": 48, "\u0645\u0635\u0637\u0644\u062d": [41, 46], "\u0645\u0635\u0645\u0645": [20, 80], "\u0645\u0636\u0645\u0646": [20, 46], "\u0645\u0637\u0627\u0644\u0639\u0629": 43, "\u0645\u0637\u0644\u0642\u0627": 26, "\u0645\u0637\u0644\u0648\u0628\u0629": 47, "\u0645\u0638\u0647\u0631": 80, "\u0645\u0639": [6, 20, 22, 24, 26, 28, 29, 30, 31, 41, 43, 53, 54], "\u0645\u0639\u0627": 41, "\u0645\u0639\u0627\u064a\u0646\u0629": 41, "\u0645\u0639\u0627\u064a\u0646\u062a\u0647\u0627": 21, "\u0645\u0639\u062f\u0644": [41, 48], "\u0645\u0639\u0631": 26, "\u0645\u0639\u0631\u0641\u0629": 20, "\u0645\u0639\u0631\u0648\u0641": 81, "\u0645\u0639\u0637\u0644\u0627": 20, "\u0645\u0639\u0637\u0644\u0629": 20, "\u0645\u0639\u0642\u062f": 24, "\u0645\u0639\u0643": [24, 33], "\u0645\u0639\u0644\u0648\u0645\u0627\u062a": [20, 41], "\u0645\u0639\u0647": [24, 35], "\u0645\u0639\u0647\u0627": [20, 41], "\u0645\u0639\u0647\u0645": [26, 35], "\u0645\u0639\u064a\u0627\u0631": 41, "\u0645\u0639\u064a\u0646": 41, "\u0645\u0639\u064a\u0646\u0629": 39, "\u0645\u0641\u0627\u062a\u064a\u062d": [33, 49], "\u0645\u0641\u0627\u062a\u064a\u062d\u0643": 26, "\u0645\u0641\u062a\u0627\u062d": [28, 46, 81], "\u0645\u0641\u062a\u0627\u062d\u0643": 26, "\u0645\u0641\u062a\u0648\u062d": [20, 53], "\u0645\u0641\u064a\u062f": [20, 31], "\u0645\u0642\u0627\u0628\u0644": 33, "\u0645\u0642\u0628\u0648\u0644": 41, "\u0645\u0642\u064a\u062f\u0627": 31, "\u0645\u0642\u064a\u062f\u0629": 81, "\u0645\u0643\u0627\u0644\u0645\u0629": 80, "\u0645\u0643\u0627\u0646": [20, 41, 46], "\u0645\u0643\u062a\u0628": [6, 43, 53], "\u0645\u0643\u062a\u0628\u0643": 20, "\u0645\u0643\u0646": 26, "\u0645\u0643\u0646\u0643": [28, 41], "\u0645\u0644\u0627\u062d\u0638\u0629": [35, 41, 51], "\u0645\u0644\u0641": [20, 24, 35, 37, 46, 53], "\u0645\u0644\u0641\u0627": 37, "\u0645\u0644\u0641\u0627\u062a": [22, 28, 30, 33, 35, 41, 46], "\u0645\u0644\u0641\u0627\u062a\u0643": [20, 21, 24, 26], "\u0645\u0644\u0641\u0643": [6, 26, 41], "\u0645\u0645": 43, "\u0645\u0645\u0627": [20, 28, 31, 35, 41], "\u0645\u0646": [6, 24, 28, 31, 33, 35, 37, 39, 41, 43, 45, 47, 48, 49, 51, 53, 54, 80], "\u0645\u0646\u0627\u0632\u0644\u0647\u0645": 53, "\u0645\u0646\u062d": 45, "\u0645\u0646\u062d\u0647": 35, "\u0645\u0646\u0635": 41, "\u0645\u0646\u0638\u0645": 41, "\u0645\u0646\u0641\u0635\u0644\u0629": 41, "\u0645\u0646\u0647": [26, 37], "\u0645\u0646\u0647\u0627": [21, 45], "\u0645\u0646\u0647\u0645": 41, "\u0645\u0646\u0647\u0645\u0627": 47, "\u0645\u0647\u0627\u0645": 41, "\u0645\u0647\u0644\u0629": 41, "\u0645\u0647\u0645\u0629": 20, "\u0645\u0647\u0645\u0644\u0627\u062a\u0643": [33, 41], "\u0645\u0647\u0645\u0644\u0627\u062a\u0647": 24, "\u0645\u0647\u0645\u0644\u0627\u062a\u0647\u0645": 24, "\u0645\u0648\u0627\u0631\u062f": 41, "\u0645\u0648\u0627\u0639\u064a\u062f\u0643": 41, "\u0645\u0648\u062b\u0642\u0629": [20, 25], "\u0645\u0648\u0631\u062f": [41, 48], "\u0645\u0648\u0636\u062d": [41, 47], "\u0645\u0648\u0636\u0648\u0639": 41, "\u0645\u0648\u0639\u062f": 48, "\u0645\u0648\u0639\u062f\u0647": 41, "\u0645\u0648\u0642\u0639\u0629": 20, "\u0645\u0648\u0642\u0639\u0646\u0627": 43, "\u0645\u0648\u0646": 35, "\u0645\u064a\u0632\u0629": 26, "\u0645\u064a\u063a\u0627": 31, "\u0645\u064a\u0644\u0627\u062f": 41, "\u0646": [6, 20, 35, 41, 80], "\u0646\u0627\u062c\u062d\u0627": 41, "\u0646\u0627\u0641\u0630\u0629": [20, 45], "\u0646\u0627\u0642\u0634": 41, "\u0646\u0629": [6, 22, 30, 35], "\u0646\u062a": 37, "\u0646\u0632\u0648\u0644\u0627": 20, "\u0646\u0633\u062a\u062e\u062f\u0645": 41, "\u0646\u0633\u062e": [24, 41], "\u0646\u0633\u062e\u0629": 24, "\u0646\u0633\u0643\u062a": 20, "\u0646\u0633\u064a\u0627\u0646\u0647": 26, "\u0646\u0634": 81, "\u0646\u0634\u0626\u0648\u0627": 26, "\u0646\u0635\u064a\u0629": 81, "\u0646\u0637\u0627\u0642": 47, "\u0646\u0637\u0627\u0642\u0643": [20, 47], "\u0646\u0638": 41, "\u0646\u0638\u0627\u0645": 20, "\u0646\u0638\u0627\u0645\u0643": 21, "\u0646\u0638\u0631": [20, 26, 31], "\u0646\u0638\u0631\u0629": 47, "\u0646\u0639\u0645": 26, "\u0646\u0641\u0633": [20, 41], "\u0646\u0641\u0633\u0643": 20, "\u0646\u0641\u0633\u0647": 80, "\u0646\u0641\u0633\u0647\u0627": 41, "\u0646\u0641\u0642": 20, "\u0646\u0642\u0627\u0634": 41, "\u0646\u0642\u0631\u0629": 41, "\u0646\u0642\u0644": [24, 37, 41], "\u0646\u0642\u0644\u0647": 24, "\u0646\u0642\u0644\u0647\u0627": 24, "\u0646\u0643\u0633\u062a": [6, 21, 22, 24, 26, 28, 29, 30, 31, 39, 41, 43, 46, 48, 49, 51, 80, 81, 82], "\u0646\u0645\u0648\u0630\u062c": 41, "\u0646\u0647\u0627\u0626\u064a": [24, 41], "\u0646\u0647\u0627\u064a\u0629": [20, 41, 80], "\u0646\u0648\u0635\u064a": [20, 25, 31], "\u0646\u0648\u0639": 20, "\u0646\u0648\u0641\u0631": 80, "\u0647": [28, 51, 81], "\u0647\u0627\u062a\u0641\u0643": [45, 81], "\u0647\u0630\u0627": [20, 24, 28, 31, 35, 39, 41, 46, 48, 80], "\u0647\u0630\u0647": [20, 21, 24, 26, 28, 31, 35, 41, 43, 51, 82], "\u0647\u0631\u0645\u064a\u0629": 35, "\u0647\u0644": 20, "\u0647\u0645": 35, "\u0647\u0646\u0627\u0643": 41, "\u0647\u0646\u0627\u0644\u0643": [41, 45], "\u0647\u0648": [20, 26, 28, 41, 43, 47, 80, 81], "\u0647\u064a": [20, 26, 33, 41, 81], "\u0647\u064a\u0643\u0644\u064a\u0629": 26, "\u0648": [6, 20, 22, 24, 26, 28, 29, 30, 31, 33, 37, 43, 46, 47, 48, 51, 53, 82], "\u0648\u0625\u062f\u0627\u0631\u0629": 82, "\u0648\u0625\u062f\u062e\u0627\u0644": 46, "\u0648\u0625\u0630\u0627": 48, "\u0648\u0625\u0635\u0644\u0627\u062d\u0647\u0627": 47, "\u0648\u0625\u064a\u0627\u0628": 41, "\u0648\u0627\u062c\u0647\u0627\u062a": 43, "\u0648\u0627\u062c\u0647\u0629": [21, 26, 41, 80], "\u0648\u0627\u062c\u0647\u062a": 20, "\u0648\u0627\u062d\u062f": [20, 41, 53], "\u0648\u0627\u062d\u062f\u0629": [39, 41, 81], "\u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629": [6, 53, 81], "\u0648\u0627\u0644\u0623\u0634\u062e\u0627\u0635": 41, "\u0648\u0627\u0644\u0625\u0644\u063a\u0627\u0621\u0627\u062a": 41, "\u0648\u0627\u0644\u062a\u0635\u063a\u064a\u0631": 80, "\u0648\u0627\u0644\u062a\u0642\u0648\u064a\u0645": 47, "\u0648\u0627\u0644\u0630\u064a": 26, "\u0648\u0627\u0644\u0633\u0637\u0648\u0639": 80, "\u0648\u0627\u0644\u0634\u0631\u064a\u0637": 80, "\u0648\u0627\u0644\u0643\u062a\u0627\u0628\u0629": 20, "\u0648\u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": [26, 37], "\u0648\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a": 35, "\u0648\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0627\u062a": 35, "\u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062a": 33, "\u0648\u0627\u0644\u0645\u0646\u0641\u0630": 47, "\u0648\u0627\u0644\u0645\u0648\u0627\u0631\u062f": 41, "\u0648\u0628": 21, "\u0648\u062a\u062d\u0631\u064a\u0631\u0647\u0627": 33, "\u0648\u062a\u0639\u0637\u064a\u0644": 26, "\u0648\u062a\u0643\u0648\u064a\u0646\u0647": 49, "\u0648\u062b\u0627\u0626\u0642": [20, 35], "\u0648\u062c\u0639\u0644\u0647\u0627": 26, "\u0648\u062c\u0647\u0627\u062a": 48, "\u0648\u062c\u0648\u062f": [26, 41], "\u0648\u062d\u062f\u0627\u062a": 26, "\u0648\u062d\u062f\u0647\u0645": 26, "\u0648\u0630\u0627\u0643\u0631\u0629": 33, "\u0648\u0631": 41, "\u0648\u0633\u062a\u062a\u0645": 53, "\u0648\u0633\u064a\u0639\u0631\u0636": 81, "\u0648\u0635\u0641": 41, "\u0648\u0635\u0644": 41, "\u0648\u0635\u0648\u0644": 20, "\u0648\u0636": 24, "\u0648\u0636\u0639": 20, "\u0648\u0636\u0639\u0647": 24, "\u0648\u0636\u0648\u062d\u0647\u0627": 80, "\u0648\u0638\u064a\u0641\u0629": 29, "\u0648\u0639\u0644\u0649": 28, "\u0648\u0639\u0646\u0648\u0627\u0646": 28, "\u0648\u063a\u064a\u0631": 20, "\u0648\u0641": [41, 53], "\u0648\u0641\u0642": 39, "\u0648\u0642": 49, "\u0648\u0642\u062a": [24, 28, 41], "\u0648\u0642\u0648\u0639": 41, "\u0648\u0642\u064a\u0645\u0629": 20, "\u0648\u0644\u0627": 20, "\u0648\u0644\u0643\u0646": [26, 33], "\u0648\u0644\u0643\u0646\u0643": 45, "\u0648\u0644\u064a\u0633": 24, "\u0648\u0645\u0632\u0627\u0645\u0646\u062a\u0647\u0627": 53, "\u0648\u0645\u0639": 41, "\u0648\u0645\u0648\u0627\u0631\u062f": 48, "\u0648\u0646\u062f\u0648\u0632": 51, "\u0648\u064a\u0636\u0639": 28, "\u0648\u064a\u0644\u0632\u0645": 20, "\u0648\u064a\u0645\u0643\u0646": 81, "\u0648\u064a\u0645\u0643\u0646\u0643": 47, "\u0648\u064a\u0645\u0643\u0646\u0647\u0645": 41, "\u0649": [6, 35, 54, 82], "\u064a": [6, 20, 24, 26, 28, 35, 37, 41, 47, 53, 54, 80, 82], "\u064a\u0623\u062a\u064a": [41, 48], "\u064a\u0624\u062f\u064a": [28, 35, 41], "\u064a\u0624\u0643\u062f": 41, "\u064a\u062a\u062c\u0627\u0648\u0632": 20, "\u064a\u062a\u062d\u0642\u0642": 24, "\u064a\u062a\u0633\u0628\u0628": 28, "\u064a\u062a\u0637\u0644\u0628": [20, 31], "\u064a\u062a\u0639\u0630": 20, "\u064a\u062a\u063a\u064a\u0631": [28, 81], "\u064a\u062a\u0643\u0631\u0631": 41, "\u064a\u062a\u0644\u0642\u0648\u0646": 41, "\u064a\u062a\u0644\u0642\u0649": [35, 37], "\u064a\u062a\u0645": [20, 24, 26, 29, 31, 33, 35, 37, 39, 41, 46, 48, 80], "\u064a\u062a\u0645\u0643\u0646": [26, 41, 82], "\u064a\u062a\u0645\u0643\u0646\u0648\u0627": 26, "\u064a\u062a\u0648\u062c\u0628": 41, "\u064a\u062a\u0648\u0641\u0631": 26, "\u064a\u062a\u064a\u062d": 20, "\u064a\u062c\u0628": [20, 26, 41, 45, 46, 49, 51, 81], "\u064a\u062c\u062f": 37, "\u064a\u062c\u0639\u0644": 20, "\u064a\u062d\u0627\u0648\u0644\u0648\u0646": 26, "\u064a\u062d\u062a\u0627\u062c": [26, 28], "\u064a\u062d\u062a\u0641\u0638": 39, "\u064a\u062d\u062a\u0645\u0644": 41, "\u064a\u062d\u062a\u0648\u064a": [46, 80], "\u064a\u062d\u062c\u0632\u0647\u0627": 41, "\u064a\u062d\u062f\u062b": 26, "\u064a\u062d\u062f\u062f": 41, "\u064a\u062d\u0630\u0641": 24, "\u064a\u062d\u0630\u0641\u0647": 24, "\u064a\u062d\u0642": 41, "\u064a\u062e\u062a\u0644\u0641": 80, "\u064a\u062f\u0639\u0645": [20, 41, 49], "\u064a\u062f\u0639\u0648\u0643": 26, "\u064a\u062f\u0648\u064a": [20, 39, 45, 48], "\u064a\u062f\u0648\u064a\u0627": [24, 29], "\u064a\u0631\u062c\u0649": [26, 80], "\u064a\u0631\u064a\u062d": 80, "\u064a\u0632\u0627\u0644": [47, 80], "\u064a\u0632\u064a\u062f": [33, 80], "\u064a\u0633\u0627\u0639\u062f\u0643": 41, "\u064a\u0633\u0628\u0628\u0647\u0627": 80, "\u064a\u0633\u062a\u062e\u062f\u0645": 39, "\u064a\u0633\u062a\u062e\u062f\u0645\u0647": 26, "\u064a\u0633\u062a\u0637\u064a\u0639": 41, "\u064a\u0633\u062a\u0639\u0645\u0644": [20, 26], "\u064a\u0633\u062a\u063a\u0631\u0642": 48, "\u064a\u0633\u062c\u0644": 20, "\u064a\u0633\u0631\u062f": 45, "\u064a\u0633\u0645\u062d": [20, 41], "\u064a\u0634\u0627\u0631\u0643": 33, "\u064a\u0634\u062a\u0631\u0637": 51, "\u064a\u0634\u0645\u0644": 20, "\u064a\u0635\u0628\u062d": 24, "\u064a\u0635\u0641": 41, "\u064a\u0636\u064a\u0641": 41, "\u064a\u0637\u0644\u0628": 28, "\u064a\u0638\u0647\u0631": [20, 35], "\u064a\u0639": 35, "\u064a\u0639\u062a\u0645\u062f": 20, "\u064a\u0639\u062f": 26, "\u064a\u0639\u0631\u0636": [20, 37], "\u064a\u0639\u0631\u0636\u0648\u0646": 41, "\u064a\u0639\u0645\u0644": [26, 41, 46, 47, 81], "\u064a\u0639\u0648\u062f": 33, "\u064a\u063a\u064a\u0631": 26, "\u064a\u0641\u062a\u0631\u0636": 48, "\u064a\u0641\u0634\u0644": 20, "\u064a\u0641\u064a": 39, "\u064a\u0642\u0639": 41, "\u064a\u0642\u0648\u0645": [20, 26, 31, 41], "\u064a\u0642\u0648\u0645\u0648\u0646": 53, "\u064a\u0643\u062a\u0634\u0641": 45, "\u064a\u0643\u0646": [20, 26, 82], "\u064a\u0643\u0648\u0646": [20, 24, 33, 37, 41, 51, 81, 82], "\u064a\u0643\u0648\u0646\u0648\u0627": 35, "\u064a\u0644\u0632\u0645": [20, 41], "\u064a\u0644\u063a\u064a": 41, "\u064a\u0644\u064a": [20, 43, 47, 82], "\u064a\u0645\u062a\u0644\u0643": 21, "\u064a\u0645\u0643\u0646": [20, 24, 35, 41, 45, 46, 48, 51, 80, 81, 82], "\u064a\u0645\u0643\u0646\u0643": [20, 21, 26, 28, 29, 35, 39, 41, 43, 47, 48, 53, 54, 80, 81, 82], "\u064a\u0645\u0643\u0646\u0643\u0645": 80, "\u064a\u0645\u0643\u0646\u0645": 81, "\u064a\u0645\u0643\u0646\u0647": [6, 35], "\u064a\u0645\u0643\u0646\u0647\u0645": 26, "\u064a\u0646\u062a\u0647\u064a": [28, 41], "\u064a\u0646\u062c\u062d": 48, "\u064a\u0646\u0642\u0631": 41, "\u064a\u0647\u0645\u0643": 33, "\u064a\u0648\u0635\u0649": 20, "\u064a\u0648\u0636\u062d": 20, "\u064a\u0648\u0645": [24, 33, 39, 41], "\u064a\u0648\u0645\u0627": 39}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u0644\u0641\u0627\u062a \u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629", "\u0627\u0644\u0645\u064f\u0632\u0627\u0645\u064e\u0646\u0629 \u0645\u0639 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0648 \u0627\u0644\u0647\u0648\u0627\u062a\u0641", "Using server-side encryption", "Using external storage", "Using federation shares", "\u062a\u0645\u0643\u064a\u0646 \u0639\u0645\u0644\u064a\u0627\u062a \u0631\u0641\u0639 \u0645\u062c\u0647\u0648\u0644\u0629", "\u0627\u0644\u0645\u0644\u0641\u0627\u062a & \u0627\u0644\u062a\u0632\u0627\u0645\u0646", "\u0631\u0641\u0639 \u0645\u0644\u0641\u0627\u062a \u0643\u0628\u064a\u0631\u0629", "Managing your files", "\u0627\u0644\u062d\u0635\u0629 \u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629 Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0646\u0651\u064f\u0633\u064e\u062e Version Control", "Setting out-of-office messages", "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u0642\u0648\u064a\u0645 Calendar app", "Using the Contacts app", "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a Groupware", "Using the Mail app", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0623\u0646\u062f\u0631\u0648\u064a\u062f", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0646 \u0633\u0637\u062d \u0645\u0643\u062a\u0628 GNOME", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 iOS", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 Kontact \u0641\u064a KDE", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 macOS", "Synchronizing with Thunderbird", "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Windows 10", "Migrate data between instances", "\u0646\u0643\u0633\u062a \u0643\u0644\u0627\u0648\u062f nextcloud \u0627\u0644\u0625\u0635\u062f\u0627\u0631 35 \u062f\u0644\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 - \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0650\u0645\u0629", "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062a\u0635\u0644\u0629", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", ""\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629" Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", ""\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u062c\u0645\u064a\u0639" universal access", "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u062d\u0642\u0651\u064f\u0642 \u0627\u0644\u0645\u064f\u062b\u0646\u0651\u064e\u0649 \u0645\u0646 \u0627\u0644\u0647\u064f\u0648\u0650\u064a\u0651\u064e\u0629 two-factor authentication", "\u062a\u0639\u064a\u064a\u0646 \u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": [51, 81], "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 36, 80], "account": [19, 44], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "anoth": 44, "app": [0, 41, 42, 44, 75, 81], "appear": 55, "ar": 12, "archiv": 69, "assign": 36, "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": 60, "ban": 69, "basic": 7, "between": 52, "block": 44, "bodi": 44, "book": [42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "busi": 41, "calendar": [41, 44, 50, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 50], "context": 15, "continu": 12, "control": [39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": 52, "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [41, 44], "desktop": [13, 19, 60], "detail": 21, "detect": [27, 44], "devic": 38, "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 29, 32, 35, 36, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "how": [5, 12, 44], "i": [12, 26], "ic": 41, "icon": 19, "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": 44, "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "item": 42, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "known": 15, "kontact": 48, "languag": 12, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16], "linux": [7, 12, 14, 17], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "manag": [19, 32, 36, 41, 42, 44, 58, 62, 69], "manual": 42, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": 60, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 44], "multipl": 42, "my": 12, "nativ": 44, "nautilu": 20, "navig": [21, 83], "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 21, 53, 83], "note": 69, "notif": [0, 1, 41, 69], "offic": 40, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "particip": [60, 69], "password": 26, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "player": 21, "poll": 56, "possibl": 26, "prevent": 7, "prioriti": 44, "privaci": 69, "privat": [26, 69], "profil": 83, "progress": 41, "project": 5, "propos": 41, "provid": 15, "quick": 44, "quota": 33, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": 14, "respond": 41, "respons": 80, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 40, 44, 60, 72, 76, 83], "setup": 14, "share": [15, 19, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "some": 12, "sort": 44, "space": 11, "speaker": 65, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": [27, 33], "stream": 0, "sub": 12, "subfold": 44, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 50], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": 44, "troubleshoot": [15, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 15, 19, 21, 26, 27, 28, 38, 42, 44, 50, 66], "usag": 8, "user": [12, 19, 41], "variabl": 11, "version": [14, 39], "via": 28, "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 51], "winscp": 20, "work": 12, "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 42, 44, 69, 81], "zoom": 80, "\u0622\u062e\u0631\u0648\u0646": 35, "\u0623": 81, "\u0623\u062c\u0647\u0632\u0629": 81, "\u0623\u062f\u0639": 41, "\u0623\u062f\u0648\u0627\u062a": 43, "\u0623\u0636": 41, "\u0623\u0639\u064a\u0627\u062f": 41, "\u0623\u0645\u0627\u0643\u0646": 41, "\u0623\u0646\u062f\u0631\u0648\u064a\u062f": 45, "\u0623\u0646\u0634": 41, "\u0623\u0648": [26, 41], "\u0623\u064a\u0642\u0648\u0646\u0627\u062a": 21, "\u0625\u062f\u0627\u0631\u0629": [24, 39, 41, 54], "\u0625\u0633\u062a\u0639\u0645\u0627\u0644": 81, "\u0625\u0633\u062a\u064a\u0631\u0627\u062f": 41, "\u0625\u0634\u062a": 41, "\u0625\u0634\u0643\u0627\u0644\u0627\u062a": 20, "\u0625\u0634\u0643\u0627\u0644\u064a": 20, "\u0625\u0635\u0644\u0627\u062d\u0647\u0627": 49, "\u0625\u0636\u0627\u0641\u0629": [35, 41], "\u0625\u0639\u062a\u0628\u0627\u0631\u0627\u062a": 81, "\u0625\u0639\u062f\u0627\u062f": [41, 81], "\u0625\u0643\u0628\u0633\u0644\u0648\u0631\u064a\u0631": 20, "\u0625\u0644\u0649": [20, 26, 35, 41], "\u0625\u0646\u0634\u0627\u0621": [20, 41], "\u0627\u062a": [20, 21, 41, 81], "\u0627\u062a\u0635\u0627\u0644": 47, "\u0627\u062f": 29, "\u0627\u0631": 81, "\u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a": 20, "\u0627\u0633\u062a\u062e\u062f\u0627\u0645": 81, "\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [26, 41], "\u0627\u0633\u062a\u0643\u0634\u0627\u0641": 49, "\u0627\u0633\u062a\u0646\u0633\u0627\u062e": 41, "\u0627\u0644": 45, "\u0627\u0644\u0623\u062c\u0647\u0632\u0629": 54, "\u0627\u0644\u0623\u062d\u062f\u0627\u062b": 41, "\u0627\u0644\u0623\u062e\u0631\u0649": 41, "\u0627\u0644\u0623\u0633\u0626\u0644\u0629": 26, "\u0627\u0644\u0623\u0639\u0637\u0627\u0644": 49, "\u0627\u0644\u0623\u0642\u0631\u0627\u0635": 20, "\u0627\u0644\u0623\u0648\u0627\u0645\u0631": 20, "\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a": 45, "\u0627\u0644\u0625\u0635\u062f\u0627\u0631": 53, "\u0627\u0644\u0625\u0639\u062f": 29, "\u0627\u0644\u0627\u062a": 51, "\u0627\u0644\u0627\u062a\u0635\u0627\u0644": [45, 48], "\u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629": 41, "\u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f": 26, "\u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643": 41, "\u0627\u0644\u062a\u0623\u0642\u0644\u0645": 80, "\u0627\u0644\u062a\u0627\u0644\u064a": 26, "\u0627\u0644\u062a\u062d\u0642": 81, "\u0627\u0644\u062a\u062e\u0632\u064a\u0646": 24, "\u0627\u0644\u062a\u062e\u0632\u064a\u0646\u064a\u0629": 33, "\u0627\u0644\u062a\u0630\u0643\u064a\u0631\u0627\u062a": 41, "\u0627\u0644\u062a\u0632\u0627\u0645\u0646": 30, "\u0627\u0644\u062a\u0634\u0641\u064a\u0631": 26, "\u0627\u0644\u062a\u0639\u0627\u0648\u0646\u064a": 43, "\u0627\u0644\u062a\u0642\u0648\u064a\u0645": [41, 45, 51], "\u0627\u0644\u062a\u0646\u0642": 80, "\u0627\u0644\u062a\u0648\u0627\u062c\u062f": 41, "\u0627\u0644\u062b\u064a\u0645\u0627\u062a": 80, "\u0627\u0644\u062c\u0648\u0627\u0628": 20, "\u0627\u0644\u062d\u0627\u0644\u0629": 21, "\u0627\u0644\u062d\u062f\u062b": 41, "\u0627\u0644\u062d\u0635\u0629": 33, "\u0627\u0644\u062d\u0635\u0635": 24, "\u0627\u0644\u062d\u0644": 20, "\u0627\u0644\u062e\u0627\u0635": [26, 29], "\u0627\u0644\u062e\u0627\u0635\u0629": 54, "\u0627\u0644\u062e\u0644\u0641\u064a\u0629": 26, "\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a": 41, "\u0627\u0644\u062f\u062e\u0648\u0644": 81, "\u0627\u0644\u0631\u0633\u0645\u064a\u0629": [20, 41], "\u0627\u0644\u0634\u0627\u0626\u0639\u0629": 26, "\u0627\u0644\u0634\u0627\u0634\u0629": 80, "\u0627\u0644\u0634\u062e\u0635\u064a": 82, "\u0627\u0644\u0639\u0627\u0645": 82, "\u0627\u0644\u0639\u0627\u0645\u0629": 20, "\u0627\u0644\u0639\u0637\u0644\u0627\u062a": 41, "\u0627\u0644\u0639\u0645\u0644": [41, 43], "\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646": 82, "\u0627\u0644\u0641\u064a\u062f\u064a\u0648": 21, "\u0627\u0644\u0644\u0642\u0627\u0621": 41, "\u0627\u0644\u0645": [25, 53, 80, 81], "\u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a": 54, "\u0627\u0644\u0645\u062a\u0635\u0644\u0629": 54, "\u0627\u0644\u0645\u062a\u0643\u0631\u0631\u0629": 41, "\u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a": 21, "\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629": 73, "\u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a": 6, "\u0627\u0644\u0645\u062d\u062c\u0648\u0632": 41, "\u0627\u0644\u0645\u062d\u0630\u0648\u0641\u0629": 24, "\u0627\u0644\u0645\u062d\u0644\u064a\u0629": 35, "\u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629": 20, "\u0627\u0644\u0645\u062e\u0637\u0637": 26, "\u0627\u0644\u0645\u0631\u0648\u0631": 54, "\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629": [45, 46, 47, 48, 49, 51], "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645": [26, 53], "\u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646": 41, "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a": 20, "\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629": 35, "\u0627\u0644\u0645\u0634\u0641\u0631\u0629": 26, "\u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d": 80, "\u0627\u0644\u0645\u0641\u062a\u0627\u062d": 26, "\u0627\u0644\u0645\u0643\u062a\u0628": [20, 25], "\u0627\u0644\u0645\u0644\u0641": 21, "\u0627\u0644\u0645\u0644\u0641\u0627\u062a": [20, 21, 24, 26, 29, 30, 45], "\u0627\u0644\u0645\u0645\u0643\u0646": 26, "\u0627\u0644\u0645\u0647\u0645\u0644\u0627\u062a": 41, "\u0627\u0644\u0645\u0648\u0627\u0631\u062f": 41, "\u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f": 41, "\u0627\u0644\u0645\u0648\u0639\u062f": 41, "\u0627\u0644\u0645\u064a\u0644\u0627\u062f": 41, "\u0627\u0644\u0646": [39, 45], "\u0627\u0644\u0646\u0642\u0627\u0644": 45, "\u0627\u0644\u0647": 81, "\u0627\u0644\u0647\u0627\u062a\u0641": 45, "\u0627\u0644\u0647\u0648\u0627\u062a\u0641": 25, "\u0627\u0644\u0648\u0628": 83, "\u0627\u0644\u0648\u0635\u0648\u0644": [20, 35, 80], "\u0628\u0625\u062f\u0627\u0631\u0629": 24, "\u0628\u0625\u0639\u062f\u0627\u062f": 49, "\u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645": [20, 26], "\u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644": [20, 80], "\u0628\u0627\u0644\u062a\u062d\u0642": 81, "\u0628\u0627\u0644\u062c\u0647\u0627\u0632": 54, "\u0628\u0627\u0644\u062d\u0636\u0648\u0631": 41, "\u0628\u062a\u063a\u064a\u064a\u0631": 26, "\u0628\u062f\u0648\u0646": [26, 45], "\u0628\u064a\u0627\u0646\u0627\u062a\u0643": 82, "\u0629": [29, 81], "\u062a\u062d\u062f\u064a\u062f": 21, "\u062a\u062d\u0643": 21, "\u062a\u0633\u062c\u064a\u0644": 26, "\u062a\u0633\u0645\u064a\u0629": 39, "\u062a\u0635\u062f\u064a\u0631": 41, "\u062a\u0636\u0645": 80, "\u062a\u0637\u0628\u064a\u0642": [24, 41, 45], "\u062a\u0637\u0628\u064a\u0642\u0627\u062a": [20, 81], "\u062a\u0639\u062f\u064a\u0644": 41, "\u062a\u0639\u0637\u064a\u0644": 26, "\u062a\u0639\u064a\u064a\u0646": [20, 41, 82], "\u062a\u063a\u064a\u064a\u0631": 54, "\u062a\u0641\u0636\u064a\u0644\u0627\u062a\u0643": 82, "\u062a\u0642\u0627\u0648\u064a\u0645": 41, "\u062a\u0642\u0627\u0648\u064a\u0645\u0643": 41, "\u062a\u0642\u0648\u064a\u0645": [41, 47], "\u062a\u0642\u064a\u064a\u062f": 82, "\u062a\u0643": 35, "\u062a\u0643\u0628\u064a\u0631": 80, "\u062a\u0645\u0643\u064a\u0646": 29, "\u062a\u0647\u064a\u0626\u0629": 41, "\u062b": 81, "\u062b\u0627\u0644\u062b": 20, "\u062b\u0646": 81, "\u062c\u062f\u0648\u0644": 6, "\u062c\u062f\u064a\u062f": 41, "\u062c\u062f\u064a\u062f\u0627": 41, "\u062c\u0647\u0627\u062a": [45, 47, 48, 51], "\u062d\u062c\u0632": 41, "\u062d\u062c\u0645": 80, "\u062d\u062f\u062b": 41, "\u062d\u062f\u062b\u0627": 41, "\u062d\u0630\u0641": [24, 39, 41], "\u062d\u0633\u0627\u0628\u0627\u062a\u0643": 49, "\u062d\u0648\u0644": 26, "\u062e": 39, "\u062e\u0627\u0635": 35, "\u062f\u062e\u0648\u0644": 26, "\u062f\u0641\u062a\u0631": 82, "\u062f\u0644\u064a\u0644": 53, "\u0631": 41, "\u0631\u0624\u064a\u0629": 82, "\u0631\u0641": 41, "\u0631\u0641\u0639": [29, 31], "\u0631\u0648\u0627\u0628\u0637": 35, "\u0632\u0627\u0645": 25, "\u0633": 39, "\u0633\u0627\u0639\u0627\u062a": 41, "\u0633\u0637\u062d": [25, 46], "\u0633\u0637\u0631": 20, "\u0633\u0644\u0629": 41, "\u0634\u0627\u0631": 24, "\u0634\u063a": 21, "\u0635\u0627\u0644": 51, "\u0637\u0631\u0641": 20, "\u0637\u0631\u064a\u0642": 81, "\u0639\u0627\u0645\u0629": 35, "\u0639\u0628\u0631": [20, 35], "\u0639\u0644\u0649": [41, 45, 81], "\u0639\u0645\u0644\u0627\u0621": [20, 25], "\u0639\u0645\u0644\u064a\u0627\u062a": 29, "\u0639\u0645\u064a\u0644\u0629": 81, "\u0639\u0646": 81, "\u0639\u0646\u062f": 24, "\u063a\u0631\u0641\u0629": 41, "\u063a\u064a\u0631": 26, "\u0641": 41, "\u0641\u064a": [20, 41, 48, 82], "\u0642": [41, 45, 49, 81], "\u0642\u062f": 53, "\u0642\u0645": 26, "\u0643": 41, "\u0643\u0628\u064a\u0631\u0629": 31, "\u0643\u0629": 24, "\u0643\u0644\u0627\u0648\u062f": [20, 35, 45, 53], "\u0643\u0644\u0645\u0627\u062a": 54, "\u0643\u0644\u0645\u0629": [26, 54], "\u0643\u064a\u0641": [24, 26], "\u0644": [21, 80], "\u0644\u0625\u0641\u0644\u0627\u062a": 29, "\u0644\u0633\u0637\u062d": 20, "\u0644\u0640": 20, "\u0644\u0644\u062c\u0645\u064a\u0639": 80, "\u0644\u0644\u062d\u062f\u062b": 41, "\u0644\u0644\u062f\u0639\u0648\u0627\u062a": 41, "\u0644\u0644\u0645\u0644\u0641\u0627\u062a": 20, "\u0644\u0644\u0645\u0648\u0627\u0639\u064a\u062f": 41, "\u0644\u0644\u0645\u0648\u0639\u062f": 41, "\u0644\u0648\u062d\u0629": 80, "\u0644\u064a\u0646\u0643\u0633": 20, "\u0645": [21, 24, 41, 49, 81], "\u0645\u0627\u0630\u0627": 24, "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a": 20, "\u0645\u0629": 53, "\u0645\u062a\u0635\u0641\u062d": [20, 83], "\u0645\u062a\u0637\u0644\u0628\u0627\u062a": 83, "\u0645\u062c\u0645\u0648\u0639\u0627\u062a": 35, "\u0645\u062c\u0647\u0648\u0644\u0629": 29, "\u0645\u062d\u0627\u062f\u062b\u0629": 41, "\u0645\u062d\u0631\u0643\u0627\u062a": 20, "\u0645\u062e\u0632\u0646\u0629": 81, "\u0645\u062f\u064a\u0631": 20, "\u0645\u0631\u0648\u0631": 26, "\u0645\u0633\u0627\u062d\u0627\u062a": 24, "\u0645\u0633\u062a\u062e\u062f\u0645\u064a": 35, "\u0645\u0634\u0627\u0631\u0643\u0627\u062a": 35, "\u0645\u0634\u0627\u0631\u0643\u0629": [21, 26, 35, 41, 82], "\u0645\u0634\u0641\u0631": 26, "\u0645\u0634\u0643\u0644\u0629": 20, "\u0645\u0639": [25, 35, 45, 47, 48, 49, 51, 80, 81], "\u0645\u0639\u0627\u064a\u0646\u0629": 21, "\u0645\u0639\u0631\u0648\u0641\u0629": 20, "\u0645\u0641\u0627\u062a\u064a\u062d": 26, "\u0645\u0641\u062a\u0627\u062d": 26, "\u0645\u0643\u062a\u0628": 46, "\u0645\u0644\u0641\u0627\u062a": [20, 24, 31], "\u0645\u0644\u0641\u0627\u062a\u0643": 29, "\u0645\u0644\u0641\u0643": 82, "\u0645\u0646": [20, 26, 46, 81, 82], "\u0645\u0648\u0639\u062f": 41, "\u0646": 81, "\u0646\u0627\u0648\u062a\u064a\u0644\u0633": 20, "\u0646\u0629": [25, 80], "\u0646\u0633\u062e\u0629": 39, "\u0646\u0634\u0631": 41, "\u0646\u0642\u0644": [21, 26], "\u0646\u0643\u0633\u062a": [20, 35, 45, 53], "\u0647\u0630\u0627": 26, "\u0647\u0644": 26, "\u0648": [21, 25, 35, 41, 45, 49, 54, 80, 81], "\u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629": [20, 54], "\u0648\u0638\u064a\u0641\u0629": 26, "\u0648\u0646\u062f\u0648\u0632": 20, "\u0649": 81, "\u064a": 81, "\u064a\u0621": 41, "\u064a\u062d\u062f\u062b": 24, "\u064a\u0642\u0648\u0645": 24, "\u064a\u0645\u0643\u0646": 26, "\u064a\u0645\u0643\u0646\u0647": 82, "\u064a\u0645\u0643\u0646\u0647\u0645": 35}}) \ No newline at end of file diff --git a/server/latest/user_manual/br/contents.html b/server/latest/user_manual/br/contents.html index e33c47c4f7d..fb3452fa59c 100644 --- a/server/latest/user_manual/br/contents.html +++ b/server/latest/user_manual/br/contents.html @@ -179,6 +179,7 @@
      54. Installation
      55. Uninstallation
      56. Using the Synchronization Client
      57. +
      58. Using the macOS File Provider
      59. Using the Command-Line Client
      60. Command-Line Options
      61. Configuration File
      62. diff --git a/server/latest/user_manual/br/desktop/autoupdate.html b/server/latest/user_manual/br/desktop/autoupdate.html index 35b9f28d10c..b2344b80ec1 100644 --- a/server/latest/user_manual/br/desktop/autoupdate.html +++ b/server/latest/user_manual/br/desktop/autoupdate.html @@ -83,6 +83,7 @@
      63. Installation
      64. Uninstallation
      65. Using the Synchronization Client
      66. +
      67. Using the macOS File Provider
      68. Using the Command-Line Client
      69. Command-Line Options
      70. Configuration File
      71. diff --git a/server/latest/user_manual/br/desktop/commandline.html b/server/latest/user_manual/br/desktop/commandline.html index b96f1c05fbb..9a8e3d22508 100644 --- a/server/latest/user_manual/br/desktop/commandline.html +++ b/server/latest/user_manual/br/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
      72. Installation
      73. Uninstallation
      74. Using the Synchronization Client
      75. +
      76. Using the macOS File Provider
      77. Using the Command-Line Client
        • Install
        • Usage
        • @@ -256,7 +257,7 @@

          Example
          diff --git a/server/latest/user_manual/br/desktop/configfile.html b/server/latest/user_manual/br/desktop/configfile.html index b398cd332ec..08d04dcfda6 100644 --- a/server/latest/user_manual/br/desktop/configfile.html +++ b/server/latest/user_manual/br/desktop/configfile.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/conflicts.html b/server/latest/user_manual/br/desktop/conflicts.html index c42f028308a..d05c89d5d6a 100644 --- a/server/latest/user_manual/br/desktop/conflicts.html +++ b/server/latest/user_manual/br/desktop/conflicts.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/envvars.html b/server/latest/user_manual/br/desktop/envvars.html index 31a810d5fd0..32248cb068b 100644 --- a/server/latest/user_manual/br/desktop/envvars.html +++ b/server/latest/user_manual/br/desktop/envvars.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/faq.html b/server/latest/user_manual/br/desktop/faq.html index 9c5ad60a8b3..c1976a50e08 100644 --- a/server/latest/user_manual/br/desktop/faq.html +++ b/server/latest/user_manual/br/desktop/faq.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/index.html b/server/latest/user_manual/br/desktop/index.html index c81b710eafb..3ee1725db5e 100644 --- a/server/latest/user_manual/br/desktop/index.html +++ b/server/latest/user_manual/br/desktop/index.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -132,6 +133,7 @@

          Desktop ClientInstallation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/installation.html b/server/latest/user_manual/br/desktop/installation.html index a61151e08b1..5a761e7fd75 100644 --- a/server/latest/user_manual/br/desktop/installation.html +++ b/server/latest/user_manual/br/desktop/installation.html @@ -91,6 +91,7 @@
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/macosfileprovider.html b/server/latest/user_manual/br/desktop/macosfileprovider.html new file mode 100644 index 00000000000..b248b878232 --- /dev/null +++ b/server/latest/user_manual/br/desktop/macosfileprovider.html @@ -0,0 +1,826 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Stummoù
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/br/desktop/macosvfs.html b/server/latest/user_manual/br/desktop/macosvfs.html index a1667d2c376..497d7f7af97 100644 --- a/server/latest/user_manual/br/desktop/macosvfs.html +++ b/server/latest/user_manual/br/desktop/macosvfs.html @@ -1,798 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Stummoù
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/br/desktop/options.html b/server/latest/user_manual/br/desktop/options.html index fbe10aa135f..c21efa7c7f5 100644 --- a/server/latest/user_manual/br/desktop/options.html +++ b/server/latest/user_manual/br/desktop/options.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/br/desktop/uninstallation.html b/server/latest/user_manual/br/desktop/uninstallation.html index ba7d9b5c524..befec11b2f0 100644 --- a/server/latest/user_manual/br/desktop/uninstallation.html +++ b/server/latest/user_manual/br/desktop/uninstallation.html @@ -91,6 +91,7 @@

      78. Using the Synchronization Client
      79. +
      80. Using the macOS File Provider
      81. Using the Command-Line Client
      82. Command-Line Options
      83. Configuration File
      84. diff --git a/server/latest/user_manual/br/desktop/updatechannel.html b/server/latest/user_manual/br/desktop/updatechannel.html index d92cc3283e3..b5e77c85a53 100644 --- a/server/latest/user_manual/br/desktop/updatechannel.html +++ b/server/latest/user_manual/br/desktop/updatechannel.html @@ -83,6 +83,7 @@
      85. Installation
      86. Uninstallation
      87. Using the Synchronization Client
      88. +
      89. Using the macOS File Provider
      90. Using the Command-Line Client
      91. Command-Line Options
      92. Configuration File
      93. diff --git a/server/latest/user_manual/br/desktop/usage.html b/server/latest/user_manual/br/desktop/usage.html index 26d6978c8ee..6fc86789f7a 100644 --- a/server/latest/user_manual/br/desktop/usage.html +++ b/server/latest/user_manual/br/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
      94. General Window
      95. Using the Network Window
      96. Using the Ignored Files Editor
      97. -
      98. Virtual Files on macOS -
      99. +
      100. Using the macOS File Provider
      101. Using the Command-Line Client
      102. Command-Line Options
      103. Configuration File
      104. @@ -382,15 +379,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -398,7 +386,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/br/objects.inv b/server/latest/user_manual/br/objects.inv index ad6c14faf71..dbe5e7f3cfa 100644 Binary files a/server/latest/user_manual/br/objects.inv and b/server/latest/user_manual/br/objects.inv differ diff --git a/server/latest/user_manual/br/searchindex.js b/server/latest/user_manual/br/searchindex.js index 8cb7ebe2723..5647b72250e 100644 --- a/server/latest/user_manual/br/searchindex.js +++ b/server/latest/user_manual/br/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Ar pezh a c'hoarvez pa vez lamet ur restr rannet": [[24, "what-happens-when-shared-files-are-deleted"]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user's password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Dornlevr ambroug an implijer evit Nextcloud 35": [[53, null]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Kempreda\u00f1 Burev ha hezoug": [[25, null]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Kliant Hezoug": [[25, "mobile-clients"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Melestra\u00f1 ar restro\u00f9 lamet": [[24, null]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Penaos e ver ar meziant lec'h renka\u00f1 ar restro\u00f9 lamet": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quota ar renka\u00f1": [[33, null]], "Quotaio\u00f9": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Restro\u00f9 & kemprena\u00f1": [[30, null]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Taolenn ar pennado\u00f9": [[6, null]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 24, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": [8, 24, 25], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 26, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "adarr": 24, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adenvel": 24, "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": 24, "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "adnevesaet": 28, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "ae": 53, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "al": [24, 28], "alc": 33, "alias": [44, 52], "alic": 41, "aliet": 25, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 24, 29, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "ambroug": 6, "amount": 12, "ampech": 24, "amzer": 24, "amzeriet": 33, "an": [0, 2, 6, 7, 8, 10, 12, 14, 15, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "anezho": 24, "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "aotr": [24, 28], "aotreet": [28, 33], "aotreit": 33, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 24, 26, 29, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 30, 32, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "arventenn": 24, "ask": [9, 19, 21, 26, 27, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "azrannet": 33, "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barzh": 33, "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "bellka": 33, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 41, 42, 44, 51, 65], "benn": 24, "bepr": 33, "besid": 19, "best": [10, 14, 18, 41, 83], "bet": 24, "beta": 18, "betek": [24, 33, 53], "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "bevenn": 24, "beyond": 17, "beza\u00f1": 24, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "biou": 24, "bio\u00f9": 33, "bir": 28, "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "boubellenn": [24, 28, 33], "bound": 9, "bouton": 28, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "brasoc": 33, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bublik": 33, "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "burev": [22, 30], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 28, 33, 53, 80], "cach": 17, "caja": [19, 20], "calcul": [24, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "che\u00f1ch": 28, "che\u00f1chet": 24, "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "chom": 24, "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 25, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 24, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 24, "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "configuration_serv": 24, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 36, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 24, 28, 33, 41, 56], "da": [24, 33], "dai": [0, 11, 24, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "darempredo\u00f9": 33, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 38, 39, 40, 41, 42, 43, 45, 48, 66], "databas": 26, "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "deiziata": 33, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "deoc": 28, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "deski\u00f1": 24, "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "deu": [24, 28], "dev": 8, "develop": [13, 18, 80], "devezh": 33, "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "dezho": 28, "diae": 24, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "diaz": 33, "diblasa\u00f1": 24, "dice": 57, "did": [12, 26, 44, 60], "diellvaet": 25, "dieub": 24, "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "diganto": 28, "digest": 0, "digit": 35, "dindan": 33, "direct": [20, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 39], "diskenn": 33, "diskouezet": 24, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": [12, 28], "disturb": [19, 41, 66, 69], "ditouro\u00f9": 24, "divid": [58, 60, 66], "diviz": 28, "diwar": 24, "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doar": 53, "doc": 24, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "donemat": 53, "dornlevr": 6, "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "douchenn": 28, "douget": 53, "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "dre": [28, 33], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "dro": 24, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "dud": 53, "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 25, 28, 33, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "echu": 28, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [35, 81], "effici": 44, "eget": 33, "eiladenn": 24, "eila\u00f1": 24, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "embregerezhio\u00f9": 53, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "en": [24, 28, 33, 53], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "enep": 33, "engag": 41, "enhanc": 66, "enna\u00f1": [24, 28], "enough": 12, "enrol": 33, "enrollont": 33, "ensur": [7, 15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "eo": [24, 25, 28, 33], "equival": 16, "er": [24, 33], "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "eu": [24, 28], "evel": [24, 33], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evit": [6, 24, 25, 28], "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "ezhomm": 28, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 28, 30, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "foubellenno\u00f9": 24, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "galloudo\u00f9": 24, "ganeoc": [24, 33, 53], "gant": [24, 25, 28, 53], "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gemer": 33, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "glika\u00f1": 28, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "gont": 33, "gontont": 33, "googl": [41, 45, 81, 83], "got": 18, "goud": 28, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "groui\u00f1": 28, "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "gwelet": 28, "gwiria\u00f1": 28, "h": [8, 16, 20, 25, 28, 33, 53], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 53, 56, 69, 72, 74, 80, 81, 83], "had": 19, "hag": [24, 28, 33, 53], "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "hell": 24, "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "hempred": 53, "hempreda\u00f1": 53, "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "heuliit": 28, "hezoug": [22, 30], "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "ho": [24, 28, 33, 53], "hoant": 28, "hoc": [25, 28, 69], "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hontrol": 33, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hota": 33, "houlenn": 28, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": [24, 41], "http": [8, 9, 11, 12, 20, 24, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "hud": 24, "hwezio\u00f9": 33, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "implij": [6, 25, 33], "implijer1": 24, "implijer2": 24, "implijer3": 24, "implijerien": 24, "implijit": 28, "implijour": 33, "implijour2": 24, "implijour3": 24, "implijourien": [24, 28, 33], "implijout": 25, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "int": [24, 33], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "istor": 24, "italic": 66, "item": [8, 15, 21, 24, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "ivinenno\u00f9": 33, "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kaset": 24, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 81, 83], "kemeret": [24, 33], "kempreda\u00f1": [22, 30], "kemprena\u00f1": 6, "kept": [15, 26, 42, 44], "ket": [24, 28, 33], "kevredet": 28, "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "klika\u00f1": 28, "kloto": 24, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "koach": 33, "kompren": 33, "kont": 33, "kontact": [6, 43], "kontet": [24, 33], "kontrolet": 53, "korgan": 48, "kosha\u00f1": [24, 33], "koshoc": 28, "krouit": 33, "kroui\u00f1": 28, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "lakaat": 28, "lakaet": [24, 33], "lam": 24, "lamet": [28, 30, 32, 33], "lamit": 28, "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 65], "larger": [19, 31], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 24, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "lec": [28, 53], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "lemel": 24, "length": 41, "lengthier": 20, "lenner": 33, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "liamm": 28, "liammo\u00f9": 28, "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "ma": [24, 33], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "ma\u00f1": [24, 28], "mb": [9, 11], "mdn": 21, "me": [24, 33, 41], "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [39, 57, 69, 72, 83], "megabyt": 31, "melestr": 24, "melestra\u00f1": [30, 32], "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memor": 24, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "merko\u00f9": 24, "merour": 24, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 41, 42, 45, 58, 81], "meziant": 33, "mezianto\u00f9": 33, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "muia\u00f1": 24, "muioc": 24, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "muzuliet": 33, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 24, 33, 56], "na": 33, "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "nann": 33, "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": [24, 28, 33], "nearli": 10, "neblec": 24, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemet": 28, "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "nevez": 28, "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": [8, 24, 28, 53], "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 80], "oldest": [39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "orin": 33, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "ouzhpenna\u00f1": 28, "over": [2, 19, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": [8, 28], "pa": [28, 33], "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pazenno\u00f9": 28, "pc": 20, "pdf": 21, "pe": [28, 33], "peer": 2, "pell": 28, "pellga": 33, "pellkaset": 33, "pem": 20, "pen": 41, "penalti": 20, "penao": 33, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "pep": [24, 33], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personel": 24, "peterstei": 12, "pezh": 33, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "pla": 24, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "po": 28, "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "posupl": 28, "potenti": 44, "poubellenn": 33, "power": [1, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 24, 30, 32, 82], "quotai": 24, "quotaio\u00f9": 33, "r": [51, 60, 80], "ra": 33, "radio": 42, "raio": 33, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rann": [24, 33], "rannadenn": [28, 33], "rannadenno\u00f9": 28, "ranna\u00f1": [24, 28, 53], "ranner": [33, 53], "rannet": 33, "rannit": [24, 28, 33], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 24, 26, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "renka\u00f1": [30, 32], "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "resev": [24, 28], "reshar": [35, 41], "resiz": 60, "resolv": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 20], "restor": [24, 26, 39, 41], "restr": [28, 33, 53], "restrict": [6, 20, 36, 42], "restro\u00f9": [6, 25, 28, 32, 33, 53], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "ret": 28, "retent": [33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "ro": 53, "roadenn": 33, "roadenno\u00f9": 53, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "se": 24, "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "sellit": 24, "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "servijour": [28, 53], "servijourien": [28, 53], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sifra\u00f1": 33, "sifret": 33, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "sikour": 33, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42, 80], "skeudennig": 28, "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 35, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 24, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "staliadurio\u00f9": 28, "stalia\u00f1": 28, "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 26, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strollado\u00f9": 33, "strongli": 20, "structur": [2, 3, 21, 26, 42], "stumm": [28, 33], "stummo\u00f9": 33, "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sur": [24, 53], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tamm": 33, "tammig": [24, 33], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termen": 33, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "teuliad": [24, 33], "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "tout": 53, "toward": 45, "tra": 33, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trao\u00f9": 33, "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tremen": 24, "tremenet": 33, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tu": 24, "tud": 24, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "ul": [28, 53], "umount": 20, "un": [24, 26, 28, 33, 53], "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "ur": [28, 33, 53], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "urzhiata": [24, 25], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "vevenn": 33, "vez": [28, 33], "veza\u00f1": 24, "vezont": [24, 33], "via": [4, 6, 10, 15, 20, 21, 29, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "vo": [24, 28], "voent": 24, "voic": 60, "volum": 8, "vont": 24, "vote": [41, 56], "vpn": 20, "vra": 24, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "war": [28, 53], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 31, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20, 24], "zeu": 24, "zi": 53, "ziouer": 28, "zip": 21, "zo": [25, 28, 33, 53], "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Taolenn ar pennado\u00f9", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Melestra\u00f1 ar restro\u00f9 lamet", "Kempreda\u00f1 Burev ha hezoug", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Restro\u00f9 & kemprena\u00f1", "Large file uploads", "Managing your files", "Quota ar renka\u00f1", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Dornlevr ambroug an implijer evit Nextcloud 35", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "ambroug": 53, "an": [5, 38, 41, 44, 53, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [6, 12, 24, 33], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "burev": 25, "busi": 41, "c": 24, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [39, 41, 44], "desktop": [13, 19, 20, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "dornlevr": 53, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e": 24, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "evit": 53, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 26, 27, 29, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "h": 24, "ha": 25, "hand": 60, "handl": 8, "hardwar": 81, "hezoug": 25, "histori": 1, "hoarvez": 24, "holidai": 41, "hour": 41, "how": [5, 12, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "implij": 53, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "kempreda\u00f1": 25, "kemprena\u00f1": 30, "keyboard": [44, 80], "kliant": 25, "known": [15, 20], "kontact": 48, "lamet": 24, "languag": 12, "larg": 31, "layout": [44, 65], "lec": 24, "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 81, "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": 42, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "melestra\u00f1": 24, "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "meziant": 24, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "pa": 24, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "penao": 24, "pennado\u00f9": 6, "person": 1, "pezh": 24, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": [20, 35], "publish": 41, "quick": 44, "quota": 33, "quotaio\u00f9": 24, "rais": 60, "rannet": 24, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "renka\u00f1": [24, 33], "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restr": 24, "restrict": 82, "restro\u00f9": [24, 30], "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "taolenn": 6, "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "ur": 24, "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41], "variabl": 11, "ver": 24, "version": [14, 39], "vez": 24, "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Ar pezh a c'hoarvez pa vez lamet ur restr rannet": [[24, "what-happens-when-shared-files-are-deleted"]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user's password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Dornlevr ambroug an implijer evit Nextcloud 35": [[53, null]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Kempreda\u00f1 Burev ha hezoug": [[25, null]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Kliant Hezoug": [[25, "mobile-clients"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Melestra\u00f1 ar restro\u00f9 lamet": [[24, null]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Penaos e ver ar meziant lec'h renka\u00f1 ar restro\u00f9 lamet": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quota ar renka\u00f1": [[33, null]], "Quotaio\u00f9": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Restro\u00f9 & kemprena\u00f1": [[30, null]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Taolenn ar pennado\u00f9": [[6, null]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 24, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": [8, 24, 25], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 26, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "adarr": 24, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adenvel": 24, "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": 24, "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "adnevesaet": 28, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "ae": 53, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "al": [24, 28], "alc": 33, "alias": [44, 52], "alic": 41, "aliet": 25, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 24, 29, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "ambroug": 6, "amount": 12, "ampech": 24, "amzer": 24, "amzeriet": 33, "an": [0, 2, 6, 7, 8, 10, 12, 14, 15, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "anezho": 24, "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "aotr": [24, 28], "aotreet": [28, 33], "aotreit": 33, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 24, 26, 29, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 30, 32, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "arventenn": 24, "ask": [9, 19, 21, 26, 27, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "azrannet": 33, "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barzh": 33, "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "bellka": 33, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 41, 42, 44, 51, 65], "benn": 24, "bepr": 33, "besid": 19, "best": [10, 14, 18, 41, 83], "bet": 24, "beta": 18, "betek": [24, 33, 53], "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "bevenn": 24, "beyond": 17, "beza\u00f1": 24, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "biou": 24, "bio\u00f9": 33, "bir": 28, "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "boubellenn": [24, 28, 33], "bound": 9, "bouton": 28, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "brasoc": 33, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bublik": 33, "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "burev": [22, 30], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 28, 33, 53, 80], "cach": 17, "caja": [19, 20], "calcul": [24, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "che\u00f1ch": 28, "che\u00f1chet": 24, "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "chom": 24, "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 24, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 24, "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "configuration_serv": 24, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 36, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 24, 28, 33, 41, 56], "da": [24, 33], "dai": [0, 11, 24, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "darempredo\u00f9": 33, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 38, 39, 40, 41, 42, 43, 45, 48, 66], "databas": 26, "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "deiziata": 33, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "deoc": 28, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "deski\u00f1": 24, "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "deu": [24, 28], "dev": 8, "develop": [13, 18, 80], "devezh": 33, "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "dezho": 28, "diae": 24, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "diaz": 33, "diblasa\u00f1": 24, "dice": 57, "did": [12, 26, 44, 60], "diellvaet": 25, "dieub": 24, "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "diganto": 28, "digest": 0, "digit": 35, "dindan": 33, "direct": [20, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 39], "diskenn": 33, "diskouezet": 24, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": [12, 28], "disturb": [19, 41, 66, 69], "ditouro\u00f9": 24, "divid": [58, 60, 66], "diviz": 28, "diwar": 24, "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doar": 53, "doc": 24, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "donemat": 53, "dornlevr": 6, "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "douchenn": 28, "douget": 53, "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "dre": [28, 33], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "dro": 24, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "dud": 53, "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 25, 28, 33, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "echu": 28, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 35, 81], "effici": 44, "eget": 33, "eiladenn": 24, "eila\u00f1": 24, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "embregerezhio\u00f9": 53, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "en": [24, 28, 33, 53], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "enep": 33, "engag": 41, "enhanc": 66, "enna\u00f1": [24, 28], "enough": 12, "enrol": 33, "enrollont": 33, "ensur": [7, 15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "eo": [24, 25, 28, 33], "equival": 16, "er": [24, 33], "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "eu": [24, 28], "evel": [24, 33], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evit": [6, 24, 25, 28], "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "ezhomm": 28, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 28, 30, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "foubellenno\u00f9": 24, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "galloudo\u00f9": 24, "ganeoc": [24, 33, 53], "gant": [24, 25, 28, 53], "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gemer": 33, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "glika\u00f1": 28, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "gont": 33, "gontont": 33, "googl": [41, 45, 81, 83], "got": 18, "goud": 28, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "groui\u00f1": 28, "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "gwelet": 28, "gwiria\u00f1": 28, "h": [8, 16, 20, 25, 28, 33, 53], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 53, 56, 69, 72, 74, 80, 81, 83], "had": 19, "hag": [24, 28, 33, 53], "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "hell": 24, "help": [11, 15, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "hempred": 53, "hempreda\u00f1": 53, "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "heuliit": 28, "hezoug": [22, 30], "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "ho": [24, 28, 33, 53], "hoant": 28, "hoc": [25, 28, 69], "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hontrol": 33, "hood": 15, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hota": 33, "houlenn": 28, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": [24, 41], "http": [8, 9, 11, 12, 20, 24, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "hud": 24, "hwezio\u00f9": 33, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "implij": [6, 25, 33], "implijer1": 24, "implijer2": 24, "implijer3": 24, "implijerien": 24, "implijit": 28, "implijour": 33, "implijour2": 24, "implijour3": 24, "implijourien": [24, 28, 33], "implijout": 25, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "int": [24, 33], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "istor": 24, "italic": 66, "item": [8, 15, 21, 24, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "ivinenno\u00f9": 33, "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kaset": 24, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 81, 83], "kemeret": [24, 33], "kempreda\u00f1": [22, 30], "kemprena\u00f1": 6, "kept": [15, 26, 42, 44], "ket": [24, 28, 33], "kevredet": 28, "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "klika\u00f1": 28, "kloto": 24, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "koach": 33, "kompren": 33, "kont": 33, "kontact": [6, 43], "kontet": [24, 33], "kontrolet": 53, "korgan": 48, "kosha\u00f1": [24, 33], "koshoc": 28, "krouit": 33, "kroui\u00f1": 28, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "lakaat": 28, "lakaet": [24, 33], "lam": 24, "lamet": [28, 30, 32, 33], "lamit": 28, "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 65], "larger": [19, 31], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 24, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "lec": [28, 53], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "lemel": 24, "length": 41, "lengthier": 20, "lenner": 33, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "liamm": 28, "liammo\u00f9": 28, "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "ma": [24, 33], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "ma\u00f1": [24, 28], "mb": [9, 11], "mdn": 21, "me": [24, 33, 41], "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [39, 57, 69, 72, 83], "megabyt": 31, "melestr": 24, "melestra\u00f1": [30, 32], "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memor": 24, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "merko\u00f9": 24, "merour": 24, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 41, 42, 45, 58, 81], "meziant": 33, "mezianto\u00f9": 33, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "muia\u00f1": 24, "muioc": 24, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "muzuliet": 33, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 24, 33, 56], "na": 33, "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "nann": 33, "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": [24, 28, 33], "nearli": 10, "neblec": 24, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemet": 28, "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "nevez": 28, "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": [8, 24, 28, 53], "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 80], "oldest": [39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "orin": 33, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "ouzhpenna\u00f1": 28, "over": [2, 19, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": [8, 28], "pa": [28, 33], "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pazenno\u00f9": 28, "pc": 20, "pdf": 21, "pe": [28, 33], "peer": 2, "pell": 28, "pellga": 33, "pellkaset": 33, "pem": 20, "pen": 41, "penalti": 20, "penao": 33, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "pep": [24, 33], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personel": 24, "peterstei": 12, "pezh": 33, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "pla": 24, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "po": 28, "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "posupl": 28, "potenti": 44, "poubellenn": 33, "power": [1, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 26, 31, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 24, 30, 32, 82], "quotai": 24, "quotaio\u00f9": 33, "r": [51, 60, 80], "ra": 33, "radio": 42, "raio": 33, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rann": [24, 33], "rannadenn": [28, 33], "rannadenno\u00f9": 28, "ranna\u00f1": [24, 28, 53], "ranner": [33, 53], "rannet": 33, "rannit": [24, 28, 33], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 24, 26, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "renka\u00f1": [30, 32], "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 15, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "resev": [24, 28], "reshar": [35, 41], "resiz": 60, "resolv": [10, 15], "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 26, 39, 41], "restr": [28, 33, 53], "restrict": [6, 20, 36, 42], "restro\u00f9": [6, 25, 28, 32, 33, 53], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "ret": 28, "retent": [33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "ro": 53, "roadenn": 33, "roadenno\u00f9": 53, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "se": 24, "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "sellit": 24, "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "servijour": [28, 53], "servijourien": [28, 53], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sifra\u00f1": 33, "sifret": 33, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "sikour": 33, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42, 80], "skeudennig": 28, "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 35, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 24, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "staliadurio\u00f9": 28, "stalia\u00f1": 28, "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 26, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strollado\u00f9": 33, "strongli": 20, "structur": [2, 3, 21, 26, 42], "stumm": [28, 33], "stummo\u00f9": 33, "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sur": [24, 53], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tamm": 33, "tammig": [24, 33], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termen": 33, "termin": 15, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "teuliad": [24, 33], "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "tout": 53, "toward": 45, "tra": 33, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trao\u00f9": 33, "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tremen": 24, "tremenet": 33, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tu": 24, "tud": 24, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "ul": [28, 53], "umount": 20, "un": [24, 26, 28, 33, 53], "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "ur": [28, 33, 53], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "urzhiata": [24, 25], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "vevenn": 33, "vez": [28, 33], "veza\u00f1": 24, "vezont": [24, 33], "via": [4, 6, 10, 15, 20, 21, 29, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "vo": [24, 28], "voent": 24, "voic": 60, "volum": 8, "vont": 24, "vote": [41, 56], "vpn": 20, "vra": 24, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "war": [28, 53], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 31, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20, 24], "zeu": 24, "zi": 53, "ziouer": 28, "zip": 21, "zo": [25, 28, 33, 53], "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Taolenn ar pennado\u00f9", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Melestra\u00f1 ar restro\u00f9 lamet", "Kempreda\u00f1 Burev ha hezoug", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Restro\u00f9 & kemprena\u00f1", "Large file uploads", "Managing your files", "Quota ar renka\u00f1", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Dornlevr ambroug an implijer evit Nextcloud 35", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "ambroug": 53, "an": [5, 38, 41, 44, 53, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [6, 12, 24, 33], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "burev": 25, "busi": 41, "c": 24, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [39, 41, 44], "desktop": [13, 19, 20, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "dornlevr": 53, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e": 24, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "evit": 53, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 26, 27, 29, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "h": 24, "ha": 25, "hand": 60, "handl": 8, "hardwar": 81, "hezoug": 25, "histori": 1, "hoarvez": 24, "holidai": 41, "hour": 41, "how": [5, 12, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "implij": 53, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "kempreda\u00f1": 25, "kemprena\u00f1": 30, "keyboard": [44, 80], "kliant": 25, "known": [15, 20], "kontact": 48, "lamet": 24, "languag": 12, "larg": 31, "layout": [44, 65], "lec": 24, "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": [15, 81], "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": 42, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "melestra\u00f1": 24, "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "meziant": 24, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "pa": 24, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "penao": 24, "pennado\u00f9": 6, "person": 1, "pezh": 24, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": [20, 35], "publish": 41, "quick": 44, "quota": 33, "quotaio\u00f9": 24, "rais": 60, "rannet": 24, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "renka\u00f1": [24, 33], "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restr": 24, "restrict": 82, "restro\u00f9": [24, 30], "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "taolenn": 6, "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "ur": 24, "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41], "variabl": 11, "ver": 24, "version": [14, 39], "vez": 24, "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/ca/contents.html b/server/latest/user_manual/ca/contents.html index e8dd9d32ce7..d794536339d 100644 --- a/server/latest/user_manual/ca/contents.html +++ b/server/latest/user_manual/ca/contents.html @@ -180,6 +180,7 @@
      105. Installation
      106. Uninstallation
      107. Using the Synchronization Client
      108. +
      109. Using the macOS File Provider
      110. Using the Command-Line Client
      111. Command-Line Options
      112. Configuration File
      113. diff --git a/server/latest/user_manual/ca/desktop/autoupdate.html b/server/latest/user_manual/ca/desktop/autoupdate.html index 8257bc9a732..df35f9304f1 100644 --- a/server/latest/user_manual/ca/desktop/autoupdate.html +++ b/server/latest/user_manual/ca/desktop/autoupdate.html @@ -84,6 +84,7 @@
      114. Installation
      115. Uninstallation
      116. Using the Synchronization Client
      117. +
      118. Using the macOS File Provider
      119. Using the Command-Line Client
      120. Command-Line Options
      121. Configuration File
      122. diff --git a/server/latest/user_manual/ca/desktop/commandline.html b/server/latest/user_manual/ca/desktop/commandline.html index 6fcd896d04c..1f06d1b86ab 100644 --- a/server/latest/user_manual/ca/desktop/commandline.html +++ b/server/latest/user_manual/ca/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      123. Installation
      124. Uninstallation
      125. Using the Synchronization Client
      126. +
      127. Using the macOS File Provider
      128. Using the Command-Line Client
        • Install
        • Usage
        • @@ -257,7 +258,7 @@

          Example - + diff --git a/server/latest/user_manual/ca/desktop/configfile.html b/server/latest/user_manual/ca/desktop/configfile.html index 06011cda983..f997128992b 100644 --- a/server/latest/user_manual/ca/desktop/configfile.html +++ b/server/latest/user_manual/ca/desktop/configfile.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/conflicts.html b/server/latest/user_manual/ca/desktop/conflicts.html index c6c7ee468f4..89b11751729 100644 --- a/server/latest/user_manual/ca/desktop/conflicts.html +++ b/server/latest/user_manual/ca/desktop/conflicts.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/envvars.html b/server/latest/user_manual/ca/desktop/envvars.html index 83c639f0f5d..b7e7aee7212 100644 --- a/server/latest/user_manual/ca/desktop/envvars.html +++ b/server/latest/user_manual/ca/desktop/envvars.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/faq.html b/server/latest/user_manual/ca/desktop/faq.html index 11e3db444b0..09239c68333 100644 --- a/server/latest/user_manual/ca/desktop/faq.html +++ b/server/latest/user_manual/ca/desktop/faq.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/index.html b/server/latest/user_manual/ca/desktop/index.html index 0bdabc26bc4..5ee80b4501c 100644 --- a/server/latest/user_manual/ca/desktop/index.html +++ b/server/latest/user_manual/ca/desktop/index.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -133,6 +134,7 @@

          Desktop ClientInstallation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/installation.html b/server/latest/user_manual/ca/desktop/installation.html index 6b1e9648c38..bda0a0272ee 100644 --- a/server/latest/user_manual/ca/desktop/installation.html +++ b/server/latest/user_manual/ca/desktop/installation.html @@ -92,6 +92,7 @@
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/macosfileprovider.html b/server/latest/user_manual/ca/desktop/macosfileprovider.html new file mode 100644 index 00000000000..597467e9acb --- /dev/null +++ b/server/latest/user_manual/ca/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versions
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/ca/desktop/macosvfs.html b/server/latest/user_manual/ca/desktop/macosvfs.html index f2d296c3dcd..497d7f7af97 100644 --- a/server/latest/user_manual/ca/desktop/macosvfs.html +++ b/server/latest/user_manual/ca/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versions
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/ca/desktop/options.html b/server/latest/user_manual/ca/desktop/options.html index 2bb6769a2b6..96b3552e821 100644 --- a/server/latest/user_manual/ca/desktop/options.html +++ b/server/latest/user_manual/ca/desktop/options.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/ca/desktop/uninstallation.html b/server/latest/user_manual/ca/desktop/uninstallation.html index d44cf11d44d..473728b6d74 100644 --- a/server/latest/user_manual/ca/desktop/uninstallation.html +++ b/server/latest/user_manual/ca/desktop/uninstallation.html @@ -92,6 +92,7 @@

      129. Using the Synchronization Client
      130. +
      131. Using the macOS File Provider
      132. Using the Command-Line Client
      133. Command-Line Options
      134. Configuration File
      135. diff --git a/server/latest/user_manual/ca/desktop/updatechannel.html b/server/latest/user_manual/ca/desktop/updatechannel.html index be49cb7f95f..25eb6b3f567 100644 --- a/server/latest/user_manual/ca/desktop/updatechannel.html +++ b/server/latest/user_manual/ca/desktop/updatechannel.html @@ -84,6 +84,7 @@
      136. Installation
      137. Uninstallation
      138. Using the Synchronization Client
      139. +
      140. Using the macOS File Provider
      141. Using the Command-Line Client
      142. Command-Line Options
      143. Configuration File
      144. diff --git a/server/latest/user_manual/ca/desktop/usage.html b/server/latest/user_manual/ca/desktop/usage.html index fe4ec00c339..a71d865728d 100644 --- a/server/latest/user_manual/ca/desktop/usage.html +++ b/server/latest/user_manual/ca/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      145. General Window
      146. Using the Network Window
      147. Using the Ignored Files Editor
      148. -
      149. Virtual Files on macOS -
      150. +
      151. Using the macOS File Provider
      152. Using the Command-Line Client
      153. Command-Line Options
      154. Configuration File
      155. @@ -383,15 +380,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -399,7 +387,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/ca/objects.inv b/server/latest/user_manual/ca/objects.inv index 66ecbb0ce4d..b74ceb0961f 100644 Binary files a/server/latest/user_manual/ca/objects.inv and b/server/latest/user_manual/ca/objects.inv differ diff --git a/server/latest/user_manual/ca/searchindex.js b/server/latest/user_manual/ca/searchindex.js index ad1d508d990..296d53c2c02 100644 --- a/server/latest/user_manual/ca/searchindex.js +++ b/server/latest/user_manual/ca/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u201d busy times": [[41, "checking-attendees-busy-times"]], "Clients de M\u00f2bil": [[25, "mobile-clients"]], "Collectives": [[3, null]], "Com l\u2019app d\u2019arxius esborrats gestiona l\u2019espai d\u2019emmagatzematge": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflictes": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Controls de fitxers": [[21, "file-controls"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Exemple": [[10, "example"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Gestionar arxius esborrats": [[24, null]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Icones d\u2019estat de compartici\u00f3": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previsualitzaci\u00f3 de fitxers": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Pujant conflictes (experimental)": [[10, "uploading-conflicts-experimental"]], "Quick actions": [[44, "quick-actions"]], "Quotes": [[24, "quotas"]], "Qu\u00e8 passa quan s\u2019esborren arxius compartits": [[24, "what-happens-when-shared-files-are-deleted"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Reproductor de v\u00eddeo": [[21, "video-player"]], "Requeriments del navegador web": [[83, "web-browser-requirements"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecci\u00f3 de fitxers o carpetes": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Sincronitzaci\u00f3 entre escriptori i m\u00f2bil": [[25, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "S\u2019estan movent els fitxers": [[21, "moving-files"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Taula de continguts": [[6, null]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Visi\u00f3 general": [[10, "overview"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 20, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 24, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 13, 14, 17, 19, 20, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 26], "No": [9, 15, 24, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 15, 16, 17, 19, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "accedir": 21, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "actualitz": 10, "ad": [2, 7, 12, 20, 26, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 11, 12, 15, 19, 20, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "administrador": [21, 24], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "afegeix": 24, "afegeixen": 24, "afegit": [41, 42, 44], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 33], "again": [1, 9, 12, 21, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "aix\u00f2": 10, "ajustar": 24, "al": [10, 21, 24], "aleshor": 24, "algun": [10, 21], "alg\u00fa": 24, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "altr": [10, 24], "altra": 24, "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amb": [10, 21, 24, 25], "amount": 12, "an": [0, 2, 7, 8, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "antic": 24, "antiga": 24, "anul": 24, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "apareixen": 21, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "apunta": 10, "aquest": [10, 21, 24], "aquesta": 10, "ar": [0, 1, 4, 7, 8, 9, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "ara": 10, "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriba": 24, "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "arxiu": [25, 30, 32], "ask": [9, 19, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assegurar": 24, "assign": [20, 21, 44, 58, 69], "assigna": 24, "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atenci\u00f3": 10, "attach": [29, 36, 44, 67, 73], "attempt": [14, 44, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": 20, "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autor": 10, "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": 21, "baixa": 10, "baixar\u00e0": 10, "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 42, 69], "been": [7, 8, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 20, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "cada": 24, "caja": [19, 20], "calcul": [33, 41], "calcula": 24, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "canvi": 10, "canviar": [10, 24], "canviat": [10, 41], "capabl": 20, "caption": [56, 76], "caracter\u00edstiqu": 21, "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carpeta": 24, "carrega": 10, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "clic": 10, "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compareu": 10, "comparteix": 24, "comparteixi": 24, "compartir": [21, 24], "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "complicat": 24, "compon": 19, "comporta": 10, "compos": 80, "compromis": 26, "compt": 10, "compten": 24, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 10, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "configuraci\u00f3": 10, "configurat": 24, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "conflictiu": 10, "confusi\u00f3": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "contingut": 10, "continu": [19, 44, 45, 50, 69], "continuar\u00e0": 10, "contrari": 8, "contrast": 80, "control": [7, 10, 11, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "cont\u00e9": 10, "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 12, 15, 20, 21, 25, 41, 44, 51], "copia": 24, "copiar": 24, "copieu": 10, "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "costat": 10, "could": [26, 27, 41, 44], "couldn": 44, "count": 33, "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "crea": 10, "crear": [10, 21], "crear\u00e0": 10, "creat": [0, 2, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "c\u00e0rrega": 10, "c\u00f2pia": 10, "d": [10, 20, 41, 56], "dai": [0, 11, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 24, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": [10, 12, 24], "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 11, 12, 14, 15, 19, 20, 21, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defect": [10, 24], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": [6, 10, 24, 80], "delai": 15, "delet": [0, 1, 9, 15, 17, 19, 21, 24, 27, 28, 33, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "destinatari": 24, "detail": [1, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detal": 24, "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "di": 24, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "difer\u00e8nci": 10, "differ": [0, 7, 8, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "din": 24, "dir": 10, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "dispon": 24, "distribuir": 21, "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 10, 12, 14, 17, 19, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 31, 33, 35, 37, 46, 57, 74, 80, 82], "documentat": 25, "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durant": 24, "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 10, 16, 19, 20, 24, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edat": 24, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editar": 21, "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "el": [10, 24, 25], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "eliminar": 21, "ell": 10, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "en": [10, 24, 25], "enabl": [0, 1, 4, 7, 9, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encara": 10, "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entorn": 10, "entr": [10, 22, 30], "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "enviat": 10, "environ": [6, 8, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esborr": 24, "esborra": 24, "esborrar": 24, "esborrar\u00e0": 24, "esborrat": [30, 32], "esborri": 24, "esc": 60, "escap": 80, "escau": 10, "escenari": [10, 24], "escriptori": [10, 22, 30], "especi": 15, "essenti": 14, "establert": 24, "estaven": 24, "est\u00e0": 25, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execucion": 10, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": 19, "explorador": 10, "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fer": [10, 24, 25], "fetch": 41, "feu": 10, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "fin": 24, "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finestra": 10, "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fitxer": 10, "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 53, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "gent": 24, "german": 80, "gestionar": [30, 32], "gesti\u00f3": 24, "gestur": 63, "get": [3, 6, 10, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "groga": 10, "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 24, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "haver": [10, 24], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hi": 10, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "ho": 24, "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizont": [2, 44], "hor\u00e0ria": 24, "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icona": 10, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 12, 14, 27, 36, 42, 53, 54, 62, 69], "immediata": [10, 24], "impedir": 24, "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "inclou": 10, "includ": [6, 8, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "individual": 25, "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inhabilitar": 21, "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "ins\u00edgnia": 10, "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intenteu": 10, "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "interf\u00edci": 21, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "ja": 10, "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "l": [10, 25], "la": [10, 21, 24, 41, 42, 44], "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "lar": 24, "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "le": [10, 24], "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llista": 10, "lliur": 24, "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "l\u00edmit": 24, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 12, 17, 19, 20, 23, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "manera": [10, 24], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "marca": 24, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "mateix": 10, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "mesura": 10, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "millor": 10, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mitig": 80, "mitjan\u00e7": 10, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "moguda": 24, "molt": 10, "moment": [10, 24], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mostra": [10, 24], "mostrar": 10, "mou": 24, "mount": [21, 27, 28, 35], "mour": 24, "mour\u00e0": 24, "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "m\u00e0gic": 24, "m\u00e0quina": 10, "m\u00e0xim": 24, "m\u00e9": [10, 24], "m\u00f2bil": [22, 30], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navegador": 6, "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": 24, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "necessita": 10, "need": [2, 7, 9, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "nom": [10, 24], "nom\u00e9": 24, "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "notar\u00e0": 10, "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": 41, "notif": [6, 7, 9, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 15, 41, 60, 69, 72, 76], "notifica": 10, "notificacion": 10, "notificar\u00e0": 10, "notificationrefreshinterv": 9, "notify_push": 15, "nou": 24, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": [8, 24], "object": [0, 27, 35], "obr": 10, "obriu": 10, "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 28, 33, 80], "oldest": [33, 39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "opci\u00f3": 21, "open": [0, 1, 2, 7, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "ordinador": [24, 25], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "paperer": 24, "paperera": 24, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "penjar": 10, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 10, 15, 21, 24, 25, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permanent": 24, "permeti": 10, "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "perm\u00e8": 24, "persist": [9, 20, 27], "person": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "persona": 10, "per\u00edod": 24, "per\u00f2": [10, 24], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "poden": 24, "poder": 24, "podeu": [10, 21], "podria": 10, "podr\u00e0": 10, "point": [14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "posseeix": 24, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "pot": [10, 24], "potenti": 44, "power": [1, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "pregunteu": 21, "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "previsualitzar": 21, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "produeixin": 10, "produ\u00eft": 10, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "propera": 24, "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propietari": 24, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provar": 10, "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pugui": 10, "puja": 10, "pujar": 10, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "qualsevol": 24, "quan": 10, "que": [10, 24], "queda": 10, "queden": 24, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 24, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recogn": 20, "recognis": 15, "recomanem": 25, "recommend": [15, 20, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recuperar": 24, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [41, 42, 44, 76], "rellev": 10, "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remota": 10, "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "requeri": 6, "request": [1, 20, 31, 44, 45], "requir": [1, 7, 8, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resoldr": 10, "resolgui": 10, "resolt": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 20], "restor": [24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retenci\u00f3": 24, "retent": [33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revisa": 24, "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "saber": 24, "sabredav": 20, "safari": 83, "safata": 10, "safe": [17, 38, 53, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 12, 13, 14, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "seg\u00fcent": 24, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sent": [0, 28, 41, 44, 69], "sentit": 10, "separ": [0, 1, 41, 42, 44, 49, 81, 82], "ser": 24, "seran": 24, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "servidor": [10, 24], "servir": 25, "ser\u00e0": 24, "session": [9, 20, 42], "set": [4, 6, 7, 9, 12, 15, 16, 20, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "seu": [10, 25], "seva": 24, "seve": 24, "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "si": [10, 21, 24], "sick": 40, "side": [5, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "sigui": 10, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "sincronitzaci\u00f3": [10, 22, 30], "sincronitzar": 25, "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sistema": [10, 21], "sit": 19, "situaci\u00f3": 10, "situat": 11, "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sota": 10, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 24, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superen": 24, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "suprimir": 10, "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "s\u00f3n": 24, "t": [5, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "tal": 24, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tamb\u00e9": 10, "tanmateix": 10, "tant": [21, 24], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tenen": 24, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "test": [9, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "teu": 24, "teva": 24, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 19, 20, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "tindreu": 10, "tindr\u00e0": 24, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "torni": 24, "tot": [10, 21], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "trebal": 10, "tree": 19, "tret": 10, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tu": 24, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "t\u00e9": [10, 21, 24], "t\u00fa": 10, "u": [8, 10, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": [10, 24, 26], "una": [10, 24], "unabl": 11, "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 14, 15, 17, 18, 20, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "usuari": [10, 24], "usuari1": 24, "usuari2": 24, "usuari3": 24, "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valor": 24, "valu": [7, 9, 11, 12, 16, 19, 20, 42, 44], "van": 24, "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vegada": 24, "vegeu": [10, 24], "venciment": 24, "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 12, 17, 18, 19, 20, 21, 30, 32, 33, 42, 44, 49, 50, 52, 82, 83], "versi\u00f3": [10, 41, 42, 44], "vertic": 44, "via": [4, 6, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vostr": [10, 21], "vostra": 10, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e9": [10, 24], "\u00fa": 25}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Taula de continguts", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflictes", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Gestionar arxius esborrats", "Sincronitzaci\u00f3 entre escriptori i m\u00f2bil", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 21, 24, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": 12, "archiv": 69, "arxiu": 24, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "carpet": 21, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "com": 24, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compartici\u00f3": 21, "compartit": 24, "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "contingut": 6, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "d": [21, 24], "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "de": [6, 21, 25], "deck": 75, "deeper": 12, "del": 83, "deleg": [41, 44], "delet": [39, 41, 44], "desktop": [13, 19, 20, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "el": 21, "email": [0, 28, 72], "emmagatzematg": 24, "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "entr": 25, "envelop": 44, "environ": [7, 11], "esborrat": 24, "esborren": 24, "escriptori": 25, "espai": 24, "estan": 21, "estat": 21, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": 8, "exclud": 8, "exempl": 10, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "fitxer": 21, "folder": [12, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [10, 17, 19], "gestiona": 24, "gestionar": 24, "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 26, 44], "i": [12, 25, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "l": 24, "languag": 12, "larg": 31, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 81, "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 26, 44], "movent": 21, "multipl": 42, "my": 12, "m\u00f2bil": 25, "name": 39, "nativ": 44, "nautilu": 20, "navegador": 83, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "o": 21, "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "passa": 24, "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "previsualitzaci\u00f3": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": [20, 35], "publish": 41, "pujant": 10, "quan": 24, "quick": 44, "quot": 24, "quota": 33, "qu\u00e8": 24, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "reproductor": 21, "requeri": 83, "requir": 14, "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "selecci\u00f3": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sincronitzaci\u00f3": 25, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": [27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "taula": 6, "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [12, 21, 29, 31], "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "visi\u00f3": 10, "v\u00eddeo": 21, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u201d busy times": [[41, "checking-attendees-busy-times"]], "Clients de M\u00f2bil": [[25, "mobile-clients"]], "Collectives": [[3, null]], "Com l\u2019app d\u2019arxius esborrats gestiona l\u2019espai d\u2019emmagatzematge": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflictes": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Controls de fitxers": [[21, "file-controls"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Exemple": [[10, "example"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Gestionar arxius esborrats": [[24, null]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Icones d\u2019estat de compartici\u00f3": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previsualitzaci\u00f3 de fitxers": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Pujant conflictes (experimental)": [[10, "uploading-conflicts-experimental"]], "Quick actions": [[44, "quick-actions"]], "Quotes": [[24, "quotas"]], "Qu\u00e8 passa quan s\u2019esborren arxius compartits": [[24, "what-happens-when-shared-files-are-deleted"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Reproductor de v\u00eddeo": [[21, "video-player"]], "Requeriments del navegador web": [[83, "web-browser-requirements"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecci\u00f3 de fitxers o carpetes": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Sincronitzaci\u00f3 entre escriptori i m\u00f2bil": [[25, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "S\u2019estan movent els fitxers": [[21, "moving-files"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Taula de continguts": [[6, null]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Visi\u00f3 general": [[10, "overview"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 20, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 24, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 13, 14, 17, 19, 20, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 26], "No": [9, 15, 24, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 15, 16, 17, 19, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "accedir": 21, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "actualitz": 10, "ad": [2, 7, 12, 20, 26, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 11, 12, 15, 19, 20, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "administrador": [21, 24], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "afegeix": 24, "afegeixen": 24, "afegit": [41, 42, 44], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 33], "again": [1, 9, 12, 21, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "aix\u00f2": 10, "ajustar": 24, "al": [10, 21, 24], "aleshor": 24, "algun": [10, 21], "alg\u00fa": 24, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "altr": [10, 24], "altra": 24, "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amb": [10, 21, 24, 25], "amount": 12, "an": [0, 2, 7, 8, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "antic": 24, "antiga": 24, "anul": 24, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "apareixen": 21, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "apunta": 10, "aquest": [10, 21, 24], "aquesta": 10, "ar": [0, 1, 4, 7, 8, 9, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "ara": 10, "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriba": 24, "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "arxiu": [25, 30, 32], "ask": [9, 19, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assegurar": 24, "assign": [20, 21, 44, 58, 69], "assigna": 24, "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atenci\u00f3": 10, "attach": [29, 36, 44, 67, 73], "attempt": [14, 44, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": 20, "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autor": 10, "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": 21, "baixa": 10, "baixar\u00e0": 10, "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 42, 69], "been": [7, 8, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 20, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "cada": 24, "caja": [19, 20], "calcul": [33, 41], "calcula": 24, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "canvi": 10, "canviar": [10, 24], "canviat": [10, 41], "capabl": 20, "caption": [56, 76], "caracter\u00edstiqu": 21, "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carpeta": 24, "carrega": 10, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "clic": 10, "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compareu": 10, "comparteix": 24, "comparteixi": 24, "compartir": [21, 24], "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "complicat": 24, "compon": 19, "comporta": 10, "compos": 80, "compromis": 26, "compt": 10, "compten": 24, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 10, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "configuraci\u00f3": 10, "configurat": 24, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "conflictiu": 10, "confusi\u00f3": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "contingut": 10, "continu": [19, 44, 45, 50, 69], "continuar\u00e0": 10, "contrari": 8, "contrast": 80, "control": [7, 10, 11, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "cont\u00e9": 10, "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 12, 15, 20, 21, 25, 41, 44, 51], "copia": 24, "copiar": 24, "copieu": 10, "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "costat": 10, "could": [26, 27, 41, 44], "couldn": 44, "count": 33, "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "crea": 10, "crear": [10, 21], "crear\u00e0": 10, "creat": [0, 2, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "c\u00e0rrega": 10, "c\u00f2pia": 10, "d": [10, 20, 41, 56], "dai": [0, 11, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 24, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": [10, 12, 24], "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 11, 12, 14, 15, 19, 20, 21, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defect": [10, 24], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": [6, 10, 24, 80], "delai": 15, "delet": [0, 1, 9, 15, 17, 19, 21, 24, 27, 28, 33, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "destinatari": 24, "detail": [1, 15, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detal": 24, "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "di": 24, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "difer\u00e8nci": 10, "differ": [0, 7, 8, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "din": 24, "dir": 10, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "dispon": 24, "distribuir": 21, "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 10, 12, 14, 17, 19, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 31, 33, 35, 37, 46, 57, 74, 80, 82], "documentat": 25, "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durant": 24, "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 10, 16, 19, 20, 24, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edat": 24, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editar": 21, "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "el": [10, 24, 25], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "eliminar": 21, "ell": 10, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "en": [10, 24, 25], "enabl": [0, 1, 4, 7, 9, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encara": 10, "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entorn": 10, "entr": [10, 22, 30], "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "enviat": 10, "environ": [6, 8, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esborr": 24, "esborra": 24, "esborrar": 24, "esborrar\u00e0": 24, "esborrat": [30, 32], "esborri": 24, "esc": 60, "escap": 80, "escau": 10, "escenari": [10, 24], "escriptori": [10, 22, 30], "especi": 15, "essenti": 14, "establert": 24, "estaven": 24, "est\u00e0": 25, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execucion": 10, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": 19, "explorador": 10, "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fer": [10, 24, 25], "fetch": 41, "feu": 10, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "fin": 24, "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finestra": 10, "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fitxer": 10, "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 53, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "gent": 24, "german": 80, "gestionar": [30, 32], "gesti\u00f3": 24, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "groga": 10, "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 24, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "haver": [10, 24], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 15, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hi": 10, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "ho": 24, "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "hood": 15, "horizont": [2, 44], "hor\u00e0ria": 24, "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icona": 10, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 12, 14, 27, 36, 42, 53, 54, 62, 69], "immediata": [10, 24], "impedir": 24, "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "inclou": 10, "includ": [6, 8, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "individual": 25, "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inhabilitar": 21, "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "ins\u00edgnia": 10, "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intenteu": 10, "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "interf\u00edci": 21, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "ja": 10, "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "l": [10, 25], "la": [10, 21, 24, 41, 42, 44], "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "lar": 24, "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "le": [10, 24], "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llista": 10, "lliur": 24, "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "l\u00edmit": 24, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 12, 17, 19, 20, 23, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "manera": [10, 24], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "marca": 24, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "mateix": 10, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "mesura": 10, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "millor": 10, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mitig": 80, "mitjan\u00e7": 10, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "moguda": 24, "molt": 10, "moment": [10, 24], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mostra": [10, 24], "mostrar": 10, "mou": 24, "mount": [21, 27, 28, 35], "mour": 24, "mour\u00e0": 24, "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "m\u00e0gic": 24, "m\u00e0quina": 10, "m\u00e0xim": 24, "m\u00e9": [10, 24], "m\u00f2bil": [22, 30], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navegador": 6, "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": 24, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "necessita": 10, "need": [2, 7, 9, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "nom": [10, 24], "nom\u00e9": 24, "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "notar\u00e0": 10, "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": 41, "notif": [6, 7, 9, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 15, 41, 60, 69, 72, 76], "notifica": 10, "notificacion": 10, "notificar\u00e0": 10, "notificationrefreshinterv": 9, "notify_push": 15, "nou": 24, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": [8, 24], "object": [0, 27, 35], "obr": 10, "obriu": 10, "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 28, 33, 80], "oldest": [33, 39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "opci\u00f3": 21, "open": [0, 1, 2, 7, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "ordinador": [24, 25], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "paperer": 24, "paperera": 24, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "penjar": 10, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 10, 15, 21, 24, 25, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permanent": 24, "permeti": 10, "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "perm\u00e8": 24, "persist": [9, 20, 27], "person": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "persona": 10, "per\u00edod": 24, "per\u00f2": [10, 24], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "poden": 24, "poder": 24, "podeu": [10, 21], "podria": 10, "podr\u00e0": 10, "point": [14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "posseeix": 24, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "pot": [10, 24], "potenti": 44, "power": [1, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "pregunteu": 21, "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "previsualitzar": 21, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "produeixin": 10, "produ\u00eft": 10, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "propera": 24, "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propietari": 24, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provar": 10, "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 26, 31, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pugui": 10, "puja": 10, "pujar": 10, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "qualsevol": 24, "quan": 10, "que": [10, 24], "queda": 10, "queden": 24, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 24, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recogn": 20, "recognis": 15, "recomanem": 25, "recommend": [15, 20, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recuperar": 24, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [41, 42, 44, 76], "rellev": 10, "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remota": 10, "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "requeri": 6, "request": [1, 20, 31, 44, 45], "requir": [1, 7, 8, 15, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resoldr": 10, "resolgui": 10, "resolt": 10, "resolv": 15, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retenci\u00f3": 24, "retent": [33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revisa": 24, "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "saber": 24, "sabredav": 20, "safari": 83, "safata": 10, "safe": [17, 38, 53, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 12, 13, 14, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "seg\u00fcent": 24, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sent": [0, 28, 41, 44, 69], "sentit": 10, "separ": [0, 1, 41, 42, 44, 49, 81, 82], "ser": 24, "seran": 24, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "servidor": [10, 24], "servir": 25, "ser\u00e0": 24, "session": [9, 20, 42], "set": [4, 6, 7, 9, 12, 15, 16, 20, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "seu": [10, 25], "seva": 24, "seve": 24, "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "si": [10, 21, 24], "sick": 40, "side": [5, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "sigui": 10, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "sincronitzaci\u00f3": [10, 22, 30], "sincronitzar": 25, "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sistema": [10, 21], "sit": 19, "situaci\u00f3": 10, "situat": 11, "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sota": 10, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 24, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superen": 24, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "suprimir": 10, "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "s\u00f3n": 24, "t": [5, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "tal": 24, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tamb\u00e9": 10, "tanmateix": 10, "tant": [21, 24], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tenen": 24, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termin": 15, "test": [9, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "teu": 24, "teva": 24, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 19, 20, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "tindreu": 10, "tindr\u00e0": 24, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "torni": 24, "tot": [10, 21], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "trebal": 10, "tree": 19, "tret": 10, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tu": 24, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "t\u00e9": [10, 21, 24], "t\u00fa": 10, "u": [8, 10, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": [10, 24, 26], "una": [10, 24], "unabl": 11, "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 14, 15, 17, 18, 20, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "usuari": [10, 24], "usuari1": 24, "usuari2": 24, "usuari3": 24, "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valor": 24, "valu": [7, 9, 11, 12, 15, 16, 19, 20, 42, 44], "van": 24, "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vegada": 24, "vegeu": [10, 24], "venciment": 24, "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 12, 17, 18, 19, 20, 21, 30, 32, 33, 42, 44, 49, 50, 52, 82, 83], "versi\u00f3": [10, 41, 42, 44], "vertic": 44, "via": [4, 6, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vostr": [10, 21], "vostra": 10, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e9": [10, 24], "\u00fa": 25}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Taula de continguts", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflictes", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Gestionar arxius esborrats", "Sincronitzaci\u00f3 entre escriptori i m\u00f2bil", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 21, 24, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": 12, "archiv": 69, "arxiu": 24, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "carpet": 21, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "com": 24, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compartici\u00f3": 21, "compartit": 24, "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "contingut": 6, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "d": [21, 24], "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "de": [6, 21, 25], "debug": 15, "deck": 75, "deeper": 12, "del": 83, "deleg": [41, 44], "delet": [39, 41, 44], "desktop": [13, 19, 20, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "el": 21, "email": [0, 28, 72], "emmagatzematg": 24, "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "entr": 25, "envelop": 44, "environ": [7, 11], "esborrat": 24, "esborren": 24, "escriptori": 25, "espai": 24, "estan": 21, "estat": 21, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": 8, "exclud": 8, "exempl": 10, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "fitxer": 21, "folder": [12, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [10, 17, 19], "gestiona": 24, "gestionar": 24, "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 26, 44], "i": [12, 25, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "l": 24, "languag": 12, "larg": 31, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": [15, 81], "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 26, 44], "movent": 21, "multipl": 42, "my": 12, "m\u00f2bil": 25, "name": 39, "nativ": 44, "nautilu": 20, "navegador": 83, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "o": 21, "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "passa": 24, "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "previsualitzaci\u00f3": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": [20, 35], "publish": 41, "pujant": 10, "quan": 24, "quick": 44, "quot": 24, "quota": 33, "qu\u00e8": 24, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "reproductor": 21, "requeri": 83, "requir": 14, "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "selecci\u00f3": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sincronitzaci\u00f3": 25, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": [27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "taula": 6, "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [12, 21, 29, 31], "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "visi\u00f3": 10, "v\u00eddeo": 21, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/cs/contents.html b/server/latest/user_manual/cs/contents.html index e1a22f91e93..1031fd5b7d2 100644 --- a/server/latest/user_manual/cs/contents.html +++ b/server/latest/user_manual/cs/contents.html @@ -180,6 +180,7 @@
      156. Instalace
      157. Uninstallation
      158. Používání synchronizačního klienta
      159. +
      160. Using the macOS File Provider
      161. Using the Command-Line Client
      162. Command-Line Options
      163. Configuration File
      164. diff --git a/server/latest/user_manual/cs/desktop/autoupdate.html b/server/latest/user_manual/cs/desktop/autoupdate.html index f7f62a08992..184c81a6791 100644 --- a/server/latest/user_manual/cs/desktop/autoupdate.html +++ b/server/latest/user_manual/cs/desktop/autoupdate.html @@ -84,6 +84,7 @@
      165. Instalace
      166. Uninstallation
      167. Používání synchronizačního klienta
      168. +
      169. Using the macOS File Provider
      170. Using the Command-Line Client
      171. Command-Line Options
      172. Configuration File
      173. diff --git a/server/latest/user_manual/cs/desktop/commandline.html b/server/latest/user_manual/cs/desktop/commandline.html index f5b1313330a..c7904e79702 100644 --- a/server/latest/user_manual/cs/desktop/commandline.html +++ b/server/latest/user_manual/cs/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      174. Instalace
      175. Uninstallation
      176. Používání synchronizačního klienta
      177. +
      178. Using the macOS File Provider
      179. Using the Command-Line Client
      180. Používání synchronizačního klienta
      181. +
      182. Using the macOS File Provider
      183. Using the Command-Line Client
      184. Command-Line Options
      185. Configuration File
      186. diff --git a/server/latest/user_manual/cs/desktop/updatechannel.html b/server/latest/user_manual/cs/desktop/updatechannel.html index d097f9651f7..1ac89bdea3d 100644 --- a/server/latest/user_manual/cs/desktop/updatechannel.html +++ b/server/latest/user_manual/cs/desktop/updatechannel.html @@ -84,6 +84,7 @@
      187. Instalace
      188. Uninstallation
      189. Používání synchronizačního klienta
      190. +
      191. Using the macOS File Provider
      192. Using the Command-Line Client
      193. Command-Line Options
      194. Configuration File
      195. diff --git a/server/latest/user_manual/cs/desktop/usage.html b/server/latest/user_manual/cs/desktop/usage.html index a516e233820..1e12bb1ad89 100644 --- a/server/latest/user_manual/cs/desktop/usage.html +++ b/server/latest/user_manual/cs/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      196. Obecné okno
      197. Použití okna Síť
      198. Používání editoru seznamu souborů k ignorování
      199. -
      200. Virtual Files on macOS -
      201. +
      202. Using the macOS File Provider
      203. Using the Command-Line Client
      204. Command-Line Options
      205. Configuration File
      206. @@ -298,15 +295,6 @@

        Použití okna Síť

        Ty soubory, které způsobí jednotlivé chyby třikrát v průběhu jedné synchronizace, jsou odebrány. Nicméně, klient poskytuje možnost pokusit se u problematických souborů o další pokus (opět s limitem třech neúspěchů).

        -
        -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - -
        @@ -314,7 +302,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/cs/groupware/sync_ios.html b/server/latest/user_manual/cs/groupware/sync_ios.html index 022836ef84e..f5624effafd 100644 --- a/server/latest/user_manual/cs/groupware/sync_ios.html +++ b/server/latest/user_manual/cs/groupware/sync_ios.html @@ -186,7 +186,7 @@

        Kontakty

        Poznámka

        If you select CalDAV only calendar syncing will be made available.

        -

        Pokud to ani tak nefunguje, podívejte se do příručky Řešení problémů s kontakty a kalendářem nebo Řešení problémů s objevováním služby.

        +

        Pokud to ani tak nefunguje, podívejte se do příručky Řešení problémů s kontakty a kalendářem nebo Řešení problémů s objevováním služby.

        diff --git a/server/latest/user_manual/cs/objects.inv b/server/latest/user_manual/cs/objects.inv index b81cd9cd0ae..02d784b577f 100644 Binary files a/server/latest/user_manual/cs/objects.inv and b/server/latest/user_manual/cs/objects.inv differ diff --git a/server/latest/user_manual/cs/searchindex.js b/server/latest/user_manual/cs/searchindex.js index be3d31eb903..cebae5b76ec 100644 --- a/server/latest/user_manual/cs/searchindex.js +++ b/server/latest/user_manual/cs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI shrnut\u00ed": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Akce": [[44, "actions"]], "Akce kontextov\u00e9 nab\u00eddky": [[15, "context-menu-actions"]], "Akce ohledn\u011b ob\u00e1lky": [[44, "envelope-actions"]], "Akce ohledn\u011b zpr\u00e1vy": [[44, "message-actions"]], "Alias files": [[15, "alias-files"]], "Alternativa: Pou\u017eit\u00ed dopl\u0148ku CardBook (pouze kontakty)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automatick\u00e9 maz\u00e1n\u00ed ko\u0161e": [[44, "automatic-trash-deletion"]], "Automatick\u00e9 odpov\u011bdi": [[44, "autoresponders"]], "Automatizovan\u00fd stav u\u017eivatele": [[41, "automated-user-status"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bez Nextcloud mobiln\u00ed aplikace": [[45, "without-the-nextcloud-mobile-app"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Chci p\u0159esunout svou lok\u00e1ln\u00ed synchroniza\u010dn\u00ed slo\u017eku": [[12, "i-want-to-move-my-local-sync-folder"]], "Chytr\u00e9 odpov\u011bdi": [[44, "smart-replies"]], "Co se stane, kdy\u017e jsou smaz\u00e1ny sd\u00edlen\u00e9 soubory": [[24, "what-happens-when-shared-files-are-deleted"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Deck": [[75, "deck"]], "Delegov\u00e1n\u00ed \u00fa\u010dtu": [[44, "account-delegation"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Detekce rhyba\u0159en\u00ed": [[44, "phishing-detection"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Doporu\u010den\u00e1 metoda": [[50, "recommended-method"]], "Dostupnost (pracovn\u00ed doba)": [[41, "availability-working-hours"]], "Dostupnost m\u00edstnosti": [[41, "room-availability"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtr": [[44, "filter"]], "Filtrov\u00e1n\u00ed a automatick\u00e9 odpov\u00edd\u00e1n\u00ed": [[44, "filtering-and-autoresponder"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Hesla pro jednotliv\u00e1 za\u0159\u00edzen\u00ed a zm\u011bna p\u0159ihla\u0161ovac\u00edho hesla": [[54, "device-specific-passwords-and-password-changes"]], "Heslo k z\u00e1chrann\u00e9mu kl\u00ed\u010di": [[26, "recovery-key-password"]], "How to onboard your team": [[5, null]], "Ikona v oznamovac\u00ed oblasti syst\u00e9mov\u00e9ho panelu": [[19, "systray-icon"]], "Ikony stavu sd\u00edlen\u00ed": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import kalend\u00e1\u0159e": [[41, "import-a-calendar"]], "Importov\u00e1n\u00ed virtu\u00e1ln\u00edch kontakt\u016f": [[42, "importing-virtual-contacts"]], "Indik\u00e1tory stavu synchronizace": [[15, "sync-status-indicators"]], "Informace o p\u0159\u00edjemci na editoru": [[44, "recipient-info-on-composer"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Instalace": [[14, null]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Interacting with messages": [[76, null]], "Intern\u00ed adresy": [[44, "internal-addresses"]], "Intern\u00ed sd\u00edlen\u00ed s u\u017eivateli a skupinami": [[35, "internal-shares-with-users-and-groups"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Jak aplikace Smazan\u00e9 soubory spravuje prostor na \u00falo\u017ei\u0161ti": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Jak funguje \u201eUpravit lok\u00e1ln\u011b\u201c": [[12, "how-the-edit-locally-functionality-works"]], "Jak je mo\u017en\u00e9 \u0161ifrov\u00e1n\u00ed vypnout?": [[26, "how-can-encryption-be-disabled"]], "Jak p\u0159idat nov\u00fd filtr": [[44, "how-to-add-a-new-filter"]], "Jak smazat filtr": [[44, "how-to-delete-a-filter"]], "Jak to zapnout": [[12, "how-to-enable-it"]], "Je mo\u017en\u00e9 vypnout \u0161ifrov\u00e1n\u00ed pomoc\u00ed z\u00e1chrann\u00e9ho kl\u00ed\u010de?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Je mo\u017en\u00e9 \u0161ifrov\u00e1n\u00ed vypnout bez hesla u\u017eivatele?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Je pl\u00e1nov\u00e1no p\u0159esunout toto na p\u0159\u00ed\u0161t\u00ed p\u0159ihl\u00e1\u0161en\u00ed se u\u017eivatele nebo do podoby \u00falohy, spu\u0161t\u011bn\u00e9 na pozad\u00ed?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Jin\u00e9 \u0159e\u0161en\u00ed": [[20, "solution-2"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kalend\u00e1\u0159": [[47, "calendar"], [51, "calendar"]], "Kalend\u00e1\u0159 s narozeninami": [[41, "birthday-calendar"]], "Kalend\u00e1\u0159e": [[50, "calendars"]], "Kan\u00e1ly aktualizac\u00ed": [[18, null]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Klienti pro mobiln\u00ed platformy": [[25, "mobile-clients"]], "Known issues": [[15, "known-issues"]], "Kolize": [[10, null]], "Kolize p\u0159i nahr\u00e1v\u00e1n\u00ed (experiment\u00e1ln\u00ed)": [[10, "uploading-conflicts-experimental"]], "Kontakty": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Kontakty a kalend\u00e1\u0159e": [[45, "contacts-and-calendar"]], "Kontrola zanepr\u00e1zdn\u011bnost\u00ed \u00fa\u010dastn\u00edk\u016f": [[41, "checking-attendees-busy-times"]], "Ko\u0161": [[41, "trash-bin"]], "Kv\u00f3ta \u00falo\u017ei\u0161t\u011b": [[33, null]], "Kv\u00f3ty": [[24, "quotas"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mapov\u00e1n\u00ed disk\u016f pomoc\u00ed Pr\u016fzkumn\u00edka Windows": [[20, "mapping-drives-with-windows-explorer"]], "Mapov\u00e1n\u00ed jednotek z p\u0159\u00edkazov\u00e9ho \u0159\u00e1dku": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Maz\u00e1n\u00ed \u0161t\u00edtk\u016f": [[44, "delete-tags"]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimalizace dialogu editoru zpr\u00e1vy": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Motivy vzhledu, kter\u00e9 jsou u\u017e sou\u010d\u00e1st\u00ed": [[80, "included-themes"]], "Na Linuxu": [[12, "on-linux"]], "Na Windows": [[12, "on-windows"]], "Nahr\u00e1v\u00e1n\u00ed soubor\u016f": [[29, "uploading-files"]], "Nahr\u00e1v\u00e1n\u00ed velk\u00fdch soubor\u016f": [[31, null]], "Naimportov\u00e1n\u00ed ud\u00e1lost\u00ed / p\u0159id\u00e1n\u00ed .ics ud\u00e1losti": [[41, "import-an-event-add-ics-event"]], "Napl\u00e1novan\u00e9 zpr\u00e1vy": [[44, "scheduled-messages"]], "Napojen\u00ed na Finder": [[15, "finder-integration"]], "Napojen\u00ed na n\u00e1st\u011bnku": [[44, "dashboard-integration"]], "Naps\u00e1n\u00ed zpr\u00e1vy": [[44, "compose-messages"]], "Nastaven\u00ed": [[15, "configuration"]], "Nastaven\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed": [[81, "configuring-two-factor-authentication"]], "Nastaven\u00ed p\u0159ipom\u00ednek": [[41, "set-up-reminders"]], "Nastaven\u00ed va\u0161ich p\u0159edvoleb": [[82, null]], "Nastaven\u00ed va\u0161ich \u00fa\u010dt\u016f": [[49, "setup-your-accounts"]], "Nastaven\u00ed va\u0161\u00ed vlastn\u00ed schr\u00e1nky pro p\u0159\u00edjem soubor\u016f": [[29, "setting-up-your-own-file-drop"]], "Nastaven\u00ed \u00fa\u010dtu": [[44, "account-settings"]], "Nastavit stav u\u017eivatele": [[19, "set-the-user-status"]], "Nastavov\u00e1n\u00ed Nextcloud \u00fa\u010dtu": [[19, "configuring-nextcloud-account-settings"]], "Nastavov\u00e1n\u00ed zpr\u00e1v \u201eJsem mimo kancel\u00e1\u0159\u201c": [[40, null]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Ne\u0161ifrovan\u00e9 soubory": [[26, "files-not-encrypted"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "N\u00e1hledy obsahu soubor\u016f": [[21, "previewing-files"]], "N\u00e1stroj pro automatickou aktualizaci": [[7, null]], "N\u011bkter\u00e9 soubory jsou po\u0159\u00e1d dokola nahr\u00e1v\u00e1ny na server, i kdy\u017e v nich neprob\u011bhla \u017e\u00e1dn\u00e1 zm\u011bna.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Obecn\u00e9 okno": [[19, "general-window"]], "Objevilo se Varov\u00e1n\u00ed ohledn\u011b nespolehlivosti sledov\u00e1n\u00ed zm\u011bn v synchronizovan\u00fdch slo\u017ek\u00e1ch.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Obr\u00e1zek ke kontaktu": [[42, "contact-picture"]], "Obsah": [[6, null]], "Odchoz\u00ed po\u0161ta": [[44, "outbox"]], "Odhl\u00e1\u0161en\u00ed se z odb\u011bru e-mailov\u00e9 konference": [[44, "unsubscribe-from-a-mailing-list"]], "Odlo\u017eit": [[44, "snooze"]], "Odpov\u00edd\u00e1n\u00ed na pozv\u00e1nky": [[41, "responding-to-invitations"]], "Odpov\u011b\u010f": [[20, "answer"]], "Ofici\u00e1ln\u00ed Nextcloud klienti pro desktopov\u00e9 a mobiln\u00ed platformy": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Omezen\u00ed toho, kdo m\u016f\u017ee vid\u011bt \u00fadaje z va\u0161eho profilu": [[82, "restrict-who-can-see-your-profile-data"]], "Open conversations": [[78, null]], "Ostatn\u00ed s p\u0159\u00edstupem": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Ovl\u00e1dac\u00ed prvek kalend\u00e1\u0159e": [[41, "calendar-widget"]], "Ovl\u00e1dac\u00ed prvky soubor\u016f": [[21, "file-controls"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Podm\u00ednky": [[44, "conditions"]], "Podporovan\u00e9 funkce": [[15, "supported-features"]], "Pohyb po aplikaci prost\u0159ednictv\u00edm kl\u00e1vesnice": [[80, "navigating-via-keyboard"]], "Pojmenov\u00e1n\u00ed verze": [[39, "naming-a-version"]], "Polls in chat": [[56, "polls-in-chat"]], "Pou\u017eit\u00ed okna S\u00ed\u0165": [[19, "using-the-network-window"]], "Pou\u017e\u00edv\u00e1n\u00ed aplikace E-mail": [[44, null]], "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kalend\u00e1\u0159": [[41, null]], "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kontakty": [[42, null]], "Pou\u017e\u00edv\u00e1n\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed se": [[81, null]], "Pou\u017e\u00edv\u00e1n\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed se pomoc\u00ed hardwarov\u00fdch token\u016f": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Pou\u017e\u00edv\u00e1n\u00ed editoru seznamu soubor\u016f k ignorov\u00e1n\u00ed": [[19, "using-the-ignored-files-editor"]], "Pou\u017e\u00edv\u00e1n\u00ed klientsk\u00fdch aplikac\u00ed p\u0159i dvouf\u00e1zov\u00e9m ov\u011b\u0159ov\u00e1n\u00ed": [[81, "using-client-applications-with-two-factor-authentication"]], "Pou\u017e\u00edv\u00e1n\u00ed synchroniza\u010dn\u00edho klienta": [[19, null]], "Pou\u017e\u00edv\u00e1n\u00ed \u0161ifrov\u00e1n\u00ed": [[26, "using-encryption"]], "Pozv\u00e1n\u00ed \u00fa\u010dastn\u00edk\u016f na ud\u00e1lost": [[41, "invite-attendees-to-an-event"]], "Po\u017eadavky na syst\u00e9m": [[14, "system-requirements"]], "Po\u017eadavky na webov\u00fd prohl\u00ed\u017ee\u010d": [[83, "web-browser-requirements"]], "Probl\u00e9m": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Prov\u00e1d\u011bn\u00ed anonymn\u00edch nahr\u00e1n\u00ed": [[29, null]], "Pr\u00e1ce se zarezervovanou sch\u016fzkou": [[41, "working-with-the-booked-appointment"]], "Pr\u016fhlednost kalend\u00e1\u0159e": [[41, "calendar-transparency"]], "P\u0159edvolby pro t\u00fdm": [[42, "team-options"]], "P\u0159ehled": [[10, "overview"]], "P\u0159ehr\u00e1va\u010d vide\u00ed": [[21, "video-player"]], "P\u0159ekl\u00e1d\u00e1n\u00ed e-mail\u016f": [[44, "mail-translation"]], "P\u0159ekryvn\u00e9 ikony spr\u00e1vce soubor\u016f": [[19, "file-manager-overlay-icons"]], "P\u0159epnout rozvr\u017een\u00ed": [[44, "switch-layout"]], "P\u0159esouv\u00e1n\u00ed soubor\u016f": [[21, "moving-files"]], "P\u0159esunut\u00ed zpr\u00e1v do slo\u017eky Nevy\u017e\u00e1dan\u00e9": [[44, "move-messages-to-junk-folder"]], "P\u0159idat do t\u00fdmu \u010dleny": [[42, "add-members-to-a-team"]], "P\u0159id\u00e1n\u00ed konverzace v Talk": [[41, "add-talk-conversation"]], "P\u0159id\u00e1n\u00ed nov\u00e9ho e-mailov\u00e9ho \u00fa\u010dtu": [[44, "add-a-new-mail-account"]], "P\u0159id\u00e1n\u00ed ve\u0159ejn\u00e9ho sd\u00edlen\u00ed do Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "P\u0159id\u00e1v\u00e1n\u00ed a spr\u00e1va adres\u00e1\u0159\u016f kontakt\u016f": [[42, "adding-and-managing-address-books"]], "P\u0159id\u00e1v\u00e1n\u00ed kontakt\u016f": [[42, "adding-contacts"]], "P\u0159id\u00e1v\u00e1n\u00ed nov\u00fdch \u00fa\u010dt\u016f": [[19, "adding-new-accounts"]], "P\u0159id\u00e1v\u00e1n\u00ed p\u0159\u00edloh k ud\u00e1lostem": [[41, "add-attachments-to-events"]], "P\u0159ihla\u0161ov\u00e1n\u00ed se s dvouf\u00e1zov\u00fdm ov\u011b\u0159ov\u00e1n\u00edm se": [[81, "logging-in-with-two-factor-authentication"]], "P\u0159ihl\u00e1\u0161en\u00ed se k odeb\u00edr\u00e1n\u00ed kalend\u00e1\u0159e": [[41, "subscribe-to-a-calendar"]], "P\u0159ihl\u00e1\u0161en\u00ed se k odeb\u00edr\u00e1n\u00ed kalend\u00e1\u0159e sv\u00e1tk\u016f": [[41, "subscribe-to-a-holiday-calendar"]], "P\u0159ipom\u00ednky n\u00e1sledn\u00fdch krok\u016f": [[44, "follow-up-reminders"]], "P\u0159istupov\u00e1n\u00ed k soubor\u016f pomoc\u00ed cURL": [[20, "accessing-files-using-curl"]], "P\u0159istupov\u00e1n\u00ed k soubor\u016fm ze syst\u00e9mu Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "P\u0159i\u0159azov\u00e1n\u00ed m\u00edstnost\u00ed a prost\u0159edk\u016f ud\u00e1losti": [[41, "assign-rooms-and-resources-to-an-event"]], "P\u0159\u00edklad": [[10, "example"]], "P\u0159\u00edstup k soubor\u016fm pomoc\u00ed n\u00e1stroje Cyberduck": [[20, "accessing-files-using-cyberduck"]], "P\u0159\u00edstup k soubor\u016fm v Nextcloud prost\u0159ednictv\u00edm protokolu WebDAV": [[20, null]], "P\u0159\u00edstup k soubor\u016fm ze syst\u00e9mu Linux": [[20, "accessing-files-using-linux"]], "P\u0159\u00edstup k soubor\u016fm ze syst\u00e9mu macOS": [[20, "accessing-files-using-macos"]], "P\u0159\u00edstup k ve\u0159ejn\u00fdm sd\u00edlen\u00edm prost\u0159ednictv\u00edm WebDAV": [[20, "accessing-public-shares-over-webdav"]], "P\u0159\u00edstup soubor\u016fm pomoc\u00ed WinSCP": [[20, "accessing-files-using-winscp"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Re\u017eim zobrazen\u00ed / operac\u00ed se zpr\u00e1vami": [[44, "message-display-operation-mode"]], "Role v t\u00fdmu": [[42, "team-roles"]], "Running a task": [[1, "running-a-task"]], "Ru\u010dn\u00ed p\u0159id\u00e1v\u00e1n\u00ed kontakt\u016f": [[42, "adding-contacts-manually"]], "R\u00e1d/a bych zm\u011bnil/a jazyk u\u017eivatelsk\u00e9ho rozhran\u00ed": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "S Nextcloud mobiln\u00ed aplikac\u00ed": [[45, "with-the-nextcloud-mobile-app"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Schr\u00e1nka pro p\u0159ednostn\u00ed zpr\u00e1vy": [[44, "priority-inbox"]], "Sch\u016fzky": [[41, "appointments"]], "Screen sharing": [[63, null]], "Sd\u00edlen\u00e9 polo\u017eky": [[42, "shared-items"]], "Sd\u00edlen\u00ed kalend\u00e1\u0159\u016f": [[41, "sharing-calendars"]], "Sd\u00edlen\u00ed va\u0161ich \u00fadaj\u016f v glob\u00e1ln\u00edm adres\u00e1\u0159i kontakt\u016f": [[82, "sharing-your-data-in-the-global-address-book"]], "Sd\u00edlen\u00ed ve\u0159ejn\u00fdm odkazem": [[35, "public-link-shares"]], "Sd\u00edlen\u00ed z va\u0161eho desktopu": [[19, "sharing-from-your-desktop"]], "Sd\u00edlen\u00ed \u0161ifrovan\u00fdch soubor\u016f": [[26, "sharing-encrypted-files"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Shrnut\u00ed vl\u00e1kna": [[44, "thread-summary"]], "Silent messages": [[66, "silent-messages"]], "Slou\u010den\u00ed duplicitn\u00edch kontakt\u016f": [[42, "merging-duplicate-contacts"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smaz\u00e1n\u00ed verze": [[39, "deleting-a-version"]], "Software pro podporu spolupr\u00e1ce": [[43, null]], "Sort favorites up": [[44, "sort-favorites-up"]], "Soubory a synchronizace": [[30, null]], "Soubory a upozorn\u011bn\u00ed": [[45, "files-and-notifications"]], "Speaker view": [[65, "speaker-view"]], "Spr\u00e1va kalend\u00e1\u0159\u016f": [[41, "managing-your-calendars"]], "Spr\u00e1va p\u0159ipojen\u00fdch prohl\u00ed\u017ee\u010d\u016f": [[54, "managing-connected-browsers"]], "Spr\u00e1va p\u0159ipojen\u00fdch prohl\u00ed\u017ee\u010d\u016f a za\u0159\u00edzen\u00ed": [[54, null]], "Spr\u00e1va smazan\u00fdch soubor\u016f": [[24, null]], "Spr\u00e1va ud\u00e1lost\u00ed": [[41, "managing-events"]], "Spr\u00e1va va\u0161eho e-mailov\u00e9ho \u00fa\u010dtu": [[44, "managing-your-mail-account"]], "Spr\u00e1va verz\u00ed": [[39, null]], "Spr\u00e1va v\u00edcero kontakt\u016f nar\u00e1z": [[42, "managing-multiple-contacts-at-a-time"]], "Spr\u00e1va za\u0159\u00edzen\u00ed": [[54, "managing-devices"]], "Spr\u00e1vce soubor\u016f Nautilus": [[20, "nautilus-file-manager"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "Synchronizace s GNOME desktopem": [[46, null]], "Synchronizace s aplikac\u00ed KDE Kontact": [[48, null]], "Synchronizace s aplikac\u00ed Thunderbird": [[50, null]], "Synchronizace s desktopov\u00fdmi a mobiln\u00edmi platformami": [[25, null]], "Synchronizace se syst\u00e9mem Android": [[45, null]], "Synchronizace se syst\u00e9mem Windows 10": [[51, null]], "Synchronizace se syst\u00e9mem iOS": [[47, null]], "Synchronizace se syst\u00e9mem macOS": [[49, null]], "Synchronizace se zastav\u00ed p\u0159i pokusu o synchronizaci podadres\u00e1\u0159\u016f vno\u0159en\u00fdch hloub\u011bji ne\u017e 100 \u00farovn\u00ed.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Textov\u00e9 bloky": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "T\u00fdmy": [[42, "teams"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Upravit \u0161t\u00edtky": [[44, "edit-tags"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Uspo\u0159\u00e1d\u00e1vejte sv\u00e9 kontakty pomoc\u00ed skupin kontakt\u016f": [[42, "organize-your-contacts-with-contact-groups"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Volby p\u0159id\u00e1n\u00ed opakovan\u00e9ho": [[41, "add-recurring-options"]], "Vyb\u00edr\u00e1n\u00ed soubor\u016f \u010di slo\u017eek": [[21, "selecting-files-or-folders"]], "Vytvo\u0159en\u00ed filtru ze zpr\u00e1vy": [[44, "create-a-filter-from-a-message"]], "Vytvo\u0159en\u00ed nov\u00e9 ud\u00e1losti": [[41, "create-a-new-event"]], "Vytvo\u0159en\u00ed nov\u00e9ho kalend\u00e1\u0159e": [[41, "create-a-new-calendar"]], "Vytvo\u0159en\u00ed t\u00fdmu": [[42, "create-a-team"]], "Vytvo\u0159en\u00ed ud\u00e1losti": [[44, "create-an-event"]], "Vytvo\u0159en\u00ed \u00fakolu": [[44, "create-a-task"]], "Vytv\u00e1\u0159en\u00ed WebDAV p\u0159ipojen\u00ed z linuxov\u00e9ho p\u0159\u00edkazov\u00e9ho \u0159\u00e1dku": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Vytv\u00e1\u0159en\u00ed m\u00edstnost\u00ed v Talk pro zarezervovan\u00e9 sch\u016fzky": [[41, "create-talk-room-for-booked-appointments"]], "Vytv\u00e1\u0159en\u00ed nastaven\u00ed pro sch\u016fzku": [[41, "creating-an-appointment-configuration"]], "V\u011bci ke zv\u00e1\u017een\u00ed": [[81, "considerations"]], "V\u0161echny schr\u00e1nky": [[44, "all-inboxes"]], "WebDAV klienti t\u0159et\u00edch stran": [[20, "third-party-webdav-clients"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Zabezpe\u010den\u00ed": [[44, "security"]], "Zabr\u00e1n\u011bn\u00ed automatick\u00fdm aktualizac\u00edm": [[7, "preventing-automatic-updates"]], "Zabr\u00e1n\u011bn\u00ed automatick\u00fdm aktualizac\u00edm v prost\u0159ed\u00ed Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Zabr\u00e1n\u011bn\u00ed automatick\u00fdm aktualizac\u00edm v prost\u0159ed\u00ed Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Zapn\u011bte hled\u00e1n\u00ed v t\u011ble e-mailu": [[44, "enable-mail-body-search"]], "Zarezervov\u00e1n\u00ed sch\u016fzky": [[41, "booking-an-appointment"]], "Zm\u00edn\u011bn\u00ed kontakt\u016f": [[44, "mention-contacts"]], "Zm\u011bna barvy \u0161t\u00edtk\u016f": [[44, "change-color-for-tags"]], "Zm\u011bna hesla k soukrom\u00e9 \u010d\u00e1sti kl\u00ed\u010de": [[26, "change-private-key-password"]], "Zm\u011bna po\u0159ad\u00ed \u0159azen\u00ed": [[44, "change-sort-order"]], "Zn\u00e1m\u00e9 probl\u00e9my": [[20, "known-issues"], [20, "known-problems"]], "Zp\u0159\u00edstupn\u011bn\u00ed pro v\u0161echny": [[80, null]], "Zve\u0159ejn\u011bn\u00ed kalend\u00e1\u0159e": [[41, "publishing-a-calendar"]], "Zv\u011bt\u0161ov\u00e1n\u00ed a p\u0159izp\u016fsobov\u00e1n\u00ed zobrazen\u00ed rozm\u011br\u016fm": [[80, "zoom-and-responsiveness"]], "Z\u00e1kladn\u00ed pracovn\u00ed postup": [[7, "basic-workflow"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00daprava nebo odebr\u00e1n\u00ed \u00fadaje u kontaktu": [[42, "edit-or-remove-contact-information"]], "\u00daprava, export nebo smaz\u00e1n\u00ed kalend\u00e1\u0159e": [[41, "edit-export-or-delete-a-calendar"]], "\u00daprava, zduplikov\u00e1n\u00ed nebo smaz\u00e1n\u00ed ud\u00e1losti": [[41, "edit-duplicate-or-delete-an-event"]], "\u00davod do u\u017eivatelsk\u00e9 p\u0159\u00edru\u010dky k Nextcloud verze 35": [[53, null]], "\u010casto kladen\u00e9 dotazy": [[12, null]], "\u010casto kladen\u00e9 dotazy ohledn\u011b \u0161ifrov\u00e1n\u00ed": [[26, "encryption-faq"]], "\u0158e\u0161en\u00ed": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "solution-1"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u0158e\u0161en\u00ed probl\u00e9m\u016f": [[49, "troubleshooting"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 40, 42, 43, 44, 47, 51, 53, 58, 60, 62, 76, 80, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0k": 20, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 20, 36, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 20, 36, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "64bitov\u00e9": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 20, 27, 39, 41, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "As": [0, 41, 48, 56, 77], "At": [20, 49, 54], "By": [0, 5, 69, 70], "For": [0, 2, 6, 13, 14, 17, 19, 27, 36, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 17, 38, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 38, 39, 41, 42, 44, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [20, 51, 76], "There": [17, 20, 66, 69, 72], "These": [14, 41, 69], "To": [0, 1, 2, 4, 8, 10, 12, 15, 16, 17, 20, 21, 26, 27, 35, 36, 41, 42, 44, 50, 58, 62, 63, 69, 70, 81, 82], "With": [20, 21, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abi": [20, 24, 26, 28, 31, 35, 41, 42, 44, 49, 80, 82], "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 21, 41, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": 69, "abyst": [20, 26, 41, 45], "acceler": 15, "accept": [44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 14, 42, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 42, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "addressbook": 51, "adjust": [9, 11, 15, 20, 82], "admin": [14, 36, 42], "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administrativn\u00edmu": [35, 37], "adr": 41, "adres": [20, 44, 51], "adresa": [20, 41, 44, 45, 82], "adresi": [20, 41, 42], "adresu": [20, 28, 35, 41, 44, 45, 50, 51], "adres\u00e1\u0159": [20, 42, 45, 50], "adres\u00e1\u0159i": [6, 20, 41, 42, 44, 47, 50], "adres\u00e1\u0159\u00edch": 42, "adres\u00e1\u0159\u016f": 50, "advanc": [14, 41, 51], "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agenda": [44, 57], "agenta": 53, "ago": 0, "agregaci": 42, "ai": [6, 66], "aim": 80, "airplan": 57, "akc": 42, "akcemi": 42, "akc\u00ed": 44, "aktiv": 19, "aktivit": 82, "aktivita": 12, "aktivitu": [19, 20], "aktivn\u00ed": [20, 44], "aktualizac": [7, 44], "aktualizaci": [6, 13, 14, 19], "aktualizac\u00ed": [6, 7, 13], "aktualizovan\u00e9": 20, "aktualizovat": [19, 48], "aktualizov\u00e1n": 10, "aktualizov\u00e1na": 41, "aktualizov\u00e1n\u00ed": 7, "aktualizuj": [19, 26], "aktu\u00e1ln\u00ed": 19, "akumul\u00e1toru": 48, "al": [7, 10, 12, 19, 24, 26, 33, 41, 44, 45, 46, 80], "alespo\u0148": 42, "alias": 52, "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 44, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alternativ": 50, "alternativn\u00ed": [20, 44], "alwai": [15, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 44, 47, 57, 60, 62, 69, 70, 72, 78, 83], "ani\u017e": 35, "ano": 26, "anonym": [29, 56], "anonymn\u00edch": [23, 30], "anonymn\u00edho": 29, "anonymn\u011b": 20, "anoth": [27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": 26, "anytim": [28, 62], "anywher": 44, "apach": 31, "aplikac": [6, 12, 14, 19, 20, 26, 33, 39, 40, 43, 46, 47, 51, 80, 82], "aplikaci": [6, 20, 41, 42, 44, 45, 47, 50, 51, 53, 81], "aplikac\u00ed": [6, 20, 26, 41, 42, 43], "aplikac\u00edch": [44, 46, 48], "aplika\u010dn\u00ed": [7, 42], "app": [1, 2, 4, 6, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 42, 44, 69], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [44, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arch": 8, "archiv": [8, 21], "archivi": 14, "area": 60, "around": 36, "arrow": [15, 66, 72, 80], "artifici": 1, "ask": [9, 27, 45, 62, 66], "assign": [21, 58, 69], "assist": [6, 66, 80], "assum": 15, "atd": [35, 41], "atp": 53, "attach": [29, 36, 41, 44, 67, 73], "attempt": [14, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "author": 20, "auto": [20, 42, 56], "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "automatick": [6, 13, 14], "automaticki": [12, 20, 28, 35, 41, 44], "automatick\u00e9": [7, 37, 40, 50], "automatick\u00e9ho": [7, 39, 44], "automatick\u00fdch": 7, "automatizovan\u011b": 7, "autor": [10, 20], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [20, 42, 44, 69], "avoid": 15, "awai": 69, "a\u010dkoli": [19, 26], "a\u0165": 18, "a\u017e": [12, 20, 33, 39, 44, 45, 48], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72], "backup": [39, 41, 81], "badg": 21, "bal\u00ed\u010dek": 19, "bal\u00ed\u010dku": [7, 12], "bal\u00ed\u010dk\u016f": 7, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barva": [44, 80], "barvu": [41, 44], "barv\u011b": 41, "base": [8, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [15, 20, 26, 38, 46], "becom": [5, 69], "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "begin": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 44, 65], "best": [14, 41, 83], "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 55, 65, 74, 80], "beyond": 17, "bez": [12, 20, 41], "bezpe\u010dn\u00e9": 53, "bezpe\u010dn\u00e9m": 53, "bezprost\u0159edn\u011b": 42, "bidirect": 25, "bin": 21, "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": 66, "blockquot": 66, "blog": 12, "bloki": 41, "bloku": 44, "blue": 49, "blur": [60, 72], "board": 2, "bob": 35, "bod": 20, "bodi": 44, "bold": 66, "book": [41, 42, 50, 82], "border": 27, "bot": [73, 77], "both": [8, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 38, 54, 63, 72, 81, 83], "br\u00e1nit": 7, "br\u00e1ny": 41, "br\u00e1n\u00ed": 7, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bude": [7, 10, 12, 19, 20, 24, 35, 37, 39, 41, 42, 44, 45, 47, 50, 51], "budem": 41, "budet": [10, 12, 26, 41, 42, 45, 50, 81], "budou": [24, 26, 41, 42, 44, 46, 50, 53], "budoucnosti": [10, 44], "budouc\u00ed": 41, "budouc\u00edmi": 10, "build": 14, "built": [14, 17, 20, 21], "bulk": 72, "bundl": 15, "busi": [40, 41], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "bu\u010f": [12, 19, 35, 41, 42, 45, 47], "bu\u010ft": 12, "bychom": 26, "byl": [10, 35, 41, 42, 81], "byla": [7, 19, 20, 44, 51], "byli": [20, 24, 42, 44, 49], "bylo": [20, 24, 26, 33, 35, 37, 41, 42, 44], "byst": [19, 20, 26, 41, 47], "byte": [9, 11, 20], "by\u0165": 20, "b\u00edl\u00fdm": 19, "b\u00edl\u00fdmi": 19, "b\u00fdt": [7, 10, 19, 20, 26, 33, 35, 37, 41, 44, 45, 46, 48, 51, 81], "b\u011b\u017enou": 42, "b\u011b\u017en\u00e9": 7, "b\u011b\u017en\u00fdch": [19, 80], "b\u011b\u017en\u011b": 41, "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 47, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 26, 29, 36, 44, 56], "caption": [56, 76], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "case": [14, 42, 62, 69, 82], "categori": [0, 45], "caution": 9, "celek": 33, "celkov\u00e9": 80, "celodenn\u00ed": 41, "cel\u00e9": [41, 82], "cel\u00fd": [10, 41], "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 76], "certif": 8, "certifika\u010dn\u00ed": 20, "certifik\u00e1t": [20, 47], "certifik\u00e1ti": 20, "certifik\u00e1tu": 20, "certifik\u00e1t\u016f": 49, "cesta": 41, "cestov\u00e1n\u00ed": 41, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 26, 29, 36, 41, 44, 54, 55, 58, 69, 72, 80, 82, 83], "chapter": [14, 20], "chart": 15, "chat": [6, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chati": 35, "chatu": [40, 42], "chce": 41, "chcete": [7, 12, 18, 19, 20, 28, 35, 41, 42, 44, 45, 50, 51, 80, 82], "check": [0, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 44, 60, 62, 69], "checklist": 69, "chip": 83, "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 44, 45, 48, 49, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": 15, "chovaj\u00ed": 19, "chov\u00e1n\u00ed": [7, 10, 19], "chown": 20, "chrome": [20, 83], "chromiu": 20, "chromium": [20, 83], "chronolog": [0, 21], "chronologicki": 44, "chr\u00e1nit": [26, 81], "chr\u00e1n\u011bn\u00e9": 20, "cht\u00edt": [19, 41, 48, 50], "chunk": [9, 11], "chunksiz": 9, "chv\u00edli": [19, 24, 41, 42, 48], "chyb": [7, 18, 19, 80], "chyba": [20, 44], "chybi": [18, 19], "chybou": 20, "chybov\u00e9": [20, 47], "chybov\u00fdch": 44, "chybu": [19, 20], "chyb\u00e1m": 12, "chyb\u00ed": 21, "chyb\u011b": [19, 20], "cif": 27, "cinnamon": 20, "circl": [15, 69], "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 69], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 16, 17, 19, 20, 25, 38, 41, 51, 54, 63, 73, 81], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cloudu": 28, "cloud\u016f": 28, "cmd": 8, "co": [12, 19, 26, 28, 33, 41, 42, 48, 51, 81], "cobi": [20, 41, 44], "code": [6, 38, 45, 66], "codec": 21, "cohes": 5, "cokoli": [51, 82], "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 69], "compat": [11, 12, 21, 27, 81], "complet": [1, 9, 14, 17, 28, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compos": [44, 80], "compromis": 26, "comput": [5, 13, 20, 21, 25], "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 13, 14, 15, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "confirm": [9, 12, 27, 28, 41, 42, 44, 69], "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": 17, "consist": 15, "consol": 20, "contact": [0, 27, 44, 45, 47, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 44, 60, 72], "contatct": 42, "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 15, 19, 44, 56], "continu": 69, "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 57, 69, 82], "conveni": 0, "convers": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 15, 21, 25, 44, 51], "correct": 20, "correctli": 15, "correspond": [0, 41, 44], "could": [27, 44], "couldn": 44, "counter": 70, "cover": [42, 69], "cowork": 2, "co\u017e": [19, 20, 41, 47, 48], "cp": 20, "crashreport": 17, "creat": [0, 2, 14, 15, 20, 25, 29, 39, 40, 44, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 69, 76], "credenti": [27, 49, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 38, 42, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 20, 55, 69, 83], "customis": [60, 83], "cykli": 12, "c\u00edle": 35, "c\u00edlov\u00e9ho": 41, "c\u00edlov\u00fd": 37, "c\u00edlov\u00fdm": 41, "c\u00edl\u00edc\u00ed": 44, "d": [20, 56], "dai": [0, 11, 41, 59, 69, 83], "dal\u0161\u00ed": [19, 20, 24, 33, 35, 41, 42, 43, 44, 45, 47, 48, 50, 81], "dal\u0161\u00edch": [39, 41], "dal\u0161\u00edm": [21, 24], "dal\u0161\u00edmi": 41, "danou": 24, "dan\u00e9": [41, 42, 44], "dan\u00e9ho": 37, "dashboard": 6, "dat": [12, 41, 48], "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 41, 42, 43, 44, 45, 53, 66, 82], "datab\u00e1zi": [26, 33], "date": [12, 15, 20, 41, 44, 59, 66, 69, 76, 83], "datu": 41, "datum": [12, 19, 35, 41, 44], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 56], "deck": [42, 43, 66], "declin": [44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 59, 60, 69], "defin": 15, "definicemi": 19, "definovan\u00e9": [19, 41], "definovat": 44, "definov\u00e1n\u00ed": 19, "dejt": 41, "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 36, 39, 41, 44, 58, 59, 66, 69, 80], "del\u0161\u00ed": 20, "den": 41, "deni": 54, "denn\u00ed": [18, 41], "denn\u00edm": 41, "depend": [0, 12, 17, 21, 27, 36, 60, 63, 72, 80, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": [11, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "deseti": 39, "design": 3, "desir": [44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 46, 63, 73, 82], "desktopcli": [9, 17], "desktopem": [6, 43], "desktopov\u00e9ho": 20, "desktopov\u00e9mu": 25, "desktopov\u00fdmi": [22, 30], "destin": [20, 21], "des\u00edtkov\u00e1": 20, "detail": [1, 27, 36, 39, 41, 44, 52, 59, 69, 82], "detect": [9, 15, 44], "dev": 8, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 37, 41, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 19, 41, 51], "dialoz\u00edch": 46, "diaspora": 42, "dice": 57, "did": 60, "differ": [0, 7, 8, 21, 41, 69, 70], "digest": 0, "direct": [20, 42, 66], "directli": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 16, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15], "discuss": [44, 58, 60, 69, 76], "disk": [15, 20, 26], "disku": 20, "diskuz": 19, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "dispozici": [7, 19, 20, 26, 35, 39, 41, 42, 44, 46, 50, 82], "distribuc": 7, "distribuci": 12, "distribuovan\u00e9": 20, "distribut": [9, 14, 20, 41, 62], "disturb": [66, 69], "divid": [58, 60, 66], "dle": 80, "dlouho": [39, 41, 44], "dlouhodob\u00e9": 44, "dlouh\u00e9": [40, 41], "dne": [39, 41, 82], "dnech": 44, "dny": 41, "dn\u016f": [24, 33, 39, 41, 44], "do": [0, 6, 7, 8, 9, 10, 12, 14, 17, 19, 20, 24, 28, 31, 33, 36, 37, 40, 41, 45, 46, 47, 50, 51, 60, 62, 63, 65, 69, 72, 80, 81, 82], "dobi": [24, 41], "dobu": [24, 33, 40, 41], "dob\u011b": 41, "dob\u0159": 44, "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "dodatek": 19, "dodate\u010dn\u00fd": 19, "doe": [8, 9, 20, 25, 28, 54, 59, 81], "doesn": [20, 46], "dohodnut\u00ed": 41, "dojd": 19, "dojem": 18, "doj\u00edt": 26, "dokonc": 41, "dokon\u010deno": [41, 44], "dokon\u010den\u00ed": [29, 41, 42, 45], "dokon\u010det": [20, 45], "dokon\u010dit": 20, "dokon\u010dov\u00e1n\u00ed": 37, "dokud": [18, 24, 33], "dokument": 12, "dokumentac": [24, 33, 35, 37], "dokumentaci": 20, "dokumenti": [46, 82], "dole": 50, "dolphin": 19, "dolpin": 20, "dol\u016f": [20, 50], "doma": [41, 48], "domain": 47, "domova": 53, "domovsk\u00e9": 14, "domovsk\u00e9m": 20, "domov\u011b": 53, "dom\u00e9ni": [20, 44, 47], "dom\u00e9nu": [44, 47], "don": [5, 26, 39, 66], "done": [38, 56, 66, 72], "dopl\u0148uj": 43, "doporu\u010den\u00fd": 20, "doporu\u010den\u00fdm": 20, "doporu\u010dov\u00e1no": 20, "doporu\u010dujem": [20, 25, 31, 44], "doporu\u010duj\u00edc\u00ed": 26, "dopravit": 41, "dop\u0159edn\u00e9": 19, "dosa\u017eeno": 41, "dostanet": [44, 80, 82], "dostate\u010dn\u00fd": 12, "dostupnost": [7, 19, 40], "dostupnosti": 7, "dostupn\u00e9": [24, 45], "dostupn\u00fd": [19, 41], "dos\u00e1hnet": 12, "dos\u00e1hnout": 48, "dot": [4, 21, 27, 36, 41, 44, 60, 65], "dotazi": [6, 13], "dot\u00e1z\u00e1n": 37, "dot\u00e1z\u00e1ni": [35, 50], "doubl": [14, 63], "dovolen\u00e9": 40, "down": [0, 12, 69, 76], "download": [11, 21, 25, 27, 42, 52, 56, 62, 73], "downward": 15, "dozv\u00edt": [19, 42], "do\u010dasn\u00e9": 33, "do\u010dasn\u011b": [12, 20], "do\u0161lo": [10, 20], "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "druh\u00e1": 7, "druh\u00e9": [46, 81], "druh\u00fdm": 81, "dr\u017een\u00ed": 18, "dr\u017een\u00edm": 42, "dr\u017eet": 41, "due": 15, "durat": [9, 41, 69], "dure": [51, 62, 64, 72], "dva": [10, 19, 42, 44, 45], "dvojklikem": 12, "dvou": [7, 31, 39, 42, 81], "dvoufaktorov\u00e9": 81, "dvouf\u00e1zov\u00e1": 81, "dvouf\u00e1zov\u00e9": [50, 51], "dvouf\u00e1zov\u00e9ho": [6, 54, 82], "dvouf\u00e1zov\u00e9m": 6, "dvouf\u00e1zov\u00fdm": 6, "dvoustrann\u00e1": 41, "dv\u011b": [12, 44], "dv\u011bma": [42, 44], "dword": [7, 20], "dynam": 9, "dyslektiki": 80, "dyslexi\u00ed": 80, "d\u00e1": 28, "d\u00e1l": [21, 24, 33, 35], "d\u00e1le": [24, 26, 28, 41, 44], "d\u00e1lku": 20, "d\u00e1t": [39, 41], "d\u00e1vaj\u00edc\u00ed": 12, "d\u00e1vkov\u00e9": 42, "d\u00e1vkov\u00e9m": 42, "d\u00e1v\u00e1": 10, "d\u00e9lku": 41, "d\u00edl\u010d\u00ed": 24, "d\u00edt": 41, "d\u011bje": 42, "d\u011bl\u00e1": 19, "d\u0159\u00edve": [41, 45], "d\u016fkaz\u016f": 81, "d\u016fle\u017eitost": 44, "d\u016fle\u017eit\u00e9": [20, 44], "d\u016frazn\u011b": 20, "d\u016fvodi": 42, "d\u016fvodu": 47, "d\u016fv\u011bryhodn\u00e9": 20, "d\u016fv\u011bryhodn\u00ed": 44, "e": [0, 2, 4, 6, 8, 16, 40, 41, 42, 43, 45, 47, 49, 50, 51, 82], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 20, 21, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 19, 20, 21, 41, 44, 58, 80], "editorem": [12, 19], "editoru": 41, "effect": 81, "effici": 44, "either": [8, 12, 38, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "eliminovat": 41, "els": [10, 14, 60, 72], "elsewher": 42, "email": [29, 41, 44, 59, 60, 69, 73, 83], "emb": [2, 41], "eml": 12, "emoji": [2, 5, 60, 69], "emotikon": 19, "emotikonu": 19, "emphas": 2, "empti": [2, 21, 38], "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 42, 44, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 27, 30], "end": [30, 34, 41, 57, 62, 69], "energi": 48, "engag": 41, "enhanc": 66, "ensur": [15, 80], "enter": [1, 2, 14, 28, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "entir": [11, 15, 21, 44], "entit": 42, "entri": [0, 1, 2, 21, 42, 82], "env": 16, "envelop": 44, "environ": [6, 8, 13], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 66], "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 41, 44, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 41, 42, 44, 59, 69], "existuj": [12, 44], "existuj\u00edc\u00ed": [12, 41, 44], "existuj\u00edc\u00edch": [12, 35, 41, 44], "existuj\u00edc\u00edmi": 41, "exit": 8, "expand": 44, "expect": 2, "experi": [44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": 62, "explicitli": [8, 27], "explor": 19, "exponov\u00e1ni": 26, "export": [52, 56], "exportovat": [41, 42], "extend": [66, 69], "extens": 44, "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extern\u00ed": 26, "extern\u00edm": 41, "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46], "failur": 9, "faktorem": 81, "faktori": 81, "fall": [11, 20], "fals": [9, 11], "far": 83, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 9, 15, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "federovan\u00e9": [28, 35], "federovan\u00e9ho": 82, "federovan\u00fdch": 35, "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "few": [62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 56], "filter": [1, 36, 42, 59, 76, 83], "filtri": 44, "filtrovac\u00edho": 44, "filtr\u016f": 44, "final": [41, 69], "find": [20, 21, 24, 25, 41, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finderu": 19, "finish": [1, 5, 50, 52], "firefox": [20, 83], "firmi": 53, "firm\u00e1ch": 7, "first": [14, 15, 28, 38, 44, 56, 60, 66, 71], "fit": 65, "fix": 14, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 16, 17, 21, 27, 42, 44, 49, 52, 60, 80, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 45], "forma": 20, "format": [2, 5, 9, 15, 21, 41, 44], "formm\u00e1tu": 41, "formul\u00e1\u0159": [28, 44], "form\u00e1ln\u00ed": 42, "form\u00e1t": 12, "form\u00e1tu": [28, 42], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "free": [11, 15, 20, 40, 41, 60], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 41, 44, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 42, 81], "funguj": [20, 26, 41, 46, 81], "funkc": [18, 19, 20, 21, 26, 29, 42, 44, 82], "funkcemi": [7, 18, 50], "funkci": [7, 26, 42, 44], "funkc\u00ed": 12, "further": [38, 82], "futur": [1, 20, 60, 62], "fyzick\u00e1": 20, "fyzick\u00fd": 81, "g": [0, 4, 8, 41, 45, 49], "galeri": 26, "gatewai": [8, 69], "gb": 11, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabajti": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 54, 60, 62], "given": [60, 63], "glanc": 36, "global": [76, 82], "glob\u00e1ln\u00edm": 6, "glob\u00e1ln\u00edmi": 19, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 41, 44, 45, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "grant": [14, 41, 44, 60, 63], "gravatar": 42, "green": [27, 60, 72], "grei": 60, "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [42, 48, 52], "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hand": [5, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15], "hardwar": 83, "hardwarov\u00fdch": 6, "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 16, 41, 42, 44, 57, 69, 82, 83], "hendikepovan\u00fdm": 53, "here": [2, 15, 66, 69, 72], "hesla": [6, 20, 51, 82], "heslem": [35, 42], "heslo": [20, 45, 47, 50, 51, 81], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "high": [64, 80], "highlight": [62, 76], "histori": [6, 20, 21, 39], "historii": 20, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hladk\u00fd": 26, "hlavn\u00ed": [19, 41, 44, 80], "hlavn\u00edch": 80, "hlavn\u00edho": 19, "hlavn\u00edm": 26, "hlavn\u011b": 82, "hledan\u00e9ho": 46, "hledat": 44, "hluboc": 12, "hlub\u0161\u00ed": 12, "hl\u00e1s\u00ed": 18, "hl\u00e1\u0161en\u00ed": [20, 44, 47, 80], "hl\u00edd\u00e1n\u00ed": 12, "ho": [12, 19, 20, 24, 26, 41, 42, 44, 80, 82], "hoc": 69, "hodin": 39, "hodini": [12, 39], "hodinu": 41, "hodnot": [42, 44], "hodnota": [20, 24, 44], "hodnoti": [19, 24, 42], "hodnotu": [7, 12, 20, 24, 26, 42, 44], "hod\u00ed": [20, 41], "hold": 60, "home": [7, 8, 9, 17, 20, 25], "horizont": 2, "horn\u00ed": 19, "horn\u00edm": [20, 50], "host": 9, "hostitel": 20, "hostovan\u00fdch": 20, "hotovo": [28, 51], "hotov\u00e9": 45, "hotov\u00fd": 80, "hour": [0, 16, 69, 76], "hourli": 0, "hover": [2, 42, 66, 76], "hovor": 41, "hovoru": 80, "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "howev": 42, "hr": 9, "hranat\u00e1": 42, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "hv\u011bzdi\u010dku": 19, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 20, 21, 24, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "idea": 69, "ideal": [54, 79], "ident": 70, "identick\u00e1": 44, "identifi": [15, 41, 54, 60], "identifikaci": 19, "identifik\u00e1tor": 82, "identifik\u00e1torem": 20, "ifram": 41, "ignor": 8, "ignorovan\u00e9": 19, "ignorovan\u00e9ho": 19, "ignorovan\u00fdch": 19, "ignorovan\u00fdmi": 12, "ignorov\u00e1n": 19, "ignorov\u00e1ni": 41, "ihn": 48, "ikon": [19, 42], "ikonami": 19, "ikoni": [10, 54], "ikonu": [19, 28, 35, 41, 44, 45, 50, 51], "ikon\u00e1m": 19, "ilustruj": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 14, 27, 36, 54, 62, 69], "implement": [25, 44], "implementaci": 20, "implementovat": 20, "import": [2, 15, 20, 38, 42, 44, 52, 56, 69, 76, 80, 81, 83], "importovat": [41, 42], "importu": 42, "importujet": 41, "impos": 15, "improv": 20, "inact": 59, "includ": [8, 20, 21, 26, 41, 52, 59, 60, 62], "incorrect": 9, "increas": [11, 15, 20], "independ": 0, "index": [12, 41], "indic": [15, 20, 21, 27, 44, 60, 62, 69], "indik\u00e1tor": 19, "individu": [27, 41, 44, 54, 72], "influenc": 11, "info": 36, "inform": [8, 11, 13, 14, 15, 19, 21, 41, 44, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informac": [20, 24, 33, 35, 41, 43], "informaci": [37, 42], "informac\u00ed": [41, 46, 50, 51], "informac\u00edm": 41, "informa\u010dn\u00ed": 19, "informov\u00e1n\u00ed": 41, "informuj": 7, "informuj\u00edc\u00ed": 7, "inherit": 42, "inhibit": 8, "ini": 9, "inicializov\u00e1ni": 26, "iniciov": 35, "inlin": [36, 66], "inotifi": 12, "input": [1, 56, 66, 80], "insert": [1, 2, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 52, 57, 60, 73, 74, 75, 83], "instalac": [6, 13, 20, 48], "instalaci": 20, "instalac\u00ed": 28, "instalovat": 45, "instanc": [0, 6, 12, 14, 15, 19, 20, 24, 26, 27, 31, 33, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instanc\u00ed": 35, "instanc\u00edch": 41, "instant": [59, 69], "instantli": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instituc\u00edch": 7, "instruct": [21, 51, 57, 74], "intal\u00e1toru": 12, "integr": [15, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "integrov\u00e1ni": 46, "intellig": [1, 15], "interact": [8, 14, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 55, 73, 80], "intern": 69, "internetov\u00e9": 49, "internetu": [20, 48], "intern\u00edho": 41, "intern\u00edmi": 19, "interoperabiln\u00edho": 41, "interrupt": 69, "interv": 9, "intervalu": 12, "introduc": 41, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": 36, "invit": [59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 66], "italic": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "jak": [7, 19, 20, 33, 41, 42, 45, 47, 48, 81], "jakmil": 41, "jako": [7, 12, 14, 19, 20, 24, 26, 33, 35, 41, 42, 44, 45, 46, 47, 48, 51, 81, 82], "jakou": [20, 41], "jak\u00e1koli": 41, "jak\u00e9": [24, 31, 41, 44], "jak\u00e9koli": [19, 33, 41, 42, 80], "jak\u00e9mkoli": 42, "jak\u00e9mukoli": 20, "jak\u00fdchkoli": [19, 41], "jak\u00fdkoli": 19, "jak\u00fdmi": 44, "jak\u00fdmkoli": 7, "jasu": 80, "jazyka": [44, 82], "jazykem": 12, "jazyki": 44, "jd\u011bte": [20, 35, 44, 45, 49, 50], "je": [7, 10, 12, 14, 19, 20, 21, 24, 25, 28, 29, 31, 33, 35, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 53, 80, 81, 82], "jeden": [40, 41, 44], "jedin\u00e9ho": 42, "jedin\u00fd": [26, 41], "jedna": 39, "jedno": [7, 41, 44, 47], "jednoduch\u00e9": 29, "jednoduch\u00fd": 44, "jednodu\u0161": 42, "jednoho": [35, 40, 42], "jednor\u00e1zov\u00e9": 41, "jednotka": 20, "jednotki": 20, "jednotku": 20, "jednotlivc\u016f": 53, "jednotlivc\u016fm": 26, "jednotliv\u00e1": 6, "jednotliv\u00e9": [14, 19, 41], "jednotliv\u00e9ho": 19, "jednotliv\u00e9mu": 41, "jednotliv\u00fdch": [26, 41, 42], "jednou": [26, 41, 42], "jednu": [10, 19, 39, 41, 42], "jedn\u00e1": [19, 20, 24], "jedn\u00e9": [7, 12, 19], "jeho": [10, 12, 19, 20, 21, 25, 26, 37, 39, 42, 44, 48], "jejich": [20, 21, 24, 26, 41], "jejich\u017e": [19, 44], "jej\u00ed": [20, 41], "jej\u00edm": 44, "jej\u00ed\u017e": 44, "jen": [19, 20, 24, 41, 42, 50], "je\u0161t\u011b": [12, 18, 19, 26, 41, 44, 50, 80], "ji": [20, 42, 44, 45], "jim": [26, 35, 41], "jimi": [19, 26], "jinak": 19, "jinou": 44, "jin\u00e1": [12, 41], "jin\u00e9": [41, 44], "jin\u00e9ho": 42, "jin\u00e9m": 81, "jin\u00e9mu": [20, 42], "jin\u00fd": [20, 47], "jin\u00fdch": 20, "jin\u00fdm": [10, 41], "jin\u00fdmi": 41, "jistotu": 44, "jist\u00ed": 12, "jm\u00e9na": [20, 37, 82], "jm\u00e9no": [19, 20, 28, 35, 41, 42, 45, 47, 49, 50, 51, 82], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "jpg": 20, "jsem": [6, 43], "jsme": 41, "json": 56, "jsou": [6, 7, 19, 20, 26, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 48, 50, 81, 82], "jste": [10, 12, 19, 20, 26, 40, 41, 44, 82], "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "j\u00ed": [28, 29, 44], "j\u00edm": 28, "j\u00edt": 46, "k": [6, 7, 14, 21, 22, 25, 29, 30, 35, 39, 40, 42, 44, 46, 48, 50, 80, 82], "kaddressbook": 48, "kalendar": 48, "kalend\u00e1\u0159": [6, 33, 43, 44, 46, 48], "kalend\u00e1\u0159em": [41, 47, 51], "kalend\u00e1\u0159i": [41, 42, 47], "kalend\u00e1\u0159ov": 51, "kalend\u00e1\u0159ov\u00fdmi": 41, "kalend\u00e1\u0159\u00edch": [41, 44], "kalend\u00e1\u0159\u016f": [48, 50], "kalend\u00e1\u0159\u016fm": 45, "kam": 10, "kanban": 43, "kancel\u00e1\u0159": [6, 41, 43], "kan\u00e1li": [6, 13], "kapac": 19, "karti": [19, 42], "kart\u00e1ch": 19, "kart\u011b": [19, 35, 41], "katalogu": [42, 45], "kazn": 44, "ka\u017edodenn\u00ed": 18, "ka\u017edou": 41, "ka\u017ed\u00e1": 41, "ka\u017ed\u00e9": [39, 41], "ka\u017ed\u00e9ho": [39, 41], "ka\u017ed\u00e9m": 24, "ka\u017ed\u00fd": [19, 26, 41, 42, 44], "ka\u017ed\u00fdch": [39, 81], "kb2123563": 20, "kde": [6, 19, 35, 41, 42, 43], "kdo": [6, 35], "kdy": [19, 20, 41, 44, 46], "kdykoli": [19, 41], "kdy\u017e": [7, 10, 14, 19, 20, 26, 33, 39, 40, 41, 44, 45, 48], "ke": [6, 7, 10, 19, 20, 24, 26, 35, 41, 44, 45, 50], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 44, 69, 76, 81], "kei": [7, 41, 72, 83], "kept": [15, 26, 42], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kladen\u00e9": [6, 13], "klepnet": 45, "klepn\u011bt": 45, "klient": [7, 10, 12, 18, 19, 20, 50], "klienta": [6, 7, 12, 13, 20, 25, 31, 43, 45, 49], "klientem": 19, "klienti": [7, 41, 42], "klientovi": [7, 12, 19, 20], "klientskou": 51, "klientsk\u00fdch": 6, "klientu": 25, "klient\u016f": 20, "klik": 41, "klikateln\u00e9": 7, "kliknet": [12, 19, 29, 41], "kliknou": 41, "kliknout": [19, 28, 41, 44], "kliknul": 28, "kliknut\u00ed": [7, 10, 19, 41, 44], "kliknut\u00edm": [10, 19, 20, 28, 35, 41, 42, 44, 48], "klikn\u011bt": [12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "kl\u00e1bosen\u00ed": 42, "kl\u00e1vesi": [42, 46], "kl\u00e1vesnic": 6, "kl\u00e1vesov\u00e9": 80, "kl\u00e1vesu": 28, "kl\u00ed\u010d": [7, 26, 81], "kl\u00ed\u010de": [20, 33], "kl\u00ed\u010dem": 26, "kl\u00ed\u010denc": 49, "know": 28, "knowledg": [2, 3, 12], "kohokoli": 53, "kolegi": 41, "koleg\u016fm": 41, "kolektivu": [42, 80], "kole\u010dkem": 42, "kole\u010dko": 42, "kolidovalo": 7, "koliduj\u00edc\u00ed": 10, "kolik": [26, 41], "koliz": [6, 13], "kolizi": 10, "koliz\u00ed": 10, "kolo": 51, "kolonc": 42, "kolonek": [42, 51], "kolonk": 19, "kolonka": [19, 42, 44], "kolonki": [19, 20, 37, 44, 47, 51], "kolonku": [20, 28, 42, 44], "koment\u00e1\u0159": 41, "kompatibilitu": 12, "kompatibiln\u00ed": 41, "kompatibiln\u00edm": 41, "komplexn\u011bj\u0161\u00ed": 41, "komplikuj": 24, "komu": 44, "komun": 20, "komunitn\u00ed": 41, "konci": [41, 44, 80], "konec": [20, 41, 51], "konflikt": [10, 41], "konflikti": 10, "konflikt\u016f": 41, "konkr\u00e9tn\u00ed": [39, 41, 42, 44], "konkr\u00e9tn\u00edho": 41, "konkr\u00e9tn\u011b": [12, 20], "kontact": [6, 43], "kontakt": [42, 44], "kontaktech": 42, "kontakti": [6, 33, 41, 43, 44, 46, 48], "kontaktovali": 41, "kontaktovat": 40, "kontaktu": 44, "kontakt\u016f": [6, 41, 45, 47, 48, 50], "kontakt\u016fm": [42, 45], "kontextov\u00fd": 80, "kontrast": 80, "kontrastem": 80, "kontrol": 53, "kontroli": [7, 44], "kontrolovan\u00e9ho": 19, "kontroluj": 24, "konverzac": 35, "konverzaci": 41, "konverzac\u00ed": [41, 42], "kon\u00e1n\u00ed": 41, "kon\u010d\u00ed": [19, 24], "kopi": 10, "kopii": [12, 24], "korgan": 48, "kouzlem": 26, "ko\u0159eni": 20, "ko\u0159enov\u00e9": [20, 35, 37, 41], "ko\u0161": [33, 42, 44], "ko\u0161e": [24, 28, 41, 42, 54], "ko\u0161i": [24, 26, 33, 41, 44], "ko\u0161\u00edch": 24, "kroc\u00edch": 51, "krok": 47, "krokem": 47, "kroki": [35, 44, 45, 50, 51], "kroku": [18, 51], "krok\u016f": [28, 46, 48], "krom": [19, 20, 42], "krom\u011b": [19, 82], "krou\u017eek": 19, "kruh": 19, "kruhi": 19, "kruhov": 39, "kruhov\u00fdm": 42, "kr\u00e1tce": 41, "kr\u00e1tkodob\u00e9": 18, "kr\u00e1tkou": 40, "kr\u00e1tk\u00e1": 42, "kterou": [14, 19, 20, 26, 28, 35, 41, 42, 81], "kter\u00e1": [10, 19, 41, 43, 44, 45, 50, 53], "kter\u00e9": [6, 7, 12, 18, 19, 20, 24, 26, 33, 35, 39, 41, 42, 44, 45, 46, 50, 51, 53, 81, 82], "kter\u00e9ho": [19, 37, 41, 45], "kter\u00e9koli": 54, "kter\u00e9m": [19, 20, 37, 41], "kter\u00e9mu": 19, "kter\u00fd": [7, 10, 19, 20, 26, 37, 41, 42, 43, 44, 45, 50, 80, 81, 82], "kter\u00fdch": [7, 41, 42], "kter\u00fdkoli": [20, 54], "kter\u00fdm": [20, 24, 35, 41, 44, 82], "kter\u00fdmi": [20, 41], "kte\u0159\u00ed": [7, 20, 26, 35, 41], "kubuntu": 19, "kurzorem": 41, "kvalita": 80, "kv\u00f3t": 33, "kv\u00f3ta": [24, 30, 32, 82], "kv\u00f3ty": 33, "kv\u00f3t\u00e1ch": 24, "kv\u016fli": [24, 35, 37], "kwallet": 14, "k\u00f3d": [41, 81], "k\u00f3dy": 14, "k\u0159\u00ed\u017eku": 42, "label": [20, 36, 41, 51], "land": 2, "languag": [1, 12, 64], "larg": [29, 65], "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 54, 56, 69, 72, 76], "latest": [14, 25, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legislativu": 53, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 60, 62, 69, 80], "lev\u00e9ho": 42, "lev\u00e9m": [41, 42, 50], "lev\u00fdm": 19, "lh\u016ftu": 44, "lh\u016fty": 44, "libovoln\u00e9": [41, 80], "libovoln\u00e9ho": 19, "libovoln\u00e9m": [20, 44], "libovoln\u00fd": 44, "libovoln\u00fdm": 20, "librari": [9, 17], "lidem": [24, 41], "lidmi": 41, "lid\u00e9": 41, "like": [5, 15, 21, 41, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 20, 24, 31, 39, 44, 69, 83], "limitem": 19, "limiti": 31, "limitu": [20, 24, 41], "limit\u016f": 26, "line": [6, 13, 14, 17, 36, 41, 66], "link": [0, 2, 21, 25, 28, 29, 35, 41, 56, 59, 66, 69, 72, 80], "linux": [9, 13, 25], "linux_usernam": 20, "linuxov\u00e1": 19, "linuxov\u00e9": 7, "linuxov\u00fd": 7, "linuxov\u00fdch": [7, 20], "linuxu": [7, 19, 20], "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "li\u0161it": 80, "li\u0161t\u011b": [20, 48], "ll": [2, 58], "llm": 44, "load": 80, "lobbi": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 56, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 26, 42, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "lok\u00e1ln\u00ed": [10, 14, 19, 42], "lok\u00e1ln\u00edch": 10, "lok\u00e1ln\u00edm": 12, "lok\u00e1ln\u011b": 15, "lom\u00edtko": 19, "long": [0, 1, 9, 15], "longer": [42, 69, 76, 81], "look": [33, 38, 44, 55, 57, 70, 77, 81, 83], "lose": [6, 38], "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "luk\u00e1\u0161em": 41, "lze": [20, 35, 41, 42], "l\u00e9v\u00e9": 19, "m": [20, 60, 72, 74, 80], "machin": 8, "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 47], "magic": 5, "magick\u00e9": 24, "mai": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 41, 43, 49, 51, 52, 80], "mailbox": 51, "mailem": 41, "maili": [41, 44], "mailov": [41, 44, 45], "mailov\u00e1": [45, 82], "mailov\u00e9": [41, 42, 51], "mailov\u00e9ho": 43, "mailov\u00e9m": 44, "mailov\u00fd": [41, 44, 50], "mailov\u00fdch": [41, 44], "mailu": 41, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": [14, 42], "major": 14, "maj\u00ed": [7, 26, 28, 35, 41, 42, 44, 45], "make": [5, 9, 17, 25, 28, 29, 39, 41, 58, 60, 66, 74], "mal\u00e9": 19, "manag": [5, 6, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 44, 56, 57, 77], "mandatori": 62, "mani": 41, "manner": 8, "manual": [12, 14, 15, 27, 36, 44, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "marketingov\u00e9": 41, "marod\u00edt": 40, "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 24], "maxim\u00e1ln\u00ed": 20, "mayb": 41, "mazat": [21, 24, 39, 41, 42, 44], "maz\u00e1ni": 33, "maz\u00e1n\u00ed": 24, "ma\u017ee": 24, "mb": [9, 11], "mdn": 21, "mean": [9, 15, 27, 41, 44, 81], "mechanizmu": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabajt\u016f": 31, "member": [2, 5, 42, 69], "membership": 42, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 15, 19, 21, 27, 36, 41, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 16, 44, 56, 57, 58, 67, 73, 80, 83], "metadata": [19, 33], "method": [27, 45, 58, 81], "metod": [7, 42], "metoda": [7, 20], "metodi": 41, "metodu": 28, "mezi": [10, 42, 44, 82], "mezipam\u011bti": 33, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "mimo": [6, 41, 43], "min": 9, "minchunks": 9, "mind": 41, "miniaplikaci": 48, "minim": 44, "minimum": [9, 11, 83], "minim\u00e1ln\u00ed": 42, "minim\u00e1ln\u00edm": 18, "minut": [9, 26, 27, 39, 48], "minuti": 39, "minut\u00e1ch": 48, "mkcol": 20, "mkdir": 20, "mmc": 20, "mne": 41, "mnoha": 41, "mnoho": [12, 41], "mnou": 41, "mno\u017estv\u00ed": [12, 19, 35], "mobil": [0, 2, 20, 25, 38, 42, 73, 81], "mobiln\u00ed": [53, 82], "mobiln\u00edch": [20, 48], "mobiln\u00edho": 20, "mobiln\u00edmi": [22, 30, 41], "moci": [10, 12, 26, 41, 42, 51], "modal": [41, 44, 80, 83], "mode": [60, 66, 69], "model": 1, "modelu": 44, "moder": [6, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "moder\u00e1tor": 42, "moder\u00e1tor\u016f": 42, "modif": 12, "modifi": [0, 21, 60], "modr\u00e1": 19, "modr\u00e9": [19, 41], "modr\u00fd": 41, "mohl": [24, 26, 33, 41], "mohli": [19, 41, 45], "mohlo": [10, 44], "mohou": [7, 24, 33, 35, 41, 42, 48], "mojedata": 10, "monitor": [8, 57, 63, 72], "monochromatick\u00e9": 19, "month": 41, "more": [0, 2, 5, 11, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [41, 44, 74, 83], "motiv": 80, "motivi": 6, "motivu": 80, "motiv\u016f": 80, "mount": [20, 21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 44, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "mo\u017enost": [12, 19, 20, 26, 41, 44], "mo\u017enostem": 20, "mo\u017enosti": [12, 18, 19, 20, 26, 35], "mo\u017enost\u00ed": [7, 26], "mo\u017en\u00e9": [7, 10, 12, 14, 19, 20, 21, 35, 39, 41, 42, 44, 46, 47, 48, 50, 80, 81, 82], "mo\u017en\u00fd": 18, "mo\u017en\u00fdch": [41, 44], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mu": 44, "much": [5, 33, 82], "mujcertifikat": 20, "mujnextcloud": [20, 48], "multipl": [21, 36, 41, 56, 58], "multistatu": 20, "mumnextcloud": 48, "muset": 12, "music": 8, "must": [8, 14, 20, 27, 28, 38, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mysl": 26, "mysli": 20, "mysl\u00edt": 41, "my\u0161lenka": 10, "m\u00e1": [7, 10, 12, 18, 19, 39, 41, 44, 46, 80], "m\u00e1lo": 33, "m\u00e1me": [12, 18], "m\u00e1te": [7, 19, 26, 35, 41, 42, 44, 45, 49, 51, 53, 81], "m\u00e9dia": 42, "m\u00edsta": [39, 80], "m\u00edstem": 42, "m\u00edstnost": 41, "m\u00edstnosti": 42, "m\u00edstn\u00ed": [10, 12, 14, 19, 20], "m\u00edstn\u011b": 44, "m\u00edsto": [24, 42], "m\u00edst\u011b": 41, "m\u00edt": [10, 20, 24, 26, 41, 42], "m\u011bjte": [20, 44], "m\u011bl": [20, 45], "m\u011bla": [41, 51], "m\u011bli": [19, 20, 41, 47], "m\u011blo": [20, 44, 46, 48], "m\u011bly": 46, "m\u011bnit": [19, 42, 44, 82], "m\u011bn\u00ed": [12, 81], "m\u011bs\u00edc": 41, "m\u011bs\u00edce": 41, "m\u011bs\u00ed\u010dn\u00ed": 41, "m\u011bs\u00ed\u010dn\u00edm": 41, "m\u016fj": 20, "m\u016f\u017ee": [6, 7, 10, 12, 19, 20, 21, 24, 26, 33, 35, 37, 41, 42, 44, 48, 80, 81], "m\u016f\u017eete": [10, 19, 20, 26, 28, 29, 35, 40, 41, 42, 44, 48, 53, 54, 80, 82], "n": [8, 20, 56], "na": [6, 7, 10, 19, 20, 21, 28, 29, 31, 33, 35, 37, 39, 40, 42, 43, 45, 48, 49, 50, 51, 53, 80, 81, 82], "nabit\u00fd": 50, "nab\u00eddc": [19, 20, 35, 42, 44, 51], "nab\u00eddek": 48, "nab\u00eddka": [19, 42], "nab\u00eddki": [19, 20, 41], "nab\u00eddku": [12, 19, 20, 41, 42, 44, 80], "nab\u00eddn": [7, 41], "nab\u00eddnout": 41, "nab\u00eddnuti": 50, "nab\u00edzej\u00ed": 41, "nab\u00edz\u00ed": [19, 44], "nab\u00edz\u00edm": 80, "nach\u00e1zej\u00ed": [26, 33], "nach\u00e1zej\u00edc\u00ed": [14, 20, 41, 42], "nach\u00e1zej\u00edc\u00edch": 20, "nach\u00e1zej\u00edc\u00edho": 44, "nach\u00e1zej\u00edc\u00edm": 19, "nach\u00e1z\u00ed": [12, 19, 41, 48], "nad": [41, 42], "nadobro": [24, 33, 41], "nadpi": 41, "nad\u00e1l": [10, 26], "nad\u0159azen\u00e9": 35, "nad\u0159azen\u00fdch": 19, "nahlast": 80, "nahl\u00e1sit": 80, "nahradit": [20, 41], "nahrajt": 42, "nahran\u00e9": [33, 41], "nahra\u010ft": [20, 51], "nahr\u00e1n": 10, "nahr\u00e1n\u00ed": [10, 20, 23, 30], "nahr\u00e1n\u00edm": 41, "nahr\u00e1t": 42, "nahr\u00e1vat": [10, 33, 35], "nahr\u00e1v\u00e1": 10, "nahr\u00e1v\u00e1n\u00ed": [19, 22, 30, 33, 35, 41], "naimportovan\u00e9ho": 41, "naimportovat": [41, 42], "naimportujet": 42, "naimportujt": 12, "nainstalovan\u00e1": [19, 41, 44], "nainstalovan\u00fd": 20, "nainstalovat": [7, 12, 41, 42, 45], "nainstalujt": [20, 45], "nainstaluj\u00ed": 19, "najd\u011bt": 42, "najedn": [41, 42], "najet": 19, "naje\u010ft": 44, "naj\u00edt": [41, 50], "nakonec": 20, "nalezen\u00e9": 18, "nalezn": [37, 41], "naleznet": [14, 19, 20, 35, 41, 42, 43, 48], "nal\u00e9zt": [20, 44, 47], "namapovan\u00e9m": 20, "namapovat": 20, "namapov\u00e1n\u00ed": 20, "namapuj": 20, "name": [2, 4, 5, 7, 8, 16, 20, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "nam\u00edsto": [12, 20, 41], "napi\u0161t": 20, "napl\u00e1novan": 41, "napl\u00e1novan\u00fdch": 41, "napl\u00e1nov\u00e1n\u00ed": 41, "napojeni": 46, "napojen\u00ed": [41, 45], "napojen\u00fdch": 41, "napomoci": 80, "napravit": 48, "napravo": 19, "naps\u00e1n\u00edm": 44, "nap\u0159": [19, 20, 41, 42, 44, 47, 51], "nap\u0159\u00edklad": [7, 19, 20, 26, 33, 41, 42, 44, 48, 80, 81], "nap\u0159\u00ed\u010d": 41, "naraz\u00edt": 80, "narozenin": 41, "narozeninov\u00fd": 41, "narozen\u00ed": 41, "narrow": [0, 76, 83], "naru\u0161en\u00ed": 26, "nar\u00e1\u017e\u00edt": 20, "nasazen\u00ed": 18, "nasazov\u00e1n\u00ed": 7, "nasd\u00edl": 26, "nasd\u00edlejt": 26, "nasd\u00edlej\u00ed": 33, "nasd\u00edlel": [26, 41], "nasd\u00edlen": 41, "nasd\u00edleni": 24, "nasd\u00edleno": [33, 35], "nasd\u00edlen\u00fdm": 42, "nasd\u00edlet": [19, 28, 35, 41], "nasd\u00edl\u00ed": 24, "nasd\u00edl\u00edt": [24, 33], "naskenovat": 81, "naskenujt": 81, "naskriptov\u00e1n\u00ed": 20, "nastan": 10, "nastaven": [33, 41], "nastaveno": [40, 44, 48], "nastaven\u00e1": [31, 41], "nastaven\u00e9": [31, 44, 49], "nastaven\u00e9ho": 44, "nastaven\u00ed": [6, 7, 19, 20, 35, 37, 40, 42, 45, 46, 47, 48, 51, 80], "nastaven\u00edch": 47, "nastaven\u00edm": [7, 10, 12, 20, 24, 31, 44], "nastaven\u00edmi": [10, 12, 20, 41, 44], "nastaven\u00fd": [19, 45], "nastaven\u00fdch": 19, "nastavil": 41, "nastavili": 20, "nastavit": [20, 24, 26, 33, 35, 41, 42, 44, 45, 48], "nastavovali": 12, "nastavovat": [41, 42], "nastavov\u00e1n\u00ed": [6, 20, 41, 43, 44], "nastavt": [20, 41, 42, 44], "nastavuj": 41, "nastav\u00edt": [26, 42, 82], "nativn\u00ed": 20, "nativn\u011b": 50, "natrvalo": 41, "nautilu": [19, 46], "nau\u010dit": 44, "navig": [0, 1, 6, 20, 36, 37, 44, 65, 69, 76, 80], "navigac": 80, "navigaci": 80, "navrhovan": 44, "navrhov\u00e1ni": 44, "navrhuj": 44, "navr\u017een\u00e9": [44, 80], "navr\u017een\u00fd": 20, "nav\u00fd\u0161en\u00ed": 31, "nav\u0161tivt": 44, "nazp\u011bt": [40, 41], "nazvan": 20, "nazvan\u00e9": 20, "na\u010dteno": 50, "na\u010d\u00edst": 20, "na\u010d\u00edt\u00e1na": 41, "na\u0161eho": 80, "na\u0161em": 43, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": [12, 20, 26, 42], "nearli": 10, "nebezpe\u010dn\u00e9": 26, "nebo": [7, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 44, 45, 46, 47, 48, 49, 53, 81], "nebud": [10, 12, 18, 19, 20, 24, 26, 41, 44], "nebudet": [42, 51], "nebyl": 41, "nebyli": 10, "nebylo": 44, "necessari": [41, 54], "nechat": [20, 41, 44], "nechcet": [7, 19, 41, 42, 45], "necht\u011bn\u011b": 41, "neda\u0159\u00ed": 20, "nedoporu\u010dov\u00e1no": 20, "nedostali": 41, "nedostan": 33, "nedostupn\u00fd": 20, "ned\u00e1vnou": 20, "ned\u00e1vn\u00e9": 19, "need": [2, 9, 11, 14, 15, 17, 20, 38, 41, 42, 46, 48, 49, 58, 64, 69, 70, 76], "neexistuj": 26, "neform\u00e1ln\u00ed": 42, "nefunguj": [19, 47, 48], "nejd\u0159\u00edv": [24, 41], "nejlep\u0161\u00ed": [18, 41], "nejni\u017e\u0161\u00edmi": 42, "nejnov\u011bj\u0161\u00ed": [7, 18], "nejnov\u011bj\u0161\u00edch": 44, "nejnov\u011bj\u0161\u00edmi": [7, 18], "nejpovolan\u011bj\u0161\u00ed": 10, "nejprv": [12, 41], "nejrychlej\u0161\u00edm": 42, "nejsou": [19, 26, 33, 41, 42, 50], "nejsp\u00ed\u0161": [19, 20, 26, 44], "nejstar\u0161\u00ed": [24, 33, 39], "nejstar\u0161\u00edch": 44, "nejstar\u0161\u00edm": 24, "nejvy\u0161\u0161\u00ed": 24, "nejvy\u0161\u0161\u00edho": 41, "nejv\u00fd\u0161": 24, "nekoliduj\u00ed": 41, "nelz": 19, "nemaj\u00ed": 26, "nemo": [19, 20], "nemonitorovan\u00fdch": 12, "nemuselo": 44, "nemus\u00ed": [20, 35, 51], "nem\u00e1": [19, 24, 41, 44], "nem\u00e1t": 26, "nem\u011bn\u00ed": 19, "nem\u016f\u017e": 82, "nem\u016f\u017eet": 42, "nenach\u00e1z\u00ed": 44, "nenastav\u00edt": 41, "nen\u00e1vratn\u011b": 24, "nen\u00ed": [7, 10, 12, 19, 20, 24, 26, 31, 41, 42, 44, 80, 82], "neobvykl": 12, "neocitn": 24, "neodeberet": 12, "neodeslan\u00e9": 44, "neodkazuj\u00ed": 44, "neodpov\u00edd\u00e1": 44, "neodpov\u011bd\u011bli": 41, "neopakuj\u00edc\u00ed": 41, "neopr\u00e1vn\u011bn\u00e9mu": 81, "nepoda\u0159ilo": 20, "nepodporuj": [20, 49], "neposkytuj": [7, 12], "neposkytuj\u00ed": 41, "nepou\u017eij": 39, "nepovoluj": 10, "nepovol\u00ed": 12, "neprojev\u00ed": 35, "neprov\u00e1d\u011bj\u00ed": 7, "nep\u0159ekro\u010d\u00ed": 24, "nep\u0159e\u010dten\u00e9": 44, "nep\u0159ijd": 44, "nep\u0159ipojuj\u00ed": 20, "nep\u0159\u00edtomnost": 40, "nep\u0159\u00edtomnosti": [40, 41, 44], "neru\u0161it": [19, 41], "nesd\u011blil": 44, "neshoduj": 44, "nesma\u017e": [24, 28], "nesma\u017eet": 24, "nesm\u00edt": 26, "nespr\u00e1vn\u00e9": [12, 19], "nesynchronizov\u00e1no": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "net\u0159eba": 26, "neud\u011bl\u00e1": 19, "neukazovat": 41, "neumo\u017en\u00ed": 41, "neumo\u017e\u0148uj": 42, "neuvid\u00ed": 82, "neuvid\u00edt": 19, "nevejd": 24, "never": [38, 69], "neviditeln\u00e9": 41, "neviditeln\u00fd": 19, "nevid\u00edt": 41, "nevypln\u011bn\u00edm": 44, "nevyp\u00ednejt": 47, "nevytvo\u0159ili": 26, "nevy\u0159e\u0161en\u00e9": 10, "nevy\u017e\u00e1dan\u00e1": 44, "nev\u00e1hejt": 80, "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": 15, "nexcloud": [19, 20, 24, 26, 28, 53, 81], "nexctcloud": 29, "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudheslo": 20, "nextcloudurl": 8, "nextclouduzivatelskejmeno": 20, "nextlcoud": [12, 19], "nextloud": [12, 20], "nezachov\u00e1v\u00e1": 19, "nezam\u00fd\u0161len\u00e9mu": 19, "nezapo\u010d\u00edt\u00e1vaj\u00ed": [24, 33], "neza\u0161ifrovan\u00e9": 33, "nezbytn\u00e1": 42, "nezbytn\u00e9": [20, 47], "nezdaru": 12, "nezda\u0159ilo": 12, "nezda\u0159it": [20, 44], "nezda\u0159\u00ed": [7, 12], "nezm\u011bn\u011bn\u00e9": 44, "neznamen\u00e1": 44, "nezobraz\u00ed": 82, "nez\u00e1vazn\u00fdm": 41, "nez\u00e1visl": [12, 41], "ne\u00fasp\u011bch\u016f": 19, "ne\u010dekat": 39, "ne\u0161ifrovan\u00e1": [33, 49], "ne\u0161ifrovan\u00e9": 20, "ne\u017e": [19, 20, 24, 31, 33, 39], "ni": [41, 48], "nic": [12, 26], "nice": 5, "nich": [10, 42, 82], "nick": 5, "nicm\u00e9n\u011b": [7, 10, 12, 19, 26, 41, 44], "night": 66, "nikdi": [26, 39, 41], "nikdo": 82, "nikoli": [24, 50], "nimi": 42, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "non": [2, 8, 9, 14], "norma": 41, "normal": [9, 26, 44, 66], "norm\u00e1ln\u00edm": 19, "norm\u011b": 41, "note": [2, 4, 44, 76], "notif": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "novou": [12, 41, 42, 48], "nov\u00e1": [7, 20, 39], "nov\u00e9": [12, 24, 28, 42, 44, 82], "nov\u00e9ho": [12, 24, 26, 35, 37], "nov\u00e9m": 42, "nov\u00fd": [12, 19, 20, 35, 37, 41, 42, 45, 50], "nov\u00fdch": [7, 28, 41], "nov\u00fdm": 42, "nov\u00fdmi": 41, "nov\u011b": [12, 41], "nov\u011bj\u0161\u00ed": [14, 20, 28], "now": [2, 5, 10, 14, 41, 42, 66], "nula": 44, "number": [11, 15, 28, 41, 58, 60, 69], "nutnost": 26, "nyn\u00ed": [10, 20, 29, 41, 44, 45, 46, 47, 48, 81], "n\u00e1hled": 41, "n\u00e1hledi": [26, 33], "n\u00e1hodn\u00fd": 35, "n\u00e1hodn\u011b": 44, "n\u00e1m": 80, "n\u00e1pad\u016f": 42, "n\u00e1sledn\u00fdch": 20, "n\u00e1sledovan": 20, "n\u00e1sledovat": 19, "n\u00e1sledov\u00e1n": 19, "n\u00e1sledov\u00e1n\u00edm": [28, 46, 48], "n\u00e1sledujt": [20, 35, 51], "n\u00e1sleduj\u00edc\u00ed": [7, 12, 19, 20, 26, 41, 42, 44, 45, 47, 81], "n\u00e1sleduj\u00edc\u00edch": [20, 42, 51], "n\u00e1sleduj\u00edc\u00edho": 20, "n\u00e1sleduj\u00edc\u00edm": [20, 40, 41, 50], "n\u00e1sleduj\u00edc\u00edmi": [20, 44], "n\u00e1stroj": [6, 13, 14, 43], "n\u00e1stroje": [7, 43], "n\u00e1strojem": 43, "n\u00e1stroji": [7, 81], "n\u00e1stroj\u016f": 41, "n\u00e1vazn\u00e9": 44, "n\u00e1vazn\u00fdch": 44, "n\u00e1vrh\u00e1\u0159\u016f": 80, "n\u00e1zev": [19, 20, 35, 37, 39, 41, 42, 44, 45, 47, 48, 50, 51], "n\u00e1zvem": 20, "n\u00e1zvu": [10, 41, 42], "n\u00e1zvy": [19, 26, 29, 44], "n\u00e1\u0161": 42, "n\u00ed": [19, 24, 26, 33, 35, 41, 44], "n\u00ed\u017ee": [10, 19, 20, 26, 42, 51], "n\u011bco": [19, 33, 40, 81], "n\u011bj": [19, 21, 29, 44], "n\u011bjak": 42, "n\u011bjakou": 41, "n\u011bjak\u00e1": 44, "n\u011bjak\u00e9": [41, 80], "n\u011bjak\u00fd": 42, "n\u011bjak\u00fdch": 42, "n\u011bkdo": 41, "n\u011bkdy": 41, "n\u011bkoho": 42, "n\u011bkolik": [26, 41, 42, 80], "n\u011bkter\u00e9": [19, 21, 33, 35, 41, 42, 44], "n\u011bkter\u00fdch": [10, 80], "n\u011bkte\u0159\u00ed": 41, "n\u011bm": [19, 41], "n\u011bmu": [19, 41], "o": [8, 10, 19, 20, 24, 28, 33, 37, 40, 41, 42, 43, 45, 80], "oba": [10, 42], "obdobn\u011b": 41, "obdob\u00ed": [19, 20, 24, 33], "obdr\u017eet": 41, "obdr\u017e\u00ed": [35, 37, 41], "obdr\u017e\u00edt": [20, 29, 47, 81], "obecn": 41, "obecn\u00e1": 19, "obecn\u00e9": 7, "object": [0, 27], "objektu": 35, "objem": [33, 39], "objevilo": 20, "objevit": [20, 41], "objevovat": 41, "objevov\u00e1n\u00ed": 50, "objevov\u00e1n\u00edm": 47, "objev\u00ed": [19, 42, 44, 45], "oblast": 41, "oblasti": [10, 41], "obl\u00edben\u00e9": 21, "obnoven\u00ed": 39, "obnovit": [26, 41], "obnovovac\u00ed": 26, "obnovovac\u00edho": 26, "obnovovat": 41, "obnovov\u00e1n\u00ed": [26, 48], "obnovu": 26, "obnov\u011b": 26, "obou": [42, 47], "obrazovc": [14, 20, 42], "obrazovki": 80, "obrazov\u00e1": 80, "obra\u0165t": [20, 21, 31, 80], "obr\u00e1zek": [19, 41], "obr\u00e1zki": 42, "obr\u00e1zku": 82, "obr\u00e1zk\u016f": 26, "obsah": [10, 12, 20, 26, 35, 41, 80], "obsahovala": 42, "obsahovat": 12, "obsahuj": [10, 12, 19, 41, 42, 44], "obsahuj\u00ed": [19, 44], "obsahuj\u00edc\u00ed": [10, 12], "obsa\u017een\u00e1": 44, "obsa\u017een\u00e9": 19, "obsa\u017een\u00fd": 20, "obscur": 69, "observ": 14, "obsluha": 12, "obvykl": [12, 26, 47], "ob\u00e1lek": 44, "ob\u011b": 42, "oc": [20, 28], "occ": 27, "occur": 0, "ochrana": [12, 35, 53], "ochranu": 42, "ocitn": 41, "oct": 20, "od": [19, 24, 37, 41, 44, 47, 50, 53, 82], "odb\u011bru": [41, 50], "odd\u00e1lit": 80, "odd\u011blen\u00e9": 82, "odd\u011blen\u011b": 25, "odeberet": [28, 42], "odebert": 12, "odebrat": [19, 20, 26, 41, 42], "odebr\u00e1na": 19, "odebr\u00e1ni": 19, "odebr\u00e1n\u00ed": 19, "odeb\u00edrat": [7, 41, 42, 44], "odeb\u00edr\u00e1n\u00ed": 44, "odehr\u00e1v\u00e1": 41, "odesil": 44, "odesilatel": 44, "odesilatel\u00e9": 44, "odeslan\u00e9": 44, "odeslan\u00fd": 44, "odeslat": 44, "odesl\u00e1n": 41, "odesl\u00e1na": 44, "odesl\u00e1ni": 10, "odesl\u00e1no": 44, "odesl\u00e1n\u00ed": [29, 41, 44], "odes\u00edl\u00e1n\u00ed": 44, "odhlast": 26, "odhl\u00e1sili": 26, "odhl\u00e1sit": 26, "odhl\u00e1\u0161en\u00ed": 19, "odkaz": [19, 20, 29, 35, 41], "odkazi": [19, 28, 35, 41, 44, 82], "odkazu": 41, "odkazuj": 18, "odkaz\u016f": [12, 35, 41], "odkomentujt": 20, "odkudkoli": 46, "odlo\u017eeno": 44, "odm\u00edtat": 41, "odm\u00edtli": 41, "odm\u00edtnout": 35, "odm\u00edtnuto": [37, 41], "odm\u00edtnut\u00edm": 41, "odm\u00edt\u00e1": 37, "odpojen\u00ed": 20, "odpojit": [20, 54], "odpoj\u00ed": 28, "odpov\u00edd": 44, "odpov\u00eddaj\u00ed": 42, "odpov\u00eddaj\u00edc\u00ed": 19, "odpov\u00eddalo": 44, "odpov\u00eddat": 41, "odpov\u00edd\u00e1": 44, "odpov\u00edd\u00e1n\u00ed": 40, "odpov\u011bdi": 41, "odpov\u011bd\u011bt": [41, 44], "odpov\u011b\u010f": 44, "odr\u00e1\u017e\u00ed": 19, "odstran\u00ed": 41, "odtamtud": 41, "odzn\u00e1\u010dek": 10, "odzn\u00e1\u010dku": 10, "od\u0161krtnout": 41, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 44, 60, 73, 80], "offic": [12, 20, 21, 69], "offici": 14, "offlin": [15, 20, 27], "ofici\u00e1ln\u00edch": 20, "often": [0, 41], "ohledn\u011b": [19, 20, 31, 41, 42], "ok": 20, "okam\u017eik": 44, "okam\u017eiku": [44, 46], "okam\u017eit\u011b": [10, 12, 24, 53], "oken": 41, "oklamat": 44, "okna": [41, 50], "okno": [7, 10, 20, 41, 45, 50], "okn\u011b": [10, 50], "okoln\u00edch": 26, "okruhi": 35, "old": [9, 39], "older": [9, 16, 17, 80], "omezen": [12, 31], "omezeno": [20, 37], "omezen\u00e1": 42, "omezen\u00ed": 6, "omezen\u00edm": 80, "omezit": 41, "omezuj": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "opakovat": 82, "opakov\u00e1n\u00ed": 41, "opakuj\u00edc\u00ed": 41, "opatrn\u00ed": 12, "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 41, 44, 45, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "operac": 19, "operaci": 44, "operac\u00ed": 20, "operac\u00edm": 19, "opera\u010dn\u00ed": [7, 12], "opera\u010dn\u00edch": 7, "opera\u010dn\u00edho": 20, "oper\u00e1tori": 44, "opravami": 7, "opr\u00e1vn\u011bn\u00ed": [7, 20, 35, 42], "opr\u00e1vn\u011bn\u00edmi": [35, 42], "opt": [9, 44], "optimalizovan\u00e9": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 41, 42, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "op\u011bt": [19, 24, 39], "order": [42, 44, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organick\u00fdch": 42, "organis": 36, "organizac\u00edch": 42, "organiz\u00e1tor": 41, "organiz\u00e1tora": 41, "organiz\u00e1tori": 41, "organiz\u00e1torovi": 41, "origin": [44, 64], "osoba": 41, "osobn\u00ed": [20, 24, 35, 41, 44, 82], "osobn\u00edch": [46, 50], "osobn\u00edho": 20, "osobn\u00edm": [20, 25], "osobu": 41, "ostatn\u00ed": [19, 20, 24, 33, 41, 42, 44, 53], "ostatn\u00edch": [7, 24, 28, 35, 41, 42], "ostatn\u00edm": [33, 35, 40, 41], "ostatn\u00edmi": [28, 35, 41, 42], "otazn\u00edk": 19, "otev\u00edrat": 26, "otev\u00edr\u00e1n": 41, "otev\u0159": [10, 19, 20, 37, 41, 42, 44, 45], "otev\u0159ena": 7, "otev\u0159en\u00ed": [19, 44, 46], "otev\u0159en\u00edm": 41, "otev\u0159et": [10, 20, 41, 44, 46, 47, 48, 80], "otev\u0159\u00edt": [12, 19, 41, 44], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "ot\u00e1\u010dej\u00edc\u00ed": 19, "our": [14, 15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "ovlada\u010d": 20, "ovlivnit": 41, "ovlivn\u00ed": 41, "ovl\u00e1dac\u00ed": [20, 44], "ovl\u00e1d\u00e1n\u00ed": 41, "ov\u011b\u0159en\u00ed": 41, "ov\u011b\u0159it": [20, 50], "ov\u011b\u0159ov\u00e1n": 50, "ov\u011b\u0159ov\u00e1ni": 19, "ov\u011b\u0159ov\u00e1n\u00ed": [6, 51, 54, 82], "ov\u011b\u0159ov\u00e1n\u00edm": 6, "ov\u011b\u0159t": [20, 41, 44, 49], "ov\u011b\u0159uj": 20, "ov\u0161em": [20, 41], "own": [0, 1, 8, 9, 29, 35, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "oznamovac\u00ed": 10, "oznamov\u00e1n\u00ed": 41, "ozna\u010dena": 19, "ozna\u010den\u00e1": 44, "ozna\u010den\u00e9": [19, 41, 44, 51], "ozna\u010den\u00ed": 19, "ozna\u010den\u00fdch": 42, "ozna\u010dili": 44, "ozna\u010dov\u00e1ni": 44, "ozuben\u00e9": [42, 51], "ozuben\u00fdm": 42, "o\u010dek\u00e1v\u00e1na": 44, "o\u010dek\u00e1v\u00e1t": 19, "o\u010d\u00edm": 80, "p": 8, "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pak": [12, 19, 20, 24, 26, 33, 35, 41, 46, 48, 50, 51], "pam\u011bti": 44, "pane": [20, 44], "panel": [1, 19, 36, 44, 80], "panelu": [10, 12, 20, 28, 35, 41, 42, 50], "paperclip": 56, "parallel": [11, 15], "paramet": [20, 52], "parent": [21, 42, 58], "part": [2, 5, 44, 60, 69], "parti": [20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "pattern": [8, 39], "pat\u0159\u00ed": [10, 20], "pdf": 21, "peer": 2, "pem": 20, "penalti": 20, "pend": 70, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 45, 60], "perfektn\u011b": 18, "perform": [8, 9, 20, 44, 64], "period": [27, 59, 69, 76, 83], "perman": [4, 15, 24, 69], "permiss": [37, 57, 60, 63, 69], "pero": 41, "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 38, 40, 44, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "pevn\u00fd": 12, "phone": [45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 42, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "platformami": [22, 30], "platformi": [53, 82], "platnost": 24, "platnosti": [35, 39], "platnou": 44, "platn\u00e1": 51, "platn\u00e9": 10, "playback": 21, "pleas": [4, 41, 44, 63, 82], "plist": 17, "plnohodnotn\u00e9ho": 50, "plnotextov\u00e9": 26, "pln\u00e9": 42, "pln\u011b": 80, "pln\u011bn": 41, "plochi": 20, "plochu": 20, "plo\u0161e": 20, "plu": [41, 42], "pl\u00e1nov\u00e1na": 41, "pl\u00e1nov\u00e1n\u00ed": 41, "pl\u00e1nujet": [20, 41], "po": [6, 7, 19, 20, 24, 26, 29, 33, 40, 41, 42, 44, 47, 48, 53], "pobl\u00ed\u017e": 50, "poch\u00e1z\u00ed": [19, 37], "pod": [20, 24, 33, 35, 37, 41, 46, 51, 53], "podepsan\u00fd": 20, "podepsan\u00fdch": 49, "podl": [19, 20, 39, 48], "podm\u00ednk\u00e1m": 42, "podnikov\u00e9": 18, "podnikov\u00e9ho": 18, "podnikov\u00fd": 18, "podobn\u00e9": 19, "podobn\u011b": [20, 41, 44, 46], "podob\u011b": [26, 35, 41], "podokn\u011b": 12, "podpi": 44, "podpor": 41, "podpora": [15, 19], "podpori": [19, 53], "podporovan\u00fdch": [41, 44], "podporovat": 20, "podporov\u00e1n": 44, "podporov\u00e1ni": [41, 44, 50], "podporu": [6, 41, 42, 46, 48], "podporuj": [20, 41, 42, 44, 50, 81], "podporuj\u00ed": 42, "podp\u016frnou": 26, "podp\u016frn\u00e9": 41, "podrobn": 40, "podrobnostech": 42, "podrobnosti": [12, 20, 24, 33, 35, 37, 41, 42], "podrobnostmi": 41, "podrobn\u00e9": 41, "podrobn\u011bj\u0161\u00ed": [40, 41], "podslo\u017ec": 20, "podslo\u017eek": 12, "podstatn\u00e9": 12, "podvod": 44, "podvodn\u00fdmi": 44, "pod\u00edvejt": 47, "pohl": 41, "pohledu": 41, "pohodl\u00ed": 19, "pohyb": 6, "point": [14, 27, 45, 83], "pojem": 41, "pojmu": 46, "poka\u017ed\u00e9": [20, 24, 35, 39], "pokou\u0161ej\u00ed": 26, "pokou\u0161\u00edt": 14, "pokra\u010dovat": [19, 44, 50], "pokra\u010duj": 24, "pokra\u010dujt": [44, 45], "pokro\u010dil": 50, "pokro\u010dil\u00e1": [47, 51], "pokro\u010dil\u00e9": [20, 41], "pokro\u010dil\u00e9ho": [41, 44], "pokro\u010dil\u00e9m": [41, 44], "pokro\u010dil\u00fd": 41, "pokro\u010dil\u00fdch": 47, "poku": [19, 44], "pokud": [7, 10, 12, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 80, 81, 82], "pokusem": 44, "pokusi": 44, "pokusit": 19, "pokusu": 10, "pokus\u00ed": [40, 47], "pokynech": 47, "pokyni": 20, "polici": 7, "poll": [9, 15], "polo\u017eki": [19, 41], "polo\u017eku": [20, 48], "pomoc": 80, "pomoci": [18, 41], "pomoc\u00ed": [6, 19, 29, 35, 44, 45, 51, 54], "pomozt": 53, "pom\u00e1haj\u00ed": 42, "pom\u00edjiv\u00e1": 19, "pom\u016f\u017e": [41, 42], "ponechat": [12, 42], "ponech\u00e1na": 44, "ponech\u00e1v\u00e1ni": 24, "ponech\u00e1v\u00e1n\u00ed": 44, "pon\u011bkud": [12, 20, 24], "pop3": 43, "popi": [19, 20, 41, 48, 51], "popisek": [28, 41], "popisu": 19, "popisuj": 7, "popisuj\u00ed": 7, "popisuj\u00edc\u00ed": 41, "popov": 80, "poprv\u00e9": 26, "pops\u00e1ni": 20, "pops\u00e1no": [25, 41], "popular": 41, "popup": 41, "porovnejt": 10, "porozum\u011bn\u00ed": 33, "port": [8, 9, 20, 47], "portu": 20, "posit": 42, "poskytovan\u00e9mu": 41, "poskytovan\u00fdmi": 35, "poskytovatel": [20, 26, 53], "poskytovatel\u016fm": 26, "poskytov\u00e1ni": 31, "poskytov\u00e1n\u00ed": 20, "poskytuj": [19, 20, 41, 42, 53], "poskytuj\u00ed": 7, "poslat": [29, 41], "posledn\u00ed": [19, 39], "posledn\u00edch": 39, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "posta\u010d\u00ed": 47, "postrann\u00ed": 80, "postrann\u00edho": 42, "postrann\u00edm": [20, 28, 35, 41, 42, 50], "postup": 50, "postupu": 41, "posu\u0148t": 51, "pos\u00edlat": [20, 41, 45], "potaz": 41, "potenci\u00e1ln\u00ed": 44, "potom": 35, "potvrdit": [41, 47], "potvrd\u00ed": [28, 41], "potvrzen": 41, "potvrzen\u00ed": [19, 28, 41], "potvrzovac\u00ed": 41, "potvrzovac\u00edho": 41, "potvrzovat": 42, "potvrzuj\u00edc\u00ed": 41, "potvr\u010ft": [44, 45], "pot\u00e9": [7, 12, 19, 20, 41, 42, 44, 45, 51], "pot\u00ed\u017e": 80, "pot\u0159eba": 45, "pot\u0159ebi": [37, 42], "pot\u0159ebn\u00fdch": 12, "pot\u0159ebovat": 12, "pot\u0159ebu": 41, "pot\u0159ebujet": [31, 50], "pot\u0159ebuj\u00ed": 28, "pot\u0159eb\u00e1ch": 44, "pouz": [7, 14, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46], "pou\u017eij": 26, "pou\u017eijet": 51, "pou\u017eijt": [7, 19, 20, 28], "pou\u017eit": 41, "pou\u017eita": 80, "pou\u017eiteln\u00e9": 80, "pou\u017eiteln\u00fd": 19, "pou\u017eitj": 20, "pou\u017eito": 20, "pou\u017eit\u00e9": 81, "pou\u017eit\u00e9m": [12, 44], "pou\u017eit\u00ed": [20, 48], "pou\u017eit\u00edm": [7, 20, 40, 41], "pou\u017e\u00edt": [7, 12, 19, 20, 26, 42, 47, 81], "pou\u017e\u00edvaj\u00ed": [7, 20, 53], "pou\u017e\u00edvan\u00e9": [20, 26], "pou\u017e\u00edvan\u00e9ho": 31, "pou\u017e\u00edvan\u00e9m": [19, 51], "pou\u017e\u00edvan\u00fd": [20, 41], "pou\u017e\u00edvan\u00fdm": 53, "pou\u017e\u00edvat": [19, 20, 25, 26, 41, 42], "pou\u017e\u00edv\u00e1": [7, 19, 26, 44, 50], "pou\u017e\u00edv\u00e1m": 12, "pou\u017e\u00edv\u00e1n": 20, "pou\u017e\u00edv\u00e1n\u00ed": [6, 13, 18, 20, 25, 29, 43, 54, 82], "pou\u017e\u00edv\u00e1t": [20, 48], "pova\u017eov\u00e1ni": 19, "pova\u017eujet": 20, "povinn\u00e9": [41, 45], "povolit": 20, "povolt": 44, "pov\u00fd\u0161en\u00fdch": 28, "power": 1, "pozad\u00ed": [19, 80], "pozast": 19, "pozastavena": 19, "pozastavit": 19, "pozastav\u00ed": 19, "pozd\u011bji": [44, 50], "pozitivn\u011b": 44, "pozn\u00e1mka": 35, "pozn\u00e1mki": 41, "pozornost": 10, "pozvan\u00ed": 41, "pozv\u00e1nek": [41, 42], "pozv\u00e1nki": 45, "pozv\u00e1nku": 41, "pozv\u00e1n\u00ed": 42, "po\u010det": [12, 44], "po\u010dkat": 18, "po\u010dtu": [41, 44], "po\u010d\u00edtaj\u00ed": 33, "po\u010d\u00edta\u010d": [7, 10, 12, 18, 19, 20, 41, 46, 53], "po\u010d\u00edta\u010dem": 25, "po\u010d\u00edta\u010di": [20, 24, 53], "po\u010d\u00edt\u00e1na": 33, "po\u010d\u00edt\u00e1ni": 33, "po\u0159\u00e1d": [33, 41, 80], "po\u0159\u00e1dku": 48, "po\u0161t\u011b": 44, "po\u017eadavek": 44, "po\u017eadavki": 6, "po\u017eadovan\u00e9": [12, 20], "po\u017eadovan\u00fd": 41, "po\u017eadovan\u00fdm": 12, "po\u017e\u00e1dat": 26, "po\u017e\u00e1dejt": [41, 44], "po\u017e\u00e1d\u00e1": 40, "po\u017e\u00e1d\u00e1ni": 45, "ppa": 8, "pracovali": 44, "pracuj": 44, "pravidel": 44, "pravideln": 41, "pravideln\u00e9m": 12, "pravideln\u011b": 41, "pravidla": 41, "pravidlo": 44, "prav\u00e9m": 50, "prav\u00fdm": [19, 20, 35, 48], "pre": 66, "preconfigur": 14, "predefin": 60, "prefer": [0, 9, 14, 17, 20, 41, 44, 45, 52], "prepar": [62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39], "primari": 44, "princip": [47, 51], "prioritn\u00ed": 44, "privaci": [38, 62, 83], "privat": [26, 66, 82], "pro": [6, 10, 12, 13, 14, 15, 18, 19, 24, 26, 31, 33, 35, 37, 39, 45, 46, 47, 48, 50, 51, 53, 81, 82], "problem": [11, 81], "problematick\u00fdch": 19, "probl\u00e9m": 12, "probl\u00e9mi": [44, 80], "probl\u00e9m\u016f": 47, "prob\u00edh\u00e1": 19, "proc": 12, "proce": [12, 39], "process": [8, 41, 44, 52, 62], "procesu": 39, "proch\u00e1zet": 20, "produc": [9, 21], "produktivitu": 43, "profil": [6, 9, 27, 42, 44, 69, 82], "profilov\u00e9": [41, 42], "profilov\u00e9ho": 82, "profilov\u00fd": 42, "profilu": 6, "program": [12, 14, 17], "progress": [15, 60], "prohl\u00ed\u017ee\u010d": [6, 12, 14, 20], "prohl\u00ed\u017ee\u010di": [7, 12, 51], "prohl\u00ed\u017ee\u010d\u016f": [6, 20, 81], "projektem": 41, "projekt\u016f": 43, "proklikejt": 20, "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prom\u011bnit": 50, "prom\u011bnn\u00e9": [10, 41], "prom\u011bnn\u00fdch": 31, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "prostor": 19, "prostoru": [24, 33], "prost\u00fdm": 42, "prost\u0159edek": [20, 41, 46, 48], "prost\u0159edki": [41, 46, 48], "prost\u0159edk\u016f": 48, "prost\u0159edk\u016fm": 42, "prost\u0159ednictv\u00edm": [6, 10, 12, 21, 22, 26, 30, 31, 35, 41, 44, 45, 50], "prost\u0159ed\u00ed": [10, 19, 20], "prost\u0159ed\u00edch": 7, "prost\u0159ed\u00edm": 7, "pros\u00edm": 80, "protect": [35, 38, 69], "proti": [12, 81], "proto": [20, 47], "protocol": [12, 20, 27, 74], "protokol": [20, 46, 47], "protokoli": 50, "protokolu": [22, 30], "proto\u017e": [7, 12, 19, 20, 26, 31, 41, 44, 82], "prot\u011bj\u0161ku": 20, "proudu": 82, "prou\u017eki": 41, "proved": 12, "proveden\u00ed": 7, "provid": [0, 1, 8, 12, 14, 15, 20, 21, 38, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "provozovan\u00fdm": 44, "provozuj\u00edc\u00edch": 53, "prov\u00e1d\u00ed": 7, "prov\u00e1d\u011bn\u00e9": 7, "prov\u00e1d\u011bn\u00ed": [23, 30], "prov\u00e1d\u011bn\u00fdm": 7, "prov\u00e9st": [42, 45], "proxi": [8, 9, 19], "pruh": [26, 80], "pruhu": [19, 42], "prvek": 44, "prvky": 44, "prvk\u016f": 80, "prvn\u00ed": 7, "prvn\u00edho": 42, "prvn\u00edm": [41, 42, 48, 81], "prvotn\u00ed": 41, "pry\u010d": [19, 41], "pr\u00e1ce": [10, 44, 48], "pr\u00e1va": [31, 45], "pr\u00e1vem": 41, "pr\u00e1v\u011b": [20, 39, 44, 45], "pr\u00e1zdn\u00e1": 41, "pr\u00e1zdn\u00fd": [41, 42], "pr\u016fb\u011bhu": [19, 80], "pr\u016fb\u011b\u017en\u011b": 12, "pr\u016fvodc": 19, "pr\u016fvodcem": 12, "pr\u016fzkumn\u00edk": [19, 20], "pr\u016fzkumn\u00edka": [10, 19], "pr\u016fzkumn\u00edkovi": 20, "ps\u00e1t": 44, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicli": 42, "publikovan\u00fdch": 41, "publish": 82, "push": [0, 60, 80], "put": 69, "p\u00e1r": 48, "p\u00e1sma": 41, "p\u00edsmenkem": 20, "p\u00edsmenko": 20, "p\u00edsmo": 80, "p\u00ed\u0161ete": 14, "p\u0159e": [20, 33, 41, 49], "p\u0159ebit\u00edm": 7, "p\u0159eb\u00edt": 7, "p\u0159ed": [7, 18, 19, 41], "p\u0159edat": [20, 42], "p\u0159edchoz\u00ed": [12, 42, 50], "p\u0159edchoz\u00edho": 41, "p\u0159edem": 41, "p\u0159ede\u0161l\u00e9m": 51, "p\u0159edm\u011bt": 44, "p\u0159edm\u011btech": 44, "p\u0159edm\u011btu": 44, "p\u0159ednastaven\u00fdch": 19, "p\u0159edplatn\u00e9ho": 53, "p\u0159edp\u0159ipraven\u00e9": 44, "p\u0159edp\u0159ipraven\u00e9ho": 41, "p\u0159edstavuj": 44, "p\u0159edt\u00edm": 44, "p\u0159edvolbi": [19, 20, 82], "p\u0159edvolb\u00e1ch": 45, "p\u0159edvoleb": [6, 14, 81], "p\u0159edvypln\u011bn": 19, "p\u0159edvypln\u011bn\u00e1": 44, "p\u0159ed\u00e1na": 41, "p\u0159ejd\u011bt": [19, 20, 28, 42, 44, 50, 51], "p\u0159ejet": [44, 50], "p\u0159ejmenovat": 44, "p\u0159ejmenuj": 35, "p\u0159ej\u00ed": 41, "p\u0159ej\u00edt": 20, "p\u0159ekl\u00e1dat": 44, "p\u0159ekl\u00e1d\u00e1n\u00edm": 53, "p\u0159ekra\u010duj": 20, "p\u0159ekra\u010duj\u00ed": 24, "p\u0159ekro\u010den": 44, "p\u0159ekro\u010den\u00ed": 26, "p\u0159ekro\u010d\u00ed": [24, 39], "p\u0159ekryvn\u00e1": 19, "p\u0159ekr\u00fdvaj\u00edc\u00edm": 41, "p\u0159eneseno": 37, "p\u0159enesen\u00e9": 37, "p\u0159enesen\u00ed": [37, 41], "p\u0159eneset": 35, "p\u0159eno": 37, "p\u0159enosi": 20, "p\u0159enosov\u00e9": 19, "p\u0159en\u00e1\u0161en\u00fd": 20, "p\u0159en\u00e9st": [37, 41], "p\u0159epsat": [24, 33, 41], "p\u0159eps\u00e1n\u00ed": 35, "p\u0159ep\u00ednat": 44, "p\u0159ep\u00edna\u010d": 42, "p\u0159ep\u00edn\u00e1n\u00ed": 10, "p\u0159esahuj\u00edc\u00edch": 39, "p\u0159esko\u010dit": 80, "p\u0159esm\u011brov\u00e1n\u00ed": 81, "p\u0159esn\u00e1": 44, "p\u0159esn\u011b": 44, "p\u0159estat": 44, "p\u0159esun": 44, "p\u0159esunout": [24, 44], "p\u0159esunut": 24, "p\u0159esunuta": 24, "p\u0159esunuto": 24, "p\u0159esunut\u00ed": 20, "p\u0159esu\u0148t": 12, "p\u0159es\u00e1hn": 33, "p\u0159et\u00e1hnout": 41, "p\u0159et\u00e9kaj\u00edc\u00ed": 19, "p\u0159e\u0161krtnut\u00e9": 41, "p\u0159i": [6, 7, 19, 20, 26, 31, 35, 41, 42, 44], "p\u0159ibalov\u00e1n": 7, "p\u0159ibli\u017en\u011b": 33, "p\u0159ibl\u00ed\u017eit": 80, "p\u0159idan\u00e9": 12, "p\u0159idat": [12, 19, 20, 28, 35, 40, 41, 46, 47, 48, 50, 51, 81], "p\u0159idejt": [7, 12, 20, 44, 80], "p\u0159id\u00e1": [41, 44], "p\u0159id\u00e1n": 44, "p\u0159id\u00e1n\u00ed": [24, 26], "p\u0159id\u00e1n\u00edm": [7, 41], "p\u0159id\u00e1t": 42, "p\u0159id\u00e1vat": [35, 41, 42, 44], "p\u0159id\u00e1v\u00e1ni": 24, "p\u0159id\u00e1v\u00e1t": 41, "p\u0159id\u011blen\u00ed": 20, "p\u0159id\u011bl\u00ed": 24, "p\u0159ihlast": [26, 51], "p\u0159ihla\u0161ovac\u00ed": [19, 20, 26, 44, 45, 80, 81], "p\u0159ihla\u0161ovac\u00edch": 20, "p\u0159ihla\u0161ovac\u00edho": [6, 26, 82], "p\u0159ihla\u0161ov\u00e1n\u00ed": [6, 26], "p\u0159ihl\u00e1sili": 26, "p\u0159ihl\u00e1sit": [20, 26, 41, 49, 50], "p\u0159ihl\u00e1s\u00edt": [20, 26], "p\u0159ihl\u00e1\u0161eni": 20, "p\u0159ihl\u00e1\u0161en\u00ed": [20, 44, 50], "p\u0159ijali": 41, "p\u0159ijata": 41, "p\u0159ijato": [37, 41], "p\u0159ijet\u00edm": 41, "p\u0159ijmout": 35, "p\u0159ij\u00edmat": [35, 41], "p\u0159ij\u00edm\u00e1": 37, "p\u0159ij\u00edm\u00e1n\u00ed": 35, "p\u0159ipojeni": 19, "p\u0159ipojeno": 20, "p\u0159ipojen\u00e9": [20, 26, 28], "p\u0159ipojen\u00e9mu": 20, "p\u0159ipojen\u00ed": [12, 19, 48], "p\u0159ipojen\u00edm": 12, "p\u0159ipojen\u00fd": 41, "p\u0159ipojen\u00fdch": [6, 81], "p\u0159ipojit": [12, 20, 35], "p\u0159ipojovan\u00fdch": 20, "p\u0159ipojovat": [20, 28], "p\u0159ipojov\u00e1n\u00ed": 20, "p\u0159ipojt": 20, "p\u0159ipojuj": 20, "p\u0159ipojuj\u00edc\u00edho": 20, "p\u0159ipomen": 44, "p\u0159ipom\u00ednki": 41, "p\u0159ipraveno": 18, "p\u0159ipraven\u00e9": 18, "p\u0159ipravit": 41, "p\u0159istoupit": [14, 26], "p\u0159istupovat": [20, 21, 41, 42], "p\u0159istupujet": 20, "p\u0159izp\u016fsoben\u00e9": 41, "p\u0159izp\u016fsoben\u00edm": 12, "p\u0159izp\u016fsobov\u00e1n\u00ed": 6, "p\u0159izp\u016fsobuj": 80, "p\u0159izv\u00e1n\u00ed": 41, "p\u0159i\u010dem\u017e": [44, 50], "p\u0159i\u0159azena": 44, "p\u0159\u00e1t": 41, "p\u0159\u00e1teli": 41, "p\u0159\u00edchoz\u00ed": [35, 37, 44], "p\u0159\u00edchoz\u00edmi": 44, "p\u0159\u00edjemc": [24, 28, 35, 44], "p\u0159\u00edjemci": 35, "p\u0159\u00edjemc\u016fm": 35, "p\u0159\u00edjmu": 44, "p\u0159\u00edkaz": 20, "p\u0159\u00edkazov\u00fd": 20, "p\u0159\u00edkazu": 20, "p\u0159\u00edklad": [19, 20], "p\u0159\u00edkladech": 20, "p\u0159\u00edkladu": [20, 35], "p\u0159\u00edli\u0161": [41, 44], "p\u0159\u00edlohi": 41, "p\u0159\u00edmo": [19, 20, 26, 41, 44], "p\u0159\u00edm\u00e9": [28, 35], "p\u0159\u00edpad": 7, "p\u0159\u00edpadech": 47, "p\u0159\u00edpadn\u00e9": 44, "p\u0159\u00edpadn\u00fdch": 7, "p\u0159\u00edpadn\u011b": [12, 41, 44], "p\u0159\u00edpad\u011b": [7, 12, 19, 20, 26, 35, 37, 39, 42], "p\u0159\u00edpad\u016f": 20, "p\u0159\u00edpojn\u00fd": 20, "p\u0159\u00edponou": 12, "p\u0159\u00edponu": 12, "p\u0159\u00edpravi": [18, 41], "p\u0159\u00edru\u010dc": 25, "p\u0159\u00edru\u010dka": 13, "p\u0159\u00edru\u010dki": [6, 47], "p\u0159\u00edr\u016fstek": 41, "p\u0159\u00edr\u016fstky30": 41, "p\u0159\u00edslu\u0161n\u00e9": 42, "p\u0159\u00edslu\u0161n\u00e9ho": 41, "p\u0159\u00edslu\u0161n\u00e9m": 20, "p\u0159\u00edslu\u0161n\u00fd": [10, 20], "p\u0159\u00edslu\u0161n\u00fdch": [31, 51], "p\u0159\u00edslu\u0161n\u00fdmi": 43, "p\u0159\u00edstup": [19, 22, 26, 30, 35, 41, 42, 45], "p\u0159\u00edstupn\u00e1": 35, "p\u0159\u00edstupn\u00e9": [35, 41], "p\u0159\u00edstupn\u00e9m": 41, "p\u0159\u00edstupn\u00fdch": 42, "p\u0159\u00edstupov\u00e1": [31, 45], "p\u0159\u00edstupu": [41, 42, 45, 81], "p\u0159\u00edst\u00edm": 50, "p\u0159\u00edtomnost\u00ed": 41, "p\u0159\u00edznak": 44, "p\u0159\u00ed\u0161t\u00ed": 18, "p\u0159\u00ed\u0161t\u00edm": 7, "p\u016fvodn\u00edho": [26, 33, 35], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33], "r": [51, 60, 80], "rais": [11, 80], "rang": [76, 83], "rather": 20, "raz\u00edtkem": 24, "raz\u00edtko": 39, "re": [5, 44], "reach": [27, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 44, 69, 82], "reader": [0, 80], "readi": 27, "real": 64, "rearrang": 83, "reason": 69, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 41, 44], "recognis": 15, "recommend": [15, 20], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "red": [27, 60, 62], "reddit": 51, "redirect": [69, 72], "reduc": [11, 15], "refer": [14, 21, 31, 62, 76], "reflect": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registrech": [7, 20], "registri": 12, "registr\u016f": [12, 20], "regul": 62, "regular": [20, 27, 36, 60], "regularli": 11, "rejoin": 69, "rejst\u0159\u00edk": 26, "rel": 41, "relac": [20, 42], "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14], "relev": [41, 76], "relevantn\u00ed": 44, "remain": 11, "rememb": 1, "remind": [41, 69], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 57, 69, 83], "renam": [0, 21, 36], "reopen": 44, "repeat": [8, 51], "replac": [45, 47, 60, 69], "repli": [44, 57, 69, 76], "repositori": [8, 9], "repozit\u00e1\u0159": 45, "reproduc": 14, "reprodukov\u00e1n\u00ed": 18, "request": [1, 20], "requir": [1, 8, 27, 38, 41, 44, 60, 62, 64, 69, 74], "reschedul": 66, "resiz": 60, "resourc": [45, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "rest": 25, "restartech": 20, "restartuj": 7, "restartujt": 20, "restor": [24, 41], "restrict": [36, 42, 82], "result": [1, 9, 15, 83], "resum": 44, "retent": [36, 69], "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rezervac": 41, "rezervaci": 41, "rezervovat": 41, "rezervuj": 41, "re\u017eim": [42, 80], "re\u017eimi": 44, "re\u017eimu": 42, "rf": 17, "rfc": 41, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "rizikem": 18, "rm": 17, "roam": 9, "rohu": 50, "rok": 41, "role": 82, "roli": 42, "roll": [39, 57], "rol\u00ed": 42, "room": [73, 77], "root": [8, 15], "rovnob\u011b\u017en\u00fdmi": 19, "row": [21, 36, 65], "rozbalit": 80, "rozbalovac\u00ed": [12, 20], "rozbalt": 20, "rozbal\u00ed": 19, "rozd\u00edl": 10, "rozd\u011blen\u00ed": 44, "rozhodn": 44, "rozhodnout": 41, "rozhran\u00ed": [14, 19, 21, 40, 41, 44, 80, 82], "rozhran\u00edmi": 43, "rozli\u010dn\u00e9": 81, "rozm\u011br\u016fm": 6, "rozs\u00e1hl\u00fd": 41, "roz\u0161ifrovat": 26, "roz\u0161ifrov\u00e1n\u00ed": 26, "roz\u0161ifruj": 26, "roz\u0161\u00ed\u0159en\u00ed": 20, "roz\u0161\u00ed\u0159en\u00edm": 20, "rss": 6, "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "ru\u010dn\u00ed": 7, "ru\u010dn\u00edm": 7, "ru\u010dn\u011b": [7, 12, 20, 24, 29, 39, 42, 44, 45, 48], "ru\u0161en\u00ed": 41, "rw": 20, "rychlosti": 48, "rychl\u00e9": 44, "rychl\u00fd": 19, "r\u00e1mci": [18, 35, 41, 42, 46, 82], "r\u00e1mec": 7, "r\u016fzn\u00e1": 41, "r\u016fzn\u00e9": [7, 42], "r\u016fzn\u00fdch": [7, 42, 81], "r\u016fzn\u00fdmi": [35, 42, 44], "s3": [20, 27], "sabredav": 20, "sada": 43, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "sami": [7, 20, 41, 49], "samostatn\u00e9": 44, "samostatn\u011b": [10, 44], "samotn\u00e9": 80, "samotn\u00fdm": [33, 41], "samovysv\u011btluj\u00edc\u00ed": 42, "samoz\u0159ejm\u011b": [41, 42], "save": [5, 15, 27, 36, 39, 41, 44, 54, 56, 62, 80], "sbalen\u00fd": 19, "sbalit": 80, "scan": 27, "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 52, 69], "schopnost": 44, "schopnosti": [20, 24], "schopn\u00ed": [20, 45], "schopn\u011b": 20, "schr\u00e1nce": 44, "schr\u00e1nky": [41, 51], "sch\u00e9ma": 12, "sch\u016fzce": 41, "sch\u016fzek": 41, "sch\u016fzka": 41, "sch\u016fzku": 48, "scope": [14, 44, 82], "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20], "scroll": [20, 44, 51, 65, 66], "sc\u00e9n\u00e1\u0159": 24, "sc\u00e9n\u00e1\u0159\u00edch": 10, "sd\u00edlen": 41, "sd\u00edlen\u00e1": 20, "sd\u00edlen\u00ed": [6, 20, 28, 33, 42, 53], "sd\u00edlen\u00edm": 41, "sd\u00edlen\u00fd": [35, 41], "sd\u00edlen\u00fdch": 53, "sd\u00edlen\u00fdm": 26, "sd\u00edlet": [19, 21, 24, 26, 28, 35, 41, 42, 43, 44, 53], "sd\u00edl\u00edte": 28, "sd\u011bluje": 19, "se": [6, 7, 10, 14, 19, 20, 21, 28, 29, 31, 33, 35, 37, 40, 42, 43, 46, 48, 54, 80, 82], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sebe": [20, 42], "sebou": [20, 49], "sec": 9, "second": [2, 6, 9, 11, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "sekc": [7, 12, 26, 40, 44], "sekci": [20, 37, 41, 44], "sekund": [39, 81], "sekundi": 39, "sekund\u00e1ch": 48, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 56, 59, 62, 66, 69, 72, 76, 81], "selector": 66, "self": 76, "sem": 82, "send": [0, 1, 29, 41, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sent": [0, 28, 44, 69], "separ": [0, 1, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 46, 47, 49, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "serverech": [20, 35, 53], "serverem": [19, 20, 46, 48, 53], "serveri": [20, 28, 35, 41], "serveru": [10, 12, 14, 19, 20, 24, 26, 28, 41, 43, 44, 45, 47, 48, 49, 50, 80], "server\u016f": [28, 35], "servic": [20, 26, 27, 29, 57, 74, 77], "session": 9, "sestaven\u00ed": 18, "sest\u00e1v\u00e1": 43, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "setk\u00e1n\u00ed": 41, "setk\u00e1t": 20, "setk\u00e1v\u00e1t": 41, "setup": [11, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "seznam": [10, 19, 35, 41, 44, 82], "seznamem": [19, 42], "seznamu": [20, 41, 42, 44, 48, 54], "seznam\u016f": 19, "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "shoda": 44, "shodi": 44, "shoduj": [12, 44], "shoduj\u00edc\u00ed": 19, "short": 44, "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "shrom\u00e1\u017ed\u011bni": 41, "si": [7, 10, 12, 19, 20, 24, 26, 35, 41, 42, 44, 45, 50, 53, 80, 82], "side": [5, 15, 27, 30, 34, 38, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "signific": 20, "significantli": 20, "silent": [8, 60], "similar": [15, 41, 42], "simpl": [5, 27, 39], "simpli": [17, 25, 44, 56, 76], "sinc": [35, 39, 81], "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "situaci": 10, "situat": 11, "size": [9, 11, 20, 31], "skenuj": 12, "skip": [11, 60, 80], "skipupdatecheck": 7, "skon\u010den\u00ed": [35, 39], "skon\u010dili": 26, "skon\u010d\u00ed": [40, 41], "skript": 26, "skripti": 44, "skriptu": 44, "skript\u016f": 44, "skryje": 35, "skrze": [35, 46], "skr\u00fdt": 35, "skupin": [7, 26], "skupina": 42, "skupinami": 44, "skupini": [20, 35, 41, 42], "skupinu": 42, "skupin\u00e1ch": 82, "skupin\u00e1m": [26, 33], "skupin\u011b": 41, "slot": 41, "sloti": 41, "slot\u016f": 41, "slou\u010den\u00edm": 42, "slou\u010den\u00fd": 42, "slou\u010dit": 42, "slou\u017eit": 20, "slou\u017e\u00ed": 40, "slow": 20, "slo\u017ec": [12, 14, 19, 20, 28, 35, 37, 41, 44], "slo\u017eek": [12, 19, 26, 35, 42, 53], "slo\u017eka": [12, 14, 19, 20, 24, 35, 44, 82], "slo\u017ekami": 12, "slo\u017eki": [12, 14, 19, 20, 26, 35, 37, 41, 53], "slo\u017ekou": [20, 37], "slo\u017eku": [19, 24, 29, 33, 35, 37], "slo\u017ek\u00e1m": 26, "slu\u010dovat": 42, "slu\u010dov\u00e1n\u00ed": 42, "slu\u017eba": 20, "slu\u017ebi": [20, 47], "slu\u017ebu": 20, "slu\u017eb\u00e1ch": 26, "slu\u017eeb": [26, 53], "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smazal": 41, "smazan\u00e9": [33, 41, 44], "smazan\u00fdch": [30, 32, 33], "smazan\u00fdm": 24, "smazat": [39, 41, 42], "smaz\u00e1n": 24, "smaz\u00e1ni": [41, 44], "sma\u017ee": [24, 42], "sma\u017eet": [19, 24, 41], "sma\u017et": 10, "smb": 27, "smtp": 44, "smysl": 10, "smy\u010dki": 12, "snadn\u00e9": 44, "snadn\u00fd": 26, "snap": 20, "sni": 20, "snooz": 44, "sn\u00ed\u017e\u00ed": 80, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "soci\u00e1ln\u00edch": 82, "socks5": 9, "softwar": [6, 7, 12, 14, 17, 42, 53, 80], "softwaru": [43, 48], "sole": 44, "solut": 20, "solv": [12, 81], "some": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "soubor": [7, 10, 12, 19, 20, 24, 26, 35, 37, 41, 42], "souborech": [7, 41], "soubori": [6, 10, 14, 19, 20, 21, 28, 33, 35, 37, 41, 46, 53], "souborov\u00e9": 19, "souborov\u00e9ho": 20, "souborov\u00e9mu": 20, "souborov\u00fd": 20, "souboru": [10, 12, 19, 20, 24, 26, 28, 35, 37, 39, 42], "soubor\u016f": [12, 22, 25, 28, 30, 32, 33, 35, 41, 42, 46, 53], "soubor\u016fm": [21, 22, 24, 26, 30], "soukrom\u00e9": [41, 82], "soukrom\u00ed": [44, 53], "soukrom\u00fdm": 41, "sourc": [20, 38, 53], "sourcedir": 8, "souvisej\u00edc\u00ed": 47, "souvislosti": 41, "sou\u010dasnosti": 41, "sou\u010d\u00e1st": [41, 44], "sou\u010d\u00e1sti": 19, "sou\u010d\u00e1st\u00ed": [6, 7, 20, 42], "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spad\u00e1": 82, "spam": 44, "sparkl": 7, "spat\u0159it": 82, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51, 69], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 58], "speci\u00e1ln\u00ed": 18, "speci\u00e1ln\u00edho": 26, "speech": [1, 60, 64], "speed": [20, 44], "spln\u011bn": [24, 39], "spl\u0148uj\u00edc\u00ed": 53, "spodn\u00ed": [42, 51], "spojen\u00ed": [12, 19, 20, 46, 48, 49], "spoken": 60, "spokojen\u00ed": 19, "spole\u010dnosti": 53, "spole\u010dn\u011b": 12, "spolupr\u00e1c": [6, 41, 42, 48], "spolupr\u00e1ci": 35, "spou\u0161titeln": 20, "spou\u0161t\u011bna": 20, "spou\u0161t\u011bni": 44, "spou\u0161t\u011bn\u00ed": [7, 26], "spou\u0161t\u011bt": [19, 20], "spo\u010d\u00edt\u00e1": 24, "spravovan\u00fdch": 7, "spravovat": [42, 44, 51, 82], "spravov\u00e1ni": 41, "spreadsheet": 21, "spr\u00e1va": [6, 20, 30, 32, 33, 81, 82], "spr\u00e1vce": [7, 13, 21, 24, 26, 29, 31, 33, 35, 37, 41, 42, 44, 46, 50, 80, 82], "spr\u00e1vcem": [31, 44, 82], "spr\u00e1vci": [7, 19, 26, 46], "spr\u00e1vnosti": 19, "spr\u00e1vn\u00fd": 81, "spr\u00e1vn\u011b": [20, 49], "spr\u00e1vu": [7, 24, 33, 39, 41, 42, 43, 80], "spustit": [12, 20, 26, 45], "spust\u00ed": 41, "spus\u0165t": [20, 45, 51], "spu\u0161t\u011bn\u00e1": 20, "spu\u0161t\u011bn\u00ed": 19, "spu\u0161t\u011bn\u00edm": [7, 20], "spu\u0161t\u011bn\u00fd": 19, "ssh": 27, "ssl": [8, 20, 47], "stabiln\u00ed": 18, "stabl": 14, "stack": 44, "stahovat": [12, 19, 26], "stahov\u00e1n\u00ed": [7, 14, 19, 35], "stahuj": [7, 10], "stai": [41, 59], "standard": [8, 14, 15, 80], "standardu": 41, "stane": 10, "stanovit": 19, "star": [21, 42], "starat": 26, "starou": 12, "start": [1, 3, 6, 9, 12, 16, 20, 38, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "startu": [19, 20], "star\u00e1": 12, "star\u00e9": 26, "star\u0161\u00ed": [14, 24, 33], "star\u0161\u00edch": 20, "star\u0161\u00edm": 28, "state": [8, 15, 44], "statu": [15, 20, 25, 27, 40, 41, 60, 69, 83], "stav": [7, 20, 40, 44], "stavem": 19, "stavov": 19, "stavov\u00e9m": 20, "stavu": [7, 10, 19, 24, 28, 31, 35, 41, 42, 44, 48], "sta\u010d\u00ed": [7, 19, 41, 44, 50, 81], "sta\u017eeni": 20, "sta\u017een\u00e1": 7, "sta\u017een\u00ed": 39, "stdout": 16, "stejnou": [7, 20, 26, 41], "stejn\u00e1": [14, 20, 26, 44], "stejn\u00e9": [41, 50], "stejn\u00e9ho": 41, "stejn\u00fdm": [12, 19, 20], "stejn\u011b": [20, 24, 40, 41, 48], "step": [14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stiskl": 28, "stisknut\u00edm": 46, "stiskn\u011bt": 20, "stolen": 81, "stop": [44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 39, 42, 44, 45, 81], "stran": [26, 41], "strani": [12, 20], "stran\u011b": [10, 19, 35, 49], "stream": [6, 62, 72], "strikethrough": 15, "stroji": [7, 10], "strom": 19, "stromu": 35, "structur": [2, 3, 21], "struktura": 42, "strukturi": 26, "stru\u010dnou": 40, "str\u00e1nce": [14, 26, 41, 82], "str\u00e1nek": 41, "str\u00e1nka": [7, 29, 41], "str\u00e1nku": [26, 28, 35], "str\u00e1nky": [41, 80], "stupe\u0148": 41, "stylu": [26, 43], "st\u00e1hne": 10, "st\u00e1hnout": [7, 12, 20, 42], "st\u00e1t": 42, "st\u00e1vaj\u00edc\u00ed": [19, 44], "st\u00e1vaj\u00edc\u00edho": 20, "st\u00e1vaj\u00edc\u00edmu": 35, "st\u00e1vat": 12, "st\u00e1\u0159\u00ed": 24, "st\u0159edu": 41, "sub": 45, "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": 76, "subsequ": 15, "substanti": 20, "success": [14, 27, 28], "sudo": 17, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "support": [8, 15, 16, 17, 20, 21, 39, 41, 42, 44, 46, 51, 66, 74, 81, 83], "sure": [17, 39, 60, 81], "svisl\u00e9": 44, "svou": [41, 44, 45, 53], "sv\u00e1": 82, "sv\u00e9": [7, 10, 20, 24, 26, 35, 37, 41, 44, 45, 47, 48, 50, 51, 82], "sv\u00e9ho": [20, 28, 41, 44, 47, 48, 53], "sv\u00e9m": [10, 20, 24, 41, 53], "sv\u00e9mu": [20, 50], "sv\u00edtivosti": 80, "sv\u00fdch": [7, 19, 35], "sv\u00fdm": [7, 20, 26, 42, 45], "sv\u016fj": [19, 20, 26, 35, 41, 42, 45, 51, 53], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [41, 44], "symbolick\u00fd": 19, "symbolick\u00fdch": 12, "sync": [8, 12, 14, 15, 17, 19, 25, 44, 47, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "synchronizac": [6, 19, 20, 22, 42, 43], "synchronizacemi": 10, "synchronizaci": [19, 25, 49, 50, 53], "synchroniza\u010dn\u00ed": [14, 19], "synchroniza\u010dn\u00edch": [19, 20], "synchroniza\u010dn\u00edho": [6, 7, 13, 53], "synchronizovan\u00e1": 12, "synchronizovan\u00e9": 19, "synchronizovat": [12, 14, 19, 20, 41, 45, 48, 50, 51, 53], "synchronizov\u00e1n": [19, 41], "synchronizov\u00e1na": [19, 48], "synchronizov\u00e1ni": [19, 20, 45, 48, 50, 53], "synchronizov\u00e1n\u00ed": [19, 20, 25], "synchronizuj": 12, "synchronizujet": 41, "synchronn\u00ed": [19, 20], "syntaktick\u00e9": 19, "syntax": [19, 66, 69], "syntaxi": 19, "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60, 62, 64, 70], "syst\u00e9m": [7, 12, 20, 41, 42, 44], "syst\u00e9mech": 7, "syst\u00e9mem": [6, 43], "syst\u00e9mi": [7, 19], "syst\u00e9mov": 20, "syst\u00e9mov\u00e9": 20, "syst\u00e9mov\u00e9ho": 10, "syst\u00e9mov\u00e9m": [19, 42], "syst\u00e9mov\u00fd": 42, "syst\u00e9mov\u00fdch": 10, "syst\u00e9mu": [12, 19, 44, 80], "syst\u00e9m\u016f": 20, "s\u00e1m": 20, "s\u00edti": [20, 50], "s\u00edt\u00ed": 20, "s\u00edt\u00edch": 82, "s\u00edt\u011b": 19, "s\u00ed\u0165": 20, "s\u00ed\u0165ovou": [19, 20], "s\u00ed\u0165ov\u00e1": 19, "s\u00ed\u0165ov\u00e1n\u00ed": 20, "s\u00ed\u0165ov\u00e9m": 20, "s\u00ed\u0165ov\u00e9mu": 20, "s\u00ed\u0165ov\u00fd": 20, "t": [5, 14, 20, 26, 39, 44, 46, 66, 81], "ta": [7, 14, 20], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tabul": 43, "tackl": 69, "tag": [0, 21, 30, 32, 44], "tajemstv\u00ed": 81, "tajnou": 41, "tak": [10, 12, 19, 20, 24, 26, 31, 33, 35, 39, 40, 41, 44, 47, 48, 80], "take": [2, 9, 15, 17, 28, 62, 69, 83], "takov\u00e9": [26, 33, 42], "takov\u00e9ho": [26, 44], "takov\u00e9m": [7, 26, 42], "takov\u00fd": [44, 82], "takto": [41, 42, 44, 82], "takt\u00e9\u017e": 33, "tak\u00e9": [10, 14, 19, 20, 39, 41, 42, 44, 46, 80, 82], "tak\u017e": [7, 19, 20, 21, 26, 41, 42, 48, 80], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tam": 41, "tap": [45, 60], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "tarifu": 48, "task": [0, 2, 6, 57, 66, 69], "tato": [12, 19, 20, 26, 33, 35, 41, 42, 44], "team": [2, 3, 6, 27, 42, 69, 74], "technic": [14, 15], "tedi": [24, 41], "tehdi": 44, "telefonn\u00ed": 42, "telefonu": 81, "telegram": 42, "telephon": 82, "temporarili": 60, "ten": [10, 27, 47], "tent": 44, "tento": [7, 10, 12, 19, 20, 24, 31, 39, 41, 44, 48, 50], "tentokr\u00e1t": 12, "terabajti": 12, "term": 1, "test": [9, 14, 24], "testeri": 18, "testi": 44, "testovac\u00ed": 18, "testov\u00e1n\u00edm": 18, "text": [1, 2, 5, 10, 15, 20, 21, 44, 56, 66, 73, 80], "text_": 66, "text__": 66, "textov\u00e1": 81, "textov\u00e9": 19, "textu": [19, 44, 80], "te\u010dkami": [19, 41], "te\u010dki": [19, 35, 41, 42, 44], "te\u010f": 10, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 28, 40, 41, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "think": 2, "third": 20, "those": [0, 25, 54], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thunderbirdu": 50, "tichou": 7, "tich\u00e1": 7, "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": 37, "titl": [2, 5, 41, 44, 56, 59, 76], "tj": [20, 47], "tl": [20, 51], "tla\u010d\u00edtek": 80, "tla\u010d\u00edtka": [19, 35, 41, 42], "tla\u010d\u00edtkem": [19, 20, 29, 35, 42, 48], "tla\u010d\u00edtko": [19, 20, 28, 41, 42, 44, 45, 50], "tlsv1": 20, "tmav\u00fd": 80, "tmp": 8, "todai": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "toho": [6, 12, 20, 41, 44, 47, 48], "tohoto": [7, 10, 19, 20, 39, 41, 47], "token": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokenech": 81, "tokeni": 41, "token\u016f": [6, 41], "tom": [20, 26, 37, 41, 82], "tomto": [12, 19, 20, 28, 35, 41], "tomu": [12, 19, 24, 26, 33], "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "toto": [7, 12, 19, 20, 28, 33, 41, 42, 45, 46, 48, 80], "toto\u017enosti": 81, "totp": [20, 81], "tou": 44, "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30], "translat": [4, 61, 73], "transparentn\u00ed": 41, "trash": [9, 21, 28], "trashbin_retention_oblig": 24, "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "true": [7, 16], "trust": [8, 38, 82], "trval\u00fdm": 12, "trvat": [41, 48], "trv\u00e1": 44, "tslv1": 20, "tt": 5, "tu": [10, 19], "tue": 20, "tumblr": 42, "tunelu": 20, "turn": [9, 44, 75], "tuto": [10, 19, 20, 24, 26, 28, 41, 42, 44], "two": [2, 17, 25, 36, 39, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "ty": [7, 10, 19, 24, 31, 33, 35, 41, 42, 44, 50], "typ": [20, 47], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 69, 80], "typi": 42, "typic": 57, "typicki": [19, 44, 81], "typu": [7, 20], "typ\u016fm": 19, "tyto": [7, 10, 19, 21, 24, 33, 35, 40, 41, 42, 44, 50, 53, 82], "t\u00e9": [10, 28, 41], "t\u00e9to": [10, 14, 20, 41, 44, 53], "t\u00edm": [10, 12, 42, 44], "t\u00fdden": [41, 82], "t\u00fddenn\u00ed": 41, "t\u00fddenn\u00edm": 41, "t\u00fddne": [39, 41], "t\u00fddnu": 41, "t\u00fddn\u016f": 42, "t\u00fdkat": 41, "t\u00fdk\u00e1": 19, "t\u00fdmem": 43, "t\u00fdm\u016f": 42, "t\u011bch": 41, "t\u011bchto": [19, 28, 31, 46, 48, 51], "t\u011blech": 44, "t\u011blo": 44, "t\u011bm": [26, 35], "t\u011bmto": 42, "t\u0159eba": [7, 12, 19, 20, 26, 28, 41, 42, 44, 45, 48, 49], "t\u0159ech": 19, "t\u0159emi": [19, 41], "t\u0159et\u00ed": [12, 20], "t\u0159et\u00edch": [26, 41], "t\u0159i": [19, 35, 41, 42, 44], "t\u0159ikr\u00e1t": 19, "t\u0159\u00ed": 44, "u": [7, 8, 19, 20, 24, 26, 28, 41, 44, 49, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "uchov\u00e1vat": 19, "uchov\u00e1v\u00e1": 39, "uchov\u00e1v\u00e1na": 39, "uchov\u00e1v\u00e1ni": 33, "udr\u017eov\u00e1na": 42, "ud\u00e1lost": [42, 44], "ud\u00e1lostech": 41, "ud\u00e1losti": 42, "ud\u00e1lostmi": 41, "ud\u011blali": 26, "ud\u011blat": [12, 28, 41, 44, 46], "ud\u011blen": 35, "ud\u011blen\u00ed": 45, "ud\u011blt": 45, "ud\u011bl\u00edt": 45, "ui": 9, "ukazatel": 41, "ukazatelem": [19, 44], "ukazuj": 20, "ukazuj\u00edc\u00edho": 10, "ukl\u00e1daj\u00ed": 33, "ukl\u00e1dal": 20, "ukl\u00e1dan\u00e9": 41, "ukl\u00e1dat": [20, 42, 82], "ukl\u00e1d\u00e1ni": 44, "ukon\u010den\u00ed": 19, "ukon\u010det": 20, "uk\u00e1zc": [10, 20], "ulev\u00ed": 80, "ulo\u017eena": 51, "ulo\u017eeno": 26, "ulo\u017een\u00e1": 44, "ulo\u017een\u00ed": [44, 46, 47], "ulo\u017een\u00fd": 20, "ulo\u017een\u00fdch": 39, "ulo\u017eit": [20, 41, 42, 51], "ulo\u017et": [12, 20], "umount": 20, "umo\u017enit": [7, 20, 35], "umo\u017en\u00ed": [7, 20, 35, 41, 42], "umo\u017en\u00edt": 33, "umo\u017en\u011bno": [35, 42], "umo\u017en\u011bn\u00e9ho": 24, "umo\u017en\u011bn\u00ed": 42, "umo\u017en\u011bn\u00fd": 20, "umo\u017e\u0148uj": [7, 19, 20, 26, 28, 35, 41, 42, 43, 44], "umo\u017e\u0148uj\u00ed": 44, "um\u00ed": 44, "um\u00edstit": 20, "um\u00edst\u011bn\u00ed": [12, 19, 20, 41, 48, 50, 51], "um\u00edst\u011bn\u00edm": 53, "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "uncheck": [0, 36], "und": 5, "under": [1, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "unik\u00e1tn\u00edch": 41, "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 60], "univers": 80, "univerz\u00e1ln\u00ed": 12, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmount": 20, "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [9, 15, 19, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 10, 14, 41, 42, 44, 45, 54, 64], "uplatn\u00ed": [40, 42], "uplatn\u011bna": 44, "uplatn\u011bni": 42, "uplat\u0148ov\u00e1ni": [19, 44], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62, 69, 72], "uplynut\u00ed": [19, 41, 44], "upon": [69, 70], "upout\u00e1vaj\u00edc\u00ed": 19, "upozornit": 41, "upozorn\u00ed": [7, 10], "upozorn\u011bn\u00ed": [7, 10, 19, 35, 37, 41, 51], "upozorn\u011bn\u00edm": 37, "upozor\u0148ov\u00e1n\u00ed": [41, 82], "upozor\u0148uj\u00edc\u00ed": 26, "upraveni": 39, "upraven\u00e9": 33, "upravit": [15, 19, 24, 41, 42], "upraviteln\u00e1": 35, "upravovat": [21, 41, 42, 44], "upravov\u00e1n\u00ed": [20, 35, 41, 42], "upravt": [7, 19, 20], "uprav\u00edt": [35, 42], "up\u0159ednost\u0148ovan\u00fd": 7, "up\u0159esnit": 41, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "ur\u010den": [19, 41, 42], "ur\u010den\u00e1": 53, "ur\u010den\u00e9": [19, 44], "ur\u010den\u00e9ho": 80, "ur\u010den\u00fd": 53, "ur\u010den\u00fdch": 19, "ur\u010dit": [41, 44], "ur\u010dit\u00e9": 42, "ur\u010dit\u00e9ho": 44, "ur\u010dit\u00fdch": 31, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "uskute\u010dnit": 41, "uskute\u010dn\u00ed": 41, "usnadn\u00ed": 80, "usnad\u0148uj": 20, "uspo\u0159\u00e1d\u00e1vat": 42, "usual": 44, "utf": 20, "utu\u017eov\u00e1n\u00ed": 42, "uveden": 44, "uvedena": 41, "uveden\u00e9": [19, 42, 51, 82], "uveden\u00ed": 20, "uveden\u00fdch": 47, "uvid\u00ed": [26, 28], "uvid\u00edt": [19, 26, 42, 81], "uvoln\u011bn\u00ed": 24, "uzivatel1": 24, "uzivatel2": 24, "uzivatel3": 24, "uzivatelskejmeno": 20, "uzn\u00e1valo": 20, "uzp\u016fsobit": 19, "u\u010dinili": 41, "u\u010dinit": [12, 41], "u\u010din\u00edt": 42, "u\u010di\u0148t": 42, "u\u017e": [6, 10, 18, 19, 26, 35, 41, 44, 45, 81], "u\u017eite\u010dn\u00e9": 33, "u\u017eite\u010dn\u00fd": 31, "u\u017eiv": [19, 28, 41, 44, 82], "u\u017eivatel": [10, 20, 24, 28, 31, 33, 35, 37, 39, 40, 42, 44, 51, 82], "u\u017eivatel1": 24, "u\u017eivatel2": 24, "u\u017eivatelem": 41, "u\u017eivateli2": 24, "u\u017eivateli3": 24, "u\u017eivatelski": [19, 41, 42, 80], "u\u017eivatelsk\u00e9": [6, 19, 20, 26, 28, 35, 45, 47, 49, 50, 51], "u\u017eivatelsk\u00e9ho": [20, 37], "u\u017eivatelsk\u00fd": [19, 20, 41], "u\u017eivatelsk\u00fdch": 42, "u\u017eivatel\u00e9": [7, 19, 24, 26, 33, 35, 41], "u\u017eivatel\u016f": [18, 24, 26, 41, 44], "u\u017eivatel\u016fm": [7, 10, 20, 24, 28, 33, 41], "v": [6, 10, 18, 21, 22, 24, 25, 26, 28, 29, 30, 31, 33, 35, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 60, 72, 80, 81], "v6": 41, "valu": [9, 11, 16], "var": 16, "variabl": [6, 9, 13], "varieti": 82, "variou": 41, "varovn\u00fd": 26, "varov\u00e1n\u00ed": [19, 20, 41, 44], "varuj": [12, 44], "va\u0161e": [10, 14, 19, 20, 24, 26, 41, 42, 45, 49, 53, 81, 82], "va\u0161eho": [6, 12, 20, 41, 48], "va\u0161em": [19, 20, 41, 53, 81], "va\u0161i": [41, 47], "va\u0161ich": [6, 10, 19, 41, 44, 45, 81], "va\u0161im": [20, 41, 80], "va\u0161imi": 41, "va\u0161\u00ed": [14, 19, 20, 26, 33, 40, 41, 81], "va\u0161\u00edm": 43, "vcard": 42, "vcf": 42, "ve": [7, 10, 12, 14, 19, 20, 24, 26, 28, 31, 35, 37, 41, 42, 43, 44, 45, 46, 47, 48, 51, 82], "vedl": [19, 37, 41, 42, 44], "velikost": [19, 20, 33, 80], "velikosti": [31, 42, 80], "velkou": 19, "velk\u00e9": 53, "velk\u00fdch": [22, 30], "velmi": [12, 42], "vendor": 7, "verbos": 8, "veri": [5, 20, 80], "verif": 69, "verifi": 20, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "verz": [6, 7, 10, 14, 18, 20, 28, 33, 41, 44, 47, 50, 82], "verzi": [20, 39, 41, 42], "verz\u00ed": [7, 10, 19, 20, 30, 32, 33], "verz\u00edch": [7, 20], "vestav\u011bn": [42, 46], "ve\u0159ejn": 41, "ve\u0159ejn\u00e1": 35, "ve\u0159ejn\u00e9": [33, 35, 41], "ve\u0159ejn\u00e9ho": 41, "ve\u0159ejn\u00e9mu": 20, "ve\u0159ejn\u00fd": 41, "ve\u0159ejn\u00fdch": [20, 35, 41], "ve\u0161ker": [19, 20], "ve\u0161ker\u00e1": [12, 35, 41], "ve\u0161ker\u00e9": [12, 14, 20, 26, 33, 41, 42, 44], "ve\u0161ker\u00fd": 41, "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "viditeln": 10, "viditelnosti": [37, 42], "viditeln\u00e1": 35, "viditeln\u00e9": [42, 46], "viditeln\u00fd": [19, 47], "vid\u011bl": 35, "vid\u011bt": [6, 42], "view": [1, 6, 14, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "virtual": [17, 42, 82], "virtu\u00e1ln\u00ed": [19, 42], "virtu\u00e1ln\u00edch": 19, "visibl": [4, 15, 21, 27, 36, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "viz": [10, 12, 19, 20, 24, 26, 33, 35, 37, 44], "vizitek": 42, "vkl\u00e1dan\u00e9ho": 41, "vkl\u00e1dat": 44, "vkl\u00e1d\u00e1n\u00ed": 41, "vlastnictv\u00ed": 42, "vlastnosti": 42, "vlastnost\u00ed": 20, "vlastn\u00ed": [7, 19, 35, 41, 42, 44, 53], "vlastn\u00edci": 26, "vlastn\u00edho": 28, "vlastn\u00edk": [24, 26, 37, 41, 42], "vlastn\u00edka": [20, 26, 33, 35, 37, 42], "vlastn\u00edkovi": 35, "vlevo": [20, 42], "vlo\u017eit": 44, "vlo\u017et": [41, 51], "vl\u00e1ken": 44, "vl\u00e1knech": 44, "vl\u00e1kno": 44, "vno\u0159en\u00e1": 12, "vodorovn\u00e9": 44, "voic": 60, "volba": [20, 26, 41, 44, 82], "volbi": [35, 37, 42, 82], "volbu": [12, 20, 37, 41, 48], "voleb": 35, "voliteln\u00e9": [20, 26, 41], "voliteln\u011b": [40, 41, 45], "volnou": 41, "voln\u00e9": 80, "voln\u00e9ho": [24, 39], "voln\u00ed": 41, "voln\u00fd": 41, "volum": 8, "vote": [41, 56], "vpn": 20, "vpravo": 39, "vrstvu": 26, "vrstvy": 41, "vrub": 33, "vr\u00e1cena": 41, "vr\u00e1ceni": 26, "vr\u00e1tit": 48, "vr\u00e1t\u00ed": 40, "vstupi": 41, "vy": 10, "vyberet": 42, "vybert": [20, 37, 41, 42, 44, 45, 46, 47, 48, 50, 51, 80], "vybrali": 20, "vybran\u00e9": 42, "vybrat": [14, 41, 42], "vybr\u00e1na": 44, "vybr\u00e1ni": 42, "vybr\u00e1n\u00edm": 44, "vydat": 41, "vyd\u00e1n\u00ed": 18, "vyd\u00e1n\u00edm": 18, "vyexportovat": 41, "vyhledat": 46, "vyhledejt": 41, "vyhled\u00e1vac\u00ed": [26, 44], "vyhled\u00e1vat": 44, "vyhled\u00e1v\u00e1n\u00ed": [26, 37, 44], "vyhovovala": 80, "vyhrazen\u00e9": [20, 50], "vyjdou": 44, "vykaz": 44, "vykazy_podnikani_2024": 44, "vykon\u00e1v\u00e1n\u00ed": 44, "vylep\u0161\u00ed": 44, "vylou\u010den\u00fdch": 19, "vym\u011b\u0148ovat": 41, "vynecht": 20, "vynech\u00e1na": [12, 33, 39], "vynech\u00e1n\u00ed": 19, "vynech\u00e1v\u00e1": 19, "vynech\u00e1v\u00e1n\u00ed": 19, "vypadat": [35, 41, 42], "vypisuj": [41, 45], "vypln\u011bn\u00e1": 41, "vypl\u0148t": [20, 44, 50], "vypn": 26, "vypnout": [7, 21, 41, 44], "vypnut\u00e1": [20, 41, 42, 44], "vypnut\u00e9": [20, 42, 44], "vypnut\u00ed": 19, "vypnut\u00fdch": 42, "vyps\u00e1na": 12, "vyps\u00e1ni": 29, "vyskakovac\u00ed": [7, 41], "vyskakovac\u00edho": 41, "vyskytn": 44, "vysok\u00fdm": 80, "vysp\u011bl\u00fd": 50, "vysypat": 41, "vytvo\u0159en": [35, 41], "vytvo\u0159ena": 41, "vytvo\u0159en\u00e1": 39, "vytvo\u0159en\u00e9": [18, 20, 26, 44], "vytvo\u0159en\u00e9ho": 41, "vytvo\u0159en\u00ed": [20, 35], "vytvo\u0159en\u00edm": 19, "vytvo\u0159en\u00fd": [51, 81], "vytvo\u0159il": 45, "vytvo\u0159ili": [19, 44], "vytvo\u0159ilo": 45, "vytvo\u0159it": [20, 35, 41, 42, 44], "vytvo\u0159t": [20, 44, 45], "vytvo\u0159\u00ed": [10, 12, 44], "vytvo\u0159\u00edt": [28, 33, 42, 44, 48], "vytv\u00e1\u0159en\u00ed": [12, 19, 28, 44], "vytv\u00e1\u0159en\u00fd": 41, "vytv\u00e1\u0159et": [19, 20, 21, 28, 35, 41, 42, 43, 44], "vyu\u017eit\u00ed": [24, 39, 82], "vyu\u017eit\u00fd": 19, "vyu\u017e\u00edvaj\u00ed": 44, "vyu\u017e\u00edvaj\u00edc\u00ed": 53, "vyu\u017e\u00edvan": 20, "vyu\u017e\u00edvan\u00e9": [12, 14, 19, 20, 24, 31, 33, 41, 44], "vyu\u017e\u00edvan\u00e9ho": [20, 21, 26, 28, 41, 45, 47, 50, 51, 80], "vyu\u017e\u00edvan\u00e9m": [19, 26, 44], "vyu\u017e\u00edvan\u00e9mu": [20, 26], "vyu\u017e\u00edvan\u00fd": [20, 26], "vyu\u017e\u00edvat": 19, "vyvol\u00e1": 41, "vyzkou\u0161ejt": 20, "vyzkou\u0161en\u00e1": 81, "vyzkou\u0161en\u00fd": 12, "vyzkou\u0161et": [10, 48], "vy\u010distit": [19, 20], "vy\u010di\u0161t\u011bn": 19, "vy\u010di\u0161t\u011bn\u00ed": 20, "vy\u0159e\u0161en": 10, "vy\u0159e\u0161ena": 10, "vy\u0159e\u0161it": [10, 12], "vy\u0161\u0161\u00ed": [12, 31], "vy\u017eadov\u00e1n\u00ed": 81, "vy\u017eaduj": [10, 20, 31], "vzd\u00e1lenou": 10, "vzd\u00e1len\u00e1": [20, 28], "vzd\u00e1len\u00e9": [10, 28], "vzd\u00e1len\u00e9ho": [28, 35], "vzd\u00e1len\u00e9m": 26, "vzd\u00e1len\u00fd": [10, 20, 50], "vzd\u00e1len\u00fdch": [20, 26, 28, 35], "vzd\u00e1len\u00fdmi": 10, "vzet\u00ed": 35, "vzhledu": 6, "vzniklo": 35, "vzor": 19, "vzorem": [19, 44], "vzori": 19, "vzoru": [19, 39], "vzor\u016f": 19, "vz\u00edt": 41, "v\u00e1": [7, 10, 12, 18, 26, 40, 41, 44, 81, 82], "v\u00e1m": [7, 12, 19, 20, 21, 24, 29, 33, 35, 41, 42, 44, 80], "v\u00e1mi": [12, 14, 19, 20, 21, 24, 26, 31, 33, 41, 42, 44, 45, 47, 50, 51, 53, 80], "v\u00e1\u0161": [19, 20, 40, 41, 44, 47, 48, 50, 81, 82], "v\u00e9st": [10, 19], "v\u00edc": 26, "v\u00edce": [7, 26, 39, 44], "v\u00edcero": [19, 35], "v\u00edte": 20, "v\u00edtejt": 53, "v\u00fdb\u011br": [41, 42], "v\u00fdb\u011brem": 44, "v\u00fdb\u011bru": 12, "v\u00fdchoz\u00ed": [12, 14, 26, 31, 35, 41, 42, 44, 82], "v\u00fdchoz\u00edm": [7, 10, 19, 24, 28, 31, 35, 41, 42, 44, 48], "v\u00fdhod": 12, "v\u00fdkaznictv\u00ed": 44, "v\u00fdkonem": 44, "v\u00fdm\u011bny": 42, "v\u00fdpi": 41, "v\u00fdpisu": 37, "v\u00fdpo\u010det": 41, "v\u00fdskytem": 41, "v\u00fdskytu": [18, 19], "v\u00fdsledku": [28, 35], "v\u00fdsledn\u00e9ho": 48, "v\u00fdslovn\u00e9": 20, "v\u00fdslovn\u011b": 44, "v\u00fdvojem": 18, "v\u00fdvojov\u00fd": 18, "v\u00fdvoj\u00e1\u0159": 13, "v\u00fdznamnou": 44, "v\u00fd\u0161e": [19, 41, 47], "v\u010detn\u011b": [20, 41, 44], "v\u010dlenit": 41, "v\u010dlen\u00ed": 19, "v\u010dlen\u011bn\u00ed": 41, "v\u011bc": 19, "v\u011bci": 6, "v\u011bd\u011bt": 41, "v\u011bt\u0161inu": [18, 48], "v\u011bt\u0161\u00ed": 33, "v\u011bt\u0161\u00edch": 19, "v\u0161e": [20, 28, 42, 45, 48], "v\u0161ech": [12, 20, 26, 41, 42, 44], "v\u0161echna": 53, "v\u0161echni": [6, 20, 21, 26, 35, 37, 42, 46, 82], "v\u0161echno": [18, 20], "v\u0161em": 41, "v\u0161emi": 44, "v\u0161ichni": 41, "v\u0161imn\u011bt": 42, "v\u016f\u010di": 18, "v\u017edy": [7, 19, 20, 41], "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 15, 17, 20, 25, 38, 41, 44, 54, 56, 59, 62], "wait": [1, 79], "want": [0, 2, 4, 5, 14, 26, 29, 41, 44, 52, 58, 60, 66, 69, 76, 82], "we": [2, 5, 14, 15, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webov\u00e9": [41, 80], "webov\u00e9ho": [20, 21, 31], "webov\u00e9m": [7, 19], "webov\u00e9mu": 14, "webov\u00fd": 6, "webov\u00fdch": 20, "webov\u00fdmi": 43, "websit": 73, "webu": 43, "week": [0, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 62], "were": [9, 41, 57, 70], "what": [0, 5, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 39, 41, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [26, 36, 62, 82], "wider": 82, "widget": 83, "wiki": [57, 74], "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workshopi": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "write": [2, 3, 16, 20, 41, 44, 49, 69], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20, 42], "ye": [36, 41], "year": [41, 83], "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [6, 10, 12, 17, 18, 24, 26, 28, 33, 35, 39, 41, 42, 43, 45, 46, 47, 48, 51, 53, 54], "za": [19, 20, 41, 47, 48, 51], "zaber": 26, "zabezpe\u010den\u00e9": [20, 53], "zabezpe\u010den\u00ed": [20, 26], "zabrat": 33, "zabr\u00e1nilo": 41, "zabr\u00e1nit": [7, 24], "zabr\u00e1n\u011bn\u00ed": 35, "zabudov\u00e1n\u00ed": 41, "zachov\u00e1no": 20, "zachov\u00e1v\u00e1n\u00ed": [24, 33], "zadal": 28, "zadali": 41, "zadan": 44, "zadan\u00e1": 44, "zadat": [19, 41, 81, 82], "zadejt": [7, 14, 20, 28, 35, 41, 42, 44, 45, 47, 48, 50, 51, 81], "zad\u00e1n\u00ed": [19, 41], "zad\u00e1n\u00edm": [26, 37, 42, 44, 46], "zad\u00e1t": [28, 45, 47], "zafungovalo": 26, "zahrnout": 41, "zahrnuj": 42, "zah\u00e1jen\u00ed": [40, 41], "zah\u00e1j\u00ed": 7, "zajistili": 20, "zajistit": 20, "zajist\u00ed": 41, "zajist\u011bt": [20, 47], "zaji\u0161t\u011bno": 24, "zaji\u0161\u0165uj": 7, "zak\u00e1\u017e": 35, "zalo\u017een\u00e1": 81, "zalo\u017een\u00e9": 81, "zalo\u017een\u00fd": [7, 20], "zalo\u017een\u00fdch": 20, "zam\u00fd\u0161l\u00edt": [20, 41], "zanalyzov\u00e1n": 44, "zanech\u00e1n\u00ed": 35, "zanepr\u00e1zdn\u011bn": 41, "zanepr\u00e1zdn\u011bnosti": 41, "zanepr\u00e1zdn\u011bn\u00e9ho": 41, "zanepr\u00e1zdn\u011bn\u00ed": 41, "zanepr\u00e1zdn\u011bn\u00fd": 41, "zapn": 26, "zapnet": 26, "zapnout": [19, 26, 41, 44, 80], "zapnul": [26, 29, 44], "zapnut": 26, "zapnuto": [26, 40], "zapnut\u00e1": [19, 26, 33, 41, 42], "zapnut\u00e9": [28, 35, 41, 44, 49, 51, 82], "zapnut\u00ed": [19, 26, 44], "zapnut\u00edm": 44, "zapojit": 80, "zapot\u0159eb\u00ed": [7, 20, 35, 47], "zapo\u010d\u00edt\u00e1vaj\u00ed": 24, "zapo\u010d\u00edt\u00e1v\u00e1": 33, "zapo\u010d\u00edt\u00e1v\u00e1ni": 33, "zaps\u00e1na": 41, "zap\u00ednat": 7, "zaregistrovan\u00e9ho": 12, "zaregistrov\u00e1na": [12, 45], "zarezervovan\u00e1": 41, "zarezervovan\u00fdch": 41, "zarezervovat": 41, "zarezervovateln\u00fd": 41, "zarezervov\u00e1na": 41, "zarezervov\u00e1no": 41, "zase": 26, "zasl\u00e1n": 41, "zastavit": 19, "zastav\u00ed": 44, "zastupuj\u00edc\u00edho": 40, "zatr\u017e\u00edtkem": 19, "zatr\u017e\u00edtko": [19, 41], "zat\u00edm": 41, "zat\u00edmco": [7, 42, 44], "zavin\u00e1\u010d": 44, "zav\u0159": 45, "zav\u0159en\u00ed": 19, "zav\u0159et": [20, 47], "zaznamen\u00e1v\u00e1": 20, "zaz\u00e1lohovat": 44, "za\u010dlen\u011bn\u00ed": 12, "za\u010dn\u011bt": 44, "za\u010d\u00e1tku": 44, "za\u010d\u00ednal": 82, "za\u0159azen": 19, "za\u0159\u00eddit": [20, 26], "za\u0159\u00edzen\u00ed": [6, 20, 45, 53, 81], "za\u0159\u00edzen\u00edmi": 41, "za\u0161ifrov\u00e1ni": 26, "za\u0161krtli": 20, "za\u0161krtnet": 41, "za\u0161krtnout": 41, "za\u0161krtnuto": 41, "za\u0161krtnut\u00ed": [41, 42], "za\u0161krtn\u011bt": 20, "za\u0161krt\u00e1vac\u00ed": 19, "za\u0161krt\u00e1vac\u00edch": 42, "za\u0161ktrt\u00e1v\u00e1tko": 44, "zbytek": 20, "zcela": [7, 80], "zda": [20, 35, 37, 41, 42, 44, 48], "zdarma": 53, "zde": [10, 20, 21, 26, 41, 42, 44, 50, 82], "zdokumentovan\u00e9": 80, "zdroj": 41, "zdroje": 48, "zdrojov\u00fdmi": 14, "zduplikovat": 41, "ze": [10, 12, 19, 26, 28, 35, 41, 42, 47, 54], "zelen\u00e9": 19, "zelen\u00fd": 19, "zemi": 41, "zem\u011bkoul": 41, "zeptat": 19, "zip": 21, "zjednodu\u0161en\u00e9ho": 41, "zjednodu\u0161en\u00fd": 41, "zjistila": 44, "zjistit": [41, 44], "zjist\u00ed": [12, 41, 44], "zji\u0161t\u011bno": 44, "zji\u0161\u0165ov\u00e1n\u00ed": [7, 41], "zji\u0161\u0165uj": 7, "zkontrolovat": 41, "zkontroluj": [7, 12, 44], "zkontrolujt": [19, 42, 44], "zkop\u00edrovat": [20, 24, 41, 51], "zkop\u00edrujt": [10, 12, 20, 51], "zkratka": [20, 44], "zkratki": 80, "zkr\u00e1tka": 18, "zkusit": [47, 48], "zmaten\u00ed": 10, "zmi\u0148ovat": 44, "zm\u00edn\u011bn\u00e9": 46, "zm\u00edrn\u011bn\u00ed": 80, "zm\u011bn": [10, 19], "zm\u011bna": [6, 19, 31, 82], "zm\u011bnami": 10, "zm\u011bnil": 26, "zm\u011bnila": 10, "zm\u011bnit": [10, 12, 14, 20, 37, 41, 42, 48, 51], "zm\u011bnou": [12, 48], "zm\u011bny": [10, 12, 19, 37, 41, 42], "zm\u011bn\u00ed": [12, 26, 28, 40], "zm\u011bn\u011bn": 10, "zm\u011bn\u011bna": 51, "zm\u011bn\u011bno": 41, "zm\u011b\u0148te": [20, 51], "znak": [19, 42, 44], "znakem": 19, "znaki": 19, "znakov\u00fd": 35, "znaku": 19, "znak\u016f": [19, 44], "znamenaj\u00ed": 44, "znamen\u00e1": [19, 20, 44], "zna\u010d\u00ed": 19, "zna\u010d\u00edc\u00ed": 51, "znovu": [12, 20, 26, 41, 45, 50, 51], "zn\u00e1m\u00e9": 45, "zn\u00e1te": 81, "zobrazen": [10, 41, 42], "zobrazeni": [41, 42, 44, 46], "zobrazen\u00ed": [6, 41, 42, 50], "zobrazen\u00fd": 44, "zobrazit": [7, 20, 41, 42, 51], "zobraziteln\u00e9": 41, "zobrazovan\u00fd": 41, "zobrazovat": [19, 21, 37, 42], "zobrazov\u00e1n": 41, "zobrazov\u00e1ni": [19, 42, 46], "zobrazov\u00e1n\u00ed": [35, 44], "zobrazt": 20, "zobrazuj": [19, 20, 35, 41, 42, 44], "zobrazuj\u00edc\u00ed": [19, 44], "zobraz\u00ed": [7, 10, 12, 19, 29, 37, 40, 41, 42, 44, 81], "zobraz\u00edt": 35, "zoom": 63, "zopakovat": 50, "zorganizovat": 42, "zpo\u010d\u00e1tku": 44, "zpracov\u00e1ni": 44, "zpracov\u00e1v\u00e1ni": 44, "zpravodaj": 44, "zpr\u00e1v": [6, 19, 43], "zpr\u00e1va": [44, 51, 81], "zpr\u00e1vou": 41, "zpr\u00e1vu": [19, 26, 40, 44], "zpr\u00e1vy": 40, "zpr\u00e1v\u011b": 44, "zp\u011bt": [26, 35, 41, 48], "zp\u0159\u00edstupnit": 41, "zp\u0159\u00edstupn\u00ed": 20, "zp\u0159\u00edstupn\u011bn\u00ed": [6, 53], "zp\u016fsob": [7, 12, 20, 26, 41, 44, 81], "zp\u016fsobem": [19, 20, 42], "zp\u016fsobi": [20, 45], "zp\u016fsobovan\u00fdch": 80, "zp\u016fsobovat": 44, "zp\u016fsobuj": 80, "zp\u016fsob\u00ed": 19, "zrak": 19, "zrestartujt": 20, "zru\u0161en\u00ed": [41, 44], "zru\u0161en\u00edm": 42, "zru\u0161il": 41, "zru\u0161it": [35, 41, 44], "zru\u0161t": [26, 41, 44], "zru\u0161\u00ed": 42, "zru\u0161\u00edt": 35, "ztratil": 19, "ztratili": 26, "ztratit": 26, "ztrat\u00edt": 26, "ztr\u00e1ty": 26, "zt\u00ed\u017eeno": 35, "zve\u0159ej\u0148ovat": 41, "zvladateln\u00e9ho": 41, "zvl\u00e1\u0161\u0165": [41, 42, 44], "zvolen\u00e9ho": [37, 44], "zvolit": [12, 19, 20, 26, 37, 41, 42, 44], "zvolt": [12, 20, 37, 44, 45, 48, 50, 51], "zv\u00e1t": 42, "zv\u00e1\u017een\u00ed": 6, "zv\u00fd\u0161en\u00ed": 20, "zv\u00fd\u0161il": 31, "zv\u00fd\u0161it": 20, "zv\u00fd\u0161\u00ed": 80, "zv\u011bt\u0161ov\u00e1n\u00ed": 6, "z\u00e1hlav\u00ed": [44, 80], "z\u00e1kazn\u00edki": 18, "z\u00e1kladn\u00ed": 41, "z\u00e1kladn\u00edho": [10, 41], "z\u00e1klad\u011b": 44, "z\u00e1lohovat": 19, "z\u00e1lo\u017eka": 19, "z\u00e1m\u011brn\u011b": 12, "z\u00e1pi": [20, 41, 42], "z\u00e1pisu": [20, 41], "z\u00e1sad": 7, "z\u00e1sad\u00e1m": 7, "z\u00e1stupc": 44, "z\u00e1stupn\u00e9": 19, "z\u00e1stupn\u00fd": [19, 41], "z\u00e1stupn\u00fdch": 44, "z\u00e1t\u011b\u017e": 44, "z\u00e1vislosti": [19, 26, 41, 44, 48, 81], "z\u00e1vis\u00ed": [20, 44, 82], "z\u00edsk\u00e1n\u00ed": [12, 20, 51], "z\u00edsk\u00e1v\u00e1": 41, "z\u0159etelnost": 80, "z\u016fstane": [19, 20, 44], "z\u016fstanou": 44, "\u00fadaje": [6, 19, 20, 40, 44, 45], "\u00fadaji": 42, "\u00fadaj\u016f": [6, 20], "\u00fakol": [41, 44], "\u00fakoli": [41, 43, 44, 46, 48], "\u00fakol\u016fm": 45, "\u00falohi": 20, "\u00falo\u017ei\u0161ti": [26, 33], "\u00falo\u017ei\u0161t\u011b": [20, 24, 30, 32, 41, 82], "\u00falo\u017en\u00e9ho": [24, 33], "\u00falo\u017en\u00fdch": 26, "\u00fapln\u00e1": 41, "\u00fapln\u00fdch": 12, "\u00fapln\u011b": 31, "\u00fapravi": [10, 35, 42], "\u00fapravou": 20, "\u00faryvki": 44, "\u00fasek": 41, "\u00fasporu": [48, 80], "\u00fasp\u011b\u0161n\u00e9m": 41, "\u00fasp\u011b\u0161n\u011b": [7, 51], "\u00favod": 6, "\u00favodn\u00ed": 48, "\u00fa\u010dast": 41, "\u00fa\u010dasti": 41, "\u00fa\u010dastn\u00edci": 41, "\u00fa\u010dastn\u00edk": 41, "\u00fa\u010dastn\u00edka": 41, "\u00fa\u010dastn\u00edki": 41, "\u00fa\u010dastn\u00edkovi": 41, "\u00fa\u010dastn\u00edk\u016fm": 41, "\u00fa\u010delem": 26, "\u00fa\u010del\u016fm": 40, "\u00fa\u010det": [12, 19, 20, 26, 44, 45, 46, 47, 50, 51, 81], "\u00fa\u010dtu": [10, 20, 37, 41, 45, 47, 50, 51], "\u00fa\u010dty": [20, 26, 42, 46, 47, 49, 51], "\u00fa\u010dt\u016f": [42, 44], "\u010da": [19, 41, 44], "\u010dase": 41, "\u010dasech": 41, "\u010dasem": 44, "\u010dasov\u00e1": 41, "\u010dasov\u00e9": [39, 41], "\u010dasov\u00e9ho": 41, "\u010dasov\u00fd": [41, 44], "\u010dasov\u00fdch": [26, 41], "\u010dasov\u00fdm": 24, "\u010dasto": [6, 13], "\u010dast\u00e1": 20, "\u010dasu": [41, 44], "\u010deho": 41, "\u010dek\u00e1": 19, "\u010dem": 41, "\u010derven\u00e9": 19, "\u010derven\u00fd": 19, "\u010detnost": [41, 48], "\u010di": [7, 19, 26, 28, 35, 37, 41, 42, 44, 81], "\u010distou": 12, "\u010diteln\u00e9": 26, "\u010dlen": 42, "\u010dlena": 42, "\u010dlenem": 42, "\u010dleni": 35, "\u010dlenovi": 42, "\u010dlenov\u00e9": 20, "\u010dlenstv\u00ed": [42, 82], "\u010dlen\u016f": 42, "\u010dl\u00e1nku": 20, "\u010dten\u00ed": [20, 35, 41, 42, 80], "\u010dtvrtou": 41, "\u010dty\u0159ech": 44, "\u010dty\u0159i": 42, "\u010d\u00e1rami": 19, "\u010d\u00e1st": [19, 20, 51], "\u010d\u00e1sti": [19, 42], "\u010d\u00e1st\u00ed": 44, "\u010d\u00edm\u017e": [20, 26], "\u010d\u00edsla": 42, "\u010d\u00edst": 26, "\u0159ekn\u011bm": 10, "\u0159et\u011bzc": 44, "\u0159et\u011bzec": 19, "\u0159e\u010den\u00e9": 7, "\u0159e\u0161en\u00ed": [10, 35, 47, 53], "\u0159\u00e1dek": [7, 12, 19, 20], "\u0159\u00e1dku": 7, "\u0159\u00e1dn\u011b": 12, "\u0159\u00eddit": 44, "\u0159\u00edk\u00e1": 26, "\u0159\u00edzen\u00ed": 7, "\u0161ed\u00e1": 19, "\u0161ed\u00e9": 41, "\u0161ifrovac\u00ed": [26, 33], "\u0161ifrovan\u00e9": 33, "\u0161ifrovan\u00e9m": 20, "\u0161ifrovan\u00fdch": 20, "\u0161ifrovan\u00fdm": 26, "\u0161ifrovat": 26, "\u0161ifrov\u00e1n": 26, "\u0161ifrov\u00e1ni": 26, "\u0161ifrov\u00e1n\u00ed": [20, 47], "\u0161ipku": [28, 39, 50], "\u0161t\u00edtek": 44, "\u0161t\u00edtku": 44, "\u017ee": [7, 10, 12, 19, 20, 24, 26, 39, 41, 42, 44, 47, 49, 51], "\u017elut\u00e9ho": 10, "\u017elut\u00fd": [19, 26], "\u017e\u00e1daj\u00edc\u00ed": 28, "\u017e\u00e1dn\u00e1": [19, 41, 44, 51], "\u017e\u00e1dn\u00e9": [7, 19, 24, 28, 41, 44], "\u017e\u00e1dn\u00e9ho": 44, "\u017e\u00e1dn\u00fd": 44, "\u017e\u00e1dost\u00ed": [20, 41]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Obsah", "N\u00e1stroj pro automatickou aktualizaci", "Using the Command-Line Client", "Configuration File", "Kolize", "Environment Variables", "\u010casto kladen\u00e9 dotazy", "Desktop Client", "Instalace", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Kan\u00e1ly aktualizac\u00ed", "Pou\u017e\u00edv\u00e1n\u00ed synchroniza\u010dn\u00edho klienta", "P\u0159\u00edstup k soubor\u016fm v Nextcloud prost\u0159ednictv\u00edm protokolu WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Spr\u00e1va smazan\u00fdch soubor\u016f", "Synchronizace s desktopov\u00fdmi a mobiln\u00edmi platformami", "Using server-side encryption", "Using external storage", "Using federation shares", "Prov\u00e1d\u011bn\u00ed anonymn\u00edch nahr\u00e1n\u00ed", "Soubory a synchronizace", "Nahr\u00e1v\u00e1n\u00ed velk\u00fdch soubor\u016f", "Managing your files", "Kv\u00f3ta \u00falo\u017ei\u0161t\u011b", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Spr\u00e1va verz\u00ed", "Nastavov\u00e1n\u00ed zpr\u00e1v \u201eJsem mimo kancel\u00e1\u0159\u201c", "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kalend\u00e1\u0159", "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kontakty", "Software pro podporu spolupr\u00e1ce", "Pou\u017e\u00edv\u00e1n\u00ed aplikace E-mail", "Synchronizace se syst\u00e9mem Android", "Synchronizace s GNOME desktopem", "Synchronizace se syst\u00e9mem iOS", "Synchronizace s aplikac\u00ed KDE Kontact", "Synchronizace se syst\u00e9mem macOS", "Synchronizace s aplikac\u00ed Thunderbird", "Synchronizace se syst\u00e9mem Windows 10", "Migrate data between instances", "\u00davod do u\u017eivatelsk\u00e9 p\u0159\u00edru\u010dky k Nextcloud verze 35", "Spr\u00e1va p\u0159ipojen\u00fdch prohl\u00ed\u017ee\u010d\u016f a za\u0159\u00edzen\u00ed", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Zp\u0159\u00edstupn\u011bn\u00ed pro v\u0161echny", "Pou\u017e\u00edv\u00e1n\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed se", "Nastaven\u00ed va\u0161ich p\u0159edvoleb", "The Nextcloud web interface"], "titleterms": {"": [2, 25, 35, 41, 45, 46, 48, 50, 81], "1": [5, 69], "10": 51, "100": 12, "2": [5, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "For": 77, "The": 83, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": 44, "action": [15, 44], "activ": [0, 21], "ad": [27, 38], "add": 44, "address": 44, "adresi": 44, "adres\u00e1\u0159i": 82, "adres\u00e1\u0159\u016f": 42, "advanc": 44, "ai": [1, 44], "akc": [15, 44], "aktualizaci": 7, "aktualizac\u00ed": 18, "aktualizac\u00edm": 7, "alia": [15, 44], "all": 78, "alternativa": 50, "an": [5, 38, 70, 72, 78], "android": 45, "anonymn\u00edch": 29, "anoth": 44, "aplikac": [24, 41, 42, 44, 45], "aplikaci": 80, "aplikac\u00ed": [45, 48, 50, 81], "app": [0, 75], "appear": 55, "archiv": 69, "assign": 36, "assist": 1, "attach": 56, "audio": 60, "autom": 44, "automatick": 7, "automatick\u00e9": 44, "automatick\u00fdm": 7, "automatizovan\u00fd": 41, "backend": 27, "background": 60, "ban": 69, "barvi": 44, "between": 52, "bez": [26, 45], "bloki": 44, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "bych": 12, "calendar": [41, 44, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chci": 12, "chytr\u00e9": 44, "client": [8, 13, 15, 60], "cloud": 28, "co": 24, "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "configur": [9, 58], "conflict": 15, "connect": 21, "consent": 62, "contact": 42, "control": 60, "convers": [55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [69, 83], "data": 52, "deck": 75, "deleg": [41, 44], "delegov\u00e1n\u00ed": 44, "desktop": [13, 60], "desktopem": 46, "desktopov\u00e9": 20, "desktopov\u00fdmi": 25, "desktopu": 19, "detail": 21, "detect": 27, "detekc": 44, "devic": 38, "dialogu": 44, "disk": 11, "disk\u016f": 20, "displai": 38, "dispos": 69, "do": [26, 35, 42, 44, 53], "doba": 41, "dokola": 12, "dolphin": 20, "dopl\u0148ku": 50, "doporu\u010den\u00e1": 50, "dostupnost": 41, "dotazi": [12, 26], "download": [14, 15, 60], "duplicitn\u00edch": 42, "dure": 60, "dvouf\u00e1zov\u00e9ho": 81, "dvouf\u00e1zov\u00e9m": 81, "dvouf\u00e1zov\u00fdm": 81, "e": 44, "e2e": 38, "edit": [41, 76], "editoru": [19, 44], "email": [0, 28, 72], "emoji": 66, "enabl": 38, "encrypt": [26, 34, 38], "end": 38, "environ": 11, "event": 59, "everyon": 5, "exampl": 8, "exclud": 8, "experiment\u00e1ln\u00ed": 10, "expir": 69, "export": 41, "extens": 15, "extern": 27, "factor": 81, "favorit": [42, 44], "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filter": [0, 21, 69], "filtr": 44, "filtrov\u00e1n\u00ed": 44, "filtru": 44, "finder": 15, "first": [2, 5], "folder": [38, 44], "frequenc": 0, "from": [27, 59, 71, 75], "full": [60, 72], "funguj": 12, "funkc": 15, "gener": 17, "get": 2, "glob\u00e1ln\u00edm": 82, "gnome": 46, "grid": [21, 65], "group": [26, 69], "guest": 72, "hand": 60, "handl": 8, "hardwarov\u00fdch": 81, "hesla": [26, 54], "heslo": 26, "histori": 1, "hled\u00e1n\u00ed": 44, "hloub\u011bji": 12, "how": 5, "i": [12, 26], "ic": 41, "ignorov\u00e1n\u00ed": 19, "ikona": 19, "ikoni": [19, 21], "immedi": 60, "import": 41, "importov\u00e1n\u00ed": 42, "indik\u00e1tori": 15, "informac": 44, "initi": 14, "insert": 66, "instal": [8, 14], "instalac": 14, "instanc": 52, "instruct": 17, "integr": [44, 59, 71, 75], "interact": 76, "interfac": [21, 83], "intern\u00ed": [35, 44], "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "jak": [12, 24, 26, 44], "jazyk": 12, "je": 26, "jednotek": 20, "jednotliv\u00e1": 54, "jin\u00e9": 20, "join": [60, 72], "jsem": 40, "jsou": [12, 24, 80], "k": [19, 20, 26, 41, 53], "kalend\u00e1\u0159": [41, 45, 47, 50, 51], "kalend\u00e1\u0159\u016f": 41, "kancel\u00e1\u0159": 40, "kan\u00e1li": 18, "kde": [20, 48], "kdo": 82, "kdy\u017e": [12, 24], "ke": [42, 81], "keep": 15, "kei": 26, "keyboard": 44, "kladen\u00e9": [12, 26], "klienta": 19, "klienti": [20, 25], "klientsk\u00fdch": 81, "kl\u00e1vesnic": 80, "kl\u00ed\u010de": 26, "kl\u00ed\u010di": 26, "known": 15, "koliz": 10, "konfer": 44, "kontact": 48, "kontakti": [42, 45, 47, 50, 51], "kontaktu": 42, "kontakt\u016f": [42, 44, 82], "kontextov\u00e9": 15, "kontrola": 41, "konverzac": 41, "ko\u0161": 41, "ko\u0161e": 44, "krok\u016f": 44, "kter\u00e9": 80, "kv\u00f3ta": 33, "kv\u00f3ty": 24, "layout": 65, "level": 36, "line": [8, 16], "linux": [7, 14, 17, 20], "linuxov\u00e9ho": 20, "linuxu": 12, "list": [8, 55, 60], "live": 64, "lobbi": 79, "lock": 15, "lok\u00e1ln\u00ed": 12, "lok\u00e1ln\u011b": 12, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailov\u00e9": 44, "mailov\u00e9ho": 44, "mailu": 44, "mail\u016f": 44, "manag": [32, 36, 41, 58, 62, 69], "mapov\u00e1n\u00ed": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "maz\u00e1n\u00ed": 44, "meet": [41, 44, 59], "messag": [55, 66, 69, 75, 76], "metoda": 50, "microsoft": 20, "migrat": 52, "mimo": 40, "minimalizac": 44, "mnemon": 38, "mobil": 60, "mobiln\u00ed": [20, 25, 45], "mobiln\u00edmi": 25, "mode": 44, "moder": 77, "more": 66, "motivi": 80, "mo\u017en\u00e9": 26, "m\u00edstnosti": 41, "m\u00edstnost\u00ed": 41, "m\u016f\u017ee": 82, "na": [12, 14, 15, 24, 26, 41, 44, 83], "nab\u00eddki": 15, "nahr\u00e1n\u00ed": 29, "nahr\u00e1v\u00e1ni": 12, "nahr\u00e1v\u00e1n\u00ed": [10, 29, 31], "naimportov\u00e1n\u00ed": 41, "napl\u00e1novan\u00e9": 44, "napojen\u00ed": [15, 44], "naps\u00e1n\u00ed": 44, "narozeninami": 41, "nar\u00e1z": 42, "nastaven\u00ed": [15, 29, 41, 44, 49, 81, 82], "nastavit": 19, "nastavov\u00e1n\u00ed": [19, 40], "nativ": 44, "nautilu": 20, "navig": [21, 83], "nebo": [26, 41, 42], "neprob\u011bhla": 12, "nespolehlivosti": 12, "nevy\u017e\u00e1dan\u00e9": 44, "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "ne\u0161ifrovan\u00e9": 26, "ne\u017e": 12, "nich": 12, "note": 69, "notif": [0, 1, 41, 69], "nov\u00e9": 41, "nov\u00e9ho": [41, 44], "nov\u00fd": 44, "nov\u00fdch": 19, "n\u00e1hledi": 21, "n\u00e1sledn\u00fdch": 44, "n\u00e1stroj": 7, "n\u00e1stroje": 20, "n\u00e1st\u011bnku": 44, "n\u011bkter\u00e9": 12, "o": [12, 44], "obecn\u00e9": 19, "objevilo": 12, "oblasti": 19, "obr\u00e1zek": 42, "obsah": 6, "obsahu": 21, "ob\u00e1lki": 44, "odb\u011bru": 44, "odchoz\u00ed": 44, "odebr\u00e1n\u00ed": 42, "odeb\u00edr\u00e1n\u00ed": 41, "odhl\u00e1\u0161en\u00ed": 44, "odkazem": 35, "odlo\u017eit": 44, "odpov\u00edd\u00e1n\u00ed": [41, 44], "odpov\u011bdi": 44, "odpov\u011b\u010f": 20, "ofici\u00e1ln\u00ed": 20, "ohledn\u011b": [12, 26, 44], "okna": 19, "okno": 19, "omezen\u00ed": 82, "onboard": 5, "one": 69, "opakovan\u00e9ho": 41, "open": 78, "operac\u00ed": 44, "option": 16, "ostatn\u00ed": 35, "other": 72, "our": 5, "ovl\u00e1dac\u00ed": [21, 41], "ov\u011b\u0159ov\u00e1n\u00ed": 81, "ov\u011b\u0159ov\u00e1n\u00edm": 81, "own": [5, 27], "ownership": 37, "oznamovac\u00ed": 19, "page": 5, "panelu": 19, "parent": 5, "particip": [60, 69], "person": 1, "picker": [1, 66], "pin": 76, "platformami": 25, "platformi": [20, 25], "pl\u00e1nov\u00e1no": 26, "po": 80, "podadres\u00e1\u0159\u016f": 12, "podm\u00ednki": 44, "podobi": 26, "podporovan\u00e9": 15, "podporu": 43, "pohyb": 80, "pojmenov\u00e1n\u00ed": 39, "pokusu": 12, "poll": 56, "polo\u017eki": 42, "pomoc\u00ed": [20, 26, 42, 81], "possibl": 26, "postup": 7, "pouz": 50, "pou\u017eit\u00ed": [19, 50], "pou\u017e\u00edv\u00e1n\u00ed": [19, 26, 41, 42, 44, 81], "pozad\u00ed": 26, "pozv\u00e1nki": 41, "pozv\u00e1n\u00ed": 41, "po\u0159ad\u00ed": 44, "po\u0159\u00e1d": 12, "po\u0161ta": 44, "po\u017eadavki": [14, 83], "pracovn\u00ed": [7, 41], "privaci": 69, "privat": 69, "pro": [7, 20, 25, 29, 41, 42, 43, 44, 54, 80], "probl\u00e9m": 20, "probl\u00e9mi": 20, "probl\u00e9m\u016f": 49, "profil": 83, "profilu": 82, "progress": 41, "prohl\u00ed\u017ee\u010d": 83, "prohl\u00ed\u017ee\u010d\u016f": 54, "project": 5, "propos": 41, "prostor": 24, "prost\u0159edk\u016f": 41, "prost\u0159ednictv\u00edm": [20, 80], "prost\u0159ed\u00ed": 7, "protokolu": 20, "prov\u00e1d\u011bn\u00ed": 29, "prvek": 41, "prvky": 21, "pr\u00e1ce": 41, "pr\u016fhlednost": 41, "pr\u016fzkumn\u00edka": 20, "p\u0159ednostn\u00ed": 44, "p\u0159edvolbi": 42, "p\u0159edvoleb": 82, "p\u0159ehl": 10, "p\u0159ehr\u00e1va\u010d": 21, "p\u0159ekl\u00e1d\u00e1n\u00ed": 44, "p\u0159ekryvn\u00e9": 19, "p\u0159epnout": 44, "p\u0159esouv\u00e1n\u00ed": 21, "p\u0159esunout": [12, 26], "p\u0159esunut\u00ed": 44, "p\u0159i": [10, 12, 81], "p\u0159idat": [42, 44], "p\u0159id\u00e1n\u00ed": [35, 41, 44], "p\u0159id\u00e1v\u00e1n\u00ed": [19, 41, 42], "p\u0159ihla\u0161ovac\u00edho": 54, "p\u0159ihla\u0161ov\u00e1n\u00ed": 81, "p\u0159ihl\u00e1\u0161en\u00ed": [26, 41], "p\u0159ipojen\u00ed": 20, "p\u0159ipojen\u00fdch": 54, "p\u0159ipom\u00ednek": 41, "p\u0159ipom\u00ednki": 44, "p\u0159istupov\u00e1n\u00ed": 20, "p\u0159izp\u016fsobov\u00e1n\u00ed": 80, "p\u0159i\u0159azov\u00e1n\u00ed": 41, "p\u0159\u00edjem": 29, "p\u0159\u00edjemci": 44, "p\u0159\u00edkazov\u00e9ho": 20, "p\u0159\u00edklad": 10, "p\u0159\u00edloh": 41, "p\u0159\u00edru\u010dki": 53, "p\u0159\u00edstup": 20, "p\u0159\u00edstupem": 35, "p\u0159\u00ed\u0161t\u00ed": 26, "quick": 44, "rais": 60, "reaction": 60, "record": [60, 62], "recoveri": [26, 81], "refresh": 44, "remind": 76, "repli": 66, "respond": 41, "re\u017eim": 44, "rhyba\u0159en\u00ed": 44, "role": 42, "room": [58, 60], "rozhran\u00ed": 12, "rozm\u011br\u016fm": 80, "rozvr\u017een\u00ed": 44, "rss": 0, "run": 1, "ru\u010dn\u00ed": 42, "r\u00e1d": 12, "schedul": [59, 66], "schr\u00e1nka": 44, "schr\u00e1nky": [29, 44], "sch\u016fzkou": 41, "sch\u016fzku": 41, "sch\u016fzky": 41, "screen": [60, 63, 72], "sd\u00edlen\u00e9": [24, 42], "sd\u00edlen\u00ed": [19, 21, 26, 35, 41, 82], "sd\u00edlen\u00edm": 20, "se": [12, 24, 26, 41, 44, 45, 47, 49, 51, 81], "search": [21, 44, 76, 83], "second": 81, "secur": 34, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 60, 72, 76, 83], "setup": 14, "seznamu": 19, "share": [15, 21, 23, 26, 27, 28, 35, 41, 44, 56, 63, 72, 75], "shortcut": 44, "shrnut\u00ed": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "skupin": 42, "skupinami": 35, "sledov\u00e1n\u00ed": 12, "slou\u010den\u00ed": 42, "slo\u017eek": 21, "slo\u017eki": 44, "slo\u017eku": 12, "slo\u017ek\u00e1ch": 12, "smart": [1, 66], "smazan\u00e9": 24, "smazan\u00fdch": 24, "smazat": 44, "smaz\u00e1ni": 24, "smaz\u00e1n\u00ed": [39, 41], "softwar": 43, "sort": 44, "soubori": [12, 24, 26, 30, 45], "soubor\u016f": [19, 20, 21, 24, 26, 29, 31], "soubor\u016fm": 20, "soukrom\u00e9": 26, "sou\u010d\u00e1st\u00ed": 80, "space": 11, "speaker": 65, "spolupr\u00e1c": 43, "spravuj": 24, "spr\u00e1va": [24, 39, 41, 42, 44, 54], "spr\u00e1vce": [19, 20], "spu\u0161t\u011bn\u00e9": 26, "stane": 24, "start": [2, 60, 72], "stav": [19, 41], "stavu": [15, 21], "step": [2, 5], "storag": 27, "stran": 20, "stream": 0, "subfold": 44, "summari": [0, 66], "support": [14, 27], "svou": 12, "sv\u00e1tk\u016f": 41, "sv\u00e9": 42, "synchronizac": [12, 15, 25, 30, 45, 46, 47, 48, 49, 50, 51], "synchronizaci": 12, "synchroniza\u010dn\u00ed": 12, "synchroniza\u010dn\u00edho": 19, "synchronizovan\u00fdch": 12, "system": 36, "syst\u00e9m": 14, "syst\u00e9mem": [45, 47, 49, 51], "syst\u00e9mov\u00e9ho": 19, "syst\u00e9mu": 20, "s\u00ed\u0165": 19, "tag": 36, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": 5, "templat": 5, "textov\u00e9": 44, "thread": 76, "thunderbird": 50, "tlsv1": 51, "togeth": 5, "toho": 82, "token\u016f": 81, "toto": 26, "transcript": 64, "transfer": 37, "translat": 64, "troubleshoot": 51, "t\u00fdm": 42, "t\u00fdmu": 42, "t\u00fdmy": 42, "t\u011ble": 44, "t\u0159et\u00edch": 20, "u": 42, "ud\u00e1lost": 41, "ud\u00e1lostem": 41, "ud\u00e1losti": [41, 44], "ud\u00e1lost\u00ed": 41, "unifi": [44, 83], "uninstal": 17, "up": [44, 60], "upload": 21, "upozorn\u011bn\u00ed": 45, "upravit": [12, 44], "us": [0, 2, 8, 21, 26, 27, 28, 38, 44, 66], "usag": 8, "uspo\u0159\u00e1d\u00e1vejt": 42, "u\u017e": 80, "u\u017eiv": 35, "u\u017eivatel": [19, 26, 41], "u\u017eivatelsk\u00e9": 53, "u\u017eivatelsk\u00e9ho": 12, "v": [7, 12, 19, 20, 41, 42, 44, 82], "variabl": 11, "varov\u00e1n\u00ed": 12, "va\u0161eho": [19, 44, 82], "va\u0161ich": [49, 82], "va\u0161\u00ed": 29, "velk\u00fdch": 31, "version": 14, "verz": [39, 53], "verz\u00ed": 39, "ve\u0159ejn\u00e9ho": 35, "ve\u0159ejn\u00fdm": [20, 35], "via": 28, "video": 60, "vide\u00ed": 21, "vid\u011bt": 82, "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19], "virtu\u00e1ln\u00edch": 42, "vlastn\u00ed": 29, "vl\u00e1kna": 44, "vno\u0159en\u00fdch": 12, "volbi": 41, "vyb\u00edr\u00e1n\u00ed": 21, "vypnout": 26, "vytvo\u0159en\u00ed": [41, 42, 44], "vytv\u00e1\u0159en\u00ed": [20, 41], "vzhledu": 80, "v\u00edcero": 42, "v\u011bci": 81, "v\u0161echni": [44, 80], "web": [21, 83], "webdav": 20, "webinar": 79, "webov\u00fd": 83, "what": 2, "why": 2, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "you": 81, "your": [0, 5, 21, 22, 27, 32, 69, 81], "z": [19, 20, 44, 82], "zabezpe\u010den\u00ed": 44, "zabr\u00e1n\u011bn\u00ed": 7, "zanepr\u00e1zdn\u011bnost\u00ed": 41, "zapnout": 12, "zapn\u011bt": 44, "zarezervovan": 41, "zarezervovan\u00e9": 41, "zarezervov\u00e1n\u00ed": 41, "zastav\u00ed": 12, "za\u0159\u00edzen\u00ed": 54, "zduplikov\u00e1n\u00ed": 41, "ze": [20, 44], "zm\u00edn\u011bn\u00ed": 44, "zm\u011bn": 12, "zm\u011bna": [12, 26, 44, 54], "zm\u011bnil": 12, "zn\u00e1m\u00e9": 20, "zobrazen\u00ed": [44, 80], "zpr\u00e1v": [40, 44], "zpr\u00e1vami": 44, "zpr\u00e1vy": 44, "zp\u0159\u00edstupn\u011bn\u00ed": 80, "zve\u0159ejn\u011bn\u00ed": 41, "zv\u00e1\u017een\u00ed": 81, "zv\u011bt\u0161ov\u00e1n\u00ed": 80, "z\u00e1chrann\u00e9ho": 26, "z\u00e1chrann\u00e9mu": 26, "z\u00e1kladn\u00ed": 7, "\u00fadaje": [42, 82], "\u00fadaj\u016f": 82, "\u00fakolu": 44, "\u00falohi": 26, "\u00falo\u017ei\u0161ti": 24, "\u00falo\u017ei\u0161t\u011b": 33, "\u00faprava": [41, 42], "\u00farovn\u00ed": 12, "\u00favod": 53, "\u00fa\u010dastn\u00edk\u016f": 41, "\u00fa\u010dtu": [19, 44], "\u00fa\u010dt\u016f": [19, 49], "\u010dasto": [12, 26], "\u010di": 21, "\u010dleni": 42, "\u010d\u00e1sti": 26, "\u0159azen\u00ed": 44, "\u0159e\u0161en\u00ed": [20, 49], "\u0159\u00e1dku": 20, "\u0161ifrovan\u00fdch": 26, "\u0161ifrov\u00e1n\u00ed": 26, "\u0161t\u00edtky": 44, "\u0161t\u00edtk\u016f": 44, "\u017e\u00e1dn\u00e1": 12}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI shrnut\u00ed": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Akce": [[44, "actions"]], "Akce ohledn\u011b ob\u00e1lky": [[44, "envelope-actions"]], "Akce ohledn\u011b zpr\u00e1vy": [[44, "message-actions"]], "Alias files": [[15, "alias-files"]], "Alternativa: Pou\u017eit\u00ed dopl\u0148ku CardBook (pouze kontakty)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automatick\u00e9 maz\u00e1n\u00ed ko\u0161e": [[44, "automatic-trash-deletion"]], "Automatick\u00e9 odpov\u011bdi": [[44, "autoresponders"]], "Automatizovan\u00fd stav u\u017eivatele": [[41, "automated-user-status"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bez Nextcloud mobiln\u00ed aplikace": [[45, "without-the-nextcloud-mobile-app"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Chci p\u0159esunout svou lok\u00e1ln\u00ed synchroniza\u010dn\u00ed slo\u017eku": [[12, "i-want-to-move-my-local-sync-folder"]], "Chytr\u00e9 odpov\u011bdi": [[44, "smart-replies"]], "Co se stane, kdy\u017e jsou smaz\u00e1ny sd\u00edlen\u00e9 soubory": [[24, "what-happens-when-shared-files-are-deleted"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delegov\u00e1n\u00ed \u00fa\u010dtu": [[44, "account-delegation"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Detekce rhyba\u0159en\u00ed": [[44, "phishing-detection"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Doporu\u010den\u00e1 metoda": [[50, "recommended-method"]], "Dostupnost (pracovn\u00ed doba)": [[41, "availability-working-hours"]], "Dostupnost m\u00edstnosti": [[41, "room-availability"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtr": [[44, "filter"]], "Filtrov\u00e1n\u00ed a automatick\u00e9 odpov\u00edd\u00e1n\u00ed": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Hesla pro jednotliv\u00e1 za\u0159\u00edzen\u00ed a zm\u011bna p\u0159ihla\u0161ovac\u00edho hesla": [[54, "device-specific-passwords-and-password-changes"]], "Heslo k z\u00e1chrann\u00e9mu kl\u00ed\u010di": [[26, "recovery-key-password"]], "How to onboard your team": [[5, null]], "Ikona v oznamovac\u00ed oblasti syst\u00e9mov\u00e9ho panelu": [[19, "systray-icon"]], "Ikony stavu sd\u00edlen\u00ed": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import kalend\u00e1\u0159e": [[41, "import-a-calendar"]], "Importov\u00e1n\u00ed virtu\u00e1ln\u00edch kontakt\u016f": [[42, "importing-virtual-contacts"]], "Informace o p\u0159\u00edjemci na editoru": [[44, "recipient-info-on-composer"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Instalace": [[14, null]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Interacting with messages": [[76, null]], "Intern\u00ed adresy": [[44, "internal-addresses"]], "Intern\u00ed sd\u00edlen\u00ed s u\u017eivateli a skupinami": [[35, "internal-shares-with-users-and-groups"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Jak aplikace Smazan\u00e9 soubory spravuje prostor na \u00falo\u017ei\u0161ti": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Jak funguje \u201eUpravit lok\u00e1ln\u011b\u201c": [[12, "how-the-edit-locally-functionality-works"]], "Jak je mo\u017en\u00e9 \u0161ifrov\u00e1n\u00ed vypnout?": [[26, "how-can-encryption-be-disabled"]], "Jak p\u0159idat nov\u00fd filtr": [[44, "how-to-add-a-new-filter"]], "Jak smazat filtr": [[44, "how-to-delete-a-filter"]], "Jak to zapnout": [[12, "how-to-enable-it"]], "Je mo\u017en\u00e9 vypnout \u0161ifrov\u00e1n\u00ed pomoc\u00ed z\u00e1chrann\u00e9ho kl\u00ed\u010de?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Je mo\u017en\u00e9 \u0161ifrov\u00e1n\u00ed vypnout bez hesla u\u017eivatele?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Je pl\u00e1nov\u00e1no p\u0159esunout toto na p\u0159\u00ed\u0161t\u00ed p\u0159ihl\u00e1\u0161en\u00ed se u\u017eivatele nebo do podoby \u00falohy, spu\u0161t\u011bn\u00e9 na pozad\u00ed?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Jin\u00e9 \u0159e\u0161en\u00ed": [[20, "solution-2"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kalend\u00e1\u0159": [[47, "calendar"], [51, "calendar"]], "Kalend\u00e1\u0159 s narozeninami": [[41, "birthday-calendar"]], "Kalend\u00e1\u0159e": [[50, "calendars"]], "Kan\u00e1ly aktualizac\u00ed": [[18, null]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Klienti pro mobiln\u00ed platformy": [[25, "mobile-clients"]], "Known issues": [[15, "known-issues"]], "Kolize": [[10, null]], "Kolize p\u0159i nahr\u00e1v\u00e1n\u00ed (experiment\u00e1ln\u00ed)": [[10, "uploading-conflicts-experimental"]], "Kontakty": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Kontakty a kalend\u00e1\u0159e": [[45, "contacts-and-calendar"]], "Kontrola zanepr\u00e1zdn\u011bnost\u00ed \u00fa\u010dastn\u00edk\u016f": [[41, "checking-attendees-busy-times"]], "Ko\u0161": [[41, "trash-bin"]], "Kv\u00f3ta \u00falo\u017ei\u0161t\u011b": [[33, null]], "Kv\u00f3ty": [[24, "quotas"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mapov\u00e1n\u00ed disk\u016f pomoc\u00ed Pr\u016fzkumn\u00edka Windows": [[20, "mapping-drives-with-windows-explorer"]], "Mapov\u00e1n\u00ed jednotek z p\u0159\u00edkazov\u00e9ho \u0159\u00e1dku": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Maz\u00e1n\u00ed \u0161t\u00edtk\u016f": [[44, "delete-tags"]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimalizace dialogu editoru zpr\u00e1vy": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Motivy vzhledu, kter\u00e9 jsou u\u017e sou\u010d\u00e1st\u00ed": [[80, "included-themes"]], "Na Linuxu": [[12, "on-linux"]], "Na Windows": [[12, "on-windows"]], "Nahr\u00e1v\u00e1n\u00ed soubor\u016f": [[29, "uploading-files"]], "Nahr\u00e1v\u00e1n\u00ed velk\u00fdch soubor\u016f": [[31, null]], "Naimportov\u00e1n\u00ed ud\u00e1lost\u00ed / p\u0159id\u00e1n\u00ed .ics ud\u00e1losti": [[41, "import-an-event-add-ics-event"]], "Napl\u00e1novan\u00e9 zpr\u00e1vy": [[44, "scheduled-messages"]], "Napojen\u00ed na n\u00e1st\u011bnku": [[44, "dashboard-integration"]], "Naps\u00e1n\u00ed zpr\u00e1vy": [[44, "compose-messages"]], "Nastaven\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed": [[81, "configuring-two-factor-authentication"]], "Nastaven\u00ed p\u0159ipom\u00ednek": [[41, "set-up-reminders"]], "Nastaven\u00ed va\u0161ich p\u0159edvoleb": [[82, null]], "Nastaven\u00ed va\u0161ich \u00fa\u010dt\u016f": [[49, "setup-your-accounts"]], "Nastaven\u00ed va\u0161\u00ed vlastn\u00ed schr\u00e1nky pro p\u0159\u00edjem soubor\u016f": [[29, "setting-up-your-own-file-drop"]], "Nastaven\u00ed \u00fa\u010dtu": [[44, "account-settings"]], "Nastavit stav u\u017eivatele": [[19, "set-the-user-status"]], "Nastavov\u00e1n\u00ed Nextcloud \u00fa\u010dtu": [[19, "configuring-nextcloud-account-settings"]], "Nastavov\u00e1n\u00ed zpr\u00e1v \u201eJsem mimo kancel\u00e1\u0159\u201c": [[40, null]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Ne\u0161ifrovan\u00e9 soubory": [[26, "files-not-encrypted"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "N\u00e1hledy obsahu soubor\u016f": [[21, "previewing-files"]], "N\u00e1stroj pro automatickou aktualizaci": [[7, null]], "N\u011bkter\u00e9 soubory jsou po\u0159\u00e1d dokola nahr\u00e1v\u00e1ny na server, i kdy\u017e v nich neprob\u011bhla \u017e\u00e1dn\u00e1 zm\u011bna.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Obecn\u00e9 okno": [[19, "general-window"]], "Objevilo se Varov\u00e1n\u00ed ohledn\u011b nespolehlivosti sledov\u00e1n\u00ed zm\u011bn v synchronizovan\u00fdch slo\u017ek\u00e1ch.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Obr\u00e1zek ke kontaktu": [[42, "contact-picture"]], "Obsah": [[6, null]], "Odchoz\u00ed po\u0161ta": [[44, "outbox"]], "Odhl\u00e1\u0161en\u00ed se z odb\u011bru e-mailov\u00e9 konference": [[44, "unsubscribe-from-a-mailing-list"]], "Odlo\u017eit": [[44, "snooze"]], "Odpov\u00edd\u00e1n\u00ed na pozv\u00e1nky": [[41, "responding-to-invitations"]], "Odpov\u011b\u010f": [[20, "answer"]], "Ofici\u00e1ln\u00ed Nextcloud klienti pro desktopov\u00e9 a mobiln\u00ed platformy": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Omezen\u00ed toho, kdo m\u016f\u017ee vid\u011bt \u00fadaje z va\u0161eho profilu": [[82, "restrict-who-can-see-your-profile-data"]], "Open conversations": [[78, null]], "Ostatn\u00ed s p\u0159\u00edstupem": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Ovl\u00e1dac\u00ed prvek kalend\u00e1\u0159e": [[41, "calendar-widget"]], "Ovl\u00e1dac\u00ed prvky soubor\u016f": [[21, "file-controls"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Podm\u00ednky": [[44, "conditions"]], "Pohyb po aplikaci prost\u0159ednictv\u00edm kl\u00e1vesnice": [[80, "navigating-via-keyboard"]], "Pojmenov\u00e1n\u00ed verze": [[39, "naming-a-version"]], "Polls in chat": [[56, "polls-in-chat"]], "Pou\u017eit\u00ed okna S\u00ed\u0165": [[19, "using-the-network-window"]], "Pou\u017e\u00edv\u00e1n\u00ed aplikace E-mail": [[44, null]], "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kalend\u00e1\u0159": [[41, null]], "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kontakty": [[42, null]], "Pou\u017e\u00edv\u00e1n\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed se": [[81, null]], "Pou\u017e\u00edv\u00e1n\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed se pomoc\u00ed hardwarov\u00fdch token\u016f": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Pou\u017e\u00edv\u00e1n\u00ed editoru seznamu soubor\u016f k ignorov\u00e1n\u00ed": [[19, "using-the-ignored-files-editor"]], "Pou\u017e\u00edv\u00e1n\u00ed klientsk\u00fdch aplikac\u00ed p\u0159i dvouf\u00e1zov\u00e9m ov\u011b\u0159ov\u00e1n\u00ed": [[81, "using-client-applications-with-two-factor-authentication"]], "Pou\u017e\u00edv\u00e1n\u00ed synchroniza\u010dn\u00edho klienta": [[19, null]], "Pou\u017e\u00edv\u00e1n\u00ed \u0161ifrov\u00e1n\u00ed": [[26, "using-encryption"]], "Pozv\u00e1n\u00ed \u00fa\u010dastn\u00edk\u016f na ud\u00e1lost": [[41, "invite-attendees-to-an-event"]], "Po\u017eadavky na syst\u00e9m": [[14, "system-requirements"]], "Po\u017eadavky na webov\u00fd prohl\u00ed\u017ee\u010d": [[83, "web-browser-requirements"]], "Probl\u00e9m": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Prov\u00e1d\u011bn\u00ed anonymn\u00edch nahr\u00e1n\u00ed": [[29, null]], "Pr\u00e1ce se zarezervovanou sch\u016fzkou": [[41, "working-with-the-booked-appointment"]], "Pr\u016fhlednost kalend\u00e1\u0159e": [[41, "calendar-transparency"]], "P\u0159edvolby pro t\u00fdm": [[42, "team-options"]], "P\u0159ehled": [[10, "overview"]], "P\u0159ehr\u00e1va\u010d vide\u00ed": [[21, "video-player"]], "P\u0159ekl\u00e1d\u00e1n\u00ed e-mail\u016f": [[44, "mail-translation"]], "P\u0159ekryvn\u00e9 ikony spr\u00e1vce soubor\u016f": [[19, "file-manager-overlay-icons"]], "P\u0159epnout rozvr\u017een\u00ed": [[44, "switch-layout"]], "P\u0159esouv\u00e1n\u00ed soubor\u016f": [[21, "moving-files"]], "P\u0159esunut\u00ed zpr\u00e1v do slo\u017eky Nevy\u017e\u00e1dan\u00e9": [[44, "move-messages-to-junk-folder"]], "P\u0159idat do t\u00fdmu \u010dleny": [[42, "add-members-to-a-team"]], "P\u0159id\u00e1n\u00ed konverzace v Talk": [[41, "add-talk-conversation"]], "P\u0159id\u00e1n\u00ed nov\u00e9ho e-mailov\u00e9ho \u00fa\u010dtu": [[44, "add-a-new-mail-account"]], "P\u0159id\u00e1n\u00ed ve\u0159ejn\u00e9ho sd\u00edlen\u00ed do Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "P\u0159id\u00e1v\u00e1n\u00ed a spr\u00e1va adres\u00e1\u0159\u016f kontakt\u016f": [[42, "adding-and-managing-address-books"]], "P\u0159id\u00e1v\u00e1n\u00ed kontakt\u016f": [[42, "adding-contacts"]], "P\u0159id\u00e1v\u00e1n\u00ed nov\u00fdch \u00fa\u010dt\u016f": [[19, "adding-new-accounts"]], "P\u0159id\u00e1v\u00e1n\u00ed p\u0159\u00edloh k ud\u00e1lostem": [[41, "add-attachments-to-events"]], "P\u0159ihla\u0161ov\u00e1n\u00ed se s dvouf\u00e1zov\u00fdm ov\u011b\u0159ov\u00e1n\u00edm se": [[81, "logging-in-with-two-factor-authentication"]], "P\u0159ihl\u00e1\u0161en\u00ed se k odeb\u00edr\u00e1n\u00ed kalend\u00e1\u0159e": [[41, "subscribe-to-a-calendar"]], "P\u0159ihl\u00e1\u0161en\u00ed se k odeb\u00edr\u00e1n\u00ed kalend\u00e1\u0159e sv\u00e1tk\u016f": [[41, "subscribe-to-a-holiday-calendar"]], "P\u0159ipom\u00ednky n\u00e1sledn\u00fdch krok\u016f": [[44, "follow-up-reminders"]], "P\u0159istupov\u00e1n\u00ed k soubor\u016f pomoc\u00ed cURL": [[20, "accessing-files-using-curl"]], "P\u0159istupov\u00e1n\u00ed k soubor\u016fm ze syst\u00e9mu Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "P\u0159i\u0159azov\u00e1n\u00ed m\u00edstnost\u00ed a prost\u0159edk\u016f ud\u00e1losti": [[41, "assign-rooms-and-resources-to-an-event"]], "P\u0159\u00edklad": [[10, "example"]], "P\u0159\u00edstup k soubor\u016fm pomoc\u00ed n\u00e1stroje Cyberduck": [[20, "accessing-files-using-cyberduck"]], "P\u0159\u00edstup k soubor\u016fm v Nextcloud prost\u0159ednictv\u00edm protokolu WebDAV": [[20, null]], "P\u0159\u00edstup k soubor\u016fm ze syst\u00e9mu Linux": [[20, "accessing-files-using-linux"]], "P\u0159\u00edstup k soubor\u016fm ze syst\u00e9mu macOS": [[20, "accessing-files-using-macos"]], "P\u0159\u00edstup k ve\u0159ejn\u00fdm sd\u00edlen\u00edm prost\u0159ednictv\u00edm WebDAV": [[20, "accessing-public-shares-over-webdav"]], "P\u0159\u00edstup soubor\u016fm pomoc\u00ed WinSCP": [[20, "accessing-files-using-winscp"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Re\u017eim zobrazen\u00ed / operac\u00ed se zpr\u00e1vami": [[44, "message-display-operation-mode"]], "Role v t\u00fdmu": [[42, "team-roles"]], "Running a task": [[1, "running-a-task"]], "Ru\u010dn\u00ed p\u0159id\u00e1v\u00e1n\u00ed kontakt\u016f": [[42, "adding-contacts-manually"]], "R\u00e1d/a bych zm\u011bnil/a jazyk u\u017eivatelsk\u00e9ho rozhran\u00ed": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "S Nextcloud mobiln\u00ed aplikac\u00ed": [[45, "with-the-nextcloud-mobile-app"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Schr\u00e1nka pro p\u0159ednostn\u00ed zpr\u00e1vy": [[44, "priority-inbox"]], "Sch\u016fzky": [[41, "appointments"]], "Screen sharing": [[63, null]], "Sd\u00edlen\u00e9 polo\u017eky": [[42, "shared-items"]], "Sd\u00edlen\u00ed kalend\u00e1\u0159\u016f": [[41, "sharing-calendars"]], "Sd\u00edlen\u00ed va\u0161ich \u00fadaj\u016f v glob\u00e1ln\u00edm adres\u00e1\u0159i kontakt\u016f": [[82, "sharing-your-data-in-the-global-address-book"]], "Sd\u00edlen\u00ed ve\u0159ejn\u00fdm odkazem": [[35, "public-link-shares"]], "Sd\u00edlen\u00ed z va\u0161eho desktopu": [[19, "sharing-from-your-desktop"]], "Sd\u00edlen\u00ed \u0161ifrovan\u00fdch soubor\u016f": [[26, "sharing-encrypted-files"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Shrnut\u00ed vl\u00e1kna": [[44, "thread-summary"]], "Silent messages": [[66, "silent-messages"]], "Slou\u010den\u00ed duplicitn\u00edch kontakt\u016f": [[42, "merging-duplicate-contacts"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smaz\u00e1n\u00ed verze": [[39, "deleting-a-version"]], "Software pro podporu spolupr\u00e1ce": [[43, null]], "Sort favorites up": [[44, "sort-favorites-up"]], "Soubory a synchronizace": [[30, null]], "Soubory a upozorn\u011bn\u00ed": [[45, "files-and-notifications"]], "Speaker view": [[65, "speaker-view"]], "Spr\u00e1va kalend\u00e1\u0159\u016f": [[41, "managing-your-calendars"]], "Spr\u00e1va p\u0159ipojen\u00fdch prohl\u00ed\u017ee\u010d\u016f": [[54, "managing-connected-browsers"]], "Spr\u00e1va p\u0159ipojen\u00fdch prohl\u00ed\u017ee\u010d\u016f a za\u0159\u00edzen\u00ed": [[54, null]], "Spr\u00e1va smazan\u00fdch soubor\u016f": [[24, null]], "Spr\u00e1va ud\u00e1lost\u00ed": [[41, "managing-events"]], "Spr\u00e1va va\u0161eho e-mailov\u00e9ho \u00fa\u010dtu": [[44, "managing-your-mail-account"]], "Spr\u00e1va verz\u00ed": [[39, null]], "Spr\u00e1va v\u00edcero kontakt\u016f nar\u00e1z": [[42, "managing-multiple-contacts-at-a-time"]], "Spr\u00e1va za\u0159\u00edzen\u00ed": [[54, "managing-devices"]], "Spr\u00e1vce soubor\u016f Nautilus": [[20, "nautilus-file-manager"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizace s GNOME desktopem": [[46, null]], "Synchronizace s aplikac\u00ed KDE Kontact": [[48, null]], "Synchronizace s aplikac\u00ed Thunderbird": [[50, null]], "Synchronizace s desktopov\u00fdmi a mobiln\u00edmi platformami": [[25, null]], "Synchronizace se syst\u00e9mem Android": [[45, null]], "Synchronizace se syst\u00e9mem Windows 10": [[51, null]], "Synchronizace se syst\u00e9mem iOS": [[47, null]], "Synchronizace se syst\u00e9mem macOS": [[49, null]], "Synchronizace se zastav\u00ed p\u0159i pokusu o synchronizaci podadres\u00e1\u0159\u016f vno\u0159en\u00fdch hloub\u011bji ne\u017e 100 \u00farovn\u00ed.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Textov\u00e9 bloky": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "T\u00fdmy": [[42, "teams"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Upravit \u0161t\u00edtky": [[44, "edit-tags"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "Uspo\u0159\u00e1d\u00e1vejte sv\u00e9 kontakty pomoc\u00ed skupin kontakt\u016f": [[42, "organize-your-contacts-with-contact-groups"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Volby p\u0159id\u00e1n\u00ed opakovan\u00e9ho": [[41, "add-recurring-options"]], "Vyb\u00edr\u00e1n\u00ed soubor\u016f \u010di slo\u017eek": [[21, "selecting-files-or-folders"]], "Vytvo\u0159en\u00ed filtru ze zpr\u00e1vy": [[44, "create-a-filter-from-a-message"]], "Vytvo\u0159en\u00ed nov\u00e9 ud\u00e1losti": [[41, "create-a-new-event"]], "Vytvo\u0159en\u00ed nov\u00e9ho kalend\u00e1\u0159e": [[41, "create-a-new-calendar"]], "Vytvo\u0159en\u00ed t\u00fdmu": [[42, "create-a-team"]], "Vytvo\u0159en\u00ed ud\u00e1losti": [[44, "create-an-event"]], "Vytvo\u0159en\u00ed \u00fakolu": [[44, "create-a-task"]], "Vytv\u00e1\u0159en\u00ed WebDAV p\u0159ipojen\u00ed z linuxov\u00e9ho p\u0159\u00edkazov\u00e9ho \u0159\u00e1dku": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Vytv\u00e1\u0159en\u00ed m\u00edstnost\u00ed v Talk pro zarezervovan\u00e9 sch\u016fzky": [[41, "create-talk-room-for-booked-appointments"]], "Vytv\u00e1\u0159en\u00ed nastaven\u00ed pro sch\u016fzku": [[41, "creating-an-appointment-configuration"]], "V\u011bci ke zv\u00e1\u017een\u00ed": [[81, "considerations"]], "V\u0161echny schr\u00e1nky": [[44, "all-inboxes"]], "WebDAV klienti t\u0159et\u00edch stran": [[20, "third-party-webdav-clients"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Zabezpe\u010den\u00ed": [[44, "security"]], "Zabr\u00e1n\u011bn\u00ed automatick\u00fdm aktualizac\u00edm": [[7, "preventing-automatic-updates"]], "Zabr\u00e1n\u011bn\u00ed automatick\u00fdm aktualizac\u00edm v prost\u0159ed\u00ed Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Zabr\u00e1n\u011bn\u00ed automatick\u00fdm aktualizac\u00edm v prost\u0159ed\u00ed Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Zapn\u011bte hled\u00e1n\u00ed v t\u011ble e-mailu": [[44, "enable-mail-body-search"]], "Zarezervov\u00e1n\u00ed sch\u016fzky": [[41, "booking-an-appointment"]], "Zm\u00edn\u011bn\u00ed kontakt\u016f": [[44, "mention-contacts"]], "Zm\u011bna barvy \u0161t\u00edtk\u016f": [[44, "change-color-for-tags"]], "Zm\u011bna hesla k soukrom\u00e9 \u010d\u00e1sti kl\u00ed\u010de": [[26, "change-private-key-password"]], "Zm\u011bna po\u0159ad\u00ed \u0159azen\u00ed": [[44, "change-sort-order"]], "Zn\u00e1m\u00e9 probl\u00e9my": [[20, "known-issues"], [20, "known-problems"]], "Zp\u0159\u00edstupn\u011bn\u00ed pro v\u0161echny": [[80, null]], "Zve\u0159ejn\u011bn\u00ed kalend\u00e1\u0159e": [[41, "publishing-a-calendar"]], "Zv\u011bt\u0161ov\u00e1n\u00ed a p\u0159izp\u016fsobov\u00e1n\u00ed zobrazen\u00ed rozm\u011br\u016fm": [[80, "zoom-and-responsiveness"]], "Z\u00e1kladn\u00ed pracovn\u00ed postup": [[7, "basic-workflow"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00daprava nebo odebr\u00e1n\u00ed \u00fadaje u kontaktu": [[42, "edit-or-remove-contact-information"]], "\u00daprava, export nebo smaz\u00e1n\u00ed kalend\u00e1\u0159e": [[41, "edit-export-or-delete-a-calendar"]], "\u00daprava, zduplikov\u00e1n\u00ed nebo smaz\u00e1n\u00ed ud\u00e1losti": [[41, "edit-duplicate-or-delete-an-event"]], "\u00davod do u\u017eivatelsk\u00e9 p\u0159\u00edru\u010dky k Nextcloud verze 35": [[53, null]], "\u010casto kladen\u00e9 dotazy": [[12, null]], "\u010casto kladen\u00e9 dotazy ohledn\u011b \u0161ifrov\u00e1n\u00ed": [[26, "encryption-faq"]], "\u0158e\u0161en\u00ed": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "solution-1"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u0158e\u0161en\u00ed probl\u00e9m\u016f": [[49, "troubleshooting"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 40, 42, 43, 44, 47, 51, 53, 58, 60, 62, 76, 80, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0k": 20, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 20, 36, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 20, 36, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "64bitov\u00e9": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 20, 27, 39, 41, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "As": [0, 41, 48, 56, 77], "At": [20, 49, 54], "By": [0, 5, 69, 70], "For": [0, 2, 6, 13, 14, 17, 27, 36, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 15, 17, 38, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 38, 39, 41, 42, 44, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [20, 51, 76], "There": [17, 20, 66, 69, 72], "These": [14, 41, 69], "To": [0, 1, 2, 4, 8, 10, 12, 15, 16, 17, 20, 21, 26, 27, 35, 36, 41, 42, 44, 50, 58, 62, 63, 69, 70, 81, 82], "With": [20, 21, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abi": [20, 24, 26, 28, 31, 35, 41, 42, 44, 49, 80, 82], "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 21, 41, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": 69, "abyst": [20, 26, 41, 45], "acceler": 15, "accept": [44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 14, 42, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 42, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "addressbook": 51, "adjust": [9, 11, 15, 20, 82], "admin": [14, 36, 42], "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administrativn\u00edmu": [35, 37], "adr": 41, "adres": [20, 44, 51], "adresa": [20, 41, 44, 45, 82], "adresi": [20, 41, 42], "adresu": [20, 28, 35, 41, 44, 45, 50, 51], "adres\u00e1\u0159": [20, 42, 45, 50], "adres\u00e1\u0159i": [6, 20, 41, 42, 44, 47, 50], "adres\u00e1\u0159\u00edch": 42, "adres\u00e1\u0159\u016f": 50, "advanc": [14, 41, 51], "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agenda": [44, 57], "agenta": 53, "ago": 0, "agregaci": 42, "ai": [6, 66], "aim": 80, "airplan": 57, "akc": 42, "akcemi": 42, "akc\u00ed": 44, "aktiv": 19, "aktivit": 82, "aktivita": 12, "aktivitu": [19, 20], "aktivn\u00ed": [20, 44], "aktualizac": [7, 44], "aktualizaci": [6, 13, 14, 19], "aktualizac\u00ed": [6, 7, 13], "aktualizovan\u00e9": 20, "aktualizovat": [19, 48], "aktualizov\u00e1n": 10, "aktualizov\u00e1na": 41, "aktualizov\u00e1n\u00ed": 7, "aktualizuj": [19, 26], "aktu\u00e1ln\u00ed": 19, "akumul\u00e1toru": 48, "al": [7, 10, 12, 19, 24, 26, 33, 41, 44, 45, 46, 80], "alespo\u0148": 42, "alias": 52, "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 44, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alternativ": 50, "alternativn\u00ed": [20, 44], "alwai": [15, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 44, 47, 57, 60, 62, 69, 70, 72, 78, 83], "ani\u017e": 35, "ano": 26, "anonym": [29, 56], "anonymn\u00edch": [23, 30], "anonymn\u00edho": 29, "anonymn\u011b": 20, "anoth": [27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": 26, "anytim": [28, 62], "anywher": 44, "apach": 31, "aplikac": [6, 12, 14, 19, 20, 26, 33, 39, 40, 43, 46, 47, 51, 80, 82], "aplikaci": [6, 20, 41, 42, 44, 45, 47, 50, 51, 53, 81], "aplikac\u00ed": [6, 20, 26, 41, 42, 43], "aplikac\u00edch": [44, 46, 48], "aplika\u010dn\u00ed": [7, 42], "app": [1, 2, 4, 6, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 42, 44, 69], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [44, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arch": 8, "archiv": [8, 21], "archivi": 14, "area": 60, "around": 36, "arrow": [15, 66, 72, 80], "artifici": 1, "ask": [9, 27, 45, 62, 66], "assign": [21, 58, 69], "assist": [6, 66, 80], "assum": 15, "atd": [35, 41], "atp": 53, "attach": [29, 36, 41, 44, 67, 73], "attempt": [14, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "author": 20, "auto": [20, 42, 56], "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "automatick": [6, 13, 14], "automaticki": [12, 20, 28, 35, 41, 44], "automatick\u00e9": [7, 37, 40, 50], "automatick\u00e9ho": [7, 39, 44], "automatick\u00fdch": 7, "automatizovan\u011b": 7, "autor": [10, 20], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [20, 42, 44, 69], "avoid": 15, "awai": 69, "a\u010dkoli": [19, 26], "a\u0165": 18, "a\u017e": [12, 20, 33, 39, 44, 45, 48], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72], "backup": [39, 41, 81], "badg": 21, "bal\u00ed\u010dek": 19, "bal\u00ed\u010dku": [7, 12], "bal\u00ed\u010dk\u016f": 7, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barva": [44, 80], "barvu": [41, 44], "barv\u011b": 41, "base": [8, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [15, 20, 26, 38, 46], "becom": [5, 69], "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "begin": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 44, 65], "best": [14, 41, 83], "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 55, 65, 74, 80], "beyond": 17, "bez": [12, 20, 41], "bezpe\u010dn\u00e9": 53, "bezpe\u010dn\u00e9m": 53, "bezprost\u0159edn\u011b": 42, "bidirect": 25, "bin": 21, "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": 66, "blockquot": 66, "blog": 12, "bloki": 41, "bloku": 44, "blue": 49, "blur": [60, 72], "board": 2, "bob": 35, "bod": 20, "bodi": 44, "bold": 66, "book": [41, 42, 50, 82], "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 38, 54, 63, 72, 81, 83], "br\u00e1nit": 7, "br\u00e1ny": 41, "br\u00e1n\u00ed": 7, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bude": [7, 10, 12, 19, 20, 24, 35, 37, 39, 41, 42, 44, 45, 47, 50, 51], "budem": 41, "budet": [10, 12, 26, 41, 42, 45, 50, 81], "budou": [24, 26, 41, 42, 44, 46, 50, 53], "budoucnosti": [10, 44], "budouc\u00ed": 41, "budouc\u00edmi": 10, "build": 14, "built": [14, 17, 20, 21], "bulk": 72, "bundl": 15, "busi": [40, 41], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "bu\u010f": [12, 19, 35, 41, 42, 45, 47], "bu\u010ft": 12, "bychom": 26, "byl": [10, 35, 41, 42, 81], "byla": [7, 19, 20, 44, 51], "byli": [20, 24, 42, 44, 49], "bylo": [20, 24, 26, 33, 35, 37, 41, 42, 44], "byst": [19, 20, 26, 41, 47], "byte": [9, 11, 20], "by\u0165": 20, "b\u00edl\u00fdm": 19, "b\u00edl\u00fdmi": 19, "b\u00fdt": [7, 10, 19, 20, 26, 33, 35, 37, 41, 44, 45, 46, 48, 51, 81], "b\u011b\u017enou": 42, "b\u011b\u017en\u00e9": 7, "b\u011b\u017en\u00fdch": [19, 80], "b\u011b\u017en\u011b": 41, "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 47, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 26, 29, 36, 44, 56], "caption": [56, 76], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "case": [14, 42, 62, 69, 82], "categori": [0, 45], "caution": 9, "celek": 33, "celkov\u00e9": 80, "celodenn\u00ed": 41, "cel\u00e9": [41, 82], "cel\u00fd": [10, 41], "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 76], "certif": 8, "certifika\u010dn\u00ed": 20, "certifik\u00e1t": [20, 47], "certifik\u00e1ti": 20, "certifik\u00e1tu": 20, "certifik\u00e1t\u016f": 49, "cesta": 41, "cestov\u00e1n\u00ed": 41, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 26, 29, 36, 41, 44, 54, 55, 58, 69, 72, 80, 82, 83], "chapter": [14, 20], "chart": 15, "chat": [6, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chati": 35, "chatu": [40, 42], "chce": 41, "chcete": [7, 12, 18, 19, 20, 28, 35, 41, 42, 44, 45, 50, 51, 80, 82], "check": [0, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 44, 60, 62, 69], "checklist": 69, "chip": 83, "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 44, 45, 48, 49, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": 15, "chovaj\u00ed": 19, "chov\u00e1n\u00ed": [7, 10, 19], "chown": 20, "chrome": [20, 83], "chromiu": 20, "chromium": [20, 83], "chronolog": [0, 21], "chronologicki": 44, "chr\u00e1nit": [26, 81], "chr\u00e1n\u011bn\u00e9": 20, "cht\u00edt": [19, 41, 48, 50], "chunk": [9, 11], "chunksiz": 9, "chv\u00edli": [19, 24, 41, 42, 48], "chyb": [7, 18, 19, 80], "chyba": [20, 44], "chybi": [18, 19], "chybou": 20, "chybov\u00e9": [20, 47], "chybov\u00fdch": 44, "chybu": [19, 20], "chyb\u00e1m": 12, "chyb\u00ed": 21, "chyb\u011b": [19, 20], "cif": 27, "cinnamon": 20, "circl": [15, 69], "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 69], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 15, 16, 17, 20, 25, 38, 41, 51, 54, 63, 73, 81], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cloudu": 28, "cloud\u016f": 28, "cmd": 8, "co": [12, 19, 26, 28, 33, 41, 42, 48, 51, 81], "cobi": [20, 41, 44], "code": [6, 38, 45, 66], "codec": 21, "cohes": 5, "cokoli": [51, 82], "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 69], "compat": [11, 12, 21, 27, 81], "complet": [1, 9, 14, 17, 28, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compos": [44, 80], "compromis": 26, "comput": [5, 13, 20, 21, 25], "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 13, 14, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "confirm": [9, 12, 27, 28, 41, 42, 44, 69], "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": 17, "consist": 15, "consol": 20, "contact": [0, 27, 44, 45, 47, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 44, 60, 72], "contatct": 42, "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 19, 44, 56], "continu": 69, "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 57, 69, 82], "conveni": 0, "convers": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 15, 21, 25, 44, 51], "correct": 20, "correctli": 15, "correspond": [0, 41, 44], "could": [27, 44], "couldn": 44, "counter": 70, "coupl": 15, "cover": [42, 69], "cowork": 2, "co\u017e": [19, 20, 41, 47, 48], "cp": 20, "crashreport": 17, "creat": [0, 2, 14, 15, 20, 25, 29, 39, 40, 44, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 69, 76], "credenti": [27, 49, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 38, 42, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 20, 55, 69, 83], "customis": [60, 83], "cykli": 12, "c\u00edle": 35, "c\u00edlov\u00e9ho": 41, "c\u00edlov\u00fd": 37, "c\u00edlov\u00fdm": 41, "c\u00edl\u00edc\u00ed": 44, "d": [20, 56], "dai": [0, 11, 41, 59, 69, 83], "dal\u0161\u00ed": [19, 20, 24, 33, 35, 41, 42, 43, 44, 45, 47, 48, 50, 81], "dal\u0161\u00edch": [39, 41], "dal\u0161\u00edm": [21, 24], "dal\u0161\u00edmi": 41, "danou": 24, "dan\u00e9": [41, 42, 44], "dan\u00e9ho": 37, "dashboard": 6, "dat": [12, 41, 48], "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 41, 42, 43, 44, 45, 53, 66, 82], "datab\u00e1zi": [26, 33], "date": [12, 15, 20, 41, 44, 59, 66, 69, 76, 83], "datu": 41, "datum": [12, 19, 35, 41, 44], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 56], "deck": [42, 43, 66], "declin": [44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 59, 60, 69], "defin": 15, "definicemi": 19, "definovan\u00e9": [19, 41], "definovat": 44, "definov\u00e1n\u00ed": 19, "dejt": 41, "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 36, 39, 41, 44, 58, 59, 66, 69, 80], "del\u0161\u00ed": 20, "den": 41, "deni": 54, "denn\u00ed": [18, 41], "denn\u00edm": 41, "depend": [0, 12, 17, 21, 27, 36, 60, 63, 72, 80, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": [11, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "deseti": 39, "design": 3, "desir": [44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 46, 63, 73, 82], "desktopcli": [9, 15, 17], "desktopem": [6, 43], "desktopov\u00e9ho": 20, "desktopov\u00e9mu": 25, "desktopov\u00fdmi": [22, 30], "destin": [20, 21], "des\u00edtkov\u00e1": 20, "detail": [1, 15, 27, 36, 39, 41, 44, 52, 59, 69, 82], "detect": [9, 15, 44], "dev": 8, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 37, 41, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 19, 41, 51], "dialoz\u00edch": 46, "diaspora": 42, "dice": 57, "did": 60, "differ": [0, 7, 8, 21, 41, 69, 70], "digest": 0, "direct": [20, 42, 66], "directli": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 16, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15], "discuss": [44, 58, 60, 69, 76], "disk": [15, 20, 26], "disku": 20, "diskuz": 19, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "dispozici": [7, 19, 20, 26, 35, 39, 41, 42, 44, 46, 50, 82], "distribuc": 7, "distribuci": 12, "distribuovan\u00e9": 20, "distribut": [9, 14, 20, 41, 62], "disturb": [66, 69], "divid": [58, 60, 66], "dle": 80, "dlouho": [39, 41, 44], "dlouhodob\u00e9": 44, "dlouh\u00e9": [40, 41], "dne": [39, 41, 82], "dnech": 44, "dny": 41, "dn\u016f": [24, 33, 39, 41, 44], "do": [0, 6, 7, 8, 9, 10, 12, 14, 17, 19, 20, 24, 28, 31, 33, 36, 37, 40, 41, 45, 46, 47, 50, 51, 60, 62, 63, 65, 69, 72, 80, 81, 82], "dobi": [24, 41], "dobu": [24, 33, 40, 41], "dob\u011b": 41, "dob\u0159": 44, "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "dodatek": 19, "dodate\u010dn\u00fd": 19, "doe": [8, 9, 20, 25, 28, 54, 59, 81], "doesn": [20, 46], "dohodnut\u00ed": 41, "dojd": 19, "dojem": 18, "doj\u00edt": 26, "dokonc": 41, "dokon\u010deno": [41, 44], "dokon\u010den\u00ed": [29, 41, 42, 45], "dokon\u010det": [20, 45], "dokon\u010dit": 20, "dokon\u010dov\u00e1n\u00ed": 37, "dokud": [18, 24, 33], "dokument": 12, "dokumentac": [24, 33, 35, 37], "dokumentaci": 20, "dokumenti": [46, 82], "dole": 50, "dolphin": 19, "dolpin": 20, "dol\u016f": [20, 50], "doma": [41, 48], "domain": 47, "domova": 53, "domovsk\u00e9": 14, "domovsk\u00e9m": 20, "domov\u011b": 53, "dom\u00e9ni": [20, 44, 47], "dom\u00e9nu": [44, 47], "don": [5, 26, 39, 66], "done": [38, 56, 66, 72], "dopl\u0148uj": 43, "doporu\u010den\u00fd": 20, "doporu\u010den\u00fdm": 20, "doporu\u010dov\u00e1no": 20, "doporu\u010dujem": [20, 25, 31, 44], "doporu\u010duj\u00edc\u00ed": 26, "dopravit": 41, "dop\u0159edn\u00e9": 19, "dosa\u017eeno": 41, "dostanet": [44, 80, 82], "dostate\u010dn\u00fd": 12, "dostupnost": [7, 19, 40], "dostupnosti": 7, "dostupn\u00e9": [24, 45], "dostupn\u00fd": [19, 41], "dos\u00e1hnet": 12, "dos\u00e1hnout": 48, "dot": [4, 21, 27, 36, 41, 44, 60, 65], "dotazi": [6, 13], "dot\u00e1z\u00e1n": 37, "dot\u00e1z\u00e1ni": [35, 50], "doubl": [14, 63], "dovolen\u00e9": 40, "down": [0, 12, 69, 76], "download": [11, 21, 25, 27, 42, 52, 56, 62, 73], "downward": 15, "dozv\u00edt": [19, 42], "do\u010dasn\u00e9": 33, "do\u010dasn\u011b": [12, 20], "do\u0161lo": [10, 20], "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "druh\u00e1": 7, "druh\u00e9": [46, 81], "druh\u00fdm": 81, "dr\u017een\u00ed": 18, "dr\u017een\u00edm": 42, "dr\u017eet": 41, "due": 15, "durat": [9, 41, 69], "dure": [51, 62, 64, 72], "dva": [10, 19, 42, 44, 45], "dvojklikem": 12, "dvou": [7, 31, 39, 42, 81], "dvoufaktorov\u00e9": 81, "dvouf\u00e1zov\u00e1": 81, "dvouf\u00e1zov\u00e9": [50, 51], "dvouf\u00e1zov\u00e9ho": [6, 54, 82], "dvouf\u00e1zov\u00e9m": 6, "dvouf\u00e1zov\u00fdm": 6, "dvoustrann\u00e1": 41, "dv\u011b": [12, 44], "dv\u011bma": [42, 44], "dword": [7, 20], "dynam": 9, "dyslektiki": 80, "dyslexi\u00ed": 80, "d\u00e1": 28, "d\u00e1l": [21, 24, 33, 35], "d\u00e1le": [24, 26, 28, 41, 44], "d\u00e1lku": 20, "d\u00e1t": [39, 41], "d\u00e1vaj\u00edc\u00ed": 12, "d\u00e1vkov\u00e9": 42, "d\u00e1vkov\u00e9m": 42, "d\u00e1v\u00e1": 10, "d\u00e9lku": 41, "d\u00edl\u010d\u00ed": 24, "d\u00edt": 41, "d\u011bje": 42, "d\u011bl\u00e1": 19, "d\u0159\u00edve": [41, 45], "d\u016fkaz\u016f": 81, "d\u016fle\u017eitost": 44, "d\u016fle\u017eit\u00e9": [20, 44], "d\u016frazn\u011b": 20, "d\u016fvodi": 42, "d\u016fvodu": 47, "d\u016fv\u011bryhodn\u00e9": 20, "d\u016fv\u011bryhodn\u00ed": 44, "e": [0, 2, 4, 6, 8, 16, 40, 41, 42, 43, 45, 47, 49, 50, 51, 82], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 15, 20, 21, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 19, 20, 21, 41, 44, 58, 80], "editorem": [12, 19], "editoru": 41, "effect": [15, 81], "effici": 44, "either": [8, 12, 38, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "eliminovat": 41, "els": [10, 14, 60, 72], "elsewher": 42, "email": [29, 41, 44, 59, 60, 69, 73, 83], "emb": [2, 41], "eml": 12, "emoji": [2, 5, 60, 69], "emotikon": 19, "emotikonu": 19, "emphas": 2, "empti": [2, 21, 38], "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 42, 44, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 27, 30], "end": [30, 34, 41, 57, 62, 69], "energi": 48, "engag": 41, "enhanc": 66, "ensur": [15, 80], "enter": [1, 2, 14, 28, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "entir": [11, 15, 21, 44], "entit": 42, "entri": [0, 1, 2, 15, 21, 42, 82], "env": 16, "envelop": 44, "environ": [6, 8, 13], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 66], "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 41, 44, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 41, 42, 44, 59, 69], "existuj": [12, 44], "existuj\u00edc\u00ed": [12, 41, 44], "existuj\u00edc\u00edch": [12, 35, 41, 44], "existuj\u00edc\u00edmi": 41, "exit": 8, "expand": 44, "expect": 2, "experi": [44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": [15, 62], "explicitli": [8, 27], "explor": 19, "exponov\u00e1ni": 26, "export": [52, 56], "exportovat": [41, 42], "extend": [66, 69], "extens": 44, "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extern\u00ed": 26, "extern\u00edm": 41, "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46], "failur": 9, "faktorem": 81, "faktori": 81, "fall": [11, 20], "fals": [9, 11], "far": 83, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 9, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "federovan\u00e9": [28, 35], "federovan\u00e9ho": 82, "federovan\u00fdch": 35, "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "few": [62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 56], "filter": [1, 36, 42, 59, 76, 83], "filtri": 44, "filtrovac\u00edho": 44, "filtr\u016f": 44, "final": [41, 69], "find": [20, 21, 24, 25, 41, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finderu": 19, "finish": [1, 5, 50, 52], "firefox": [20, 83], "firmi": 53, "firm\u00e1ch": 7, "first": [14, 15, 28, 38, 44, 56, 60, 66, 71], "fit": 65, "fix": 14, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 15, 16, 17, 21, 27, 42, 44, 49, 52, 60, 80, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 45], "forma": 20, "format": [2, 5, 9, 15, 21, 41, 44], "formm\u00e1tu": 41, "formul\u00e1\u0159": [28, 44], "form\u00e1ln\u00ed": 42, "form\u00e1t": 12, "form\u00e1tu": [28, 42], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "free": [11, 15, 20, 40, 41, 60], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 41, 44, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 42, 81], "funguj": [20, 26, 41, 46, 81], "funkc": [18, 19, 20, 21, 26, 29, 42, 44, 82], "funkcemi": [7, 18, 50], "funkci": [7, 26, 42, 44], "funkc\u00ed": 12, "further": [38, 82], "futur": [1, 20, 60, 62], "fyzick\u00e1": 20, "fyzick\u00fd": 81, "g": [0, 4, 8, 41, 45, 49], "galeri": 26, "gatewai": [8, 69], "gb": 11, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabajti": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 54, 60, 62], "given": [60, 63], "glanc": 36, "global": [76, 82], "glob\u00e1ln\u00edm": 6, "glob\u00e1ln\u00edmi": 19, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 41, 44, 45, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "grant": [14, 41, 44, 60, 63], "gravatar": 42, "green": [27, 60, 72], "grei": 60, "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [42, 48, 52], "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hand": [5, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15], "hardwar": 83, "hardwarov\u00fdch": 6, "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 15, 16, 41, 42, 44, 57, 69, 82, 83], "hendikepovan\u00fdm": 53, "here": [2, 15, 66, 69, 72], "hesla": [6, 20, 51, 82], "heslem": [35, 42], "heslo": [20, 45, 47, 50, 51, 81], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "high": [64, 80], "highlight": [62, 76], "histori": [6, 20, 21, 39], "historii": 20, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hladk\u00fd": 26, "hlavn\u00ed": [19, 41, 44, 80], "hlavn\u00edch": 80, "hlavn\u00edho": 19, "hlavn\u00edm": 26, "hlavn\u011b": 82, "hledan\u00e9ho": 46, "hledat": 44, "hluboc": 12, "hlub\u0161\u00ed": 12, "hl\u00e1s\u00ed": 18, "hl\u00e1\u0161en\u00ed": [20, 44, 47, 80], "hl\u00edd\u00e1n\u00ed": 12, "ho": [12, 19, 20, 24, 26, 41, 42, 44, 80, 82], "hoc": 69, "hodin": 39, "hodini": [12, 39], "hodinu": 41, "hodnot": [42, 44], "hodnota": [20, 24, 44], "hodnoti": [19, 24, 42], "hodnotu": [7, 12, 20, 24, 26, 42, 44], "hod\u00ed": [20, 41], "hold": 60, "home": [7, 8, 9, 17, 20, 25], "hood": 15, "horizont": 2, "horn\u00ed": 19, "horn\u00edm": [20, 50], "host": 9, "hostitel": 20, "hostovan\u00fdch": 20, "hotovo": [28, 51], "hotov\u00e9": 45, "hotov\u00fd": 80, "hour": [0, 16, 69, 76], "hourli": 0, "hover": [2, 42, 66, 76], "hovor": 41, "hovoru": 80, "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "howev": 42, "hr": 9, "hranat\u00e1": 42, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "hv\u011bzdi\u010dku": 19, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 20, 21, 24, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "idea": 69, "ideal": [54, 79], "ident": 70, "identick\u00e1": 44, "identifi": [15, 41, 54, 60], "identifikaci": 19, "identifik\u00e1tor": 82, "identifik\u00e1torem": 20, "ifram": 41, "ignor": 8, "ignorovan\u00e9": 19, "ignorovan\u00e9ho": 19, "ignorovan\u00fdch": 19, "ignorovan\u00fdmi": 12, "ignorov\u00e1n": 19, "ignorov\u00e1ni": 41, "ihn": 48, "ikon": [19, 42], "ikonami": 19, "ikoni": [10, 54], "ikonu": [19, 28, 35, 41, 44, 45, 50, 51], "ikon\u00e1m": 19, "ilustruj": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 14, 27, 36, 54, 62, 69], "implement": [25, 44], "implementaci": 20, "implementovat": 20, "import": [2, 15, 20, 38, 42, 44, 52, 56, 69, 76, 80, 81, 83], "importovat": [41, 42], "importu": 42, "importujet": 41, "impos": 15, "improv": 20, "inact": 59, "includ": [8, 20, 21, 26, 41, 52, 59, 60, 62], "incorrect": 9, "increas": [11, 15, 20], "independ": 0, "index": [12, 41], "indic": [20, 21, 27, 44, 60, 62, 69], "indik\u00e1tor": 19, "individu": [27, 41, 44, 54, 72], "influenc": 11, "info": 36, "inform": [8, 11, 13, 14, 15, 21, 41, 44, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informac": [20, 24, 33, 35, 41, 43], "informaci": [37, 42], "informac\u00ed": [41, 46, 50, 51], "informac\u00edm": 41, "informa\u010dn\u00ed": 19, "informov\u00e1n\u00ed": 41, "informuj": 7, "informuj\u00edc\u00ed": 7, "inherit": 42, "inhibit": 8, "ini": 9, "inicializov\u00e1ni": 26, "iniciov": 35, "inlin": [36, 66], "inotifi": 12, "input": [1, 56, 66, 80], "insert": [1, 2, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 52, 57, 60, 73, 74, 75, 83], "instalac": [6, 13, 20, 48], "instalaci": 20, "instalac\u00ed": 28, "instalovat": 45, "instanc": [0, 6, 12, 14, 15, 19, 20, 24, 26, 27, 31, 33, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instanc\u00ed": 35, "instanc\u00edch": 41, "instant": [59, 69], "instantli": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instituc\u00edch": 7, "instruct": [21, 51, 57, 74], "intal\u00e1toru": 12, "integr": [49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "integrov\u00e1ni": 46, "intellig": [1, 15], "interact": [8, 14, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 55, 73, 80], "intern": 69, "internetov\u00e9": 49, "internetu": [20, 48], "intern\u00edho": 41, "intern\u00edmi": 19, "interoperabiln\u00edho": 41, "interrupt": 69, "interv": 9, "intervalu": 12, "introduc": 41, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": 36, "invit": [59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 66], "italic": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "jak": [7, 19, 20, 33, 41, 42, 45, 47, 48, 81], "jakmil": 41, "jako": [7, 12, 14, 19, 20, 24, 26, 33, 35, 41, 42, 44, 45, 46, 47, 48, 51, 81, 82], "jakou": [20, 41], "jak\u00e1koli": 41, "jak\u00e9": [24, 31, 41, 44], "jak\u00e9koli": [19, 33, 41, 42, 80], "jak\u00e9mkoli": 42, "jak\u00e9mukoli": 20, "jak\u00fdchkoli": [19, 41], "jak\u00fdkoli": 19, "jak\u00fdmi": 44, "jak\u00fdmkoli": 7, "jasu": 80, "jazyka": [44, 82], "jazykem": 12, "jazyki": 44, "jd\u011bte": [20, 35, 44, 45, 49, 50], "je": [7, 10, 12, 14, 19, 20, 21, 24, 25, 28, 29, 31, 33, 35, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 53, 80, 81, 82], "jeden": [40, 41, 44], "jedin\u00e9ho": 42, "jedin\u00fd": [26, 41], "jedna": 39, "jedno": [7, 41, 44, 47], "jednoduch\u00e9": 29, "jednoduch\u00fd": 44, "jednodu\u0161": 42, "jednoho": [35, 40, 42], "jednor\u00e1zov\u00e9": 41, "jednotka": 20, "jednotki": 20, "jednotku": 20, "jednotlivc\u016f": 53, "jednotlivc\u016fm": 26, "jednotliv\u00e1": 6, "jednotliv\u00e9": [14, 19, 41], "jednotliv\u00e9ho": 19, "jednotliv\u00e9mu": 41, "jednotliv\u00fdch": [26, 41, 42], "jednou": [26, 41, 42], "jednu": [10, 19, 39, 41, 42], "jedn\u00e1": [19, 20, 24], "jedn\u00e9": [7, 12, 19], "jeho": [10, 12, 19, 20, 21, 25, 26, 37, 39, 42, 44, 48], "jejich": [20, 21, 24, 26, 41], "jejich\u017e": [19, 44], "jej\u00ed": [20, 41], "jej\u00edm": 44, "jej\u00ed\u017e": 44, "jen": [19, 20, 24, 41, 42, 50], "je\u0161t\u011b": [12, 18, 19, 26, 41, 44, 50, 80], "ji": [20, 42, 44, 45], "jim": [26, 35, 41], "jimi": [19, 26], "jinak": 19, "jinou": 44, "jin\u00e1": [12, 41], "jin\u00e9": [41, 44], "jin\u00e9ho": 42, "jin\u00e9m": 81, "jin\u00e9mu": [20, 42], "jin\u00fd": [20, 47], "jin\u00fdch": 20, "jin\u00fdm": [10, 41], "jin\u00fdmi": 41, "jistotu": 44, "jist\u00ed": 12, "jm\u00e9na": [20, 37, 82], "jm\u00e9no": [19, 20, 28, 35, 41, 42, 45, 47, 49, 50, 51, 82], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "jpg": 20, "jsem": [6, 43], "jsme": 41, "json": 56, "jsou": [6, 7, 19, 20, 26, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 48, 50, 81, 82], "jste": [10, 12, 19, 20, 26, 40, 41, 44, 82], "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "j\u00ed": [28, 29, 44], "j\u00edm": 28, "j\u00edt": 46, "k": [6, 7, 14, 21, 22, 25, 29, 30, 35, 39, 40, 42, 44, 46, 48, 50, 80, 82], "kaddressbook": 48, "kalendar": 48, "kalend\u00e1\u0159": [6, 33, 43, 44, 46, 48], "kalend\u00e1\u0159em": [41, 47, 51], "kalend\u00e1\u0159i": [41, 42, 47], "kalend\u00e1\u0159ov": 51, "kalend\u00e1\u0159ov\u00fdmi": 41, "kalend\u00e1\u0159\u00edch": [41, 44], "kalend\u00e1\u0159\u016f": [48, 50], "kalend\u00e1\u0159\u016fm": 45, "kam": 10, "kanban": 43, "kancel\u00e1\u0159": [6, 41, 43], "kan\u00e1li": [6, 13], "kapac": 19, "karti": [19, 42], "kart\u00e1ch": 19, "kart\u011b": [19, 35, 41], "katalogu": [42, 45], "kazn": 44, "ka\u017edodenn\u00ed": 18, "ka\u017edou": 41, "ka\u017ed\u00e1": 41, "ka\u017ed\u00e9": [39, 41], "ka\u017ed\u00e9ho": [39, 41], "ka\u017ed\u00e9m": 24, "ka\u017ed\u00fd": [19, 26, 41, 42, 44], "ka\u017ed\u00fdch": [39, 81], "kb2123563": 20, "kde": [6, 19, 35, 41, 42, 43], "kdo": [6, 35], "kdy": [19, 20, 41, 44, 46], "kdykoli": [19, 41], "kdy\u017e": [7, 10, 14, 19, 20, 26, 33, 39, 40, 41, 44, 45, 48], "ke": [6, 7, 10, 19, 20, 24, 26, 35, 41, 44, 45, 50], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 44, 69, 76, 81], "kei": [7, 41, 72, 83], "kept": [15, 26, 42], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kladen\u00e9": [6, 13], "klepnet": 45, "klepn\u011bt": 45, "klient": [7, 10, 12, 18, 19, 20, 50], "klienta": [6, 7, 12, 13, 20, 25, 31, 43, 45, 49], "klientem": 19, "klienti": [7, 41, 42], "klientovi": [7, 12, 19, 20], "klientskou": 51, "klientsk\u00fdch": 6, "klientu": 25, "klient\u016f": 20, "klik": 41, "klikateln\u00e9": 7, "kliknet": [12, 19, 29, 41], "kliknou": 41, "kliknout": [19, 28, 41, 44], "kliknul": 28, "kliknut\u00ed": [7, 10, 19, 41, 44], "kliknut\u00edm": [10, 19, 20, 28, 35, 41, 42, 44, 48], "klikn\u011bt": [12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "kl\u00e1bosen\u00ed": 42, "kl\u00e1vesi": [42, 46], "kl\u00e1vesnic": 6, "kl\u00e1vesov\u00e9": 80, "kl\u00e1vesu": 28, "kl\u00ed\u010d": [7, 26, 81], "kl\u00ed\u010de": [20, 33], "kl\u00ed\u010dem": 26, "kl\u00ed\u010denc": 49, "know": 28, "knowledg": [2, 3, 12], "kohokoli": 53, "kolegi": 41, "koleg\u016fm": 41, "kolektivu": [42, 80], "kole\u010dkem": 42, "kole\u010dko": 42, "kolidovalo": 7, "koliduj\u00edc\u00ed": 10, "kolik": [26, 41], "koliz": [6, 13], "kolizi": 10, "koliz\u00ed": 10, "kolo": 51, "kolonc": 42, "kolonek": [42, 51], "kolonk": 19, "kolonka": [19, 42, 44], "kolonki": [19, 20, 37, 44, 47, 51], "kolonku": [20, 28, 42, 44], "koment\u00e1\u0159": 41, "kompatibilitu": 12, "kompatibiln\u00ed": 41, "kompatibiln\u00edm": 41, "komplexn\u011bj\u0161\u00ed": 41, "komplikuj": 24, "komu": 44, "komun": 20, "komunitn\u00ed": 41, "konci": [41, 44, 80], "konec": [20, 41, 51], "konflikt": [10, 41], "konflikti": 10, "konflikt\u016f": 41, "konkr\u00e9tn\u00ed": [39, 41, 42, 44], "konkr\u00e9tn\u00edho": 41, "konkr\u00e9tn\u011b": [12, 20], "kontact": [6, 43], "kontakt": [42, 44], "kontaktech": 42, "kontakti": [6, 33, 41, 43, 44, 46, 48], "kontaktovali": 41, "kontaktovat": 40, "kontaktu": 44, "kontakt\u016f": [6, 41, 45, 47, 48, 50], "kontakt\u016fm": [42, 45], "kontextov\u00fd": 80, "kontrast": 80, "kontrastem": 80, "kontrol": 53, "kontroli": [7, 44], "kontrolovan\u00e9ho": 19, "kontroluj": 24, "konverzac": 35, "konverzaci": 41, "konverzac\u00ed": [41, 42], "kon\u00e1n\u00ed": 41, "kon\u010d\u00ed": [19, 24], "kopi": 10, "kopii": [12, 24], "korgan": 48, "kouzlem": 26, "ko\u0159eni": 20, "ko\u0159enov\u00e9": [20, 35, 37, 41], "ko\u0161": [33, 42, 44], "ko\u0161e": [24, 28, 41, 42, 54], "ko\u0161i": [24, 26, 33, 41, 44], "ko\u0161\u00edch": 24, "kroc\u00edch": 51, "krok": 47, "krokem": 47, "kroki": [35, 44, 45, 50, 51], "kroku": [18, 51], "krok\u016f": [28, 46, 48], "krom": [19, 20, 42], "krom\u011b": [19, 82], "krou\u017eek": 19, "kruh": 19, "kruhi": 19, "kruhov": 39, "kruhov\u00fdm": 42, "kr\u00e1tce": 41, "kr\u00e1tkodob\u00e9": 18, "kr\u00e1tkou": 40, "kr\u00e1tk\u00e1": 42, "kterou": [14, 19, 20, 26, 28, 35, 41, 42, 81], "kter\u00e1": [10, 19, 41, 43, 44, 45, 50, 53], "kter\u00e9": [6, 7, 12, 18, 19, 20, 24, 26, 33, 35, 39, 41, 42, 44, 45, 46, 50, 51, 53, 81, 82], "kter\u00e9ho": [19, 37, 41, 45], "kter\u00e9koli": 54, "kter\u00e9m": [19, 20, 37, 41], "kter\u00e9mu": 19, "kter\u00fd": [7, 10, 19, 20, 26, 37, 41, 42, 43, 44, 45, 50, 80, 81, 82], "kter\u00fdch": [7, 41, 42], "kter\u00fdkoli": [20, 54], "kter\u00fdm": [20, 24, 35, 41, 44, 82], "kter\u00fdmi": [20, 41], "kte\u0159\u00ed": [7, 20, 26, 35, 41], "kubuntu": 19, "kurzorem": 41, "kvalita": 80, "kv\u00f3t": 33, "kv\u00f3ta": [24, 30, 32, 82], "kv\u00f3ty": 33, "kv\u00f3t\u00e1ch": 24, "kv\u016fli": [24, 35, 37], "kwallet": 14, "k\u00f3d": [41, 81], "k\u00f3dy": 14, "k\u0159\u00ed\u017eku": 42, "label": [20, 36, 41, 51], "land": 2, "languag": [1, 12, 64], "larg": [29, 65], "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 54, 56, 69, 72, 76], "latest": [14, 25, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legislativu": 53, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 60, 62, 69, 80], "lev\u00e9ho": 42, "lev\u00e9m": [41, 42, 50], "lev\u00fdm": 19, "lh\u016ftu": 44, "lh\u016fty": 44, "libovoln\u00e9": [41, 80], "libovoln\u00e9ho": 19, "libovoln\u00e9m": [20, 44], "libovoln\u00fd": 44, "libovoln\u00fdm": 20, "librari": [9, 17], "lidem": [24, 41], "lidmi": 41, "lid\u00e9": 41, "like": [5, 15, 21, 41, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 20, 24, 31, 39, 44, 69, 83], "limitem": 19, "limiti": 31, "limitu": [20, 24, 41], "limit\u016f": 26, "line": [6, 13, 14, 17, 36, 41, 66], "link": [0, 2, 21, 25, 28, 29, 35, 41, 56, 59, 66, 69, 72, 80], "linux": [9, 13, 25], "linux_usernam": 20, "linuxov\u00e1": 19, "linuxov\u00e9": 7, "linuxov\u00fd": 7, "linuxov\u00fdch": [7, 20], "linuxu": [7, 19, 20], "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "li\u0161it": 80, "li\u0161t\u011b": [20, 48], "ll": [2, 58], "llm": 44, "load": 80, "lobbi": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 56, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 26, 42, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "lok\u00e1ln\u00ed": [10, 14, 19, 42], "lok\u00e1ln\u00edch": 10, "lok\u00e1ln\u00edm": 12, "lom\u00edtko": 19, "long": [0, 1, 9, 15], "longer": [42, 69, 76, 81], "look": [33, 38, 44, 55, 57, 70, 77, 81, 83], "lose": [6, 38], "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "luk\u00e1\u0161em": 41, "lze": [20, 35, 41, 42], "l\u00e9v\u00e9": 19, "m": [20, 60, 72, 74, 80], "mac": 15, "machin": 8, "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 47], "magic": 5, "magick\u00e9": 24, "mai": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 41, 43, 49, 51, 52, 80], "mailbox": 51, "mailem": 41, "maili": [41, 44], "mailov": [41, 44, 45], "mailov\u00e1": [45, 82], "mailov\u00e9": [41, 42, 51], "mailov\u00e9ho": 43, "mailov\u00e9m": 44, "mailov\u00fd": [41, 44, 50], "mailov\u00fdch": [41, 44], "mailu": 41, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": [14, 42], "major": 14, "maj\u00ed": [7, 26, 28, 35, 41, 42, 44, 45], "make": [5, 9, 17, 25, 28, 29, 39, 41, 58, 60, 66, 74], "mal\u00e9": 19, "manag": [5, 6, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 44, 56, 57, 77], "mandatori": 62, "mani": 41, "manner": 8, "manual": [12, 14, 15, 27, 36, 44, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "marketingov\u00e9": 41, "marod\u00edt": 40, "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 24], "maxim\u00e1ln\u00ed": 20, "mayb": 41, "mazat": [21, 24, 39, 41, 42, 44], "maz\u00e1ni": 33, "maz\u00e1n\u00ed": 24, "ma\u017ee": 24, "mb": [9, 11], "mdn": 21, "mean": [9, 15, 27, 41, 44, 81], "mechanizmu": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabajt\u016f": 31, "member": [2, 5, 42, 69], "membership": 42, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 41, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 16, 44, 56, 57, 58, 67, 73, 80, 83], "metadata": [19, 33], "method": [27, 45, 58, 81], "metod": [7, 42], "metoda": [7, 20], "metodi": 41, "metodu": 28, "mezi": [10, 42, 44, 82], "mezipam\u011bti": 33, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "mimo": [6, 41, 43], "min": 9, "minchunks": 9, "mind": 41, "miniaplikaci": 48, "minim": 44, "minimum": [9, 11, 83], "minim\u00e1ln\u00ed": 42, "minim\u00e1ln\u00edm": 18, "minut": [9, 26, 27, 39, 48], "minuti": 39, "minut\u00e1ch": 48, "mkcol": 20, "mkdir": 20, "mmc": 20, "mne": 41, "mnoha": 41, "mnoho": [12, 41], "mnou": 41, "mno\u017estv\u00ed": [12, 19, 35], "mobil": [0, 2, 20, 25, 38, 42, 73, 81], "mobiln\u00ed": [53, 82], "mobiln\u00edch": [20, 48], "mobiln\u00edho": 20, "mobiln\u00edmi": [22, 30, 41], "moci": [10, 12, 26, 41, 42, 51], "modal": [41, 44, 80, 83], "mode": [60, 66, 69], "model": 1, "modelu": 44, "moder": [6, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "moder\u00e1tor": 42, "moder\u00e1tor\u016f": 42, "modif": 12, "modifi": [0, 21, 60], "modr\u00e1": 19, "modr\u00e9": [19, 41], "modr\u00fd": 41, "mohl": [24, 26, 33, 41], "mohli": [19, 41, 45], "mohlo": [10, 44], "mohou": [7, 24, 33, 35, 41, 42, 48], "mojedata": 10, "monitor": [8, 57, 63, 72], "monochromatick\u00e9": 19, "month": 41, "more": [0, 2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [41, 44, 74, 83], "motiv": 80, "motivi": 6, "motivu": 80, "motiv\u016f": 80, "mount": [20, 21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 44, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "mo\u017enost": [12, 19, 20, 26, 41, 44], "mo\u017enostem": 20, "mo\u017enosti": [12, 18, 19, 20, 26, 35], "mo\u017enost\u00ed": [7, 26], "mo\u017en\u00e9": [7, 10, 12, 14, 19, 20, 21, 35, 39, 41, 42, 44, 46, 47, 48, 50, 80, 81, 82], "mo\u017en\u00fd": 18, "mo\u017en\u00fdch": [41, 44], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mu": 44, "much": [5, 33, 82], "mujcertifikat": 20, "mujnextcloud": [20, 48], "multipl": [21, 36, 41, 56, 58], "multistatu": 20, "mumnextcloud": 48, "muset": 12, "music": 8, "must": [8, 14, 20, 27, 28, 38, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mysl": 26, "mysli": 20, "mysl\u00edt": 41, "my\u0161lenka": 10, "m\u00e1": [7, 10, 12, 18, 19, 39, 41, 44, 46, 80], "m\u00e1lo": 33, "m\u00e1me": [12, 18], "m\u00e1te": [7, 19, 26, 35, 41, 42, 44, 45, 49, 51, 53, 81], "m\u00e9dia": 42, "m\u00edsta": [39, 80], "m\u00edstem": 42, "m\u00edstnost": 41, "m\u00edstnosti": 42, "m\u00edstn\u00ed": [10, 12, 14, 19, 20], "m\u00edstn\u011b": 44, "m\u00edsto": [24, 42], "m\u00edst\u011b": 41, "m\u00edt": [10, 20, 24, 26, 41, 42], "m\u011bjte": [20, 44], "m\u011bl": [20, 45], "m\u011bla": [41, 51], "m\u011bli": [19, 20, 41, 47], "m\u011blo": [20, 44, 46, 48], "m\u011bly": 46, "m\u011bnit": [19, 42, 44, 82], "m\u011bn\u00ed": [12, 81], "m\u011bs\u00edc": 41, "m\u011bs\u00edce": 41, "m\u011bs\u00ed\u010dn\u00ed": 41, "m\u011bs\u00ed\u010dn\u00edm": 41, "m\u016fj": 20, "m\u016f\u017ee": [6, 7, 10, 12, 19, 20, 21, 24, 26, 33, 35, 37, 41, 42, 44, 48, 80, 81], "m\u016f\u017eete": [10, 19, 20, 26, 28, 29, 35, 40, 41, 42, 44, 48, 53, 54, 80, 82], "n": [8, 20, 56], "na": [6, 7, 10, 19, 20, 21, 28, 29, 31, 33, 35, 37, 39, 40, 42, 43, 45, 48, 49, 50, 51, 53, 80, 81, 82], "nabit\u00fd": 50, "nab\u00eddc": [19, 20, 35, 42, 44, 51], "nab\u00eddek": 48, "nab\u00eddka": [19, 42], "nab\u00eddki": [19, 20, 41], "nab\u00eddku": [12, 19, 20, 41, 42, 44, 80], "nab\u00eddn": [7, 41], "nab\u00eddnout": 41, "nab\u00eddnuti": 50, "nab\u00edzej\u00ed": 41, "nab\u00edz\u00ed": [19, 44], "nab\u00edz\u00edm": 80, "nach\u00e1zej\u00ed": [26, 33], "nach\u00e1zej\u00edc\u00ed": [14, 20, 41, 42], "nach\u00e1zej\u00edc\u00edch": 20, "nach\u00e1zej\u00edc\u00edho": 44, "nach\u00e1zej\u00edc\u00edm": 19, "nach\u00e1z\u00ed": [12, 19, 41, 48], "nad": [41, 42], "nadobro": [24, 33, 41], "nadpi": 41, "nad\u00e1l": [10, 26], "nad\u0159azen\u00e9": 35, "nad\u0159azen\u00fdch": 19, "nahlast": 80, "nahl\u00e1sit": 80, "nahradit": [20, 41], "nahrajt": 42, "nahran\u00e9": [33, 41], "nahra\u010ft": [20, 51], "nahr\u00e1n": 10, "nahr\u00e1n\u00ed": [10, 20, 23, 30], "nahr\u00e1n\u00edm": 41, "nahr\u00e1t": 42, "nahr\u00e1vat": [10, 33, 35], "nahr\u00e1v\u00e1": 10, "nahr\u00e1v\u00e1n\u00ed": [19, 22, 30, 33, 35, 41], "naimportovan\u00e9ho": 41, "naimportovat": [41, 42], "naimportujet": 42, "naimportujt": 12, "nainstalovan\u00e1": [19, 41, 44], "nainstalovan\u00fd": 20, "nainstalovat": [7, 12, 41, 42, 45], "nainstalujt": [20, 45], "nainstaluj\u00ed": 19, "najd\u011bt": 42, "najedn": [41, 42], "najet": 19, "naje\u010ft": 44, "naj\u00edt": [41, 50], "nakonec": 20, "nalezen\u00e9": 18, "nalezn": [37, 41], "naleznet": [14, 19, 20, 35, 41, 42, 43, 48], "nal\u00e9zt": [20, 44, 47], "namapovan\u00e9m": 20, "namapovat": 20, "namapov\u00e1n\u00ed": 20, "namapuj": 20, "name": [2, 4, 5, 7, 8, 16, 20, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "nam\u00edsto": [12, 20, 41], "napi\u0161t": 20, "napl\u00e1novan": 41, "napl\u00e1novan\u00fdch": 41, "napl\u00e1nov\u00e1n\u00ed": 41, "napojeni": 46, "napojen\u00ed": [41, 45], "napojen\u00fdch": 41, "napomoci": 80, "napravit": 48, "napravo": 19, "naps\u00e1n\u00edm": 44, "nap\u0159": [19, 20, 41, 42, 44, 47, 51], "nap\u0159\u00edklad": [7, 19, 20, 26, 33, 41, 42, 44, 48, 80, 81], "nap\u0159\u00ed\u010d": 41, "naraz\u00edt": 80, "narozenin": 41, "narozeninov\u00fd": 41, "narozen\u00ed": 41, "narrow": [0, 76, 83], "naru\u0161en\u00ed": 26, "nar\u00e1\u017e\u00edt": 20, "nasazen\u00ed": 18, "nasazov\u00e1n\u00ed": 7, "nasd\u00edl": 26, "nasd\u00edlejt": 26, "nasd\u00edlej\u00ed": 33, "nasd\u00edlel": [26, 41], "nasd\u00edlen": 41, "nasd\u00edleni": 24, "nasd\u00edleno": [33, 35], "nasd\u00edlen\u00fdm": 42, "nasd\u00edlet": [19, 28, 35, 41], "nasd\u00edl\u00ed": 24, "nasd\u00edl\u00edt": [24, 33], "naskenovat": 81, "naskenujt": 81, "naskriptov\u00e1n\u00ed": 20, "nastan": 10, "nastaven": [33, 41], "nastaveno": [40, 44, 48], "nastaven\u00e1": [31, 41], "nastaven\u00e9": [31, 44, 49], "nastaven\u00e9ho": 44, "nastaven\u00ed": [6, 7, 19, 20, 35, 37, 40, 42, 45, 46, 47, 48, 51, 80], "nastaven\u00edch": 47, "nastaven\u00edm": [7, 10, 12, 20, 24, 31, 44], "nastaven\u00edmi": [10, 12, 20, 41, 44], "nastaven\u00fd": [19, 45], "nastaven\u00fdch": 19, "nastavil": 41, "nastavili": 20, "nastavit": [20, 24, 26, 33, 35, 41, 42, 44, 45, 48], "nastavovali": 12, "nastavovat": [41, 42], "nastavov\u00e1n\u00ed": [6, 20, 41, 43, 44], "nastavt": [20, 41, 42, 44], "nastavuj": 41, "nastav\u00edt": [26, 42, 82], "nativn\u00ed": 20, "nativn\u011b": 50, "natrvalo": 41, "nautilu": [19, 46], "nau\u010dit": 44, "navig": [0, 1, 6, 20, 36, 37, 44, 65, 69, 76, 80], "navigac": 80, "navigaci": 80, "navrhovan": 44, "navrhov\u00e1ni": 44, "navrhuj": 44, "navr\u017een\u00e9": [44, 80], "navr\u017een\u00fd": 20, "nav\u00fd\u0161en\u00ed": 31, "nav\u0161tivt": 44, "nazp\u011bt": [40, 41], "nazvan": 20, "nazvan\u00e9": 20, "na\u010dteno": 50, "na\u010d\u00edst": 20, "na\u010d\u00edt\u00e1na": 41, "na\u0161eho": 80, "na\u0161em": 43, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": [12, 20, 26, 42], "nearli": 10, "nebezpe\u010dn\u00e9": 26, "nebo": [7, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 44, 45, 46, 47, 48, 49, 53, 81], "nebud": [10, 12, 18, 19, 20, 24, 26, 41, 44], "nebudet": [42, 51], "nebyl": 41, "nebyli": 10, "nebylo": 44, "necessari": [41, 54], "nechat": [20, 41, 44], "nechcet": [7, 19, 41, 42, 45], "necht\u011bn\u011b": 41, "neda\u0159\u00ed": 20, "nedoporu\u010dov\u00e1no": 20, "nedostali": 41, "nedostan": 33, "nedostupn\u00fd": 20, "ned\u00e1vnou": 20, "ned\u00e1vn\u00e9": 19, "need": [2, 9, 11, 14, 15, 17, 20, 38, 41, 42, 46, 48, 49, 58, 64, 69, 70, 76], "neexistuj": 26, "neform\u00e1ln\u00ed": 42, "nefunguj": [19, 47, 48], "nejd\u0159\u00edv": [24, 41], "nejlep\u0161\u00ed": [18, 41], "nejni\u017e\u0161\u00edmi": 42, "nejnov\u011bj\u0161\u00ed": [7, 18], "nejnov\u011bj\u0161\u00edch": 44, "nejnov\u011bj\u0161\u00edmi": [7, 18], "nejpovolan\u011bj\u0161\u00ed": 10, "nejprv": [12, 41], "nejrychlej\u0161\u00edm": 42, "nejsou": [19, 26, 33, 41, 42, 50], "nejsp\u00ed\u0161": [19, 20, 26, 44], "nejstar\u0161\u00ed": [24, 33, 39], "nejstar\u0161\u00edch": 44, "nejstar\u0161\u00edm": 24, "nejvy\u0161\u0161\u00ed": 24, "nejvy\u0161\u0161\u00edho": 41, "nejv\u00fd\u0161": 24, "nekoliduj\u00ed": 41, "nelz": 19, "nemaj\u00ed": 26, "nemo": [19, 20], "nemonitorovan\u00fdch": 12, "nemuselo": 44, "nemus\u00ed": [20, 35, 51], "nem\u00e1": [19, 24, 41, 44], "nem\u00e1t": 26, "nem\u011bn\u00ed": 19, "nem\u016f\u017e": 82, "nem\u016f\u017eet": 42, "nenach\u00e1z\u00ed": 44, "nenastav\u00edt": 41, "nen\u00e1vratn\u011b": 24, "nen\u00ed": [7, 10, 12, 19, 20, 24, 26, 31, 41, 42, 44, 80, 82], "neobvykl": 12, "neocitn": 24, "neodeberet": 12, "neodeslan\u00e9": 44, "neodkazuj\u00ed": 44, "neodpov\u00edd\u00e1": 44, "neodpov\u011bd\u011bli": 41, "neopakuj\u00edc\u00ed": 41, "neopr\u00e1vn\u011bn\u00e9mu": 81, "nepoda\u0159ilo": 20, "nepodporuj": [20, 49], "neposkytuj": [7, 12], "neposkytuj\u00ed": 41, "nepou\u017eij": 39, "nepovoluj": 10, "nepovol\u00ed": 12, "neprojev\u00ed": 35, "neprov\u00e1d\u011bj\u00ed": 7, "nep\u0159ekro\u010d\u00ed": 24, "nep\u0159e\u010dten\u00e9": 44, "nep\u0159ijd": 44, "nep\u0159ipojuj\u00ed": 20, "nep\u0159\u00edtomnost": 40, "nep\u0159\u00edtomnosti": [40, 41, 44], "neru\u0161it": [19, 41], "nesd\u011blil": 44, "neshoduj": 44, "nesma\u017e": [24, 28], "nesma\u017eet": 24, "nesm\u00edt": 26, "nespr\u00e1vn\u00e9": [12, 19], "nesynchronizov\u00e1no": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "net\u0159eba": 26, "neud\u011bl\u00e1": 19, "neukazovat": 41, "neumo\u017en\u00ed": 41, "neumo\u017e\u0148uj": 42, "neuvid\u00ed": 82, "neuvid\u00edt": 19, "nevejd": 24, "never": [38, 69], "neviditeln\u00e9": 41, "neviditeln\u00fd": 19, "nevid\u00edt": 41, "nevypln\u011bn\u00edm": 44, "nevyp\u00ednejt": 47, "nevytvo\u0159ili": 26, "nevy\u0159e\u0161en\u00e9": 10, "nevy\u017e\u00e1dan\u00e1": 44, "nev\u00e1hejt": 80, "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": 15, "nexcloud": [19, 20, 24, 26, 28, 53, 81], "nexctcloud": 29, "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudheslo": 20, "nextcloudurl": 8, "nextclouduzivatelskejmeno": 20, "nextlcoud": [12, 19], "nextloud": [12, 20], "nezachov\u00e1v\u00e1": 19, "nezam\u00fd\u0161len\u00e9mu": 19, "nezapo\u010d\u00edt\u00e1vaj\u00ed": [24, 33], "neza\u0161ifrovan\u00e9": 33, "nezbytn\u00e1": 42, "nezbytn\u00e9": [20, 47], "nezdaru": 12, "nezda\u0159ilo": 12, "nezda\u0159it": [20, 44], "nezda\u0159\u00ed": [7, 12], "nezm\u011bn\u011bn\u00e9": 44, "neznamen\u00e1": 44, "nezobraz\u00ed": 82, "nez\u00e1vazn\u00fdm": 41, "nez\u00e1visl": [12, 41], "ne\u00fasp\u011bch\u016f": 19, "ne\u010dekat": 39, "ne\u0161ifrovan\u00e1": [33, 49], "ne\u0161ifrovan\u00e9": 20, "ne\u017e": [19, 20, 24, 31, 33, 39], "ni": [41, 48], "nic": [12, 26], "nice": 5, "nich": [10, 42, 82], "nick": 5, "nicm\u00e9n\u011b": [7, 10, 12, 19, 26, 41, 44], "night": 66, "nikdi": [26, 39, 41], "nikdo": 82, "nikoli": [24, 50], "nimi": 42, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "non": [2, 8, 9, 14], "norma": 41, "normal": [9, 26, 44, 66], "norm\u00e1ln\u00edm": 19, "norm\u011b": 41, "note": [2, 4, 44, 76], "notif": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "novou": [12, 41, 42, 48], "nov\u00e1": [7, 20, 39], "nov\u00e9": [12, 24, 28, 42, 44, 82], "nov\u00e9ho": [12, 24, 26, 35, 37], "nov\u00e9m": 42, "nov\u00fd": [12, 19, 20, 35, 37, 41, 42, 45, 50], "nov\u00fdch": [7, 28, 41], "nov\u00fdm": 42, "nov\u00fdmi": 41, "nov\u011b": [12, 41], "nov\u011bj\u0161\u00ed": [14, 20, 28], "now": [2, 5, 10, 14, 41, 42, 66], "nula": 44, "number": [11, 15, 28, 41, 58, 60, 69], "nutnost": 26, "nyn\u00ed": [10, 20, 29, 41, 44, 45, 46, 47, 48, 81], "n\u00e1hled": 41, "n\u00e1hledi": [26, 33], "n\u00e1hodn\u00fd": 35, "n\u00e1hodn\u011b": 44, "n\u00e1m": 80, "n\u00e1pad\u016f": 42, "n\u00e1sledn\u00fdch": 20, "n\u00e1sledovan": 20, "n\u00e1sledovat": 19, "n\u00e1sledov\u00e1n": 19, "n\u00e1sledov\u00e1n\u00edm": [28, 46, 48], "n\u00e1sledujt": [20, 35, 51], "n\u00e1sleduj\u00edc\u00ed": [7, 12, 19, 20, 26, 41, 42, 44, 45, 47, 81], "n\u00e1sleduj\u00edc\u00edch": [20, 42, 51], "n\u00e1sleduj\u00edc\u00edho": 20, "n\u00e1sleduj\u00edc\u00edm": [20, 40, 41, 50], "n\u00e1sleduj\u00edc\u00edmi": [20, 44], "n\u00e1stroj": [6, 13, 14, 43], "n\u00e1stroje": [7, 43], "n\u00e1strojem": 43, "n\u00e1stroji": [7, 81], "n\u00e1stroj\u016f": 41, "n\u00e1vazn\u00e9": 44, "n\u00e1vazn\u00fdch": 44, "n\u00e1vrh\u00e1\u0159\u016f": 80, "n\u00e1zev": [19, 20, 35, 37, 39, 41, 42, 44, 45, 47, 48, 50, 51], "n\u00e1zvem": 20, "n\u00e1zvu": [10, 41, 42], "n\u00e1zvy": [19, 26, 29, 44], "n\u00e1\u0161": 42, "n\u00ed": [19, 24, 26, 33, 35, 41, 44], "n\u00ed\u017ee": [10, 19, 20, 26, 42, 51], "n\u011bco": [19, 33, 40, 81], "n\u011bj": [19, 21, 29, 44], "n\u011bjak": 42, "n\u011bjakou": 41, "n\u011bjak\u00e1": 44, "n\u011bjak\u00e9": [41, 80], "n\u011bjak\u00fd": 42, "n\u011bjak\u00fdch": 42, "n\u011bkdo": 41, "n\u011bkdy": 41, "n\u011bkoho": 42, "n\u011bkolik": [26, 41, 42, 80], "n\u011bkter\u00e9": [19, 21, 33, 35, 41, 42, 44], "n\u011bkter\u00fdch": [10, 80], "n\u011bkte\u0159\u00ed": 41, "n\u011bm": [19, 41], "n\u011bmu": [19, 41], "o": [8, 10, 19, 20, 24, 28, 33, 37, 40, 41, 42, 43, 45, 80], "oba": [10, 42], "obdobn\u011b": 41, "obdob\u00ed": [19, 20, 24, 33], "obdr\u017eet": 41, "obdr\u017e\u00ed": [35, 37, 41], "obdr\u017e\u00edt": [20, 29, 47, 81], "obecn": 41, "obecn\u00e1": 19, "obecn\u00e9": 7, "object": [0, 27], "objektu": 35, "objem": [33, 39], "objevilo": 20, "objevit": [20, 41], "objevovat": 41, "objevov\u00e1n\u00ed": 50, "objevov\u00e1n\u00edm": 47, "objev\u00ed": [19, 42, 44, 45], "oblast": 41, "oblasti": [10, 41], "obl\u00edben\u00e9": 21, "obnoven\u00ed": 39, "obnovit": [26, 41], "obnovovac\u00ed": 26, "obnovovac\u00edho": 26, "obnovovat": 41, "obnovov\u00e1n\u00ed": [26, 48], "obnovu": 26, "obnov\u011b": 26, "obou": [42, 47], "obrazovc": [14, 20, 42], "obrazovki": 80, "obrazov\u00e1": 80, "obra\u0165t": [20, 21, 31, 80], "obr\u00e1zek": [19, 41], "obr\u00e1zki": 42, "obr\u00e1zku": 82, "obr\u00e1zk\u016f": 26, "obsah": [10, 12, 20, 26, 35, 41, 80], "obsahovala": 42, "obsahovat": 12, "obsahuj": [10, 12, 19, 41, 42, 44], "obsahuj\u00ed": [19, 44], "obsahuj\u00edc\u00ed": [10, 12], "obsa\u017een\u00e1": 44, "obsa\u017een\u00e9": 19, "obsa\u017een\u00fd": 20, "obscur": 69, "observ": 14, "obsluha": 12, "obvykl": [12, 26, 47], "ob\u00e1lek": 44, "ob\u011b": 42, "oc": [20, 28], "occ": 27, "occur": 0, "ochrana": [12, 35, 53], "ochranu": 42, "ocitn": 41, "oct": 20, "od": [19, 24, 37, 41, 44, 47, 50, 53, 82], "odb\u011bru": [41, 50], "odd\u00e1lit": 80, "odd\u011blen\u00e9": 82, "odd\u011blen\u011b": 25, "odeberet": [28, 42], "odebert": 12, "odebrat": [19, 20, 26, 41, 42], "odebr\u00e1na": 19, "odebr\u00e1ni": 19, "odebr\u00e1n\u00ed": 19, "odeb\u00edrat": [7, 41, 42, 44], "odeb\u00edr\u00e1n\u00ed": 44, "odehr\u00e1v\u00e1": 41, "odesil": 44, "odesilatel": 44, "odesilatel\u00e9": 44, "odeslan\u00e9": 44, "odeslan\u00fd": 44, "odeslat": 44, "odesl\u00e1n": 41, "odesl\u00e1na": 44, "odesl\u00e1ni": 10, "odesl\u00e1no": 44, "odesl\u00e1n\u00ed": [29, 41, 44], "odes\u00edl\u00e1n\u00ed": 44, "odhlast": 26, "odhl\u00e1sili": 26, "odhl\u00e1sit": 26, "odhl\u00e1\u0161en\u00ed": 19, "odkaz": [19, 20, 29, 35, 41], "odkazi": [19, 28, 35, 41, 44, 82], "odkazu": 41, "odkazuj": 18, "odkaz\u016f": [12, 35, 41], "odkomentujt": 20, "odkudkoli": 46, "odlo\u017eeno": 44, "odm\u00edtat": 41, "odm\u00edtli": 41, "odm\u00edtnout": 35, "odm\u00edtnuto": [37, 41], "odm\u00edtnut\u00edm": 41, "odm\u00edt\u00e1": 37, "odpojen\u00ed": 20, "odpojit": [20, 54], "odpoj\u00ed": 28, "odpov\u00edd": 44, "odpov\u00eddaj\u00ed": 42, "odpov\u00eddaj\u00edc\u00ed": 19, "odpov\u00eddalo": 44, "odpov\u00eddat": 41, "odpov\u00edd\u00e1": 44, "odpov\u00edd\u00e1n\u00ed": 40, "odpov\u011bdi": 41, "odpov\u011bd\u011bt": [41, 44], "odpov\u011b\u010f": 44, "odr\u00e1\u017e\u00ed": 19, "odstran\u00ed": 41, "odtamtud": 41, "odzn\u00e1\u010dek": 10, "odzn\u00e1\u010dku": 10, "od\u0161krtnout": 41, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 44, 60, 73, 80], "offic": [12, 20, 21, 69], "offici": 14, "offlin": [15, 20, 27], "ofici\u00e1ln\u00edch": 20, "often": [0, 41], "ohledn\u011b": [19, 20, 31, 41, 42], "ok": 20, "okam\u017eik": 44, "okam\u017eiku": [44, 46], "okam\u017eit\u011b": [10, 12, 24, 53], "oken": 41, "oklamat": 44, "okna": [41, 50], "okno": [7, 10, 20, 41, 45, 50], "okn\u011b": [10, 50], "okoln\u00edch": 26, "okruhi": 35, "old": [9, 39], "older": [9, 16, 17, 80], "omezen": [12, 31], "omezeno": [20, 37], "omezen\u00e1": 42, "omezen\u00ed": 6, "omezen\u00edm": 80, "omezit": 41, "omezuj": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "opakovat": 82, "opakov\u00e1n\u00ed": 41, "opakuj\u00edc\u00ed": 41, "opatrn\u00ed": 12, "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 41, 44, 45, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "operac": 19, "operaci": 44, "operac\u00ed": 20, "operac\u00edm": 19, "opera\u010dn\u00ed": [7, 12], "opera\u010dn\u00edch": 7, "opera\u010dn\u00edho": 20, "oper\u00e1tori": 44, "opravami": 7, "opr\u00e1vn\u011bn\u00ed": [7, 20, 35, 42], "opr\u00e1vn\u011bn\u00edmi": [35, 42], "opt": [9, 44], "optimalizovan\u00e9": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 41, 42, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "op\u011bt": [19, 24, 39], "order": [42, 44, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organick\u00fdch": 42, "organis": 36, "organizac\u00edch": 42, "organiz\u00e1tor": 41, "organiz\u00e1tora": 41, "organiz\u00e1tori": 41, "organiz\u00e1torovi": 41, "origin": [44, 64], "osoba": 41, "osobn\u00ed": [20, 24, 35, 41, 44, 82], "osobn\u00edch": [46, 50], "osobn\u00edho": 20, "osobn\u00edm": [20, 25], "osobu": 41, "ostatn\u00ed": [19, 20, 24, 33, 41, 42, 44, 53], "ostatn\u00edch": [7, 24, 28, 35, 41, 42], "ostatn\u00edm": [33, 35, 40, 41], "ostatn\u00edmi": [28, 35, 41, 42], "otazn\u00edk": 19, "otev\u00edrat": 26, "otev\u00edr\u00e1n": 41, "otev\u0159": [10, 19, 20, 37, 41, 42, 44, 45], "otev\u0159ena": 7, "otev\u0159en\u00ed": [19, 44, 46], "otev\u0159en\u00edm": 41, "otev\u0159et": [10, 20, 41, 44, 46, 47, 48, 80], "otev\u0159\u00edt": [12, 19, 41, 44], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "ot\u00e1\u010dej\u00edc\u00ed": 19, "our": [14, 15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "ovlada\u010d": 20, "ovlivnit": 41, "ovlivn\u00ed": 41, "ovl\u00e1dac\u00ed": [20, 44], "ovl\u00e1d\u00e1n\u00ed": 41, "ov\u011b\u0159en\u00ed": 41, "ov\u011b\u0159it": [20, 50], "ov\u011b\u0159ov\u00e1n": 50, "ov\u011b\u0159ov\u00e1ni": 19, "ov\u011b\u0159ov\u00e1n\u00ed": [6, 51, 54, 82], "ov\u011b\u0159ov\u00e1n\u00edm": 6, "ov\u011b\u0159t": [20, 41, 44, 49], "ov\u011b\u0159uj": 20, "ov\u0161em": [20, 41], "own": [0, 1, 8, 9, 29, 35, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "oznamovac\u00ed": 10, "oznamov\u00e1n\u00ed": 41, "ozna\u010dena": 19, "ozna\u010den\u00e1": 44, "ozna\u010den\u00e9": [19, 41, 44, 51], "ozna\u010den\u00ed": 19, "ozna\u010den\u00fdch": 42, "ozna\u010dili": 44, "ozna\u010dov\u00e1ni": 44, "ozuben\u00e9": [42, 51], "ozuben\u00fdm": 42, "o\u010dek\u00e1v\u00e1na": 44, "o\u010dek\u00e1v\u00e1t": 19, "o\u010d\u00edm": 80, "p": 8, "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pak": [12, 19, 20, 24, 26, 33, 35, 41, 46, 48, 50, 51], "pam\u011bti": 44, "pane": [20, 44], "panel": [1, 19, 36, 44, 80], "panelu": [10, 12, 20, 28, 35, 41, 42, 50], "paperclip": 56, "parallel": [11, 15], "paramet": [20, 52], "parent": [21, 42, 58], "part": [2, 5, 44, 60, 69], "parti": [20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "pattern": [8, 39], "pat\u0159\u00ed": [10, 20], "pdf": 21, "peer": 2, "pem": 20, "penalti": 20, "pend": 70, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 45, 60], "perfektn\u011b": 18, "perform": [8, 9, 20, 44, 64], "period": [27, 59, 69, 76, 83], "perman": [4, 15, 24, 69], "permiss": [37, 57, 60, 63, 69], "pero": 41, "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 38, 40, 44, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "pevn\u00fd": 12, "phone": [45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 42, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "platformami": [22, 30], "platformi": [53, 82], "platnost": 24, "platnosti": [35, 39], "platnou": 44, "platn\u00e1": 51, "platn\u00e9": 10, "playback": 21, "pleas": [4, 41, 44, 63, 82], "plist": 17, "plnohodnotn\u00e9ho": 50, "plnotextov\u00e9": 26, "pln\u00e9": 42, "pln\u011b": 80, "pln\u011bn": 41, "plochi": 20, "plochu": 20, "plo\u0161e": 20, "plu": [41, 42], "pl\u00e1nov\u00e1na": 41, "pl\u00e1nov\u00e1n\u00ed": 41, "pl\u00e1nujet": [20, 41], "po": [6, 7, 19, 20, 24, 26, 29, 33, 40, 41, 42, 44, 47, 48, 53], "pobl\u00ed\u017e": 50, "poch\u00e1z\u00ed": [19, 37], "pod": [20, 24, 33, 35, 37, 41, 46, 51, 53], "podepsan\u00fd": 20, "podepsan\u00fdch": 49, "podl": [19, 20, 39, 48], "podm\u00ednk\u00e1m": 42, "podnikov\u00e9": 18, "podnikov\u00e9ho": 18, "podnikov\u00fd": 18, "podobn\u00e9": 19, "podobn\u011b": [20, 41, 44, 46], "podob\u011b": [26, 35, 41], "podokn\u011b": 12, "podpi": 44, "podpor": 41, "podpora": 19, "podpori": [19, 53], "podporovan\u00fdch": [41, 44], "podporovat": 20, "podporov\u00e1n": 44, "podporov\u00e1ni": [41, 44, 50], "podporu": [6, 41, 42, 46, 48], "podporuj": [20, 41, 42, 44, 50, 81], "podporuj\u00ed": 42, "podp\u016frnou": 26, "podp\u016frn\u00e9": 41, "podrobn": 40, "podrobnostech": 42, "podrobnosti": [12, 20, 24, 33, 35, 37, 41, 42], "podrobnostmi": 41, "podrobn\u00e9": 41, "podrobn\u011bj\u0161\u00ed": [40, 41], "podslo\u017ec": 20, "podslo\u017eek": 12, "podstatn\u00e9": 12, "podvod": 44, "podvodn\u00fdmi": 44, "pod\u00edvejt": 47, "pohl": 41, "pohledu": 41, "pohodl\u00ed": 19, "pohyb": 6, "point": [14, 27, 45, 83], "pojem": 41, "pojmu": 46, "poka\u017ed\u00e9": [20, 24, 35, 39], "pokou\u0161ej\u00ed": 26, "pokou\u0161\u00edt": 14, "pokra\u010dovat": [19, 44, 50], "pokra\u010duj": 24, "pokra\u010dujt": [44, 45], "pokro\u010dil": 50, "pokro\u010dil\u00e1": [47, 51], "pokro\u010dil\u00e9": [20, 41], "pokro\u010dil\u00e9ho": [41, 44], "pokro\u010dil\u00e9m": [41, 44], "pokro\u010dil\u00fd": 41, "pokro\u010dil\u00fdch": 47, "poku": [19, 44], "pokud": [7, 10, 12, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 80, 81, 82], "pokusem": 44, "pokusi": 44, "pokusit": 19, "pokusu": 10, "pokus\u00ed": [40, 47], "pokynech": 47, "pokyni": 20, "polici": 7, "poll": [9, 15], "polo\u017eki": [19, 41], "polo\u017eku": [20, 48], "pomoc": 80, "pomoci": [18, 41], "pomoc\u00ed": [6, 19, 29, 35, 44, 45, 51, 54], "pomozt": 53, "pom\u00e1haj\u00ed": 42, "pom\u00edjiv\u00e1": 19, "pom\u016f\u017e": [41, 42], "ponechat": [12, 42], "ponech\u00e1na": 44, "ponech\u00e1v\u00e1ni": 24, "ponech\u00e1v\u00e1n\u00ed": 44, "pon\u011bkud": [12, 20, 24], "pop3": 43, "popi": [19, 20, 41, 48, 51], "popisek": [28, 41], "popisu": 19, "popisuj": 7, "popisuj\u00ed": 7, "popisuj\u00edc\u00ed": 41, "popov": 80, "poprv\u00e9": 26, "pops\u00e1ni": 20, "pops\u00e1no": [25, 41], "popular": 41, "popup": 41, "porovnejt": 10, "porozum\u011bn\u00ed": 33, "port": [8, 9, 20, 47], "portu": 20, "posit": 42, "poskytovan\u00e9mu": 41, "poskytovan\u00fdmi": 35, "poskytovatel": [20, 26, 53], "poskytovatel\u016fm": 26, "poskytov\u00e1ni": 31, "poskytov\u00e1n\u00ed": 20, "poskytuj": [19, 20, 41, 42, 53], "poskytuj\u00ed": 7, "poslat": [29, 41], "posledn\u00ed": [19, 39], "posledn\u00edch": 39, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "posta\u010d\u00ed": 47, "postrann\u00ed": 80, "postrann\u00edho": 42, "postrann\u00edm": [20, 28, 35, 41, 42, 50], "postup": 50, "postupu": 41, "posu\u0148t": 51, "pos\u00edlat": [20, 41, 45], "potaz": 41, "potenci\u00e1ln\u00ed": 44, "potom": 35, "potvrdit": [41, 47], "potvrd\u00ed": [28, 41], "potvrzen": 41, "potvrzen\u00ed": [19, 28, 41], "potvrzovac\u00ed": 41, "potvrzovac\u00edho": 41, "potvrzovat": 42, "potvrzuj\u00edc\u00ed": 41, "potvr\u010ft": [44, 45], "pot\u00e9": [7, 12, 19, 20, 41, 42, 44, 45, 51], "pot\u00ed\u017e": 80, "pot\u0159eba": 45, "pot\u0159ebi": [37, 42], "pot\u0159ebn\u00fdch": 12, "pot\u0159ebovat": 12, "pot\u0159ebu": 41, "pot\u0159ebujet": [31, 50], "pot\u0159ebuj\u00ed": 28, "pot\u0159eb\u00e1ch": 44, "pouz": [7, 14, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46], "pou\u017eij": 26, "pou\u017eijet": 51, "pou\u017eijt": [7, 19, 20, 28], "pou\u017eit": 41, "pou\u017eita": 80, "pou\u017eiteln\u00e9": 80, "pou\u017eiteln\u00fd": 19, "pou\u017eitj": 20, "pou\u017eito": 20, "pou\u017eit\u00e9": 81, "pou\u017eit\u00e9m": [12, 44], "pou\u017eit\u00ed": [20, 48], "pou\u017eit\u00edm": [7, 20, 40, 41], "pou\u017e\u00edt": [7, 12, 19, 20, 26, 42, 47, 81], "pou\u017e\u00edvaj\u00ed": [7, 20, 53], "pou\u017e\u00edvan\u00e9": [20, 26], "pou\u017e\u00edvan\u00e9ho": 31, "pou\u017e\u00edvan\u00e9m": [19, 51], "pou\u017e\u00edvan\u00fd": [20, 41], "pou\u017e\u00edvan\u00fdm": 53, "pou\u017e\u00edvat": [19, 20, 25, 26, 41, 42], "pou\u017e\u00edv\u00e1": [7, 19, 26, 44, 50], "pou\u017e\u00edv\u00e1m": 12, "pou\u017e\u00edv\u00e1n": 20, "pou\u017e\u00edv\u00e1n\u00ed": [6, 13, 18, 20, 25, 29, 43, 54, 82], "pou\u017e\u00edv\u00e1t": [20, 48], "pova\u017eov\u00e1ni": 19, "pova\u017eujet": 20, "povinn\u00e9": [41, 45], "povolit": 20, "povolt": 44, "pov\u00fd\u0161en\u00fdch": 28, "power": 1, "pozad\u00ed": [19, 80], "pozast": 19, "pozastavena": 19, "pozastavit": 19, "pozastav\u00ed": 19, "pozd\u011bji": [44, 50], "pozitivn\u011b": 44, "pozn\u00e1mka": 35, "pozn\u00e1mki": 41, "pozornost": 10, "pozvan\u00ed": 41, "pozv\u00e1nek": [41, 42], "pozv\u00e1nki": 45, "pozv\u00e1nku": 41, "pozv\u00e1n\u00ed": 42, "po\u010det": [12, 44], "po\u010dkat": 18, "po\u010dtu": [41, 44], "po\u010d\u00edtaj\u00ed": 33, "po\u010d\u00edta\u010d": [7, 10, 12, 18, 19, 20, 41, 46, 53], "po\u010d\u00edta\u010dem": 25, "po\u010d\u00edta\u010di": [20, 24, 53], "po\u010d\u00edt\u00e1na": 33, "po\u010d\u00edt\u00e1ni": 33, "po\u0159\u00e1d": [33, 41, 80], "po\u0159\u00e1dku": 48, "po\u0161t\u011b": 44, "po\u017eadavek": 44, "po\u017eadavki": 6, "po\u017eadovan\u00e9": [12, 20], "po\u017eadovan\u00fd": 41, "po\u017eadovan\u00fdm": 12, "po\u017e\u00e1dat": 26, "po\u017e\u00e1dejt": [41, 44], "po\u017e\u00e1d\u00e1": 40, "po\u017e\u00e1d\u00e1ni": 45, "ppa": 8, "pracovali": 44, "pracuj": 44, "pravidel": 44, "pravideln": 41, "pravideln\u00e9m": 12, "pravideln\u011b": 41, "pravidla": 41, "pravidlo": 44, "prav\u00e9m": 50, "prav\u00fdm": [19, 20, 35, 48], "pre": 66, "preconfigur": 14, "predefin": 60, "prefer": [0, 9, 14, 17, 20, 41, 44, 45, 52], "prepar": [62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39], "primari": 44, "princip": [47, 51], "prioritn\u00ed": 44, "privaci": [38, 62, 83], "privat": [26, 66, 82], "pro": [6, 10, 12, 13, 14, 18, 19, 24, 26, 31, 33, 35, 37, 39, 45, 46, 47, 48, 50, 51, 53, 81, 82], "problem": [11, 15, 81], "problematick\u00fdch": 19, "probl\u00e9m": 12, "probl\u00e9mi": [44, 80], "probl\u00e9m\u016f": 47, "prob\u00edh\u00e1": 19, "proc": 12, "proce": [12, 39], "process": [8, 41, 44, 52, 62], "procesu": 39, "proch\u00e1zet": 20, "produc": [9, 21], "produktivitu": 43, "profil": [6, 9, 27, 42, 44, 69, 82], "profilov\u00e9": [41, 42], "profilov\u00e9ho": 82, "profilov\u00fd": 42, "profilu": 6, "program": [12, 14, 17], "progress": [15, 60], "prohl\u00ed\u017ee\u010d": [6, 12, 14, 20], "prohl\u00ed\u017ee\u010di": [7, 12, 51], "prohl\u00ed\u017ee\u010d\u016f": [6, 20, 81], "projektem": 41, "projekt\u016f": 43, "proklikejt": 20, "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prom\u011bnit": 50, "prom\u011bnn\u00e9": [10, 41], "prom\u011bnn\u00fdch": 31, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "prostor": 19, "prostoru": [24, 33], "prost\u00fdm": 42, "prost\u0159edek": [20, 41, 46, 48], "prost\u0159edki": [41, 46, 48], "prost\u0159edk\u016f": 48, "prost\u0159edk\u016fm": 42, "prost\u0159ednictv\u00edm": [6, 10, 12, 21, 22, 26, 30, 31, 35, 41, 44, 45, 50], "prost\u0159ed\u00ed": [10, 19, 20], "prost\u0159ed\u00edch": 7, "prost\u0159ed\u00edm": 7, "pros\u00edm": 80, "protect": [35, 38, 69], "proti": [12, 81], "proto": [20, 47], "protocol": [12, 20, 27, 74], "protokol": [20, 46, 47], "protokoli": 50, "protokolu": [22, 30], "proto\u017e": [7, 12, 19, 20, 26, 31, 41, 44, 82], "prot\u011bj\u0161ku": 20, "proudu": 82, "prou\u017eki": 41, "proved": 12, "proveden\u00ed": 7, "provid": [0, 1, 6, 8, 12, 13, 14, 20, 21, 38, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "provozovan\u00fdm": 44, "provozuj\u00edc\u00edch": 53, "prov\u00e1d\u00ed": 7, "prov\u00e1d\u011bn\u00e9": 7, "prov\u00e1d\u011bn\u00ed": [23, 30], "prov\u00e1d\u011bn\u00fdm": 7, "prov\u00e9st": [42, 45], "proxi": [8, 9, 19], "pruh": [26, 80], "pruhu": [19, 42], "prvek": 44, "prvky": 44, "prvk\u016f": 80, "prvn\u00ed": 7, "prvn\u00edho": 42, "prvn\u00edm": [41, 42, 48, 81], "prvotn\u00ed": 41, "pry\u010d": [19, 41], "pr\u00e1ce": [10, 44, 48], "pr\u00e1va": [31, 45], "pr\u00e1vem": 41, "pr\u00e1v\u011b": [20, 39, 44, 45], "pr\u00e1zdn\u00e1": 41, "pr\u00e1zdn\u00fd": [41, 42], "pr\u016fb\u011bhu": [19, 80], "pr\u016fb\u011b\u017en\u011b": 12, "pr\u016fvodc": 19, "pr\u016fvodcem": 12, "pr\u016fzkumn\u00edk": [19, 20], "pr\u016fzkumn\u00edka": [10, 19], "pr\u016fzkumn\u00edkovi": 20, "ps\u00e1t": 44, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicli": 42, "publikovan\u00fdch": 41, "publish": 82, "push": [0, 60, 80], "put": 69, "p\u00e1r": 48, "p\u00e1sma": 41, "p\u00edsmenkem": 20, "p\u00edsmenko": 20, "p\u00edsmo": 80, "p\u00ed\u0161ete": 14, "p\u0159e": [20, 33, 41, 49], "p\u0159ebit\u00edm": 7, "p\u0159eb\u00edt": 7, "p\u0159ed": [7, 18, 19, 41], "p\u0159edat": [20, 42], "p\u0159edchoz\u00ed": [12, 42, 50], "p\u0159edchoz\u00edho": 41, "p\u0159edem": 41, "p\u0159ede\u0161l\u00e9m": 51, "p\u0159edm\u011bt": 44, "p\u0159edm\u011btech": 44, "p\u0159edm\u011btu": 44, "p\u0159ednastaven\u00fdch": 19, "p\u0159edplatn\u00e9ho": 53, "p\u0159edp\u0159ipraven\u00e9": 44, "p\u0159edp\u0159ipraven\u00e9ho": 41, "p\u0159edstavuj": 44, "p\u0159edt\u00edm": 44, "p\u0159edvolbi": [19, 20, 82], "p\u0159edvolb\u00e1ch": 45, "p\u0159edvoleb": [6, 14, 81], "p\u0159edvypln\u011bn": 19, "p\u0159edvypln\u011bn\u00e1": 44, "p\u0159ed\u00e1na": 41, "p\u0159ejd\u011bt": [19, 20, 28, 42, 44, 50, 51], "p\u0159ejet": [44, 50], "p\u0159ejmenovat": 44, "p\u0159ejmenuj": 35, "p\u0159ej\u00ed": 41, "p\u0159ej\u00edt": 20, "p\u0159ekl\u00e1dat": 44, "p\u0159ekl\u00e1d\u00e1n\u00edm": 53, "p\u0159ekra\u010duj": 20, "p\u0159ekra\u010duj\u00ed": 24, "p\u0159ekro\u010den": 44, "p\u0159ekro\u010den\u00ed": 26, "p\u0159ekro\u010d\u00ed": [24, 39], "p\u0159ekryvn\u00e1": 19, "p\u0159ekr\u00fdvaj\u00edc\u00edm": 41, "p\u0159eneseno": 37, "p\u0159enesen\u00e9": 37, "p\u0159enesen\u00ed": [37, 41], "p\u0159eneset": 35, "p\u0159eno": 37, "p\u0159enosi": 20, "p\u0159enosov\u00e9": 19, "p\u0159en\u00e1\u0161en\u00fd": 20, "p\u0159en\u00e9st": [37, 41], "p\u0159epsat": [24, 33, 41], "p\u0159eps\u00e1n\u00ed": 35, "p\u0159ep\u00ednat": 44, "p\u0159ep\u00edna\u010d": 42, "p\u0159ep\u00edn\u00e1n\u00ed": 10, "p\u0159esahuj\u00edc\u00edch": 39, "p\u0159esko\u010dit": 80, "p\u0159esm\u011brov\u00e1n\u00ed": 81, "p\u0159esn\u00e1": 44, "p\u0159esn\u011b": 44, "p\u0159estat": 44, "p\u0159esun": 44, "p\u0159esunout": [24, 44], "p\u0159esunut": 24, "p\u0159esunuta": 24, "p\u0159esunuto": 24, "p\u0159esunut\u00ed": 20, "p\u0159esu\u0148t": 12, "p\u0159es\u00e1hn": 33, "p\u0159et\u00e1hnout": 41, "p\u0159et\u00e9kaj\u00edc\u00ed": 19, "p\u0159e\u0161krtnut\u00e9": 41, "p\u0159i": [6, 7, 19, 20, 26, 31, 35, 41, 42, 44], "p\u0159ibalov\u00e1n": 7, "p\u0159ibli\u017en\u011b": 33, "p\u0159ibl\u00ed\u017eit": 80, "p\u0159idan\u00e9": 12, "p\u0159idat": [12, 19, 20, 28, 35, 40, 41, 46, 47, 48, 50, 51, 81], "p\u0159idejt": [7, 12, 20, 44, 80], "p\u0159id\u00e1": [41, 44], "p\u0159id\u00e1n": 44, "p\u0159id\u00e1n\u00ed": [24, 26], "p\u0159id\u00e1n\u00edm": [7, 41], "p\u0159id\u00e1t": 42, "p\u0159id\u00e1vat": [35, 41, 42, 44], "p\u0159id\u00e1v\u00e1ni": 24, "p\u0159id\u00e1v\u00e1t": 41, "p\u0159id\u011blen\u00ed": 20, "p\u0159id\u011bl\u00ed": 24, "p\u0159ihlast": [26, 51], "p\u0159ihla\u0161ovac\u00ed": [19, 20, 26, 44, 45, 80, 81], "p\u0159ihla\u0161ovac\u00edch": 20, "p\u0159ihla\u0161ovac\u00edho": [6, 26, 82], "p\u0159ihla\u0161ov\u00e1n\u00ed": [6, 26], "p\u0159ihl\u00e1sili": 26, "p\u0159ihl\u00e1sit": [20, 26, 41, 49, 50], "p\u0159ihl\u00e1s\u00edt": [20, 26], "p\u0159ihl\u00e1\u0161eni": 20, "p\u0159ihl\u00e1\u0161en\u00ed": [20, 44, 50], "p\u0159ijali": 41, "p\u0159ijata": 41, "p\u0159ijato": [37, 41], "p\u0159ijet\u00edm": 41, "p\u0159ijmout": 35, "p\u0159ij\u00edmat": [35, 41], "p\u0159ij\u00edm\u00e1": 37, "p\u0159ij\u00edm\u00e1n\u00ed": 35, "p\u0159ipojeni": 19, "p\u0159ipojeno": 20, "p\u0159ipojen\u00e9": [20, 26, 28], "p\u0159ipojen\u00e9mu": 20, "p\u0159ipojen\u00ed": [12, 19, 48], "p\u0159ipojen\u00edm": 12, "p\u0159ipojen\u00fd": 41, "p\u0159ipojen\u00fdch": [6, 81], "p\u0159ipojit": [12, 20, 35], "p\u0159ipojovan\u00fdch": 20, "p\u0159ipojovat": [20, 28], "p\u0159ipojov\u00e1n\u00ed": 20, "p\u0159ipojt": 20, "p\u0159ipojuj": 20, "p\u0159ipojuj\u00edc\u00edho": 20, "p\u0159ipomen": 44, "p\u0159ipom\u00ednki": 41, "p\u0159ipraveno": 18, "p\u0159ipraven\u00e9": 18, "p\u0159ipravit": 41, "p\u0159istoupit": [14, 26], "p\u0159istupovat": [20, 21, 41, 42], "p\u0159istupujet": 20, "p\u0159izp\u016fsoben\u00e9": 41, "p\u0159izp\u016fsoben\u00edm": 12, "p\u0159izp\u016fsobov\u00e1n\u00ed": 6, "p\u0159izp\u016fsobuj": 80, "p\u0159izv\u00e1n\u00ed": 41, "p\u0159i\u010dem\u017e": [44, 50], "p\u0159i\u0159azena": 44, "p\u0159\u00e1t": 41, "p\u0159\u00e1teli": 41, "p\u0159\u00edchoz\u00ed": [35, 37, 44], "p\u0159\u00edchoz\u00edmi": 44, "p\u0159\u00edjemc": [24, 28, 35, 44], "p\u0159\u00edjemci": 35, "p\u0159\u00edjemc\u016fm": 35, "p\u0159\u00edjmu": 44, "p\u0159\u00edkaz": 20, "p\u0159\u00edkazov\u00fd": 20, "p\u0159\u00edkazu": 20, "p\u0159\u00edklad": [19, 20], "p\u0159\u00edkladech": 20, "p\u0159\u00edkladu": [20, 35], "p\u0159\u00edli\u0161": [41, 44], "p\u0159\u00edlohi": 41, "p\u0159\u00edmo": [19, 20, 26, 41, 44], "p\u0159\u00edm\u00e9": [28, 35], "p\u0159\u00edpad": 7, "p\u0159\u00edpadech": 47, "p\u0159\u00edpadn\u00e9": 44, "p\u0159\u00edpadn\u00fdch": 7, "p\u0159\u00edpadn\u011b": [12, 41, 44], "p\u0159\u00edpad\u011b": [7, 12, 19, 20, 26, 35, 37, 39, 42], "p\u0159\u00edpad\u016f": 20, "p\u0159\u00edpojn\u00fd": 20, "p\u0159\u00edponou": 12, "p\u0159\u00edponu": 12, "p\u0159\u00edpravi": [18, 41], "p\u0159\u00edru\u010dc": 25, "p\u0159\u00edru\u010dka": 13, "p\u0159\u00edru\u010dki": [6, 47], "p\u0159\u00edr\u016fstek": 41, "p\u0159\u00edr\u016fstky30": 41, "p\u0159\u00edslu\u0161n\u00e9": 42, "p\u0159\u00edslu\u0161n\u00e9ho": 41, "p\u0159\u00edslu\u0161n\u00e9m": 20, "p\u0159\u00edslu\u0161n\u00fd": [10, 20], "p\u0159\u00edslu\u0161n\u00fdch": [31, 51], "p\u0159\u00edslu\u0161n\u00fdmi": 43, "p\u0159\u00edstup": [19, 22, 26, 30, 35, 41, 42, 45], "p\u0159\u00edstupn\u00e1": 35, "p\u0159\u00edstupn\u00e9": [35, 41], "p\u0159\u00edstupn\u00e9m": 41, "p\u0159\u00edstupn\u00fdch": 42, "p\u0159\u00edstupov\u00e1": [31, 45], "p\u0159\u00edstupu": [41, 42, 45, 81], "p\u0159\u00edst\u00edm": 50, "p\u0159\u00edtomnost\u00ed": 41, "p\u0159\u00edznak": 44, "p\u0159\u00ed\u0161t\u00ed": 18, "p\u0159\u00ed\u0161t\u00edm": 7, "p\u016fvodn\u00edho": [26, 33, 35], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33], "r": [51, 60, 80], "rais": [11, 80], "rang": [76, 83], "rather": 20, "raz\u00edtkem": 24, "raz\u00edtko": 39, "re": [5, 44], "reach": [27, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 44, 69, 82], "reader": [0, 80], "readi": 27, "real": 64, "rearrang": 83, "reason": 69, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 41, 44], "recognis": 15, "recommend": [15, 20], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "red": [27, 60, 62], "reddit": 51, "redirect": [69, 72], "reduc": [11, 15], "refer": [14, 21, 31, 62, 76], "reflect": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registrech": [7, 20], "registri": 12, "registr\u016f": [12, 20], "regul": 62, "regular": [20, 27, 36, 60], "regularli": 11, "rejoin": 69, "rejst\u0159\u00edk": 26, "rel": 41, "relac": [20, 42], "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14], "relev": [41, 76], "relevantn\u00ed": 44, "remain": 11, "rememb": 1, "remind": [41, 69], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 57, 69, 83], "renam": [0, 21, 36], "reopen": 44, "repeat": [8, 51], "replac": [45, 47, 60, 69], "repli": [44, 57, 69, 76], "report": 15, "repositori": [8, 9], "repozit\u00e1\u0159": 45, "reproduc": 14, "reprodukov\u00e1n\u00ed": 18, "request": [1, 20], "requir": [1, 8, 15, 27, 38, 41, 44, 60, 62, 64, 69, 74], "reschedul": 66, "resiz": 60, "resolv": 15, "resourc": [45, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "rest": 25, "restart": 15, "restartech": 20, "restartuj": 7, "restartujt": 20, "restor": [15, 24, 41], "restrict": [36, 42, 82], "result": [1, 9, 15, 83], "resum": 44, "retent": [36, 69], "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rezervac": 41, "rezervaci": 41, "rezervovat": 41, "rezervuj": 41, "re\u017eim": [42, 80], "re\u017eimi": 44, "re\u017eimu": 42, "rf": 17, "rfc": 41, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "rizikem": 18, "rm": 17, "roam": 9, "rohu": 50, "rok": 41, "role": 82, "roli": 42, "roll": [39, 57], "rol\u00ed": 42, "room": [73, 77], "root": [8, 15], "rovnob\u011b\u017en\u00fdmi": 19, "row": [21, 36, 65], "rozbalit": 80, "rozbalovac\u00ed": [12, 20], "rozbalt": 20, "rozbal\u00ed": 19, "rozd\u00edl": 10, "rozd\u011blen\u00ed": 44, "rozhodn": 44, "rozhodnout": 41, "rozhran\u00ed": [14, 19, 21, 40, 41, 44, 80, 82], "rozhran\u00edmi": 43, "rozli\u010dn\u00e9": 81, "rozm\u011br\u016fm": 6, "rozs\u00e1hl\u00fd": 41, "roz\u0161ifrovat": 26, "roz\u0161ifrov\u00e1n\u00ed": 26, "roz\u0161ifruj": 26, "roz\u0161\u00ed\u0159en\u00ed": 20, "roz\u0161\u00ed\u0159en\u00edm": 20, "rss": 6, "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "ru\u010dn\u00ed": 7, "ru\u010dn\u00edm": 7, "ru\u010dn\u011b": [7, 12, 20, 24, 29, 39, 42, 44, 45, 48], "ru\u0161en\u00ed": 41, "rw": 20, "rychlosti": 48, "rychl\u00e9": 44, "rychl\u00fd": 19, "r\u00e1mci": [18, 35, 41, 42, 46, 82], "r\u00e1mec": 7, "r\u016fzn\u00e1": 41, "r\u016fzn\u00e9": [7, 42], "r\u016fzn\u00fdch": [7, 42, 81], "r\u016fzn\u00fdmi": [35, 42, 44], "s3": [20, 27], "sabredav": 20, "sada": 43, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "sami": [7, 20, 41, 49], "samostatn\u00e9": 44, "samostatn\u011b": [10, 44], "samotn\u00e9": 80, "samotn\u00fdm": [33, 41], "samovysv\u011btluj\u00edc\u00ed": 42, "samoz\u0159ejm\u011b": [41, 42], "save": [5, 15, 27, 36, 39, 41, 44, 54, 56, 62, 80], "sbalen\u00fd": 19, "sbalit": 80, "scan": 27, "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 52, 69], "schopnost": 44, "schopnosti": [20, 24], "schopn\u00ed": [20, 45], "schopn\u011b": 20, "schr\u00e1nce": 44, "schr\u00e1nky": [41, 51], "sch\u00e9ma": 12, "sch\u016fzce": 41, "sch\u016fzek": 41, "sch\u016fzka": 41, "sch\u016fzku": 48, "scope": [14, 44, 82], "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20], "scroll": [20, 44, 51, 65, 66], "sc\u00e9n\u00e1\u0159": 24, "sc\u00e9n\u00e1\u0159\u00edch": 10, "sd\u00edlen": 41, "sd\u00edlen\u00e1": 20, "sd\u00edlen\u00ed": [6, 20, 28, 33, 42, 53], "sd\u00edlen\u00edm": 41, "sd\u00edlen\u00fd": [35, 41], "sd\u00edlen\u00fdch": 53, "sd\u00edlen\u00fdm": 26, "sd\u00edlet": [19, 21, 24, 26, 28, 35, 41, 42, 43, 44, 53], "sd\u00edl\u00edte": 28, "sd\u011bluje": 19, "se": [6, 7, 10, 14, 19, 20, 21, 28, 29, 31, 33, 35, 37, 40, 42, 43, 46, 48, 54, 80, 82], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sebe": [20, 42], "sebou": [20, 49], "sec": 9, "second": [2, 6, 9, 11, 15, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "sekc": [7, 12, 26, 40, 44], "sekci": [20, 37, 41, 44], "sekund": [39, 81], "sekundi": 39, "sekund\u00e1ch": 48, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 56, 59, 62, 66, 69, 72, 76, 81], "selector": 66, "self": 76, "sem": 82, "send": [0, 1, 29, 41, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sent": [0, 28, 44, 69], "separ": [0, 1, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 46, 47, 49, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "serverech": [20, 35, 53], "serverem": [19, 20, 46, 48, 53], "serveri": [20, 28, 35, 41], "serveru": [10, 12, 14, 19, 20, 24, 26, 28, 41, 43, 44, 45, 47, 48, 49, 50, 80], "server\u016f": [28, 35], "servic": [20, 26, 27, 29, 57, 74, 77], "session": 9, "sestaven\u00ed": 18, "sest\u00e1v\u00e1": 43, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "setk\u00e1n\u00ed": 41, "setk\u00e1t": 20, "setk\u00e1v\u00e1t": 41, "setup": [11, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "seznam": [10, 19, 35, 41, 44, 82], "seznamem": [19, 42], "seznamu": [20, 41, 42, 44, 48, 54], "seznam\u016f": 19, "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "shoda": 44, "shodi": 44, "shoduj": [12, 44], "shoduj\u00edc\u00ed": 19, "short": 44, "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "shrom\u00e1\u017ed\u011bni": 41, "si": [7, 10, 12, 19, 20, 24, 26, 35, 41, 42, 44, 45, 50, 53, 80, 82], "side": [5, 15, 27, 30, 34, 38, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "signific": 20, "significantli": 20, "silent": [8, 60], "similar": [15, 41, 42], "simpl": [5, 27, 39], "simpli": [17, 25, 44, 56, 76], "sinc": [35, 39, 81], "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "situaci": 10, "situat": 11, "size": [9, 11, 20, 31], "skenuj": 12, "skip": [11, 60, 80], "skipupdatecheck": 7, "skon\u010den\u00ed": [35, 39], "skon\u010dili": 26, "skon\u010d\u00ed": [40, 41], "skript": 26, "skripti": 44, "skriptu": 44, "skript\u016f": 44, "skryje": 35, "skrze": [35, 46], "skr\u00fdt": 35, "skupin": [7, 26], "skupina": 42, "skupinami": 44, "skupini": [20, 35, 41, 42], "skupinu": 42, "skupin\u00e1ch": 82, "skupin\u00e1m": [26, 33], "skupin\u011b": 41, "slot": 41, "sloti": 41, "slot\u016f": 41, "slou\u010den\u00edm": 42, "slou\u010den\u00fd": 42, "slou\u010dit": 42, "slou\u017eit": 20, "slou\u017e\u00ed": 40, "slow": 20, "slo\u017ec": [12, 14, 19, 20, 28, 35, 37, 41, 44], "slo\u017eek": [12, 19, 26, 35, 42, 53], "slo\u017eka": [12, 14, 19, 20, 24, 35, 44, 82], "slo\u017ekami": 12, "slo\u017eki": [12, 14, 19, 20, 26, 35, 37, 41, 53], "slo\u017ekou": [20, 37], "slo\u017eku": [19, 24, 29, 33, 35, 37], "slo\u017ek\u00e1m": 26, "slu\u010dovat": 42, "slu\u010dov\u00e1n\u00ed": 42, "slu\u017eba": 20, "slu\u017ebi": [20, 47], "slu\u017ebu": 20, "slu\u017eb\u00e1ch": 26, "slu\u017eeb": [26, 53], "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smazal": 41, "smazan\u00e9": [33, 41, 44], "smazan\u00fdch": [30, 32, 33], "smazan\u00fdm": 24, "smazat": [39, 41, 42], "smaz\u00e1n": 24, "smaz\u00e1ni": [41, 44], "sma\u017ee": [24, 42], "sma\u017eet": [19, 24, 41], "sma\u017et": 10, "smb": 27, "smtp": 44, "smysl": 10, "smy\u010dki": 12, "snadn\u00e9": 44, "snadn\u00fd": 26, "snap": 20, "sni": 20, "snooz": 44, "sn\u00ed\u017e\u00ed": 80, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "soci\u00e1ln\u00edch": 82, "socks5": 9, "softwar": [6, 7, 12, 14, 17, 42, 53, 80], "softwaru": [43, 48], "sole": 44, "solut": 20, "solv": [12, 81], "some": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "soubor": [7, 10, 12, 19, 20, 24, 26, 35, 37, 41, 42], "souborech": [7, 41], "soubori": [6, 10, 14, 19, 20, 21, 28, 33, 35, 37, 41, 46, 53], "souborov\u00e9": 19, "souborov\u00e9ho": 20, "souborov\u00e9mu": 20, "souborov\u00fd": 20, "souboru": [10, 12, 19, 20, 24, 26, 28, 35, 37, 39, 42], "soubor\u016f": [12, 22, 25, 28, 30, 32, 33, 35, 41, 42, 46, 53], "soubor\u016fm": [21, 22, 24, 26, 30], "soukrom\u00e9": [41, 82], "soukrom\u00ed": [44, 53], "soukrom\u00fdm": 41, "sourc": [20, 38, 53], "sourcedir": 8, "souvisej\u00edc\u00ed": 47, "souvislosti": 41, "sou\u010dasnosti": 41, "sou\u010d\u00e1st": [41, 44], "sou\u010d\u00e1sti": 19, "sou\u010d\u00e1st\u00ed": [6, 7, 20, 42], "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spad\u00e1": 82, "spam": 44, "sparkl": 7, "spat\u0159it": 82, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51, 69], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 58], "speci\u00e1ln\u00ed": 18, "speci\u00e1ln\u00edho": 26, "speech": [1, 60, 64], "speed": [20, 44], "spln\u011bn": [24, 39], "spl\u0148uj\u00edc\u00ed": 53, "spodn\u00ed": [42, 51], "spojen\u00ed": [12, 19, 20, 46, 48, 49], "spoken": 60, "spokojen\u00ed": 19, "spole\u010dnosti": 53, "spole\u010dn\u011b": 12, "spolupr\u00e1c": [6, 41, 42, 48], "spolupr\u00e1ci": 35, "spou\u0161titeln": 20, "spou\u0161t\u011bna": 20, "spou\u0161t\u011bni": 44, "spou\u0161t\u011bn\u00ed": [7, 26], "spou\u0161t\u011bt": [19, 20], "spo\u010d\u00edt\u00e1": 24, "spravovan\u00fdch": 7, "spravovat": [42, 44, 51, 82], "spravov\u00e1ni": 41, "spreadsheet": 21, "spr\u00e1va": [6, 20, 30, 32, 33, 81, 82], "spr\u00e1vce": [7, 13, 21, 24, 26, 29, 31, 33, 35, 37, 41, 42, 44, 46, 50, 80, 82], "spr\u00e1vcem": [31, 44, 82], "spr\u00e1vci": [7, 19, 26, 46], "spr\u00e1vnosti": 19, "spr\u00e1vn\u00fd": 81, "spr\u00e1vn\u011b": [20, 49], "spr\u00e1vu": [7, 24, 33, 39, 41, 42, 43, 80], "spustit": [12, 20, 26, 45], "spust\u00ed": 41, "spus\u0165t": [20, 45, 51], "spu\u0161t\u011bn\u00e1": 20, "spu\u0161t\u011bn\u00ed": 19, "spu\u0161t\u011bn\u00edm": [7, 20], "spu\u0161t\u011bn\u00fd": 19, "ssh": 27, "ssl": [8, 20, 47], "stabiln\u00ed": 18, "stabl": 14, "stack": 44, "stahovat": [12, 19, 26], "stahov\u00e1n\u00ed": [7, 14, 19, 35], "stahuj": [7, 10], "stai": [41, 59], "standard": [8, 14, 15, 80], "standardu": 41, "stane": 10, "stanovit": 19, "star": [21, 42], "starat": 26, "starou": 12, "start": [1, 3, 6, 9, 12, 16, 20, 38, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "startu": [19, 20], "star\u00e1": 12, "star\u00e9": 26, "star\u0161\u00ed": [14, 24, 33], "star\u0161\u00edch": 20, "star\u0161\u00edm": 28, "state": [8, 15, 44], "statu": [20, 25, 27, 40, 41, 60, 69, 83], "stav": [7, 20, 40, 44], "stavem": 19, "stavov": 19, "stavov\u00e9m": 20, "stavu": [7, 10, 19, 24, 28, 31, 35, 41, 42, 44, 48], "sta\u010d\u00ed": [7, 19, 41, 44, 50, 81], "sta\u017eeni": 20, "sta\u017een\u00e1": 7, "sta\u017een\u00ed": 39, "stdout": 16, "stejnou": [7, 20, 26, 41], "stejn\u00e1": [14, 20, 26, 44], "stejn\u00e9": [41, 50], "stejn\u00e9ho": 41, "stejn\u00fdm": [12, 19, 20], "stejn\u011b": [20, 24, 40, 41, 48], "step": [14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stiskl": 28, "stisknut\u00edm": 46, "stiskn\u011bt": 20, "stolen": 81, "stop": [44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 39, 42, 44, 45, 81], "stran": [26, 41], "strani": [12, 20], "stran\u011b": [10, 19, 35, 49], "stream": [6, 62, 72], "strikethrough": 15, "stroji": [7, 10], "strom": 19, "stromu": 35, "structur": [2, 3, 21], "struktura": 42, "strukturi": 26, "stru\u010dnou": 40, "str\u00e1nce": [14, 26, 41, 82], "str\u00e1nek": 41, "str\u00e1nka": [7, 29, 41], "str\u00e1nku": [26, 28, 35], "str\u00e1nky": [41, 80], "stupe\u0148": 41, "stylu": [26, 43], "st\u00e1hne": 10, "st\u00e1hnout": [7, 12, 20, 42], "st\u00e1t": 42, "st\u00e1vaj\u00edc\u00ed": [19, 44], "st\u00e1vaj\u00edc\u00edho": 20, "st\u00e1vaj\u00edc\u00edmu": 35, "st\u00e1vat": 12, "st\u00e1\u0159\u00ed": 24, "st\u0159edu": 41, "sub": 45, "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": 76, "subsequ": 15, "substanti": 20, "success": [14, 27, 28], "sudo": 17, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "support": [8, 16, 17, 20, 21, 39, 41, 42, 44, 46, 51, 66, 74, 81, 83], "sure": [17, 39, 60, 81], "svisl\u00e9": 44, "svou": [41, 44, 45, 53], "sv\u00e1": 82, "sv\u00e9": [7, 10, 20, 24, 26, 35, 37, 41, 44, 45, 47, 48, 50, 51, 82], "sv\u00e9ho": [20, 28, 41, 44, 47, 48, 53], "sv\u00e9m": [10, 20, 24, 41, 53], "sv\u00e9mu": [20, 50], "sv\u00edtivosti": 80, "sv\u00fdch": [7, 19, 35], "sv\u00fdm": [7, 20, 26, 42, 45], "sv\u016fj": [19, 20, 26, 35, 41, 42, 45, 51, 53], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [41, 44], "symbolick\u00fd": 19, "symbolick\u00fdch": 12, "sync": [8, 12, 14, 17, 19, 25, 44, 47, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "synchronizac": [6, 19, 20, 22, 42, 43], "synchronizacemi": 10, "synchronizaci": [19, 25, 49, 50, 53], "synchroniza\u010dn\u00ed": [14, 19], "synchroniza\u010dn\u00edch": [19, 20], "synchroniza\u010dn\u00edho": [6, 7, 13, 53], "synchronizovan\u00e1": 12, "synchronizovan\u00e9": 19, "synchronizovat": [12, 14, 19, 20, 41, 45, 48, 50, 51, 53], "synchronizov\u00e1n": [19, 41], "synchronizov\u00e1na": [19, 48], "synchronizov\u00e1ni": [19, 20, 45, 48, 50, 53], "synchronizov\u00e1n\u00ed": [19, 20, 25], "synchronizuj": 12, "synchronizujet": 41, "synchronn\u00ed": [19, 20], "syntaktick\u00e9": 19, "syntax": [19, 66, 69], "syntaxi": 19, "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60, 62, 64, 70], "syst\u00e9m": [7, 12, 20, 41, 42, 44], "syst\u00e9mech": 7, "syst\u00e9mem": [6, 43], "syst\u00e9mi": [7, 19], "syst\u00e9mov": 20, "syst\u00e9mov\u00e9": 20, "syst\u00e9mov\u00e9ho": 10, "syst\u00e9mov\u00e9m": [19, 42], "syst\u00e9mov\u00fd": 42, "syst\u00e9mov\u00fdch": 10, "syst\u00e9mu": [12, 19, 44, 80], "syst\u00e9m\u016f": 20, "s\u00e1m": 20, "s\u00edti": [20, 50], "s\u00edt\u00ed": 20, "s\u00edt\u00edch": 82, "s\u00edt\u011b": 19, "s\u00ed\u0165": 20, "s\u00ed\u0165ovou": [19, 20], "s\u00ed\u0165ov\u00e1": 19, "s\u00ed\u0165ov\u00e1n\u00ed": 20, "s\u00ed\u0165ov\u00e9m": 20, "s\u00ed\u0165ov\u00e9mu": 20, "s\u00ed\u0165ov\u00fd": 20, "t": [5, 14, 20, 26, 39, 44, 46, 66, 81], "ta": [7, 14, 20], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tabul": 43, "tackl": 69, "tag": [0, 21, 30, 32, 44], "tajemstv\u00ed": 81, "tajnou": 41, "tak": [10, 12, 19, 20, 24, 26, 31, 33, 35, 39, 40, 41, 44, 47, 48, 80], "take": [2, 9, 15, 17, 28, 62, 69, 83], "takov\u00e9": [26, 33, 42], "takov\u00e9ho": [26, 44], "takov\u00e9m": [7, 26, 42], "takov\u00fd": [44, 82], "takto": [41, 42, 44, 82], "takt\u00e9\u017e": 33, "tak\u00e9": [10, 14, 19, 20, 39, 41, 42, 44, 46, 80, 82], "tak\u017e": [7, 19, 20, 21, 26, 41, 42, 48, 80], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tam": 41, "tap": [45, 60], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "tarifu": 48, "task": [0, 2, 6, 57, 66, 69], "tato": [12, 19, 20, 26, 33, 35, 41, 42, 44], "team": [2, 3, 6, 27, 42, 69, 74], "technic": [14, 15], "tedi": [24, 41], "tehdi": 44, "telefonn\u00ed": 42, "telefonu": 81, "telegram": 42, "telephon": 82, "temporarili": 60, "ten": [10, 27, 47], "tent": 44, "tento": [7, 10, 12, 19, 20, 24, 31, 39, 41, 44, 48, 50], "tentokr\u00e1t": 12, "terabajti": 12, "term": 1, "termin": 15, "test": [9, 14, 24], "testeri": 18, "testi": 44, "testovac\u00ed": 18, "testov\u00e1n\u00edm": 18, "text": [1, 2, 5, 10, 15, 20, 21, 44, 56, 66, 73, 80], "text_": 66, "text__": 66, "textov\u00e1": 81, "textov\u00e9": 19, "textu": [19, 44, 80], "te\u010dkami": [19, 41], "te\u010dki": [19, 35, 41, 42, 44], "te\u010f": 10, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 28, 40, 41, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "think": 2, "third": 20, "those": [0, 25, 54], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thunderbirdu": 50, "tichou": 7, "tich\u00e1": 7, "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": 37, "titl": [2, 5, 41, 44, 56, 59, 76], "tj": [20, 47], "tl": [20, 51], "tla\u010d\u00edtek": 80, "tla\u010d\u00edtka": [19, 35, 41, 42], "tla\u010d\u00edtkem": [19, 20, 29, 35, 42, 48], "tla\u010d\u00edtko": [19, 20, 28, 41, 42, 44, 45, 50], "tlsv1": 20, "tmav\u00fd": 80, "tmp": 8, "todai": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "toho": [6, 12, 20, 41, 44, 47, 48], "tohoto": [7, 10, 19, 20, 39, 41, 47], "token": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokenech": 81, "tokeni": 41, "token\u016f": [6, 41], "tom": [20, 26, 37, 41, 82], "tomto": [12, 19, 20, 28, 35, 41], "tomu": [12, 19, 24, 26, 33], "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "toto": [7, 12, 19, 20, 28, 33, 41, 42, 45, 46, 48, 80], "toto\u017enosti": 81, "totp": [20, 81], "tou": 44, "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30], "translat": [4, 61, 73], "transparentn\u00ed": 41, "trash": [9, 21, 28], "trashbin_retention_oblig": 24, "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "true": [7, 16], "trust": [8, 38, 82], "trval\u00fdm": 12, "trvat": [41, 48], "trv\u00e1": 44, "tslv1": 20, "tt": 5, "tu": [10, 19], "tue": 20, "tumblr": 42, "tunelu": 20, "turn": [9, 44, 75], "tuto": [10, 19, 20, 24, 26, 28, 41, 42, 44], "two": [2, 17, 25, 36, 39, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "ty": [7, 10, 19, 24, 31, 33, 35, 41, 42, 44, 50], "typ": [20, 47], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 69, 80], "typi": 42, "typic": 57, "typicki": [19, 44, 81], "typu": [7, 20], "typ\u016fm": 19, "tyto": [7, 10, 19, 21, 24, 33, 35, 40, 41, 42, 44, 50, 53, 82], "t\u00e9": [10, 28, 41], "t\u00e9to": [10, 14, 20, 41, 44, 53], "t\u00edm": [10, 12, 42, 44], "t\u00fdden": [41, 82], "t\u00fddenn\u00ed": 41, "t\u00fddenn\u00edm": 41, "t\u00fddne": [39, 41], "t\u00fddnu": 41, "t\u00fddn\u016f": 42, "t\u00fdkat": 41, "t\u00fdk\u00e1": 19, "t\u00fdmem": 43, "t\u00fdm\u016f": 42, "t\u011bch": 41, "t\u011bchto": [19, 28, 31, 46, 48, 51], "t\u011blech": 44, "t\u011blo": 44, "t\u011bm": [26, 35], "t\u011bmto": 42, "t\u0159eba": [7, 12, 19, 20, 26, 28, 41, 42, 44, 45, 48, 49], "t\u0159ech": 19, "t\u0159emi": [19, 41], "t\u0159et\u00ed": [12, 20], "t\u0159et\u00edch": [26, 41], "t\u0159i": [19, 35, 41, 42, 44], "t\u0159ikr\u00e1t": 19, "t\u0159\u00ed": 44, "u": [7, 8, 19, 20, 24, 26, 28, 41, 44, 49, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "uchov\u00e1vat": 19, "uchov\u00e1v\u00e1": 39, "uchov\u00e1v\u00e1na": 39, "uchov\u00e1v\u00e1ni": 33, "udr\u017eov\u00e1na": 42, "ud\u00e1lost": [42, 44], "ud\u00e1lostech": 41, "ud\u00e1losti": 42, "ud\u00e1lostmi": 41, "ud\u011blali": 26, "ud\u011blat": [12, 28, 41, 44, 46], "ud\u011blen": 35, "ud\u011blen\u00ed": 45, "ud\u011blt": 45, "ud\u011bl\u00edt": 45, "ui": 9, "ukazatel": 41, "ukazatelem": [19, 44], "ukazuj": 20, "ukazuj\u00edc\u00edho": 10, "ukl\u00e1daj\u00ed": 33, "ukl\u00e1dal": 20, "ukl\u00e1dan\u00e9": 41, "ukl\u00e1dat": [20, 42, 82], "ukl\u00e1d\u00e1ni": 44, "ukon\u010den\u00ed": 19, "ukon\u010det": 20, "uk\u00e1zc": [10, 20], "ulev\u00ed": 80, "ulo\u017eena": 51, "ulo\u017eeno": 26, "ulo\u017een\u00e1": 44, "ulo\u017een\u00ed": [44, 46, 47], "ulo\u017een\u00fd": 20, "ulo\u017een\u00fdch": 39, "ulo\u017eit": [20, 41, 42, 51], "ulo\u017et": [12, 20], "umount": 20, "umo\u017enit": [7, 20, 35], "umo\u017en\u00ed": [7, 20, 35, 41, 42], "umo\u017en\u00edt": 33, "umo\u017en\u011bno": [35, 42], "umo\u017en\u011bn\u00e9ho": 24, "umo\u017en\u011bn\u00ed": 42, "umo\u017en\u011bn\u00fd": 20, "umo\u017e\u0148uj": [7, 19, 20, 26, 28, 35, 41, 42, 43, 44], "umo\u017e\u0148uj\u00ed": 44, "um\u00ed": 44, "um\u00edstit": 20, "um\u00edst\u011bn\u00ed": [12, 19, 20, 41, 48, 50, 51], "um\u00edst\u011bn\u00edm": 53, "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "uncheck": [0, 36], "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "unik\u00e1tn\u00edch": 41, "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 60], "univers": 80, "univerz\u00e1ln\u00ed": 12, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmount": 20, "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [9, 15, 19, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 10, 14, 41, 42, 44, 45, 54, 64], "uplatn\u00ed": [40, 42], "uplatn\u011bna": 44, "uplatn\u011bni": 42, "uplat\u0148ov\u00e1ni": [19, 44], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62, 69, 72], "uplynut\u00ed": [19, 41, 44], "upon": [69, 70], "upout\u00e1vaj\u00edc\u00ed": 19, "upozornit": 41, "upozorn\u00ed": [7, 10], "upozorn\u011bn\u00ed": [7, 10, 19, 35, 37, 41, 51], "upozorn\u011bn\u00edm": 37, "upozor\u0148ov\u00e1n\u00ed": [41, 82], "upozor\u0148uj\u00edc\u00ed": 26, "upraveni": 39, "upraven\u00e9": 33, "upravit": [19, 24, 41, 42], "upraviteln\u00e1": 35, "upravovat": [21, 41, 42, 44], "upravov\u00e1n\u00ed": [20, 35, 41, 42], "upravt": [7, 19, 20], "uprav\u00edt": [35, 42], "up\u0159ednost\u0148ovan\u00fd": 7, "up\u0159esnit": 41, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "ur\u010den": [19, 41, 42], "ur\u010den\u00e1": 53, "ur\u010den\u00e9": [19, 44], "ur\u010den\u00e9ho": 80, "ur\u010den\u00fd": 53, "ur\u010den\u00fdch": 19, "ur\u010dit": [41, 44], "ur\u010dit\u00e9": 42, "ur\u010dit\u00e9ho": 44, "ur\u010dit\u00fdch": 31, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "uskute\u010dnit": 41, "uskute\u010dn\u00ed": 41, "usnadn\u00ed": 80, "usnad\u0148uj": 20, "uspo\u0159\u00e1d\u00e1vat": 42, "usual": 44, "utf": 20, "utu\u017eov\u00e1n\u00ed": 42, "uveden": 44, "uvedena": 41, "uveden\u00e9": [19, 42, 51, 82], "uveden\u00ed": 20, "uveden\u00fdch": 47, "uvid\u00ed": [26, 28], "uvid\u00edt": [19, 26, 42, 81], "uvoln\u011bn\u00ed": 24, "uzivatel1": 24, "uzivatel2": 24, "uzivatel3": 24, "uzivatelskejmeno": 20, "uzn\u00e1valo": 20, "uzp\u016fsobit": 19, "u\u010dinili": 41, "u\u010dinit": [12, 41], "u\u010din\u00edt": 42, "u\u010di\u0148t": 42, "u\u017e": [6, 10, 18, 19, 26, 35, 41, 44, 45, 81], "u\u017eite\u010dn\u00e9": 33, "u\u017eite\u010dn\u00fd": 31, "u\u017eiv": [19, 28, 41, 44, 82], "u\u017eivatel": [10, 20, 24, 28, 31, 33, 35, 37, 39, 40, 42, 44, 51, 82], "u\u017eivatel1": 24, "u\u017eivatel2": 24, "u\u017eivatelem": 41, "u\u017eivateli2": 24, "u\u017eivateli3": 24, "u\u017eivatelski": [19, 41, 42, 80], "u\u017eivatelsk\u00e9": [6, 19, 20, 26, 28, 35, 45, 47, 49, 50, 51], "u\u017eivatelsk\u00e9ho": [20, 37], "u\u017eivatelsk\u00fd": [19, 20, 41], "u\u017eivatelsk\u00fdch": 42, "u\u017eivatel\u00e9": [7, 19, 24, 26, 33, 35, 41], "u\u017eivatel\u016f": [18, 24, 26, 41, 44], "u\u017eivatel\u016fm": [7, 10, 20, 24, 28, 33, 41], "v": [6, 10, 18, 21, 22, 24, 25, 26, 28, 29, 30, 31, 33, 35, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 60, 72, 80, 81], "v6": 41, "valu": [9, 11, 15, 16], "var": 16, "variabl": [6, 9, 13], "varieti": 82, "variou": 41, "varovn\u00fd": 26, "varov\u00e1n\u00ed": [19, 20, 41, 44], "varuj": [12, 44], "va\u0161e": [10, 14, 19, 20, 24, 26, 41, 42, 45, 49, 53, 81, 82], "va\u0161eho": [6, 12, 20, 41, 48], "va\u0161em": [19, 20, 41, 53, 81], "va\u0161i": [41, 47], "va\u0161ich": [6, 10, 19, 41, 44, 45, 81], "va\u0161im": [20, 41, 80], "va\u0161imi": 41, "va\u0161\u00ed": [14, 19, 20, 26, 33, 40, 41, 81], "va\u0161\u00edm": 43, "vcard": 42, "vcf": 42, "ve": [7, 10, 12, 14, 19, 20, 24, 26, 28, 31, 35, 37, 41, 42, 43, 44, 45, 46, 47, 48, 51, 82], "vedl": [19, 37, 41, 42, 44], "velikost": [19, 20, 33, 80], "velikosti": [31, 42, 80], "velkou": 19, "velk\u00e9": 53, "velk\u00fdch": [22, 30], "velmi": [12, 42], "vendor": 7, "verbos": 8, "veri": [5, 20, 80], "verif": 69, "verifi": 20, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "verz": [6, 7, 10, 14, 18, 20, 28, 33, 41, 44, 47, 50, 82], "verzi": [20, 39, 41, 42], "verz\u00ed": [7, 10, 19, 20, 30, 32, 33], "verz\u00edch": [7, 20], "vestav\u011bn": [42, 46], "ve\u0159ejn": 41, "ve\u0159ejn\u00e1": 35, "ve\u0159ejn\u00e9": [33, 35, 41], "ve\u0159ejn\u00e9ho": 41, "ve\u0159ejn\u00e9mu": 20, "ve\u0159ejn\u00fd": 41, "ve\u0159ejn\u00fdch": [20, 35, 41], "ve\u0161ker": [19, 20], "ve\u0161ker\u00e1": [12, 35, 41], "ve\u0161ker\u00e9": [12, 14, 20, 26, 33, 41, 42, 44], "ve\u0161ker\u00fd": 41, "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "viditeln": 10, "viditelnosti": [37, 42], "viditeln\u00e1": 35, "viditeln\u00e9": [42, 46], "viditeln\u00fd": [19, 47], "vid\u011bl": 35, "vid\u011bt": [6, 42], "view": [1, 6, 14, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "virtual": [17, 42, 82], "virtu\u00e1ln\u00ed": [19, 42], "virtu\u00e1ln\u00edch": 19, "visibl": [4, 15, 21, 27, 36, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "viz": [10, 12, 19, 20, 24, 26, 33, 35, 37, 44], "vizitek": 42, "vkl\u00e1dan\u00e9ho": 41, "vkl\u00e1dat": 44, "vkl\u00e1d\u00e1n\u00ed": 41, "vlastnictv\u00ed": 42, "vlastnosti": 42, "vlastnost\u00ed": 20, "vlastn\u00ed": [7, 19, 35, 41, 42, 44, 53], "vlastn\u00edci": 26, "vlastn\u00edho": 28, "vlastn\u00edk": [24, 26, 37, 41, 42], "vlastn\u00edka": [20, 26, 33, 35, 37, 42], "vlastn\u00edkovi": 35, "vlevo": [20, 42], "vlo\u017eit": 44, "vlo\u017et": [41, 51], "vl\u00e1ken": 44, "vl\u00e1knech": 44, "vl\u00e1kno": 44, "vno\u0159en\u00e1": 12, "vodorovn\u00e9": 44, "voic": 60, "volba": [20, 26, 41, 44, 82], "volbi": [35, 37, 42, 82], "volbu": [12, 20, 37, 41, 48], "voleb": 35, "voliteln\u00e9": [20, 26, 41], "voliteln\u011b": [40, 41, 45], "volnou": 41, "voln\u00e9": 80, "voln\u00e9ho": [24, 39], "voln\u00ed": 41, "voln\u00fd": 41, "volum": 8, "vote": [41, 56], "vpn": 20, "vpravo": 39, "vrstvu": 26, "vrstvy": 41, "vrub": 33, "vr\u00e1cena": 41, "vr\u00e1ceni": 26, "vr\u00e1tit": 48, "vr\u00e1t\u00ed": 40, "vstupi": 41, "vy": 10, "vyberet": 42, "vybert": [20, 37, 41, 42, 44, 45, 46, 47, 48, 50, 51, 80], "vybrali": 20, "vybran\u00e9": 42, "vybrat": [14, 41, 42], "vybr\u00e1na": 44, "vybr\u00e1ni": 42, "vybr\u00e1n\u00edm": 44, "vydat": 41, "vyd\u00e1n\u00ed": 18, "vyd\u00e1n\u00edm": 18, "vyexportovat": 41, "vyhledat": 46, "vyhledejt": 41, "vyhled\u00e1vac\u00ed": [26, 44], "vyhled\u00e1vat": 44, "vyhled\u00e1v\u00e1n\u00ed": [26, 37, 44], "vyhovovala": 80, "vyhrazen\u00e9": [20, 50], "vyjdou": 44, "vykaz": 44, "vykazy_podnikani_2024": 44, "vykon\u00e1v\u00e1n\u00ed": 44, "vylep\u0161\u00ed": 44, "vylou\u010den\u00fdch": 19, "vym\u011b\u0148ovat": 41, "vynecht": 20, "vynech\u00e1na": [12, 33, 39], "vynech\u00e1n\u00ed": 19, "vynech\u00e1v\u00e1": 19, "vynech\u00e1v\u00e1n\u00ed": 19, "vypadat": [35, 41, 42], "vypisuj": [41, 45], "vypln\u011bn\u00e1": 41, "vypl\u0148t": [20, 44, 50], "vypn": 26, "vypnout": [7, 21, 41, 44], "vypnut\u00e1": [20, 41, 42, 44], "vypnut\u00e9": [20, 42, 44], "vypnut\u00ed": 19, "vypnut\u00fdch": 42, "vyps\u00e1na": 12, "vyps\u00e1ni": 29, "vyskakovac\u00ed": [7, 41], "vyskakovac\u00edho": 41, "vyskytn": 44, "vysok\u00fdm": 80, "vysp\u011bl\u00fd": 50, "vysypat": 41, "vytvo\u0159en": [35, 41], "vytvo\u0159ena": 41, "vytvo\u0159en\u00e1": 39, "vytvo\u0159en\u00e9": [18, 20, 26, 44], "vytvo\u0159en\u00e9ho": 41, "vytvo\u0159en\u00ed": [20, 35], "vytvo\u0159en\u00edm": 19, "vytvo\u0159en\u00fd": [51, 81], "vytvo\u0159il": 45, "vytvo\u0159ili": [19, 44], "vytvo\u0159ilo": 45, "vytvo\u0159it": [20, 35, 41, 42, 44], "vytvo\u0159t": [20, 44, 45], "vytvo\u0159\u00ed": [10, 12, 44], "vytvo\u0159\u00edt": [28, 33, 42, 44, 48], "vytv\u00e1\u0159en\u00ed": [12, 19, 28, 44], "vytv\u00e1\u0159en\u00fd": 41, "vytv\u00e1\u0159et": [19, 20, 21, 28, 35, 41, 42, 43, 44], "vyu\u017eit\u00ed": [24, 39, 82], "vyu\u017eit\u00fd": 19, "vyu\u017e\u00edvaj\u00ed": 44, "vyu\u017e\u00edvaj\u00edc\u00ed": 53, "vyu\u017e\u00edvan": 20, "vyu\u017e\u00edvan\u00e9": [12, 14, 19, 20, 24, 31, 33, 41, 44], "vyu\u017e\u00edvan\u00e9ho": [20, 21, 26, 28, 41, 45, 47, 50, 51, 80], "vyu\u017e\u00edvan\u00e9m": [19, 26, 44], "vyu\u017e\u00edvan\u00e9mu": [20, 26], "vyu\u017e\u00edvan\u00fd": [20, 26], "vyu\u017e\u00edvat": 19, "vyvol\u00e1": 41, "vyzkou\u0161ejt": 20, "vyzkou\u0161en\u00e1": 81, "vyzkou\u0161en\u00fd": 12, "vyzkou\u0161et": [10, 48], "vy\u010distit": [19, 20], "vy\u010di\u0161t\u011bn": 19, "vy\u010di\u0161t\u011bn\u00ed": 20, "vy\u0159e\u0161en": 10, "vy\u0159e\u0161ena": 10, "vy\u0159e\u0161it": [10, 12], "vy\u0161\u0161\u00ed": [12, 31], "vy\u017eadov\u00e1n\u00ed": 81, "vy\u017eaduj": [10, 20, 31], "vzd\u00e1lenou": 10, "vzd\u00e1len\u00e1": [20, 28], "vzd\u00e1len\u00e9": [10, 28], "vzd\u00e1len\u00e9ho": [28, 35], "vzd\u00e1len\u00e9m": 26, "vzd\u00e1len\u00fd": [10, 20, 50], "vzd\u00e1len\u00fdch": [20, 26, 28, 35], "vzd\u00e1len\u00fdmi": 10, "vzet\u00ed": 35, "vzhledu": 6, "vzniklo": 35, "vzor": 19, "vzorem": [19, 44], "vzori": 19, "vzoru": [19, 39], "vzor\u016f": 19, "vz\u00edt": 41, "v\u00e1": [7, 10, 12, 18, 26, 40, 41, 44, 81, 82], "v\u00e1m": [7, 12, 19, 20, 21, 24, 29, 33, 35, 41, 42, 44, 80], "v\u00e1mi": [12, 14, 19, 20, 21, 24, 26, 31, 33, 41, 42, 44, 45, 47, 50, 51, 53, 80], "v\u00e1\u0161": [19, 20, 40, 41, 44, 47, 48, 50, 81, 82], "v\u00e9st": [10, 19], "v\u00edc": 26, "v\u00edce": [7, 26, 39, 44], "v\u00edcero": [19, 35], "v\u00edte": 20, "v\u00edtejt": 53, "v\u00fdb\u011br": [41, 42], "v\u00fdb\u011brem": 44, "v\u00fdb\u011bru": 12, "v\u00fdchoz\u00ed": [12, 14, 26, 31, 35, 41, 42, 44, 82], "v\u00fdchoz\u00edm": [7, 10, 19, 24, 28, 31, 35, 41, 42, 44, 48], "v\u00fdhod": 12, "v\u00fdkaznictv\u00ed": 44, "v\u00fdkonem": 44, "v\u00fdm\u011bny": 42, "v\u00fdpi": 41, "v\u00fdpisu": 37, "v\u00fdpo\u010det": 41, "v\u00fdskytem": 41, "v\u00fdskytu": [18, 19], "v\u00fdsledku": [28, 35], "v\u00fdsledn\u00e9ho": 48, "v\u00fdslovn\u00e9": 20, "v\u00fdslovn\u011b": 44, "v\u00fdvojem": 18, "v\u00fdvojov\u00fd": 18, "v\u00fdvoj\u00e1\u0159": 13, "v\u00fdznamnou": 44, "v\u00fd\u0161e": [19, 41, 47], "v\u010detn\u011b": [20, 41, 44], "v\u010dlenit": 41, "v\u010dlen\u00ed": 19, "v\u010dlen\u011bn\u00ed": 41, "v\u011bc": 19, "v\u011bci": 6, "v\u011bd\u011bt": 41, "v\u011bt\u0161inu": [18, 48], "v\u011bt\u0161\u00ed": 33, "v\u011bt\u0161\u00edch": 19, "v\u0161e": [20, 28, 42, 45, 48], "v\u0161ech": [12, 20, 26, 41, 42, 44], "v\u0161echna": 53, "v\u0161echni": [6, 20, 21, 26, 35, 37, 42, 46, 82], "v\u0161echno": [18, 20], "v\u0161em": 41, "v\u0161emi": 44, "v\u0161ichni": 41, "v\u0161imn\u011bt": 42, "v\u016f\u010di": 18, "v\u017edy": [7, 19, 20, 41], "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 15, 17, 20, 25, 38, 41, 44, 54, 56, 59, 62], "wait": [1, 79], "want": [0, 2, 4, 5, 14, 15, 26, 29, 41, 44, 52, 58, 60, 66, 69, 76, 82], "we": [2, 5, 14, 15, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webov\u00e9": [41, 80], "webov\u00e9ho": [20, 21, 31], "webov\u00e9m": [7, 19], "webov\u00e9mu": 14, "webov\u00fd": 6, "webov\u00fdch": 20, "webov\u00fdmi": 43, "websit": 73, "webu": 43, "week": [0, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 62], "were": [9, 15, 41, 57, 70], "what": [0, 5, 15, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 39, 41, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [26, 36, 62, 82], "wider": 82, "widget": 83, "wiki": [57, 74], "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workshopi": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20, 42], "ye": [15, 36, 41], "year": [41, 83], "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [6, 10, 12, 17, 18, 24, 26, 28, 33, 35, 39, 41, 42, 43, 45, 46, 47, 48, 51, 53, 54], "za": [19, 20, 41, 47, 48, 51], "zaber": 26, "zabezpe\u010den\u00e9": [20, 53], "zabezpe\u010den\u00ed": [20, 26], "zabrat": 33, "zabr\u00e1nilo": 41, "zabr\u00e1nit": [7, 24], "zabr\u00e1n\u011bn\u00ed": 35, "zabudov\u00e1n\u00ed": 41, "zachov\u00e1no": 20, "zachov\u00e1v\u00e1n\u00ed": [24, 33], "zadal": 28, "zadali": 41, "zadan": 44, "zadan\u00e1": 44, "zadat": [19, 41, 81, 82], "zadejt": [7, 14, 20, 28, 35, 41, 42, 44, 45, 47, 48, 50, 51, 81], "zad\u00e1n\u00ed": [19, 41], "zad\u00e1n\u00edm": [26, 37, 42, 44, 46], "zad\u00e1t": [28, 45, 47], "zafungovalo": 26, "zahrnout": 41, "zahrnuj": 42, "zah\u00e1jen\u00ed": [40, 41], "zah\u00e1j\u00ed": 7, "zajistili": 20, "zajistit": 20, "zajist\u00ed": 41, "zajist\u011bt": [20, 47], "zaji\u0161t\u011bno": 24, "zaji\u0161\u0165uj": 7, "zak\u00e1\u017e": 35, "zalo\u017een\u00e1": 81, "zalo\u017een\u00e9": 81, "zalo\u017een\u00fd": [7, 20], "zalo\u017een\u00fdch": 20, "zam\u00fd\u0161l\u00edt": [20, 41], "zanalyzov\u00e1n": 44, "zanech\u00e1n\u00ed": 35, "zanepr\u00e1zdn\u011bn": 41, "zanepr\u00e1zdn\u011bnosti": 41, "zanepr\u00e1zdn\u011bn\u00e9ho": 41, "zanepr\u00e1zdn\u011bn\u00ed": 41, "zanepr\u00e1zdn\u011bn\u00fd": 41, "zapn": 26, "zapnet": 26, "zapnout": [19, 26, 41, 44, 80], "zapnul": [26, 29, 44], "zapnut": 26, "zapnuto": [26, 40], "zapnut\u00e1": [19, 26, 33, 41, 42], "zapnut\u00e9": [28, 35, 41, 44, 49, 51, 82], "zapnut\u00ed": [19, 26, 44], "zapnut\u00edm": 44, "zapojit": 80, "zapot\u0159eb\u00ed": [7, 20, 35, 47], "zapo\u010d\u00edt\u00e1vaj\u00ed": 24, "zapo\u010d\u00edt\u00e1v\u00e1": 33, "zapo\u010d\u00edt\u00e1v\u00e1ni": 33, "zaps\u00e1na": 41, "zap\u00ednat": 7, "zaregistrovan\u00e9ho": 12, "zaregistrov\u00e1na": [12, 45], "zarezervovan\u00e1": 41, "zarezervovan\u00fdch": 41, "zarezervovat": 41, "zarezervovateln\u00fd": 41, "zarezervov\u00e1na": 41, "zarezervov\u00e1no": 41, "zase": 26, "zasl\u00e1n": 41, "zastavit": 19, "zastav\u00ed": 44, "zastupuj\u00edc\u00edho": 40, "zatr\u017e\u00edtkem": 19, "zatr\u017e\u00edtko": [19, 41], "zat\u00edm": 41, "zat\u00edmco": [7, 42, 44], "zavin\u00e1\u010d": 44, "zav\u0159": 45, "zav\u0159en\u00ed": 19, "zav\u0159et": [20, 47], "zaznamen\u00e1v\u00e1": 20, "zaz\u00e1lohovat": 44, "za\u010dlen\u011bn\u00ed": 12, "za\u010dn\u011bt": 44, "za\u010d\u00e1tku": 44, "za\u010d\u00ednal": 82, "za\u0159azen": 19, "za\u0159\u00eddit": [20, 26], "za\u0159\u00edzen\u00ed": [6, 20, 45, 53, 81], "za\u0159\u00edzen\u00edmi": 41, "za\u0161ifrov\u00e1ni": 26, "za\u0161krtli": 20, "za\u0161krtnet": 41, "za\u0161krtnout": 41, "za\u0161krtnuto": 41, "za\u0161krtnut\u00ed": [41, 42], "za\u0161krtn\u011bt": 20, "za\u0161krt\u00e1vac\u00ed": 19, "za\u0161krt\u00e1vac\u00edch": 42, "za\u0161ktrt\u00e1v\u00e1tko": 44, "zbytek": 20, "zcela": [7, 80], "zda": [20, 35, 37, 41, 42, 44, 48], "zdarma": 53, "zde": [10, 20, 21, 26, 41, 42, 44, 50, 82], "zdokumentovan\u00e9": 80, "zdroj": 41, "zdroje": 48, "zdrojov\u00fdmi": 14, "zduplikovat": 41, "ze": [10, 12, 19, 26, 28, 35, 41, 42, 47, 54], "zelen\u00e9": 19, "zelen\u00fd": 19, "zemi": 41, "zem\u011bkoul": 41, "zeptat": 19, "zip": 21, "zjednodu\u0161en\u00e9ho": 41, "zjednodu\u0161en\u00fd": 41, "zjistila": 44, "zjistit": [41, 44], "zjist\u00ed": [12, 41, 44], "zji\u0161t\u011bno": 44, "zji\u0161\u0165ov\u00e1n\u00ed": [7, 41], "zji\u0161\u0165uj": 7, "zkontrolovat": 41, "zkontroluj": [7, 12, 44], "zkontrolujt": [19, 42, 44], "zkop\u00edrovat": [20, 24, 41, 51], "zkop\u00edrujt": [10, 12, 20, 51], "zkratka": [20, 44], "zkratki": 80, "zkr\u00e1tka": 18, "zkusit": [47, 48], "zmaten\u00ed": 10, "zmi\u0148ovat": 44, "zm\u00edn\u011bn\u00e9": 46, "zm\u00edrn\u011bn\u00ed": 80, "zm\u011bn": [10, 19], "zm\u011bna": [6, 19, 31, 82], "zm\u011bnami": 10, "zm\u011bnil": 26, "zm\u011bnila": 10, "zm\u011bnit": [10, 12, 14, 20, 37, 41, 42, 48, 51], "zm\u011bnou": [12, 48], "zm\u011bny": [10, 12, 19, 37, 41, 42], "zm\u011bn\u00ed": [12, 26, 28, 40], "zm\u011bn\u011bn": 10, "zm\u011bn\u011bna": 51, "zm\u011bn\u011bno": 41, "zm\u011b\u0148te": [20, 51], "znak": [19, 42, 44], "znakem": 19, "znaki": 19, "znakov\u00fd": 35, "znaku": 19, "znak\u016f": [19, 44], "znamenaj\u00ed": 44, "znamen\u00e1": [19, 20, 44], "zna\u010d\u00ed": 19, "zna\u010d\u00edc\u00ed": 51, "znovu": [12, 20, 26, 41, 45, 50, 51], "zn\u00e1m\u00e9": 45, "zn\u00e1te": 81, "zobrazen": [10, 41, 42], "zobrazeni": [41, 42, 44, 46], "zobrazen\u00ed": [6, 41, 42, 50], "zobrazen\u00fd": 44, "zobrazit": [7, 20, 41, 42, 51], "zobraziteln\u00e9": 41, "zobrazovan\u00fd": 41, "zobrazovat": [19, 21, 37, 42], "zobrazov\u00e1n": 41, "zobrazov\u00e1ni": [19, 42, 46], "zobrazov\u00e1n\u00ed": [35, 44], "zobrazt": 20, "zobrazuj": [19, 20, 35, 41, 42, 44], "zobrazuj\u00edc\u00ed": [19, 44], "zobraz\u00ed": [7, 10, 12, 19, 29, 37, 40, 41, 42, 44, 81], "zobraz\u00edt": 35, "zoom": 63, "zopakovat": 50, "zorganizovat": 42, "zpo\u010d\u00e1tku": 44, "zpracov\u00e1ni": 44, "zpracov\u00e1v\u00e1ni": 44, "zpravodaj": 44, "zpr\u00e1v": [6, 19, 43], "zpr\u00e1va": [44, 51, 81], "zpr\u00e1vou": 41, "zpr\u00e1vu": [19, 26, 40, 44], "zpr\u00e1vy": 40, "zpr\u00e1v\u011b": 44, "zp\u011bt": [26, 35, 41, 48], "zp\u0159\u00edstupnit": 41, "zp\u0159\u00edstupn\u00ed": 20, "zp\u0159\u00edstupn\u011bn\u00ed": [6, 53], "zp\u016fsob": [7, 12, 20, 26, 41, 44, 81], "zp\u016fsobem": [19, 20, 42], "zp\u016fsobi": [20, 45], "zp\u016fsobovan\u00fdch": 80, "zp\u016fsobovat": 44, "zp\u016fsobuj": 80, "zp\u016fsob\u00ed": 19, "zrak": 19, "zrestartujt": 20, "zru\u0161en\u00ed": [41, 44], "zru\u0161en\u00edm": 42, "zru\u0161il": 41, "zru\u0161it": [35, 41, 44], "zru\u0161t": [26, 41, 44], "zru\u0161\u00ed": 42, "zru\u0161\u00edt": 35, "ztratil": 19, "ztratili": 26, "ztratit": 26, "ztrat\u00edt": 26, "ztr\u00e1ty": 26, "zt\u00ed\u017eeno": 35, "zve\u0159ej\u0148ovat": 41, "zvladateln\u00e9ho": 41, "zvl\u00e1\u0161\u0165": [41, 42, 44], "zvolen\u00e9ho": [37, 44], "zvolit": [12, 19, 20, 26, 37, 41, 42, 44], "zvolt": [12, 20, 37, 44, 45, 48, 50, 51], "zv\u00e1t": 42, "zv\u00e1\u017een\u00ed": 6, "zv\u00fd\u0161en\u00ed": 20, "zv\u00fd\u0161il": 31, "zv\u00fd\u0161it": 20, "zv\u00fd\u0161\u00ed": 80, "zv\u011bt\u0161ov\u00e1n\u00ed": 6, "z\u00e1hlav\u00ed": [44, 80], "z\u00e1kazn\u00edki": 18, "z\u00e1kladn\u00ed": 41, "z\u00e1kladn\u00edho": [10, 41], "z\u00e1klad\u011b": 44, "z\u00e1lohovat": 19, "z\u00e1lo\u017eka": 19, "z\u00e1m\u011brn\u011b": 12, "z\u00e1pi": [20, 41, 42], "z\u00e1pisu": [20, 41], "z\u00e1sad": 7, "z\u00e1sad\u00e1m": 7, "z\u00e1stupc": 44, "z\u00e1stupn\u00e9": 19, "z\u00e1stupn\u00fd": [19, 41], "z\u00e1stupn\u00fdch": 44, "z\u00e1t\u011b\u017e": 44, "z\u00e1vislosti": [19, 26, 41, 44, 48, 81], "z\u00e1vis\u00ed": [20, 44, 82], "z\u00edsk\u00e1n\u00ed": [12, 20, 51], "z\u00edsk\u00e1v\u00e1": 41, "z\u0159etelnost": 80, "z\u016fstane": [19, 20, 44], "z\u016fstanou": 44, "\u00fadaje": [6, 19, 20, 40, 44, 45], "\u00fadaji": 42, "\u00fadaj\u016f": [6, 20], "\u00fakol": [41, 44], "\u00fakoli": [41, 43, 44, 46, 48], "\u00fakol\u016fm": 45, "\u00falohi": 20, "\u00falo\u017ei\u0161ti": [26, 33], "\u00falo\u017ei\u0161t\u011b": [20, 24, 30, 32, 41, 82], "\u00falo\u017en\u00e9ho": [24, 33], "\u00falo\u017en\u00fdch": 26, "\u00fapln\u00e1": 41, "\u00fapln\u00fdch": 12, "\u00fapln\u011b": 31, "\u00fapravi": [10, 35, 42], "\u00fapravou": 20, "\u00faryvki": 44, "\u00fasek": 41, "\u00fasporu": [48, 80], "\u00fasp\u011b\u0161n\u00e9m": 41, "\u00fasp\u011b\u0161n\u011b": [7, 51], "\u00favod": 6, "\u00favodn\u00ed": 48, "\u00fa\u010dast": 41, "\u00fa\u010dasti": 41, "\u00fa\u010dastn\u00edci": 41, "\u00fa\u010dastn\u00edk": 41, "\u00fa\u010dastn\u00edka": 41, "\u00fa\u010dastn\u00edki": 41, "\u00fa\u010dastn\u00edkovi": 41, "\u00fa\u010dastn\u00edk\u016fm": 41, "\u00fa\u010delem": 26, "\u00fa\u010del\u016fm": 40, "\u00fa\u010det": [12, 19, 20, 26, 44, 45, 46, 47, 50, 51, 81], "\u00fa\u010dtu": [10, 20, 37, 41, 45, 47, 50, 51], "\u00fa\u010dty": [20, 26, 42, 46, 47, 49, 51], "\u00fa\u010dt\u016f": [42, 44], "\u010da": [19, 41, 44], "\u010dase": 41, "\u010dasech": 41, "\u010dasem": 44, "\u010dasov\u00e1": 41, "\u010dasov\u00e9": [39, 41], "\u010dasov\u00e9ho": 41, "\u010dasov\u00fd": [41, 44], "\u010dasov\u00fdch": [26, 41], "\u010dasov\u00fdm": 24, "\u010dasto": [6, 13], "\u010dast\u00e1": 20, "\u010dasu": [41, 44], "\u010deho": 41, "\u010dek\u00e1": 19, "\u010dem": 41, "\u010derven\u00e9": 19, "\u010derven\u00fd": 19, "\u010detnost": [41, 48], "\u010di": [7, 19, 26, 28, 35, 37, 41, 42, 44, 81], "\u010distou": 12, "\u010diteln\u00e9": 26, "\u010dlen": 42, "\u010dlena": 42, "\u010dlenem": 42, "\u010dleni": 35, "\u010dlenovi": 42, "\u010dlenov\u00e9": 20, "\u010dlenstv\u00ed": [42, 82], "\u010dlen\u016f": 42, "\u010dl\u00e1nku": 20, "\u010dten\u00ed": [20, 35, 41, 42, 80], "\u010dtvrtou": 41, "\u010dty\u0159ech": 44, "\u010dty\u0159i": 42, "\u010d\u00e1rami": 19, "\u010d\u00e1st": [19, 20, 51], "\u010d\u00e1sti": [19, 42], "\u010d\u00e1st\u00ed": 44, "\u010d\u00edm\u017e": [20, 26], "\u010d\u00edsla": 42, "\u010d\u00edst": 26, "\u0159ekn\u011bm": 10, "\u0159et\u011bzc": 44, "\u0159et\u011bzec": 19, "\u0159e\u010den\u00e9": 7, "\u0159e\u0161en\u00ed": [10, 35, 47, 53], "\u0159\u00e1dek": [7, 12, 19, 20], "\u0159\u00e1dku": 7, "\u0159\u00e1dn\u011b": 12, "\u0159\u00eddit": 44, "\u0159\u00edk\u00e1": 26, "\u0159\u00edzen\u00ed": 7, "\u0161ed\u00e1": 19, "\u0161ed\u00e9": 41, "\u0161ifrovac\u00ed": [26, 33], "\u0161ifrovan\u00e9": 33, "\u0161ifrovan\u00e9m": 20, "\u0161ifrovan\u00fdch": 20, "\u0161ifrovan\u00fdm": 26, "\u0161ifrovat": 26, "\u0161ifrov\u00e1n": 26, "\u0161ifrov\u00e1ni": 26, "\u0161ifrov\u00e1n\u00ed": [20, 47], "\u0161ipku": [28, 39, 50], "\u0161t\u00edtek": 44, "\u0161t\u00edtku": 44, "\u017ee": [7, 10, 12, 19, 20, 24, 26, 39, 41, 42, 44, 47, 49, 51], "\u017elut\u00e9ho": 10, "\u017elut\u00fd": [19, 26], "\u017e\u00e1daj\u00edc\u00ed": 28, "\u017e\u00e1dn\u00e1": [19, 41, 44, 51], "\u017e\u00e1dn\u00e9": [7, 19, 24, 28, 41, 44], "\u017e\u00e1dn\u00e9ho": 44, "\u017e\u00e1dn\u00fd": 44, "\u017e\u00e1dost\u00ed": [20, 41]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Obsah", "N\u00e1stroj pro automatickou aktualizaci", "Using the Command-Line Client", "Configuration File", "Kolize", "Environment Variables", "\u010casto kladen\u00e9 dotazy", "Desktop Client", "Instalace", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Kan\u00e1ly aktualizac\u00ed", "Pou\u017e\u00edv\u00e1n\u00ed synchroniza\u010dn\u00edho klienta", "P\u0159\u00edstup k soubor\u016fm v Nextcloud prost\u0159ednictv\u00edm protokolu WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Spr\u00e1va smazan\u00fdch soubor\u016f", "Synchronizace s desktopov\u00fdmi a mobiln\u00edmi platformami", "Using server-side encryption", "Using external storage", "Using federation shares", "Prov\u00e1d\u011bn\u00ed anonymn\u00edch nahr\u00e1n\u00ed", "Soubory a synchronizace", "Nahr\u00e1v\u00e1n\u00ed velk\u00fdch soubor\u016f", "Managing your files", "Kv\u00f3ta \u00falo\u017ei\u0161t\u011b", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Spr\u00e1va verz\u00ed", "Nastavov\u00e1n\u00ed zpr\u00e1v \u201eJsem mimo kancel\u00e1\u0159\u201c", "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kalend\u00e1\u0159", "Pou\u017e\u00edv\u00e1n\u00ed aplikace Kontakty", "Software pro podporu spolupr\u00e1ce", "Pou\u017e\u00edv\u00e1n\u00ed aplikace E-mail", "Synchronizace se syst\u00e9mem Android", "Synchronizace s GNOME desktopem", "Synchronizace se syst\u00e9mem iOS", "Synchronizace s aplikac\u00ed KDE Kontact", "Synchronizace se syst\u00e9mem macOS", "Synchronizace s aplikac\u00ed Thunderbird", "Synchronizace se syst\u00e9mem Windows 10", "Migrate data between instances", "\u00davod do u\u017eivatelsk\u00e9 p\u0159\u00edru\u010dky k Nextcloud verze 35", "Spr\u00e1va p\u0159ipojen\u00fdch prohl\u00ed\u017ee\u010d\u016f a za\u0159\u00edzen\u00ed", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Zp\u0159\u00edstupn\u011bn\u00ed pro v\u0161echny", "Pou\u017e\u00edv\u00e1n\u00ed dvouf\u00e1zov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed se", "Nastaven\u00ed va\u0161ich p\u0159edvoleb", "The Nextcloud web interface"], "titleterms": {"": [2, 25, 35, 41, 45, 46, 48, 50, 81], "1": [5, 69], "10": 51, "100": 12, "2": [5, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "For": 77, "The": 83, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": 44, "action": [15, 44], "activ": [0, 21], "ad": [27, 38], "add": 44, "address": 44, "adresi": 44, "adres\u00e1\u0159i": 82, "adres\u00e1\u0159\u016f": 42, "advanc": 44, "ai": [1, 44], "akc": 44, "aktualizaci": 7, "aktualizac\u00ed": 18, "aktualizac\u00edm": 7, "alia": [15, 44], "all": 78, "alternativa": 50, "an": [5, 38, 70, 72, 78], "android": 45, "anonymn\u00edch": 29, "anoth": 44, "aplikac": [24, 41, 42, 44, 45], "aplikaci": 80, "aplikac\u00ed": [45, 48, 50, 81], "app": [0, 75], "appear": 55, "archiv": 69, "assign": 36, "assist": 1, "attach": 56, "audio": 60, "autom": 44, "automatick": 7, "automatick\u00e9": 44, "automatick\u00fdm": 7, "automatizovan\u00fd": 41, "backend": 27, "background": 60, "ban": 69, "barvi": 44, "between": 52, "bez": [26, 45], "bloki": 44, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "bych": 12, "calendar": [41, 44, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chci": 12, "chytr\u00e9": 44, "client": [8, 13, 60], "cloud": 28, "co": 24, "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "configur": [9, 15, 58], "conflict": 15, "connect": 21, "consent": 62, "contact": 42, "context": 15, "control": 60, "convers": [55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [69, 83], "data": 52, "debug": 15, "deck": 75, "deleg": [41, 44], "delegov\u00e1n\u00ed": 44, "desktop": [13, 60], "desktopem": 46, "desktopov\u00e9": 20, "desktopov\u00fdmi": 25, "desktopu": 19, "detail": 21, "detect": 27, "detekc": 44, "devic": 38, "dialogu": 44, "disk": 11, "disk\u016f": 20, "displai": 38, "dispos": 69, "do": [26, 35, 42, 44, 53], "doba": 41, "dokola": 12, "dolphin": 20, "dopl\u0148ku": 50, "doporu\u010den\u00e1": 50, "dostupnost": 41, "dotazi": [12, 26], "download": [14, 15, 60], "duplicitn\u00edch": 42, "dure": 60, "dvouf\u00e1zov\u00e9ho": 81, "dvouf\u00e1zov\u00e9m": 81, "dvouf\u00e1zov\u00fdm": 81, "e": 44, "e2e": 38, "edit": [41, 76], "editoru": [19, 44], "email": [0, 28, 72], "emoji": 66, "enabl": 38, "encrypt": [26, 34, 38], "end": 38, "environ": 11, "event": 59, "everyon": 5, "exampl": 8, "exclud": 8, "experiment\u00e1ln\u00ed": 10, "expir": 69, "export": 41, "extens": 15, "extern": 27, "factor": 81, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 15, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filter": [0, 21, 69], "filtr": 44, "filtrov\u00e1n\u00ed": 44, "filtru": 44, "finder": 15, "first": [2, 5], "folder": [38, 44], "frequenc": 0, "from": [27, 59, 71, 75], "full": [60, 72], "funguj": 12, "gener": 17, "get": 2, "glob\u00e1ln\u00edm": 82, "gnome": 46, "grid": [21, 65], "group": [26, 69], "guest": 72, "hand": 60, "handl": 8, "hardwarov\u00fdch": 81, "hesla": [26, 54], "heslo": 26, "histori": 1, "hled\u00e1n\u00ed": 44, "hloub\u011bji": 12, "how": 5, "i": [12, 26], "ic": 41, "ignorov\u00e1n\u00ed": 19, "ikona": 19, "ikoni": [19, 21], "immedi": 60, "import": 41, "importov\u00e1n\u00ed": 42, "indic": 15, "informac": 44, "initi": 14, "insert": 66, "instal": [8, 14], "instalac": 14, "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [21, 83], "intern\u00ed": [35, 44], "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "jak": [12, 24, 26, 44], "jazyk": 12, "je": 26, "jednotek": 20, "jednotliv\u00e1": 54, "jin\u00e9": 20, "join": [60, 72], "jsem": 40, "jsou": [12, 24, 80], "k": [19, 20, 26, 41, 53], "kalend\u00e1\u0159": [41, 45, 47, 50, 51], "kalend\u00e1\u0159\u016f": 41, "kancel\u00e1\u0159": 40, "kan\u00e1li": 18, "kde": [20, 48], "kdo": 82, "kdy\u017e": [12, 24], "ke": [42, 81], "keep": 15, "kei": 26, "keyboard": 44, "kladen\u00e9": [12, 26], "klienta": 19, "klienti": [20, 25], "klientsk\u00fdch": 81, "kl\u00e1vesnic": 80, "kl\u00ed\u010de": 26, "kl\u00ed\u010di": 26, "known": 15, "koliz": 10, "konfer": 44, "kontact": 48, "kontakti": [42, 45, 47, 50, 51], "kontaktu": 42, "kontakt\u016f": [42, 44, 82], "kontrola": 41, "konverzac": 41, "ko\u0161": 41, "ko\u0161e": 44, "krok\u016f": 44, "kter\u00e9": 80, "kv\u00f3ta": 33, "kv\u00f3ty": 24, "layout": 65, "level": [15, 36], "line": [8, 16], "linux": [7, 14, 17, 20], "linuxov\u00e9ho": 20, "linuxu": 12, "list": [8, 55, 60], "live": 64, "lobbi": 79, "lock": 15, "log": 15, "lok\u00e1ln\u00ed": 12, "lok\u00e1ln\u011b": 12, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "mailov\u00e9": 44, "mailov\u00e9ho": 44, "mailu": 44, "mail\u016f": 44, "manag": [32, 36, 41, 58, 62, 69], "mapov\u00e1n\u00ed": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "maz\u00e1n\u00ed": 44, "meet": [41, 44, 59], "menu": 15, "messag": [55, 66, 69, 75, 76], "metoda": 50, "microsoft": 20, "migrat": 52, "mimo": 40, "minimalizac": 44, "mnemon": 38, "mobil": 60, "mobiln\u00ed": [20, 25, 45], "mobiln\u00edmi": 25, "mode": 44, "moder": 77, "more": 66, "motivi": 80, "mo\u017en\u00e9": 26, "m\u00edstnosti": 41, "m\u00edstnost\u00ed": 41, "m\u016f\u017ee": 82, "na": [12, 14, 24, 26, 41, 44, 83], "nahr\u00e1n\u00ed": 29, "nahr\u00e1v\u00e1ni": 12, "nahr\u00e1v\u00e1n\u00ed": [10, 29, 31], "naimportov\u00e1n\u00ed": 41, "napl\u00e1novan\u00e9": 44, "napojen\u00ed": 44, "naps\u00e1n\u00ed": 44, "narozeninami": 41, "nar\u00e1z": 42, "nastaven\u00ed": [29, 41, 44, 49, 81, 82], "nastavit": 19, "nastavov\u00e1n\u00ed": [19, 40], "nativ": 44, "nautilu": 20, "navig": [21, 83], "nebo": [26, 41, 42], "neprob\u011bhla": 12, "nespolehlivosti": 12, "nevy\u017e\u00e1dan\u00e9": 44, "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "ne\u0161ifrovan\u00e9": 26, "ne\u017e": 12, "nich": 12, "note": 69, "notif": [0, 1, 41, 69], "nov\u00e9": 41, "nov\u00e9ho": [41, 44], "nov\u00fd": 44, "nov\u00fdch": 19, "n\u00e1hledi": 21, "n\u00e1sledn\u00fdch": 44, "n\u00e1stroj": 7, "n\u00e1stroje": 20, "n\u00e1st\u011bnku": 44, "n\u011bkter\u00e9": 12, "o": [12, 44], "obecn\u00e9": 19, "objevilo": 12, "oblasti": 19, "obr\u00e1zek": 42, "obsah": 6, "obsahu": 21, "ob\u00e1lki": 44, "odb\u011bru": 44, "odchoz\u00ed": 44, "odebr\u00e1n\u00ed": 42, "odeb\u00edr\u00e1n\u00ed": 41, "odhl\u00e1\u0161en\u00ed": 44, "odkazem": 35, "odlo\u017eit": 44, "odpov\u00edd\u00e1n\u00ed": [41, 44], "odpov\u011bdi": 44, "odpov\u011b\u010f": 20, "ofici\u00e1ln\u00ed": 20, "ohledn\u011b": [12, 26, 44], "okna": 19, "okno": 19, "omezen\u00ed": 82, "onboard": 5, "one": 69, "opakovan\u00e9ho": 41, "open": 78, "operac\u00ed": 44, "option": 16, "ostatn\u00ed": 35, "other": 72, "our": 5, "ovl\u00e1dac\u00ed": [21, 41], "ov\u011b\u0159ov\u00e1n\u00ed": 81, "ov\u011b\u0159ov\u00e1n\u00edm": 81, "own": [5, 27], "ownership": 37, "oznamovac\u00ed": 19, "page": 5, "panelu": 19, "parent": 5, "particip": [60, 69], "person": 1, "picker": [1, 66], "pin": 76, "platformami": 25, "platformi": [20, 25], "pl\u00e1nov\u00e1no": 26, "po": 80, "podadres\u00e1\u0159\u016f": 12, "podm\u00ednki": 44, "podobi": 26, "podporu": 43, "pohyb": 80, "pojmenov\u00e1n\u00ed": 39, "pokusu": 12, "poll": 56, "polo\u017eki": 42, "pomoc\u00ed": [20, 26, 42, 81], "possibl": 26, "postup": 7, "pouz": 50, "pou\u017eit\u00ed": [19, 50], "pou\u017e\u00edv\u00e1n\u00ed": [19, 26, 41, 42, 44, 81], "pozad\u00ed": 26, "pozv\u00e1nki": 41, "pozv\u00e1n\u00ed": 41, "po\u0159ad\u00ed": 44, "po\u0159\u00e1d": 12, "po\u0161ta": 44, "po\u017eadavki": [14, 83], "pracovn\u00ed": [7, 41], "privaci": 69, "privat": 69, "pro": [7, 20, 25, 29, 41, 42, 43, 44, 54, 80], "probl\u00e9m": 20, "probl\u00e9mi": 20, "probl\u00e9m\u016f": 49, "profil": 83, "profilu": 82, "progress": 41, "prohl\u00ed\u017ee\u010d": 83, "prohl\u00ed\u017ee\u010d\u016f": 54, "project": 5, "propos": 41, "prostor": 24, "prost\u0159edk\u016f": 41, "prost\u0159ednictv\u00edm": [20, 80], "prost\u0159ed\u00ed": 7, "protokolu": 20, "provid": 15, "prov\u00e1d\u011bn\u00ed": 29, "prvek": 41, "prvky": 21, "pr\u00e1ce": 41, "pr\u016fhlednost": 41, "pr\u016fzkumn\u00edka": 20, "p\u0159ednostn\u00ed": 44, "p\u0159edvolbi": 42, "p\u0159edvoleb": 82, "p\u0159ehl": 10, "p\u0159ehr\u00e1va\u010d": 21, "p\u0159ekl\u00e1d\u00e1n\u00ed": 44, "p\u0159ekryvn\u00e9": 19, "p\u0159epnout": 44, "p\u0159esouv\u00e1n\u00ed": 21, "p\u0159esunout": [12, 26], "p\u0159esunut\u00ed": 44, "p\u0159i": [10, 12, 81], "p\u0159idat": [42, 44], "p\u0159id\u00e1n\u00ed": [35, 41, 44], "p\u0159id\u00e1v\u00e1n\u00ed": [19, 41, 42], "p\u0159ihla\u0161ovac\u00edho": 54, "p\u0159ihla\u0161ov\u00e1n\u00ed": 81, "p\u0159ihl\u00e1\u0161en\u00ed": [26, 41], "p\u0159ipojen\u00ed": 20, "p\u0159ipojen\u00fdch": 54, "p\u0159ipom\u00ednek": 41, "p\u0159ipom\u00ednki": 44, "p\u0159istupov\u00e1n\u00ed": 20, "p\u0159izp\u016fsobov\u00e1n\u00ed": 80, "p\u0159i\u0159azov\u00e1n\u00ed": 41, "p\u0159\u00edjem": 29, "p\u0159\u00edjemci": 44, "p\u0159\u00edkazov\u00e9ho": 20, "p\u0159\u00edklad": 10, "p\u0159\u00edloh": 41, "p\u0159\u00edru\u010dki": 53, "p\u0159\u00edstup": 20, "p\u0159\u00edstupem": 35, "p\u0159\u00ed\u0161t\u00ed": 26, "quick": 44, "rais": 60, "reaction": 60, "record": [60, 62], "recoveri": [26, 81], "refresh": 44, "remind": 76, "repli": 66, "respond": 41, "re\u017eim": 44, "rhyba\u0159en\u00ed": 44, "role": 42, "room": [58, 60], "rozhran\u00ed": 12, "rozm\u011br\u016fm": 80, "rozvr\u017een\u00ed": 44, "rss": 0, "run": 1, "ru\u010dn\u00ed": 42, "r\u00e1d": 12, "schedul": [59, 66], "schr\u00e1nka": 44, "schr\u00e1nky": [29, 44], "sch\u016fzkou": 41, "sch\u016fzku": 41, "sch\u016fzky": 41, "screen": [60, 63, 72], "sd\u00edlen\u00e9": [24, 42], "sd\u00edlen\u00ed": [19, 21, 26, 35, 41, 82], "sd\u00edlen\u00edm": 20, "se": [12, 24, 26, 41, 44, 45, 47, 49, 51, 81], "search": [21, 44, 76, 83], "second": 81, "secur": 34, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 60, 72, 76, 83], "setup": 14, "seznamu": 19, "share": [15, 21, 23, 26, 27, 28, 35, 41, 44, 56, 63, 72, 75], "shortcut": 44, "shrnut\u00ed": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "skupin": 42, "skupinami": 35, "sledov\u00e1n\u00ed": 12, "slou\u010den\u00ed": 42, "slo\u017eek": 21, "slo\u017eki": 44, "slo\u017eku": 12, "slo\u017ek\u00e1ch": 12, "smart": [1, 66], "smazan\u00e9": 24, "smazan\u00fdch": 24, "smazat": 44, "smaz\u00e1ni": 24, "smaz\u00e1n\u00ed": [39, 41], "softwar": 43, "sort": 44, "soubori": [12, 24, 26, 30, 45], "soubor\u016f": [19, 20, 21, 24, 26, 29, 31], "soubor\u016fm": 20, "soukrom\u00e9": 26, "sou\u010d\u00e1st\u00ed": 80, "space": 11, "speaker": 65, "spolupr\u00e1c": 43, "spravuj": 24, "spr\u00e1va": [24, 39, 41, 42, 44, 54], "spr\u00e1vce": [19, 20], "spu\u0161t\u011bn\u00e9": 26, "stane": 24, "start": [2, 60, 72], "statu": 15, "stav": [19, 41], "stavu": 21, "step": [2, 5], "storag": 27, "stran": 20, "stream": 0, "subfold": 44, "summari": [0, 66], "support": [14, 15, 27], "svou": 12, "sv\u00e1tk\u016f": 41, "sv\u00e9": 42, "sync": 15, "synchronizac": [12, 25, 30, 45, 46, 47, 48, 49, 50, 51], "synchronizaci": 12, "synchroniza\u010dn\u00ed": 12, "synchroniza\u010dn\u00edho": 19, "synchronizovan\u00fdch": 12, "system": 36, "syst\u00e9m": 14, "syst\u00e9mem": [45, 47, 49, 51], "syst\u00e9mov\u00e9ho": 19, "syst\u00e9mu": 20, "s\u00ed\u0165": 19, "tag": 36, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": 5, "templat": 5, "textov\u00e9": 44, "thread": 76, "thunderbird": 50, "tlsv1": 51, "togeth": 5, "toho": 82, "token\u016f": 81, "toto": 26, "transcript": 64, "transfer": 37, "translat": 64, "troubleshoot": [15, 51], "t\u00fdm": 42, "t\u00fdmu": 42, "t\u00fdmy": 42, "t\u011ble": 44, "t\u0159et\u00edch": 20, "u": 42, "ud\u00e1lost": 41, "ud\u00e1lostem": 41, "ud\u00e1losti": [41, 44], "ud\u00e1lost\u00ed": 41, "unifi": [44, 83], "uninstal": 17, "up": [44, 60], "upload": 21, "upozorn\u011bn\u00ed": 45, "upravit": [12, 44], "us": [0, 2, 8, 15, 21, 26, 27, 28, 38, 44, 66], "usag": 8, "uspo\u0159\u00e1d\u00e1vejt": 42, "u\u017e": 80, "u\u017eiv": 35, "u\u017eivatel": [19, 26, 41], "u\u017eivatelsk\u00e9": 53, "u\u017eivatelsk\u00e9ho": 12, "v": [7, 12, 19, 20, 41, 42, 44, 82], "variabl": 11, "varov\u00e1n\u00ed": 12, "va\u0161eho": [19, 44, 82], "va\u0161ich": [49, 82], "va\u0161\u00ed": 29, "velk\u00fdch": 31, "version": 14, "verz": [39, 53], "verz\u00ed": 39, "ve\u0159ejn\u00e9ho": 35, "ve\u0159ejn\u00fdm": [20, 35], "via": 28, "video": 60, "vide\u00ed": 21, "vid\u011bt": 82, "view": [0, 21, 41, 55, 65, 78], "virtu\u00e1ln\u00edch": 42, "vlastn\u00ed": 29, "vl\u00e1kna": 44, "vno\u0159en\u00fdch": 12, "volbi": 41, "vyb\u00edr\u00e1n\u00ed": 21, "vypnout": 26, "vytvo\u0159en\u00ed": [41, 42, 44], "vytv\u00e1\u0159en\u00ed": [20, 41], "vzhledu": 80, "v\u00edcero": 42, "v\u011bci": 81, "v\u0161echni": [44, 80], "web": [21, 83], "webdav": 20, "webinar": 79, "webov\u00fd": 83, "what": 2, "why": 2, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "you": 81, "your": [0, 5, 21, 22, 27, 32, 69, 81], "z": [19, 20, 44, 82], "zabezpe\u010den\u00ed": 44, "zabr\u00e1n\u011bn\u00ed": 7, "zanepr\u00e1zdn\u011bnost\u00ed": 41, "zapnout": 12, "zapn\u011bt": 44, "zarezervovan": 41, "zarezervovan\u00e9": 41, "zarezervov\u00e1n\u00ed": 41, "zastav\u00ed": 12, "za\u0159\u00edzen\u00ed": 54, "zduplikov\u00e1n\u00ed": 41, "ze": [20, 44], "zm\u00edn\u011bn\u00ed": 44, "zm\u011bn": 12, "zm\u011bna": [12, 26, 44, 54], "zm\u011bnil": 12, "zn\u00e1m\u00e9": 20, "zobrazen\u00ed": [44, 80], "zpr\u00e1v": [40, 44], "zpr\u00e1vami": 44, "zpr\u00e1vy": 44, "zp\u0159\u00edstupn\u011bn\u00ed": 80, "zve\u0159ejn\u011bn\u00ed": 41, "zv\u00e1\u017een\u00ed": 81, "zv\u011bt\u0161ov\u00e1n\u00ed": 80, "z\u00e1chrann\u00e9ho": 26, "z\u00e1chrann\u00e9mu": 26, "z\u00e1kladn\u00ed": 7, "\u00fadaje": [42, 82], "\u00fadaj\u016f": 82, "\u00fakolu": 44, "\u00falohi": 26, "\u00falo\u017ei\u0161ti": 24, "\u00falo\u017ei\u0161t\u011b": 33, "\u00faprava": [41, 42], "\u00farovn\u00ed": 12, "\u00favod": 53, "\u00fa\u010dastn\u00edk\u016f": 41, "\u00fa\u010dtu": [19, 44], "\u00fa\u010dt\u016f": [19, 49], "\u010dasto": [12, 26], "\u010di": 21, "\u010dleni": 42, "\u010d\u00e1sti": 26, "\u0159azen\u00ed": 44, "\u0159e\u0161en\u00ed": [20, 49], "\u0159\u00e1dku": 20, "\u0161ifrovan\u00fdch": 26, "\u0161ifrov\u00e1n\u00ed": 26, "\u0161t\u00edtky": 44, "\u0161t\u00edtk\u016f": 44, "\u017e\u00e1dn\u00e1": 12}}) \ No newline at end of file diff --git a/server/latest/user_manual/da/contents.html b/server/latest/user_manual/da/contents.html index 95f3b4214d4..a7c8ea58fe4 100644 --- a/server/latest/user_manual/da/contents.html +++ b/server/latest/user_manual/da/contents.html @@ -180,6 +180,7 @@
      207. Installation
      208. Uninstallation
      209. Using the Synchronization Client
      210. +
      211. Using the macOS File Provider
      212. Using the Command-Line Client
      213. Command-Line Options
      214. Configuration File
      215. diff --git a/server/latest/user_manual/da/desktop/autoupdate.html b/server/latest/user_manual/da/desktop/autoupdate.html index d872e4d4703..cd918400907 100644 --- a/server/latest/user_manual/da/desktop/autoupdate.html +++ b/server/latest/user_manual/da/desktop/autoupdate.html @@ -84,6 +84,7 @@
      216. Installation
      217. Uninstallation
      218. Using the Synchronization Client
      219. +
      220. Using the macOS File Provider
      221. Using the Command-Line Client
      222. Command-Line Options
      223. Configuration File
      224. diff --git a/server/latest/user_manual/da/desktop/commandline.html b/server/latest/user_manual/da/desktop/commandline.html index 0770842d8f1..333bd8527c0 100644 --- a/server/latest/user_manual/da/desktop/commandline.html +++ b/server/latest/user_manual/da/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      225. Installation
      226. Uninstallation
      227. Using the Synchronization Client
      228. +
      229. Using the macOS File Provider
      230. Using the Command-Line Client
        • Install
        • Usage
        • @@ -257,7 +258,7 @@

          Example
          diff --git a/server/latest/user_manual/da/desktop/configfile.html b/server/latest/user_manual/da/desktop/configfile.html index 922e8253341..cb1a55596f3 100644 --- a/server/latest/user_manual/da/desktop/configfile.html +++ b/server/latest/user_manual/da/desktop/configfile.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/conflicts.html b/server/latest/user_manual/da/desktop/conflicts.html index 6e8da487200..69683aa0ac4 100644 --- a/server/latest/user_manual/da/desktop/conflicts.html +++ b/server/latest/user_manual/da/desktop/conflicts.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/envvars.html b/server/latest/user_manual/da/desktop/envvars.html index dfa92d29d05..baa0d59eaad 100644 --- a/server/latest/user_manual/da/desktop/envvars.html +++ b/server/latest/user_manual/da/desktop/envvars.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/faq.html b/server/latest/user_manual/da/desktop/faq.html index a3f44a8f6be..980ec62a754 100644 --- a/server/latest/user_manual/da/desktop/faq.html +++ b/server/latest/user_manual/da/desktop/faq.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/index.html b/server/latest/user_manual/da/desktop/index.html index 54dc1f249e8..9090e4215ea 100644 --- a/server/latest/user_manual/da/desktop/index.html +++ b/server/latest/user_manual/da/desktop/index.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -133,6 +134,7 @@

          Desktop ClientInstallation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/installation.html b/server/latest/user_manual/da/desktop/installation.html index 0a6bcc9f8e0..37abdf081d4 100644 --- a/server/latest/user_manual/da/desktop/installation.html +++ b/server/latest/user_manual/da/desktop/installation.html @@ -92,6 +92,7 @@
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/macosfileprovider.html b/server/latest/user_manual/da/desktop/macosfileprovider.html new file mode 100644 index 00000000000..7252374404a --- /dev/null +++ b/server/latest/user_manual/da/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versioner
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/da/desktop/macosvfs.html b/server/latest/user_manual/da/desktop/macosvfs.html index e07153aa53a..497d7f7af97 100644 --- a/server/latest/user_manual/da/desktop/macosvfs.html +++ b/server/latest/user_manual/da/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versioner
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/da/desktop/options.html b/server/latest/user_manual/da/desktop/options.html index ae9528ca095..b0f02bb075a 100644 --- a/server/latest/user_manual/da/desktop/options.html +++ b/server/latest/user_manual/da/desktop/options.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/da/desktop/uninstallation.html b/server/latest/user_manual/da/desktop/uninstallation.html index d87cfee189b..609677900db 100644 --- a/server/latest/user_manual/da/desktop/uninstallation.html +++ b/server/latest/user_manual/da/desktop/uninstallation.html @@ -92,6 +92,7 @@

      231. Using the Synchronization Client
      232. +
      233. Using the macOS File Provider
      234. Using the Command-Line Client
      235. Command-Line Options
      236. Configuration File
      237. diff --git a/server/latest/user_manual/da/desktop/updatechannel.html b/server/latest/user_manual/da/desktop/updatechannel.html index b61e9337483..bcffdccd0cf 100644 --- a/server/latest/user_manual/da/desktop/updatechannel.html +++ b/server/latest/user_manual/da/desktop/updatechannel.html @@ -84,6 +84,7 @@
      238. Installation
      239. Uninstallation
      240. Using the Synchronization Client
      241. +
      242. Using the macOS File Provider
      243. Using the Command-Line Client
      244. Command-Line Options
      245. Configuration File
      246. diff --git a/server/latest/user_manual/da/desktop/usage.html b/server/latest/user_manual/da/desktop/usage.html index 3a686afb517..81c5e6bbcb8 100644 --- a/server/latest/user_manual/da/desktop/usage.html +++ b/server/latest/user_manual/da/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      247. General Window
      248. Using the Network Window
      249. Using the Ignored Files Editor
      250. -
      251. Virtual Files on macOS -
      252. +
      253. Using the macOS File Provider
      254. Using the Command-Line Client
      255. Command-Line Options
      256. Configuration File
      257. @@ -383,15 +380,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -399,7 +387,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/da/objects.inv b/server/latest/user_manual/da/objects.inv index 99c86e9e666..74f1e152795 100644 Binary files a/server/latest/user_manual/da/objects.inv and b/server/latest/user_manual/da/objects.inv differ diff --git a/server/latest/user_manual/da/searchindex.js b/server/latest/user_manual/da/searchindex.js index 7f6667c2cf0..fe7e8a525b9 100644 --- a/server/latest/user_manual/da/searchindex.js +++ b/server/latest/user_manual/da/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrer tilsluttede browsere og enheder": [[54, null]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2039 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Delingsstatusikoner": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Desktop og mobil synkronisering": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Enhedsspecifikke adgangskoder og adgangskode\u00e6ndringer": [[54, "device-specific-passwords-and-password-changes"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Fil kontrol": [[21, "file-controls"]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filer og synkronisering": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Flytter filer": [[21, "moving-files"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Forh\u00e5ndsvisning af filer": [[21, "previewing-files"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \u00bbEdit locally\u00ab functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "Hvad sker der, n\u00e5r delte filer slettes": [[24, "what-happens-when-shared-files-are-deleted"]], "Hvordan den slettede filer -app administrerer lagerplads": [[24, "how-the-deleted-files-app-manages-storage-space"]], "H\u00e5ndtering af enheder": [[54, "managing-devices"]], "H\u00e5ndtering af slettede filer": [[24, null]], "H\u00e5ndtering af tilsluttede browsere": [[54, "managing-connected-browsers"]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Indholdsfortegnelse": [[6, null]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Kvoter": [[24, "quotas"]], "Lagerkvote": [[33, null]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobil klienter": [[25, "mobile-clients"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 brugermanual introduktion": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Oprettelse af anonyme uploads": [[29, null]], "Ops\u00e6tning af dit eget fil -drop": [[29, "setting-up-your-own-file-drop"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Upload af filer": [[29, "uploading-files"]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Valg af filer eller mapper": [[21, "selecting-files-or-folders"]], "Version control": [[39, null]], "Videoafspiller": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser krav": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "At": [19, 20, 44, 49, 54], "Den": 24, "Det": [24, 28, 29, 33], "Dets": 25, "Dette": 28, "Dig": 20, "Din": [21, 24], "Du": [21, 28, 29, 54], "End": 38, "Et": 53, "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 24, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "Here": [15, 66, 69, 72], "Hvis": [24, 33], "Men": 24, "Nu": 29, "N\u00e5r": [24, 29, 33], "OS": 8, "Som": 24, "Some": [9, 14, 27, 35, 41, 44, 57, 82], "_": [8, 24], "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 18, 19, 20, 25, 27, 29, 33, 36, 37, 40, 43, 45, 46, 47, 48, 49, 50, 51, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ability": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abonnement": 53, "abort": 11, "aborted": 11, "about": [0, 5, 15, 19, 20, 21, 26, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "accelerat": 15, "accept": [35, 37, 44, 70], "acceptanc": [35, 37, 44], "accepted": [37, 41], "accepting": [41, 73], "acces": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessibl": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accidentally": 41, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "acros": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 76, 77, 83], "actionabl": 75, "activ": [20, 44, 65], "activat": [42, 80], "activiti": [19, 59], "activity": [6, 9, 12, 14, 19, 20, 54, 82, 83], "actual": 15, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "addition": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": 69, "addres": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adgang": 21, "adgangskod": 6, "adgangskode\u00e6ndring": 6, "adjust": [9, 19, 20, 82], "adjustabl": 35, "adjusted": [11, 15, 39], "adjusting": [12, 35], "adjustment": 10, "admin": [13, 14, 36, 42, 44], "admin_manual": 24, "administ": 82, "administr": [6, 81], "administration": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrationsdokumentation": 24, "administrativ": [7, 31, 35, 37], "administrator": [1, 7, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 66, 70, 74, 80, 81, 82], "advanced": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "advising": 26, "afbryd": 54, "affect": 4, "affected": [0, 44], "affecting": 44, "aft": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 81], "agenda": [44, 57], "aggregat": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "aktieej": 33, "aktiv": [28, 29, 33], "ald": 24, "aldring": 33, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [7, 12, 15, 20, 29, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowed": [8, 15, 20, 42, 60, 62], "allowing": [0, 35, 41, 44, 75], "allows": [7, 15, 20, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternativ": [20, 29], "alternatively": [2, 12, 14, 60], "alway": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyzed": 44, "anbefal": 25, "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 31, 33, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "andel": 28, "andr": [24, 28, 33], "android": [6, 20, 25, 38, 43, 53, 73], "anonym": [23, 30], "anonymous": [29, 56], "anonymously": 20, "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answ": 5, "antal": 33, "anvend": 25, "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyon": [66, 82], "anything": [12, 26, 48, 82], "anytim": [28, 62], "anywh": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "apparent": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 69, 70, 82], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 48, 49, 83], "appli": [42, 69], "applicabl": 10, "application": [6, 7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "applied": [19, 36, 44], "apply": [15, 36, 40, 44], "appointment": [44, 48, 52], "appropriat": [20, 31, 51, 76], "approximately": 9, "apt": [17, 20], "arbitrary": [19, 20], "arch": 8, "archiv": [8, 14, 21], "archived": 69, "are": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "articl": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 31, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 19, 26, 27, 40, 41, 44, 45, 50, 62, 66], "asked": [35, 37], "assign": [36, 58, 69], "assigned": [36, 44, 58], "assigning": [20, 21], "assignment": 58, "assistant": [6, 66], "assistiv": 80, "associated": 19, "assuming": 15, "asterisk": 19, "attac": 44, "attach": 36, "attachment": [29, 44, 67, 73], "attempt": [14, 44, 51], "attempting": 10, "attende": 52, "attention": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authenticat": 20, "authentication": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "authenticator": 81, "author": 10, "authoring": 20, "authoriti": 20, "auto": [7, 20, 41, 42, 44, 56], "autocompletion": 37, "automated": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "availability": [19, 40, 69], "availabl": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 26, 27, 35, 39, 40, 41, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "away": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backing": 44, "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "ban": 26, "bandwidth": 19, "banned": 69, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bas": [10, 45], "based": [7, 8, 20, 44, 57, 80, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "basis": [15, 42], "batch": [0, 42], "be": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [10, 42, 69], "becoming": 5, "bed": 28, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 20, 37, 42, 60], "bekr\u00e6ft": 28, "bel": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 41, 42, 44, 51, 65], "beregn": [24, 33], "besid": 19, "best": [10, 14, 18, 41, 83], "bet": 26, "beta": 18, "betjen": 53, "betwe": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binary": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklisted": [11, 19], "bliv": 24, "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bodi": 44, "bold": 66, "book": [6, 41, 45, 47, 50], "bookabl": 41, "bord": 27, "bot": [73, 77], "both": [8, 10, 20, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "brightnes": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [0, 2, 6, 7, 12, 14, 20, 21, 27, 28, 35, 38, 51, 63, 72, 81, 82], "browsing": 21, "brug": [24, 25, 28, 29, 33, 54], "bruger1": 24, "bruger2": 24, "bruger3": 24, "brugerkvot": 33, "brugermanual": 6, "bsd": 14, "bubbl": [55, 60], "buck": 27, "bug": [7, 12, 18], "build": [14, 18], "building": 42, "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "bundled": 7, "busines": 44, "busy": 40, "but": [7, 10, 12, 14, 26, 41, 42, 44, 45, 66, 69, 80, 81, 82], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 35, 37, 41, 42, 44, 46, 47, 48, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "byt": [9, 11, 20], "b\u00e5d": 24, "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "cal": [6, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80], "calculation": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "called": [4, 10, 20, 38, 65, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellation": 41, "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabiliti": 20, "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "careful": 12, "carla": 8, "carri": 20, "carry": 15, "cas": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catching": 19, "categori": 45, "category": 0, "caus": [19, 80], "caused": 80, "caution": 9, "cellular": 48, "cent": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certificat": [8, 20, 47, 49], "certification": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 37, 40, 41, 42, 48, 51, 54, 55, 58, 69, 72, 80, 81, 82, 83], "changed": [10, 12, 26, 27, 41, 51, 82], "changing": [12, 20, 41, 69, 82], "channel": [6, 13], "chapt": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatting": [66, 69], "check": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checked": [19, 41, 42], "checking": 9, "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chos": [15, 37, 41, 44], "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologically": 44, "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumstanc": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classification": 44, "clean": [12, 44], "clear": [16, 19, 20, 69], "cleared": 19, "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicked": 44, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 25, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "clos": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "cod": [6, 14, 38, 41, 45, 66], "codec": 21, "cohesiv": 5, "collaborat": 2, "collaboration": [6, 30, 42], "collaborativ": 35, "collaboratively": [2, 3], "collaps": 44, "collapsed": [19, 80], "colleagu": 41, "collected": 41, "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "color": [41, 80], "colored": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 24, 35, 41, 44, 45, 47, 48, 49, 51, 70, 73, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commercial": 29, "common": 80, "communicat": 11, "communicating": 69, "communiti": 3, "community": [8, 14, 20, 41], "compani": 7, "compar": 10, "compatibility": [12, 21], "compatibl": [11, 27, 41, 44, 81], "complet": [17, 20, 28, 42, 43, 45, 69], "completed": [14, 66], "completely": [9, 62], "completion": 1, "complex": 41, "complianc": 62, "compliant": 80, "component": 19, "compos": 80, "composed": 44, "compromised": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "computerfil": 24, "concretiz": 41, "condition": 42, "conf": [7, 9, 12, 17, 20, 24], "confdir": 16, "config_sample_php_paramet": 24, "configur": [0, 14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configuration": [6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 26, 27, 31, 35, 36, 37, 42, 44, 52, 74, 82], "configuration_serv": 24, "configured": [1, 14, 15, 19, 31, 33, 41, 44, 49, 59, 60, 69], "configuring": [6, 20, 27, 45, 54], "confirm": [12, 27, 28, 41, 42, 44, 45, 47], "confirmation": [9, 19, 28, 41, 69], "confirmed": 41, "confirming": 41, "conflict": [6, 13, 41], "conflicted": 10, "conflicting": 10, "confusion": 10, "congratulation": [2, 5], "connect": [12, 14, 20, 21, 25, 27, 54, 81], "connected": [1, 15, 19, 26, 27, 41, 46, 54], "connecting": 20, "connection": [9, 11, 12, 15, 19, 20, 27, 28, 45, 48, 49, 51, 54, 74, 82], "connectivity": [15, 20], "consent": 60, "consid": [17, 20], "considerabl": 12, "consideration": [6, 17], "consistent": 15, "consisting": 43, "consol": 20, "contact": [0, 6, 20, 27, 31, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 44, 60, 72], "contained": [19, 44], "containing": [8, 10, 12, 19, 42, 44], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50], "continually": 12, "continued": 69, "contrary": 8, "contrast": 80, "control": [20, 30, 32, 36, 41, 57, 60, 69, 82], "controlled": [7, 11], "controlling": 7, "convenienc": 19, "convenient": 0, "conversation": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": 15, "copied": [5, 44], "copy": [0, 10, 12, 20, 21, 25, 41, 44, 51], "corn": 50, "correct": [20, 81], "correctly": [15, 20], "correctnes": 19, "corresponding": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": 70, "country": 41, "cov": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 19, 20, 21, 25, 26, 28, 29, 35, 36, 39, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 18, 19, 20, 26, 35, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creating": [12, 19, 44, 54, 59, 82], "creation": [19, 36, 69, 76], "credential": [20, 27, 45, 49, 51], "cros": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 44, 60], "currentcontrols": 20, "currently": [1, 15, 19, 38, 39, 41, 42, 58, 60, 66], "currentversion": 12, "cursor": [2, 41], "custom": [15, 18, 19, 41, 44, 69, 80, 83], "customis": [60, 83], "customisabl": 83, "customiz": [20, 44, 55], "customized": 41, "cutton": 19, "cycl": 12, "cycling": 19, "d": [20, 41, 56], "dag": [24, 33], "daily": [18, 41], "dangerous": 26, "dark": 80, "dashboard": 6, "dat": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "day": [0, 11, 39, 41, 69, 82], "daygridmonth": 41, "days": [39, 41, 44, 59, 83], "db": 8, "deaktiv": 21, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decided": 5, "decimal": 20, "deck": [42, 43, 66], "declin": [35, 44, 60, 70], "declined": 41, "declining": [41, 60], "decoration": [15, 66], "decrypt": [26, 38], "decrypted": 38, "dedicated": [15, 20, 44, 45, 50, 69], "deemed": 19, "deeply": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 26, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [19, 44], "defined": [15, 19, 41, 42], "definition": 19, "del": [21, 24, 28, 33, 80], "delay": 15, "delegat": [41, 44], "delegated": 44, "delej": 33, "delesoftwar": 53, "delet": [0, 1, 10, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 66, 80], "deleted": [9, 21, 24, 41, 44, 59, 69], "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "deling": 28, "delingslink": 28, "delingsl\u00f8sning": 53, "delt": 33, "deny": 54, "depend": [12, 17, 20, 21, 27, 41, 44, 82], "depending": [0, 19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "deployment": [7, 14, 18], "depth": 20, "dern\u00e6st": 28, "derudov": 24, "descendant": 15, "describ": [7, 11], "described": [41, 77], "describing": 41, "description": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": [3, 20, 44, 80], "desired": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 17], "destination": [20, 21], "detail": [1, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detailed": 41, "detalj": 24, "detect": [41, 44], "detected": [9, 44], "detection": 15, "determin": [41, 44], "dev": 8, "develop": 13, "development": [18, 80], "devic": [15, 20, 41, 45, 53, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dic": 57, "did": [12, 26, 44, 60], "differenc": [8, 10, 41], "different": [0, 7, 20, 21, 35, 41, 42, 44, 69, 70, 81], "differently": 19, "digest": 0, "digit": 35, "dine": [21, 24, 53], "direct": [20, 35, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_created": 8, "direk": 28, "dirnam": 16, "dis": [21, 28, 33], "disabl": [0, 1, 7, 9, 19, 35, 41, 44, 47, 57, 60, 62, 64, 72], "disabled": [15, 20, 21, 41, 42, 44], "disabling": 15, "disallow": 7, "disappear": [42, 60], "disconnect": 54, "disconnection": 20, "discord": 74, "discov": [41, 45, 69, 78], "discoverabl": 59, "discovery": [9, 15, 47, 50], "discussion": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 39], "diskplads": 33, "dismis": [60, 79], "display": [1, 12, 15, 16, 19, 20, 21, 38, 41, 51, 60, 66, 82], "displayed": [37, 42, 44, 46], "displaying": [16, 44], "distributed": [20, 41], "distribution": [7, 9, 14, 20, 62], "distro": 12, "disturb": [19, 41, 66, 69], "dit": 21, "divid": [58, 60, 66], "do": [0, 7, 8, 12, 14, 17, 19, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": 24, "document": [1, 2, 5, 8, 12, 15, 21, 46, 80, 82], "documentation": [1, 14, 20, 31, 33, 35, 37, 57, 74], "documented": [20, 80], "does": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "doing": [9, 44], "dokument": 25, "dolphin": 19, "domain": [20, 44, 47], "don": [5, 12, 26, 38, 39, 41, 42, 46, 48, 51, 56, 66, 72, 80], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloaded": [7, 20], "downloading": [15, 19, 21, 35], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "driv": [36, 41], "drive_path": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "duration": [9, 41, 69], "during": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earli": 41, "earpiec": 60, "eas": 80, "easi": 66, "easily": [5, 44, 76], "easy": [2, 5, 20, 26], "echo": 12, "edg": [8, 20, 83], "edit": [7, 15, 19, 20, 21, 28, 38, 56, 66, 72, 76, 83], "editabl": 42, "edited": 41, "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": 35, "effectively": 81, "efficient": 44, "egen": 28, "eget": 53, "eith": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "ejer": 24, "eks": 33, "ekst": 28, "elapsed": 60, "element": [58, 60, 66, 80], "eliminat": 41, "ell": [24, 28, 29, 33], "els": [10, 14, 42, 60, 72], "elsewh": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "embed": [2, 41], "embedded": [41, 42], "embedding": 41, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphasiz": 2, "empty": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 19, 20, 25, 26, 29, 38, 41, 42, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 19, 20, 21, 26, 27, 35, 38, 40, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "enabling": [15, 44, 62], "encoding": 20, "encount": 20, "encrypt": [26, 38], "encrypted": [20, 38, 49], "encryption": [6, 20, 27, 30, 47], "ends": [40, 41, 57, 62, 69], "enest": 28, "engaged": 41, "enhanc": 66, "enhed": [6, 81], "enhedsspecifik": 6, "enhv": 54, "enkelt": 29, "enkeltperson": 53, "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "ent": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entering": 46, "enterpris": [18, 53], "entir": [21, 41, 44], "entirely": [7, 11, 15, 31], "entiti": 42, "entri": [0, 19, 21], "entry": [0, 1, 2, 20, 21, 42, 82], "env": 16, "environment": [6, 8, 10, 13, 20], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "every": [0, 9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everything": [0, 14, 15, 18, 20, 44, 80], "evicting": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exceed": [20, 39], "excellent": 29, "except": [20, 44, 69], "exchang": 41, "exclud": 19, "excluded": [12, 15, 39], "excluding": 19, "exclusiv": 44, "exe": [12, 20], "execut": [38, 57], "executed": 44, "execution": [1, 44], "exist": [12, 20, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exit": [8, 19, 20], "expand": [19, 20, 44], "expanded": 80, "expect": 2, "expected": [19, 44], "experienc": [18, 20, 44, 60, 83], "experimental": 9, "expir": 39, "expiration": [35, 39], "explain": 20, "explanatory": 42, "explicit": 62, "explicitly": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "exposed": 26, "extend": [66, 69], "extension": [12, 20, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "eye": 19, "eyes": 80, "f": [17, 33, 45, 60, 72, 80, 83], "facing": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20], "failed": [12, 44], "failur": [9, 12], "fal": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favorited": 42, "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "felt": 28, "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": [1, 3, 5, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 50, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fildeling": 28, "fileinto": 44, "filenam": [16, 19, 26], "files_version": 39, "filesizelimitinbyt": 20, "filesystem": 20, "filing": 41, "filled": [15, 27, 41, 44], "filnavn": 29, "filsynkronisering": 53, "filt": [0, 1, 21, 36, 42, 59, 76, 83], "filtering": 69, "filversion": 33, "fin": [41, 48], "final": 41, "finaliz": 69, "finally": [20, 41], "find": [12, 14, 17, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finding": 41, "finis": [5, 41, 50, 52], "finish": [1, 20, 45], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "fjern": [28, 33], "fjerndeling": 28, "flag": 44, "flagged": 44, "fledged": 50, "fleeting": 19, "fler": 24, "flexibility": 44, "flow": [9, 41], "flows": 25, "flush": 16, "flyt": 24, "focus": [44, 80], "focused": [14, 55, 58, 60], "fold": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 5, 14, 18, 19, 20, 35, 51, 80], "followed": [1, 19, 20, 44], "following": [7, 8, 12, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 45, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "font": 80, "forbind": 54, "forbliv": 24, "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "foreningsdeling": 28, "forev": 41, "forg": [5, 26], "forhindr": 24, "forh\u00e5ndsvis": 21, "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41], "formatted": 44, "formatting": 5, "formerly": 45, "formularfelt": 28, "forst\u00e5": 33, "forth": [1, 41], "forward": [69, 76], "forwarded": 41, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "fred": 53, "free": [11, 15, 20, 39, 40, 41, 60, 80], "freeing": 15, "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "ful": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinterval": 9, "fullscre": 80, "fully": [15, 20, 25, 38, 80], "fun": 5, "function": [20, 81], "functionality": [7, 20, 42], "funktion": [21, 29], "furth": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "fyld": 33, "f\u00e5": 21, "f\u00e6rd": 28, "f\u00f8j": 28, "f\u00f8lg": 28, "f\u00f8r": 24, "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "gallery": 26, "gang": 24, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "gem": 33, "gendel": 21, "general": [7, 9, 12, 41, 77], "generally": 41, "generat": [41, 45, 46, 48, 54, 66, 81], "generated": [1, 41, 44, 49, 52, 54, 66], "generation": 1, "generic": 45, "gennemf\u00f8rt": 29, "german": 80, "gestur": 63, "get": [10, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "getting": [3, 6], "gif": 66, "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 24, 28, 35, 39, 41, 44, 53, 54, 60, 62, 63], "giving": [0, 12], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gon": 41, "googl": [41, 45, 81, 83], "got": 18, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "granular": 41, "gratis": 53, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "group": [3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82], "grouped": [0, 44, 83], "groupwar": [6, 41, 42, 48, 52], "grup": 33, "gr\u00e6ns": 24, "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvfs": 20, "g\u00f8r": 28, "h": [8, 16, 20], "had": 19, "halt": 44, "hand": [5, 19, 80], "handl": 12, "handled": 44, "handy": 69, "hap": [5, 10, 15, 41], "happened": 0, "happening": 0, "happy": 19, "hard": [12, 20, 35, 41], "hardwar": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "hav": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "head": [20, 21, 41, 44, 58, 80], "heading": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "helpful": 82, "helping": 41, "helst": 28, "here": [2, 44, 50, 69], "hesitat": 80, "hid": [4, 8, 29, 35, 44, 55, 72], "hierarchical": 2, "hierarchy": 35, "high": [12, 64, 80], "highlighted": [62, 76], "history": [6, 20, 21, 39], "hjem": 53, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25, 41, 48], "horizontal": [2, 44], "host": 9, "hosted": 20, "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourly": 0, "hov": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": [24, 41], "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 24, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "hukommelsesforbrug": 24, "hurt": 24, "hver": 24, "hvordan": 33, "h\u00e5ndtering": [6, 30, 32], "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 60, 63, 65, 66, 72, 76, 82, 83], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": 79, "ideally": 54, "ideation": 42, "identical": [26, 44], "identifi": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 31, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "ifram": 41, "igen": 24, "ignor": [8, 19], "ignored": [12, 41], "ignoring": 19, "ikk": [24, 33], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immediately": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 44], "implementation": 20, "implemented": [25, 42], "implicit": 20, "import": [12, 20, 42, 44, 52, 56], "importanc": 44, "important": [2, 15, 20, 38, 44, 69, 76, 80, 81, 83], "imported": 41, "importing": [41, 44], "imposed": 15, "improv": [20, 44], "improved": 20, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "includ": [8, 10, 19, 20, 21, 26, 41, 42, 44, 82], "included": 6, "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrect": [9, 19], "increas": [20, 31], "increased": [15, 80], "increasing": 11, "increment": 41, "inde": 24, "independent": [0, 12, 41], "index": [12, 26, 41], "indicat": [19, 60], "indicating": 51, "indication": 20, "indicator": [19, 21, 27, 44, 62, 69], "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "indstil": 24, "indtast": 28, "indtil": [24, 33], "influenc": [11, 41], "info": [36, 41], "inform": [7, 41, 62], "informal": 42, "information": [8, 11, 12, 13, 14, 15, 19, 20, 21, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informed": [37, 41, 59], "informing": 7, "ing": 28, "inherited": 42, "inhibit": 8, "ini": 9, "initial": [35, 48], "initialized": 26, "initiated": 35, "inlin": [36, 66], "inotify": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 66], "inserted": [1, 44], "inserting": 72, "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [7, 12, 17, 19, 20, 41, 45, 73], "installation": [6, 13, 20, 28, 48, 57], "installed": [0, 1, 8, 14, 15, 17, 19, 20, 41, 42, 44, 52, 60, 74, 75, 83], "installing": 20, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruction": [20, 21, 51, 57, 74], "integrat": [12, 15, 19, 44, 46, 57, 75, 77], "integrated": [15, 46, 49, 73], "integrating": [67, 73], "integration": [19, 66, 68, 73, 74], "integration_openai": 44, "intelligenc": 1, "intelligent": 15, "intentionally": 12, "interacted": 44, "interacting": [67, 73], "interactiv": [8, 14], "interesting": 9, "interf": 7, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "intern": [20, 48, 49], "internal": [19, 41, 69], "interoperabl": 41, "interruption": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 20, 21, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "introduced": [19, 41], "introductory": 5, "introduktion": 6, "intrud": 26, "invalid": [8, 54], "invisibl": [19, 36, 41], "invit": [42, 59, 70, 72], "invitation": [42, 45, 72, 73], "invited": [41, 72], "inviting": 70, "invok": 8, "involved": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [14, 25, 26, 44, 66, 80], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 36, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italicized": 66, "item": [8, 15, 21, 24, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "jok": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalend": 33, "kalendar": 48, "kan": [21, 24, 28, 29, 33, 54], "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "kept": [15, 26, 42, 44], "key": [7, 41, 42, 46, 72, 81, 83], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyring": 14, "keys": 26, "keyword": 8, "kfy9lek5sm928xp": 20, "klik": [28, 29], "knap": [28, 29], "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kompatibel": 53, "komplic": 24, "konfigur": 24, "kontact": [6, 43], "kontak": 33, "kontrol": [24, 53], "kopi": 24, "korganiz": 48, "krav": 6, "krypt": 33, "krypteringsn\u00f8gl": 33, "kr\u00e6ft": 24, "kubuntu": 19, "kun": [24, 28], "kvot": 33, "kwal": 14, "label": [20, 28, 36], "labeled": 51, "labelled": [41, 51], "lagerkvot": [24, 30, 32], "landing": [2, 42], "languag": [1, 44, 64, 82], "larg": [19, 22, 29, 30, 44, 65], "last": [5, 19, 39, 44, 54, 55, 83], "lat": [1, 2, 5, 42, 44, 46, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 24, 25, 52, 83], "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchagent": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "learned": 2, "least": [1, 39, 42], "leav": [21, 40], "leaving": [20, 44], "led": 24, "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthi": 20, "les": [5, 11, 38], "let": [1, 5, 7, 20, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letting": 44, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "library": [9, 17], "lidt": [24, 33], "ligesom": 24, "lik": [5, 7, 15, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likely": [19, 26, 44], "liking": 80, "limit": [12, 19, 20, 31, 39, 41, 69, 83], "limitation": [15, 20], "limited": [12, 15, 31, 37, 42, 69], "lin": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linked": 28, "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": [1, 12, 41, 42, 60, 82], "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "liv": 60, "live_transcription": 64, "ll": [2, 41, 58], "llm": 44, "llms": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 15, 56], "locat": [9, 19, 51], "located": [4, 17, 19, 44], "location": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 51, 54, 80, 81, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 44, 82], "logging": [6, 19, 20, 29, 83], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 42, 44, 69, 76, 81], "look": [33, 35, 38, 41, 42, 47, 55, 57, 70, 77, 81, 83], "looking": 44, "loop": 12, "los": [6, 26, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeak": 60, "low": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "luminosity": 80, "l\u00e6r": 24, "l\u00f8b": 24, "m": [60, 72, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "mad": [41, 42, 45, 47], "magic": 5, "magically": 26, "magisk": 24, "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": [5, 10, 12, 17, 20, 25, 26, 28, 29, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "making": [9, 19, 20, 41], "maksimal": 24, "maksimalt": 24, "manag": [5, 7, 14, 15, 17, 21, 26, 36, 41, 42, 44, 46, 50, 51, 56, 57, 77, 82], "managed": [14, 27, 41, 44], "management": [12, 20, 33, 36, 43], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "mangl": 21, "manner": [8, 41], "manual": [7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manually": [7, 12, 20, 39, 44, 45, 50, 58, 62, 79], "manuelt": [24, 29], "many": [12, 26, 41], "map": [20, 24, 33], "mapped": 20, "mark": [19, 21, 27, 44, 66], "markdown": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "mast": 26, "mastodon": 42, "mat": 20, "matc": 19, "match": [7, 12, 42, 44, 83], "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximum": [8, 9, 11, 20, 41], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [15, 19, 20, 26, 27, 41, 44, 81], "meaning": [9, 44], "meanwhil": 42, "mechanism": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [39, 41], "meeting": [57, 69, 72, 83], "megabyt": 31, "memb": [2, 5, 20, 35, 69], "membership": [42, 82], "memory": 1, "mennesk": 24, "mention": 69, "mentioned": [57, 69, 82], "mentioning": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "mer": 24, "merg": 42, "merged": 42, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "metadata": [19, 33], "method": [7, 20, 27, 41, 42, 45, 58, 81], "metod": 28, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "midlertid": 33, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "millisecond": 9, "mim": 12, "minchunksiz": 9, "mind": [20, 41], "miniaturebilled": 33, "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mitigat": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 44, 60, 66, 69, 80], "model": [1, 44], "moderation": 69, "moderator": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modes": 44, "modification": [12, 19, 42], "modified": [0, 21, 42], "modify": [0, 19, 20, 42, 60], "modifying": [19, 31], "modtag": [24, 28, 29], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "mont": 28, "month": 41, "mor": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morning": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 35], "mounted": 20, "mounting": 20, "mous": [2, 63, 80], "mov": [0, 20, 21, 52, 58, 80], "moved": [9, 44, 69], "movetotrash": 9, "moving": 44, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 26, 33, 82], "mul": [21, 28], "muligvis": 24, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "muted": [60, 72], "mutually": 44, "my": [2, 20], "my_sync_fold": 8, "mycertificat": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 56], "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 20, "natively": 50, "naturally": 42, "nautilus": [19, 46], "navigat": [0, 20, 21, 35, 37, 42, 44, 49, 51, 80], "navigating": 6, "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": [21, 50], "nearly": 10, "necessary": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 12, 14, 15, 17, 20, 26, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "needed": [11, 35, 38, 41, 48, 69], "needing": [15, 42], "nemo": [19, 20], "nested": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "nev": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newest": 44, "newly": [12, 15, 41], "newslet": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": [69, 82], "nog": 21, "nogl": 33, "non": [2, 8, 9, 14, 20, 44, 47, 49, 51, 82], "normal": [7, 9, 19, 66], "normally": [26, 41, 44], "not": [0, 2, 4, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 31, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "nothing": 26, "notic": [10, 41], "notifi": 10, "notification": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notificationrefreshinterval": 9, "notified": [0, 41, 69, 72, 76], "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 41, 42, 44, 45, 46, 47, 48, 66, 81], "ns": 20, "numb": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "ny": [24, 28], "nye": [24, 28], "nyt": 33, "object": [0, 27, 35], "obscured": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [26, 41, 44], "occurred": [0, 10, 20], "oct": 20, "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offent": 33, "offic": [6, 12, 20, 21, 41, 43, 69], "officially": 14, "offlin": [15, 19, 20, 27], "oft": [0, 41], "ok": 20, "old": [9, 12, 14, 16, 17, 20, 26, 39, 41, 80], "oldest": [39, 44], "omd\u00f8b": 24, "omit": 20, "omkring": 33, "on": [0, 1, 2, 5, 7, 8, 9, 10, 15, 17, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 20, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "opbevaringsperiod": 24, "open": [0, 1, 2, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [7, 15, 19, 69], "opening": [2, 15, 16, 41, 60], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "operating": [7, 12, 17, 20], "operation": [11, 19, 20], "operator": 44, "opfyld": 24, "opgrad": 28, "oplysning": 33, "opportunity": 12, "opret": [21, 23, 28, 30, 33], "oprind": 33, "opt": [9, 44], "optimized": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "optional": [20, 26, 40, 41, 44], "optionally": [41, 45], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "ord": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [2, 3, 41, 44], "organization": 42, "organized": [0, 76], "organizing": 5, "original": [44, 64], "oth": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgoing": 44, "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "overal": 80, "overflow": [19, 27], "overflows": 65, "overhaul": 12, "overhead": 20, "overlapping": 41, "overrid": [7, 8, 11, 33], "overst": [24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "own": [0, 1, 7, 8, 9, 10, 20, 26, 29, 35, 37, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "pag": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pan": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "papirkurv": [24, 28, 54], "papirkurved": 24, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "participant": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participation": 41, "particular": [0, 58], "party": [12, 26, 41, 70], "pas": [8, 20], "passed": [8, 20, 39], "passkey": 83, "password": [8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "paused": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectly": 18, "perform": [7, 8, 9, 20, 42, 44], "performanc": [20, 44, 64], "performed": 44, "period": [19, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanent": 24, "permanently": [4, 12, 15, 24, 41, 69], "permission": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": 27, "persisted": 9, "persistent": 20, "person": [10, 24, 41, 69, 83], "personal": [0, 6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phon": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": [20, 81], "pick": [6, 21, 29, 36, 37, 41, 46, 48, 56, 69, 80], "picked": 41, "pictur": [5, 82, 83], "pie": 15, "pil": 28, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "plac": [1, 2, 7, 20, 24, 41, 42, 53, 65, 69, 83], "placed": 8, "plad": 24, "pladsgr\u00e6ns": 24, "plain": [20, 21, 54], "plan": [20, 41, 48], "planning": 41, "plasma": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plus": [41, 42], "point": [14, 20, 44, 45, 83], "pointing": [10, 27, 44], "pol": [9, 15], "polici": 7, "pop": 7, "pop3": 43, "popov": 80, "popular": 41, "populated": 19, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "position": 42, "possibility": [20, 38], "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": [51, 57], "potential": 44, "pow": [1, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaution": 44, "preconfiguration": 14, "predefined": [19, 41, 44, 60], "pref": [14, 20, 44, 51], "preferenc": [0, 6, 9, 17, 41, 44, 45, 52, 81], "preferred": [7, 20, 82], "prepar": [41, 62], "preparation": [18, 41], "prepared": 66, "pres": [1, 2, 5, 14, 20, 44, 46, 60, 83], "preselected": 2, "present": [7, 27, 63], "presentation": 21, "preserv": 19, "preserving": 21, "pressing": [5, 46, 66, 72], "pretty": 26, "prevent": [7, 35, 41, 42, 82], "prevented": 69, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [0, 1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principal": [47, 51], "prior": 7, "privacy": [38, 44, 62, 83], "privat": [41, 82], "privately": 66, "privatliv": 53, "privileg": 7, "pro": 81, "probably": 20, "problem": [11, 12, 81], "proc": 12, "procedur": 50, "proceed": 44, "proces": [8, 12, 39, 41, 44, 52], "processed": [44, 62], "produc": [9, 19, 21], "productivity": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progres": [15, 19, 60], "project": 43, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfil": 9, "prompted": [14, 51, 60, 63, 72], "proof": 81, "prop": 20, "propagat": 8, "propagated": 35, "properly": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 44, "proposal": 52, "propstat": 20, "protect": [26, 35, 81], "protected": [20, 69], "protecting": 38, "protection": [35, 42], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 26, 38, 41, 42, 57, 64, 69], "provided": [15, 31, 41, 44, 69, 70], "providing": [26, 55, 56], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "public": [21, 36, 41, 56, 58, 69, 82], "publicly": 42, "publis": [41, 82], "pul": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "quality": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76, 80], "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": 80, "raised": 11, "random": 35, "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rat": [41, 48], "rath": [20, 50], "re": [5, 12, 20, 26, 41, 44], "reac": [27, 41, 44], "reach": [40, 69, 80], "read": [0, 8, 9, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reading": [15, 80], "ready": [18, 27], "real": 64, "realitet": 28, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 37, 41, 44, 60, 62, 66, 70, 76, 81], "received": 72, "receiving": [35, 44, 64, 70], "recent": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 35, 41], "recognisabl": 15, "recogniz": 20, "recommend": [15, 20, 31, 44], "recommended": 20, "reconnect": 20, "record": [0, 62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recov": 26, "recoverabl": 21, "recovery": 6, "recurrenc": 41, "red": [19, 21, 27, 33, 60, 62], "reddit": 51, "redirected": [69, 72, 81], "redo": 50, "reduc": 11, "reduced": 80, "reducing": [15, 80], "ref": [14, 20, 31], "referenc": [18, 21, 62, 76], "reflect": 19, "reflected": [27, 35, 41], "refres": [41, 50], "refresh": [20, 48, 80], "reg": 12, "regardles": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registering": 12, "registry": [7, 12, 20], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulation": 62, "reject": 37, "rejected": 41, "rejection": 37, "rejoining": 69, "relat": 44, "related": [0, 1, 15, 17, 41, 44, 47, 83], "relativ": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "relevant": [10, 41, 42, 44, 76], "remain": [19, 44], "remaining": 11, "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 36, 38, 41, 44, 69, 83], "removal": [12, 17, 42], "removed": [19, 41, 44, 57, 69], "removing": [17, 36], "renam": [0, 21, 35, 36], "renamed": 44, "rend": 19, "reop": 44, "repeat": [8, 51], "repeating": 41, "replac": [20, 41, 45, 47, 51, 60], "replacement": [40, 69], "repli": [57, 69, 76], "reply": [44, 66], "report": [18, 44, 80], "reported": 20, "repositori": 8, "repository": [8, 9], "represent": 44, "reproduc": 18, "reproducibl": 14, "request": [1, 20, 31, 44], "requested": [20, 45], "requir": [1, 8, 20, 31, 41, 62, 69], "required": [7, 8, 27, 41, 45, 47, 60, 64], "requirement": 74, "requiring": [38, 44, 62, 81], "res": 40, "reschedul": 66, "resetting": 41, "reshared": 41, "resharing": 35, "resiz": 60, "resolv": 10, "resolved": 10, "resolving": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respectiv": [41, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "responsiv": 80, "responsivenes": 6, "rest": [20, 25], "restart": [7, 20], "restor": [24, 26, 39, 41], "restoring": 41, "restrict": [6, 36], "restricted": [20, 36], "restriction": 42, "result": [1, 9, 15, 19, 83], "resulting": 48, "resum": [19, 44], "retention": [33, 36, 44, 69], "retri": 8, "retried": [11, 44], "retriev": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": [19, 27], "retur": 28, "return": [21, 42, 60], "returned": 26, "revealed": 15, "revert": [35, 69], "review": [1, 20, 41], "reviewed": 41, "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": [39, 57, 82], "room": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rows": 36, "rss": 6, "rul": [36, 41, 44], "run": [1, 8, 9, 10, 20, 26, 27, 39, 77], "running": [6, 15, 17, 20, 26], "rw": 20, "s": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "saf": [17, 38, 69, 81], "safari": 83, "said": 7, "sal": 82, "sam": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samba": 27, "samled": 33, "sat": 33, "sav": [12, 15, 20, 41, 42, 44, 46, 51, 54, 56, 62, 80, 82], "saved": [5, 20, 27, 36, 39, 41, 42, 44, 51, 62], "saving": [47, 48], "say": 10, "says": [20, 26], "scan": [12, 27, 45, 81], "scanned": 81, "scary": 5, "scenario": [10, 24], "schannel": 51, "schedul": [14, 41, 52, 66], "scheduled": [1, 41, 59, 66, 69], "schem": 12, "scop": [14, 82], "scoped": 44, "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [17, 20, 26, 44], "scripting": 20, "scrol": [20, 44, 51, 65, 66], "se": [24, 28], "seamles": 26, "seamlessly": 15, "searc": 44, "search": [2, 6, 8, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80], "searchabl": 46, "searching": [41, 44, 69, 82], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secr": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [20, 38], "secured": 20, "security": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": [35, 82], "seen": [26, 51], "sees": 38, "select": [0, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selection": [36, 41, 44, 81], "selectiv": 8, "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 44, 45, 58, 60, 66, 70, 76, 80], "sending": [29, 67, 73, 76], "sens": 10, "sensitiv": 69, "sent": [0, 10, 28, 41, 44, 69], "separat": [0, 1, 25, 41, 44, 82], "separately": [42, 44, 49, 81], "ser": 29, "serv": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_addres": 8, "serveradministrator": 21, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 9, 20, 26, 31, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "setting": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 35, 36, 37, 38, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shal": 9, "shar": [0, 2, 15, 19, 23, 26, 27, 29, 30, 33, 38, 41, 42, 43, 53, 56, 62, 63, 73, 76, 82], "share": 35, "shared": [0, 2, 3, 15, 20, 21, 26, 27, 28, 35, 41, 53, 56, 62, 63, 69, 76, 82], "sharing": [0, 6, 20, 21, 28, 29, 30, 37, 61, 70, 73], "shel": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortly": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 40, 41, 42, 44, 60, 79, 81, 83], "showexperimentaloption": 9, "showing": [0, 4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "shows": [0, 1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sick": 40, "sid": [5, 10, 15, 19, 20, 27, 29, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signed": [20, 49], "significant": [20, 44], "significantly": 20, "sik": 53, "sikkert": 53, "sikr": 24, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarly": [44, 46], "simpl": [5, 27, 39, 41, 44], "simplified": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sits": 19, "situation": [10, 11], "siz": [9, 11, 19, 20, 31, 42, 80], "sizing": 9, "skift": 28, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "skraldespand": [24, 33], "slash": 19, "slet": [21, 28], "sletning": 24, "sletted": [30, 32, 33], "slot": 41, "slow": 20, "smal": [49, 58, 60, 63], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snip": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "solely": 44, "solution": 35, "solv": [12, 81], "solved": 12, "some": [5, 9, 10, 19, 26, 41, 44, 48, 69, 80, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "something": 81, "sometim": 41, "somewh": 81, "soon": [0, 15, 41], "sorting": 44, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "spac": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": [62, 72], "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specifi": [9, 11], "specific": [0, 8, 15, 17, 27, 39, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifically": 12, "specified": [8, 16, 44], "specify": [7, 8, 16, 20, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spok": 60, "spreadshe": 21, "sp\u00f8rg": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "stad": 33, "stand": 20, "standard": [8, 14, 24, 28, 41, 80], "standardized": 15, "star": [21, 42], "starred": 21, "start": [1, 7, 12, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 72, 76, 79], "started": [3, 6, 20, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "startup": [19, 20], "stat": [8, 15, 19, 20, 44], "station\u00e6r": 25, "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 41, 44, 59], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "stil": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 69, 80], "stol": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "stopping": 62, "stor": [15, 19, 20, 26, 42, 45, 53, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 20, 26, 39, 42, 44], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "strip": 41, "strongly": 20, "structur": [2, 3, 21, 26, 42], "styl": 43, "styring": 24, "st\u00f8r": 33, "sub": [24, 45], "subdirectory": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscribed": 76, "subscription": [41, 45], "subsequent": [15, 20], "substantially": 20, "substring": 44, "successful": [14, 27, 28, 41], "successfully": [7, 51], "such": [0, 1, 7, 10, 14, 19, 20, 26, 27, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suggested": [44, 50], "suit": [8, 83], "suitabl": 41, "summarization": 1, "summarizing": 44, "summary": 57, "superior": 35, "support": [14, 15, 17, 19, 20, 39, 41, 42, 44, 46, 49, 50, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 50, 66, 74, 83], "supporting": 41, "sur": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 50, 51, 53, 81], "synced": [12, 17, 19, 25, 41, 48], "synchroniz": [8, 11, 20, 41, 45, 48, 50, 51, 53], "synchronization": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 50, 51], "synchronized": [10, 13, 19, 20, 50, 53], "synchronizing": [6, 43], "syncing": [19, 42, 47, 49], "synkronis": 25, "synkronisering": [6, 22], "syntactical": 19, "syntax": [19, 20, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "s\u00e5": [21, 29], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabl": 66, "tackled": 69, "tag": [21, 30, 32], "tagged": 0, "tagging": [36, 44], "tak": [2, 9, 12, 15, 17, 26, 28, 41, 42, 44, 48, 62, 69, 83], "taking": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "targ": [9, 15, 20, 35, 37, 41, 83], "targetchunkuploadduration": 9, "targeting": 44, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "tast": 28, "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technical": 15, "technically": 14, "tel": [19, 41, 44], "telegram": 42, "telephon": 82, "temporarily": [12, 20, 60], "ten": 27, "tentativ": [41, 44], "tentatively": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "test": [14, 18, 20, 24, 44, 48], "tested": [10, 12], "testing": [9, 18], "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 31, 39, 50, 56, 60, 66, 81], "thank": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 28, 29, 31, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17, 18, 22, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 20, 21, 26, 35, 37, 41, 44, 51, 54, 58, 60, 69, 82], "them": [0, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 81], "theming": 80, "themselv": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 7, 10, 17, 19, 20, 24, 26, 35, 41, 42, 44, 45, 62, 66, 69, 71, 72, 76], "therefor": [38, 47], "thes": [10, 14, 15, 19, 25, 26, 31, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 20, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 31, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thos": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": [1, 76], "threaded": 44, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thumb": 8, "thumbnail": [21, 26], "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tidsstempl": 24, "tildel": 24, "tile": 65, "tiles": 65, "tilf\u00f8j": [24, 28], "tilg\u00e6ng": 24, "tillad": [24, 33], "tilsides\u00e6t": 24, "tilslutted": [6, 81], "tim": [8, 9, 10, 12, 14, 15, 19, 20, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tjenesteudbyd": 53, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 27, 28, 29, 30, 31, 33, 34, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "tok": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": [0, 80], "trail": 21, "transcrib": 64, "transcription": [1, 61, 73], "transf": [20, 23, 27, 30, 41, 42], "transferred": [20, 37], "transferring": 41, "translat": [44, 53], "translated": [4, 64], "translation": [61, 73], "transparent": 41, "trash": [9, 21, 24, 26, 28, 33, 42], "trashbin_retention_obligation": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tree": 19, "tried": 44, "tries": [8, 47, 69], "trig": [0, 9, 14, 27, 41, 44, 50], "triggering": 44, "trin": 28, "troubl": 20, "troubleshooting": 47, "true": [7, 16, 44], "trust": [8, 20, 38], "trusted": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tryk": 28, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": 75, "turned": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "typ": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 42, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typical": 19, "typically": [19, 57, 81], "typing": [2, 37, 44, 69], "t\u00e6l": [24, 33], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "udeluk": 33, "udl\u00f8b": 24, "ui": [9, 41], "ukrypt": 33, "umiddelbart": 24, "umount": 20, "un": 26, "unabl": [10, 11], "unaffected": 11, "unauthenticated": 0, "unauthorized": 81, "unavailabl": [15, 20, 27, 69], "unchanged": 44, "uncheck": [0, 36, 41, 42], "uncomment": 20, "und": [1, 5, 7, 11, 20, 27, 33, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understanding": 44, "underst\u00f8t": 53, "undesired": 19, "undo": 41, "undon": 15, "unencrypted": [20, 26, 38], "unfocus": 80, "unfortunately": 20, "unified": [6, 76], "unifying": 5, "uninstal": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintended": 9, "uniqu": [26, 41, 60, 82], "universal": [6, 12], "universiti": 7, "unknown": 45, "unles": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmount": 20, "unmut": [60, 72], "unmuted": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolved": 10, "uns": 44, "unselect": 42, "unsent": 44, "unshar": [35, 41], "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsyncedfold": 8, "unsynchronized": 15, "until": [9, 18, 20, 27, 39, 41, 44, 56, 72, 76, 79], "unusabl": 19, "up": [7, 9, 15, 19, 20, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 26, 41, 42, 44, 45, 48], "updated": [10, 14, 20, 41, 54, 64], "updating": [7, 19, 44], "upload": [9, 10, 19, 20, 21, 22, 23, 27, 30, 33, 35, 41, 42, 60], "uploaded": [9, 10, 11, 15, 33, 41, 62, 69], "uploadfunktion": 29, "uploading": [31, 41, 72], "uploadmap": 29, "upon": [7, 20, 44, 69, 70], "upp": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [44, 80], "usabl": 80, "usag": [82, 83], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 20, 33, 36, 38, 39, 40, 41, 42, 44, 51, 54, 80], "useful": [15, 20, 21, 31, 41, 44, 60, 72, 82], "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "uses": [7, 8, 12, 16, 19, 20, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usual": 26, "usually": [12, 44, 47], "utf": 20, "utiliz": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacation": 40, "valid": [41, 44, 51], "validat": 50, "validated": 19, "valu": [7, 9, 11, 12, 16, 19, 20, 42, 44], "variabl": [6, 9, 10, 13, 31, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcard": 42, "vcf": 42, "ve": [18, 20], "ved": [24, 28, 29], "velkom": 53, "vendor": 7, "venu": 41, "verbos": 8, "verification": 69, "verify": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versionskontrol": 33, "vertical": 44, "very": [5, 12, 20, 42, 80], "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "videredel": 33, "videredeling": 33, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 51, 56, 59, 60, 63, 66, 69, 76, 80, 83], "viewabl": 41, "viewed": 21, "viewing": [6, 35], "views": 21, "virksom": 53, "virtual": [17, 82], "vis": 29, "visibility": [15, 37, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 80, "visualized": 15, "voic": 60, "volum": 8, "vot": 41, "voted": 56, "vpn": 20, "v\u00e6r": 33, "v\u00e6rdi": 24, "wait": 18, "waiting": [1, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [12, 44], "warning": [19, 20, 26, 41, 44], "was": [0, 1, 9, 35, 39, 41, 44, 81, 83], "watch": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 45, 56, 62], "we": [2, 5, 12, 14, 15, 18, 20, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webadres": 28, "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webgr\u00e6nseflad": 21, "webinar": [73, 77], "websit": [43, 73], "wednesday": 41, "week": [0, 39, 41, 42, 69, 82], "weekly": [0, 42], "wel": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "welcom": 20, "wer": [9, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 31, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "wher": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "wheth": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "whit": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whol": [15, 26, 41], "whom": 41, "wid": [10, 26, 36, 62, 82], "widg": [44, 83], "wiki": [57, 74], "wil": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "wildcard": [8, 19, 44], "win": 20, "window": [9, 10, 12, 15, 16, 20, 29, 45, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": [17, 41], "wish": [41, 44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 36, 40, 43, 44, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpres": 12, "work": [10, 15, 19, 20, 26, 27, 36, 41, 44, 45, 46, 48, 54, 81, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "workshop": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 16, 20, 41, 69], "writabl": 42, "writing": [20, 44, 49], "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e6ldr": [24, 28, 33], "\u00e6ldst": [24, 33], "\u00e6ndr": 41}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Indholdsfortegnelse", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "H\u00e5ndtering af slettede filer", "Desktop og mobil synkronisering", "Using server-side encryption", "Using external storage", "Using federation shares", "Oprettelse af anonyme uploads", "Filer og synkronisering", "Large file uploads", "Managing your files", "Lagerkvote", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 brugermanual introduktion", "Administrer tilsluttede browsere og enheder", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "For": 77, "Hvad": 24, "I": 12, "Mode": 44, "Some": 12, "a": [1, 12, 21, 26, 28, 35, 38, 39, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "about": 12, "accepting": 70, "acces": [4, 35, 36, 80], "accessing": [20, 21, 22, 27], "account": [19, 44, 49], "action": [15, 44], "activiti": 0, "activity": [0, 21], "add": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "addres": [42, 44, 82], "adgangskod": 54, "adgangskode\u00e6ndring": 54, "administr": [24, 54], "advanced": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "alternativ": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 35, 36, 41, 42, 44, 45, 57, 59, 60, 64, 66, 69, 72, 79, 80, 83], "android": 45, "anonym": 29, "anoth": 44, "answ": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appearanc": 55, "application": 81, "appointment": 41, "archiv": 69, "are": 12, "as": [42, 44, 72], "assign": 41, "assigning": 36, "assistant": 1, "attachment": [41, 56], "attempting": 12, "attende": 41, "audio": 60, "authentication": 81, "automated": 41, "automatic": [7, 44], "automation": 44, "autorespond": 44, "availability": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "be": 26, "being": 12, "betwe": 52, "bin": 41, "birthday": 41, "block": 44, "body": 44, "book": [42, 82], "booked": 41, "booking": 41, "bot": 57, "breakout": [58, 60], "brows": [54, 60, 83], "browsing": 36, "brugermanual": 53, "busy": 41, "by": 36, "cal": [60, 61, 62, 64, 65, 72], "calendar": [41, 44, 45, 47, 50, 51, 59], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "client": [8, 13, 15, 19, 20, 60, 81], "cloud": 28, "cod": 81, "collaboration": 23, "collectiv": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condition": 44, "configur": 58, "configuration": [9, 15, 41], "configuring": [19, 81], "conflict": [10, 15], "connecting": 21, "consent": 62, "consideration": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continuously": 12, "control": 39, "controlling": 60, "conversation": [41, 55, 68, 69, 76, 78], "creat": [5, 41, 42, 44, 75], "creating": [20, 21, 28, 35, 36, 41, 69, 78], "credential": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deep": 12, "delegation": [41, 44], "delet": [41, 44], "deleting": 39, "deletion": 44, "delingsstatusikon": 21, "delt": 24, "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detection": [27, 44], "devic": 38, "directori": 12, "disabl": 26, "disabled": 26, "disk": 11, "display": 44, "displaying": 38, "disposabl": 69, "dit": 29, "dolphin": 20, "download": [14, 60], "downloaded": 15, "driv": 20, "drop": 29, "duplicat": [41, 42], "during": 60, "e2e": 38, "edit": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "eget": 29, "ell": 21, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 44], "enabling": 38, "encrypted": 26, "encrypting": 38, "encryption": [26, 34, 38], "enhed": 54, "enhedsspecifik": 54, "envelop": 44, "environment": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expiration": 69, "explor": 20, "export": 41, "extension": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "fil": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filt": [44, 69], "filtering": [0, 21, 44], "find": 15, "first": [2, 5], "flyt": 21, "fold": [12, 38, 44], "follow": 44, "forh\u00e5ndsvisning": 21, "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "ful": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnom": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handling": 8, "hardwar": 81, "history": 1, "holiday": 41, "hour": 41, "how": [5, 12, 26, 44], "hvordan": 24, "h\u00e5ndtering": [24, 54], "icon": 19, "ics": 41, "if": 81, "ignored": 19, "immediately": 60, "import": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76, 81, 82], "inbox": 44, "included": 80, "indholdsfortegn": 6, "indicator": 15, "info": 44, "information": 42, "initial": 14, "inserting": 66, "instal": [8, 14], "installation": 14, "instanc": 52, "instruction": 17, "integrating": 75, "integration": [15, 44, 59, 71], "interacting": 76, "interfac": [12, 21, 83], "internal": [35, 44], "into": 75, "introduction": 5, "introduktion": 53, "invit": 41, "invitation": [41, 44, 70], "ios": 47, "is": 26, "issu": [15, 20], "it": [12, 26], "item": 42, "job": 26, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": [44, 80], "klient": 25, "known": [15, 20], "kontact": 48, "kontrol": 21, "krav": 83, "kvot": 24, "lagerkvot": 33, "lagerplad": 24, "languag": 12, "larg": 31, "layout": [44, 65], "level": 36, "lik": 12, "lin": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "logging": 81, "login": 26, "los": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "manag": [19, 20, 58, 62], "managing": [32, 36, 41, 42, 44, 69], "manually": 42, "map": 21, "mapping": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meeting": [41, 44, 59], "memb": 42, "mention": 44, "menu": 15, "merging": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mobil": [20, 25, 45, 60], "modal": 44, "moderator": 77, "modified": 12, "mor": 66, "mount": 20, "mov": [12, 26, 44], "multipl": 42, "my": 12, "naming": 39, "nativ": 44, "nautilus": 20, "navigating": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26, 69], "notification": [0, 1, 41, 45, 69], "of": [12, 40, 55], "offic": 40, "official": 20, "on": [12, 14, 19, 20, 44, 50, 76], "onboard": 5, "one": 69, "only": 50, "open": 78, "operation": 44, "opret": 29, "ops\u00e6tning": 29, "option": [16, 41, 42], "or": [26, 41, 42, 60, 72], "ord": 44, "organiz": 42, "oth": [35, 72], "our": 5, "out": 40, "outbox": 44, "overlay": 19, "overview": 10, "own": [5, 27], "ownership": 37, "pag": 5, "parent": 5, "participant": [60, 69], "party": 20, "password": 26, "personal": 1, "phishing": 44, "pick": [1, 66], "pictur": 42, "pinning": 76, "planned": 26, "pol": 56, "possibl": 26, "preferenc": 82, "preventing": 7, "priority": 44, "privacy": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progres": 41, "project": 5, "proposal": 41, "proposed": 41, "public": [20, 35], "publishing": 41, "quick": 44, "rais": 60, "reaction": 60, "recipient": 44, "recommended": 50, "record": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "remind": [41, 44, 76], "remov": 42, "repli": 44, "replying": 66, "requirement": 14, "resourc": 41, "responding": 41, "responsivenes": 80, "restrict": 82, "rol": 42, "room": [41, 58, 60], "rss": 0, "running": 1, "s": [2, 26], "schedul": 59, "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76, 83], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "self": 69, "sending": [44, 66, 70], "serv": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [0, 1, 19, 40, 44, 72, 76, 82, 83], "setup": [14, 49], "shar": [20, 21, 28, 35, 72, 75], "shared": [42, 44], "sharing": [15, 19, 23, 26, 27, 35, 41, 56, 63, 82], "shortcut": 44, "sid": 26, "sidebar": [0, 21], "silent": 66, "sker": 24, "slet": 24, "sletted": 24, "smart": [1, 44, 66], "snooz": 44, "solution": 20, "sort": 44, "spac": 11, "speak": 65, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summary": [0, 44, 66], "supported": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchronization": 19, "synchronized": 12, "synchronizing": [45, 46, 47, 48, 49, 50, 51], "syncing": 12, "synkronisering": [25, 30], "system": [14, 36], "systray": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "the": [0, 7, 8, 12, 19, 20, 21, 26, 38, 41, 42, 44, 45, 46, 50, 60, 82, 83], "their": 5, "them": 80, "ther": 12, "they": 12, "third": 20, "this": 26, "thread": 44, "threaded": 76, "thunderbird": 50, "tilslutted": 54, "tim": [41, 42], "tlsv1": 51, "to": [5, 12, 21, 26, 35, 36, 38, 41, 42, 44, 66, 69], "togeth": 5, "tok": 81, "tracked": 12, "transcription": 64, "transf": 37, "translation": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [49, 51], "two": 81, "unified": [44, 83], "uninstallation": 17, "universal": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": [7, 18], "upload": [29, 31], "uploaded": 12, "uploading": [10, 21], "usag": 8, "use": [2, 44], "user": [12, 19, 26, 35, 41], "using": [0, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "valg": 21, "variabl": 11, "version": [14, 39], "via": [28, 80], "video": 60, "videoafspil": 21, "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": [15, 19, 42], "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widg": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "without": [26, 45], "work": 12, "workflow": 7, "working": 41, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrer tilsluttede browsere og enheder": [[54, null]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2039 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Delingsstatusikoner": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Desktop og mobil synkronisering": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Enhedsspecifikke adgangskoder og adgangskode\u00e6ndringer": [[54, "device-specific-passwords-and-password-changes"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Fil kontrol": [[21, "file-controls"]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filer og synkronisering": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Flytter filer": [[21, "moving-files"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Forh\u00e5ndsvisning af filer": [[21, "previewing-files"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \u00bbEdit locally\u00ab functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "Hvad sker der, n\u00e5r delte filer slettes": [[24, "what-happens-when-shared-files-are-deleted"]], "Hvordan den slettede filer -app administrerer lagerplads": [[24, "how-the-deleted-files-app-manages-storage-space"]], "H\u00e5ndtering af enheder": [[54, "managing-devices"]], "H\u00e5ndtering af slettede filer": [[24, null]], "H\u00e5ndtering af tilsluttede browsere": [[54, "managing-connected-browsers"]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Indholdsfortegnelse": [[6, null]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Kvoter": [[24, "quotas"]], "Lagerkvote": [[33, null]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobil klienter": [[25, "mobile-clients"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 brugermanual introduktion": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Oprettelse af anonyme uploads": [[29, null]], "Ops\u00e6tning af dit eget fil -drop": [[29, "setting-up-your-own-file-drop"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Upload af filer": [[29, "uploading-files"]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Valg af filer eller mapper": [[21, "selecting-files-or-folders"]], "Version control": [[39, null]], "Videoafspiller": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser krav": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "At": [19, 20, 44, 49, 54], "Den": 24, "Det": [24, 28, 29, 33], "Dets": 25, "Dette": 28, "Dig": 20, "Din": [21, 24], "Du": [21, 28, 29, 54], "End": 38, "Et": 53, "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 24, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "Here": [15, 66, 69, 72], "Hvis": [24, 33], "Men": 24, "Nu": 29, "N\u00e5r": [24, 29, 33], "OS": 8, "Som": 24, "Some": [9, 14, 27, 35, 41, 44, 57, 82], "_": [8, 24], "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 18, 19, 20, 25, 27, 29, 33, 36, 37, 40, 43, 45, 46, 47, 48, 49, 50, 51, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ability": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abonnement": 53, "abort": 11, "aborted": 11, "about": [0, 5, 15, 20, 21, 26, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "accelerat": 15, "accept": [35, 37, 44, 70], "acceptanc": [35, 37, 44], "accepted": [37, 41], "accepting": [41, 73], "acces": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessibl": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accidentally": 41, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "acros": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 76, 77, 83], "actionabl": 75, "activ": [20, 44, 65], "activat": [42, 80], "activiti": [19, 59], "activity": [6, 9, 12, 14, 19, 20, 54, 82, 83], "actual": 15, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "addition": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": 69, "addres": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adgang": 21, "adgangskod": 6, "adgangskode\u00e6ndring": 6, "adjust": [9, 19, 20, 82], "adjustabl": 35, "adjusted": [11, 15, 39], "adjusting": [12, 35], "adjustment": 10, "admin": [13, 14, 36, 42, 44], "admin_manual": 24, "administ": 82, "administr": [6, 81], "administration": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrationsdokumentation": 24, "administrativ": [7, 31, 35, 37], "administrator": [1, 7, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 66, 70, 74, 80, 81, 82], "advanced": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "advising": 26, "afbryd": 54, "affect": 4, "affected": [0, 44], "affecting": 44, "aft": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 81], "agenda": [44, 57], "aggregat": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "aktieej": 33, "aktiv": [28, 29, 33], "ald": 24, "aldring": 33, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [7, 12, 15, 20, 29, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowed": [8, 15, 20, 42, 60, 62], "allowing": [0, 35, 41, 44, 75], "allows": [7, 15, 20, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternativ": [20, 29], "alternatively": [2, 12, 14, 60], "alway": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyzed": 44, "anbefal": 25, "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 31, 33, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "andel": 28, "andr": [24, 28, 33], "android": [6, 20, 25, 38, 43, 53, 73], "anonym": [23, 30], "anonymous": [29, 56], "anonymously": 20, "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answ": 5, "antal": 33, "anvend": 25, "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyon": [66, 82], "anything": [12, 26, 48, 82], "anytim": [28, 62], "anywh": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "apparent": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 69, 70, 82], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 48, 49, 83], "appli": [42, 69], "applicabl": 10, "application": [6, 7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "applied": [19, 36, 44], "apply": [15, 36, 40, 44], "appointment": [44, 48, 52], "appropriat": [20, 31, 51, 76], "approximately": 9, "apt": [17, 20], "arbitrary": [19, 20], "arch": 8, "archiv": [8, 14, 21], "archived": 69, "are": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "articl": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 31, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 19, 26, 27, 40, 41, 44, 45, 50, 62, 66], "asked": [35, 37], "assign": [36, 58, 69], "assigned": [36, 44, 58], "assigning": [20, 21], "assignment": 58, "assistant": [6, 66], "assistiv": 80, "associated": 19, "assuming": 15, "asterisk": 19, "attac": 44, "attach": 36, "attachment": [29, 44, 67, 73], "attempt": [14, 44, 51], "attempting": 10, "attende": 52, "attention": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authenticat": 20, "authentication": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "authenticator": 81, "author": 10, "authoring": 20, "authoriti": 20, "auto": [7, 20, 41, 42, 44, 56], "autocompletion": 37, "automated": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "availability": [19, 40, 69], "availabl": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 26, 27, 35, 39, 40, 41, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "away": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backing": 44, "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "ban": 26, "bandwidth": 19, "banned": 69, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bas": [10, 45], "based": [7, 8, 20, 44, 57, 80, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "basis": [15, 42], "batch": [0, 42], "be": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [10, 42, 69], "becoming": 5, "bed": 28, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 20, 37, 42, 60], "bekr\u00e6ft": 28, "bel": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 41, 42, 44, 51, 65], "beregn": [24, 33], "besid": 19, "best": [10, 14, 18, 41, 83], "bet": 26, "beta": 18, "betjen": 53, "betwe": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binary": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklisted": [11, 19], "bliv": 24, "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bodi": 44, "bold": 66, "book": [6, 41, 45, 47, 50], "bookabl": 41, "bool": 15, "bord": 27, "bot": [73, 77], "both": [8, 10, 20, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "brightnes": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [0, 2, 6, 7, 12, 14, 20, 21, 27, 28, 35, 38, 51, 63, 72, 81, 82], "browsing": 21, "brug": [24, 25, 28, 29, 33, 54], "bruger1": 24, "bruger2": 24, "bruger3": 24, "brugerkvot": 33, "brugermanual": 6, "bsd": 14, "bubbl": [55, 60], "buck": 27, "bug": [7, 12, 18], "build": [14, 18], "building": 42, "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "bundled": 7, "busines": 44, "busy": 40, "but": [7, 10, 12, 14, 26, 41, 42, 44, 45, 66, 69, 80, 81, 82], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 35, 37, 41, 42, 44, 46, 47, 48, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "byt": [9, 11, 20], "b\u00e5d": 24, "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "cal": [6, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80], "calculation": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "called": [4, 10, 20, 38, 65, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellation": 41, "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabiliti": 20, "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "careful": 12, "carla": 8, "carri": 20, "carry": 15, "cas": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catching": 19, "categori": 45, "category": 0, "caus": [19, 80], "caused": 80, "caution": 9, "cellular": 48, "cent": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certificat": [8, 20, 47, 49], "certification": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 37, 40, 41, 42, 48, 51, 54, 55, 58, 69, 72, 80, 81, 82, 83], "changed": [10, 12, 26, 27, 41, 51, 82], "changing": [12, 20, 41, 69, 82], "channel": [6, 13], "chapt": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatting": [66, 69], "check": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checked": [19, 41, 42], "checking": 9, "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chos": [15, 37, 41, 44], "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologically": 44, "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumstanc": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classification": 44, "clean": [12, 44], "clear": [16, 19, 20, 69], "cleared": 19, "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicked": 44, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "clos": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "cod": [6, 14, 38, 41, 45, 66], "codec": 21, "cohesiv": 5, "collaborat": 2, "collaboration": [6, 30, 42], "collaborativ": 35, "collaboratively": [2, 3], "collaps": 44, "collapsed": [19, 80], "colleagu": 41, "collected": 41, "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "color": [41, 80], "colored": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 24, 35, 41, 44, 45, 47, 48, 49, 51, 70, 73, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commercial": 29, "common": 80, "communicat": 11, "communicating": 69, "communiti": 3, "community": [8, 14, 20, 41], "compani": 7, "compar": 10, "compatibility": [12, 21], "compatibl": [11, 27, 41, 44, 81], "complet": [17, 20, 28, 42, 43, 45, 69], "completed": [14, 66], "completely": [9, 62], "completion": 1, "complex": 41, "complianc": 62, "compliant": 80, "component": 19, "compos": 80, "composed": 44, "compromised": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "computerfil": 24, "concretiz": 41, "condition": 42, "conf": [7, 9, 12, 17, 20, 24], "confdir": 16, "config_sample_php_paramet": 24, "configur": [0, 14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configuration": [6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 26, 27, 31, 35, 36, 37, 42, 44, 52, 74, 82], "configuration_serv": 24, "configured": [1, 14, 15, 19, 31, 33, 41, 44, 49, 59, 60, 69], "configuring": [6, 20, 27, 45, 54], "confirm": [12, 27, 28, 41, 42, 44, 45, 47], "confirmation": [9, 19, 28, 41, 69], "confirmed": 41, "confirming": 41, "conflict": [6, 13, 41], "conflicted": 10, "conflicting": 10, "confusion": 10, "congratulation": [2, 5], "connect": [12, 14, 20, 21, 25, 27, 54, 81], "connected": [1, 15, 19, 26, 27, 41, 46, 54], "connecting": 20, "connection": [9, 11, 12, 15, 19, 20, 27, 28, 45, 48, 49, 51, 54, 74, 82], "connectivity": [15, 20], "consent": 60, "consid": [17, 20], "considerabl": 12, "consideration": [6, 17], "consistent": 15, "consisting": 43, "consol": 20, "contact": [0, 6, 20, 27, 31, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 44, 60, 72], "contained": [19, 44], "containing": [8, 10, 12, 19, 42, 44], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50], "continually": 12, "continued": 69, "contrary": 8, "contrast": 80, "control": [20, 30, 32, 36, 41, 57, 60, 69, 82], "controlled": [7, 11], "controlling": 7, "convenienc": 19, "convenient": 0, "conversation": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": 15, "copied": [5, 44], "copy": [0, 10, 12, 20, 21, 25, 41, 44, 51], "corn": 50, "correct": [20, 81], "correctly": [15, 20], "correctnes": 19, "corresponding": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": 70, "country": 41, "coupl": 15, "cov": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 19, 20, 21, 25, 26, 28, 29, 35, 36, 39, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 18, 19, 20, 26, 35, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creating": [12, 19, 44, 54, 59, 82], "creation": [19, 36, 69, 76], "credential": [20, 27, 45, 49, 51], "cros": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 44, 60], "currentcontrols": 20, "currently": [1, 15, 19, 38, 39, 41, 42, 58, 60, 66], "currentversion": 12, "cursor": [2, 41], "custom": [15, 18, 19, 41, 44, 69, 80, 83], "customis": [60, 83], "customisabl": 83, "customiz": [20, 44, 55], "customized": 41, "cutton": 19, "cycl": 12, "cycling": 19, "d": [20, 41, 56], "dag": [24, 33], "daily": [18, 41], "dangerous": 26, "dark": 80, "dashboard": 6, "dat": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "day": [0, 11, 39, 41, 69, 82], "daygridmonth": 41, "days": [39, 41, 44, 59, 83], "db": 8, "deaktiv": 21, "debian": [8, 19, 20], "debug": 16, "debugloggingenabled": 15, "decid": [5, 15, 41, 44, 56], "decided": 5, "decimal": 20, "deck": [42, 43, 66], "declin": [35, 44, 60, 70], "declined": 41, "declining": [41, 60], "decoration": [15, 66], "decrypt": [26, 38], "decrypted": 38, "dedicated": [15, 20, 44, 45, 50, 69], "deemed": 19, "deeply": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 26, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [19, 44], "defined": [15, 19, 41, 42], "definition": 19, "del": [21, 24, 28, 33, 80], "delay": 15, "delegat": [41, 44], "delegated": 44, "delej": 33, "delesoftwar": 53, "delet": [0, 1, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 66, 80], "deleted": [9, 21, 24, 41, 44, 59, 69], "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "deling": 28, "delingslink": 28, "delingsl\u00f8sning": 53, "delt": 33, "deny": 54, "depend": [12, 17, 20, 21, 27, 41, 44, 82], "depending": [0, 19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "deployment": [7, 14, 18], "depth": 20, "dern\u00e6st": 28, "derudov": 24, "descendant": 15, "describ": [7, 11], "described": [41, 77], "describing": 41, "description": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": [3, 20, 44, 80], "desired": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 15, 17], "destination": [20, 21], "detail": [1, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detailed": [15, 41], "detalj": 24, "detect": [41, 44], "detected": [9, 44], "detection": 15, "determin": [41, 44], "dev": 8, "develop": 13, "development": [18, 80], "devic": [15, 20, 41, 45, 53, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dic": 57, "did": [12, 26, 44, 60], "differenc": [8, 10, 41], "different": [0, 7, 20, 21, 35, 41, 42, 44, 69, 70, 81], "differently": 19, "digest": 0, "digit": 35, "dine": [21, 24, 53], "direct": [20, 35, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_created": 8, "direk": 28, "dirnam": 16, "dis": [21, 28, 33], "disabl": [0, 1, 7, 9, 19, 35, 41, 44, 47, 57, 60, 62, 64, 72], "disabled": [15, 20, 21, 41, 42, 44], "disabling": 15, "disallow": 7, "disappear": [42, 60], "disconnect": 54, "disconnection": 20, "discord": 74, "discov": [41, 45, 69, 78], "discoverabl": 59, "discovery": [9, 15, 47, 50], "discussion": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 39], "diskplads": 33, "dismis": [60, 79], "display": [1, 12, 15, 16, 19, 20, 21, 38, 41, 51, 60, 66, 82], "displayed": [37, 42, 44, 46], "displaying": [16, 44], "distributed": [20, 41], "distribution": [7, 9, 14, 20, 62], "distro": 12, "disturb": [19, 41, 66, 69], "dit": 21, "divid": [58, 60, 66], "do": [0, 7, 8, 12, 14, 17, 19, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": 24, "document": [1, 2, 5, 8, 12, 15, 21, 46, 80, 82], "documentation": [1, 14, 20, 31, 33, 35, 37, 57, 74], "documented": [20, 80], "does": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "doing": [9, 44], "dokument": 25, "dolphin": 19, "domain": [20, 44, 47], "don": [5, 12, 26, 38, 39, 41, 42, 46, 48, 51, 56, 66, 72, 80], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloaded": [7, 20], "downloading": [15, 19, 21, 35], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "driv": [36, 41], "drive_path": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "duration": [9, 41, 69], "during": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earli": 41, "earpiec": 60, "eas": 80, "easi": 66, "easily": [5, 44, 76], "easy": [2, 5, 20, 26], "echo": 12, "edg": [8, 20, 83], "edit": [7, 15, 19, 20, 21, 28, 38, 56, 66, 72, 76, 83], "editabl": 42, "edited": 41, "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 35], "effectively": 81, "efficient": 44, "egen": 28, "eget": 53, "eith": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "ejer": 24, "eks": 33, "ekst": 28, "elapsed": 60, "element": [58, 60, 66, 80], "eliminat": 41, "ell": [24, 28, 29, 33], "els": [10, 14, 42, 60, 72], "elsewh": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "embed": [2, 41], "embedded": [41, 42], "embedding": 41, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphasiz": 2, "empty": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 15, 19, 20, 25, 26, 29, 38, 41, 42, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 19, 20, 21, 26, 27, 35, 38, 40, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "enabling": [15, 44, 62], "encoding": 20, "encount": 20, "encrypt": [26, 38], "encrypted": [20, 38, 49], "encryption": [6, 20, 27, 30, 47], "ends": [40, 41, 57, 62, 69], "enest": 28, "engaged": 41, "enhanc": 66, "enhed": [6, 81], "enhedsspecifik": 6, "enhv": 54, "enkelt": 29, "enkeltperson": 53, "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "ent": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entering": 46, "enterpris": [18, 53], "entir": [21, 41, 44], "entirely": [7, 11, 15, 31], "entiti": 42, "entri": [0, 15, 19, 21], "entry": [0, 1, 2, 20, 21, 42, 82], "env": 16, "environment": [6, 8, 10, 13, 20], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "every": [0, 9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everything": [0, 14, 15, 18, 20, 44, 80], "evicting": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exceed": [20, 39], "excellent": 29, "except": [20, 44, 69], "exchang": 41, "exclud": 19, "excluded": [12, 15, 39], "excluding": 19, "exclusiv": 44, "exe": [12, 20], "execut": [38, 57], "executed": 44, "execution": [1, 44], "exist": [12, 20, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exit": [8, 19, 20], "expand": [19, 20, 44], "expanded": 80, "expect": 2, "expected": [19, 44], "experienc": [18, 20, 44, 60, 83], "experimental": 9, "expir": 39, "expiration": [35, 39], "explain": 20, "explanatory": 42, "explicit": [15, 62], "explicitly": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "exposed": 26, "extend": [66, 69], "extension": [12, 20, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "eye": 19, "eyes": 80, "f": [17, 33, 45, 60, 72, 80, 83], "facing": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20], "failed": [12, 44], "failur": [9, 12], "fal": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favorited": 42, "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "felt": 28, "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": [1, 3, 5, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 50, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fildeling": 28, "fileinto": 44, "filenam": [16, 19, 26], "fileproviderext": 15, "files_version": 39, "filesizelimitinbyt": 20, "filesystem": 20, "filing": 41, "filled": [15, 27, 41, 44], "filnavn": 29, "filsynkronisering": 53, "filt": [0, 1, 21, 36, 42, 59, 76, 83], "filtering": 69, "filversion": 33, "fin": [41, 48], "final": 41, "finaliz": 69, "finally": [20, 41], "find": [12, 14, 17, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finding": 41, "finis": [5, 41, 50, 52], "finish": [1, 20, 45], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "fjern": [28, 33], "fjerndeling": 28, "flag": 44, "flagged": 44, "fledged": 50, "fleeting": 19, "fler": 24, "flexibility": 44, "flow": [9, 41], "flows": 25, "flush": 16, "flyt": 24, "focus": [44, 80], "focused": [14, 55, 58, 60], "fold": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 5, 14, 18, 19, 20, 35, 51, 80], "followed": [1, 19, 20, 44], "following": [7, 8, 12, 15, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 45, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "font": 80, "forbind": 54, "forbliv": 24, "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "foreningsdeling": 28, "forev": 41, "forg": [5, 26], "forhindr": 24, "forh\u00e5ndsvis": 21, "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41], "formatted": 44, "formatting": 5, "formerly": 45, "formularfelt": 28, "forst\u00e5": 33, "forth": [1, 41], "forward": [69, 76], "forwarded": 41, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "fred": 53, "free": [11, 15, 20, 39, 40, 41, 60, 80], "freeing": 15, "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "ful": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinterval": 9, "fullscre": 80, "fully": [15, 20, 25, 38, 80], "fun": 5, "function": [20, 81], "functionality": [7, 20, 42], "funktion": [21, 29], "furth": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "fyld": 33, "f\u00e5": 21, "f\u00e6rd": 28, "f\u00f8j": 28, "f\u00f8lg": 28, "f\u00f8r": 24, "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "gallery": 26, "gang": 24, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "gem": 33, "gendel": 21, "general": [7, 9, 12, 41, 77], "generally": 41, "generat": [41, 45, 46, 48, 54, 66, 81], "generated": [1, 41, 44, 49, 52, 54, 66], "generation": 1, "generic": 45, "gennemf\u00f8rt": 29, "german": 80, "gestur": 63, "get": [10, 15, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "getting": [3, 6], "gif": 66, "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 24, 28, 35, 39, 41, 44, 53, 54, 60, 62, 63], "giving": [0, 12], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gon": 41, "googl": [41, 45, 81, 83], "got": 18, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "granular": 41, "gratis": 53, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "group": [3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82], "grouped": [0, 44, 83], "groupwar": [6, 41, 42, 48, 52], "grup": 33, "gr\u00e6ns": 24, "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvfs": 20, "g\u00f8r": 28, "h": [8, 16, 20], "had": 19, "halt": 44, "hand": [5, 19, 80], "handl": 12, "handled": 44, "handy": 69, "hap": [5, 10, 15, 41], "happened": 0, "happening": [0, 15], "happy": 19, "hard": [12, 20, 35, 41], "hardwar": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "hav": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "head": [20, 21, 41, 44, 58, 80], "heading": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "helpful": [15, 82], "helping": 41, "helst": 28, "here": [2, 44, 50, 69], "hesitat": 80, "hid": [4, 8, 29, 35, 44, 55, 72], "hierarchical": 2, "hierarchy": 35, "high": [12, 64, 80], "highlighted": [62, 76], "history": [6, 20, 21, 39], "hjem": 53, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hood": 15, "horizontal": [2, 44], "host": 9, "hosted": 20, "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourly": 0, "hov": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": [24, 41], "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 24, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "hukommelsesforbrug": 24, "hurt": 24, "hver": 24, "hvordan": 33, "h\u00e5ndtering": [6, 30, 32], "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 60, 63, 65, 66, 72, 76, 82, 83], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": 79, "ideally": 54, "ideation": 42, "identical": [26, 44], "identifi": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 31, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "ifram": 41, "igen": 24, "ignor": [8, 19], "ignored": [12, 41], "ignoring": 19, "ikk": [24, 33], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immediately": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 44], "implementation": 20, "implemented": [25, 42], "implicit": 20, "import": [12, 20, 42, 44, 52, 56], "importanc": 44, "important": [2, 15, 20, 38, 44, 69, 76, 80, 81, 83], "imported": 41, "importing": [41, 44], "imposed": 15, "improv": [20, 44], "improved": 20, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 31, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "includ": [8, 10, 19, 20, 21, 26, 41, 42, 44, 82], "included": 6, "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrect": [9, 19], "increas": [20, 31], "increased": [15, 80], "increasing": 11, "increment": 41, "inde": 24, "independent": [0, 12, 41], "index": [12, 26, 41], "indicat": [19, 60], "indicating": 51, "indication": 20, "indicator": [19, 21, 27, 44, 62, 69], "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "indstil": 24, "indtast": 28, "indtil": [24, 33], "influenc": [11, 41], "info": [36, 41], "inform": [7, 41, 62], "informal": 42, "information": [8, 11, 12, 13, 14, 15, 20, 21, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informed": [37, 41, 59], "informing": 7, "ing": 28, "inherited": 42, "inhibit": 8, "ini": 9, "initial": [35, 48], "initialized": 26, "initiated": 35, "inlin": [36, 66], "inotify": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 66], "inserted": [1, 44], "inserting": 72, "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [7, 12, 17, 19, 20, 41, 45, 73], "installation": [6, 13, 20, 28, 48, 57], "installed": [0, 1, 8, 14, 15, 17, 19, 20, 41, 42, 44, 52, 60, 74, 75, 83], "installing": 20, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruction": [20, 21, 51, 57, 74], "integrat": [12, 15, 19, 44, 46, 57, 75, 77], "integrated": [15, 46, 49, 73], "integrating": [67, 73], "integration": [66, 68, 73, 74], "integration_openai": 44, "intelligenc": 1, "intelligent": 15, "intentionally": 12, "interacted": 44, "interacting": [67, 73], "interactiv": [8, 14], "interesting": 9, "interf": 7, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "intern": [20, 48, 49], "internal": [19, 41, 69], "interoperabl": 41, "interruption": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 20, 21, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "introduced": [19, 41], "introductory": 5, "introduktion": 6, "intrud": 26, "invalid": [8, 54], "investigating": 15, "invisibl": [19, 36, 41], "invit": [42, 59, 70, 72], "invitation": [42, 45, 72, 73], "invited": [41, 72], "inviting": 70, "invok": 8, "involved": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [14, 25, 26, 44, 66, 80], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 36, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italicized": 66, "item": [8, 15, 21, 24, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "jok": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalend": 33, "kalendar": 48, "kan": [21, 24, 28, 29, 33, 54], "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "kept": [15, 26, 42, 44], "key": [7, 41, 42, 46, 72, 81, 83], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyring": 14, "keys": 26, "keyword": 8, "kfy9lek5sm928xp": 20, "klik": [28, 29], "knap": [28, 29], "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kompatibel": 53, "komplic": 24, "konfigur": 24, "kontact": [6, 43], "kontak": 33, "kontrol": [24, 53], "kopi": 24, "korganiz": 48, "krav": 6, "krypt": 33, "krypteringsn\u00f8gl": 33, "kr\u00e6ft": 24, "kubuntu": 19, "kun": [24, 28], "kvot": 33, "kwal": 14, "label": [20, 28, 36], "labeled": 51, "labelled": [41, 51], "lagerkvot": [24, 30, 32], "landing": [2, 42], "languag": [1, 44, 64, 82], "larg": [19, 22, 29, 30, 44, 65], "last": [5, 19, 39, 44, 54, 55, 83], "lat": [1, 2, 5, 42, 44, 46, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 24, 25, 52, 83], "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchagent": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "learned": 2, "least": [1, 39, 42], "leav": [21, 40], "leaving": [20, 44], "led": 24, "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthi": 20, "les": [5, 11, 38], "let": [1, 5, 7, 20, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letting": 44, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "library": [9, 17], "lidt": [24, 33], "ligesom": 24, "lik": [5, 7, 15, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likely": [19, 26, 44], "liking": 80, "limit": [12, 19, 20, 31, 39, 41, 69, 83], "limitation": [15, 20], "limited": [12, 15, 31, 37, 42, 69], "lin": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linked": 28, "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": [1, 12, 41, 42, 60, 82], "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "liv": 60, "live_transcription": 64, "ll": [2, 41, 58], "llm": 44, "llms": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 15, 56], "locat": [9, 19, 51], "located": [4, 17, 19, 44], "location": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 14, 15, 16, 20, 21, 26, 51, 54, 80, 81, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 44, 82], "logging": [6, 19, 20, 29, 83], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 42, 44, 69, 76, 81], "look": [33, 35, 38, 41, 42, 47, 55, 57, 70, 77, 81, 83], "looking": 44, "loop": 12, "los": [6, 26, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeak": 60, "low": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "luminosity": 80, "l\u00e6r": 24, "l\u00f8b": 24, "m": [60, 72, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "mad": [41, 42, 45, 47], "magic": 5, "magically": 26, "magisk": 24, "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": [5, 10, 12, 17, 20, 25, 26, 28, 29, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "making": [9, 19, 20, 41], "maksimal": 24, "maksimalt": 24, "manag": [5, 7, 14, 15, 17, 21, 26, 36, 41, 42, 44, 46, 50, 51, 56, 57, 77, 82], "managed": [14, 27, 41, 44], "management": [12, 20, 33, 36, 43], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "mangl": 21, "manner": [8, 41], "manual": [7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manually": [7, 12, 20, 39, 44, 45, 50, 58, 62, 79], "manuelt": [24, 29], "many": [12, 26, 41], "map": [20, 24, 33], "mapped": 20, "mark": [19, 21, 27, 44, 66], "markdown": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "mast": 26, "mastodon": 42, "mat": 20, "matc": 19, "match": [7, 12, 42, 44, 83], "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximum": [8, 9, 11, 20, 41], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [15, 19, 20, 26, 27, 41, 44, 81], "meaning": [9, 44], "meanwhil": 42, "mechanism": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [39, 41], "meeting": [57, 69, 72, 83], "megabyt": 31, "memb": [2, 5, 20, 35, 69], "membership": [42, 82], "memory": 1, "mennesk": 24, "mention": 69, "mentioned": [57, 69, 82], "mentioning": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "mer": 24, "merg": 42, "merged": 42, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "metadata": [19, 33], "method": [7, 20, 27, 41, 42, 45, 58, 81], "metod": 28, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "midlertid": 33, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "millisecond": 9, "mim": 12, "minchunksiz": 9, "mind": [20, 41], "miniaturebilled": 33, "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mitigat": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 44, 60, 66, 69, 80], "model": [1, 44], "moderation": 69, "moderator": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modes": 44, "modification": [12, 19, 42], "modified": [0, 21, 42], "modify": [0, 19, 20, 42, 60], "modifying": [19, 31], "modtag": [24, 28, 29], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "mont": 28, "month": 41, "mor": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morning": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 35], "mounted": 20, "mounting": 20, "mous": [2, 63, 80], "mov": [0, 20, 21, 52, 58, 80], "moved": [9, 44, 69], "movetotrash": 9, "moving": 44, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 26, 33, 82], "mul": [21, 28], "muligvis": 24, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "muted": [60, 72], "mutually": 44, "my": [2, 20], "my_sync_fold": 8, "mycertificat": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 56], "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 20, "natively": 50, "naturally": 42, "nautilus": [19, 46], "navigat": [0, 20, 21, 35, 37, 42, 44, 49, 51, 80], "navigating": 6, "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": [21, 50], "nearly": 10, "necessary": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 12, 14, 15, 17, 20, 26, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "needed": [11, 35, 38, 41, 48, 69], "needing": [15, 42], "nemo": [19, 20], "nested": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "nev": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newest": 44, "newly": [12, 15, 41], "newslet": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": [69, 82], "nog": 21, "nogl": 33, "non": [2, 8, 9, 14, 20, 44, 47, 49, 51, 82], "normal": [7, 9, 19, 66], "normally": [26, 41, 44], "not": [0, 2, 4, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 31, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "nothing": 26, "notic": [10, 41], "notifi": 10, "notification": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notificationrefreshinterval": 9, "notified": [0, 41, 69, 72, 76], "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 41, 42, 44, 45, 46, 47, 48, 66, 81], "ns": 20, "numb": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "ny": [24, 28], "nye": [24, 28], "nyt": 33, "object": [0, 27, 35], "obscured": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [26, 41, 44], "occurred": [0, 10, 20], "oct": 20, "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offent": 33, "offic": [6, 12, 20, 21, 41, 43, 69], "officially": 14, "offlin": [15, 19, 20, 27], "oft": [0, 41], "ok": 20, "old": [9, 12, 14, 16, 17, 20, 26, 39, 41, 80], "oldest": [39, 44], "omd\u00f8b": 24, "omit": 20, "omkring": 33, "on": [0, 1, 2, 5, 7, 8, 9, 10, 15, 17, 19, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 20, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "opbevaringsperiod": 24, "open": [0, 1, 2, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [7, 15, 19, 69], "opening": [2, 15, 16, 41, 60], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "operating": [7, 12, 17, 20], "operation": [11, 19, 20], "operator": 44, "opfyld": 24, "opgrad": 28, "oplysning": 33, "opportunity": 12, "opret": [21, 23, 28, 30, 33], "oprind": 33, "opt": [9, 44], "optimized": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "optional": [20, 26, 40, 41, 44], "optionally": [41, 45], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "ord": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [2, 3, 41, 44], "organization": 42, "organized": [0, 76], "organizing": 5, "original": [44, 64], "oth": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgoing": 44, "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "overal": 80, "overflow": [19, 27], "overflows": 65, "overhaul": 12, "overhead": 20, "overlapping": 41, "overrid": [7, 8, 11, 33], "overst": [24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "own": [0, 1, 7, 8, 9, 10, 20, 26, 29, 35, 37, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "pag": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pan": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "papirkurv": [24, 28, 54], "papirkurved": 24, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "participant": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participation": 41, "particular": [0, 58], "party": [12, 26, 41, 70], "pas": [8, 20], "passed": [8, 20, 39], "passkey": 83, "password": [8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "paused": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectly": 18, "perform": [7, 8, 9, 20, 42, 44], "performanc": [20, 44, 64], "performed": 44, "period": [19, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanent": 24, "permanently": [4, 12, 15, 24, 41, 69], "permission": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": 27, "persisted": 9, "persistent": 20, "person": [10, 24, 41, 69, 83], "personal": [0, 6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phon": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": [20, 81], "pick": [6, 21, 29, 36, 37, 41, 46, 48, 56, 69, 80], "picked": 41, "pictur": [5, 82, 83], "pie": 15, "pil": 28, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "plac": [1, 2, 7, 20, 24, 41, 42, 53, 65, 69, 83], "placed": 8, "plad": 24, "pladsgr\u00e6ns": 24, "plain": [20, 21, 54], "plan": [20, 41, 48], "planning": 41, "plasma": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plus": [41, 42], "point": [14, 20, 44, 45, 83], "pointing": [10, 27, 44], "pol": [9, 15], "polici": 7, "pop": 7, "pop3": 43, "popov": 80, "popular": 41, "populated": 19, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "position": 42, "possibility": [20, 38], "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": [51, 57], "potential": 44, "pow": [1, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaution": 44, "preconfiguration": 14, "predefined": [19, 41, 44, 60], "pref": [14, 20, 44, 51], "preferenc": [0, 6, 9, 17, 41, 44, 45, 52, 81], "preferred": [7, 20, 82], "prepar": [41, 62], "preparation": [18, 41], "prepared": 66, "pres": [1, 2, 5, 14, 20, 44, 46, 60, 83], "preselected": 2, "present": [7, 27, 63], "presentation": 21, "preserv": 19, "preserving": 21, "pressing": [5, 46, 66, 72], "pretty": 26, "prevent": [7, 35, 41, 42, 82], "prevented": 69, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [0, 1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principal": [47, 51], "prior": 7, "privacy": [38, 44, 62, 83], "privat": [41, 82], "privately": 66, "privatliv": 53, "privileg": 7, "pro": 81, "probably": 20, "problem": [11, 12, 15, 81], "proc": 12, "procedur": 50, "proceed": 44, "proces": [8, 12, 39, 41, 44, 52], "processed": [44, 62], "produc": [9, 19, 21], "productivity": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progres": [15, 19, 60], "project": 43, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfil": 9, "prompted": [14, 51, 60, 63, 72], "proof": 81, "prop": 20, "propagat": 8, "propagated": 35, "properly": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 44, "proposal": 52, "propstat": 20, "protect": [26, 35, 81], "protected": [20, 69], "protecting": 38, "protection": [35, 42], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 26, 38, 41, 42, 57, 64, 69], "provided": [15, 31, 41, 44, 69, 70], "providing": [26, 55, 56], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "public": [21, 36, 41, 56, 58, 69, 82], "publicly": 42, "publis": [41, 82], "pul": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "quality": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76, 80], "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": 80, "raised": 11, "random": 35, "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rat": [41, 48], "rath": [20, 50], "re": [5, 12, 20, 26, 41, 44], "reac": [27, 41, 44], "reach": [40, 69, 80], "read": [0, 8, 9, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reading": [15, 80], "ready": [18, 27], "real": 64, "realitet": 28, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 37, 41, 44, 60, 62, 66, 70, 76, 81], "received": 72, "receiving": [35, 44, 64, 70], "recent": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 35, 41], "recognisabl": 15, "recogniz": 20, "recommend": [15, 20, 31, 44], "recommended": [15, 20], "reconnect": 20, "record": [0, 62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recov": 26, "recoverabl": 21, "recovery": 6, "recurrenc": 41, "red": [19, 21, 27, 33, 60, 62], "reddit": 51, "redirected": [69, 72, 81], "redo": 50, "reduc": 11, "reduced": 80, "reducing": [15, 80], "ref": [14, 20, 31], "referenc": [18, 21, 62, 76], "reflect": 19, "reflected": [27, 35, 41], "refres": [41, 50], "refresh": [20, 48, 80], "reg": 12, "regardles": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registering": 12, "registry": [7, 12, 20], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulation": 62, "reject": 37, "rejected": 41, "rejection": 37, "rejoining": 69, "relat": 44, "related": [0, 1, 15, 17, 41, 44, 47, 83], "relativ": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "relevant": [10, 41, 42, 44, 76], "remain": [19, 44], "remaining": 11, "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 36, 38, 41, 44, 69, 83], "removal": [12, 17, 42], "removed": [19, 41, 44, 57, 69], "removing": [17, 36], "renam": [0, 21, 35, 36], "renamed": 44, "rend": 19, "reop": 44, "repeat": [8, 51], "repeating": 41, "replac": [20, 41, 45, 47, 51, 60], "replacement": [40, 69], "repli": [57, 69, 76], "reply": [44, 66], "report": [15, 18, 44, 80], "reported": 20, "repositori": 8, "repository": [8, 9], "represent": 44, "reproduc": 18, "reproducibl": 14, "request": [1, 20, 31, 44], "requested": [20, 45], "requir": [1, 8, 20, 31, 41, 62, 69], "required": [7, 8, 15, 27, 41, 45, 47, 60, 64], "requirement": 74, "requiring": [38, 44, 62, 81], "res": 40, "reschedul": 66, "resetting": 41, "reshared": 41, "resharing": 35, "resiz": 60, "resolv": 10, "resolved": [10, 15], "resolving": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respectiv": [41, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "responsiv": 80, "responsivenes": 6, "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 26, 39, 41], "restoring": 41, "restrict": [6, 36], "restricted": [20, 36], "restriction": 42, "result": [1, 9, 15, 19, 83], "resulting": 48, "resum": [19, 44], "retention": [33, 36, 44, 69], "retri": 8, "retried": [11, 44], "retriev": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": [19, 27], "retur": 28, "return": [21, 42, 60], "returned": 26, "revealed": 15, "revert": [35, 69], "review": [1, 20, 41], "reviewed": 41, "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": [39, 57, 82], "room": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rows": 36, "rss": 6, "rul": [36, 41, 44], "run": [1, 8, 9, 10, 20, 26, 27, 39, 77], "running": [6, 15, 17, 20, 26], "rw": 20, "s": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "saf": [17, 38, 69, 81], "safari": 83, "said": 7, "sal": 82, "sam": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samba": 27, "samled": 33, "sat": 33, "sav": [12, 15, 20, 41, 42, 44, 46, 51, 54, 56, 62, 80, 82], "saved": [5, 20, 27, 36, 39, 41, 42, 44, 51, 62], "saving": [47, 48], "say": 10, "says": [20, 26], "scan": [12, 27, 45, 81], "scanned": 81, "scary": 5, "scenario": [10, 24], "schannel": 51, "schedul": [14, 41, 52, 66], "scheduled": [1, 41, 59, 66, 69], "schem": 12, "scop": [14, 82], "scoped": 44, "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [17, 20, 26, 44], "scripting": 20, "scrol": [20, 44, 51, 65, 66], "se": [24, 28], "seamles": 26, "seamlessly": 15, "searc": 44, "search": [2, 6, 8, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80], "searchabl": 46, "searching": [41, 44, 69, 82], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secr": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [20, 38], "secured": 20, "security": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": [35, 82], "seen": [26, 51], "sees": 38, "select": [0, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selection": [36, 41, 44, 81], "selectiv": 8, "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 44, 45, 58, 60, 66, 70, 76, 80], "sending": [29, 67, 73, 76], "sens": 10, "sensitiv": 69, "sent": [0, 10, 28, 41, 44, 69], "separat": [0, 1, 25, 41, 44, 82], "separately": [42, 44, 49, 81], "ser": 29, "serv": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_addres": 8, "serveradministrator": 21, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 9, 20, 26, 31, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "setting": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 35, 36, 37, 38, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shal": 9, "shar": [0, 2, 15, 19, 23, 26, 27, 29, 30, 33, 38, 41, 42, 43, 53, 56, 62, 63, 73, 76, 82], "share": 35, "shared": [0, 2, 3, 15, 20, 21, 26, 27, 28, 35, 41, 53, 56, 62, 63, 69, 76, 82], "sharing": [0, 6, 20, 21, 28, 29, 30, 37, 61, 70, 73], "shel": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortly": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 40, 41, 42, 44, 60, 79, 81, 83], "showexperimentaloption": 9, "showing": [0, 4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "shows": [0, 1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sick": 40, "sid": [5, 10, 15, 19, 20, 27, 29, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signed": [20, 49], "significant": [20, 44], "significantly": 20, "sik": 53, "sikkert": 53, "sikr": 24, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarly": [44, 46], "simpl": [5, 27, 39, 41, 44], "simplified": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sits": 19, "situation": [10, 11], "siz": [9, 11, 19, 20, 31, 42, 80], "sizing": 9, "skift": 28, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "skraldespand": [24, 33], "slash": 19, "slet": [21, 28], "sletning": 24, "sletted": [30, 32, 33], "slot": 41, "slow": 20, "smal": [49, 58, 60, 63], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snip": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "solely": 44, "solution": 35, "solv": [12, 81], "solved": 12, "some": [5, 9, 10, 19, 26, 41, 44, 48, 69, 80, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "something": 81, "sometim": 41, "somewh": 81, "soon": [0, 15, 41], "sorting": 44, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "spac": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": [62, 72], "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specifi": [9, 11], "specific": [0, 8, 15, 17, 27, 39, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifically": 12, "specified": [8, 16, 44], "specify": [7, 8, 16, 20, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spok": 60, "spreadshe": 21, "sp\u00f8rg": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "stad": 33, "stand": 20, "standard": [8, 14, 24, 28, 41, 80], "standardized": 15, "star": [21, 42], "starred": 21, "start": [1, 7, 12, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 72, 76, 79], "started": [3, 6, 20, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "startup": [19, 20], "stat": [8, 15, 19, 20, 44], "station\u00e6r": 25, "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 41, 44, 59], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "stil": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 69, 80], "stol": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "stopping": 62, "stor": [15, 19, 20, 26, 42, 45, 53, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 20, 26, 39, 42, 44], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "strip": 41, "strongly": 20, "structur": [2, 3, 21, 26, 42], "styl": 43, "styring": 24, "st\u00f8r": 33, "sub": [24, 45], "subdirectory": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscribed": 76, "subscription": [41, 45], "subsequent": [15, 20], "substantially": 20, "substring": 44, "successful": [14, 27, 28, 41], "successfully": [7, 51], "such": [0, 1, 7, 10, 14, 19, 20, 26, 27, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suggested": [44, 50], "suit": [8, 83], "suitabl": 41, "summarization": 1, "summarizing": 44, "summary": 57, "superior": 35, "support": [14, 15, 17, 19, 20, 39, 41, 42, 44, 46, 49, 50, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 50, 66, 74, 83], "supporting": 41, "sur": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 50, 51, 53, 81], "synced": [12, 17, 19, 25, 41, 48], "synchroniz": [8, 11, 20, 41, 45, 48, 50, 51, 53], "synchronization": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 50, 51], "synchronized": [10, 13, 19, 20, 50, 53], "synchronizing": [6, 43], "syncing": [19, 42, 47, 49], "synkronis": 25, "synkronisering": [6, 22], "syntactical": 19, "syntax": [19, 20, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "s\u00e5": [21, 29], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabl": 66, "tackled": 69, "tag": [21, 30, 32], "tagged": 0, "tagging": [36, 44], "tak": [2, 9, 12, 15, 17, 26, 28, 41, 42, 44, 48, 62, 69, 83], "taking": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "targ": [9, 15, 20, 35, 37, 41, 83], "targetchunkuploadduration": 9, "targeting": 44, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "tast": 28, "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technical": 15, "technically": 14, "tel": [19, 41, 44], "telegram": 42, "telephon": 82, "temporarily": [12, 20, 60], "ten": 27, "tentativ": [41, 44], "tentatively": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "terminal": 15, "test": [14, 18, 20, 24, 44, 48], "tested": [10, 12], "testing": [9, 18], "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 31, 39, 50, 56, 60, 66, 81], "thank": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 28, 29, 31, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 16, 17, 18, 22, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 20, 21, 26, 35, 37, 41, 44, 51, 54, 58, 60, 69, 82], "them": [0, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 81], "theming": 80, "themselv": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 7, 10, 17, 19, 20, 24, 26, 35, 41, 42, 44, 45, 62, 66, 69, 71, 72, 76], "therefor": [38, 47], "thes": [10, 14, 15, 19, 25, 26, 31, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 20, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 31, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thos": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": [1, 76], "threaded": 44, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thumb": 8, "thumbnail": [21, 26], "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tidsstempl": 24, "tildel": 24, "tile": 65, "tiles": 65, "tilf\u00f8j": [24, 28], "tilg\u00e6ng": 24, "tillad": [24, 33], "tilsides\u00e6t": 24, "tilslutted": [6, 81], "tim": [8, 9, 10, 12, 14, 15, 19, 20, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tjenesteudbyd": 53, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 27, 28, 29, 30, 31, 33, 34, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "tok": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": [0, 80], "trail": 21, "transcrib": 64, "transcription": [1, 61, 73], "transf": [20, 23, 27, 30, 41, 42], "transferred": [20, 37], "transferring": 41, "translat": [44, 53], "translated": [4, 64], "translation": [61, 73], "transparent": 41, "trash": [9, 21, 24, 26, 28, 33, 42], "trashbin_retention_obligation": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tree": 19, "tried": 44, "tries": [8, 47, 69], "trig": [0, 9, 14, 27, 41, 44, 50], "triggering": 44, "trin": 28, "troubl": 20, "troubleshooting": 47, "true": [7, 16, 44], "trust": [8, 20, 38], "trusted": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tryk": 28, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": 75, "turned": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "typ": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 42, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typical": 19, "typically": [19, 57, 81], "typing": [2, 37, 44, 69], "t\u00e6l": [24, 33], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "udeluk": 33, "udl\u00f8b": 24, "ui": [9, 41], "ukrypt": 33, "umiddelbart": 24, "umount": 20, "un": 26, "unabl": [10, 11], "unaffected": 11, "unauthenticated": 0, "unauthorized": 81, "unavailabl": [15, 20, 27, 69], "unchanged": 44, "uncheck": [0, 36, 41, 42], "uncomment": 20, "und": [1, 5, 7, 11, 15, 20, 27, 33, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understanding": 44, "underst\u00f8t": 53, "undesired": 19, "undo": 41, "undon": 15, "unencrypted": [20, 26, 38], "unfocus": 80, "unfortunately": 20, "unified": [6, 76], "unifying": 5, "uninstal": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintended": 9, "uniqu": [26, 41, 60, 82], "universal": [6, 12], "universiti": 7, "unknown": 45, "unles": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmount": 20, "unmut": [60, 72], "unmuted": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolved": 10, "uns": 44, "unselect": 42, "unsent": 44, "unshar": [35, 41], "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsyncedfold": 8, "unsynchronized": 15, "until": [9, 18, 20, 27, 39, 41, 44, 56, 72, 76, 79], "unusabl": 19, "up": [7, 9, 15, 19, 20, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 26, 41, 42, 44, 45, 48], "updated": [10, 14, 20, 41, 54, 64], "updating": [7, 19, 44], "upload": [9, 10, 19, 20, 21, 22, 23, 27, 30, 33, 35, 41, 42, 60], "uploaded": [9, 10, 11, 15, 33, 41, 62, 69], "uploadfunktion": 29, "uploading": [31, 41, 72], "uploadmap": 29, "upon": [7, 20, 44, 69, 70], "upp": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [44, 80], "usabl": 80, "usag": [82, 83], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 20, 33, 36, 38, 39, 40, 41, 42, 44, 51, 54, 80], "useful": [15, 20, 21, 31, 41, 44, 60, 72, 82], "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "uses": [7, 8, 12, 16, 19, 20, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usual": 26, "usually": [12, 44, 47], "utf": 20, "utiliz": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacation": 40, "valid": [41, 44, 51], "validat": 50, "validated": 19, "valu": [7, 9, 11, 12, 15, 16, 19, 20, 42, 44], "variabl": [6, 9, 10, 13, 31, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcard": 42, "vcf": 42, "ve": [18, 20], "ved": [24, 28, 29], "velkom": 53, "vendor": 7, "venu": 41, "verbos": 8, "verification": 69, "verify": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versionskontrol": 33, "vertical": 44, "very": [5, 12, 20, 42, 80], "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "videredel": 33, "videredeling": 33, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 51, 56, 59, 60, 63, 66, 69, 76, 80, 83], "viewabl": 41, "viewed": 21, "viewing": [6, 35], "views": 21, "virksom": 53, "virtual": [17, 19, 82], "vis": 29, "visibility": [15, 37, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 80, "visualized": 15, "voic": 60, "volum": 8, "vot": 41, "voted": 56, "vpn": 20, "v\u00e6r": 33, "v\u00e6rdi": 24, "wait": 18, "waiting": [1, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [12, 44], "warning": [19, 20, 26, 41, 44], "was": [0, 1, 9, 35, 39, 41, 44, 81, 83], "watch": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 45, 56, 62], "we": [2, 5, 12, 14, 15, 18, 20, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webadres": 28, "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webgr\u00e6nseflad": 21, "webinar": [73, 77], "websit": [43, 73], "wednesday": 41, "week": [0, 39, 41, 42, 69, 82], "weekly": [0, 42], "wel": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "welcom": 20, "wer": [9, 15, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 31, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "wher": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "wheth": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "whit": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whol": [15, 26, 41], "whom": 41, "wid": [10, 26, 36, 62, 82], "widg": [44, 83], "wiki": [57, 74], "wil": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "wildcard": [8, 19, 44], "win": 20, "window": [9, 10, 12, 15, 16, 20, 29, 45, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": [17, 41], "wish": [41, 44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 36, 40, 43, 44, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpres": 12, "work": [10, 15, 19, 20, 26, 27, 36, 41, 44, 45, 46, 48, 54, 81, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "workshop": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 20, 41, 69], "writabl": 42, "writing": [20, 44, 49], "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [15, 26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e6ldr": [24, 28, 33], "\u00e6ldst": [24, 33], "\u00e6ndr": 41}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Indholdsfortegnelse", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "H\u00e5ndtering af slettede filer", "Desktop og mobil synkronisering", "Using server-side encryption", "Using external storage", "Using federation shares", "Oprettelse af anonyme uploads", "Filer og synkronisering", "Large file uploads", "Managing your files", "Lagerkvote", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 brugermanual introduktion", "Administrer tilsluttede browsere og enheder", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "For": 77, "Hvad": 24, "I": 12, "Mode": 44, "Some": 12, "a": [1, 12, 21, 26, 28, 35, 38, 39, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "about": 12, "accepting": 70, "acces": [4, 35, 36, 80], "accessing": [20, 21, 22, 27], "account": [19, 44, 49], "action": [15, 44], "activiti": 0, "activity": [0, 21], "add": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "addres": [42, 44, 82], "adgangskod": 54, "adgangskode\u00e6ndring": 54, "administr": [24, 54], "advanced": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "alternativ": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 35, 36, 41, 42, 44, 45, 57, 59, 60, 64, 66, 69, 72, 79, 80, 83], "android": 45, "anonym": 29, "anoth": 44, "answ": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appearanc": 55, "application": 81, "appointment": 41, "archiv": 69, "are": 12, "as": [42, 44, 72], "assign": 41, "assigning": 36, "assistant": 1, "attachment": [41, 56], "attempting": 12, "attende": 41, "audio": 60, "authentication": 81, "automated": 41, "automatic": [7, 44], "automation": 44, "autorespond": 44, "availability": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "be": 26, "being": 12, "betwe": 52, "bin": 41, "birthday": 41, "block": 44, "body": 44, "book": [42, 82], "booked": 41, "booking": 41, "bot": 57, "breakout": [58, 60], "brows": [54, 60, 83], "browsing": 36, "brugermanual": 53, "busy": 41, "by": 36, "cal": [60, 61, 62, 64, 65, 72], "calendar": [41, 44, 45, 47, 50, 51, 59], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "client": [8, 13, 19, 20, 60, 81], "cloud": 28, "cod": 81, "collaboration": 23, "collectiv": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condition": 44, "configur": 58, "configuration": [9, 15, 41], "configuring": [19, 81], "conflict": [10, 15], "connecting": 21, "consent": 62, "consideration": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continuously": 12, "control": 39, "controlling": 60, "conversation": [41, 55, 68, 69, 76, 78], "creat": [5, 41, 42, 44, 75], "creating": [20, 21, 28, 35, 36, 41, 69, 78], "credential": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deep": 12, "delegation": [41, 44], "delet": [41, 44], "deleting": 39, "deletion": 44, "delingsstatusikon": 21, "delt": 24, "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detection": [27, 44], "devic": 38, "directori": 12, "disabl": 26, "disabled": 26, "disk": 11, "display": 44, "displaying": 38, "disposabl": 69, "dit": 29, "dolphin": 20, "download": [14, 60], "downloaded": 15, "driv": 20, "drop": 29, "duplicat": [41, 42], "during": 60, "e2e": 38, "edit": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "eget": 29, "ell": 21, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 44], "enabling": 38, "encrypted": 26, "encrypting": 38, "encryption": [26, 34, 38], "enhed": 54, "enhedsspecifik": 54, "envelop": 44, "environment": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expiration": 69, "explor": 20, "export": 41, "extension": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "fil": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filt": [44, 69], "filtering": [0, 21, 44], "find": 15, "first": [2, 5], "flyt": 21, "fold": [12, 38, 44], "follow": 44, "forh\u00e5ndsvisning": 21, "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "ful": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnom": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handling": 8, "hardwar": 81, "history": 1, "holiday": 41, "hour": 41, "how": [5, 12, 26, 44], "hvordan": 24, "h\u00e5ndtering": [24, 54], "icon": 19, "ics": 41, "if": 81, "ignored": 19, "immediately": 60, "import": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76, 81, 82], "inbox": 44, "included": 80, "indholdsfortegn": 6, "indicator": 15, "info": 44, "information": 42, "initial": 14, "inserting": 66, "instal": [8, 14], "installation": 14, "instanc": 52, "instruction": 17, "integrating": 75, "integration": [15, 44, 59, 71], "interacting": 76, "interfac": [12, 21, 83], "internal": [35, 44], "into": 75, "introduction": 5, "introduktion": 53, "invit": 41, "invitation": [41, 44, 70], "ios": 47, "is": 26, "issu": [15, 20], "it": [12, 26], "item": 42, "job": 26, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": [44, 80], "klient": 25, "known": [15, 20], "kontact": 48, "kontrol": 21, "krav": 83, "kvot": 24, "lagerkvot": 33, "lagerplad": 24, "languag": 12, "larg": 31, "layout": [44, 65], "level": [15, 36], "lik": 12, "lin": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "logging": [15, 81], "login": 26, "los": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "manag": [19, 20, 58, 62], "managing": [32, 36, 41, 42, 44, 69], "manually": 42, "map": 21, "mapping": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meeting": [41, 44, 59], "memb": 42, "mention": 44, "menu": 15, "merging": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mobil": [20, 25, 45, 60], "modal": 44, "moderator": 77, "modified": 12, "mor": 66, "mount": 20, "mov": [12, 26, 44], "multipl": 42, "my": 12, "naming": 39, "nativ": 44, "nautilus": 20, "navigating": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26, 69], "notification": [0, 1, 41, 45, 69], "of": [12, 40, 55], "offic": 40, "official": 20, "on": [12, 14, 20, 44, 50, 76], "onboard": 5, "one": 69, "only": 50, "open": 78, "operation": 44, "opret": 29, "ops\u00e6tning": 29, "option": [16, 41, 42], "or": [26, 41, 42, 60, 72], "ord": 44, "organiz": 42, "oth": [35, 72], "our": 5, "out": 40, "outbox": 44, "overlay": 19, "overview": 10, "own": [5, 27], "ownership": 37, "pag": 5, "parent": 5, "participant": [60, 69], "party": 20, "password": 26, "personal": 1, "phishing": 44, "pick": [1, 66], "pictur": 42, "pinning": 76, "planned": 26, "pol": 56, "possibl": 26, "preferenc": 82, "preventing": 7, "priority": 44, "privacy": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progres": 41, "project": 5, "proposal": 41, "proposed": 41, "provid": 15, "public": [20, 35], "publishing": 41, "quick": 44, "rais": 60, "reaction": 60, "recipient": 44, "recommended": 50, "record": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "remind": [41, 44, 76], "remov": 42, "repli": 44, "replying": 66, "requirement": 14, "resourc": 41, "responding": 41, "responsivenes": 80, "restrict": 82, "rol": 42, "room": [41, 58, 60], "rss": 0, "running": 1, "s": [2, 26], "schedul": 59, "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76, 83], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "self": 69, "sending": [44, 66, 70], "serv": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [0, 1, 19, 40, 44, 72, 76, 82, 83], "setup": [14, 49], "shar": [20, 21, 28, 35, 72, 75], "shared": [42, 44], "sharing": [15, 19, 23, 26, 27, 35, 41, 56, 63, 82], "shortcut": 44, "sid": 26, "sidebar": [0, 21], "silent": 66, "sker": 24, "slet": 24, "sletted": 24, "smart": [1, 44, 66], "snooz": 44, "solution": 20, "sort": 44, "spac": 11, "speak": 65, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summary": [0, 44, 66], "supported": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchronization": 19, "synchronized": 12, "synchronizing": [45, 46, 47, 48, 49, 50, 51], "syncing": 12, "synkronisering": [25, 30], "system": [14, 36], "systray": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "the": [0, 7, 8, 12, 15, 19, 20, 21, 26, 38, 41, 42, 44, 45, 46, 50, 60, 82, 83], "their": 5, "them": 80, "ther": 12, "they": 12, "third": 20, "this": 26, "thread": 44, "threaded": 76, "thunderbird": 50, "tilslutted": 54, "tim": [41, 42], "tlsv1": 51, "to": [5, 12, 21, 26, 35, 36, 38, 41, 42, 44, 66, 69], "togeth": 5, "tok": 81, "tracked": 12, "transcription": 64, "transf": 37, "translation": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [15, 49, 51], "two": 81, "unified": [44, 83], "uninstallation": 17, "universal": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": [7, 18], "upload": [29, 31], "uploaded": 12, "uploading": [10, 21], "usag": 8, "use": [2, 44], "user": [12, 19, 26, 35, 41], "using": [0, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "valg": 21, "variabl": 11, "version": [14, 39], "via": [28, 80], "video": 60, "videoafspil": 21, "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": 42, "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widg": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "without": [26, 45], "work": 12, "workflow": 7, "working": 41, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/de/contents.html b/server/latest/user_manual/de/contents.html index fe0fde20ce1..e8dc143759b 100644 --- a/server/latest/user_manual/de/contents.html +++ b/server/latest/user_manual/de/contents.html @@ -180,6 +180,7 @@
      258. Installation
      259. Deinstallation
      260. Verwenden des Synchronisierungsclients
      261. +
      262. Using the macOS File Provider
      263. Using the Command-Line Client
      264. Command-Line Options
      265. Configuration File
      266. diff --git a/server/latest/user_manual/de/desktop/autoupdate.html b/server/latest/user_manual/de/desktop/autoupdate.html index 3cd5061ec06..8ad6b0b3d7f 100644 --- a/server/latest/user_manual/de/desktop/autoupdate.html +++ b/server/latest/user_manual/de/desktop/autoupdate.html @@ -84,6 +84,7 @@
      267. Installation
      268. Deinstallation
      269. Verwenden des Synchronisierungsclients
      270. +
      271. Using the macOS File Provider
      272. Using the Command-Line Client
      273. Command-Line Options
      274. Configuration File
      275. diff --git a/server/latest/user_manual/de/desktop/commandline.html b/server/latest/user_manual/de/desktop/commandline.html index 3e559d0adab..b78692add8a 100644 --- a/server/latest/user_manual/de/desktop/commandline.html +++ b/server/latest/user_manual/de/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      276. Installation
      277. Deinstallation
      278. Verwenden des Synchronisierungsclients
      279. +
      280. Using the macOS File Provider
      281. Using the Command-Line Client
        • Install
        • Usage
        • @@ -257,7 +258,7 @@

          Example
          diff --git a/server/latest/user_manual/de/desktop/configfile.html b/server/latest/user_manual/de/desktop/configfile.html index 0b27f032edb..536631e7cf7 100644 --- a/server/latest/user_manual/de/desktop/configfile.html +++ b/server/latest/user_manual/de/desktop/configfile.html @@ -84,6 +84,7 @@
        • Installation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/conflicts.html b/server/latest/user_manual/de/desktop/conflicts.html index dbecac90ead..e07e6adba0b 100644 --- a/server/latest/user_manual/de/desktop/conflicts.html +++ b/server/latest/user_manual/de/desktop/conflicts.html @@ -84,6 +84,7 @@
        • Installation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/envvars.html b/server/latest/user_manual/de/desktop/envvars.html index ccf7847db46..8be0d77231a 100644 --- a/server/latest/user_manual/de/desktop/envvars.html +++ b/server/latest/user_manual/de/desktop/envvars.html @@ -84,6 +84,7 @@
        • Installation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/faq.html b/server/latest/user_manual/de/desktop/faq.html index d0107418320..02df4880bc8 100644 --- a/server/latest/user_manual/de/desktop/faq.html +++ b/server/latest/user_manual/de/desktop/faq.html @@ -84,6 +84,7 @@
        • Installation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/index.html b/server/latest/user_manual/de/desktop/index.html index 8d6023d43ef..11e4e35e556 100644 --- a/server/latest/user_manual/de/desktop/index.html +++ b/server/latest/user_manual/de/desktop/index.html @@ -84,6 +84,7 @@
        • Installation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -133,6 +134,7 @@

          Desktop ClientInstallation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/installation.html b/server/latest/user_manual/de/desktop/installation.html index 2a5e2207852..e71e54bcdd1 100644 --- a/server/latest/user_manual/de/desktop/installation.html +++ b/server/latest/user_manual/de/desktop/installation.html @@ -92,6 +92,7 @@
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/macosfileprovider.html b/server/latest/user_manual/de/desktop/macosfileprovider.html new file mode 100644 index 00000000000..79e713090e3 --- /dev/null +++ b/server/latest/user_manual/de/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versionen
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/de/desktop/macosvfs.html b/server/latest/user_manual/de/desktop/macosvfs.html index bd17410130e..497d7f7af97 100644 --- a/server/latest/user_manual/de/desktop/macosvfs.html +++ b/server/latest/user_manual/de/desktop/macosvfs.html @@ -1,759 +1 @@ - - - - - - - - - - macOS Virtual Files-Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versionen
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/de/desktop/options.html b/server/latest/user_manual/de/desktop/options.html index b1121c4f9ba..1de8ca84f58 100644 --- a/server/latest/user_manual/de/desktop/options.html +++ b/server/latest/user_manual/de/desktop/options.html @@ -84,6 +84,7 @@
        • Installation
        • Deinstallation
        • Verwenden des Synchronisierungsclients
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/de/desktop/uninstallation.html b/server/latest/user_manual/de/desktop/uninstallation.html index 8eccf834217..b9778259ad8 100644 --- a/server/latest/user_manual/de/desktop/uninstallation.html +++ b/server/latest/user_manual/de/desktop/uninstallation.html @@ -92,6 +92,7 @@

      282. Verwenden des Synchronisierungsclients
      283. +
      284. Using the macOS File Provider
      285. Using the Command-Line Client
      286. Command-Line Options
      287. Configuration File
      288. diff --git a/server/latest/user_manual/de/desktop/updatechannel.html b/server/latest/user_manual/de/desktop/updatechannel.html index cf02da5b096..1c4af95c545 100644 --- a/server/latest/user_manual/de/desktop/updatechannel.html +++ b/server/latest/user_manual/de/desktop/updatechannel.html @@ -84,6 +84,7 @@
      289. Installation
      290. Deinstallation
      291. Verwenden des Synchronisierungsclients
      292. +
      293. Using the macOS File Provider
      294. Using the Command-Line Client
      295. Command-Line Options
      296. Configuration File
      297. diff --git a/server/latest/user_manual/de/desktop/usage.html b/server/latest/user_manual/de/desktop/usage.html index 6f1635fdc9d..df16b628f00 100644 --- a/server/latest/user_manual/de/desktop/usage.html +++ b/server/latest/user_manual/de/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      298. Hauptfenster
      299. Verwenden des Netzwerkfensters
      300. Verwenden des Editors für ignorierte Dateien
      301. -
      302. Virtual Files on macOS -
      303. +
      304. Using the macOS File Provider
      305. Using the Command-Line Client
      306. Command-Line Options
      307. Configuration File
      308. @@ -298,15 +295,6 @@

        Verwenden des Netzwerkfensters -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -314,7 +302,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/de/objects.inv b/server/latest/user_manual/de/objects.inv index 052993cacfa..daab8d31096 100644 Binary files a/server/latest/user_manual/de/objects.inv and b/server/latest/user_manual/de/objects.inv differ diff --git a/server/latest/user_manual/de/searchindex.js b/server/latest/user_manual/de/searchindex.js index 5e9ca62d028..d38856cc6f5 100644 --- a/server/latest/user_manual/de/searchindex.js +++ b/server/latest/user_manual/de/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (Einzel-)Gespr\u00e4che": [[69, "private-one-to-one-conversations"]], "2. Gruppen-Unterhaltungen": [[69, "group-conversations"]], "3. Notiz an mich selbst": [[69, "note-to-self"]], "4. Wegwerfgespr\u00e4che": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Abwesenheitsnachricht setzen": [[40, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Adressb\u00fccher hinzuf\u00fcgen und verwalten": [[42, "adding-and-managing-address-books"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Aktionen": [[44, "actions"]], "Aktivit\u00e4t in der Dateien-Seitenleiste": [[0, "activity-in-the-files-sidebar"]], "Aktivit\u00e4ten filtern": [[0, "filtering-activities"]], "Alias-Dateien": [[15, "alias-files"]], "Alle Posteing\u00e4nge": [[44, "all-inboxes"]], "Alle \u00f6ffentliche Unterhaltungen anzeigen": [[78, "view-all-open-conversations"]], "Allgemeine Anweisungen": [[17, "general-instructions"]], "Als E-Mail-Gast beitreten": [[72, "joining-as-an-email-guest"]], "Alternative: Verwenden des CardBook-Add-Ons (nur Kontakte)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Andere mit Zugriff": [[35, "others-with-access"]], "Anforderungen an den Webbrowser": [[83, "web-browser-requirements"]], "Anh\u00e4nge": [[56, null]], "Anh\u00e4nge zu Ereignissen hinzuf\u00fcgen": [[41, "add-attachments-to-events"]], "Anmelden mit der Zwei-Faktor Authentifizierung": [[81, "logging-in-with-two-factor-authentication"]], "Anonyme Uploads durchf\u00fchren": [[29, null]], "Anruf aufzeichnen": [[60, "record-a-call"]], "Anruf starten": [[60, "start-the-call"]], "Anruf-Live-Transkription": [[64, "call-live-transcription"]], "Anrufaufzeichnung": [[62, null]], "Anrufe": [[61, null]], "Anruflayout": [[65, null]], "Antwort": [[20, "answer"]], "Antwort auf ein vorgeschlagenes Treffen": [[41, "responding-to-a-proposed-meeting"]], "Apps, die mit Nachrichten integriert sind": [[75, null]], "Arbeiten mit dem gebuchten Termin": [[41, "working-with-the-booked-appointment"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Audio- und Videosteuerung": [[60, "controlling-audio-and-video"], [60, "id1"]], "Auf Einladungen reagieren": [[41, "responding-to-invitations"]], "Auf Nachrichten antworten und mehr": [[66, "replying-to-messages-and-more"]], "Aufgaben aus Chatnachrichten erstellen": [[75, "create-tasks-from-chat-message"]], "Aufnahmezustimmung": [[62, "recording-consent"]], "Automatische Antworten": [[44, "autoresponders"]], "Automatische Updates in Linux-Umgebungen verhindern": [[7, "preventing-automatic-updates-in-linux-environments"]], "Automatische Updates in Windows-Umgebungen verhindern": [[7, "preventing-automatic-updates-in-windows-environments"]], "Automatische Updates verhindern": [[7, "preventing-automatic-updates"]], "Automatisches L\u00f6schen des Papierkorbs": [[44, "automatic-trash-deletion"]], "Automatisierter Benutzerstatus": [[41, "automated-user-status"]], "Bedingungen": [[44, "conditions"]], "Befehle": [[57, "commands"]], "Beim Versuch, mehr als 100 Unterverzeichnisse zu synchronisieren, wird die Synchronisierung abgebrochen.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Beispiel": [[10, "example"]], "Bekannte Probleme": [[15, "known-issues"], [20, "known-issues"], [20, "known-problems"]], "Benachrichtigungen f\u00fcr ein geplantes Treffen": [[41, "notifications-for-a-proposed-meeting"]], "Benachrichtigungen und Datenschutz": [[69, "notifications-and-privacy"]], "Benachrichtigungseinstellungen": [[0, "notification-settings"]], "Benennung einer Version": [[39, "naming-a-version"]], "Benutzerstatus festlegen": [[19, "set-the-user-status"]], "Beschr\u00e4nken, wer Ihre Profildaten sehen kann": [[82, "restrict-who-can-see-your-profile-data"]], "Bildschirmfreigabe": [[63, null]], "Bots": [[57, "bots"]], "Bots und Befehle": [[57, null]], "Breakout-R\u00e4ume": [[58, null]], "Breakout-R\u00e4ume einrichten": [[58, "configure-breakout-rooms"], [60, "set-up-breakout-rooms"]], "Breakout-R\u00e4ume verwalten": [[58, "manage-breakout-rooms"]], "Browser- und Talk-Desktop-Client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Chat": [[67, null]], "Chat with AI": [[1, "chat-with-ai"]], "Chat-Nachrichten": [[55, "chat-messages"]], "Chat-Zusammenfassung": [[66, "chat-summary"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Configuration File": [[9, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Darstellung": [[55, null]], "Das Mnemonic anzeigen": [[38, "displaying-the-mnemonic"]], "Dashboard-Integration": [[44, "dashboard-integration"]], "Dateiaktionen": [[15, "file-actions"]], "Dateien & Synchronisation": [[30, null]], "Dateien hochladen": [[29, "uploading-files"]], "Dateien in einem Chat teilen": [[56, "sharing-files-in-a-chat"]], "Dateien nicht verschl\u00fcsselt": [[26, "files-not-encrypted"]], "Dateien oder Verzeichnisse ausw\u00e4hlen": [[21, "selecting-files-or-folders"]], "Dateien und Hinweise": [[45, "files-and-notifications"]], "Dateien verschieben": [[21, "moving-files"]], "Dateiintegration": [[71, null]], "Dateimanager-Overlay-Symbole": [[19, "file-manager-overlay-icons"]], "Dateivorschau": [[21, "previewing-files"]], "Dateizugriff mittels macOS": [[20, "accessing-files-using-macos"]], "Dateizugriff unter Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Deck": [[75, "deck"]], "Deinstallation": [[17, null]], "Der automatische Updater": [[7, null]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Download": [[14, "download"]], "E-Mail-Text-Suche aktivieren": [[44, "enable-mail-body-search"]], "E-Mail-\u00dcbersetzung": [[44, "mail-translation"]], "E2EE aktivieren": [[38, "enabling-e2ee"]], "Ein E2EE-Ger\u00e4t hinzuf\u00fcgen": [[38, "adding-an-e2ee-device"]], "Ein neues E-Mail-Konto hinzuf\u00fcgen": [[44, "add-a-new-mail-account"]], "Eine Aufgabe erstellen": [[44, "create-a-task"]], "Eine Aufnahme verwalten": [[62, "manage-a-recording"]], "Eine Bildschirmfreigabe starten": [[72, "starting-a-screen-share"]], "Eine Einladung annehmen": [[70, "accepting-an-invitation"]], "Eine Einladung versenden": [[70, "sending-an-invitation"]], "Eine Team erstellen": [[42, "create-a-team"]], "Eine Unterhaltung er\u00f6ffnen": [[69, "creating-a-conversation"]], "Eine Unterhaltung verwalten": [[69, "managing-a-conversation"]], "Eine \u00f6ffentliche Freigabe Ihrer Nextcloud hinzuf\u00fcgen": [[35, "adding-a-public-share-to-your-nextcloud"]], "Eine \u00f6ffentliche Unterhaltung er\u00f6ffnen": [[78, "creating-an-open-conversation"]], "Einem Anruf beitreten": [[60, null], [72, "joining-a-call"]], "Einem Anruf beitreten oder als Gast chatten": [[72, null]], "Einem Chat beitreten": [[72, "joining-a-chat"]], "Einen Gespr\u00e4chsraum f\u00fcr gebuchte Termine erstellen": [[41, "create-talk-room-for-booked-appointments"]], "Einen Kalender bearbeiten, exportieren oder l\u00f6schen": [[41, "edit-export-or-delete-a-calendar"]], "Einen Kalender importieren": [[41, "import-a-calendar"]], "Einen Ordner verschl\u00fcsseln": [[38, "encrypting-a-folder"]], "Einen Termin buchen": [[41, "booking-an-appointment"]], "Einen Vorschlag bearbeiten": [[41, "editing-a-proposal"]], "Einen Vorschlag erstellen": [[41, "creating-a-proposal"]], "Einen neuen Kalender erstellen": [[41, "create-a-new-calendar"]], "Einheitliche Suche": [[44, "unified-search"], [83, "unified-search"]], "Einige Dateien werden kontinuierlich auf den Server hochgeladen, auch wenn sie nicht ge\u00e4ndert werden.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Einrichtung der Zwei-Faktor Authentifizierung": [[81, "configuring-two-factor-authentication"]], "Einstellungen vornehmen": [[82, null]], "Emoji einf\u00fcgen": [[66, "inserting-emoji"]], "Empfohlene Methode": [[50, "recommended-method"]], "Empf\u00e4ngerinfo beim Erstellen": [[44, "recipient-info-on-composer"]], "Ende-zu-Ende-Verschl\u00fcsselung verwenden": [[38, null]], "Environment Variables": [[11, null]], "Ereignis importieren/.ics-Ereignis hinzuf\u00fcgen": [[41, "import-an-event-add-ics-event"]], "Erinnerungen einstellen": [[41, "set-up-reminders"]], "Erinnerungen f\u00fcr Nachrichten setzen": [[76, "setting-reminder-on-messages"]], "Erstellen einer Terminkonfiguration": [[41, "creating-an-appointment-configuration"]], "Erstellen eines Filters aus einer Nachricht": [[44, "create-a-filter-from-a-message"]], "Erstellungsbreich minimieren": [[44, "minimize-the-composer-modal"]], "Es gab eine Warnung, dass \u00c4nderungen in synchronisierten Ordnern nicht zuverl\u00e4ssig verfolgt werden.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Farbe f\u00fcr Schlagworte \u00e4ndern": [[44, "change-color-for-tags"]], "Favoriten oben zuerst anzeigen": [[44, "sort-favorites-up"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Federiertes Teilen von Kalendern": [[41, "federated-calendar-sharing"]], "Fehlerbehebung": [[49, "troubleshooting"]], "Feiertagskalender abonnieren": [[41, "subscribe-to-a-holiday-calendar"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filter": [[44, "filter"]], "Filtern Sie Ihre Unterhaltungen": [[69, "filter-your-conversations"]], "Filterung und automatische Antworten": [[44, "filtering-and-autoresponder"]], "Finder-Integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Fortschritt eines Vorschlags anzeigen": [[41, "viewing-a-proposal-progress"]], "Freigabe-Status-Symbole": [[21, "sharing-status-icons"]], "F\u00fcr die Moderation": [[77, null]], "Geburtstagskalender": [[41, "birthday-calendar"]], "Gel\u00f6schte Dateien verwalten": [[24, null]], "Geplante Nachrichten": [[44, "scheduled-messages"]], "Ger\u00e4te verwalten": [[54, "managing-devices"]], "Ger\u00e4tespezifische Passw\u00f6rter und Passwort\u00e4nderungen": [[54, "device-specific-passwords-and-password-changes"]], "Geteilte Elemente": [[42, "shared-items"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"]], "Groupware": [[43, null]], "Gro\u00dfe Dateien hochladen": [[31, null]], "Grundlegender Arbeitsablauf": [[7, "basic-workflow"]], "Hand heben": [[60, "raise-hand"]], "Hauptfenster": [[19, "general-window"]], "Heruntergeladene Dateien behalten": [[15, "keep-downloaded"]], "Hintergr\u00fcnde": [[60, "backgrounds"]], "How to onboard your team": [[5, null]], "H\u00e4ufigkeit der E-Mail-Benachrichtigung": [[0, "email-notification-frequency"]], "Ich m\u00f6chte die Sprache der Benutzeroberfl\u00e4che \u00e4ndern": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ich m\u00f6chte meinen lokalen Synchronisierungsordner verschieben": [[12, "i-want-to-move-my-local-sync-folder"]], "Ihr E-Mail-Konto verwalten": [[44, "managing-your-mail-account"]], "Ihre Daten im globalen Adressbuch freigeben": [[82, "sharing-your-data-in-the-global-address-book"]], "Ihre Kalender verwalten": [[41, "managing-your-calendars"]], "Ihren Aktivit\u00e4tsstream anzeigen": [[0, "viewing-your-activity-stream"]], "Inbegriffene Designs": [[80, "included-themes"]], "Inhaltsverzeichnis": [[6, null]], "Initial Setup": [[14, "initial-setup"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Intelligente Antworten": [[44, "smart-replies"]], "Interaktion mit Nachrichten": [[76, null]], "Interne Adressen": [[44, "internal-addresses"]], "Interne Freigaben mit Benutzern und Gruppen": [[35, "internal-shares-with-users-and-groups"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Ist es m\u00f6glich, die Verschl\u00fcsselung mit dem Wiederherstellungsschl\u00fcssel zu deaktivieren?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Ist geplant, dies auf die n\u00e4chste Benutzeranmeldung oder einen Hintergrundjob zu verschieben?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "KI-Zusammenfassung": [[44, "ai-summary"]], "Kalender": [[47, "calendar"], [50, "calendars"], [51, "calendar"]], "Kalender abonnieren": [[41, "subscribe-to-a-calendar"]], "Kalender teilen": [[41, "sharing-calendars"]], "Kalender ver\u00f6ffentlichen": [[41, "publishing-a-calendar"]], "Kalender-Widget": [[41, "calendar-widget"]], "Kalenderintegration": [[44, "calendar-integration"]], "Kalenderintegration mit Talk": [[59, null]], "Kalendertransparenz": [[41, "calendar-transparency"]], "Kann die Verschl\u00fcsselung ohne das Passwort des Benutzers deaktiviert werden?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Karte im Chat teilen": [[75, "share-card-into-a-chat"]], "Kompakte Ansicht der Konversationsliste": [[55, "compact-view-of-conversations-list"]], "Kompaktmodus verwenden": [[44, "use-compact-mode"]], "Konfiguration": [[15, "configuration"]], "Konfigurieren der Nextcloud-Kontoeinstellungen": [[19, "configuring-nextcloud-account-settings"]], "Konflikt mit macOS-Erweiterungen": [[15, "macos-extensions-conflict"]], "Konflikte": [[10, null]], "Konflikte beim Hochladen (experimentell)": [[10, "uploading-conflicts-experimental"]], "Kontaktbild": [[42, "contact-picture"]], "Kontakte": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Kontakte erw\u00e4hnen": [[44, "mention-contacts"]], "Kontakte hinzuf\u00fcgen": [[42, "adding-contacts"]], "Kontakte manuell hinzuf\u00fcgen": [[42, "adding-contacts-manually"]], "Kontakte und Kalender": [[45, "contacts-and-calendar"]], "Kontaktinformationen bearbeiten oder entfernen": [[42, "edit-or-remove-contact-information"]], "Kontextmen\u00fcaktionen": [[15, "context-menu-actions"]], "Konto delegieren": [[44, "account-delegation"]], "Kontoeinstellungen": [[44, "account-settings"]], "Layout umschalten": [[44, "switch-layout"]], "Linux": [[7, "linux"], [17, "linux"]], "Liste aller Anrufteilnehmer herunterladen": [[60, "download-call-participants-list"]], "Live-\u00dcbersetzung": [[64, "live-translation"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u00f6schung einer Version": [[39, "deleting-a-version"]], "L\u00f6sung": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "L\u00f6sung 1": [[20, "solution-1"]], "L\u00f6sung 2": [[20, "solution-2"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Markdown verwenden": [[66, "using-markdown"]], "Matterbridge": [[74, null]], "Meeting-Einladungen": [[44, "meeting-invitations"]], "Meeting-Einladungsautomation": [[44, "meeting-invitation-automation"]], "Meetings und Veranstaltungen": [[59, "meetings-and-events"]], "Meldungsanzeige / Betriebsmodus": [[44, "message-display-operation-mode"]], "Migrate data between instances": [[52, null]], "Mit der Nextcloud Mobil-App": [[45, "with-the-nextcloud-mobile-app"]], "Mitglieder zu einem Team hinzuf\u00fcgen": [[42, "add-members-to-a-team"]], "Mobile Clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Nachrichten anheften": [[76, "pinning-messages"]], "Nachrichten bearbeiten": [[76, "editing-messages"]], "Nachrichten erstellen": [[44, "compose-messages"]], "Nachrichten in Threadform": [[76, "threaded-messages"]], "Nachrichten in den Junk-Ordner verschieben": [[44, "move-messages-to-junk-folder"]], "Nachrichten in einer Unterhaltung suchen": [[76, "messages-search-in-a-conversation"]], "Nachrichten planen": [[66, "scheduling-messages"]], "Nachrichten senden": [[66, null]], "Nachrichtenablauf": [[69, "messages-expiration"]], "Nachrichtenaktionen": [[44, "message-actions"]], "Nachverfolgen-Erinnerungen": [[44, "follow-up-reminders"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus-Dateimanager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigieren via Tastatur": [[80, "navigating-via-keyboard"]], "Neue Konten hinzuf\u00fcgen": [[19, "adding-new-accounts"]], "Neuen Termin erstellen": [[41, "create-a-new-event"]], "Nextcloud 35 - Einf\u00fchrung zur Benutzeranleitung": [[53, null]], "Notifications": [[1, "notifications"]], "Offizielle Nextcloud-Desktop- und Mobilclients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Ohne die Nextcloud Mobil-App": [[45, "without-the-nextcloud-mobile-app"]], "Optionen f\u00fcr wiederkehrende Termine hinzuf\u00fcgen": [[41, "add-recurring-options"]], "Organisieren Sie Ihre Kontakte mit Kontaktgruppen": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Papierkorb": [[41, "trash-bin"]], "Passwort f\u00fcr den Privaten Schl\u00fcssel \u00e4ndern": [[26, "change-private-key-password"]], "Personal settings": [[1, "personal-settings"]], "Phishing-Erkennung": [[44, "phishing-detection"]], "Postausgang": [[44, "outbox"]], "Priorisierter Posteingang": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "RSS-Feed": [[0, "rss-feed"]], "Rasteransicht": [[65, "grid-view"]], "Raumverf\u00fcgbarkeit": [[41, "room-availability"]], "Reaktionen": [[60, "reactions"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Richten Sie Ihre Konten ein": [[49, "setup-your-accounts"]], "Richten Sie Ihre eigene Dateiablage ein.": [[29, "setting-up-your-own-file-drop"]], "Running a task": [[1, "running-a-task"]], "R\u00e4ume und Resourcen einem Termin zuweisen": [[41, "assign-rooms-and-resources-to-an-event"]], "Schlagworte bearbeiten": [[44, "edit-tags"]], "Schlagworte l\u00f6schen": [[44, "delete-tags"]], "Schnellaktionen": [[44, "quick-actions"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Settings and profile": [[83, "settings-and-profile"]], "Shared folder": [[44, "shared-folder"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sicherheit": [[44, "security"]], "Sicherheit & Verschl\u00fcsselung": [[34, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "So aktivieren Sie es": [[12, "how-to-enable-it"]], "So funktioniert die Funktion \u201eLokal bearbeiten\u201c": [[12, "how-the-edit-locally-functionality-works"]], "So f\u00fcgen Sie einen neuen Filter hinzu": [[44, "how-to-add-a-new-filter"]], "So wird ein Filter gel\u00f6scht": [[44, "how-to-delete-a-filter"]], "Sofort an einem Anruf teilnehmen": [[60, "immediately-join-a-call"]], "Sortierreihenfolge \u00e4ndern": [[44, "change-sort-order"]], "Speicherkontingent": [[33, null]], "Speicherkontingente": [[24, "quotas"]], "Speicherplatzverwaltung durch die App f\u00fcr gel\u00f6schte Dateien": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Sperren": [[15, "locking"]], "Sprecheransicht": [[65, "speaker-view"]], "Starten oder Einen Anruf beitreten": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Steuerelemente f\u00fcr Dateien": [[21, "file-controls"]], "Stille Nachrichten": [[66, "silent-messages"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync-Statusanzeigen": [[15, "sync-status-indicators"]], "Synchronisierung f\u00fcr Mobilger\u00e4te und Desktops": [[25, null]], "Synchronisierung mit Android": [[45, null]], "Synchronisierung mit KDE Kontakt": [[48, null]], "Synchronisierung mit Thunderbird": [[50, null]], "Synchronisierung mit Windows 10": [[51, null]], "Synchronisierung mit dem GNOME-Desktop": [[46, null]], "Synchronisierung mit iOS": [[47, null]], "Synchronisierung mit macOS": [[49, null]], "System tags": [[36, null]], "Systemanforderungen": [[14, "system-requirements"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk und Dateien": [[71, "talk-from-files"]], "Talk-Dashboard": [[69, "talk-dashboard"]], "Talk-Unterhaltung hinzuf\u00fcgen": [[41, "add-talk-conversation"]], "Task history": [[1, "task-history"]], "Taskleistensymbol": [[19, "systray-icon"]], "Tastenkombinationen": [[44, "keyboard-shortcuts"]], "Teamoptionen": [[42, "team-options"]], "Teamrollen": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Teilen": [[15, "sharing"]], "Teilen & Zusammenarbeit": [[23, null]], "Teilnehmer ausschlie\u00dfen": [[69, "ban-participants"]], "Teilnehmer zu einem Termin einladen": [[41, "invite-attendees-to-an-event"]], "Termin aus dem Kalender": [[59, "schedule-from-calendar"]], "Termin bearbeiten, duplizieren oder l\u00f6schen": [[41, "edit-duplicate-or-delete-an-event"]], "Termin erstellen": [[44, "create-an-event"]], "Termine": [[41, "appointments"]], "Termine verwalten": [[41, "managing-events"]], "Textbl\u00f6cke": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Thread-Zusammenfassung": [[44, "thread-summary"]], "Transfer ownership": [[37, null]], "Transkription und \u00dcbersetzung": [[64, null]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Umfragen im Chat": [[56, "polls-in-chat"]], "Umschlagaktionen": [[44, "envelope-actions"]], "Universeller Zugriff": [[80, null]], "Unter Linux": [[12, "on-linux"]], "Unter Windows": [[12, "on-windows"]], "Unterhaltungen": [[68, null], [69, null]], "Unterhaltungen archivieren": [[69, "archive-conversations"]], "Unterst\u00fctzte Funktionen": [[15, "supported-features"]], "Update-Kan\u00e4le": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Command-Line Client": [[8, null]], "Verbundene Browser verwalten": [[54, "managing-connected-browsers"]], "Verf\u00fcgbarkeit (Arbeitszeit)": [[41, "availability-working-hours"]], "Verschl\u00fcsselte Dateien teilen": [[26, "sharing-encrypted-files"]], "Verschl\u00fcsselung verwenden": [[26, "using-encryption"]], "Verschl\u00fcsselungs-FAQ": [[26, "encryption-faq"]], "Versionskontrolle": [[39, null]], "Verwalten Sie Ihre Dateien": [[32, null]], "Verwalten mehrerer Kontakte gleichzeitig": [[42, "managing-multiple-contacts-at-a-time"]], "Verwaltung verbundener Browser und Ger\u00e4te": [[54, null]], "Verwenden der E-Mail-App": [[44, null]], "Verwenden der Kalender-App": [[41, null]], "Verwenden der Kontakte-App": [[42, null]], "Verwenden des Editors f\u00fcr ignorierte Dateien": [[19, "using-the-ignored-files-editor"]], "Verwenden des Netzwerkfensters": [[19, "using-the-network-window"]], "Verwenden des Synchronisierungsclients": [[19, null]], "Verwenden von Clientanwendungen mit Zwei-Faktor-Authentifizierung": [[81, "using-client-applications-with-two-factor-authentication"]], "Verwendung der Aktivit\u00e4ts-App": [[0, null]], "Verwendung der Zwei-Faktor-Authentifizierung": [[81, null]], "Verwendung der Zwei-Faktor-Authentifizierung mit Hardware-Schl\u00fcsseln": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Verwendung serverseitiger Verschl\u00fcsselung": [[26, null]], "Videoplayer": [[21, "video-player"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Virtuelle Kontakte importieren": [[42, "importing-virtual-contacts"]], "Vollbild und andere Einstellungen": [[72, "full-screen-and-other-settings"]], "Vollbildmodus": [[60, "full-screen"]], "Von Ihrem Desktop aus teilen": [[19, "sharing-from-your-desktop"]], "Von Mailingliste abmelden": [[44, "unsubscribe-from-a-mailing-list"]], "Vorschl\u00e4ge": [[41, "proposals"]], "Vorschl\u00e4ge verwalten": [[41, "managing-proposals"]], "Was passiert, wenn freigegebene Dateien gel\u00f6scht werden": [[24, "what-happens-when-shared-files-are-deleted"]], "WebDAV-Clients von Drittanbietern": [[20, "third-party-webdav-clients"]], "WebDAV-Speicher \u00fcber die Linux-Kommandozeile einbinden": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Webinar und Lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Wie kann die Verschl\u00fcsselung deaktiviert werden?": [[26, "how-can-encryption-be-disabled"]], "Wiederherstellungs-Passwort": [[26, "recovery-key-password"]], "Windows": [[7, "windows"], [17, "windows"]], "W\u00e4hrend eines Anrufs": [[60, "during-a-call"]], "Zoom und Reaktivit\u00e4t": [[80, "zoom-and-responsiveness"]], "Zugriff auf Dateien mittels Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Zugriff auf Dateien mittels WinSCP": [[20, "accessing-files-using-winscp"]], "Zugriff auf Dateien mittels cURL": [[20, "accessing-files-using-curl"]], "Zugriff auf Dateien unter Linux": [[20, "accessing-files-using-linux"]], "Zugriff auf Ihre Dateien": [[22, null]], "Zugriff auf Nextcloud-Dateien \u00fcber WebDAV": [[20, null]], "Zugriff auf \u00f6ffentliche Freigaben \u00fcber WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Zuordnen von Laufwerken mit Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Zuordnen von Laufwerken \u00fcber die Befehlszeile": [[20, "mapping-drives-with-the-command-line"]], "Zur\u00fcckstellen": [[44, "snooze"]], "Zusammenfassung der t\u00e4glichen Aktivit\u00e4ten": [[0, "daily-activity-summary"]], "Zusammenf\u00fchren doppelter Kontakte": [[42, "merging-duplicate-contacts"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Virtual Files-Client": [[15, null]], "\u00d6ffentliche Link-Freigaben": [[35, "public-link-shares"]], "\u00d6ffentliche Unterhaltungen": [[78, null]], "\u00dcberlegungen": [[81, "considerations"]], "\u00dcberpr\u00fcfen der belegten Zeiten der Teilnehmer": [[41, "checking-attendees-busy-times"]], "\u00dcbersicht": [[10, "overview"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80, 81], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "42wim": 74, "443": [20, 47], "45": 20, "47465fa667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "Als": [28, 35, 41, 44, 56, 73, 77, 82], "Also": [16, 60], "Am": 42, "An": [36, 40, 41, 42, 44], "Auch": [33, 69], "Auf": [7, 12, 14, 19, 20, 42, 44, 45, 62, 63], "Aus": [42, 47], "Bei": [15, 19, 20, 35, 44, 60, 69], "Bis": 41, "Da": [7, 20, 44], "Damit": [10, 58], "Dann": [20, 48, 62], "Das": [15, 17, 19, 20, 24, 28, 41, 44, 50, 60, 69, 76], "Dazu": [7, 12, 41, 42], "Den": [0, 7, 12, 44, 62], "Der": [0, 6, 10, 12, 13, 14, 15, 18, 19, 20, 24, 26, 28, 35, 37, 38, 41, 42, 44, 46, 58, 60, 62, 69], "Die": [0, 12, 14, 15, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 55, 56, 57, 59, 60, 62, 64, 65, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82], "Dies": [7, 10, 12, 15, 20, 26, 28, 35, 38, 41, 42, 47, 60, 69, 79], "Diese": [0, 15, 17, 19, 20, 26, 35, 40, 41, 42, 43, 44, 60, 69, 70, 72, 82], "Diesen": 7, "Dieser": [7, 20, 62], "Dieses": [12, 19, 20, 42, 44], "Dort": [41, 44, 66, 69, 72], "Durch": [19, 20, 26, 41, 42, 44, 60, 69], "Ein": [19, 20, 35, 41, 42, 53, 57, 60, 69, 72, 80], "Eine": [19, 20, 41, 56, 57, 73, 74], "Einem": [6, 61, 73], "Einen": 42, "Einige": [33, 35, 41, 44, 82], "Er": [7, 10], "Es": [17, 19, 20, 33, 37, 38, 41, 44, 45, 51, 56, 58, 69, 73, 80], "Hier": [0, 15, 19, 28, 42, 66, 69, 72], "Ihnen": [0, 19, 24, 28, 33, 35, 41, 42, 44, 50, 53, 55, 59, 60, 69, 72, 82], "Ihr": [12, 19, 20, 24, 26, 29, 33, 38, 40, 41, 42, 45, 47, 48, 49, 50, 57, 60, 72, 81, 82], "Ihre": [0, 6, 10, 12, 14, 19, 20, 21, 24, 26, 28, 30, 31, 33, 38, 44, 45, 47, 48, 51, 53, 55, 57, 60, 63, 66, 72, 76, 80], "Ihrem": [0, 10, 14, 15, 17, 20, 21, 25, 26, 33, 35, 38, 41, 42, 43, 44, 45, 51, 53, 72, 81, 82], "Ihren": [6, 7, 14, 19, 20, 26, 38, 41, 42, 44, 45, 47, 49, 50, 51, 53, 56, 60, 63, 72, 80, 81], "Ihrer": [0, 12, 15, 19, 20, 26, 28, 31, 37, 38, 40, 41, 44, 47, 51, 55, 60, 64, 66, 69, 72, 80, 81, 82], "Ihres": [7, 20, 38, 42, 44, 47, 49, 50, 60], "Im": [10, 12, 15, 19, 20, 41, 42, 44, 50, 59, 60, 66, 69, 72, 76], "In": [1, 2, 7, 8, 9, 10, 12, 14, 17, 19, 20, 26, 29, 35, 36, 39, 41, 42, 44, 45, 46, 47, 48, 49, 60, 65, 69, 71, 72, 80, 81, 82], "Ist": 64, "Jetzt": [20, 29, 41, 81], "Kein": 15, "Keine": 51, "MIt": 58, "Mein": 20, "Meinen": 26, "Mich": 41, "Mit": [7, 15, 20, 35, 41, 42, 44, 60, 62, 64, 66, 70, 72, 79], "Nach": [39, 41, 42, 44, 48, 57, 62, 69, 70], "Nicht": [12, 19, 20, 41, 42], "Nun": [20, 45], "Nur": [19, 24, 26, 41], "N\u00e4chstes": 28, "Oder": 41, "SIe": 20, "Sicherheit": [6, 20, 30], "Sie": [0, 6, 7, 10, 14, 15, 17, 18, 19, 20, 21, 24, 26, 28, 30, 31, 33, 35, 37, 38, 39, 40, 41, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "Sind": 15, "So": [0, 7, 20, 41, 42, 59, 82], "Um": [0, 7, 10, 15, 17, 19, 20, 24, 35, 41, 42, 44, 45, 58, 62, 63, 69, 80], "Und": 80, "Von": [0, 58], "Vor": [19, 62, 72], "Weg": [20, 41, 42], "Wege": 45, "Weil": 31, "Wenn": [7, 10, 12, 15, 17, 19, 20, 21, 24, 26, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 59, 60, 62, 66, 69, 72, 75, 76, 80, 81, 82], "Wie": [41, 59], "Wir": [12, 14, 44, 80], "Wo": 35, "Zu": [20, 28, 41, 44], "Zum": [0, 17, 20, 39, 44, 49, 62, 80, 81], "Zur": [7, 17, 42, 62], "_": [8, 35, 37, 50, 73, 74], "__bold": 66, "_italicized": 66, "_troubleshooting": 47, "a": [2, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 25, 27, 29, 33, 36, 39, 41, 42, 45, 50, 51, 54, 56, 62, 66, 71, 72, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ab": [17, 20, 26, 40, 41, 44, 45, 69, 82], "abfrag": 15, "abgeandert": 33, "abgefragt": 50, "abgelegt": 41, "abgelehnt": 41, "abgeruf": 42, "abgesagt": 41, "abgeschloss": [28, 29, 41], "abgestellt": 41, "abgleich": 19, "ability": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "ablauf": [59, 69], "ablaufdatum": [24, 35], "ablaufdau": 69, "ablaufprozess": 39, "ablaufzeitpunkt": 69, "ableg": 20, "ablehn": [35, 37, 41, 44, 60, 70], "ablehnt": 37, "abmeld": [19, 26], "abonnement": [41, 53], "abonnent": 41, "abonni": [50, 76], "abonniert": 76, "abort": 11, "aborted": 11, "about": [5, 15, 19, 21, 69], "abov": [20, 21, 35, 36, 82], "abruf": [41, 42], "absag": 41, "abschliess": 69, "abschluss": 42, "abschnitt": [7, 12, 20, 26, 37, 41, 44, 55, 62, 69, 72, 77, 79], "absend": [41, 44, 76], "absenderadress": 44, "absicht": 12, "abspiel": 62, "abstand": 12, "abstimm": 41, "abwes": [19, 40, 41, 69], "abwesenheitsdatum": 69, "abwesenheitseinstell": [41, 44], "abwesenheitsnachricht": [6, 43, 44], "abwesenheitszeit": 41, "abziel": 44, "abzulehn": 60, "abzumeld": 44, "abzuschliess": 45, "abzuwart": 39, "access": [1, 3, 6, 8, 14, 15, 20, 21, 26, 41, 44, 46, 54, 80, 83], "accessed": 15, "accessibility": [80, 83], "accessibl": [1, 5, 39], "accessibly": 5, "accessing": [22, 30], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 51, 52, 54, 56, 81, 83], "acht": 77, "across": [21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 83], "activat": 80, "activity": [0, 9, 14, 54, 83], "add": [1, 2, 5, 20, 27, 28, 35, 36, 47, 48, 83], "added": [2, 27, 41, 42, 44, 82], "addflag": 44, "adding": [20, 44], "addition": [20, 82], "additional": [13, 20, 21], "addon": 50, "address": [8, 9, 27, 42, 50, 82, 83], "addressbook": 51, "adjust": [9, 20, 82], "adjusted": 11, "admin": [14, 36], "admin_manual": [35, 37], "admininistration": 41, "administration": [1, 24, 26, 27, 31, 36, 42, 44, 57, 66, 74, 82], "administrationsberecht": 42, "administrationsdokumentation": [35, 57], "administrationshandbuch": 13, "administrationsrecht": 82, "administrativ": 35, "administrator": [1, 7, 14, 21, 26, 27, 33, 36, 38, 41, 44, 57, 62, 81, 82], "administratorrecht": 7, "adminstration": [21, 24, 26, 29, 31, 33, 37, 80, 82], "adress": [20, 28, 41, 42, 45, 49, 50, 51, 60, 69, 72, 82], "adressbuch": [6, 33, 41, 43, 44, 45, 47, 50], "adressbuchansicht": 50, "adressbuchsynchronisier": 50, "advanced": [14, 41, 51], "affect": 4, "affected": 44, "affecting": 44, "aft": [9, 14, 16, 20, 41, 44, 45, 62, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 81], "agenda": [44, 57], "ahnel": [19, 41], "ahnlich": [15, 20, 40, 41, 44], "ai": [6, 44], "aim": 80, "airplan": 57, "aktion": [15, 42, 56, 57, 62, 76, 77], "aktionsbereich": 44, "aktionsmenu": 44, "aktionsschritt": 44, "aktiv": [20, 44, 65], "aktivi": [0, 7, 15, 19, 20, 26, 41, 42, 57, 60, 62, 64, 69, 72, 80], "aktivier": 44, "aktiviert": [0, 10, 15, 19, 20, 26, 28, 29, 33, 35, 38, 40, 41, 42, 44, 49, 51, 59, 60, 62, 64, 66, 70, 82], "aktivitat": [6, 12, 19, 20, 59], "aktivitatsanzeig": 82, "aktivitatseinstell": 0, "aktivitatsstream": 6, "aktivitatstyp": 0, "aktivitatszusammenfass": 0, "aktualisi": [20, 41], "aktualisier": [7, 19, 42, 44, 48], "aktualisiert": [7, 10, 19, 20, 26, 28, 41, 42, 44, 50, 64], "aktualisierungsintervall": 48, "aktualisierungsmechanismus": 7, "aktualisierungsstatus": 7, "aktull": [15, 19, 20, 24, 35, 42, 44, 60], "akzeptanzeinstell": 35, "akzeptiert": [37, 41], "alias": 52, "aliasdatei": 15, "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 26, 27, 33, 35, 36, 37, 39, 41, 42, 45, 46, 48, 50, 51, 53, 54, 56, 57, 58, 59, 62, 64, 65, 66, 69, 76, 81, 82, 83], "allerding": 26, "allgemein": [7, 12, 19, 41, 77], "allow": [12, 15, 29, 58, 80, 82], "allowed": [8, 20], "allowing": 44, "allows": [40, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 45, 51], "alt": [12, 14, 20, 24, 26, 28, 33, 39, 41, 44, 45], "alternativ": [12, 20, 29, 60], "alternatively": [2, 12, 14], "always": [15, 25, 42, 50, 69, 81], "amazon": [20, 27], "analysiert": 44, "anbiet": [26, 41], "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 24, 25, 27, 28, 29, 33, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 58, 60, 62, 63, 65, 66, 69, 70, 71, 73, 74, 76, 80, 81, 82], "andernfall": 15, "andert": [12, 19, 28, 40, 72, 81], "anderungsdatum": 12, "anderungserkenn": 15, "anderungszeit": 19, "android": [6, 20, 25, 38, 43, 53, 73], "anforder": 6, "anfrag": 37, "angab": 41, "angeb": [7, 26, 41, 42, 47, 69, 82], "angebot": 41, "angebotsprozess": 41, "angefugt": 41, "angegeb": [44, 69], "angehalt": 19, "angehangt": 44, "angeheft": 76, "angehor": 69, "angehort": 42, "angemeld": 44, "angenomm": 41, "angeordnet": 44, "angepasst": [15, 39], "angerechn": 33, "angeschloss": 46, "angeseh": 26, "angew": [19, 44], "angezeigt": [0, 7, 10, 15, 19, 20, 35, 37, 38, 41, 42, 44, 45, 46, 47, 48, 51, 55, 59, 60, 62, 65, 66, 69, 70, 72, 82], "anhalt": [19, 62], "anhand": 15, "anhang": [44, 67, 73], "anklick": [28, 44, 70], "anklickbar": 7, "anklickt": 41, "anlaufstell": 69, "anleit": [47, 49], "anmeld": [6, 19, 20, 26, 42, 45, 49, 50], "anmeldecod": 81, "anmeldedat": [45, 49], "anmeldeformular": 44, "anmeldeinformation": 20, "anmeldekennwort": 26, "anmeldenam": 82, "anmeldeseit": 80, "annahm": 37, "annehm": [35, 41, 44, 73], "anonym": [20, 23, 30, 56], "anonymous": 29, "anoth": 27, "anpass": [10, 12, 19, 24, 44, 60], "anpasst": 31, "anpinn": 76, "anruf": [6, 57, 58, 62, 69, 70, 73, 77, 79, 80], "anrufannahm": 60, "anrufansicht": 60, "anrufaufzeichn": [60, 73, 77], "anrufbeginn": 62, "anrufbenachricht": 60, "anrufbildschirm": 60, "anruferlebnis": 60, "anruflayout": [61, 73], "anrufoption": 60, "anrufzeit": 62, "anrufzusammenfass": 57, "anschliess": [7, 19, 26, 41, 44, 62, 64, 69, 76], "anseh": 42, "ansicht": [41, 42, 65], "ansichtsmodus": 42, "anspruch": [26, 41], "anstatt": [15, 64], "ansteh": 59, "anstell": [7, 41, 50], "anstoss": 48, "answ": 5, "antrag": 41, "antragslist": 41, "antwort": [57, 69, 76], "antwortadress": 44, "antwortlink": 41, "antwortseit": 41, "anweis": 20, "anwend": [7, 38, 41, 43, 47, 48, 60], "anwendungsansicht": 42, "anwendungsfall": 20, "anwendungsfen": [63, 72], "anwendungsmenu": 20, "anwendungsverzeichnis": 19, "any": [1, 8, 14, 21, 26, 27, 28, 29, 39, 44, 83], "anyon": 82, "anytim": 28, "anywh": 44, "anzahl": [19, 26, 41, 44, 58, 60], "anzeig": [6, 15, 19, 20, 21, 35, 42, 66, 76, 82], "anzeigt": [19, 37], "anzuleg": 20, "anzumeld": [20, 26], "anzupass": [35, 55, 80], "anzuzeig": [0, 19, 41, 44, 59], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparent": 51, "appdata": [9, 17], "appear": [2, 21, 27, 36, 42, 44], "appearanc": 83, "appearing": 27, "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 48, 49, 83], "application": [14, 16, 17, 20, 27, 42, 46], "applied": 36, "apply": [15, 36, 44], "appointment": 52, "approximately": 9, "apps": [0, 15, 20, 33, 41, 44, 46, 47, 49, 66, 67, 73, 82, 83], "apt": [17, 20], "arbeit": [10, 44, 48], "arch": 8, "archiv": [8, 14, 21], "archiviert": 69, "are": [1, 4, 8, 9, 11, 14, 15, 16, 21, 25, 26, 27, 35, 36, 39, 40, 41, 44, 45, 50, 51, 54, 69, 72, 81, 82, 83], "around": 36, "arrow": 80, "art": [15, 42, 43, 69], "artificial": 1, "artikel": 20, "as": [1, 2, 4, 5, 8, 9, 11, 14, 15, 16, 20, 21, 26, 27, 35, 36, 41, 48, 54, 56, 80, 81, 82, 83], "ask": [9, 27, 45], "assign": 36, "assigned": 36, "assigning": 21, "assistant": 6, "assistent": [19, 66], "assistiv": 80, "at": [1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 42, 44, 54, 71, 80, 83], "attach": 36, "attachment": [29, 41], "attempt": [14, 51], "attende": 52, "attribut": 82, "audio": [21, 72, 73], "audiostream": 62, "aufbewahrungsdau": 69, "aufbewahrungszeit": 24, "auffall": 19, "auffindbar": 59, "aufforder": 45, "aufgab": [0, 20, 41, 45, 46, 48, 57], "aufgabenlist": 66, "aufgabentafel": 43, "aufgefordert": [60, 63, 72], "aufgefuhrt": [42, 54], "aufgehob": 41, "aufgelist": [12, 29, 41, 57], "aufgeruf": 74, "aufgestellt": 41, "aufgetret": [10, 20], "aufgezeichn": 62, "aufgrund": [12, 15, 35, 44], "aufheb": [35, 41, 69], "auflist": 37, "aufnahmefunktion": 62, "aufruf": 44, "aufsteig": 60, "aufteil": [44, 58], "auftraggeb": 47, "auftret": [10, 26], "aufwert": 66, "aufzeichn": [62, 77], "aufzeichnungsserv": 62, "aufzeichnungszustimm": 62, "aufzubewahr": 38, "aufzuford": 26, "aufzuheb": [35, 60], "aufzuruf": [41, 80], "aufzuteil": 60, "aug": [66, 80], "ausblend": 72, "ausdruck": 62, "ausfuhr": [20, 42, 44], "ausfull": 41, "ausgebl": [44, 60], "ausgefuhrt": [38, 44, 46], "ausgefullt": 41, "ausgegraut": 60, "ausgeh": 44, "ausgeliefert": 41, "ausgelost": [0, 44], "ausgereift": 50, "ausgeschalt": 44, "ausgeschloss": [12, 15, 39, 69], "ausgewahlt": [15, 37, 41, 42, 44], "ausklapp": 20, "ausmach": 33, "ausprobi": 48, "auss": [7, 20, 24, 69, 82], "ausschliess": [19, 77], "ausschluss": 69, "ausschlussdefinitionsdatei": 19, "ausschlusslist": 19, "ausseh": [41, 55], "ausserd": [15, 26, 41, 44, 46, 59, 60, 69], "ausserkraftsetz": 7, "aussieht": 41, "aussteh": 70, "austausch": [41, 42], "austragungsort": 41, "auswahl": [0, 14, 19, 20, 29, 37, 41, 42, 44, 47, 48, 49, 56, 59, 60, 62, 66, 69, 72, 76, 80, 82], "auswahlfunktion": 66, "auswahlgesprach": 69, "auswahlmog": 56, "auswahlt": 41, "auszufuhr": [26, 57], "auszufull": 56, "auszuhang": 20, "auszuschliess": 19, "auszuwahl": [12, 42], "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 81], "authenticator": 81, "authentifizier": [6, 50, 51, 54, 82], "authoring": 20, "authoriti": 20, "auto": 20, "automat": [6, 12, 13, 14, 15, 20, 26, 28, 35, 37, 39, 41, 42, 47, 50, 56, 58, 59, 62, 69], "automated": 36, "automatic": 15, "automatically": [5, 9, 14, 20, 27, 39, 44, 56], "automatisiert": 57, "autor": 10, "autorespond": [40, 44], "autoupdat": 7, "availabl": [1, 8, 9, 11, 14, 15, 20, 27, 40, 47, 60, 82], "avatar": [19, 20, 41, 42, 44, 69], "b": [0, 20, 26, 33, 41, 42, 44, 47, 49, 51, 66, 69, 79], "back": [1, 5, 14, 20, 21, 39, 44, 71, 83], "backend": [1, 26, 41, 54, 64], "background": [16, 27], "backup": [41, 81], "backups": 39, "badg": 21, "bandbreit": 19, "bann": 26, "bar": [1, 21, 72, 83], "barrierefrei": 80, "bas": 45, "based": [8, 81], "basic": [14, 20, 42], "basicauthlevel": 20, "basics": 2, "basier": [44, 81], "basiert": [7, 20, 81], "basis": 41, "basisdatei": 10, "be": [1, 2, 4, 5, 8, 9, 11, 15, 20, 27, 36, 37, 40, 44, 47, 52, 56, 58, 62, 66, 69, 71, 80, 81, 82], "beacht": [41, 42, 44], "bearbeit": [7, 15, 19, 20, 21, 33, 35, 38, 56, 66, 69, 71], "becaus": [20, 26, 46], "becoming": 5, "bedarf": [19, 41, 44], "bedenk": 20, "bedeut": [15, 19, 20, 41, 44], "beding": [41, 42], "beeinfluss": 41, "beeintrachtigt": 7, "been": [8, 14, 15, 21, 25, 42, 44, 81], "beend": [17, 20, 62, 63], "beendig": [57, 62, 69], "befand": 70, "befehl": [17, 20, 73, 77], "befehlssyntax": 20, "befehlszeilenoption": 17, "befind": [19, 35, 42, 60, 80], "befolg": [28, 35], "befor": [20, 27, 44], "beginn": [40, 41, 44, 47, 62, 69, 71, 72], "beginning": 80, "beginnt": [62, 79], "begonn": 69, "begrenz": [19, 20, 41], "begrenzt": [20, 69], "begriff": 41, "behalf": 44, "behalt": [12, 39], "behavior": [9, 11], "beheb": [7, 14], "behob": 10, "beibehalt": 42, "beid": [10, 42, 47, 55, 60], "beigetret": [60, 69], "beim": [7, 18, 19, 20, 31, 41, 42, 59, 60, 63, 66, 70], "beinhalt": 82, "beispiel": [15, 20, 35, 41, 47, 48, 57, 69, 80, 81], "beispielsweis": [17, 19, 20, 42, 44], "beitret": [6, 58, 61, 62, 69, 71, 73, 79], "beitritt": [60, 62, 72], "beizubehalt": 42, "bekannt": 45, "bekomm": 41, "belast": 24, "belegtblock": 41, "belegungszeit": 41, "beleucht": 80, "belieb": [0, 19, 20, 41, 44, 51, 69, 82], "beliebt": 41, "bell": 83, "below": [9, 11, 44], "benachricht": [7, 19, 26, 35, 37, 60, 66, 70, 76, 82], "benachrichtigt": [0, 7, 10, 15, 41, 59, 69, 72, 76], "benachrichtigungsart": 41, "benachrichtigungsbereich": 19, "benachrichtigungseinstell": [6, 60, 69], "benachrichtigungshauf": 0, "benachrichtigungsmatrix": 0, "benachrichtigungsoption": 72, "benot": [12, 50, 69, 76], "benutz": [7, 10, 14, 15, 18, 19, 20, 24, 28, 31, 33, 37, 39, 41, 42, 44, 47, 51, 57, 58, 60, 66, 69, 70, 78, 82], "benutzer1": 24, "benutzer2": 24, "benutzer3": 24, "benutzeranleit": 6, "benutzerdefiniert": [15, 19, 41, 42, 44, 69, 80], "benutzereinstell": [42, 82], "benutzergrupp": 44, "benutzerkenn": 41, "benutzerkonto": 20, "benutzernam": [19, 20, 28, 35, 37, 42, 47, 49, 50, 51, 69], "benutzeroberflach": 55, "benutzerspezif": 41, "benutzerstatus": [40, 60], "benutzt": [26, 80], "bequem": 19, "berat": 14, "berechn": [24, 33, 41], "berecht": [20, 42, 60, 63, 69], "berechtigungsbasiert": 57, "bereich": [12, 40, 41, 42, 69], "bereit": [10, 15, 19, 35, 41, 45, 60, 72, 81], "bereitgestellt": 15, "bereitstell": [0, 15, 20, 41, 57], "bereitstellungstool": 7, "bericht": 44, "berucksichtigt": 41, "beschaftigt": 41, "beschleun": 15, "beschrank": [6, 12], "beschrankt": [12, 31, 42], "beschreib": [41, 56, 59, 69, 76], "beschreibbar": 42, "beschreibt": 41, "beschrieb": [7, 41, 77], "beschrift": [28, 76], "besetzt": 41, "besetztansicht": 41, "besipiel": 20, "besitz": [24, 26, 33, 42], "besitzt": 41, "besprech": [41, 44, 59, 69], "besprechungsag": 57, "besprechungseinlad": 44, "besprechungstermin": 41, "besproch": 57, "bess": 80, "best": [10, 14, 41, 83], "bestat": [19, 28, 41, 42, 44, 45, 47, 50, 69], "bestatigt": [28, 37, 41, 81], "bestatigungsabfrag": 28, "bestatigungsanfrag": 41, "bestatigungsdialog": 41, "bestatigungslink": 41, "besteh": [12, 15, 20, 41, 42, 43, 44, 69], "besteht": [15, 26, 41, 44], "bestimm": [41, 44], "bestimmt": [0, 31, 39, 41, 42, 44, 58, 59, 66, 76, 79], "bestmog": 18, "besuch": 44, "beta": 18, "beteiligt": [41, 69], "betracht": [12, 19], "betreff": 44, "betreffzeil": 44, "betreib": 53, "betret": 66, "betriebsmodi": 44, "betriebssystem": [7, 12, 17, 20], "betroff": 0, "bett": 26, "betwe": [2, 6, 8, 9, 13, 20, 21, 43, 80], "bevor": [12, 17, 18, 26, 41, 60, 74], "bevorsteh": 69, "bevorzugt": [7, 82], "beweg": [44, 66, 76], "beweis": 81, "bezeichn": [38, 51], "bezieh": 0, "bezug": [47, 81], "bidirectional": 25, "biet": [0, 7, 12, 15, 19, 20, 38, 41, 44, 53, 55, 60, 69, 73, 80], "bild": [42, 60], "bildschirm": [14, 20, 63, 65, 72], "bildschirmfreigab": [61, 62, 73], "bildschirmgross": 80, "bildschirmrand": [60, 64], "binardokument": 15, "binary": 8, "bit": 14, "bitt": [19, 26, 31, 41, 42, 44, 63, 80], "bitv": 80, "blacklisted": 11, "blatt": 65, "blau": [19, 41, 49], "bleib": [20, 24, 41, 42, 44, 59, 69], "bleibt": [19, 20, 44], "blend": 55, "block": [44, 66], "blockquot": 66, "blog": 12, "board": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [42, 50, 82], "bord": 27, "bot": [73, 77], "both": [8, 44, 52], "bottom": [1, 4, 20, 44, 51, 54, 83], "bound": 9, "box": 51, "brauch": [20, 31, 33, 44], "breadcrumb": 21, "breakout": [73, 77], "brief": 5, "briefumschlag": 44, "briefumschlagaktion": 44, "bring": [8, 19], "brows": [0, 2, 6, 12, 14, 20, 21, 27, 28, 35, 38, 51, 63, 72, 81, 82, 83], "browsertab": 63, "browsing": 21, "bruck": 74, "bsd": 14, "buch": 50, "buchbar": 41, "bucht": 41, "buchung": 41, "buchungsseit": 41, "buck": 27, "build": 14, "built": [14, 20, 21], "bundl": 7, "buroklamm": 56, "busy": 40, "but": [12, 14, 42, 44, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 35, 41, 42, 44, 46, 50, 51, 72, 78, 82, 83], "by": [1, 2, 5, 8, 10, 12, 14, 15, 20, 21, 24, 27, 28, 41, 44, 50, 52, 72, 78, 81, 82, 83], "byt": [9, 11, 20], "bzw": 60, "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [2, 40, 47, 48, 51, 52, 83], "call": [60, 72, 77, 80], "called": [4, 10, 82], "camera": [45, 60, 72], "can": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 50, 51, 52, 54, 60, 62, 70, 71, 72, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 29, 36, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": 20, "cas": [14, 82], "categori": 45, "caution": 9, "cent": 20, "centos": 20, "cert": 20, "certain": 11, "certificat": [8, 20], "certification": 20, "cfg": [7, 9, 12, 17], "chain": 21, "chang": [4, 8, 9, 12, 21, 25, 29, 36, 41, 44, 54, 72, 80, 82, 83], "changed": [10, 27], "changing": [20, 41, 82], "chapt": [14, 20], "chat": [6, 35, 40, 59, 62, 69, 71, 73, 74, 76, 77, 80], "chatbereich": 60, "chatdarstell": 55, "chatnachricht": 57, "chatroom": 42, "chatt": [6, 66, 69, 70, 71, 73], "check": [27, 36], "checkbox": [21, 36, 62], "checking": 9, "chips": 83, "chmod": 20, "choos": [1, 2, 5, 20, 21, 27, 29, 44, 45, 48, 52, 54, 58, 81], "choosing": 45, "chos": 15, "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronolog": [0, 44], "chronological": 21, "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": 15, "circumstanc": 9, "citrix": [9, 14], "clean": 12, "clear": 16, "click": [1, 2, 5, 12, 14, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 82, 83], "clicked": 44, "clicking": [2, 14, 21, 24, 27, 28, 36, 41, 44, 50, 52, 60, 72, 78, 83], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 19, 31, 38, 41, 42, 43, 45, 50, 51, 53, 54, 63, 73, 81], "clientanwend": 6, "clientseit": 49, "clientversion": 7, "clock": 81, "clos": [5, 14, 36, 41, 44, 46, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "cod": [6, 41, 45, 66], "codec": 21, "cohesiv": 5, "collaborat": 2, "collaboratively": [2, 3], "collaps": 44, "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "colored": 27, "column": [21, 66], "com": [8, 9, 12, 17, 20, 35, 37, 41, 45, 47, 48, 49, 51, 70, 73, 74], "command": [6, 12, 13, 14, 36], "comment": 51, "commercial": 29, "communicat": 11, "communiti": 3, "community": [8, 14, 20, 41], "compatibility": [12, 21], "compatibl": [11, 27, 81], "compl": [28, 45], "completed": [14, 66], "completely": 9, "completion": 1, "compliant": 80, "compos": [44, 80], "composed": 44, "compromised": 26, "comput": [0, 5, 7, 10, 13, 20, 21, 25, 46, 53], "computerdatei": 24, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [14, 20, 27, 41, 54, 81, 82], "configuration": [6, 11, 13, 14, 16, 17, 21, 27, 36, 44, 52, 82], "configuration_fil": [35, 37], "configured": [1, 14], "configuring": [27, 45, 54], "confirm": [12, 27, 42, 44], "confirmation": [9, 28], "congratulation": [2, 5], "connect": [14, 20, 21, 25, 27, 54, 81], "connected": [1, 26, 27, 54], "connection": [9, 11, 12, 27, 28, 45, 51, 54, 82], "connectivity": 15, "consideration": 17, "consol": 20, "contact": [27, 44, 45, 47, 51, 52, 82, 83], "contain": [8, 9, 10, 17, 21, 39, 44], "containing": 8, "content": [1, 2, 5, 8, 10, 15, 25, 29, 80], "context": [1, 19, 44], "contrary": 8, "contrast": 80, "control": [20, 36, 39, 82], "controlled": 11, "conversation": [1, 44, 69, 71, 77, 78], "copied": [5, 44], "copy": [21, 25, 44, 51], "correct": 20, "could": [27, 44], "couldn": 44, "cov": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [2, 14, 20, 21, 25, 28, 29, 36, 39, 41, 45, 51, 54], "created": [2, 5, 20, 36, 39, 40, 44, 71], "creating": [54, 82], "creation": 36, "credential": [27, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 21, 25], "currentcontrols": 20, "currently": 1, "currentversion": 12, "cursor": 2, "custom": 83, "customis": 83, "customisabl": 83, "customiz": 20, "d": 20, "dabei": [20, 41], "dadurch": [15, 26, 41, 42, 44, 58, 59, 60, 66], "dafur": 69, "dah": [19, 26, 38, 42, 47], "dahin": 41, "danach": [41, 42, 45], "daneb": 60, "dar": 65, "daran": [15, 44, 69], "darauf": [19, 26, 41, 44, 69], "daraufhin": [7, 42], "darf": [15, 20], "darin": [26, 41, 44], "darstell": [44, 68, 73], "darstellt": 38, "darub": [0, 41, 62, 76], "darunt": [41, 65], "dashboard": 6, "dass": [0, 7, 10, 15, 17, 19, 20, 24, 26, 31, 35, 38, 41, 42, 44, 47, 48, 49, 51, 60, 62, 66, 79], "dasselb": 41, "dat": [6, 12, 17, 20, 26, 33, 40, 41, 42, 44, 45, 53, 83], "data": [6, 9, 12, 17, 39, 43, 66, 82], "datei": [6, 7, 10, 14, 17, 25, 28, 33, 35, 37, 38, 39, 41, 42, 46, 53, 60, 62, 66, 72], "dateianbietererweiter": 15, "dateiander": 0, "dateiauswahl": 37, "dateibaum": 19, "dateierweiter": 15, "dateifreigab": [28, 35, 76], "dateigross": 20, "dateiintegration": [68, 73], "dateikonto": 15, "dateimanag": [46, 56], "dateinam": [19, 26, 29], "dateiprotokoll": 20, "dateisperr": 15, "dateisynchronisier": 53, "dateisystem": [19, 20], "dateityp": 15, "dateiubertrag": 20, "dateiunterstutz": 19, "dateiversion": 33, "dateivorgang": 20, "dateivorschau": 15, "datenbank": [26, 33], "datendatei": 26, "datenkontingent": 48, "datenlosch": 15, "datenmeng": 12, "datenschutz": 44, "datenschutzbestimm": 62, "datensich": 38, "datum": [20, 41, 44, 59, 66], "datumsbereich": 76, "dau": [41, 48], "dauerhaft": [12, 41, 69], "dav": [20, 45, 47, 48], "dav2f": 20, "davdroid": 45, "davf": 20, "davfs2": 20, "davon": [17, 20], "davs": 20, "davx\u2075": 45, "day": [11, 41], "daygridmonth": 41, "days": 83, "db": 8, "de": [12, 41, 50], "deaktivi": [0, 7, 19, 21, 41, 42, 44, 47, 57, 60, 62, 64], "deaktiviert": [15, 20, 35, 41, 42, 44, 60], "debian": [8, 19, 20], "debug": 16, "decid": 5, "decided": 5, "deck": [42, 43, 66, 69], "decrypt": 26, "dedicated": [44, 45], "dediziert": 20, "default": [4, 8, 9, 11, 20, 21, 41], "defini": [19, 20, 44], "definiert": 19, "deinedomain": 49, "deinstallation": [6, 13], "deinstalli": 17, "dekoration": 66, "del": [1, 21, 24, 27, 28, 36, 39, 41, 44, 80], "delegat": [41, 44], "delegated": 44, "deleted": [9, 21, 24], "deleting": [9, 44], "demselb": [41, 70], "denen": [7, 12, 41, 42, 44, 58, 69], "dennoch": [26, 44], "denselb": 7, "deny": 54, "depend": [12, 21, 27, 82], "depending": [21, 27, 36, 80], "deployment": 14, "depth": 20, "deren": [24, 40, 41, 69, 76], "dergleich": 26, "derselb": [41, 44], "derzeit": [19, 38, 39, 41, 42, 58], "describ": 11, "description": 5, "deselect": 20, "design": 6, "designed": 3, "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 17], "desktops": [22, 30], "dess": [24, 41], "destination": [20, 21], "detail": [1, 20, 27, 33, 35, 36, 39, 41, 42, 44, 52, 59, 69, 82], "detailansicht": 41, "detailliert": 41, "detected": 9, "devic": [20, 38, 41, 54, 81, 83], "devs": 8, "dezimal": 20, "dialog": [9, 12, 14, 16, 19, 21, 36, 41, 42, 44, 46, 51, 58, 59, 69], "dialogfeld": [41, 51, 55], "dialogu": 2, "diaspora": 42, "dien": [20, 26, 57, 74, 77], "dienstleist": 53, "dient": [12, 26], "dieselb": [14, 19, 20, 41, 62], "diesmal": 12, "differenc": 8, "different": 21, "direct": 20, "directly": [1, 21, 27, 36, 44], "directori": [8, 29], "directory": [8, 16, 25, 29], "directory_that_has_been_created": 8, "direkt": [0, 15, 19, 26, 28, 35, 41, 42, 44, 56, 59, 60, 62, 66, 69, 74, 75, 76], "dirnam": 16, "disabl": [1, 9, 60, 72], "disabled": 21, "disappear": 42, "disconnect": 54, "discord": 74, "discovery": [9, 47], "discussion": 44, "disk": [15, 26], "diskussion": [19, 58, 60, 69, 76], "display": [1, 12, 20, 21, 44, 51, 66, 82], "displayed": 44, "displaying": [16, 44], "displays": [16, 21], "distributed": [20, 41], "distribution": [7, 9, 12, 14, 20], "disturb": 69, "do": [8, 12, 14, 28, 36, 44, 69, 81], "docs": [35, 37], "document": [1, 2, 5, 8, 12, 21, 80], "documentation": [1, 14, 31], "doing": 9, "dokument": [12, 46, 82], "dokumentation": [20, 24, 33, 37, 74], "dokumentiert": [20, 25, 80], "dolphin": 19, "domain": [20, 47], "domainnam": 47, "doman": 44, "don": [5, 39, 66], "doppelklick": [12, 63], "dorthin": [41, 66], "dos": [8, 9, 20, 25, 28, 54, 81], "dosn": [20, 46], "dot": [4, 21, 27, 36, 44], "doubl": 14, "down": 12, "download": [7, 11, 19, 21, 25, 27, 35, 42, 52, 56], "downloaded": 15, "downloading": 21, "downloadseit": 7, "draft": 44, "drag": [21, 56], "drei": [19, 35, 41, 42, 44, 56, 58, 60, 65], "dreimal": 19, "dreipunkt": [41, 60], "dreipunktmenu": 41, "drift": 81, "dringend": 20, "dritt": 0, "drittanbiet": [12, 26, 41], "drittanbietersoftwar": 12, "driv": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 35, 56], "dropdown": [12, 20, 27, 49, 82], "druck": [20, 28, 41, 46], "dunkl": 80, "duration": 9, "durchfuhr": [7, 23, 30, 44, 77], "durchgefuhrt": [0, 44], "durchgestrich": [15, 41], "durchlauf": 58, "durchsuch": [20, 44], "durchsucht": [12, 44, 46], "durf": [26, 42, 60, 62], "durft": 33, "during": [51, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "e": [2, 4, 6, 8, 16, 41, 42, 43, 45, 49, 50, 51, 59, 60, 69, 73, 82], "each": [1, 9, 14, 16, 21, 27, 36, 82, 83], "easily": 5, "easy": [2, 5], "ebenfall": [0, 41, 63, 80], "ebenso": [24, 46], "echo": 12, "echtzeit": 64, "eck": 50, "edg": [8, 20, 83], "edit": [12, 20, 21, 28, 41, 56, 72, 83], "editi": 20, "editing": [1, 29, 44], "editor": [1, 2, 12, 20, 21, 41, 44, 58, 80], "effectively": 81, "effizient": 44, "egal": 18, "eig": [0, 7, 15, 20, 28, 35, 41, 42, 44, 53, 55, 60, 74], "eigenschaft": [20, 42], "eigentum": [20, 35, 37, 41, 42], "einbett": 41, "einbind": 41, "einblend": 72, "eindeut": [41, 60, 82], "einfach": [17, 18, 19, 20, 26, 29, 41, 42, 44, 50, 56, 66, 76, 80, 81], "einfug": 72, "einfuhr": 6, "eingab": 41, "eingabeaufforder": 20, "eingabefeld": [56, 66], "eingeb": [14, 20, 28, 41, 44, 45, 46, 66], "eingebaut": 20, "eingebett": [41, 42], "eingebund": [20, 41], "eingefugt": 44, "eingefuhrt": 41, "eingegang": 44, "eingegeb": [28, 41, 44], "eingeh": [35, 44], "eingehangt": 20, "eingeklappt": 80, "eingelad": [41, 72], "eingericht": [20, 41, 44, 45, 49, 62, 64], "eingeschrankt": [20, 37], "eingestellt": [31, 41, 44, 69], "eingetrag": [41, 44], "eingrenz": 76, "einhalt": 62, "einhang": 20, "einheit": [6, 15, 42, 76], "einlad": [42, 59, 72, 73], "einladungsstatus": 41, "einmalige": 41, "einricht": [6, 12, 41, 69, 77, 79], "einschliess": [20, 59, 60, 62], "einschrank": [15, 42], "einseh": [7, 41], "einsehbar": 41, "einstell": [0, 6, 7, 15, 19, 20, 35, 38, 40, 42, 44, 45, 46, 47, 48, 51, 55, 56, 60, 69, 73, 74, 80, 81], "einstellbar": 35, "einstellungsanwend": 47, "einstellungsdialog": 19, "einstellungsfen": 15, "einstellungsmenu": 80, "einstellungsmog": 26, "einstellungssymbol": 51, "einstund": 41, "eintipp": 37, "eintrag": [0, 19, 41, 42], "einwill": 62, "einzel": [15, 24, 41, 42], "einzeln": [14, 19, 41, 63, 69, 72], "einzelperson": 53, "einzig": [26, 38, 41], "einzigart": 41, "einzubett": 41, "einzubind": 20, "einzugeb": 72, "einzugrenz": 0, "einzupfleg": 42, "einzuricht": [45, 62], "eith": [8, 12], "element": [15, 41, 48, 56, 58, 60, 62, 66, 76, 80], "elementgross": 80, "els": 10, "email": [29, 44, 83], "embed": [2, 41], "embedding": 41, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emojis": 66, "empfang": [24, 28, 35, 41, 44, 70], "empfangerseit": 35, "empfehl": [15, 20, 25, 31, 44], "empfiehlt": 17, "empfohl": 20, "emphasiz": 2, "empty": [2, 21], "en": 74, "enabl": [1, 4, 9, 25, 29, 44, 60, 81], "enabled": [14, 20, 21, 27, 38, 44, 45, 46, 81, 82], "encoding": 20, "encryption": [26, 27, 38], "end": [19, 20, 30, 34, 40, 41, 44, 51, 62, 80], "endgult": [24, 41], "energi": 48, "enricht": 69, "ensur": [15, 80], "ent": [1, 2, 14, 28, 35, 46, 48, 51, 54, 80, 81], "entdeck": [41, 69], "entdeckt": [41, 44], "enterpris": [18, 53], "entfallt": 41, "entfern": [7, 12, 17, 19, 20, 26, 28, 38, 41, 44, 69], "entfernt": [15, 17, 19, 20, 26, 28, 35, 41, 44, 57, 69], "enthalt": [0, 7, 10, 12, 15, 19, 26, 41, 44, 56, 60, 72], "entir": [21, 44], "entirely": 11, "entri": 21, "entry": [1, 2, 21, 82], "entscheid": [41, 44, 56], "entschlussel": [26, 38], "entschlusselt": [26, 38], "entsperr": 15, "entsprech": [0, 10, 31, 41, 42, 44, 45, 48, 49, 51, 60, 62], "entspricht": 7, "entwed": [19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "entwickelt": [20, 44], "entwickl": [18, 80], "entwicklerhandbuch": 13, "entwurf": 56, "env": 16, "environment": [6, 8, 13], "equivalent": 16, "erasing": 12, "ereignis": [0, 44, 59], "ereigniseditor": 41, "ereigniskonversation": [59, 69], "ereignisort": [59, 69], "erfahr": [18, 24, 42, 73], "erfasst": 0, "erfolg": [12, 38], "erfolgreich": [7, 41, 51], "erfolgt": 20, "erford": [7, 35, 37, 38, 41, 42, 45, 47, 62, 64, 81], "erfordert": [20, 41, 69], "erganzt": 43, "erhalt": [0, 20, 29, 35, 37, 38, 41, 42, 44, 47, 51, 60, 64, 66, 72, 76, 81], "erheb": 44, "erhoh": [20, 31], "erhoht": [15, 80], "erinner": 69, "erinnert": 44, "erinnerungssymbol": 76, "erkannt": [20, 44, 45], "erkenn": [15, 50], "erkennbar": 15, "erkennt": [15, 41, 44], "erlaub": [20, 33, 35, 44, 45, 62], "erlaubt": [20, 24, 41], "erled": 44, "erleicht": 44, "ermog": [28, 35, 42, 55, 60], "ermoglicht": [0, 20, 42, 44, 57], "ernenn": 69, "erneut": [12, 20, 21, 26, 41, 45, 50, 62, 63], "eroffn": 66, "erreich": 40, "erreichbar": 69, "erreicht": [24, 39, 41, 44, 69], "error": [11, 20, 44, 45, 51], "ersatzbenutz": 40, "erschein": [20, 69, 76], "erscheint": [59, 64, 66], "erscheinungsbild": 15, "erschw": 35, "ersetz": [20, 41, 47, 51, 60], "erst": [7, 15, 24, 26, 39, 41, 42, 48, 56, 66, 81, 82], "erstell": [0, 12, 15, 19, 20, 21, 26, 28, 33, 35, 43, 45, 48, 49, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "erstellt": [0, 10, 18, 19, 20, 26, 35, 39, 41, 44, 45, 51, 58, 59, 66, 69, 72], "erstellungsbereich": 44, "erteil": [26, 60], "erteilt": [60, 63], "erwahn": 69, "erwahnt": 69, "erwart": [19, 44], "erweit": [20, 66], "erweiter": [12, 20, 44, 47], "erweitert": [19, 20, 41, 44, 47, 50, 51, 80], "esc": 60, "escap": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27], "even": [2, 9, 15, 69, 80, 82], "event": [40, 41, 44, 51, 52, 83], "every": [9, 20, 21, 36, 54, 83], "everyon": 21, "everything": [15, 44, 80], "evicting": 15, "evolution": 46, "ex": 44, "exact": 21, "exactly": 5, "exakt": 44, "examp": 48, "exampl": [20, 35, 41, 45, 47, 51, 70, 81], "excellent": 29, "except": 44, "exclud": 19, "exe": [12, 20], "execution": 1, "exist": 20, "existier": 41, "existiert": 59, "existing": [12, 44], "exit": 8, "expand": 44, "expect": 2, "experienc": 83, "experimental": 9, "expir": 39, "expiration": 35, "explain": 20, "explicitly": [8, 27], "explor": [10, 19], "export": 52, "exporti": [42, 56], "extern": [15, 26, 41, 57, 69, 77, 79], "external": [2, 22, 30, 54, 56], "externally": 27, "extra": 12, "f": [17, 45, 60, 72, 80, 83], "facing": 82, "factor": [6, 45, 46], "fahig": 20, "fahr": [19, 41, 45], "failur": 9, "faktor": [6, 50, 51, 54, 82], "fall": [7, 11, 12, 20, 26, 37, 38, 40, 41, 42, 45, 47, 48, 49, 59, 60, 63, 65, 66, 80], "fallt": 14, "fals": [9, 11], "falsch": [12, 19], "faq": [6, 13], "far": 83, "farb": [41, 80], "fatal": 11, "favorit": [0, 21, 80], "favorited": 42, "feasibl": 14, "featur": [2, 9, 21, 40, 42, 44, 74], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "fedoraproject": 8, "feed": 6, "feedread": 0, "fehl": [12, 18, 19, 20, 44, 80], "fehlerbeheb": 7, "fehlerhaft": 19, "fehlermeld": [20, 44, 47], "fehlerreport": 80, "fehlgeschlag": 44, "fehlschlag": [7, 20], "fehlt": 21, "feingranular": 41, "feld": [20, 28, 41, 42, 44, 47, 51, 65], "fenst": [10, 19, 20, 41, 44, 45, 50], "fertig": [20, 41, 51, 56], "fest": [12, 20, 41], "festgelegt": [15, 33, 40, 41, 42, 59, 69], "festleg": [26, 41, 42, 44, 48, 58, 59, 64, 69, 76, 79], "festlegt": 15, "festplatt": [15, 20, 33, 41], "feststell": [10, 20], "festzuleg": [19, 41], "few": [62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 44, 51, 78, 80], "figur": [1, 36], "fil": [3, 6, 8, 10, 11, 12, 13, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 39, 41, 42, 52, 56, 62, 71, 80, 83], "file_sharing_configuration": [35, 37], "fileinto": 44, "filenam": 16, "files_version": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 27], "filled": [15, 27], "filt": [21, 36, 42, 59, 76, 83], "filtered": 1, "filtermenu": 69, "filteroption": 69, "filterregel": 44, "filterschaltflach": 69, "filterskript": 44, "find": [12, 14, 17, 19, 20, 21, 24, 25, 33, 37, 41, 42, 43, 44, 48, 50, 56, 57, 60, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82], "finish": 1, "finished": [5, 50, 52], "firefox": [20, 83], "first": [14, 28, 44], "flow": [9, 41], "flows": 25, "fluchtig": 19, "flush": 16, "focus": [44, 80], "focused": 14, "fokussiert": [55, 60], "fold": [4, 8, 9, 10, 11, 14, 15, 19, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "folg": [18, 19, 20, 44], "folgend": [7, 12, 17, 19, 20, 26, 40, 41, 42, 44, 45, 46, 47, 48, 49, 51, 58, 60, 62, 69, 81, 82], "folgendermass": [12, 35, 41], "folgt": [19, 20], "follow": [5, 14, 80], "followed": 1, "following": [8, 16, 21, 27, 44, 52, 82], "follows": 9, "for": [1, 2, 3, 4, 5, 8, 9, 10, 11, 13, 14, 15, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 41, 44, 45, 51, 54, 60, 71, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forg": 5, "form": [1, 26, 28, 35, 42, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41], "formatiert": 44, "formatting": 5, "formular": 28, "formularfeld": 28, "fort": 45, "fortfahr": [44, 50], "fortgesetzt": [19, 69], "forth": 1, "fortschritt": 15, "fortschrittsbalk": 41, "fortsetz": 19, "foto": 69, "found": 83, "frag": [41, 44, 60, 66], "fragezeich": 19, "fragt": [40, 50], "framework": 7, "free": [11, 15, 20, 40], "freeing": 15, "frei": 41, "freie": 80, "freien": [24, 39, 41], "freigab": [0, 15, 26, 28, 33, 41, 53], "freigabekennwort": 20, "freigabelink": [19, 20, 28, 35], "freigabemenu": 41, "freigabetok": 20, "freigeb": [6, 15, 19, 21, 24, 28, 35, 41, 53, 62, 63], "freigegeb": [0, 15, 20, 35, 41, 53, 62], "freisprechmodus": 60, "freizugeb": [38, 63, 72], "freund": 41, "from": [1, 2, 8, 14, 17, 20, 21, 24, 36, 38, 41, 44, 49, 51, 54, 62, 71, 82, 83], "frontkamera": 60, "fruh": [24, 41, 45], "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fug": [7, 20, 41, 42, 49, 51], "fugt": [42, 44], "fuhr": [10, 19, 48, 51, 71], "fuhrend": 20, "fuhrt": [7, 10], "full": [9, 20, 41, 44, 60], "fulllocaldiscoveryinterval": 9, "fullscre": 80, "fully": [20, 25], "fun": 5, "function": [20, 81], "functionality": [12, 20, 42], "funktion": [7, 17, 18, 19, 20, 21, 26, 29, 41, 42, 44, 60, 62, 70, 74, 79, 82], "funktioni": [15, 26], "funktionier": 20, "funktioniert": [19, 20, 26, 41, 44, 46, 47, 48, 81], "funktionsreich": 50, "fur": [0, 6, 7, 10, 14, 15, 18, 20, 22, 28, 30, 31, 35, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 53, 55, 56, 57, 58, 59, 60, 62, 66, 69, 73, 74, 79, 80, 82], "furth": 82, "futur": [1, 20], "g": [4, 8, 45], "galleri": 26, "ganz": [15, 41, 60, 66], "ganztag": 41, "gast": [6, 41, 58, 59, 60, 69, 73, 79], "gastzugang": 69, "gateway": [8, 69], "gb": [11, 20], "geandert": [0, 10, 26, 41, 42, 51, 82], "geantwort": 41, "geb": [0, 10, 14, 20, 26, 28, 35, 39, 41, 42, 44, 45, 47, 49, 50, 51, 81], "gebet": 62, "gebundelt": 0, "geburtstag": 41, "gedruckt": [28, 42], "geeign": [31, 41, 48], "gefahr": 26, "gefiltert": 0, "gefolgt": 20, "gefragt": 35, "gefuhrt": 12, "gefullt": 41, "gefund": 20, "gegebenenfall": [10, 41, 69], "gegensatz": 15, "gegenseit": 44, "gegenub": 33, "geh": [0, 20, 28, 35, 44, 45, 49, 50], "gehabt": 26, "geheim": [0, 41], "geheimnis": 81, "gehor": [20, 41, 42], "gehort": [41, 42], "gehost": 20, "geht": 41, "gekennzeichn": [19, 44, 77], "geklickt": 41, "gelang": [20, 42], "gelb": [10, 19, 26], "geles": 44, "geloscht": [19, 28, 30, 32, 33, 41, 59, 69], "gelost": [10, 12], "gelt": 44, "gemacht": [41, 45], "gemass": 41, "gemeinsam": [41, 56, 76], "gemeld": 20, "genannt": [0, 42, 65], "genau": [12, 15, 20, 24, 41, 44], "genauso": 41, "general": [7, 9, 12], "generat": [45, 46, 48, 54, 81], "generated": [1, 44, 52, 54], "generation": 1, "generell": 41, "generi": [41, 66, 81], "generic": 45, "generiert": [41, 44, 49], "genug": 12, "genugt": 47, "genutzt": 41, "geoffn": [7, 10, 15, 19, 20, 41, 42, 58, 69], "geordnet": 0, "geplant": [59, 66, 69], "gepruft": 41, "gerad": [15, 19, 45], "gerat": [6, 15, 20, 41, 45, 53, 60, 72, 81], "gerateabfrag": 72, "gerateeinstell": 60, "geratespezif": 6, "geratevorschau": 60, "german": 80, "gern": 80, "gesammelt": 41, "gesamt": 41, "gesamtzahl": 41, "gescannt": 81, "geschaftsbericht": 44, "geschickt": 41, "geschloss": 45, "geschutzt": [20, 38], "gesend": [10, 41, 44, 58, 69], "gesetzt": [10, 12, 19, 31, 41, 60], "gesichert": 20, "gespeichert": [15, 20, 26, 39, 41, 42, 44, 51, 62], "gesperrt": 69, "gesprach": [41, 57, 60, 71, 72], "gesprachsdau": 60, "gesprachseb": 60, "gesprachseinstell": 64, "gesprachsteilnehm": 60, "gesproch": 60, "gest": 63, "gestalt": 76, "gestart": [12, 20, 60, 69, 72], "gesteuert": 53, "gestimmt": 56, "get": [10, 20, 26, 56, 81], "getcontentlength": 20, "getcontenttyp": 20, "geteilt": [24, 33, 41, 44, 56, 63, 69, 76], "getest": [10, 12], "getetag": 20, "getlastmodified": 20, "getting": [3, 6], "gewahlt": 44, "gewahr": [45, 60, 63], "gewahrleist": [15, 20, 69], "gewiss": 41, "gewissermass": 26, "gewohnt": 26, "gewunscht": [12, 20, 41, 42, 44, 45, 66], "gezahlt": 33, "gezielt": 58, "ggf": 20, "gib": 57, "gibt": [0, 12, 17, 26, 41, 44, 45, 56, 60, 66, 69, 76], "gif": 66, "gigabyt": 12, "gilt": [26, 42, 50, 69], "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 54], "glanc": 36, "gleich": [20, 24, 50], "gleichermass": 69, "gleichzeit": [44, 49, 58, 72], "global": [6, 19, 76], "globus": 41, "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [12, 14, 19, 44, 45, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "grant": [14, 41, 44], "grau": [19, 41], "gravatar": 42, "green": 27, "greif": [44, 82], "grenz": 31, "griffbereit": 69, "gross": [19, 20, 22, 30, 33, 41, 42, 44, 53, 65], "group": [17, 20, 45], "grouped": [44, 83], "groups": [3, 45, 52], "groupwar": [6, 41, 42, 48, 52], "grun": [19, 60, 72], "grund": [42, 47, 69], "grundeinstell": 41, "grundgedank": 10, "grundleg": 41, "grundsatz": 41, "grupp": [20, 26, 33, 41, 42, 58, 60], "gruppenchat": 56, "gruppenkonversation": 69, "gruppenmitgliedschaft": 82, "gruppenrichtlini": 7, "gruppenunterhalt": [58, 69], "gruppiert": 0, "gui": [8, 27, 45], "guid": 14, "guidanc": 31, "guidelin": 80, "gultig": [41, 44, 51], "gust": [56, 82], "gut": 44, "gvfs": 20, "h": [8, 16, 20], "hakch": [19, 41], "halbkreis": 19, "halt": [15, 44], "hand": [5, 20, 80], "handelt": [19, 24, 44, 66], "handl": 12, "handled": 44, "handlungsanweis": 75, "hang": 44, "hangt": [17, 20, 41, 82], "happ": 5, "hardwar": [6, 83], "hart": 12, "has": [1, 8, 10, 21, 25, 27, 33, 36, 38, 44, 81, 83], "haufig": [20, 80], "hauptbenutzeroberflach": 41, "hauptdialog": 19, "hauptinhalt": 80, "hauptkal": 44, "hauptkonversationslist": 69, "hauptsuchfeld": 44, "hauptunterschied": 41, "hauptzweck": 26, "hav": [1, 8, 14, 15, 16, 21, 25, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 81, 82], "having": [9, 29], "head": [20, 21], "heading": [2, 5, 66], "heb": 26, "hebt": 42, "helf": [18, 41, 42, 44, 53], "hellig": 80, "help": [11, 16, 42, 57, 82, 83], "helpful": 82, "her": [2, 20, 41], "heraus": [41, 59], "herausforder": 41, "herauszoom": 63, "herauszufind": [35, 57], "herstell": 41, "herunt": [7, 10], "heruntergelad": [7, 12, 19, 20, 60], "herunterlad": [7, 12, 15, 19, 20, 35, 39, 42, 62, 73], "herunterzulad": 26, "hervorgehob": [62, 65, 76], "hid": [29, 44], "hidd": [4, 8], "hierarchi": 35, "hierarchical": 2, "hierfur": 41, "hierh": 29, "hierzu": [12, 19, 46], "high": 80, "hilf": [57, 80], "hilfreich": 33, "hilft": [41, 42, 44, 57], "hinab": 20, "hinauszoom": 80, "hinein": [63, 80], "hintergrund": 19, "hintergrundfarb": 80, "hintergrundunscharf": 72, "hinterlegt": 42, "hinweg": 70, "hinweis": [26, 51], "hinweist": 26, "hinzu": [7, 20, 42, 49], "hinzufug": [7, 12, 17, 20, 26, 28, 40, 46, 47, 48, 49, 50, 51, 56, 66, 69, 74, 76], "hinzufugt": 41, "hinzugefugt": [12, 24, 41, 42, 44, 69, 81], "hinzuweis": 19, "hinzuzufug": [19, 20, 38, 41, 42], "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoch": [10, 15, 20, 42], "hochgelad": [10, 15, 33, 41, 69], "hochkontrast": 80, "hochlad": [22, 30, 35, 41, 42, 60, 72], "hochstwahrschein": 19, "hochzulad": [10, 33], "hoh": [12, 20, 31], "hol": 56, "holding": 60, "hom": [7, 8, 9, 14, 17, 20, 25], "horizontal": [2, 44], "host": 9, "hostnam": 20, "hour": 16, "hov": [2, 42], "how": [2, 3, 6, 20, 21, 33, 36, 81], "hr": 9, "href": 20, "html": [35, 37, 41], "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 37, 41, 45, 47, 48, 49, 50, 51, 73, 74], "hub": [41, 44], "i": [2, 16], "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [1, 9, 14, 19, 20, 21, 27, 28, 36, 41, 44, 45, 51, 60, 82, 83], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ide": 69, "ideal": 79, "ideally": 54, "ideenfindungssitz": 42, "ident": [26, 44], "identifikator": 60, "identifizi": [15, 19], "identify": 54, "identitat": 81, "identity": 70, "if": [1, 4, 6, 9, 11, 14, 15, 20, 21, 26, 27, 28, 36, 38, 39, 41, 44, 45, 46, 47, 51, 54, 69, 72, 82], "ifram": 41, "ignor": 8, "ignoriermust": 19, "ignoriermusterzeichenfolg": 19, "ignoriert": [12, 41], "imag": [1, 21], "imagin": 10, "imap": 43, "imm": [7, 19, 20, 31, 33, 41, 44, 47, 69, 80], "immediately": [1, 14, 27, 36, 54], "implemented": 25, "implementier": 20, "implizit": 20, "import": [20, 41, 42, 52], "important": [2, 15, 69, 80, 81, 83], "importi": [12, 20, 44, 56], "importiert": 41, "improv": 20, "improved": 20, "inaktivitatsperiod": 59, "inbegriff": 6, "includ": [8, 21], "including": [8, 20, 52], "incorrect": 9, "increas": 20, "increasing": 11, "ind": [7, 10, 12, 15, 19, 20, 24, 26, 37, 41, 42, 44, 56, 60, 62, 65, 66, 69, 72, 76, 81], "index": [12, 41], "indication": 20, "indicator": [21, 27, 44], "indikator": 62, "individual": [27, 41, 54], "individually": [44, 54], "individull": [26, 41, 60, 72], "influnc": 11, "info": 36, "information": [8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 42, 43, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informationssymbol": 19, "informell": 42, "informi": [41, 60], "informiert": [7, 37, 41, 59, 62], "inhalt": [10, 12, 15, 20, 41, 66, 69, 75], "inhaltsseitenleist": 76, "inhaltstyp": 66, "inhibit": 8, "ini": 9, "initialisiert": 26, "initiiert": 35, "inkrement": 41, "inlin": [36, 66], "innerhalb": [24, 26, 42, 51, 59, 75, 76, 77, 80], "inotify": 12, "input": [1, 80], "insbesond": 17, "insert": [1, 2], "inserted": 1, "insgesamt": 80, "insid": [21, 27], "instagram": 42, "install": [12, 20, 73], "installation": [6, 13, 20, 28, 41], "installationsanweis": [57, 74], "installationspfad": 48, "installationsprogramm": 12, "installed": [1, 8, 14, 52, 83], "installi": [7, 12, 19, 20, 41, 45], "installiert": [0, 15, 17, 19, 20, 41, 42, 44, 60, 74, 75], "installing": 20, "instanc": [6, 12, 14, 20, 27, 35, 41, 43, 45, 70, 82], "instanz": [0, 12, 14, 15, 20, 41, 42, 44, 57, 60, 66, 70], "instanzadministration": 69, "instead": [9, 20, 21, 45, 51], "instruction": [21, 51], "integration": [19, 66, 74], "integration_openai": 44, "integri": [12, 15, 19, 46, 57, 77], "integriert": [15, 17, 20, 44, 46, 49, 67, 73], "intelligenc": 1, "intelligent": [15, 66], "interactiv": [8, 14], "interagiert": 44, "interaktion": [67, 73], "interesting": 9, "interfac": [1, 6, 9, 20, 22, 24, 25, 30, 44, 80], "intern": [19, 41, 69], "internetkont": 49, "internetoption": 20, "internetverbind": 48, "interval": 9, "intervall": 48, "into": [1, 17, 21, 25, 29, 35, 41, 44], "introductory": 5, "intrud": 26, "invalid": [8, 54], "invisibl": 36, "invitation": 70, "invok": 8, "io": 74, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irgendein": 41, "is": [1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 39, 42, 44, 45, 51, 52, 54, 60, 62, 80, 81, 82, 83], "issu": 25, "issus": 66, "it": [1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 62, 70, 81, 82], "italicized": 66, "item": [8, 15, 21], "its": [1, 8, 9, 11, 20, 21, 42, 44, 83], "itself": [14, 20], "ja": [26, 41], "jahrlich": 41, "je": [0, 19, 26, 44, 48, 60, 63, 72, 81], "jed": [0, 15, 17, 19, 20, 24, 26, 35, 39, 41, 42, 44, 58, 60, 62, 70, 74, 78, 80], "jederzeit": [19, 26, 28, 41, 44, 60, 62, 72], "jedoch": [7, 10, 12, 19, 24, 41, 42, 44, 69], "jemand": [41, 60, 69, 72], "jeweil": [33, 41, 42, 43, 58], "job": 11, "john": 20, "join": [58, 78], "jpg": 20, "json": 56, "jump": [2, 21], "just": [2, 5, 21, 27, 80, 81], "kachel": 65, "kaddressbook": 48, "kalend": [0, 6, 33, 43, 44, 46, 48, 49, 69], "kalendar": 48, "kalenderabonnement": [41, 45], "kalenderaktualisier": 0, "kalenderansicht": 50, "kalenderanwend": [41, 47], "kalenderdatei": [41, 44], "kalendereinlad": 45, "kalendereinstell": [41, 44, 51], "kalenderereignis": [41, 42, 59], "kalenderfreigab": 41, "kalenderintegration": [68, 73], "kalenderlist": [41, 48], "kalendernam": 41, "kalenderordn": 41, "kalenderquell": 48, "kalenderraum": 41, "kalenderserv": 51, "kamera": [60, 63, 72], "kamerasymbol": 60, "kanal": [6, 13], "kanban": 43, "kart": [42, 66], "kastch": 0, "kategori": 0, "kategorisier": 44, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 15, 25, 81], "keeps": 13, "kennung": 60, "kennwort": [20, 51], "kennzeichn": 28, "kept": [15, 26], "key": [7, 83], "keyboard": [60, 80], "keychain": 49, "keynot": 15, "keyring": 14, "keys": 26, "keyword": 8, "kfy9lek5sm928xp": 20, "ki": 66, "klassisch": [15, 55], "klein": [19, 49, 56, 58, 60, 63, 72], "klick": [0, 7, 10, 12, 15, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 66, 69, 72, 76], "klickt": [41, 72], "klingelt": 60, "knopf": [41, 44], "know": 28, "knowledg": [2, 3, 12], "kodierungsschlussel": 33, "kollaborativ": 35, "kolleg": 41, "kollidi": 41, "kommentar": 41, "kommenti": 20, "kommunikation": 69, "kompaktansicht": 55, "kompatibel": [41, 75], "kompatibilitat": [12, 81], "kompatibl": [41, 44, 53], "komplex": 41, "kompliziert": 24, "konfiguration": [26, 31, 35, 37, 42, 60], "konfigurationsanforder": 74, "konfigurationsdatei": [7, 12, 20], "konfigurationsfehl": 19, "konfigurationsoption": 19, "konfiguri": [0, 20, 26, 35, 41, 42, 44, 57, 62, 69, 77], "konfiguriert": [15, 19, 24, 41, 44, 49, 69], "konflikt": [6, 13, 41], "konfliktbehaft": 10, "konfliktdatei": 10, "konfliktfrei": 41, "konfliktkopi": 10, "konkr": [12, 75], "konkretisi": 41, "konn": [0, 7, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 28, 29, 35, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "konnt": [10, 12, 26, 44], "kont": [20, 42, 44, 46, 47, 51], "kontakt": [0, 6, 41, 43, 46, 49], "kontaktdat": 42, "kontakteaccount": 47, "kontakteinstell": 42, "kontaktlist": 42, "kontaktmenu": 42, "kontaktseit": 42, "kontext": [41, 56], "kontextmenu": 15, "kontextmenuoption": 15, "kontingent": 33, "konto": [12, 15, 19, 20, 26, 37, 41, 45, 46, 47, 49, 50, 51, 72, 81], "kontobenutz": 44, "kontoinstell": 10, "kontonam": [45, 51], "kontoregisterkart": 19, "kontorstell": [19, 44], "kontos": [20, 44, 47], "kontotyp": [47, 49], "kontrast": 80, "kontroll": [41, 44, 69], "kontrolliert": [7, 69], "kontrollkastch": [19, 20, 41, 42, 44, 60, 62, 69], "konversation": [42, 59, 60, 62, 69, 72, 75, 76, 77, 78], "konversationseinstell": [69, 72], "konversationslist": 69, "kopfbereich": 80, "kopfzeil": [41, 44, 58], "kopi": [0, 10, 12, 15, 20, 24, 41, 51], "korganiz": 48, "korrekt": [15, 19, 20, 81], "kostenlos": 53, "kraft": [7, 24], "krankheit": 40, "kreis": [19, 35, 69], "kreisdiagramm": 15, "kreisform": 42, "kreuzsymbol": 42, "kubuntu": 19, "kund": [15, 18], "kurz": [0, 40, 42, 56, 62], "kurzbefehl": 80, "kurzfrist": 41, "kurzlich": 0, "kurznachricht": 40, "kurzzeitversion": 18, "kwall": 14, "label": [20, 36], "labeled": 51, "labelled": [41, 51], "lad": [20, 42], "ladt": [7, 10], "lag": 20, "lagerzeit": 33, "land": [41, 42], "landing": 2, "lang": [0, 20, 24, 33, 40, 44], "languag": [1, 12], "larg": 29, "lass": [7, 15, 20, 26, 35, 41, 44], "lasst": [12, 19, 20, 41, 46], "last": [5, 39, 54, 83], "lat": [1, 2, 5, 14, 25, 35, 37, 52, 54, 72, 74, 83], "laufend": [60, 62, 69], "lauft": [19, 20, 44, 60], "laufwerksbuchstab": 20, "launch": [14, 16], "launchagent": 17, "launchpad": [8, 17], "laut": 20, "lautlosmodus": 66, "lautsprech": 60, "layout": 60, "ldap": 26, "leading": 4, "learn": [2, 21, 26, 46, 48, 49], "learned": 2, "least": [1, 39], "leav": 21, "ledig": [24, 28, 44], "leer": [38, 41, 42, 44], "left": [1, 2, 5, 20, 21, 27, 36, 44, 48, 52, 80, 83], "leg": [20, 41], "legastheni": 80, "legend": 41, "leicht": 76, "leid": 26, "leist": [58, 60, 62, 64, 65, 72], "leistungsfah": 64, "leistungsproblem": 44, "les": [20, 26, 41, 47], "lesbar": 80, "lesefehl": 80, "leseindikator": 69, "lesezugriff": 41, "less": [5, 11], "let": [1, 5, 21, 27, 36, 44, 52, 72, 83], "letsencrypt": 47, "letting": 44, "letzt": [18, 46, 55], "level": [2, 16, 21, 26, 80], "library": [9, 17], "lieb": 20, "liegt": [15, 33, 44, 48], "lik": [5, 21, 41, 44, 70, 80], "limit": [24, 31, 39, 83], "limitation": 20, "limited": 15, "lin": [6, 13, 14, 36, 66], "lini": 19, "link": [0, 2, 14, 19, 20, 21, 25, 28, 29, 41, 42, 44, 50, 56, 59, 60, 65, 66, 69, 72, 80, 82], "linked": 28, "linkschleif": 12, "linksklick": 19, "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 44, 45, 48, 49, 54, 55, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": 1, "listening": [8, 9], "listing": 29, "listmonth": 41, "listweek": 41, "liv": 60, "live_transcription": 64, "ll": 2, "llm": 44, "llms": 44, "load": 80, "lobby": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 82], "locally": [9, 10, 12, 15], "locat": [9, 51], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41], "lock": 82, "log": [8, 14, 16, 20, 21, 51, 54, 81, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "logging": [29, 83], "login": [8, 9, 14, 20, 26, 45, 46, 54, 81], "logindat": 20, "logo": 83, "logwindow": 16, "lokal": [10, 14, 15, 19, 20, 41, 42, 44, 53, 56], "long": [1, 9, 15, 81], "look": [33, 38, 70, 81, 83], "looking": 44, "los": [6, 10, 76], "losch": [0, 10, 15, 17, 19, 20, 21, 24, 39, 42, 58, 66], "loschend": 20, "loscht": [24, 39, 42], "loschung": [17, 41, 42], "losing": 81, "loslass": 41, "losleg": 69, "losung": [35, 53], "low": 80, "lst": [8, 19], "lts": 14, "m": [60, 72, 80], "mac": 19, "mach": [19, 35, 41, 69], "machin": 8, "macht": [20, 74], "macos": [6, 9, 13, 25, 42, 43, 51], "mad": 47, "magic": 5, "magisch": [24, 26], "mail": [6, 40, 41, 42, 43, 45, 49, 50, 51, 52, 59, 60, 69, 73, 80, 82], "mailbox": 51, "mailfilt": 44, "mailkonto": 44, "mailserv": 44, "main": [9, 14, 16, 20, 54, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": [5, 25, 28, 29, 39], "making": 9, "mal": [15, 19, 20, 24, 26, 35, 39, 41, 42, 66], "manag": [5, 14, 20, 21, 36, 41, 44, 46, 50], "managed": [14, 27], "management": [12, 20, 36], "managing": [21, 31], "manch": [41, 44], "mann": 8, "manual": [14, 25, 27, 36], "manually": [12, 44, 50], "manull": [7, 12, 15, 20, 24, 29, 39, 44, 45, 48, 49, 58, 62, 79], "mapping": 20, "mark": [21, 27], "markdown": [3, 6], "marked": [15, 21, 27, 42, 44, 54], "markenanbiet": 7, "markenkund": 7, "marketing": 82, "marki": [41, 44, 66], "markier": 44, "markiert": 44, "maschin": 7, "mass": 41, "mast": 26, "mastodon": 42, "mat": 20, "match": [44, 83], "matrix": [41, 74], "matterbridg": [73, 77], "maus": 19, "mausrad": 63, "maustast": [15, 20], "mauszeig": [41, 44, 66, 76], "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximal": [20, 24, 41], "maximalwert": 20, "maximum": [8, 9, 11], "may": [11, 14, 17, 20, 26, 27, 29, 36, 41], "mb": [9, 11], "mdn": 21, "mean": [27, 81], "meaning": [9, 44], "medi": [42, 82], "media": [8, 21, 42], "medieneinstell": [60, 62], "mediengerat": 69, "mediensteuer": 60, "meeting": [41, 72, 83], "megabyt": 31, "mehr": [0, 7, 19, 20, 24, 26, 33, 35, 39, 41, 44, 45, 53, 56, 58, 60, 69, 72, 73, 74, 75, 76], "mehrwoch": 42, "meinenextcloud": 20, "meist": [18, 48, 74], "meld": [18, 26, 51, 80], "meldung": 51, "memb": [2, 5], "memory": 1, "mentioned": 82, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 82, 83], "menuleist": [19, 20, 48], "menuoption": 20, "menupunkt": 76, "menus": 80, "merkhilf": 38, "messag": [1, 16, 44, 69, 80, 83], "metadat": [19, 33], "method": [7, 20, 27, 28, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [9, 14, 44, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "mikrofon": [60, 72], "mikrofoneinstell": 72, "millisecond": 9, "mim": 12, "min": 9, "minchunksiz": 9, "mindest": 42, "minimal": 18, "minimiz": 44, "minimized": 44, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mitglied": [20, 35], "mitgliederberecht": 42, "mitgliedschaft": 42, "mithelf": 80, "mithilf": [7, 20, 29, 42, 44, 66, 69], "mitt": 66, "mitteil": 44, "mittel": 41, "mittwoch": 41, "mkcol": 20, "mkdir": 20, "mmc": 20, "mnemon": 38, "mobil": [2, 20, 42, 48, 73, 81, 82], "mobilclient": 73, "mobilgerat": [0, 20, 22, 30, 38, 41], "mocht": [0, 7, 18, 19, 20, 28, 35, 41, 42, 44, 45, 48, 50, 56, 60, 66, 69, 76, 80], "mod": [44, 60, 69], "modal": [41, 44, 80, 83], "modalfen": 44, "model": 1, "moderation": [6, 42, 56, 62, 69, 70, 73, 74, 76], "moderationsberecht": 42, "moderationsrecht": 60, "moderator": [42, 58, 60, 62, 64, 69, 77], "modification": 12, "modified": 21, "modus": 80, "moglich": [0, 7, 12, 15, 17, 19, 20, 21, 31, 35, 38, 41, 42, 44, 56, 58, 63, 72, 74, 76, 81], "moglicherweis": [7, 12, 17, 19, 20, 24, 26, 33, 35, 41, 42, 44, 60, 63], "moment": 10, "monat": 41, "monatsansicht": 41, "monitor": [8, 63, 72], "monitorsymbol": [63, 72], "monochrom": 19, "month": 41, "mor": [2, 5, 11, 14, 21, 26, 36, 41, 42, 46, 48, 49, 81, 82, 83], "morg": 0, "most": [44, 83], "mount": [20, 21, 27], "mounted": 20, "mous": [2, 80], "mov": [20, 21, 44, 52, 80], "moved": [9, 44], "movetotrash": 9, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "multipl": [21, 36], "multistatus": 20, "music": 8, "musst": 26, "must": [8, 14, 19, 20, 27, 28, 39, 51, 52], "mustervergleich": 44, "musterzeichenfolg": 19, "mut": [60, 72, 80], "muted": [60, 72], "my": 2, "my_sync_fold": 8, "mycertificat": 20, "mydata": 10, "mynextcloud": 48, "m\u00fcssen": [7, 12, 17, 19, 20, 26, 38, 41, 42, 44, 45, 46, 49, 58, 60, 62, 64, 71], "n": [8, 56], "nachd": [0, 15, 26, 41, 42, 48, 60], "nachfolg": [15, 17, 20], "nachricht": [40, 41, 56, 58, 67, 69, 73], "nachrichtenansicht": 44, "nachrichtenerinner": 69, "nachrichtenlist": 44, "nachrichtenmenu": 69, "nachrichtentext": 44, "nacht": 66, "nacvigi": 20, "nahtlos": 15, "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 54, 60, 69, 72, 82, 83], "narrow": 83, "nativ": [20, 50], "natur": 42, "nautilus": [19, 46], "navigat": [21, 37, 80], "navigating": 6, "navigation": [1, 36, 80, 83], "navigationsleist": [0, 69, 76], "navigationsschaltflach": 65, "navigator": 20, "navigi": [0, 6, 20, 35, 42, 44, 51], "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": 21, "nearly": 10, "neb": [15, 17, 19, 37, 41, 42, 44, 50, 56, 60, 62, 63, 66, 69, 76], "nebeneinand": 42, "necessary": 54, "need": [2, 9, 14, 17, 20, 46, 48, 70], "needed": 11, "needing": [15, 42], "nehm": [26, 41, 42], "nein": [26, 41], "nemo": [19, 20], "net": [8, 20, 50], "netrc": 8, "network": [9, 11, 15, 27], "netzlaufwerk": 20, "netzwerk": [19, 20, 42, 50], "netzwerkeinstell": 19, "netzwerkfreigab": 20, "netzwerklaufwerk": 20, "netzwerknam": 20, "netzwerkverbind": [15, 20], "neu": [7, 12, 15, 18, 20, 24, 26, 28, 35, 37, 39, 42, 45, 48, 50, 56, 59, 66, 69, 76, 82], "neustart": 20, "new": [1, 2, 5, 9, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 69, 80], "newslett": 44, "nexcloud": 20, "next": [5, 8, 9, 14, 27, 36, 44, 46, 51, 60, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "nie": [41, 69], "niedrig": 42, "niemal": [26, 38, 39], "niemand": [66, 69, 82], "nitrokey": 81, "nkujuxuj3b": 17, "no": [9, 15, 20, 21, 36, 42, 51, 81, 82], "noauto": 20, "nochmal": 51, "non": [2, 8, 9, 14], "normal": [7, 9, 19, 42, 50, 60, 66], "normalerweis": [12, 19, 41, 44, 47], "not": [2, 4, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 40, 41, 44, 45, 54, 69, 81, 82, 83], "notification": [6, 9, 62, 83], "notificationrefreshinterval": 9, "notified": 69, "notify": 60, "notify_push": 15, "notig": 20, "notiz": [35, 76], "notwend": [7, 41, 47, 48], "now": [2, 5, 10, 14, 42], "ns": 20, "numb": [11, 15, 28], "nutz": [0, 12, 15, 20, 26, 38, 41, 60, 64, 69, 70], "nutzbar": 80, "nutzernam": 45, "nutzlich": [20, 41, 60, 72], "nutzt": 60, "nutzung": [60, 82], "n\u00e4chste": 41, "n\u00e4chsten": [7, 18, 50, 66], "oben": [0, 19, 31, 41, 42, 47, 69], "ober": [0, 20, 50, 58, 60, 62, 72], "oberflach": [43, 80, 82], "obergrenz": 31, "object": 27, "objekt": [0, 15, 35], "objektdekoration": 15, "obligator": [45, 62], "observ": 14, "obwohl": [12, 20], "oc": [20, 28], "occ": 27, "oct": 20, "of": [1, 2, 4, 5, 8, 9, 11, 12, 14, 16, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 51, 52, 54, 56, 66, 71, 72, 80, 81, 82, 83], "ofer": 41, "off": [1, 20, 21, 35, 80], "offent": [33, 41, 42, 58, 68, 69, 73], "offic": [12, 20, 21], "officially": 14, "offlin": [15, 19, 20, 27], "offn": [0, 10, 12, 15, 19, 20, 26, 37, 41, 42, 44, 45, 46, 47, 48, 58, 60, 66, 72, 76, 80], "offnend": 19, "offnung": 15, "oft": [0, 41], "ohn": [12, 15, 19, 20, 35, 39, 41, 44, 60, 69, 72, 82], "ohrhor": 60, "ok": 20, "old": [9, 16, 17, 39, 80], "on": [1, 2, 5, 8, 9, 10, 12, 15, 17, 20, 21, 24, 25, 26, 27, 31, 33, 36, 39, 41, 42, 44, 48, 49, 51, 52, 54, 80, 81, 82, 83], "onboard": [2, 3, 6], "onc": [2, 21, 27, 36, 52, 54, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 81, 82, 83], "ones": 8, "onlin": [2, 19, 20, 46, 83], "only": [2, 4, 27, 28, 36, 39, 41, 44, 47, 54, 81, 82, 83], "onto": [21, 52], "open": [1, 2, 12, 14, 16, 20, 21, 27, 28, 29, 36, 38, 44, 45, 48, 53, 78, 80, 82, 83], "opendyslexic": 80, "opening": [2, 16], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "operating": 20, "operation": [11, 44], "operator": 44, "opt": 9, "optimiert": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 18, 19, 20, 21, 26, 28, 33, 35, 36, 42, 44, 45, 48, 56, 58, 60, 62, 72, 76, 82, 83], "optional": [20, 26, 40, 41, 44, 45], "or": [1, 2, 4, 5, 8, 11, 12, 14, 15, 16, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 41, 42, 44, 45, 51, 56, 60, 71, 72, 80, 81, 82, 83], "ordered": 66, "ordn": [0, 14, 15, 17, 19, 20, 24, 26, 28, 29, 33, 35, 37, 42, 53, 56], "ordnerdatum": 19, "ordnerereignis": 0, "ordnerhierarchieeb": 35, "ordnerinhalt": 35, "ordnerlist": 19, "ordnernam": 37, "ordneroption": 14, "ordnerstruktur": 26, "ordnersynchronisier": 19, "ordnersynchronisierungsverbind": 19, "ordnungsgemass": [12, 20, 49], "org": [8, 20, 47], "organ": 42, "organis": 36, "organisation": 42, "organisator": [41, 44], "organiz": [2, 3], "organizing": 5, "original": 44, "originalsprach": 64, "ort": [41, 42, 50], "ortsander": 44, "os": 8, "oth": [1, 2, 4, 8, 11, 14, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 70, 81, 82, 83], "out": [5, 20, 39, 81, 83], "outbound": 35, "outbox": 44, "outlook": 41, "output": [1, 8, 16], "outsid": [36, 44, 82], "over": [2, 20, 27, 42], "overflow": 27, "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [2, 54, 83], "overwrit": 9, "own": [1, 8, 9, 29, 35, 37, 44, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "ownership": [23, 30], "p": 8, "packag": [8, 14, 20], "pag": [2, 4, 14, 15, 21, 24, 25, 33, 35, 54, 83], "pak": [15, 19, 43], "paketmanag": [7, 17], "pan": 44, "panel": [1, 36, 44], "papierkorb": [24, 26, 28, 33, 42], "papierkorbaufbewahr": 44, "papierkorbsymbol": [42, 44, 54], "parallel": [11, 15, 19], "paramet": [20, 52], "parent": 21, "part": [2, 5], "participant": 58, "party": [20, 70], "pass": [8, 20, 44, 65], "passed": [8, 39], "passend": 76, "passiert": 0, "passkey": 83, "password": [8, 14, 20, 35, 45, 46, 48, 51, 54, 81, 82, 83], "passwort": [6, 20, 45, 47, 49, 50, 51, 81, 82], "passwortander": 6, "passwortfeld": 20, "passwortgeschutzt": [35, 69], "passwortschutz": 42, "past": 51, "path": [8, 27], "pathtomountpoint": 20, "patt": [8, 39], "pausi": 19, "pausiert": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "penalty": 20, "peopl": [2, 29, 82, 83], "per": [4, 8, 41, 45, 56, 59, 63, 72], "perfekt": 18, "perform": [8, 9, 20], "performanc": 20, "period": 83, "periodic": 27, "permanent": 24, "permanently": [4, 15, 24], "permission": 37, "persist": 27, "persisted": 9, "person": [0, 20, 24, 26, 35, 38, 41, 42, 44, 59, 60, 69, 76, 82, 83], "personal": [6, 20, 25, 27, 33, 40, 44, 46, 50, 52, 54, 70, 81, 82, 83], "peterstei": 12, "pfad": [19, 20, 47, 51], "pfeil": [15, 28, 39, 50, 66, 72], "phon": [45, 81, 82], "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physisch": [20, 81], "pick": [6, 21, 29, 36], "pictur": [5, 82, 83], "pim": [46, 50], "pin": 15, "pkgs": 8, "plac": [1, 2, 20, 83], "placed": 8, "plain": [20, 21, 54], "plan": [41, 59], "plasma": 48, "plattformspezif": 17, "platz": [24, 44], "platzhalt": 44, "platzhalterzeich": 19, "platzi": [20, 53], "platziert": 65, "play": [21, 45], "playback": 21, "pleas": [4, 82], "plist": 17, "plus": [41, 42], "point": [45, 83], "pointing": 27, "polici": 7, "poll": 9, "pop3": 43, "popov": 80, "popup": [7, 41], "popups": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "position": 42, "possibl": 1, "possibly": 20, "post": 51, "postfacheinstell": 51, "potenziell": 44, "powered": 1, "ppa": 8, "praferenz": [0, 41], "praktisch": 0, "pre": 66, "preconfiguration": 14, "pref": [14, 44], "preferenc": [9, 17, 45, 52], "preferred": 20, "prepar": 62, "preselected": 2, "present": 27, "presentation": 21, "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 72], "prevent": 82, "preview": [2, 21, 44], "previews": 21, "previous": [1, 12, 21, 39], "primar": 80, "principal": [47, 51], "prioritat": 44, "privacy": 83, "privat": [41, 66, 82], "privatsphar": [38, 53, 69], "pro": [0, 39, 41, 42, 81], "probl": [12, 15, 81], "problem": [11, 14, 80], "proc": 12, "process": [8, 52], "produc": [9, 21], "produktivitatswerkzeug": 43, "profil": [6, 9, 27, 42, 44, 69, 82], "profilbild": [42, 82], "profildat": 6, "profilseit": 41, "program": [12, 14], "programm": [12, 17], "projektantrag": 41, "projektmanagement": 43, "prompt": [8, 9, 14, 81], "promptdeleteallfil": 9, "prompted": [14, 51], "prop": 20, "propagat": 8, "propagated": 35, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "proposal": 52, "propstat": 20, "protection": 35, "protocol": [12, 20, 27], "protokoll": [20, 47, 50, 74], "protokolliert": [0, 20], "protokollinformation": 20, "provid": [1, 8, 12, 14, 20, 21, 64], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "pruf": [20, 41, 44], "prufmechanismus": 7, "pruft": [24, 44], "prufung": 7, "public": [20, 21, 35, 36, 56, 82], "published": 82, "punkt": [19, 20, 35, 41, 42, 44, 60, 65], "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "quadrat": 42, "qualitat": 80, "quell": 48, "quellcod": [14, 38], "question": 8, "quick": [2, 80], "quickly": [5, 21, 83], "quiet": 17, "quota": [20, 33], "r": [51, 60, 80], "radio": 42, "rahm": 69, "rais": [60, 80], "raised": 11, "rand": [42, 55, 60, 69], "rang": 83, "rat": 41, "rath": 20, "raum": [73, 77], "re": 5, "reached": [27, 44], "read": [8, 9, 26, 27, 41, 80, 82], "readthedocs": 74, "ready": 27, "reagiert": 41, "reaktivitat": 6, "rearrang": 83, "receiv": [1, 28, 29, 44, 62, 70], "recent": [21, 44, 83], "recently": [21, 54], "recheck": 27, "recht": [15, 19, 20, 35, 39, 50, 60, 65, 69], "rechtsklick": [19, 35, 48], "recipient": [28, 44], "recommended": 20, "recorded": 62, "recording": [60, 62], "recoverabl": 21, "recovery": 6, "red": 27, "reddit": 51, "redezeit": 60, "reduc": 11, "reduziert": [19, 80], "ref": [14, 31], "referenc": 21, "referentenansicht": 63, "referenz": 18, "reflected": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regel": 44, "regelmass": [12, 41], "region": 41, "regist": [12, 14, 45], "registerkart": [0, 12, 19, 20, 35, 56, 69, 72, 76], "registrier": [12, 20], "registriert": [12, 45, 60, 69, 78], "registry": [7, 12, 20], "regular": [20, 27, 36, 41, 60], "regularly": 11, "reicht": 12, "reih": [35, 41], "reihenfolg": 42, "rein": 60, "reis": 41, "reit": 41, "relat": 44, "related": [1, 44, 83], "relativ": 41, "relaunch": 1, "releas": [12, 14], "relevant": [41, 44], "remaining": 11, "rememb": 1, "remembered": 1, "remind": 41, "remot": [8, 9, 10, 17, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 42, 44, 83], "removal": 12, "removing": 36, "renam": [21, 36], "reop": 44, "repeat": [8, 51], "replac": 45, "repli": 44, "report": 44, "repositori": 8, "repository": [8, 9], "reproduzi": 18, "reproduzierbar": 14, "requ": [1, 20], "requested": 20, "requir": [1, 8], "required": [8, 27], "resiz": 60, "resourc": [45, 46, 48], "resourcetyp": 20, "respectiv": 52, "respons": 20, "responsiv": 80, "ressourc": [20, 41, 42, 46], "rest": [20, 25], "restor": 24, "restrict": [36, 82], "restricted": 36, "result": [1, 9, 83], "resum": 44, "retention": 36, "retri": 8, "retried": [11, 44], "retriev": 20, "retry": [27, 44], "retrying": 27, "rettungsschlussel": 26, "return": [21, 42, 60], "review": [1, 20], "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": 1, "richtig": [18, 20], "richtlini": 7, "right": [1, 20, 42, 44, 48, 80, 83], "risiko": 18, "rm": 17, "roaming": 9, "rol": 82, "roll": [39, 42, 57], "room": [58, 60], "root": [8, 15, 20], "rot": [19, 60, 62], "row": [21, 36], "rows": 36, "rss": 6, "ruckgang": [35, 41], "ruckmeld": 41, "rul": 36, "run": [1, 8, 9, 20, 27, 39], "rund": 39, "running": 6, "rw": 20, "s": [1, 4, 5, 8, 9, 11, 14, 17, 20, 21, 27, 35, 42, 44, 45, 46, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "saf": 81, "safari": 83, "sag": 19, "sal": 82, "sam": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 81], "samba": 27, "sauber": 44, "sav": [54, 62, 80], "saved": [5, 27, 36, 39, 44], "say": 10, "scan": 27, "scann": [45, 81], "scary": 5, "schaff": 24, "schalt": [0, 10], "schaltflach": [19, 20, 28, 29, 41, 42, 44, 45, 50, 60, 63, 66, 69, 72, 76, 80], "schannel": 51, "schedul": [14, 52], "scheduled": 1, "schema": 12, "scherz": 42, "schlagt": 20, "schlagwort": 0, "schliess": [19, 20, 44, 45, 47, 56, 79], "schliesslich": 20, "schliesst": 19, "schlussel": [6, 7], "schnell": [0, 19, 41, 42, 44, 69], "schnellaktion": [66, 76], "schnellzugriff": 69, "schnellzugriffsschaltflach": 69, "schnittstell": [40, 44], "schon": 48, "schonung": 80, "schragstrich": 19, "schreib": [44, 69], "schreibgeschutz": 41, "schreibgeschutzt": [35, 38, 41, 42], "schreibzugriff": [20, 41], "schriftart": 80, "schritt": [28, 35, 41, 45, 46, 47, 48, 49, 50, 51, 69], "schrittweit": 41, "schutz": [12, 26, 81], "schwarz": 19, "scop": 82, "scp": 20, "screen": [45, 51, 60, 80, 81], "script": 17, "scripting": 20, "scroll": [20, 44, 51], "search": [2, 8, 21, 36, 42, 78, 80, 83], "searching": 82, "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 44, 62, 66], "secr": [8, 20], "section": [1, 9, 11, 20, 36, 42, 52], "security": [20, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 44, 81, 82, 83], "seeing": 82, "seen": 51, "seh": [6, 19, 20, 26, 29, 35, 41, 42, 44, 56, 58, 60, 62, 63, 69, 81], "sei": [10, 12], "seien": 12, "seit": [10, 14, 20, 26, 28, 29, 35, 39, 41, 44, 50, 66, 69, 74, 77, 80, 82], "seitenbereich": 50, "seitenleist": [6, 15, 20, 28, 35, 41, 42, 58, 60, 71, 76, 80], "sekund": [39, 48, 60, 81], "selb": [0, 10, 20, 41, 53, 76, 80], "selbsterklar": 42, "selbstsigniert": [20, 49], "select": [2, 5, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 81], "selected": [1, 21, 36, 44], "selecting": [2, 14, 15], "selection": [36, 81], "selectiv": 8, "send": [0, 1, 20, 29, 41, 44, 58, 60, 63, 67, 70, 73, 76, 80], "sendefunktion": 29, "sendevorgang": 44, "sending": 29, "sent": [28, 44], "separat": [0, 1, 25, 41, 42, 44, 49], "separately": [44, 81], "serv": [8, 9, 10, 11, 13, 15, 19, 20, 21, 25, 26, 27, 28, 29, 35, 36, 37, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "serveradministration": [24, 41], "serveradress": [20, 49], "serverbenachricht": 19, "servercert": 20, "servereinstell": 44, "serverfehl": 44, "serverfunktion": 17, "serverkonfiguration": 20, "serverseit": [15, 30, 34, 38], "serverversion": [10, 19], "serverweit": [10, 26], "servic": [20, 26, 27, 29, 47], "session": 9, "set": [4, 9, 33, 41, 45, 51, 82, 83], "setting": [4, 6, 9, 16, 20, 27, 36, 37, 38, 41, 44, 49, 51, 52, 54, 70, 80, 81, 82], "setup": [45, 51], "setups": 11, "setz": [6, 7, 19, 20, 35, 41, 43, 44, 82], "setzt": 24, "sftp": [20, 27], "shall": 9, "shar": [2, 19, 20, 23, 27, 29, 30, 82], "shared": [2, 3, 21, 27, 28, 56, 62, 82], "sharing": [21, 23, 29, 30, 37, 70], "shell": 12, "shift": 80, "short": 44, "shortcut": [20, 60, 72, 80, 83], "should": [5, 9, 11, 14, 20, 41, 46, 81], "show": [4, 9, 21, 42, 44, 60, 83], "showexperimentaloption": 9, "showing": [4, 21], "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 83], "shows": [1, 20, 21, 27, 36, 54, 83], "sicher": [7, 12, 17, 20, 38, 41, 44, 47, 49, 60], "sichere": [53, 69], "sicheres": [20, 53], "sicherheitsprobl": 26, "sichern": [19, 44], "sicherstell": 17, "sicherzustell": [20, 24], "sicht": 14, "sichtbar": [10, 15, 19, 35, 41, 42, 44, 46, 69], "sid": [5, 27, 44, 52], "sidebar": [2, 5, 15, 20, 27, 36, 39, 44, 69, 83], "sieh": [10, 17, 20, 35, 44], "sieht": [28, 35, 41, 42, 57], "siev": 44, "signatur": 44, "signiert": 20, "significant": 20, "significantly": 20, "silent": 8, "similar": 42, "simpl": [5, 27, 39], "simply": [25, 44], "sinc": [35, 39, 81], "singl": [8, 21, 36, 41, 81], "singleton": 44, "sinnvoll": [10, 31], "sip": 69, "situation": [10, 11], "sitzung": 20, "siz": [9, 11, 19, 20, 31], "sizing": 9, "skip": 80, "skipped": 11, "skipupdatecheck": 7, "skizziert": 57, "skript": [20, 26, 44], "skripteditor": 44, "slow": 20, "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "snoozing": 44, "sobald": [15, 26, 41, 44, 58, 59, 69], "social": 42, "socks5": 9, "sodass": [0, 7, 10, 15, 26, 41, 44, 62, 69, 75], "sof": [0, 15, 29, 35, 41, 45, 60], "sofort": [10, 12, 42, 53, 62, 66, 69], "sofortbesprech": [59, 69], "softwar": [7, 12, 14, 17, 53, 80], "sogar": [41, 71], "solang": [15, 46], "solch": 44, "solely": 44, "sollen": [42, 44, 69], "sollt": [7, 20, 26, 40, 45, 46, 47, 48, 51], "solution": 20, "solv": [12, 81], "som": [5, 9, 14, 26, 27, 44, 82], "someon": [10, 82], "sometim": 41, "somewh": 81, "somit": [28, 35], "sond": [19, 24, 26, 41, 42, 44, 66], "sonderfall": 69, "sonstig": 44, "sortier": 44, "sourc": [20, 53], "sourcedir": 8, "sowi": [19, 40, 41, 42, 46, 48, 60, 62], "sowohl": [10, 20, 24, 44, 47, 82], "sozial": [42, 82], "spac": [2, 3, 15, 20, 39, 60, 72, 80], "spalt": 60, "spam": 44, "spar": 48, "sparkl": 7, "spart": 44, "spat": [42, 44, 50, 56, 62, 69, 76], "speak": 72, "special": [29, 51], "specifi": [9, 11], "specific": [8, 27, 41, 44, 54, 81, 83], "specified": [8, 16], "specify": [8, 16], "speech": 1, "speed": 20, "speich": [12, 15, 19, 24, 26, 33, 41, 42, 46, 47, 51, 56, 82], "speicherbelegungslimit": 24, "speicherdien": 26, "speichergerat": 26, "speicherkontigent": 33, "speicherkontingent": [30, 32], "speicherort": [12, 15], "speicherplatz": [15, 19, 24, 33, 39, 82], "speicherplatzlimit": [24, 39], "speichert": [15, 19, 20], "sperr": 69, "speziell": [15, 18, 26, 50], "spezif": [15, 44], "spontan": 69, "sprach": [44, 64, 82], "sprachanruf": 60, "sprachmodell": 44, "spreadsheet": 21, "sprech": [62, 65], "sprechblas": [55, 60], "spring": 15, "ssh": 27, "ssl": [8, 20, 47], "stabil": 18, "stabl": 14, "stacked": 44, "stammordn": 35, "stammverzeichnis": [20, 37, 41], "stammzertifizierungsstell": 20, "standard": [8, 41, 42, 44, 80], "standardadressbuch": 42, "standardansicht": 41, "standardauthentifizier": 20, "standardeinstell": 69, "standardisiert": 15, "standardlist": 19, "standardmass": [0, 10, 12, 14, 15, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69], "standardordn": [44, 82], "standort": 50, "stapelaktion": 42, "stapelmodus": 42, "star": [21, 42], "starred": 21, "start": [1, 7, 12, 19, 20, 38, 45, 51, 52, 58, 62, 73, 76], "started": [3, 6, 62], "starting": [9, 16, 44], "startmenu": 20, "stat": [8, 44], "statt": [20, 42, 69], "stattdess": [12, 41], "stattfind": 41, "status": [7, 19, 20, 25, 27, 40, 41, 44, 69, 83], "statusanzeig": 19, "statusmeld": 19, "statuszeil": 20, "stdout": 16, "steh": [7, 15, 19, 35, 41, 42, 69], "steht": [19, 20, 44, 60], "stell": [7, 20, 41, 42, 44, 47, 49, 60], "stellig": 35, "stellt": [7, 12, 20, 41, 65], "step": [14, 36, 51], "steps": [20, 28, 51], "sternch": 19, "steu": [7, 60], "steuerelement": 60, "stift": 41, "still": [2, 7, 9, 21], "stimm": 41, "stimmt": 44, "stol": 81, "stop": 44, "stopp": [19, 58, 62], "stopping": 62, "stops": 81, "stor": [19, 20, 41, 42, 45, 66, 81], "storag": [20, 22, 26, 30, 33, 81], "stored": [4, 39, 44], "stornier": 41, "stream": 0, "streif": 41, "structur": [2, 3, 21], "struktur": 42, "stumm": 60, "stummschalt": 60, "stummzuschalt": 60, "stund": [0, 12, 39, 69, 76], "stundlich": 0, "sub": [24, 45], "subfold": 8, "subject": 44, "submit": 1, "subpag": 2, "substantially": 20, "successful": [14, 27, 28], "such": [1, 6, 14, 19, 26, 27, 36, 41, 69, 80, 81, 82], "suchbegriff": 46, "suchfeld": [37, 69, 72], "suchfeldverknupf": 44, "suchfunktion": 44, "suchindex": 26, "suchleist": 44, "suchsymbol": 76, "sucht": 7, "suchverknupf": 44, "sudo": 17, "suit": [8, 83], "summ": 33, "summarization": 1, "summary": 44, "support": [14, 17, 20, 39, 41, 44, 46, 51, 81], "supported": [8, 16, 21, 83], "sur": [39, 81], "swift": [20, 27], "switch": [8, 21, 80, 83], "symbol": [0, 10, 12, 15, 28, 35, 41, 42, 44, 45, 49, 50, 60], "symbolleist": 63, "sync": [8, 12, 14, 19, 20, 25, 44, 53, 81], "synced": [12, 17, 25], "synchronisation": 6, "synchronisi": [14, 19, 20, 41, 42, 45, 48, 50, 51, 53], "synchronisier": [6, 15, 19, 20, 22, 30, 43], "synchronisiert": [15, 19, 20, 41, 48, 50, 53], "synchronisierungsaktivitat": 19, "synchronisierungsclient": [6, 7, 12, 13], "synchronisierungseinstell": 51, "synchronisierungsfehl": 19, "synchronisierungskonto": 19, "synchronisierungslauf": 10, "synchronisierungsordn": [14, 15, 17, 19], "synchronisierungsprozess": 12, "synchronisierungsstatus": 19, "synchronisierungsstatusleist": 19, "synchronisierungsverbind": 12, "synchronisierungsverzeichnis": 12, "synchronisierungsvorgang": 19, "synchroniz": [8, 11, 20, 50], "synchronization": [8, 9, 11, 14, 16, 50, 51], "synchronized": [10, 13], "syncing": 47, "syncronisierung": 19, "syntakt": 19, "syntax": [19, 66], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 12, 14, 15, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51], "systemadministration": [62, 64, 70], "systemadministrator": 60, "systemadressbuch": 42, "systembenachricht": 10, "systemdatei": 19, "systemdateimanag": 19, "systemeinstell": [20, 44], "systemfehl": 20, "systemlast": 44, "systemstart": 19, "systemsteuer": 20, "systemweit": 62, "szenari": [10, 48], "szenario": 24, "t": [5, 14, 20, 39, 44, 46, 81], "tab": [0, 1, 21, 39, 76, 80], "tabbed": 21, "tabell": 66, "tag": [0, 21, 24, 30, 32, 33, 39, 41, 44, 59, 69, 82], "tagesmaximum": 41, "tagg": 44, "tagging": 36, "taglich": [18, 41], "tak": [2, 9, 17, 28, 62, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": 45, "targ": [9, 20, 83], "targetchunkuploadduration": 9, "task": [2, 6, 66], "taskleist": 19, "taskleistensymbol": 10, "tast": [20, 28, 46, 72], "tastatur": [6, 72], "tastaturkurzel": [44, 80], "tatsach": 15, "team": [2, 3, 6, 27, 43, 69, 74, 80], "teambild": 42, "teamkonfigurationsbildschirm": 42, "teammitglied": 42, "teammitgliedschaft": 42, "teamnam": 42, "teamverantwort": 42, "technically": 14, "technisch": 15, "teil": [6, 28, 30, 33, 35, 42, 43, 44, 63, 82], "teilnahm": [41, 69, 72], "teilnahmestatus": 41, "teilnehm": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 78, 79], "teilnehmerauswahl": 41, "teilnehmereditor": 58, "teilnehmerlist": [60, 69], "teilnehmermatrix": 41, "teilnehmerubersicht": 41, "teilnehmerzuweis": 58, "teilt": 24, "teilzeichenfolgeubereinstimm": 44, "teilzunehm": [60, 70, 72], "telefon": [60, 81], "telefonat": 60, "telefongesprach": 69, "telefoni": [69, 71], "telefonkonferenz": 60, "telefonnumm": [42, 69], "telegram": 42, "telephon": 82, "temporar": 33, "temporarily": 60, "ten": 27, "terabyt": 12, "term": 1, "termin": 48, "terminbuch": 41, "termindetail": [41, 59], "termini": 66, "terminnam": 41, "terminplan": 41, "terminvorschlag": 41, "terminzeitfen": 41, "test": [14, 18, 20, 24, 44, 48], "testing": 9, "text": [1, 2, 5, 10, 19, 20, 21, 66, 73, 80], "text_": 66, "text__": 66, "textausschnitt": 44, "textbeschrift": 56, "texteditor": 15, "texteingabefeld": [19, 66], "textfeld": 19, "textnachricht": 81, "than": [2, 16, 20, 81], "thank": 51, "that": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 39, 40, 41, 42, 44, 78, 81, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 54, 56, 60, 62, 70, 71, 72, 78, 80, 81, 82], "their": [9, 14, 15, 21, 44, 51, 54, 82], "them": [4, 5, 8, 9, 14, 21, 27, 28, 36, 41, 42, 56, 76, 80, 81], "thema": 44, "themenstrang": 76, "themselv": 58, "then": [2, 5, 8, 12, 14, 19, 20, 26, 28, 36, 44, 45, 51, 54, 78, 81], "ther": [1, 2, 10, 20, 24, 62, 71], "thes": [14, 25, 81, 83], "they": [5, 8, 15, 28, 40, 41, 56, 81], "think": 2, "third": 20, "this": [1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 20, 21, 25, 27, 28, 29, 39, 40, 42, 44, 51, 60, 81, 82, 83], "thos": [25, 54], "though": 9, "thread": [1, 76], "threaded": 44, "three": [1, 14, 21, 27, 36, 44], "threshold": [11, 83], "through": [1, 8, 14, 20, 27, 44], "throw": 45, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thus": 8, "tief": 12, "tim": [8, 9, 10, 14, 15, 20, 36, 41, 44, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11, 26], "tipp": [45, 60], "titel": [41, 59, 76], "titl": [2, 5, 44], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 51, 52, 54, 56, 58, 60, 62, 66, 70, 71, 72, 78, 80, 81, 82, 83], "today": 83, "togeth": [2, 82], "toggl": [1, 21, 72, 80], "tok": [0, 35, 41, 46, 48, 49, 54, 81], "token1": 41, "token2": 41, "token3": 41, "tool": [1, 2, 7, 17, 36, 81], "toolbar": [2, 5, 36, 44, 72], "top": [1, 2, 21, 36, 42, 44, 71, 72, 83], "totp": [20, 81], "touchpad": 63, "toward": 45, "trag": 48, "trail": 21, "traini": 44, "transcription": [1, 64], "transf": [20, 23, 27, 30], "transferred": 37, "transkribiert": 64, "transkription": [61, 73], "transkriptionssprach": 64, "translated": 4, "transparent": 41, "trash": [9, 21, 28], "trashbin_retention_obligation": 24, "tray": [9, 14], "treff": 12, "treib": 20, "trenn": 54, "trennlini": 66, "tried": 44, "tries": 8, "trigg": [27, 44, 50], "triggered": [9, 14, 44], "triggering": 44, "tritt": 44, "trotzd": 41, "troubleshooting": 47, "tru": [7, 16], "trust": [8, 20], "trusted": 82, "tt": 5, "tu": 20, "tumblr": 42, "tun": [12, 14, 17, 24, 26, 41, 72], "tunnel": 20, "turning": 9, "two": [2, 25, 36, 39, 44, 46, 80, 81, 82], "txt": [10, 20], "typ": [1, 2, 7, 9, 21, 26, 36, 60, 80], "typinformation": 15, "typing": 2, "typisch": 19, "typischerweis": [57, 81], "typs": 12, "u": [8, 20, 80], "u2f": 81, "uber": [0, 7, 10, 15, 17, 18, 19, 21, 22, 24, 26, 28, 30, 31, 33, 35, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 56, 58, 59, 60, 66, 69, 70, 71, 72, 73, 74, 75, 76, 80], "uberblick": 0, "uberein": 44, "ubereinstimm": [12, 19, 44], "ubereinstimmt": 44, "ubergeb": 20, "ubergeordnet": [19, 35, 42, 58], "uberlapp": 41, "uberlaufmenu": 19, "uberleg": 6, "ubernahm": 41, "uberpruf": [19, 20, 42, 60, 69], "uberpruft": [12, 19, 42], "uberschreib": [7, 41], "uberschreit": [24, 39], "uberschrieb": 35, "uberschrift": 66, "ubersetz": [53, 61, 73], "ubersetzt": 64, "ubersetzungsfunktion": 44, "ubersicht": [0, 69, 76], "ubersichtsnachricht": 57, "uberspr": 60, "uberspring": 60, "ubertrag": [20, 37, 41, 42], "uberwach": 12, "uberwacht": 12, "ubuntu": [8, 14, 17, 19, 20], "uhr": 41, "uhrensymbol": 66, "uhrzeit": [41, 44, 59, 66], "ui": 9, "umbenannt": 44, "umbenenn": [0, 24], "umbenennt": 35, "umfragedialogfeld": 56, "umfragetitel": 56, "umgeb": 20, "umgebungsvariabl": 10, "umgeh": 15, "umgeleit": 26, "umgewandelt": 50, "umount": 20, "umrand": 15, "umschalt": 0, "umschaltsymbol": 65, "umschalttast": 42, "umschlag": 44, "umschlaglist": 44, "umwandel": [69, 75], "unabhang": [0, 12, 41], "unabl": 11, "unaffected": 11, "unavailabl": 27, "unbefugt": 0, "unbegrenzt": 69, "unberechtigt": 81, "unbrauchbar": 19, "uncheck": 36, "under": [1, 11, 20, 27, 36, 51, 70, 81], "undergoing": 9, "understanding": 44, "undon": 15, "uneingeschrankt": 38, "unencrypted": 26, "unerwunscht": 19, "unfocus": 80, "unfortunately": 20, "ungeles": [44, 66, 69], "ungelost": 10, "unified": [44, 83], "unifying": 5, "uninstall": 17, "uninstalling": 17, "unintended": 9, "universal": 80, "universell": [6, 12], "universitat": 7, "unknown": 45, "unless": [8, 20, 81], "unlink": 28, "unlock": 81, "unmittelbar": 48, "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unorthodox": 12, "unread": [80, 83], "unsere": 44, "unserem": 42, "unseren": 14, "unserer": [43, 73, 80], "unsichtbar": [19, 41], "unsuccessful": 44, "unsynced": 8, "unsyncedfold": 8, "unt": [0, 7, 10, 15, 17, 19, 26, 33, 41, 42, 44, 46, 50, 51, 60, 64, 65, 66, 69, 73, 76, 79], "unterbrech": 69, "unterelement": 15, "unterhalb": 0, "unterhalt": [6, 35, 55, 58, 59, 60, 62, 66, 70, 72, 73, 74], "unterhaltungsbeschreib": 72, "unterhaltungseb": 62, "unterhaltungseinstell": [62, 69, 72, 79], "unterhaltungslist": 70, "unterhaltungsmenu": 72, "untermenu": 76, "unternehm": [7, 18, 53], "unterordn": 12, "unterscheid": 82, "unterschied": [10, 19, 28, 35, 41], "unterstutz": [14, 15, 19, 41, 42, 46], "unterstutzt": [14, 20, 41, 42, 44, 49, 50, 53, 66, 74, 81], "unterverzeichnis": 20, "until": [9, 27, 44, 72], "unverandert": [44, 69], "unverschlusselt": [20, 26, 33, 38, 49], "up": [9, 15, 19, 51, 81, 83], "upcoming": 83, "updat": [6, 10, 13, 14, 41, 45], "updated": [10, 14, 54], "updating": 44, "upload": [9, 19, 21, 23, 27, 30, 31, 33, 41], "uploaded": [9, 11, 62], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "urlaub": 40, "ursprung": [33, 35], "us": 80, "usabl": 80, "usag": 83, "use": [5, 8, 9, 20, 21, 26, 27, 40, 44, 45, 51, 54, 60, 72, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 20, 33, 36, 39, 54, 80], "useful": [15, 21, 44, 82], "user": [4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 39, 41, 44, 45, 47, 51, 52, 54, 56, 70, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 48], "uses": [8, 16], "using": [1, 6, 9, 11, 13, 14, 19, 20, 22, 23, 25, 29, 30, 35, 38, 41, 45, 54, 71, 72, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usw": [35, 41, 44, 66], "utf": 20, "v": [60, 72, 80], "v3": 41, "v6": 41, "valu": [11, 16], "valus": [9, 11], "var": 16, "variabl": [6, 9, 13, 31, 41], "variety": 82, "varii": 80, "vcard": 42, "vcf": 42, "ve": 20, "ver": 38, "verandert": 38, "veranstalt": [41, 42, 44, 69], "veranstaltungsdetail": 69, "veranstaltungseditor": 41, "veranstaltungskonversation": 69, "veranstaltungsort": 41, "veranstaltungsteilnehm": 41, "verarbeit": [44, 62], "verberg": 35, "verbess": 44, "verbind": [12, 19, 20, 41, 48, 49, 74], "verbindungsabbruch": 20, "verbindungsassistent": 12, "verbindungsstatus": [19, 20], "verbindungstyp": 20, "verbos": 8, "verbund": [6, 15, 19, 26, 41, 70, 81], "vererbt": 42, "verfolg": 0, "verfug": [7, 15, 19, 20, 35, 42, 60, 69], "verfugbar": [0, 7, 15, 17, 18, 19, 20, 24, 26, 35, 39, 40, 42, 44, 45, 46, 49, 50, 57, 58, 66, 69, 70, 73, 74, 82], "verfugt": [7, 18, 41, 44, 46, 80], "vergang": 69, "vergeb": 41, "vergess": 26, "vergleich": [10, 24, 26], "verhalt": [7, 10, 19, 69], "verhind": [24, 35, 41, 42], "verhindert": 7, "verify": 20, "verknupf": [44, 72], "verknupft": [19, 20], "verkurzt": 15, "verlass": [19, 20], "verlauf": 20, "verli": [26, 38], "verlor": 19, "vermeid": [15, 80], "veroffentlicht": [18, 41, 57], "verring": 24, "versanddatum": 44, "verschachtelt": 12, "verschieb": [0, 20, 24], "verschiebt": 44, "verschied": [0, 7, 41, 42, 44, 62, 66, 69, 70, 81], "verschlussel": [6, 20, 30, 47], "verschlusselt": [20, 33, 38], "verschlusselungsschlussel": 26, "verschob": [24, 58, 69], "verschwind": 60, "verseh": [0, 41], "versehent": 41, "versend": [0, 41, 45, 73], "version": [4, 7, 9, 10, 12, 17, 18, 20, 21, 41, 42, 44, 49, 50, 52, 82, 83], "versionier": 39, "versioning": [20, 39], "versionskontroll": [30, 32, 33], "verstark": 80, "versteckt": 35, "versteh": 33, "verstrich": 60, "versuch": [10, 14, 40, 44, 47], "versucht": [47, 69], "verteil": 18, "vertikal": 44, "vertrau": 38, "vertrauenswurd": [20, 44], "vertraulich": 69, "vertretungsperson": 69, "vertriebsplan": 41, "verursach": 19, "verursacht": [44, 80], "vervollstand": 37, "verwalt": [6, 15, 20, 26, 30, 51, 57, 77, 81, 82], "verweis": 44, "verweist": 10, "verwend": [6, 7, 12, 13, 15, 17, 20, 25, 28, 29, 30, 34, 39, 40, 43, 47, 48, 49, 51, 54, 57, 60, 62, 65, 69, 70, 72, 76, 82], "verwerf": 41, "verwirr": 10, "verwisch": 60, "very": [5, 20, 80], "verzeichnis": [12, 14, 19, 20, 24, 53], "verzeichniskomponent": 19, "verzeichnisteil": 20, "verzoger": 15, "via": [4, 6, 20, 21, 29, 39, 41, 60], "vibriert": 60, "video": [21, 60, 62, 72, 73, 80], "videoanruf": 60, "videobild": 60, "videos": [21, 60], "videosignal": 63, "videostream": 72, "videoverifizier": 69, "videovorschau": 60, "viele": [12, 41, 69], "vielen": 41, "vielleicht": 41, "vielzahl": 81, "vier": [42, 44, 66], "viert": 41, "view": [1, 27, 36, 41, 44, 51, 56, 60, 78, 80, 83], "viewed": 21, "views": 21, "virtual": [42, 82], "virtull": [15, 17, 19], "visibility": 82, "visibl": [4, 21, 27, 36, 44], "visit": 25, "visitor": 5, "vista": 20, "visualisiert": 15, "visull": 80, "voll": [12, 42], "vollbild": 73, "vollbildmodus": 72, "vollstand": [7, 15, 17, 41, 44, 57, 62, 72, 80, 82], "volltextsuch": 26, "vollwert": 50, "volum": 8, "vorabveroffentlich": 18, "vorausgefullt": 44, "vorbehalt": 77, "vorbelegt": 19, "vorbereit": [18, 66], "vorbereitungszeit": 41, "vordefiniert": [19, 41, 44, 60], "voreingestellt": 31, "vorfind": [24, 47], "vorgab": 33, "vorgang": [0, 19, 26, 28, 45, 50], "vorgegeb": 15, "vorgehensweis": 42, "vorgeht": 44, "vorgenomm": [41, 42], "vorgeschlag": [44, 50], "vorgeseh": 69, "vorgestellt": 19, "vorhand": [12, 15, 35, 41, 44, 66], "vorher": [12, 50, 51], "vorkomm": 15, "vorlauf": [41, 44], "vorlieg": 19, "vorliegt": 19, "vornehm": [6, 58, 81], "vorschau": [21, 41, 44, 55], "vorschaubild": [26, 33], "vorschaudialog": 60, "vorschlagseditor": 41, "vorschlagseintrag": 41, "vorschlagselement": 41, "vorschlagslist": 41, "vorsicht": 12, "vorsichtshalb": 44, "vortag": 0, "vorubergeh": [12, 20], "vorzunehm": 19, "vpn": 20, "wahl": [0, 12, 15, 19, 20, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 55, 60, 63, 64, 66, 69, 72, 82], "wahr": 44, "wahrend": [7, 15, 19, 40, 41, 42, 44, 62, 66, 71, 72, 80], "wahrschein": [20, 26, 44], "waiting": 1, "wann": [0, 19, 41], "want": [2, 4, 5, 14, 29, 44, 52, 82], "warnsymbol": [19, 41], "warnt": [12, 44], "warnung": [19, 20, 44], "wart": [18, 19, 44], "wartebildschirm": 79, "way": [2, 20, 25, 54], "ways": 44, "we": [2, 5, 14, 80], "web": [1, 6, 14, 20, 22, 24, 25, 28, 30, 31, 38, 43, 44, 45, 80], "webauthn": 81, "webbrows": [6, 7, 20], "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinterfac": 73, "weboberflach": [15, 19, 21], "webserv": 20, "websit": [43, 73], "wechsel": [44, 65], "wechsl": 80, "wed": [26, 41], "wegen": [19, 40], "weichzeichn": 60, "weis": [19, 20, 26, 41, 62], "weiss": 19, "weist": [19, 24, 58], "weit": [0, 10, 12, 19, 20, 24, 26, 35, 37, 41, 42, 43, 44, 47, 48, 50, 56, 60, 69, 70, 81], "weitergegeb": 26, "weitergeleit": [41, 69, 72, 81], "weiterhin": [10, 41, 42, 44], "weiterleit": [69, 76], "weiterteil": 35, "weiterzugeb": 62, "weiterzuleit": 69, "welch": [0, 19, 20, 41, 42, 44, 45, 50, 56, 57, 58, 60, 66, 80, 82], "welcom": 20, "well": 11, "wend": [20, 21, 40], "wenig": [24, 38], "wer": [6, 9, 35, 56], "werd": [0, 10, 14, 15, 17, 18, 19, 20, 28, 29, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 57, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 74, 76, 77, 80, 81, 82], "werkzeug": 43, "wert": [7, 12, 19, 20, 24, 31, 42, 44], "what": [5, 27, 33, 36, 82], "when": [1, 2, 5, 9, 11, 12, 14, 20, 21, 27, 28, 40, 42, 44, 50, 51, 54, 62, 72, 82], "wher": [1, 5, 8, 9, 39, 81, 83], "wherev": 25, "wheth": [9, 27, 56], "which": [5, 9, 14, 15, 20, 21, 27, 36, 39, 44, 46, 52, 54, 80, 81, 82, 83], "whil": [10, 44, 56, 60], "whiteboard": 2, "who": [5, 21, 28, 62, 82], "whol": 26, "wichtig": [20, 38, 41, 44, 69, 76], "wid": [36, 82], "widergespiegelt": 41, "widerspruch": 10, "widg": [44, 83], "wied": [19, 20, 24, 26, 33, 39, 41, 69, 72], "wiederhergestellt": 41, "wiederherstell": [20, 41], "wiederherstellungsmog": 26, "wiederherzustell": [26, 39, 41], "wiederhol": [19, 41, 50], "wiederholt": 33, "wiederzuverw": 62, "wiki": [57, 74], "wildcard": 8, "willkomm": 53, "win": 20, "window": [9, 12, 16, 29, 46, 60], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wiss": [20, 41, 81], "with": [2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 21, 25, 27, 28, 36, 40, 41, 42, 44, 45, 52, 54, 56, 72, 80, 81, 82, 83], "within": [9, 44, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44], "wizard": [12, 14], "wobei": [20, 41, 55], "woch": [0, 39, 69, 82], "wochenansicht": 41, "wochent": [0, 41, 42], "wochentag": 41, "wochenzeit": 41, "wodurch": 38, "wolk": 15, "woll": [18, 20, 26, 35, 41, 42, 66, 72], "won": [14, 81], "word": 5, "wordpress": 12, "work": [20, 27, 36, 41, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 81], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "wort": 38, "worum": 41, "would": [8, 11, 27, 41, 80, 81], "wow": 5, "writ": [2, 3, 16, 41], "writing": [20, 44], "wunsch": [44, 80], "wurd": [0, 7, 10, 12, 15, 19, 20, 26, 33, 35, 41, 44, 45, 51, 57, 58, 69, 81], "wurfel": 57, "www": 51, "w\u00e4re": 26, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequ": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": 36, "yet": [14, 25, 42, 46], "you": [1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 60, 69, 70, 71, 72, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 16, 19, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 60, 70, 72, 82, 83], "yourdomain": 20, "yourpassword": 20, "yourself": [20, 36], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [0, 17, 20, 26, 33, 41, 42, 44, 47, 49, 51, 69, 79], "zahl": [33, 60, 70], "zahlt": 33, "zahnrad": 42, "zahnradschaltflach": 42, "zahnradsymbol": [42, 51], "zeich": [19, 42, 44], "zeig": [0, 10, 19, 41, 79], "zeigt": [0, 12, 15, 19, 20, 24, 35, 40, 41, 42, 44, 60, 81], "zeil": [7, 12, 19, 20, 41, 65], "zeit": [15, 44], "zeitander": 44, "zeitfen": 41, "zeitlich": 69, "zeitplan": 41, "zeitpunkt": [24, 40, 41, 44, 49, 66, 76, 79], "zeitraum": [19, 20, 41, 76], "zeitslot": 41, "zeitspann": 41, "zeitstempel": [24, 37, 39], "zeituberwach": 57, "zeitzon": 41, "zeitzonenauswahl": 41, "zentral": 69, "zentriert": 65, "zertifikat": [20, 47, 49], "zertifikatfehl": 20, "zertifikatswarn": 20, "zieh": [29, 41, 56], "ziel": [35, 37, 41, 80], "zielbenutz": 37, "zielteilnehm": 41, "zielverzeichnis": 15, "zip": 21, "zitat": 66, "zoom": 6, "zufall": [35, 44], "zufried": 19, "zugang": [31, 35, 41, 69, 76], "zugegriff": 41, "zugehor": 17, "zugeordnet": [20, 42], "zugerechn": 33, "zugewies": [44, 58], "zugreif": [20, 21, 26, 41, 42, 44, 60, 62, 74], "zugriff": [0, 6, 19, 26, 30, 38, 45, 60, 63, 69, 81], "zugriffsberecht": 45, "zugriffskontroll": 57, "zugriffstok": 72, "zugun": 57, "zuhaus": [41, 48, 53], "zukunft": [10, 44, 60], "zulass": [20, 33, 42, 56, 60, 63], "zulasst": 42, "zuletzt": [19, 44], "zunach": [38, 41, 44], "zuordnung": 20, "zurst": [12, 60, 71], "zuruckblatt": 66, "zuruckgeh": 48, "zuruckgesetzt": [40, 41], "zuruckgestellt": 44, "zuruckliegt": 0, "zurucksetz": 41, "zusamm": [12, 62], "zusammenarbeit": [6, 30, 42], "zusammenfassungsanfrag": 44, "zusammenfuhrungsdialog": 42, "zusammenfuhrungsfunktion": 42, "zusammengefuhrt": 42, "zusammenhang": 41, "zusammenzufuhr": 42, "zusatz": [0, 19, 24, 38, 41, 42, 56, 60, 66, 69, 76], "zustand": 15, "zustandigkeitsbereich": 14, "zustimm": [60, 62], "zuvor": 44, "zuweis": [58, 69], "zuzugreif": [14, 20, 28, 35, 38, 69], "zuzuordn": 20, "zuzustimm": 62, "zuzuweis": 20, "zweck": 40, "zwei": [6, 7, 10, 12, 17, 19, 42, 44, 45, 50, 51, 54, 56, 60, 82], "zweit": [7, 42, 56, 69, 81], "zwingend": 47, "zwisch": [10, 15, 41, 42, 44, 55, 65, 74], "zwischenablag": [41, 51], "zykl": 12, "zyklussymbol": 19, "\u00c4nderung": [15, 31], "\u00c4nderungen": [10, 15, 19, 41, 42, 58]}, "titles": ["Verwendung der Aktivit\u00e4ts-App", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Inhaltsverzeichnis", "Der automatische Updater", "Using the Command-Line Client", "Configuration File", "Konflikte", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files-Client", "Command-Line Options", "Deinstallation", "Update-Kan\u00e4le", "Verwenden des Synchronisierungsclients", "Zugriff auf Nextcloud-Dateien \u00fcber WebDAV", "Accessing your files using the Nextcloud web interface", "Zugriff auf Ihre Dateien", "Teilen & Zusammenarbeit", "Gel\u00f6schte Dateien verwalten", "Synchronisierung f\u00fcr Mobilger\u00e4te und Desktops", "Verwendung serverseitiger Verschl\u00fcsselung", "Using external storage", "Using federation shares", "Anonyme Uploads durchf\u00fchren", "Dateien & Synchronisation", "Gro\u00dfe Dateien hochladen", "Verwalten Sie Ihre Dateien", "Speicherkontingent", "Sicherheit & Verschl\u00fcsselung", "File sharing", "System tags", "Transfer ownership", "Ende-zu-Ende-Verschl\u00fcsselung verwenden", "Versionskontrolle", "Abwesenheitsnachricht setzen", "Verwenden der Kalender-App", "Verwenden der Kontakte-App", "Groupware", "Verwenden der E-Mail-App", "Synchronisierung mit Android", "Synchronisierung mit dem GNOME-Desktop", "Synchronisierung mit iOS", "Synchronisierung mit KDE Kontakt", "Synchronisierung mit macOS", "Synchronisierung mit Thunderbird", "Synchronisierung mit Windows 10", "Migrate data between instances", "Nextcloud 35 - Einf\u00fchrung zur Benutzeranleitung", "Verwaltung verbundener Browser und Ger\u00e4te", "Darstellung", "Anh\u00e4nge", "Bots und Befehle", "Breakout-R\u00e4ume", "Kalenderintegration mit Talk", "Einem Anruf beitreten", "Anrufe", "Anrufaufzeichnung", "Bildschirmfreigabe", "Transkription und \u00dcbersetzung", "Anruflayout", "Nachrichten senden", "Chat", "Unterhaltungen", "Unterhaltungen", "Federation", "Dateiintegration", "Einem Anruf beitreten oder als Gast chatten", "Talk", "Matterbridge", "Apps, die mit Nachrichten integriert sind", "Interaktion mit Nachrichten", "F\u00fcr die Moderation", "\u00d6ffentliche Unterhaltungen", "Webinar und Lobby", "Universeller Zugriff", "Verwendung der Zwei-Faktor-Authentifizierung", "Einstellungen vornehmen", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "Als": 72, "Auf": [41, 66], "Das": 38, "Der": 7, "Ein": [38, 44], "Eine": [35, 42, 44, 62, 69, 70, 72, 78], "Einem": [60, 72], "Einen": [38, 41, 60], "Einige": 12, "Es": 12, "Ich": 12, "Ihr": 44, "Ihre": [22, 29, 32, 41, 42, 49, 69, 82], "Ihrem": 19, "Ihren": 0, "Ihrer": 35, "Ist": 26, "Kann": 26, "Mit": 45, "Sicherheit": [34, 44], "Sie": [12, 29, 32, 42, 44, 49, 69], "So": [12, 44], "Von": [19, 44], "Was": 24, "Wie": 26, "a": [1, 21, 28, 35, 44], "abgebroch": 12, "abmeld": 44, "abonni": 41, "abwesenheitsnachricht": 40, "access": [4, 36], "accessing": [20, 21, 27], "account": 44, "action": 44, "activity": 21, "add": [44, 50], "adding": 27, "address": 44, "adress": 44, "adressbuch": [42, 82], "advanced": 44, "ai": 1, "aktion": 44, "aktivi": [12, 38, 44], "aktivitat": 0, "aktivitatsstream": 0, "alias": [15, 44], "all": [44, 60, 78], "allgemein": 17, "alternativ": 50, "and": [12, 14, 20, 21, 26, 35, 36, 44, 72, 83], "android": 45, "anforder": 83, "anhang": [41, 56], "anheft": 76, "anmeld": 81, "annehm": 70, "anonym": 29, "anoth": 44, "anruf": [60, 61, 64, 72], "anrufaufzeichn": 62, "anruflayout": 65, "anrufteilnehm": 60, "ansicht": 55, "antwort": [20, 41, 44, 66], "anweis": 17, "anzeig": [0, 38, 41, 44, 78], "app": [0, 24, 41, 42, 44, 45], "apps": 75, "arbeit": 41, "arbeitsablauf": 7, "arbeitszeit": 41, "archivi": 69, "as": [42, 44], "assigning": 36, "assistant": 1, "audio": 60, "aufgab": [44, 75], "aufnahm": 62, "aufnahmezustimm": 62, "aufzeichn": 60, "ausschliess": 69, "auswahl": 21, "authentifizier": 81, "automat": [7, 44], "automatisiert": 41, "backend": 27, "bearbeit": [12, 41, 42, 44, 76], "beding": 44, "befehl": 57, "befehlszeil": 20, "behalt": 15, "beim": [10, 12, 44], "beispiel": 10, "beitret": [60, 72], "bekannt": [15, 20], "belegt": 41, "benachricht": [0, 41, 69], "benachrichtigungseinstell": 0, "benenn": 39, "benutz": [26, 35], "benutzeranleit": 53, "benutzeranmeld": 26, "benutzeroberflach": 12, "benutzerstatus": [19, 41], "beschrank": 82, "betriebsmodus": 44, "betwe": 52, "bildschirmfreigab": [63, 72], "bot": 57, "breakout": [58, 60], "brows": [54, 60], "browsing": 36, "buch": 41, "by": 36, "calendar": 41, "cardbook": 50, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chatnachricht": 75, "chatt": 72, "client": [8, 13, 15, 20, 25, 60], "clientanwend": 81, "cloud": 28, "cod": 81, "collectiv": [2, 3], "command": [8, 16], "comment": 21, "configuration": 9, "connecting": 21, "contact": 42, "creat": 5, "creating": [21, 28, 35, 36], "credential": 8, "credit": 51, "curl": 20, "cyberduck": 20, "darstell": 55, "dashboard": [44, 69, 83], "dass": 12, "dat": 82, "data": 52, "datei": [0, 12, 15, 19, 20, 21, 22, 24, 26, 29, 30, 31, 32, 45, 56, 71], "dateiablag": 29, "dateiaktion": 15, "dateiintegration": 71, "dateimanag": [19, 20], "dateivorschau": 21, "dateizugriff": 20, "datenschutz": 69, "deaktivi": 26, "deaktiviert": 26, "deck": 75, "deinstallation": 17, "delegation": [41, 44], "delegi": 44, "design": 80, "desktop": [13, 19, 20, 46, 60], "desktops": 25, "detail": 21, "detection": 27, "disk": 11, "dolphin": 20, "doppelt": 42, "download": 14, "drittanbiet": 20, "duplizi": 41, "durchfuhr": 29, "e": [0, 44, 72], "e2e": 38, "editor": 19, "eig": 29, "einbind": 20, "einfug": 66, "einfuhr": 53, "einheit": [44, 83], "einlad": [41, 44, 70], "einladungsautomation": 44, "einricht": [58, 60, 81], "einstell": [41, 72, 82], "einzel": 69, "element": 42, "email": 28, "emoji": 66, "empfangerinfo": 44, "empfohl": 50, "end": 38, "entfern": 42, "environment": 11, "ereignis": 41, "erinner": [41, 44, 76], "erkenn": 44, "eroffn": [69, 78], "erstell": [41, 42, 44, 75], "erstellungsbreich": 44, "erwahn": 44, "erweiter": 15, "everyon": 5, "exampl": 8, "exclud": 8, "experimentell": 10, "explor": 20, "exporti": 41, "external": 27, "factor": 81, "faktor": 81, "faq": [12, 26], "farb": 44, "favorit": [42, 44], "federated": [28, 35], "federation": [21, 28, 35, 70], "federiert": 41, "feed": 0, "fehlerbeheb": 49, "feiertagskal": 41, "festleg": 19, "fil": [4, 9, 15, 19, 20, 21, 27, 35, 36], "filt": [0, 44, 69], "filter": 44, "filtering": 21, "find": 15, "first": [2, 5], "fold": 44, "fortschritt": 41, "freigab": [20, 21, 35], "freigeb": 82, "freigegeb": 24, "from": 27, "fug": 44, "funktion": [12, 15], "funktioniert": 12, "fur": [19, 21, 24, 25, 26, 41, 44, 76, 77], "gab": 12, "gast": 72, "geandert": 12, "gebucht": 41, "geburtstagskal": 41, "geloscht": [24, 44], "geplant": [26, 41, 44], "gerat": [38, 54], "geratespezif": 54, "gesprach": 69, "gesprachsraum": 41, "geteilt": 42, "getting": 2, "gleichzeit": 42, "global": 82, "gnom": 46, "grid": 21, "gross": 31, "group": 26, "groupwar": 43, "grundleg": 7, "grupp": [35, 69], "hand": 60, "handling": 8, "hardwar": 81, "haufig": 0, "hauptfen": 19, "heb": 60, "heruntergelad": 15, "herunterlad": 60, "hintergrund": 60, "hintergrundjob": 26, "hinweis": 45, "hinzu": 44, "hinzufug": [19, 35, 38, 41, 42, 44], "history": 1, "hochgelad": 12, "hochlad": [10, 29, 31], "how": 5, "ics": 41, "if": 81, "ignoriert": 19, "importi": [41, 42], "inbegriff": 80, "inhaltsverzeichnis": 6, "initial": 14, "install": [8, 14], "installation": 14, "instanc": 52, "integration": [15, 44], "integriert": 75, "intelligent": 44, "interaktion": 76, "interfac": [21, 83], "intern": [35, 44], "introduction": 5, "ios": 47, "is": 26, "junk": 44, "kalend": [41, 45, 47, 50, 51, 59], "kalenderintegration": [44, 59], "kalendertransparenz": 41, "kanal": 18, "kart": 75, "kde": [20, 48], "key": 26, "ki": 44, "kommandozeil": 20, "kompakt": 55, "kompaktmodus": 44, "konfiguration": 15, "konfiguri": 19, "konflikt": [10, 15], "kont": [19, 49], "kontakt": [42, 44, 45, 47, 48, 50, 51], "kontaktbild": 42, "kontaktgrupp": 42, "kontaktinformation": 42, "kontextmenuaktion": 15, "kontinui": 12, "konto": 44, "kontoinstell": [19, 44], "konversationslist": 55, "laufwerk": 20, "layout": 44, "level": 36, "lin": [8, 16], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 60], "liv": 64, "lobby": 79, "lokal": 12, "los": 81, "losch": [41, 44], "loschung": 39, "losung": 20, "low": 11, "macos": [7, 14, 15, 17, 19, 20, 49], "mail": [0, 44, 72], "mailinglist": 44, "managing": 36, "manull": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meeting": [44, 59], "mehr": [12, 42, 66], "meldungsanzeig": 44, "method": 50, "microsoft": 20, "migrat": 52, "minimi": 44, "mitglied": 42, "mittel": 20, "mnemonic": 38, "mobil": [25, 45, 60], "mobilclient": 20, "mobilgerat": 25, "mocht": 12, "moderation": 77, "moglich": 26, "nachricht": [44, 55, 66, 75, 76], "nachrichtenablauf": 69, "nachrichtenaktion": 44, "nachverfolg": 44, "nativ": 44, "nautilus": 20, "navigating": [21, 83], "navigi": 80, "netzwerkfenst": 19, "neu": [19, 41, 44], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "notification": 1, "notiz": 69, "n\u00e4chste": 26, "oben": 44, "offent": [20, 35, 78], "offiziell": 20, "ohn": [26, 45], "on": [14, 19], "onboard": 5, "ons": 50, "option": [16, 41], "ordn": [12, 38, 44], "organisi": 42, "our": 5, "overlay": 19, "own": [5, 27], "ownership": 37, "pag": 5, "papierkorb": [41, 44], "parent": 5, "passiert": 24, "passwort": [26, 54], "passwortander": 54, "personal": 1, "phishing": 44, "pick": [1, 66], "plan": 66, "possibl": 26, "postausgang": 44, "posteingang": 44, "priorisiert": 44, "privat": [26, 69], "probl": 20, "problem": [15, 20], "profil": 83, "profildat": 82, "project": 5, "rasteransicht": 65, "raum": [41, 58, 60], "raumverfugbar": 41, "reagi": 41, "reaktion": 60, "reaktivitat": 80, "recovery": [26, 81], "refresh": 44, "resourc": 41, "richt": [29, 49], "rss": 0, "running": 1, "s": 2, "schlagwort": 44, "schlussel": [26, 81], "schnellaktion": 44, "search": 44, "searching": 21, "second": 81, "seh": 82, "seitenleist": 0, "selb": 69, "send": 66, "sending": 44, "serv": [12, 14, 44], "serverseit": 26, "setting": [1, 83], "setup": 14, "setz": [40, 76], "shar": [21, 28, 35], "shared": 44, "sharing": [26, 27, 35], "sidebar": 21, "smart": [1, 66], "sofort": 60, "sortierreihenfolg": 44, "spac": 11, "speich": 20, "speicherkontingent": [24, 33], "speicherplatzverwalt": 24, "sperr": 15, "sprach": 12, "sprecheransicht": 65, "start": [60, 72], "started": 2, "status": 21, "statusanzeig": 15, "step": 5, "steps": 2, "steuerelement": 21, "still": 66, "storag": 27, "subfold": 44, "such": [44, 76, 83], "supported": [14, 27], "symbol": [19, 21], "sync": 15, "synchronisation": 30, "synchronisi": 12, "synchronisier": [12, 25, 45, 46, 47, 48, 49, 50, 51], "synchronisiert": 12, "synchronisierungsclient": 19, "synchronisierungsordn": 12, "system": 36, "systemanforder": 14, "tag": 36, "taglich": 0, "talk": [41, 59, 60, 69, 71, 73], "task": 1, "taskleistensymbol": 19, "tastatur": 80, "tastenkombination": 44, "team": [5, 42], "teamoption": 42, "teamroll": 42, "teil": [15, 19, 23, 26, 41, 56, 75], "teilnehm": [41, 60, 69], "templat": 5, "termin": [41, 44, 59], "terminkonfiguration": 41, "text": 44, "textblock": 44, "the": [8, 21, 26, 83], "their": 5, "thread": 44, "threadform": 76, "thunderbird": 50, "tlsv1": 51, "to": [5, 21, 36], "togeth": 5, "transf": 37, "transkription": 64, "treff": 41, "troubleshooting": 51, "uber": 20, "uberleg": 81, "uberpruf": 41, "ubersetz": [44, 64], "ubersicht": 10, "umfrag": 56, "umgeb": 7, "umschalt": 44, "umschlagaktion": 44, "universell": 80, "unt": [12, 20], "unterhalt": [41, 68, 69, 76, 78], "unterstutzt": 15, "unterverzeichnis": 12, "updat": [7, 18], "upload": 29, "uploading": 21, "usag": 8, "use": 2, "using": [8, 21, 27, 28], "variabl": 11, "veranstalt": 59, "verbund": 54, "verfolgt": 12, "verfugbar": 41, "verhind": 7, "veroffent": 41, "verschieb": [12, 21, 26, 44], "verschlussel": [26, 34, 38], "verschlusselt": 26, "versend": 70, "version": [14, 39], "versionskontroll": 39, "versuch": 12, "verwalt": [24, 32, 41, 42, 44, 54, 58, 62, 69], "verwend": [0, 19, 26, 38, 41, 42, 44, 50, 66, 81], "verzeichnis": 21, "via": [28, 80], "videoplay": 21, "videosteuer": 60, "view": 21, "virtual": [15, 19], "virtull": 42, "vollbild": 72, "vollbildmodus": 60, "vorgeschlag": 41, "vornehm": 82, "vorschlag": 41, "wahrend": 60, "warnung": 12, "web": [21, 83], "webbrows": 83, "webdav": 20, "webinar": 79, "wegwerfgesprach": 69, "wer": 82, "werd": [12, 24, 26], "what": 2, "why": 2, "widg": 41, "wiederherstell": 26, "wiederherstellungsschlussel": 26, "wiederkehr": 41, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26], "you": 81, "your": [5, 21, 27, 81], "zeit": 41, "zoom": 80, "zugriff": [20, 22, 35, 80], "zuordn": 20, "zurst": 44, "zuruckstell": 44, "zusammenarbeit": 23, "zusammenfass": [0, 44, 66], "zusammenfuhr": 42, "zuverlass": 12, "zuweis": 41, "zwei": 81, "\u00c4nderungen": 12}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (Einzel-)Gespr\u00e4che": [[69, "private-one-to-one-conversations"]], "2. Gruppen-Unterhaltungen": [[69, "group-conversations"]], "3. Notiz an mich selbst": [[69, "note-to-self"]], "4. Wegwerfgespr\u00e4che": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Abwesenheitsnachricht setzen": [[40, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Adressb\u00fccher hinzuf\u00fcgen und verwalten": [[42, "adding-and-managing-address-books"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Aktionen": [[44, "actions"]], "Aktivit\u00e4t in der Dateien-Seitenleiste": [[0, "activity-in-the-files-sidebar"]], "Aktivit\u00e4ten filtern": [[0, "filtering-activities"]], "Alias files": [[15, "alias-files"]], "Alle Posteing\u00e4nge": [[44, "all-inboxes"]], "Alle \u00f6ffentliche Unterhaltungen anzeigen": [[78, "view-all-open-conversations"]], "Allgemeine Anweisungen": [[17, "general-instructions"]], "Als E-Mail-Gast beitreten": [[72, "joining-as-an-email-guest"]], "Alternative: Verwenden des CardBook-Add-Ons (nur Kontakte)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Andere mit Zugriff": [[35, "others-with-access"]], "Anforderungen an den Webbrowser": [[83, "web-browser-requirements"]], "Anh\u00e4nge": [[56, null]], "Anh\u00e4nge zu Ereignissen hinzuf\u00fcgen": [[41, "add-attachments-to-events"]], "Anmelden mit der Zwei-Faktor Authentifizierung": [[81, "logging-in-with-two-factor-authentication"]], "Anonyme Uploads durchf\u00fchren": [[29, null]], "Anruf aufzeichnen": [[60, "record-a-call"]], "Anruf starten": [[60, "start-the-call"]], "Anruf-Live-Transkription": [[64, "call-live-transcription"]], "Anrufaufzeichnung": [[62, null]], "Anrufe": [[61, null]], "Anruflayout": [[65, null]], "Antwort": [[20, "answer"]], "Antwort auf ein vorgeschlagenes Treffen": [[41, "responding-to-a-proposed-meeting"]], "Apps, die mit Nachrichten integriert sind": [[75, null]], "Arbeiten mit dem gebuchten Termin": [[41, "working-with-the-booked-appointment"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Audio- und Videosteuerung": [[60, "controlling-audio-and-video"], [60, "id1"]], "Auf Einladungen reagieren": [[41, "responding-to-invitations"]], "Auf Nachrichten antworten und mehr": [[66, "replying-to-messages-and-more"]], "Aufgaben aus Chatnachrichten erstellen": [[75, "create-tasks-from-chat-message"]], "Aufnahmezustimmung": [[62, "recording-consent"]], "Automatische Antworten": [[44, "autoresponders"]], "Automatische Updates in Linux-Umgebungen verhindern": [[7, "preventing-automatic-updates-in-linux-environments"]], "Automatische Updates in Windows-Umgebungen verhindern": [[7, "preventing-automatic-updates-in-windows-environments"]], "Automatische Updates verhindern": [[7, "preventing-automatic-updates"]], "Automatisches L\u00f6schen des Papierkorbs": [[44, "automatic-trash-deletion"]], "Automatisierter Benutzerstatus": [[41, "automated-user-status"]], "Bedingungen": [[44, "conditions"]], "Befehle": [[57, "commands"]], "Beim Versuch, mehr als 100 Unterverzeichnisse zu synchronisieren, wird die Synchronisierung abgebrochen.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Beispiel": [[10, "example"]], "Bekannte Probleme": [[20, "known-issues"], [20, "known-problems"]], "Benachrichtigungen f\u00fcr ein geplantes Treffen": [[41, "notifications-for-a-proposed-meeting"]], "Benachrichtigungen und Datenschutz": [[69, "notifications-and-privacy"]], "Benachrichtigungseinstellungen": [[0, "notification-settings"]], "Benennung einer Version": [[39, "naming-a-version"]], "Benutzerstatus festlegen": [[19, "set-the-user-status"]], "Beschr\u00e4nken, wer Ihre Profildaten sehen kann": [[82, "restrict-who-can-see-your-profile-data"]], "Bildschirmfreigabe": [[63, null]], "Bots": [[57, "bots"]], "Bots und Befehle": [[57, null]], "Breakout-R\u00e4ume": [[58, null]], "Breakout-R\u00e4ume einrichten": [[58, "configure-breakout-rooms"], [60, "set-up-breakout-rooms"]], "Breakout-R\u00e4ume verwalten": [[58, "manage-breakout-rooms"]], "Browser- und Talk-Desktop-Client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Chat": [[67, null]], "Chat with AI": [[1, "chat-with-ai"]], "Chat-Nachrichten": [[55, "chat-messages"]], "Chat-Zusammenfassung": [[66, "chat-summary"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Context menu actions": [[15, "context-menu-actions"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Darstellung": [[55, null]], "Das Mnemonic anzeigen": [[38, "displaying-the-mnemonic"]], "Dashboard-Integration": [[44, "dashboard-integration"]], "Dateien & Synchronisation": [[30, null]], "Dateien hochladen": [[29, "uploading-files"]], "Dateien in einem Chat teilen": [[56, "sharing-files-in-a-chat"]], "Dateien nicht verschl\u00fcsselt": [[26, "files-not-encrypted"]], "Dateien oder Verzeichnisse ausw\u00e4hlen": [[21, "selecting-files-or-folders"]], "Dateien und Hinweise": [[45, "files-and-notifications"]], "Dateien verschieben": [[21, "moving-files"]], "Dateiintegration": [[71, null]], "Dateimanager-Overlay-Symbole": [[19, "file-manager-overlay-icons"]], "Dateivorschau": [[21, "previewing-files"]], "Dateizugriff mittels macOS": [[20, "accessing-files-using-macos"]], "Dateizugriff unter Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Deinstallation": [[17, null]], "Der automatische Updater": [[7, null]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Download": [[14, "download"]], "E-Mail-Text-Suche aktivieren": [[44, "enable-mail-body-search"]], "E-Mail-\u00dcbersetzung": [[44, "mail-translation"]], "E2EE aktivieren": [[38, "enabling-e2ee"]], "Ein E2EE-Ger\u00e4t hinzuf\u00fcgen": [[38, "adding-an-e2ee-device"]], "Ein neues E-Mail-Konto hinzuf\u00fcgen": [[44, "add-a-new-mail-account"]], "Eine Aufgabe erstellen": [[44, "create-a-task"]], "Eine Aufnahme verwalten": [[62, "manage-a-recording"]], "Eine Bildschirmfreigabe starten": [[72, "starting-a-screen-share"]], "Eine Einladung annehmen": [[70, "accepting-an-invitation"]], "Eine Einladung versenden": [[70, "sending-an-invitation"]], "Eine Team erstellen": [[42, "create-a-team"]], "Eine Unterhaltung er\u00f6ffnen": [[69, "creating-a-conversation"]], "Eine Unterhaltung verwalten": [[69, "managing-a-conversation"]], "Eine \u00f6ffentliche Freigabe Ihrer Nextcloud hinzuf\u00fcgen": [[35, "adding-a-public-share-to-your-nextcloud"]], "Eine \u00f6ffentliche Unterhaltung er\u00f6ffnen": [[78, "creating-an-open-conversation"]], "Einem Anruf beitreten": [[60, null], [72, "joining-a-call"]], "Einem Anruf beitreten oder als Gast chatten": [[72, null]], "Einem Chat beitreten": [[72, "joining-a-chat"]], "Einen Gespr\u00e4chsraum f\u00fcr gebuchte Termine erstellen": [[41, "create-talk-room-for-booked-appointments"]], "Einen Kalender bearbeiten, exportieren oder l\u00f6schen": [[41, "edit-export-or-delete-a-calendar"]], "Einen Kalender importieren": [[41, "import-a-calendar"]], "Einen Ordner verschl\u00fcsseln": [[38, "encrypting-a-folder"]], "Einen Termin buchen": [[41, "booking-an-appointment"]], "Einen Vorschlag bearbeiten": [[41, "editing-a-proposal"]], "Einen Vorschlag erstellen": [[41, "creating-a-proposal"]], "Einen neuen Kalender erstellen": [[41, "create-a-new-calendar"]], "Einheitliche Suche": [[44, "unified-search"], [83, "unified-search"]], "Einige Dateien werden kontinuierlich auf den Server hochgeladen, auch wenn sie nicht ge\u00e4ndert werden.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Einrichtung der Zwei-Faktor Authentifizierung": [[81, "configuring-two-factor-authentication"]], "Einstellungen vornehmen": [[82, null]], "Emoji einf\u00fcgen": [[66, "inserting-emoji"]], "Empfohlene Methode": [[50, "recommended-method"]], "Empf\u00e4ngerinfo beim Erstellen": [[44, "recipient-info-on-composer"]], "Ende-zu-Ende-Verschl\u00fcsselung verwenden": [[38, null]], "Environment Variables": [[11, null]], "Ereignis importieren/.ics-Ereignis hinzuf\u00fcgen": [[41, "import-an-event-add-ics-event"]], "Erinnerungen einstellen": [[41, "set-up-reminders"]], "Erinnerungen f\u00fcr Nachrichten setzen": [[76, "setting-reminder-on-messages"]], "Erstellen einer Terminkonfiguration": [[41, "creating-an-appointment-configuration"]], "Erstellen eines Filters aus einer Nachricht": [[44, "create-a-filter-from-a-message"]], "Erstellungsbreich minimieren": [[44, "minimize-the-composer-modal"]], "Es gab eine Warnung, dass \u00c4nderungen in synchronisierten Ordnern nicht zuverl\u00e4ssig verfolgt werden.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Farbe f\u00fcr Schlagworte \u00e4ndern": [[44, "change-color-for-tags"]], "Favoriten oben zuerst anzeigen": [[44, "sort-favorites-up"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Federiertes Teilen von Kalendern": [[41, "federated-calendar-sharing"]], "Fehlerbehebung": [[49, "troubleshooting"]], "Feiertagskalender abonnieren": [[41, "subscribe-to-a-holiday-calendar"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filter": [[44, "filter"]], "Filtern Sie Ihre Unterhaltungen": [[69, "filter-your-conversations"]], "Filterung und automatische Antworten": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Fortschritt eines Vorschlags anzeigen": [[41, "viewing-a-proposal-progress"]], "Freigabe-Status-Symbole": [[21, "sharing-status-icons"]], "F\u00fcr die Moderation": [[77, null]], "Geburtstagskalender": [[41, "birthday-calendar"]], "Gel\u00f6schte Dateien verwalten": [[24, null]], "Geplante Nachrichten": [[44, "scheduled-messages"]], "Ger\u00e4te verwalten": [[54, "managing-devices"]], "Ger\u00e4tespezifische Passw\u00f6rter und Passwort\u00e4nderungen": [[54, "device-specific-passwords-and-password-changes"]], "Geteilte Elemente": [[42, "shared-items"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"]], "Groupware": [[43, null]], "Gro\u00dfe Dateien hochladen": [[31, null]], "Grundlegender Arbeitsablauf": [[7, "basic-workflow"]], "Hand heben": [[60, "raise-hand"]], "Hauptfenster": [[19, "general-window"]], "Hintergr\u00fcnde": [[60, "backgrounds"]], "How to onboard your team": [[5, null]], "H\u00e4ufigkeit der E-Mail-Benachrichtigung": [[0, "email-notification-frequency"]], "Ich m\u00f6chte die Sprache der Benutzeroberfl\u00e4che \u00e4ndern": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ich m\u00f6chte meinen lokalen Synchronisierungsordner verschieben": [[12, "i-want-to-move-my-local-sync-folder"]], "Ihr E-Mail-Konto verwalten": [[44, "managing-your-mail-account"]], "Ihre Daten im globalen Adressbuch freigeben": [[82, "sharing-your-data-in-the-global-address-book"]], "Ihre Kalender verwalten": [[41, "managing-your-calendars"]], "Ihren Aktivit\u00e4tsstream anzeigen": [[0, "viewing-your-activity-stream"]], "Inbegriffene Designs": [[80, "included-themes"]], "Inhaltsverzeichnis": [[6, null]], "Initial Setup": [[14, "initial-setup"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Intelligente Antworten": [[44, "smart-replies"]], "Interaktion mit Nachrichten": [[76, null]], "Interne Adressen": [[44, "internal-addresses"]], "Interne Freigaben mit Benutzern und Gruppen": [[35, "internal-shares-with-users-and-groups"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Ist es m\u00f6glich, die Verschl\u00fcsselung mit dem Wiederherstellungsschl\u00fcssel zu deaktivieren?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Ist geplant, dies auf die n\u00e4chste Benutzeranmeldung oder einen Hintergrundjob zu verschieben?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "KI-Zusammenfassung": [[44, "ai-summary"]], "Kalender": [[47, "calendar"], [50, "calendars"], [51, "calendar"]], "Kalender abonnieren": [[41, "subscribe-to-a-calendar"]], "Kalender teilen": [[41, "sharing-calendars"]], "Kalender ver\u00f6ffentlichen": [[41, "publishing-a-calendar"]], "Kalender-Widget": [[41, "calendar-widget"]], "Kalenderintegration": [[44, "calendar-integration"]], "Kalenderintegration mit Talk": [[59, null]], "Kalendertransparenz": [[41, "calendar-transparency"]], "Kann die Verschl\u00fcsselung ohne das Passwort des Benutzers deaktiviert werden?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Karte im Chat teilen": [[75, "share-card-into-a-chat"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Known issues": [[15, "known-issues"]], "Kompakte Ansicht der Konversationsliste": [[55, "compact-view-of-conversations-list"]], "Kompaktmodus verwenden": [[44, "use-compact-mode"]], "Konfigurieren der Nextcloud-Kontoeinstellungen": [[19, "configuring-nextcloud-account-settings"]], "Konflikte": [[10, null]], "Konflikte beim Hochladen (experimentell)": [[10, "uploading-conflicts-experimental"]], "Kontaktbild": [[42, "contact-picture"]], "Kontakte": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Kontakte erw\u00e4hnen": [[44, "mention-contacts"]], "Kontakte hinzuf\u00fcgen": [[42, "adding-contacts"]], "Kontakte manuell hinzuf\u00fcgen": [[42, "adding-contacts-manually"]], "Kontakte und Kalender": [[45, "contacts-and-calendar"]], "Kontaktinformationen bearbeiten oder entfernen": [[42, "edit-or-remove-contact-information"]], "Konto delegieren": [[44, "account-delegation"]], "Kontoeinstellungen": [[44, "account-settings"]], "Layout umschalten": [[44, "switch-layout"]], "Linux": [[7, "linux"], [17, "linux"]], "Liste aller Anrufteilnehmer herunterladen": [[60, "download-call-participants-list"]], "Live-\u00dcbersetzung": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u00f6schung einer Version": [[39, "deleting-a-version"]], "L\u00f6sung": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "L\u00f6sung 1": [[20, "solution-1"]], "L\u00f6sung 2": [[20, "solution-2"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Markdown verwenden": [[66, "using-markdown"]], "Matterbridge": [[74, null]], "Meeting-Einladungen": [[44, "meeting-invitations"]], "Meeting-Einladungsautomation": [[44, "meeting-invitation-automation"]], "Meetings und Veranstaltungen": [[59, "meetings-and-events"]], "Meldungsanzeige / Betriebsmodus": [[44, "message-display-operation-mode"]], "Migrate data between instances": [[52, null]], "Mit der Nextcloud Mobil-App": [[45, "with-the-nextcloud-mobile-app"]], "Mitglieder zu einem Team hinzuf\u00fcgen": [[42, "add-members-to-a-team"]], "Mobile Clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Nachrichten anheften": [[76, "pinning-messages"]], "Nachrichten bearbeiten": [[76, "editing-messages"]], "Nachrichten erstellen": [[44, "compose-messages"]], "Nachrichten in Threadform": [[76, "threaded-messages"]], "Nachrichten in den Junk-Ordner verschieben": [[44, "move-messages-to-junk-folder"]], "Nachrichten in einer Unterhaltung suchen": [[76, "messages-search-in-a-conversation"]], "Nachrichten planen": [[66, "scheduling-messages"]], "Nachrichten senden": [[66, null]], "Nachrichtenablauf": [[69, "messages-expiration"]], "Nachrichtenaktionen": [[44, "message-actions"]], "Nachverfolgen-Erinnerungen": [[44, "follow-up-reminders"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus-Dateimanager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigieren via Tastatur": [[80, "navigating-via-keyboard"]], "Neue Konten hinzuf\u00fcgen": [[19, "adding-new-accounts"]], "Neuen Termin erstellen": [[41, "create-a-new-event"]], "Nextcloud 35 - Einf\u00fchrung zur Benutzeranleitung": [[53, null]], "Notifications": [[1, "notifications"]], "Offizielle Nextcloud-Desktop- und Mobilclients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Ohne die Nextcloud Mobil-App": [[45, "without-the-nextcloud-mobile-app"]], "Optionen f\u00fcr wiederkehrende Termine hinzuf\u00fcgen": [[41, "add-recurring-options"]], "Organisieren Sie Ihre Kontakte mit Kontaktgruppen": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Papierkorb": [[41, "trash-bin"]], "Passwort f\u00fcr den Privaten Schl\u00fcssel \u00e4ndern": [[26, "change-private-key-password"]], "Personal settings": [[1, "personal-settings"]], "Phishing-Erkennung": [[44, "phishing-detection"]], "Postausgang": [[44, "outbox"]], "Priorisierter Posteingang": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "RSS-Feed": [[0, "rss-feed"]], "Rasteransicht": [[65, "grid-view"]], "Raumverf\u00fcgbarkeit": [[41, "room-availability"]], "Reaktionen": [[60, "reactions"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Richten Sie Ihre Konten ein": [[49, "setup-your-accounts"]], "Richten Sie Ihre eigene Dateiablage ein.": [[29, "setting-up-your-own-file-drop"]], "Running a task": [[1, "running-a-task"]], "R\u00e4ume und Resourcen einem Termin zuweisen": [[41, "assign-rooms-and-resources-to-an-event"]], "Schlagworte bearbeiten": [[44, "edit-tags"]], "Schlagworte l\u00f6schen": [[44, "delete-tags"]], "Schnellaktionen": [[44, "quick-actions"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Settings and profile": [[83, "settings-and-profile"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sicherheit": [[44, "security"]], "Sicherheit & Verschl\u00fcsselung": [[34, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "So aktivieren Sie es": [[12, "how-to-enable-it"]], "So funktioniert die Funktion \u201eLokal bearbeiten\u201c": [[12, "how-the-edit-locally-functionality-works"]], "So f\u00fcgen Sie einen neuen Filter hinzu": [[44, "how-to-add-a-new-filter"]], "So wird ein Filter gel\u00f6scht": [[44, "how-to-delete-a-filter"]], "Sofort an einem Anruf teilnehmen": [[60, "immediately-join-a-call"]], "Sortierreihenfolge \u00e4ndern": [[44, "change-sort-order"]], "Speicherkontingent": [[33, null]], "Speicherkontingente": [[24, "quotas"]], "Speicherplatzverwaltung durch die App f\u00fcr gel\u00f6schte Dateien": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Sprecheransicht": [[65, "speaker-view"]], "Starten oder Einen Anruf beitreten": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Steuerelemente f\u00fcr Dateien": [[21, "file-controls"]], "Stille Nachrichten": [[66, "silent-messages"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronisierung f\u00fcr Mobilger\u00e4te und Desktops": [[25, null]], "Synchronisierung mit Android": [[45, null]], "Synchronisierung mit KDE Kontakt": [[48, null]], "Synchronisierung mit Thunderbird": [[50, null]], "Synchronisierung mit Windows 10": [[51, null]], "Synchronisierung mit dem GNOME-Desktop": [[46, null]], "Synchronisierung mit iOS": [[47, null]], "Synchronisierung mit macOS": [[49, null]], "System tags": [[36, null]], "Systemanforderungen": [[14, "system-requirements"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk und Dateien": [[71, "talk-from-files"]], "Talk-Dashboard": [[69, "talk-dashboard"]], "Talk-Unterhaltung hinzuf\u00fcgen": [[41, "add-talk-conversation"]], "Task history": [[1, "task-history"]], "Taskleistensymbol": [[19, "systray-icon"]], "Tastenkombinationen": [[44, "keyboard-shortcuts"]], "Teamoptionen": [[42, "team-options"]], "Teamrollen": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Teilen & Zusammenarbeit": [[23, null]], "Teilnehmer ausschlie\u00dfen": [[69, "ban-participants"]], "Teilnehmer zu einem Termin einladen": [[41, "invite-attendees-to-an-event"]], "Termin aus dem Kalender": [[59, "schedule-from-calendar"]], "Termin bearbeiten, duplizieren oder l\u00f6schen": [[41, "edit-duplicate-or-delete-an-event"]], "Termin erstellen": [[44, "create-an-event"]], "Termine": [[41, "appointments"]], "Termine verwalten": [[41, "managing-events"]], "Textbl\u00f6cke": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Thread-Zusammenfassung": [[44, "thread-summary"]], "Transfer ownership": [[37, null]], "Transkription und \u00dcbersetzung": [[64, null]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Umfragen im Chat": [[56, "polls-in-chat"]], "Umschlagaktionen": [[44, "envelope-actions"]], "Universeller Zugriff": [[80, null]], "Unter Linux": [[12, "on-linux"]], "Unter Windows": [[12, "on-windows"]], "Unterhaltungen": [[68, null], [69, null]], "Unterhaltungen archivieren": [[69, "archive-conversations"]], "Update-Kan\u00e4le": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "Verbundene Browser verwalten": [[54, "managing-connected-browsers"]], "Verf\u00fcgbarkeit (Arbeitszeit)": [[41, "availability-working-hours"]], "Verschl\u00fcsselte Dateien teilen": [[26, "sharing-encrypted-files"]], "Verschl\u00fcsselung verwenden": [[26, "using-encryption"]], "Verschl\u00fcsselungs-FAQ": [[26, "encryption-faq"]], "Versionskontrolle": [[39, null]], "Verwalten Sie Ihre Dateien": [[32, null]], "Verwalten mehrerer Kontakte gleichzeitig": [[42, "managing-multiple-contacts-at-a-time"]], "Verwaltung verbundener Browser und Ger\u00e4te": [[54, null]], "Verwenden der E-Mail-App": [[44, null]], "Verwenden der Kalender-App": [[41, null]], "Verwenden der Kontakte-App": [[42, null]], "Verwenden des Editors f\u00fcr ignorierte Dateien": [[19, "using-the-ignored-files-editor"]], "Verwenden des Netzwerkfensters": [[19, "using-the-network-window"]], "Verwenden des Synchronisierungsclients": [[19, null]], "Verwenden von Clientanwendungen mit Zwei-Faktor-Authentifizierung": [[81, "using-client-applications-with-two-factor-authentication"]], "Verwendung der Aktivit\u00e4ts-App": [[0, null]], "Verwendung der Zwei-Faktor-Authentifizierung": [[81, null]], "Verwendung der Zwei-Faktor-Authentifizierung mit Hardware-Schl\u00fcsseln": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Verwendung serverseitiger Verschl\u00fcsselung": [[26, null]], "Videoplayer": [[21, "video-player"]], "Virtuelle Kontakte importieren": [[42, "importing-virtual-contacts"]], "Vollbild und andere Einstellungen": [[72, "full-screen-and-other-settings"]], "Vollbildmodus": [[60, "full-screen"]], "Von Ihrem Desktop aus teilen": [[19, "sharing-from-your-desktop"]], "Von Mailingliste abmelden": [[44, "unsubscribe-from-a-mailing-list"]], "Vorschl\u00e4ge": [[41, "proposals"]], "Vorschl\u00e4ge verwalten": [[41, "managing-proposals"]], "Was passiert, wenn freigegebene Dateien gel\u00f6scht werden": [[24, "what-happens-when-shared-files-are-deleted"]], "WebDAV-Clients von Drittanbietern": [[20, "third-party-webdav-clients"]], "WebDAV-Speicher \u00fcber die Linux-Kommandozeile einbinden": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Webinar und Lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Wie kann die Verschl\u00fcsselung deaktiviert werden?": [[26, "how-can-encryption-be-disabled"]], "Wiederherstellungs-Passwort": [[26, "recovery-key-password"]], "Windows": [[7, "windows"], [17, "windows"]], "W\u00e4hrend eines Anrufs": [[60, "during-a-call"]], "Zoom und Reaktivit\u00e4t": [[80, "zoom-and-responsiveness"]], "Zugriff auf Dateien mittels Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Zugriff auf Dateien mittels WinSCP": [[20, "accessing-files-using-winscp"]], "Zugriff auf Dateien mittels cURL": [[20, "accessing-files-using-curl"]], "Zugriff auf Dateien unter Linux": [[20, "accessing-files-using-linux"]], "Zugriff auf Ihre Dateien": [[22, null]], "Zugriff auf Nextcloud-Dateien \u00fcber WebDAV": [[20, null]], "Zugriff auf \u00f6ffentliche Freigaben \u00fcber WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Zuordnen von Laufwerken mit Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Zuordnen von Laufwerken \u00fcber die Befehlszeile": [[20, "mapping-drives-with-the-command-line"]], "Zur\u00fcckstellen": [[44, "snooze"]], "Zusammenfassung der t\u00e4glichen Aktivit\u00e4ten": [[0, "daily-activity-summary"]], "Zusammenf\u00fchren doppelter Kontakte": [[42, "merging-duplicate-contacts"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00d6ffentliche Link-Freigaben": [[35, "public-link-shares"]], "\u00d6ffentliche Unterhaltungen": [[78, null]], "\u00dcberlegungen": [[81, "considerations"]], "\u00dcberpr\u00fcfen der belegten Zeiten der Teilnehmer": [[41, "checking-attendees-busy-times"]], "\u00dcbersicht": [[10, "overview"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80, 81], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "42wim": 74, "443": [20, 47], "45": 20, "47465fa667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "Als": [28, 35, 41, 44, 56, 73, 77, 82], "Also": [16, 60], "Am": 42, "An": [36, 40, 41, 42, 44], "Auch": [33, 69], "Auf": [7, 12, 14, 19, 20, 42, 44, 45, 62, 63], "Aus": [42, 47], "Bei": [19, 20, 35, 44, 60, 69], "Bis": 41, "Da": [7, 20, 44], "Damit": [10, 58], "Dann": [20, 48, 62], "Das": [17, 19, 20, 24, 28, 41, 44, 50, 60, 69, 76], "Dazu": [7, 12, 41, 42], "Den": [0, 7, 12, 44, 62], "Der": [0, 6, 10, 12, 13, 14, 18, 19, 20, 24, 26, 28, 35, 37, 38, 41, 42, 44, 46, 58, 60, 62, 69], "Die": [0, 12, 14, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 55, 56, 57, 59, 60, 62, 64, 65, 69, 70, 72, 73, 74, 76, 77, 80, 81, 82], "Dies": [7, 10, 12, 20, 26, 28, 35, 38, 41, 42, 47, 60, 69, 79], "Diese": [0, 17, 19, 20, 26, 35, 40, 41, 42, 43, 44, 60, 69, 70, 72, 82], "Diesen": 7, "Dieser": [7, 20, 62], "Dieses": [12, 19, 20, 42, 44], "Dort": [41, 44, 66, 69, 72], "Due": 15, "Durch": [19, 20, 26, 41, 42, 44, 60, 69], "Ein": [19, 20, 35, 41, 42, 53, 57, 60, 69, 72, 80], "Eine": [19, 20, 41, 56, 57, 73, 74], "Einem": [6, 61, 73], "Einen": 42, "Einige": [33, 35, 41, 44, 82], "Er": [7, 10], "Es": [17, 19, 20, 33, 37, 38, 41, 44, 45, 51, 56, 58, 69, 73, 80], "Hier": [0, 19, 28, 42, 66, 69, 72], "Ihnen": [0, 19, 24, 28, 33, 35, 41, 42, 44, 50, 53, 55, 59, 60, 69, 72, 82], "Ihr": [12, 19, 20, 24, 26, 29, 33, 38, 40, 41, 42, 45, 47, 48, 49, 50, 57, 60, 72, 81, 82], "Ihre": [0, 6, 10, 12, 14, 19, 20, 21, 24, 26, 28, 30, 31, 33, 38, 44, 45, 47, 48, 51, 53, 55, 57, 60, 63, 66, 72, 76, 80], "Ihrem": [0, 10, 14, 17, 20, 21, 25, 26, 33, 35, 38, 41, 42, 43, 44, 45, 51, 53, 72, 81, 82], "Ihren": [6, 7, 14, 19, 20, 26, 38, 41, 42, 44, 45, 47, 49, 50, 51, 53, 56, 60, 63, 72, 80, 81], "Ihrer": [0, 12, 19, 20, 26, 28, 31, 37, 38, 40, 41, 44, 47, 51, 55, 60, 64, 66, 69, 72, 80, 81, 82], "Ihres": [7, 20, 38, 42, 44, 47, 49, 50, 60], "Im": [10, 12, 19, 20, 41, 42, 44, 50, 59, 60, 66, 69, 72, 76], "In": [1, 2, 7, 8, 9, 10, 12, 14, 17, 19, 20, 26, 29, 35, 36, 39, 41, 42, 44, 45, 46, 47, 48, 49, 60, 65, 69, 71, 72, 80, 81, 82], "Ist": 64, "Jetzt": [20, 29, 41, 81], "Keine": 51, "MIt": 58, "Mein": 20, "Meinen": 26, "Mich": 41, "Mit": [7, 20, 35, 41, 42, 44, 60, 62, 64, 66, 70, 72, 79], "Nach": [39, 41, 42, 44, 48, 57, 62, 69, 70], "Nicht": [12, 19, 20, 41, 42], "Nun": [20, 45], "Nur": [19, 24, 26, 41], "N\u00e4chstes": 28, "Oder": 41, "SIe": 20, "Sicherheit": [6, 20, 30], "Sie": [0, 6, 7, 10, 14, 17, 18, 19, 20, 21, 24, 26, 28, 30, 31, 33, 35, 37, 38, 39, 40, 41, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "So": [0, 7, 20, 41, 42, 59, 82], "Um": [0, 7, 10, 17, 19, 20, 24, 35, 41, 42, 44, 45, 58, 62, 63, 69, 80], "Und": 80, "Von": [0, 58], "Vor": [19, 62, 72], "Weg": [20, 41, 42], "Wege": 45, "Weil": 31, "Wenn": [7, 10, 12, 17, 19, 20, 21, 24, 26, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 59, 60, 62, 66, 69, 72, 75, 76, 80, 81, 82], "Wie": [41, 59], "Wir": [12, 14, 44, 80], "Wo": 35, "Zu": [20, 28, 41, 44], "Zum": [0, 17, 20, 39, 44, 49, 62, 80, 81], "Zur": [7, 17, 42, 62], "_": [8, 35, 37, 50, 73, 74], "__bold": 66, "_italicized": 66, "_troubleshooting": 47, "a": [2, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 25, 27, 29, 33, 36, 39, 41, 42, 45, 50, 51, 54, 56, 62, 66, 71, 72, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ab": [17, 20, 26, 40, 41, 44, 45, 69, 82], "abgeandert": 33, "abgefragt": 50, "abgelegt": 41, "abgelehnt": 41, "abgeruf": 42, "abgesagt": 41, "abgeschloss": [28, 29, 41], "abgestellt": 41, "abgleich": 19, "ability": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "ablauf": [59, 69], "ablaufdatum": [24, 35], "ablaufdau": 69, "ablaufprozess": 39, "ablaufzeitpunkt": 69, "ableg": 20, "ablehn": [35, 37, 41, 44, 60, 70], "ablehnt": 37, "abmeld": [19, 26], "abonnement": [41, 53], "abonnent": 41, "abonni": [50, 76], "abonniert": 76, "abort": 11, "aborted": 11, "about": [5, 15, 21, 69], "abov": [20, 21, 35, 36, 82], "abruf": [41, 42], "absag": 41, "abschliess": 69, "abschluss": 42, "abschnitt": [7, 12, 20, 26, 37, 41, 44, 55, 62, 69, 72, 77, 79], "absend": [41, 44, 76], "absenderadress": 44, "absicht": 12, "abspiel": 62, "abstand": 12, "abstimm": 41, "abwes": [19, 40, 41, 69], "abwesenheitsdatum": 69, "abwesenheitseinstell": [41, 44], "abwesenheitsnachricht": [6, 43, 44], "abwesenheitszeit": 41, "abziel": 44, "abzulehn": 60, "abzumeld": 44, "abzuschliess": 45, "abzuwart": 39, "accelerat": 15, "access": [1, 3, 6, 8, 14, 15, 20, 21, 26, 41, 44, 46, 54, 80, 83], "accessed": 15, "accessibility": [80, 83], "accessibl": [1, 5, 39], "accessibly": 5, "accessing": [22, 30], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 51, 52, 54, 56, 81, 83], "acht": 77, "across": [15, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 83], "activat": 80, "activity": [0, 9, 14, 54, 83], "actual": 15, "add": [1, 2, 5, 20, 27, 28, 35, 36, 47, 48, 83], "added": [2, 27, 41, 42, 44, 82], "addflag": 44, "adding": [20, 44], "addition": [20, 82], "additional": [13, 20, 21], "addon": 50, "address": [8, 9, 27, 42, 50, 82, 83], "addressbook": 51, "adjust": [9, 20, 82], "adjusted": [11, 15], "admin": [14, 36], "admin_manual": [35, 37], "admininistration": 41, "administration": [1, 24, 26, 27, 31, 36, 42, 44, 57, 66, 74, 82], "administrationsberecht": 42, "administrationsdokumentation": [35, 57], "administrationshandbuch": 13, "administrationsrecht": 82, "administrativ": 35, "administrator": [1, 7, 14, 21, 26, 27, 33, 36, 38, 41, 44, 57, 62, 81, 82], "administratorrecht": 7, "adminstration": [21, 24, 26, 29, 31, 33, 37, 80, 82], "adress": [20, 28, 41, 42, 45, 49, 50, 51, 60, 69, 72, 82], "adressbuch": [6, 33, 41, 43, 44, 45, 47, 50], "adressbuchansicht": 50, "adressbuchsynchronisier": 50, "advanced": [14, 41, 51], "affect": 4, "affected": 44, "affecting": 44, "aft": [9, 14, 15, 16, 20, 41, 44, 45, 62, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 81], "agenda": [44, 57], "ahnel": [19, 41], "ahnlich": [20, 40, 41, 44], "ai": [6, 44], "aim": 80, "airplan": 57, "aktion": [42, 56, 57, 62, 76, 77], "aktionsbereich": 44, "aktionsmenu": 44, "aktionsschritt": 44, "aktiv": [20, 44, 65], "aktivi": [0, 7, 19, 20, 26, 41, 42, 57, 60, 62, 64, 69, 72, 80], "aktivier": 44, "aktiviert": [0, 10, 19, 20, 26, 28, 29, 33, 35, 38, 40, 41, 42, 44, 49, 51, 59, 60, 62, 64, 66, 70, 82], "aktivitat": [6, 12, 19, 20, 59], "aktivitatsanzeig": 82, "aktivitatseinstell": 0, "aktivitatsstream": 6, "aktivitatstyp": 0, "aktivitatszusammenfass": 0, "aktualisi": [20, 41], "aktualisier": [7, 19, 42, 44, 48], "aktualisiert": [7, 10, 19, 20, 26, 28, 41, 42, 44, 50, 64], "aktualisierungsintervall": 48, "aktualisierungsmechanismus": 7, "aktualisierungsstatus": 7, "aktull": [19, 20, 24, 35, 42, 44, 60], "akzeptanzeinstell": 35, "akzeptiert": [37, 41], "alias": 52, "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 26, 27, 33, 35, 36, 37, 39, 41, 42, 45, 46, 48, 50, 51, 53, 54, 56, 57, 58, 59, 62, 64, 65, 66, 69, 76, 81, 82, 83], "allerding": 26, "allgemein": [7, 12, 19, 41, 77], "allow": [12, 15, 29, 58, 80, 82], "allowed": [8, 15, 20], "allowing": 44, "allows": [15, 40, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 45, 51], "alt": [12, 14, 20, 24, 26, 28, 33, 39, 41, 44, 45], "alternativ": [12, 20, 29, 60], "alternatively": [2, 12, 14], "always": [15, 25, 42, 50, 69, 81], "amazon": [20, 27], "analysiert": 44, "anbiet": [26, 41], "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 24, 25, 27, 28, 29, 33, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 58, 60, 62, 63, 65, 66, 69, 70, 71, 73, 74, 76, 80, 81, 82], "andert": [12, 19, 28, 40, 72, 81], "anderungsdatum": 12, "anderungszeit": 19, "android": [6, 20, 25, 38, 43, 53, 73], "anforder": 6, "anfrag": 37, "angab": 41, "angeb": [7, 26, 41, 42, 47, 69, 82], "angebot": 41, "angebotsprozess": 41, "angefugt": 41, "angegeb": [44, 69], "angehalt": 19, "angehangt": 44, "angeheft": 76, "angehor": 69, "angehort": 42, "angemeld": 44, "angenomm": 41, "angeordnet": 44, "angepasst": 39, "angerechn": 33, "angeschloss": 46, "angeseh": 26, "angew": [19, 44], "angezeigt": [0, 7, 10, 19, 20, 35, 37, 38, 41, 42, 44, 45, 46, 47, 48, 51, 55, 59, 60, 62, 65, 66, 69, 70, 72, 82], "anhalt": [19, 62], "anhang": [44, 67, 73], "anklick": [28, 44, 70], "anklickbar": 7, "anklickt": 41, "anlaufstell": 69, "anleit": [47, 49], "anmeld": [6, 19, 20, 26, 42, 45, 49, 50], "anmeldecod": 81, "anmeldedat": [45, 49], "anmeldeformular": 44, "anmeldeinformation": 20, "anmeldekennwort": 26, "anmeldenam": 82, "anmeldeseit": 80, "annahm": 37, "annehm": [35, 41, 44, 73], "anonym": [20, 23, 30, 56], "anonymous": 29, "anoth": 27, "anpass": [10, 12, 19, 24, 44, 60], "anpasst": 31, "anpinn": 76, "anruf": [6, 57, 58, 62, 69, 70, 73, 77, 79, 80], "anrufannahm": 60, "anrufansicht": 60, "anrufaufzeichn": [60, 73, 77], "anrufbeginn": 62, "anrufbenachricht": 60, "anrufbildschirm": 60, "anruferlebnis": 60, "anruflayout": [61, 73], "anrufoption": 60, "anrufzeit": 62, "anrufzusammenfass": 57, "anschliess": [7, 19, 26, 41, 44, 62, 64, 69, 76], "anseh": 42, "ansicht": [41, 42, 65], "ansichtsmodus": 42, "anspruch": [26, 41], "anstatt": 64, "ansteh": 59, "anstell": [7, 41, 50], "anstoss": 48, "answ": 5, "antrag": 41, "antragslist": 41, "antwort": [57, 69, 76], "antwortadress": 44, "antwortlink": 41, "antwortseit": 41, "anweis": 20, "anwend": [7, 38, 41, 43, 47, 48, 60], "anwendungsansicht": 42, "anwendungsfall": 20, "anwendungsfen": [63, 72], "anwendungsmenu": 20, "anwendungsverzeichnis": 19, "any": [1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 44, 83], "anyon": 82, "anytim": 28, "anywh": 44, "anzahl": [19, 26, 41, 44, 58, 60], "anzeig": [6, 19, 20, 21, 35, 42, 66, 76, 82], "anzeigt": [19, 37], "anzuleg": 20, "anzumeld": [20, 26], "anzupass": [35, 55, 80], "anzuzeig": [0, 19, 41, 44, 59], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparent": 51, "appdata": [9, 17], "appear": [2, 15, 21, 27, 36, 42, 44], "appearanc": [15, 83], "appearing": 27, "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 48, 49, 83], "application": [14, 16, 17, 20, 27, 42, 46], "applied": 36, "apply": [15, 36, 44], "appointment": 52, "approximately": 9, "apps": [0, 15, 20, 33, 41, 44, 46, 47, 49, 66, 67, 73, 82, 83], "apt": [17, 20], "arbeit": [10, 44, 48], "arch": 8, "archiv": [8, 14, 21], "archiviert": 69, "are": [1, 4, 8, 9, 11, 14, 15, 16, 21, 25, 26, 27, 35, 36, 39, 40, 41, 44, 45, 50, 51, 54, 69, 72, 81, 82, 83], "around": 36, "arrow": [15, 80], "art": [42, 43, 69], "artificial": 1, "artikel": 20, "as": [1, 2, 4, 5, 8, 9, 11, 14, 15, 16, 20, 21, 26, 27, 35, 36, 41, 48, 54, 56, 80, 81, 82, 83], "ask": [9, 27, 45], "assign": 36, "assigned": 36, "assigning": 21, "assistant": 6, "assistent": [19, 66], "assistiv": 80, "assuming": 15, "at": [1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 42, 44, 54, 71, 80, 83], "attach": 36, "attachment": [29, 41], "attempt": [14, 51], "attende": 52, "attribut": 82, "audio": [21, 72, 73], "audiostream": 62, "aufbewahrungsdau": 69, "aufbewahrungszeit": 24, "auffall": 19, "auffindbar": 59, "aufforder": 45, "aufgab": [0, 20, 41, 45, 46, 48, 57], "aufgabenlist": 66, "aufgabentafel": 43, "aufgefordert": [60, 63, 72], "aufgefuhrt": [42, 54], "aufgehob": 41, "aufgelist": [12, 29, 41, 57], "aufgeruf": 74, "aufgestellt": 41, "aufgetret": [10, 20], "aufgezeichn": 62, "aufgrund": [12, 35, 44], "aufheb": [35, 41, 69], "auflist": 37, "aufnahmefunktion": 62, "aufruf": 44, "aufsteig": 60, "aufteil": [44, 58], "auftraggeb": 47, "auftret": [10, 26], "aufwert": 66, "aufzeichn": [62, 77], "aufzeichnungsserv": 62, "aufzeichnungszustimm": 62, "aufzubewahr": 38, "aufzuford": 26, "aufzuheb": [35, 60], "aufzuruf": [41, 80], "aufzuteil": 60, "aug": [66, 80], "ausblend": 72, "ausdruck": 62, "ausfuhr": [20, 42, 44], "ausfull": 41, "ausgebl": [44, 60], "ausgefuhrt": [38, 44, 46], "ausgefullt": 41, "ausgegraut": 60, "ausgeh": 44, "ausgeliefert": 41, "ausgelost": [0, 44], "ausgereift": 50, "ausgeschalt": 44, "ausgeschloss": [12, 39, 69], "ausgewahlt": [37, 41, 42, 44], "ausklapp": 20, "ausmach": 33, "ausprobi": 48, "auss": [7, 20, 24, 69, 82], "ausschliess": [19, 77], "ausschluss": 69, "ausschlussdefinitionsdatei": 19, "ausschlusslist": 19, "ausseh": [41, 55], "ausserd": [26, 41, 44, 46, 59, 60, 69], "ausserkraftsetz": 7, "aussieht": 41, "aussteh": 70, "austausch": [41, 42], "austragungsort": 41, "auswahl": [0, 14, 19, 20, 29, 37, 41, 42, 44, 47, 48, 49, 56, 59, 60, 62, 66, 69, 72, 76, 80, 82], "auswahlfunktion": 66, "auswahlgesprach": 69, "auswahlmog": 56, "auswahlt": 41, "auszufuhr": [26, 57], "auszufull": 56, "auszuhang": 20, "auszuschliess": 19, "auszuwahl": [12, 42], "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 81], "authenticator": 81, "authentifizier": [6, 50, 51, 54, 82], "authoring": 20, "authoriti": 20, "auto": 20, "automat": [6, 12, 13, 14, 20, 26, 28, 35, 37, 39, 41, 42, 47, 50, 56, 58, 59, 62, 69], "automated": 36, "automatic": 15, "automatically": [5, 9, 14, 15, 20, 27, 39, 44, 56], "automatisiert": 57, "autor": 10, "autorespond": [40, 44], "autoupdat": 7, "availabl": [1, 8, 9, 11, 14, 15, 20, 27, 40, 47, 60, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "b": [0, 20, 26, 33, 41, 42, 44, 47, 49, 51, 66, 69, 79], "back": [1, 5, 14, 20, 21, 39, 44, 71, 83], "backend": [1, 26, 41, 54, 64], "background": [16, 27], "backup": [41, 81], "backups": 39, "badg": 21, "bandbreit": 19, "bann": 26, "bar": [1, 21, 72, 83], "barrierefrei": 80, "bas": 45, "based": [8, 81], "basic": [14, 20, 42], "basicauthlevel": 20, "basics": 2, "basier": [44, 81], "basiert": [7, 20, 81], "basis": [15, 41], "basisdatei": 10, "be": [1, 2, 4, 5, 8, 9, 11, 15, 20, 27, 36, 37, 40, 44, 47, 52, 56, 58, 62, 66, 69, 71, 80, 81, 82], "beacht": [41, 42, 44], "bearbeit": [7, 19, 20, 21, 33, 35, 38, 56, 66, 69, 71], "becaus": [15, 20, 26, 46], "becoming": 5, "bedarf": [19, 41, 44], "bedenk": 20, "bedeut": [19, 20, 41, 44], "beding": [41, 42], "beeinfluss": 41, "beeintrachtigt": 7, "been": [8, 14, 15, 21, 25, 42, 44, 81], "beend": [17, 20, 62, 63], "beendig": [57, 62, 69], "befand": 70, "befehl": [17, 20, 73, 77], "befehlssyntax": 20, "befehlszeilenoption": 17, "befind": [19, 35, 42, 60, 80], "befolg": [28, 35], "befor": [15, 20, 27, 44], "beginn": [40, 41, 44, 47, 62, 69, 71, 72], "beginning": 80, "beginnt": [62, 79], "begonn": 69, "begrenz": [19, 20, 41], "begrenzt": [20, 69], "begriff": 41, "behalf": 44, "behalt": [12, 39], "behavior": [9, 11], "beheb": [7, 14], "behob": 10, "beibehalt": 42, "beid": [10, 42, 47, 55, 60], "beigetret": [60, 69], "beim": [7, 18, 19, 20, 31, 41, 42, 59, 60, 63, 66, 70], "being": 15, "beinhalt": 82, "beispiel": [20, 35, 41, 47, 48, 57, 69, 80, 81], "beispielsweis": [17, 19, 20, 42, 44], "beitret": [6, 58, 61, 62, 69, 71, 73, 79], "beitritt": [60, 62, 72], "beizubehalt": 42, "bekannt": 45, "bekomm": 41, "belast": 24, "belegtblock": 41, "belegungszeit": 41, "beleucht": 80, "belieb": [0, 19, 20, 41, 44, 51, 69, 82], "beliebt": 41, "bell": 83, "below": [9, 11, 44], "benachricht": [7, 19, 26, 35, 37, 60, 66, 70, 76, 82], "benachrichtigt": [0, 7, 10, 41, 59, 69, 72, 76], "benachrichtigungsart": 41, "benachrichtigungsbereich": 19, "benachrichtigungseinstell": [6, 60, 69], "benachrichtigungshauf": 0, "benachrichtigungsmatrix": 0, "benachrichtigungsoption": 72, "benot": [12, 50, 69, 76], "benutz": [7, 10, 14, 18, 19, 20, 24, 28, 31, 33, 37, 39, 41, 42, 44, 47, 51, 57, 58, 60, 66, 69, 70, 78, 82], "benutzer1": 24, "benutzer2": 24, "benutzer3": 24, "benutzeranleit": 6, "benutzerdefiniert": [19, 41, 42, 44, 69, 80], "benutzereinstell": [42, 82], "benutzergrupp": 44, "benutzerkenn": 41, "benutzerkonto": 20, "benutzernam": [19, 20, 28, 35, 37, 42, 47, 49, 50, 51, 69], "benutzeroberflach": 55, "benutzerspezif": 41, "benutzerstatus": [40, 60], "benutzt": [26, 80], "bequem": 19, "berat": 14, "berechn": [24, 33, 41], "berecht": [20, 42, 60, 63, 69], "berechtigungsbasiert": 57, "bereich": [12, 40, 41, 42, 69], "bereit": [10, 19, 35, 41, 45, 60, 72, 81], "bereitstell": [0, 20, 41, 57], "bereitstellungstool": 7, "bericht": 44, "berucksichtigt": 41, "beschaftigt": 41, "beschrank": [6, 12], "beschrankt": [12, 31, 42], "beschreib": [41, 56, 59, 69, 76], "beschreibbar": 42, "beschreibt": 41, "beschrieb": [7, 41, 77], "beschrift": [28, 76], "besetzt": 41, "besetztansicht": 41, "besipiel": 20, "besitz": [24, 26, 33, 42], "besitzt": 41, "besprech": [41, 44, 59, 69], "besprechungsag": 57, "besprechungseinlad": 44, "besprechungstermin": 41, "besproch": 57, "bess": 80, "best": [10, 14, 41, 83], "bestat": [19, 28, 41, 42, 44, 45, 47, 50, 69], "bestatigt": [28, 37, 41, 81], "bestatigungsabfrag": 28, "bestatigungsanfrag": 41, "bestatigungsdialog": 41, "bestatigungslink": 41, "besteh": [12, 20, 41, 42, 43, 44, 69], "besteht": [26, 41, 44], "bestimm": [41, 44], "bestimmt": [0, 31, 39, 41, 42, 44, 58, 59, 66, 76, 79], "bestmog": 18, "besuch": 44, "beta": 18, "beteiligt": [41, 69], "betracht": [12, 19], "betreff": 44, "betreffzeil": 44, "betreib": 53, "betret": 66, "betriebsmodi": 44, "betriebssystem": [7, 12, 17, 20], "betroff": 0, "bett": 26, "betwe": [2, 6, 8, 9, 13, 15, 20, 21, 43, 80], "bevor": [12, 17, 18, 26, 41, 60, 74], "bevorsteh": 69, "bevorzugt": [7, 82], "beweg": [44, 66, 76], "beweis": 81, "bezeichn": [38, 51], "bezieh": 0, "bezug": [47, 81], "bidirectional": 25, "biet": [0, 7, 12, 19, 20, 38, 41, 44, 53, 55, 60, 69, 73, 80], "bild": [42, 60], "bildschirm": [14, 20, 63, 65, 72], "bildschirmfreigab": [61, 62, 73], "bildschirmgross": 80, "bildschirmrand": [60, 64], "binary": [8, 15], "bit": 14, "bitt": [19, 26, 31, 41, 42, 44, 63, 80], "bitv": 80, "blacklisted": 11, "blatt": 65, "blau": [19, 41, 49], "bleib": [20, 24, 41, 42, 44, 59, 69], "bleibt": [19, 20, 44], "blend": 55, "block": [44, 66], "blockquot": 66, "blog": 12, "board": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [42, 50, 82], "bool": 15, "bord": 27, "bot": [73, 77], "both": [8, 44, 52], "bottom": [1, 4, 20, 44, 51, 54, 83], "bound": 9, "box": 51, "brauch": [20, 31, 33, 44], "breadcrumb": 21, "breakout": [73, 77], "brief": 5, "briefumschlag": 44, "briefumschlagaktion": 44, "bring": [8, 19], "brows": [0, 2, 6, 12, 14, 20, 21, 27, 28, 35, 38, 51, 63, 72, 81, 82, 83], "browsertab": 63, "browsing": 21, "bruck": 74, "bsd": 14, "buch": 50, "buchbar": 41, "bucht": 41, "buchung": 41, "buchungsseit": 41, "buck": 27, "build": 14, "built": [14, 20, 21], "bundl": [7, 15], "buroklamm": 56, "busy": 40, "but": [12, 14, 42, 44, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 35, 41, 42, 44, 46, 50, 51, 72, 78, 82, 83], "by": [1, 2, 5, 8, 10, 12, 14, 15, 20, 21, 24, 27, 28, 41, 44, 50, 52, 72, 78, 81, 82, 83], "byt": [9, 11, 20], "bzw": 60, "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [2, 40, 47, 48, 51, 52, 83], "call": [60, 72, 77, 80], "called": [4, 10, 82], "camera": [45, 60, 72], "can": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 50, 51, 52, 54, 60, 62, 70, 71, 72, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 29, 36, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": 20, "carry": 15, "cas": [14, 82], "categori": 45, "caution": 9, "cent": 20, "centos": 20, "cert": 20, "certain": 11, "certificat": [8, 20], "certification": 20, "cfg": [7, 9, 12, 17], "chain": 21, "chang": [4, 8, 9, 12, 15, 21, 25, 29, 36, 41, 44, 54, 72, 80, 82, 83], "changed": [10, 27], "changing": [20, 41, 82], "chapt": [14, 20], "chart": 15, "chat": [6, 35, 40, 59, 62, 69, 71, 73, 74, 76, 77, 80], "chatbereich": 60, "chatdarstell": 55, "chatnachricht": 57, "chatroom": 42, "chatt": [6, 66, 69, 70, 71, 73], "check": [27, 36], "checkbox": [21, 36, 62], "checking": 9, "chips": 83, "chmod": 20, "choos": [1, 2, 5, 15, 20, 21, 27, 29, 44, 45, 48, 52, 54, 58, 81], "choosing": 45, "chos": 15, "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronolog": [0, 44], "chronological": 21, "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": 15, "circumstanc": 9, "citrix": [9, 14], "classic": 15, "clean": 12, "clear": 16, "click": [1, 2, 5, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 82, 83], "clicked": 44, "clicking": [2, 14, 21, 24, 27, 28, 36, 41, 44, 50, 52, 60, 72, 78, 83], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 31, 38, 41, 42, 43, 45, 50, 51, 53, 54, 63, 73, 81], "clientanwend": 6, "clientseit": 49, "clientversion": 7, "clock": 81, "clos": [5, 14, 36, 41, 44, 46, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "cod": [6, 41, 45, 66], "codec": 21, "cohesiv": 5, "collaborat": 2, "collaboratively": [2, 3], "collaps": 44, "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "colored": 27, "column": [21, 66], "com": [8, 9, 12, 15, 17, 20, 35, 37, 41, 45, 47, 48, 49, 51, 70, 73, 74], "command": [6, 12, 13, 14, 15, 36], "comment": 51, "commercial": 29, "communicat": 11, "communiti": 3, "community": [8, 14, 20, 41], "compatibility": [12, 21], "compatibl": [11, 27, 81], "compl": [28, 45], "completed": [14, 66], "completely": 9, "completion": 1, "compliant": 80, "compos": [44, 80], "composed": 44, "compromised": 26, "comput": [0, 5, 7, 10, 13, 20, 21, 25, 46, 53], "computerdatei": 24, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [14, 20, 27, 41, 54, 81, 82], "configuration": [6, 11, 13, 14, 16, 17, 21, 27, 36, 44, 52, 82], "configuration_fil": [35, 37], "configured": [1, 14, 15], "configuring": [27, 45, 54], "confirm": [12, 27, 42, 44], "confirmation": [9, 28], "congratulation": [2, 5], "connect": [14, 20, 21, 25, 27, 54, 81], "connected": [1, 15, 26, 27, 54], "connection": [9, 11, 12, 15, 27, 28, 45, 51, 54, 82], "connectivity": 15, "consideration": 17, "consistent": 15, "consol": 20, "contact": [27, 44, 45, 47, 51, 52, 82, 83], "contain": [8, 9, 10, 17, 21, 39, 44], "containing": 8, "content": [1, 2, 5, 8, 10, 15, 25, 29, 80], "context": [1, 19, 44], "contrary": 8, "contrast": 80, "control": [20, 36, 39, 82], "controlled": 11, "conversation": [1, 44, 69, 71, 77, 78], "copi": 15, "copied": [5, 44], "copy": [21, 25, 44, 51], "correct": 20, "correctly": 15, "could": [27, 44], "couldn": 44, "coupl": 15, "cov": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [2, 14, 15, 20, 21, 25, 28, 29, 36, 39, 41, 45, 51, 54], "created": [2, 5, 20, 36, 39, 40, 44, 71], "creating": [54, 82], "creation": 36, "credential": [27, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25], "currentcontrols": 20, "currently": [1, 15], "currentversion": 12, "cursor": 2, "custom": [15, 83], "customis": 83, "customisabl": 83, "customiz": 20, "d": 20, "dabei": [20, 41], "dadurch": [26, 41, 42, 44, 58, 59, 60, 66], "dafur": 69, "dah": [19, 26, 38, 42, 47], "dahin": 41, "danach": [41, 42, 45], "daneb": 60, "dar": 65, "daran": [44, 69], "darauf": [19, 26, 41, 44, 69], "daraufhin": [7, 42], "darf": 20, "darin": [26, 41, 44], "darstell": [44, 68, 73], "darstellt": 38, "darub": [0, 41, 62, 76], "darunt": [41, 65], "dashboard": 6, "dass": [0, 7, 10, 17, 19, 20, 24, 26, 31, 35, 38, 41, 42, 44, 47, 48, 49, 51, 60, 62, 66, 79], "dasselb": 41, "dat": [6, 12, 15, 17, 20, 26, 33, 40, 41, 42, 44, 45, 53, 83], "data": [6, 9, 12, 15, 17, 39, 43, 66, 82], "datei": [6, 7, 10, 14, 17, 25, 28, 33, 35, 37, 38, 39, 41, 42, 46, 53, 60, 62, 66, 72], "dateiander": 0, "dateiauswahl": 37, "dateibaum": 19, "dateifreigab": [28, 35, 76], "dateigross": 20, "dateiintegration": [68, 73], "dateimanag": [46, 56], "dateinam": [19, 26, 29], "dateiprotokoll": 20, "dateisynchronisier": 53, "dateisystem": [19, 20], "dateiubertrag": 20, "dateiunterstutz": 19, "dateiversion": 33, "dateivorgang": 20, "datenbank": [26, 33], "datendatei": 26, "datenkontingent": 48, "datenmeng": 12, "datenschutz": 44, "datenschutzbestimm": 62, "datensich": 38, "datum": [20, 41, 44, 59, 66], "datumsbereich": 76, "dau": [41, 48], "dauerhaft": [12, 41, 69], "dav": [20, 45, 47, 48], "dav2f": 20, "davdroid": 45, "davf": 20, "davfs2": 20, "davon": [17, 20], "davs": 20, "davx\u2075": 45, "day": [11, 41], "daygridmonth": 41, "days": 83, "db": 8, "de": [12, 41, 50], "deaktivi": [0, 7, 19, 21, 41, 42, 44, 47, 57, 60, 62, 64], "deaktiviert": [20, 35, 41, 42, 44, 60], "debian": [8, 19, 20], "debug": 16, "debugloggingenabled": 15, "decid": [5, 15], "decided": 5, "deck": [42, 43, 66, 69], "decoration": 15, "decrypt": 26, "dedicated": [15, 44, 45], "dediziert": 20, "default": [4, 8, 9, 11, 15, 20, 21, 41], "defined": 15, "defini": [19, 20, 44], "definiert": 19, "deinedomain": 49, "deinstallation": [6, 13], "deinstalli": 17, "dekoration": 66, "del": [1, 15, 21, 24, 27, 28, 36, 39, 41, 44, 80], "delay": 15, "delegat": [41, 44], "delegated": 44, "deleted": [9, 21, 24], "deleting": [9, 15, 44], "demselb": [41, 70], "denen": [7, 12, 41, 42, 44, 58, 69], "dennoch": [26, 44], "denselb": 7, "deny": 54, "depend": [12, 21, 27, 82], "depending": [21, 27, 36, 80], "deployment": 14, "depth": 20, "deren": [24, 40, 41, 69, 76], "dergleich": 26, "derselb": [41, 44], "derzeit": [19, 38, 39, 41, 42, 58], "descendant": 15, "describ": 11, "description": 5, "deselect": 20, "design": 6, "designed": 3, "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 15, 17], "desktops": [22, 30], "dess": [24, 41], "destination": [20, 21], "detail": [1, 20, 27, 33, 35, 36, 39, 41, 42, 44, 52, 59, 69, 82], "detailansicht": 41, "detailed": 15, "detailliert": 41, "detected": 9, "detection": 15, "devic": [15, 20, 38, 41, 54, 81, 83], "devs": 8, "dezimal": 20, "dialog": [9, 12, 14, 16, 19, 21, 36, 41, 42, 44, 46, 51, 58, 59, 69], "dialogfeld": [41, 51, 55], "dialogu": 2, "diaspora": 42, "dien": [20, 26, 57, 74, 77], "dienstleist": 53, "dient": [12, 26], "dieselb": [14, 19, 20, 41, 62], "diesmal": 12, "differenc": 8, "different": 21, "direct": 20, "directly": [1, 15, 21, 27, 36, 44], "directori": [8, 29], "directory": [8, 16, 25, 29], "directory_that_has_been_created": 8, "direkt": [0, 19, 26, 28, 35, 41, 42, 44, 56, 59, 60, 62, 66, 69, 74, 75, 76], "dirnam": 16, "disabl": [1, 9, 60, 72], "disabled": [15, 21], "disabling": 15, "disappear": 42, "disconnect": 54, "discord": 74, "discovery": [9, 15, 47], "discussion": 44, "disk": [15, 26], "diskussion": [19, 58, 60, 69, 76], "display": [1, 12, 20, 21, 44, 51, 66, 82], "displayed": 44, "displaying": [16, 44], "displays": [15, 16, 21], "distributed": [20, 41], "distribution": [7, 9, 12, 14, 20], "disturb": 69, "do": [8, 12, 14, 28, 36, 44, 69, 81], "docs": [35, 37], "document": [1, 2, 5, 8, 12, 15, 21, 80], "documentation": [1, 14, 31], "doing": 9, "dokument": [12, 46, 82], "dokumentation": [20, 24, 33, 37, 74], "dokumentiert": [20, 25, 80], "dolphin": 19, "domain": [20, 47], "domainnam": 47, "doman": 44, "don": [5, 39, 66], "doppelklick": [12, 63], "dorthin": [41, 66], "dos": [8, 9, 20, 25, 28, 54, 81], "dosn": [20, 46], "dot": [4, 21, 27, 36, 44], "doubl": 14, "down": 12, "download": [7, 11, 19, 21, 25, 27, 35, 42, 52, 56], "downloading": [15, 21], "downloadseit": 7, "downward": 15, "draft": 44, "drag": [21, 56], "drei": [19, 35, 41, 42, 44, 56, 58, 60, 65], "dreimal": 19, "dreipunkt": [41, 60], "dreipunktmenu": 41, "drift": 81, "dringend": 20, "dritt": 0, "drittanbiet": [12, 26, 41], "drittanbietersoftwar": 12, "driv": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 35, 56], "dropdown": [12, 20, 27, 49, 82], "druck": [20, 28, 41, 46], "dunkl": 80, "duration": 9, "durchfuhr": [7, 23, 30, 44, 77], "durchgefuhrt": [0, 44], "durchgestrich": 41, "durchlauf": 58, "durchsuch": [20, 44], "durchsucht": [12, 44, 46], "durf": [26, 42, 60, 62], "durft": 33, "during": [51, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "e": [2, 4, 6, 8, 16, 41, 42, 43, 45, 49, 50, 51, 59, 60, 69, 73, 82], "each": [1, 9, 14, 16, 21, 27, 36, 82, 83], "easily": 5, "easy": [2, 5], "ebenfall": [0, 41, 63, 80], "ebenso": [24, 46], "echo": 12, "echtzeit": 64, "eck": 50, "edg": [8, 20, 83], "edit": [12, 15, 20, 21, 28, 41, 56, 72, 83], "editi": 20, "editing": [1, 29, 44], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": 15, "effectively": 81, "effizient": 44, "egal": 18, "eig": [0, 7, 20, 28, 35, 41, 42, 44, 53, 55, 60, 74], "eigenschaft": [20, 42], "eigentum": [20, 35, 37, 41, 42], "einbett": 41, "einbind": 41, "einblend": 72, "eindeut": [41, 60, 82], "einfach": [17, 18, 19, 20, 26, 29, 41, 42, 44, 50, 56, 66, 76, 80, 81], "einfug": 72, "einfuhr": 6, "eingab": 41, "eingabeaufforder": 20, "eingabefeld": [56, 66], "eingeb": [14, 20, 28, 41, 44, 45, 46, 66], "eingebaut": 20, "eingebett": [41, 42], "eingebund": [20, 41], "eingefugt": 44, "eingefuhrt": 41, "eingegang": 44, "eingegeb": [28, 41, 44], "eingeh": [35, 44], "eingehangt": 20, "eingeklappt": 80, "eingelad": [41, 72], "eingericht": [20, 41, 44, 45, 49, 62, 64], "eingeschrankt": [20, 37], "eingestellt": [31, 41, 44, 69], "eingetrag": [41, 44], "eingrenz": 76, "einhalt": 62, "einhang": 20, "einheit": [6, 42, 76], "einlad": [42, 59, 72, 73], "einladungsstatus": 41, "einmalige": 41, "einricht": [6, 12, 41, 69, 77, 79], "einschliess": [20, 59, 60, 62], "einschrank": 42, "einseh": [7, 41], "einsehbar": 41, "einstell": [0, 6, 7, 19, 20, 35, 38, 40, 42, 44, 45, 46, 47, 48, 51, 55, 56, 60, 69, 73, 74, 80, 81], "einstellbar": 35, "einstellungsanwend": 47, "einstellungsdialog": 19, "einstellungsmenu": 80, "einstellungsmog": 26, "einstellungssymbol": 51, "einstund": 41, "eintipp": 37, "eintrag": [0, 19, 41, 42], "einwill": 62, "einzel": [24, 41, 42], "einzeln": [14, 19, 41, 63, 69, 72], "einzelperson": 53, "einzig": [26, 38, 41], "einzigart": 41, "einzubett": 41, "einzubind": 20, "einzugeb": 72, "einzugrenz": 0, "einzupfleg": 42, "einzuricht": [45, 62], "eith": [8, 12], "element": [41, 48, 56, 58, 60, 62, 66, 76, 80], "elementgross": 80, "els": 10, "email": [29, 44, 83], "embed": [2, 41], "embedding": 41, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emojis": 66, "empfang": [24, 28, 35, 41, 44, 70], "empfangerseit": 35, "empfehl": [20, 25, 31, 44], "empfiehlt": 17, "empfohl": 20, "emphasiz": 2, "empty": [2, 21], "en": 74, "enabl": [1, 4, 9, 15, 25, 29, 44, 60, 81], "enabled": [14, 15, 20, 21, 27, 38, 44, 45, 46, 81, 82], "enabling": 15, "encoding": 20, "encryption": [26, 27, 38], "end": [19, 20, 30, 34, 40, 41, 44, 51, 62, 80], "endgult": [24, 41], "energi": 48, "enricht": 69, "ensur": [15, 80], "ent": [1, 2, 14, 28, 35, 46, 48, 51, 54, 80, 81], "entdeck": [41, 69], "entdeckt": [41, 44], "enterpris": [18, 53], "entfallt": 41, "entfern": [7, 12, 17, 19, 20, 26, 28, 38, 41, 44, 69], "entfernt": [17, 19, 20, 26, 28, 35, 41, 44, 57, 69], "enthalt": [0, 7, 10, 12, 19, 26, 41, 44, 56, 60, 72], "entir": [21, 44], "entirely": [11, 15], "entri": [15, 21], "entry": [1, 2, 21, 82], "entscheid": [41, 44, 56], "entschlussel": [26, 38], "entschlusselt": [26, 38], "entsprech": [0, 10, 31, 41, 42, 44, 45, 48, 49, 51, 60, 62], "entspricht": 7, "entwed": [19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "entwickelt": [20, 44], "entwickl": [18, 80], "entwicklerhandbuch": 13, "entwurf": 56, "env": 16, "environment": [6, 8, 13], "equivalent": 16, "erasing": 12, "ereignis": [0, 44, 59], "ereigniseditor": 41, "ereigniskonversation": [59, 69], "ereignisort": [59, 69], "erfahr": [18, 24, 42, 73], "erfasst": 0, "erfolg": [12, 38], "erfolgreich": [7, 41, 51], "erfolgt": 20, "erford": [7, 35, 37, 38, 41, 42, 45, 47, 62, 64, 81], "erfordert": [20, 41, 69], "erganzt": 43, "erhalt": [0, 20, 29, 35, 37, 38, 41, 42, 44, 47, 51, 60, 64, 66, 72, 76, 81], "erheb": 44, "erhoh": [20, 31], "erhoht": 80, "erinner": 69, "erinnert": 44, "erinnerungssymbol": 76, "erkannt": [20, 44, 45], "erkenn": 50, "erkennt": [41, 44], "erlaub": [20, 33, 35, 44, 45, 62], "erlaubt": [20, 24, 41], "erled": 44, "erleicht": 44, "ermog": [28, 35, 42, 55, 60], "ermoglicht": [0, 20, 42, 44, 57], "ernenn": 69, "erneut": [12, 20, 21, 26, 41, 45, 50, 62, 63], "eroffn": 66, "erreich": 40, "erreichbar": 69, "erreicht": [24, 39, 41, 44, 69], "error": [11, 20, 44, 45, 51], "ersatzbenutz": 40, "erschein": [20, 69, 76], "erscheint": [59, 64, 66], "erschw": 35, "ersetz": [20, 41, 47, 51, 60], "erst": [7, 24, 26, 39, 41, 42, 48, 56, 66, 81, 82], "erstell": [0, 12, 19, 20, 21, 26, 28, 33, 35, 43, 45, 48, 49, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "erstellt": [0, 10, 18, 19, 20, 26, 35, 39, 41, 44, 45, 51, 58, 59, 66, 69, 72], "erstellungsbereich": 44, "erteil": [26, 60], "erteilt": [60, 63], "erwahn": 69, "erwahnt": 69, "erwart": [19, 44], "erweit": [20, 66], "erweiter": [12, 20, 44, 47], "erweitert": [19, 20, 41, 44, 47, 50, 51, 80], "esc": 60, "escap": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27], "even": [2, 9, 15, 69, 80, 82], "event": [40, 41, 44, 51, 52, 83], "every": [9, 20, 21, 36, 54, 83], "everyon": 21, "everything": [15, 44, 80], "evicting": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": 21, "exactly": 5, "exakt": 44, "examp": 48, "exampl": [15, 20, 35, 41, 45, 47, 51, 70, 81], "excellent": 29, "except": 44, "exclud": 19, "excluded": 15, "exe": [12, 20], "execution": 1, "exist": 20, "existier": 41, "existiert": 59, "existing": [12, 15, 44], "exit": 8, "expand": 44, "expect": 2, "experienc": 83, "experimental": 9, "expir": 39, "expiration": 35, "explain": 20, "explicit": 15, "explicitly": [8, 27], "explor": [10, 19], "export": 52, "exporti": [42, 56], "extern": [26, 41, 57, 69, 77, 79], "external": [2, 22, 30, 54, 56], "externally": 27, "extra": 12, "f": [17, 45, 60, 72, 80, 83], "facing": 82, "factor": [6, 45, 46], "fahig": 20, "fahr": [19, 41, 45], "failur": 9, "faktor": [6, 50, 51, 54, 82], "fall": [7, 11, 12, 20, 26, 37, 38, 40, 41, 42, 45, 47, 48, 49, 59, 60, 63, 65, 66, 80], "fallt": 14, "fals": [9, 11], "falsch": [12, 19], "faq": [6, 13], "far": 83, "farb": [41, 80], "fatal": 11, "favorit": [0, 21, 80], "favorited": 42, "feasibl": 14, "featur": [2, 9, 21, 40, 42, 44, 74], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "fedoraproject": 8, "feed": 6, "feedread": 0, "fehl": [12, 18, 19, 20, 44, 80], "fehlerbeheb": 7, "fehlerhaft": 19, "fehlermeld": [20, 44, 47], "fehlerreport": 80, "fehlgeschlag": 44, "fehlschlag": [7, 20], "fehlt": 21, "feingranular": 41, "feld": [20, 28, 41, 42, 44, 47, 51, 65], "fenst": [10, 19, 20, 41, 44, 45, 50], "fertig": [20, 41, 51, 56], "fest": [12, 20, 41], "festgelegt": [33, 40, 41, 42, 59, 69], "festleg": [26, 41, 42, 44, 48, 58, 59, 64, 69, 76, 79], "festplatt": [20, 33, 41], "feststell": [10, 20], "festzuleg": [19, 41], "few": [62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 44, 51, 78, 80], "figur": [1, 36], "fil": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 39, 41, 42, 52, 56, 62, 71, 80, 83], "file_sharing_configuration": [35, 37], "fileinto": 44, "filenam": 16, "fileproviderext": 15, "files_version": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 27], "filled": [15, 27], "filt": [21, 36, 42, 59, 76, 83], "filtered": 1, "filtermenu": 69, "filteroption": 69, "filterregel": 44, "filterschaltflach": 69, "filterskript": 44, "find": [12, 14, 17, 19, 20, 21, 24, 25, 33, 37, 41, 42, 43, 44, 48, 50, 56, 57, 60, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82], "finish": 1, "finished": [5, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 44], "flow": [9, 41], "flows": 25, "fluchtig": 19, "flush": 16, "focus": [44, 80], "focused": 14, "fokussiert": [55, 60], "fold": [4, 8, 9, 10, 11, 14, 15, 19, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "folg": [18, 19, 20, 44], "folgend": [7, 12, 17, 19, 20, 26, 40, 41, 42, 44, 45, 46, 47, 48, 49, 51, 58, 60, 62, 69, 81, 82], "folgendermass": [12, 35, 41], "folgt": [19, 20], "follow": [5, 14, 80], "followed": 1, "following": [8, 15, 16, 21, 27, 44, 52, 82], "follows": 9, "for": [1, 2, 3, 4, 5, 8, 9, 10, 11, 13, 14, 15, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 41, 44, 45, 51, 54, 60, 71, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forg": 5, "form": [1, 26, 28, 35, 42, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41], "formatiert": 44, "formatting": 5, "formular": 28, "formularfeld": 28, "fort": 45, "fortfahr": [44, 50], "fortgesetzt": [19, 69], "forth": 1, "fortschrittsbalk": 41, "fortsetz": 19, "foto": 69, "found": 83, "frag": [41, 44, 60, 66], "fragezeich": 19, "fragt": [40, 50], "framework": 7, "free": [11, 15, 20, 40], "freeing": 15, "frei": 41, "freie": 80, "freien": [24, 39, 41], "freigab": [0, 26, 28, 33, 41, 53], "freigabekennwort": 20, "freigabelink": [19, 20, 28, 35], "freigabemenu": 41, "freigabetok": 20, "freigeb": [6, 19, 21, 24, 28, 35, 41, 53, 62, 63], "freigegeb": [0, 20, 35, 41, 53, 62], "freisprechmodus": 60, "freizugeb": [38, 63, 72], "freund": 41, "from": [1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 44, 49, 51, 54, 62, 71, 82, 83], "frontkamera": 60, "fruh": [24, 41, 45], "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fug": [7, 20, 41, 42, 49, 51], "fugt": [42, 44], "fuhr": [10, 19, 48, 51, 71], "fuhrend": 20, "fuhrt": [7, 10], "full": [9, 20, 41, 44, 60], "fulllocaldiscoveryinterval": 9, "fullscre": 80, "fully": [15, 20, 25], "fun": 5, "function": [20, 81], "functionality": [12, 20, 42], "funktion": [7, 17, 18, 19, 20, 21, 26, 29, 41, 42, 44, 60, 62, 70, 74, 79, 82], "funktioni": 26, "funktionier": 20, "funktioniert": [19, 20, 26, 41, 44, 46, 47, 48, 81], "funktionsreich": 50, "fur": [0, 6, 7, 10, 14, 18, 20, 22, 28, 30, 31, 35, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 53, 55, 56, 57, 58, 59, 60, 62, 66, 69, 73, 74, 79, 80, 82], "furth": 82, "futur": [1, 20], "g": [4, 8, 45], "galleri": 26, "ganz": [41, 60, 66], "ganztag": 41, "gast": [6, 41, 58, 59, 60, 69, 73, 79], "gastzugang": 69, "gateway": [8, 69], "gb": [11, 20], "geandert": [0, 10, 26, 41, 42, 51, 82], "geantwort": 41, "geb": [0, 10, 14, 20, 26, 28, 35, 39, 41, 42, 44, 45, 47, 49, 50, 51, 81], "gebet": 62, "gebundelt": 0, "geburtstag": 41, "gedruckt": [28, 42], "geeign": [31, 41, 48], "gefahr": 26, "gefiltert": 0, "gefolgt": 20, "gefragt": 35, "gefuhrt": 12, "gefullt": 41, "gefund": 20, "gegebenenfall": [10, 41, 69], "gegenseit": 44, "gegenub": 33, "geh": [0, 20, 28, 35, 44, 45, 49, 50], "gehabt": 26, "geheim": [0, 41], "geheimnis": 81, "gehor": [20, 41, 42], "gehort": [41, 42], "gehost": 20, "geht": 41, "gekennzeichn": [19, 44, 77], "geklickt": 41, "gelang": [20, 42], "gelb": [10, 19, 26], "geles": 44, "geloscht": [19, 28, 30, 32, 33, 41, 59, 69], "gelost": [10, 12], "gelt": 44, "gemacht": [41, 45], "gemass": 41, "gemeinsam": [41, 56, 76], "gemeld": 20, "genannt": [0, 42, 65], "genau": [12, 20, 24, 41, 44], "genauso": 41, "general": [7, 9, 12], "generat": [45, 46, 48, 54, 81], "generated": [1, 44, 52, 54], "generation": 1, "generell": 41, "generi": [41, 66, 81], "generic": 45, "generiert": [41, 44, 49], "genug": 12, "genugt": 47, "genutzt": 41, "geoffn": [7, 10, 19, 20, 41, 42, 58, 69], "geordnet": 0, "geplant": [59, 66, 69], "gepruft": 41, "gerad": [19, 45], "gerat": [6, 20, 41, 45, 53, 60, 72, 81], "gerateabfrag": 72, "gerateeinstell": 60, "geratespezif": 6, "geratevorschau": 60, "german": 80, "gern": 80, "gesammelt": 41, "gesamt": 41, "gesamtzahl": 41, "gescannt": 81, "geschaftsbericht": 44, "geschickt": 41, "geschloss": 45, "geschutzt": [20, 38], "gesend": [10, 41, 44, 58, 69], "gesetzt": [10, 12, 19, 31, 41, 60], "gesichert": 20, "gespeichert": [20, 26, 39, 41, 42, 44, 51, 62], "gesperrt": 69, "gesprach": [41, 57, 60, 71, 72], "gesprachsdau": 60, "gesprachseb": 60, "gesprachseinstell": 64, "gesprachsteilnehm": 60, "gesproch": 60, "gest": 63, "gestalt": 76, "gestart": [12, 20, 60, 69, 72], "gesteuert": 53, "gestimmt": 56, "get": [10, 15, 20, 26, 56, 81], "getcontentlength": 20, "getcontenttyp": 20, "geteilt": [24, 33, 41, 44, 56, 63, 69, 76], "getest": [10, 12], "getetag": 20, "getlastmodified": 20, "getting": [3, 6], "gewahlt": 44, "gewahr": [45, 60, 63], "gewahrleist": [20, 69], "gewiss": 41, "gewissermass": 26, "gewohnt": 26, "gewunscht": [12, 20, 41, 42, 44, 45, 66], "gezahlt": 33, "gezielt": 58, "ggf": 20, "gib": 57, "gibt": [0, 12, 17, 26, 41, 44, 45, 56, 60, 66, 69, 76], "gif": 66, "gigabyt": 12, "gilt": [26, 42, 50, 69], "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 54], "glanc": 36, "gleich": [20, 24, 50], "gleichermass": 69, "gleichzeit": [44, 49, 58, 72], "global": [6, 19, 76], "globus": 41, "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [12, 14, 19, 44, 45, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "grant": [14, 41, 44], "grau": [19, 41], "gravatar": 42, "green": 27, "greif": [44, 82], "grenz": 31, "griffbereit": 69, "gross": [19, 20, 22, 30, 33, 41, 42, 44, 53, 65], "group": [17, 20, 45], "grouped": [44, 83], "groups": [3, 45, 52], "groupwar": [6, 41, 42, 48, 52], "grun": [19, 60, 72], "grund": [42, 47, 69], "grundeinstell": 41, "grundgedank": 10, "grundleg": 41, "grundsatz": 41, "grupp": [20, 26, 33, 41, 42, 58, 60], "gruppenchat": 56, "gruppenkonversation": 69, "gruppenmitgliedschaft": 82, "gruppenrichtlini": 7, "gruppenunterhalt": [58, 69], "gruppiert": 0, "gui": [8, 27, 45], "guid": 14, "guidanc": 31, "guidelin": 80, "gultig": [41, 44, 51], "gust": [56, 82], "gut": 44, "gvfs": 20, "h": [8, 16, 20], "hakch": [19, 41], "halbkreis": 19, "halt": 44, "hand": [5, 20, 80], "handelt": [19, 24, 44, 66], "handl": 12, "handled": 44, "handlungsanweis": 75, "hang": 44, "hangt": [17, 20, 41, 82], "happ": [5, 15], "happening": 15, "hardwar": [6, 83], "hart": 12, "has": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 44, 81, 83], "haufig": [20, 80], "hauptbenutzeroberflach": 41, "hauptdialog": 19, "hauptinhalt": 80, "hauptkal": 44, "hauptkonversationslist": 69, "hauptsuchfeld": 44, "hauptunterschied": 41, "hauptzweck": 26, "hav": [1, 8, 14, 15, 16, 21, 25, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 81, 82], "having": [9, 15, 29], "head": [20, 21], "heading": [2, 5, 66], "heb": 26, "hebt": 42, "helf": [18, 41, 42, 44, 53], "hellig": 80, "help": [11, 16, 42, 57, 82, 83], "helpful": [15, 82], "her": [2, 15, 20, 41], "heraus": [41, 59], "herausforder": 41, "herauszoom": 63, "herauszufind": [35, 57], "herstell": 41, "herunt": [7, 10], "heruntergelad": [7, 12, 19, 20, 60], "herunterlad": [7, 12, 19, 20, 35, 39, 42, 62, 73], "herunterzulad": 26, "hervorgehob": [62, 65, 76], "hid": [29, 44], "hidd": [4, 8], "hierarchi": 35, "hierarchical": 2, "hierfur": 41, "hierh": 29, "hierzu": [12, 19, 46], "high": 80, "hilf": [57, 80], "hilfreich": 33, "hilft": [41, 42, 44, 57], "hinab": 20, "hinauszoom": 80, "hinein": [63, 80], "hintergrund": 19, "hintergrundfarb": 80, "hintergrundunscharf": 72, "hinterlegt": 42, "hinweg": 70, "hinweis": [26, 51], "hinweist": 26, "hinzu": [7, 20, 42, 49], "hinzufug": [7, 12, 17, 20, 26, 28, 40, 46, 47, 48, 49, 50, 51, 56, 66, 69, 74, 76], "hinzufugt": 41, "hinzugefugt": [12, 24, 41, 42, 44, 69, 81], "hinzuweis": 19, "hinzuzufug": [19, 20, 38, 41, 42], "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoch": [10, 20, 42], "hochgelad": [10, 33, 41, 69], "hochkontrast": 80, "hochlad": [22, 30, 35, 41, 42, 60, 72], "hochstwahrschein": 19, "hochzulad": [10, 33], "hoh": [12, 20, 31], "hol": 56, "holding": 60, "hom": [7, 8, 9, 14, 17, 20, 25], "hood": 15, "horizontal": [2, 44], "host": 9, "hostnam": 20, "hour": 16, "hov": [2, 42], "how": [2, 3, 6, 15, 20, 21, 33, 36, 81], "hr": 9, "href": 20, "html": [35, 37, 41], "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 37, 41, 45, 47, 48, 49, 50, 51, 73, 74], "hub": [41, 44], "i": [2, 16], "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [1, 9, 14, 15, 19, 20, 21, 27, 28, 36, 41, 44, 45, 51, 60, 82, 83], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ide": 69, "ideal": 79, "ideally": 54, "ideenfindungssitz": 42, "ident": [26, 44], "identifikator": 60, "identifizi": 19, "identify": [15, 54], "identitat": 81, "identity": 70, "if": [1, 4, 6, 9, 11, 14, 15, 20, 21, 26, 27, 28, 36, 38, 39, 41, 44, 45, 46, 47, 51, 54, 69, 72, 82], "ifram": 41, "ignor": 8, "ignoriermust": 19, "ignoriermusterzeichenfolg": 19, "ignoriert": [12, 41], "imag": [1, 21], "imagin": 10, "imap": 43, "imm": [7, 19, 20, 31, 33, 41, 44, 47, 69, 80], "immediately": [1, 14, 27, 36, 54], "implemented": 25, "implementier": 20, "implizit": 20, "import": [20, 41, 42, 52], "important": [2, 15, 69, 80, 81, 83], "importi": [12, 20, 44, 56], "importiert": 41, "imposed": 15, "improv": 20, "improved": 20, "inaktivitatsperiod": 59, "inbegriff": 6, "includ": [8, 21], "including": [8, 20, 52], "incorrect": 9, "increas": 20, "increased": 15, "increasing": 11, "ind": [7, 10, 12, 19, 20, 24, 26, 37, 41, 42, 44, 56, 60, 62, 65, 66, 69, 72, 76, 81], "index": [12, 41], "indication": 20, "indicator": [21, 27, 44], "indikator": 62, "individual": [27, 41, 54], "individually": [44, 54], "individull": [26, 41, 60, 72], "influnc": 11, "info": 36, "information": [8, 11, 12, 13, 14, 15, 20, 21, 33, 35, 37, 41, 42, 43, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informationssymbol": 19, "informell": 42, "informi": [41, 60], "informiert": [7, 37, 41, 59, 62], "inhalt": [10, 12, 20, 41, 66, 69, 75], "inhaltsseitenleist": 76, "inhaltstyp": 66, "inhibit": 8, "ini": 9, "initialisiert": 26, "initiiert": 35, "inkrement": 41, "inlin": [36, 66], "innerhalb": [24, 26, 42, 51, 59, 75, 76, 77, 80], "inotify": 12, "input": [1, 80], "insbesond": 17, "insert": [1, 2], "inserted": 1, "insgesamt": 80, "insid": [21, 27], "instagram": 42, "install": [12, 20, 73], "installation": [6, 13, 20, 28, 41], "installationsanweis": [57, 74], "installationspfad": 48, "installationsprogramm": 12, "installed": [1, 8, 14, 15, 52, 83], "installi": [7, 12, 19, 20, 41, 45], "installiert": [0, 17, 19, 20, 41, 42, 44, 60, 74, 75], "installing": 20, "instanc": [6, 12, 14, 15, 20, 27, 35, 41, 43, 45, 70, 82], "instanz": [0, 12, 14, 20, 41, 42, 44, 57, 60, 66, 70], "instanzadministration": 69, "instead": [9, 15, 20, 21, 45, 51], "instruction": [21, 51], "integrat": 15, "integrated": 15, "integration": [66, 74], "integration_openai": 44, "integri": [12, 19, 46, 57, 77], "integriert": [17, 20, 44, 46, 49, 67, 73], "intelligenc": 1, "intelligent": [15, 66], "interactiv": [8, 14], "interagiert": 44, "interaktion": [67, 73], "interesting": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 80], "intern": [19, 41, 69], "internetkont": 49, "internetoption": 20, "internetverbind": 48, "interval": 9, "intervall": 48, "into": [1, 15, 17, 21, 25, 29, 35, 41, 44], "introductory": 5, "intrud": 26, "invalid": [8, 54], "investigating": 15, "invisibl": 36, "invitation": 70, "invok": 8, "io": 74, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irgendein": 41, "is": [1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 39, 42, 44, 45, 51, 52, 54, 60, 62, 80, 81, 82, 83], "issu": [15, 25], "issus": 66, "it": [1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 62, 70, 81, 82], "italicized": 66, "item": [8, 15, 21], "its": [1, 8, 9, 11, 15, 20, 21, 42, 44, 83], "itself": [14, 20], "ja": [26, 41], "jahrlich": 41, "je": [0, 19, 26, 44, 48, 60, 63, 72, 81], "jed": [0, 17, 19, 20, 24, 26, 35, 39, 41, 42, 44, 58, 60, 62, 70, 74, 78, 80], "jederzeit": [19, 26, 28, 41, 44, 60, 62, 72], "jedoch": [7, 10, 12, 19, 24, 41, 42, 44, 69], "jemand": [41, 60, 69, 72], "jeweil": [33, 41, 42, 43, 58], "job": 11, "john": 20, "join": [58, 78], "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 21, 27, 80, 81], "kachel": 65, "kaddressbook": 48, "kalend": [0, 6, 33, 43, 44, 46, 48, 49, 69], "kalendar": 48, "kalenderabonnement": [41, 45], "kalenderaktualisier": 0, "kalenderansicht": 50, "kalenderanwend": [41, 47], "kalenderdatei": [41, 44], "kalendereinlad": 45, "kalendereinstell": [41, 44, 51], "kalenderereignis": [41, 42, 59], "kalenderfreigab": 41, "kalenderintegration": [68, 73], "kalenderlist": [41, 48], "kalendernam": 41, "kalenderordn": 41, "kalenderquell": 48, "kalenderraum": 41, "kalenderserv": 51, "kamera": [60, 63, 72], "kamerasymbol": 60, "kanal": [6, 13], "kanban": 43, "kart": [42, 66], "kastch": 0, "kategori": 0, "kategorisier": 44, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 81], "keeping": 15, "keeps": 13, "kennung": 60, "kennwort": [20, 51], "kennzeichn": 28, "kept": [15, 26], "key": [7, 83], "keyboard": [60, 80], "keychain": 49, "keynot": 15, "keyring": 14, "keys": 26, "keyword": 8, "kfy9lek5sm928xp": 20, "ki": 66, "klassisch": 55, "klein": [19, 49, 56, 58, 60, 63, 72], "klick": [0, 7, 10, 12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 66, 69, 72, 76], "klickt": [41, 72], "klingelt": 60, "knopf": [41, 44], "know": 28, "knowledg": [2, 3, 12], "kodierungsschlussel": 33, "kollaborativ": 35, "kolleg": 41, "kollidi": 41, "kommentar": 41, "kommenti": 20, "kommunikation": 69, "kompaktansicht": 55, "kompatibel": [41, 75], "kompatibilitat": [12, 81], "kompatibl": [41, 44, 53], "komplex": 41, "kompliziert": 24, "konfiguration": [26, 31, 35, 37, 42, 60], "konfigurationsanforder": 74, "konfigurationsdatei": [7, 12, 20], "konfigurationsfehl": 19, "konfigurationsoption": 19, "konfiguri": [0, 20, 26, 35, 41, 42, 44, 57, 62, 69, 77], "konfiguriert": [19, 24, 41, 44, 49, 69], "konflikt": [6, 13, 41], "konfliktbehaft": 10, "konfliktdatei": 10, "konfliktfrei": 41, "konfliktkopi": 10, "konkr": [12, 75], "konkretisi": 41, "konn": [0, 7, 10, 12, 14, 17, 19, 20, 21, 24, 26, 28, 29, 35, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "konnt": [10, 12, 26, 44], "kont": [20, 42, 44, 46, 47, 51], "kontakt": [0, 6, 41, 43, 46, 49], "kontaktdat": 42, "kontakteaccount": 47, "kontakteinstell": 42, "kontaktlist": 42, "kontaktmenu": 42, "kontaktseit": 42, "kontext": [41, 56], "kontingent": 33, "konto": [12, 19, 20, 26, 37, 41, 45, 46, 47, 49, 50, 51, 72, 81], "kontobenutz": 44, "kontoinstell": 10, "kontonam": [45, 51], "kontoregisterkart": 19, "kontorstell": [19, 44], "kontos": [20, 44, 47], "kontotyp": [47, 49], "kontrast": 80, "kontroll": [41, 44, 69], "kontrolliert": [7, 69], "kontrollkastch": [19, 20, 41, 42, 44, 60, 62, 69], "konversation": [42, 59, 60, 62, 69, 72, 75, 76, 77, 78], "konversationseinstell": [69, 72], "konversationslist": 69, "kopfbereich": 80, "kopfzeil": [41, 44, 58], "kopi": [0, 10, 12, 20, 24, 41, 51], "korganiz": 48, "korrekt": [19, 20, 81], "kostenlos": 53, "kraft": [7, 24], "krankheit": 40, "kreis": [19, 35, 69], "kreisform": 42, "kreuzsymbol": 42, "kubuntu": 19, "kund": 18, "kurz": [0, 40, 42, 56, 62], "kurzbefehl": 80, "kurzfrist": 41, "kurzlich": 0, "kurznachricht": 40, "kurzzeitversion": 18, "kwall": 14, "label": [20, 36], "labeled": 51, "labelled": [41, 51], "lad": [20, 42], "ladt": [7, 10], "lag": 20, "lagerzeit": 33, "land": [41, 42], "landing": 2, "lang": [0, 20, 24, 33, 40, 44], "languag": [1, 12], "larg": 29, "lass": [7, 20, 26, 35, 41, 44], "lasst": [12, 19, 20, 41, 46], "last": [5, 39, 54, 83], "lat": [1, 2, 5, 14, 25, 35, 37, 52, 54, 72, 74, 83], "laufend": [60, 62, 69], "lauft": [19, 20, 44, 60], "laufwerksbuchstab": 20, "launch": [14, 16], "launchagent": 17, "launchpad": [8, 17], "laut": 20, "lautlosmodus": 66, "lautsprech": 60, "layout": 60, "ldap": 26, "leading": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "learned": 2, "least": [1, 39], "leav": 21, "ledig": [24, 28, 44], "leer": [38, 41, 42, 44], "left": [1, 2, 5, 20, 21, 27, 36, 44, 48, 52, 80, 83], "leg": [20, 41], "legastheni": 80, "legend": 41, "leicht": 76, "leid": 26, "leist": [58, 60, 62, 64, 65, 72], "leistungsfah": 64, "leistungsproblem": 44, "les": [20, 26, 41, 47], "lesbar": 80, "lesefehl": 80, "leseindikator": 69, "lesezugriff": 41, "less": [5, 11], "let": [1, 5, 21, 27, 36, 44, 52, 72, 83], "letsencrypt": 47, "letting": 44, "letzt": [18, 46, 55], "level": [2, 16, 21, 26, 80], "library": [9, 17], "lieb": 20, "liegt": [33, 44, 48], "lik": [5, 15, 21, 41, 44, 70, 80], "limit": [24, 31, 39, 83], "limitation": [15, 20], "limited": 15, "lin": [6, 13, 14, 36, 66], "lini": 19, "link": [0, 2, 14, 19, 20, 21, 25, 28, 29, 41, 42, 44, 50, 56, 59, 60, 65, 66, 69, 72, 80, 82], "linked": 28, "linkschleif": 12, "linksklick": 19, "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 44, 45, 48, 49, 54, 55, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": 1, "listening": [8, 9], "listing": 29, "listmonth": 41, "listweek": 41, "liv": 60, "live_transcription": 64, "ll": 2, "llm": 44, "llms": 44, "load": 80, "lobby": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 82], "locally": [9, 10, 12, 15], "locat": [9, 51], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41], "lock": 82, "log": [8, 14, 15, 16, 20, 21, 51, 54, 81, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "logging": [29, 83], "login": [8, 9, 14, 20, 26, 45, 46, 54, 81], "logindat": 20, "logo": 83, "logwindow": 16, "lokal": [10, 14, 19, 20, 41, 42, 44, 53, 56], "long": [1, 9, 15, 81], "look": [33, 38, 70, 81, 83], "looking": 44, "los": [6, 10, 76], "losch": [0, 10, 17, 19, 20, 21, 24, 39, 42, 58, 66], "loschend": 20, "loscht": [24, 39, 42], "loschung": [17, 41, 42], "losing": 81, "loslass": 41, "losleg": 69, "losung": [35, 53], "low": 80, "lst": [8, 19], "lts": 14, "m": [60, 72, 80], "mac": [15, 19], "mach": [19, 35, 41, 69], "machin": 8, "macht": [20, 74], "macos": [6, 9, 13, 19, 25, 42, 43, 51], "mad": 47, "magic": 5, "magisch": [24, 26], "mail": [6, 40, 41, 42, 43, 45, 49, 50, 51, 52, 59, 60, 69, 73, 80, 82], "mailbox": 51, "mailfilt": 44, "mailkonto": 44, "mailserv": 44, "main": [9, 14, 16, 20, 54, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": [5, 25, 28, 29, 39], "making": 9, "mal": [19, 20, 24, 26, 35, 39, 41, 42, 66], "manag": [5, 14, 15, 20, 21, 36, 41, 44, 46, 50], "managed": [14, 27], "management": [12, 20, 36], "managing": [21, 31], "manch": [41, 44], "mann": 8, "manual": [14, 15, 25, 27, 36], "manually": [12, 44, 50], "manull": [7, 12, 20, 24, 29, 39, 44, 45, 48, 49, 58, 62, 79], "mapping": 20, "mark": [21, 27], "markdown": [3, 6], "marked": [15, 21, 27, 42, 44, 54], "markenanbiet": 7, "markenkund": 7, "marketing": 82, "marki": [41, 44, 66], "markier": 44, "markiert": 44, "maschin": 7, "mass": 41, "mast": 26, "mastodon": 42, "mat": 20, "match": [44, 83], "matrix": [41, 74], "matterbridg": [73, 77], "maus": 19, "mausrad": 63, "maustast": 20, "mauszeig": [41, 44, 66, 76], "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximal": [20, 24, 41], "maximalwert": 20, "maximum": [8, 9, 11], "may": [11, 14, 15, 17, 20, 26, 27, 29, 36, 41], "mb": [9, 11], "mdn": 21, "mean": [15, 27, 81], "meaning": [9, 44], "medi": [42, 82], "media": [8, 21, 42], "medieneinstell": [60, 62], "mediengerat": 69, "mediensteuer": 60, "meeting": [41, 72, 83], "megabyt": 31, "mehr": [0, 7, 19, 20, 24, 26, 33, 35, 39, 41, 44, 45, 53, 56, 58, 60, 69, 72, 73, 74, 75, 76], "mehrwoch": 42, "meinenextcloud": 20, "meist": [18, 48, 74], "meld": [18, 26, 51, 80], "meldung": 51, "memb": [2, 5], "memory": 1, "mentioned": 82, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 82, 83], "menuleist": [19, 20, 48], "menuoption": 20, "menupunkt": 76, "menus": 80, "merkhilf": 38, "messag": [1, 16, 44, 69, 80, 83], "metadat": [19, 33], "method": [7, 20, 27, 28, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [9, 14, 44, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "mikrofon": [60, 72], "mikrofoneinstell": 72, "millisecond": 9, "mim": 12, "min": 9, "minchunksiz": 9, "mindest": 42, "minimal": 18, "minimiz": 44, "minimized": 44, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mitglied": [20, 35], "mitgliederberecht": 42, "mitgliedschaft": 42, "mithelf": 80, "mithilf": [7, 20, 29, 42, 44, 66, 69], "mitt": 66, "mitteil": 44, "mittel": 41, "mittwoch": 41, "mkcol": 20, "mkdir": 20, "mmc": 20, "mnemon": 38, "mobil": [2, 20, 42, 48, 73, 81, 82], "mobilclient": 73, "mobilgerat": [0, 20, 22, 30, 38, 41], "mocht": [0, 7, 18, 19, 20, 28, 35, 41, 42, 44, 45, 48, 50, 56, 60, 66, 69, 76, 80], "mod": [44, 60, 69], "modal": [41, 44, 80, 83], "modalfen": 44, "model": 1, "moderation": [6, 42, 56, 62, 69, 70, 73, 74, 76], "moderationsberecht": 42, "moderationsrecht": 60, "moderator": [42, 58, 60, 62, 64, 69, 77], "modification": 12, "modified": 21, "modus": 80, "moglich": [0, 7, 12, 17, 19, 20, 21, 31, 35, 38, 41, 42, 44, 56, 58, 63, 72, 74, 76, 81], "moglicherweis": [7, 12, 17, 19, 20, 24, 26, 33, 35, 41, 42, 44, 60, 63], "moment": 10, "monat": 41, "monatsansicht": 41, "monitor": [8, 63, 72], "monitorsymbol": [63, 72], "monochrom": 19, "month": 41, "mor": [2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 46, 48, 49, 81, 82, 83], "morg": 0, "most": [44, 83], "mount": [20, 21, 27], "mounted": 20, "mous": [2, 80], "mov": [20, 21, 44, 52, 80], "moved": [9, 44], "movetotrash": 9, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "multipl": [21, 36], "multistatus": 20, "music": 8, "musst": 26, "must": [8, 14, 19, 20, 27, 28, 39, 51, 52], "mustervergleich": 44, "musterzeichenfolg": 19, "mut": [60, 72, 80], "muted": [60, 72], "my": 2, "my_sync_fold": 8, "mycertificat": 20, "mydata": 10, "mynextcloud": 48, "m\u00fcssen": [7, 12, 17, 19, 20, 26, 38, 41, 42, 44, 45, 46, 49, 58, 60, 62, 64, 71], "n": [8, 56], "nachd": [0, 26, 41, 42, 48, 60], "nachfolg": [17, 20], "nachricht": [40, 41, 56, 58, 67, 69, 73], "nachrichtenansicht": 44, "nachrichtenerinner": 69, "nachrichtenlist": 44, "nachrichtenmenu": 69, "nachrichtentext": 44, "nacht": 66, "nacvigi": 20, "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 54, 60, 69, 72, 82, 83], "narrow": 83, "nativ": [20, 50], "natur": 42, "nautilus": [19, 46], "navigat": [21, 37, 80], "navigating": 6, "navigation": [1, 36, 80, 83], "navigationsleist": [0, 69, 76], "navigationsschaltflach": 65, "navigator": 20, "navigi": [0, 6, 20, 35, 42, 44, 51], "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": 21, "nearly": 10, "neb": [17, 19, 37, 41, 42, 44, 50, 56, 60, 62, 63, 66, 69, 76], "nebeneinand": 42, "necessary": 54, "need": [2, 9, 14, 15, 17, 20, 46, 48, 70], "needed": 11, "needing": [15, 42], "nehm": [26, 41, 42], "nein": [26, 41], "nemo": [19, 20], "net": [8, 20, 50], "netrc": 8, "network": [9, 11, 15, 27], "netzlaufwerk": 20, "netzwerk": [19, 20, 42, 50], "netzwerkeinstell": 19, "netzwerkfreigab": 20, "netzwerklaufwerk": 20, "netzwerknam": 20, "netzwerkverbind": 20, "neu": [7, 12, 18, 20, 24, 26, 28, 35, 37, 39, 42, 45, 48, 50, 56, 59, 66, 69, 76, 82], "neustart": 20, "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 69, 80], "newly": 15, "newslett": 44, "nexcloud": 20, "next": [5, 8, 9, 14, 15, 27, 36, 44, 46, 51, 60, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "nie": [41, 69], "niedrig": 42, "niemal": [26, 38, 39], "niemand": [66, 69, 82], "nitrokey": 81, "nkujuxuj3b": 17, "no": [9, 15, 20, 21, 36, 42, 51, 81, 82], "noauto": 20, "nochmal": 51, "non": [2, 8, 9, 14], "normal": [7, 9, 19, 42, 50, 60, 66], "normalerweis": [12, 19, 41, 44, 47], "not": [2, 4, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 40, 41, 44, 45, 54, 69, 81, 82, 83], "notification": [6, 9, 62, 83], "notificationrefreshinterval": 9, "notified": 69, "notify": [15, 60], "notify_push": 15, "notig": 20, "notiz": [35, 76], "notwend": [7, 41, 47, 48], "now": [2, 5, 10, 14, 42], "ns": 20, "numb": [11, 15, 28], "nutz": [0, 12, 20, 26, 38, 41, 60, 64, 69, 70], "nutzbar": 80, "nutzernam": 45, "nutzlich": [20, 41, 60, 72], "nutzt": 60, "nutzung": [60, 82], "n\u00e4chste": 41, "n\u00e4chsten": [7, 18, 50, 66], "oben": [0, 19, 31, 41, 42, 47, 69], "ober": [0, 20, 50, 58, 60, 62, 72], "oberflach": [43, 80, 82], "obergrenz": 31, "object": 27, "objekt": [0, 35], "obligator": [45, 62], "observ": 14, "obwohl": [12, 20], "oc": [20, 28], "occ": 27, "oct": 20, "of": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 16, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 51, 52, 54, 56, 66, 71, 72, 80, 81, 82, 83], "ofer": 41, "off": [1, 15, 20, 21, 35, 80], "offent": [33, 41, 42, 58, 68, 69, 73], "offic": [12, 20, 21], "officially": 14, "offlin": [15, 19, 20, 27], "offn": [0, 10, 12, 19, 20, 26, 37, 41, 42, 44, 45, 46, 47, 48, 58, 60, 66, 72, 76, 80], "offnend": 19, "oft": [0, 41], "ohn": [12, 19, 20, 35, 39, 41, 44, 60, 69, 72, 82], "ohrhor": 60, "ok": 20, "old": [9, 16, 17, 39, 80], "on": [1, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 21, 24, 25, 26, 27, 31, 33, 36, 39, 41, 42, 44, 48, 49, 51, 52, 54, 80, 81, 82, 83], "onboard": [2, 3, 6], "onc": [2, 15, 21, 27, 36, 52, 54, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 81, 82, 83], "ones": 8, "onlin": [2, 19, 20, 46, 83], "only": [2, 4, 15, 27, 28, 36, 39, 41, 44, 47, 54, 81, 82, 83], "onto": [21, 52], "open": [1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 44, 45, 48, 53, 78, 80, 82, 83], "opendyslexic": 80, "opened": 15, "opening": [2, 15, 16], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "operating": 20, "operation": [11, 44], "operator": 44, "opt": 9, "optimiert": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 18, 19, 20, 21, 26, 28, 33, 35, 36, 42, 44, 45, 48, 56, 58, 60, 62, 72, 76, 82, 83], "optional": [20, 26, 40, 41, 44, 45], "or": [1, 2, 4, 5, 8, 11, 12, 14, 15, 16, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 41, 42, 44, 45, 51, 56, 60, 71, 72, 80, 81, 82, 83], "ordered": 66, "ordn": [0, 14, 17, 19, 20, 24, 26, 28, 29, 33, 35, 37, 42, 53, 56], "ordnerdatum": 19, "ordnerereignis": 0, "ordnerhierarchieeb": 35, "ordnerinhalt": 35, "ordnerlist": 19, "ordnernam": 37, "ordneroption": 14, "ordnerstruktur": 26, "ordnersynchronisier": 19, "ordnersynchronisierungsverbind": 19, "ordnungsgemass": [12, 20, 49], "org": [8, 20, 47], "organ": 42, "organis": 36, "organisation": 42, "organisator": [41, 44], "organiz": [2, 3], "organizing": 5, "original": 44, "originalsprach": 64, "ort": [41, 42, 50], "ortsander": 44, "os": 8, "oth": [1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 70, 81, 82, 83], "otherwis": 15, "our": 15, "out": [5, 20, 39, 81, 83], "outbound": 35, "outbox": 44, "outlined": 15, "outlook": 41, "output": [1, 8, 16], "outsid": [36, 44, 82], "over": [2, 20, 27, 42], "overflow": 27, "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [2, 54, 83], "overwrit": 9, "own": [1, 8, 9, 29, 35, 37, 44, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "ownership": [23, 30], "p": 8, "packag": [8, 14, 20], "pag": [2, 4, 14, 15, 21, 24, 25, 33, 35, 54, 83], "pak": [19, 43], "paketmanag": [7, 17], "pan": 44, "panel": [1, 36, 44], "papierkorb": [24, 26, 28, 33, 42], "papierkorbaufbewahr": 44, "papierkorbsymbol": [42, 44, 54], "parallel": [11, 15, 19], "paramet": [20, 52], "parent": 21, "part": [2, 5], "participant": 58, "party": [20, 70], "pass": [8, 20, 44, 65], "passed": [8, 39], "passend": 76, "passiert": 0, "passkey": 83, "password": [8, 14, 20, 35, 45, 46, 48, 51, 54, 81, 82, 83], "passwort": [6, 20, 45, 47, 49, 50, 51, 81, 82], "passwortander": 6, "passwortfeld": 20, "passwortgeschutzt": [35, 69], "passwortschutz": 42, "past": 51, "path": [8, 27], "pathtomountpoint": 20, "patt": [8, 39], "pausi": 19, "pausiert": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "penalty": 20, "peopl": [2, 29, 82, 83], "per": [4, 8, 15, 41, 45, 56, 59, 63, 72], "perfekt": 18, "perform": [8, 9, 20], "performanc": 20, "period": 83, "periodic": 27, "permanent": 24, "permanently": [4, 15, 24], "permission": 37, "persist": 27, "persisted": 9, "person": [0, 20, 24, 26, 35, 38, 41, 42, 44, 59, 60, 69, 76, 82, 83], "personal": [6, 20, 25, 27, 33, 40, 44, 46, 50, 52, 54, 70, 81, 82, 83], "peterstei": 12, "pfad": [19, 20, 47, 51], "pfeil": [28, 39, 50, 66, 72], "phon": [45, 81, 82], "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physisch": [20, 81], "pick": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkgs": 8, "plac": [1, 2, 20, 83], "placed": 8, "plain": [20, 21, 54], "plan": [41, 59], "plasma": 48, "plattformspezif": 17, "platz": [24, 44], "platzhalt": 44, "platzhalterzeich": 19, "platzi": [20, 53], "platziert": 65, "play": [21, 45], "playback": 21, "pleas": [4, 82], "plist": 17, "plus": [41, 42], "point": [45, 83], "pointing": 27, "polici": 7, "poll": [9, 15], "pop3": 43, "popov": 80, "popup": [7, 41], "popups": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "position": 42, "possibl": [1, 15], "possibly": 20, "post": 51, "postfacheinstell": 51, "potenziell": 44, "powered": 1, "ppa": 8, "praferenz": [0, 41], "praktisch": 0, "pre": 66, "preconfiguration": 14, "pref": [14, 44], "preferenc": [9, 17, 45, 52], "preferred": 20, "prepar": 62, "preselected": 2, "present": 27, "presentation": 21, "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 72], "prevent": 82, "preview": [2, 21, 44], "previews": [15, 21], "previous": [1, 12, 21, 39], "primar": 80, "principal": [47, 51], "prioritat": 44, "privacy": 83, "privat": [41, 66, 82], "privatsphar": [38, 53, 69], "pro": [0, 39, 41, 42, 81], "probl": [12, 15, 81], "problem": [11, 14, 80], "proc": 12, "process": [8, 52], "produc": [9, 21], "produktivitatswerkzeug": 43, "profil": [6, 9, 27, 42, 44, 69, 82], "profilbild": [42, 82], "profildat": 6, "profilseit": 41, "program": [12, 14], "programm": [12, 17], "progress": 15, "projektantrag": 41, "projektmanagement": 43, "prompt": [8, 9, 14, 81], "promptdeleteallfil": 9, "prompted": [14, 51], "prop": 20, "propagat": 8, "propagated": 35, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "proposal": 52, "propstat": 20, "protection": 35, "protocol": [12, 20, 27], "protokoll": [20, 47, 50, 74], "protokolliert": [0, 20], "protokollinformation": 20, "provid": [1, 6, 8, 12, 13, 14, 20, 21, 64], "provided": 15, "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "pruf": [20, 41, 44], "prufmechanismus": 7, "pruft": [24, 44], "prufung": 7, "public": [20, 21, 35, 36, 56, 82], "published": 82, "punkt": [19, 20, 35, 41, 42, 44, 60, 65], "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "quadrat": 42, "qualitat": 80, "quell": 48, "quellcod": [14, 38], "question": 8, "quick": [2, 80], "quickly": [5, 21, 83], "quiet": 17, "quota": [20, 33], "r": [51, 60, 80], "radio": 42, "rahm": 69, "rais": [60, 80], "raised": 11, "rand": [42, 55, 60, 69], "rang": 83, "rat": 41, "rath": 20, "raum": [73, 77], "re": 5, "reached": [27, 44], "read": [8, 9, 26, 27, 41, 80, 82], "reading": 15, "readthedocs": 74, "ready": 27, "reagiert": 41, "reaktivitat": 6, "rearrang": 83, "receiv": [1, 28, 29, 44, 62, 70], "recent": [21, 44, 83], "recently": [21, 54], "recheck": 27, "recht": [19, 20, 35, 39, 50, 60, 65, 69], "rechtsklick": [19, 35, 48], "recipient": [28, 44], "recognisabl": 15, "recomm": 15, "recommended": [15, 20], "recorded": 62, "recording": [60, 62], "recoverabl": 21, "recovery": 6, "red": 27, "reddit": 51, "redezeit": 60, "reduc": 11, "reducing": 15, "reduziert": [19, 80], "ref": [14, 31], "referenc": 21, "referentenansicht": 63, "referenz": 18, "reflected": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regel": 44, "regelmass": [12, 41], "region": 41, "regist": [12, 14, 45], "registerkart": [0, 12, 19, 20, 35, 56, 69, 72, 76], "registrier": [12, 20], "registriert": [12, 45, 60, 69, 78], "registry": [7, 12, 20], "regular": [20, 27, 36, 41, 60], "regularly": 11, "reicht": 12, "reih": [35, 41], "reihenfolg": 42, "rein": 60, "reis": 41, "reit": 41, "relat": 44, "related": [1, 15, 44, 83], "relativ": 41, "relaunch": 1, "releas": [12, 14], "relevant": [41, 44], "remaining": 11, "rememb": 1, "remembered": 1, "remind": 41, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 42, 44, 83], "removal": 12, "removing": 36, "renam": [21, 36], "reop": 44, "repeat": [8, 51], "replac": 45, "repli": 44, "report": [15, 44], "repositori": 8, "repository": [8, 9], "reproduzi": 18, "reproduzierbar": 14, "requ": [1, 20], "requested": 20, "requir": [1, 8], "required": [8, 15, 27], "resiz": 60, "resolved": 15, "resourc": [45, 46, 48], "resourcetyp": 20, "respectiv": 52, "respons": 20, "responsiv": 80, "ressourc": [20, 41, 42, 46], "rest": [20, 25], "restart": 15, "restor": [15, 24], "restrict": [36, 82], "restricted": 36, "result": [1, 9, 15, 83], "resum": 44, "retention": 36, "retri": 8, "retried": [11, 44], "retriev": 20, "retry": [27, 44], "retrying": 27, "rettungsschlussel": 26, "return": [21, 42, 60], "revealed": 15, "review": [1, 20], "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": 1, "richtig": [18, 20], "richtlini": 7, "right": [1, 15, 20, 42, 44, 48, 80, 83], "risiko": 18, "rm": 17, "roaming": 9, "rol": 82, "roll": [39, 42, 57], "room": [58, 60], "root": [8, 15, 20], "rot": [19, 60, 62], "row": [21, 36], "rows": 36, "rss": 6, "ruckgang": [35, 41], "ruckmeld": 41, "rul": 36, "run": [1, 8, 9, 20, 27, 39], "rund": 39, "running": [6, 15], "rw": 20, "s": [1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 42, 44, 45, 46, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "saf": 81, "safari": 83, "sag": 19, "sal": 82, "sam": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 81], "samba": 27, "sauber": 44, "sav": [15, 54, 62, 80], "saved": [5, 27, 36, 39, 44], "say": 10, "scan": 27, "scann": [45, 81], "scary": 5, "schaff": 24, "schalt": [0, 10], "schaltflach": [19, 20, 28, 29, 41, 42, 44, 45, 50, 60, 63, 66, 69, 72, 76, 80], "schannel": 51, "schedul": [14, 52], "scheduled": 1, "schema": 12, "scherz": 42, "schlagt": 20, "schlagwort": 0, "schliess": [19, 20, 44, 45, 47, 56, 79], "schliesslich": 20, "schliesst": 19, "schlussel": [6, 7], "schnell": [0, 19, 41, 42, 44, 69], "schnellaktion": [66, 76], "schnellzugriff": 69, "schnellzugriffsschaltflach": 69, "schnittstell": [40, 44], "schon": 48, "schonung": 80, "schragstrich": 19, "schreib": [44, 69], "schreibgeschutz": 41, "schreibgeschutzt": [35, 38, 41, 42], "schreibzugriff": [20, 41], "schriftart": 80, "schritt": [28, 35, 41, 45, 46, 47, 48, 49, 50, 51, 69], "schrittweit": 41, "schutz": [12, 26, 81], "schwarz": 19, "scop": 82, "scp": 20, "screen": [45, 51, 60, 80, 81], "script": 17, "scripting": 20, "scroll": [20, 44, 51], "seamlessly": 15, "search": [2, 8, 21, 36, 42, 78, 80, 83], "searching": 82, "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 15, 44, 62, 66], "secr": [8, 20], "section": [1, 9, 11, 20, 36, 42, 52], "security": [20, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 40, 44, 81, 82, 83], "seeing": 82, "seen": 51, "seh": [6, 19, 20, 26, 29, 35, 41, 42, 44, 56, 58, 60, 62, 63, 69, 81], "sei": [10, 12], "seien": 12, "seit": [10, 14, 20, 26, 28, 29, 35, 39, 41, 44, 50, 66, 69, 74, 77, 80, 82], "seitenbereich": 50, "seitenleist": [6, 20, 28, 35, 41, 42, 58, 60, 71, 76, 80], "sekund": [39, 48, 60, 81], "selb": [0, 10, 20, 41, 53, 76, 80], "selbsterklar": 42, "selbstsigniert": [20, 49], "select": [2, 5, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 81], "selected": [1, 15, 21, 36, 44], "selecting": [2, 14, 15], "selection": [36, 81], "selectiv": 8, "send": [0, 1, 20, 29, 41, 44, 58, 60, 63, 67, 70, 73, 76, 80], "sendefunktion": 29, "sendevorgang": 44, "sending": 29, "sent": [28, 44], "separat": [0, 1, 25, 41, 42, 44, 49], "separately": [44, 81], "serv": [8, 9, 10, 11, 13, 15, 19, 20, 21, 25, 26, 27, 28, 29, 35, 36, 37, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "serveradministration": [24, 41], "serveradress": [20, 49], "serverbenachricht": 19, "servercert": 20, "servereinstell": 44, "serverfehl": 44, "serverfunktion": 17, "serverkonfiguration": 20, "serverseit": [30, 34, 38], "serverversion": [10, 19], "serverweit": [10, 26], "servic": [20, 26, 27, 29, 47], "session": 9, "set": [4, 9, 33, 41, 45, 51, 82, 83], "setting": [4, 6, 9, 15, 16, 20, 27, 36, 37, 38, 41, 44, 49, 51, 52, 54, 70, 80, 81, 82], "setup": [45, 51], "setups": 11, "setz": [6, 7, 19, 20, 35, 41, 43, 44, 82], "setzt": 24, "sftp": [20, 27], "shall": 9, "shar": [2, 15, 19, 20, 23, 27, 29, 30, 82], "shared": [2, 3, 15, 21, 27, 28, 56, 62, 82], "sharing": [21, 23, 29, 30, 37, 70], "shell": 12, "shift": 80, "short": 44, "shortcut": [20, 60, 72, 80, 83], "should": [5, 9, 11, 14, 20, 41, 46, 81], "show": [4, 9, 21, 42, 44, 60, 83], "showexperimentaloption": 9, "showing": [4, 21], "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 83], "shows": [1, 20, 21, 27, 36, 54, 83], "sicher": [7, 12, 17, 20, 38, 41, 44, 47, 49, 60], "sichere": [53, 69], "sicheres": [20, 53], "sicherheitsprobl": 26, "sichern": [19, 44], "sicherstell": 17, "sicherzustell": [20, 24], "sicht": 14, "sichtbar": [10, 19, 35, 41, 42, 44, 46, 69], "sid": [5, 15, 27, 44, 52], "sidebar": [2, 5, 15, 20, 27, 36, 39, 44, 69, 83], "sieh": [10, 17, 20, 35, 44], "sieht": [28, 35, 41, 42, 57], "siev": 44, "signatur": 44, "signiert": 20, "significant": 20, "significantly": 20, "silent": 8, "similar": [15, 42], "simpl": [5, 27, 39], "simply": [25, 44], "sinc": [35, 39, 81], "singl": [8, 21, 36, 41, 81], "singleton": 44, "sinnvoll": [10, 31], "sip": 69, "situation": [10, 11], "sitzung": 20, "siz": [9, 11, 19, 20, 31], "sizing": 9, "skip": 80, "skipped": 11, "skipupdatecheck": 7, "skizziert": 57, "skript": [20, 26, 44], "skripteditor": 44, "slow": 20, "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "snoozing": 44, "sobald": [26, 41, 44, 58, 59, 69], "social": 42, "socks5": 9, "sodass": [0, 7, 10, 26, 41, 44, 62, 69, 75], "sof": [0, 29, 35, 41, 45, 60], "sofort": [10, 12, 42, 53, 62, 66, 69], "sofortbesprech": [59, 69], "softwar": [7, 12, 14, 17, 53, 80], "sogar": [41, 71], "solang": 46, "solch": 44, "solely": 44, "sollen": [42, 44, 69], "sollt": [7, 20, 26, 40, 45, 46, 47, 48, 51], "solution": 20, "solv": [12, 81], "som": [5, 9, 14, 26, 27, 44, 82], "someon": [10, 82], "sometim": 41, "somewh": 81, "somit": [28, 35], "sond": [19, 24, 26, 41, 42, 44, 66], "sonderfall": 69, "sonstig": 44, "soon": 15, "sortier": 44, "sourc": [20, 53], "sourcedir": 8, "sowi": [19, 40, 41, 42, 46, 48, 60, 62], "sowohl": [10, 20, 24, 44, 47, 82], "sozial": [42, 82], "spac": [2, 3, 15, 20, 39, 60, 72, 80], "spalt": 60, "spam": 44, "spar": 48, "sparkl": 7, "spart": 44, "spat": [42, 44, 50, 56, 62, 69, 76], "speak": 72, "special": [15, 29, 51], "specifi": [9, 11], "specific": [8, 15, 27, 41, 44, 54, 81, 83], "specified": [8, 16], "specify": [8, 16], "speech": 1, "speed": 20, "speich": [12, 19, 24, 26, 33, 41, 42, 46, 47, 51, 56, 82], "speicherbelegungslimit": 24, "speicherdien": 26, "speichergerat": 26, "speicherkontigent": 33, "speicherkontingent": [30, 32], "speicherort": 12, "speicherplatz": [19, 24, 33, 39, 82], "speicherplatzlimit": [24, 39], "speichert": [19, 20], "sperr": 69, "speziell": [18, 26, 50], "spezif": 44, "spontan": 69, "sprach": [44, 64, 82], "sprachanruf": 60, "sprachmodell": 44, "spreadsheet": 21, "sprech": [62, 65], "sprechblas": [55, 60], "ssh": 27, "ssl": [8, 20, 47], "stabil": 18, "stabl": 14, "stacked": 44, "stammordn": 35, "stammverzeichnis": [20, 37, 41], "stammzertifizierungsstell": 20, "standard": [8, 41, 42, 44, 80], "standardadressbuch": 42, "standardansicht": 41, "standardauthentifizier": 20, "standardeinstell": 69, "standardized": 15, "standardlist": 19, "standardmass": [0, 10, 12, 14, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69], "standardordn": [44, 82], "standort": 50, "stapelaktion": 42, "stapelmodus": 42, "star": [21, 42], "starred": 21, "start": [1, 7, 12, 19, 20, 38, 45, 51, 52, 58, 62, 73, 76], "started": [3, 6, 62], "starting": [9, 16, 44], "startmenu": 20, "stat": [8, 15, 44], "statt": [20, 42, 69], "stattdess": [12, 41], "stattfind": 41, "status": [7, 19, 20, 25, 27, 40, 41, 44, 69, 83], "statusanzeig": 19, "statusmeld": 19, "statuszeil": 20, "stdout": 16, "steh": [7, 19, 35, 41, 42, 69], "steht": [19, 20, 44, 60], "stell": [7, 20, 41, 42, 44, 47, 49, 60], "stellig": 35, "stellt": [7, 12, 20, 41, 65], "step": [14, 36, 51], "steps": [20, 28, 51], "sternch": 19, "steu": [7, 60], "steuerelement": 60, "stift": 41, "still": [2, 7, 9, 15, 21], "stimm": 41, "stimmt": 44, "stol": 81, "stop": 44, "stopp": [19, 58, 62], "stopping": 62, "stops": 81, "stor": [15, 19, 20, 41, 42, 45, 66, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 39, 44], "stornier": 41, "stream": 0, "streif": 41, "strikethrough": 15, "structur": [2, 3, 21], "struktur": 42, "stumm": 60, "stummschalt": 60, "stummzuschalt": 60, "stund": [0, 12, 39, 69, 76], "stundlich": 0, "sub": [24, 45], "subfold": 8, "subject": 44, "submit": 1, "subpag": 2, "subsequent": 15, "substantially": 20, "successful": [14, 27, 28], "such": [1, 6, 14, 19, 26, 27, 36, 41, 69, 80, 81, 82], "suchbegriff": 46, "suchfeld": [37, 69, 72], "suchfeldverknupf": 44, "suchfunktion": 44, "suchindex": 26, "suchleist": 44, "suchsymbol": 76, "sucht": 7, "suchverknupf": 44, "sudo": 17, "suit": [8, 83], "summ": 33, "summarization": 1, "summary": 44, "support": [14, 15, 17, 20, 39, 41, 44, 46, 51, 81], "supported": [8, 16, 21, 83], "sur": [39, 81], "swift": [20, 27], "switch": [8, 21, 80, 83], "symbol": [0, 10, 12, 28, 35, 41, 42, 44, 45, 49, 50, 60], "symbolleist": 63, "sync": [8, 12, 14, 19, 20, 25, 44, 53, 81], "synced": [12, 17, 25], "synchronisation": 6, "synchronisi": [14, 19, 20, 41, 42, 45, 48, 50, 51, 53], "synchronisier": [6, 19, 20, 22, 30, 43], "synchronisiert": [19, 20, 41, 48, 50, 53], "synchronisierungsaktivitat": 19, "synchronisierungsclient": [6, 7, 12, 13], "synchronisierungseinstell": 51, "synchronisierungsfehl": 19, "synchronisierungskonto": 19, "synchronisierungslauf": 10, "synchronisierungsordn": [14, 17, 19], "synchronisierungsprozess": 12, "synchronisierungsstatus": 19, "synchronisierungsstatusleist": 19, "synchronisierungsverbind": 12, "synchronisierungsverzeichnis": 12, "synchronisierungsvorgang": 19, "synchroniz": [8, 11, 20, 50], "synchronization": [8, 9, 11, 14, 15, 16, 50, 51], "synchronized": [10, 13], "syncing": 47, "syncronisierung": 19, "syntakt": 19, "syntax": [19, 66], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 12, 14, 15, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51], "systemadministration": [62, 64, 70], "systemadministrator": 60, "systemadressbuch": 42, "systembenachricht": 10, "systemdatei": 19, "systemdateimanag": 19, "systemeinstell": [20, 44], "systemfehl": 20, "systemlast": 44, "systemstart": 19, "systemsteuer": 20, "systemweit": 62, "szenari": [10, 48], "szenario": 24, "t": [5, 14, 20, 39, 44, 46, 81], "tab": [0, 1, 21, 39, 76, 80], "tabbed": 21, "tabell": 66, "tag": [0, 21, 24, 30, 32, 33, 39, 41, 44, 59, 69, 82], "tagesmaximum": 41, "tagg": 44, "tagging": 36, "taglich": [18, 41], "tak": [2, 9, 15, 17, 28, 62, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": 45, "targ": [9, 15, 20, 83], "targetchunkuploadduration": 9, "task": [2, 6, 66], "taskleist": 19, "taskleistensymbol": 10, "tast": [20, 28, 46, 72], "tastatur": [6, 72], "tastaturkurzel": [44, 80], "team": [2, 3, 6, 27, 43, 69, 74, 80], "teambild": 42, "teamkonfigurationsbildschirm": 42, "teammitglied": 42, "teammitgliedschaft": 42, "teamnam": 42, "teamverantwort": 42, "technical": 15, "technically": 14, "teil": [6, 28, 30, 33, 35, 42, 43, 44, 63, 82], "teilnahm": [41, 69, 72], "teilnahmestatus": 41, "teilnehm": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 78, 79], "teilnehmerauswahl": 41, "teilnehmereditor": 58, "teilnehmerlist": [60, 69], "teilnehmermatrix": 41, "teilnehmerubersicht": 41, "teilnehmerzuweis": 58, "teilt": 24, "teilzeichenfolgeubereinstimm": 44, "teilzunehm": [60, 70, 72], "telefon": [60, 81], "telefonat": 60, "telefongesprach": 69, "telefoni": [69, 71], "telefonkonferenz": 60, "telefonnumm": [42, 69], "telegram": 42, "telephon": 82, "temporar": 33, "temporarily": 60, "ten": 27, "terabyt": 12, "term": 1, "termin": 48, "terminal": 15, "terminbuch": 41, "termindetail": [41, 59], "termini": 66, "terminnam": 41, "terminplan": 41, "terminvorschlag": 41, "terminzeitfen": 41, "test": [14, 18, 20, 24, 44, 48], "testing": 9, "text": [1, 2, 5, 10, 15, 19, 20, 21, 66, 73, 80], "text_": 66, "text__": 66, "textausschnitt": 44, "textbeschrift": 56, "texteingabefeld": [19, 66], "textfeld": 19, "textnachricht": 81, "than": [2, 16, 20, 81], "thank": 51, "that": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 39, 40, 41, 42, 44, 78, 81, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 12, 13, 14, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 54, 56, 60, 62, 70, 71, 72, 78, 80, 81, 82], "their": [9, 14, 15, 21, 44, 51, 54, 82], "them": [4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 56, 76, 80, 81], "thema": 44, "themenstrang": 76, "themselv": 58, "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 44, 45, 51, 54, 78, 81], "ther": [1, 2, 10, 20, 24, 62, 71], "thes": [14, 15, 25, 81, 83], "they": [5, 8, 15, 28, 40, 41, 56, 81], "think": 2, "third": 20, "this": [1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 20, 21, 25, 27, 28, 29, 39, 40, 42, 44, 51, 60, 81, 82, 83], "thos": [25, 54], "though": 9, "thread": [1, 76], "threaded": 44, "three": [1, 14, 21, 27, 36, 44], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44], "throw": 45, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thus": 8, "tief": 12, "tim": [8, 9, 10, 14, 15, 20, 36, 41, 44, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11, 26], "tipp": [45, 60], "titel": [41, 59, 76], "titl": [2, 5, 44], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 51, 52, 54, 56, 58, 60, 62, 66, 70, 71, 72, 78, 80, 81, 82, 83], "today": 83, "togeth": [2, 82], "toggl": [1, 21, 72, 80], "tok": [0, 35, 41, 46, 48, 49, 54, 81], "token1": 41, "token2": 41, "token3": 41, "tool": [1, 2, 7, 17, 36, 81], "toolbar": [2, 5, 36, 44, 72], "top": [1, 2, 21, 36, 42, 44, 71, 72, 83], "totp": [20, 81], "touchpad": 63, "toward": 45, "trag": 48, "trail": 21, "traini": 44, "transcription": [1, 64], "transf": [20, 23, 27, 30], "transferred": 37, "transkribiert": 64, "transkription": [61, 73], "transkriptionssprach": 64, "translated": 4, "transparent": 41, "trash": [9, 21, 28], "trashbin_retention_obligation": 24, "tray": [9, 14], "treff": 12, "treib": 20, "trenn": 54, "trennlini": 66, "tried": 44, "tries": 8, "trigg": [27, 44, 50], "triggered": [9, 14, 44], "triggering": 44, "tritt": 44, "trotzd": 41, "troubleshooting": 47, "tru": [7, 16], "trust": [8, 20], "trusted": 82, "tt": 5, "tu": 20, "tumblr": 42, "tun": [12, 14, 17, 24, 26, 41, 72], "tunnel": 20, "turning": 9, "two": [2, 25, 36, 39, 44, 46, 80, 81, 82], "txt": [10, 20], "typ": [1, 2, 7, 9, 15, 21, 26, 36, 60, 80], "typing": 2, "typisch": 19, "typischerweis": [57, 81], "typs": 12, "u": [8, 20, 80], "u2f": 81, "uber": [0, 7, 10, 17, 18, 19, 21, 22, 24, 26, 28, 30, 31, 33, 35, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 56, 58, 59, 60, 66, 69, 70, 71, 72, 73, 74, 75, 76, 80], "uberblick": 0, "uberein": 44, "ubereinstimm": [12, 19, 44], "ubereinstimmt": 44, "ubergeb": 20, "ubergeordnet": [19, 35, 42, 58], "uberlapp": 41, "uberlaufmenu": 19, "uberleg": 6, "ubernahm": 41, "uberpruf": [19, 20, 42, 60, 69], "uberpruft": [12, 19, 42], "uberschreib": [7, 41], "uberschreit": [24, 39], "uberschrieb": 35, "uberschrift": 66, "ubersetz": [53, 61, 73], "ubersetzt": 64, "ubersetzungsfunktion": 44, "ubersicht": [0, 69, 76], "ubersichtsnachricht": 57, "uberspr": 60, "uberspring": 60, "ubertrag": [20, 37, 41, 42], "uberwach": 12, "uberwacht": 12, "ubuntu": [8, 14, 17, 19, 20], "uhr": 41, "uhrensymbol": 66, "uhrzeit": [41, 44, 59, 66], "ui": 9, "umbenannt": 44, "umbenenn": [0, 24], "umbenennt": 35, "umfragedialogfeld": 56, "umfragetitel": 56, "umgeb": 20, "umgebungsvariabl": 10, "umgeleit": 26, "umgewandelt": 50, "umount": 20, "umschalt": 0, "umschaltsymbol": 65, "umschalttast": 42, "umschlag": 44, "umschlaglist": 44, "umwandel": [69, 75], "unabhang": [0, 12, 41], "unabl": 11, "unaffected": 11, "unavailabl": [15, 27], "unbefugt": 0, "unbegrenzt": 69, "unberechtigt": 81, "unbrauchbar": 19, "uncheck": 36, "under": [1, 11, 15, 20, 27, 36, 51, 70, 81], "undergoing": 9, "understanding": 44, "undon": 15, "uneingeschrankt": 38, "unencrypted": 26, "unerwunscht": 19, "unfocus": 80, "unfortunately": 20, "ungeles": [44, 66, 69], "ungelost": 10, "unified": [44, 83], "unifying": 5, "uninstall": 17, "uninstalling": 17, "unintended": 9, "universal": 80, "universell": [6, 12], "universitat": 7, "unknown": 45, "unless": [8, 20, 81], "unlik": 15, "unlink": 28, "unlock": 81, "unlocking": 15, "unmittelbar": 48, "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unorthodox": 12, "unread": [80, 83], "unsere": 44, "unserem": 42, "unseren": 14, "unserer": [43, 73, 80], "unsichtbar": [19, 41], "unsuccessful": 44, "unsynced": 8, "unsyncedfold": 8, "unsynchronized": 15, "unt": [0, 7, 10, 17, 19, 26, 33, 41, 42, 44, 46, 50, 51, 60, 64, 65, 66, 69, 73, 76, 79], "unterbrech": 69, "unterhalb": 0, "unterhalt": [6, 35, 55, 58, 59, 60, 62, 66, 70, 72, 73, 74], "unterhaltungsbeschreib": 72, "unterhaltungseb": 62, "unterhaltungseinstell": [62, 69, 72, 79], "unterhaltungslist": 70, "unterhaltungsmenu": 72, "untermenu": 76, "unternehm": [7, 18, 53], "unterordn": 12, "unterscheid": 82, "unterschied": [10, 19, 28, 35, 41], "unterstutz": [14, 19, 41, 42, 46], "unterstutzt": [14, 20, 41, 42, 44, 49, 50, 53, 66, 74, 81], "unterverzeichnis": 20, "until": [9, 27, 44, 72], "unverandert": [44, 69], "unverschlusselt": [20, 26, 33, 38, 49], "up": [9, 15, 19, 51, 81, 83], "upcoming": 83, "updat": [6, 10, 13, 14, 41, 45], "updated": [10, 14, 54], "updating": 44, "upload": [9, 19, 21, 23, 27, 30, 31, 33, 41], "uploaded": [9, 11, 15, 62], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "urlaub": 40, "ursprung": [33, 35], "us": 80, "usabl": 80, "usag": 83, "use": [5, 8, 9, 15, 20, 21, 26, 27, 40, 44, 45, 51, 54, 60, 72, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 20, 33, 36, 39, 54, 80], "useful": [15, 21, 44, 82], "user": [4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 39, 41, 44, 45, 47, 51, 52, 54, 56, 70, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 48], "uses": [8, 16], "using": [1, 6, 9, 11, 13, 14, 20, 22, 23, 25, 29, 30, 35, 38, 41, 45, 54, 71, 72, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usw": [35, 41, 44, 66], "utf": 20, "v": [60, 72, 80], "v3": 41, "v6": 41, "valu": [11, 15, 16], "valus": [9, 11], "var": 16, "variabl": [6, 9, 13, 31, 41], "variety": 82, "varii": 80, "vcard": 42, "vcf": 42, "ve": 20, "ver": 38, "verandert": 38, "veranstalt": [41, 42, 44, 69], "veranstaltungsdetail": 69, "veranstaltungseditor": 41, "veranstaltungskonversation": 69, "veranstaltungsort": 41, "veranstaltungsteilnehm": 41, "verarbeit": [44, 62], "verberg": 35, "verbess": 44, "verbind": [12, 19, 20, 41, 48, 49, 74], "verbindungsabbruch": 20, "verbindungsassistent": 12, "verbindungsstatus": [19, 20], "verbindungstyp": 20, "verbos": 8, "verbund": [6, 19, 26, 41, 70, 81], "vererbt": 42, "verfolg": 0, "verfug": [7, 19, 20, 35, 42, 60, 69], "verfugbar": [0, 7, 17, 18, 19, 20, 24, 26, 35, 39, 40, 42, 44, 45, 46, 49, 50, 57, 58, 66, 69, 70, 73, 74, 82], "verfugt": [7, 18, 41, 44, 46, 80], "vergang": 69, "vergeb": 41, "vergess": 26, "vergleich": [10, 24, 26], "verhalt": [7, 10, 19, 69], "verhind": [24, 35, 41, 42], "verhindert": 7, "verify": 20, "verknupf": [44, 72], "verknupft": [19, 20], "verlass": [19, 20], "verlauf": 20, "verli": [26, 38], "verlor": 19, "vermeid": 80, "veroffentlicht": [18, 41, 57], "verring": 24, "versanddatum": 44, "verschachtelt": 12, "verschieb": [0, 20, 24], "verschiebt": 44, "verschied": [0, 7, 41, 42, 44, 62, 66, 69, 70, 81], "verschlussel": [6, 20, 30, 47], "verschlusselt": [20, 33, 38], "verschlusselungsschlussel": 26, "verschob": [24, 58, 69], "verschwind": 60, "verseh": [0, 41], "versehent": 41, "versend": [0, 41, 45, 73], "version": [4, 7, 9, 10, 12, 17, 18, 20, 21, 41, 42, 44, 49, 50, 52, 82, 83], "versionier": 39, "versioning": [20, 39], "versionskontroll": [30, 32, 33], "verstark": 80, "versteckt": 35, "versteh": 33, "verstrich": 60, "versuch": [10, 14, 40, 44, 47], "versucht": [47, 69], "verteil": 18, "vertikal": 44, "vertrau": 38, "vertrauenswurd": [20, 44], "vertraulich": 69, "vertretungsperson": 69, "vertriebsplan": 41, "verursach": 19, "verursacht": [44, 80], "vervollstand": 37, "verwalt": [6, 20, 26, 30, 51, 57, 77, 81, 82], "verweis": 44, "verweist": 10, "verwend": [6, 7, 12, 13, 17, 20, 25, 28, 29, 30, 34, 39, 40, 43, 47, 48, 49, 51, 54, 57, 60, 62, 65, 69, 70, 72, 76, 82], "verwerf": 41, "verwirr": 10, "verwisch": 60, "very": [5, 20, 80], "verzeichnis": [12, 14, 19, 20, 24, 53], "verzeichniskomponent": 19, "verzeichnisteil": 20, "via": [4, 6, 15, 20, 21, 29, 39, 41, 60], "vibriert": 60, "video": [21, 60, 62, 72, 73, 80], "videoanruf": 60, "videobild": 60, "videos": [21, 60], "videosignal": 63, "videostream": 72, "videoverifizier": 69, "videovorschau": 60, "viele": [12, 41, 69], "vielen": 41, "vielleicht": 41, "vielzahl": 81, "vier": [42, 44, 66], "viert": 41, "view": [1, 27, 36, 41, 44, 51, 56, 60, 78, 80, 83], "viewed": 21, "views": 21, "virtual": [42, 82], "virtull": [17, 19], "visibility": [15, 82], "visibl": [4, 21, 27, 36, 44], "visit": 25, "visitor": 5, "vista": 20, "visualized": 15, "visull": 80, "voll": [12, 42], "vollbild": 73, "vollbildmodus": 72, "vollstand": [7, 17, 41, 44, 57, 62, 72, 80, 82], "volltextsuch": 26, "vollwert": 50, "volum": 8, "vorabveroffentlich": 18, "vorausgefullt": 44, "vorbehalt": 77, "vorbelegt": 19, "vorbereit": [18, 66], "vorbereitungszeit": 41, "vordefiniert": [19, 41, 44, 60], "voreingestellt": 31, "vorfind": [24, 47], "vorgab": 33, "vorgang": [0, 19, 26, 28, 45, 50], "vorgehensweis": 42, "vorgeht": 44, "vorgenomm": [41, 42], "vorgeschlag": [44, 50], "vorgeseh": 69, "vorgestellt": 19, "vorhand": [12, 35, 41, 44, 66], "vorher": [12, 50, 51], "vorlauf": [41, 44], "vorlieg": 19, "vorliegt": 19, "vornehm": [6, 58, 81], "vorschau": [21, 41, 44, 55], "vorschaubild": [26, 33], "vorschaudialog": 60, "vorschlagseditor": 41, "vorschlagseintrag": 41, "vorschlagselement": 41, "vorschlagslist": 41, "vorsicht": 12, "vorsichtshalb": 44, "vortag": 0, "vorubergeh": [12, 20], "vorzunehm": 19, "vpn": 20, "wahl": [0, 12, 19, 20, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 55, 60, 63, 64, 66, 69, 72, 82], "wahr": 44, "wahrend": [7, 19, 40, 41, 42, 44, 62, 66, 71, 72, 80], "wahrschein": [20, 26, 44], "waiting": 1, "wann": [0, 19, 41], "want": [2, 4, 5, 14, 15, 29, 44, 52, 82], "warnsymbol": [19, 41], "warnt": [12, 44], "warnung": [19, 20, 44], "wart": [18, 19, 44], "wartebildschirm": 79, "way": [2, 15, 20, 25, 54], "ways": 44, "we": [2, 5, 14, 15, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 31, 38, 43, 44, 45, 80], "webauthn": 81, "webbrows": [6, 7, 20], "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinterfac": 73, "weboberflach": [19, 21], "webserv": 20, "websit": [43, 73], "wechsel": [44, 65], "wechsl": 80, "wed": [26, 41], "wegen": [19, 40], "weichzeichn": 60, "weis": [19, 20, 26, 41, 62], "weiss": 19, "weist": [19, 24, 58], "weit": [0, 10, 12, 19, 20, 24, 26, 35, 37, 41, 42, 43, 44, 47, 48, 50, 56, 60, 69, 70, 81], "weitergegeb": 26, "weitergeleit": [41, 69, 72, 81], "weiterhin": [10, 41, 42, 44], "weiterleit": [69, 76], "weiterteil": 35, "weiterzugeb": 62, "weiterzuleit": 69, "welch": [0, 19, 20, 41, 42, 44, 45, 50, 56, 57, 58, 60, 66, 80, 82], "welcom": 20, "well": 11, "wend": [20, 21, 40], "wenig": [24, 38], "wer": [6, 9, 15, 35, 56], "werd": [0, 10, 14, 17, 18, 19, 20, 28, 29, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 57, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 74, 76, 77, 80, 81, 82], "werkzeug": 43, "wert": [7, 12, 19, 20, 24, 31, 42, 44], "what": [5, 15, 27, 33, 36, 82], "when": [1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 27, 28, 40, 42, 44, 50, 51, 54, 62, 72, 82], "wher": [1, 5, 8, 9, 15, 39, 81, 83], "wherev": 25, "wheth": [9, 27, 56], "which": [5, 9, 14, 15, 20, 21, 27, 36, 39, 44, 46, 52, 54, 80, 81, 82, 83], "whil": [10, 15, 44, 56, 60], "whiteboard": 2, "who": [5, 21, 28, 62, 82], "whol": [15, 26], "wichtig": [20, 38, 41, 44, 69, 76], "wid": [36, 82], "widergespiegelt": 41, "widerspruch": 10, "widg": [44, 83], "wied": [19, 20, 24, 26, 33, 39, 41, 69, 72], "wiederhergestellt": 41, "wiederherstell": [20, 41], "wiederherstellungsmog": 26, "wiederherzustell": [26, 39, 41], "wiederhol": [19, 41, 50], "wiederholt": 33, "wiederzuverw": 62, "wiki": [57, 74], "wildcard": 8, "willkomm": 53, "win": 20, "window": [9, 12, 15, 16, 29, 46, 60], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wiss": [20, 41, 81], "with": [2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 21, 25, 27, 28, 36, 40, 41, 42, 44, 45, 52, 54, 56, 72, 80, 81, 82, 83], "within": [9, 15, 44, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44], "wizard": [12, 14], "wobei": [20, 41, 55], "woch": [0, 39, 69, 82], "wochenansicht": 41, "wochent": [0, 41, 42], "wochentag": 41, "wochenzeit": 41, "wodurch": 38, "woll": [18, 20, 26, 35, 41, 42, 66, 72], "won": [14, 81], "word": 5, "wordpress": 12, "work": [15, 20, 27, 36, 41, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 81], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "wort": 38, "worum": 41, "would": [8, 11, 27, 41, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 41], "writing": [20, 44], "wunsch": [44, 80], "wurd": [0, 7, 10, 12, 19, 20, 26, 33, 35, 41, 44, 45, 51, 57, 58, 69, 81], "wurfel": 57, "www": 51, "w\u00e4re": 26, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequ": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": [15, 36], "yet": [14, 15, 25, 42, 46], "you": [1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 60, 69, 70, 71, 72, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 19, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 60, 70, 72, 82, 83], "yourdomain": 20, "yourpassword": 20, "yourself": [20, 36], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [0, 17, 20, 26, 33, 41, 42, 44, 47, 49, 51, 69, 79], "zahl": [33, 60, 70], "zahlt": 33, "zahnrad": 42, "zahnradschaltflach": 42, "zahnradsymbol": [42, 51], "zeich": [19, 42, 44], "zeig": [0, 10, 19, 41, 79], "zeigt": [0, 12, 19, 20, 24, 35, 40, 41, 42, 44, 60, 81], "zeil": [7, 12, 19, 20, 41, 65], "zeit": 44, "zeitander": 44, "zeitfen": 41, "zeitlich": 69, "zeitplan": 41, "zeitpunkt": [24, 40, 41, 44, 49, 66, 76, 79], "zeitraum": [19, 20, 41, 76], "zeitslot": 41, "zeitspann": 41, "zeitstempel": [24, 37, 39], "zeituberwach": 57, "zeitzon": 41, "zeitzonenauswahl": 41, "zentral": 69, "zentriert": 65, "zertifikat": [20, 47, 49], "zertifikatfehl": 20, "zertifikatswarn": 20, "zieh": [29, 41, 56], "ziel": [35, 37, 41, 80], "zielbenutz": 37, "zielteilnehm": 41, "zip": 21, "zitat": 66, "zoom": 6, "zufall": [35, 44], "zufried": 19, "zugang": [31, 35, 41, 69, 76], "zugegriff": 41, "zugehor": 17, "zugeordnet": [20, 42], "zugerechn": 33, "zugewies": [44, 58], "zugreif": [20, 21, 26, 41, 42, 44, 60, 62, 74], "zugriff": [0, 6, 19, 26, 30, 38, 45, 60, 63, 69, 81], "zugriffsberecht": 45, "zugriffskontroll": 57, "zugriffstok": 72, "zugun": 57, "zuhaus": [41, 48, 53], "zukunft": [10, 44, 60], "zulass": [20, 33, 42, 56, 60, 63], "zulasst": 42, "zuletzt": [19, 44], "zunach": [38, 41, 44], "zuordnung": 20, "zurst": [12, 60, 71], "zuruckblatt": 66, "zuruckgeh": 48, "zuruckgesetzt": [40, 41], "zuruckgestellt": 44, "zuruckliegt": 0, "zurucksetz": 41, "zusamm": [12, 62], "zusammenarbeit": [6, 30, 42], "zusammenfassungsanfrag": 44, "zusammenfuhrungsdialog": 42, "zusammenfuhrungsfunktion": 42, "zusammengefuhrt": 42, "zusammenhang": 41, "zusammenzufuhr": 42, "zusatz": [0, 19, 24, 38, 41, 42, 56, 60, 66, 69, 76], "zustandigkeitsbereich": 14, "zustimm": [60, 62], "zuvor": 44, "zuweis": [58, 69], "zuzugreif": [14, 20, 28, 35, 38, 69], "zuzuordn": 20, "zuzustimm": 62, "zuzuweis": 20, "zweck": 40, "zwei": [6, 7, 10, 12, 17, 19, 42, 44, 45, 50, 51, 54, 56, 60, 82], "zweit": [7, 42, 56, 69, 81], "zwingend": 47, "zwisch": [10, 41, 42, 44, 55, 65, 74], "zwischenablag": [41, 51], "zykl": 12, "zyklussymbol": 19, "\u00c4nderung": 31, "\u00c4nderungen": [10, 19, 41, 42, 58]}, "titles": ["Verwendung der Aktivit\u00e4ts-App", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Inhaltsverzeichnis", "Der automatische Updater", "Using the Command-Line Client", "Configuration File", "Konflikte", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Deinstallation", "Update-Kan\u00e4le", "Verwenden des Synchronisierungsclients", "Zugriff auf Nextcloud-Dateien \u00fcber WebDAV", "Accessing your files using the Nextcloud web interface", "Zugriff auf Ihre Dateien", "Teilen & Zusammenarbeit", "Gel\u00f6schte Dateien verwalten", "Synchronisierung f\u00fcr Mobilger\u00e4te und Desktops", "Verwendung serverseitiger Verschl\u00fcsselung", "Using external storage", "Using federation shares", "Anonyme Uploads durchf\u00fchren", "Dateien & Synchronisation", "Gro\u00dfe Dateien hochladen", "Verwalten Sie Ihre Dateien", "Speicherkontingent", "Sicherheit & Verschl\u00fcsselung", "File sharing", "System tags", "Transfer ownership", "Ende-zu-Ende-Verschl\u00fcsselung verwenden", "Versionskontrolle", "Abwesenheitsnachricht setzen", "Verwenden der Kalender-App", "Verwenden der Kontakte-App", "Groupware", "Verwenden der E-Mail-App", "Synchronisierung mit Android", "Synchronisierung mit dem GNOME-Desktop", "Synchronisierung mit iOS", "Synchronisierung mit KDE Kontakt", "Synchronisierung mit macOS", "Synchronisierung mit Thunderbird", "Synchronisierung mit Windows 10", "Migrate data between instances", "Nextcloud 35 - Einf\u00fchrung zur Benutzeranleitung", "Verwaltung verbundener Browser und Ger\u00e4te", "Darstellung", "Anh\u00e4nge", "Bots und Befehle", "Breakout-R\u00e4ume", "Kalenderintegration mit Talk", "Einem Anruf beitreten", "Anrufe", "Anrufaufzeichnung", "Bildschirmfreigabe", "Transkription und \u00dcbersetzung", "Anruflayout", "Nachrichten senden", "Chat", "Unterhaltungen", "Unterhaltungen", "Federation", "Dateiintegration", "Einem Anruf beitreten oder als Gast chatten", "Talk", "Matterbridge", "Apps, die mit Nachrichten integriert sind", "Interaktion mit Nachrichten", "F\u00fcr die Moderation", "\u00d6ffentliche Unterhaltungen", "Webinar und Lobby", "Universeller Zugriff", "Verwendung der Zwei-Faktor-Authentifizierung", "Einstellungen vornehmen", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "Als": 72, "Auf": [41, 66], "Das": 38, "Der": 7, "Ein": [38, 44], "Eine": [35, 42, 44, 62, 69, 70, 72, 78], "Einem": [60, 72], "Einen": [38, 41, 60], "Einige": 12, "Es": 12, "Ich": 12, "Ihr": 44, "Ihre": [22, 29, 32, 41, 42, 49, 69, 82], "Ihrem": 19, "Ihren": 0, "Ihrer": 35, "Ist": 26, "Kann": 26, "Mit": 45, "Sicherheit": [34, 44], "Sie": [12, 29, 32, 42, 44, 49, 69], "So": [12, 44], "Von": [19, 44], "Was": 24, "Wie": 26, "a": [1, 21, 28, 35, 44], "abgebroch": 12, "abmeld": 44, "abonni": 41, "abwesenheitsnachricht": 40, "access": [4, 36], "accessing": [20, 21, 27], "account": 44, "action": [15, 44], "activity": 21, "add": [44, 50], "adding": 27, "address": 44, "adress": 44, "adressbuch": [42, 82], "advanced": 44, "ai": 1, "aktion": 44, "aktivi": [12, 38, 44], "aktivitat": 0, "aktivitatsstream": 0, "alias": [15, 44], "all": [44, 60, 78], "allgemein": 17, "alternativ": 50, "and": [12, 14, 20, 21, 26, 35, 36, 44, 72, 83], "android": 45, "anforder": 83, "anhang": [41, 56], "anheft": 76, "anmeld": 81, "annehm": 70, "anonym": 29, "anoth": 44, "anruf": [60, 61, 64, 72], "anrufaufzeichn": 62, "anruflayout": 65, "anrufteilnehm": 60, "ansicht": 55, "antwort": [20, 41, 44, 66], "anweis": 17, "anzeig": [0, 38, 41, 44, 78], "app": [0, 24, 41, 42, 44, 45], "apps": 75, "arbeit": 41, "arbeitsablauf": 7, "arbeitszeit": 41, "archivi": 69, "as": [42, 44], "assigning": 36, "assistant": 1, "audio": 60, "aufgab": [44, 75], "aufnahm": 62, "aufnahmezustimm": 62, "aufzeichn": 60, "ausschliess": 69, "auswahl": 21, "authentifizier": 81, "automat": [7, 44], "automatisiert": 41, "backend": 27, "bearbeit": [12, 41, 42, 44, 76], "beding": 44, "befehl": 57, "befehlszeil": 20, "beim": [10, 12, 44], "beispiel": 10, "beitret": [60, 72], "bekannt": 20, "belegt": 41, "benachricht": [0, 41, 69], "benachrichtigungseinstell": 0, "benenn": 39, "benutz": [26, 35], "benutzeranleit": 53, "benutzeranmeld": 26, "benutzeroberflach": 12, "benutzerstatus": [19, 41], "beschrank": 82, "betriebsmodus": 44, "betwe": 52, "bildschirmfreigab": [63, 72], "bot": 57, "breakout": [58, 60], "brows": [54, 60], "browsing": 36, "buch": 41, "by": 36, "calendar": 41, "cardbook": 50, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chatnachricht": 75, "chatt": 72, "client": [8, 13, 20, 25, 60], "clientanwend": 81, "cloud": 28, "cod": 81, "collectiv": [2, 3], "command": [8, 16], "comment": 21, "configuration": [9, 15], "conflict": 15, "connecting": 21, "contact": 42, "context": 15, "creat": 5, "creating": [21, 28, 35, 36], "credential": 8, "credit": 51, "curl": 20, "cyberduck": 20, "darstell": 55, "dashboard": [44, 69, 83], "dass": 12, "dat": 82, "data": 52, "datei": [0, 12, 19, 20, 21, 22, 24, 26, 29, 30, 31, 32, 45, 56, 71], "dateiablag": 29, "dateiintegration": 71, "dateimanag": [19, 20], "dateivorschau": 21, "dateizugriff": 20, "datenschutz": 69, "deaktivi": 26, "deaktiviert": 26, "debug": 15, "deck": 75, "deinstallation": 17, "delegation": [41, 44], "delegi": 44, "design": 80, "desktop": [13, 19, 20, 46, 60], "desktops": 25, "detail": 21, "detection": 27, "disk": 11, "dolphin": 20, "doppelt": 42, "download": 14, "downloaded": 15, "drittanbiet": 20, "duplizi": 41, "durchfuhr": 29, "e": [0, 44, 72], "e2e": 38, "editor": 19, "eig": 29, "einbind": 20, "einfug": 66, "einfuhr": 53, "einheit": [44, 83], "einlad": [41, 44, 70], "einladungsautomation": 44, "einricht": [58, 60, 81], "einstell": [41, 72, 82], "einzel": 69, "element": 42, "email": 28, "emoji": 66, "empfangerinfo": 44, "empfohl": 50, "end": 38, "entfern": 42, "environment": 11, "ereignis": 41, "erinner": [41, 44, 76], "erkenn": 44, "eroffn": [69, 78], "erstell": [41, 42, 44, 75], "erstellungsbreich": 44, "erwahn": 44, "everyon": 5, "exampl": 8, "exclud": 8, "experimentell": 10, "explor": 20, "exporti": 41, "extension": 15, "external": 27, "factor": 81, "faktor": 81, "faq": [12, 26], "farb": 44, "favorit": [42, 44], "featur": 15, "federated": [28, 35], "federation": [21, 28, 35, 70], "federiert": 41, "feed": 0, "fehlerbeheb": 49, "feiertagskal": 41, "festleg": 19, "fil": [4, 9, 15, 20, 21, 27, 35, 36], "filt": [0, 44, 69], "filter": 44, "filtering": 21, "find": 15, "first": [2, 5], "fold": 44, "fortschritt": 41, "freigab": [20, 21, 35], "freigeb": 82, "freigegeb": 24, "from": 27, "fug": 44, "funktion": 12, "funktioniert": 12, "fur": [19, 21, 24, 25, 26, 41, 44, 76, 77], "gab": 12, "gast": 72, "geandert": 12, "gebucht": 41, "geburtstagskal": 41, "geloscht": [24, 44], "geplant": [26, 41, 44], "gerat": [38, 54], "geratespezif": 54, "gesprach": 69, "gesprachsraum": 41, "geteilt": 42, "getting": 2, "gleichzeit": 42, "global": 82, "gnom": 46, "grid": 21, "gross": 31, "group": 26, "groupwar": 43, "grundleg": 7, "grupp": [35, 69], "hand": 60, "handling": 8, "hardwar": 81, "haufig": 0, "hauptfen": 19, "heb": 60, "herunterlad": 60, "hintergrund": 60, "hintergrundjob": 26, "hinweis": 45, "hinzu": 44, "hinzufug": [19, 35, 38, 41, 42, 44], "history": 1, "hochgelad": 12, "hochlad": [10, 29, 31], "how": 5, "ics": 41, "if": 81, "ignoriert": 19, "importi": [41, 42], "inbegriff": 80, "indicator": 15, "inhaltsverzeichnis": 6, "initial": 14, "install": [8, 14], "installation": 14, "instanc": 52, "integration": [15, 44], "integriert": 75, "intelligent": 44, "interaktion": 76, "interfac": [21, 83], "intern": [35, 44], "introduction": 5, "ios": 47, "is": 26, "issus": 15, "junk": 44, "kalend": [41, 45, 47, 50, 51, 59], "kalenderintegration": [44, 59], "kalendertransparenz": 41, "kanal": 18, "kart": 75, "kde": [20, 48], "keep": 15, "key": 26, "ki": 44, "known": 15, "kommandozeil": 20, "kompakt": 55, "kompaktmodus": 44, "konfiguri": 19, "konflikt": 10, "kont": [19, 49], "kontakt": [42, 44, 45, 47, 48, 50, 51], "kontaktbild": 42, "kontaktgrupp": 42, "kontaktinformation": 42, "kontinui": 12, "konto": 44, "kontoinstell": [19, 44], "konversationslist": 55, "laufwerk": 20, "layout": 44, "level": [15, 36], "lin": [8, 16], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 60], "liv": 64, "lobby": 79, "locking": 15, "logging": 15, "lokal": 12, "los": 81, "losch": [41, 44], "loschung": 39, "losung": 20, "low": 11, "macos": [7, 14, 15, 17, 20, 49], "mail": [0, 44, 72], "mailinglist": 44, "managing": 36, "manull": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meeting": [44, 59], "mehr": [12, 42, 66], "meldungsanzeig": 44, "menu": 15, "method": 50, "microsoft": 20, "migrat": 52, "minimi": 44, "mitglied": 42, "mittel": 20, "mnemonic": 38, "mobil": [25, 45, 60], "mobilclient": 20, "mobilgerat": 25, "mocht": 12, "moderation": 77, "moglich": 26, "nachricht": [44, 55, 66, 75, 76], "nachrichtenablauf": 69, "nachrichtenaktion": 44, "nachverfolg": 44, "nativ": 44, "nautilus": 20, "navigating": [21, 83], "navigi": 80, "netzwerkfenst": 19, "neu": [19, 41, 44], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "notification": 1, "notiz": 69, "n\u00e4chste": 26, "oben": 44, "offent": [20, 35, 78], "offiziell": 20, "ohn": [26, 45], "on": 14, "onboard": 5, "ons": 50, "option": [16, 41], "ordn": [12, 38, 44], "organisi": 42, "our": 5, "overlay": 19, "own": [5, 27], "ownership": 37, "pag": 5, "papierkorb": [41, 44], "parent": 5, "passiert": 24, "passwort": [26, 54], "passwortander": 54, "personal": 1, "phishing": 44, "pick": [1, 66], "plan": 66, "possibl": 26, "postausgang": 44, "posteingang": 44, "priorisiert": 44, "privat": [26, 69], "probl": 20, "problem": 20, "profil": 83, "profildat": 82, "project": 5, "provid": 15, "rasteransicht": 65, "raum": [41, 58, 60], "raumverfugbar": 41, "reagi": 41, "reaktion": 60, "reaktivitat": 80, "recovery": [26, 81], "refresh": 44, "resourc": 41, "richt": [29, 49], "rss": 0, "running": 1, "s": 2, "schlagwort": 44, "schlussel": [26, 81], "schnellaktion": 44, "search": 44, "searching": 21, "second": 81, "seh": 82, "seitenleist": 0, "selb": 69, "send": 66, "sending": 44, "serv": [12, 14, 44], "serverseit": 26, "setting": [1, 83], "setup": 14, "setz": [40, 76], "shar": [21, 28, 35], "shared": 44, "sharing": [15, 26, 27, 35], "sidebar": 21, "smart": [1, 66], "sofort": 60, "sortierreihenfolg": 44, "spac": 11, "speich": 20, "speicherkontingent": [24, 33], "speicherplatzverwalt": 24, "sprach": 12, "sprecheransicht": 65, "start": [60, 72], "started": 2, "status": [15, 21], "step": 5, "steps": 2, "steuerelement": 21, "still": 66, "storag": 27, "subfold": 44, "such": [44, 76, 83], "supported": [14, 15, 27], "symbol": [19, 21], "sync": 15, "synchronisation": 30, "synchronisi": 12, "synchronisier": [12, 25, 45, 46, 47, 48, 49, 50, 51], "synchronisiert": 12, "synchronisierungsclient": 19, "synchronisierungsordn": 12, "system": 36, "systemanforder": 14, "tag": 36, "taglich": 0, "talk": [41, 59, 60, 69, 71, 73], "task": 1, "taskleistensymbol": 19, "tastatur": 80, "tastenkombination": 44, "team": [5, 42], "teamoption": 42, "teamroll": 42, "teil": [19, 23, 26, 41, 56, 75], "teilnehm": [41, 60, 69], "templat": 5, "termin": [41, 44, 59], "terminkonfiguration": 41, "text": 44, "textblock": 44, "the": [8, 15, 21, 26, 83], "their": 5, "thread": 44, "threadform": 76, "thunderbird": 50, "tlsv1": 51, "to": [5, 21, 36], "togeth": 5, "transf": 37, "transkription": 64, "treff": 41, "troubleshooting": [15, 51], "uber": 20, "uberleg": 81, "uberpruf": 41, "ubersetz": [44, 64], "ubersicht": 10, "umfrag": 56, "umgeb": 7, "umschalt": 44, "umschlagaktion": 44, "universell": 80, "unt": [12, 20], "unterhalt": [41, 68, 69, 76, 78], "unterverzeichnis": 12, "updat": [7, 18], "upload": 29, "uploading": 21, "usag": 8, "use": 2, "using": [8, 15, 21, 27, 28], "variabl": 11, "veranstalt": 59, "verbund": 54, "verfolgt": 12, "verfugbar": 41, "verhind": 7, "veroffent": 41, "verschieb": [12, 21, 26, 44], "verschlussel": [26, 34, 38], "verschlusselt": 26, "versend": 70, "version": [14, 39], "versionskontroll": 39, "versuch": 12, "verwalt": [24, 32, 41, 42, 44, 54, 58, 62, 69], "verwend": [0, 19, 26, 38, 41, 42, 44, 50, 66, 81], "verzeichnis": 21, "via": [28, 80], "videoplay": 21, "videosteuer": 60, "view": 21, "virtull": 42, "vollbild": 72, "vollbildmodus": 60, "vorgeschlag": 41, "vornehm": 82, "vorschlag": 41, "wahrend": 60, "warnung": 12, "web": [21, 83], "webbrows": 83, "webdav": 20, "webinar": 79, "wegwerfgesprach": 69, "wer": 82, "werd": [12, 24, 26], "what": 2, "why": 2, "widg": 41, "wiederherstell": 26, "wiederherstellungsschlussel": 26, "wiederkehr": 41, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26], "you": 81, "your": [5, 21, 27, 81], "zeit": 41, "zoom": 80, "zugriff": [20, 22, 35, 80], "zuordn": 20, "zurst": 44, "zuruckstell": 44, "zusammenarbeit": 23, "zusammenfass": [0, 44, 66], "zusammenfuhr": 42, "zuverlass": 12, "zuweis": 41, "zwei": 81, "\u00c4nderungen": 12}}) \ No newline at end of file diff --git a/server/latest/user_manual/el/contents.html b/server/latest/user_manual/el/contents.html index cab864336a6..601464e228f 100644 --- a/server/latest/user_manual/el/contents.html +++ b/server/latest/user_manual/el/contents.html @@ -180,6 +180,7 @@
      309. Εγκατάσταση
      310. Uninstallation
      311. Χρήση του Πελάτη Συγχρονισμού
      312. +
      313. Using the macOS File Provider
      314. Using the Command-Line Client
      315. Command-Line Options
      316. Configuration File
      317. diff --git a/server/latest/user_manual/el/desktop/autoupdate.html b/server/latest/user_manual/el/desktop/autoupdate.html index 5b141e64490..82de1892d60 100644 --- a/server/latest/user_manual/el/desktop/autoupdate.html +++ b/server/latest/user_manual/el/desktop/autoupdate.html @@ -84,6 +84,7 @@
      318. Εγκατάσταση
      319. Uninstallation
      320. Χρήση του Πελάτη Συγχρονισμού
      321. +
      322. Using the macOS File Provider
      323. Using the Command-Line Client
      324. Command-Line Options
      325. Configuration File
      326. diff --git a/server/latest/user_manual/el/desktop/commandline.html b/server/latest/user_manual/el/desktop/commandline.html index 01eeab0c728..da90eda307a 100644 --- a/server/latest/user_manual/el/desktop/commandline.html +++ b/server/latest/user_manual/el/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      327. Εγκατάσταση
      328. Uninstallation
      329. Χρήση του Πελάτη Συγχρονισμού
      330. +
      331. Using the macOS File Provider
      332. Using the Command-Line Client
      333. Χρήση του Πελάτη Συγχρονισμού
      334. +
      335. Using the macOS File Provider
      336. Using the Command-Line Client
      337. Command-Line Options
      338. Configuration File
      339. diff --git a/server/latest/user_manual/el/desktop/updatechannel.html b/server/latest/user_manual/el/desktop/updatechannel.html index 51371ba8833..b002870ebfc 100644 --- a/server/latest/user_manual/el/desktop/updatechannel.html +++ b/server/latest/user_manual/el/desktop/updatechannel.html @@ -84,6 +84,7 @@
      340. Εγκατάσταση
      341. Uninstallation
      342. Χρήση του Πελάτη Συγχρονισμού
      343. +
      344. Using the macOS File Provider
      345. Using the Command-Line Client
      346. Command-Line Options
      347. Configuration File
      348. diff --git a/server/latest/user_manual/el/desktop/usage.html b/server/latest/user_manual/el/desktop/usage.html index f82b22c011c..0caacd80ec6 100644 --- a/server/latest/user_manual/el/desktop/usage.html +++ b/server/latest/user_manual/el/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      349. Παράθυρο Γενικών Ρυθμίσεων
      350. Χρήση του Παραθύρου Ρυθμίσεων Δικτύου
      351. Χρήση του Επεξεργαστή Αγνοημένων Αρχείων
      352. -
      353. Virtual Files on macOS -
      354. +
      355. Using the macOS File Provider
      356. Using the Command-Line Client
      357. Command-Line Options
      358. Configuration File
      359. @@ -298,15 +295,6 @@

        Χρήση του Παραθύρου Ρυθμίσεων Δικτύου

        Αφαιρούνται αρχεία που προκαλούν μεμονωμένα σφάλματα τρεις φορές κατά τη διάρκεια ενός συγχρονισμού. Ωστόσο, ο πελάτης παρέχει την επιλογή επανάληψης ενός συγχρονισμού τρεις επιπλέον φορές σε αρχεία που παράγουν σφάλματα.

        -
        -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - -
        @@ -314,7 +302,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/el/groupware/sync_ios.html b/server/latest/user_manual/el/groupware/sync_ios.html index ecaddf4d337..8f1853c58c2 100644 --- a/server/latest/user_manual/el/groupware/sync_ios.html +++ b/server/latest/user_manual/el/groupware/sync_ios.html @@ -186,7 +186,7 @@

        ΕπαφέςΣημείωση

        If you select CalDAV only calendar syncing will be made available.

        -

        Εάν ακόμα δεν λειτουργεί, ρίξτε μια ματιά στο Αντιμετώπιση προβλημάτων Επαφών & Ημερολογίου ή στο Αντιμετώπιση προβλημάτων Ανακάλυψης Υπηρεσίας.

        +

        Εάν ακόμα δεν λειτουργεί, ρίξτε μια ματιά στο Αντιμετώπιση προβλημάτων Επαφών & Ημερολογίου ή στο Αντιμετώπιση προβλημάτων Ανακάλυψης Υπηρεσίας.

        diff --git a/server/latest/user_manual/el/objects.inv b/server/latest/user_manual/el/objects.inv index 98fa0a59cec..a0a530a8ef7 100644 Binary files a/server/latest/user_manual/el/objects.inv and b/server/latest/user_manual/el/objects.inv differ diff --git a/server/latest/user_manual/el/searchindex.js b/server/latest/user_manual/el/searchindex.js index 9dbfa0dc721..01d53d49f22 100644 --- a/server/latest/user_manual/el/searchindex.js +++ b/server/latest/user_manual/el/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Deck": [[75, "deck"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How to onboard your team": [[5, null]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Interacting with messages": [[76, null]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Mobile clients": [[60, "mobile-clients"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Open conversations": [[78, null]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Proposals": [[41, "proposals"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u0386\u03bb\u03bb\u03bf\u03b9 \u03bc\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [[35, "others-with-access"]], "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03b5\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd": [[41, "checking-attendees-busy-times"]], "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd": [[39, null]], "\u0388\u03be\u03c5\u03c0\u03bd\u03b5\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [[44, "smart-replies"]], "\u038c\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": [[44, "all-inboxes"]], "\u038c\u03c1\u03b9\u03bf \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2": [[33, null]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2": [[44, "switch-layout"]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2": [[44, "change-sort-order"]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd \u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd": [[26, "change-private-key-password"]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2": [[44, "change-color-for-tags"]], "\u0391\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7 \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c1\u03c9\u03bd \u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": [[41, "assign-rooms-and-resources-to-an-event"]], "\u0391\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [[44, "account-delegation"]], "\u0391\u03bd\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1 \u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03c9\u03bd (\u03c0\u03b5\u03b9\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc)": [[10, "uploading-conflicts-experimental"]], "\u0391\u03bd\u03af\u03c7\u03bd\u03b5\u03c5\u03c3\u03b7 phishing": [[44, "phishing-detection"]], "\u0391\u03bd\u03b1\u03b2\u03bf\u03bb\u03ae": [[44, "snooze"]], "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03c6\u03ce\u03bd": [[44, "mention-contacts"]], "\u0391\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03ce\u03c0\u03b9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": [[49, "troubleshooting"]], "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd \u03b4\u03af\u03c3\u03ba\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd": [[20, "mapping-drives-with-the-command-line"]], "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd \u03b4\u03af\u03c3\u03ba\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u0395\u03be\u03b5\u03c1\u03b5\u03cd\u03bd\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd Windows": [[20, "mapping-drives-with-windows-explorer"]], "\u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": [[20, "answer"]], "\u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2": [[41, "responding-to-invitations"]], "\u0391\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [[14, "system-requirements"]], "\u0391\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 Web": [[83, "web-browser-requirements"]], "\u0391\u03c0\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c0\u03cc \u03bc\u03b9\u03b1 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, "unsubscribe-from-a-mailing-list"]], "\u0391\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd": [[7, "preventing-automatic-updates"]], "\u0391\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd \u03c3\u03b5 \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1 Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "\u0391\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd \u03c3\u03b5 \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1 Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [[45, "files-and-notifications"]], "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2": [[30, null]], "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1": [[44, "security"]], "\u0391\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7": [[41, "automated-user-status"]], "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [[44, "automatic-trash-deletion"]], "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03b9 \u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ad\u03c2": [[44, "autoresponders"]], "\u0392\u03b1\u03c3\u03b9\u03ba\u03ae \u03a1\u03bf\u03ae \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [[7, "basic-workflow"]], "\u0393\u03bd\u03c9\u03c3\u03c4\u03ac \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1": [[20, "known-issues"], [20, "known-problems"]], "\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03ba\u03b9\u03b2\u03ce\u03c4\u03b9\u03bf \u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": [[44, "priority-inbox"]], "\u0394\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [[15, "sync-status-indicators"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1\u03c2 Talk \u03b3\u03b9\u03b1 \u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "create-talk-room-for-booked-appointments"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "creating-an-appointment-configuration"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [[44, "create-a-task"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "create-a-new-calendar"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [[41, "create-a-new-event"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [[42, "create-a-team"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03b7\u03ba\u03ce\u03bd WebDAV \u03c3\u03c4\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [[44, "create-an-event"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c6\u03af\u03bb\u03c4\u03c1\u03bf\u03c5 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1": [[44, "create-a-filter-from-a-message"]], "\u0394\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "publishing-a-calendar"]], "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd": [[44, "delete-tags"]], "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03b9\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": [[39, "deleting-a-version"]], "\u0394\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1 (\u038f\u03c1\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2)": [[41, "availability-working-hours"]], "\u0394\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1\u03c2": [[41, "room-availability"]], "\u0394\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, "configuring-two-factor-authentication"]], "\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "calendar-transparency"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03c9\u03bd": [[41, "managing-events"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[24, null]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u0395\u03c0\u03b1\u03c6\u03ce\u03bd \u03c4\u03b1\u03c5\u03c4\u03cc\u03c7\u03c1\u03bf\u03bd\u03b1": [[42, "managing-multiple-contacts-at-a-time"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2": [[54, "managing-connected-browsers"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [[54, null]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [[54, "managing-devices"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2": [[44, "managing-your-mail-account"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03c3\u03b1\u03c2": [[41, "managing-your-calendars"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd Nautilus": [[20, "nautilus-file-manager"]], "\u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2;": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b5 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[41, "subscribe-to-a-calendar"]], "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b5 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u0391\u03c1\u03b3\u03b9\u03ce\u03bd": [[41, "subscribe-to-a-holiday-calendar"]], "\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": [[14, null]], "\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 \u0395\u03c0\u03b9\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2 \u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae \u0391\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[19, "file-manager-overlay-icons"]], "\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [[19, "systray-icon"]], "\u0395\u03b9\u03ba\u03cc\u03bd\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2": [[42, "contact-picture"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0395\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "importing-virtual-contacts"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "import-a-calendar"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03a3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2/\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2 .ics": [[41, "import-an-event-add-ics-event"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 Nextcloud |\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7|": [[53, null]], "\u0395\u03bb\u03b1\u03c7\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bc\u03bf\u03bd\u03c4\u03ac\u03bb\u03bf\u03c5 \u03c3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7\u03c2": [[44, "minimize-the-composer-modal"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2": [[44, "actions"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03bc\u03b5\u03bd\u03bf\u03cd \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2": [[15, "context-menu-actions"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [[44, "message-actions"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [[44, "envelope-actions"]], "\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae: \u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5 CardBook (\u03bc\u03cc\u03bd\u03bf \u0395\u03c0\u03b1\u03c6\u03ad\u03c2)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2": [[44, "enable-mail-body-search"]], "\u0395\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 Finder": [[15, "finder-integration"]], "\u0395\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5": [[44, "dashboard-integration"]], "\u0395\u03be\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": [[44, "outbox"]], "\u0395\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 Nextcloud \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2 \u03ba\u03b1\u03b9 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[45, "contacts-and-calendar"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ae \u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u0395\u03c0\u03b1\u03c6\u03ae\u03c2": [[42, "edit-or-remove-contact-information"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd": [[44, "edit-tags"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1, \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ae \u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "edit-export-or-delete-a-calendar"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1, \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [[41, "edit-duplicate-or-delete-an-event"]], "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [[42, "team-options"]], "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03ae \u03c6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd": [[21, "selecting-files-or-folders"]], "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": [[10, "overview"]], "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "working-with-the-booked-appointment"]], "\u0395\u03c3\u03c4\u03af\u03b1\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03c4\u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2.": [[80, "zoom-and-responsiveness"]], "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2": [[44, "internal-addresses"]], "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": [[35, "internal-shares-with-users-and-groups"]], "\u0396\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7": [[81, "considerations"]], "\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1": [[50, "calendars"]], "\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[47, "calendar"], [51, "calendar"]], "\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03b3\u03b5\u03bd\u03b5\u03b8\u03bb\u03af\u03c9\u03bd": [[41, "birthday-calendar"]], "\u0398\u03ad\u03bb\u03c9 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03c9 \u03c4\u03bf\u03bd \u03c4\u03bf\u03c0\u03b9\u03ba\u03cc \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03bc\u03bf\u03c5": [[12, "i-want-to-move-my-local-sync-folder"]], "\u0398\u03b1 \u03ae\u03b8\u03b5\u03bb\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03c9 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "\u039a\u03ac\u03b4\u03bf\u03c2 \u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [[41, "trash-bin"]], "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [[80, null]], "\u039a\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2": [[18, null]], "\u039a\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": [[21, "sharing-status-icons"]], "\u039a\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[26, "sharing-encrypted-files"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u0395\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03a3\u03b1\u03c2": [[19, "sharing-from-your-desktop"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd": [[41, "sharing-calendars"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf \u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [[82, "sharing-your-data-in-the-global-address-book"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2": [[35, "public-link-shares"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1": [[42, "shared-items"]], "\u039a\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "booking-an-appointment"]], "\u039b\u03cd\u03c3\u03b7": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u039b\u03cd\u03c3\u03b7 1": [[20, "solution-1"]], "\u039b\u03cd\u03c3\u03b7 2": [[20, "solution-2"]], "\u039c\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Nextcloud \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": [[45, "with-the-nextcloud-mobile-app"]], "\u039c\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[31, null]], "\u039c\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, "mail-translation"]], "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[21, "moving-files"]], "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03c3\u03c4\u03bf\u03bd \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u0391\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03c9\u03bd": [[44, "move-messages-to-junk-folder"]], "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[29, "uploading-files"]], "\u039c\u03c0\u03bb\u03bf\u03ba \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": [[44, "text-blocks"]], "\u039c\u03c0\u03bf\u03c1\u03b5\u03af \u03b7 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03bf \u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7;": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "\u039f \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2": [[7, null]], "\u039f \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ac \u03cc\u03c4\u03b1\u03bd \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5 \u03b2\u03b1\u03b8\u03cd\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc 100 \u03c5\u03c0\u03bf-\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2": [[42, "teams"]], "\u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c3\u03af\u03b1 \u03bc\u03b9\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": [[39, "naming-a-version"]], "\u039f\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u0395\u03c0\u03b1\u03c6\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03bc\u03b5 \u039f\u03bc\u03ac\u03b4\u03b5\u03c2 \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "organize-your-contacts-with-contact-groups"]], "\u039f\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ce\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae, \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [[19, "set-the-user-status"]], "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2": [[82, null]], "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [[6, null]], "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1": [[10, "example"]], "\u03a0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u0393\u03b5\u03bd\u03b9\u03ba\u03ce\u03bd \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": [[19, "general-window"]], "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 WebDAV \u03c4\u03c1\u03af\u03c4\u03c9\u03bd": [[20, "third-party-webdav-clients"]], "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2 \u03c4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03af\u03b1\u03c2": [[25, "mobile-clients"]], "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03b8\u03ad\u03bc\u03b1\u03c4\u03b1": [[80, "included-themes"]], "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03b9\u03bf\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b4\u03b5\u03b9 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb \u03c3\u03b1\u03c2": [[82, "restrict-who-can-see-your-profile-data"]], "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7 \u03c3\u03c4\u03bf\u03bd \u03c3\u03c5\u03bd\u03b8\u03ad\u03c4\u03b7": [[44, "recipient-info-on-composer"]], "\u03a0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7 \u03bc\u03ad\u03c3\u03c9 \u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5.": [[80, "navigating-via-keyboard"]], "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": [[24, "quotas"]], "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": [[29, null]], "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u039c\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd / \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [[44, "message-display-operation-mode"]], "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1": [[44, "scheduled-messages"]], "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[21, "previewing-files"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "adding-contacts"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u039d\u03ad\u03c9\u03bd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd": [[19, "adding-new-accounts"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf Nextcloud \u03c3\u03b1\u03c2": [[35, "adding-a-public-share-to-your-nextcloud"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd \u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2": [[41, "add-recurring-options"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03ba\u03b1\u03b9 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd \u0394\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [[42, "adding-and-managing-address-books"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bc\u03b5\u03bb\u03ce\u03bd \u03c3\u03b5 \u03bf\u03bc\u03ac\u03b4\u03b1": [[42, "add-members-to-a-team"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, "add-a-new-mail-account"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1": [[41, "add-attachments-to-events"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 Talk": [[41, "add-talk-conversation"]], "\u03a0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u0392\u03af\u03bd\u03c4\u03b5\u03bf": [[21, "video-player"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 Nextcloud \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf WebDAV": [[20, null]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 Linux": [[20, "accessing-files-using-linux"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 macOS": [[20, "accessing-files-using-macos"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf Cyberduck": [[20, "accessing-files-using-cyberduck"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf WinSCP": [[20, "accessing-files-using-winscp"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf cURL": [[20, "accessing-files-using-curl"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03ba\u03bf\u03b9\u03bd\u03ad\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03ad\u03c3\u03c9 WebDAV": [[20, "accessing-public-shares-over-webdav"]], "\u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03b5\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd \u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": [[41, "invite-attendees-to-an-event"]], "\u03a0\u03ce\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c4\u03bf\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03c7\u03ce\u03c1\u03bf": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u00ab\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ac\u00bb": [[12, "how-the-edit-locally-functionality-works"]], "\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b7 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7;": [[26, "how-can-encryption-be-disabled"]], "\u03a0\u03ce\u03c2 \u03bd\u03b1 \u0394\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03a6\u03af\u03bb\u03c4\u03c1\u03bf": [[44, "how-to-delete-a-filter"]], "\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u039d\u03ad\u03bf \u03a6\u03af\u03bb\u03c4\u03c1\u03bf": [[44, "how-to-add-a-new-filter"]], "\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03c4\u03bf \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [[12, "how-to-enable-it"]], "\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "appointments"]], "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [[44, "account-settings"]], "\u03a1\u03cc\u03bb\u03bf\u03b9 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [[42, "team-roles"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": [[40, null]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd": [[15, "configuration"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03ba\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03c4\u03ce\u03c3\u03b7\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[29, "setting-up-your-own-file-drop"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd \u03c3\u03b1\u03c2": [[49, "setup-your-accounts"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": [[41, "set-up-reminders"]], "\u03a3\u03c4\u03b1 Windows": [[12, "on-windows"]], "\u03a3\u03c4\u03bf Linux": [[12, "on-linux"]], "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[21, "file-controls"]], "\u03a3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2": [[10, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Android": [[45, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 KDE Kontact": [[48, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Thunderbird": [[50, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Windows 10": [[51, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 iOS": [[47, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 macOS": [[49, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 GNOME": [[46, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd": [[25, null]], "\u03a3\u03c5\u03b3\u03c7\u03ce\u03bd\u03b5\u03c5\u03c3\u03b7 \u03b4\u03b9\u03c0\u03bb\u03cc\u03c4\u03c5\u03c0\u03c9\u03bd \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "merging-duplicate-contacts"]], "\u03a3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b5\u03c2": [[44, "conditions"]], "\u03a3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": [[54, "device-specific-passwords-and-password-changes"]], "\u03a3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2": [[26, "recovery-key-password"]], "\u03a3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2": [[50, "recommended-method"]], "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [[12, null]], "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2": [[26, "encryption-faq"]], "\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03b5\u03c1\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03cc \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ae \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03ae\u03bd\u03b9\u03bf;": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, "logging-in-with-two-factor-authentication"]], "\u03a3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [[44, "compose-messages"]], "\u03a3\u03cd\u03bd\u03bf\u03c8\u03b7 \u03a4\u039d": [[44, "ai-summary"]], "\u03a3\u03cd\u03bd\u03bf\u03c8\u03b7 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2": [[44, "thread-summary"]], "\u03a4\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1": [[26, "files-not-encrypted"]], "\u03a4\u03b9 \u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b1\u03bd \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1": [[24, "what-happens-when-shared-files-are-deleted"]], "\u03a5\u03c0\u03ae\u03c1\u03be\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03b4\u03b5\u03bd \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03b1\u03be\u03b9\u03cc\u03c0\u03b9\u03c3\u03c4\u03b1.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "\u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2": [[44, "follow-up-reminders"]], "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2": [[15, "supported-features"]], "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf": [[44, "filter"]], "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ae\u03c2": [[44, "filtering-and-autoresponder"]], "\u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "adding-contacts-manually"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd \u03bc\u03b5 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, "using-client-applications-with-two-factor-authentication"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0391\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0395\u03c0\u03b1\u03c6\u03ad\u03c2": [[42, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[41, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u0391\u03b3\u03bd\u03bf\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd \u0391\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[19, "using-the-ignored-files-editor"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03a0\u03b1\u03c1\u03b1\u03b8\u03cd\u03c1\u03bf\u03c5 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u0394\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": [[19, "using-the-network-window"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [[19, null]], "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": [[26, "using-encryption"]], "\u03a7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Nextcloud \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": [[45, "without-the-nextcloud-mobile-app"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 27, 39, 41, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 41, 48, 56, 77], "At": [20, 49, 54], "By": [0, 5, 69, 70], "For": [0, 2, 6, 13, 14, 17, 19, 27, 36, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 17, 38, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 38, 39, 41, 42, 44, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [20, 51, 76], "There": [17, 20, 66, 69, 72], "These": [14, 41, 69], "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [20, 21, 44, 64, 70], "_": [8, 24, 33, 80], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 21, 41, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": 69, "acceler": 15, "accept": [44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 14, 42, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 42, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "addressbook": 51, "adjust": [9, 11, 15, 20, 82], "admin": [14, 36, 42], "admin_manu": [24, 33], "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "advanc": [14, 41, 51], "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agenda": [44, 57], "ago": 0, "ai": [6, 44, 66], "aim": 80, "airplan": 57, "alias": 52, "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 44, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alwai": [15, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anonym": [29, 56], "anoth": [27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": 26, "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 42, 44, 69], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [44, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arch": 8, "archiv": [8, 21], "area": 60, "around": 36, "arrow": [15, 66, 72, 80], "artifici": 1, "ask": [9, 27, 45, 62, 66], "assign": [21, 58, 69], "assist": [6, 66, 80], "assum": 15, "attach": [29, 36, 41, 44, 67, 73], "attempt": [14, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "auto": [20, 42, 56], "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": 69, "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72], "backup": [39, 41, 81], "badg": 21, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [8, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [15, 20, 26, 38, 46], "becom": [5, 69], "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "begin": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 44, 65], "best": [14, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "bin": [21, 24, 33], "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": 66, "blockquot": 66, "blog": 12, "blue": 49, "blur": [60, 72], "board": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [41, 42, 50, 82], "border": 27, "bot": [73, 77], "both": [8, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 38, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "build": 14, "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "busi": [40, 41, 44], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 47, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 26, 29, 36, 44, 56], "caption": [56, 76], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "case": [14, 42, 62, 69, 82], "categori": [0, 45], "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 76], "certif": 8, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 26, 29, 36, 41, 44, 54, 55, 58, 69, 72, 80, 82, 83], "chapter": [14, 20], "chart": 15, "chat": [6, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 44, 60, 62, 69], "checklist": 69, "chip": 83, "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 44, 45, 48, 49, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": 15, "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 69], "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 69], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 16, 17, 19, 20, 25, 38, 41, 51, 53, 54, 63, 73, 81], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 38, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 24, 33, 35, 41, 45, 47, 48, 49, 51, 70, 73, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 69], "compat": [11, 12, 21, 27, 81], "complet": [1, 9, 14, 17, 28, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compos": [44, 80], "compromis": 26, "comput": [5, 13, 20, 21, 25], "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": [24, 33], "configur": [0, 1, 6, 11, 13, 14, 15, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_serv": [24, 33], "confirm": [9, 12, 27, 28, 41, 42, 44, 69], "conflict": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": 17, "consist": 15, "contact": [0, 27, 44, 45, 47, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 44, 60, 72], "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 15, 19, 44, 56], "continu": 69, "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 57, 69, 82], "conveni": 0, "convers": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 15, 21, 25, 44, 51], "correct": 20, "correctli": 15, "correspond": [0, 41, 44], "could": [27, 44], "couldn": 44, "counter": 70, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 14, 15, 20, 25, 29, 39, 40, 44, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 69, 76], "credenti": [27, 49, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 38, 42, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 20, 55, 69, 83], "customis": [60, 83], "d": [20, 56], "dai": [0, 11, 59, 69, 83], "daili": 18, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 42, 43, 66, 82], "date": [12, 15, 20, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 56], "deck": [42, 43, 66], "declin": [44, 60, 70], "decor": [15, 66], "decrypt": 38, "dedic": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 59, 60, 69], "defin": 15, "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 33, 36, 39, 41, 44, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 21, 27, 36, 60, 63, 72, 80, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": [11, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 80], "desir": [44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 53, 63, 73], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 27, 36, 39, 41, 44, 52, 59, 69, 82], "detect": [9, 15, 44], "dev": 8, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaspora": 42, "dice": 57, "did": 60, "differ": [0, 7, 8, 21, 41, 69, 70], "digest": 0, "direct": [20, 42, 66], "directli": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 16, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15], "discuss": [44, 58, 60, 69, 76], "disk": [15, 26], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "distribut": [9, 14, 20, 41, 62], "disturb": [66, 69], "divid": [58, 60, 66], "do": [0, 8, 9, 12, 14, 17, 26, 28, 36, 44, 60, 62, 63, 65, 69, 72, 81], "doc": [24, 33], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "doe": [8, 9, 20, 25, 28, 54, 59, 81], "doesn": [20, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 66], "done": [38, 56, 66, 72], "dot": [4, 21, 27, 36, 41, 44, 60, 65], "doubl": [14, 63], "down": [0, 12, 69, 76], "download": [11, 21, 25, 27, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 35, 56], "dropdown": [27, 49, 82], "due": 15, "durat": [9, 41, 69], "dure": [51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 41, 45, 47, 49], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 20, 21, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 58, 80], "effect": 81, "effici": 44, "either": [8, 12, 38, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "els": [10, 14, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38], "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 42, 44, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 27, 30], "end": [26, 30, 34, 41, 57, 62, 69], "engag": 41, "enhanc": 66, "ensur": [15, 80], "enter": [1, 2, 14, 28, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [11, 15, 21, 44], "entri": [0, 1, 2, 21, 42, 82], "env": 16, "envelop": 44, "environ": [6, 8, 13], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 66], "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 41, 44, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 41, 42, 44, 59, 69], "exit": 8, "expand": 44, "expect": 2, "experi": [44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": 62, "explicitli": [8, 27], "explor": 19, "export": [52, 56], "extend": [66, 69], "extens": 44, "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46], "failur": 9, "fall": [11, 20], "fals": [9, 11], "far": 83, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 9, 15, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "few": [62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [41, 69], "find": [20, 21, 24, 25, 41, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 38, 44, 56, 60, 66, 71], "fit": 65, "fix": 14, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 16, 17, 21, 27, 42, 44, 49, 52, 60, 80, 82], "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 45], "format": [2, 5, 9, 15, 21, 41, 44], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "free": [11, 15, 20, 40, 41, 60], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 41, 44, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 42, 81], "further": [38, 82], "futur": [1, 20, 60, 62], "g": [0, 4, 8, 41, 45, 49], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74, 80], "gitlab": 66, "give": [0, 1, 2, 5, 54, 60, 62], "given": [60, 63], "glanc": 36, "global": [76, 82], "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 41, 44, 45, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "grant": [14, 41, 44, 60, 63], "gravatar": 42, "green": [27, 60, 72], "grei": 60, "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [6, 41, 42, 48, 52], "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hand": [5, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15], "hardwar": 83, "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 16, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "high": [64, 80], "highlight": [62, 76], "histori": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": 60, "home": [7, 8, 9, 17, 20, 25], "horizont": 2, "host": 9, "hour": [0, 16, 69, 76], "hourli": 0, "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "howev": 42, "hr": 9, "href": 20, "html": [24, 33, 41], "http": [8, 9, 11, 12, 20, 24, 33, 35, 41, 45, 47, 48, 49, 51, 80], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "idea": 69, "ideal": [54, 79], "ident": 70, "identifi": [15, 41, 54, 60], "ifram": 41, "ignor": 8, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 14, 27, 36, 54, 62, 69], "implement": [25, 44], "import": [2, 15, 38, 41, 42, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": 20, "inact": 59, "includ": [8, 20, 21, 26, 41, 52, 59, 60, 62], "incorrect": 9, "increas": [11, 15, 20], "independ": 0, "index": [12, 41], "indic": [15, 21, 27, 44, 60, 62, 69], "individu": [27, 41, 44, 54, 72], "influenc": 11, "info": 36, "inform": [8, 11, 13, 14, 15, 19, 21, 41, 44, 46, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "inlin": [36, 66], "inotifi": 12, "input": [1, 56, 66, 80], "insert": [1, 2, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instruct": [21, 51, 57, 74], "integr": [15, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "interact": [8, 14, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 55, 73, 80], "intern": 69, "internet": 48, "interrupt": 69, "interv": 9, "introduc": 41, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": 36, "invit": [59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 66, 80], "italic": 66, "item": [8, 15, 21, 24, 33, 41, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 44, 69, 76, 81], "kei": [7, 41, 72, 83], "kept": [15, 26, 42], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "land": 2, "languag": [1, 12, 64], "larg": [29, 65], "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 54, 56, 69, 72, 76], "latest": [14, 24, 25, 33, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 15, 21, 41, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [15, 20, 31, 69, 83], "line": [6, 13, 14, 17, 36, 41, 66], "link": [0, 2, 21, 25, 28, 29, 35, 41, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": 80, "lobbi": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 56, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 26, 42, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15], "longer": [42, 69, 76, 81], "look": [33, 38, 44, 55, 57, 70, 77, 81, 83], "lose": [6, 38], "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": 8, "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 47], "magic": 5, "mai": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 41, 44, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 17, 25, 28, 29, 39, 41, 58, 60, 66, 74], "manag": [5, 6, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 44, 46, 56, 57, 77], "mandatori": 62, "mani": 41, "manner": 8, "manual": [12, 14, 15, 25, 27, 36, 44, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "mayb": 41, "mb": [9, 11], "mdn": 21, "mean": [9, 15, 27, 41, 44, 81], "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 42, 69], "membership": 42, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 15, 19, 21, 27, 36, 41, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 16, 44, 56, 57, 58, 67, 73, 80, 83], "method": [27, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "minim": 44, "minimum": [9, 11, 83], "minut": [9, 27, 39], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 42, 73, 81], "modal": [41, 44, 80, 83], "mode": [60, 66, 69], "model": 1, "moder": [6, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": 12, "modifi": [0, 21, 60], "monitor": [8, 57, 63, 72], "more": [0, 2, 5, 11, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [41, 44, 74, 83], "mount": [20, 21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 44, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 14, 20, 27, 28, 38, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 16, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 44, 65, 69, 76, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [41, 54], "need": [2, 9, 11, 14, 15, 17, 20, 38, 41, 42, 46, 48, 49, 58, 64, 69, 70, 76], "nemo": [19, 20], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "never": [38, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": 15, "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "non": [2, 8, 9, 14], "normal": [9, 26, 44, 66], "note": [2, 4, 41, 44, 76], "notif": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 41, 42, 66], "number": [11, 15, 28, 41, 58, 60, 69], "o": 8, "object": [0, 27], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": 0, "oct": 20, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 44, 60, 73, 80], "offic": [12, 20, 21, 69], "offici": 14, "offlin": [15, 27], "often": [0, 41], "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 41, 44, 45, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "opt": [9, 44], "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 41, 42, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [42, 44, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": 8, "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pane": 44, "panel": [1, 36, 44], "paperclip": 56, "parallel": [11, 15], "paramet": [20, 52], "parent": [21, 42, 58], "part": [2, 5, 44, 60, 69], "parti": [20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "pattern": [8, 39], "pdf": 21, "peer": 2, "pem": 20, "penalti": 20, "pend": 70, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 45, 60], "perform": [8, 9, 20, 44, 64], "period": [27, 59, 69, 76, 83], "perman": [4, 15, 24, 69], "permiss": [37, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 38, 40, 44, 46, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 42, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 44, 63, 82], "plist": 17, "plu": 41, "point": [14, 27, 45, 83], "polici": 7, "poll": [9, 15], "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "port": [8, 9, 44], "posit": 42, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "power": 1, "ppa": 8, "pre": 66, "preconfigur": 14, "predefin": 60, "prefer": [0, 9, 14, 17, 20, 41, 44, 45, 52, 82], "prepar": [62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39], "primari": 44, "princip": [47, 51], "privaci": [38, 62, 83], "privat": [26, 66, 82], "pro": 81, "problem": [11, 81], "proc": 12, "process": [8, 41, 44, 52, 62], "produc": [9, 21], "profil": [6, 9, 27, 42, 44, 69, 82], "program": [12, 14, 17], "progress": [15, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "protect": [35, 38, 69], "protocol": [12, 20, 27, 74], "provid": [0, 1, 8, 12, 14, 15, 20, 21, 38, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9], "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicli": 42, "publish": 82, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "rang": [76, 83], "rather": 20, "re": [5, 44], "reach": [27, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 44, 69, 82], "reader": [0, 80], "readi": 27, "real": 64, "rearrang": 83, "reason": 69, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 41, 44], "recognis": 15, "recommend": [15, 20], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "red": [27, 60, 62], "reddit": 51, "redirect": [69, 72], "reduc": [11, 15], "refer": [14, 21, 31, 62, 76], "reflect": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registri": 12, "regul": 62, "regular": [20, 27, 36, 60], "regularli": 11, "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14], "relev": [41, 76], "remain": 11, "rememb": 1, "remind": [41, 69], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 57, 69, 83], "renam": [0, 21, 36], "reopen": 44, "repeat": [8, 51], "replac": [45, 47, 60, 69], "repli": [44, 57, 69, 76], "report": 44, "repositori": [8, 9], "reproduc": 14, "request": [1, 20], "requir": [1, 8, 27, 38, 41, 44, 60, 62, 64, 69, 74], "reschedul": 66, "resiz": 60, "resourc": [45, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "rest": 25, "restor": [24, 41], "restrict": [36, 42, 82], "result": [1, 9, 15, 83], "resum": 44, "retent": [36, 69], "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rss": 6, "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "save": [5, 15, 27, 36, 39, 41, 44, 54, 56, 62, 80], "scan": 27, "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 52, 69], "scope": [14, 44, 82], "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 56, 59, 62, 66, 69, 72, 76, 81], "selector": 66, "self": 76, "send": [0, 1, 29, 41, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sent": [0, 28, 44, 69], "separ": [0, 1, 44, 49, 81], "server": [8, 9, 10, 11, 12, 13, 15, 17, 20, 21, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36, 38, 41, 46, 47, 49, 51, 54, 62, 69, 70, 78, 80, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 57, 74, 77], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "setup": [11, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": 44, "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "side": [5, 15, 27, 30, 34, 38, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "signific": 20, "significantli": 20, "silent": [8, 60], "similar": [15, 41, 42], "simpl": [5, 27, 39], "simpli": [17, 25, 44, 56, 76], "sinc": [35, 39, 81], "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "situat": 11, "size": [9, 11, 20, 31], "skip": [11, 60, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 20, "solv": [12, 81], "some": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sourc": [20, 38], "sourcedir": 8, "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51, 69], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 58], "speech": [1, 60, 64], "speed": [20, 44], "spoken": 60, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [41, 59], "standard": [8, 14, 15, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "state": [8, 15, 44], "statu": [15, 20, 25, 27, 40, 41, 60, 69, 83], "stdout": 16, "step": [14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": 15, "structur": [2, 3, 21], "sub": [24, 45], "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": 76, "subsequ": 15, "substanti": 20, "success": [14, 27, 28], "sudo": 17, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "support": [8, 15, 16, 17, 20, 21, 39, 41, 42, 44, 46, 51, 66, 74, 81, 83], "sure": [17, 39, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "sync": [8, 12, 14, 15, 17, 19, 25, 44, 47, 53, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "syntax": [66, 69], "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60, 62, 64, 70], "t": [5, 14, 20, 26, 39, 44, 46, 66, 81], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32, 44], "take": [2, 9, 15, 17, 28, 62, 69, 83], "talk": [0, 1, 6, 35, 42, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 57, 66, 69], "team": [2, 3, 6, 27, 42, 69, 74], "technic": [14, 15], "telegram": 42, "telephon": 82, "temporarili": 60, "ten": 27, "tent": 44, "terabyt": 12, "term": 1, "test": [9, 14, 24], "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 28, 40, 41, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "think": 2, "third": 20, "those": [0, 25, 54], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 46, 48, 49, 54, 72, 81], "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 28, 33], "trashbin_retention_oblig": 24, "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "true": [7, 16], "trust": [8, 38, 82], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 75], "two": [2, 17, 25, 36, 39, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 69, 80], "typic": 57, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "umount": 20, "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "uncheck": [0, 36], "und": 5, "under": [1, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 60], "univers": 80, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unresolv": 10, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [9, 15, 19, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 10, 14, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62, 69, 72], "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "usual": 44, "utf": 20, "v": [60, 72, 80], "v3": 41, "v6": 41, "valu": [9, 11, 16], "var": 16, "variabl": [6, 9, 13], "varieti": 82, "variou": 41, "vcard": 42, "vcf": 42, "ve": 20, "vendor": 7, "verbos": 8, "veri": [5, 20, 80], "verif": 69, "verifi": 20, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 14, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "virtual": [17, 42, 82], "visibl": [4, 15, 21, 27, 36, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 15, 17, 20, 25, 38, 41, 44, 54, 56, 59, 62], "wait": [1, 79], "want": [0, 2, 4, 5, 14, 26, 29, 41, 44, 52, 58, 60, 66, 69, 76, 82], "watch": 12, "we": [2, 5, 14, 15, 80], "web": [1, 6, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": 73, "week": [0, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 62], "were": [9, 41, 57, 70], "what": [0, 5, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 39, 41, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "write": [2, 3, 16, 20, 41, 44, 49, 69], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [36, 41], "year": 83, "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 63, "\u03ac\u03b4\u03b5\u03b9\u03b1": [40, 42], "\u03ac\u03b4\u03b5\u03b9\u03b1\u03c3\u03bc\u03b1": 41, "\u03ac\u03bb\u03bb\u03b1": [7, 12, 19, 24, 41, 44], "\u03ac\u03bb\u03bb\u03b1\u03be\u03b5": [26, 41], "\u03ac\u03bb\u03bb\u03b5\u03c2": [19, 41, 42, 48, 53], "\u03ac\u03bb\u03bb\u03b7": [20, 42, 44, 81], "\u03ac\u03bb\u03bb\u03bf": [12, 20, 41, 42, 47], "\u03ac\u03bb\u03bb\u03bf\u03b9": [24, 33, 41], "\u03ac\u03bb\u03bb\u03bf\u03c5": [35, 42], "\u03ac\u03bb\u03bb\u03bf\u03c5\u03c2": [10, 20, 28, 33, 35, 40, 41, 42], "\u03ac\u03bb\u03bb\u03c9\u03bd": 41, "\u03ac\u03bb\u03c5\u03c4\u03b5\u03c2": 10, "\u03ac\u03bc\u03b5\u03c3\u03b1": 12, "\u03ac\u03bc\u03b5\u03c3\u03b5\u03c2": 41, "\u03ac\u03bc\u03b5\u03c3\u03bf\u03c5\u03c2": [28, 35], "\u03ac\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1": 19, "\u03ac\u03bd\u03c9": 20, "\u03ac\u03c1\u03b8\u03c1\u03bf": 20, "\u03ac\u03c4\u03bf\u03bc\u03b1": [24, 26, 41], "\u03ac\u03c4\u03bf\u03bc\u03bf": [10, 41], "\u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1": 46, "\u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf": 12, "\u03ad\u03b3\u03ba\u03c5\u03c1\u03b7": [41, 44], "\u03ad\u03b3\u03ba\u03c5\u03c1\u03bf": 51, "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7": [6, 7, 10, 18, 19, 20, 39, 41, 42, 44, 50, 82], "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": [18, 33, 42], "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf": [6, 7, 41, 50, 51], "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03b9": 44, "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2": [30, 32, 33, 81], "\u03ad\u03bc\u03c0\u03b9\u03c3\u03c4\u03bf\u03b9": 44, "\u03ad\u03bd\u03b1": [7, 10, 12, 19, 20, 24, 26, 29, 33, 35, 37, 39, 40, 41, 42, 43, 47, 48, 50, 51, 53, 80, 81], "\u03ad\u03bd\u03b1\u03bd": [7, 12, 19, 20, 26, 29, 33, 35, 37, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 81, 82], "\u03ad\u03bd\u03b1\u03c1\u03be\u03b7": [12, 20, 41], "\u03ad\u03bd\u03b1\u03c2": [10, 12, 19, 20, 26, 28, 37, 41, 42, 44, 50, 81], "\u03ad\u03bd\u03b4\u03b5\u03b9\u03be\u03b7": 20, "\u03ad\u03be\u03bf\u03b4\u03bf\u03c2": 19, "\u03ad\u03c0\u03b5\u03b9\u03c4\u03b1": [29, 42, 48, 50, 51], "\u03ad\u03c1\u03b3\u03c9\u03bd": 43, "\u03ad\u03c1\u03c7\u03b5\u03c4\u03b1\u03b9": 48, "\u03ad\u03c1\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03ad\u03c4\u03bf\u03b9\u03bc\u03b1": 18, "\u03ad\u03c4\u03bf\u03b9\u03bc\u03b5\u03c2": 18, "\u03ad\u03c4\u03bf\u03c2": 41, "\u03ad\u03c7\u03b5\u03b9": [7, 10, 12, 18, 19, 20, 21, 24, 26, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 46, 80], "\u03ad\u03c7\u03b5\u03c4\u03b5": [7, 10, 19, 20, 26, 33, 35, 41, 42, 44, 45, 49, 51, 81], "\u03ad\u03c7\u03bf\u03c5\u03bc\u03b5": [12, 18], "\u03ad\u03c7\u03bf\u03c5\u03bd": [7, 10, 20, 26, 28, 31, 41, 42, 44, 50], "\u03ad\u03c9\u03c2": [12, 24, 39, 48, 53], "\u03ae": [7, 12, 14, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 44, 45, 46, 47, 48, 49, 53, 80, 81], "\u03ae\u03b4\u03b7": [10, 19, 31, 35, 41, 45, 50, 81], "\u03ae\u03bb\u03b8\u03b1\u03c4\u03b5": 53, "\u03ae\u03c4\u03b1\u03bd": [26, 81], "\u03af\u03b4\u03b9\u03b1": [7, 14, 20, 41, 44], "\u03af\u03b4\u03b9\u03b1\u03c2": 80, "\u03af\u03b4\u03b9\u03bf": [19, 20, 41, 50], "\u03af\u03c3\u03c9\u03c2": 33, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1": 41, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b5\u03c2": 41, "\u03b1\u03af\u03c4\u03b7\u03bc\u03b1": 44, "\u03b1\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1": 21, "\u03b1\u03b3\u03bd\u03bf\u03b5\u03af\u03c4\u03b1\u03b9": 19, "\u03b1\u03b3\u03bd\u03bf\u03b7\u03bc\u03ad\u03bd\u03b1": [12, 19], "\u03b1\u03b3\u03bd\u03bf\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 41, "\u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7": 19, "\u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7\u03c2": 19, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03b9": 44, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5": [19, 20, 28, 35, 51], "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b1\u03b9": 19, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7": 20, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": 44, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2": [46, 48], "\u03b1\u03ba\u03c1\u03b9\u03b2\u03ae\u03c2": 44, "\u03b1\u03ba\u03c1\u03b9\u03b2\u03ce\u03c2": 44, "\u03b1\u03ba\u03c4\u03b9\u03bd\u03bf\u03b2\u03bf\u03bb\u03af\u03b1": 80, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03b9": 41, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2": 41, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": 35, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd": 41, "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b1": [20, 45, 46, 47, 48], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b5\u03c2": [7, 19, 20, 41, 42, 44, 81], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b7": [20, 41], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf": [12, 20], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03b9": 44, "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2": [40, 44], "\u03b1\u03ba\u03cc\u03bc\u03b1": [10, 33, 41, 44, 47], "\u03b1\u03ba\u03cc\u03bc\u03b7": [26, 41, 80], "\u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7": 35, "\u03b1\u03bb\u03b7\u03b8\u03b5\u03af\u03c2": 44, "\u03b1\u03bb\u03bb\u03ac": [7, 10, 12, 24, 26, 33, 41, 44, 45, 80], "\u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9": [12, 19, 28, 81], "\u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bd": 12, "\u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03b9": [10, 12, 26, 40, 41, 82], "\u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5": [10, 12, 14, 20, 37, 41, 44, 48], "\u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd": 51, "\u03b1\u03bb\u03bb\u03ac\u03be\u03c4\u03b5": [20, 51], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2": [6, 10, 19, 41, 42], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae": [19, 37, 51, 82], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd": 10, "\u03b1\u03bb\u03bb\u03b7\u03bb\u03b5\u03c0\u03b9\u03b4\u03c1\u03ac\u03c3\u03b1\u03c4\u03b5": 44, "\u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1": [41, 44], "\u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [6, 40, 43, 50], "\u03b1\u03bc\u03ad\u03c3\u03c9\u03c2": [10, 24, 42, 48, 53], "\u03b1\u03bc\u03b5\u03c4\u03ac\u03b2\u03bb\u03b7\u03c4\u03b1": 44, "\u03b1\u03bd": [10, 12, 19, 20, 21, 26, 48, 80], "\u03b1\u03bd\u03ac": [19, 28, 41, 42, 44], "\u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2": 44, "\u03b1\u03bd\u03ac\u03b3\u03ba\u03b7": 41, "\u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7": [20, 35, 41, 42], "\u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2": [20, 80], "\u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7": 26, "\u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1": [19, 26, 44, 48, 80, 81], "\u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7": 80, "\u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2": [7, 18], "\u03b1\u03bd\u03ae\u03ba\u03b1\u03bd": 42, "\u03b1\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": 28, "\u03b1\u03bd\u03b1\u03b2\u03bb\u03b7\u03b8\u03b5\u03af": 44, "\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03b9": 20, "\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc": 82, "\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c3\u03bc\u03ad\u03bd\u03b1": 44, "\u03b1\u03bd\u03b1\u03b4\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf": [7, 41], "\u03b1\u03bd\u03b1\u03b4\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5": 41, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae\u03c2": 44, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7": 44, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2": [26, 37, 46], "\u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ac": 44, "\u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ac\u03c4\u03b5": 44, "\u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03b7\u03b8\u03bf\u03cd\u03bd": [44, 46], "\u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7": 50, "\u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2": 47, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03c5\u03c6\u03b8\u03bf\u03cd\u03bd": 41, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03b5\u03b9": 45, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03bf\u03c5\u03bd": 41, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03b8\u03b5\u03af\u03c4\u03b5": 81, "\u03b1\u03bd\u03b1\u03ba\u03c4\u03ac": 41, "\u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03c3\u03b5\u03b9": 26, "\u03b1\u03bd\u03b1\u03bb\u03c5\u03b8\u03b5\u03af": 44, "\u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b1\u03c4\u03b5": 19, "\u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b1\u03b9": 44, "\u03b1\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7\u03c2": 48, "\u03b1\u03bd\u03b1\u03bd\u03b5\u03c9\u03b8\u03b5\u03af": 50, "\u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae": 18, "\u03b1\u03bd\u03b1\u03c0\u03c4\u03c5\u03c3\u03c3\u03cc\u03bc\u03b5\u03bd\u03bf": [12, 20], "\u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03c4\u03b5": 20, "\u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03c3\u03c3\u03b5\u03b9": 19, "\u03b1\u03bd\u03b1\u03c3\u03c4\u03c1\u03ad\u03c8\u03b5\u03c4\u03b5": 35, "\u03b1\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5": [20, 24, 26, 33], "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9": 20, "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": [44, 80], "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd": 18, "\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2": 18, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03b5\u03b9": 10, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": 10, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03b5\u03c4\u03b5": 42, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 10, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03b5\u03b9": [10, 33], "\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03b5\u03c4\u03b5": [20, 42], "\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5": 42, "\u03b1\u03bd\u03b5\u03be\u03ac\u03c1\u03c4\u03b7\u03c4\u03b1": [12, 41], "\u03b1\u03bd\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b7": 42, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03b1": 44, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03b7": 19, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03bf": 44, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03c6\u03cd\u03bb\u03b1\u03ba\u03c4\u03b1": 20, "\u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03cd\u03c3\u03b5\u03b9": 41, "\u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9": [10, 19, 37, 42, 44], "\u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03c4\u03b5": [41, 44], "\u03b1\u03bd\u03bf\u03af\u03b3\u03bc\u03b1\u03c4\u03bf\u03c2": 46, "\u03b1\u03bd\u03bf\u03af\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03b9": [7, 12, 20, 42, 45], "\u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03c4\u03b5": [20, 41], "\u03b1\u03bd\u03bf\u03af\u03be\u03bf\u03c5\u03bd": [19, 26], "\u03b1\u03bd\u03bf\u03af\u03be\u03c4\u03b5": [10, 19, 20, 44, 46, 47, 48, 80], "\u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03bf\u03cd": [20, 53], "\u03b1\u03bd\u03c4\u03af": [12, 20, 41, 50], "\u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03b1": 19, "\u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf": [12, 24, 44], "\u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c3\u03b7": 80, "\u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c3\u03b7\u03c2": 80, "\u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c4\u03b1": [12, 41], "\u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b1": [41, 51], "\u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03c2": 43, "\u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03bf\u03c5": 41, "\u03b1\u03bd\u03c4\u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5": 41, "\u03b1\u03bd\u03c4\u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9": 80, "\u03b1\u03bd\u03c4\u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2": 6, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5": 41, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03bf\u03c5\u03bd": 24, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5": [10, 12, 20, 51], "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": [20, 51], "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": 35, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c4\u03b7": 40, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": [20, 41], "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c4\u03b5": 51, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 35, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03bf\u03c5\u03bd": 19, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1": 41, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf": [35, 48], "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03b1\u03c4\u03b5": 26, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03ce\u03c0\u03b9\u03c3\u03b7": [7, 47], "\u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b5\u03cd\u03b5\u03b9": 44, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7": [19, 44], "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03af\u03b6\u03b5\u03b9": 20, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03af\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 20, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03b1": 20, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03b7\u03c2": 29, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd": [23, 30], "\u03b1\u03be\u03b9\u03bf\u03c0\u03b9\u03c3\u03c4\u03af\u03b1\u03c2": 20, "\u03b1\u03be\u03b9\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b9\u03bc\u03bf": 80, "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": 44, "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2": [41, 44], "\u03b1\u03c0\u03ad\u03c1\u03c1\u03b9\u03c8\u03b1\u03bd": 41, "\u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5": 44, "\u03b1\u03c0\u03b1\u03b3\u03cc\u03c1\u03b5\u03c5\u03c3\u03b7": 7, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": 6, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af": [20, 31, 41], "\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9": 47, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd": 41, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": [7, 45], "\u03b1\u03c0\u03b1\u03b9\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2": 81, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9": 41, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 44, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ae": 40, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ce\u03bd": 44, "\u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7": 47, "\u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7\u03c2": 20, "\u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03bf": [19, 35, 37], "\u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 41, "\u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03b5\u03bd\u03bf\u03c2": 41, "\u03b1\u03c0\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [7, 19], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [7, 39], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [21, 35, 41], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [7, 41, 44, 47], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bd": 7, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": 26, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": [41, 44], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": 42, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7": [20, 42], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 42, "\u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf": 44, "\u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2": [19, 26, 41, 44], "\u03b1\u03c0\u03bb\u03ac": [18, 42], "\u03b1\u03c0\u03bb\u03ae": 29, "\u03b1\u03c0\u03bb\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b1\u03c0\u03bb\u03bf\u03cd": 41, "\u03b1\u03c0\u03bb\u03cc": 44, "\u03b1\u03c0\u03bb\u03ce\u03c2": [19, 41, 42, 44, 50, 81], "\u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03b5\u03c3\u03c4\u03b5": 35, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03c4\u03b9\u03ba\u03ac": 81, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ad\u03c2": 41, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae": [37, 41], "\u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03c4\u03b5\u03af": [35, 37, 41], "\u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03c4\u03b5\u03af\u03c4\u03b5": 35, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2": 41, "\u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae": 37, "\u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae\u03c2": 35, "\u03b1\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9": 42, "\u03b1\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5": 42, "\u03b1\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5": [41, 44], "\u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7": [20, 26, 42, 47, 51, 82], "\u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2": [24, 26, 30, 32, 46], "\u03b1\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf": 20, "\u03b1\u03c0\u03bf\u03b8\u03b5\u03c4\u03b7\u03c1\u03af\u03c9\u03bd": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2": 39, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af": [20, 44], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd": 42, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03b5\u03b9": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03b5\u03c4\u03b1\u03b9": 44, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9": [26, 41, 44], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03bf\u03c5\u03bd": 33, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5": [19, 20, 41], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03bf\u03c5\u03bc\u03b5": 26, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5": [12, 20], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd": 51, "\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03af\u03b5\u03b9": 19, "\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03cc": 19, "\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2": 20, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c3\u03b5\u03b9": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b5\u03af": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03cd\u03c0\u03c4\u03b5\u03b9": 35, "\u03b1\u03c0\u03bf\u03ba\u03c4\u03ac\u03c4\u03b5": 20, "\u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": [14, 20, 21, 41, 42, 44], "\u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 26, "\u03b1\u03c0\u03bf\u03bb\u03cd\u03c4\u03c9\u03c2": 31, "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b1": [20, 26], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": [10, 26], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b7": [10, 20, 26, 28], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b7\u03c2": 28, "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf": 20, "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": [20, 50], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5": [28, 35], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": [20, 28, 35], "\u03b1\u03c0\u03bf\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03af\u03c0\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03af\u03c8\u03b5\u03b9": [35, 37, 41], "\u03b1\u03c0\u03bf\u03c1\u03c1\u03af\u03c8\u03b5\u03c4\u03b5": 35, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [24, 26, 28, 33, 42, 54], "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03c6\u03b8\u03ad\u03bd\u03c4\u03b1": 41, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03c6\u03b8\u03bf\u03cd\u03bd": 41, "\u03b1\u03c0\u03bf\u03c3\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1": 44, "\u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af": [41, 44], "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ad\u03b1": 44, "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ad\u03b1\u03c2": 44, "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae": [41, 44], "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2": [19, 29, 44], "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03b5\u03af\u03c2": 44, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03b5\u03b9": 28, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03b9\u03c2": 20, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5": 54, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5": 26, "\u03b1\u03c0\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ac\u03c3\u03c4\u03b5": 20, "\u03b1\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": 19, "\u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9": 43, "\u03b1\u03c0\u03bf\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9": 24, "\u03b1\u03c0\u03bf\u03c4\u03c1\u03b1\u03c0\u03b5\u03af": 41, "\u03b1\u03c0\u03bf\u03c4\u03c5\u03b3\u03c7\u03ac\u03bd\u03b5\u03b9": 20, "\u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1": 12, "\u03b1\u03c0\u03bf\u03c4\u03cd\u03c7\u03b5\u03b9": [7, 12, 20], "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1": 40, "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": [6, 41, 43, 44], "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b5\u03c2": 41, "\u03b1\u03c0\u03bf\u03c5\u03c3\u03b9\u03ac\u03b6\u03b5\u03c4\u03b5": 40, "\u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03c3\u03b5\u03b9": 44, "\u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae": 35, "\u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03bf\u03c2": 26, "\u03b1\u03c0\u03cc": [7, 10, 18, 20, 21, 24, 26, 28, 31, 33, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80, 81, 82], "\u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2": 44, "\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7": 35, "\u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b7": 20, "\u03b1\u03c0\u03cc\u03c0\u03b5\u03b9\u03c1\u03b1": 44, "\u03b1\u03c0\u03cc\u03c0\u03b5\u03b9\u03c1\u03b5\u03c2": 44, "\u03b1\u03c0\u03cc\u03c1\u03c1\u03b7\u03c4\u03bf": [44, 53], "\u03b1\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7": 37, "\u03b1\u03c0\u03ce\u03bd": 19, "\u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1": [42, 44, 50], "\u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03af": 42, "\u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd": 41, "\u03b1\u03c1\u03b9\u03b8\u03bc\u03cc": [19, 26, 44], "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac": 19, "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ae": [20, 41, 42], "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ae\u03c2": [42, 50], "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03cc": [19, 42], "\u03b1\u03c1\u03ba\u03b5\u03c4\u03ac": [12, 26], "\u03b1\u03c1\u03c7\u03ad\u03c2": 20, "\u03b1\u03c1\u03c7\u03ae": [20, 44], "\u03b1\u03c1\u03c7\u03af\u03c3\u03c4\u03b5": 44, "\u03b1\u03c1\u03c7\u03b5\u03af\u03b1": [6, 10, 14, 19, 21, 22, 28, 33, 35, 37, 41, 46, 53], "\u03b1\u03c1\u03c7\u03b5\u03af\u03bf": [7, 10, 12, 19, 20, 24, 26, 28, 35, 37, 41, 42], "\u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5": [7, 12, 19, 20, 33, 35, 37, 39], "\u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [12, 22, 25, 30, 32, 33, 35, 37, 42, 46, 53], "\u03b1\u03c1\u03c7\u03b9\u03ba\u03ae": [35, 48], "\u03b1\u03c1\u03c7\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 26, "\u03b1\u03c1\u03c7\u03b9\u03ba\u03bf\u03cd": 33, "\u03b1\u03c3\u03b8\u03b5\u03bd\u03b5\u03af\u03b1\u03c2": 40, "\u03b1\u03c3\u03c4\u03b5\u03c1\u03af\u03c3\u03ba\u03bf": 19, "\u03b1\u03c3\u03c4\u03b5\u03ca\u03c3\u03bc\u03bf\u03cd\u03c2": 42, "\u03b1\u03c3\u03c5\u03bd\u03ae\u03b8\u03b9\u03c3\u03c4\u03bf": 12, "\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1\u03c2": [20, 26], "\u03b1\u03c3\u03c6\u03b1\u03bb\u03ad\u03c2": [20, 53], "\u03b1\u03c3\u03c6\u03b1\u03bb\u03ae": 53, "\u03b1\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2": 20, "\u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03b1\u03c2": [19, 44], "\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03ae": 41, "\u03b1\u03c5\u03b8\u03b1\u03af\u03c1\u03b5\u03c4\u03bf": [19, 20], "\u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9": 31, "\u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03c5\u03be\u03b7\u03b8\u03b5\u03af": 80, "\u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc": 12, "\u03b1\u03c5\u03c4\u03ac": [12, 19, 21, 26, 31, 33, 40, 41, 43, 44, 45, 50, 51, 53], "\u03b1\u03c5\u03c4\u03ad\u03c2": [10, 21, 35, 41, 42], "\u03b1\u03c5\u03c4\u03ae": [7, 12, 20, 26, 40, 42, 44, 48], "\u03b1\u03c5\u03c4\u03ae\u03bd": [7, 10, 19, 20, 24, 26, 28, 35, 41, 42, 44], "\u03b1\u03c5\u03c4\u03ae\u03c2": [7, 20], "\u03b1\u03c5\u03c4\u03bf": [20, 49], "\u03b1\u03c5\u03c4\u03bf\u03af": 82, "\u03b1\u03c5\u03c4\u03bf\u03bd\u03cc\u03b7\u03c4\u03b5\u03c2": 42, "\u03b1\u03c5\u03c4\u03bf\u03cd": [7, 19, 20, 41], "\u03b1\u03c5\u03c4\u03bf\u03cd\u03c2": 42, "\u03b1\u03c5\u03c4\u03cc": [7, 10, 12, 14, 19, 20, 24, 28, 31, 35, 39, 41, 42, 44, 45, 46, 48, 80], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1": [7, 12, 20, 28, 35, 41, 44, 47], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b5\u03c2": 7, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7": [37, 39, 50], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7\u03c2": 7, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf": [7, 40], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2": [6, 13, 14], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c5": 7, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd": 44, "\u03b1\u03c5\u03c4\u03cc\u03bd": [10, 20, 33, 35, 41, 44, 47, 48, 50], "\u03b1\u03c5\u03c4\u03cc\u03c2": [7, 26], "\u03b1\u03c5\u03c4\u03ce\u03bd": 31, "\u03b1\u03c6\u03ae\u03bd\u03b5\u03c4\u03b5": 41, "\u03b1\u03c6\u03ae\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": [20, 44], "\u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7": [12, 19, 20], "\u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03b9\u03c2": 42, "\u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": [12, 41, 42, 44], "\u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03c4\u03b5": [12, 28], "\u03b1\u03c6\u03b1\u03b9\u03c1\u03b5\u03af\u03c4\u03b5": 42, "\u03b1\u03c6\u03b1\u03b9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 19, "\u03b1\u03c6\u03bf\u03c1\u03ac": 41, "\u03b1\u03c6\u03bf\u03cd": [12, 41, 42], "\u03b1\u03cc\u03c1\u03b1\u03c4\u03bf\u03c2": [19, 41], "\u03b1\u03cd\u03be\u03b7\u03c3\u03b7": [31, 41], "\u03b2\u03ac\u03c3\u03b5\u03b9": 33, "\u03b2\u03ac\u03c3\u03b7": [26, 33, 44, 81], "\u03b2\u03ad\u03bb\u03bf\u03c2": [28, 39, 50], "\u03b2\u03ae\u03bc\u03b1": [41, 47], "\u03b2\u03ae\u03bc\u03b1\u03c4\u03b1": [28, 35, 41, 45, 46, 48, 50, 51], "\u03b2\u03b1\u03b8\u03b9\u03ac": 12, "\u03b2\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 20, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2": 41, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ae": 20, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ae\u03c2": 20, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03cc": [10, 41], "\u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 7, "\u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 20, "\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5": [20, 41, 44, 47, 49], "\u03b2\u03b5\u03bb\u03c4\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9": 20, "\u03b2\u03b5\u03bb\u03c4\u03b9\u03c9\u03b8\u03b5\u03af": 44, "\u03b2\u03b9\u03b2\u03bb\u03af\u03bf": [6, 44], "\u03b2\u03bb\u03ad\u03c0\u03b5\u03b9": 35, "\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5": [19, 41], "\u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1": 80, "\u03b2\u03bf\u03b7\u03b8\u03ac": 42, "\u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9": 41, "\u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5": [18, 80], "\u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03b2\u03bf\u03b7\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2": 41, "\u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03b9": 37, "\u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c3\u03c4\u03b5": 20, "\u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9": [19, 44], "\u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03bd\u03c4\u03b1\u03b9": [12, 33, 35, 42], "\u03b2\u03c1\u03b1\u03c7\u03c5\u03c0\u03c1\u03cc\u03b8\u03b5\u03c3\u03bc\u03b5\u03c2": 18, "\u03b2\u03c1\u03b5\u03af\u03c4\u03b5": [14, 19, 41, 42, 47, 48, 80], "\u03b2\u03c1\u03b5\u03b8\u03b5\u03af": [20, 41, 44], "\u03b2\u03c1\u03b5\u03b8\u03bf\u03cd\u03bd": [41, 44], "\u03b2\u03c1\u03b5\u03b9": [12, 41], "\u03b2\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2": 12, "\u03b3\u03af\u03bd\u03b5\u03b9": [10, 12, 37, 41, 44, 46, 48], "\u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9": 24, "\u03b3\u03af\u03bd\u03b5\u03c4\u03b5": 80, "\u03b3\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [42, 45], "\u03b3\u03af\u03bd\u03bf\u03c5\u03bd": 41, "\u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c2": 42, "\u03b3\u03b5\u03bc\u03ac\u03c4\u03bf": 41, "\u03b3\u03b5\u03bd\u03ad\u03b8\u03bb\u03b9\u03b1": 41, "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ac": [7, 19, 41], "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2": 19, "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ae": 41, "\u03b3\u03b9\u03b1": [6, 7, 10, 12, 14, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 39, 40, 42, 43, 46, 47, 48, 50, 51, 53, 80, 81, 82], "\u03b3\u03ba\u03c1\u03b9": [19, 41], "\u03b3\u03bb\u03c9\u03c3\u03c3\u03b9\u03ba\u03cc": 44, "\u03b3\u03bb\u03ce\u03c3\u03c3\u03b1\u03c2": 82, "\u03b3\u03bb\u03ce\u03c3\u03c3\u03b5\u03c2": 44, "\u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5": [20, 81], "\u03b3\u03bd\u03c9\u03c3\u03c4\u03ae": 45, "\u03b3\u03bd\u03c9\u03c3\u03c4\u03cc": [45, 81], "\u03b3\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1": 20, "\u03b3\u03c1\u03ac\u03c6\u03b5\u03c4\u03b5": 44, "\u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7": [19, 44], "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2": 19, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae": [7, 10, 12, 19, 28, 35, 41, 48], "\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03ba\u03b9\u03b2\u03c9\u03c4\u03af\u03bf\u03c5": 51, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac": 80, "\u03b3\u03c1\u03b1\u03bd\u03ac\u03b6\u03b9": 42, "\u03b3\u03c1\u03b1\u03bd\u03b1\u03b6\u03b9\u03bf\u03cd": [42, 51], "\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03bf\u03c5": 41, "\u03b3\u03c9\u03bd\u03af\u03b1": 50, "\u03b4\u03ad\u03bd\u03c4\u03c1\u03bf": 19, "\u03b4\u03ad\u03c3\u03bc\u03b5\u03c2": 20, "\u03b4\u03af\u03ba\u03c4\u03c5\u03bf": [20, 50], "\u03b4\u03af\u03bd\u03b5\u03b9": 12, "\u03b4\u03af\u03bd\u03bf\u03c5\u03bd": 41, "\u03b4\u03af\u03c0\u03bb\u03b1": [19, 37, 41, 42, 44, 50], "\u03b4\u03af\u03c3\u03ba\u03bf": [33, 39, 41], "\u03b4\u03b5\u03af": 42, "\u03b4\u03b5\u03af\u03ba\u03c4\u03b7": [19, 41, 44], "\u03b4\u03b5\u03af\u03ba\u03c4\u03b7\u03c2": 19, "\u03b4\u03b5\u03af\u03c4\u03b5": [7, 10, 12, 19, 20, 24, 26, 29, 35, 37, 41, 42, 44, 81, 82], "\u03b4\u03b5\u03af\u03c7\u03bd\u03b5\u03b9": [10, 19, 20, 24], "\u03b4\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd": 44, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1": [6, 12, 20, 26, 33, 40, 41, 42, 45, 53], "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03bf": 44, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [6, 12, 26, 33, 48], "\u03b4\u03b5\u03b9": 6, "\u03b4\u03b5\u03ba\u03b1\u03b4\u03b9\u03ba\u03cc": 20, "\u03b4\u03b5\u03bb\u03c4\u03af\u03b1": 44, "\u03b4\u03b5\u03bd": [7, 10, 19, 20, 24, 28, 31, 33, 35, 39, 41, 42, 44, 45, 47, 48, 49, 50, 51, 82], "\u03b4\u03b5\u03be\u03af": [19, 20, 48], "\u03b4\u03b5\u03be\u03b9\u03ac": [19, 39, 50], "\u03b4\u03b5\u03be\u03b9\u03bf\u03cd": 35, "\u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1": [39, 48, 81], "\u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03bf": 39, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7": 7, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7\u03c2": 42, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2": 81, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03c9\u03bd": 81, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5": 51, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9": [10, 12, 19, 24, 26, 41, 42, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 20, 21, 26, 28, 33, 35, 41, 42, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5": [20, 44, 45], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [12, 19, 35], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2": 19, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af": 10, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c4\u03b1\u03b9": [39, 41], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c4\u03b5": [20, 43, 48, 81], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03b5\u03af": [35, 41], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd": [41, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": 41, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd": 41, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": [18, 20, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03cc\u03c2": 10, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ce\u03bd\u03c4\u03b1\u03c2": [28, 35], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5": 45, "\u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd": 41, "\u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1": [20, 41], "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2": [35, 41], "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf": [20, 41], "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03b9": 35, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03c5": 41, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03c9\u03bd": 35, "\u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf": [19, 41, 42], "\u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf\u03b9": 19, "\u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2": [28, 41, 42], "\u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1": [19, 40, 41, 42, 80], "\u03b4\u03b9\u03ac\u03c3\u03c0\u03b1\u03c3\u03b7\u03c2": 44, "\u03b4\u03b9\u03ac\u03c3\u03c4\u03b7\u03bc\u03b1": 44, "\u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7": 44, "\u03b4\u03b9\u03ac\u03c6\u03bf\u03c1\u03b5\u03c2": [35, 42], "\u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9": 26, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9": [24, 28, 39, 44], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03c4\u03b1\u03b9": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03c4\u03b5": [24, 44], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b1\u03bd": [24, 44], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5\u03bd": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9": [24, 41, 42], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5": [10, 19, 21, 24, 39, 41, 42], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03bf\u03c5\u03bd": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1": [33, 41], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd": [30, 32], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae": [19, 24, 33], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af": [19, 33], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03bf\u03cd\u03bd": [24, 41, 44], "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1": [12, 39, 50], "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03af": [20, 46], "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03cd\u03c2": 49, "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": 20, "\u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae": [19, 20, 48, 51], "\u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2": 19, "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1": [19, 46], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b5\u03c2": [7, 35, 41, 42, 44], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7": [7, 20, 26, 41], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf": [19, 24, 82], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03b9": [42, 50], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2": [19, 20, 41], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5": [24, 39], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2": [42, 45], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9": 7, "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c4\u03bf\u03c5\u03bd": 26, "\u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 19], "\u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 40, "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ad\u03c2": [20, 28, 35, 41, 53], "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae": [10, 14, 19, 20, 21, 24, 26, 28, 35, 41, 43, 44, 45, 47, 48, 49, 50, 53, 82], "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2": [10, 20, 44, 47, 51], "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2": 10, "\u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ad\u03c2": 40, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac": [6, 41], "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc": [20, 35, 41], "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc1": 41, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc2": 41, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc3": 41, "\u03b4\u03b9\u03b1\u03ba\u03cc\u03c0\u03c4\u03b5\u03b9": [19, 44], "\u03b4\u03b9\u03b1\u03ba\u03cc\u03c0\u03c4\u03b7\u03c2": 10, "\u03b4\u03b9\u03b1\u03ba\u03cc\u03c8\u03b5\u03c4\u03b5": 19, "\u03b4\u03b9\u03b1\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc": 41, "\u03b4\u03b9\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5": [19, 44, 51], "\u03b4\u03b9\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2": 46, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af": 31, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2": 44, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03bc\u03ad\u03bd\u03bf": [41, 49], "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03b9": [33, 41, 42], "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03b9\u03c2": 31, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03c4\u03b5": [20, 35, 41], "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7": [6, 20, 26, 31, 41, 42, 44], "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2": [20, 35, 37, 42], "\u03b4\u03b9\u03b1\u03bd\u03bf\u03bc\u03ad\u03c2": 7, "\u03b4\u03b9\u03b1\u03bd\u03bf\u03bc\u03ae": 12, "\u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03ac": 45, "\u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03b1": 20, "\u03b4\u03b9\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": 12, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03b9": 7, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03b9": 41, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03c4\u03b5": 20, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03b9\u03c3\u03c4\u03b5\u03af": 24, "\u03b4\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7": [12, 44], "\u03b4\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2": [24, 33, 44], "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5": 42, "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af": [19, 39], "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af\u03c4\u03b1\u03b9": 42, "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03bf\u03cd\u03bc\u03b5": 39, "\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9": 80, "\u03b4\u03b9\u03b1\u03c6\u03b1\u03bd\u03ad\u03c2": 41, "\u03b4\u03b9\u03b1\u03c6\u03b1\u03bd\u03ae": 41, "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2": 10, "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac": [7, 19, 20, 35, 81], "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2": [41, 42], "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc": [20, 44], "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc\u03c2": 20, "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ce\u03bd": 44, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03ae": 41, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7": [6, 20, 30, 32, 33, 51, 81, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2": [20, 43], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c3\u03c4\u03b5": [42, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 42, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ad\u03c2": [7, 20], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae": [7, 13, 20, 21, 24, 26, 31, 33, 35, 37, 41, 42, 44, 46, 50, 80, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2": [21, 24, 26, 29, 33, 41, 42, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": 82, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2": 35, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 44, "\u03b4\u03b9\u03b1\u03cd\u03b3\u03b5\u03b9\u03b1": 80, "\u03b4\u03b9\u03b4\u03ac\u03be\u03b5\u03c4\u03b5": 44, "\u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ad\u03c2": 43, "\u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae": [19, 21, 40, 41, 44, 82], "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2": [41, 42], "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [6, 44, 45, 47, 50], "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03ce\u03bd": [41, 42], "\u03b4\u03b9\u03b5\u03c5\u03ba\u03cc\u03bb\u03c5\u03bd\u03c3\u03ae": 19, "\u03b4\u03b9\u03b5\u03c5\u03ba\u03cc\u03bb\u03c5\u03bd\u03c3\u03b7": 80, "\u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7": [14, 20, 28, 35, 41, 44, 45, 48, 50, 51, 82], "\u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2": [20, 44, 51], "\u03b4\u03b9\u03ba\u03ac": [7, 41, 42], "\u03b4\u03b9\u03ba\u03ae": 42, "\u03b4\u03b9\u03ba\u03b1\u03af\u03c9\u03bc\u03b1": 41, "\u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1": [7, 20, 35, 42, 45], "\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": 20, "\u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7": 20, "\u03b4\u03b9\u03ba\u03cc": [28, 35, 44], "\u03b4\u03b9\u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03ae": 41, "\u03b4\u03b9\u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03ae\u03c2": 41, "\u03b4\u03b9\u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 42, "\u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2": 7, "\u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03c4\u03b5": 48, "\u03b4\u03b9\u03c0\u03bb\u03cc": 12, "\u03b4\u03b9\u03c0\u03bb\u03cc\u03c4\u03c5\u03c0\u03b5\u03c2": 42, "\u03b4\u03b9\u03c3\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5": 80, "\u03b4\u03bf\u03b8\u03b5\u03af": 35, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03b5\u03b9": 12, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03b5\u03c4\u03b5": [47, 48], "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5": 20, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ad\u03c2": 18, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03ad\u03c2": 18, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b5\u03af": 10, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac": 41, "\u03b4\u03bf\u03bc\u03ad\u03c2": 26, "\u03b4\u03bf\u03bc\u03ae": 42, "\u03b4\u03bf\u03c5\u03bd": 26, "\u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1": [12, 19, 20], "\u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 82, "\u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": 19, "\u03b4\u03c5\u03bd\u03ac\u03bc\u03b5\u03b9\u03c2": 24, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03ac": 44, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03ae": [7, 18, 20, 41], "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc": [19, 41, 44], "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 19, 20, 26, 41, 44], "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 20, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": [12, 20, 21, 82], "\u03b4\u03c5\u03c3\u03ba\u03bf\u03bb\u03ad\u03c8\u03b5\u03b9": 35, "\u03b4\u03c5\u03c3\u03bb\u03b5\u03be\u03af\u03b1": 80, "\u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1": 42, "\u03b4\u03c9\u03c1\u03b5\u03ac\u03bd": [53, 80], "\u03b4\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2": 42, "\u03b4\u03cd\u03bf": [6, 7, 10, 12, 19, 42, 44, 45, 50, 51, 54, 82], "\u03b4\u03ce\u03c3\u03b5\u03c4\u03b5": 39, "\u03b5\u03ac\u03bd": [7, 10, 19, 20, 24, 26, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 80, 81, 82], "\u03b5\u03af\u03bd\u03b1\u03b9": [7, 10, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 53, 80, 81, 82], "\u03b5\u03af\u03c3\u03c4\u03b5": [10, 12, 19, 41, 82], "\u03b5\u03af\u03c4\u03b5": [12, 18, 19, 35, 41, 42, 45, 47], "\u03b5\u03af\u03c7\u03b1\u03c4\u03b5": 19, "\u03b5\u03b1\u03c5\u03c4\u03cc": [20, 41], "\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1": [39, 41], "\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [41, 82], "\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": 42, "\u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03b1": 41, "\u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b7": 45, "\u03b5\u03b3\u03b3\u03b5\u03bd\u03ae": 20, "\u03b5\u03b3\u03b3\u03b5\u03bd\u03ce\u03c2": 50, "\u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd": 82, "\u03b5\u03b3\u03b3\u03c1\u03ac\u03c8\u03b9\u03bc\u03bf\u03c5\u03c2": 42, "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2": 19, "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": [20, 50], "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2": [20, 41], "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5": 41, "\u03b5\u03b3\u03ba\u03b1\u03b8\u03af\u03c3\u03c4\u03b1\u03c4\u03b1\u03b9": [41, 44], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03ae": 41, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": [6, 12, 13, 20, 41, 42], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": 48, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2": [28, 41], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c4\u03b7": 12, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9": [19, 41], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": [7, 12, 20, 45], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 19, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c4\u03b5": [20, 45], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af": 42, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03b7": 41, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf": 20, "\u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03af\u03b4\u03b9\u03bf": 13, "\u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5": 6, "\u03b5\u03b4\u03ce": [19, 44, 50], "\u03b5\u03b9\u03b4\u03b9\u03ba\u03ae": 18, "\u03b5\u03b9\u03b4\u03b9\u03ba\u03cc": [26, 50], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [7, 35, 37, 41], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [37, 41], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [10, 12], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [19, 41], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd": [10, 19], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03ce\u03bd": 82, "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": [7, 10], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": 41, "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": 7, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf": [28, 35, 41, 42, 44, 45, 50, 51, 54], "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03bf\u03c5": [10, 42], "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd": 19, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2": 42, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2": [26, 82], "\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03b9": 28, "\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b1\u03b9": 44, "\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5": [14, 20, 28, 35, 41, 42, 44, 45, 47, 48, 51], "\u03b5\u03b9\u03c3\u03ac\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 46, "\u03b5\u03b9\u03c3\u03ac\u03b3\u03bf\u03c5\u03bd": 41, "\u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5": [12, 81], "\u03b5\u03b9\u03c3\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae": [6, 20, 44], "\u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2": [19, 42], "\u03b5\u03b9\u03c3\u03b1\u03c7\u03b8\u03bf\u03cd\u03bd": 44, "\u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 35, "\u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7": [35, 37], "\u03b5\u03ba": 33, "\u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2": [7, 14, 18, 20, 28, 33, 39], "\u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd": [20, 30, 32], "\u03b5\u03ba\u03b5\u03af": [20, 35, 41, 42, 44], "\u03b5\u03ba\u03b5\u03af\u03bd\u03b1": 24, "\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03ae": 7, "\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7": [7, 19, 20], "\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7\u03c2": 12, "\u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7": 20, "\u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7\u03c2": 20, "\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 45], "\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5": [20, 45, 51], "\u03b5\u03ba\u03bc\u03b5\u03c4\u03b1\u03bb\u03bb\u03b5\u03c5\u03c4\u03b5\u03af\u03c4\u03b5": 12, "\u03b5\u03ba\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af": 24, "\u03b5\u03ba\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9": 24, "\u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03ae": 26, "\u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7": [7, 20, 44], "\u03b5\u03ba\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9": 26, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5": [20, 26, 42], "\u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c9\u03bd": 10, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9": 20, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03bf\u03cd\u03bd": 7, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03ce\u03bd\u03c4\u03b1\u03c2": 20, "\u03b5\u03ba\u03c4\u03b5\u03bd\u03ad\u03c2": 40, "\u03b5\u03ba\u03c4\u03cc\u03c2": [10, 12, 19, 20, 41, 42, 82], "\u03b5\u03ba\u03c7\u03c9\u03c1\u03b5\u03af": 24, "\u03b5\u03ba\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf": 44, "\u03b5\u03ba\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7": 20, "\u03b5\u03bb\u03ac\u03c4\u03b5": 80, "\u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf": [18, 42], "\u03b5\u03bb\u03ad\u03b3\u03be\u03b5\u03b9": 12, "\u03b5\u03bb\u03ad\u03b3\u03be\u03b5\u03c4\u03b5": 41, "\u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5": [19, 20, 42, 44], "\u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03b9": [7, 24, 44], "\u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03c4\u03b1\u03b9": 19, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03c4\u03b5": 53, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5": [6, 7, 19, 20, 39, 41, 42, 54, 82], "\u03b5\u03bb\u03b5\u03b3\u03c7\u03b8\u03b5\u03af": 44, "\u03b5\u03bb\u03b5\u03b3\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 7, "\u03b5\u03bb\u03b5\u03b3\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2": 7, "\u03b5\u03bb\u03b5\u03c5\u03b8\u03b5\u03c1\u03bf": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03b7": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03b9": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c2": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c5": [24, 39, 41], "\u03b5\u03bc\u03ad\u03bd\u03b1": 41, "\u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1": 18, "\u03b5\u03bc\u03c0\u03bb\u03b1\u03ba\u03b5\u03af\u03c4\u03b5": 80, "\u03b5\u03bc\u03c0\u03bf\u03b4\u03af\u03b6\u03b5\u03b9": 7, "\u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7": [10, 19, 20], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03b9": [19, 20, 35, 37, 40, 41, 42, 44], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [10, 12, 19, 20, 37, 41], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bc\u03b1\u03b9": 41, "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [19, 29, 41, 42, 44, 46, 82], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03c5\u03bd": [19, 41], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b5\u03b9": [7, 12, 41, 42, 44, 81], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b5\u03c4\u03b5": [19, 41], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf": 44, "\u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03b5\u03af": [7, 19, 28, 41, 42, 44, 45, 51], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 42, "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1": [42, 44], "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1\u03c2": 48, "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2": 42, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2": 44, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac": 12, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae": 20, "\u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9": [20, 24, 26, 35, 80], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03ac": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03ad\u03c2": 20, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03b5\u03b9\u03ce\u03bd": [20, 44], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [19, 26, 41], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [10, 26, 29], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [7, 19, 26, 41, 44, 80], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": 26, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5": 20, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": [26, 44], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7": [19, 20, 26, 28, 35, 40, 41, 42], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf": [26, 44, 49, 51], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 33, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": 41, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": [44, 82], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": 44, "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7": 7, "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2": [6, 7, 13], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2": 19, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2": [6, 13, 14], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03b9\u03ba\u03ac": 44, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03b5\u03b9": [7, 19, 26], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": [10, 37], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [20, 41], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": [41, 48], "\u03b5\u03bd\u03bd\u03bf\u03b5\u03af\u03c4\u03b5": 26, "\u03b5\u03bd\u03bf\u03c7\u03bb\u03b5\u03af\u03c4\u03b5": [19, 41], "\u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7": 41, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2": 41, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b7": 46, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf": [20, 42], "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2": 7, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 19, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 46, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03c3\u03b5\u03c4\u03b5": [12, 41], "\u03b5\u03bd\u03c4\u03bf\u03bb\u03ae": 20, "\u03b5\u03bd\u03c4\u03bf\u03bb\u03ae\u03c2": 20, "\u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03b6\u03b5\u03b9": 44, "\u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03c3\u03b5\u03c4\u03b5": 19, "\u03b5\u03bd\u03c4\u03c5\u03c0\u03c9\u03c3\u03b9\u03b1\u03ba\u03cc": 19, "\u03b5\u03bd\u03c4\u03cc\u03c0\u03b9\u03c3\u03b5": 44, "\u03b5\u03bd\u03c4\u03cc\u03c2": [42, 44], "\u03b5\u03bd\u03cc\u03c2": [10, 19, 20, 35, 39, 41, 44], "\u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 12, 20, 24, 26, 33, 37, 40, 41, 44, 46], "\u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": [7, 44], "\u03b5\u03bd\u03ce": [7, 20, 42, 44, 46], "\u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7": 19, "\u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7": 6, "\u03b5\u03be\u03ae\u03c2": 82, "\u03b5\u03be\u03b1\u03af\u03c1\u03b5\u03c3\u03ae\u03c2": 19, "\u03b5\u03be\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2": 19, "\u03b5\u03be\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5": [41, 42], "\u03b5\u03be\u03b1\u03b3\u03ac\u03b3\u03bf\u03c5\u03bd": 41, "\u03b5\u03be\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": 19, "\u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03af\u03c4\u03b1\u03b9": [12, 39], "\u03b5\u03be\u03b1\u03b9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 33, "\u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af": 33, "\u03b5\u03be\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03b9": 41, "\u03b5\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9": [20, 41], "\u03b5\u03be\u03b1\u03c1\u03c4\u03ce\u03bd\u03c4\u03b1\u03b9": [44, 82], "\u03b5\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03b7\u03c4\u03ae": 10, "\u03b5\u03be\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf": 44, "\u03b5\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7": 48, "\u03b5\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03bf\u03c4\u03b7\u03bc\u03ad\u03bd\u03b7": 81, "\u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2": [26, 41], "\u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc": 26, "\u03b5\u03c0\u03ac\u03bd\u03c9": [19, 50], "\u03b5\u03c0\u03ad\u03ba\u03c4\u03b1\u03c3\u03b7": [12, 20], "\u03b5\u03c0\u03af\u03bb\u03c5\u03c3\u03b7": 10, "\u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf": 41, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b5\u03c2": 20, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b7": 42, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03c5\u03c2": 20, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03c9\u03bd": 20, "\u03b5\u03c0\u03af\u03c3\u03b7\u03c2": [10, 14, 19, 20, 39, 41, 42, 44, 46, 80, 82], "\u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03c5\u03c4\u03b5\u03af": 41, "\u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5": 20, "\u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03c4\u03b5": 44, "\u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7": 41, "\u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2": 19, "\u03b5\u03c0\u03b1\u03bd\u03b1": 35, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5": 50, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf": 41, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 41, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": 20, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": [39, 41], "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03b5\u03c1\u03b8\u03b5\u03af": 40, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2": 26, "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9\u03c2": 20, "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5": 20, "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03b5\u03af\u03c4\u03b1\u03b9": 7, "\u03b5\u03c0\u03b1\u03c6\u03ad\u03c2": [6, 33, 41, 43, 44, 46, 48], "\u03b5\u03c0\u03b1\u03c6\u03ae": [42, 44], "\u03b5\u03c0\u03b1\u03c6\u03ce\u03bd": [43, 45, 47, 48], "\u03b5\u03c0\u03b5\u03b9\u03b4\u03ae": [7, 12, 19, 26], "\u03b5\u03c0\u03b5\u03ba\u03c4\u03b1\u03b8\u03bf\u03cd\u03bd": 80, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5": 42, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [15, 19, 20, 35], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [35, 41, 42], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae": [12, 20, 41, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2": 19, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af": 33, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": [7, 19, 20, 21, 41, 42, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 44, "\u03b5\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 51, "\u03b5\u03c0\u03b7\u03c1\u03b5\u03ac\u03c3\u03b5\u03c4\u03b5": 41, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7": 28, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2": [19, 41], "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af": 41, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03bd\u03b5\u03b9": [28, 41, 42], "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03c4\u03b5": 47, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03bf\u03c5\u03bd": 41, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5": [44, 45], "\u03b5\u03c0\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": [28, 51], "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5": [41, 42], "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03ad\u03c2": 20, "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03ae": [12, 41], "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03cc": 12, "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03bf\u03cd\u03bd": 41, "\u03b5\u03c0\u03b9\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03b7": 26, "\u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03c5\u03c0\u03c4\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 41, "\u03b5\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2": 80, "\u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03bf\u03c5\u03bd": [40, 41], "\u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5": [20, 31, 80], "\u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03ae\u03c3\u03c4\u03b5": [41, 51], "\u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7": 50, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03b5\u03c4\u03b1\u03b9": 44, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03b5\u03c4\u03b5": 20, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 44, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9": [41, 42], "\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5": [12, 14, 19, 20, 26, 41, 42, 44], "\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5": [12, 20, 37, 41, 42, 44, 45, 46, 47, 48, 50, 51, 80], "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af": [41, 42, 44], "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2": 42, "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7": [41, 44], "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7\u03c2": 41, "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf": 41, "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5": 37, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03b1\u03c2": [37, 41], "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2": [7, 18, 19, 20, 26, 35, 82], "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae": [12, 19, 20, 26, 37, 41, 44, 48, 82], "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd": 14, "\u03b5\u03c0\u03b9\u03bb\u03c5\u03b8\u03b5\u03af": 10, "\u03b5\u03c0\u03b9\u03bb\u03cd\u03b5\u03c4\u03b1\u03b9": 10, "\u03b5\u03c0\u03b9\u03bb\u03cd\u03c3\u03b5\u03b9": 10, "\u03b5\u03c0\u03b9\u03bb\u03cd\u03c3\u03b5\u03c4\u03b5": 10, "\u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5": 35, "\u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd": [19, 24, 26, 41], "\u03b5\u03c0\u03b9\u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9": 28, "\u03b5\u03c0\u03b9\u03c3\u03ba\u03b5\u03c0\u03c4\u03ce\u03bd": 41, "\u03b5\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5": 44, "\u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03b5\u03c4\u03b5": 26, "\u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03b5\u03c4\u03b5": 48, "\u03b5\u03c0\u03b9\u03c4\u03b5\u03c5\u03c7\u03b8\u03ad\u03bd": 41, "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9": [7, 12, 19, 20, 26, 28, 35, 41, 42, 43, 44], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9": [20, 35, 42], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b5": 33, "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd": [42, 44], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9": [7, 41], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03c4\u03b5": [20, 35], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03b1\u03c0\u03ad\u03b6\u03b9\u03bf": 25, "\u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf": [20, 24], "\u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2": 41, "\u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1": [7, 51], "\u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1": [6, 20, 43], "\u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2": [10, 12, 18, 19, 20], "\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2": 53, "\u03b5\u03c0\u03bf\u03bc\u03ad\u03bd\u03c9\u03c2": [7, 19, 42, 47, 80], "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 20, "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7": 7, "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2": 18, "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf": [41, 47, 48, 50], "\u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1": [7, 43], "\u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf": [43, 81], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [10, 44, 48], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [6, 10, 12, 18, 20, 43], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2": [20, 41, 44, 45, 46, 48], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd": [10, 43], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1": 42, "\u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [6, 13], "\u03b5\u03c1\u03c9\u03c4\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": 35, "\u03b5\u03c1\u03c9\u03c4\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 19, "\u03b5\u03c3\u03ac\u03c2": [18, 19, 24, 41, 82], "\u03b5\u03c3\u03b5\u03af\u03c2": [10, 53], "\u03b5\u03c3\u03c4\u03af\u03b1\u03c3\u03b7": 6, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae": 44, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2": 44, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2": 19, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc": 41, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ce\u03bd": 44, "\u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2": 7, "\u03b5\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae\u03c2": 18, "\u03b5\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2": 18, "\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1": 44, "\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2": 44, "\u03b5\u03c5\u03b5\u03bb\u03b9\u03be\u03af\u03b1": 44, "\u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03af\u03b1": 12, "\u03b5\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf": 26, "\u03b5\u03c6\u03ac\u03c0\u03b1\u03be": 41, "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2": [20, 33, 41, 44, 46, 47, 48, 82], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae": [19, 20, 26, 39, 40, 41, 42, 44, 46, 47, 51, 53, 81], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2": [6, 20, 26, 43, 45, 50, 51, 80], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd": [6, 19, 20, 43], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03c4\u03b1\u03b9": [42, 44], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [19, 42, 44], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03b9": 40, "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b9\u03bc\u03bf": 10, "\u03b5\u03c6\u03cc\u03c3\u03bf\u03bd": [20, 35, 44], "\u03b5\u03cd\u03ba\u03bf\u03bb\u03b7": [20, 44], "\u03b5\u03cd\u03ba\u03bf\u03bb\u03bf\u03c2": 26, "\u03b5\u03cd\u03c1\u03b5\u03c3\u03b7": [41, 50], "\u03b5\u03cd\u03c1\u03bf\u03c2": [19, 20], "\u03b6\u03ae\u03c4\u03b7\u03bc\u03b1": 26, "\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7": 19, "\u03b6\u03b7\u03c4\u03ac": 28, "\u03b6\u03b7\u03c4\u03ac\u03b5\u03b9": 40, "\u03b6\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": 6, "\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9": 50, "\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 31, "\u03b6\u03b7\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 26, "\u03b6\u03b7\u03c4\u03b5\u03af\u03c4\u03b1\u03b9": 37, "\u03b6\u03b7\u03c4\u03b7\u03b8\u03b5\u03af": 45, "\u03b6\u03b7\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": 44, "\u03b6\u03ce\u03bd\u03b5\u03c2": 41, "\u03b6\u03ce\u03bd\u03b7\u03c2": [19, 41], "\u03b7": [7, 10, 14, 19, 20, 25, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 80, 81], "\u03b7\u03bb\u03b9\u03ba\u03af\u03b1": 24, "\u03b7\u03bc\u03ad\u03c1\u03b1": 41, "\u03b7\u03bc\u03ad\u03c1\u03b1\u03c2": [41, 82], "\u03b7\u03bc\u03ad\u03c1\u03b5\u03c2": [24, 33, 39, 41, 44], "\u03b7\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03b1": 41, "\u03b7\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03bf": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [42, 43, 44, 45, 47, 48, 50, 51], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd": [45, 48, 50], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03ac": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1": [41, 44, 45, 46, 48], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [6, 33, 43, 44, 46, 48, 50], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03cc": [41, 47, 51], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1": [12, 19, 20, 41, 44], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2": 35, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b5\u03c2": 41, "\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd": 44, "\u03b7\u03bc\u03b9\u03ba\u03cd\u03ba\u03bb\u03b9\u03b1": 19, "\u03b8\u03ad\u03bb\u03b5\u03b9": 41, "\u03b8\u03ad\u03bb\u03b5\u03c4\u03b5": [7, 18, 19, 20, 28, 35, 41, 42, 44, 45, 48, 50, 80, 82], "\u03b8\u03ad\u03bc\u03b1": [44, 80], "\u03b8\u03ad\u03bc\u03b1\u03c4\u03b1": [6, 44], "\u03b8\u03ad\u03bc\u03b1\u03c4\u03bf\u03c2": 80, "\u03b8\u03b1": [7, 10, 14, 19, 20, 24, 26, 28, 29, 35, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 80, 81, 82], "\u03b8\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd": 44, "\u03b8\u03b5\u03c9\u03c1\u03b5\u03af\u03c4\u03b5": 20, "\u03b8\u03b5\u03c9\u03c1\u03b7\u03b8\u03b5\u03af": 26, "\u03b8\u03b5\u03c9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 19, "\u03b8\u03c5\u03c1\u03af\u03b4\u03b1": 41, "\u03b8\u03c5\u03c1\u03af\u03b4\u03b1\u03c2": 41, "\u03b8\u03c5\u03c1\u03af\u03b4\u03b5\u03c2": 41, "\u03b8\u03c5\u03c1\u03af\u03b4\u03c9\u03bd": 41, "\u03b8\u03cd\u03c1\u03b1": [20, 47], "\u03b9\u03b4\u03ad\u03b1": 10, "\u03b9\u03b4\u03b5\u03b1\u03c3\u03bc\u03bf\u03cd": 42, "\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7": [24, 37], "\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2": 37, "\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1": 42, "\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ac": [26, 41, 82], "\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ae": 41, "\u03b9\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": [20, 42], "\u03b9\u03b4\u03b9\u03ce\u03c4\u03b5\u03c2": 53, "\u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1": 35, "\u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1\u03c2": 35, "\u03b9\u03ba\u03b1\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9": 19, "\u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03bf\u03cd": 20, "\u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc": 20, "\u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1": 43, "\u03b9\u03c3\u03c4\u03bf\u03cd": 31, "\u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bd": 45, "\u03ba": [35, 41], "\u03ba\u03ac\u03b4\u03bf": [24, 26, 33, 41, 42], "\u03ba\u03ac\u03b4\u03bf\u03c2": 33, "\u03ba\u03ac\u03b4\u03bf\u03c5": [24, 28, 33, 41, 42, 54], "\u03ba\u03ac\u03b4\u03bf\u03c5\u03c2": 24, "\u03ba\u03ac\u03b8\u03b5": [19, 20, 24, 26, 35, 39, 41, 42, 44, 47, 81], "\u03ba\u03ac\u03b8\u03b5\u03c4\u03bf\u03c5": 19, "\u03ba\u03ac\u03bd\u03b1\u03bc\u03b5": [26, 41], "\u03ba\u03ac\u03bd\u03b1\u03c4\u03b5": [12, 42], "\u03ba\u03ac\u03bd\u03b5\u03b9": [19, 28, 41, 47], "\u03ba\u03ac\u03bd\u03b5\u03c4\u03b5": [12, 19, 21, 28, 29, 41, 44], "\u03ba\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": [7, 10, 19, 20, 28, 41, 42, 44], "\u03ba\u03ac\u03bd\u03bf\u03c5\u03bd": [26, 28, 41], "\u03ba\u03ac\u03bd\u03c4\u03b5": [12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "\u03ba\u03ac\u03c0\u03bf\u03b9\u03bf": [21, 41, 44], "\u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c2": 41, "\u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c5": 42, "\u03ba\u03ac\u03c1\u03c4\u03b5\u03c2": 42, "\u03ba\u03ac\u03c4\u03b9": [26, 40, 81], "\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf": [20, 26, 35], "\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf\u03b9": 26, "\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf\u03c2": [26, 35, 41, 42], "\u03ba\u03ac\u03c4\u03c9": [20, 33, 37, 41, 42, 50, 51], "\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03bf": 18, "\u03ba\u03af\u03c4\u03c1\u03b9\u03bd\u03bf": [19, 26], "\u03ba\u03af\u03c4\u03c1\u03b9\u03bd\u03bf\u03c5": 10, "\u03ba\u03b1\u03b8\u03b1\u03c1\u03bf\u03cd": 12, "\u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ad\u03c2": 18, "\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac": 20, "\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2": 20, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae": 6, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2": 12, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03bf\u03cd": 19, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b5": 47, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": 42, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": 41, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 41, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5": [20, 42], "\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 44, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9": 44, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": 41, "\u03ba\u03b1\u03b8\u03ce\u03c2": [7, 10, 31, 40, 41, 42, 46, 48, 82], "\u03ba\u03b1\u03b9": [6, 7, 10, 14, 18, 19, 21, 22, 24, 26, 28, 29, 31, 33, 37, 40, 43, 46, 47, 48, 49, 50, 51, 53, 81, 82], "\u03ba\u03b1\u03ba\u03ae": 19, "\u03ba\u03b1\u03bb\u03ac": 44, "\u03ba\u03b1\u03bb\u03ae": 48, "\u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7": [18, 41], "\u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2": 41, "\u03ba\u03b1\u03bb\u03ce\u03c2": 53, "\u03ba\u03b1\u03bc\u03af\u03b1": [19, 20, 41], "\u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1": [6, 13], "\u03ba\u03b1\u03bd\u03ad\u03bd\u03b1": [28, 41, 47, 51], "\u03ba\u03b1\u03bd\u03b5\u03af\u03c2": 82, "\u03ba\u03b1\u03bd\u03b5\u03bd\u03cc\u03c2": 44, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ac": 19, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ae": 42, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2": 7, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03cc": 50, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03ba\u03b1\u03bd\u03cc\u03bd\u03b1": 44, "\u03ba\u03b1\u03bd\u03cc\u03bd\u03b5\u03c2": 41, "\u03ba\u03b1\u03bd\u03cc\u03bd\u03c9\u03bd": 44, "\u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b1": [12, 19, 20, 35, 41], "\u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b5\u03c2": 19, "\u03ba\u03b1\u03c4\u03ac": [7, 12, 19, 20, 26, 31, 35, 40, 41, 42, 44, 80], "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1": 31, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b5\u03c2": 18, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b7": 20, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf": [12, 14, 19, 20, 35, 41], "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03b9": 20, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2": [19, 20], "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": [7, 10, 19, 20, 40, 44], "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": [20, 41], "\u03ba\u03b1\u03c4\u03ad\u03c7\u03b5\u03b9": 41, "\u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9": 20, "\u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9": 42, "\u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af": 41, "\u03ba\u03b1\u03c4\u03b1\u03ba\u03cc\u03c1\u03c5\u03c6\u03b7\u03c2": 44, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03ae\u03be\u03bf\u03c5\u03bd": 41, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd": 33, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03bb\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf": 10, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 33, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03bf\u03b3\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [24, 33], "\u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5": [19, 20], "\u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2": [19, 20, 53], "\u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03c9\u03bd": 19, "\u03ba\u03b1\u03c4\u03b1\u03bd\u03b5\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7": 20, "\u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03ae\u03c3\u03b5\u03c4\u03b5": 33, "\u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9": 26, "\u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5": 26, "\u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 33, "\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9": 19, "\u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf": 12, "\u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7": 12, "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03b6\u03b5\u03b9": [7, 10, 19], "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03b5\u03b9": [10, 12], "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03b5\u03c4\u03b5": [7, 20, 39, 42], "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03bf\u03c5\u03bd": 26, "\u03ba\u03b1\u03c4\u03b5\u03b2\u03b5\u03af": 7, "\u03ba\u03b1\u03c4\u03cc\u03c7\u03bf\u03c5": 33, "\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf": [44, 80], "\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": [19, 26, 81], "\u03ba\u03b5\u03bd\u03ae": 41, "\u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd": 20, "\u03ba\u03b5\u03bd\u03cc": [41, 44], "\u03ba\u03b5\u03bd\u03cc\u03c2": 42, "\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1": [44, 80], "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": 20, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ad\u03c2": 41, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae": 20, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2": 48, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd": [22, 30, 82], "\u03ba\u03bb\u03ae\u03c3\u03b7": 41, "\u03ba\u03bb\u03ae\u03c3\u03b7\u03c2": 80, "\u03ba\u03bb\u03b5\u03af\u03bd\u03b5\u03b9": 41, "\u03ba\u03bb\u03b5\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03ba\u03bb\u03b5\u03af\u03c3\u03b5\u03b9": [41, 45], "\u03ba\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf": 19, "\u03ba\u03bb\u03b5\u03af\u03c3\u03bf\u03c5\u03bd": 41, "\u03ba\u03bb\u03b5\u03af\u03c3\u03c4\u03b5": [20, 47], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03af": [7, 81], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03ac": [26, 33], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd": 7, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 41, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b5\u03af": 41, "\u03ba\u03bb\u03b9\u03ba": [7, 10, 12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "\u03ba\u03bb\u03b9\u03ba\u03ac\u03c1\u03b9\u03c3\u03c4\u03b7": 7, "\u03ba\u03bf\u03b9\u03bd\u03ac": 80, "\u03ba\u03bf\u03b9\u03bd\u03ad\u03c2": 26, "\u03ba\u03bf\u03b9\u03bd\u03ae": [20, 28, 33, 35], "\u03ba\u03bf\u03b9\u03bd\u03ae\u03c2": [20, 26, 28, 33, 35, 53], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03ae\u03c2": 82, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [6, 35, 42], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [19, 28, 41, 82], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd": 24, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [26, 41], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 28, 35, 42, 53], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": [41, 44], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": 42, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 42, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": 41, "\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ae\u03c2": 82, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": [20, 41], "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b1": [26, 33], "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b7": 20, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf": 33, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf\u03c5\u03c2": [28, 35, 53], "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03c9\u03bd": 20, "\u03ba\u03bf\u03bd\u03c3\u03cc\u03bb\u03b1": 20, "\u03ba\u03bf\u03c1\u03c5\u03c6\u03ae": [42, 44], "\u03ba\u03bf\u03c5\u03ba\u03ba\u03af\u03b4\u03b5\u03c2": [19, 44], "\u03ba\u03bf\u03c5\u03bc\u03c0\u03af": [19, 20, 28, 29, 41, 42, 44, 45, 50], "\u03ba\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac": [35, 41, 42, 80], "\u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03ae": 41, "\u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7\u03c2": 41, "\u03ba\u03c1\u03b1\u03c4\u03ac\u03c4\u03b5": 42, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03ae\u03c2": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": [20, 47], "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2": 33, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1": 33, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": 20, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b7": 20, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2": 20, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03bf": [20, 33], "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd": 49, "\u03ba\u03c5\u03ba\u03bb\u03b9\u03ba\u03cc": [39, 42], "\u03ba\u03c5\u03bb\u03ae\u03c3\u03c4\u03b5": 51, "\u03ba\u03c5\u03bc\u03b1\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 12, "\u03ba\u03c9\u03b4\u03b9\u03ba\u03cc": [35, 42, 45, 47, 50, 51, 81], "\u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2": 81, "\u03ba\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf": 19, "\u03ba\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf\u03c2": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03b9": 35, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03c2": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03c5": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03c5\u03c2": [12, 35], "\u03ba\u03cd\u03c1\u03b9\u03b1": [41, 80], "\u03ba\u03cd\u03c1\u03b9\u03bf": [19, 26, 44, 80], "\u03ba\u03cd\u03c1\u03b9\u03bf\u03b9": 19, "\u03ba\u03cd\u03c1\u03b9\u03bf\u03c2": 26, "\u03ba\u03cd\u03c1\u03b9\u03bf\u03c5": 19, "\u03ba\u03ce\u03b4\u03b9\u03ba\u03b1": [14, 20, 53], "\u03ba\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2": 41, "\u03bb\u03ac\u03b2\u03b5\u03b9": [41, 44], "\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5": [20, 44, 47, 51], "\u03bb\u03ac\u03b2\u03bf\u03c5\u03bd": 41, "\u03bb\u03ac\u03b8\u03b7": 80, "\u03bb\u03ac\u03b8\u03bf\u03c2": [12, 41], "\u03bb\u03ad\u03b5\u03b9": [10, 19, 20, 26], "\u03bb\u03ae\u03be\u03b5\u03b9": [40, 44], "\u03bb\u03ae\u03be\u03b7": 24, "\u03bb\u03ae\u03be\u03b7\u03c2": 35, "\u03bb\u03ae\u03c8\u03b7": [7, 19, 35, 44], "\u03bb\u03ae\u03c8\u03b7\u03c2": [7, 14, 19, 35], "\u03bb\u03af\u03b3\u03b1": [26, 48], "\u03bb\u03af\u03b3\u03b5\u03c2": 42, "\u03bb\u03af\u03b3\u03bf": [12, 20, 24, 33, 48], "\u03bb\u03af\u03c3\u03c4\u03b1": [10, 19, 20, 29, 35, 37, 41, 42, 48, 54, 82], "\u03bb\u03af\u03c3\u03c4\u03b1\u03c2": [42, 44], "\u03bb\u03af\u03c3\u03c4\u03b5\u03c2": [19, 44], "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9": [35, 37, 41, 42], "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9": 41, "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b5": [20, 29, 41, 81], "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd": 41, "\u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7": 19, "\u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf": 19, "\u03bb\u03b5\u03af\u03c0\u03b5\u03b9": 21, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9": [20, 26], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [26, 29, 41, 42, 80], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2": [29, 44], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2": [7, 18, 19, 44], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af": [19, 20, 26, 41, 44, 46, 47, 48, 81], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ac": [7, 20], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc": [7, 12, 20], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 42], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ce\u03bd": [18, 20, 44], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd": 81, "\u03bb\u03b5\u03c0\u03c4\u03ac": [26, 48], "\u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2": [20, 24, 33, 35, 37, 41, 42], "\u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03ae": 41, "\u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03ae\u03c2": 41, "\u03bb\u03b5\u03c0\u03c4\u03cc": 39, "\u03bb\u03b5\u03c0\u03c4\u03ce\u03bd": 41, "\u03bb\u03b5\u03c5\u03ba\u03ac": 19, "\u03bb\u03b5\u03c5\u03ba\u03ad\u03c2": 19, "\u03bb\u03b5\u03c5\u03ba\u03cc": 19, "\u03bb\u03b7\u03c6\u03b8\u03b5\u03af": 20, "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03af": [20, 42, 46, 47], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [10, 20, 45, 46, 47, 51, 81], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2": [19, 44, 49], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc": [19, 26, 37, 41, 44, 45, 50, 51, 81], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2": [12, 19, 20, 50], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd": [42, 51], "\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc": 10, "\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03cc": [12, 53], "\u03bb\u03c0": [35, 41], "\u03bb\u03c5\u03b8\u03b5\u03af": 12, "\u03bb\u03cc\u03b3\u03bf": 47, "\u03bb\u03cc\u03b3\u03bf\u03c2": 7, "\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2": 42, "\u03bb\u03cc\u03b3\u03c9": [12, 35, 37, 44], "\u03bb\u03cd\u03c3\u03b5\u03b9\u03c2": [20, 35], "\u03bb\u03cd\u03c3\u03b7": 53, "\u03bc": 41, "\u03bc\u03ac\u03b8\u03b5\u03c4\u03b5": [24, 26, 35, 42, 43], "\u03bc\u03ac\u03c1\u03ba\u03b5\u03c4\u03b9\u03bd\u03b3\u03ba": 41, "\u03bc\u03ac\u03c4\u03b9\u03b1": 80, "\u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2": [19, 20, 33, 42, 80], "\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7": 20, "\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf": [20, 24, 41], "\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5": 41, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf": 28, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03b9": 41, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2": [7, 20], "\u03bc\u03ad\u03bb\u03b7": [20, 35, 42], "\u03bc\u03ad\u03bb\u03bb\u03bf\u03bd": [10, 44], "\u03bc\u03ad\u03bb\u03bf\u03c2": [42, 80], "\u03bc\u03ad\u03bb\u03bf\u03c5\u03c2": 42, "\u03bc\u03ad\u03c1\u03b1": [39, 41], "\u03bc\u03ad\u03c1\u03bf\u03c2": [19, 42, 50, 51], "\u03bc\u03ad\u03c1\u03bf\u03c5\u03c2": [12, 26], "\u03bc\u03ad\u03c3\u03b1": [12, 24, 41, 48, 51, 80], "\u03bc\u03ad\u03c3\u03c9": [6, 10, 26, 31, 33, 35, 37, 41, 44, 45, 46, 49, 50], "\u03bc\u03ad\u03c7\u03c1\u03b9": [18, 20, 24, 33, 41, 44], "\u03bc\u03ae\u03bd\u03b1": 41, "\u03bc\u03ae\u03bd\u03b1\u03c2": 41, "\u03bc\u03ae\u03bd\u03c5\u03bc\u03ac": 44, "\u03bc\u03ae\u03bd\u03c5\u03bc\u03b1": [19, 20, 26, 40, 41, 47, 51, 81], "\u03bc\u03af\u03b1": [7, 10, 35, 39, 41, 42], "\u03bc\u03af\u03b1\u03c2": 41, "\u03bc\u03b1\u03b3\u03b9\u03ba\u03ac": 26, "\u03bc\u03b1\u03b3\u03b9\u03ba\u03ad\u03c2": 24, "\u03bc\u03b1\u03b6\u03af": [12, 26, 33, 40, 41], "\u03bc\u03b1\u03b6\u03b9\u03ba\u03ad\u03c2": 42, "\u03bc\u03b1\u03b6\u03b9\u03ba\u03ae\u03c2": 42, "\u03bc\u03b1\u03ba\u03c1\u03cd": 44, "\u03bc\u03b1\u03c2": [42, 43, 44, 80], "\u03bc\u03b1\u03c4\u03b9\u03ac": 47, "\u03bc\u03b1\u03cd\u03c1\u03b7": 19, "\u03bc\u03b5": [6, 7, 10, 12, 18, 19, 21, 24, 25, 28, 29, 31, 39, 43, 44, 53, 80, 82], "\u03bc\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2": [22, 30, 53], "\u03bc\u03b5\u03b3\u03ac\u03bb\u03bf": [41, 44], "\u03bc\u03b5\u03b3\u03ad\u03b8\u03b7": 31, "\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1": [31, 33], "\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7": 20, "\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03c9\u03bd": 19, "\u03bc\u03b5\u03b3\u03b5\u03b8\u03cd\u03bd\u03b5\u03c4\u03b5": 80, "\u03bc\u03b5\u03b8\u03cc\u03b4\u03bf\u03c5\u03c2": [7, 20, 42], "\u03bc\u03b5\u03b9\u03c9\u03b8\u03b5\u03af": 80, "\u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": 80, "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1": [19, 41], "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2": 26, "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03c5": 19, "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 14, "\u03bc\u03b5\u03bd\u03bf\u03cd": [12, 19, 20, 41, 42, 44, 48, 51, 80], "\u03bc\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2": [26, 41, 82], "\u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2": 19, "\u03bc\u03b5\u03c4\u03ac": [19, 20, 26, 39, 41, 42, 44, 45, 47, 48], "\u03bc\u03b5\u03c4\u03ac\u03b2\u03b1\u03c3\u03b7": [20, 80], "\u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7\u03c2": 44, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03af\u03b2\u03b1\u03c3\u03b7": 37, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5": [20, 28, 35, 44, 45, 50], "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03ac\u03c3\u03b5\u03b9": 42, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5": 37, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03ad\u03bd\u03b1": 37, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2": [31, 41], "\u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ae": 10, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ce\u03bd": 31, "\u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1": [19, 33], "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9": 44, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03bf\u03c5\u03bd": 24, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5": 12, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03b5\u03af": 44, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03b5\u03af\u03c4\u03b1\u03b9": 24, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03b7\u03b8\u03b5\u03af": 24, "\u03bc\u03b5\u03c4\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03b9\u03c2": 31, "\u03bc\u03b5\u03c4\u03b1\u03be\u03cd": [10, 42, 44], "\u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03b1\u03c0\u03b5\u03af": 50, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9": [20, 24], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": 41, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03b5\u03c1\u03b8\u03bf\u03cd\u03bd": 41, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2": 20, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1": [33, 41], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03b5\u03b9": 35, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03ac\u03c2": 41, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03c5\u03bd": 33, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": [22, 30, 33], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": [23, 30], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03b6\u03b5\u03c4\u03b5": 44, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2": 44, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03ae": 29, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7": [35, 41], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2": [29, 31, 42], "\u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03ac\u03c3\u03b5\u03b9": 35, "\u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03ac\u03c3\u03bf\u03c5\u03bd": 24, "\u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 44, "\u03bc\u03b5\u03c4\u03c1\u03b9\u03ac\u03c3\u03b5\u03b9": 80, "\u03bc\u03b7": [12, 19, 20, 33, 41, 44, 49, 80, 81], "\u03bc\u03b7\u03bd": [7, 12, 19, 20, 35, 41, 42, 47], "\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03b1": 41, "\u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [6, 43], "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1": 19, "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2": 19, "\u03bc\u03b7\u03c4\u03c1\u03ce\u03bf": [12, 20], "\u03bc\u03b7\u03c4\u03c1\u03ce\u03bf\u03c5": [7, 20], "\u03bc\u03b7\u03c7\u03ac\u03bd\u03b7\u03bc\u03b1": 7, "\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": 7, "\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc": 7, "\u03bc\u03b9\u03b1": [7, 10, 18, 19, 20, 28, 29, 35, 37, 39, 40, 41, 42, 47, 50, 53, 80, 81], "\u03bc\u03b9\u03b1\u03c2": [20, 35, 37, 41, 42, 44, 80], "\u03bc\u03b9\u03ba\u03c1\u03ae": 41, "\u03bc\u03b9\u03ba\u03c1\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b5\u03c2": [26, 33], "\u03bc\u03b9\u03ba\u03c1\u03bf\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae": 48, "\u03bc\u03b9\u03ba\u03c1\u03cc": 19, "\u03bc\u03b9\u03ba\u03c1\u03cd\u03bd\u03b5\u03c4\u03b5": 80, "\u03bc\u03bd\u03ae\u03bc\u03b7": 33, "\u03bc\u03bd\u03ae\u03bc\u03b7\u03c2": 24, "\u03bc\u03bf\u03b9\u03ac\u03b6\u03b5\u03b9": [35, 41, 42], "\u03bc\u03bf\u03b9\u03c1\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5": [24, 33, 43], "\u03bc\u03bf\u03b9\u03c1\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": 24, "\u03bc\u03bf\u03b9\u03c1\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 33, "\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af": 26, "\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": [21, 26, 41], "\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 24, "\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1": 20, "\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2": 20, "\u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03ac": 41, "\u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc": 82, "\u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc\u03c2": 41, "\u03bc\u03bf\u03bd\u03c4\u03ac\u03bb\u03bf": 44, "\u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf": 44, "\u03bc\u03bf\u03bd\u03cc": 44, "\u03bc\u03bf\u03bd\u03cc\u03c7\u03c1\u03c9\u03bc\u03c9\u03bd": 19, "\u03bc\u03bf\u03c1\u03c6\u03ae": [28, 35, 41], "\u03bc\u03bf\u03c4\u03af\u03b2\u03bf": 39, "\u03bc\u03bf\u03c5": 20, "\u03bc\u03c0\u03ac\u03c1\u03b1": [41, 42, 80], "\u03bc\u03c0\u03ac\u03c1\u03b1\u03c2": [42, 50], "\u03bc\u03c0\u03b1\u03bb\u03b1\u03bd\u03c4\u03ad\u03c1": [19, 44], "\u03bc\u03c0\u03bb\u03b5": [19, 41], "\u03bc\u03c0\u03bb\u03bf\u03ba": 41, "\u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03b9": [10, 12, 41], "\u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": 41, "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af": [6, 7, 10, 12, 19, 20, 24, 33, 35, 37, 41, 42, 44, 46, 48, 50, 51, 80, 81], "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5": [7, 10, 14, 19, 20, 21, 26, 28, 29, 35, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 53, 54, 80, 81, 82], "\u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd": [7, 19, 24, 26, 35, 41, 42, 44, 46, 48, 80, 81], "\u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03c3\u03b5": [26, 41, 44], "\u03bc\u03c5\u03c3\u03c4\u03b9\u03ba\u03cc": [41, 81], "\u03bc\u03cc\u03bb\u03b9\u03c2": [41, 44, 45], "\u03bc\u03cc\u03bd\u03b5\u03c2": 7, "\u03bc\u03cc\u03bd\u03b9\u03bc\u03b1": [12, 24, 41], "\u03bc\u03cc\u03bd\u03b9\u03bc\u03b7": 20, "\u03bc\u03cc\u03bd\u03bf": [7, 14, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46], "\u03bc\u03cc\u03bd\u03bf\u03c2": [10, 26, 41], "\u03bd\u03ad\u03b1": [7, 12, 19, 20, 24, 28, 35, 39, 41, 42], "\u03bd\u03ad\u03b1\u03c2": [12, 42], "\u03bd\u03ad\u03b5\u03c2": [28, 42], "\u03bd\u03ad\u03bf": [12, 19, 24, 26, 35, 37, 41, 45, 48, 50], "\u03bd\u03ad\u03bf\u03c2": [19, 37, 50], "\u03bd\u03ad\u03bf\u03c5": [12, 19, 33], "\u03bd\u03ad\u03bf\u03c5\u03c2": 42, "\u03bd\u03ad\u03c9\u03bd": [41, 82], "\u03bd\u03b1": [6, 7, 10, 14, 18, 19, 20, 21, 24, 25, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80, 81], "\u03bd\u03b1\u03b9": 26, "\u03bd\u03b5\u03cc\u03c4\u03b5\u03c1\u03b1": 44, "\u03bd\u03c9\u03c1\u03af\u03c4\u03b5\u03c1\u03b1": 41, "\u03be\u03b1\u03bd\u03ac": [12, 20, 21, 24, 26, 33, 41, 45, 50, 51], "\u03be\u03b5\u03ba\u03af\u03bd\u03b7\u03c3\u03b5": 35, "\u03be\u03b5\u03ba\u03b9\u03bd\u03ac": [7, 20], "\u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9": [12, 40], "\u03be\u03b5\u03c0\u03b5\u03c1\u03bd\u03bf\u03cd\u03bd": 24, "\u03be\u03b5\u03c7\u03ac\u03c3\u03c4\u03b5": 26, "\u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ac": [25, 41, 42], "\u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ae": 44, "\u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03cc": 82, "\u03bf": [6, 10, 13, 14, 18, 19, 20, 21, 24, 26, 28, 29, 33, 35, 37, 41, 42, 44, 46, 50, 81], "\u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9": [12, 19], "\u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2": 20, "\u03bf\u03b4\u03b7\u03b3\u03cc": [12, 19, 20, 47], "\u03bf\u03b8\u03cc\u03bd\u03b7": [14, 20, 42], "\u03bf\u03b8\u03cc\u03bd\u03b7\u03c2": 80, "\u03bf\u03b9": [7, 10, 18, 19, 20, 24, 26, 33, 35, 39, 41, 42, 44, 46, 50, 51, 81, 82], "\u03bf\u03bb\u03b1": 21, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7": [42, 51], "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af": [29, 41], "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5": 41, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5": 43, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": 45, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd": 28, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5": [20, 45], "\u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03b7": 41, "\u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03b7\u03c2": 41, "\u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf": 41, "\u03bf\u03bc\u03ac\u03b4\u03b1": [20, 41, 43], "\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [7, 80], "\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": [26, 33, 41, 44, 82], "\u03bf\u03bc\u03ac\u03b4\u03c9\u03bd": 42, "\u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ad\u03c2": 26, "\u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae\u03c2": 42, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03af\u03b1\u03c2": 28, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03ae": 35, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03ae\u03c2": 82, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03bf\u03cd\u03c2": 35, "\u03bf\u03bd\u03bf\u03bc\u03ac\u03c4\u03c9\u03bd": 37, "\u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": 42, "\u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03b1": [26, 29], "\u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2": 20, "\u03bf\u03c0\u03bf\u03af\u03b1": [19, 20, 42, 48], "\u03bf\u03c0\u03bf\u03af\u03b5\u03c2": [41, 42, 44, 46], "\u03bf\u03c0\u03bf\u03af\u03bf": [26, 41, 47, 82], "\u03bf\u03c0\u03bf\u03af\u03bf\u03c2": 20, "\u03bf\u03c0\u03bf\u03af\u03bf\u03c5\u03c2": [35, 41], "\u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": [7, 19, 20, 41, 42, 44, 54], "\u03bf\u03c0\u03bf\u03b9\u03b5\u03c3\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": 42, "\u03bf\u03c0\u03bf\u03b9\u03bf\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": [19, 20, 24, 41, 54, 80], "\u03bf\u03c0\u03bf\u03b9\u03bf\u03bd\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": [20, 44], "\u03bf\u03c0\u03c4\u03b9\u03ba\u03ae": 80, "\u03bf\u03c0\u03cc\u03c4\u03b5": [19, 21, 26], "\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [33, 41, 44], "\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03ac\u03c2": 44, "\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": [10, 12, 24], "\u03bf\u03c1\u03af\u03bf\u03c5": 33, "\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": 41, "\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": [19, 26, 41, 42, 44, 48, 82], "\u03bf\u03c1\u03af\u03c3\u03c4\u03b5": [7, 20, 41, 42, 44], "\u03bf\u03c1\u03b1\u03c4\u03ac": [41, 42, 44], "\u03bf\u03c1\u03b1\u03c4\u03ad\u03c2": [35, 46], "\u03bf\u03c1\u03b1\u03c4\u03ae": [10, 41], "\u03bf\u03c1\u03b1\u03c4\u03cc": 47, "\u03bf\u03c1\u03b1\u03c4\u03cc\u03c2": 19, "\u03bf\u03c1\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1": 42, "\u03bf\u03c1\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 37, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2": 42, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2": 42, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03ce\u03bd": 42, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03b5\u03c4\u03b5": 42, "\u03bf\u03c1\u03b8\u03cc\u03c4\u03b7\u03c4\u03b1": 19, "\u03bf\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03b1\u03c2": 44, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": [10, 19, 41, 80], "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": [33, 35, 42, 44], "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": [19, 48], "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 44, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9": 41, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 31, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd": 19, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc": 19, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": [6, 35, 41, 81], "\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": [31, 40, 41, 44], "\u03bf\u03c4\u03b9\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": 48, "\u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac": [28, 35], "\u03c0": [19, 20, 41, 47, 51], "\u03c0\u03ac\u03bb\u03b9": 39, "\u03c0\u03ac\u03bd\u03c4\u03b1": [7, 19, 20, 41], "\u03c0\u03ac\u03bd\u03c9": [19, 41, 44], "\u03c0\u03ac\u03c1\u03b5\u03b9": [41, 48], "\u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c2": 26, "\u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c5\u03c2": 26, "\u03c0\u03ac\u03c1\u03bf\u03c7\u03cc": 20, "\u03c0\u03ac\u03c3\u03b1": [19, 28, 41], "\u03c0\u03af\u03bd\u03b1\u03ba\u03b1": 20, "\u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2": 43, "\u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03bf": 6, "\u03c0\u03b1\u03ba\u03ad\u03c4\u03bf": [19, 43], "\u03c0\u03b1\u03ba\u03ad\u03c4\u03c9\u03bd": 7, "\u03c0\u03b1\u03bb\u03b1\u03b9\u03ac": 41, "\u03c0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03b1": [24, 33, 44], "\u03c0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2": [14, 20, 24, 28, 33, 39], "\u03c0\u03b1\u03bb\u03b9\u03ac": 26, "\u03c0\u03b1\u03bb\u03b9\u03cc": [12, 26], "\u03c0\u03b1\u03bb\u03b9\u03cc\u03c2": 12, "\u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03b1": 7, "\u03c0\u03b1\u03bd\u03bf\u03bc\u03bf\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf": 44, "\u03c0\u03b1\u03bd\u03bf\u03bc\u03bf\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf\u03b9": 26, "\u03c0\u03b1\u03bd\u03c4\u03bf\u03cd": 46, "\u03c0\u03b1\u03bd\u03cc": 26, "\u03c0\u03b1\u03c1\u03ac\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 81, "\u03c0\u03b1\u03c1\u03ac\u03b3\u03bf\u03c5\u03bd": 19, "\u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1": [19, 20, 26, 35, 41, 42, 44, 48, 80, 81], "\u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf": [7, 10, 20, 41, 44, 45, 50], "\u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7": 7, "\u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2": 7, "\u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b5\u03c2": 19, "\u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9": [7, 12, 19, 20, 41, 53], "\u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9": [41, 42], "\u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b5": 41, "\u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2": 26, "\u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bd": 7, "\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 43, "\u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [6, 50, 51, 54, 82], "\u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1": 20, "\u03c0\u03b1\u03c1\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9": [41, 45], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03bc\u03c8\u03b5\u03b9": [24, 33], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03bc\u03c8\u03bf\u03c5\u03bd": 7, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9": [10, 19, 20, 26, 28, 35, 42, 51], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce": [20, 41, 42, 44], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bc\u03c8\u03ad\u03c9\u03bd": 7, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5\u03c2": 12, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd": 12, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7": [18, 44, 80], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b5\u03c2": [35, 44], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7": [24, 35], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7\u03c2": [24, 28, 35, 44], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03b5\u03af\u03c8\u03c4\u03b5": 20, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03bd\u03b5\u03b9": 19, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03bd\u03bf\u03c5\u03bd": 24, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd": 19, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03b9": 44, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03c4\u03b5": 20, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03bf\u03c5\u03bd": 44, "\u03c0\u03b1\u03c1\u03b1\u03c0\u03ac\u03bd\u03c9": [19, 41, 47], "\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03ae\u03bd\u03b9\u03bf": 19, "\u03c0\u03b1\u03c1\u03b1\u03c3\u03c7\u03b5\u03b8\u03b5\u03af": 31, "\u03c0\u03b1\u03c1\u03b1\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9": 82, "\u03c0\u03b1\u03c1\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03b9": 10, "\u03c0\u03b1\u03c1\u03b5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 7, "\u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7": 44, "\u03c0\u03b1\u03c1\u03bf\u03bc\u03bf\u03af\u03c9\u03c2": 46, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1": 20, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": 20, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd": 19, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03b5\u03af": 44, "\u03c0\u03b1\u03c1\u03bf\u03c7\u03ae": 20, "\u03c0\u03b1\u03c1\u03cc\u03bb\u03bf": 26, "\u03c0\u03b1\u03c1\u03cc\u03bc\u03bf\u03b9\u03b1": [19, 41, 44], "\u03c0\u03b1\u03c1\u03cc\u03bc\u03bf\u03b9\u03bf": [20, 40, 41], "\u03c0\u03b1\u03c1\u03cc\u03bd": [10, 19, 39, 41, 42], "\u03c0\u03b1\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2": 53, "\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9": 28, "\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 45, "\u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5": [20, 45], "\u03c0\u03b1\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf": 42, "\u03c0\u03b1\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2": 46, "\u03c0\u03b1\u03cd\u03c3\u03b5\u03b9": 19, "\u03c0\u03b1\u03cd\u03c3\u03b7": 19, "\u03c0\u03b5\u03b4\u03af\u03b1": [41, 44, 51], "\u03c0\u03b5\u03b4\u03af\u03bf": [19, 20, 28, 37, 42, 44, 47, 51], "\u03c0\u03b5\u03b4\u03af\u03bf\u03c5": 44, "\u03c0\u03b5\u03b9": [19, 44], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2": [7, 18, 41, 42], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7": [6, 7, 12, 13, 20, 31, 43, 45, 49, 51], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2": [7, 10, 12, 18, 19, 20, 50], "\u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd": 20, "\u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf": [19, 24, 33, 40, 41], "\u03c0\u03b5\u03c1\u03af\u03c0\u03bb\u03bf\u03ba\u03b7": 24, "\u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5": 33, "\u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7": [12, 26, 42], "\u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2": 7, "\u03c0\u03b5\u03c1\u03b1\u03b9\u03c4\u03ad\u03c1\u03c9": [10, 41, 44], "\u03c0\u03b5\u03c1\u03b1\u03c3\u03c4\u03b5\u03af": 20, "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9": [10, 12, 19, 42, 44], "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9": 44, "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03c5\u03bd": [19, 44], "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03ae\u03c2": [14, 20, 51], "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7": 20, "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2": [6, 7, 20, 35, 81], "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd": [20, 80], "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2": 10, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9": 41, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5": 41, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5\u03bd": 7, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": 41, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5": 44, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 35, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf": [12, 20, 41, 80], "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03cc": 41, "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": 20, "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae": 12, "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2": [12, 20], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9": [10, 19, 42, 44], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd": [20, 82], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1": 6, "\u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03b9": [19, 44], "\u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c4\u03b5": [18, 39], "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [31, 42], "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03b6\u03bf\u03c5\u03bd": 20, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": [20, 41], "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 19, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 37, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": 6, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": 12, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae": [19, 41], "\u03c0\u03b5\u03c1\u03b9\u03c0\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": 48, "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1": [24, 41, 43, 44, 45, 50, 53], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2": [7, 12, 20, 24, 33, 42, 44, 48], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf": [39, 41], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03b9": 81, "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2": [18, 20], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd": 42, "\u03c0\u03b7\u03b3\u03ad\u03c2": 48, "\u03c0\u03b7\u03b3\u03b1\u03af\u03bf\u03c5": 14, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ad\u03c2": [41, 44], "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ae": 44, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03bf\u03af": 35, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03cc": 12, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03cc\u03c4\u03b1\u03c4\u03b1": [19, 20, 26, 44], "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ce\u03bd": 44, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ce\u03c2": 41, "\u03c0\u03b9\u03bf": [7, 18, 41], "\u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03b5\u03c4\u03b5": 41, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03ac": [20, 49], "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03bf\u03cd": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03cc": [20, 47], "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd": 20, "\u03c0\u03bb\u03ad\u03bf\u03bd": [41, 44], "\u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf": [28, 42, 46], "\u03c0\u03bb\u03ae\u03c1\u03b5\u03c2": [42, 50, 82], "\u03c0\u03bb\u03ae\u03c1\u03b7": 7, "\u03c0\u03bb\u03ae\u03c1\u03b7\u03c2": 41, "\u03c0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2": 26, "\u03c0\u03bb\u03ae\u03c1\u03c9\u03c2": [12, 80], "\u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03b1": 42, "\u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf": [7, 19, 20, 41, 44], "\u03c0\u03bb\u03b1\u03b9\u03c3\u03af\u03bf\u03c5": [12, 51], "\u03c0\u03bb\u03b1\u03ca\u03bd\u03ae": [20, 28, 35, 41, 42], "\u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2": [42, 50], "\u03c0\u03bb\u03b5\u03c5\u03c1\u03ac": [10, 20, 35, 49], "\u03c0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae": 80, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5": [20, 41, 47, 50, 81], "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": 6, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03b5\u03af\u03c4\u03b5": [14, 28], "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ce\u03bd\u03c4\u03b1\u03c2": [37, 44], "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b1": 20, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2": [12, 20, 33, 35, 41, 42], "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd": 50, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03cc\u03c1\u03b7\u03c3\u03b7\u03c2": 19, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03cd\u03bd": 42, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03cd\u03c4\u03b1\u03b9": 39, "\u03c0\u03bb\u03b7\u03c3\u03b9\u03ad\u03c3\u03c4\u03b5\u03c1\u03b7": 24, "\u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03ae\u03c2": 80, "\u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7": 6, "\u03c0\u03bb\u03bf\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": [20, 35, 42, 44, 49, 51], "\u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03bf\u03c2": 50, "\u03c0\u03bf\u03b9\u03b1": [20, 41, 44, 45, 50], "\u03c0\u03bf\u03b9\u03b5\u03c2": [41, 42], "\u03c0\u03bf\u03b9\u03ba\u03b9\u03bb\u03af\u03b1": 81, "\u03c0\u03bf\u03b9\u03bf": 41, "\u03c0\u03bf\u03b9\u03bf\u03bd": 19, "\u03c0\u03bf\u03b9\u03bf\u03c2": [6, 35], "\u03c0\u03bf\u03b9\u03bf\u03c5\u03c2": [20, 50], "\u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1": 80, "\u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2": 7, "\u03c0\u03bf\u03bb\u03bb\u03ac": 80, "\u03c0\u03bf\u03bb\u03bb\u03ad\u03c2": 41, "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ac": 41, "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ad\u03c2": [19, 42], "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd": 35, "\u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2": [12, 19, 41], "\u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03b1": 42, "\u03c0\u03bf\u03bb\u03cd": [10, 41, 42, 44], "\u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac": 33, "\u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": 33, "\u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1": 12, "\u03c0\u03bf\u03c4\u03ad": [26, 39, 41], "\u03c0\u03bf\u03c5": [7, 10, 12, 14, 18, 19, 20, 24, 26, 28, 31, 33, 35, 37, 39, 41, 42, 43, 44, 45, 50, 51, 53, 80, 81, 82], "\u03c0\u03bf\u03cd": [35, 41], "\u03c0\u03c1\u03ac\u03b3\u03bc\u03b1": 19, "\u03c0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf": 19, "\u03c0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf\u03c2": 19, "\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9": [12, 19, 20, 26, 28, 41, 42, 44, 45, 46, 47, 48, 49, 51], "\u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [23, 30], "\u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 41, "\u03c0\u03c1\u03b9\u03bd": [7, 12, 18, 19, 20, 41], "\u03c0\u03c1\u03bf": [18, 19, 44], "\u03c0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5": 10, "\u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2": 37, "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac": [41, 45], "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2": 41, "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae": [26, 44], "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc": [20, 40], "\u03c0\u03c1\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5": 20, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1": 80, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": [47, 80], "\u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae": [35, 41, 50], "\u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2": [42, 44], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1": [7, 54], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2": [6, 7, 20, 31, 35, 48], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [6, 20, 81], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03c4\u03b5": 41, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 41, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 41, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ae": 13, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03b5\u03af": 41, "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [20, 44], "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [19, 26, 41], "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [19, 20], "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": [26, 44], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2": [35, 44], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7": [19, 26, 41], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf": [31, 41], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03b9": 44, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2": [14, 42, 82], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 44, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae": [10, 12, 24, 28, 31, 35, 41, 42, 44, 48], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03bf\u03c0\u03ae\u03c3\u03b5\u03b9\u03c2": 26, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": 41, "\u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1\u03c2": 41, "\u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 18, "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03c5\u03bc\u03ad\u03bd\u03c9\u03c2": [44, 45], "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1": 51, "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7": 12, "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": [41, 50], "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5": 41, "\u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1": 41, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": [19, 44], "\u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 41, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03b5\u03af": 80, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03bf\u03cd\u03bd": 19, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 80, "\u03c0\u03c1\u03bf\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": 35, "\u03c0\u03c1\u03bf\u03ba\u03cd\u03c0\u03c4\u03bf\u03c5\u03c3\u03b1": 48, "\u03c0\u03c1\u03bf\u03c2": [6, 10, 14, 19, 20, 29, 39, 41, 42, 44, 47, 51], "\u03c0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7": 20, "\u03c0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2": 20, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": 19, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7": 44, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf": [19, 41, 80], "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 19, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 39, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": 12, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03b9": 24, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5": [19, 44], "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9": 20, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ac\u03c4\u03b5": [20, 28, 35], "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": 20, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03b1": 41, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03bf": 35, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03bf\u03c2": [35, 41], "\u03c0\u03c1\u03bf\u03c3\u03b2\u03b1\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": 80, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03b1\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 80, "\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": 44, "\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 19, "\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 42, "\u03c0\u03c1\u03bf\u03c3\u03b5\u03ba\u03c4\u03b9\u03ba\u03bf\u03af": 12, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b1\u03c4\u03b5": 42, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5": [19, 20, 40, 41, 42, 50], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03bf\u03c5\u03bd": 41, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5": [7, 12, 20, 44], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03b5\u03b9": [41, 44], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03b5\u03c4\u03b5": [35, 41, 42], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03ac\u03c2": 41, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2": [7, 41], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7": [12, 20, 26, 28, 46, 47, 48, 50, 51], "\u03c0\u03c1\u03bf\u03c3\u03ba\u03b1\u03bb\u03b5\u03af": 42, "\u03c0\u03c1\u03bf\u03c3\u03ba\u03b5\u03ba\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9": 41, "\u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2": [42, 45], "\u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03c9\u03bd": [41, 42], "\u03c0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae": 10, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5": 48, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af": [10, 47], "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5": 14, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03bf\u03cd\u03bd": [26, 40], "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b5\u03bb\u03ac\u03c3\u03b5\u03b9": 42, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9": 24, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03af\u03b8\u03b5\u03c4\u03b1\u03b9": 24, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1": [35, 42], "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2": [26, 81], "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7": 53, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 20, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03cd\u03b5\u03b9": 12, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03b5\u03af": [12, 44], "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd": [41, 42, 81], "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03b9": [7, 19, 41, 44], "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": 41, "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5": 80, "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd": 41, "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ac": 24, "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2": [35, 82], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae": [20, 41], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc": [14, 20, 41, 44], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd": [50, 82], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ac": [12, 20, 33], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ae": 33, "\u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03b7\u03c2": 35, "\u03c0\u03c1\u03bf\u03c4\u03b1\u03b8\u03bf\u03cd\u03bd": 50, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03b5\u03b9": 44, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 44, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7": 44, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2": 20, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2": 44, "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ac\u03c4\u03b5": [20, 51], "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2": [44, 45, 80], "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd": [6, 81], "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7": 7, "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7\u03c2": 82, "\u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5": [19, 44], "\u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03c9\u03bd": 19, "\u03c0\u03c1\u03bf\u03c6\u03af\u03bb": [6, 41, 42], "\u03c0\u03c1\u03bf\u03c6\u03cd\u03bb\u03b1\u03be\u03b7": 44, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9": 44, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": [41, 47, 51], "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7": [41, 44, 50], "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2": 44, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf": 41, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 20, "\u03c0\u03c1\u03bf\u03c9\u03b8\u03b7\u03b8\u03b5\u03af": 41, "\u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03b8\u03ad\u03c3\u03b5\u03b9\u03c2": 42, "\u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5": 41, "\u03c0\u03c1\u03c9\u03c4\u03bf\u03ba\u03cc\u03bb\u03bb\u03bf\u03c5": 20, "\u03c0\u03c1\u03c9\u03c4\u03cc\u03ba\u03bf\u03bb\u03bb\u03b1": 50, "\u03c0\u03c1\u03c9\u03c4\u03cc\u03ba\u03bf\u03bb\u03bb\u03bf": [20, 47], "\u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1": 12, "\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac": 41, "\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1": [7, 12, 14, 20, 41, 51, 80], "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2": [45, 47, 50], "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [6, 14, 19, 21, 22, 26, 30, 31, 41, 42, 44, 45, 81, 82], "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2": [20, 35, 42, 45, 50, 51, 81], "\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b5\u03c2": 19, "\u03c0\u03c1\u03cc\u03c3\u03ba\u03b1\u03b9\u03c1\u03b1": 19, "\u03c0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7\u03c2": 41, "\u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2": [7, 18, 19], "\u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b7": 7, "\u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03bf\u03c5": 20, "\u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1": 19, "\u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf": [19, 41], "\u03c0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03cc": [41, 51], "\u03c0\u03c1\u03ce\u03c4\u03b1": [12, 39, 41, 44], "\u03c0\u03c1\u03ce\u03c4\u03b5\u03c2": 39, "\u03c0\u03c1\u03ce\u03c4\u03b7": [7, 26, 39, 41, 42], "\u03c0\u03c1\u03ce\u03c4\u03b7\u03c2": [42, 82], "\u03c0\u03c1\u03ce\u03c4\u03bf": [39, 41, 48], "\u03c0\u03c1\u03ce\u03c4\u03bf\u03c2": 81, "\u03c0\u03c4\u03ce\u03c3\u03b7": 35, "\u03c0\u03cc\u03c1\u03bf": [41, 48], "\u03c0\u03cc\u03c1\u03bf\u03b9": [41, 46], "\u03c0\u03cc\u03c1\u03bf\u03c2": [20, 41, 46, 48], "\u03c0\u03cc\u03c1\u03bf\u03c5\u03c2": [41, 42, 48], "\u03c0\u03cc\u03c1\u03c9\u03bd": 48, "\u03c0\u03cc\u03c3\u03b1": 41, "\u03c0\u03cc\u03c3\u03bf": [41, 44], "\u03c0\u03cc\u03c4\u03b5": [19, 41], "\u03c0\u03ce\u03c2": [20, 33, 42], "\u03c1\u03ac\u03b2\u03b4\u03c9\u03c3\u03b7": 41, "\u03c1\u03af\u03b6\u03b1": [20, 37], "\u03c1\u03af\u03b6\u03b1\u03c2": 20, "\u03c1\u03af\u03be\u03c4\u03b5": 47, "\u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": 48, "\u03c1\u03b9\u03b6\u03b9\u03ba\u03cc": [20, 35, 41], "\u03c1\u03bf\u03ae\u03c2": 82, "\u03c1\u03c5\u03b8\u03bc\u03af\u03b6\u03b5\u03b9": 41, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b1\u03c4\u03b5": 12, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9": [24, 41, 45], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": [7, 19, 20, 35, 41, 42, 45, 46, 47, 48, 51, 80, 82], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5": [19, 20, 41], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": [7, 10, 12, 40, 41, 44, 47, 51, 80, 82], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b9\u03bc\u03b1": 35, "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 26, "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 19, "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af": [41, 44], "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 49, "\u03c1\u03c5\u03b8\u03bc\u03cc": 48, "\u03c1\u03c5\u03b8\u03bc\u03cc\u03c2": 41, "\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9": 50, "\u03c1\u03c9\u03c4\u03ae\u03c3\u03c4\u03b5": [21, 41, 44], "\u03c1\u03cc\u03bb\u03bf": 42, "\u03c1\u03cc\u03bb\u03bf\u03c2": 42, "\u03c1\u03cc\u03bb\u03c9\u03bd": 42, "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03ae": 45, "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7": [6, 35, 43, 45, 48], "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2": 19, "\u03c3\u03ac\u03c2": [28, 35], "\u03c3\u03ae\u03bc\u03b1": 10, "\u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7": [37, 39], "\u03c3\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": 10, "\u03c3\u03ae\u03c1\u03b1\u03b3\u03b3\u03b1\u03c2": 20, "\u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9": 12, "\u03c3\u03b1\u03bd": 81, "\u03c3\u03b1\u03c1\u03c9\u03b8\u03b5\u03af": 81, "\u03c3\u03b1\u03c1\u03ce\u03bd\u03b5\u03b9": 12, "\u03c3\u03b1\u03c1\u03ce\u03c3\u03c4\u03b5": 81, "\u03c3\u03b1\u03c2": [6, 7, 10, 12, 14, 20, 21, 24, 25, 26, 28, 31, 33, 40, 43, 45, 47, 48, 50, 51, 53, 80, 81], "\u03c3\u03b5": [10, 12, 19, 22, 24, 28, 29, 30, 31, 33, 35, 39, 40, 44, 48, 50, 51, 53, 80, 81, 82], "\u03c3\u03b5\u03bb\u03af\u03b4\u03b1": [7, 14, 26, 28, 29, 35, 41, 80, 82], "\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2": 41, "\u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2": 41, "\u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03b1": [10, 44], "\u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03bf": [24, 26], "\u03c3\u03b5\u03bd\u03b1\u03c1\u03af\u03bf\u03c5": 44, "\u03c3\u03b7\u03bc\u03ac\u03b4\u03b9": [19, 41], "\u03c3\u03b7\u03bc\u03ac\u03bd\u03c3\u03b5\u03b9\u03c2": 24, "\u03c3\u03b7\u03bc\u03b1\u03af\u03b1": 44, "\u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9": [19, 20, 44], "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac": 44, "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2": 20, "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ae": 12, "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc": 44, "\u03c3\u03b7\u03bc\u03b1\u03c3\u03af\u03b1": 44, "\u03c3\u03b7\u03bc\u03b5\u03af\u03bf": [20, 44], "\u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7": 35, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03c9\u03b8\u03b5\u03af": 44, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03c9\u03c3\u03b7": 51, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 19, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [19, 44], "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b1\u03c4\u03b5": 44, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03c4\u03b5": 42, "\u03c3\u03b9\u03c9\u03c0\u03b7\u03c1\u03ae": 7, "\u03c3\u03ba\u03bb\u03b7\u03c1\u03bf\u03cd": 20, "\u03c3\u03ba\u03bb\u03b7\u03c1\u03cc": 41, "\u03c3\u03ba\u03bf\u03c0\u03b5\u03cd\u03b5\u03c4\u03b5": [20, 41], "\u03c3\u03ba\u03bf\u03c0\u03bf\u03cd\u03c2": 40, "\u03c3\u03ba\u03bf\u03c0\u03cc\u03c2": 26, "\u03c3\u03ba\u03bf\u03cd\u03c1\u03bf": 80, "\u03c3\u03ba\u03cc\u03c0\u03b9\u03bc\u03b1": 12, "\u03c3\u03c0\u03af\u03c4\u03b9": [41, 48, 53], "\u03c3\u03c0\u03b9\u03c4\u03b9\u03bf\u03cd": 53, "\u03c3\u03c4\u03ad\u03bb\u03bd\u03b5\u03c4\u03b5": 45, "\u03c3\u03c4\u03ad\u03bb\u03bd\u03bf\u03c5\u03bd": 20, "\u03c3\u03c4\u03b1": [19, 20, 21, 24, 26, 33, 39, 41, 44, 45, 51], "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ae": 18, "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ae\u03c2": 18, "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd": [22, 30], "\u03c3\u03c4\u03b1\u03bb\u03b5\u03af": 10, "\u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03c3\u03c4\u03b1\u03c5\u03c1\u03bf\u03cd": 42, "\u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5": [29, 41], "\u03c3\u03c4\u03b7": [7, 10, 12, 14, 19, 26, 28, 33, 35, 37, 41, 42, 44, 45, 48, 51, 54, 82], "\u03c3\u03c4\u03b7\u03bd": [7, 10, 12, 14, 20, 24, 28, 33, 35, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 80], "\u03c3\u03c4\u03b9\u03b3\u03bc\u03ae": [19, 24, 28, 41], "\u03c3\u03c4\u03b9\u03c2": [18, 19, 20, 33, 35, 37, 41, 42, 44, 45, 46, 47, 48, 51, 80, 82], "\u03c3\u03c4\u03bf": [6, 7, 10, 14, 19, 20, 21, 24, 25, 28, 33, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 53, 80, 81], "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1": [51, 81], "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf": 33, "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd": 80, "\u03c3\u03c4\u03bf\u03bd": [10, 14, 19, 20, 24, 26, 28, 29, 31, 33, 35, 41, 42, 47, 50, 51, 53, 81], "\u03c3\u03c4\u03bf\u03c5\u03c2": [7, 20, 24, 35, 41, 44, 46, 49, 53], "\u03c3\u03c4\u03bf\u03c7\u03b5\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2": 37, "\u03c3\u03c4\u03bf\u03c7\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03c2": 44, "\u03c3\u03c4\u03c5\u03bb": 43, "\u03c3\u03c4\u03c5\u03bb\u03cc": 41, "\u03c3\u03c4\u03cc\u03c7\u03bf\u03b9": 35, "\u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2": 41, "\u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": 20, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1": 12, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7": [6, 39, 42, 44], "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf": [41, 44], "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf\u03b9": 41, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03b5\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03bd\u03c4\u03c1\u03c9\u03c4\u03b9\u03ba\u03cc": 42, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03af\u03bd\u03b5\u03c4\u03b5": 10, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c5\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 10, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2": [6, 13, 41], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03b5\u03b9": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [19, 48], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03b5\u03c4\u03b5": 41, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [12, 20, 48, 53], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5": [14, 20, 41, 45, 50, 51, 53], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03bf\u03c5\u03bd": 48, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 19, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9": 20, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5": 19, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [6, 7, 10, 13, 14, 20, 51, 53], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc": [12, 19, 25, 42, 49, 50], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2": [6, 19, 22, 43], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03c4\u03b5\u03af": [19, 41, 50], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 19, "\u03c3\u03c5\u03b3\u03c7\u03c9\u03bd\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7": 42, "\u03c3\u03c5\u03b3\u03c7\u03c9\u03bd\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5": 42, "\u03c3\u03c5\u03b3\u03c7\u03ce\u03bd\u03b5\u03c5\u03c3\u03b7\u03c2": 42, "\u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7": 19, "\u03c3\u03c5\u03bb\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": 44, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1": 42, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 41, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd": 10, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ac": 41, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae": 53, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc": [41, 44], "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2": 12, "\u03c3\u03c5\u03bc\u03b2\u03b5\u03af": [12, 26], "\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b9\u03ba\u03cc\u03c2": 19, "\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b9\u03ba\u03ce\u03bd": 12, "\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac": 19, "\u03c3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03cd\u03b5\u03b9": 26, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b5\u03c2": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03bf\u03c2": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03c9\u03bd": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ad\u03c2": 82, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae": [41, 42], "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae\u03c2": [41, 42], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5": 41, "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5": [20, 44], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [20, 41], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03bf\u03c1\u03ac": [10, 19], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03bf\u03c1\u03ac\u03c2": 7, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7": 37, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af": 41, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1": 19, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7": 44, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2": 19, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5": [20, 44, 50], "\u03c3\u03c5\u03bc\u03c0\u03c4\u03c5\u03b3\u03bc\u03ad\u03bd\u03bf": 19, "\u03c3\u03c5\u03bc\u03c0\u03c4\u03c5\u03c7\u03b8\u03bf\u03cd\u03bd": 80, "\u03c3\u03c5\u03bd": 42, "\u03c3\u03c5\u03bd\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": 41, "\u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1": [7, 12, 19, 20, 26, 28, 41, 44, 50], "\u03c3\u03c5\u03bd\u03ad\u03c7\u03b9\u03c3\u03b7": 19, "\u03c3\u03c5\u03bd\u03ae\u03b8\u03b7": 26, "\u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2": [12, 19, 41, 47, 81], "\u03c3\u03c5\u03bd\u03b1\u03b4\u03ad\u03bb\u03c6\u03bf\u03c5\u03c2": 41, "\u03c3\u03c5\u03bd\u03b1\u03bd\u03c4\u03ac\u03c3\u03c4\u03b5": 41, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03b5\u03c3\u03c4\u03b5": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bd\u03c4\u03b1\u03b9": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03b9\u03c2": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c9\u03bd": 49, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5": [35, 41], "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2": [14, 19, 28], "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03c9\u03bd": [12, 35, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03b5\u03c2": [26, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03b7": [28, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03b9": [19, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c2": [19, 46], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c5": 20, "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd": [6, 81], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af": 44, "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5": [20, 26, 51], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": 20, "\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ad\u03c2": [41, 45], "\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae": [41, 53], "\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2": 41, "\u03c3\u03c5\u03bd\u03b5\u03b4\u03c1\u03af\u03b1": 20, "\u03c3\u03c5\u03bd\u03b5\u03b4\u03c1\u03af\u03b1\u03c3\u03b7": 42, "\u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": 42, "\u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2": 35, "\u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03b9": [10, 19, 41], "\u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c4\u03b5": [44, 45], "\u03c3\u03c5\u03bd\u03b7\u03b8\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 41, "\u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b1": 41, "\u03c3\u03c5\u03bd\u03b8\u03ad\u03c4\u03b7\u03c2": 44, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac": 6, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": [6, 20, 82], "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2": 26, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 20, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03c4\u03b9\u03ba\u03cc": 26, "\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9": 20, "\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5": [20, 25, 44], "\u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae": 80, "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1": [40, 41, 44], "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2": [35, 40, 42], "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b5\u03c2": [35, 42], "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03b9\u03ce\u03bd": [41, 44], "\u03c3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae": 19, "\u03c3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2": 80, "\u03c3\u03c5\u03bd\u03c4\u03bf\u03bd\u03b9\u03c3\u03c4\u03ae": 42, "\u03c3\u03c5\u03bd\u03c4\u03bf\u03bd\u03b9\u03c3\u03c4\u03ae\u03c2": 42, "\u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7": 44, "\u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2": 44, "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2": [20, 41, 53, 54, 81], "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae": [6, 20, 45, 81], "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [6, 81], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": [7, 19, 20], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [7, 10, 20, 42, 44], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03cc\u03c2": 19, "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bd\u03bf\u03c5\u03bc\u03b5": 31, "\u03c3\u03c5\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03ac": 19, "\u03c3\u03c5\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": 19, "\u03c3\u03c5\u03c7\u03bd\u03ad\u03c2": [6, 13, 20], "\u03c3\u03c6\u03ac\u03bb\u03bc\u03b1": [19, 20, 44], "\u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1": [12, 18, 19], "\u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03bf\u03c2": [20, 44, 47], "\u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd": [7, 18], "\u03c3\u03c7\u03ae\u03bc\u03b1": 12, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03b1": 44, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 20, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": 80, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2": 41, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03c4\u03b5\u03af": [26, 80], "\u03c3\u03c7\u03b5\u03c4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac": [20, 24, 26, 41, 42, 44], "\u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2": 42, "\u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03cc": [10, 47], "\u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5": 41, "\u03c3\u03c7\u03cc\u03bb\u03b9\u03bf": 41, "\u03c3\u03c9\u03c3\u03c4\u03ac": [20, 49], "\u03c3\u03c9\u03c3\u03c4\u03ae": 12, "\u03c3\u03c9\u03c3\u03c4\u03cc\u03c2": 81, "\u03c3\u03cd\u03b3\u03ba\u03c1\u03bf\u03c5\u03c3\u03b7": [10, 41], "\u03c3\u03cd\u03b3\u03ba\u03c1\u03bf\u03c5\u03c3\u03b7\u03c2": 10, "\u03c3\u03cd\u03b3\u03c7\u03c5\u03c3\u03b7": 10, "\u03c3\u03cd\u03bc\u03b2\u03bf\u03bb\u03bf": [19, 41, 42, 44], "\u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1": [39, 44], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae": 19, "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae\u03c2": [19, 26], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": [6, 12, 20, 48, 49, 50], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2": [12, 19, 20, 26, 44, 45, 80, 81, 82], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf": [20, 29, 41], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9": [35, 41, 44, 82], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2": [19, 35, 41], "\u03c3\u03cd\u03bd\u03b8\u03b5\u03c4\u03bf\u03b9": 41, "\u03c3\u03cd\u03bd\u03bd\u03b5\u03c6\u03bf": [28, 35], "\u03c3\u03cd\u03bd\u03bf\u03bb\u03bf": 33, "\u03c3\u03cd\u03bd\u03bf\u03c8\u03b7\u03c2": 44, "\u03c3\u03cd\u03bd\u03c4\u03b1\u03be\u03ae": 19, "\u03c3\u03cd\u03bd\u03c4\u03b1\u03be\u03b7": [19, 20], "\u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1": 41, "\u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b7": 42, "\u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03bf": 40, "\u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03ac": [12, 21, 42], "\u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1": [7, 12, 20, 41, 44], "\u03c3\u03ce\u03bc\u03b1": 44, "\u03c3\u03ce\u03bc\u03b1\u03c4\u03b1": 44, "\u03c4\u03ad\u03bb\u03bf\u03c2": [20, 41, 44, 80], "\u03c4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2": 44, "\u03c4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7": 41, "\u03c4\u03ad\u03c4\u03bf\u03b9\u03bf": [26, 44], "\u03c4\u03af\u03c0\u03bf\u03c4\u03b1": 12, "\u03c4\u03af\u03c4\u03bb\u03bf": 41, "\u03c4\u03af\u03c4\u03bb\u03bf\u03c2": 41, "\u03c4\u03b1": [6, 7, 10, 12, 14, 19, 21, 24, 28, 29, 33, 35, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80], "\u03c4\u03b1\u03af\u03c1\u03b9\u03b1\u03b6\u03b5": 44, "\u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03b5\u03b9": [19, 44], "\u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd": [12, 19, 44], "\u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03be\u03b5\u03c4\u03b5": 80, "\u03c4\u03b1\u03ba\u03c4\u03ac": 12, "\u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac": 41, "\u03c4\u03b1\u03be\u03b9\u03b4\u03b5\u03cd\u03b5\u03c4\u03b5": 41, "\u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7": 44, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2": 81, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": [6, 50, 51, 54, 82], "\u03c4\u03b1\u03c7\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2": 42, "\u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1": 6, "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7": [20, 24, 33, 35, 37], "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2": 80, "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 25, "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [20, 80], "\u03c4\u03b5\u03bb\u03b5\u03af\u03b5\u03c2": 35, "\u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd": [41, 42], "\u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd\u03bf\u03c5\u03bd": 19, "\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ad\u03c2": 44, "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1": 18, "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf": [19, 46], "\u03c4\u03b5\u03bb\u03b9\u03ba\u03ac": [20, 41], "\u03c4\u03b5\u03c1\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 41, "\u03c4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7": 41, "\u03c4\u03b5\u03c4\u03c1\u03ac\u03b3\u03c9\u03bd\u03b1": 42, "\u03c4\u03b7": [7, 10, 14, 19, 21, 24, 26, 28, 29, 33, 35, 40, 41, 42, 44, 45, 47, 48, 50, 51, 53, 80, 82], "\u03c4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03cc": 81, "\u03c4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03af\u03b1\u03c2": 48, "\u03c4\u03b7\u03bb\u03b5\u03c6\u03ce\u03bd\u03bf\u03c5": 42, "\u03c4\u03b7\u03bd": [6, 7, 10, 12, 14, 18, 21, 24, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 51, 53, 80, 81], "\u03c4\u03b7\u03c2": [6, 7, 10, 18, 20, 26, 33, 35, 37, 40, 43, 45, 50, 80, 81, 82], "\u03c4\u03b9": [19, 41, 51], "\u03c4\u03b9\u03bc\u03ad\u03c2": 42, "\u03c4\u03b9\u03bc\u03ae": [7, 12, 20, 24, 42, 44], "\u03c4\u03b9\u03bc\u03ae\u03c2": 20, "\u03c4\u03b9\u03bc\u03ce\u03bd": 19, "\u03c4\u03b9\u03c2": [7, 10, 12, 18, 19, 20, 21, 24, 26, 31, 33, 35, 39, 41, 43, 44, 45, 46, 47, 48, 51, 54, 82], "\u03c4\u03bc\u03ae\u03bc\u03b1": 20, "\u03c4\u03bf": [7, 10, 14, 19, 22, 24, 25, 28, 29, 30, 31, 33, 35, 37, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80, 81, 82], "\u03c4\u03bf\u03bc\u03ad\u03b1": 47, "\u03c4\u03bf\u03bd": [7, 10, 19, 20, 21, 25, 26, 29, 31, 35, 40, 41, 42, 44, 45, 47, 48, 50, 51, 53, 80, 81, 82], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ac": [15, 19, 44], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2": 10, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ae": [10, 20], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03af": 42, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03cd": [14, 20], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03cd\u03c2": 53, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03cc": [10, 19, 20, 41], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03cc\u03c2": [14, 20], "\u03c4\u03bf\u03c0\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7": 20, "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1": [12, 41, 50], "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 19, "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03c4\u03b5": [44, 53], "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03b5\u03af\u03c4\u03b1\u03b9": 24, "\u03c4\u03bf\u03c5": [6, 7, 10, 12, 13, 21, 24, 25, 28, 29, 31, 33, 35, 37, 39, 41, 42, 45, 46, 47, 48, 49, 51, 53, 54, 81], "\u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd": 42, "\u03c4\u03bf\u03c5\u03c2": [7, 12, 18, 20, 24, 26, 31, 35, 40, 41, 42, 43, 44, 45, 46, 48, 53], "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd": 35, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1": 24, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b5\u03c2": 41, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03bf\u03c2": 44, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1": [19, 20], "\u03c4\u03c1\u03af\u03b1": 44, "\u03c4\u03c1\u03af\u03c4\u03bf\u03c5": [12, 20, 26], "\u03c4\u03c1\u03af\u03c4\u03c9\u03bd": 41, "\u03c4\u03c1\u03b1\u03b2\u03ac\u03c4\u03b5": 41, "\u03c4\u03c1\u03b5\u03b9\u03c2": [19, 35, 44], "\u03c4\u03c1\u03b9\u03ce\u03bd": [41, 42], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [19, 20, 31], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [12, 19], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [10, 42], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 42], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03c4\u03c1\u03cc\u03c0\u03bf": [7, 10, 12, 19, 20, 26, 41, 44, 47], "\u03c4\u03c1\u03cc\u03c0\u03bf\u03b9": 45, "\u03c4\u03c1\u03cc\u03c0\u03bf\u03c2": [20, 26, 41, 42, 81], "\u03c4\u03c5\u03c0\u03b9\u03ba\u03ce\u03bd": 19, "\u03c4\u03c5\u03c7\u03b1\u03af\u03b1": 44, "\u03c4\u03c5\u03c7\u03b1\u03af\u03bf": 35, "\u03c4\u03c5\u03c7\u03cc\u03bd": [33, 80], "\u03c4\u03c9\u03bd": [6, 10, 12, 24, 26, 29, 31, 33, 40, 42, 44, 80, 81], "\u03c4\u03cc\u03c3\u03bf": [10, 20, 24, 44, 48, 49], "\u03c4\u03cc\u03c4\u03b5": [24, 26, 33, 41], "\u03c4\u03cd\u03c0\u03bf": [20, 47], "\u03c4\u03cd\u03c0\u03bf\u03c5": [7, 12, 19], "\u03c4\u03cd\u03c0\u03bf\u03c5\u03c2": 42, "\u03c4\u03ce\u03c1\u03b1": [10, 20, 29, 41, 44, 45, 46, 47, 48, 81], "\u03c5\u03b4\u03c1\u03cc\u03b3\u03b5\u03b9\u03bf\u03c5": 41, "\u03c5\u03bb\u03b9\u03ba\u03bf\u03cd": 6, "\u03c5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 20, "\u03c5\u03bb\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": 20, "\u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9": [7, 10, 12, 19, 26, 41, 42, 44], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03bd\u03c4\u03b1": [41, 44], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd": [19, 45], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b1": [12, 41], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b5\u03c2": 41, "\u03c5\u03c0\u03b1\u03c1\u03c7\u03bf\u03c5\u03c3\u03ce\u03bd": 41, "\u03c5\u03c0\u03b1\u03c1\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd": [12, 35, 41, 44], "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03b6\u03b5\u03b9": 44, "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": 41, "\u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 20, "\u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd": 33, "\u03c5\u03c0\u03b5\u03c1\u03b2\u03bf\u03cd\u03bd": [24, 39], "\u03c5\u03c0\u03b5\u03c1\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf\u03c5": 35, "\u03c5\u03c0\u03b5\u03c1\u03c7\u03b5\u03af\u03bb\u03b9\u03c3\u03b7\u03c2": 19, "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1": [20, 26], "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2": 47, "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2": [20, 26], "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd": [26, 53], "\u03c5\u03c0\u03bf\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1": 49, "\u03c5\u03c0\u03bf\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf": 20, "\u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae": 44, "\u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03b9": [19, 51], "\u03c5\u03c0\u03bf\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf": 20, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03b9": 24, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 33, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [24, 33], "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2": 41, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ad\u03c2": 7, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae": [10, 20, 24, 25, 53, 82], "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2": [20, 46], "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd": [22, 30], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7": [15, 19, 42, 46], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2": 19, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9": [20, 41, 42, 44, 49, 50, 81], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 44, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [50, 53], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd": [20, 42], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1": 44, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": [41, 44], "\u03c5\u03c0\u03bf\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2": 44, "\u03c5\u03c0\u03bf\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2": 12, "\u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc": 45, "\u03c5\u03c0\u03cc": 80, "\u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf": 20, "\u03c5\u03c0\u03cc\u03bc\u03bd\u03b7\u03bc\u03b1": 41, "\u03c5\u03c0\u03cc\u03c8\u03b7": [20, 41, 44], "\u03c5\u03c8\u03b7\u03bb\u03ae\u03c2": 80, "\u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7": 12, "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf": [19, 20, 24, 28, 29, 33, 35, 37, 41, 42, 47, 50], "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9": [44, 50], "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2": [12, 14, 19, 24, 35, 42, 44, 50, 82], "\u03c6\u03af\u03bb\u03bf\u03c5\u03c2": 41, "\u03c6\u03af\u03bb\u03c4\u03c1\u03b1": 44, "\u03c6\u03af\u03bb\u03c4\u03c1\u03c9\u03bd": 44, "\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5": [14, 19, 35, 37, 42, 50], "\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2": [14, 26, 28, 35, 37, 41, 42, 44, 45, 50, 53], "\u03c6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd": [19, 26, 35, 50], "\u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 20, "\u03c6\u03bf\u03c1\u03ac": [12, 20, 24, 26, 35, 39, 41, 42], "\u03c6\u03bf\u03c1\u03ad\u03c2": [19, 41], "\u03c6\u03bf\u03c1\u03b7\u03c4\u03ae": 20, "\u03c6\u03c4\u03ac\u03bd\u03b5\u03c4\u03b5": 42, "\u03c6\u03c4\u03ac\u03c3\u03b5\u03b9": 44, "\u03c6\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5": [20, 80], "\u03c6\u03c5\u03c3\u03b9\u03ba\u03ac": 42, "\u03c6\u03c5\u03c3\u03b9\u03ba\u03cc": 81, "\u03c6\u03c5\u03c3\u03b9\u03ba\u03ce\u03bd": 20, "\u03c6\u03c9\u03bb\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 12, "\u03c6\u03c9\u03c4\u03b5\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1": 80, "\u03c6\u03cc\u03bd\u03c4\u03bf\u03c5": 80, "\u03c6\u03cc\u03c1\u03bc\u03b1": [28, 44], "\u03c6\u03cc\u03c1\u03bc\u03b1\u03c2": 28, "\u03c6\u03cc\u03c1\u03c4\u03bf": 44, "\u03c7": [19, 20, 41, 47, 51], "\u03c7\u03ac\u03c3\u03b5\u03b9": 19, "\u03c7\u03ac\u03c3\u03b5\u03c4\u03b5": 26, "\u03c7\u03b1\u03b8\u03b5\u03af": 41, "\u03c7\u03b1\u03bb\u03b1\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": 80, "\u03c7\u03b1\u03bc\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b1": 42, "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1": [19, 44], "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2": 19, "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03c9\u03bd": [19, 44], "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac": 50, "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc": 42, "\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae": 12, "\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": 44, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1": [12, 20, 24, 29, 39, 42, 44, 45], "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7": 7, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7\u03c2": 7, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf": 48, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03c9\u03bd": 7, "\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": 45, "\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03c4\u03b5": 45, "\u03c7\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2": 26, "\u03c7\u03c1\u03ae\u03c3\u03b7": [6, 13, 20, 25, 28, 29, 33, 35, 43, 54, 82], "\u03c7\u03c1\u03ae\u03c3\u03b7\u03c2": [7, 19, 20, 24, 26, 28, 33, 35, 48, 53], "\u03c7\u03c1\u03ae\u03c3\u03b9\u03bc\u03bf": [20, 31, 33, 41], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2": [7, 10, 18, 19, 20, 24, 26, 28, 31, 33, 41, 42, 44, 82], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [6, 10, 20, 28, 35, 37, 39, 40, 42, 44, 45, 47, 49, 50, 51, 82], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b71": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b72": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b73": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2": [20, 26, 37, 41, 42, 44, 82], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c21": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c22": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c23": 24, "\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5": [31, 50], "\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": [7, 10, 48, 51], "\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [26, 44], "\u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af": [12, 20, 26, 44], "\u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": [12, 20], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [26, 47], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [12, 19, 20, 25, 26, 41, 42, 44, 54, 81], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b9\u03bc\u03bf": 19, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5": 41, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5": [7, 19, 20, 28], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": [7, 12, 19, 20, 26, 39, 44, 50], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9": [20, 80], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5": [12, 20, 26, 48], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": [20, 41, 51], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 19, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5": 12, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7": 41, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": [19, 44], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": [7, 19, 20, 44, 53], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 40, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": [7, 22, 29, 30, 40, 41, 42, 44, 45, 51, 53], "\u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd": [26, 33, 44], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ac": [12, 26], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2": [24, 41], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae": [37, 39, 41], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae\u03c2": 41, "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc": [20, 44], "\u03c7\u03c1\u03bf\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ac": 44, "\u03c7\u03c1\u03cc\u03bd\u03bf": [19, 41, 44, 48], "\u03c7\u03c1\u03cc\u03bd\u03bf\u03c2": 41, "\u03c7\u03c1\u03ce\u03bc\u03b1": [41, 44, 80], "\u03c7\u03c9\u03c1\u03af\u03c2": [12, 19, 20, 35, 39, 41], "\u03c7\u03ce\u03c1\u03b1": [41, 42], "\u03c7\u03ce\u03c1\u03bf": [20, 41], "\u03c7\u03ce\u03c1\u03bf\u03c2": [19, 42], "\u03c7\u03ce\u03c1\u03bf\u03c5": [24, 33, 39], "\u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03b1": 44, "\u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf": 44, "\u03c8\u03b7\u03c6\u03af\u03c9\u03bd": 35, "\u03c9\u03c2": [19, 20, 26, 28, 35, 41, 42, 44, 45, 46, 47, 48, 80, 82], "\u03c9\u03c3\u03c4\u03cc\u03c3\u03bf": [7, 10, 12, 19, 26, 41, 44], "\u03cc": 51, "\u03cc\u03bb\u03b1": [12, 14, 18, 20, 26, 33, 37, 42, 45, 50, 51, 53], "\u03cc\u03bb\u03b5\u03c2": [20, 35, 41, 42], "\u03cc\u03bb\u03b7": [19, 20], "\u03cc\u03bb\u03bf": 41, "\u03cc\u03bb\u03bf\u03b9": [41, 46], "\u03cc\u03bb\u03bf\u03c5\u03c2": [12, 35, 41, 42, 44, 53], "\u03cc\u03bb\u03c9\u03bd": [20, 26, 42], "\u03cc\u03bd\u03bf\u03bc\u03ac": [10, 37], "\u03cc\u03bd\u03bf\u03bc\u03b1": [19, 20, 28, 35, 37, 39, 41, 42, 45, 47, 48, 49, 50, 51, 82], "\u03cc\u03c0\u03bf\u03c5": [7, 10, 19, 37, 41, 42, 45], "\u03cc\u03c0\u03c9\u03c2": [7, 12, 19, 20, 24, 33, 41, 42, 44, 47, 81, 82], "\u03cc\u03c1\u03b9\u03b1": [24, 26, 31, 33], "\u03cc\u03c1\u03b9\u03bf": [12, 20, 24, 30, 31, 32, 39, 41, 44, 82], "\u03cc\u03c1\u03b9\u03c3\u03b5": 41, "\u03cc\u03c1\u03b9\u03cc": 33, "\u03cc\u03c1\u03bf": [41, 46], "\u03cc\u03c3\u03bf": [10, 20, 24, 44, 48, 49], "\u03cc\u03c4\u03b1\u03bd": [7, 10, 14, 19, 20, 26, 28, 29, 33, 39, 40, 41, 42, 44, 45, 48], "\u03cc\u03c4\u03b9": [7, 10, 19, 20, 24, 41, 42, 44, 47, 49, 51, 81], "\u03cc\u03c4\u03bf\u03c5": [24, 39], "\u03cc\u03c7\u03b9": [24, 26, 44], "\u03ce\u03c1\u03b1": [39, 41, 44], "\u03ce\u03c1\u03b1\u03c2": 41, "\u03ce\u03c1\u03b5\u03c2": [12, 39], "\u03ce\u03c1\u03b9\u03bc\u03bf\u03c2": 50, "\u03ce\u03c3\u03c4\u03b5": [10, 12, 20, 41, 48]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "\u039f \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2", "Using the Command-Line Client", "Configuration File", "\u03a3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2", "Environment Variables", "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", "Desktop Client", "\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "\u039a\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd", "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 Nextcloud \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd", "Using server-side encryption", "Using external storage", "Using federation shares", "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2", "\u039c\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd", "Managing your files", "\u038c\u03c1\u03b9\u03bf \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd", "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0395\u03c0\u03b1\u03c6\u03ad\u03c2", "Groupware", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0391\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Android", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 GNOME", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 iOS", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 KDE Kontact", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 macOS", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Thunderbird", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Windows 10", "Migrate data between instances", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 Nextcloud |\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7|", "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd", "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "4": 69, "For": 77, "The": 83, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": 44, "action": [15, 44], "activ": [0, 21], "ad": [27, 38], "add": 44, "address": 44, "advanc": 44, "ai": 1, "alia": [15, 44], "all": 78, "an": [5, 38, 70, 72, 78], "android": 45, "anoth": 44, "app": [0, 75], "appear": 55, "archiv": 69, "assign": 36, "assist": 1, "attach": 56, "audio": 60, "autom": 44, "backend": 27, "background": 60, "ban": 69, "between": 52, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "calendar": [41, 44, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "client": [8, 13, 15, 60], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "configur": [9, 58], "conflict": 15, "connect": 21, "consent": 62, "contact": 42, "control": 60, "convers": [55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [69, 83], "data": 52, "deck": 75, "deleg": [41, 44], "desktop": [13, 60], "detail": 21, "detect": 27, "devic": 38, "disk": 11, "displai": 38, "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "dure": 60, "e2e": 38, "edit": [41, 76], "email": [0, 28, 72], "emoji": 66, "enabl": 38, "encrypt": [26, 34, 38], "end": 38, "environ": 11, "event": 59, "everyon": 5, "exampl": 8, "exclud": 8, "expir": 69, "extens": 15, "extern": 27, "factor": 81, "favorit": [42, 44], "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filter": [0, 21, 69], "finder": 15, "first": [2, 5], "folder": [38, 44], "frequenc": 0, "from": [27, 59, 71, 75], "full": [60, 72], "gener": 17, "get": 2, "gnome": 46, "grid": [21, 65], "group": [26, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "histori": 1, "how": 5, "i": 26, "ic": 41, "immedi": 60, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [44, 59, 71, 75], "interact": 76, "interfac": [21, 83], "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "join": [60, 72], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "known": 15, "kontact": 48, "layout": 65, "level": 36, "line": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 55, 60], "live": 64, "lobbi": 79, "lock": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "manag": [32, 36, 41, 58, 62, 69], "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "messag": [55, 66, 69, 75, 76], "microsoft": 20, "migrat": 52, "mnemon": 38, "mobil": 60, "mode": 44, "moder": 77, "more": 66, "nativ": 44, "nautilu": 20, "navig": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 69], "onboard": 5, "one": 69, "open": 78, "option": 16, "other": 72, "our": 5, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "particip": [60, 69], "person": 1, "phish": 44, "picker": [1, 66], "pin": 76, "poll": 56, "possibl": 26, "privaci": 69, "privat": 69, "profil": 83, "progress": 41, "project": 5, "propos": 41, "quick": 44, "rais": 60, "reaction": 60, "record": [60, 62], "recoveri": [26, 81], "refresh": 44, "remind": 76, "repli": 66, "respond": 41, "room": [58, 60], "rss": 0, "run": 1, "schedul": [59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": 34, "self": 69, "send": [44, 66, 70], "server": [14, 26, 44], "set": [0, 1, 60, 72, 76, 83], "setup": 14, "share": [15, 21, 23, 26, 27, 28, 35, 41, 44, 56, 63, 72, 75], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 66], "sort": 44, "space": 11, "speaker": 65, "start": [2, 60, 72], "step": [2, 5], "storag": 27, "stream": 0, "subfold": 44, "summari": [0, 66], "support": [14, 27], "system": 36, "tag": 36, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": 5, "templat": 5, "thread": 76, "thunderbird": 50, "tlsv1": 51, "togeth": 5, "transcript": 64, "transfer": 37, "translat": 64, "troubleshoot": 51, "unifi": [44, 83], "uninstal": 17, "up": [44, 60], "upload": 21, "us": [0, 2, 8, 21, 26, 27, 28, 38, 44, 66], "usag": 8, "variabl": 11, "version": 14, "via": 28, "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19], "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "you": 81, "your": [0, 5, 21, 22, 27, 32, 69, 81], "\u03ac\u03bb\u03bb\u03bf\u03b9": 35, "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7": 53, "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": 39, "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf": 81, "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2": [39, 41], "\u03ad\u03bd\u03b1": 44, "\u03ad\u03be\u03c5\u03c0\u03bd\u03b5\u03c2": 44, "\u03ad\u03c7\u03bf\u03c5\u03bd": 12, "\u03ae": [21, 26, 41, 42], "\u03ae\u03b8\u03b5\u03bb\u03b1": 12, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1\u03c2": 41, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03c9\u03bd": 41, "\u03b1\u03b3\u03bd\u03bf\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd": 19, "\u03b1\u03ba\u03cc\u03bc\u03b1": 12, "\u03b1\u03bb\u03bb\u03ac\u03be\u03c9": 12, "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2": [12, 54], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae": [26, 44], "\u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": 44, "\u03b1\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7": [41, 44], "\u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2": 26, "\u03b1\u03bd\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1": 10, "\u03b1\u03bd\u03af\u03c7\u03bd\u03b5\u03c5\u03c3\u03b7": 44, "\u03b1\u03bd\u03b1\u03b2\u03bf\u03bb\u03ae": 44, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2": 44, "\u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2": 21, "\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac": 44, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03c9\u03bd": 44, "\u03b1\u03bd\u03c4\u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2": 80, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": 41, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1": 42, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03ce\u03c0\u03b9\u03c3\u03b7": 49, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7": 20, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd": 29, "\u03b1\u03be\u03b9\u03cc\u03c0\u03b9\u03c3\u03c4\u03b1": 12, "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": [20, 41], "\u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [14, 83], "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": 44, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ad\u03c2": 44, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ae\u03c2": 44, "\u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b1\u03c0\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": 26, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 26, "\u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2": 33, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc": 24, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [41, 44], "\u03b1\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae": 7, "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": 40, "\u03b1\u03c0\u03cc": [12, 19, 44], "\u03b1\u03c1\u03b3\u03b9\u03ce\u03bd": 41, "\u03b1\u03c1\u03c7\u03b5\u03af\u03b1": [12, 20, 24, 26, 30, 45], "\u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [19, 20, 21, 24, 26, 29, 31], "\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1": 44, "\u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7": 41, "\u03b1\u03c5\u03c4\u03cc": 26, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7": 44, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03b9": 44, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2": [7, 44], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd": 7, "\u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7": 42, "\u03b2\u03af\u03bd\u03c4\u03b5\u03bf": 21, "\u03b2\u03b1\u03b8\u03cd\u03c4\u03b5\u03c1\u03b1": 12, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ae": 7, "\u03b2\u03b9\u03b2\u03bb\u03af\u03bf": 82, "\u03b3\u03b5\u03bd\u03b5\u03b8\u03bb\u03af\u03c9\u03bd": 41, "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03b3\u03b9\u03b1": [41, 44, 45, 54], "\u03b3\u03bb\u03ce\u03c3\u03c3\u03b1": 12, "\u03b3\u03bd\u03c9\u03c3\u03c4\u03ac": 20, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae": 20, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2": 19, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03ba\u03b9\u03b2\u03ce\u03c4\u03b9\u03bf": 44, "\u03b4\u03af\u03c3\u03ba\u03bf\u03c5": 20, "\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2": 15, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1": 82, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": 82, "\u03b4\u03b5\u03b9": 82, "\u03b4\u03b5\u03bd": [12, 26], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [20, 41, 42, 44], "\u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7": 41, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1\u03c2": 35, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2": 20, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03c5\u03c2": 35, "\u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2": 44, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5": 44, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae": [39, 41, 44], "\u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": 41, "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae": 12, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac": 81, "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7": 81, "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2": 41, "\u03b4\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1": 41, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7": [24, 41, 42, 44, 54], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 24, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae": 19, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2": 20, "\u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae\u03c2": 12, "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2": 44, "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [42, 82], "\u03b4\u03b9\u03ba\u03ae\u03c2": 29, "\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": 19, "\u03b4\u03b9\u03c0\u03bb\u03cc\u03c4\u03c5\u03c0\u03c9\u03bd": 42, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd": 26, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1": 12, "\u03b4\u03cd\u03bf": 81, "\u03b5\u03af\u03bd\u03b1\u03b9": 26, "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": 41, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": 14, "\u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5": 53, "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": 45, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1": 19, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf": 19, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd": 21, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 42, "\u03b5\u03b9\u03ba\u03cc\u03bd\u03b1": 42, "\u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae": [41, 42, 53], "\u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 44, "\u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd": 39, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5": [21, 44, 81], "\u03b5\u03bb\u03b1\u03c7\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 44, "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2": [15, 44], "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae": 50, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": 12, "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2": 18, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd": 7, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7": [15, 44], "\u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd": 20, "\u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7": 81, "\u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae": 41, "\u03b5\u03be\u03b5\u03c1\u03b5\u03cd\u03bd\u03b7\u03c3\u03b7": 20, "\u03b5\u03be\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 44, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03b9": 20, "\u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2": 41, "\u03b5\u03c0\u03b1\u03c6\u03ad\u03c2": [42, 45, 47, 50, 51], "\u03b5\u03c0\u03b1\u03c6\u03ae\u03c2": 42, "\u03b5\u03c0\u03b1\u03c6\u03ce\u03bd": [42, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [12, 41, 42, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae": 19, "\u03b5\u03c0\u03b9\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2": 19, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2": 42, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae": 21, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd": 41, "\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": 10, "\u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1": [19, 46], "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7": 26, "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [26, 41], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [7, 19, 41, 44, 46], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd": 19, "\u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [12, 26], "\u03b5\u03c3\u03c4\u03af\u03b1\u03c3\u03b7": 80, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2": [35, 44], "\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2": 44, "\u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd": 44, "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae": [24, 45], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2": [41, 42, 44], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd": 81, "\u03b6\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": 81, "\u03b7": [12, 24, 26], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1": 50, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [41, 45, 47, 51], "\u03b8\u03ad\u03bb\u03c9": 12, "\u03b8\u03ad\u03bc\u03b1\u03c4\u03b1": 80, "\u03b8\u03b1": 12, "\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd": 26, "\u03ba\u03ac\u03b4\u03bf\u03c2": 41, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae": 80, "\u03ba\u03b1\u03b9": [12, 20, 25, 30, 35, 41, 42, 44, 45, 54, 80], "\u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1": 18, "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": 41, "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": [15, 19, 21], "\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": 44, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": 45, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2": 25, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd": [20, 25], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03af": 26, "\u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd": 26, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 41, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 41, "\u03ba\u03bf\u03b9\u03bd\u03ad\u03c2": 20, "\u03ba\u03bf\u03b9\u03bd\u03ae": [21, 26], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [19, 41, 82], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1": 42, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b1": 24, "\u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7": 41, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd": 26, "\u03bb\u03af\u03c3\u03c4\u03b1": 44, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": 44, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2": 15, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af": 12, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae": 44, "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [19, 44], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd": [19, 49], "\u03bb\u03cd\u03c3\u03b7": 20, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2": 50, "\u03bc\u03ad\u03c3\u03c9": [20, 80], "\u03bc\u03ae\u03bd\u03c5\u03bc\u03b1": 44, "\u03bc\u03b5": [20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 81], "\u03bc\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2": 31, "\u03bc\u03b5\u03bb\u03ce\u03bd": 42, "\u03bc\u03b5\u03bd\u03bf\u03cd": 15, "\u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7": 44, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7": [21, 44], "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03c9": 12, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03b5\u03c1\u03b8\u03b5\u03af": 26, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 12, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": 31, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": 29, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7": 29, "\u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [40, 44], "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1": 44, "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2": 44, "\u03bc\u03b9\u03b1": [12, 26, 44], "\u03bc\u03b9\u03b1\u03c2": 39, "\u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd": 20, "\u03bc\u03bf\u03bd\u03c4\u03ac\u03bb\u03bf\u03c5": 44, "\u03bc\u03bf\u03c5": 12, "\u03bc\u03c0\u03bb\u03bf\u03ba": 44, "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af": [26, 82], "\u03bc\u03cc\u03bd\u03bf": 50, "\u03bd\u03ad\u03bf": 44, "\u03bd\u03ad\u03bf\u03c5": [41, 44], "\u03bd\u03ad\u03c9\u03bd": 19, "\u03bd\u03b1": [12, 26, 44, 82], "\u03bf": [7, 12], "\u03bf\u03b9": 12, "\u03bf\u03bc\u03ac\u03b4\u03b1": 42, "\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": 42, "\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": [35, 42], "\u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c3\u03af\u03b1": 39, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03c4\u03b5": 42, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 12, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": [19, 82], "\u03c0\u03af\u03bd\u03b1\u03ba\u03b1": 44, "\u03c0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2": 6, "\u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03bf": 82, "\u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1": 10, "\u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf": 19, "\u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": 81, "\u03c0\u03b1\u03c1\u03b1\u03b8\u03cd\u03c1\u03bf\u03c5": 19, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 12, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2": 44, "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7": 44, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd": 15, "\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03ae\u03bd\u03b9\u03bf": 26, "\u03c0\u03b5\u03b9\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 10, "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2": [20, 25], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7": [19, 81], "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2": [54, 83], "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1": 7, "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2": 15, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [6, 44], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1": 80, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": 82, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": 80, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2": 44, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd": 42, "\u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7": 80, "\u03c0\u03bf\u03b9\u03bf\u03c2": 82, "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd": 42, "\u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": 24, "\u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 29, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1": 20, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": 49, "\u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae": 44, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2": 83, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": 54, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 44, "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 12, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": 21, "\u03c0\u03c1\u03bf\u03c2": 81, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5": 44, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7": [19, 35, 41, 42, 44], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03b7\u03ba\u03ce\u03bd": 20, "\u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2": 41, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5": 12, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 44, "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd": 82, "\u03c0\u03c1\u03bf\u03c6\u03af\u03bb": 82, "\u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1": 20, "\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1": 21, "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [20, 35, 80], "\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5": 50, "\u03c0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7": 41, "\u03c0\u03c4\u03ce\u03c3\u03b7\u03c2": 29, "\u03c0\u03cc\u03c1\u03c9\u03bd": 41, "\u03c0\u03ce\u03c2": [12, 24, 26, 44], "\u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": 41, "\u03c1\u03bf\u03ae": 7, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": 44, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": 19, "\u03c1\u03cc\u03bb\u03bf\u03b9": 42, "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7": [15, 19, 29, 40, 41, 49], "\u03c3\u03b1\u03c2": [19, 29, 35, 41, 42, 44, 49, 82], "\u03c3\u03b5": [7, 20, 26, 41, 42], "\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2": 44, "\u03c3\u03c4\u03b1": 12, "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd": 25, "\u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ac": 12, "\u03c3\u03c4\u03b7": 20, "\u03c3\u03c4\u03b7\u03bd": 26, "\u03c3\u03c4\u03bf": [12, 26, 35, 82], "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1": 21, "\u03c3\u03c4\u03bf\u03bd": [12, 44], "\u03c3\u03c4\u03bf\u03c5\u03c2": 12, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7": 54, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2": 10, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03c9\u03bd": 10, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [12, 15, 19], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2": [12, 25, 30, 45, 46, 47, 48, 49, 50, 51], "\u03c3\u03c5\u03b3\u03c7\u03ce\u03bd\u03b5\u03c5\u03c3\u03b7": 42, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": 41, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1": 41, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [41, 44], "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03c9\u03bd": 41, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 24, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03b5\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd": 41, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2": 35, "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd": 54, "\u03c3\u03c5\u03bd\u03b5\u03c7\u03ce\u03c2": 12, "\u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd": 41, "\u03c3\u03c5\u03bd\u03b8\u03ad\u03c4\u03b7": 44, "\u03c3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b5\u03c2": 44, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac": 54, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": [26, 54], "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 26, "\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7": 50, "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2": [41, 44], "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae": 54, "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [20, 54], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [14, 19], "\u03c3\u03c5\u03c7\u03bd\u03ad\u03c2": [12, 26], "\u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": 26, "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": [26, 81], "\u03c3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7": 44, "\u03c3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7\u03c2": 44, "\u03c3\u03cd\u03bd\u03bf\u03c8\u03b7": 44, "\u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2": 44, "\u03c4\u03b1": [20, 26, 44, 82], "\u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2": 44, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 81, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c7\u03c1\u03bf\u03bd\u03b1": 42, "\u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1": 80, "\u03c4\u03b7": [12, 20], "\u03c4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03af\u03b1\u03c2": 25, "\u03c4\u03b7\u03bd": [19, 20, 26, 45, 46], "\u03c4\u03b7\u03c2": [12, 19, 29, 41, 42, 44], "\u03c4\u03b9": 24, "\u03c4\u03b9\u03c2": 42, "\u03c4\u03bd": 44, "\u03c4\u03bf": [12, 20, 26, 41], "\u03c4\u03bf\u03bd": [12, 24], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ac": 12, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03cc": 12, "\u03c4\u03bf\u03c5": [19, 20, 26, 44, 50, 82], "\u03c4\u03c1\u03af\u03c4\u03c9\u03bd": 20, "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 12, "\u03c4\u03c9\u03bd": [19, 20, 41, 49, 82], "\u03c5\u03bb\u03b9\u03ba\u03bf\u03cd": 81, "\u03c5\u03c0\u03ae\u03c1\u03be\u03b5": 12, "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": 44, "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": 41, "\u03c5\u03c0\u03bf": 12, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd": [20, 25], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 15, "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf": [12, 44], "\u03c6\u03af\u03bb\u03c4\u03c1\u03bf": 44, "\u03c6\u03af\u03bb\u03c4\u03c1\u03bf\u03c5": 44, "\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2": 12, "\u03c6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd": [21, 42], "\u03c6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1": 44, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7": 42, "\u03c7\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2": 20, "\u03c7\u03c1\u03ae\u03c3\u03b7": [19, 21, 26, 41, 42, 44, 50, 81], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2": 35, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [12, 19, 26, 41, 53], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": [20, 26], "\u03c7\u03c1\u03cc\u03bd\u03bf\u03c5": 41, "\u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2": 44, "\u03c7\u03c9\u03c1\u03af\u03c2": [26, 45], "\u03c7\u03ce\u03c1\u03bf": 24, "\u03cc\u03bb\u03b1": 44, "\u03cc\u03c1\u03b9\u03bf": 33, "\u03cc\u03c4\u03b1\u03bd": [12, 24], "\u03cc\u03c4\u03b9": 12, "\u03ce\u03c1\u03b5\u03c2": 41}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How to onboard your team": [[5, null]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Interacting with messages": [[76, null]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Mobile clients": [[60, "mobile-clients"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Open conversations": [[78, null]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Proposals": [[41, "proposals"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u0386\u03bb\u03bb\u03bf\u03b9 \u03bc\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [[35, "others-with-access"]], "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03b5\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd": [[41, "checking-attendees-busy-times"]], "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd": [[39, null]], "\u0388\u03be\u03c5\u03c0\u03bd\u03b5\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [[44, "smart-replies"]], "\u038c\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": [[44, "all-inboxes"]], "\u038c\u03c1\u03b9\u03bf \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2": [[33, null]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2": [[44, "switch-layout"]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2": [[44, "change-sort-order"]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd \u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd": [[26, "change-private-key-password"]], "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2": [[44, "change-color-for-tags"]], "\u0391\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7 \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c1\u03c9\u03bd \u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": [[41, "assign-rooms-and-resources-to-an-event"]], "\u0391\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [[44, "account-delegation"]], "\u0391\u03bd\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1 \u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03c9\u03bd (\u03c0\u03b5\u03b9\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc)": [[10, "uploading-conflicts-experimental"]], "\u0391\u03bd\u03af\u03c7\u03bd\u03b5\u03c5\u03c3\u03b7 phishing": [[44, "phishing-detection"]], "\u0391\u03bd\u03b1\u03b2\u03bf\u03bb\u03ae": [[44, "snooze"]], "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03c6\u03ce\u03bd": [[44, "mention-contacts"]], "\u0391\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03ce\u03c0\u03b9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": [[49, "troubleshooting"]], "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd \u03b4\u03af\u03c3\u03ba\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd": [[20, "mapping-drives-with-the-command-line"]], "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd \u03b4\u03af\u03c3\u03ba\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u0395\u03be\u03b5\u03c1\u03b5\u03cd\u03bd\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd Windows": [[20, "mapping-drives-with-windows-explorer"]], "\u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": [[20, "answer"]], "\u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2": [[41, "responding-to-invitations"]], "\u0391\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [[14, "system-requirements"]], "\u0391\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 Web": [[83, "web-browser-requirements"]], "\u0391\u03c0\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c0\u03cc \u03bc\u03b9\u03b1 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, "unsubscribe-from-a-mailing-list"]], "\u0391\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd": [[7, "preventing-automatic-updates"]], "\u0391\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd \u03c3\u03b5 \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1 Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "\u0391\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd \u03c3\u03b5 \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1 Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [[45, "files-and-notifications"]], "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2": [[30, null]], "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1": [[44, "security"]], "\u0391\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7": [[41, "automated-user-status"]], "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [[44, "automatic-trash-deletion"]], "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03b9 \u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ad\u03c2": [[44, "autoresponders"]], "\u0392\u03b1\u03c3\u03b9\u03ba\u03ae \u03a1\u03bf\u03ae \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [[7, "basic-workflow"]], "\u0393\u03bd\u03c9\u03c3\u03c4\u03ac \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1": [[20, "known-issues"], [20, "known-problems"]], "\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03ba\u03b9\u03b2\u03ce\u03c4\u03b9\u03bf \u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": [[44, "priority-inbox"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1\u03c2 Talk \u03b3\u03b9\u03b1 \u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "create-talk-room-for-booked-appointments"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "creating-an-appointment-configuration"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [[44, "create-a-task"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "create-a-new-calendar"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [[41, "create-a-new-event"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [[42, "create-a-team"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03b7\u03ba\u03ce\u03bd WebDAV \u03c3\u03c4\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [[44, "create-an-event"]], "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c6\u03af\u03bb\u03c4\u03c1\u03bf\u03c5 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1": [[44, "create-a-filter-from-a-message"]], "\u0394\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "publishing-a-calendar"]], "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd": [[44, "delete-tags"]], "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03b9\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": [[39, "deleting-a-version"]], "\u0394\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1 (\u038f\u03c1\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2)": [[41, "availability-working-hours"]], "\u0394\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1\u03c2": [[41, "room-availability"]], "\u0394\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, "configuring-two-factor-authentication"]], "\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "calendar-transparency"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03c9\u03bd": [[41, "managing-events"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[24, null]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u0395\u03c0\u03b1\u03c6\u03ce\u03bd \u03c4\u03b1\u03c5\u03c4\u03cc\u03c7\u03c1\u03bf\u03bd\u03b1": [[42, "managing-multiple-contacts-at-a-time"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2": [[54, "managing-connected-browsers"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [[54, null]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [[54, "managing-devices"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2": [[44, "managing-your-mail-account"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03c3\u03b1\u03c2": [[41, "managing-your-calendars"]], "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd Nautilus": [[20, "nautilus-file-manager"]], "\u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2;": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b5 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[41, "subscribe-to-a-calendar"]], "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b5 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u0391\u03c1\u03b3\u03b9\u03ce\u03bd": [[41, "subscribe-to-a-holiday-calendar"]], "\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": [[14, null]], "\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 \u0395\u03c0\u03b9\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2 \u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae \u0391\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[19, "file-manager-overlay-icons"]], "\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [[19, "systray-icon"]], "\u0395\u03b9\u03ba\u03cc\u03bd\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2": [[42, "contact-picture"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0395\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "importing-virtual-contacts"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "import-a-calendar"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03a3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2/\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2 .ics": [[41, "import-an-event-add-ics-event"]], "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 Nextcloud |\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7|": [[53, null]], "\u0395\u03bb\u03b1\u03c7\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bc\u03bf\u03bd\u03c4\u03ac\u03bb\u03bf\u03c5 \u03c3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7\u03c2": [[44, "minimize-the-composer-modal"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2": [[44, "actions"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [[44, "message-actions"]], "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [[44, "envelope-actions"]], "\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae: \u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5 CardBook (\u03bc\u03cc\u03bd\u03bf \u0395\u03c0\u03b1\u03c6\u03ad\u03c2)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2": [[44, "enable-mail-body-search"]], "\u0395\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5": [[44, "dashboard-integration"]], "\u0395\u03be\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": [[44, "outbox"]], "\u0395\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 Nextcloud \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2 \u03ba\u03b1\u03b9 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[45, "contacts-and-calendar"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ae \u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u0395\u03c0\u03b1\u03c6\u03ae\u03c2": [[42, "edit-or-remove-contact-information"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd": [[44, "edit-tags"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1, \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ae \u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [[41, "edit-export-or-delete-a-calendar"]], "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1, \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [[41, "edit-duplicate-or-delete-an-event"]], "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [[42, "team-options"]], "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03ae \u03c6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd": [[21, "selecting-files-or-folders"]], "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": [[10, "overview"]], "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "working-with-the-booked-appointment"]], "\u0395\u03c3\u03c4\u03af\u03b1\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03c4\u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2.": [[80, "zoom-and-responsiveness"]], "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2": [[44, "internal-addresses"]], "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": [[35, "internal-shares-with-users-and-groups"]], "\u0396\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7": [[81, "considerations"]], "\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1": [[50, "calendars"]], "\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[47, "calendar"], [51, "calendar"]], "\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03b3\u03b5\u03bd\u03b5\u03b8\u03bb\u03af\u03c9\u03bd": [[41, "birthday-calendar"]], "\u0398\u03ad\u03bb\u03c9 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03c9 \u03c4\u03bf\u03bd \u03c4\u03bf\u03c0\u03b9\u03ba\u03cc \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03bc\u03bf\u03c5": [[12, "i-want-to-move-my-local-sync-folder"]], "\u0398\u03b1 \u03ae\u03b8\u03b5\u03bb\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03c9 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "\u039a\u03ac\u03b4\u03bf\u03c2 \u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [[41, "trash-bin"]], "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [[80, null]], "\u039a\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2": [[18, null]], "\u039a\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": [[21, "sharing-status-icons"]], "\u039a\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[26, "sharing-encrypted-files"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u0395\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03a3\u03b1\u03c2": [[19, "sharing-from-your-desktop"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd": [[41, "sharing-calendars"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf \u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [[82, "sharing-your-data-in-the-global-address-book"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2": [[35, "public-link-shares"]], "\u039a\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1": [[42, "shared-items"]], "\u039a\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7 \u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "booking-an-appointment"]], "\u039b\u03cd\u03c3\u03b7": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u039b\u03cd\u03c3\u03b7 1": [[20, "solution-1"]], "\u039b\u03cd\u03c3\u03b7 2": [[20, "solution-2"]], "\u039c\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Nextcloud \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": [[45, "with-the-nextcloud-mobile-app"]], "\u039c\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[31, null]], "\u039c\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, "mail-translation"]], "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[21, "moving-files"]], "\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03c3\u03c4\u03bf\u03bd \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u0391\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03c9\u03bd": [[44, "move-messages-to-junk-folder"]], "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[29, "uploading-files"]], "\u039c\u03c0\u03bb\u03bf\u03ba \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": [[44, "text-blocks"]], "\u039c\u03c0\u03bf\u03c1\u03b5\u03af \u03b7 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03c7\u03c9\u03c1\u03af\u03c2 \u03c4\u03bf \u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7;": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "\u039f \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2": [[7, null]], "\u039f \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ac \u03cc\u03c4\u03b1\u03bd \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5 \u03b2\u03b1\u03b8\u03cd\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc 100 \u03c5\u03c0\u03bf-\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "\u039f\u03bc\u03ac\u03b4\u03b5\u03c2": [[42, "teams"]], "\u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c3\u03af\u03b1 \u03bc\u03b9\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": [[39, "naming-a-version"]], "\u039f\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u0395\u03c0\u03b1\u03c6\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03bc\u03b5 \u039f\u03bc\u03ac\u03b4\u03b5\u03c2 \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "organize-your-contacts-with-contact-groups"]], "\u039f\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ce\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae, \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [[19, "set-the-user-status"]], "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2": [[82, null]], "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [[6, null]], "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1": [[10, "example"]], "\u03a0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u0393\u03b5\u03bd\u03b9\u03ba\u03ce\u03bd \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": [[19, "general-window"]], "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 WebDAV \u03c4\u03c1\u03af\u03c4\u03c9\u03bd": [[20, "third-party-webdav-clients"]], "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2 \u03c4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03af\u03b1\u03c2": [[25, "mobile-clients"]], "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03b8\u03ad\u03bc\u03b1\u03c4\u03b1": [[80, "included-themes"]], "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03b9\u03bf\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b4\u03b5\u03b9 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb \u03c3\u03b1\u03c2": [[82, "restrict-who-can-see-your-profile-data"]], "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7 \u03c3\u03c4\u03bf\u03bd \u03c3\u03c5\u03bd\u03b8\u03ad\u03c4\u03b7": [[44, "recipient-info-on-composer"]], "\u03a0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7 \u03bc\u03ad\u03c3\u03c9 \u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5.": [[80, "navigating-via-keyboard"]], "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": [[24, "quotas"]], "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": [[29, null]], "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u039c\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd / \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [[44, "message-display-operation-mode"]], "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1": [[44, "scheduled-messages"]], "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[21, "previewing-files"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "adding-contacts"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u039d\u03ad\u03c9\u03bd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd": [[19, "adding-new-accounts"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf Nextcloud \u03c3\u03b1\u03c2": [[35, "adding-a-public-share-to-your-nextcloud"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd \u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2": [[41, "add-recurring-options"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03ba\u03b1\u03b9 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd \u0394\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [[42, "adding-and-managing-address-books"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bc\u03b5\u03bb\u03ce\u03bd \u03c3\u03b5 \u03bf\u03bc\u03ac\u03b4\u03b1": [[42, "add-members-to-a-team"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, "add-a-new-mail-account"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1": [[41, "add-attachments-to-events"]], "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 Talk": [[41, "add-talk-conversation"]], "\u03a0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u0392\u03af\u03bd\u03c4\u03b5\u03bf": [[21, "video-player"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 Nextcloud \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf WebDAV": [[20, null]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 Linux": [[20, "accessing-files-using-linux"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 macOS": [[20, "accessing-files-using-macos"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf Cyberduck": [[20, "accessing-files-using-cyberduck"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf WinSCP": [[20, "accessing-files-using-winscp"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf cURL": [[20, "accessing-files-using-curl"]], "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03ba\u03bf\u03b9\u03bd\u03ad\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03ad\u03c3\u03c9 WebDAV": [[20, "accessing-public-shares-over-webdav"]], "\u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03b5\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd \u03c3\u03b5 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": [[41, "invite-attendees-to-an-event"]], "\u03a0\u03ce\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c4\u03bf\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03c7\u03ce\u03c1\u03bf": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u00ab\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ac\u00bb": [[12, "how-the-edit-locally-functionality-works"]], "\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b7 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7;": [[26, "how-can-encryption-be-disabled"]], "\u03a0\u03ce\u03c2 \u03bd\u03b1 \u0394\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03a6\u03af\u03bb\u03c4\u03c1\u03bf": [[44, "how-to-delete-a-filter"]], "\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u039d\u03ad\u03bf \u03a6\u03af\u03bb\u03c4\u03c1\u03bf": [[44, "how-to-add-a-new-filter"]], "\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03c4\u03bf \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [[12, "how-to-enable-it"]], "\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": [[41, "appointments"]], "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [[44, "account-settings"]], "\u03a1\u03cc\u03bb\u03bf\u03b9 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [[42, "team-roles"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": [[40, null]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03ba\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03c4\u03ce\u03c3\u03b7\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[29, "setting-up-your-own-file-drop"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd \u03c3\u03b1\u03c2": [[49, "setup-your-accounts"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": [[41, "set-up-reminders"]], "\u03a3\u03c4\u03b1 Windows": [[12, "on-windows"]], "\u03a3\u03c4\u03bf Linux": [[12, "on-linux"]], "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[21, "file-controls"]], "\u03a3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2": [[10, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Android": [[45, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 KDE Kontact": [[48, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Thunderbird": [[50, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Windows 10": [[51, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 iOS": [[47, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 macOS": [[49, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 GNOME": [[46, null]], "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd": [[25, null]], "\u03a3\u03c5\u03b3\u03c7\u03ce\u03bd\u03b5\u03c5\u03c3\u03b7 \u03b4\u03b9\u03c0\u03bb\u03cc\u03c4\u03c5\u03c0\u03c9\u03bd \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "merging-duplicate-contacts"]], "\u03a3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b5\u03c2": [[44, "conditions"]], "\u03a3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": [[54, "device-specific-passwords-and-password-changes"]], "\u03a3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2": [[26, "recovery-key-password"]], "\u03a3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2": [[50, "recommended-method"]], "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [[12, null]], "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2": [[26, "encryption-faq"]], "\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03b5\u03c1\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03cc \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ae \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03ae\u03bd\u03b9\u03bf;": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, "logging-in-with-two-factor-authentication"]], "\u03a3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [[44, "compose-messages"]], "\u03a3\u03cd\u03bd\u03bf\u03c8\u03b7 \u03a4\u039d": [[44, "ai-summary"]], "\u03a3\u03cd\u03bd\u03bf\u03c8\u03b7 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2": [[44, "thread-summary"]], "\u03a4\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1": [[26, "files-not-encrypted"]], "\u03a4\u03b9 \u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b1\u03bd \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1": [[24, "what-happens-when-shared-files-are-deleted"]], "\u03a5\u03c0\u03ae\u03c1\u03be\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03b4\u03b5\u03bd \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03b1\u03be\u03b9\u03cc\u03c0\u03b9\u03c3\u03c4\u03b1.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "\u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2": [[44, "follow-up-reminders"]], "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf": [[44, "filter"]], "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ae\u03c2": [[44, "filtering-and-autoresponder"]], "\u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c0\u03b1\u03c6\u03ce\u03bd": [[42, "adding-contacts-manually"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd \u03bc\u03b5 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [[81, "using-client-applications-with-two-factor-authentication"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0391\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [[44, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0395\u03c0\u03b1\u03c6\u03ad\u03c2": [[42, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [[41, null]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u0391\u03b3\u03bd\u03bf\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd \u0391\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [[19, "using-the-ignored-files-editor"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03a0\u03b1\u03c1\u03b1\u03b8\u03cd\u03c1\u03bf\u03c5 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u0394\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": [[19, "using-the-network-window"]], "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [[19, null]], "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": [[26, "using-encryption"]], "\u03a7\u03c9\u03c1\u03af\u03c2 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Nextcloud \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": [[45, "without-the-nextcloud-mobile-app"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 27, 39, 41, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 41, 48, 56, 77], "At": [20, 49, 54], "By": [0, 5, 69, 70], "For": [0, 2, 6, 13, 14, 17, 27, 36, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 15, 17, 38, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 38, 39, 41, 42, 44, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [20, 51, 76], "There": [17, 20, 66, 69, 72], "These": [14, 41, 69], "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [20, 21, 44, 64, 70], "_": [8, 24, 33, 80], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 21, 41, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": 69, "acceler": 15, "accept": [44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 14, 42, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 42, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "addressbook": 51, "adjust": [9, 11, 15, 20, 82], "admin": [14, 36, 42], "admin_manu": [24, 33], "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "advanc": [14, 41, 51], "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agenda": [44, 57], "ago": 0, "ai": [6, 44, 66], "aim": 80, "airplan": 57, "alias": 52, "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 44, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alwai": [15, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anonym": [29, 56], "anoth": [27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": 26, "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 42, 44, 69], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [44, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arch": 8, "archiv": [8, 21], "area": 60, "around": 36, "arrow": [15, 66, 72, 80], "artifici": 1, "ask": [9, 27, 45, 62, 66], "assign": [21, 58, 69], "assist": [6, 66, 80], "assum": 15, "attach": [29, 36, 41, 44, 67, 73], "attempt": [14, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "auto": [20, 42, 56], "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": 69, "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72], "backup": [39, 41, 81], "badg": 21, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [8, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [15, 20, 26, 38, 46], "becom": [5, 69], "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "begin": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 44, 65], "best": [14, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "bin": [21, 24, 33], "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": 66, "blockquot": 66, "blog": 12, "blue": 49, "blur": [60, 72], "board": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [41, 42, 50, 82], "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 38, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "build": 14, "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "busi": [40, 41, 44], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 47, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 26, 29, 36, 44, 56], "caption": [56, 76], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "case": [14, 42, 62, 69, 82], "categori": [0, 45], "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 76], "certif": 8, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 26, 29, 36, 41, 44, 54, 55, 58, 69, 72, 80, 82, 83], "chapter": [14, 20], "chart": 15, "chat": [6, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 44, 60, 62, 69], "checklist": 69, "chip": 83, "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 44, 45, 48, 49, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": 15, "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 69], "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 69], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 15, 16, 17, 20, 25, 38, 41, 51, 53, 54, 63, 73, 81], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 38, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 24, 33, 35, 41, 45, 47, 48, 49, 51, 70, 73, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 69], "compat": [11, 12, 21, 27, 81], "complet": [1, 9, 14, 17, 28, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compos": [44, 80], "compromis": 26, "comput": [5, 13, 20, 21, 25], "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": [24, 33], "configur": [0, 1, 6, 11, 13, 14, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_serv": [24, 33], "confirm": [9, 12, 27, 28, 41, 42, 44, 69], "conflict": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": 17, "consist": 15, "contact": [0, 27, 44, 45, 47, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 44, 60, 72], "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 19, 44, 56], "continu": 69, "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 57, 69, 82], "conveni": 0, "convers": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 15, 21, 25, 44, 51], "correct": 20, "correctli": 15, "correspond": [0, 41, 44], "could": [27, 44], "couldn": 44, "counter": 70, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 14, 15, 20, 25, 29, 39, 40, 44, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 69, 76], "credenti": [27, 49, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 38, 42, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 20, 55, 69, 83], "customis": [60, 83], "d": [20, 56], "dai": [0, 11, 59, 69, 83], "daili": 18, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 42, 43, 66, 82], "date": [12, 15, 20, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 56], "deck": [42, 43, 66], "declin": [44, 60, 70], "decor": [15, 66], "decrypt": 38, "dedic": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 59, 60, 69], "defin": 15, "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 33, 36, 39, 41, 44, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 21, 27, 36, 60, 63, 72, 80, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": [11, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 80], "desir": [44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 53, 63, 73], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 27, 36, 39, 41, 44, 52, 59, 69, 82], "detect": [9, 15, 44], "dev": 8, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaspora": 42, "dice": 57, "did": 60, "differ": [0, 7, 8, 21, 41, 69, 70], "digest": 0, "direct": [20, 42, 66], "directli": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 16, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15], "discuss": [44, 58, 60, 69, 76], "disk": [15, 26], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "distribut": [9, 14, 20, 41, 62], "disturb": [66, 69], "divid": [58, 60, 66], "do": [0, 8, 9, 12, 14, 17, 26, 28, 36, 44, 60, 62, 63, 65, 69, 72, 81], "doc": [24, 33], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "doe": [8, 9, 20, 25, 28, 54, 59, 81], "doesn": [20, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 66], "done": [38, 56, 66, 72], "dot": [4, 21, 27, 36, 41, 44, 60, 65], "doubl": [14, 63], "down": [0, 12, 69, 76], "download": [11, 21, 25, 27, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 35, 56], "dropdown": [27, 49, 82], "due": 15, "durat": [9, 41, 69], "dure": [51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 41, 45, 47, 49], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 15, 20, 21, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 58, 80], "effect": [15, 81], "effici": 44, "either": [8, 12, 38, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "els": [10, 14, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38], "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 42, 44, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 27, 30], "end": [26, 30, 34, 41, 57, 62, 69], "engag": 41, "enhanc": 66, "ensur": [15, 80], "enter": [1, 2, 14, 28, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [11, 15, 21, 44], "entri": [0, 1, 2, 15, 21, 42, 82], "env": 16, "envelop": 44, "environ": [6, 8, 13], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 66], "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 41, 44, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 41, 42, 44, 59, 69], "exit": 8, "expand": 44, "expect": 2, "experi": [44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": [15, 62], "explicitli": [8, 27], "explor": 19, "export": [52, 56], "extend": [66, 69], "extens": 44, "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46], "failur": 9, "fall": [11, 20], "fals": [9, 11], "far": 83, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 9, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "few": [62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [41, 69], "find": [20, 21, 24, 25, 41, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 38, 44, 56, 60, 66, 71], "fit": 65, "fix": 14, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 15, 16, 17, 21, 27, 42, 44, 49, 52, 60, 80, 82], "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 45], "format": [2, 5, 9, 15, 21, 41, 44], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "free": [11, 15, 20, 40, 41, 60], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 41, 44, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 42, 81], "further": [38, 82], "futur": [1, 20, 60, 62], "g": [0, 4, 8, 41, 45, 49], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74, 80], "gitlab": 66, "give": [0, 1, 2, 5, 54, 60, 62], "given": [60, 63], "glanc": 36, "global": [76, 82], "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 41, 44, 45, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "grant": [14, 41, 44, 60, 63], "gravatar": 42, "green": [27, 60, 72], "grei": 60, "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [6, 41, 42, 48, 52], "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hand": [5, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15], "hardwar": 83, "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 15, 16, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "high": [64, 80], "highlight": [62, 76], "histori": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": 60, "home": [7, 8, 9, 17, 20, 25], "hood": 15, "horizont": 2, "host": 9, "hour": [0, 16, 69, 76], "hourli": 0, "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "howev": 42, "hr": 9, "href": 20, "html": [24, 33, 41], "http": [8, 9, 11, 12, 20, 24, 33, 35, 41, 45, 47, 48, 49, 51, 80], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "idea": 69, "ideal": [54, 79], "ident": 70, "identifi": [15, 41, 54, 60], "ifram": 41, "ignor": 8, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 14, 27, 36, 54, 62, 69], "implement": [25, 44], "import": [2, 15, 38, 41, 42, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": 20, "inact": 59, "includ": [8, 20, 21, 26, 41, 52, 59, 60, 62], "incorrect": 9, "increas": [11, 15, 20], "independ": 0, "index": [12, 41], "indic": [21, 27, 44, 60, 62, 69], "individu": [27, 41, 44, 54, 72], "influenc": 11, "info": 36, "inform": [8, 11, 13, 14, 15, 21, 41, 44, 46, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "inlin": [36, 66], "inotifi": 12, "input": [1, 56, 66, 80], "insert": [1, 2, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instruct": [21, 51, 57, 74], "integr": [49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "interact": [8, 14, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 55, 73, 80], "intern": 69, "internet": 48, "interrupt": 69, "interv": 9, "introduc": 41, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": 36, "invit": [59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 66, 80], "italic": 66, "item": [8, 15, 21, 24, 33, 41, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 44, 69, 76, 81], "kei": [7, 41, 72, 83], "kept": [15, 26, 42], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "land": 2, "languag": [1, 12, 64], "larg": [29, 65], "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 54, 56, 69, 72, 76], "latest": [14, 24, 25, 33, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 15, 21, 41, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [15, 20, 31, 69, 83], "line": [6, 13, 14, 17, 36, 41, 66], "link": [0, 2, 21, 25, 28, 29, 35, 41, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": 80, "lobbi": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 56, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 26, 42, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15], "longer": [42, 69, 76, 81], "look": [33, 38, 44, 55, 57, 70, 77, 81, 83], "lose": [6, 38], "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": 8, "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 47], "magic": 5, "mai": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 41, 44, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 17, 25, 28, 29, 39, 41, 58, 60, 66, 74], "manag": [5, 6, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 44, 46, 56, 57, 77], "mandatori": 62, "mani": 41, "manner": 8, "manual": [12, 14, 15, 25, 27, 36, 44, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "mayb": 41, "mb": [9, 11], "mdn": 21, "mean": [9, 15, 27, 41, 44, 81], "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 42, 69], "membership": 42, "memori": 1, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 41, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 16, 44, 56, 57, 58, 67, 73, 80, 83], "method": [27, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "minim": 44, "minimum": [9, 11, 83], "minut": [9, 27, 39], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 42, 73, 81], "modal": [41, 44, 80, 83], "mode": [60, 66, 69], "model": 1, "moder": [6, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": 12, "modifi": [0, 21, 60], "monitor": [8, 57, 63, 72], "more": [0, 2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [41, 44, 74, 83], "mount": [20, 21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 44, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 14, 20, 27, 28, 38, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 16, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 44, 65, 69, 76, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [41, 54], "need": [2, 9, 11, 14, 15, 17, 20, 38, 41, 42, 46, 48, 49, 58, 64, 69, 70, 76], "nemo": [19, 20], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "never": [38, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": 15, "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "non": [2, 8, 9, 14], "normal": [9, 26, 44, 66], "note": [2, 4, 41, 44, 76], "notif": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 41, 42, 66], "number": [11, 15, 28, 41, 58, 60, 69], "o": 8, "object": [0, 27], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": 0, "oct": 20, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 44, 60, 73, 80], "offic": [12, 20, 21, 69], "offici": 14, "offlin": [15, 27], "often": [0, 41], "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 41, 44, 45, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "opt": [9, 44], "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 41, 42, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [42, 44, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": 8, "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pane": 44, "panel": [1, 36, 44], "paperclip": 56, "parallel": [11, 15], "paramet": [20, 52], "parent": [21, 42, 58], "part": [2, 5, 44, 60, 69], "parti": [20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "pattern": [8, 39], "pdf": 21, "peer": 2, "pem": 20, "penalti": 20, "pend": 70, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 45, 60], "perform": [8, 9, 20, 44, 64], "period": [27, 59, 69, 76, 83], "perman": [4, 15, 24, 69], "permiss": [37, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 38, 40, 44, 46, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 42, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 44, 63, 82], "plist": 17, "plu": 41, "point": [14, 27, 45, 83], "polici": 7, "poll": [9, 15], "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "port": [8, 9, 44], "posit": 42, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "power": 1, "ppa": 8, "pre": 66, "preconfigur": 14, "predefin": 60, "prefer": [0, 9, 14, 17, 20, 41, 44, 45, 52, 82], "prepar": [62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39], "primari": 44, "princip": [47, 51], "privaci": [38, 62, 83], "privat": [26, 66, 82], "pro": 81, "problem": [11, 15, 81], "proc": 12, "process": [8, 41, 44, 52, 62], "produc": [9, 21], "profil": [6, 9, 27, 42, 44, 69, 82], "program": [12, 14, 17], "progress": [15, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "protect": [35, 38, 69], "protocol": [12, 20, 27, 74], "provid": [0, 1, 6, 8, 12, 13, 14, 20, 21, 38, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9], "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicli": 42, "publish": 82, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "rang": [76, 83], "rather": 20, "re": [5, 44], "reach": [27, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 44, 69, 82], "reader": [0, 80], "readi": 27, "real": 64, "rearrang": 83, "reason": 69, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 41, 44], "recognis": 15, "recommend": [15, 20], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "red": [27, 60, 62], "reddit": 51, "redirect": [69, 72], "reduc": [11, 15], "refer": [14, 21, 31, 62, 76], "reflect": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registri": 12, "regul": 62, "regular": [20, 27, 36, 60], "regularli": 11, "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14], "relev": [41, 76], "remain": 11, "rememb": 1, "remind": [41, 69], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 57, 69, 83], "renam": [0, 21, 36], "reopen": 44, "repeat": [8, 51], "replac": [45, 47, 60, 69], "repli": [44, 57, 69, 76], "report": [15, 44], "repositori": [8, 9], "reproduc": 14, "request": [1, 20], "requir": [1, 8, 15, 27, 38, 41, 44, 60, 62, 64, 69, 74], "reschedul": 66, "resiz": 60, "resolv": 15, "resourc": [45, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "rest": 25, "restart": 15, "restor": [15, 24, 41], "restrict": [36, 42, 82], "result": [1, 9, 15, 83], "resum": 44, "retent": [36, 69], "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rss": 6, "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "save": [5, 15, 27, 36, 39, 41, 44, 54, 56, 62, 80], "scan": 27, "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 52, 69], "scope": [14, 44, 82], "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 15, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 56, 59, 62, 66, 69, 72, 76, 81], "selector": 66, "self": 76, "send": [0, 1, 29, 41, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sent": [0, 28, 44, 69], "separ": [0, 1, 44, 49, 81], "server": [8, 9, 10, 11, 12, 13, 15, 17, 20, 21, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36, 38, 41, 46, 47, 49, 51, 54, 62, 69, 70, 78, 80, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 57, 74, 77], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "setup": [11, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": 44, "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "side": [5, 15, 27, 30, 34, 38, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "signific": 20, "significantli": 20, "silent": [8, 60], "similar": [15, 41, 42], "simpl": [5, 27, 39], "simpli": [17, 25, 44, 56, 76], "sinc": [35, 39, 81], "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "situat": 11, "size": [9, 11, 20, 31], "skip": [11, 60, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 20, "solv": [12, 81], "some": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sourc": [20, 38], "sourcedir": 8, "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51, 69], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 58], "speech": [1, 60, 64], "speed": [20, 44], "spoken": 60, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [41, 59], "standard": [8, 14, 15, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "state": [8, 15, 44], "statu": [20, 25, 27, 40, 41, 60, 69, 83], "stdout": 16, "step": [14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": 15, "structur": [2, 3, 21], "sub": [24, 45], "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": 76, "subsequ": 15, "substanti": 20, "success": [14, 27, 28], "sudo": 17, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "support": [8, 16, 17, 20, 21, 39, 41, 42, 44, 46, 51, 66, 74, 81, 83], "sure": [17, 39, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "sync": [8, 12, 14, 17, 19, 25, 44, 47, 53, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "syntax": [66, 69], "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60, 62, 64, 70], "t": [5, 14, 20, 26, 39, 44, 46, 66, 81], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32, 44], "take": [2, 9, 15, 17, 28, 62, 69, 83], "talk": [0, 1, 6, 35, 42, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 57, 66, 69], "team": [2, 3, 6, 27, 42, 69, 74], "technic": [14, 15], "telegram": 42, "telephon": 82, "temporarili": 60, "ten": 27, "tent": 44, "terabyt": 12, "term": 1, "termin": 15, "test": [9, 14, 24], "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 28, 40, 41, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "think": 2, "third": 20, "those": [0, 25, 54], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 46, 48, 49, 54, 72, 81], "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 28, 33], "trashbin_retention_oblig": 24, "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "true": [7, 16], "trust": [8, 38, 82], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 75], "two": [2, 17, 25, 36, 39, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 69, 80], "typic": 57, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "umount": 20, "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "uncheck": [0, 36], "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 60], "univers": 80, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unresolv": 10, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [9, 15, 19, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 10, 14, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62, 69, 72], "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "usual": 44, "utf": 20, "v": [60, 72, 80], "v3": 41, "v6": 41, "valu": [9, 11, 15, 16], "var": 16, "variabl": [6, 9, 13], "varieti": 82, "variou": 41, "vcard": 42, "vcf": 42, "ve": 20, "vendor": 7, "verbos": 8, "veri": [5, 20, 80], "verif": 69, "verifi": 20, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 14, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "virtual": [17, 42, 82], "visibl": [4, 15, 21, 27, 36, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 15, 17, 20, 25, 38, 41, 44, 54, 56, 59, 62], "wait": [1, 79], "want": [0, 2, 4, 5, 14, 15, 26, 29, 41, 44, 52, 58, 60, 66, 69, 76, 82], "watch": 12, "we": [2, 5, 14, 15, 80], "web": [1, 6, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": 73, "week": [0, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 62], "were": [9, 15, 41, 57, 70], "what": [0, 5, 15, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 39, 41, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 36, 41], "year": 83, "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 63, "\u03ac\u03b4\u03b5\u03b9\u03b1": [40, 42], "\u03ac\u03b4\u03b5\u03b9\u03b1\u03c3\u03bc\u03b1": 41, "\u03ac\u03bb\u03bb\u03b1": [7, 12, 19, 24, 41, 44], "\u03ac\u03bb\u03bb\u03b1\u03be\u03b5": [26, 41], "\u03ac\u03bb\u03bb\u03b5\u03c2": [19, 41, 42, 48, 53], "\u03ac\u03bb\u03bb\u03b7": [20, 42, 44, 81], "\u03ac\u03bb\u03bb\u03bf": [12, 20, 41, 42, 47], "\u03ac\u03bb\u03bb\u03bf\u03b9": [24, 33, 41], "\u03ac\u03bb\u03bb\u03bf\u03c5": [35, 42], "\u03ac\u03bb\u03bb\u03bf\u03c5\u03c2": [10, 20, 28, 33, 35, 40, 41, 42], "\u03ac\u03bb\u03bb\u03c9\u03bd": 41, "\u03ac\u03bb\u03c5\u03c4\u03b5\u03c2": 10, "\u03ac\u03bc\u03b5\u03c3\u03b1": 12, "\u03ac\u03bc\u03b5\u03c3\u03b5\u03c2": 41, "\u03ac\u03bc\u03b5\u03c3\u03bf\u03c5\u03c2": [28, 35], "\u03ac\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1": 19, "\u03ac\u03bd\u03c9": 20, "\u03ac\u03c1\u03b8\u03c1\u03bf": 20, "\u03ac\u03c4\u03bf\u03bc\u03b1": [24, 26, 41], "\u03ac\u03c4\u03bf\u03bc\u03bf": [10, 41], "\u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1": 46, "\u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf": 12, "\u03ad\u03b3\u03ba\u03c5\u03c1\u03b7": [41, 44], "\u03ad\u03b3\u03ba\u03c5\u03c1\u03bf": 51, "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7": [6, 7, 10, 18, 19, 20, 39, 41, 42, 44, 50, 82], "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": [18, 33, 42], "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf": [6, 7, 41, 50, 51], "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03b9": 44, "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2": [30, 32, 33, 81], "\u03ad\u03bc\u03c0\u03b9\u03c3\u03c4\u03bf\u03b9": 44, "\u03ad\u03bd\u03b1": [7, 10, 12, 19, 20, 24, 26, 29, 33, 35, 37, 39, 40, 41, 42, 43, 47, 48, 50, 51, 53, 80, 81], "\u03ad\u03bd\u03b1\u03bd": [7, 12, 19, 20, 26, 29, 33, 35, 37, 40, 41, 42, 43, 44, 45, 46, 48, 50, 51, 81, 82], "\u03ad\u03bd\u03b1\u03c1\u03be\u03b7": [12, 20, 41], "\u03ad\u03bd\u03b1\u03c2": [10, 12, 19, 20, 26, 28, 37, 41, 42, 44, 50, 81], "\u03ad\u03bd\u03b4\u03b5\u03b9\u03be\u03b7": 20, "\u03ad\u03be\u03bf\u03b4\u03bf\u03c2": 19, "\u03ad\u03c0\u03b5\u03b9\u03c4\u03b1": [29, 42, 48, 50, 51], "\u03ad\u03c1\u03b3\u03c9\u03bd": 43, "\u03ad\u03c1\u03c7\u03b5\u03c4\u03b1\u03b9": 48, "\u03ad\u03c1\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03ad\u03c4\u03bf\u03b9\u03bc\u03b1": 18, "\u03ad\u03c4\u03bf\u03b9\u03bc\u03b5\u03c2": 18, "\u03ad\u03c4\u03bf\u03c2": 41, "\u03ad\u03c7\u03b5\u03b9": [7, 10, 12, 18, 19, 20, 21, 24, 26, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 46, 80], "\u03ad\u03c7\u03b5\u03c4\u03b5": [7, 10, 19, 20, 26, 33, 35, 41, 42, 44, 45, 49, 51, 81], "\u03ad\u03c7\u03bf\u03c5\u03bc\u03b5": [12, 18], "\u03ad\u03c7\u03bf\u03c5\u03bd": [7, 10, 20, 26, 28, 31, 41, 42, 44, 50], "\u03ad\u03c9\u03c2": [12, 24, 39, 48, 53], "\u03ae": [7, 12, 14, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 44, 45, 46, 47, 48, 49, 53, 80, 81], "\u03ae\u03b4\u03b7": [10, 19, 31, 35, 41, 45, 50, 81], "\u03ae\u03bb\u03b8\u03b1\u03c4\u03b5": 53, "\u03ae\u03c4\u03b1\u03bd": [26, 81], "\u03af\u03b4\u03b9\u03b1": [7, 14, 20, 41, 44], "\u03af\u03b4\u03b9\u03b1\u03c2": 80, "\u03af\u03b4\u03b9\u03bf": [19, 20, 41, 50], "\u03af\u03c3\u03c9\u03c2": 33, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1": 41, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b5\u03c2": 41, "\u03b1\u03af\u03c4\u03b7\u03bc\u03b1": 44, "\u03b1\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1": 21, "\u03b1\u03b3\u03bd\u03bf\u03b5\u03af\u03c4\u03b1\u03b9": 19, "\u03b1\u03b3\u03bd\u03bf\u03b7\u03bc\u03ad\u03bd\u03b1": [12, 19], "\u03b1\u03b3\u03bd\u03bf\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 41, "\u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7": 19, "\u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7\u03c2": 19, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03b9": 44, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5": [19, 20, 28, 35, 51], "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b1\u03b9": 19, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7": 20, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": 44, "\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2": [46, 48], "\u03b1\u03ba\u03c1\u03b9\u03b2\u03ae\u03c2": 44, "\u03b1\u03ba\u03c1\u03b9\u03b2\u03ce\u03c2": 44, "\u03b1\u03ba\u03c4\u03b9\u03bd\u03bf\u03b2\u03bf\u03bb\u03af\u03b1": 80, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03b9": 41, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2": 41, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": 35, "\u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd": 41, "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b1": [20, 45, 46, 47, 48], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b5\u03c2": [7, 19, 20, 41, 42, 44, 81], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b7": [20, 41], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf": [12, 20], "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03b9": 44, "\u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2": [40, 44], "\u03b1\u03ba\u03cc\u03bc\u03b1": [10, 33, 41, 44, 47], "\u03b1\u03ba\u03cc\u03bc\u03b7": [26, 41, 80], "\u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7": 35, "\u03b1\u03bb\u03b7\u03b8\u03b5\u03af\u03c2": 44, "\u03b1\u03bb\u03bb\u03ac": [7, 10, 12, 24, 26, 33, 41, 44, 45, 80], "\u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9": [12, 19, 28, 81], "\u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bd": 12, "\u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03b9": [10, 12, 26, 40, 41, 82], "\u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5": [10, 12, 14, 20, 37, 41, 44, 48], "\u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd": 51, "\u03b1\u03bb\u03bb\u03ac\u03be\u03c4\u03b5": [20, 51], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2": [6, 10, 19, 41, 42], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae": [19, 37, 51, 82], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd": 10, "\u03b1\u03bb\u03bb\u03b7\u03bb\u03b5\u03c0\u03b9\u03b4\u03c1\u03ac\u03c3\u03b1\u03c4\u03b5": 44, "\u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1": [41, 44], "\u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": [6, 40, 43, 50], "\u03b1\u03bc\u03ad\u03c3\u03c9\u03c2": [10, 24, 42, 48, 53], "\u03b1\u03bc\u03b5\u03c4\u03ac\u03b2\u03bb\u03b7\u03c4\u03b1": 44, "\u03b1\u03bd": [10, 12, 19, 20, 21, 26, 48, 80], "\u03b1\u03bd\u03ac": [19, 28, 41, 42, 44], "\u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2": 44, "\u03b1\u03bd\u03ac\u03b3\u03ba\u03b7": 41, "\u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7": [20, 35, 41, 42], "\u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2": [20, 80], "\u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7": 26, "\u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1": [19, 26, 44, 48, 80, 81], "\u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7": 80, "\u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2": [7, 18], "\u03b1\u03bd\u03ae\u03ba\u03b1\u03bd": 42, "\u03b1\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": 28, "\u03b1\u03bd\u03b1\u03b2\u03bb\u03b7\u03b8\u03b5\u03af": 44, "\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03b9": 20, "\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc": 82, "\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c3\u03bc\u03ad\u03bd\u03b1": 44, "\u03b1\u03bd\u03b1\u03b4\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf": [7, 41], "\u03b1\u03bd\u03b1\u03b4\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5": 41, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae\u03c2": 44, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7": 44, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2": [26, 37, 46], "\u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ac": 44, "\u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ac\u03c4\u03b5": 44, "\u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03b7\u03b8\u03bf\u03cd\u03bd": [44, 46], "\u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7": 50, "\u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2": 47, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03c5\u03c6\u03b8\u03bf\u03cd\u03bd": 41, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03b5\u03b9": 45, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03bf\u03c5\u03bd": 41, "\u03b1\u03bd\u03b1\u03ba\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03b8\u03b5\u03af\u03c4\u03b5": 81, "\u03b1\u03bd\u03b1\u03ba\u03c4\u03ac": 41, "\u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03c3\u03b5\u03b9": 26, "\u03b1\u03bd\u03b1\u03bb\u03c5\u03b8\u03b5\u03af": 44, "\u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b1\u03c4\u03b5": 19, "\u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b1\u03b9": 44, "\u03b1\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7\u03c2": 48, "\u03b1\u03bd\u03b1\u03bd\u03b5\u03c9\u03b8\u03b5\u03af": 50, "\u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae": 18, "\u03b1\u03bd\u03b1\u03c0\u03c4\u03c5\u03c3\u03c3\u03cc\u03bc\u03b5\u03bd\u03bf": [12, 20], "\u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03c4\u03b5": 20, "\u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03c3\u03c3\u03b5\u03b9": 19, "\u03b1\u03bd\u03b1\u03c3\u03c4\u03c1\u03ad\u03c8\u03b5\u03c4\u03b5": 35, "\u03b1\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5": [20, 24, 26, 33], "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9": 20, "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": [44, 80], "\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd": 18, "\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2": 18, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03b5\u03b9": 10, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": 10, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03b5\u03c4\u03b5": 42, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 10, "\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03b5\u03b9": [10, 33], "\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03b5\u03c4\u03b5": [20, 42], "\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5": 42, "\u03b1\u03bd\u03b5\u03be\u03ac\u03c1\u03c4\u03b7\u03c4\u03b1": [12, 41], "\u03b1\u03bd\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b7": 42, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03b1": 44, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03b7": 19, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03bf": 44, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03c6\u03cd\u03bb\u03b1\u03ba\u03c4\u03b1": 20, "\u03b1\u03bd\u03b9\u03c7\u03bd\u03b5\u03cd\u03c3\u03b5\u03b9": 41, "\u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9": [10, 19, 37, 42, 44], "\u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03c4\u03b5": [41, 44], "\u03b1\u03bd\u03bf\u03af\u03b3\u03bc\u03b1\u03c4\u03bf\u03c2": 46, "\u03b1\u03bd\u03bf\u03af\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03b9": [7, 12, 20, 42, 45], "\u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03c4\u03b5": [20, 41], "\u03b1\u03bd\u03bf\u03af\u03be\u03bf\u03c5\u03bd": [19, 26], "\u03b1\u03bd\u03bf\u03af\u03be\u03c4\u03b5": [10, 19, 20, 44, 46, 47, 48, 80], "\u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03bf\u03cd": [20, 53], "\u03b1\u03bd\u03c4\u03af": [12, 20, 41, 50], "\u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03b1": 19, "\u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf": [12, 24, 44], "\u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c3\u03b7": 80, "\u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c3\u03b7\u03c2": 80, "\u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c4\u03b1": [12, 41], "\u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b1": [41, 51], "\u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03c2": 43, "\u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03bf\u03c5": 41, "\u03b1\u03bd\u03c4\u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5": 41, "\u03b1\u03bd\u03c4\u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9": 80, "\u03b1\u03bd\u03c4\u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2": 6, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5": 41, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03bf\u03c5\u03bd": 24, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5": [10, 12, 20, 51], "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": [20, 51], "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": 35, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c4\u03b7": 40, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": [20, 41], "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c4\u03b5": 51, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 35, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03bf\u03c5\u03bd": 19, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1": 41, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf": [35, 48], "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03b1\u03c4\u03b5": 26, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03ce\u03c0\u03b9\u03c3\u03b7": [7, 47], "\u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b5\u03cd\u03b5\u03b9": 44, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7": [19, 44], "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03af\u03b6\u03b5\u03b9": 20, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03af\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 20, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03b1": 20, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03b7\u03c2": 29, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd": [23, 30], "\u03b1\u03be\u03b9\u03bf\u03c0\u03b9\u03c3\u03c4\u03af\u03b1\u03c2": 20, "\u03b1\u03be\u03b9\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b9\u03bc\u03bf": 80, "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": 44, "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2": [41, 44], "\u03b1\u03c0\u03ad\u03c1\u03c1\u03b9\u03c8\u03b1\u03bd": 41, "\u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5": 44, "\u03b1\u03c0\u03b1\u03b3\u03cc\u03c1\u03b5\u03c5\u03c3\u03b7": 7, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": 6, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af": [20, 31, 41], "\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9": 47, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd": 41, "\u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": [7, 45], "\u03b1\u03c0\u03b1\u03b9\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2": 81, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9": 41, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 44, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ae": 40, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ce\u03bd": 44, "\u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7": 47, "\u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7\u03c2": 20, "\u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03bf": [19, 35, 37], "\u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 41, "\u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03b5\u03bd\u03bf\u03c2": 41, "\u03b1\u03c0\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [7, 19], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [7, 39], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [21, 35, 41], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [7, 41, 44, 47], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bd": 7, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": 26, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": [41, 44], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": 42, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7": [20, 42], "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 42, "\u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf": 44, "\u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2": [19, 26, 41, 44], "\u03b1\u03c0\u03bb\u03ac": [18, 42], "\u03b1\u03c0\u03bb\u03ae": 29, "\u03b1\u03c0\u03bb\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b1\u03c0\u03bb\u03bf\u03cd": 41, "\u03b1\u03c0\u03bb\u03cc": 44, "\u03b1\u03c0\u03bb\u03ce\u03c2": [19, 41, 42, 44, 50, 81], "\u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03b5\u03c3\u03c4\u03b5": 35, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03c4\u03b9\u03ba\u03ac": 81, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ad\u03c2": 41, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae": [37, 41], "\u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03c4\u03b5\u03af": [35, 37, 41], "\u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03c4\u03b5\u03af\u03c4\u03b5": 35, "\u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2": 41, "\u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae": 37, "\u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae\u03c2": 35, "\u03b1\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9": 42, "\u03b1\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5": 42, "\u03b1\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5": [41, 44], "\u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7": [20, 26, 42, 47, 51, 82], "\u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2": [24, 26, 30, 32, 46], "\u03b1\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf": 20, "\u03b1\u03c0\u03bf\u03b8\u03b5\u03c4\u03b7\u03c1\u03af\u03c9\u03bd": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2": 39, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af": [20, 44], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd": 42, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03b5\u03b9": 20, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03b5\u03c4\u03b1\u03b9": 44, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9": [26, 41, 44], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03bf\u03c5\u03bd": 33, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5": [19, 20, 41], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03bf\u03c5\u03bc\u03b5": 26, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5": [12, 20], "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd": 51, "\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03af\u03b5\u03b9": 19, "\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03cc": 19, "\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2": 20, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c3\u03b5\u03b9": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b5\u03af": 26, "\u03b1\u03c0\u03bf\u03ba\u03c1\u03cd\u03c0\u03c4\u03b5\u03b9": 35, "\u03b1\u03c0\u03bf\u03ba\u03c4\u03ac\u03c4\u03b5": 20, "\u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": [14, 20, 21, 41, 42, 44], "\u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 26, "\u03b1\u03c0\u03bf\u03bb\u03cd\u03c4\u03c9\u03c2": 31, "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b1": [20, 26], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": [10, 26], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b7": [10, 20, 26, 28], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b7\u03c2": 28, "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf": 20, "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": [20, 50], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5": [28, 35], "\u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": [20, 28, 35], "\u03b1\u03c0\u03bf\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03af\u03c0\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03af\u03c8\u03b5\u03b9": [35, 37, 41], "\u03b1\u03c0\u03bf\u03c1\u03c1\u03af\u03c8\u03b5\u03c4\u03b5": 35, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [24, 26, 28, 33, 42, 54], "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03c6\u03b8\u03ad\u03bd\u03c4\u03b1": 41, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03c6\u03b8\u03bf\u03cd\u03bd": 41, "\u03b1\u03c0\u03bf\u03c3\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1": 44, "\u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af": [41, 44], "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ad\u03b1": 44, "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ad\u03b1\u03c2": 44, "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae": [41, 44], "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2": [19, 29, 44], "\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03b5\u03af\u03c2": 44, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03b5\u03b9": 28, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03b9\u03c2": 20, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5": 54, "\u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5": 26, "\u03b1\u03c0\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ac\u03c3\u03c4\u03b5": 20, "\u03b1\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": 19, "\u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9": 43, "\u03b1\u03c0\u03bf\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9": 24, "\u03b1\u03c0\u03bf\u03c4\u03c1\u03b1\u03c0\u03b5\u03af": 41, "\u03b1\u03c0\u03bf\u03c4\u03c5\u03b3\u03c7\u03ac\u03bd\u03b5\u03b9": 20, "\u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1": 12, "\u03b1\u03c0\u03bf\u03c4\u03cd\u03c7\u03b5\u03b9": [7, 12, 20], "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1": 40, "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": [6, 41, 43, 44], "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b5\u03c2": 41, "\u03b1\u03c0\u03bf\u03c5\u03c3\u03b9\u03ac\u03b6\u03b5\u03c4\u03b5": 40, "\u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03c3\u03b5\u03b9": 44, "\u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae": 35, "\u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03bf\u03c2": 26, "\u03b1\u03c0\u03cc": [7, 10, 18, 20, 21, 24, 26, 28, 31, 33, 35, 37, 39, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80, 81, 82], "\u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2": 44, "\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7": 35, "\u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b7": 20, "\u03b1\u03c0\u03cc\u03c0\u03b5\u03b9\u03c1\u03b1": 44, "\u03b1\u03c0\u03cc\u03c0\u03b5\u03b9\u03c1\u03b5\u03c2": 44, "\u03b1\u03c0\u03cc\u03c1\u03c1\u03b7\u03c4\u03bf": [44, 53], "\u03b1\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7": 37, "\u03b1\u03c0\u03ce\u03bd": 19, "\u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1": [42, 44, 50], "\u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03af": 42, "\u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd": 41, "\u03b1\u03c1\u03b9\u03b8\u03bc\u03cc": [19, 26, 44], "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac": 19, "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ae": [20, 41, 42], "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ae\u03c2": [42, 50], "\u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03cc": [19, 42], "\u03b1\u03c1\u03ba\u03b5\u03c4\u03ac": [12, 26], "\u03b1\u03c1\u03c7\u03ad\u03c2": 20, "\u03b1\u03c1\u03c7\u03ae": [20, 44], "\u03b1\u03c1\u03c7\u03af\u03c3\u03c4\u03b5": 44, "\u03b1\u03c1\u03c7\u03b5\u03af\u03b1": [6, 10, 14, 19, 21, 22, 28, 33, 35, 37, 41, 46, 53], "\u03b1\u03c1\u03c7\u03b5\u03af\u03bf": [7, 10, 12, 19, 20, 24, 26, 28, 35, 37, 41, 42], "\u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5": [7, 12, 19, 20, 33, 35, 37, 39], "\u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [12, 22, 25, 30, 32, 33, 35, 37, 42, 46, 53], "\u03b1\u03c1\u03c7\u03b9\u03ba\u03ae": [35, 48], "\u03b1\u03c1\u03c7\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 26, "\u03b1\u03c1\u03c7\u03b9\u03ba\u03bf\u03cd": 33, "\u03b1\u03c3\u03b8\u03b5\u03bd\u03b5\u03af\u03b1\u03c2": 40, "\u03b1\u03c3\u03c4\u03b5\u03c1\u03af\u03c3\u03ba\u03bf": 19, "\u03b1\u03c3\u03c4\u03b5\u03ca\u03c3\u03bc\u03bf\u03cd\u03c2": 42, "\u03b1\u03c3\u03c5\u03bd\u03ae\u03b8\u03b9\u03c3\u03c4\u03bf": 12, "\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1\u03c2": [20, 26], "\u03b1\u03c3\u03c6\u03b1\u03bb\u03ad\u03c2": [20, 53], "\u03b1\u03c3\u03c6\u03b1\u03bb\u03ae": 53, "\u03b1\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2": 20, "\u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03b1\u03c2": [19, 44], "\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03ae": 41, "\u03b1\u03c5\u03b8\u03b1\u03af\u03c1\u03b5\u03c4\u03bf": [19, 20], "\u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9": 31, "\u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03b1\u03c5\u03be\u03b7\u03b8\u03b5\u03af": 80, "\u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc": 12, "\u03b1\u03c5\u03c4\u03ac": [12, 19, 21, 26, 31, 33, 40, 41, 43, 44, 45, 50, 51, 53], "\u03b1\u03c5\u03c4\u03ad\u03c2": [10, 21, 35, 41, 42], "\u03b1\u03c5\u03c4\u03ae": [7, 12, 20, 26, 40, 42, 44, 48], "\u03b1\u03c5\u03c4\u03ae\u03bd": [7, 10, 19, 20, 24, 26, 28, 35, 41, 42, 44], "\u03b1\u03c5\u03c4\u03ae\u03c2": [7, 20], "\u03b1\u03c5\u03c4\u03bf": [20, 49], "\u03b1\u03c5\u03c4\u03bf\u03af": 82, "\u03b1\u03c5\u03c4\u03bf\u03bd\u03cc\u03b7\u03c4\u03b5\u03c2": 42, "\u03b1\u03c5\u03c4\u03bf\u03cd": [7, 19, 20, 41], "\u03b1\u03c5\u03c4\u03bf\u03cd\u03c2": 42, "\u03b1\u03c5\u03c4\u03cc": [7, 10, 12, 14, 19, 20, 24, 28, 31, 35, 39, 41, 42, 44, 45, 46, 48, 80], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1": [7, 12, 20, 28, 35, 41, 44, 47], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b5\u03c2": 7, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7": [37, 39, 50], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7\u03c2": 7, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf": [7, 40], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2": [6, 13, 14], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c5": 7, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd": 44, "\u03b1\u03c5\u03c4\u03cc\u03bd": [10, 20, 33, 35, 41, 44, 47, 48, 50], "\u03b1\u03c5\u03c4\u03cc\u03c2": [7, 26], "\u03b1\u03c5\u03c4\u03ce\u03bd": 31, "\u03b1\u03c6\u03ae\u03bd\u03b5\u03c4\u03b5": 41, "\u03b1\u03c6\u03ae\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": [20, 44], "\u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7": [12, 19, 20], "\u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03b9\u03c2": 42, "\u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": [12, 41, 42, 44], "\u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03c4\u03b5": [12, 28], "\u03b1\u03c6\u03b1\u03b9\u03c1\u03b5\u03af\u03c4\u03b5": 42, "\u03b1\u03c6\u03b1\u03b9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 19, "\u03b1\u03c6\u03bf\u03c1\u03ac": 41, "\u03b1\u03c6\u03bf\u03cd": [12, 41, 42], "\u03b1\u03cc\u03c1\u03b1\u03c4\u03bf\u03c2": [19, 41], "\u03b1\u03cd\u03be\u03b7\u03c3\u03b7": [31, 41], "\u03b2\u03ac\u03c3\u03b5\u03b9": 33, "\u03b2\u03ac\u03c3\u03b7": [26, 33, 44, 81], "\u03b2\u03ad\u03bb\u03bf\u03c2": [28, 39, 50], "\u03b2\u03ae\u03bc\u03b1": [41, 47], "\u03b2\u03ae\u03bc\u03b1\u03c4\u03b1": [28, 35, 41, 45, 46, 48, 50, 51], "\u03b2\u03b1\u03b8\u03b9\u03ac": 12, "\u03b2\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 20, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2": 41, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ae": 20, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ae\u03c2": 20, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03cc": [10, 41], "\u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 7, "\u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 20, "\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5": [20, 41, 44, 47, 49], "\u03b2\u03b5\u03bb\u03c4\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9": 20, "\u03b2\u03b5\u03bb\u03c4\u03b9\u03c9\u03b8\u03b5\u03af": 44, "\u03b2\u03b9\u03b2\u03bb\u03af\u03bf": [6, 44], "\u03b2\u03bb\u03ad\u03c0\u03b5\u03b9": 35, "\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5": [19, 41], "\u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1": 80, "\u03b2\u03bf\u03b7\u03b8\u03ac": 42, "\u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9": 41, "\u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5": [18, 80], "\u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03b2\u03bf\u03b7\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2": 41, "\u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03b9": 37, "\u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c3\u03c4\u03b5": 20, "\u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9": [19, 44], "\u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03bd\u03c4\u03b1\u03b9": [12, 33, 35, 42], "\u03b2\u03c1\u03b1\u03c7\u03c5\u03c0\u03c1\u03cc\u03b8\u03b5\u03c3\u03bc\u03b5\u03c2": 18, "\u03b2\u03c1\u03b5\u03af\u03c4\u03b5": [14, 19, 41, 42, 47, 48, 80], "\u03b2\u03c1\u03b5\u03b8\u03b5\u03af": [20, 41, 44], "\u03b2\u03c1\u03b5\u03b8\u03bf\u03cd\u03bd": [41, 44], "\u03b2\u03c1\u03b5\u03b9": [12, 41], "\u03b2\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2": 12, "\u03b3\u03af\u03bd\u03b5\u03b9": [10, 12, 37, 41, 44, 46, 48], "\u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9": 24, "\u03b3\u03af\u03bd\u03b5\u03c4\u03b5": 80, "\u03b3\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [42, 45], "\u03b3\u03af\u03bd\u03bf\u03c5\u03bd": 41, "\u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c2": 42, "\u03b3\u03b5\u03bc\u03ac\u03c4\u03bf": 41, "\u03b3\u03b5\u03bd\u03ad\u03b8\u03bb\u03b9\u03b1": 41, "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ac": [7, 19, 41], "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2": 19, "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ae": 41, "\u03b3\u03b9\u03b1": [6, 7, 10, 12, 14, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 39, 40, 42, 43, 46, 47, 48, 50, 51, 53, 80, 81, 82], "\u03b3\u03ba\u03c1\u03b9": [19, 41], "\u03b3\u03bb\u03c9\u03c3\u03c3\u03b9\u03ba\u03cc": 44, "\u03b3\u03bb\u03ce\u03c3\u03c3\u03b1\u03c2": 82, "\u03b3\u03bb\u03ce\u03c3\u03c3\u03b5\u03c2": 44, "\u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5": [20, 81], "\u03b3\u03bd\u03c9\u03c3\u03c4\u03ae": 45, "\u03b3\u03bd\u03c9\u03c3\u03c4\u03cc": [45, 81], "\u03b3\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1": 20, "\u03b3\u03c1\u03ac\u03c6\u03b5\u03c4\u03b5": 44, "\u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7": [19, 44], "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2": 19, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae": [7, 10, 12, 19, 28, 35, 41, 48], "\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03ba\u03b9\u03b2\u03c9\u03c4\u03af\u03bf\u03c5": 51, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac": 80, "\u03b3\u03c1\u03b1\u03bd\u03ac\u03b6\u03b9": 42, "\u03b3\u03c1\u03b1\u03bd\u03b1\u03b6\u03b9\u03bf\u03cd": [42, 51], "\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03bf\u03c5": 41, "\u03b3\u03c9\u03bd\u03af\u03b1": 50, "\u03b4\u03ad\u03bd\u03c4\u03c1\u03bf": 19, "\u03b4\u03ad\u03c3\u03bc\u03b5\u03c2": 20, "\u03b4\u03af\u03ba\u03c4\u03c5\u03bf": [20, 50], "\u03b4\u03af\u03bd\u03b5\u03b9": 12, "\u03b4\u03af\u03bd\u03bf\u03c5\u03bd": 41, "\u03b4\u03af\u03c0\u03bb\u03b1": [19, 37, 41, 42, 44, 50], "\u03b4\u03af\u03c3\u03ba\u03bf": [33, 39, 41], "\u03b4\u03b5\u03af": 42, "\u03b4\u03b5\u03af\u03ba\u03c4\u03b7": [19, 41, 44], "\u03b4\u03b5\u03af\u03ba\u03c4\u03b7\u03c2": 19, "\u03b4\u03b5\u03af\u03c4\u03b5": [7, 10, 12, 19, 20, 24, 26, 29, 35, 37, 41, 42, 44, 81, 82], "\u03b4\u03b5\u03af\u03c7\u03bd\u03b5\u03b9": [10, 19, 20, 24], "\u03b4\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd": 44, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1": [6, 12, 20, 26, 33, 40, 41, 42, 45, 53], "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03bf": 44, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [6, 12, 26, 33, 48], "\u03b4\u03b5\u03b9": 6, "\u03b4\u03b5\u03ba\u03b1\u03b4\u03b9\u03ba\u03cc": 20, "\u03b4\u03b5\u03bb\u03c4\u03af\u03b1": 44, "\u03b4\u03b5\u03bd": [7, 10, 19, 20, 24, 28, 31, 33, 35, 39, 41, 42, 44, 45, 47, 48, 49, 50, 51, 82], "\u03b4\u03b5\u03be\u03af": [19, 20, 48], "\u03b4\u03b5\u03be\u03b9\u03ac": [19, 39, 50], "\u03b4\u03b5\u03be\u03b9\u03bf\u03cd": 35, "\u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1": [39, 48, 81], "\u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03bf": 39, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7": 7, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7\u03c2": 42, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2": 81, "\u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03c9\u03bd": 81, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5": 51, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9": [10, 12, 19, 24, 26, 41, 42, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 20, 21, 26, 28, 33, 35, 41, 42, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5": [20, 44, 45], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [12, 19, 35], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2": 19, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af": 10, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c4\u03b1\u03b9": [39, 41], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c4\u03b5": [20, 43, 48, 81], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03b5\u03af": [35, 41], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd": [41, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": 41, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd": 41, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": [18, 20, 44], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03cc\u03c2": 10, "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ce\u03bd\u03c4\u03b1\u03c2": [28, 35], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5": 45, "\u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd": 41, "\u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1": [20, 41], "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2": [35, 41], "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf": [20, 41], "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03b9": 35, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03c5": 41, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03c9\u03bd": 35, "\u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf": [19, 41, 42], "\u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf\u03b9": 19, "\u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2": [28, 41, 42], "\u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1": [19, 40, 41, 42, 80], "\u03b4\u03b9\u03ac\u03c3\u03c0\u03b1\u03c3\u03b7\u03c2": 44, "\u03b4\u03b9\u03ac\u03c3\u03c4\u03b7\u03bc\u03b1": 44, "\u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7": 44, "\u03b4\u03b9\u03ac\u03c6\u03bf\u03c1\u03b5\u03c2": [35, 42], "\u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9": 26, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9": [24, 28, 39, 44], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03c4\u03b1\u03b9": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03c4\u03b5": [24, 44], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b1\u03bd": [24, 44], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5\u03bd": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9": [24, 41, 42], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5": [10, 19, 21, 24, 39, 41, 42], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03bf\u03c5\u03bd": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1": [33, 41], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd": [30, 32], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 41, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae": [19, 24, 33], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af": [19, 33], "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03bf\u03cd\u03bd": [24, 41, 44], "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1": [12, 39, 50], "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03af": [20, 46], "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03cd\u03c2": 49, "\u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": 20, "\u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae": [19, 20, 48, 51], "\u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2": 19, "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1": [19, 46], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b5\u03c2": [7, 35, 41, 42, 44], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7": [7, 20, 26, 41], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf": [19, 24, 82], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03b9": [42, 50], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2": [19, 20, 41], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5": [24, 39], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2": [42, 45], "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9": 7, "\u03b4\u03b9\u03b1\u03b8\u03ad\u03c4\u03bf\u03c5\u03bd": 26, "\u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 19], "\u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 40, "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ad\u03c2": [20, 28, 35, 41, 53], "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae": [10, 14, 19, 20, 21, 24, 26, 28, 35, 41, 43, 44, 45, 47, 48, 49, 50, 53, 82], "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2": [10, 20, 44, 47, 51], "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2": 10, "\u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ad\u03c2": 40, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac": [6, 41], "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc": [20, 35, 41], "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc1": 41, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc2": 41, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc3": 41, "\u03b4\u03b9\u03b1\u03ba\u03cc\u03c0\u03c4\u03b5\u03b9": [19, 44], "\u03b4\u03b9\u03b1\u03ba\u03cc\u03c0\u03c4\u03b7\u03c2": 10, "\u03b4\u03b9\u03b1\u03ba\u03cc\u03c8\u03b5\u03c4\u03b5": 19, "\u03b4\u03b9\u03b1\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc": 41, "\u03b4\u03b9\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5": [19, 44, 51], "\u03b4\u03b9\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2": 46, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af": 31, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2": 44, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03bc\u03ad\u03bd\u03bf": [41, 49], "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03b9": [33, 41, 42], "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03b9\u03c2": 31, "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03c4\u03b5": [20, 35, 41], "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7": [6, 20, 26, 31, 41, 42, 44], "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2": [20, 35, 37, 42], "\u03b4\u03b9\u03b1\u03bd\u03bf\u03bc\u03ad\u03c2": 7, "\u03b4\u03b9\u03b1\u03bd\u03bf\u03bc\u03ae": 12, "\u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03ac": 45, "\u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03b1": 20, "\u03b4\u03b9\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": 12, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03b9": 7, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03b9": 41, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03c4\u03b5": 20, "\u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03b9\u03c3\u03c4\u03b5\u03af": 24, "\u03b4\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7": [12, 44], "\u03b4\u03b9\u03b1\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2": [24, 33, 44], "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5": 42, "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af": [19, 39], "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af\u03c4\u03b1\u03b9": 42, "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03bf\u03cd\u03bc\u03b5": 39, "\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9": 80, "\u03b4\u03b9\u03b1\u03c6\u03b1\u03bd\u03ad\u03c2": 41, "\u03b4\u03b9\u03b1\u03c6\u03b1\u03bd\u03ae": 41, "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2": 10, "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac": [7, 19, 20, 35, 81], "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2": [41, 42], "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc": [20, 44], "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc\u03c2": 20, "\u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ce\u03bd": 44, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03ae": 41, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7": [6, 20, 30, 32, 33, 51, 81, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2": [20, 43], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c3\u03c4\u03b5": [42, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 42, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ad\u03c2": [7, 20], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae": [7, 13, 20, 21, 24, 26, 31, 33, 35, 37, 41, 42, 44, 46, 50, 80, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2": [21, 24, 26, 29, 33, 41, 42, 82], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": 82, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2": 35, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 44, "\u03b4\u03b9\u03b1\u03cd\u03b3\u03b5\u03b9\u03b1": 80, "\u03b4\u03b9\u03b4\u03ac\u03be\u03b5\u03c4\u03b5": 44, "\u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ad\u03c2": 43, "\u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae": [19, 21, 40, 41, 44, 82], "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2": [41, 42], "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [6, 44, 45, 47, 50], "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03ce\u03bd": [41, 42], "\u03b4\u03b9\u03b5\u03c5\u03ba\u03cc\u03bb\u03c5\u03bd\u03c3\u03ae": 19, "\u03b4\u03b9\u03b5\u03c5\u03ba\u03cc\u03bb\u03c5\u03bd\u03c3\u03b7": 80, "\u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7": [14, 20, 28, 35, 41, 44, 45, 48, 50, 51, 82], "\u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2": [20, 44, 51], "\u03b4\u03b9\u03ba\u03ac": [7, 41, 42], "\u03b4\u03b9\u03ba\u03ae": 42, "\u03b4\u03b9\u03ba\u03b1\u03af\u03c9\u03bc\u03b1": 41, "\u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1": [7, 20, 35, 42, 45], "\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": 20, "\u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7": 20, "\u03b4\u03b9\u03ba\u03cc": [28, 35, 44], "\u03b4\u03b9\u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03ae": 41, "\u03b4\u03b9\u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03ae\u03c2": 41, "\u03b4\u03b9\u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 42, "\u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2": 7, "\u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03c4\u03b5": 48, "\u03b4\u03b9\u03c0\u03bb\u03cc": 12, "\u03b4\u03b9\u03c0\u03bb\u03cc\u03c4\u03c5\u03c0\u03b5\u03c2": 42, "\u03b4\u03b9\u03c3\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5": 80, "\u03b4\u03bf\u03b8\u03b5\u03af": 35, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03b5\u03b9": 12, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03b5\u03c4\u03b5": [47, 48], "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5": 20, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03ad\u03c2": 18, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03ad\u03c2": 18, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b5\u03af": 10, "\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac": 41, "\u03b4\u03bf\u03bc\u03ad\u03c2": 26, "\u03b4\u03bf\u03bc\u03ae": 42, "\u03b4\u03bf\u03c5\u03bd": 26, "\u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1": [12, 19, 20], "\u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 82, "\u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": 19, "\u03b4\u03c5\u03bd\u03ac\u03bc\u03b5\u03b9\u03c2": 24, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03ac": 44, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03ae": [7, 18, 20, 41], "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc": [19, 41, 44], "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 19, 20, 26, 41, 44], "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 20, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": [12, 20, 21, 82], "\u03b4\u03c5\u03c3\u03ba\u03bf\u03bb\u03ad\u03c8\u03b5\u03b9": 35, "\u03b4\u03c5\u03c3\u03bb\u03b5\u03be\u03af\u03b1": 80, "\u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1": 42, "\u03b4\u03c9\u03c1\u03b5\u03ac\u03bd": [53, 80], "\u03b4\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2": 42, "\u03b4\u03cd\u03bf": [6, 7, 10, 12, 19, 42, 44, 45, 50, 51, 54, 82], "\u03b4\u03ce\u03c3\u03b5\u03c4\u03b5": 39, "\u03b5\u03ac\u03bd": [7, 10, 19, 20, 24, 26, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 80, 81, 82], "\u03b5\u03af\u03bd\u03b1\u03b9": [7, 10, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 53, 80, 81, 82], "\u03b5\u03af\u03c3\u03c4\u03b5": [10, 12, 19, 41, 82], "\u03b5\u03af\u03c4\u03b5": [12, 18, 19, 35, 41, 42, 45, 47], "\u03b5\u03af\u03c7\u03b1\u03c4\u03b5": 19, "\u03b5\u03b1\u03c5\u03c4\u03cc": [20, 41], "\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1": [39, 41], "\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [41, 82], "\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": 42, "\u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03b1": 41, "\u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b7": 45, "\u03b5\u03b3\u03b3\u03b5\u03bd\u03ae": 20, "\u03b5\u03b3\u03b3\u03b5\u03bd\u03ce\u03c2": 50, "\u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd": 82, "\u03b5\u03b3\u03b3\u03c1\u03ac\u03c8\u03b9\u03bc\u03bf\u03c5\u03c2": 42, "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2": 19, "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": [20, 50], "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2": [20, 41], "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5": 41, "\u03b5\u03b3\u03ba\u03b1\u03b8\u03af\u03c3\u03c4\u03b1\u03c4\u03b1\u03b9": [41, 44], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03ae": 41, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": [6, 12, 13, 20, 41, 42], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": 48, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2": [28, 41], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c4\u03b7": 12, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9": [19, 41], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": [7, 12, 20, 45], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 19, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c4\u03b5": [20, 45], "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af": 42, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03b7": 41, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf": 20, "\u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03af\u03b4\u03b9\u03bf": 13, "\u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5": 6, "\u03b5\u03b4\u03ce": [19, 44, 50], "\u03b5\u03b9\u03b4\u03b9\u03ba\u03ae": 18, "\u03b5\u03b9\u03b4\u03b9\u03ba\u03cc": [26, 50], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [7, 35, 37, 41], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [37, 41], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [10, 12], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [19, 41], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd": [10, 19], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03ce\u03bd": 82, "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": [7, 10], "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": 41, "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": 7, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf": [28, 35, 41, 42, 44, 45, 50, 51, 54], "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03bf\u03c5": [10, 42], "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd": 19, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2": 42, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2": [26, 82], "\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03b9": 28, "\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b1\u03b9": 44, "\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5": [14, 20, 28, 35, 41, 42, 44, 45, 47, 48, 51], "\u03b5\u03b9\u03c3\u03ac\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 46, "\u03b5\u03b9\u03c3\u03ac\u03b3\u03bf\u03c5\u03bd": 41, "\u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5": [12, 81], "\u03b5\u03b9\u03c3\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae": [6, 20, 44], "\u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2": [19, 42], "\u03b5\u03b9\u03c3\u03b1\u03c7\u03b8\u03bf\u03cd\u03bd": 44, "\u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 35, "\u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7": [35, 37], "\u03b5\u03ba": 33, "\u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2": [7, 14, 18, 20, 28, 33, 39], "\u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd": [20, 30, 32], "\u03b5\u03ba\u03b5\u03af": [20, 35, 41, 42, 44], "\u03b5\u03ba\u03b5\u03af\u03bd\u03b1": 24, "\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03ae": 7, "\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7": [7, 19, 20], "\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7\u03c2": 12, "\u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7": 20, "\u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7\u03c2": 20, "\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 45], "\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5": [20, 45, 51], "\u03b5\u03ba\u03bc\u03b5\u03c4\u03b1\u03bb\u03bb\u03b5\u03c5\u03c4\u03b5\u03af\u03c4\u03b5": 12, "\u03b5\u03ba\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af": 24, "\u03b5\u03ba\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9": 24, "\u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03ae": 26, "\u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7": [7, 20, 44], "\u03b5\u03ba\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9": 26, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5": [20, 26, 42], "\u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c9\u03bd": 10, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9": 20, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03bf\u03cd\u03bd": 7, "\u03b5\u03ba\u03c4\u03b5\u03bb\u03ce\u03bd\u03c4\u03b1\u03c2": 20, "\u03b5\u03ba\u03c4\u03b5\u03bd\u03ad\u03c2": 40, "\u03b5\u03ba\u03c4\u03cc\u03c2": [10, 12, 19, 20, 41, 42, 82], "\u03b5\u03ba\u03c7\u03c9\u03c1\u03b5\u03af": 24, "\u03b5\u03ba\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf": 44, "\u03b5\u03ba\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7": 20, "\u03b5\u03bb\u03ac\u03c4\u03b5": 80, "\u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf": [18, 42], "\u03b5\u03bb\u03ad\u03b3\u03be\u03b5\u03b9": 12, "\u03b5\u03bb\u03ad\u03b3\u03be\u03b5\u03c4\u03b5": 41, "\u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5": [19, 20, 42, 44], "\u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03b9": [7, 24, 44], "\u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03c4\u03b1\u03b9": 19, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03c4\u03b5": 53, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5": [6, 7, 19, 20, 39, 41, 42, 54, 82], "\u03b5\u03bb\u03b5\u03b3\u03c7\u03b8\u03b5\u03af": 44, "\u03b5\u03bb\u03b5\u03b3\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 7, "\u03b5\u03bb\u03b5\u03b3\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2": 7, "\u03b5\u03bb\u03b5\u03c5\u03b8\u03b5\u03c1\u03bf": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03b7": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03b9": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c2": 41, "\u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c5": [24, 39, 41], "\u03b5\u03bc\u03ad\u03bd\u03b1": 41, "\u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1": 18, "\u03b5\u03bc\u03c0\u03bb\u03b1\u03ba\u03b5\u03af\u03c4\u03b5": 80, "\u03b5\u03bc\u03c0\u03bf\u03b4\u03af\u03b6\u03b5\u03b9": 7, "\u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7": [10, 19, 20], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03b9": [19, 20, 35, 37, 40, 41, 42, 44], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [10, 12, 19, 20, 37, 41], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bc\u03b1\u03b9": 41, "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [19, 29, 41, 42, 44, 46, 82], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03c5\u03bd": [19, 41], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b5\u03b9": [7, 12, 41, 42, 44, 81], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b5\u03c4\u03b5": [19, 41], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf": 44, "\u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03b5\u03af": [7, 19, 28, 41, 42, 44, 45, 51], "\u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 42, "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1": [42, 44], "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1\u03c2": 48, "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2": 42, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2": 44, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac": 12, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae": 20, "\u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9": [20, 24, 26, 35, 80], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03ac": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03ad\u03c2": 20, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03b5\u03b9\u03ce\u03bd": [20, 44], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [19, 26, 41], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [10, 26, 29], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [7, 19, 26, 41, 44, 80], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": 26, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5": 20, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": [26, 44], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7": [19, 20, 26, 28, 35, 40, 41, 42], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf": [26, 44, 49, 51], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 33, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": 41, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": [44, 82], "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": 44, "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7": 7, "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2": [6, 7, 13], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2": 19, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2": [6, 13, 14], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03b9\u03ba\u03ac": 44, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03b5\u03b9": [7, 19, 26], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": [10, 37], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [20, 41], "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": [41, 48], "\u03b5\u03bd\u03bd\u03bf\u03b5\u03af\u03c4\u03b5": 26, "\u03b5\u03bd\u03bf\u03c7\u03bb\u03b5\u03af\u03c4\u03b5": [19, 41], "\u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7": 41, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2": 41, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b7": 46, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf": [20, 42], "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2": 7, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 19, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 46, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03c3\u03b5\u03c4\u03b5": [12, 41], "\u03b5\u03bd\u03c4\u03bf\u03bb\u03ae": 20, "\u03b5\u03bd\u03c4\u03bf\u03bb\u03ae\u03c2": 20, "\u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03b6\u03b5\u03b9": 44, "\u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03c3\u03b5\u03c4\u03b5": 19, "\u03b5\u03bd\u03c4\u03c5\u03c0\u03c9\u03c3\u03b9\u03b1\u03ba\u03cc": 19, "\u03b5\u03bd\u03c4\u03cc\u03c0\u03b9\u03c3\u03b5": 44, "\u03b5\u03bd\u03c4\u03cc\u03c2": [42, 44], "\u03b5\u03bd\u03cc\u03c2": [10, 19, 20, 35, 39, 41, 44], "\u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 12, 20, 24, 26, 33, 37, 40, 41, 44, 46], "\u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": [7, 44], "\u03b5\u03bd\u03ce": [7, 20, 42, 44, 46], "\u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7": 19, "\u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7": 6, "\u03b5\u03be\u03ae\u03c2": 82, "\u03b5\u03be\u03b1\u03af\u03c1\u03b5\u03c3\u03ae\u03c2": 19, "\u03b5\u03be\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2": 19, "\u03b5\u03be\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5": [41, 42], "\u03b5\u03be\u03b1\u03b3\u03ac\u03b3\u03bf\u03c5\u03bd": 41, "\u03b5\u03be\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": 19, "\u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03af\u03c4\u03b1\u03b9": [12, 39], "\u03b5\u03be\u03b1\u03b9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 33, "\u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af": 33, "\u03b5\u03be\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03b9": 41, "\u03b5\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9": [20, 41], "\u03b5\u03be\u03b1\u03c1\u03c4\u03ce\u03bd\u03c4\u03b1\u03b9": [44, 82], "\u03b5\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03b7\u03c4\u03ae": 10, "\u03b5\u03be\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf": 44, "\u03b5\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7": 48, "\u03b5\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03bf\u03c4\u03b7\u03bc\u03ad\u03bd\u03b7": 81, "\u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2": [26, 41], "\u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc": 26, "\u03b5\u03c0\u03ac\u03bd\u03c9": [19, 50], "\u03b5\u03c0\u03ad\u03ba\u03c4\u03b1\u03c3\u03b7": [12, 20], "\u03b5\u03c0\u03af\u03bb\u03c5\u03c3\u03b7": 10, "\u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf": 41, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b5\u03c2": 20, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b7": 42, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03c5\u03c2": 20, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03c9\u03bd": 20, "\u03b5\u03c0\u03af\u03c3\u03b7\u03c2": [10, 14, 19, 20, 39, 41, 42, 44, 46, 80, 82], "\u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03c5\u03c4\u03b5\u03af": 41, "\u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5": 20, "\u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03c4\u03b5": 44, "\u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7": 41, "\u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2": 19, "\u03b5\u03c0\u03b1\u03bd\u03b1": 35, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5": 50, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf": 41, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 41, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": 20, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": [39, 41], "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03b5\u03c1\u03b8\u03b5\u03af": 40, "\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2": 26, "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9\u03c2": 20, "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5": 20, "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03b5\u03af\u03c4\u03b1\u03b9": 7, "\u03b5\u03c0\u03b1\u03c6\u03ad\u03c2": [6, 33, 41, 43, 44, 46, 48], "\u03b5\u03c0\u03b1\u03c6\u03ae": [42, 44], "\u03b5\u03c0\u03b1\u03c6\u03ce\u03bd": [43, 45, 47, 48], "\u03b5\u03c0\u03b5\u03b9\u03b4\u03ae": [7, 12, 19, 26], "\u03b5\u03c0\u03b5\u03ba\u03c4\u03b1\u03b8\u03bf\u03cd\u03bd": 80, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5": 42, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [19, 20, 35], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [35, 41, 42], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae": [12, 20, 41, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2": 19, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af": 33, "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": [7, 19, 20, 21, 41, 42, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 44, "\u03b5\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 51, "\u03b5\u03c0\u03b7\u03c1\u03b5\u03ac\u03c3\u03b5\u03c4\u03b5": 41, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7": 28, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2": [19, 41], "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af": 41, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03bd\u03b5\u03b9": [28, 41, 42], "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03c4\u03b5": 47, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03bf\u03c5\u03bd": 41, "\u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5": [44, 45], "\u03b5\u03c0\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": [28, 51], "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5": [41, 42], "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03ad\u03c2": 20, "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03ae": [12, 41], "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03cc": 12, "\u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03bf\u03cd\u03bd": 41, "\u03b5\u03c0\u03b9\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03b7": 26, "\u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03c5\u03c0\u03c4\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 41, "\u03b5\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2": 80, "\u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03bf\u03c5\u03bd": [40, 41], "\u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5": [20, 31, 80], "\u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03ae\u03c3\u03c4\u03b5": [41, 51], "\u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7": 50, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03b5\u03c4\u03b1\u03b9": 44, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03b5\u03c4\u03b5": 20, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 44, "\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9": [41, 42], "\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5": [12, 14, 19, 20, 26, 41, 42, 44], "\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5": [12, 20, 37, 41, 42, 44, 45, 46, 47, 48, 50, 51, 80], "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af": [41, 42, 44], "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2": 42, "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7": [41, 44], "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7\u03c2": 41, "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf": 41, "\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5": 37, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03b1\u03c2": [37, 41], "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2": [7, 18, 19, 20, 26, 35, 82], "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae": [12, 19, 20, 26, 37, 41, 44, 48, 82], "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd": 14, "\u03b5\u03c0\u03b9\u03bb\u03c5\u03b8\u03b5\u03af": 10, "\u03b5\u03c0\u03b9\u03bb\u03cd\u03b5\u03c4\u03b1\u03b9": 10, "\u03b5\u03c0\u03b9\u03bb\u03cd\u03c3\u03b5\u03b9": 10, "\u03b5\u03c0\u03b9\u03bb\u03cd\u03c3\u03b5\u03c4\u03b5": 10, "\u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5": 35, "\u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd": [19, 24, 26, 41], "\u03b5\u03c0\u03b9\u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9": 28, "\u03b5\u03c0\u03b9\u03c3\u03ba\u03b5\u03c0\u03c4\u03ce\u03bd": 41, "\u03b5\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5": 44, "\u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03b5\u03c4\u03b5": 26, "\u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03b5\u03c4\u03b5": 48, "\u03b5\u03c0\u03b9\u03c4\u03b5\u03c5\u03c7\u03b8\u03ad\u03bd": 41, "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9": [7, 12, 19, 20, 26, 28, 35, 41, 42, 43, 44], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9": [20, 35, 42], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b5": 33, "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd": [42, 44], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9": [7, 41], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03c4\u03b5": [20, 35], "\u03b5\u03c0\u03b9\u03c4\u03c1\u03b1\u03c0\u03ad\u03b6\u03b9\u03bf": 25, "\u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf": [20, 24], "\u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2": 41, "\u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1": [7, 51], "\u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1": [6, 20, 43], "\u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2": [10, 12, 18, 19, 20], "\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2": 53, "\u03b5\u03c0\u03bf\u03bc\u03ad\u03bd\u03c9\u03c2": [7, 19, 42, 47, 80], "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 20, "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7": 7, "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2": 18, "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf": [41, 47, 48, 50], "\u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1": [7, 43], "\u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf": [43, 81], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [10, 44, 48], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [6, 10, 12, 18, 20, 43], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2": [20, 41, 44, 45, 46, 48], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd": [10, 43], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1": 42, "\u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [6, 13], "\u03b5\u03c1\u03c9\u03c4\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": 35, "\u03b5\u03c1\u03c9\u03c4\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 19, "\u03b5\u03c3\u03ac\u03c2": [18, 19, 24, 41, 82], "\u03b5\u03c3\u03b5\u03af\u03c2": [10, 53], "\u03b5\u03c3\u03c4\u03af\u03b1\u03c3\u03b7": 6, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae": 44, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2": 44, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2": 19, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc": 41, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ce\u03bd": 44, "\u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2": 7, "\u03b5\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae\u03c2": 18, "\u03b5\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2": 18, "\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1": 44, "\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2": 44, "\u03b5\u03c5\u03b5\u03bb\u03b9\u03be\u03af\u03b1": 44, "\u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03af\u03b1": 12, "\u03b5\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf": 26, "\u03b5\u03c6\u03ac\u03c0\u03b1\u03be": 41, "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2": [20, 33, 41, 44, 46, 47, 48, 82], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae": [19, 20, 26, 39, 40, 41, 42, 44, 46, 47, 51, 53, 81], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2": [6, 20, 26, 43, 45, 50, 51, 80], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd": [6, 19, 20, 43], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03c4\u03b1\u03b9": [42, 44], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [19, 42, 44], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03b9": 40, "\u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b9\u03bc\u03bf": 10, "\u03b5\u03c6\u03cc\u03c3\u03bf\u03bd": [20, 35, 44], "\u03b5\u03cd\u03ba\u03bf\u03bb\u03b7": [20, 44], "\u03b5\u03cd\u03ba\u03bf\u03bb\u03bf\u03c2": 26, "\u03b5\u03cd\u03c1\u03b5\u03c3\u03b7": [41, 50], "\u03b5\u03cd\u03c1\u03bf\u03c2": [19, 20], "\u03b6\u03ae\u03c4\u03b7\u03bc\u03b1": 26, "\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7": 19, "\u03b6\u03b7\u03c4\u03ac": 28, "\u03b6\u03b7\u03c4\u03ac\u03b5\u03b9": 40, "\u03b6\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": 6, "\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9": 50, "\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 31, "\u03b6\u03b7\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd": 26, "\u03b6\u03b7\u03c4\u03b5\u03af\u03c4\u03b1\u03b9": 37, "\u03b6\u03b7\u03c4\u03b7\u03b8\u03b5\u03af": 45, "\u03b6\u03b7\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": 44, "\u03b6\u03ce\u03bd\u03b5\u03c2": 41, "\u03b6\u03ce\u03bd\u03b7\u03c2": [19, 41], "\u03b7": [7, 10, 14, 19, 20, 25, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 80, 81], "\u03b7\u03bb\u03b9\u03ba\u03af\u03b1": 24, "\u03b7\u03bc\u03ad\u03c1\u03b1": 41, "\u03b7\u03bc\u03ad\u03c1\u03b1\u03c2": [41, 82], "\u03b7\u03bc\u03ad\u03c1\u03b5\u03c2": [24, 33, 39, 41, 44], "\u03b7\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03b1": 41, "\u03b7\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03bf": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": [42, 43, 44, 45, 47, 48, 50, 51], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd": [45, 48, 50], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03ac": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1": [41, 44, 45, 46, 48], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [6, 33, 43, 44, 46, 48, 50], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03cc": [41, 47, 51], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1": [12, 19, 20, 41, 44], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2": 35, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b5\u03c2": 41, "\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd": 44, "\u03b7\u03bc\u03b9\u03ba\u03cd\u03ba\u03bb\u03b9\u03b1": 19, "\u03b8\u03ad\u03bb\u03b5\u03b9": 41, "\u03b8\u03ad\u03bb\u03b5\u03c4\u03b5": [7, 18, 19, 20, 28, 35, 41, 42, 44, 45, 48, 50, 80, 82], "\u03b8\u03ad\u03bc\u03b1": [44, 80], "\u03b8\u03ad\u03bc\u03b1\u03c4\u03b1": [6, 44], "\u03b8\u03ad\u03bc\u03b1\u03c4\u03bf\u03c2": 80, "\u03b8\u03b1": [7, 10, 14, 19, 20, 24, 26, 28, 29, 35, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 80, 81, 82], "\u03b8\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd": 44, "\u03b8\u03b5\u03c9\u03c1\u03b5\u03af\u03c4\u03b5": 20, "\u03b8\u03b5\u03c9\u03c1\u03b7\u03b8\u03b5\u03af": 26, "\u03b8\u03b5\u03c9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 19, "\u03b8\u03c5\u03c1\u03af\u03b4\u03b1": 41, "\u03b8\u03c5\u03c1\u03af\u03b4\u03b1\u03c2": 41, "\u03b8\u03c5\u03c1\u03af\u03b4\u03b5\u03c2": 41, "\u03b8\u03c5\u03c1\u03af\u03b4\u03c9\u03bd": 41, "\u03b8\u03cd\u03c1\u03b1": [20, 47], "\u03b9\u03b4\u03ad\u03b1": 10, "\u03b9\u03b4\u03b5\u03b1\u03c3\u03bc\u03bf\u03cd": 42, "\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7": [24, 37], "\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2": 37, "\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1": 42, "\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ac": [26, 41, 82], "\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ae": 41, "\u03b9\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": [20, 42], "\u03b9\u03b4\u03b9\u03ce\u03c4\u03b5\u03c2": 53, "\u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1": 35, "\u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1\u03c2": 35, "\u03b9\u03ba\u03b1\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9": 19, "\u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03bf\u03cd": 20, "\u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc": 20, "\u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1": 43, "\u03b9\u03c3\u03c4\u03bf\u03cd": 31, "\u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bd": 45, "\u03ba": [35, 41], "\u03ba\u03ac\u03b4\u03bf": [24, 26, 33, 41, 42], "\u03ba\u03ac\u03b4\u03bf\u03c2": 33, "\u03ba\u03ac\u03b4\u03bf\u03c5": [24, 28, 33, 41, 42, 54], "\u03ba\u03ac\u03b4\u03bf\u03c5\u03c2": 24, "\u03ba\u03ac\u03b8\u03b5": [19, 20, 24, 26, 35, 39, 41, 42, 44, 47, 81], "\u03ba\u03ac\u03b8\u03b5\u03c4\u03bf\u03c5": 19, "\u03ba\u03ac\u03bd\u03b1\u03bc\u03b5": [26, 41], "\u03ba\u03ac\u03bd\u03b1\u03c4\u03b5": [12, 42], "\u03ba\u03ac\u03bd\u03b5\u03b9": [19, 28, 41, 47], "\u03ba\u03ac\u03bd\u03b5\u03c4\u03b5": [12, 19, 21, 28, 29, 41, 44], "\u03ba\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": [7, 10, 19, 20, 28, 41, 42, 44], "\u03ba\u03ac\u03bd\u03bf\u03c5\u03bd": [26, 28, 41], "\u03ba\u03ac\u03bd\u03c4\u03b5": [12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "\u03ba\u03ac\u03c0\u03bf\u03b9\u03bf": [21, 41, 44], "\u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c2": 41, "\u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c5": 42, "\u03ba\u03ac\u03c1\u03c4\u03b5\u03c2": 42, "\u03ba\u03ac\u03c4\u03b9": [26, 40, 81], "\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf": [20, 26, 35], "\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf\u03b9": 26, "\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf\u03c2": [26, 35, 41, 42], "\u03ba\u03ac\u03c4\u03c9": [20, 33, 37, 41, 42, 50, 51], "\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03bf": 18, "\u03ba\u03af\u03c4\u03c1\u03b9\u03bd\u03bf": [19, 26], "\u03ba\u03af\u03c4\u03c1\u03b9\u03bd\u03bf\u03c5": 10, "\u03ba\u03b1\u03b8\u03b1\u03c1\u03bf\u03cd": 12, "\u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ad\u03c2": 18, "\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac": 20, "\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2": 20, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae": 6, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2": 12, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03bf\u03cd": 19, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b5": 47, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": 42, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": 41, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 41, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5": [20, 42], "\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 44, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9": 44, "\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": 41, "\u03ba\u03b1\u03b8\u03ce\u03c2": [7, 10, 31, 40, 41, 42, 46, 48, 82], "\u03ba\u03b1\u03b9": [6, 7, 10, 14, 18, 19, 21, 22, 24, 26, 28, 29, 31, 33, 37, 40, 43, 46, 47, 48, 49, 50, 51, 53, 81, 82], "\u03ba\u03b1\u03ba\u03ae": 19, "\u03ba\u03b1\u03bb\u03ac": 44, "\u03ba\u03b1\u03bb\u03ae": 48, "\u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7": [18, 41], "\u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2": 41, "\u03ba\u03b1\u03bb\u03ce\u03c2": 53, "\u03ba\u03b1\u03bc\u03af\u03b1": [19, 20, 41], "\u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1": [6, 13], "\u03ba\u03b1\u03bd\u03ad\u03bd\u03b1": [28, 41, 47, 51], "\u03ba\u03b1\u03bd\u03b5\u03af\u03c2": 82, "\u03ba\u03b1\u03bd\u03b5\u03bd\u03cc\u03c2": 44, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ac": 19, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ae": 42, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2": 7, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03cc": 50, "\u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03ba\u03b1\u03bd\u03cc\u03bd\u03b1": 44, "\u03ba\u03b1\u03bd\u03cc\u03bd\u03b5\u03c2": 41, "\u03ba\u03b1\u03bd\u03cc\u03bd\u03c9\u03bd": 44, "\u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b1": [12, 19, 20, 35, 41], "\u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b5\u03c2": 19, "\u03ba\u03b1\u03c4\u03ac": [7, 12, 19, 20, 26, 31, 35, 40, 41, 42, 44, 80], "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1": 31, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b5\u03c2": 18, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b7": 20, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf": [12, 14, 19, 20, 35, 41], "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03b9": 20, "\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2": [19, 20], "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": [7, 10, 19, 20, 40, 44], "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": [20, 41], "\u03ba\u03b1\u03c4\u03ad\u03c7\u03b5\u03b9": 41, "\u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9": 20, "\u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9": 42, "\u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af": 41, "\u03ba\u03b1\u03c4\u03b1\u03ba\u03cc\u03c1\u03c5\u03c6\u03b7\u03c2": 44, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03ae\u03be\u03bf\u03c5\u03bd": 41, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd": 33, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03bb\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf": 10, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 33, "\u03ba\u03b1\u03c4\u03b1\u03bb\u03bf\u03b3\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [24, 33], "\u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5": [19, 20], "\u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2": [19, 20, 53], "\u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03c9\u03bd": 19, "\u03ba\u03b1\u03c4\u03b1\u03bd\u03b5\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7": 20, "\u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03ae\u03c3\u03b5\u03c4\u03b5": 33, "\u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9": 26, "\u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5": 26, "\u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 33, "\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9": 19, "\u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf": 12, "\u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7": 12, "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03b6\u03b5\u03b9": [7, 10, 19], "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03b5\u03b9": [10, 12], "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03b5\u03c4\u03b5": [7, 20, 39, 42], "\u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03bf\u03c5\u03bd": 26, "\u03ba\u03b1\u03c4\u03b5\u03b2\u03b5\u03af": 7, "\u03ba\u03b1\u03c4\u03cc\u03c7\u03bf\u03c5": 33, "\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf": [44, 80], "\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": [19, 26, 81], "\u03ba\u03b5\u03bd\u03ae": 41, "\u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd": 20, "\u03ba\u03b5\u03bd\u03cc": [41, 44], "\u03ba\u03b5\u03bd\u03cc\u03c2": 42, "\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1": [44, 80], "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": 20, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ad\u03c2": 41, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae": 20, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2": 48, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd": [22, 30, 82], "\u03ba\u03bb\u03ae\u03c3\u03b7": 41, "\u03ba\u03bb\u03ae\u03c3\u03b7\u03c2": 80, "\u03ba\u03bb\u03b5\u03af\u03bd\u03b5\u03b9": 41, "\u03ba\u03bb\u03b5\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03ba\u03bb\u03b5\u03af\u03c3\u03b5\u03b9": [41, 45], "\u03ba\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf": 19, "\u03ba\u03bb\u03b5\u03af\u03c3\u03bf\u03c5\u03bd": 41, "\u03ba\u03bb\u03b5\u03af\u03c3\u03c4\u03b5": [20, 47], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03af": [7, 81], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03ac": [26, 33], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd": 7, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 41, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b5\u03af": 41, "\u03ba\u03bb\u03b9\u03ba": [7, 10, 12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "\u03ba\u03bb\u03b9\u03ba\u03ac\u03c1\u03b9\u03c3\u03c4\u03b7": 7, "\u03ba\u03bf\u03b9\u03bd\u03ac": 80, "\u03ba\u03bf\u03b9\u03bd\u03ad\u03c2": 26, "\u03ba\u03bf\u03b9\u03bd\u03ae": [20, 28, 33, 35], "\u03ba\u03bf\u03b9\u03bd\u03ae\u03c2": [20, 26, 28, 33, 35, 53], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03ae\u03c2": 82, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [6, 35, 42], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [19, 28, 41, 82], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd": 24, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [26, 41], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 28, 35, 42, 53], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": [41, 44], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": 42, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 42, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": 41, "\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ae\u03c2": 82, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": [20, 41], "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b1": [26, 33], "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b7": 20, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf": 33, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf\u03c5\u03c2": [28, 35, 53], "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03c9\u03bd": 20, "\u03ba\u03bf\u03bd\u03c3\u03cc\u03bb\u03b1": 20, "\u03ba\u03bf\u03c1\u03c5\u03c6\u03ae": [42, 44], "\u03ba\u03bf\u03c5\u03ba\u03ba\u03af\u03b4\u03b5\u03c2": [19, 44], "\u03ba\u03bf\u03c5\u03bc\u03c0\u03af": [19, 20, 28, 29, 41, 42, 44, 45, 50], "\u03ba\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac": [35, 41, 42, 80], "\u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03ae": 41, "\u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7\u03c2": 41, "\u03ba\u03c1\u03b1\u03c4\u03ac\u03c4\u03b5": 42, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03ae\u03c2": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": [20, 47], "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2": 33, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1": 33, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": 20, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b7": 20, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2": 20, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03bf": [20, 33], "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd": 49, "\u03ba\u03c5\u03ba\u03bb\u03b9\u03ba\u03cc": [39, 42], "\u03ba\u03c5\u03bb\u03ae\u03c3\u03c4\u03b5": 51, "\u03ba\u03c5\u03bc\u03b1\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 12, "\u03ba\u03c9\u03b4\u03b9\u03ba\u03cc": [35, 42, 45, 47, 50, 51, 81], "\u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2": 81, "\u03ba\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf": 19, "\u03ba\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf\u03c2": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03b9": 35, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03c2": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03c5": 19, "\u03ba\u03cd\u03ba\u03bb\u03bf\u03c5\u03c2": [12, 35], "\u03ba\u03cd\u03c1\u03b9\u03b1": [41, 80], "\u03ba\u03cd\u03c1\u03b9\u03bf": [19, 26, 44, 80], "\u03ba\u03cd\u03c1\u03b9\u03bf\u03b9": 19, "\u03ba\u03cd\u03c1\u03b9\u03bf\u03c2": 26, "\u03ba\u03cd\u03c1\u03b9\u03bf\u03c5": 19, "\u03ba\u03ce\u03b4\u03b9\u03ba\u03b1": [14, 20, 53], "\u03ba\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2": 41, "\u03bb\u03ac\u03b2\u03b5\u03b9": [41, 44], "\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5": [20, 44, 47, 51], "\u03bb\u03ac\u03b2\u03bf\u03c5\u03bd": 41, "\u03bb\u03ac\u03b8\u03b7": 80, "\u03bb\u03ac\u03b8\u03bf\u03c2": [12, 41], "\u03bb\u03ad\u03b5\u03b9": [10, 19, 20, 26], "\u03bb\u03ae\u03be\u03b5\u03b9": [40, 44], "\u03bb\u03ae\u03be\u03b7": 24, "\u03bb\u03ae\u03be\u03b7\u03c2": 35, "\u03bb\u03ae\u03c8\u03b7": [7, 19, 35, 44], "\u03bb\u03ae\u03c8\u03b7\u03c2": [7, 14, 19, 35], "\u03bb\u03af\u03b3\u03b1": [26, 48], "\u03bb\u03af\u03b3\u03b5\u03c2": 42, "\u03bb\u03af\u03b3\u03bf": [12, 20, 24, 33, 48], "\u03bb\u03af\u03c3\u03c4\u03b1": [10, 19, 20, 29, 35, 37, 41, 42, 48, 54, 82], "\u03bb\u03af\u03c3\u03c4\u03b1\u03c2": [42, 44], "\u03bb\u03af\u03c3\u03c4\u03b5\u03c2": [19, 44], "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9": [35, 37, 41, 42], "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9": 41, "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b5": [20, 29, 41, 81], "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd": 41, "\u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7": 19, "\u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf": 19, "\u03bb\u03b5\u03af\u03c0\u03b5\u03b9": 21, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9": [20, 26], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [26, 29, 41, 42, 80], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2": [29, 44], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2": [7, 18, 19, 44], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af": [19, 20, 26, 41, 44, 46, 47, 48, 81], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ac": [7, 20], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc": [7, 12, 20], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1": [7, 42], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ce\u03bd": [18, 20, 44], "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd": 81, "\u03bb\u03b5\u03c0\u03c4\u03ac": [26, 48], "\u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2": [20, 24, 33, 35, 37, 41, 42], "\u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03ae": 41, "\u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03ae\u03c2": 41, "\u03bb\u03b5\u03c0\u03c4\u03cc": 39, "\u03bb\u03b5\u03c0\u03c4\u03ce\u03bd": 41, "\u03bb\u03b5\u03c5\u03ba\u03ac": 19, "\u03bb\u03b5\u03c5\u03ba\u03ad\u03c2": 19, "\u03bb\u03b5\u03c5\u03ba\u03cc": 19, "\u03bb\u03b7\u03c6\u03b8\u03b5\u03af": 20, "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03af": [20, 42, 46, 47], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [10, 20, 45, 46, 47, 51, 81], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2": [19, 44, 49], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc": [19, 26, 37, 41, 44, 45, 50, 51, 81], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2": [12, 19, 20, 50], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd": [42, 51], "\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc": 10, "\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03cc": [12, 53], "\u03bb\u03c0": [35, 41], "\u03bb\u03c5\u03b8\u03b5\u03af": 12, "\u03bb\u03cc\u03b3\u03bf": 47, "\u03bb\u03cc\u03b3\u03bf\u03c2": 7, "\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2": 42, "\u03bb\u03cc\u03b3\u03c9": [12, 35, 37, 44], "\u03bb\u03cd\u03c3\u03b5\u03b9\u03c2": [20, 35], "\u03bb\u03cd\u03c3\u03b7": 53, "\u03bc": 41, "\u03bc\u03ac\u03b8\u03b5\u03c4\u03b5": [24, 26, 35, 42, 43], "\u03bc\u03ac\u03c1\u03ba\u03b5\u03c4\u03b9\u03bd\u03b3\u03ba": 41, "\u03bc\u03ac\u03c4\u03b9\u03b1": 80, "\u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2": [19, 20, 33, 42, 80], "\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7": 20, "\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf": [20, 24, 41], "\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5": 41, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf": 28, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03b9": 41, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2": [7, 20], "\u03bc\u03ad\u03bb\u03b7": [20, 35, 42], "\u03bc\u03ad\u03bb\u03bb\u03bf\u03bd": [10, 44], "\u03bc\u03ad\u03bb\u03bf\u03c2": [42, 80], "\u03bc\u03ad\u03bb\u03bf\u03c5\u03c2": 42, "\u03bc\u03ad\u03c1\u03b1": [39, 41], "\u03bc\u03ad\u03c1\u03bf\u03c2": [19, 42, 50, 51], "\u03bc\u03ad\u03c1\u03bf\u03c5\u03c2": [12, 26], "\u03bc\u03ad\u03c3\u03b1": [12, 24, 41, 48, 51, 80], "\u03bc\u03ad\u03c3\u03c9": [6, 10, 26, 31, 33, 35, 37, 41, 44, 45, 46, 49, 50], "\u03bc\u03ad\u03c7\u03c1\u03b9": [18, 20, 24, 33, 41, 44], "\u03bc\u03ae\u03bd\u03b1": 41, "\u03bc\u03ae\u03bd\u03b1\u03c2": 41, "\u03bc\u03ae\u03bd\u03c5\u03bc\u03ac": 44, "\u03bc\u03ae\u03bd\u03c5\u03bc\u03b1": [19, 20, 26, 40, 41, 47, 51, 81], "\u03bc\u03af\u03b1": [7, 10, 35, 39, 41, 42], "\u03bc\u03af\u03b1\u03c2": 41, "\u03bc\u03b1\u03b3\u03b9\u03ba\u03ac": 26, "\u03bc\u03b1\u03b3\u03b9\u03ba\u03ad\u03c2": 24, "\u03bc\u03b1\u03b6\u03af": [12, 26, 33, 40, 41], "\u03bc\u03b1\u03b6\u03b9\u03ba\u03ad\u03c2": 42, "\u03bc\u03b1\u03b6\u03b9\u03ba\u03ae\u03c2": 42, "\u03bc\u03b1\u03ba\u03c1\u03cd": 44, "\u03bc\u03b1\u03c2": [42, 43, 44, 80], "\u03bc\u03b1\u03c4\u03b9\u03ac": 47, "\u03bc\u03b1\u03cd\u03c1\u03b7": 19, "\u03bc\u03b5": [6, 7, 10, 12, 18, 19, 21, 24, 25, 28, 29, 31, 39, 43, 44, 53, 80, 82], "\u03bc\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2": [22, 30, 53], "\u03bc\u03b5\u03b3\u03ac\u03bb\u03bf": [41, 44], "\u03bc\u03b5\u03b3\u03ad\u03b8\u03b7": 31, "\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1": [31, 33], "\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7": 20, "\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03c9\u03bd": 19, "\u03bc\u03b5\u03b3\u03b5\u03b8\u03cd\u03bd\u03b5\u03c4\u03b5": 80, "\u03bc\u03b5\u03b8\u03cc\u03b4\u03bf\u03c5\u03c2": [7, 20, 42], "\u03bc\u03b5\u03b9\u03c9\u03b8\u03b5\u03af": 80, "\u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": 80, "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1": [19, 41], "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2": 26, "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03c5": 19, "\u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 14, "\u03bc\u03b5\u03bd\u03bf\u03cd": [12, 19, 20, 41, 42, 44, 48, 51, 80], "\u03bc\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2": [26, 41, 82], "\u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2": 19, "\u03bc\u03b5\u03c4\u03ac": [19, 20, 26, 39, 41, 42, 44, 45, 47, 48], "\u03bc\u03b5\u03c4\u03ac\u03b2\u03b1\u03c3\u03b7": [20, 80], "\u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7\u03c2": 44, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03af\u03b2\u03b1\u03c3\u03b7": 37, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5": [20, 28, 35, 44, 45, 50], "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03ac\u03c3\u03b5\u03b9": 42, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5": 37, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03ad\u03bd\u03b1": 37, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2": [31, 41], "\u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ae": 10, "\u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ce\u03bd": 31, "\u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1": [19, 33], "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9": 44, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03bf\u03c5\u03bd": 24, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5": 12, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03b5\u03af": 44, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03b5\u03af\u03c4\u03b1\u03b9": 24, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03b7\u03b8\u03b5\u03af": 24, "\u03bc\u03b5\u03c4\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03b9\u03c2": 31, "\u03bc\u03b5\u03c4\u03b1\u03be\u03cd": [10, 42, 44], "\u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03b1\u03c0\u03b5\u03af": 50, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9": [20, 24], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": 41, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03b5\u03c1\u03b8\u03bf\u03cd\u03bd": 41, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2": 20, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1": [33, 41], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03b5\u03b9": 35, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03ac\u03c2": 41, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03c5\u03bd": 33, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": [22, 30, 33], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": [23, 30], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03b6\u03b5\u03c4\u03b5": 44, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2": 44, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03ae": 29, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7": [35, 41], "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2": [29, 31, 42], "\u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03ac\u03c3\u03b5\u03b9": 35, "\u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03ac\u03c3\u03bf\u03c5\u03bd": 24, "\u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 44, "\u03bc\u03b5\u03c4\u03c1\u03b9\u03ac\u03c3\u03b5\u03b9": 80, "\u03bc\u03b7": [12, 19, 20, 33, 41, 44, 49, 80, 81], "\u03bc\u03b7\u03bd": [7, 12, 19, 20, 35, 41, 42, 47], "\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03b1": 41, "\u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [6, 43], "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1": 19, "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2": 19, "\u03bc\u03b7\u03c4\u03c1\u03ce\u03bf": [12, 20], "\u03bc\u03b7\u03c4\u03c1\u03ce\u03bf\u03c5": [7, 20], "\u03bc\u03b7\u03c7\u03ac\u03bd\u03b7\u03bc\u03b1": 7, "\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": 7, "\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc": 7, "\u03bc\u03b9\u03b1": [7, 10, 18, 19, 20, 28, 29, 35, 37, 39, 40, 41, 42, 47, 50, 53, 80, 81], "\u03bc\u03b9\u03b1\u03c2": [20, 35, 37, 41, 42, 44, 80], "\u03bc\u03b9\u03ba\u03c1\u03ae": 41, "\u03bc\u03b9\u03ba\u03c1\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b5\u03c2": [26, 33], "\u03bc\u03b9\u03ba\u03c1\u03bf\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae": 48, "\u03bc\u03b9\u03ba\u03c1\u03cc": 19, "\u03bc\u03b9\u03ba\u03c1\u03cd\u03bd\u03b5\u03c4\u03b5": 80, "\u03bc\u03bd\u03ae\u03bc\u03b7": 33, "\u03bc\u03bd\u03ae\u03bc\u03b7\u03c2": 24, "\u03bc\u03bf\u03b9\u03ac\u03b6\u03b5\u03b9": [35, 41, 42], "\u03bc\u03bf\u03b9\u03c1\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5": [24, 33, 43], "\u03bc\u03bf\u03b9\u03c1\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": 24, "\u03bc\u03bf\u03b9\u03c1\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 33, "\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af": 26, "\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": [21, 26, 41], "\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 24, "\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1": 20, "\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2": 20, "\u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03ac": 41, "\u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc": 82, "\u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc\u03c2": 41, "\u03bc\u03bf\u03bd\u03c4\u03ac\u03bb\u03bf": 44, "\u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf": 44, "\u03bc\u03bf\u03bd\u03cc": 44, "\u03bc\u03bf\u03bd\u03cc\u03c7\u03c1\u03c9\u03bc\u03c9\u03bd": 19, "\u03bc\u03bf\u03c1\u03c6\u03ae": [28, 35, 41], "\u03bc\u03bf\u03c4\u03af\u03b2\u03bf": 39, "\u03bc\u03bf\u03c5": 20, "\u03bc\u03c0\u03ac\u03c1\u03b1": [41, 42, 80], "\u03bc\u03c0\u03ac\u03c1\u03b1\u03c2": [42, 50], "\u03bc\u03c0\u03b1\u03bb\u03b1\u03bd\u03c4\u03ad\u03c1": [19, 44], "\u03bc\u03c0\u03bb\u03b5": [19, 41], "\u03bc\u03c0\u03bb\u03bf\u03ba": 41, "\u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03b9": [10, 12, 41], "\u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5": 41, "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af": [6, 7, 10, 12, 19, 20, 24, 33, 35, 37, 41, 42, 44, 46, 48, 50, 51, 80, 81], "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5": [7, 10, 14, 19, 20, 21, 26, 28, 29, 35, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 53, 54, 80, 81, 82], "\u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd": [7, 19, 24, 26, 35, 41, 42, 44, 46, 48, 80, 81], "\u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03c3\u03b5": [26, 41, 44], "\u03bc\u03c5\u03c3\u03c4\u03b9\u03ba\u03cc": [41, 81], "\u03bc\u03cc\u03bb\u03b9\u03c2": [41, 44, 45], "\u03bc\u03cc\u03bd\u03b5\u03c2": 7, "\u03bc\u03cc\u03bd\u03b9\u03bc\u03b1": [12, 24, 41], "\u03bc\u03cc\u03bd\u03b9\u03bc\u03b7": 20, "\u03bc\u03cc\u03bd\u03bf": [7, 14, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46], "\u03bc\u03cc\u03bd\u03bf\u03c2": [10, 26, 41], "\u03bd\u03ad\u03b1": [7, 12, 19, 20, 24, 28, 35, 39, 41, 42], "\u03bd\u03ad\u03b1\u03c2": [12, 42], "\u03bd\u03ad\u03b5\u03c2": [28, 42], "\u03bd\u03ad\u03bf": [12, 19, 24, 26, 35, 37, 41, 45, 48, 50], "\u03bd\u03ad\u03bf\u03c2": [19, 37, 50], "\u03bd\u03ad\u03bf\u03c5": [12, 19, 33], "\u03bd\u03ad\u03bf\u03c5\u03c2": 42, "\u03bd\u03ad\u03c9\u03bd": [41, 82], "\u03bd\u03b1": [6, 7, 10, 14, 18, 19, 20, 21, 24, 25, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80, 81], "\u03bd\u03b1\u03b9": 26, "\u03bd\u03b5\u03cc\u03c4\u03b5\u03c1\u03b1": 44, "\u03bd\u03c9\u03c1\u03af\u03c4\u03b5\u03c1\u03b1": 41, "\u03be\u03b1\u03bd\u03ac": [12, 20, 21, 24, 26, 33, 41, 45, 50, 51], "\u03be\u03b5\u03ba\u03af\u03bd\u03b7\u03c3\u03b5": 35, "\u03be\u03b5\u03ba\u03b9\u03bd\u03ac": [7, 20], "\u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9": [12, 40], "\u03be\u03b5\u03c0\u03b5\u03c1\u03bd\u03bf\u03cd\u03bd": 24, "\u03be\u03b5\u03c7\u03ac\u03c3\u03c4\u03b5": 26, "\u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ac": [25, 41, 42], "\u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ae": 44, "\u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03cc": 82, "\u03bf": [6, 10, 13, 14, 18, 19, 20, 21, 24, 26, 28, 29, 33, 35, 37, 41, 42, 44, 46, 50, 81], "\u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9": [12, 19], "\u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2": 20, "\u03bf\u03b4\u03b7\u03b3\u03cc": [12, 19, 20, 47], "\u03bf\u03b8\u03cc\u03bd\u03b7": [14, 20, 42], "\u03bf\u03b8\u03cc\u03bd\u03b7\u03c2": 80, "\u03bf\u03b9": [7, 10, 18, 19, 20, 24, 26, 33, 35, 39, 41, 42, 44, 46, 50, 51, 81, 82], "\u03bf\u03bb\u03b1": 21, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7": [42, 51], "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af": [29, 41], "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5": 41, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5": 43, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": 45, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd": 28, "\u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5": [20, 45], "\u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03b7": 41, "\u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03b7\u03c2": 41, "\u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf": 41, "\u03bf\u03bc\u03ac\u03b4\u03b1": [20, 41, 43], "\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": [7, 80], "\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": [26, 33, 41, 44, 82], "\u03bf\u03bc\u03ac\u03b4\u03c9\u03bd": 42, "\u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ad\u03c2": 26, "\u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae\u03c2": 42, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03af\u03b1\u03c2": 28, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03ae": 35, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03ae\u03c2": 82, "\u03bf\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03b9\u03b1\u03ba\u03bf\u03cd\u03c2": 35, "\u03bf\u03bd\u03bf\u03bc\u03ac\u03c4\u03c9\u03bd": 37, "\u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2": 42, "\u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03b1": [26, 29], "\u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2": 20, "\u03bf\u03c0\u03bf\u03af\u03b1": [19, 20, 42, 48], "\u03bf\u03c0\u03bf\u03af\u03b5\u03c2": [41, 42, 44, 46], "\u03bf\u03c0\u03bf\u03af\u03bf": [26, 41, 47, 82], "\u03bf\u03c0\u03bf\u03af\u03bf\u03c2": 20, "\u03bf\u03c0\u03bf\u03af\u03bf\u03c5\u03c2": [35, 41], "\u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": [7, 19, 20, 41, 42, 44, 54], "\u03bf\u03c0\u03bf\u03b9\u03b5\u03c3\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": 42, "\u03bf\u03c0\u03bf\u03b9\u03bf\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": [19, 20, 24, 41, 54, 80], "\u03bf\u03c0\u03bf\u03b9\u03bf\u03bd\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": [20, 44], "\u03bf\u03c0\u03c4\u03b9\u03ba\u03ae": 80, "\u03bf\u03c0\u03cc\u03c4\u03b5": [19, 21, 26], "\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [33, 41, 44], "\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03ac\u03c2": 44, "\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": [10, 12, 24], "\u03bf\u03c1\u03af\u03bf\u03c5": 33, "\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": 41, "\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": [19, 26, 41, 42, 44, 48, 82], "\u03bf\u03c1\u03af\u03c3\u03c4\u03b5": [7, 20, 41, 42, 44], "\u03bf\u03c1\u03b1\u03c4\u03ac": [41, 42, 44], "\u03bf\u03c1\u03b1\u03c4\u03ad\u03c2": [35, 46], "\u03bf\u03c1\u03b1\u03c4\u03ae": [10, 41], "\u03bf\u03c1\u03b1\u03c4\u03cc": 47, "\u03bf\u03c1\u03b1\u03c4\u03cc\u03c2": 19, "\u03bf\u03c1\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1": 42, "\u03bf\u03c1\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 37, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2": 42, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2": 42, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03ce\u03bd": 42, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03b5\u03c4\u03b5": 42, "\u03bf\u03c1\u03b8\u03cc\u03c4\u03b7\u03c4\u03b1": 19, "\u03bf\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03b1\u03c2": 44, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": [10, 19, 41, 80], "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": [33, 35, 42, 44], "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": [19, 48], "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 44, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9": 41, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 31, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd": 19, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc": 19, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": [6, 35, 41, 81], "\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": [31, 40, 41, 44], "\u03bf\u03c4\u03b9\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5": 48, "\u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac": [28, 35], "\u03c0": [19, 20, 41, 47, 51], "\u03c0\u03ac\u03bb\u03b9": 39, "\u03c0\u03ac\u03bd\u03c4\u03b1": [7, 19, 20, 41], "\u03c0\u03ac\u03bd\u03c9": [19, 41, 44], "\u03c0\u03ac\u03c1\u03b5\u03b9": [41, 48], "\u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c2": 26, "\u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c5\u03c2": 26, "\u03c0\u03ac\u03c1\u03bf\u03c7\u03cc": 20, "\u03c0\u03ac\u03c3\u03b1": [19, 28, 41], "\u03c0\u03af\u03bd\u03b1\u03ba\u03b1": 20, "\u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2": 43, "\u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03bf": 6, "\u03c0\u03b1\u03ba\u03ad\u03c4\u03bf": [19, 43], "\u03c0\u03b1\u03ba\u03ad\u03c4\u03c9\u03bd": 7, "\u03c0\u03b1\u03bb\u03b1\u03b9\u03ac": 41, "\u03c0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03b1": [24, 33, 44], "\u03c0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2": [14, 20, 24, 28, 33, 39], "\u03c0\u03b1\u03bb\u03b9\u03ac": 26, "\u03c0\u03b1\u03bb\u03b9\u03cc": [12, 26], "\u03c0\u03b1\u03bb\u03b9\u03cc\u03c2": 12, "\u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03b1": 7, "\u03c0\u03b1\u03bd\u03bf\u03bc\u03bf\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf": 44, "\u03c0\u03b1\u03bd\u03bf\u03bc\u03bf\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf\u03b9": 26, "\u03c0\u03b1\u03bd\u03c4\u03bf\u03cd": 46, "\u03c0\u03b1\u03bd\u03cc": 26, "\u03c0\u03b1\u03c1\u03ac\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2": 81, "\u03c0\u03b1\u03c1\u03ac\u03b3\u03bf\u03c5\u03bd": 19, "\u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1": [19, 20, 26, 35, 41, 42, 44, 48, 80, 81], "\u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf": [7, 10, 20, 41, 44, 45, 50], "\u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7": 7, "\u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2": 7, "\u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b5\u03c2": 19, "\u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9": [7, 12, 19, 20, 41, 53], "\u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9": [41, 42], "\u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b5": 41, "\u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2": 26, "\u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bd": 7, "\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 43, "\u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": [6, 50, 51, 54, 82], "\u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1": 20, "\u03c0\u03b1\u03c1\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9": [41, 45], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03bc\u03c8\u03b5\u03b9": [24, 33], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03bc\u03c8\u03bf\u03c5\u03bd": 7, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9": [10, 19, 20, 26, 28, 35, 42, 51], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce": [20, 41, 42, 44], "\u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bc\u03c8\u03ad\u03c9\u03bd": 7, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5\u03c2": 12, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd": 12, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7": [18, 44, 80], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b5\u03c2": [35, 44], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7": [24, 35], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7\u03c2": [24, 28, 35, 44], "\u03c0\u03b1\u03c1\u03b1\u03bb\u03b5\u03af\u03c8\u03c4\u03b5": 20, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03bd\u03b5\u03b9": 19, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03bd\u03bf\u03c5\u03bd": 24, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd": 19, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03b9": 44, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03c4\u03b5": 20, "\u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03bf\u03c5\u03bd": 44, "\u03c0\u03b1\u03c1\u03b1\u03c0\u03ac\u03bd\u03c9": [19, 41, 47], "\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03ae\u03bd\u03b9\u03bf": 19, "\u03c0\u03b1\u03c1\u03b1\u03c3\u03c7\u03b5\u03b8\u03b5\u03af": 31, "\u03c0\u03b1\u03c1\u03b1\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9": 82, "\u03c0\u03b1\u03c1\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03b9": 10, "\u03c0\u03b1\u03c1\u03b5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 7, "\u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7": 44, "\u03c0\u03b1\u03c1\u03bf\u03bc\u03bf\u03af\u03c9\u03c2": 46, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1": 20, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": 20, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd": 19, "\u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03b5\u03af": 44, "\u03c0\u03b1\u03c1\u03bf\u03c7\u03ae": 20, "\u03c0\u03b1\u03c1\u03cc\u03bb\u03bf": 26, "\u03c0\u03b1\u03c1\u03cc\u03bc\u03bf\u03b9\u03b1": [19, 41, 44], "\u03c0\u03b1\u03c1\u03cc\u03bc\u03bf\u03b9\u03bf": [20, 40, 41], "\u03c0\u03b1\u03c1\u03cc\u03bd": [10, 19, 39, 41, 42], "\u03c0\u03b1\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2": 53, "\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9": 28, "\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 45, "\u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5": [20, 45], "\u03c0\u03b1\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf": 42, "\u03c0\u03b1\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2": 46, "\u03c0\u03b1\u03cd\u03c3\u03b5\u03b9": 19, "\u03c0\u03b1\u03cd\u03c3\u03b7": 19, "\u03c0\u03b5\u03b4\u03af\u03b1": [41, 44, 51], "\u03c0\u03b5\u03b4\u03af\u03bf": [19, 20, 28, 37, 42, 44, 47, 51], "\u03c0\u03b5\u03b4\u03af\u03bf\u03c5": 44, "\u03c0\u03b5\u03b9": [19, 44], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2": [7, 18, 41, 42], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7": [6, 7, 12, 13, 20, 31, 43, 45, 49, 51], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2": [7, 10, 12, 18, 19, 20, 50], "\u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd": 20, "\u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf": [19, 24, 33, 40, 41], "\u03c0\u03b5\u03c1\u03af\u03c0\u03bb\u03bf\u03ba\u03b7": 24, "\u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5": 33, "\u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7": [12, 26, 42], "\u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2": 7, "\u03c0\u03b5\u03c1\u03b1\u03b9\u03c4\u03ad\u03c1\u03c9": [10, 41, 44], "\u03c0\u03b5\u03c1\u03b1\u03c3\u03c4\u03b5\u03af": 20, "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9": [10, 12, 19, 42, 44], "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9": 44, "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03c5\u03bd": [19, 44], "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03ae\u03c2": [14, 20, 51], "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7": 20, "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2": [6, 7, 20, 35, 81], "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd": [20, 80], "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2": 10, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9": 41, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5": 41, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5\u03bd": 7, "\u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": 41, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5": 44, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 35, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf": [12, 20, 41, 80], "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03cc": 41, "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": 20, "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae": 12, "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2": [12, 20], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9": [10, 19, 42, 44], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd": [20, 82], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1": 6, "\u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03b9": [19, 44], "\u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c4\u03b5": [18, 39], "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [31, 42], "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03b6\u03bf\u03c5\u03bd": 20, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": [20, 41], "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 19, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 37, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": 6, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": 12, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae": [19, 41], "\u03c0\u03b5\u03c1\u03b9\u03c0\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": 48, "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1": [24, 41, 43, 44, 45, 50, 53], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2": [7, 12, 20, 24, 33, 42, 44, 48], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf": [39, 41], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03b9": 81, "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2": [18, 20], "\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd": 42, "\u03c0\u03b7\u03b3\u03ad\u03c2": 48, "\u03c0\u03b7\u03b3\u03b1\u03af\u03bf\u03c5": 14, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ad\u03c2": [41, 44], "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ae": 44, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03bf\u03af": 35, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03cc": 12, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03cc\u03c4\u03b1\u03c4\u03b1": [19, 20, 26, 44], "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ce\u03bd": 44, "\u03c0\u03b9\u03b8\u03b1\u03bd\u03ce\u03c2": 41, "\u03c0\u03b9\u03bf": [7, 18, 41], "\u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03b5\u03c4\u03b5": 41, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03ac": [20, 49], "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03bf\u03cd": 20, "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03cc": [20, 47], "\u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd": 20, "\u03c0\u03bb\u03ad\u03bf\u03bd": [41, 44], "\u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf": [28, 42, 46], "\u03c0\u03bb\u03ae\u03c1\u03b5\u03c2": [42, 50, 82], "\u03c0\u03bb\u03ae\u03c1\u03b7": 7, "\u03c0\u03bb\u03ae\u03c1\u03b7\u03c2": 41, "\u03c0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2": 26, "\u03c0\u03bb\u03ae\u03c1\u03c9\u03c2": [12, 80], "\u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03b1": 42, "\u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf": [7, 19, 20, 41, 44], "\u03c0\u03bb\u03b1\u03b9\u03c3\u03af\u03bf\u03c5": [12, 51], "\u03c0\u03bb\u03b1\u03ca\u03bd\u03ae": [20, 28, 35, 41, 42], "\u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2": [42, 50], "\u03c0\u03bb\u03b5\u03c5\u03c1\u03ac": [10, 20, 35, 49], "\u03c0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae": 80, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5": [20, 41, 47, 50, 81], "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": 6, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03b5\u03af\u03c4\u03b5": [14, 28], "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ce\u03bd\u03c4\u03b1\u03c2": [37, 44], "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b1": 20, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2": [12, 20, 33, 35, 41, 42], "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd": 50, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03cc\u03c1\u03b7\u03c3\u03b7\u03c2": 19, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03cd\u03bd": 42, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03cd\u03c4\u03b1\u03b9": 39, "\u03c0\u03bb\u03b7\u03c3\u03b9\u03ad\u03c3\u03c4\u03b5\u03c1\u03b7": 24, "\u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03ae\u03c2": 80, "\u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7": 6, "\u03c0\u03bb\u03bf\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5": [20, 35, 42, 44, 49, 51], "\u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03bf\u03c2": 50, "\u03c0\u03bf\u03b9\u03b1": [20, 41, 44, 45, 50], "\u03c0\u03bf\u03b9\u03b5\u03c2": [41, 42], "\u03c0\u03bf\u03b9\u03ba\u03b9\u03bb\u03af\u03b1": 81, "\u03c0\u03bf\u03b9\u03bf": 41, "\u03c0\u03bf\u03b9\u03bf\u03bd": 19, "\u03c0\u03bf\u03b9\u03bf\u03c2": [6, 35], "\u03c0\u03bf\u03b9\u03bf\u03c5\u03c2": [20, 50], "\u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1": 80, "\u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2": 7, "\u03c0\u03bf\u03bb\u03bb\u03ac": 80, "\u03c0\u03bf\u03bb\u03bb\u03ad\u03c2": 41, "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ac": 41, "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ad\u03c2": [19, 42], "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd": 35, "\u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2": [12, 19, 41], "\u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03b1": 42, "\u03c0\u03bf\u03bb\u03cd": [10, 41, 42, 44], "\u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac": 33, "\u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": 33, "\u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1": 12, "\u03c0\u03bf\u03c4\u03ad": [26, 39, 41], "\u03c0\u03bf\u03c5": [7, 10, 12, 14, 18, 19, 20, 24, 26, 28, 31, 33, 35, 37, 39, 41, 42, 43, 44, 45, 50, 51, 53, 80, 81, 82], "\u03c0\u03bf\u03cd": [35, 41], "\u03c0\u03c1\u03ac\u03b3\u03bc\u03b1": 19, "\u03c0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf": 19, "\u03c0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf\u03c2": 19, "\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9": [12, 19, 20, 26, 28, 41, 42, 44, 45, 46, 47, 48, 49, 51], "\u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [23, 30], "\u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 41, "\u03c0\u03c1\u03b9\u03bd": [7, 12, 18, 19, 20, 41], "\u03c0\u03c1\u03bf": [18, 19, 44], "\u03c0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5": 10, "\u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2": 37, "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac": [41, 45], "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2": 41, "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae": [26, 44], "\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc": [20, 40], "\u03c0\u03c1\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5": 20, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1": 80, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": [47, 80], "\u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae": [35, 41, 50], "\u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2": [42, 44], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1": [7, 54], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2": [6, 7, 20, 31, 35, 48], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [6, 20, 81], "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03c4\u03b5": 41, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 41, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 41, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ae": 13, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03b5\u03af": 41, "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [20, 44], "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [19, 26, 41], "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [19, 20], "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": [26, 44], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2": [35, 44], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7": [19, 26, 41], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf": [31, 41], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03b9": 44, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2": [14, 42, 82], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 44, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae": [10, 12, 24, 28, 31, 35, 41, 42, 44, 48], "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03bf\u03c0\u03ae\u03c3\u03b5\u03b9\u03c2": 26, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": 41, "\u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1\u03c2": 41, "\u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd": 18, "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03c5\u03bc\u03ad\u03bd\u03c9\u03c2": [44, 45], "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1": 51, "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7": 12, "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": [41, 50], "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5": 41, "\u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1": 41, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": [19, 44], "\u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 41, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03b5\u03af": 80, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03bf\u03cd\u03bd": 19, "\u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 80, "\u03c0\u03c1\u03bf\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": 35, "\u03c0\u03c1\u03bf\u03ba\u03cd\u03c0\u03c4\u03bf\u03c5\u03c3\u03b1": 48, "\u03c0\u03c1\u03bf\u03c2": [6, 10, 14, 19, 20, 29, 39, 41, 42, 44, 47, 51], "\u03c0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7": 20, "\u03c0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2": 20, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2": 19, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7": 44, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf": [19, 41, 80], "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd": 19, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 39, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": 12, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03b9": 24, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5": [19, 44], "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9": 20, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ac\u03c4\u03b5": [20, 28, 35], "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": 20, "\u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 20, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03b1": 41, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03bf": 35, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03bf\u03c2": [35, 41], "\u03c0\u03c1\u03bf\u03c3\u03b2\u03b1\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": 80, "\u03c0\u03c1\u03bf\u03c3\u03b2\u03b1\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 80, "\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03b9": 44, "\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5": 19, "\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 42, "\u03c0\u03c1\u03bf\u03c3\u03b5\u03ba\u03c4\u03b9\u03ba\u03bf\u03af": 12, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b1\u03c4\u03b5": 42, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5": [19, 20, 40, 41, 42, 50], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03bf\u03c5\u03bd": 41, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5": [7, 12, 20, 44], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03b5\u03b9": [41, 44], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03b5\u03c4\u03b5": [35, 41, 42], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03ac\u03c2": 41, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2": [7, 41], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7": [12, 20, 26, 28, 46, 47, 48, 50, 51], "\u03c0\u03c1\u03bf\u03c3\u03ba\u03b1\u03bb\u03b5\u03af": 42, "\u03c0\u03c1\u03bf\u03c3\u03ba\u03b5\u03ba\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9": 41, "\u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2": [42, 45], "\u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03c9\u03bd": [41, 42], "\u03c0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae": 10, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5": 48, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af": [10, 47], "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5": 14, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03bf\u03cd\u03bd": [26, 40], "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b5\u03bb\u03ac\u03c3\u03b5\u03b9": 42, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9": 24, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03af\u03b8\u03b5\u03c4\u03b1\u03b9": 24, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1": [35, 42], "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2": [26, 81], "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7": 53, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 20, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03cd\u03b5\u03b9": 12, "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03b5\u03af": [12, 44], "\u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd": [41, 42, 81], "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03b9": [7, 19, 41, 44], "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5": 41, "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5": 80, "\u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd": 41, "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ac": 24, "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2": [35, 82], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae": [20, 41], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc": [14, 20, 41, 44], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd": [50, 82], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ac": [12, 20, 33], "\u03c0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ae": 33, "\u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03b7\u03c2": 35, "\u03c0\u03c1\u03bf\u03c4\u03b1\u03b8\u03bf\u03cd\u03bd": 50, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03b5\u03b9": 44, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 44, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7": 44, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2": 20, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2": 44, "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ac\u03c4\u03b5": [20, 51], "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2": [44, 45, 80], "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd": [6, 81], "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7": 7, "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7\u03c2": 82, "\u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5": [19, 44], "\u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03c9\u03bd": 19, "\u03c0\u03c1\u03bf\u03c6\u03af\u03bb": [6, 41, 42], "\u03c0\u03c1\u03bf\u03c6\u03cd\u03bb\u03b1\u03be\u03b7": 44, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9": 44, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2": [41, 47, 51], "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7": [41, 44, 50], "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2": 44, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf": 41, "\u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 20, "\u03c0\u03c1\u03bf\u03c9\u03b8\u03b7\u03b8\u03b5\u03af": 41, "\u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03b8\u03ad\u03c3\u03b5\u03b9\u03c2": 42, "\u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5": 41, "\u03c0\u03c1\u03c9\u03c4\u03bf\u03ba\u03cc\u03bb\u03bb\u03bf\u03c5": 20, "\u03c0\u03c1\u03c9\u03c4\u03cc\u03ba\u03bf\u03bb\u03bb\u03b1": 50, "\u03c0\u03c1\u03c9\u03c4\u03cc\u03ba\u03bf\u03bb\u03bb\u03bf": [20, 47], "\u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1": 12, "\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac": 41, "\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1": [7, 12, 14, 20, 41, 51, 80], "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2": [45, 47, 50], "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [6, 14, 19, 21, 22, 26, 30, 31, 41, 42, 44, 45, 81, 82], "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2": [20, 35, 42, 45, 50, 51, 81], "\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b5\u03c2": 19, "\u03c0\u03c1\u03cc\u03c3\u03ba\u03b1\u03b9\u03c1\u03b1": 19, "\u03c0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7\u03c2": 41, "\u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2": [7, 18, 19], "\u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b7": 7, "\u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03bf\u03c5": 20, "\u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1": 19, "\u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf": [19, 41], "\u03c0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03cc": [41, 51], "\u03c0\u03c1\u03ce\u03c4\u03b1": [12, 39, 41, 44], "\u03c0\u03c1\u03ce\u03c4\u03b5\u03c2": 39, "\u03c0\u03c1\u03ce\u03c4\u03b7": [7, 26, 39, 41, 42], "\u03c0\u03c1\u03ce\u03c4\u03b7\u03c2": [42, 82], "\u03c0\u03c1\u03ce\u03c4\u03bf": [39, 41, 48], "\u03c0\u03c1\u03ce\u03c4\u03bf\u03c2": 81, "\u03c0\u03c4\u03ce\u03c3\u03b7": 35, "\u03c0\u03cc\u03c1\u03bf": [41, 48], "\u03c0\u03cc\u03c1\u03bf\u03b9": [41, 46], "\u03c0\u03cc\u03c1\u03bf\u03c2": [20, 41, 46, 48], "\u03c0\u03cc\u03c1\u03bf\u03c5\u03c2": [41, 42, 48], "\u03c0\u03cc\u03c1\u03c9\u03bd": 48, "\u03c0\u03cc\u03c3\u03b1": 41, "\u03c0\u03cc\u03c3\u03bf": [41, 44], "\u03c0\u03cc\u03c4\u03b5": [19, 41], "\u03c0\u03ce\u03c2": [20, 33, 42], "\u03c1\u03ac\u03b2\u03b4\u03c9\u03c3\u03b7": 41, "\u03c1\u03af\u03b6\u03b1": [20, 37], "\u03c1\u03af\u03b6\u03b1\u03c2": 20, "\u03c1\u03af\u03be\u03c4\u03b5": 47, "\u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": 48, "\u03c1\u03b9\u03b6\u03b9\u03ba\u03cc": [20, 35, 41], "\u03c1\u03bf\u03ae\u03c2": 82, "\u03c1\u03c5\u03b8\u03bc\u03af\u03b6\u03b5\u03b9": 41, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b1\u03c4\u03b5": 12, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9": [24, 41, 45], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": [7, 19, 20, 35, 41, 42, 45, 46, 47, 48, 51, 80, 82], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5": [19, 20, 41], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": [7, 10, 12, 40, 41, 44, 47, 51, 80, 82], "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b9\u03bc\u03b1": 35, "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 26, "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 19, "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af": [41, 44], "\u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 49, "\u03c1\u03c5\u03b8\u03bc\u03cc": 48, "\u03c1\u03c5\u03b8\u03bc\u03cc\u03c2": 41, "\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9": 50, "\u03c1\u03c9\u03c4\u03ae\u03c3\u03c4\u03b5": [21, 41, 44], "\u03c1\u03cc\u03bb\u03bf": 42, "\u03c1\u03cc\u03bb\u03bf\u03c2": 42, "\u03c1\u03cc\u03bb\u03c9\u03bd": 42, "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03ae": 45, "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7": [6, 35, 43, 45, 48], "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2": 19, "\u03c3\u03ac\u03c2": [28, 35], "\u03c3\u03ae\u03bc\u03b1": 10, "\u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7": [37, 39], "\u03c3\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": 10, "\u03c3\u03ae\u03c1\u03b1\u03b3\u03b3\u03b1\u03c2": 20, "\u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9": 12, "\u03c3\u03b1\u03bd": 81, "\u03c3\u03b1\u03c1\u03c9\u03b8\u03b5\u03af": 81, "\u03c3\u03b1\u03c1\u03ce\u03bd\u03b5\u03b9": 12, "\u03c3\u03b1\u03c1\u03ce\u03c3\u03c4\u03b5": 81, "\u03c3\u03b1\u03c2": [6, 7, 10, 12, 14, 20, 21, 24, 25, 26, 28, 31, 33, 40, 43, 45, 47, 48, 50, 51, 53, 80, 81], "\u03c3\u03b5": [10, 12, 19, 22, 24, 28, 29, 30, 31, 33, 35, 39, 40, 44, 48, 50, 51, 53, 80, 81, 82], "\u03c3\u03b5\u03bb\u03af\u03b4\u03b1": [7, 14, 26, 28, 29, 35, 41, 80, 82], "\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2": 41, "\u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2": 41, "\u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03b1": [10, 44], "\u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03bf": [24, 26], "\u03c3\u03b5\u03bd\u03b1\u03c1\u03af\u03bf\u03c5": 44, "\u03c3\u03b7\u03bc\u03ac\u03b4\u03b9": [19, 41], "\u03c3\u03b7\u03bc\u03ac\u03bd\u03c3\u03b5\u03b9\u03c2": 24, "\u03c3\u03b7\u03bc\u03b1\u03af\u03b1": 44, "\u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9": [19, 20, 44], "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac": 44, "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2": 20, "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ae": 12, "\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc": 44, "\u03c3\u03b7\u03bc\u03b1\u03c3\u03af\u03b1": 44, "\u03c3\u03b7\u03bc\u03b5\u03af\u03bf": [20, 44], "\u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7": 35, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03c9\u03b8\u03b5\u03af": 44, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03c9\u03c3\u03b7": 51, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 19, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [19, 44], "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b1\u03c4\u03b5": 44, "\u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03c4\u03b5": 42, "\u03c3\u03b9\u03c9\u03c0\u03b7\u03c1\u03ae": 7, "\u03c3\u03ba\u03bb\u03b7\u03c1\u03bf\u03cd": 20, "\u03c3\u03ba\u03bb\u03b7\u03c1\u03cc": 41, "\u03c3\u03ba\u03bf\u03c0\u03b5\u03cd\u03b5\u03c4\u03b5": [20, 41], "\u03c3\u03ba\u03bf\u03c0\u03bf\u03cd\u03c2": 40, "\u03c3\u03ba\u03bf\u03c0\u03cc\u03c2": 26, "\u03c3\u03ba\u03bf\u03cd\u03c1\u03bf": 80, "\u03c3\u03ba\u03cc\u03c0\u03b9\u03bc\u03b1": 12, "\u03c3\u03c0\u03af\u03c4\u03b9": [41, 48, 53], "\u03c3\u03c0\u03b9\u03c4\u03b9\u03bf\u03cd": 53, "\u03c3\u03c4\u03ad\u03bb\u03bd\u03b5\u03c4\u03b5": 45, "\u03c3\u03c4\u03ad\u03bb\u03bd\u03bf\u03c5\u03bd": 20, "\u03c3\u03c4\u03b1": [19, 20, 21, 24, 26, 33, 39, 41, 44, 45, 51], "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ae": 18, "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ae\u03c2": 18, "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd": [22, 30], "\u03c3\u03c4\u03b1\u03bb\u03b5\u03af": 10, "\u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03c3\u03c4\u03b1\u03c5\u03c1\u03bf\u03cd": 42, "\u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5": [29, 41], "\u03c3\u03c4\u03b7": [7, 10, 12, 14, 19, 26, 28, 33, 35, 37, 41, 42, 44, 45, 48, 51, 54, 82], "\u03c3\u03c4\u03b7\u03bd": [7, 10, 12, 14, 20, 24, 28, 33, 35, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 80], "\u03c3\u03c4\u03b9\u03b3\u03bc\u03ae": [19, 24, 28, 41], "\u03c3\u03c4\u03b9\u03c2": [18, 19, 20, 33, 35, 37, 41, 42, 44, 45, 46, 47, 48, 51, 80, 82], "\u03c3\u03c4\u03bf": [6, 7, 10, 14, 19, 20, 21, 24, 25, 28, 33, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 53, 80, 81], "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1": [51, 81], "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf": 33, "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd": 80, "\u03c3\u03c4\u03bf\u03bd": [10, 14, 19, 20, 24, 26, 28, 29, 31, 33, 35, 41, 42, 47, 50, 51, 53, 81], "\u03c3\u03c4\u03bf\u03c5\u03c2": [7, 20, 24, 35, 41, 44, 46, 49, 53], "\u03c3\u03c4\u03bf\u03c7\u03b5\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2": 37, "\u03c3\u03c4\u03bf\u03c7\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03c2": 44, "\u03c3\u03c4\u03c5\u03bb": 43, "\u03c3\u03c4\u03c5\u03bb\u03cc": 41, "\u03c3\u03c4\u03cc\u03c7\u03bf\u03b9": 35, "\u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2": 41, "\u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": 20, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1": 12, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7": [6, 39, 42, 44], "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf": [41, 44], "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf\u03b9": 41, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03b5\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": 41, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03bd\u03c4\u03c1\u03c9\u03c4\u03b9\u03ba\u03cc": 42, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03af\u03bd\u03b5\u03c4\u03b5": 10, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c5\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": 10, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2": [6, 13, 41], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03b5\u03b9": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": [19, 48], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03b5\u03c4\u03b5": 41, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [12, 20, 48, 53], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5": [14, 20, 41, 45, 50, 51, 53], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03bf\u03c5\u03bd": 48, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 19, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9": 20, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5": 19, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [6, 7, 10, 13, 14, 20, 51, 53], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc": [12, 19, 25, 42, 49, 50], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2": [6, 19, 22, 43], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03c4\u03b5\u03af": [19, 41, 50], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd": 19, "\u03c3\u03c5\u03b3\u03c7\u03c9\u03bd\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7": 42, "\u03c3\u03c5\u03b3\u03c7\u03c9\u03bd\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5": 42, "\u03c3\u03c5\u03b3\u03c7\u03ce\u03bd\u03b5\u03c5\u03c3\u03b7\u03c2": 42, "\u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7": 19, "\u03c3\u03c5\u03bb\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03b9": 41, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": 44, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1": 42, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 41, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd": 10, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ac": 41, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae": 53, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc": [41, 44], "\u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2": 12, "\u03c3\u03c5\u03bc\u03b2\u03b5\u03af": [12, 26], "\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b9\u03ba\u03cc\u03c2": 19, "\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03b9\u03ba\u03ce\u03bd": 12, "\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac": 19, "\u03c3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03cd\u03b5\u03b9": 26, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b5\u03c2": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03bf\u03c2": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03c9\u03bd": 41, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ad\u03c2": 82, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae": [41, 42], "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae\u03c2": [41, 42], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5": 41, "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5": [20, 44], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [20, 41], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03bf\u03c1\u03ac": [10, 19], "\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03bf\u03c1\u03ac\u03c2": 7, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7": 37, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af": 41, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1": 19, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7": 44, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2": 19, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5": [20, 44, 50], "\u03c3\u03c5\u03bc\u03c0\u03c4\u03c5\u03b3\u03bc\u03ad\u03bd\u03bf": 19, "\u03c3\u03c5\u03bc\u03c0\u03c4\u03c5\u03c7\u03b8\u03bf\u03cd\u03bd": 80, "\u03c3\u03c5\u03bd": 42, "\u03c3\u03c5\u03bd\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": 41, "\u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1": [7, 12, 19, 20, 26, 28, 41, 44, 50], "\u03c3\u03c5\u03bd\u03ad\u03c7\u03b9\u03c3\u03b7": 19, "\u03c3\u03c5\u03bd\u03ae\u03b8\u03b7": 26, "\u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2": [12, 19, 41, 47, 81], "\u03c3\u03c5\u03bd\u03b1\u03b4\u03ad\u03bb\u03c6\u03bf\u03c5\u03c2": 41, "\u03c3\u03c5\u03bd\u03b1\u03bd\u03c4\u03ac\u03c3\u03c4\u03b5": 41, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03b5\u03c3\u03c4\u03b5": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bd\u03c4\u03b1\u03b9": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03b9\u03c2": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5": 20, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c9\u03bd": 49, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5": [35, 41], "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2": [14, 19, 28], "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03c9\u03bd": [12, 35, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03b5\u03c2": [26, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03b7": [28, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03b9": [19, 41], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c2": [19, 46], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c5": 20, "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd": [6, 81], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af": 44, "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5": [20, 26, 51], "\u03c3\u03c5\u03bd\u03b4\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": 20, "\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ad\u03c2": [41, 45], "\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae": [41, 53], "\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2": 41, "\u03c3\u03c5\u03bd\u03b5\u03b4\u03c1\u03af\u03b1": 20, "\u03c3\u03c5\u03bd\u03b5\u03b4\u03c1\u03af\u03b1\u03c3\u03b7": 42, "\u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": 42, "\u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2": 35, "\u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03b9": [10, 19, 41], "\u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c4\u03b5": [44, 45], "\u03c3\u03c5\u03bd\u03b7\u03b8\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7": 41, "\u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b1": 41, "\u03c3\u03c5\u03bd\u03b8\u03ad\u03c4\u03b7\u03c2": 44, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac": 6, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": [6, 20, 82], "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2": 26, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 20, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03c4\u03b9\u03ba\u03cc": 26, "\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9": 20, "\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5": [20, 25, 44], "\u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae": 80, "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1": [40, 41, 44], "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2": [35, 40, 42], "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b5\u03c2": [35, 42], "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03b9\u03ce\u03bd": [41, 44], "\u03c3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae": 19, "\u03c3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2": 80, "\u03c3\u03c5\u03bd\u03c4\u03bf\u03bd\u03b9\u03c3\u03c4\u03ae": 42, "\u03c3\u03c5\u03bd\u03c4\u03bf\u03bd\u03b9\u03c3\u03c4\u03ae\u03c2": 42, "\u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7": 44, "\u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2": 44, "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2": [20, 41, 53, 54, 81], "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae": [6, 20, 45, 81], "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [6, 81], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": [7, 19, 20], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [7, 10, 20, 42, 44], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03cc\u03c2": 19, "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bd\u03bf\u03c5\u03bc\u03b5": 31, "\u03c3\u03c5\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03ac": 19, "\u03c3\u03c5\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": 19, "\u03c3\u03c5\u03c7\u03bd\u03ad\u03c2": [6, 13, 20], "\u03c3\u03c6\u03ac\u03bb\u03bc\u03b1": [19, 20, 44], "\u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1": [12, 18, 19], "\u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03bf\u03c2": [20, 44, 47], "\u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd": [7, 18], "\u03c3\u03c7\u03ae\u03bc\u03b1": 12, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03b1": 44, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 20, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": 80, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2": 41, "\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03c4\u03b5\u03af": [26, 80], "\u03c3\u03c7\u03b5\u03c4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": 19, "\u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac": [20, 24, 26, 41, 42, 44], "\u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2": 42, "\u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03cc": [10, 47], "\u03c3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5": 41, "\u03c3\u03c7\u03cc\u03bb\u03b9\u03bf": 41, "\u03c3\u03c9\u03c3\u03c4\u03ac": [20, 49], "\u03c3\u03c9\u03c3\u03c4\u03ae": 12, "\u03c3\u03c9\u03c3\u03c4\u03cc\u03c2": 81, "\u03c3\u03cd\u03b3\u03ba\u03c1\u03bf\u03c5\u03c3\u03b7": [10, 41], "\u03c3\u03cd\u03b3\u03ba\u03c1\u03bf\u03c5\u03c3\u03b7\u03c2": 10, "\u03c3\u03cd\u03b3\u03c7\u03c5\u03c3\u03b7": 10, "\u03c3\u03cd\u03bc\u03b2\u03bf\u03bb\u03bf": [19, 41, 42, 44], "\u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1": [39, 44], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae": 19, "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae\u03c2": [19, 26], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": [6, 12, 20, 48, 49, 50], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2": [12, 19, 20, 26, 44, 45, 80, 81, 82], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf": [20, 29, 41], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9": [35, 41, 44, 82], "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2": [19, 35, 41], "\u03c3\u03cd\u03bd\u03b8\u03b5\u03c4\u03bf\u03b9": 41, "\u03c3\u03cd\u03bd\u03bd\u03b5\u03c6\u03bf": [28, 35], "\u03c3\u03cd\u03bd\u03bf\u03bb\u03bf": 33, "\u03c3\u03cd\u03bd\u03bf\u03c8\u03b7\u03c2": 44, "\u03c3\u03cd\u03bd\u03c4\u03b1\u03be\u03ae": 19, "\u03c3\u03cd\u03bd\u03c4\u03b1\u03be\u03b7": [19, 20], "\u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1": 41, "\u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b7": 42, "\u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03bf": 40, "\u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03ac": [12, 21, 42], "\u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1": [7, 12, 20, 41, 44], "\u03c3\u03ce\u03bc\u03b1": 44, "\u03c3\u03ce\u03bc\u03b1\u03c4\u03b1": 44, "\u03c4\u03ad\u03bb\u03bf\u03c2": [20, 41, 44, 80], "\u03c4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2": 44, "\u03c4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7": 41, "\u03c4\u03ad\u03c4\u03bf\u03b9\u03bf": [26, 44], "\u03c4\u03af\u03c0\u03bf\u03c4\u03b1": 12, "\u03c4\u03af\u03c4\u03bb\u03bf": 41, "\u03c4\u03af\u03c4\u03bb\u03bf\u03c2": 41, "\u03c4\u03b1": [6, 7, 10, 12, 14, 19, 21, 24, 28, 29, 33, 35, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80], "\u03c4\u03b1\u03af\u03c1\u03b9\u03b1\u03b6\u03b5": 44, "\u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03b5\u03b9": [19, 44], "\u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd": [12, 19, 44], "\u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03be\u03b5\u03c4\u03b5": 80, "\u03c4\u03b1\u03ba\u03c4\u03ac": 12, "\u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac": 41, "\u03c4\u03b1\u03be\u03b9\u03b4\u03b5\u03cd\u03b5\u03c4\u03b5": 41, "\u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7": 44, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2": 81, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": [6, 50, 51, 54, 82], "\u03c4\u03b1\u03c7\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2": 42, "\u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1": 6, "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7": [20, 24, 33, 35, 37], "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2": 80, "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9": 25, "\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": [20, 80], "\u03c4\u03b5\u03bb\u03b5\u03af\u03b5\u03c2": 35, "\u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd": [41, 42], "\u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd\u03bf\u03c5\u03bd": 19, "\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ad\u03c2": 44, "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1": 18, "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf": [19, 46], "\u03c4\u03b5\u03bb\u03b9\u03ba\u03ac": [20, 41], "\u03c4\u03b5\u03c1\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 41, "\u03c4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7": 41, "\u03c4\u03b5\u03c4\u03c1\u03ac\u03b3\u03c9\u03bd\u03b1": 42, "\u03c4\u03b7": [7, 10, 14, 19, 21, 24, 26, 28, 29, 33, 35, 40, 41, 42, 44, 45, 47, 48, 50, 51, 53, 80, 82], "\u03c4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03cc": 81, "\u03c4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03af\u03b1\u03c2": 48, "\u03c4\u03b7\u03bb\u03b5\u03c6\u03ce\u03bd\u03bf\u03c5": 42, "\u03c4\u03b7\u03bd": [6, 7, 10, 12, 14, 18, 21, 24, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 51, 53, 80, 81], "\u03c4\u03b7\u03c2": [6, 7, 10, 18, 20, 26, 33, 35, 37, 40, 43, 45, 50, 80, 81, 82], "\u03c4\u03b9": [19, 41, 51], "\u03c4\u03b9\u03bc\u03ad\u03c2": 42, "\u03c4\u03b9\u03bc\u03ae": [7, 12, 20, 24, 42, 44], "\u03c4\u03b9\u03bc\u03ae\u03c2": 20, "\u03c4\u03b9\u03bc\u03ce\u03bd": 19, "\u03c4\u03b9\u03c2": [7, 10, 12, 18, 19, 20, 21, 24, 26, 31, 33, 35, 39, 41, 43, 44, 45, 46, 47, 48, 51, 54, 82], "\u03c4\u03bc\u03ae\u03bc\u03b1": 20, "\u03c4\u03bf": [7, 10, 14, 19, 22, 24, 25, 28, 29, 30, 31, 33, 35, 37, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 80, 81, 82], "\u03c4\u03bf\u03bc\u03ad\u03b1": 47, "\u03c4\u03bf\u03bd": [7, 10, 19, 20, 21, 25, 26, 29, 31, 35, 40, 41, 42, 44, 45, 47, 48, 50, 51, 53, 80, 81, 82], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ac": [19, 44], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2": 10, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ae": [10, 20], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03af": 42, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03cd": [14, 20], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03cd\u03c2": 53, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03cc": [10, 19, 20, 41], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03cc\u03c2": [14, 20], "\u03c4\u03bf\u03c0\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7": 20, "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1": [12, 41, 50], "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5": 19, "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03c4\u03b5": [44, 53], "\u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03b5\u03af\u03c4\u03b1\u03b9": 24, "\u03c4\u03bf\u03c5": [6, 7, 10, 12, 13, 21, 24, 25, 28, 29, 31, 33, 35, 37, 39, 41, 42, 45, 46, 47, 48, 49, 51, 53, 54, 81], "\u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd": 42, "\u03c4\u03bf\u03c5\u03c2": [7, 12, 18, 20, 24, 26, 31, 35, 40, 41, 42, 43, 44, 45, 46, 48, 53], "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd": 35, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1": 24, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b5\u03c2": 41, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03bf\u03c2": 44, "\u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1": [19, 20], "\u03c4\u03c1\u03af\u03b1": 44, "\u03c4\u03c1\u03af\u03c4\u03bf\u03c5": [12, 20, 26], "\u03c4\u03c1\u03af\u03c4\u03c9\u03bd": 41, "\u03c4\u03c1\u03b1\u03b2\u03ac\u03c4\u03b5": 41, "\u03c4\u03c1\u03b5\u03b9\u03c2": [19, 35, 44], "\u03c4\u03c1\u03b9\u03ce\u03bd": [41, 42], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [19, 20, 31], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": [12, 19], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": [10, 42], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [19, 42], "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03c4\u03c1\u03cc\u03c0\u03bf": [7, 10, 12, 19, 20, 26, 41, 44, 47], "\u03c4\u03c1\u03cc\u03c0\u03bf\u03b9": 45, "\u03c4\u03c1\u03cc\u03c0\u03bf\u03c2": [20, 26, 41, 42, 81], "\u03c4\u03c5\u03c0\u03b9\u03ba\u03ce\u03bd": 19, "\u03c4\u03c5\u03c7\u03b1\u03af\u03b1": 44, "\u03c4\u03c5\u03c7\u03b1\u03af\u03bf": 35, "\u03c4\u03c5\u03c7\u03cc\u03bd": [33, 80], "\u03c4\u03c9\u03bd": [6, 10, 12, 24, 26, 29, 31, 33, 40, 42, 44, 80, 81], "\u03c4\u03cc\u03c3\u03bf": [10, 20, 24, 44, 48, 49], "\u03c4\u03cc\u03c4\u03b5": [24, 26, 33, 41], "\u03c4\u03cd\u03c0\u03bf": [20, 47], "\u03c4\u03cd\u03c0\u03bf\u03c5": [7, 12, 19], "\u03c4\u03cd\u03c0\u03bf\u03c5\u03c2": 42, "\u03c4\u03ce\u03c1\u03b1": [10, 20, 29, 41, 44, 45, 46, 47, 48, 81], "\u03c5\u03b4\u03c1\u03cc\u03b3\u03b5\u03b9\u03bf\u03c5": 41, "\u03c5\u03bb\u03b9\u03ba\u03bf\u03cd": 6, "\u03c5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 20, "\u03c5\u03bb\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": 20, "\u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9": [7, 10, 12, 19, 26, 41, 42, 44], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03bd\u03c4\u03b1": [41, 44], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd": [19, 45], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b1": [12, 41], "\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b5\u03c2": 41, "\u03c5\u03c0\u03b1\u03c1\u03c7\u03bf\u03c5\u03c3\u03ce\u03bd": 41, "\u03c5\u03c0\u03b1\u03c1\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd": [12, 35, 41, 44], "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03b6\u03b5\u03b9": 44, "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": 41, "\u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 20, "\u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd": 33, "\u03c5\u03c0\u03b5\u03c1\u03b2\u03bf\u03cd\u03bd": [24, 39], "\u03c5\u03c0\u03b5\u03c1\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf\u03c5": 35, "\u03c5\u03c0\u03b5\u03c1\u03c7\u03b5\u03af\u03bb\u03b9\u03c3\u03b7\u03c2": 19, "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1": [20, 26], "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2": 47, "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2": [20, 26], "\u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd": [26, 53], "\u03c5\u03c0\u03bf\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1": 49, "\u03c5\u03c0\u03bf\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf": 20, "\u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae": 44, "\u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03b9": [19, 51], "\u03c5\u03c0\u03bf\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf": 20, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03b9": 24, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 33, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [24, 33], "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2": 41, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ad\u03c2": 7, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae": [10, 20, 24, 25, 53, 82], "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2": [20, 46], "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd": [22, 30], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7": [19, 42, 46], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2": 19, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9": [20, 41, 42, 44, 49, 50, 81], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 44, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [50, 53], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2": 41, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd": [20, 42], "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1": 44, "\u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2": [41, 44], "\u03c5\u03c0\u03bf\u03c3\u03c5\u03bc\u03b2\u03bf\u03bb\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2": 44, "\u03c5\u03c0\u03bf\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2": 12, "\u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc": 45, "\u03c5\u03c0\u03cc": 80, "\u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf": 20, "\u03c5\u03c0\u03cc\u03bc\u03bd\u03b7\u03bc\u03b1": 41, "\u03c5\u03c0\u03cc\u03c8\u03b7": [20, 41, 44], "\u03c5\u03c8\u03b7\u03bb\u03ae\u03c2": 80, "\u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7": 12, "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf": [19, 20, 24, 28, 29, 33, 35, 37, 41, 42, 47, 50], "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9": [44, 50], "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2": [12, 14, 19, 24, 35, 42, 44, 50, 82], "\u03c6\u03af\u03bb\u03bf\u03c5\u03c2": 41, "\u03c6\u03af\u03bb\u03c4\u03c1\u03b1": 44, "\u03c6\u03af\u03bb\u03c4\u03c1\u03c9\u03bd": 44, "\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5": [14, 19, 35, 37, 42, 50], "\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2": [14, 26, 28, 35, 37, 41, 42, 44, 45, 50, 53], "\u03c6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd": [19, 26, 35, 50], "\u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 20, "\u03c6\u03bf\u03c1\u03ac": [12, 20, 24, 26, 35, 39, 41, 42], "\u03c6\u03bf\u03c1\u03ad\u03c2": [19, 41], "\u03c6\u03bf\u03c1\u03b7\u03c4\u03ae": 20, "\u03c6\u03c4\u03ac\u03bd\u03b5\u03c4\u03b5": 42, "\u03c6\u03c4\u03ac\u03c3\u03b5\u03b9": 44, "\u03c6\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5": [20, 80], "\u03c6\u03c5\u03c3\u03b9\u03ba\u03ac": 42, "\u03c6\u03c5\u03c3\u03b9\u03ba\u03cc": 81, "\u03c6\u03c5\u03c3\u03b9\u03ba\u03ce\u03bd": 20, "\u03c6\u03c9\u03bb\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2": 12, "\u03c6\u03c9\u03c4\u03b5\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1": 80, "\u03c6\u03cc\u03bd\u03c4\u03bf\u03c5": 80, "\u03c6\u03cc\u03c1\u03bc\u03b1": [28, 44], "\u03c6\u03cc\u03c1\u03bc\u03b1\u03c2": 28, "\u03c6\u03cc\u03c1\u03c4\u03bf": 44, "\u03c7": [19, 20, 41, 47, 51], "\u03c7\u03ac\u03c3\u03b5\u03b9": 19, "\u03c7\u03ac\u03c3\u03b5\u03c4\u03b5": 26, "\u03c7\u03b1\u03b8\u03b5\u03af": 41, "\u03c7\u03b1\u03bb\u03b1\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5": 80, "\u03c7\u03b1\u03bc\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b1": 42, "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1": [19, 44], "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2": 19, "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03c9\u03bd": [19, 44], "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac": 50, "\u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc": 42, "\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae": 12, "\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b5\u03af": 44, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1": [12, 20, 24, 29, 39, 42, 44, 45], "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7": 7, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7\u03c2": 7, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf": 48, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03c9\u03bd": 7, "\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5": 45, "\u03c7\u03bf\u03c1\u03b7\u03b3\u03ae\u03c3\u03c4\u03b5": 45, "\u03c7\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2": 26, "\u03c7\u03c1\u03ae\u03c3\u03b7": [6, 13, 20, 25, 28, 29, 33, 35, 43, 54, 82], "\u03c7\u03c1\u03ae\u03c3\u03b7\u03c2": [7, 19, 20, 24, 26, 28, 33, 35, 48, 53], "\u03c7\u03c1\u03ae\u03c3\u03b9\u03bc\u03bf": [20, 31, 33, 41], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2": [7, 10, 18, 19, 20, 24, 26, 28, 31, 33, 41, 42, 44, 82], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [6, 10, 20, 28, 35, 37, 39, 40, 42, 44, 45, 47, 49, 50, 51, 82], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b71": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b72": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b73": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2": [20, 26, 37, 41, 42, 44, 82], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c21": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c22": 24, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c23": 24, "\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5": [31, 50], "\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": [7, 10, 48, 51], "\u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9": [26, 44], "\u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af": [12, 20, 26, 44], "\u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5": [12, 20], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9": [26, 47], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": [12, 19, 20, 25, 26, 41, 42, 44, 54, 81], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b9\u03bc\u03bf": 19, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5": 41, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5": [7, 19, 20, 28], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af": [7, 12, 19, 20, 26, 39, 44, 50], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9": [20, 80], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5": [12, 20, 26, 48], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": [20, 41, 51], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd": 42, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2": 19, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5": 12, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7": 41, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf": [19, 44], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd": [7, 19, 20, 44, 53], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 40, "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": [7, 22, 29, 30, 40, 41, 42, 44, 45, 51, 53], "\u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd": [26, 33, 44], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ac": [12, 26], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2": [24, 41], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae": [37, 39, 41], "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae\u03c2": 41, "\u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc": [20, 44], "\u03c7\u03c1\u03bf\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ac": 44, "\u03c7\u03c1\u03cc\u03bd\u03bf": [19, 41, 44, 48], "\u03c7\u03c1\u03cc\u03bd\u03bf\u03c2": 41, "\u03c7\u03c1\u03ce\u03bc\u03b1": [41, 44, 80], "\u03c7\u03c9\u03c1\u03af\u03c2": [12, 19, 20, 35, 39, 41], "\u03c7\u03ce\u03c1\u03b1": [41, 42], "\u03c7\u03ce\u03c1\u03bf": [20, 41], "\u03c7\u03ce\u03c1\u03bf\u03c2": [19, 42], "\u03c7\u03ce\u03c1\u03bf\u03c5": [24, 33, 39], "\u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03b1": 44, "\u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf": 44, "\u03c8\u03b7\u03c6\u03af\u03c9\u03bd": 35, "\u03c9\u03c2": [19, 20, 26, 28, 35, 41, 42, 44, 45, 46, 47, 48, 80, 82], "\u03c9\u03c3\u03c4\u03cc\u03c3\u03bf": [7, 10, 12, 19, 26, 41, 44], "\u03cc": 51, "\u03cc\u03bb\u03b1": [12, 14, 18, 20, 26, 33, 37, 42, 45, 50, 51, 53], "\u03cc\u03bb\u03b5\u03c2": [20, 35, 41, 42], "\u03cc\u03bb\u03b7": [19, 20], "\u03cc\u03bb\u03bf": 41, "\u03cc\u03bb\u03bf\u03b9": [41, 46], "\u03cc\u03bb\u03bf\u03c5\u03c2": [12, 35, 41, 42, 44, 53], "\u03cc\u03bb\u03c9\u03bd": [20, 26, 42], "\u03cc\u03bd\u03bf\u03bc\u03ac": [10, 37], "\u03cc\u03bd\u03bf\u03bc\u03b1": [19, 20, 28, 35, 37, 39, 41, 42, 45, 47, 48, 49, 50, 51, 82], "\u03cc\u03c0\u03bf\u03c5": [7, 10, 19, 37, 41, 42, 45], "\u03cc\u03c0\u03c9\u03c2": [7, 12, 19, 20, 24, 33, 41, 42, 44, 47, 81, 82], "\u03cc\u03c1\u03b9\u03b1": [24, 26, 31, 33], "\u03cc\u03c1\u03b9\u03bf": [12, 20, 24, 30, 31, 32, 39, 41, 44, 82], "\u03cc\u03c1\u03b9\u03c3\u03b5": 41, "\u03cc\u03c1\u03b9\u03cc": 33, "\u03cc\u03c1\u03bf": [41, 46], "\u03cc\u03c3\u03bf": [10, 20, 24, 44, 48, 49], "\u03cc\u03c4\u03b1\u03bd": [7, 10, 14, 19, 20, 26, 28, 29, 33, 39, 40, 41, 42, 44, 45, 48], "\u03cc\u03c4\u03b9": [7, 10, 19, 20, 24, 41, 42, 44, 47, 49, 51, 81], "\u03cc\u03c4\u03bf\u03c5": [24, 39], "\u03cc\u03c7\u03b9": [24, 26, 44], "\u03ce\u03c1\u03b1": [39, 41, 44], "\u03ce\u03c1\u03b1\u03c2": 41, "\u03ce\u03c1\u03b5\u03c2": [12, 39], "\u03ce\u03c1\u03b9\u03bc\u03bf\u03c2": 50, "\u03ce\u03c3\u03c4\u03b5": [10, 12, 20, 41, 48]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "\u039f \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2", "Using the Command-Line Client", "Configuration File", "\u03a3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2", "Environment Variables", "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", "Desktop Client", "\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "\u039a\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd", "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 Nextcloud \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd", "Using server-side encryption", "Using external storage", "Using federation shares", "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2", "\u039c\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd", "Managing your files", "\u038c\u03c1\u03b9\u03bf \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd", "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0395\u03c0\u03b1\u03c6\u03ad\u03c2", "Groupware", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u0391\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Android", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 GNOME", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 iOS", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 KDE Kontact", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 macOS", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Thunderbird", "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03b5 Windows 10", "Migrate data between instances", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 Nextcloud |\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7|", "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b4\u03cd\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd", "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "4": 69, "For": 77, "The": 83, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": 44, "action": [15, 44], "activ": [0, 21], "ad": [27, 38], "add": 44, "address": 44, "advanc": 44, "ai": 1, "alia": [15, 44], "all": 78, "an": [5, 38, 70, 72, 78], "android": 45, "anoth": 44, "app": [0, 75], "appear": 55, "archiv": 69, "assign": 36, "assist": 1, "attach": 56, "audio": 60, "autom": 44, "backend": 27, "background": 60, "ban": 69, "between": 52, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "calendar": [41, 44, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "client": [8, 13, 60], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "configur": [9, 15, 58], "conflict": 15, "connect": 21, "consent": 62, "contact": 42, "context": 15, "control": 60, "convers": [55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [69, 83], "data": 52, "debug": 15, "deck": 75, "deleg": [41, 44], "desktop": [13, 60], "detail": 21, "detect": 27, "devic": 38, "disk": 11, "displai": 38, "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "dure": 60, "e2e": 38, "edit": [41, 76], "email": [0, 28, 72], "emoji": 66, "enabl": 38, "encrypt": [26, 34, 38], "end": 38, "environ": 11, "event": 59, "everyon": 5, "exampl": 8, "exclud": 8, "expir": 69, "extens": 15, "extern": 27, "factor": 81, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 15, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filter": [0, 21, 69], "finder": 15, "first": [2, 5], "folder": [38, 44], "frequenc": 0, "from": [27, 59, 71, 75], "full": [60, 72], "gener": 17, "get": 2, "gnome": 46, "grid": [21, 65], "group": [26, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "histori": 1, "how": 5, "i": 26, "ic": 41, "immedi": 60, "indic": 15, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [21, 83], "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "join": [60, 72], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "known": 15, "kontact": 48, "layout": 65, "level": [15, 36], "line": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 55, 60], "live": 64, "lobbi": 79, "lock": 15, "log": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "manag": [32, 36, 41, 58, 62, 69], "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "menu": 15, "messag": [55, 66, 69, 75, 76], "microsoft": 20, "migrat": 52, "mnemon": 38, "mobil": 60, "mode": 44, "moder": 77, "more": 66, "nativ": 44, "nautilu": 20, "navig": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 69], "onboard": 5, "one": 69, "open": 78, "option": 16, "other": 72, "our": 5, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "particip": [60, 69], "person": 1, "phish": 44, "picker": [1, 66], "pin": 76, "poll": 56, "possibl": 26, "privaci": 69, "privat": 69, "profil": 83, "progress": 41, "project": 5, "propos": 41, "provid": 15, "quick": 44, "rais": 60, "reaction": 60, "record": [60, 62], "recoveri": [26, 81], "refresh": 44, "remind": 76, "repli": 66, "respond": 41, "room": [58, 60], "rss": 0, "run": 1, "schedul": [59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": 34, "self": 69, "send": [44, 66, 70], "server": [14, 26, 44], "set": [0, 1, 60, 72, 76, 83], "setup": 14, "share": [15, 21, 23, 26, 27, 28, 35, 41, 44, 56, 63, 72, 75], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 66], "sort": 44, "space": 11, "speaker": 65, "start": [2, 60, 72], "statu": 15, "step": [2, 5], "storag": 27, "stream": 0, "subfold": 44, "summari": [0, 66], "support": [14, 15, 27], "sync": 15, "system": 36, "tag": 36, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": 5, "templat": 5, "thread": 76, "thunderbird": 50, "tlsv1": 51, "togeth": 5, "transcript": 64, "transfer": 37, "translat": 64, "troubleshoot": [15, 51], "unifi": [44, 83], "uninstal": 17, "up": [44, 60], "upload": 21, "us": [0, 2, 8, 15, 21, 26, 27, 28, 38, 44, 66], "usag": 8, "variabl": 11, "version": 14, "via": 28, "video": 60, "view": [0, 21, 41, 55, 65, 78], "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "you": 81, "your": [0, 5, 21, 22, 27, 32, 69, 81], "\u03ac\u03bb\u03bb\u03bf\u03b9": 35, "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7": 53, "\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2": 39, "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf": 81, "\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2": [39, 41], "\u03ad\u03bd\u03b1": 44, "\u03ad\u03be\u03c5\u03c0\u03bd\u03b5\u03c2": 44, "\u03ad\u03c7\u03bf\u03c5\u03bd": 12, "\u03ae": [21, 26, 41, 42], "\u03ae\u03b8\u03b5\u03bb\u03b1": 12, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1\u03c2": 41, "\u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03c9\u03bd": 41, "\u03b1\u03b3\u03bd\u03bf\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd": 19, "\u03b1\u03ba\u03cc\u03bc\u03b1": 12, "\u03b1\u03bb\u03bb\u03ac\u03be\u03c9": 12, "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2": [12, 54], "\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae": [26, 44], "\u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2": 44, "\u03b1\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7": [41, 44], "\u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2": 26, "\u03b1\u03bd\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1": 10, "\u03b1\u03bd\u03af\u03c7\u03bd\u03b5\u03c5\u03c3\u03b7": 44, "\u03b1\u03bd\u03b1\u03b2\u03bf\u03bb\u03ae": 44, "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2": 44, "\u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2": 21, "\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac": 44, "\u03b1\u03bd\u03b5\u03c0\u03b9\u03b8\u03cd\u03bc\u03b7\u03c4\u03c9\u03bd": 44, "\u03b1\u03bd\u03c4\u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2": 80, "\u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae": 41, "\u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1": 42, "\u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03ce\u03c0\u03b9\u03c3\u03b7": 49, "\u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7": 20, "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03c9\u03bd": 29, "\u03b1\u03be\u03b9\u03cc\u03c0\u03b9\u03c3\u03c4\u03b1": 12, "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7": [20, 41], "\u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [14, 83], "\u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": 44, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ad\u03c2": 44, "\u03b1\u03c0\u03b1\u03bd\u03c4\u03b7\u03c4\u03ae\u03c2": 44, "\u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5": 41, "\u03b1\u03c0\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": 44, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": 26, "\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 26, "\u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2": 33, "\u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc": 24, "\u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": [41, 44], "\u03b1\u03c0\u03bf\u03c4\u03c1\u03bf\u03c0\u03ae": 7, "\u03b1\u03c0\u03bf\u03c5\u03c3\u03af\u03b1\u03c2": 40, "\u03b1\u03c0\u03cc": [12, 19, 44], "\u03b1\u03c1\u03b3\u03b9\u03ce\u03bd": 41, "\u03b1\u03c1\u03c7\u03b5\u03af\u03b1": [12, 20, 24, 26, 30, 45], "\u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd": [19, 20, 21, 24, 26, 29, 31], "\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1": 44, "\u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7": 41, "\u03b1\u03c5\u03c4\u03cc": 26, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7": 44, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03b9": 44, "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2": [7, 44], "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03c9\u03bd": 7, "\u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7": 42, "\u03b2\u03af\u03bd\u03c4\u03b5\u03bf": 21, "\u03b2\u03b1\u03b8\u03cd\u03c4\u03b5\u03c1\u03b1": 12, "\u03b2\u03b1\u03c3\u03b9\u03ba\u03ae": 7, "\u03b2\u03b9\u03b2\u03bb\u03af\u03bf": 82, "\u03b3\u03b5\u03bd\u03b5\u03b8\u03bb\u03af\u03c9\u03bd": 41, "\u03b3\u03b5\u03bd\u03b9\u03ba\u03ce\u03bd": 19, "\u03b3\u03b9\u03b1": [41, 44, 45, 54], "\u03b3\u03bb\u03ce\u03c3\u03c3\u03b1": 12, "\u03b3\u03bd\u03c9\u03c3\u03c4\u03ac": 20, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae": 20, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2": 19, "\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03ba\u03b9\u03b2\u03ce\u03c4\u03b9\u03bf": 44, "\u03b4\u03af\u03c3\u03ba\u03bf\u03c5": 20, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1": 82, "\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": 82, "\u03b4\u03b5\u03b9": 82, "\u03b4\u03b5\u03bd": [12, 26], "\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": [20, 41, 42, 44], "\u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7": 41, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1\u03c2": 35, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2": 20, "\u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03bf\u03c5\u03c2": 35, "\u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2": 44, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5": 44, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd": 24, "\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae": [39, 41, 44], "\u03b4\u03b9\u03b1\u03b8\u03b5\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1": 41, "\u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae": 12, "\u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac": 81, "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7": 81, "\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2": 41, "\u03b4\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1": 41, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7": [24, 41, 42, 44, 54], "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9": 24, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae": 19, "\u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2": 20, "\u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae\u03c2": 12, "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2": 44, "\u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd": [42, 82], "\u03b4\u03b9\u03ba\u03ae\u03c2": 29, "\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5": 19, "\u03b4\u03b9\u03c0\u03bb\u03cc\u03c4\u03c5\u03c0\u03c9\u03bd": 42, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd": 26, "\u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1": 12, "\u03b4\u03cd\u03bf": 81, "\u03b5\u03af\u03bd\u03b1\u03b9": 26, "\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae": 41, "\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": 14, "\u03b5\u03b3\u03c7\u03b5\u03b9\u03c1\u03b9\u03b4\u03af\u03bf\u03c5": 53, "\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": 45, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1": 19, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf": 19, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd": 21, "\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd": 42, "\u03b5\u03b9\u03ba\u03cc\u03bd\u03b1": 42, "\u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae": [41, 42, 53], "\u03b5\u03b9\u03c3\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 44, "\u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd": 39, "\u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5": [21, 44, 81], "\u03b5\u03bb\u03b1\u03c7\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 44, "\u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2": 44, "\u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae": 50, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 44, "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5": 12, "\u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2": 18, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03c4\u03ae\u03c2": 7, "\u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd": 7, "\u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7": 44, "\u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd": 20, "\u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7": 81, "\u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae": 41, "\u03b5\u03be\u03b5\u03c1\u03b5\u03cd\u03bd\u03b7\u03c3\u03b7": 20, "\u03b5\u03be\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1": 44, "\u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03b9": 20, "\u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2": 41, "\u03b5\u03c0\u03b1\u03c6\u03ad\u03c2": [42, 45, 47, 50, 51], "\u03b5\u03c0\u03b1\u03c6\u03ae\u03c2": 42, "\u03b5\u03c0\u03b1\u03c6\u03ce\u03bd": [42, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [12, 41, 42, 44], "\u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae": 19, "\u03b5\u03c0\u03b9\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2": 19, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2": 42, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae": 21, "\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd": 41, "\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": 10, "\u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1": [19, 46], "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7": 26, "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1": [26, 41], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2": [7, 19, 41, 44, 46], "\u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd": 19, "\u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2": [12, 26], "\u03b5\u03c3\u03c4\u03af\u03b1\u03c3\u03b7": 80, "\u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2": [35, 44], "\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2": 44, "\u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd": 44, "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae": [24, 45], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2": [41, 42, 44], "\u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd": 81, "\u03b6\u03b7\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1": 81, "\u03b7": [12, 24, 26], "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd": 41, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1": 50, "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf": [41, 45, 47, 51], "\u03b8\u03ad\u03bb\u03c9": 12, "\u03b8\u03ad\u03bc\u03b1\u03c4\u03b1": 80, "\u03b8\u03b1": 12, "\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd": 26, "\u03ba\u03ac\u03b4\u03bf\u03c2": 41, "\u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae": 80, "\u03ba\u03b1\u03b9": [12, 20, 25, 30, 35, 41, 42, 44, 45, 54, 80], "\u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1": 18, "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7": 41, "\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2": [19, 21], "\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5": 44, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ac": 45, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2": 25, "\u03ba\u03b9\u03bd\u03b7\u03c4\u03ce\u03bd": [20, 25], "\u03ba\u03bb\u03b5\u03b9\u03b4\u03af": 26, "\u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd": 26, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 41, "\u03ba\u03bb\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf": 41, "\u03ba\u03bf\u03b9\u03bd\u03ad\u03c2": 20, "\u03ba\u03bf\u03b9\u03bd\u03ae": [21, 26], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": [19, 41, 82], "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2": 35, "\u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1": 42, "\u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b1": 24, "\u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7": 41, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1": 26, "\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd": 26, "\u03bb\u03af\u03c3\u03c4\u03b1": 44, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1": 44, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af": 12, "\u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae": 44, "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd": [19, 44], "\u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03ce\u03bd": [19, 49], "\u03bb\u03cd\u03c3\u03b7": 20, "\u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2": 50, "\u03bc\u03ad\u03c3\u03c9": [20, 80], "\u03bc\u03ae\u03bd\u03c5\u03bc\u03b1": 44, "\u03bc\u03b5": [20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 81], "\u03bc\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2": 31, "\u03bc\u03b5\u03bb\u03ce\u03bd": 42, "\u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7": 44, "\u03bc\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7": [21, 44], "\u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03c9": 12, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03b5\u03c1\u03b8\u03b5\u03af": 26, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9": 12, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": 31, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd": 29, "\u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7": 29, "\u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd": [40, 44], "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1": 44, "\u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2": 44, "\u03bc\u03b9\u03b1": [12, 26, 44], "\u03bc\u03b9\u03b1\u03c2": 39, "\u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd": 20, "\u03bc\u03bf\u03bd\u03c4\u03ac\u03bb\u03bf\u03c5": 44, "\u03bc\u03bf\u03c5": 12, "\u03bc\u03c0\u03bb\u03bf\u03ba": 44, "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af": [26, 82], "\u03bc\u03cc\u03bd\u03bf": 50, "\u03bd\u03ad\u03bf": 44, "\u03bd\u03ad\u03bf\u03c5": [41, 44], "\u03bd\u03ad\u03c9\u03bd": 19, "\u03bd\u03b1": [12, 26, 44, 82], "\u03bf": [7, 12], "\u03bf\u03b9": 12, "\u03bf\u03bc\u03ac\u03b4\u03b1": 42, "\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2": 42, "\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2": [35, 42], "\u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c3\u03af\u03b1": 39, "\u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03c4\u03b5": 42, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 12, "\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": [19, 82], "\u03c0\u03af\u03bd\u03b1\u03ba\u03b1": 44, "\u03c0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2": 6, "\u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03bf": 82, "\u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1": 10, "\u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf": 19, "\u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd": 81, "\u03c0\u03b1\u03c1\u03b1\u03b8\u03cd\u03c1\u03bf\u03c5": 19, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9": 12, "\u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2": 44, "\u03c0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b7": 44, "\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03ae\u03bd\u03b9\u03bf": 26, "\u03c0\u03b5\u03b9\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 10, "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2": [20, 25], "\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7": [19, 81], "\u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2": [54, 83], "\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1": 7, "\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd": [6, 44], "\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1": 80, "\u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2": 82, "\u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5": 80, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2": 44, "\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd": 42, "\u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7": 80, "\u03c0\u03bf\u03b9\u03bf\u03c2": 82, "\u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd": 42, "\u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2": 24, "\u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 29, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1": 20, "\u03c0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd": 49, "\u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae": 44, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2": 83, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd": 54, "\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1": 44, "\u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7": 12, "\u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7": 21, "\u03c0\u03c1\u03bf\u03c2": 81, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5": 44, "\u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7": [19, 35, 41, 42, 44], "\u03c0\u03c1\u03bf\u03c3\u03b8\u03b7\u03ba\u03ce\u03bd": 20, "\u03c0\u03c1\u03bf\u03c3\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2": 41, "\u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af\u03c4\u03b5": 12, "\u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 44, "\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03ce\u03bd": 82, "\u03c0\u03c1\u03bf\u03c6\u03af\u03bb": 82, "\u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1": 20, "\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1": 21, "\u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7": [20, 35, 80], "\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5": 50, "\u03c0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7": 41, "\u03c0\u03c4\u03ce\u03c3\u03b7\u03c2": 29, "\u03c0\u03cc\u03c1\u03c9\u03bd": 41, "\u03c0\u03ce\u03c2": [12, 24, 26, 44], "\u03c1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd": 41, "\u03c1\u03bf\u03ae": 7, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": 44, "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": 19, "\u03c1\u03cc\u03bb\u03bf\u03b9": 42, "\u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7": [19, 29, 40, 41, 49], "\u03c3\u03b1\u03c2": [19, 29, 35, 41, 42, 44, 49, 82], "\u03c3\u03b5": [7, 20, 26, 41, 42], "\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2": 44, "\u03c3\u03c4\u03b1": 12, "\u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ce\u03bd": 25, "\u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ac": 12, "\u03c3\u03c4\u03b7": 20, "\u03c3\u03c4\u03b7\u03bd": 26, "\u03c3\u03c4\u03bf": [12, 26, 35, 82], "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1": 21, "\u03c3\u03c4\u03bf\u03bd": [12, 44], "\u03c3\u03c4\u03bf\u03c5\u03c2": 12, "\u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7": 54, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03b9\u03c2": 10, "\u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03cd\u03c3\u03b5\u03c9\u03bd": 10, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2": 12, "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd": [12, 19], "\u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2": [12, 25, 30, 45, 46, 47, 48, 49, 50, 51], "\u03c3\u03c5\u03b3\u03c7\u03ce\u03bd\u03b5\u03c5\u03c3\u03b7": 42, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd": 41, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1": 41, "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2": [41, 44], "\u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03c9\u03bd": 41, "\u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9": 24, "\u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03b5\u03c7\u03cc\u03bd\u03c4\u03c9\u03bd": 41, "\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2": 35, "\u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03c9\u03bd": 54, "\u03c3\u03c5\u03bd\u03b5\u03c7\u03ce\u03c2": 12, "\u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03c9\u03bd": 41, "\u03c3\u03c5\u03bd\u03b8\u03ad\u03c4\u03b7": 44, "\u03c3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b5\u03c2": 44, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac": 54, "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd": [26, 54], "\u03c3\u03c5\u03bd\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc": 26, "\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7": 50, "\u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2": [41, 44], "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae": 54, "\u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd": [20, 54], "\u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2": [14, 19], "\u03c3\u03c5\u03c7\u03bd\u03ad\u03c2": [12, 26], "\u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9": 26, "\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7": [26, 81], "\u03c3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7": 44, "\u03c3\u03cd\u03bd\u03b8\u03b5\u03c3\u03b7\u03c2": 44, "\u03c3\u03cd\u03bd\u03bf\u03c8\u03b7": 44, "\u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2": 44, "\u03c4\u03b1": [20, 26, 44, 82], "\u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2": 44, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2": 81, "\u03c4\u03b1\u03c5\u03c4\u03cc\u03c7\u03c1\u03bf\u03bd\u03b1": 42, "\u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1": 80, "\u03c4\u03b7": [12, 20], "\u03c4\u03b7\u03bb\u03b5\u03c6\u03c9\u03bd\u03af\u03b1\u03c2": 25, "\u03c4\u03b7\u03bd": [19, 20, 26, 45, 46], "\u03c4\u03b7\u03c2": [12, 19, 29, 41, 42, 44], "\u03c4\u03b9": 24, "\u03c4\u03b9\u03c2": 42, "\u03c4\u03bd": 44, "\u03c4\u03bf": [12, 20, 26, 41], "\u03c4\u03bf\u03bd": [12, 24], "\u03c4\u03bf\u03c0\u03b9\u03ba\u03ac": 12, "\u03c4\u03bf\u03c0\u03b9\u03ba\u03cc": 12, "\u03c4\u03bf\u03c5": [19, 20, 26, 44, 50, 82], "\u03c4\u03c1\u03af\u03c4\u03c9\u03bd": 20, "\u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af": 12, "\u03c4\u03c9\u03bd": [19, 20, 41, 49, 82], "\u03c5\u03bb\u03b9\u03ba\u03bf\u03cd": 81, "\u03c5\u03c0\u03ae\u03c1\u03be\u03b5": 12, "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2": 44, "\u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd": 41, "\u03c5\u03c0\u03bf": 12, "\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd": [20, 25], "\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf": [12, 44], "\u03c6\u03af\u03bb\u03c4\u03c1\u03bf": 44, "\u03c6\u03af\u03bb\u03c4\u03c1\u03bf\u03c5": 44, "\u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2": 12, "\u03c6\u03b1\u03ba\u03ad\u03bb\u03c9\u03bd": [21, 42], "\u03c6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1": 44, "\u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b7": 42, "\u03c7\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2": 20, "\u03c7\u03c1\u03ae\u03c3\u03b7": [19, 21, 26, 41, 42, 44, 50, 81], "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2": 35, "\u03c7\u03c1\u03ae\u03c3\u03c4\u03b7": [12, 19, 26, 41, 53], "\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2": [20, 26], "\u03c7\u03c1\u03cc\u03bd\u03bf\u03c5": 41, "\u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2": 44, "\u03c7\u03c9\u03c1\u03af\u03c2": [26, 45], "\u03c7\u03ce\u03c1\u03bf": 24, "\u03cc\u03bb\u03b1": 44, "\u03cc\u03c1\u03b9\u03bf": 33, "\u03cc\u03c4\u03b1\u03bd": [12, 24], "\u03cc\u03c4\u03b9": 12, "\u03ce\u03c1\u03b5\u03c2": 41}}) \ No newline at end of file diff --git a/server/latest/user_manual/en/contents.html b/server/latest/user_manual/en/contents.html index 55ac371705e..1a04ec1dfa9 100644 --- a/server/latest/user_manual/en/contents.html +++ b/server/latest/user_manual/en/contents.html @@ -179,6 +179,7 @@
      360. Installation
      361. Uninstallation
      362. Using the Synchronization Client
      363. +
      364. Using the macOS File Provider
      365. Using the Command-Line Client
      366. Command-Line Options
      367. Configuration File
      368. diff --git a/server/latest/user_manual/en/desktop/autoupdate.html b/server/latest/user_manual/en/desktop/autoupdate.html index f6ad3dbf554..b29b02b9f7e 100644 --- a/server/latest/user_manual/en/desktop/autoupdate.html +++ b/server/latest/user_manual/en/desktop/autoupdate.html @@ -83,6 +83,7 @@
      369. Installation
      370. Uninstallation
      371. Using the Synchronization Client
      372. +
      373. Using the macOS File Provider
      374. Using the Command-Line Client
      375. Command-Line Options
      376. Configuration File
      377. diff --git a/server/latest/user_manual/en/desktop/commandline.html b/server/latest/user_manual/en/desktop/commandline.html index fa706f45960..1fa78208477 100644 --- a/server/latest/user_manual/en/desktop/commandline.html +++ b/server/latest/user_manual/en/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
      378. Installation
      379. Uninstallation
      380. Using the Synchronization Client
      381. +
      382. Using the macOS File Provider
      383. Using the Command-Line Client
        • Install
        • Usage
        • @@ -256,7 +257,7 @@

          Example
          diff --git a/server/latest/user_manual/en/desktop/configfile.html b/server/latest/user_manual/en/desktop/configfile.html index 0c65bd138d3..677a247cb70 100644 --- a/server/latest/user_manual/en/desktop/configfile.html +++ b/server/latest/user_manual/en/desktop/configfile.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/conflicts.html b/server/latest/user_manual/en/desktop/conflicts.html index 483417b4762..92f9f29692c 100644 --- a/server/latest/user_manual/en/desktop/conflicts.html +++ b/server/latest/user_manual/en/desktop/conflicts.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/envvars.html b/server/latest/user_manual/en/desktop/envvars.html index 1a2ab5d801f..90fcd927fa9 100644 --- a/server/latest/user_manual/en/desktop/envvars.html +++ b/server/latest/user_manual/en/desktop/envvars.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/faq.html b/server/latest/user_manual/en/desktop/faq.html index bdd1ec100d1..f8474e02bbc 100644 --- a/server/latest/user_manual/en/desktop/faq.html +++ b/server/latest/user_manual/en/desktop/faq.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/index.html b/server/latest/user_manual/en/desktop/index.html index 4e40a5c4d88..7a9cd6d2f1c 100644 --- a/server/latest/user_manual/en/desktop/index.html +++ b/server/latest/user_manual/en/desktop/index.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -132,6 +133,7 @@

          Desktop ClientInstallation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/installation.html b/server/latest/user_manual/en/desktop/installation.html index 31c62b08491..852cc6a61e2 100644 --- a/server/latest/user_manual/en/desktop/installation.html +++ b/server/latest/user_manual/en/desktop/installation.html @@ -91,6 +91,7 @@
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/macosfileprovider.html b/server/latest/user_manual/en/desktop/macosfileprovider.html new file mode 100644 index 00000000000..beffcb05b5d --- /dev/null +++ b/server/latest/user_manual/en/desktop/macosfileprovider.html @@ -0,0 +1,826 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versions
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/en/desktop/macosvfs.html b/server/latest/user_manual/en/desktop/macosvfs.html index 1b70368042b..497d7f7af97 100644 --- a/server/latest/user_manual/en/desktop/macosvfs.html +++ b/server/latest/user_manual/en/desktop/macosvfs.html @@ -1,798 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versions
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/en/desktop/options.html b/server/latest/user_manual/en/desktop/options.html index 58ab1d6cffa..82e3fce05dc 100644 --- a/server/latest/user_manual/en/desktop/options.html +++ b/server/latest/user_manual/en/desktop/options.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/en/desktop/uninstallation.html b/server/latest/user_manual/en/desktop/uninstallation.html index 766715ae3cc..f9c24d624a2 100644 --- a/server/latest/user_manual/en/desktop/uninstallation.html +++ b/server/latest/user_manual/en/desktop/uninstallation.html @@ -91,6 +91,7 @@

      384. Using the Synchronization Client
      385. +
      386. Using the macOS File Provider
      387. Using the Command-Line Client
      388. Command-Line Options
      389. Configuration File
      390. diff --git a/server/latest/user_manual/en/desktop/updatechannel.html b/server/latest/user_manual/en/desktop/updatechannel.html index b4c38f8fa57..07acd7d127c 100644 --- a/server/latest/user_manual/en/desktop/updatechannel.html +++ b/server/latest/user_manual/en/desktop/updatechannel.html @@ -83,6 +83,7 @@
      391. Installation
      392. Uninstallation
      393. Using the Synchronization Client
      394. +
      395. Using the macOS File Provider
      396. Using the Command-Line Client
      397. Command-Line Options
      398. Configuration File
      399. diff --git a/server/latest/user_manual/en/desktop/usage.html b/server/latest/user_manual/en/desktop/usage.html index 86b8339513c..ed42255a73f 100644 --- a/server/latest/user_manual/en/desktop/usage.html +++ b/server/latest/user_manual/en/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
      400. General Window
      401. Using the Network Window
      402. Using the Ignored Files Editor
      403. -
      404. Virtual Files on macOS -
      405. +
      406. Using the macOS File Provider
      407. Using the Command-Line Client
      408. Command-Line Options
      409. Configuration File
      410. @@ -382,15 +379,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -398,7 +386,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/en/objects.inv b/server/latest/user_manual/en/objects.inv index 09a24021253..0cf3ad98ed2 100644 Binary files a/server/latest/user_manual/en/objects.inv and b/server/latest/user_manual/en/objects.inv differ diff --git a/server/latest/user_manual/en/searchindex.js b/server/latest/user_manual/en/searchindex.js index 89e5a3294b1..c0f3b170dac 100644 --- a/server/latest/user_manual/en/searchindex.js +++ b/server/latest/user_manual/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How the \u201cEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Table of contents": [[6, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "But": 24, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 24, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 25, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 24, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24, 33], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alloc": 24, "allow": [0, 7, 8, 12, 15, 20, 24, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 21, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "complic": 24, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 24, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": [24, 33], "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 24, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 24, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 25, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 24, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 24, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 24, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [24, 39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": [1, 24], "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 28, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 24, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 24, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 24, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [24, 35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 25, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 24, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 20], "restor": [24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 24, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": [10, 24], "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 25, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 22, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [24, 37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 24, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Table of contents", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 24], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "content": 6, "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [24, 39, 41, 44], "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "happen": 24, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 24, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 81, "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 24, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": [20, 35], "publish": 41, "quick": 44, "quota": [24, 33], "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 24, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tabl": 6, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How the \u201cEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Table of contents": [[6, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "But": 24, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 24, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 25, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 24, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24, 33], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alloc": 24, "allow": [0, 7, 8, 12, 15, 20, 24, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 21, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "complic": 24, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 24, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": [24, 33], "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 24, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 24, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 25, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 24, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 24, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 15, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "hood": 15, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 24, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [24, 39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": [1, 24], "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 28, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 24, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 24, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 24, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [24, 35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 26, 31, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 25, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 24, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 15, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": [10, 15], "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 24, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": [10, 24], "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 25, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 22, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termin": 15, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [24, 37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 24, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Table of contents", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 24], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "content": 6, "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [24, 39, 41, 44], "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "happen": 24, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 24, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": [15, 81], "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 24, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": [20, 35], "publish": 41, "quick": 44, "quota": [24, 33], "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 24, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tabl": 6, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/es/contents.html b/server/latest/user_manual/es/contents.html index 96ea7b27d9d..6d2e5fd2f8e 100644 --- a/server/latest/user_manual/es/contents.html +++ b/server/latest/user_manual/es/contents.html @@ -180,6 +180,7 @@
      411. Installation
      412. Uninstallation
      413. Using the Synchronization Client
      414. +
      415. Using the macOS File Provider
      416. Using the Command-Line Client
      417. Command-Line Options
      418. Configuration File
      419. diff --git a/server/latest/user_manual/es/desktop/autoupdate.html b/server/latest/user_manual/es/desktop/autoupdate.html index 0170145a668..1e28a3ad3a8 100644 --- a/server/latest/user_manual/es/desktop/autoupdate.html +++ b/server/latest/user_manual/es/desktop/autoupdate.html @@ -84,6 +84,7 @@
      420. Installation
      421. Uninstallation
      422. Using the Synchronization Client
      423. +
      424. Using the macOS File Provider
      425. Using the Command-Line Client
      426. Command-Line Options
      427. Configuration File
      428. diff --git a/server/latest/user_manual/es/desktop/commandline.html b/server/latest/user_manual/es/desktop/commandline.html index f512cac9b1d..bba68739433 100644 --- a/server/latest/user_manual/es/desktop/commandline.html +++ b/server/latest/user_manual/es/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      429. Installation
      430. Uninstallation
      431. Using the Synchronization Client
      432. +
      433. Using the macOS File Provider
      434. Using the Command-Line Client
        • Install
        • Usage
        • @@ -257,7 +258,7 @@

          Example
          diff --git a/server/latest/user_manual/es/desktop/configfile.html b/server/latest/user_manual/es/desktop/configfile.html index 8b2878014ca..5be08ccfefe 100644 --- a/server/latest/user_manual/es/desktop/configfile.html +++ b/server/latest/user_manual/es/desktop/configfile.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/conflicts.html b/server/latest/user_manual/es/desktop/conflicts.html index d25dff7572e..998c64cbeb3 100644 --- a/server/latest/user_manual/es/desktop/conflicts.html +++ b/server/latest/user_manual/es/desktop/conflicts.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/envvars.html b/server/latest/user_manual/es/desktop/envvars.html index 8032608a774..fb5b4c3c681 100644 --- a/server/latest/user_manual/es/desktop/envvars.html +++ b/server/latest/user_manual/es/desktop/envvars.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/faq.html b/server/latest/user_manual/es/desktop/faq.html index 273f2207bdf..aa418ca4cd3 100644 --- a/server/latest/user_manual/es/desktop/faq.html +++ b/server/latest/user_manual/es/desktop/faq.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/index.html b/server/latest/user_manual/es/desktop/index.html index 3b50667ecec..f3ee87e022f 100644 --- a/server/latest/user_manual/es/desktop/index.html +++ b/server/latest/user_manual/es/desktop/index.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -133,6 +134,7 @@

          Desktop ClientInstallation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/installation.html b/server/latest/user_manual/es/desktop/installation.html index 22eeaa0b001..1d6d6b9eb89 100644 --- a/server/latest/user_manual/es/desktop/installation.html +++ b/server/latest/user_manual/es/desktop/installation.html @@ -92,6 +92,7 @@
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/macosfileprovider.html b/server/latest/user_manual/es/desktop/macosfileprovider.html new file mode 100644 index 00000000000..b26b8148dbb --- /dev/null +++ b/server/latest/user_manual/es/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versiones
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/es/desktop/macosvfs.html b/server/latest/user_manual/es/desktop/macosvfs.html index 4dd9e365d0c..497d7f7af97 100644 --- a/server/latest/user_manual/es/desktop/macosvfs.html +++ b/server/latest/user_manual/es/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versiones
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/es/desktop/options.html b/server/latest/user_manual/es/desktop/options.html index b754aab3132..7c3f039f94d 100644 --- a/server/latest/user_manual/es/desktop/options.html +++ b/server/latest/user_manual/es/desktop/options.html @@ -84,6 +84,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/es/desktop/uninstallation.html b/server/latest/user_manual/es/desktop/uninstallation.html index 48f82909c65..f3e95cefd64 100644 --- a/server/latest/user_manual/es/desktop/uninstallation.html +++ b/server/latest/user_manual/es/desktop/uninstallation.html @@ -92,6 +92,7 @@

      435. Using the Synchronization Client
      436. +
      437. Using the macOS File Provider
      438. Using the Command-Line Client
      439. Command-Line Options
      440. Configuration File
      441. diff --git a/server/latest/user_manual/es/desktop/updatechannel.html b/server/latest/user_manual/es/desktop/updatechannel.html index 3e14ad3ad92..ffcda83f942 100644 --- a/server/latest/user_manual/es/desktop/updatechannel.html +++ b/server/latest/user_manual/es/desktop/updatechannel.html @@ -84,6 +84,7 @@
      442. Installation
      443. Uninstallation
      444. Using the Synchronization Client
      445. +
      446. Using the macOS File Provider
      447. Using the Command-Line Client
      448. Command-Line Options
      449. Configuration File
      450. diff --git a/server/latest/user_manual/es/desktop/usage.html b/server/latest/user_manual/es/desktop/usage.html index d848aff1a51..b2436578e48 100644 --- a/server/latest/user_manual/es/desktop/usage.html +++ b/server/latest/user_manual/es/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      451. General Window
      452. Using the Network Window
      453. Using the Ignored Files Editor
      454. -
      455. Virtual Files on macOS -
      456. +
      457. Using the macOS File Provider
      458. Using the Command-Line Client
      459. Command-Line Options
      460. Configuration File
      461. @@ -383,15 +380,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -399,7 +387,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/es/objects.inv b/server/latest/user_manual/es/objects.inv index 282f49713a9..8f4cdd4066d 100644 Binary files a/server/latest/user_manual/es/objects.inv and b/server/latest/user_manual/es/objects.inv differ diff --git a/server/latest/user_manual/es/searchindex.js b/server/latest/user_manual/es/searchindex.js index 57ce991cff7..51a819c0fc1 100644 --- a/server/latest/user_manual/es/searchindex.js +++ b/server/latest/user_manual/es/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Acceder a archivos compartidos p\u00fablicamente a trav\u00e9s de WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acceder a archivos desde Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acceder a archivos desde Linux": [[20, "accessing-files-using-linux"]], "Acceder a archivos desde cURL.": [[20, "accessing-files-using-curl"]], "Acceder a archivos desde macOS": [[20, "accessing-files-using-macos"]], "Acceder a archivos utilizando WinSCP": [[20, "accessing-files-using-winscp"]], "Acceder a ficheros desde Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Acceder a los archivos de Nextcloud a trav\u00e9s de WebDAV": [[20, null]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Acceso universal": [[80, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrar archivos borrados": [[24, null]], "Administrar eventos": [[41, "managing-events"]], "Administrar sus calendarios": [[41, "managing-your-calendars"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Ampliaci\u00f3n y adaptatividad": [[80, "zoom-and-responsiveness"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Archivos no cifrados": [[26, "files-not-encrypted"]], "Archivos y notificaciones": [[45, "files-and-notifications"]], "Archivos y sincronizaci\u00f3n": [[30, null]], "Asignar salas y recursos a un evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Asignar unidades desde el Explorador de Archivos de Windows": [[20, "mapping-drives-with-windows-explorer"]], "Asignar unidades desde la l\u00ednea de comandos": [[20, "mapping-drives-with-the-command-line"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "A\u00f1adir adjuntos a los eventos": [[41, "add-attachments-to-events"]], "A\u00f1adir eventos recurrentes": [[41, "add-recurring-options"]], "A\u00f1adir un recurso compartido por enlace p\u00fablico a su Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Borrando una versi\u00f3n": [[39, "deleting-a-version"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendario": [[51, "calendar"]], "Calendario de cumplea\u00f1os": [[41, "birthday-calendar"]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cambiar la contrase\u00f1a de la clave privada": [[26, "change-private-key-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u201d busy times": [[41, "checking-attendees-busy-times"]], "Citas": [[41, "appointments"]], "Clientes WebDAV de terceros": [[20, "third-party-webdav-clients"]], "Clientes m\u00f3viles": [[25, "mobile-clients"]], "Clientes oficiales Nextcloud para escritorio y m\u00f3viles": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compartir archivos cifrados": [[26, "sharing-encrypted-files"]], "Compartir calendarios": [[41, "sharing-calendars"]], "Compartir internamente con usuarios y grupos": [[35, "internal-shares-with-users-and-groups"]], "Compartir mediante enlace p\u00fablico": [[35, "public-link-shares"]], "Compartir sus datos en la libreta de direcciones global": [[82, "sharing-your-data-in-the-global-address-book"]], "Compose messages": [[44, "compose-messages"]], "Con la aplicaci\u00f3n m\u00f3vil de Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Conditions": [[44, "conditions"]], "Configurar la verificaci\u00f3n en dos pasos": [[81, "configuring-two-factor-authentication"]], "Configurar recordatorios": [[41, "set-up-reminders"]], "Configurar su propia carpeta de entrega de archivos": [[29, "setting-up-your-own-file-drop"]], "Configurar sus Cuentas": [[49, "setup-your-accounts"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consideraciones": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contactos": [[51, "contacts"]], "Contactos y Calendario": [[45, "contacts-and-calendar"]], "Contacts": [[47, "contacts"], [50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Contrase\u00f1a de la Clave de Recuperaci\u00f3n": [[26, "recovery-key-password"]], "Contrase\u00f1as de dispositivo y cambios de contrase\u00f1a": [[54, "device-specific-passwords-and-password-changes"]], "Control de versiones": [[39, null]], "Control sobre archivos": [[21, "file-controls"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Crear sala de Talk para las citas agendadas": [[41, "create-talk-room-for-booked-appointments"]], "Crear un nuevo calendario": [[41, "create-a-new-calendar"]], "Crear un nuevo evento": [[41, "create-a-new-event"]], "Crear una configuraci\u00f3n de citas": [[41, "creating-an-appointment-configuration"]], "Crear una unidad WebDAV en la consola de Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cuota de almacenamiento": [[33, null]], "Cuotas": [[24, "quotas"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Disponibilidad (Horario Laboral)": [[41, "availability-working-hours"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Editar, Exportar o Eliminar un Calendario": [[41, "edit-export-or-delete-a-calendar"]], "Editar, duplicar o eliminar un evento": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Gestionar dispositivos": [[54, "managing-devices"]], "Gestionar la cita reservada": [[41, "working-with-the-booked-appointment"]], "Gestionar las conexiones entre navegadores y dispositivos": [[54, null]], "Gestionar los navegadores conectados": [[54, "managing-connected-browsers"]], "Gestionar sus preferencias": [[82, null]], "Gestor de archivos Nautilus": [[20, "nautilus-file-manager"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Hacer subidas an\u00f3nimas": [[29, null]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Iconos del estado de compartici\u00f3n": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importar un calendario": [[41, "import-a-calendar"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Iniciar sesi\u00f3n con la verificaci\u00f3n en dos pasos": [[81, "logging-in-with-two-factor-authentication"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Introducci\u00f3n al manual de usuario de Nextcloud 35": [[53, null]], "Invitar a asistentes a un evento": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Mover archivos": [[21, "moving-files"]], "Native account delegation": [[44, "native-account-delegation"]], "Navegar con el teclado": [[80, "navigating-via-keyboard"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nombramiento de versiones": [[39, "naming-a-version"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Otros con acceso": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Papelera": [[41, "trash-bin"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preguntas m\u00e1s frecuentes de cifrado": [[26, "encryption-faq"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previsualizar archivos": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemas conocidos": [[20, "known-issues"], [20, "known-problems"]], "Proposals": [[41, "proposals"]], "Publicar un calendario": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Reproductor de v\u00eddeo": [[21, "video-player"]], "Requisitos del navegador web": [[83, "web-browser-requirements"]], "Reservar una cita": [[41, "booking-an-appointment"]], "Resoluci\u00f3n de problemas": [[49, "troubleshooting"]], "Responder a invitaciones": [[41, "responding-to-invitations"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Respuesta": [[20, "answer"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Seleccionar archivos o carpetas": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Sin la aplicaci\u00f3n m\u00f3vil de Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sincronizaci\u00f3n de escritorio y m\u00f3viles": [[25, null]], "Sincronizar con Android": [[45, null]], "Sincronizar con Kontact de KDE": [[48, null]], "Sincronizar con Windows 10": [[51, null]], "Sincronizar con el escritorio de GNOME": [[46, null]], "Sincronizar con macOS": [[49, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Software de trabajo en grupo": [[43, null]], "Soluci\u00f3n": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Soluci\u00f3n 1": [[20, "solution-1"]], "Soluci\u00f3n 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subidas de grandes archivos": [[31, null]], "Subir archivos": [[29, "uploading-files"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Suscribirse a un calendario": [[41, "subscribe-to-a-calendar"]], "Suscribirse a un calendario de d\u00edas feriados": [[41, "subscribe-to-a-holiday-calendar"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with iOS": [[47, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tabla de contenidos": [[6, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Temas inclu\u00eddos": [[80, "included-themes"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Usar aplicaciones clientes con la verificaci\u00f3n en dos pasos": [[81, "using-client-applications-with-two-factor-authentication"]], "Usar el cifrado": [[26, "using-encryption"]], "Usar la aplicaci\u00f3n Calendario": [[41, null]], "Usar la verificaci\u00f3n en dos pasos": [[81, null]], "Usar la verificaci\u00f3n en dos pasos con llaves f\u00edsicas": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00bfC\u00f3mo administra el espacio de almacenamiento la aplicaci\u00f3n Archivos Eliminados?": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u00bfC\u00f3mo se puede deshabilitar el cifrado?": [[26, "how-can-encryption-be-disabled"]], "\u00bfEs posible deshabilitar el cifrado con la clave de recuperaci\u00f3n?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u00bfHay planes para mover esto al siguiente inicio de sesi\u00f3n del usuario o una tarea en segundo plano?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u00bfPuede deshabilitarse el cifrado sin la contrase\u00f1a del usuario?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "\u00bfQu\u00e9 pasa cuando se borran archivos compartidos?": [[24, "what-happens-when-shared-files-are-deleted"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 26, 27, 28, 39, 41, 42, 44, 45, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "Al": [35, 41], "Con": 35, "De": 41, "Del": 80, "El": [20, 24, 26, 28, 33, 35, 37, 41, 43, 46, 80], "En": [20, 26, 35, 37, 41, 45, 46, 48, 51, 80, 81], "Entre": [20, 82], "Es": [41, 53], "Esta": [20, 26, 35], "Estado": 20, "Este": [20, 46], "Esto": [20, 26, 28, 41], "Estos": [26, 33, 41, 51, 82], "Hay": 45, "La": [20, 24, 26, 28, 33, 35, 39, 41, 80, 81, 82], "Las": [35, 39, 41, 46, 82], "Los": [20, 24, 26, 33, 35, 41, 46, 49, 81], "No": [9, 15, 20, 24, 26, 35, 36, 41, 44, 51], "O": 45, "OS": 8, "Por": [20, 24, 26, 31, 41, 48, 80, 81], "Se": [24, 41], "Sin": [24, 26, 41], "Su": [20, 21, 24, 25, 26, 33, 41, 49, 81, 82], "Un": [20, 35, 37, 41, 80], "Una": [20, 41], "Y": [20, 80], "Ya": 48, "_": 8, "__bold": 66, "_italiciz": 66, "aa": 80, "aaa": 80, "abaj": 20, "abiert": [20, 53], "ability": [12, 44], "able": [12, 19, 27, 36, 41, 42, 44, 45, 56, 58, 80, 81, 82], "abort": 11, "aborts": 11, "about": [0, 5, 15, 19, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 47, 66, 70, 72, 76, 82], "abra": [20, 26, 45, 46, 48, 51], "abral": 29, "abre": 80, "abrir": [26, 37, 41, 45, 46], "abrirl": 20, "absenc": [40, 41, 44, 69], "absent": 40, "acab": [41, 45, 51], "acced": [21, 22, 26, 30, 41, 45, 82], "accelerat": 15, "accept": [41, 44, 70], "acceptanc": 44, "accepting": 73, "acces": [6, 20, 26, 31, 41, 45, 81], "accesibil": 80, "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 20, 21, 26, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibility": [80, 83], "accessibly": 5, "accessing": [6, 30, 69], "accidental": 41, "accion": 26, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 41, 45, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47], "acept": [31, 35, 37, 41], "acord": 41, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 44, 62, 75], "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [20, 26, 28, 33, 35, 44, 49, 65, 80, 82], "actival": 26, "activat": [42, 80], "activiti": [19, 59], "activity": [6, 9, 12, 14, 19, 54, 83], "actual": [15, 20, 39, 41], "actualiz": [20, 26, 28, 41, 48], "acumul": 41, "ad": 69, "adapt": 80, "adaptat": 6, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 47, 48, 49, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 41, 42, 44, 82], "addflag": 44, "adding": [7, 20, 41, 44, 69], "addition": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 56, 60, 66, 69, 76], "additionally": 69, "additions": 42, "address": [7, 8, 9, 20, 27, 28, 45, 47, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": 44, "addressbooks": [42, 51], "adds": [5, 42, 44], "adecu": 20, "adel": 26, "ademas": [24, 26], "adjust": [9, 11, 15, 19, 20, 82], "adjusting": 12, "adjustments": 10, "adjusts": 9, "admin": [13, 14, 42, 44], "administr": [20, 21, 26, 29, 30, 31, 32, 33, 35, 37, 80, 82], "administration": [1, 27, 31, 36, 57, 62, 64, 69, 74], "administrativ": 7, "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 42, 44, 57, 66, 70, 74, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 44], "affecting": 44, "affects": 4, "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agend": [44, 45, 57], "aggregat": 42, "ago": 0, "agot": 26, "agreg": [41, 81], "ahi": 41, "ahinc": 20, "ahor": [20, 29, 41], "ahorr": 48, "ai": [6, 66], "aim": 80, "airplan": 57, "ajust": [24, 33, 35, 39, 41, 46, 48, 51, 80, 82], "alcanz": 41, "alej": 80, "algui": 35, "algun": [21, 31, 33, 35, 41, 80], "ali": 52, "alic": 41, "align": 69, "alik": 69, "alivi": 80, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 21, 26, 27, 36, 41, 42, 45, 50, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alli": 41, "allow": [7, 8, 12, 15, 20, 29, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowing": [0, 41, 44, 75], "allows": [7, 15, 40, 41, 42, 44, 57, 79, 82], "alma": 14, "almacen": [20, 26, 30, 32, 39], "almost": 81, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 10, 14, 19, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": 20, "alternativ": 29, "alternatively": [2, 12, 14, 60], "alto": 80, "always": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "amarill": 26, "amazon": [20, 27], "amig": 41, "amount": 12, "ampli": 80, "ampliacion": 6, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 47, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analyz": 44, "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "andro": [6, 20, 25, 38, 43, 53, 73], "anonim": [23, 30], "anonymous": [29, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "anterior": [28, 41, 45, 51], "antigu": [20, 24, 26, 33, 39, 41], "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyon": [66, 82], "anything": [12, 26, 48], "anytim": [28, 62], "anywher": 44, "apach": 31, "aparec": [20, 24, 41, 46, 48, 51, 82], "aplic": [6, 20, 26, 33, 43, 46, 48, 51, 80, 82], "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 41, 43, 45, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 81, 83], "apparent": 51, "appdat": [9, 17], "appe": [0, 2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 59, 69, 70], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 19, 21, 36, 44, 64, 66], "appimag": [12, 14, 17], "appimagelaunch": 12, "apple": [15, 20, 41, 49, 83], "applet": 48, "appli": [19, 36, 42, 44, 69], "applic": 10, "application": [7, 14, 16, 17, 19, 20, 27, 42, 46, 47, 60, 63, 72], "applications": [17, 42, 49], "apply": [15, 36, 40, 44], "appointment": 52, "appointments": 44, "appropriat": 76, "approximately": 9, "apps": [0, 15, 41, 44, 46, 47, 66, 67, 73, 83], "aprend": 24, "apropi": [20, 31], "apt": [17, 20], "aquell": [20, 26, 41], "arbitrari": 20, "arbitrary": 19, "arch": 8, "archiv": [6, 8, 14, 22, 25, 28, 32, 33, 35, 37, 39, 41, 46, 53], "are": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "around": [36, 42], "arranqu": 20, "arrastr": 41, "arrestr": 29, "arriv": 44, "arrow": [15, 50, 66, 72, 80], "articul": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 35, 36, 38, 40, 41, 45, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "asegur": 20, "asegures": 49, "asi": [21, 26, 41, 48, 80], "asign": 24, "asim": 41, "ask": [9, 19, 27, 44, 45, 50, 62, 66], "asks": 40, "assign": [36, 44, 58, 69], "assigning": 21, "assignment": 58, "assistant": [6, 66], "assistiv": 80, "associat": 19, "assuming": 15, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "ataj": 80, "atras": 48, "attach": [36, 44], "attachment": 41, "attachments": [29, 41, 44, 67, 73], "attempt": [14, 44], "attempting": 10, "attempts": [44, 51], "attend": 52, "attende": 41, "attention": 10, "attribut": 82, "audi": [21, 62, 72, 73], "aument": [31, 80], "aun": [26, 33, 80], "aunqu": [20, 41], "aut": [7, 20, 42, 44, 49, 56], "autent": [20, 51], "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 50, 81], "authenticator": 81, "author": 10, "authoring": 20, "authoriti": 20, "autocomplet": 37, "automat": [20, 35, 36, 39, 57], "automatic": [6, 13, 14, 15, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 39, 41, 44, 47, 56, 58, 59, 62, 69], "automatiz": 20, "autorespond": 40, "autoriz": 81, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 41, 42, 44, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "availability": [19, 40, 69], "avanz": 51, "avat": [19, 20, 41, 42, 69], "avatars": [42, 44], "avis": [20, 26], "avo": 15, "away": [19, 69], "ayud": [41, 80], "azul": 41, "a\u00f1ad": [20, 24, 26, 28, 46, 48, 49, 51], "a\u00f1o": 41, "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badg": [10, 21], "baj": [20, 37, 53], "bandwidth": 19, "bann": 69, "bar": [0, 1, 19, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barr": [20, 35, 41, 48, 80], "bas": [7, 8, 10, 20, 26, 33, 44, 45, 57, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "bast": 48, "bat": 48, "batch": [0, 42], "be": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 27, 35, 36, 37, 38, 40, 41, 42, 44, 45, 47, 50, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [10, 42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 42, 60], "bell": 83, "belongs": 42, "below": [0, 9, 10, 11, 17, 19, 41, 42, 44, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "bet": 18, "bett": 26, "betw": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "bien": [41, 45], "bienven": 53, "big": 41, "bin": [21, 42], "binary": [8, 15], "bit": 12, "bits": 14, "bitv": 80, "blacklist": [11, 19], "block": [44, 66], "blockquot": 66, "blocks": 41, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "boards": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [42, 47, 50, 82], "booking": 41, "books": 50, "bord": 27, "borr": [21, 26, 28, 30, 32, 33, 41], "bot": 57, "both": [8, 10, 42, 44, 47, 52, 55, 60], "boton": [20, 28, 29, 35, 41, 45, 80], "bots": [73, 77], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "brill": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcast": 58, "brows": [0, 2, 7, 12, 14, 20, 21, 27, 28, 38, 51, 63, 72, 81, 82, 83], "browsers": [54, 83], "browsing": 21, "bsd": 14, "bubbl": [55, 60], "buckets": 27, "bug": 7, "bugs": [12, 18], "build": 14, "building": 42, "builds": 18, "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "business": 44, "busqu": 37, "busqued": [26, 46], "busy": 40, "but": [7, 10, 12, 14, 41, 42, 44, 66, 69, 81, 82], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 41, 42, 65, 69, 72], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 41, 42, 44, 47, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "bytes": [9, 11, 20], "c": [12, 20, 80], "cabecer": 80, "cach": [17, 33], "cad": [20, 24, 35, 39, 41, 81], "caduc": 35, "caj": [19, 20], "calcul": [24, 33], "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calend": [0, 40, 42, 45, 48, 49, 50, 51, 52, 68, 69, 73, 83], "calendari": [6, 33, 43, 46, 48], "calendars": [2, 41, 44, 45, 52], "calid": 80, "call": [4, 6, 10, 20, 38, 57, 58, 61, 69, 71, 73, 77, 79, 80, 82], "calls": [6, 60, 69, 70, 73, 77], "cambi": [6, 20, 37, 41, 48, 51, 81, 82], "camer": [45, 60, 63, 72], "camp": [20, 28, 37, 51], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56], "capaz": 20, "caption": 56, "captions": 76, "car": [24, 33], "caracterist": [20, 21, 26, 41], "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "careful": 12, "carg": 41, "carl": 8, "carpet": [20, 24, 26, 33, 35, 37, 41, 82], "carri": 20, "carry": 15, "cartel": 26, "cas": [7, 12, 14, 20, 26, 41, 42, 45, 48, 53, 62, 69, 82], "casill": 20, "catching": 19, "categori": 45, "category": 0, "caus": [19, 41, 80], "caution": 9, "cent": 20, "centr": [65, 80], "central": 69, "cerc": 24, "cerr": [26, 45], "certain": [11, 42, 44, 76], "certif": 20, "certific": [20, 49], "certificat": [8, 20, 47], "certification": 20, "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 21, 25, 26, 29, 36, 40, 41, 42, 54, 55, 58, 69, 72, 80, 82, 83], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapt": [14, 20], "charact": [19, 44], "characters": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "check": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checking": 9, "checklists": 69, "checkmark": 19, "checks": [7, 44], "chips": 83, "chmod": 20, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 50, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81], "choosing": [12, 45, 56, 60], "chos": [15, 44], "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologically": 44, "chunk": [9, 11], "chunksiz": 9, "cierr": [20, 26], "cifr": [20, 33, 49], "cifs": 27, "cinnamon": 20, "circl": [15, 19, 69], "circul": [35, 39, 42], "circumstanc": 9, "citrix": [9, 14], "clarid": 80, "classic": [15, 55], "classification": 44, "clav": 33, "cle": [12, 19, 69], "clean": 44, "clear": 19, "clears": 16, "clic": [20, 28, 35, 37, 39, 41, 51], "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": 72, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 43, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 25, 41, 42, 54, 73, 81], "clipboard": 51, "clock": [66, 81], "clos": [5, 14, 36, 41, 44, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cmd": 8, "cod": [6, 14, 38, 45, 66], "codec": 21, "codig": [20, 41, 53, 81], "cohesiv": 5, "colabor": 35, "colaps": 80, "coleccion": 43, "coleg": 41, "collaborat": 2, "collaboration": [6, 30, 42], "collaboratively": [2, 3], "collaps": [19, 44], "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "coloc": 20, "color": [27, 41, 80], "column": [21, 66], "columns": 60, "com": [8, 9, 12, 17, 20, 28, 31, 33, 35, 41, 44, 45, 46, 47, 48, 49, 51, 70, 73, 80, 81, 82], "comentari": 41, "command": [6, 12, 13, 14, 17, 36, 57], "commands": [17, 73, 77], "comment": 21, "comments": 51, "commercial": 29, "communicat": 11, "communicating": 69, "communiti": 3, "community": [8, 14, 41], "compani": 7, "compar": 10, "compart": [6, 21, 28, 33, 43, 48, 53], "compartal": 26, "comparticion": [28, 35, 53], "compat": [11, 20, 27, 41, 44, 81], "compatibility": [12, 21], "compil": 41, "complej": 41, "complement": [20, 43], "complet": [14, 17, 20, 26, 28, 29, 41, 42, 45, 66, 69, 80, 82], "completely": [9, 62], "completion": 1, "complianc": 62, "compliant": 80, "complic": 24, "component": 19, "components": 19, "compos": 80, "compromis": 26, "comprueb": [20, 24], "comput": [13, 20, 21, 25, 46, 53], "computers": [5, 7], "comun": [20, 80], "conced": 45, "concret": 41, "concretiz": 41, "conditions": 42, "conect": [6, 20, 26, 41, 46], "conexion": [6, 20, 48, 49, 81], "conf": [12, 20, 41, 45], "confd": 16, "confianz": 20, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 14, 15, 19, 20, 24, 26, 27, 31, 33, 35, 37, 42, 44, 45, 48, 51, 54, 57, 59, 60, 62, 69, 77, 79, 82], "configuration": [6, 7, 11, 12, 13, 14, 16, 17, 19, 21, 27, 36, 42, 44, 74, 82], "configurations": [11, 52], "configuring": [27, 45, 54], "confirm": [12, 28, 41, 42, 44, 47, 51], "confirmation": [9, 19, 28, 69], "confirms": [27, 28], "conflict": [10, 41], "conflicting": 10, "conflicts": [6, 13], "confusion": 10, "congratulations": [2, 5], "connect": [1, 12, 14, 15, 19, 20, 21, 25, 26, 27, 54, 81], "connection": [12, 15, 19, 27, 28, 45, 51, 74], "connections": [9, 11, 27, 54, 82], "connectivity": 15, "conoc": [37, 81], "consegu": [26, 28, 46], "consent": 60, "conserv": 39, "consid": 17, "consider": [6, 12, 20], "consideration": 17, "consistent": 15, "consult": [20, 21, 41], "cont": 33, "contabiliz": [24, 33], "contact": [20, 27, 31, 33, 41, 43, 44, 46, 47, 48, 80, 82, 83], "contacts": [0, 6, 43, 45, 49, 51, 52, 82, 83], "contain": [8, 10, 12, 19, 41, 44], "containers": [9, 17], "containing": [8, 10, 12, 19, 42, 44], "contains": [0, 9, 10, 12, 19, 21, 39, 44, 60, 72], "conten": [20, 41, 80], "content": [1, 2, 5, 8, 12, 15, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29], "context": [1, 19, 41, 44, 56], "contextual": 48, "contien": [35, 43], "continu": [10, 19, 20, 26, 28, 41, 44, 45, 48, 50, 51, 69, 81], "continually": 12, "contr": [80, 81], "contrary": 8, "contrase\u00f1": [6, 20, 35, 45, 51, 81, 82], "contrase\u00f1anextcloud": 20, "contrast": 80, "control": [20, 30, 32, 33, 36, 41, 53, 57, 60, 69, 82], "controll": [7, 11], "controlling": 7, "controls": 60, "convenienc": 19, "convenient": 0, "convers": 35, "conversation": [1, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "conviert": 28, "copi": [5, 15, 20, 24, 41, 44, 81], "copy": [0, 10, 12, 20, 21, 25, 44, 51], "corn": 50, "corre": [41, 43, 49, 51, 82], "correct": [20, 51, 81], "correctly": 15, "correctness": 19, "correspondient": [41, 51], "corresponding": [0, 41, 44], "cort": 41, "could": [27, 44], "couldn": 44, "count": 70, "cov": 69, "covers": 42, "cowork": 2, "cp": 20, "crashreport": 17, "cre": [21, 26, 28, 33, 35, 43, 45, 48, 51], "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 21, 25, 28, 29, 36, 39, 40, 41, 45, 51, 54, 56, 58, 59, 66, 69, 70, 71, 74, 76, 77, 78], "creating": [12, 19, 44, 54, 59, 82], "creation": [19, 36, 69, 76], "credencial": [20, 45], "credentials": [27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "cuadr": 51, "cualesqu": 51, "cualqu": 54, "cualqui": [20, 24, 28, 33, 41, 80, 82], "cuand": [20, 26, 28, 29, 31, 33, 35, 39, 41, 45, 46, 48], "cuant": [26, 41], "cuart": 41, "cuent": [20, 24, 26, 33, 37, 41, 45, 46, 51, 81], "cumpl": 39, "cuot": [30, 32, 82], "current": [1, 4, 14, 15, 19, 21, 25, 44, 60], "currentcontrolset": 20, "currently": [1, 15, 19, 38, 41, 42, 58, 60, 66], "currentversion": 12, "cursor": 2, "custom": [15, 19, 41, 44, 69, 83], "customers": 18, "customis": [60, 83], "customiz": [20, 44, 55], "cutton": 19, "cuy": 24, "cycles": 12, "cycling": 19, "d": [20, 41, 56], "da": 53, "dad": 24, "daily": 18, "dan": 41, "dandol": 20, "dar": [35, 37], "darl": 39, "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 26, 33, 38, 39, 40, 41, 42, 43, 44, 45, 48, 51, 53, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdr": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 41, 69], "daygridmonth": 41, "days": [44, 59, 83], "db": 8, "deb": [20, 26, 35, 41, 45, 46, 48, 49], "debaj": 33, "debi": [8, 19, 20], "debug": 16, "decid": [5, 15, 35, 41, 44, 56], "decimal": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "declining": 60, "decorations": [15, 66], "decrypt": [26, 38], "decrypts": 26, "dedic": 20, "dedicat": [15, 44, 45, 50, 69], "deem": 19, "deeply": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69], "defaults": [8, 21], "defect": [24, 26, 28, 31, 35, 41, 48, 82], "defin": [15, 19, 41, 42, 44], "definition": 19, "dej": [20, 26, 35], "delay": 15, "delegat": [41, 44], "delet": [0, 1, 9, 10, 17, 19, 21, 24, 27, 28, 36, 39, 41, 42, 58, 59, 66, 69, 80], "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "demas": 41, "dentr": 24, "deny": 54, "depend": [20, 44, 80, 82], "depending": [0, 19, 21, 27, 36, 44, 60, 63, 72, 80], "depends": [12, 17, 21, 27, 41], "deployment": [7, 14, 18], "depth": 20, "derech": [20, 35, 39], "des": [20, 41], "desactiv": 41, "desarroll": 80, "descarg": [20, 26, 35, 39], "descendants": 15, "descoment": 20, "desconect": 54, "describ": [7, 11, 41, 77], "descripcion": 41, "description": [5, 41, 56, 59, 69, 72, 76], "descubiert": 41, "descubr": [35, 41], "desd": [26, 41, 45, 53], "dese": [41, 45], "deselect": 20, "desencript": 26, "deshabilit": [20, 21, 35, 41], "deshac": 41, "design": [3, 44], "desir": [12, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 53, 63, 73], "desktopclient": [9, 17], "desmont": 20, "desplaces": 51, "despleg": 20, "despues": [41, 45], "destinatari": [35, 37], "destination": [20, 21], "detail": 41, "details": [1, 20, 27, 36, 39, 41, 42, 44, 52, 59, 69, 82], "detall": [24, 33, 35, 37, 41], "detect": [9, 41, 44], "detection": 15, "detects": 44, "determin": [41, 44], "develop": 13, "development": 18, "devic": [15, 20, 41, 53, 54, 60, 69, 72, 81, 83], "devolv": 45, "devs": 8, "dia": [41, 82], "dial": 69, "dialog": [2, 9, 12, 14, 16, 19, 21, 28, 36, 41, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "diari": 39, "dias": [24, 33, 39], "diaspor": 42, "dic": 57, "dich": 33, "did": [12, 44, 60], "diferent": [20, 41], "differenc": [8, 10, 41], "different": [0, 7, 21, 41, 42, 44, 69, 70], "differently": 19, "dificil": 35, "digest": 0, "digit": 35, "direccion": [6, 20, 41], "direct": [20, 26, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 25, 28, 29], "directory_that_has_been_creat": 8, "dirig": 35, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 26, 42, 44, 47, 57, 60, 62, 64, 72], "disabling": 15, "disallow": 7, "disapp": 42, "disappears": 60, "disc": [20, 33, 41], "disconnect": 54, "disconnections": 20, "discord": 74, "discov": [69, 78], "discover": 59, "discovery": [9, 15, 47, 50], "discussion": [19, 76], "discussions": [44, 58, 60, 69, 76], "dise\u00f1": [20, 80], "disk": [15, 26], "dislexi": 80, "dismiss": [60, 79], "display": [1, 12, 20, 21, 38, 42, 51, 60, 66, 82], "displaying": [16, 44], "displays": [15, 16, 19, 21, 44], "dispon": [20, 24, 26, 35, 39, 41, 45, 46, 82], "disposit": [6, 20, 41, 45, 81], "distint": [20, 35, 41], "distr": 12, "distribut": [20, 41], "distribution": [14, 20, 62], "distributions": [7, 9, 14], "disturb": [19, 41, 66, 69], "divid": [58, 60], "dividers": 66, "do": [0, 7, 8, 12, 14, 17, 19, 26, 28, 36, 41, 44, 47, 60, 62, 63, 65, 69, 72, 81], "document": [5, 12, 15, 20, 21, 24, 25, 35, 37, 46, 80, 82], "documentation": [1, 14, 31, 57, 74], "documents": [1, 2, 8, 21], "does": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "doing": [9, 44], "dolphin": 19, "domain": [44, 47], "domains": 44, "domini": 20, "don": [5, 12, 26, 38, 39, 42, 56, 66, 72], "dond": [35, 41, 45], "dos": [6, 45, 51, 54, 82], "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": [19, 44], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "downl": [7, 10, 11, 12, 19, 21, 25, 27, 42, 52, 56, 62, 73], "download": 7, "downloading": [15, 19, 21], "downloads": [7, 10, 11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "driv": [20, 36], "drive_path": 20, "dro": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "dud": 80, "due": [12, 15], "dur": [20, 41], "duracion": 41, "durant": [24, 39, 41], "duration": [9, 41], "durations": 69, "during": [19, 40, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexi": 80, "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": 66, "easily": [5, 44, 76], "easy": [2, 5, 20], "echa": 21, "echo": 12, "edad": 24, "edge": [8, 20, 83], "edicion": 35, "edit": [7, 15, 19, 20, 21, 28, 33, 38, 56, 66, 72, 76, 82, 83], "editing": [1, 29, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "efect": [28, 35], "effectively": 81, "efficient": 44, "eith": [8, 12, 19, 38, 41, 42, 47, 49, 60, 70, 76], "ej": [20, 41], "ejecut": [20, 26], "ejempl": [20, 26, 35, 41, 48, 51, 80, 81], "elaps": 60, "eleccion": 37, "electron": [41, 49, 82], "eleg": 20, "element": [41, 58, 60, 80], "elements": [66, 80], "elig": 80, "elij": [20, 45, 46, 48, 51, 82], "elimin": [28, 33, 35], "ello": [41, 80], "else": [10, 14, 60, 72], "elses": 42, "elsewher": 42, "email": [29, 41, 42, 44, 45, 59, 60, 69, 73, 83], "emails": [41, 44], "embarg": [24, 26, 41], "embed": [2, 41], "embedd": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphasiz": 2, "empiec": 41, "empres": 53, "empty": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 38, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "enabling": [15, 44, 62], "encarg": 41, "encoding": 20, "encontr": [41, 43, 46, 82], "encript": [20, 33], "encrypt": 38, "encrypted": [26, 38], "encryption": [6, 27, 30, 47], "encuentr": [20, 41, 80], "end": [19, 30, 34, 35, 41, 44, 62], "ends": [40, 57, 62, 69], "engag": 41, "engranaj": 51, "enhanc": 66, "enlac": [20, 28, 29, 41, 82], "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "entend": 33, "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": 18, "entidad": 20, "entir": [21, 44], "entirely": [7, 11, 15], "entiti": 42, "entonc": [20, 26, 41], "entorn": 20, "entrad": [20, 41], "entrant": [35, 37], "entrar": 80, "entreg": 35, "entri": [0, 19, 21], "entry": [0, 1, 2, 21, 42, 82], "env": 16, "envi": [29, 41], "environment": [6, 8, 10, 13, 20], "equip": [20, 43, 80], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47, 80], "errors": [19, 51], "esc": 60, "escan": 81, "escap": 80, "escenari": 24, "escog": 41, "escoj": [37, 41], "escrib": 41, "escrit": 41, "escritori": [6, 22, 30, 41, 43, 82], "escritur": [20, 41], "espaci": [33, 39, 41], "especial": 26, "especially": 15, "especif": [39, 41], "especific": 41, "especifiqu": 20, "esper": 39, "essential": 14, "establec": [20, 24, 82], "establezc": 20, "estan": [20, 26, 33, 41, 80], "estand": 41, "estaran": 41, "esten": 20, "estil": 43, "estructur": 26, "estuv": 41, "etc": [12, 20, 27, 35, 41, 66], "etiquet": 29, "even": [2, 9, 10, 15, 69, 71, 80, 82], "event": [0, 40, 42, 48, 51, 59, 69], "events": [0, 41, 42, 52, 69, 83], "every": [0, 9, 20, 21, 26, 36, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everything": [0, 14, 15, 18, 44, 80], "evicting": 15, "eviction": 15, "evit": [20, 41], "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "examin": 20, "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "exced": [20, 24, 39], "excellent": 29, "except": [20, 44, 69], "exclu": 39, "exclud": [12, 15, 19], "excluding": 19, "exclus": 20, "exclusiv": 44, "exe": [12, 20], "execut": [38, 44, 57], "execution": [1, 44], "exist": [20, 35, 41, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exit": [19, 41], "exits": 8, "expand": [20, 44, 80], "expands": 19, "expect": [19, 44], "expects": 2, "experienc": [18, 44, 60, 83], "experimental": 9, "expir": [24, 39], "expiration": 35, "explains": 20, "explanatory": 42, "explicit": 62, "explicitly": [8, 27], "explor": [10, 19], "expon": 26, "export": [42, 52, 56], "extend": [66, 69], "extension": [12, 15, 20, 44], "extent": 33, "extern": [26, 41], "external": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "eye": 19, "f": [17, 45, 60, 72, 80, 83], "facilit": 41, "facing": [60, 82], "factor": [6, 45, 46, 50, 51], "fail": [7, 12, 44], "failur": [9, 12], "fall": 20, "falls": [11, 20], "fals": [9, 11], "falt": 21, "faq": [6, 13], "far": 83, "fastest": 42, "fatal": 11, "favor": [20, 26, 41, 57, 80], "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79], "fech": [20, 24, 35, 37, 39, 41], "feder": [28, 35, 82], "federat": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 60, "few": [42, 62, 81], "fiabl": 53, "ficher": 24, "fid": 81, "fido2": 81, "field": [1, 2, 19, 21, 36, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44], "figur": [1, 36], "fij": [33, 35], "fil": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileint": 44, "filenam": [16, 19], "files_versions": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filt": [21, 36, 42, 59, 83], "filter": [0, 1], "filtering": 69, "filters": [0, 36, 44, 69, 76, 83], "final": [20, 41, 51, 80], "finaliz": [20, 69], "finally": 20, "find": [12, 14, 17, 19, 20, 21, 24, 25, 41, 42, 47, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finding": 41, "finish": [1, 5, 20, 50, 52], "firefox": [20, 83], "firm": [20, 49], "first": [7, 12, 14, 15, 28, 38, 42, 44, 48, 56, 60, 66, 71], "fisic": 6, "fit": 65, "fix": [7, 14], "flag": 44, "flagg": 44, "flech": [28, 39], "fledg": 50, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flush": 16, "focus": [14, 44, 55, 58, 60, 80], "fold": [0, 4, 8, 10, 11, 14, 15, 17, 19, 21, 27, 29, 35, 36, 41], "folders": [8, 9, 14, 15, 17, 19, 21, 25, 27, 35, 36, 37, 38, 42, 44, 53], "foldersync": 20, "follow": [0, 1, 5, 14, 18, 19, 20, 80], "following": [7, 8, 12, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 47, 49, 52, 60, 82], "follows": 9, "fond": 80, "font": 80, "for": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 40, 42, 45, 47, 48, 49, 50, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forget": 5, "form": [1, 24, 25, 26, 28, 29, 41, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 21, 35, 41], "formats": [15, 21], "formatt": 44, "formatting": 5, "formulari": 28, "forth": 1, "forward": [69, 76], "fot": 82, "found": [20, 41, 44, 57, 72, 83], "four": 44, "framework": 7, "fre": [11, 15, 20, 40, 41, 60], "frecuenci": 48, "freeing": 15, "frequent": 20, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fuent": [48, 80], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscr": 80, "fully": [15, 20, 25, 38], "fun": 5, "funcion": [20, 26, 29, 37, 41, 46, 48, 81], "funcional": 20, "function": 20, "functionality": [7, 20, 42], "functions": 81, "furth": [10, 38, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 41, 45, 49], "gal": 26, "garantiz": [20, 24], "gateway": [8, 69], "gb": 11, "gear": 42, "gener": [39, 41, 81], "general": [7, 9, 12, 41, 77, 80], "generat": [1, 44, 45, 46, 48, 49, 52, 54, 66, 81], "generation": 1, "generic": 45, "germ": 80, "gestion": [6, 43, 51, 81], "gestor": [41, 46], "gestur": 63, "get": [20, 26, 47, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gets": [10, 42, 81], "getting": [3, 6], "gifs": 66, "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 44, 54, 60, 62, 63], "giving": [0, 12], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 44, 45, 50, 58, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "got": 18, "grand": [22, 30, 33, 53], "grant": [14, 41, 44, 45, 60, 63], "granul": 41, "gratuit": [53, 80], "gravat": 42, "gray": [19, 41], "gre": [19, 27, 60, 72], "grey": [19, 60], "group": [0, 7, 17, 20, 41, 42, 44, 45, 58, 83], "groups": [3, 41, 44, 45, 52, 56, 58, 60, 69], "groupwar": [41, 42, 48, 52], "grup": [6, 20, 26, 42, 82], "guard": [12, 20, 26, 41, 46, 51, 82], "guardel": 20, "guest": [6, 56, 60, 69, 73], "guests": [58, 59, 69, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gust": 80, "gvfs": 20, "h": [8, 16, 20], "hab": [24, 33, 41], "habilit": [20, 26, 29, 41, 51, 82], "hac": [23, 24, 28, 30, 35, 41], "had": 19, "hag": [20, 35, 37, 39, 41, 51], "halts": 44, "hand": [5, 19, 80], "handl": [12, 44], "hands": 60, "handy": 69, "happ": [10, 15], "happen": 0, "happening": 0, "happens": [5, 15], "happy": 19, "har": 20, "hard": 12, "hardwar": 83, "hast": [20, 24, 31, 33, 39, 41, 53], "hav": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 33, 39, 41, 42, 44, 45, 46, 47, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "head": [20, 21, 41, 44, 58], "heading": [2, 66], "headings": [2, 5, 66], "hech": [41, 51], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "helpful": 82, "helps": [42, 57], "hem": 41, "her": [2, 15, 44, 50, 66, 69, 72], "herramient": [20, 26, 43, 81], "hic": 26, "hid": [29, 44, 55, 72], "hidd": [4, 8, 44], "hierarchical": 2, "high": [12, 64, 80], "highlight": [62, 76], "historial": 20, "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hog": 53, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25], "hor": [39, 41], "horizontal": [2, 44], "host": [9, 20], "hour": [0, 69], "hourly": 0, "hours": [12, 16, 69, 76], "hov": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "huec": [24, 41], "i": [2, 16, 47], "ical": 41, "icalend": 41, "icloud": [41, 51], "icon": [0, 1, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdro": 45, "icsx\u2075": 45, "ide": [10, 69], "ideal": 79, "ideally": 54, "ideation": 42, "ident": [26, 81], "identical": 44, "identif": [35, 41, 82], "identifi": [41, 60], "identify": [15, 19, 54], "identity": 70, "idiom": 82, "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "ifram": 41, "ignor": [8, 12, 24, 41], "ignoring": 19, "imag": [1, 21, 60], "imagen": 26, "imagin": 10, "imap": 43, "immediately": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42], "implements": 44, "implicit": 20, "import": [12, 20, 42, 44, 52, 56], "importanc": 44, "important": [2, 15, 38, 44, 69, 76, 80, 81, 83], "importing": 44, "impos": [15, 26], "improv": [20, 44], "impuest": 24, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 36, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83], "inactivity": 59, "incial": 35, "incident": 80, "inclu": [20, 29, 41], "includ": [8, 10, 19, 21, 26, 41, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incluid": 6, "inclus": 41, "incoming": 44, "incorrect": [9, 19], "incre": 20, "increas": 15, "increasing": 11, "increment": 41, "incrust": 41, "independent": [0, 12], "independient": [41, 82], "index": [12, 41, 46], "indic": [20, 26, 41], "indicat": [19, 60], "indication": 20, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individu": [26, 53], "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "inferior": 51, "influenc": [11, 41], "info": 36, "inform": [7, 20, 33, 35, 37, 41, 43, 46, 59, 80], "informal": 42, "information": [8, 11, 12, 13, 14, 15, 19, 21, 44, 50, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informing": 7, "informs": 62, "inherit": 42, "inhibits": 8, "ini": 9, "inici": [6, 20, 41, 45, 49, 51, 80], "inicial": [26, 35, 41], "inicializ": 26, "inlin": [36, 66], "inmediat": 24, "inotify": 12, "input": [1, 19, 56, 66, 80], "insercion": 41, "insert": [1, 2, 41, 44, 66], "inserting": 72, "insid": [21, 27, 59, 77], "instagram": 42, "instal": [20, 28, 35, 41, 45], "install": [0, 1, 7, 12, 15, 17, 19, 20, 41, 42, 44, 52, 60, 73, 74, 75, 83], "installation": [6, 13, 48, 57], "installing": 20, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instanci": [20, 41], "instant": [59, 69], "instantan": 48, "instantly": 69, "inste": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [20, 21, 51, 57, 74], "integr": 46, "integrat": [12, 15, 19, 44, 49, 57, 73, 75, 77], "integrating": [67, 73], "integration": [19, 66, 68, 73, 74], "integration_openai": 44, "integrations": 66, "intelligenc": 1, "intelligent": 15, "intent": 26, "intentionally": 12, "interact": 44, "interacting": [67, 73], "interactiv": [8, 14], "intercambi": 41, "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80], "interfaz": [21, 41, 80, 82], "interfer": 7, "internal": [19, 41, 69], "internet": [20, 46, 48, 49], "interoper": 41, "interruption": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 21, 25, 29, 35, 41, 42, 44, 50, 51, 58, 60, 66], "introduc": [19, 28, 41, 45, 46], "introduccion": 6, "introductory": 5, "introduzc": [20, 35, 45, 51, 81], "intrud": 26, "inval": [8, 54], "invalid": 33, "invis": [19, 36, 41], "invit": [42, 59, 70, 72], "invitation": [41, 45, 72, 73], "invitations": 42, "inviting": 70, "invok": 8, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": 20, "iran": 41, "irrevers": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 44, 45, 47, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [14, 25, 44, 66], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 36, 38, 40, 41, 42, 44, 47, 50, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82], "italiciz": 66, "item": [8, 15, 21, 41], "items": [15, 21, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 76], "izquierd": [20, 41], "jerarqu": 35, "jobs": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joining": [61, 62, 73], "jok": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "junt": 41, "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kadressbook": 48, "kalend": 48, "kanb": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13], "kept": [15, 26, 42, 44], "key": [7, 41, 42, 72, 83], "keyboard": [60, 72, 80], "keynot": 15, "keyring": 14, "keys": 26, "keywords": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korganiz": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 51], "labell": [41, 51], "labels": [28, 36], "lad": [20, 37, 41], "lanc": 20, "landing": [2, 42], "languag": [1, 44, 64], "larg": [19, 20, 29, 44, 65], "last": [5, 19, 39, 44, 54, 55, 83], "lat": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "lateral": [35, 41, 80], "latest": [7, 14, 18, 25, 52, 83], "launch": [7, 12, 14, 16, 19], "launchagents": 17, "launchp": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lea": 37, "leading": 4, "learn": [2, 21, 26, 42, 46, 48, 49], "learns": 15, "least": [1, 39, 42], "leav": [21, 40], "leaving": 44, "lectur": [20, 35, 41, 80], "leer": 26, "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "less": [5, 11, 38], "let": [5, 7, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "letting": 44, "level": [2, 16, 21, 26, 36, 60, 62, 69, 80], "libr": [24, 41], "library": [9, 17], "libret": 6, "lik": [5, 7, 15, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "likely": [19, 44], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "limitation": 20, "limitations": 15, "limits": [20, 31], "limpi": 20, "lin": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 19, 21, 28, 29, 35, 41, 56, 59, 66, 69, 72], "links": [14, 19, 25, 44, 66, 80], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listening": [8, 9], "listing": [29, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 66, 69], "listweek": 41, "littl": [19, 56, 72], "liv": 60, "live_transcription": 64, "ll": [2, 58], "llam": [41, 51, 80], "llav": 6, "llaver": 49, "llev": 33, "llm": 44, "llms": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 15, 56], "locat": [4, 9, 17, 19, 44, 51], "location": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 54, 81, 83], "logd": 16, "logdebug": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logg": [14, 44, 82], "logging": [19, 20, 29, 83], "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81], "logs": [16, 51], "logwindow": 16, "long": [0, 1, 9, 15, 40, 42, 44, 69, 76, 81], "look": [33, 38, 42, 47, 55, 77, 81, 83], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "lose": [6, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeak": 60, "low": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "lueg": 20, "lug": [20, 41], "lumin": 80, "m": [60, 72, 80], "mac": [6, 9, 13, 25, 42, 43, 51], "machin": [7, 8, 10], "mad": [41, 42, 47], "maestr": 26, "magic": [5, 24, 26], "mail": [0, 6, 40, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "mak": [5, 10, 12, 17, 20, 25, 28, 29, 39, 41, 42, 47, 58, 60, 66, 74], "making": [9, 19, 41], "manag": [5, 14, 15, 17, 20, 21, 26, 27, 36, 41, 42, 44, 50, 56, 57, 77], "management": [12, 20, 36], "managers": [7, 14], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "manej": [41, 46], "maner": [26, 41, 45, 81], "mann": [8, 41], "manual": [6, 7, 13, 14, 15, 20, 24, 25, 27, 29, 33, 36, 39, 41, 44, 45, 49], "manually": [7, 12, 44, 50, 58, 62, 79], "many": [12, 41], "mapping": 20, "marc": 41, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "marketing": [41, 82], "marking": 44, "marks": 27, "marqu": [20, 41], "mas": [20, 24, 33, 35, 37, 39, 41, 43, 45, 80, 81], "mastodon": 42, "mat": 20, "match": [7, 12, 19, 42, 44, 83], "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maxim": [24, 26, 41], "maximum": [8, 9, 11, 20], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mayb": 41, "mayor": [31, 48], "mb": [9, 11, 31], "mdn": 21, "mean": [44, 81], "meaning": [9, 44], "means": [15, 19, 27, 41, 44], "meanwhil": 42, "mechanism": 7, "medi": [8, 21, 42, 60, 62, 69], "mediant": [41, 82], "meeting": [57, 59, 72, 83], "meetings": 69, "mejor": [41, 80], "memb": [42, 69], "members": [2, 5], "membership": 42, "memberships": 42, "memory": 1, "mensaj": [20, 26, 51, 81], "mensual": 41, "mention": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merg": 42, "mes": 41, "messag": [1, 6, 16, 19, 41, 43, 47, 56, 57, 58, 67, 73, 80, 83], "metadat": [19, 33], "method": [7, 27, 45, 58, 81], "methods": [7, 42], "metod": [20, 28, 41], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "miembr": [20, 35], "mientr": [20, 41], "miercol": 41, "might": [7, 9, 10, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "migration": 52, "milliseconds": 9, "mim": 12, "min": 9, "minchunksiz": 9, "mind": 41, "miniatur": [26, 33], "minimal": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mism": [20, 24, 26, 41], "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 42, 45, 73, 81], "mod": [20, 24, 26, 41, 42, 60, 66, 69, 80], "modal": [41, 83], "modals": 80, "model": [1, 44], "moderation": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modifi": [0, 21, 42], "modific": [26, 31, 41, 51], "modification": [12, 19], "modifications": 42, "modify": [0, 19, 20, 42, 60], "modifying": 19, "moment": [28, 41], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "mont": [20, 28, 35], "montaj": 20, "month": 41, "mor": [0, 2, 5, 7, 11, 12, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 50, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morning": 0, "most": [18, 19, 41, 44, 74, 83], "mostr": [29, 37, 41, 46, 81], "mount": [20, 21, 27], "mounts": 27, "mous": [2, 63, 80], "mov": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "movil": [22, 30, 41, 48, 82], "moving": 44, "mozill": 83, "ms": 74, "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 41, 82], "muestr": [20, 24, 35, 41, 45, 48, 82], "muev": 24, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "mund": 53, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "mutually": 44, "my": [2, 20], "my_sync_fold": 8, "mycertificat": 20, "mydat": 10, "mynextcloud": [20, 48], "n": [8, 56], "nadi": 82, "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 41, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 46], "natively": 50, "naturally": 42, "nautilus": [19, 46], "naveg": [6, 20, 35, 41, 49, 81], "navigat": [0, 20, 21, 37, 42, 44, 51, 80], "navigating": 6, "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": [21, 50], "nearly": 10, "neces": 41, "necesari": [20, 37], "necesit": [20, 41], "necessary": [19, 41, 47, 54], "need": [2, 7, 9, 11, 12, 14, 17, 20, 35, 38, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 76], "needing": [15, 42], "needs": [10, 15, 42, 70], "nem": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "networks": 42, "nev": [38, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 21, 27, 36, 37, 39, 41, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80], "newest": 44, "newly": [12, 15], "newsletters": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextclouds": [28, 35], "nextcloudurl": 8, "nic": 5, "nick": 5, "night": 66, "ningun": [26, 28, 33], "nitrokey": 81, "nivel": 41, "nkujuxuj3b": 17, "noaut": 20, "nobody": 69, "nombr": [20, 26, 29, 37, 39, 41, 48, 49, 51, 82], "non": [2, 8, 9, 14, 44, 47], "normal": [7, 9, 19, 41, 66, 81], "normally": [26, 44], "not": [0, 2, 4, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 35, 36, 38, 40, 41, 42, 44, 45, 47, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notic": 10, "notif": [35, 37, 41, 82], "notifi": [0, 10, 69, 72, 76], "notific": 41, "notification": [1, 6, 7, 19, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [0, 6, 9, 10, 19, 60, 66, 76, 83], "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 41, 42, 44, 47, 66], "ns": 20, "nub": [28, 35], "nuestr": [43, 80], "nuev": [20, 24, 26, 28, 35, 37, 39, 45, 48, 82], "numb": [11, 19, 28, 41, 44, 58, 60, 69], "numbers": [15, 42], "numer": [26, 41], "nunc": [26, 39], "object": [0, 27], "objet": 41, "obscur": 69, "observ": 14, "obten": [20, 41, 51], "oc": [20, 28], "ocasion": 41, "occ": 27, "occurr": [0, 10, 20], "occurs": 44, "oct": 20, "ocult": 35, "ocup": [33, 41], "ocurr": 26, "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 80], "offers": [7, 19, 20, 21, 44, 60, 73], "offic": [6, 12, 20, 21, 41, 43, 69], "officially": 14, "offlin": [15, 19, 27], "ofrec": [20, 31, 41, 53, 80], "often": [0, 41], "ojos": 80, "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "olvidat": 26, "omit": 20, "on": [0, 1, 2, 5, 7, 8, 9, 10, 15, 17, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 38, 39, 41, 42, 45, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 26, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "opcion": [20, 21, 26, 35, 37, 41, 45, 48, 82], "opcional": [20, 26, 41, 45], "open": [0, 1, 2, 7, 10, 12, 14, 15, 19, 20, 21, 27, 28, 36, 38, 41, 42, 44, 45, 47, 48, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opening": [2, 15, 16, 60], "opens": [10, 12, 15, 16, 19, 21, 29, 42, 44, 60, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "oper": 20, "operating": [7, 12, 17, 20], "operation": 11, "operations": 19, "operators": 44, "oportun": 41, "opportunity": 12, "opt": [9, 44], "optimiz": 20, "option": [0, 12, 16, 19, 28, 33, 35, 36, 41, 42, 44, 45, 56, 60, 62, 63, 72, 76], "optional": [20, 40, 44], "optionally": 41, "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 21, 41, 58, 60, 69, 72, 82, 83], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 40, 41, 44, 45, 47, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "orden": [20, 24, 25], "order": [12, 42, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [0, 2, 3, 41, 44, 76], "organizations": 42, "organizing": 5, "original": [37, 44, 64], "oscur": 80, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 21, 26, 27, 29, 37, 41, 42, 44, 47, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 19, 25, 40, 44, 69, 74, 82], "otherwis": 15, "our": [14, 15, 42, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgoing": 44, "outlin": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 20, 27, 42, 44, 69, 76], "overflow": [19, 27], "overflows": 65, "overh": 20, "overhauls": 12, "overrid": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabl": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [35, 37, 42, 44], "ownership": [23, 30, 42], "p": [8, 20, 41], "packag": [7, 8, 14, 17, 19, 20], "pag": [2, 4, 7, 14, 15, 21, 24, 25, 28, 33, 35, 41, 42, 54, 74, 77, 83], "pagin": [26, 29, 35, 41, 43, 80, 82], "pais": 41, "pan": [12, 44], "panel": [1, 20, 36, 44, 50], "pantall": 80, "papeler": [24, 26, 28, 33, 54], "paperclip": 56, "par": [24, 25, 28, 31, 33, 35, 37, 39, 45, 46, 48, 51, 53, 54, 80, 82], "parallel": [11, 15, 19], "parameters": [20, 52], "parec": [35, 41], "parent": [19, 21, 42, 58], "part": [5, 12, 26, 39, 41, 42, 44, 51, 60, 69], "particip": [41, 80], "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particul": [0, 58], "parts": 2, "party": [12, 20, 70], "pas": [6, 28, 35, 41, 45, 46, 48, 51, 54, 82], "pass": [8, 20, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "passwords": [54, 81], "past": [51, 69], "path": [8, 19, 27, 47, 48], "pathtomountpoint": 20, "patron": 39, "pattern": [8, 19, 39, 44], "patterns": 19, "paus": 19, "pc": 20, "pdf": 21, "peers": 2, "peg": [41, 51], "peligr": 26, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 24, 26, 33, 41, 42, 45, 60, 80], "perd": [26, 41], "perfectly": 18, "perfil": [41, 82], "perform": [7, 9, 20, 42, 44], "performanc": [20, 44, 64], "performs": 8, "period": [19, 24, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanec": 24, "permanent": [24, 33, 41], "permanently": [4, 12, 15, 24, 69], "permis": [20, 35, 41, 45], "permission": [57, 60, 63], "permissions": [37, 42, 60, 69], "permit": [20, 24, 26, 28, 33, 35, 41, 43, 45], "pers": 20, "persist": 9, "persists": 27, "person": [10, 24, 41, 69, 83], "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personaliz": [41, 80], "pertenec": 82, "pesta\u00f1": [20, 35, 41], "peterstei": 12, "peticion": 26, "phon": [42, 45, 60, 69, 81, 82], "phot": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": 20, "pick": [1, 21, 29, 36, 56, 69], "pickers": 6, "pictur": [5, 82, 83], "pie": 15, "pierd": 26, "pim": [46, 50], "pin": [15, 76], "pinn": 76, "pkgs": 8, "plac": [1, 2, 7, 8, 20, 42, 53, 65, 69, 83], "plain": [20, 21, 54], "plane": [20, 41], "planif": 41, "plasm": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "ple": [4, 41, 42, 44, 63, 82], "plist": 17, "plus": [41, 42], "poc": [20, 24, 33, 41, 48], "poder": 24, "podr": [20, 26, 41, 82], "podran": [26, 41], "point": [14, 44, 45, 83], "pointing": [10, 27, 44], "polici": 7, "poll": [9, 15, 56], "pon": 41, "pop": 7, "pop3": 43, "popov": 80, "popul": 41, "populat": 19, "popup": 41, "porqu": [26, 35], "port": [8, 9, 44, 47], "portapapel": 41, "portatil": 20, "posibil": 20, "posibl": [35, 41, 51], "position": 42, "possibility": 38, "possibl": [0, 1, 7, 12, 15, 18, 19, 38, 42, 44, 58, 59, 62, 74, 76], "possibly": 20, "post": 51, "posts": 57, "potential": 44, "power": 1, "ppa": 8, "pre": [18, 19, 44, 66], "precaution": 44, "preconfiguration": 14, "predefin": [19, 41, 44, 60], "pref": [14, 44], "prefer": 82, "preferenc": [0, 9, 17, 41, 44, 45, 52, 82], "preferent": [6, 80, 81], "preferr": [7, 20], "prefier": [20, 35], "prefij": 20, "pregunt": 41, "prepar": [41, 62, 66], "preparation": 18, "preselect": 2, "present": [7, 27, 63], "presentation": 21, "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 66, 72], "preven": 24, "prevent": [7, 35, 42, 69, 82], "prevents": 7, "previ": 41, "preview": [2, 21, 44, 55, 60], "previews": [15, 21], "previous": [0, 1, 12, 21, 39, 50], "previously": 44, "previsualiz": 26, "prim": [39, 81, 82], "primari": 80, "primary": 44, "primer": [26, 39, 41, 48], "principal": [26, 80], "principals": [47, 51], "prior": 7, "priv": [41, 82], "privac": 53, "privacy": [38, 44, 62, 83], "privat": [26, 41, 82], "privately": 66, "privileg": 7, "pro": 81, "prob": 48, "probabl": [20, 26], "problem": [12, 26, 80, 81], "problems": 11, "proc": [12, 44], "procedur": 50, "proces": 39, "process": [8, 12, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 42, 44, 69], "program": [12, 14, 20, 41, 53], "programs": 17, "progress": [15, 19, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "pront": 41, "prop": [20, 44], "propagat": [8, 35], "properly": 12, "properti": 42, "propertyhandlers": 12, "propertysystem": 12, "propfind": 20, "propi": [28, 35, 80], "propiedad": 20, "propietari": [20, 24, 26, 33, 35, 37, 41], "proporcion": 26, "proposal": 52, "propstat": 20, "protect": 69, "protecting": 38, "protection": [35, 42], "proteg": [20, 26, 35, 81], "protocol": [12, 20, 27, 47], "protocols": [50, 74], "prove": 20, "proveedor": [20, 26, 53], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 38, 41, 42, 44, 57, 64, 69, 70], "providing": [55, 56], "provision": 44, "provisioning": 14, "provist": 41, "proxim": 41, "proxy": [8, 9, 19], "proyect": 43, "prueb": [20, 24, 81], "public": [21, 33, 36, 56, 58, 69, 82], "publicly": 42, "publish": 82, "pued": [20, 21, 24, 28, 29, 33, 35, 37, 39, 41, 43, 45, 46, 48, 51, 54, 80, 81, 82], "puert": 20, "puest": [41, 51], "puls": [20, 28, 41, 45, 46, 48, 49, 51], "punt": [20, 35, 41], "purp": 40, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qued": [24, 28, 33, 41, 46], "question": 19, "questions": 8, "quick": [2, 19, 66, 69, 76, 80], "quickly": [5, 21, 44, 69, 83], "quier": [20, 35, 41, 45, 80], "quiet": 17, "quit": [17, 20], "qui\u00e9n": 35, "quot": [20, 33, 66], "r": [51, 60, 80], "radi": 42, "rais": [11, 80], "raiz": [20, 37, 41], "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rath": [20, 50], "re": [5, 12, 26, 41, 44], "reabr": 26, "reach": [27, 40, 44, 69], "reaction": 60, "read": [0, 8, 20, 26, 27, 38, 41, 42, 44, 69, 82], "readers": 80, "reading": 15, "reads": 9, "ready": [18, 27], "real": 64, "realiz": [41, 45], "rearrang": 83, "reason": [47, 69], "reasons": 42, "reboot": 20, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 66, 70, 72, 76], "receiving": [44, 64, 70], "recent": [0, 19, 21, 44, 83], "recently": [21, 54], "receptor": 35, "rechaz": [35, 37, 41], "recheck": 27, "recib": [20, 29, 35, 37, 41, 81], "reciclaj": [24, 26, 33], "recient": [20, 82], "recipient": [24, 28, 35, 41], "recipients": 44, "recognis": 15, "recomend": [20, 25, 31], "recomiend": 20, "recommend": [15, 20, 44], "reconozc": 20, "record": [62, 77], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recover": 21, "recovery": 6, "recurs": [20, 26, 46, 48], "red": [19, 20, 27, 50, 60, 62, 82], "reddit": 51, "redirect": [69, 72], "redirig": 81, "reduc": [11, 80], "reducing": 15, "reemplac": 51, "reemplaz": 20, "reenvi": 41, "ref": [14, 31], "referenc": [18, 21, 62, 76], "refier": 26, "reflect": [19, 27, 35], "reflej": 41, "refresc": [20, 41], "refresh": [50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45], "register": [12, 45, 60, 69, 78], "registering": 12, "registr": 20, "registry": [7, 12], "regl": 41, "regul": [12, 20, 27, 36, 41, 42, 50, 60], "regular": 41, "regularly": 11, "regulations": 62, "reinici": 20, "reject": 41, "rejoining": 69, "rel": [12, 14, 18], "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relativ": 41, "relaunch": 1, "relevant": [10, 41, 42, 44, 76], "rellen": 20, "remain": 44, "remaining": 11, "remains": 19, "rememb": 1, "remember": 1, "remind": [41, 44], "reminders": [41, 69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "removal": [12, 17], "removals": 42, "removing": [17, 36], "renam": [0, 21, 35, 36, 44], "rend": 19, "renglon": 20, "renombr": 24, "reop": 44, "repeat": [8, 51], "repeating": 41, "repet": 41, "repeticion": 41, "replac": [41, 45, 47, 60], "replacement": [40, 69], "repli": [57, 69, 76], "reply": [44, 66], "report": [18, 20, 44], "repositori": 8, "repository": [8, 9], "represents": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requier": [20, 31, 41, 81], "requir": [1, 7, 8, 27, 41, 47, 60, 62, 64, 69], "requirements": 74, "requiring": [38, 44, 62], "requisit": 6, "reschedul": 66, "reset": 40, "resetting": 41, "reshar": 41, "resiz": 60, "resolv": 10, "resolving": 10, "resourc": [41, 42, 45, 46], "resourcetyp": 20, "respect": [41, 43], "respectiv": [41, 42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "respuest": 41, "rest": [20, 25, 82], "restant": 24, "restart": 20, "restarts": 7, "restaur": [26, 39, 41], "restor": [24, 41], "restoring": 41, "restriccion": 39, "restrict": [6, 36], "restriction": 42, "restring": 20, "result": [1, 9, 15, 19, 26, 35], "results": [1, 9, 83], "resum": [19, 44], "retencion": [24, 33], "retention": [36, 44, 69], "retorn": 28, "retri": [8, 11, 44], "retriev": [20, 42], "retry": [27, 44], "retrying": [19, 27], "return": [21, 42, 60], "reun": 41, "reunion": 41, "reveal": 15, "revert": 69, "review": [1, 20, 41], "revis": 35, "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": 44, "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": 82, "roll": [39, 57], "room": 58, "rooms": [41, 42, 73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rows": 36, "rss": 6, "rul": [36, 44], "run": [1, 8, 9, 20, 26, 27, 39, 77], "running": [6, 15, 17, 20], "runs": 10, "rut": [20, 51], "rw": 20, "s": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sab": [26, 81], "sabredav": 20, "saf": [17, 38, 69, 81], "safari": 83, "said": 7, "sal": [20, 82], "salt": 80, "salv": 82, "sam": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samb": 27, "sav": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 54, 56, 62, 80], "saving": 47, "say": 10, "says": 20, "scan": [12, 27], "scann": 45, "scary": 5, "scenari": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 66, 69], "schem": 12, "scop": [14, 44, 82], "scp": 20, "scre": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [26, 44], "scripting": 20, "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "seamlessly": 15, "search": [2, 6, 8, 21, 26, 36, 42, 69, 72, 78, 80], "searching": [41, 44, 69, 82], "searchon": 8, "sec": 9, "seccion": [26, 37, 41], "second": [2, 6, 7, 42, 44, 56, 66, 69], "seconds": [9, 11, 60, 62, 81], "secret": [0, 8, 41, 81], "secrets": 20, "section": [1, 7, 9, 11, 12, 20, 36, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secur": 38, "security": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": 82, "seen": 51, "sees": 38, "segu": [20, 48], "segund": [39, 48, 51, 81], "segur": [20, 26, 53], "seleccion": [20, 29, 37, 41, 45, 51, 80], "select": [0, 1, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 66, 69, 72, 76, 81], "selecting": [2, 14, 15, 41, 44, 56, 62], "selection": [36, 41, 44, 81], "selections": 41, "selectiv": 8, "selector": [37, 41, 66], "self": [42, 76], "seman": [39, 41, 82], "semi": 19, "sencill": [26, 29], "send": [0, 1, 41, 44, 45, 58, 60, 66, 70, 76, 80], "senders": 44, "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensitiv": 69, "sent": [0, 10, 28, 44, 69], "separ": [25, 41], "separat": [0, 1, 44], "separately": [42, 44, 49, 81], "ser": [20, 26, 33, 37, 39, 41, 48, 49, 51, 80, 81, 82], "seran": [41, 46], "serv": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servers": [20, 21, 27, 41, 70, 82], "servic": [20, 26, 27, 29, 47, 57, 74, 77], "servici": [26, 53], "servidor": [20, 24, 26, 28, 35, 41, 43, 45, 48, 49, 51, 53, 82], "sesion": [6, 20, 45, 49, 51, 80], "session": [9, 42], "sessions": 9, "set": [4, 9, 33, 40, 41, 42, 44, 45, 51, 59, 62, 64, 69, 76, 77, 82, 83], "setting": [0, 4, 6, 10, 12, 16, 43, 44, 69, 81, 82], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 36, 37, 38, 40, 41, 42, 47, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 81, 82], "setup": [12, 49, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "shar": [0, 2, 3, 15, 19, 20, 23, 26, 27, 29, 30, 38, 41, 53, 56, 62, 63, 69, 73, 76, 82], "sharing": [0, 6, 21, 29, 30, 37, 61, 70, 73], "shell": 12, "shift": [42, 80], "short": [18, 40, 42, 44], "shortcut": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 40, 41, 42, 44, 60, 79, 83], "showexperimentaloptions": 9, "showing": [0, 4, 10, 19, 21, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 60, 69, 83], "shows": [0, 1, 10, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 83], "si": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 45, 48, 51, 80, 81, 82], "sick": 40, "sid": [5, 10, 15, 19, 24, 27, 30, 33, 34, 35, 38, 41, 42, 44, 50, 52, 55, 82], "sideb": [2, 5, 6, 15, 20, 27, 28, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "siempr": [20, 41], "siev": 44, "sig": [28, 33, 35, 45, 46, 51], "sign": [19, 42], "signatur": 44, "signif": 20, "significant": [20, 44], "significantly": 20, "siguient": [20, 28, 35, 41, 45, 51, 81, 82], "silent": [7, 8, 60], "simbol": 20, "simil": [15, 19, 20, 26, 40, 41, 42], "similar": 46, "similarly": 44, "simpl": [5, 27, 39, 41, 44], "simplement": 81, "simplifi": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [35, 39, 44, 50, 81], "sincroniz": [6, 20, 22, 41, 43, 53], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sino": [24, 26], "sintaxis": 20, "sip": 69, "sistem": [20, 21, 41], "sits": 19, "situation": [10, 11], "siz": [9, 11, 19, 20, 31, 42], "sizing": 9, "skip": [60, 80], "skipp": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "small": [49, 58, 60, 63], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snippets": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "sobr": [20, 24, 26, 41, 43], "sobremes": 25, "social": [42, 82], "socks5": 9, "softwar": [6, 7, 12, 14, 17, 42, 80], "sol": [24, 26, 28, 35, 39, 41, 46], "solap": 41, "solely": 44, "solicit": [26, 28, 31, 45], "solucion": [35, 53], "solution": 20, "solv": [12, 81], "som": [5, 9, 10, 14, 19, 26, 27, 41, 44, 57, 69, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "soport": [20, 26, 41, 46, 49, 53, 81], "sorting": 44, "sourc": [14, 20, 38], "sourced": 8, "spac": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "spe": 44, "speak": [62, 72], "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specifi": [8, 9, 11, 16, 44], "specific": [0, 8, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifically": 12, "specify": [7, 8, 16, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speeds": 20, "split": 44, "spok": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "standard": [8, 14], "standardiz": 15, "standards": 80, "stands": 20, "star": [21, 42], "starr": 21, "start": [1, 3, 6, 12, 20, 38, 41, 44, 52, 58, 62, 69, 71, 72, 76], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": [19, 20], "stat": [8, 15, 19, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 41, 44, 59], "stdout": 16, "step": [12, 14, 36, 47, 51, 69], "steps": [20, 28, 44, 49, 50, 51], "still": [2, 9, 15, 21, 26, 42, 44, 47, 62, 69], "stol": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "stor": [4, 15, 19, 20, 39, 42, 44, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stream": [6, 62, 72], "strikethrough": [15, 41], "string": 19, "strip": 41, "structur": [2, 3, 21, 42], "sub": [20, 22, 23, 24, 30, 33, 35, 45], "subdirectory": 20, "subfold": 8, "subfolders": 12, "subject": 44, "subjects": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [41, 50, 76], "subscripcion": 53, "subsequent": 15, "substantially": 20, "substring": 44, "successful": [14, 27, 28], "successfully": 7, "suced": 41, "such": [0, 1, 7, 10, 14, 19, 26, 27, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sud": 17, "suelt": 29, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summarization": 1, "summarizing": 44, "summary": 57, "super": 24, "superior": 20, "support": [8, 16, 17, 19, 20, 21, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "supports": [14, 15, 20, 39, 42, 44, 50], "sur": [12, 17, 20, 39, 47, 60, 81], "suscripcion": [41, 45], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 25, 44, 50, 53, 81], "synced": [12, 17, 19, 25], "synchroniz": [8, 10, 11, 13, 19, 20, 50, 53], "synchronization": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronizing": [6, 43], "syncing": [19, 42, 47], "syncs": 12, "syntactical": 19, "syntax": [19, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 27], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "tab": [0, 1, 12, 19, 20, 21, 39, 56, 63, 69, 72, 76, 80], "tabb": 21, "tabl": [41, 66], "tabler": 43, "tabs": 19, "tackl": 69, "tag": [21, 44], "tagg": 0, "tagging": [36, 44], "tags": [21, 30, 32], "tak": [2, 9, 12, 15, 17, 28, 41, 42, 44, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tama\u00f1": [20, 24, 31, 33, 80], "tambien": [20, 39, 41, 46, 48, 80, 82], "tan": 41, "tant": [20, 48, 49], "tap": [45, 60], "tapping": 60, "tar": [20, 41, 43, 45, 46, 48], "tard": [26, 48], "target": [9, 15, 20], "targetchunkuploadduration": 9, "targeting": 44, "targets": 83, "tas": 41, "task": [2, 6, 66], "tasks": [0, 1, 44, 57, 69], "teach": 44, "team": [2, 3, 6, 27, 69], "teams": [69, 74], "technical": 15, "technically": 14, "tecl": [6, 28, 46], "telefon": 81, "telegram": 42, "telephon": 82, "tell": [19, 44], "tells": 19, "tem": [6, 26], "temporal": [20, 33, 41], "temporarily": [12, 60], "ten": [24, 27, 41], "tendr": [20, 24, 26, 35, 41, 45, 81], "tendran": 26, "teng": [20, 26, 41], "tentat": 41, "tentativ": [41, 44], "tentatively": 44, "terabyt": 12, "tercer": [26, 41], "term": [1, 18], "termin": [41, 45, 46], "test": [10, 12, 14, 24], "testers": 18, "testing": [9, 18], "tests": 44, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 37, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 28, 29, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 57, 58, 59, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 6, 9, 10, 11, 13, 14, 15, 16, 17, 18, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 41, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 53, 56, 58, 69, 80, 81], "themselv": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 7, 10, 17, 19, 20, 24, 41, 42, 44, 62, 66, 69, 71, 72, 76], "therefor": [38, 47], "thes": [10, 14, 15, 19, 25, 41, 42, 44, 69, 81, 83], "they": [5, 8, 10, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": 2, "third": [12, 20], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 47, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thos": [0, 25, 42, 50, 53, 54], "though": [9, 12, 19], "thre": [1, 14, 19, 21, 27, 36, 41, 42, 56, 58, 60, 65, 76], "thread": 44, "threads": [44, 76], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thumbnail": 21, "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tiemp": [20, 26, 33, 41], "tien": [20, 21, 24, 26, 28, 35, 39, 41, 45, 46, 49, 51, 80, 81], "til": 65, "tim": [8, 9, 10, 12, 14, 15, 19, 20, 36, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timezon": 41, "tip": [20, 26], "titl": [2, 5, 41, 44, 56, 59, 76], "titul": 41, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "tod": [20, 21, 26, 28, 33, 35, 37, 41, 46, 53], "today": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "tok": [0, 20, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": 54, "too": [41, 44], "tool": 2, "toolb": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "toqu": 45, "total": [33, 41], "totp": [20, 81], "touchp": 63, "towards": 45, "trabaj": [6, 41, 42, 48], "track": 0, "trail": 21, "transcrib": 64, "transcription": [1, 61, 73], "transf": [20, 23, 27, 30, 42], "transfer": [37, 41], "transferent": [20, 35, 37], "transferr": [20, 37], "translat": [4, 44, 53, 64], "translation": [61, 73], "translations": 44, "transparent": [26, 41], "tras": [26, 41], "trash": [9, 21, 28, 42], "trashbin_retention_obligation": 24, "trat": 41, "trav": 46, "travelling": 41, "traves": [22, 26, 30, 31, 41], "tray": [9, 10, 14, 19], "tre": 19, "tres": [35, 41], "tri": [8, 44, 47, 69], "trigg": [27, 44, 50], "trigger": [0, 9, 14, 44], "triggering": 44, "troubleshooting": 47, "tru": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47], "tt": 5, "tue": 20, "tumblr": 42, "tunel": 20, "turn": [44, 50, 75], "turning": 9, "two": [2, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80], "types": [0, 15, 21, 42, 66, 69], "typical": 19, "typically": [19, 57], "typing": [2, 44, 69], "u": [8, 20, 28, 35, 41, 80, 81], "u2f": 81, "ubic": 41, "ubuntu": [8, 14, 17, 19, 20], "ud": [20, 41, 82], "ui": 9, "ultim": [39, 46], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unas": 26, "unauthenticat": 0, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 7, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergoing": 9, "understanding": 44, "undesir": 19, "undon": 15, "unencrypt": [26, 38], "unet": 80, "unfocus": 80, "unfortunately": 20, "unic": [41, 82], "unifi": [6, 76], "unifying": 5, "uninstall": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintend": 9, "uniqu": [26, 60], "universal": [6, 12], "universiti": 7, "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmonitor": 12, "unmut": [60, 72], "unorder": 66, "unorthodox": 12, "unpin": 76, "unre": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchroniz": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 41, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 54, 64], "updating": [7, 19, 44], "uplo": [9, 10, 19, 21, 27, 29, 31, 41, 42, 60], "upload": [9, 10, 11, 15, 62, 69], "uploaders": 29, "uploading": 72, "uploads": [9, 10, 21, 29], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [44, 80], "usa": [20, 39], "usabl": 80, "usad": [80, 82], "usag": 83, "usan": 20, "usand": [20, 26, 29, 41], "usar": [6, 43, 54, 80, 82], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 40, 41, 42, 45, 47, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 20, 33, 36, 38, 39, 40, 41, 42, 44, 54, 80], "useful": [15, 21, 41, 44, 60, 72, 82], "user": [4, 8, 9, 10, 15, 17, 20, 26, 27, 28, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 50], "users": [0, 7, 9, 10, 14, 15, 18, 19, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 26, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 20, 22, 23, 25, 29, 30, 34, 35, 40, 41, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "uso": [20, 25], "usted": [20, 24, 26, 28, 29, 31, 33, 35, 41, 81, 82], "usually": [12, 44, 47], "usuari": [6, 20, 24, 28, 31, 33, 37, 41, 45, 48, 49, 51, 82], "usuario1": 24, "usuario2": 24, "usuario3": 24, "usuarionextcloud": 20, "utf": 20, "util": [20, 31, 33], "utilic": [20, 28], "utiliz": [25, 26, 41, 44, 48, 51, 53, 81], "v": [60, 72, 80], "v6": 41, "va": 20, "vac": 41, "vacation": 40, "vaci": 41, "val": [41, 44], "validat": [19, 50], "valor": [20, 24, 82], "valu": [7, 9, 11, 12, 16, 19, 20, 42, 44], "var": 16, "vari": [35, 80, 81], "variabl": [6, 9, 10, 13, 31, 41], "variety": 82, "various": [41, 42], "vay": [20, 35, 45], "vcard": 42, "vcards": 42, "vcf": 42, "ve": [18, 20], "vea": 26, "veas": [24, 33], "vendor": 7, "ventan": [20, 41], "ver": [20, 26, 29, 35, 41, 45, 81], "veran": [26, 28, 41], "verbos": 8, "verif": [6, 54, 82], "verific": [20, 41], "verification": 69, "verify": [20, 44], "verl": [20, 82], "version": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 28, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [7, 9, 17, 18, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "vez": [20, 24, 26, 35, 39, 41, 45], "via": [4, 10, 15, 20, 21, 29, 39, 41, 44, 50, 60, 69, 72], "vibrat": 60, "vide": [62, 63, 69, 72, 73, 80], "viej": 26, "vien": 41, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 51, 56, 59, 60, 63, 66, 69, 76, 80, 83], "viewabl": 41, "viewers": 80, "viewing": 6, "views": 21, "virtual": [17, 82], "visibil": 37, "visibility": [15, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 41, 42, 44, 47, 66, 69], "visit": [25, 44], "visitors": 5, "vist": [20, 26, 41], "visual": 80, "visualiz": 15, "voic": 60, "volum": 8, "volv": [21, 26, 35, 48], "vot": [41, 56], "vpn": 20, "vuelv": [20, 26, 33], "wait": 18, "waiting": [1, 19, 44, 79], "want": [0, 2, 4, 7, 14, 18, 19, 26, 28, 29, 41, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "wants": 5, "warn": [12, 44], "warning": [19, 41, 44], "warnings": 19, "was": [0, 1, 9, 39, 41, 44, 83], "watch": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59], "ways": [17, 44, 56, 62], "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webin": [73, 77], "webinars": [77, 79], "websit": 73, "week": [0, 69], "weekly": [0, 42], "weeks": [42, 69], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 62], "wer": [9, 41, 42, 57, 70], "what": [0, 5, 12, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "wher": [1, 5, 7, 8, 9, 10, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "wheth": [9, 18, 27, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 44, 46, 47, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 42, 44, 56, 60, 62, 66, 71], "whit": 19, "whiteboards": 2, "who": [5, 6, 21, 28, 56, 62], "whol": [15, 26, 41], "whom": 41, "wid": [10, 26, 36, 62, 82], "widget": 44, "widgets": [44, 83], "wiki": [57, 74], "wildcards": [8, 19, 44], "will": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 25, 26, 27, 28, 35, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "win": 20, "window": [9, 10, 12, 15, 16, 29, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": 17, "wish": [44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 36, 40, 41, 43, 44, 45, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 81], "wordpress": 12, "words": [5, 38], "work": [10, 15, 19, 20, 36, 44, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [27, 41, 44], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 16, 41, 69], "writabl": 42, "writing": [20, 44, 49], "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "year": [41, 83], "yellow": [10, 19, 27, 42], "yes": [26, 36, 41], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 63, "\u00e9stos": [33, 41], "\u00f3": [20, 41]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Tabla de contenidos", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Acceder a los archivos de Nextcloud a trav\u00e9s de WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Administrar archivos borrados", "Sincronizaci\u00f3n de escritorio y m\u00f3viles", "Using server-side encryption", "Using external storage", "Using federation shares", "Hacer subidas an\u00f3nimas", "Archivos y sincronizaci\u00f3n", "Subidas de grandes archivos", "Managing your files", "Cuota de almacenamiento", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Control de versiones", "Setting out-of-office messages", "Usar la aplicaci\u00f3n Calendario", "Using the Contacts app", "Software de trabajo en grupo", "Using the Mail app", "Sincronizar con Android", "Sincronizar con el escritorio de GNOME", "Synchronizing with iOS", "Sincronizar con Kontact de KDE", "Sincronizar con macOS", "Synchronizing with Thunderbird", "Sincronizar con Windows 10", "Migrate data between instances", "Introducci\u00f3n al manual de usuario de Nextcloud 35", "Gestionar las conexiones entre navegadores y dispositivos", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Acceso universal", "Usar la verificaci\u00f3n en dos pasos", "Gestionar sus preferencias", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Con": 45, "Es": 26, "Hay": 26, "Otros": 35, "Qu\u00e9": 24, "Sin": 45, "about": 12, "acced": 20, "accepting": 70, "acces": [35, 80], "access": [4, 36], "accessing": [20, 21, 22, 27], "account": [19, 44], "accounts": 19, "actions": [15, 44], "activiti": 0, "activity": [0, 21], "adaptat": 80, "add": [41, 42, 44, 50], "adding": [19, 27, 38, 42], "address": [42, 44], "adjunt": 41, "administr": [24, 41], "advanc": 44, "agend": 41, "ai": [1, 44], "ali": [15, 44], "all": [44, 78], "almacen": [24, 33], "alternativ": 50, "ampliacion": 80, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 36, 42, 44, 57, 59, 60, 64, 66, 69, 72, 79, 83], "andro": 45, "anonim": 29, "anoth": 44, "aplic": [24, 41, 45, 81], "app": [0, 42, 44], "appearanc": 55, "apps": 75, "archiv": [20, 21, 24, 26, 29, 30, 31, 45, 69], "are": 12, "as": [42, 44, 72], "asign": [20, 41], "asistent": 41, "assigning": 36, "assistant": 1, "at": 42, "attachments": 56, "attempting": 12, "attend": 41, "audi": 60, "automat": 41, "automatic": [7, 44], "automation": 44, "autorespond": 44, "autoresponders": 44, "availability": 41, "a\u00f1ad": [35, 41], "backends": 27, "backgrounds": 60, "ban": 69, "basic": 7, "being": 12, "betw": 52, "blocks": 44, "body": 44, "books": 42, "borr": [24, 39], "bots": 57, "breakout": [58, 60], "brows": 60, "browsing": 36, "busy": 41, "by": 36, "calend": [41, 44, 47, 59], "calendari": [41, 45, 51], "calendars": 50, "call": [60, 62, 64, 65, 72], "calls": 61, "cambi": [26, 54], "can": 82, "card": 75, "cardbook": 50, "carpet": [21, 29], "chang": [12, 27, 44], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "cifr": 26, "cit": 41, "clav": 26, "client": [8, 13, 15, 19, 20, 25, 60, 81], "clients": 60, "cloud": 28, "cod": 81, "collaboration": 23, "collectiv": [2, 3], "color": 44, "com": [24, 26], "comand": 20, "command": [8, 16], "commands": 57, "comments": 21, "comp": 44, "compact": [44, 55], "compart": [20, 24, 26, 35, 41, 82], "comparticion": 21, "compos": 44, "conditions": 44, "conect": 54, "conexion": 54, "configur": [29, 41, 49, 58, 81], "configuration": [9, 15], "configuring": 19, "conflict": 15, "conflicts": 10, "connecting": 21, "conoc": 20, "consent": 62, "consider": 81, "consol": 20, "contact": [42, 45, 51], "contacts": [42, 44, 47, 50], "conten": 6, "context": 15, "continuously": 12, "contrase\u00f1": [26, 54], "control": [21, 39], "controlling": 60, "conversation": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "cre": [20, 41], "creat": [5, 42, 44, 75], "creating": [21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "cuand": 24, "cuent": 49, "cumplea\u00f1": 41, "cuot": [24, 33], "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [44, 69, 83], "dat": [52, 82], "deck": 75, "deep": 12, "delegation": [41, 44], "delet": 44, "deletion": 44, "desd": 20, "deshabilit": 26, "desktop": [13, 19, 60], "details": 21, "detection": [27, 44], "devic": 38, "dias": 41, "direccion": 82, "directori": 12, "disk": 11, "disp": 69, "display": 44, "displaying": 38, "disponibil": 41, "disposit": 54, "dolphin": 20, "dos": 81, "downl": [14, 60], "download": 15, "duplic": 41, "duplicat": 42, "during": 60, "e2e": 38, "edit": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "elimin": [24, 41], "email": [0, 28, 72], "emoji": 66, "enabl": [12, 44], "enabling": 38, "encrypting": 38, "encryption": [26, 34, 38], "end": 38, "enlac": 35, "entreg": 29, "envelop": 44, "environment": 11, "environments": 7, "escritori": [20, 25, 46], "espaci": 24, "even": 12, "event": [41, 44], "events": 59, "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expiration": 69, "explor": 20, "export": 41, "extensions": 15, "external": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "federat": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "feri": 41, "ficher": 20, "fil": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filt": [44, 69], "filtering": [0, 21, 44], "find": 15, "first": [2, 5], "fisic": 81, "fold": [12, 38, 44], "folders": 12, "follow": 44, "for": [41, 44, 77], "frecuent": 26, "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "functionality": 12, "general": [17, 19], "gestion": [41, 54, 82], "gestor": 20, "getting": 2, "global": 82, "gnom": 46, "grand": 31, "grid": [21, 65], "group": [26, 69], "groups": 42, "grup": [35, 43], "guest": 72, "hac": 29, "hand": 60, "handling": 8, "history": 1, "horari": 41, "how": [5, 12, 44], "i": 12, "icon": [19, 21], "icons": 19, "ics": 41, "if": 81, "ignor": 19, "immediately": 60, "import": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76], "inbox": 44, "incluid": 80, "indicators": 15, "info": 44, "information": 42, "inici": [26, 81], "initial": 14, "inserting": 66, "install": [8, 14], "installation": 14, "instanc": 52, "instructions": 17, "integrating": 75, "integration": [15, 44, 59, 71], "interacting": 76, "interfac": [12, 21, 83], "intern": 35, "internal": 44, "into": 75, "introduccion": 53, "introduction": 5, "introductions": 5, "invit": 41, "invitation": [44, 70], "invitations": 44, "ios": 47, "is": 26, "issu": 15, "it": 12, "items": 42, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "known": 15, "kontact": 48, "laboral": 41, "languag": 12, "layout": [44, 65], "levels": 36, "libret": 82, "lik": 12, "lin": [8, 16], "line": 20, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "llav": 81, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "lose": 81, "low": 11, "mac": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "manag": [19, 58, 62], "managing": [32, 36, 41, 42, 44, 69], "manual": 53, "manually": 42, "mark": 42, "markdown": [4, 66], "mas": 26, "matterbridg": 74, "mediant": 35, "meeting": [41, 44], "meetings": 59, "members": 42, "mention": 44, "menu": 15, "merging": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mobil": 60, "mod": 44, "modal": 44, "moderators": 77, "modifi": 12, "mor": 66, "mov": [12, 21, 26, 44], "movil": [20, 25, 45], "multipl": 42, "my": 12, "nativ": 44, "nautilus": 20, "naveg": [54, 80, 83], "navigating": [21, 83], "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nombramient": 39, "not": [12, 69], "notif": 45, "notification": 0, "notifications": [1, 41, 69], "nuev": 41, "of": [12, 40, 55], "offic": 40, "oficial": 20, "on": [12, 14, 19, 44, 50, 76], "onboard": 5, "one": 69, "only": 50, "open": 78, "operation": 44, "options": [16, 42], "or": [42, 60, 72], "order": 44, "organiz": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "overlay": 19, "overview": 10, "own": [5, 27], "ownership": 37, "pag": 5, "papeler": 41, "par": [20, 26, 41], "parent": 5, "participants": [60, 69], "pas": [24, 81], "personal": 1, "phishing": 44, "pick": 66, "pickers": 1, "pictur": 42, "pinning": 76, "plan": 26, "polls": 56, "posibl": 26, "possibl": 26, "preferent": 82, "pregunt": 26, "preventing": 7, "previsualiz": 21, "priority": 44, "priv": 26, "privacy": 69, "privat": 69, "problem": [20, 49], "profil": [82, 83], "progress": 41, "project": 5, "prop": 41, "propi": 29, "proposal": 41, "proposals": 41, "public": [20, 35, 41], "pued": 26, "quick": 44, "rais": 60, "reactions": 60, "recipient": 44, "recommend": 50, "record": 60, "recordatori": 41, "recording": 62, "recovery": [26, 81], "recuper": 26, "recurrent": 41, "recurs": [35, 41], "refresh": 44, "reliably": 12, "remind": 76, "reminders": 44, "remov": 42, "repli": 44, "replying": 66, "reproductor": 21, "requirements": 14, "requisit": 83, "reserv": 41, "resolu": 49, "respond": 41, "responding": 41, "respuest": 20, "restrict": 82, "rol": 42, "room": 41, "rooms": [58, 60], "rss": 0, "running": 1, "s": 2, "sal": 41, "schedul": [44, 59], "scheduling": 66, "scre": [60, 63, 72], "search": [44, 76, 83], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "segund": 26, "seleccion": 21, "self": 69, "sending": [44, 66, 70], "serv": [12, 14, 26, 44], "sesion": [26, 81], "set": [19, 60], "setting": [40, 76], "settings": [0, 1, 19, 44, 72, 83], "setup": 14, "shar": [21, 28, 35, 42, 44, 72, 75], "sharing": [15, 19, 23, 26, 27, 35, 41, 56, 63], "shortcuts": 44, "sid": 26, "sideb": [0, 21], "siguient": 26, "silent": 66, "sincroniz": [25, 30, 45, 46, 48, 49, 51], "smart": [1, 44, 66], "snooz": 44, "sobr": 21, "softwar": 43, "solucion": 20, "som": 12, "sort": 44, "spac": 11, "speak": 65, "start": [2, 60], "starting": [60, 72], "status": [15, 19, 41], "step": 5, "steps": 2, "stops": 12, "storag": 27, "stream": 0, "sub": [12, 29, 31], "subfold": 44, "summary": [0, 44, 66], "support": [14, 15, 27], "suscrib": 41, "switch": 44, "sync": [12, 15], "synchroniz": 12, "synchronization": 19, "synchronizing": [47, 50], "syncing": 12, "system": [14, 36], "systray": 19, "tabl": 6, "tag": 36, "tags": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "tare": 26, "task": [1, 44], "tasks": 75, "team": [5, 42], "teams": 42, "tecl": 80, "tem": 80, "templat": 5, "tercer": 20, "text": 44, "than": 12, "the": [0, 5, 7, 8, 12, 19, 21, 26, 38, 42, 44, 50, 60, 83], "ther": 12, "they": 12, "thre": 44, "thread": 76, "thunderbird": 50, "tim": [41, 42], "tlsv1": 51, "to": [5, 12, 21, 36, 38, 41, 42, 44, 66, 69], "togeth": 5, "trabaj": 43, "track": 12, "transcription": 64, "transf": 37, "translation": [44, 64], "transparency": 41, "trash": 44, "traves": 20, "troubleshooting": 51, "unid": 20, "unidad": 20, "unifi": [44, 83], "uninstallation": 17, "universal": 80, "unsubscrib": 44, "up": [44, 60], "updat": [7, 18], "upload": 12, "uploading": [10, 21], "usag": 8, "usar": [26, 41, 81], "use": [2, 44], "user": [12, 19, 41], "using": [0, 8, 19, 21, 26, 27, 28, 38, 42, 44, 50, 66], "usuari": [26, 35, 53], "utiliz": 20, "variabl": 11, "verif": 81, "version": 39, "versions": 14, "via": 28, "vide": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": [15, 19, 42], "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webin": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 42, 47, 50, 59, 75, 76], "workflow": 7, "works": 12, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 42, 44, 69, 81, 82]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Acceder a archivos compartidos p\u00fablicamente a trav\u00e9s de WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acceder a archivos desde Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acceder a archivos desde Linux": [[20, "accessing-files-using-linux"]], "Acceder a archivos desde cURL.": [[20, "accessing-files-using-curl"]], "Acceder a archivos desde macOS": [[20, "accessing-files-using-macos"]], "Acceder a archivos utilizando WinSCP": [[20, "accessing-files-using-winscp"]], "Acceder a ficheros desde Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Acceder a los archivos de Nextcloud a trav\u00e9s de WebDAV": [[20, null]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Acceso universal": [[80, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrar archivos borrados": [[24, null]], "Administrar eventos": [[41, "managing-events"]], "Administrar sus calendarios": [[41, "managing-your-calendars"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Ampliaci\u00f3n y adaptatividad": [[80, "zoom-and-responsiveness"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Archivos no cifrados": [[26, "files-not-encrypted"]], "Archivos y notificaciones": [[45, "files-and-notifications"]], "Archivos y sincronizaci\u00f3n": [[30, null]], "Asignar salas y recursos a un evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Asignar unidades desde el Explorador de Archivos de Windows": [[20, "mapping-drives-with-windows-explorer"]], "Asignar unidades desde la l\u00ednea de comandos": [[20, "mapping-drives-with-the-command-line"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "A\u00f1adir adjuntos a los eventos": [[41, "add-attachments-to-events"]], "A\u00f1adir eventos recurrentes": [[41, "add-recurring-options"]], "A\u00f1adir un recurso compartido por enlace p\u00fablico a su Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Borrando una versi\u00f3n": [[39, "deleting-a-version"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendario": [[51, "calendar"]], "Calendario de cumplea\u00f1os": [[41, "birthday-calendar"]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cambiar la contrase\u00f1a de la clave privada": [[26, "change-private-key-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u201d busy times": [[41, "checking-attendees-busy-times"]], "Citas": [[41, "appointments"]], "Clientes WebDAV de terceros": [[20, "third-party-webdav-clients"]], "Clientes m\u00f3viles": [[25, "mobile-clients"]], "Clientes oficiales Nextcloud para escritorio y m\u00f3viles": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compartir archivos cifrados": [[26, "sharing-encrypted-files"]], "Compartir calendarios": [[41, "sharing-calendars"]], "Compartir internamente con usuarios y grupos": [[35, "internal-shares-with-users-and-groups"]], "Compartir mediante enlace p\u00fablico": [[35, "public-link-shares"]], "Compartir sus datos en la libreta de direcciones global": [[82, "sharing-your-data-in-the-global-address-book"]], "Compose messages": [[44, "compose-messages"]], "Con la aplicaci\u00f3n m\u00f3vil de Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Conditions": [[44, "conditions"]], "Configurar la verificaci\u00f3n en dos pasos": [[81, "configuring-two-factor-authentication"]], "Configurar recordatorios": [[41, "set-up-reminders"]], "Configurar su propia carpeta de entrega de archivos": [[29, "setting-up-your-own-file-drop"]], "Configurar sus Cuentas": [[49, "setup-your-accounts"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consideraciones": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contactos": [[51, "contacts"]], "Contactos y Calendario": [[45, "contacts-and-calendar"]], "Contacts": [[47, "contacts"], [50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Contrase\u00f1a de la Clave de Recuperaci\u00f3n": [[26, "recovery-key-password"]], "Contrase\u00f1as de dispositivo y cambios de contrase\u00f1a": [[54, "device-specific-passwords-and-password-changes"]], "Control de versiones": [[39, null]], "Control sobre archivos": [[21, "file-controls"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Crear sala de Talk para las citas agendadas": [[41, "create-talk-room-for-booked-appointments"]], "Crear un nuevo calendario": [[41, "create-a-new-calendar"]], "Crear un nuevo evento": [[41, "create-a-new-event"]], "Crear una configuraci\u00f3n de citas": [[41, "creating-an-appointment-configuration"]], "Crear una unidad WebDAV en la consola de Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cuota de almacenamiento": [[33, null]], "Cuotas": [[24, "quotas"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Disponibilidad (Horario Laboral)": [[41, "availability-working-hours"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Editar, Exportar o Eliminar un Calendario": [[41, "edit-export-or-delete-a-calendar"]], "Editar, duplicar o eliminar un evento": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Gestionar dispositivos": [[54, "managing-devices"]], "Gestionar la cita reservada": [[41, "working-with-the-booked-appointment"]], "Gestionar las conexiones entre navegadores y dispositivos": [[54, null]], "Gestionar los navegadores conectados": [[54, "managing-connected-browsers"]], "Gestionar sus preferencias": [[82, null]], "Gestor de archivos Nautilus": [[20, "nautilus-file-manager"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Hacer subidas an\u00f3nimas": [[29, null]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Iconos del estado de compartici\u00f3n": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importar un calendario": [[41, "import-a-calendar"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Iniciar sesi\u00f3n con la verificaci\u00f3n en dos pasos": [[81, "logging-in-with-two-factor-authentication"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Introducci\u00f3n al manual de usuario de Nextcloud 35": [[53, null]], "Invitar a asistentes a un evento": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Mover archivos": [[21, "moving-files"]], "Native account delegation": [[44, "native-account-delegation"]], "Navegar con el teclado": [[80, "navigating-via-keyboard"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nombramiento de versiones": [[39, "naming-a-version"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Otros con acceso": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Papelera": [[41, "trash-bin"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preguntas m\u00e1s frecuentes de cifrado": [[26, "encryption-faq"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previsualizar archivos": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemas conocidos": [[20, "known-issues"], [20, "known-problems"]], "Proposals": [[41, "proposals"]], "Publicar un calendario": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Reproductor de v\u00eddeo": [[21, "video-player"]], "Requisitos del navegador web": [[83, "web-browser-requirements"]], "Reservar una cita": [[41, "booking-an-appointment"]], "Resoluci\u00f3n de problemas": [[49, "troubleshooting"]], "Responder a invitaciones": [[41, "responding-to-invitations"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Respuesta": [[20, "answer"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Seleccionar archivos o carpetas": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Sin la aplicaci\u00f3n m\u00f3vil de Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sincronizaci\u00f3n de escritorio y m\u00f3viles": [[25, null]], "Sincronizar con Android": [[45, null]], "Sincronizar con Kontact de KDE": [[48, null]], "Sincronizar con Windows 10": [[51, null]], "Sincronizar con el escritorio de GNOME": [[46, null]], "Sincronizar con macOS": [[49, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Software de trabajo en grupo": [[43, null]], "Soluci\u00f3n": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Soluci\u00f3n 1": [[20, "solution-1"]], "Soluci\u00f3n 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subidas de grandes archivos": [[31, null]], "Subir archivos": [[29, "uploading-files"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Suscribirse a un calendario": [[41, "subscribe-to-a-calendar"]], "Suscribirse a un calendario de d\u00edas feriados": [[41, "subscribe-to-a-holiday-calendar"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with iOS": [[47, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tabla de contenidos": [[6, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Temas inclu\u00eddos": [[80, "included-themes"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Usar aplicaciones clientes con la verificaci\u00f3n en dos pasos": [[81, "using-client-applications-with-two-factor-authentication"]], "Usar el cifrado": [[26, "using-encryption"]], "Usar la aplicaci\u00f3n Calendario": [[41, null]], "Usar la verificaci\u00f3n en dos pasos": [[81, null]], "Usar la verificaci\u00f3n en dos pasos con llaves f\u00edsicas": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00bfC\u00f3mo administra el espacio de almacenamiento la aplicaci\u00f3n Archivos Eliminados?": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u00bfC\u00f3mo se puede deshabilitar el cifrado?": [[26, "how-can-encryption-be-disabled"]], "\u00bfEs posible deshabilitar el cifrado con la clave de recuperaci\u00f3n?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u00bfHay planes para mover esto al siguiente inicio de sesi\u00f3n del usuario o una tarea en segundo plano?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u00bfPuede deshabilitarse el cifrado sin la contrase\u00f1a del usuario?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "\u00bfQu\u00e9 pasa cuando se borran archivos compartidos?": [[24, "what-happens-when-shared-files-are-deleted"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 26, 27, 28, 39, 41, 42, 44, 45, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "Al": [35, 41], "Con": 35, "De": 41, "Del": 80, "El": [20, 24, 26, 28, 33, 35, 37, 41, 43, 46, 80], "En": [20, 26, 35, 37, 41, 45, 46, 48, 51, 80, 81], "Entre": [20, 82], "Es": [41, 53], "Esta": [20, 26, 35], "Estado": 20, "Este": [20, 46], "Esto": [20, 26, 28, 41], "Estos": [26, 33, 41, 51, 82], "Hay": 45, "La": [20, 24, 26, 28, 33, 35, 39, 41, 80, 81, 82], "Las": [35, 39, 41, 46, 82], "Los": [20, 24, 26, 33, 35, 41, 46, 49, 81], "No": [9, 15, 20, 24, 26, 35, 36, 41, 44, 51], "O": 45, "OS": 8, "Por": [20, 24, 26, 31, 41, 48, 80, 81], "Se": [24, 41], "Sin": [24, 26, 41], "Su": [20, 21, 24, 25, 26, 33, 41, 49, 81, 82], "Un": [20, 35, 37, 41, 80], "Una": [20, 41], "Y": [20, 80], "Ya": 48, "_": 8, "__bold": 66, "_italiciz": 66, "aa": 80, "aaa": 80, "abaj": 20, "abiert": [20, 53], "ability": [12, 44], "able": [12, 19, 27, 36, 41, 42, 44, 45, 56, 58, 80, 81, 82], "abort": 11, "aborts": 11, "about": [0, 5, 15, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 47, 66, 70, 72, 76, 82], "abra": [20, 26, 45, 46, 48, 51], "abral": 29, "abre": 80, "abrir": [26, 37, 41, 45, 46], "abrirl": 20, "absenc": [40, 41, 44, 69], "absent": 40, "acab": [41, 45, 51], "acced": [21, 22, 26, 30, 41, 45, 82], "accelerat": 15, "accept": [41, 44, 70], "acceptanc": 44, "accepting": 73, "acces": [6, 20, 26, 31, 41, 45, 81], "accesibil": 80, "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 20, 21, 26, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibility": [80, 83], "accessibly": 5, "accessing": [6, 30, 69], "accidental": 41, "accion": 26, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 41, 45, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47], "acept": [31, 35, 37, 41], "acord": 41, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 44, 62, 75], "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [20, 26, 28, 33, 35, 44, 49, 65, 80, 82], "actival": 26, "activat": [42, 80], "activiti": [19, 59], "activity": [6, 9, 12, 14, 19, 54, 83], "actual": [15, 20, 39, 41], "actualiz": [20, 26, 28, 41, 48], "acumul": 41, "ad": 69, "adapt": 80, "adaptat": 6, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 47, 48, 49, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 41, 42, 44, 82], "addflag": 44, "adding": [7, 20, 41, 44, 69], "addition": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 56, 60, 66, 69, 76], "additionally": 69, "additions": 42, "address": [7, 8, 9, 20, 27, 28, 45, 47, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": 44, "addressbooks": [42, 51], "adds": [5, 42, 44], "adecu": 20, "adel": 26, "ademas": [24, 26], "adjust": [9, 11, 15, 19, 20, 82], "adjusting": 12, "adjustments": 10, "adjusts": 9, "admin": [13, 14, 42, 44], "administr": [20, 21, 26, 29, 30, 31, 32, 33, 35, 37, 80, 82], "administration": [1, 27, 31, 36, 57, 62, 64, 69, 74], "administrativ": 7, "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 42, 44, 57, 66, 70, 74, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 44], "affecting": 44, "affects": 4, "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agend": [44, 45, 57], "aggregat": 42, "ago": 0, "agot": 26, "agreg": [41, 81], "ahi": 41, "ahinc": 20, "ahor": [20, 29, 41], "ahorr": 48, "ai": [6, 66], "aim": 80, "airplan": 57, "ajust": [24, 33, 35, 39, 41, 46, 48, 51, 80, 82], "alcanz": 41, "alej": 80, "algui": 35, "algun": [21, 31, 33, 35, 41, 80], "ali": 52, "alic": 41, "align": 69, "alik": 69, "alivi": 80, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 21, 26, 27, 36, 41, 42, 45, 50, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alli": 41, "allow": [7, 8, 12, 15, 20, 29, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowing": [0, 41, 44, 75], "allows": [7, 15, 40, 41, 42, 44, 57, 79, 82], "alma": 14, "almacen": [20, 26, 30, 32, 39], "almost": 81, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 10, 14, 19, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": 20, "alternativ": 29, "alternatively": [2, 12, 14, 60], "alto": 80, "always": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "amarill": 26, "amazon": [20, 27], "amig": 41, "amount": 12, "ampli": 80, "ampliacion": 6, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 47, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analyz": 44, "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "andro": [6, 20, 25, 38, 43, 53, 73], "anonim": [23, 30], "anonymous": [29, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "anterior": [28, 41, 45, 51], "antigu": [20, 24, 26, 33, 39, 41], "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyon": [66, 82], "anything": [12, 26, 48], "anytim": [28, 62], "anywher": 44, "apach": 31, "aparec": [20, 24, 41, 46, 48, 51, 82], "aplic": [6, 20, 26, 33, 43, 46, 48, 51, 80, 82], "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 41, 43, 45, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 81, 83], "apparent": 51, "appdat": [9, 17], "appe": [0, 2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 59, 69, 70], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 19, 21, 36, 44, 64, 66], "appimag": [12, 14, 17], "appimagelaunch": 12, "apple": [15, 20, 41, 49, 83], "applet": 48, "appli": [19, 36, 42, 44, 69], "applic": 10, "application": [7, 14, 16, 17, 19, 20, 27, 42, 46, 47, 60, 63, 72], "applications": [17, 42, 49], "apply": [15, 36, 40, 44], "appointment": 52, "appointments": 44, "appropriat": 76, "approximately": 9, "apps": [0, 15, 41, 44, 46, 47, 66, 67, 73, 83], "aprend": 24, "apropi": [20, 31], "apt": [17, 20], "aquell": [20, 26, 41], "arbitrari": 20, "arbitrary": 19, "arch": 8, "archiv": [6, 8, 14, 22, 25, 28, 32, 33, 35, 37, 39, 41, 46, 53], "are": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "around": [36, 42], "arranqu": 20, "arrastr": 41, "arrestr": 29, "arriv": 44, "arrow": [15, 50, 66, 72, 80], "articul": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 35, 36, 38, 40, 41, 45, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "asegur": 20, "asegures": 49, "asi": [21, 26, 41, 48, 80], "asign": 24, "asim": 41, "ask": [9, 19, 27, 44, 45, 50, 62, 66], "asks": 40, "assign": [36, 44, 58, 69], "assigning": 21, "assignment": 58, "assistant": [6, 66], "assistiv": 80, "associat": 19, "assuming": 15, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "ataj": 80, "atras": 48, "attach": [36, 44], "attachment": 41, "attachments": [29, 41, 44, 67, 73], "attempt": [14, 44], "attempting": 10, "attempts": [44, 51], "attend": 52, "attende": 41, "attention": 10, "attribut": 82, "audi": [21, 62, 72, 73], "aument": [31, 80], "aun": [26, 33, 80], "aunqu": [20, 41], "aut": [7, 20, 42, 44, 49, 56], "autent": [20, 51], "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 50, 81], "authenticator": 81, "author": 10, "authoring": 20, "authoriti": 20, "autocomplet": 37, "automat": [20, 35, 36, 39, 57], "automatic": [6, 13, 14, 15, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 39, 41, 44, 47, 56, 58, 59, 62, 69], "automatiz": 20, "autorespond": 40, "autoriz": 81, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 41, 42, 44, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "availability": [19, 40, 69], "avanz": 51, "avat": [19, 20, 41, 42, 69], "avatars": [42, 44], "avis": [20, 26], "avo": 15, "away": [19, 69], "ayud": [41, 80], "azul": 41, "a\u00f1ad": [20, 24, 26, 28, 46, 48, 49, 51], "a\u00f1o": 41, "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badg": [10, 21], "baj": [20, 37, 53], "bandwidth": 19, "bann": 69, "bar": [0, 1, 19, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barr": [20, 35, 41, 48, 80], "bas": [7, 8, 10, 20, 26, 33, 44, 45, 57, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "bast": 48, "bat": 48, "batch": [0, 42], "be": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 27, 35, 36, 37, 38, 40, 41, 42, 44, 45, 47, 50, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [10, 42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 42, 60], "bell": 83, "belongs": 42, "below": [0, 9, 10, 11, 17, 19, 41, 42, 44, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "bet": 18, "bett": 26, "betw": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "bien": [41, 45], "bienven": 53, "big": 41, "bin": [21, 42], "binary": [8, 15], "bit": 12, "bits": 14, "bitv": 80, "blacklist": [11, 19], "block": [44, 66], "blockquot": 66, "blocks": 41, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "boards": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [42, 47, 50, 82], "booking": 41, "books": 50, "bool": 15, "bord": 27, "borr": [21, 26, 28, 30, 32, 33, 41], "bot": 57, "both": [8, 10, 42, 44, 47, 52, 55, 60], "boton": [20, 28, 29, 35, 41, 45, 80], "bots": [73, 77], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "brill": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcast": 58, "brows": [0, 2, 7, 12, 14, 20, 21, 27, 28, 38, 51, 63, 72, 81, 82, 83], "browsers": [54, 83], "browsing": 21, "bsd": 14, "bubbl": [55, 60], "buckets": 27, "bug": 7, "bugs": [12, 18], "build": 14, "building": 42, "builds": 18, "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "business": 44, "busqu": 37, "busqued": [26, 46], "busy": 40, "but": [7, 10, 12, 14, 41, 42, 44, 66, 69, 81, 82], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 41, 42, 65, 69, 72], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 41, 42, 44, 47, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "bytes": [9, 11, 20], "c": [12, 20, 80], "cabecer": 80, "cach": [17, 33], "cad": [20, 24, 35, 39, 41, 81], "caduc": 35, "caj": [19, 20], "calcul": [24, 33], "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calend": [0, 40, 42, 45, 48, 49, 50, 51, 52, 68, 69, 73, 83], "calendari": [6, 33, 43, 46, 48], "calendars": [2, 41, 44, 45, 52], "calid": 80, "call": [4, 6, 10, 20, 38, 57, 58, 61, 69, 71, 73, 77, 79, 80, 82], "calls": [6, 60, 69, 70, 73, 77], "cambi": [6, 20, 37, 41, 48, 51, 81, 82], "camer": [45, 60, 63, 72], "camp": [20, 28, 37, 51], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56], "capaz": 20, "caption": 56, "captions": 76, "car": [24, 33], "caracterist": [20, 21, 26, 41], "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "careful": 12, "carg": 41, "carl": 8, "carpet": [20, 24, 26, 33, 35, 37, 41, 82], "carri": 20, "carry": 15, "cartel": 26, "cas": [7, 12, 14, 20, 26, 41, 42, 45, 48, 53, 62, 69, 82], "casill": 20, "catching": 19, "categori": 45, "category": 0, "caus": [19, 41, 80], "caution": 9, "cent": 20, "centr": [65, 80], "central": 69, "cerc": 24, "cerr": [26, 45], "certain": [11, 42, 44, 76], "certif": 20, "certific": [20, 49], "certificat": [8, 20, 47], "certification": 20, "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 21, 25, 26, 29, 36, 40, 41, 42, 54, 55, 58, 69, 72, 80, 82, 83], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapt": [14, 20], "charact": [19, 44], "characters": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "check": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checking": 9, "checklists": 69, "checkmark": 19, "checks": [7, 44], "chips": 83, "chmod": 20, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 50, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81], "choosing": [12, 45, 56, 60], "chos": [15, 44], "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologically": 44, "chunk": [9, 11], "chunksiz": 9, "cierr": [20, 26], "cifr": [20, 33, 49], "cifs": 27, "cinnamon": 20, "circl": [15, 19, 69], "circul": [35, 39, 42], "circumstanc": 9, "citrix": [9, 14], "clarid": 80, "classic": [15, 55], "classification": 44, "clav": 33, "cle": [12, 19, 69], "clean": 44, "clear": 19, "clears": 16, "clic": [20, 28, 35, 37, 39, 41, 51], "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": 72, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 43, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 25, 41, 42, 54, 73, 81], "clipboard": 51, "clock": [66, 81], "clos": [5, 14, 36, 41, 44, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cmd": 8, "cod": [6, 14, 38, 45, 66], "codec": 21, "codig": [20, 41, 53, 81], "cohesiv": 5, "colabor": 35, "colaps": 80, "coleccion": 43, "coleg": 41, "collaborat": 2, "collaboration": [6, 30, 42], "collaboratively": [2, 3], "collaps": [19, 44], "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "coloc": 20, "color": [27, 41, 80], "column": [21, 66], "columns": 60, "com": [8, 9, 12, 15, 17, 20, 28, 31, 33, 35, 41, 44, 45, 46, 47, 48, 49, 51, 70, 73, 80, 81, 82], "comentari": 41, "command": [6, 12, 13, 14, 15, 17, 36, 57], "commands": [17, 73, 77], "comment": 21, "comments": 51, "commercial": 29, "communicat": 11, "communicating": 69, "communiti": 3, "community": [8, 14, 41], "compani": 7, "compar": 10, "compart": [6, 21, 28, 33, 43, 48, 53], "compartal": 26, "comparticion": [28, 35, 53], "compat": [11, 20, 27, 41, 44, 81], "compatibility": [12, 21], "compil": 41, "complej": 41, "complement": [20, 43], "complet": [14, 17, 20, 26, 28, 29, 41, 42, 45, 66, 69, 80, 82], "completely": [9, 62], "completion": 1, "complianc": 62, "compliant": 80, "complic": 24, "component": 19, "components": 19, "compos": 80, "compromis": 26, "comprueb": [20, 24], "comput": [13, 20, 21, 25, 46, 53], "computers": [5, 7], "comun": [20, 80], "conced": 45, "concret": 41, "concretiz": 41, "conditions": 42, "conect": [6, 20, 26, 41, 46], "conexion": [6, 20, 48, 49, 81], "conf": [12, 20, 41, 45], "confd": 16, "confianz": 20, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 14, 15, 19, 20, 24, 26, 27, 31, 33, 35, 37, 42, 44, 45, 48, 51, 54, 57, 59, 60, 62, 69, 77, 79, 82], "configuration": [6, 7, 11, 12, 13, 14, 16, 17, 19, 21, 27, 36, 42, 44, 74, 82], "configurations": [11, 52], "configuring": [27, 45, 54], "confirm": [12, 28, 41, 42, 44, 47, 51], "confirmation": [9, 19, 28, 69], "confirms": [27, 28], "conflict": [10, 41], "conflicting": 10, "conflicts": [6, 13], "confusion": 10, "congratulations": [2, 5], "connect": [1, 12, 14, 15, 19, 20, 21, 25, 26, 27, 54, 81], "connection": [12, 15, 19, 27, 28, 45, 51, 74], "connections": [9, 11, 27, 54, 82], "connectivity": 15, "conoc": [37, 81], "consegu": [26, 28, 46], "consent": 60, "conserv": 39, "consid": 17, "consider": [6, 12, 20], "consideration": 17, "consistent": 15, "consult": [20, 21, 41], "cont": 33, "contabiliz": [24, 33], "contact": [20, 27, 31, 33, 41, 43, 44, 46, 47, 48, 80, 82, 83], "contacts": [0, 6, 43, 45, 49, 51, 52, 82, 83], "contain": [8, 10, 12, 19, 41, 44], "containers": [9, 17], "containing": [8, 10, 12, 19, 42, 44], "contains": [0, 9, 10, 12, 19, 21, 39, 44, 60, 72], "conten": [20, 41, 80], "content": [1, 2, 5, 8, 12, 15, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29], "context": [1, 19, 41, 44, 56], "contextual": 48, "contien": [35, 43], "continu": [10, 19, 20, 26, 28, 41, 44, 45, 48, 50, 51, 69, 81], "continually": 12, "contr": [80, 81], "contrary": 8, "contrase\u00f1": [6, 20, 35, 45, 51, 81, 82], "contrase\u00f1anextcloud": 20, "contrast": 80, "control": [20, 30, 32, 33, 36, 41, 53, 57, 60, 69, 82], "controll": [7, 11], "controlling": 7, "controls": 60, "convenienc": 19, "convenient": 0, "convers": 35, "conversation": [1, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "conviert": 28, "copi": [5, 15, 20, 24, 41, 44, 81], "copy": [0, 10, 12, 20, 21, 25, 44, 51], "corn": 50, "corre": [41, 43, 49, 51, 82], "correct": [20, 51, 81], "correctly": 15, "correctness": 19, "correspondient": [41, 51], "corresponding": [0, 41, 44], "cort": 41, "could": [27, 44], "couldn": 44, "count": 70, "coupl": 15, "cov": 69, "covers": 42, "cowork": 2, "cp": 20, "crashreport": 17, "cre": [21, 26, 28, 33, 35, 43, 45, 48, 51], "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 21, 25, 28, 29, 36, 39, 40, 41, 45, 51, 54, 56, 58, 59, 66, 69, 70, 71, 74, 76, 77, 78], "creating": [12, 19, 44, 54, 59, 82], "creation": [19, 36, 69, 76], "credencial": [20, 45], "credentials": [27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "cuadr": 51, "cualesqu": 51, "cualqu": 54, "cualqui": [20, 24, 28, 33, 41, 80, 82], "cuand": [20, 26, 28, 29, 31, 33, 35, 39, 41, 45, 46, 48], "cuant": [26, 41], "cuart": 41, "cuent": [20, 24, 26, 33, 37, 41, 45, 46, 51, 81], "cumpl": 39, "cuot": [30, 32, 82], "current": [1, 4, 14, 15, 19, 21, 25, 44, 60], "currentcontrolset": 20, "currently": [1, 15, 19, 38, 41, 42, 58, 60, 66], "currentversion": 12, "cursor": 2, "custom": [15, 19, 41, 44, 69, 83], "customers": 18, "customis": [60, 83], "customiz": [20, 44, 55], "cutton": 19, "cuy": 24, "cycles": 12, "cycling": 19, "d": [20, 41, 56], "da": 53, "dad": 24, "daily": 18, "dan": 41, "dandol": 20, "dar": [35, 37], "darl": 39, "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 26, 33, 38, 39, 40, 41, 42, 43, 44, 45, 48, 51, 53, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdr": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 41, 69], "daygridmonth": 41, "days": [44, 59, 83], "db": 8, "deb": [20, 26, 35, 41, 45, 46, 48, 49], "debaj": 33, "debi": [8, 19, 20], "debug": 16, "debugloggingenabl": 15, "decid": [5, 15, 35, 41, 44, 56], "decimal": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "declining": 60, "decorations": [15, 66], "decrypt": [26, 38], "decrypts": 26, "dedic": 20, "dedicat": [15, 44, 45, 50, 69], "deem": 19, "deeply": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69], "defaults": [8, 15, 21], "defect": [24, 26, 28, 31, 35, 41, 48, 82], "defin": [15, 19, 41, 42, 44], "definition": 19, "dej": [20, 26, 35], "delay": 15, "delegat": [41, 44], "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 41, 42, 58, 59, 66, 69, 80], "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "demas": 41, "dentr": 24, "deny": 54, "depend": [20, 44, 80, 82], "depending": [0, 19, 21, 27, 36, 44, 60, 63, 72, 80], "depends": [12, 17, 21, 27, 41], "deployment": [7, 14, 18], "depth": 20, "derech": [20, 35, 39], "des": [20, 41], "desactiv": 41, "desarroll": 80, "descarg": [20, 26, 35, 39], "descendants": 15, "descoment": 20, "desconect": 54, "describ": [7, 11, 41, 77], "descripcion": 41, "description": [5, 41, 56, 59, 69, 72, 76], "descubiert": 41, "descubr": [35, 41], "desd": [26, 41, 45, 53], "dese": [41, 45], "deselect": 20, "desencript": 26, "deshabilit": [20, 21, 35, 41], "deshac": 41, "design": [3, 44], "desir": [12, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 53, 63, 73], "desktopclient": [9, 15, 17], "desmont": 20, "desplaces": 51, "despleg": 20, "despues": [41, 45], "destinatari": [35, 37], "destination": [20, 21], "detail": [15, 41], "details": [1, 20, 27, 36, 39, 41, 42, 44, 52, 59, 69, 82], "detall": [24, 33, 35, 37, 41], "detect": [9, 41, 44], "detection": 15, "detects": 44, "determin": [41, 44], "develop": 13, "development": 18, "devic": [15, 20, 41, 53, 54, 60, 69, 72, 81, 83], "devolv": 45, "devs": 8, "dia": [41, 82], "dial": 69, "dialog": [2, 9, 12, 14, 16, 19, 21, 28, 36, 41, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "diari": 39, "dias": [24, 33, 39], "diaspor": 42, "dic": 57, "dich": 33, "did": [12, 44, 60], "diferent": [20, 41], "differenc": [8, 10, 41], "different": [0, 7, 21, 41, 42, 44, 69, 70], "differently": 19, "dificil": 35, "digest": 0, "digit": 35, "direccion": [6, 20, 41], "direct": [20, 26, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 25, 28, 29], "directory_that_has_been_creat": 8, "dirig": 35, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 26, 42, 44, 47, 57, 60, 62, 64, 72], "disabling": 15, "disallow": 7, "disapp": 42, "disappears": 60, "disc": [20, 33, 41], "disconnect": 54, "disconnections": 20, "discord": 74, "discov": [69, 78], "discover": 59, "discovery": [9, 15, 47, 50], "discussion": [19, 76], "discussions": [44, 58, 60, 69, 76], "dise\u00f1": [20, 80], "disk": [15, 26], "dislexi": 80, "dismiss": [60, 79], "display": [1, 12, 20, 21, 38, 42, 51, 60, 66, 82], "displaying": [16, 44], "displays": [15, 16, 19, 21, 44], "dispon": [20, 24, 26, 35, 39, 41, 45, 46, 82], "disposit": [6, 20, 41, 45, 81], "distint": [20, 35, 41], "distr": 12, "distribut": [20, 41], "distribution": [14, 20, 62], "distributions": [7, 9, 14], "disturb": [19, 41, 66, 69], "divid": [58, 60], "dividers": 66, "do": [0, 7, 8, 12, 14, 17, 19, 26, 28, 36, 41, 44, 47, 60, 62, 63, 65, 69, 72, 81], "document": [5, 12, 15, 20, 21, 24, 25, 35, 37, 46, 80, 82], "documentation": [1, 14, 31, 57, 74], "documents": [1, 2, 8, 21], "does": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "doing": [9, 44], "dolphin": 19, "domain": [44, 47], "domains": 44, "domini": 20, "don": [5, 12, 26, 38, 39, 42, 56, 66, 72], "dond": [35, 41, 45], "dos": [6, 45, 51, 54, 82], "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": [19, 44], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "downl": [7, 10, 11, 12, 19, 21, 25, 27, 42, 52, 56, 62, 73], "download": 7, "downloading": [15, 19, 21], "downloads": [7, 10, 11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "driv": [20, 36], "drive_path": 20, "dro": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "dud": 80, "due": [12, 15], "dur": [20, 41], "duracion": 41, "durant": [24, 39, 41], "duration": [9, 41], "durations": 69, "during": [19, 40, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexi": 80, "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": 66, "easily": [5, 44, 76], "easy": [2, 5, 20], "echa": 21, "echo": 12, "edad": 24, "edge": [8, 20, 83], "edicion": 35, "edit": [7, 15, 19, 20, 21, 28, 33, 38, 56, 66, 72, 76, 82, 83], "editing": [1, 29, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "efect": [28, 35], "effect": 15, "effectively": 81, "efficient": 44, "eith": [8, 12, 19, 38, 41, 42, 47, 49, 60, 70, 76], "ej": [20, 41], "ejecut": [20, 26], "ejempl": [20, 26, 35, 41, 48, 51, 80, 81], "elaps": 60, "eleccion": 37, "electron": [41, 49, 82], "eleg": 20, "element": [41, 58, 60, 80], "elements": [66, 80], "elig": 80, "elij": [20, 45, 46, 48, 51, 82], "elimin": [28, 33, 35], "ello": [41, 80], "else": [10, 14, 60, 72], "elses": 42, "elsewher": 42, "email": [29, 41, 42, 44, 45, 59, 60, 69, 73, 83], "emails": [41, 44], "embarg": [24, 26, 41], "embed": [2, 41], "embedd": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphasiz": 2, "empiec": 41, "empres": 53, "empty": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 38, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "enabling": [15, 44, 62], "encarg": 41, "encoding": 20, "encontr": [41, 43, 46, 82], "encript": [20, 33], "encrypt": 38, "encrypted": [26, 38], "encryption": [6, 27, 30, 47], "encuentr": [20, 41, 80], "end": [19, 30, 34, 35, 41, 44, 62], "ends": [40, 57, 62, 69], "engag": 41, "engranaj": 51, "enhanc": 66, "enlac": [20, 28, 29, 41, 82], "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "entend": 33, "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": 18, "entidad": 20, "entir": [21, 44], "entirely": [7, 11, 15], "entiti": 42, "entonc": [20, 26, 41], "entorn": 20, "entrad": [20, 41], "entrant": [35, 37], "entrar": 80, "entreg": 35, "entri": [0, 15, 19, 21], "entry": [0, 1, 2, 21, 42, 82], "env": 16, "envi": [29, 41], "environment": [6, 8, 10, 13, 20], "equip": [20, 43, 80], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47, 80], "errors": [19, 51], "esc": 60, "escan": 81, "escap": 80, "escenari": 24, "escog": 41, "escoj": [37, 41], "escrib": 41, "escrit": 41, "escritori": [6, 22, 30, 41, 43, 82], "escritur": [20, 41], "espaci": [33, 39, 41], "especial": 26, "especially": 15, "especif": [39, 41], "especific": 41, "especifiqu": 20, "esper": 39, "essential": 14, "establec": [20, 24, 82], "establezc": 20, "estan": [20, 26, 33, 41, 80], "estand": 41, "estaran": 41, "esten": 20, "estil": 43, "estructur": 26, "estuv": 41, "etc": [12, 20, 27, 35, 41, 66], "etiquet": 29, "even": [2, 9, 10, 15, 69, 71, 80, 82], "event": [0, 40, 42, 48, 51, 59, 69], "events": [0, 41, 42, 52, 69, 83], "every": [0, 9, 20, 21, 26, 36, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everything": [0, 14, 15, 18, 44, 80], "evicting": 15, "eviction": 15, "evit": [20, 41], "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "examin": 20, "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "exced": [20, 24, 39], "excellent": 29, "except": [20, 44, 69], "exclu": 39, "exclud": [12, 15, 19], "excluding": 19, "exclus": 20, "exclusiv": 44, "exe": [12, 20], "execut": [38, 44, 57], "execution": [1, 44], "exist": [20, 35, 41, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exit": [19, 41], "exits": 8, "expand": [20, 44, 80], "expands": 19, "expect": [19, 44], "expects": 2, "experienc": [18, 44, 60, 83], "experimental": 9, "expir": [24, 39], "expiration": 35, "explains": 20, "explanatory": 42, "explicit": [15, 62], "explicitly": [8, 27], "explor": [10, 19], "expon": 26, "export": [42, 52, 56], "extend": [66, 69], "extension": [12, 15, 20, 44], "extent": 33, "extern": [26, 41], "external": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "eye": 19, "f": [17, 45, 60, 72, 80, 83], "facilit": 41, "facing": [60, 82], "factor": [6, 45, 46, 50, 51], "fail": [7, 12, 44], "failur": [9, 12], "fall": 20, "falls": [11, 20], "fals": [9, 11], "falt": 21, "faq": [6, 13], "far": 83, "fastest": 42, "fatal": 11, "favor": [20, 26, 41, 57, 80], "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79], "fech": [20, 24, 35, 37, 39, 41], "feder": [28, 35, 82], "federat": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 60, "few": [42, 62, 81], "fiabl": 53, "ficher": 24, "fid": 81, "fido2": 81, "field": [1, 2, 19, 21, 36, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44], "figur": [1, 36], "fij": [33, 35], "fil": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileint": 44, "filenam": [16, 19], "fileproviderext": 15, "files_versions": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filt": [21, 36, 42, 59, 83], "filter": [0, 1], "filtering": 69, "filters": [0, 36, 44, 69, 76, 83], "final": [20, 41, 51, 80], "finaliz": [20, 69], "finally": 20, "find": [12, 14, 17, 19, 20, 21, 24, 25, 41, 42, 47, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finding": 41, "finish": [1, 5, 20, 50, 52], "firefox": [20, 83], "firm": [20, 49], "first": [7, 12, 14, 15, 28, 38, 42, 44, 48, 56, 60, 66, 71], "fisic": 6, "fit": 65, "fix": [7, 14], "flag": 44, "flagg": 44, "flech": [28, 39], "fledg": 50, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flush": 16, "focus": [14, 44, 55, 58, 60, 80], "fold": [0, 4, 8, 10, 11, 14, 15, 17, 19, 21, 27, 29, 35, 36, 41], "folders": [8, 9, 14, 15, 17, 19, 21, 25, 27, 35, 36, 37, 38, 42, 44, 53], "foldersync": 20, "follow": [0, 1, 5, 14, 18, 19, 20, 80], "following": [7, 8, 12, 15, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 47, 49, 52, 60, 82], "follows": 9, "fond": 80, "font": 80, "for": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 40, 42, 45, 47, 48, 49, 50, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forget": 5, "form": [1, 24, 25, 26, 28, 29, 41, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 21, 35, 41], "formats": [15, 21], "formatt": 44, "formatting": 5, "formulari": 28, "forth": 1, "forward": [69, 76], "fot": 82, "found": [20, 41, 44, 57, 72, 83], "four": 44, "framework": 7, "fre": [11, 15, 20, 40, 41, 60], "frecuenci": 48, "freeing": 15, "frequent": 20, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fuent": [48, 80], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscr": 80, "fully": [15, 20, 25, 38], "fun": 5, "funcion": [20, 26, 29, 37, 41, 46, 48, 81], "funcional": 20, "function": 20, "functionality": [7, 20, 42], "functions": 81, "furth": [10, 38, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 41, 45, 49], "gal": 26, "garantiz": [20, 24], "gateway": [8, 69], "gb": 11, "gear": 42, "gener": [39, 41, 81], "general": [7, 9, 12, 41, 77, 80], "generat": [1, 44, 45, 46, 48, 49, 52, 54, 66, 81], "generation": 1, "generic": 45, "germ": 80, "gestion": [6, 43, 51, 81], "gestor": [41, 46], "gestur": 63, "get": [15, 20, 26, 47, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gets": [10, 42, 81], "getting": [3, 6], "gifs": 66, "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 44, 54, 60, 62, 63], "giving": [0, 12], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 44, 45, 50, 58, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "got": 18, "grand": [22, 30, 33, 53], "grant": [14, 41, 44, 45, 60, 63], "granul": 41, "gratuit": [53, 80], "gravat": 42, "gray": [19, 41], "gre": [19, 27, 60, 72], "grey": [19, 60], "group": [0, 7, 17, 20, 41, 42, 44, 45, 58, 83], "groups": [3, 41, 44, 45, 52, 56, 58, 60, 69], "groupwar": [41, 42, 48, 52], "grup": [6, 20, 26, 42, 82], "guard": [12, 20, 26, 41, 46, 51, 82], "guardel": 20, "guest": [6, 56, 60, 69, 73], "guests": [58, 59, 69, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gust": 80, "gvfs": 20, "h": [8, 16, 20], "hab": [24, 33, 41], "habilit": [20, 26, 29, 41, 51, 82], "hac": [23, 24, 28, 30, 35, 41], "had": 19, "hag": [20, 35, 37, 39, 41, 51], "halts": 44, "hand": [5, 19, 80], "handl": [12, 44], "hands": 60, "handy": 69, "happ": [10, 15], "happen": 0, "happening": [0, 15], "happens": [5, 15], "happy": 19, "har": 20, "hard": 12, "hardwar": 83, "hast": [20, 24, 31, 33, 39, 41, 53], "hav": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 33, 39, 41, 42, 44, 45, 46, 47, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "head": [20, 21, 41, 44, 58], "heading": [2, 66], "headings": [2, 5, 66], "hech": [41, 51], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "helpful": [15, 82], "helps": [42, 57], "hem": 41, "her": [2, 15, 44, 50, 66, 69, 72], "herramient": [20, 26, 43, 81], "hic": 26, "hid": [29, 44, 55, 72], "hidd": [4, 8, 44], "hierarchical": 2, "high": [12, 64, 80], "highlight": [62, 76], "historial": 20, "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hog": 53, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25], "hood": 15, "hor": [39, 41], "horizontal": [2, 44], "host": [9, 20], "hour": [0, 69], "hourly": 0, "hours": [12, 16, 69, 76], "hov": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "huec": [24, 41], "i": [2, 16, 47], "ical": 41, "icalend": 41, "icloud": [41, 51], "icon": [0, 1, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdro": 45, "icsx\u2075": 45, "ide": [10, 69], "ideal": 79, "ideally": 54, "ideation": 42, "ident": [26, 81], "identical": 44, "identif": [35, 41, 82], "identifi": [41, 60], "identify": [15, 19, 54], "identity": 70, "idiom": 82, "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "ifram": 41, "ignor": [8, 12, 24, 41], "ignoring": 19, "imag": [1, 21, 60], "imagen": 26, "imagin": 10, "imap": 43, "immediately": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42], "implements": 44, "implicit": 20, "import": [12, 20, 42, 44, 52, 56], "importanc": 44, "important": [2, 15, 38, 44, 69, 76, 80, 81, 83], "importing": 44, "impos": [15, 26], "improv": [20, 44], "impuest": 24, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 36, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83], "inactivity": 59, "incial": 35, "incident": 80, "inclu": [20, 29, 41], "includ": [8, 10, 19, 21, 26, 41, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incluid": 6, "inclus": 41, "incoming": 44, "incorrect": [9, 19], "incre": 20, "increas": 15, "increasing": 11, "increment": 41, "incrust": 41, "independent": [0, 12], "independient": [41, 82], "index": [12, 41, 46], "indic": [20, 26, 41], "indicat": [19, 60], "indication": 20, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individu": [26, 53], "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "inferior": 51, "influenc": [11, 41], "info": 36, "inform": [7, 20, 33, 35, 37, 41, 43, 46, 59, 80], "informal": 42, "information": [8, 11, 12, 13, 14, 15, 21, 44, 50, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informing": 7, "informs": 62, "inherit": 42, "inhibits": 8, "ini": 9, "inici": [6, 20, 41, 45, 49, 51, 80], "inicial": [26, 35, 41], "inicializ": 26, "inlin": [36, 66], "inmediat": 24, "inotify": 12, "input": [1, 19, 56, 66, 80], "insercion": 41, "insert": [1, 2, 41, 44, 66], "inserting": 72, "insid": [21, 27, 59, 77], "instagram": 42, "instal": [20, 28, 35, 41, 45], "install": [0, 1, 7, 12, 15, 17, 19, 20, 41, 42, 44, 52, 60, 73, 74, 75, 83], "installation": [6, 13, 48, 57], "installing": 20, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instanci": [20, 41], "instant": [59, 69], "instantan": 48, "instantly": 69, "inste": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [20, 21, 51, 57, 74], "integr": 46, "integrat": [12, 15, 19, 44, 49, 57, 73, 75, 77], "integrating": [67, 73], "integration": [66, 68, 73, 74], "integration_openai": 44, "integrations": 66, "intelligenc": 1, "intelligent": 15, "intent": 26, "intentionally": 12, "interact": 44, "interacting": [67, 73], "interactiv": [8, 14], "intercambi": 41, "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80], "interfaz": [21, 41, 80, 82], "interfer": 7, "internal": [19, 41, 69], "internet": [20, 46, 48, 49], "interoper": 41, "interruption": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 21, 25, 29, 35, 41, 42, 44, 50, 51, 58, 60, 66], "introduc": [19, 28, 41, 45, 46], "introduccion": 6, "introductory": 5, "introduzc": [20, 35, 45, 51, 81], "intrud": 26, "inval": [8, 54], "invalid": 33, "investigating": 15, "invis": [19, 36, 41], "invit": [42, 59, 70, 72], "invitation": [41, 45, 72, 73], "invitations": 42, "inviting": 70, "invok": 8, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": 20, "iran": 41, "irrevers": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 44, 45, 47, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [14, 25, 44, 66], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 36, 38, 40, 41, 42, 44, 47, 50, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82], "italiciz": 66, "item": [8, 15, 21, 41], "items": [15, 21, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 76], "izquierd": [20, 41], "jerarqu": 35, "jobs": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joining": [61, 62, 73], "jok": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "junt": 41, "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kadressbook": 48, "kalend": 48, "kanb": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13], "kept": [15, 26, 42, 44], "key": [7, 41, 42, 72, 83], "keyboard": [60, 72, 80], "keynot": 15, "keyring": 14, "keys": 26, "keywords": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korganiz": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 51], "labell": [41, 51], "labels": [28, 36], "lad": [20, 37, 41], "lanc": 20, "landing": [2, 42], "languag": [1, 44, 64], "larg": [19, 20, 29, 44, 65], "last": [5, 19, 39, 44, 54, 55, 83], "lat": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "lateral": [35, 41, 80], "latest": [7, 14, 18, 25, 52, 83], "launch": [7, 12, 14, 16, 19], "launchagents": 17, "launchp": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lea": 37, "leading": 4, "learn": [2, 21, 26, 42, 46, 48, 49], "learns": 15, "least": [1, 39, 42], "leav": [21, 40], "leaving": 44, "lectur": [20, 35, 41, 80], "leer": 26, "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "less": [5, 11, 38], "let": [5, 7, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "letting": 44, "level": [2, 16, 21, 26, 36, 60, 62, 69, 80], "libr": [24, 41], "library": [9, 17], "libret": 6, "lik": [5, 7, 15, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "likely": [19, 44], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "limitation": 20, "limitations": 15, "limits": [20, 31], "limpi": 20, "lin": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 19, 21, 28, 29, 35, 41, 56, 59, 66, 69, 72], "links": [14, 19, 25, 44, 66, 80], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listening": [8, 9], "listing": [29, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 66, 69], "listweek": 41, "littl": [19, 56, 72], "liv": 60, "live_transcription": 64, "ll": [2, 58], "llam": [41, 51, 80], "llav": 6, "llaver": 49, "llev": 33, "llm": 44, "llms": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 15, 56], "locat": [4, 9, 17, 19, 44, 51], "location": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 14, 15, 16, 20, 21, 26, 54, 81, 83], "logd": 16, "logdebug": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logg": [14, 44, 82], "logging": [19, 20, 29, 83], "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81], "logs": [16, 51], "logwindow": 16, "long": [0, 1, 9, 15, 40, 42, 44, 69, 76, 81], "look": [33, 38, 42, 47, 55, 77, 81, 83], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "lose": [6, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeak": 60, "low": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "lueg": 20, "lug": [20, 41], "lumin": 80, "m": [60, 72, 80], "mac": [6, 9, 13, 19, 25, 42, 43, 51], "machin": [7, 8, 10], "mad": [41, 42, 47], "maestr": 26, "magic": [5, 24, 26], "mail": [0, 6, 40, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "mak": [5, 10, 12, 17, 20, 25, 28, 29, 39, 41, 42, 47, 58, 60, 66, 74], "making": [9, 19, 41], "manag": [5, 14, 15, 17, 20, 21, 26, 27, 36, 41, 42, 44, 50, 56, 57, 77], "management": [12, 20, 36], "managers": [7, 14], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "manej": [41, 46], "maner": [26, 41, 45, 81], "mann": [8, 41], "manual": [6, 7, 13, 14, 15, 20, 24, 25, 27, 29, 33, 36, 39, 41, 44, 45, 49], "manually": [7, 12, 44, 50, 58, 62, 79], "many": [12, 41], "mapping": 20, "marc": 41, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "marketing": [41, 82], "marking": 44, "marks": 27, "marqu": [20, 41], "mas": [20, 24, 33, 35, 37, 39, 41, 43, 45, 80, 81], "mastodon": 42, "mat": 20, "match": [7, 12, 19, 42, 44, 83], "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maxim": [24, 26, 41], "maximum": [8, 9, 11, 20], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mayb": 41, "mayor": [31, 48], "mb": [9, 11, 31], "mdn": 21, "mean": [44, 81], "meaning": [9, 44], "means": [15, 19, 27, 41, 44], "meanwhil": 42, "mechanism": 7, "medi": [8, 21, 42, 60, 62, 69], "mediant": [41, 82], "meeting": [57, 59, 72, 83], "meetings": 69, "mejor": [41, 80], "memb": [42, 69], "members": [2, 5], "membership": 42, "memberships": 42, "memory": 1, "mensaj": [20, 26, 51, 81], "mensual": 41, "mention": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merg": 42, "mes": 41, "messag": [1, 6, 16, 19, 41, 43, 47, 56, 57, 58, 67, 73, 80, 83], "metadat": [19, 33], "method": [7, 27, 45, 58, 81], "methods": [7, 42], "metod": [20, 28, 41], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "miembr": [20, 35], "mientr": [20, 41], "miercol": 41, "might": [7, 9, 10, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "migration": 52, "milliseconds": 9, "mim": 12, "min": 9, "minchunksiz": 9, "mind": 41, "miniatur": [26, 33], "minimal": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mism": [20, 24, 26, 41], "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 42, 45, 73, 81], "mod": [20, 24, 26, 41, 42, 60, 66, 69, 80], "modal": [41, 83], "modals": 80, "model": [1, 44], "moderation": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modifi": [0, 21, 42], "modific": [26, 31, 41, 51], "modification": [12, 19], "modifications": 42, "modify": [0, 19, 20, 42, 60], "modifying": 19, "moment": [28, 41], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "mont": [20, 28, 35], "montaj": 20, "month": 41, "mor": [0, 2, 5, 7, 11, 12, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 50, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morning": 0, "most": [18, 19, 41, 44, 74, 83], "mostr": [29, 37, 41, 46, 81], "mount": [20, 21, 27], "mounts": 27, "mous": [2, 63, 80], "mov": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "movil": [22, 30, 41, 48, 82], "moving": 44, "mozill": 83, "ms": 74, "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 41, 82], "muestr": [20, 24, 35, 41, 45, 48, 82], "muev": 24, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "mund": 53, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "mutually": 44, "my": [2, 20], "my_sync_fold": 8, "mycertificat": 20, "mydat": 10, "mynextcloud": [20, 48], "n": [8, 56], "nadi": 82, "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 41, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 46], "natively": 50, "naturally": 42, "nautilus": [19, 46], "naveg": [6, 20, 35, 41, 49, 81], "navigat": [0, 20, 21, 37, 42, 44, 51, 80], "navigating": 6, "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": [21, 50], "nearly": 10, "neces": 41, "necesari": [20, 37], "necesit": [20, 41], "necessary": [19, 41, 47, 54], "need": [2, 7, 9, 11, 12, 14, 17, 20, 35, 38, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 76], "needing": [15, 42], "needs": [10, 15, 42, 70], "nem": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "networks": 42, "nev": [38, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 21, 27, 36, 37, 39, 41, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80], "newest": 44, "newly": [12, 15], "newsletters": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextclouds": [28, 35], "nextcloudurl": 8, "nic": 5, "nick": 5, "night": 66, "ningun": [26, 28, 33], "nitrokey": 81, "nivel": 41, "nkujuxuj3b": 17, "noaut": 20, "nobody": 69, "nombr": [20, 26, 29, 37, 39, 41, 48, 49, 51, 82], "non": [2, 8, 9, 14, 44, 47], "normal": [7, 9, 19, 41, 66, 81], "normally": [26, 44], "not": [0, 2, 4, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 35, 36, 38, 40, 41, 42, 44, 45, 47, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notic": 10, "notif": [35, 37, 41, 82], "notifi": [0, 10, 69, 72, 76], "notific": 41, "notification": [1, 6, 7, 19, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [0, 6, 9, 10, 19, 60, 66, 76, 83], "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 41, 42, 44, 47, 66], "ns": 20, "nub": [28, 35], "nuestr": [43, 80], "nuev": [20, 24, 26, 28, 35, 37, 39, 45, 48, 82], "numb": [11, 19, 28, 41, 44, 58, 60, 69], "numbers": [15, 42], "numer": [26, 41], "nunc": [26, 39], "object": [0, 27], "objet": 41, "obscur": 69, "observ": 14, "obten": [20, 41, 51], "oc": [20, 28], "ocasion": 41, "occ": 27, "occurr": [0, 10, 20], "occurs": 44, "oct": 20, "ocult": 35, "ocup": [33, 41], "ocurr": 26, "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 80], "offers": [7, 19, 20, 21, 44, 60, 73], "offic": [6, 12, 20, 21, 41, 43, 69], "officially": 14, "offlin": [15, 19, 27], "ofrec": [20, 31, 41, 53, 80], "often": [0, 41], "ojos": 80, "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "olvidat": 26, "omit": 20, "on": [0, 1, 2, 5, 7, 8, 9, 10, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 38, 39, 41, 42, 45, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 26, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "opcion": [20, 21, 26, 35, 37, 41, 45, 48, 82], "opcional": [20, 26, 41, 45], "open": [0, 1, 2, 7, 10, 12, 14, 15, 19, 20, 21, 27, 28, 36, 38, 41, 42, 44, 45, 47, 48, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opening": [2, 15, 16, 60], "opens": [10, 12, 15, 16, 19, 21, 29, 42, 44, 60, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "oper": 20, "operating": [7, 12, 17, 20], "operation": 11, "operations": 19, "operators": 44, "oportun": 41, "opportunity": 12, "opt": [9, 44], "optimiz": 20, "option": [0, 12, 16, 19, 28, 33, 35, 36, 41, 42, 44, 45, 56, 60, 62, 63, 72, 76], "optional": [20, 40, 44], "optionally": 41, "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 21, 41, 58, 60, 69, 72, 82, 83], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 40, 41, 44, 45, 47, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "orden": [20, 24, 25], "order": [12, 42, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [0, 2, 3, 41, 44, 76], "organizations": 42, "organizing": 5, "original": [37, 44, 64], "oscur": 80, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 21, 26, 27, 29, 37, 41, 42, 44, 47, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 19, 25, 40, 44, 69, 74, 82], "otherwis": 15, "our": [14, 15, 42, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgoing": 44, "outlin": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 20, 27, 42, 44, 69, 76], "overflow": [19, 27], "overflows": 65, "overh": 20, "overhauls": 12, "overrid": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabl": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [35, 37, 42, 44], "ownership": [23, 30, 42], "p": [8, 20, 41], "packag": [7, 8, 14, 17, 19, 20], "pag": [2, 4, 7, 14, 15, 21, 24, 25, 28, 33, 35, 41, 42, 54, 74, 77, 83], "pagin": [26, 29, 35, 41, 43, 80, 82], "pais": 41, "pan": [12, 44], "panel": [1, 20, 36, 44, 50], "pantall": 80, "papeler": [24, 26, 28, 33, 54], "paperclip": 56, "par": [24, 25, 28, 31, 33, 35, 37, 39, 45, 46, 48, 51, 53, 54, 80, 82], "parallel": [11, 15, 19], "parameters": [20, 52], "parec": [35, 41], "parent": [19, 21, 42, 58], "part": [5, 12, 26, 39, 41, 42, 44, 51, 60, 69], "particip": [41, 80], "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particul": [0, 58], "parts": 2, "party": [12, 20, 70], "pas": [6, 28, 35, 41, 45, 46, 48, 51, 54, 82], "pass": [8, 20, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "passwords": [54, 81], "past": [51, 69], "path": [8, 19, 27, 47, 48], "pathtomountpoint": 20, "patron": 39, "pattern": [8, 19, 39, 44], "patterns": 19, "paus": 19, "pc": 20, "pdf": 21, "peers": 2, "peg": [41, 51], "peligr": 26, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 24, 26, 33, 41, 42, 45, 60, 80], "perd": [26, 41], "perfectly": 18, "perfil": [41, 82], "perform": [7, 9, 20, 42, 44], "performanc": [20, 44, 64], "performs": 8, "period": [19, 24, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanec": 24, "permanent": [24, 33, 41], "permanently": [4, 12, 15, 24, 69], "permis": [20, 35, 41, 45], "permission": [57, 60, 63], "permissions": [37, 42, 60, 69], "permit": [20, 24, 26, 28, 33, 35, 41, 43, 45], "pers": 20, "persist": 9, "persists": 27, "person": [10, 24, 41, 69, 83], "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personaliz": [41, 80], "pertenec": 82, "pesta\u00f1": [20, 35, 41], "peterstei": 12, "peticion": 26, "phon": [42, 45, 60, 69, 81, 82], "phot": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": 20, "pick": [1, 21, 29, 36, 56, 69], "pickers": 6, "pictur": [5, 82, 83], "pie": 15, "pierd": 26, "pim": [46, 50], "pin": [15, 76], "pinn": 76, "pkgs": 8, "plac": [1, 2, 7, 8, 20, 42, 53, 65, 69, 83], "plain": [20, 21, 54], "plane": [20, 41], "planif": 41, "plasm": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "ple": [4, 41, 42, 44, 63, 82], "plist": 17, "plus": [41, 42], "poc": [20, 24, 33, 41, 48], "poder": 24, "podr": [20, 26, 41, 82], "podran": [26, 41], "point": [14, 44, 45, 83], "pointing": [10, 27, 44], "polici": 7, "poll": [9, 15, 56], "pon": 41, "pop": 7, "pop3": 43, "popov": 80, "popul": 41, "populat": 19, "popup": 41, "porqu": [26, 35], "port": [8, 9, 44, 47], "portapapel": 41, "portatil": 20, "posibil": 20, "posibl": [35, 41, 51], "position": 42, "possibility": 38, "possibl": [0, 1, 7, 12, 15, 18, 19, 38, 42, 44, 58, 59, 62, 74, 76], "possibly": 20, "post": 51, "posts": 57, "potential": 44, "power": 1, "ppa": 8, "pre": [18, 19, 44, 66], "precaution": 44, "preconfiguration": 14, "predefin": [19, 41, 44, 60], "pref": [14, 44], "prefer": 82, "preferenc": [0, 9, 17, 41, 44, 45, 52, 82], "preferent": [6, 80, 81], "preferr": [7, 20], "prefier": [20, 35], "prefij": 20, "pregunt": 41, "prepar": [41, 62, 66], "preparation": 18, "preselect": 2, "present": [7, 27, 63], "presentation": 21, "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 66, 72], "preven": 24, "prevent": [7, 35, 42, 69, 82], "prevents": 7, "previ": 41, "preview": [2, 21, 44, 55, 60], "previews": [15, 21], "previous": [0, 1, 12, 21, 39, 50], "previously": 44, "previsualiz": 26, "prim": [39, 81, 82], "primari": 80, "primary": 44, "primer": [26, 39, 41, 48], "principal": [26, 80], "principals": [47, 51], "prior": 7, "priv": [41, 82], "privac": 53, "privacy": [38, 44, 62, 83], "privat": [26, 41, 82], "privately": 66, "privileg": 7, "pro": 81, "prob": 48, "probabl": [20, 26], "problem": [12, 15, 26, 80, 81], "problems": 11, "proc": [12, 44], "procedur": 50, "proces": 39, "process": [8, 12, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 42, 44, 69], "program": [12, 14, 20, 41, 53], "programs": 17, "progress": [15, 19, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "pront": 41, "prop": [20, 44], "propagat": [8, 35], "properly": 12, "properti": 42, "propertyhandlers": 12, "propertysystem": 12, "propfind": 20, "propi": [28, 35, 80], "propiedad": 20, "propietari": [20, 24, 26, 33, 35, 37, 41], "proporcion": 26, "proposal": 52, "propstat": 20, "protect": 69, "protecting": 38, "protection": [35, 42], "proteg": [20, 26, 35, 81], "protocol": [12, 20, 27, 47], "protocols": [50, 74], "prove": 20, "proveedor": [20, 26, 53], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 38, 41, 42, 44, 57, 64, 69, 70], "providing": [55, 56], "provision": 44, "provisioning": 14, "provist": 41, "proxim": 41, "proxy": [8, 9, 19], "proyect": 43, "prueb": [20, 24, 81], "public": [21, 33, 36, 56, 58, 69, 82], "publicly": 42, "publish": 82, "pued": [20, 21, 24, 28, 29, 33, 35, 37, 39, 41, 43, 45, 46, 48, 51, 54, 80, 81, 82], "puert": 20, "puest": [41, 51], "puls": [20, 28, 41, 45, 46, 48, 49, 51], "punt": [20, 35, 41], "purp": 40, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qued": [24, 28, 33, 41, 46], "question": 19, "questions": 8, "quick": [2, 19, 66, 69, 76, 80], "quickly": [5, 21, 44, 69, 83], "quier": [20, 35, 41, 45, 80], "quiet": 17, "quit": [17, 20], "qui\u00e9n": 35, "quot": [20, 33, 66], "r": [51, 60, 80], "radi": 42, "rais": [11, 80], "raiz": [20, 37, 41], "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rath": [20, 50], "re": [5, 12, 26, 41, 44], "reabr": 26, "reach": [27, 40, 44, 69], "reaction": 60, "read": [0, 8, 20, 26, 27, 38, 41, 42, 44, 69, 82], "readers": 80, "reading": 15, "reads": 9, "ready": [18, 27], "real": 64, "realiz": [41, 45], "rearrang": 83, "reason": [47, 69], "reasons": 42, "reboot": 20, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 66, 70, 72, 76], "receiving": [44, 64, 70], "recent": [0, 19, 21, 44, 83], "recently": [21, 54], "receptor": 35, "rechaz": [35, 37, 41], "recheck": 27, "recib": [20, 29, 35, 37, 41, 81], "reciclaj": [24, 26, 33], "recient": [20, 82], "recipient": [24, 28, 35, 41], "recipients": 44, "recognis": 15, "recomend": [20, 25, 31], "recomiend": 20, "recommend": [15, 20, 44], "reconozc": 20, "record": [62, 77], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recover": 21, "recovery": 6, "recurs": [20, 26, 46, 48], "red": [19, 20, 27, 50, 60, 62, 82], "reddit": 51, "redirect": [69, 72], "redirig": 81, "reduc": [11, 80], "reducing": 15, "reemplac": 51, "reemplaz": 20, "reenvi": 41, "ref": [14, 31], "referenc": [18, 21, 62, 76], "refier": 26, "reflect": [19, 27, 35], "reflej": 41, "refresc": [20, 41], "refresh": [50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45], "register": [12, 45, 60, 69, 78], "registering": 12, "registr": 20, "registry": [7, 12], "regl": 41, "regul": [12, 20, 27, 36, 41, 42, 50, 60], "regular": 41, "regularly": 11, "regulations": 62, "reinici": 20, "reject": 41, "rejoining": 69, "rel": [12, 14, 18], "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relativ": 41, "relaunch": 1, "relevant": [10, 41, 42, 44, 76], "rellen": 20, "remain": 44, "remaining": 11, "remains": 19, "rememb": 1, "remember": 1, "remind": [41, 44], "reminders": [41, 69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "removal": [12, 17], "removals": 42, "removing": [17, 36], "renam": [0, 21, 35, 36, 44], "rend": 19, "renglon": 20, "renombr": 24, "reop": 44, "repeat": [8, 51], "repeating": 41, "repet": 41, "repeticion": 41, "replac": [41, 45, 47, 60], "replacement": [40, 69], "repli": [57, 69, 76], "reply": [44, 66], "report": [15, 18, 20, 44], "repositori": 8, "repository": [8, 9], "represents": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requier": [20, 31, 41, 81], "requir": [1, 7, 8, 15, 27, 41, 47, 60, 62, 64, 69], "requirements": 74, "requiring": [38, 44, 62], "requisit": 6, "reschedul": 66, "reset": 40, "resetting": 41, "reshar": 41, "resiz": 60, "resolv": [10, 15], "resolving": 10, "resourc": [41, 42, 45, 46], "resourcetyp": 20, "respect": [41, 43], "respectiv": [41, 42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "respuest": 41, "rest": [20, 25, 82], "restant": 24, "restart": [15, 20], "restarts": 7, "restaur": [26, 39, 41], "restor": [15, 24, 41], "restoring": 41, "restriccion": 39, "restrict": [6, 36], "restriction": 42, "restring": 20, "result": [1, 9, 15, 19, 26, 35], "results": [1, 9, 83], "resum": [19, 44], "retencion": [24, 33], "retention": [36, 44, 69], "retorn": 28, "retri": [8, 11, 44], "retriev": [20, 42], "retry": [27, 44], "retrying": [19, 27], "return": [21, 42, 60], "reun": 41, "reunion": 41, "reveal": 15, "revert": 69, "review": [1, 20, 41], "revis": 35, "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": 44, "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": 82, "roll": [39, 57], "room": 58, "rooms": [41, 42, 73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rows": 36, "rss": 6, "rul": [36, 44], "run": [1, 8, 9, 20, 26, 27, 39, 77], "running": [6, 15, 17, 20], "runs": 10, "rut": [20, 51], "rw": 20, "s": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sab": [26, 81], "sabredav": 20, "saf": [17, 38, 69, 81], "safari": 83, "said": 7, "sal": [20, 82], "salt": 80, "salv": 82, "sam": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samb": 27, "sav": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 54, 56, 62, 80], "saving": 47, "say": 10, "says": 20, "scan": [12, 27], "scann": 45, "scary": 5, "scenari": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 66, 69], "schem": 12, "scop": [14, 44, 82], "scp": 20, "scre": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [26, 44], "scripting": 20, "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "seamlessly": 15, "search": [2, 6, 8, 21, 26, 36, 42, 69, 72, 78, 80], "searching": [41, 44, 69, 82], "searchon": 8, "sec": 9, "seccion": [26, 37, 41], "second": [2, 6, 7, 42, 44, 56, 66, 69], "seconds": [9, 11, 15, 60, 62, 81], "secret": [0, 8, 41, 81], "secrets": 20, "section": [1, 7, 9, 11, 12, 20, 36, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secur": 38, "security": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": 82, "seen": 51, "sees": 38, "segu": [20, 48], "segund": [39, 48, 51, 81], "segur": [20, 26, 53], "seleccion": [20, 29, 37, 41, 45, 51, 80], "select": [0, 1, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 66, 69, 72, 76, 81], "selecting": [2, 14, 15, 41, 44, 56, 62], "selection": [36, 41, 44, 81], "selections": 41, "selectiv": 8, "selector": [37, 41, 66], "self": [42, 76], "seman": [39, 41, 82], "semi": 19, "sencill": [26, 29], "send": [0, 1, 41, 44, 45, 58, 60, 66, 70, 76, 80], "senders": 44, "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensitiv": 69, "sent": [0, 10, 28, 44, 69], "separ": [25, 41], "separat": [0, 1, 44], "separately": [42, 44, 49, 81], "ser": [20, 26, 33, 37, 39, 41, 48, 49, 51, 80, 81, 82], "seran": [41, 46], "serv": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servers": [20, 21, 27, 41, 70, 82], "servic": [20, 26, 27, 29, 47, 57, 74, 77], "servici": [26, 53], "servidor": [20, 24, 26, 28, 35, 41, 43, 45, 48, 49, 51, 53, 82], "sesion": [6, 20, 45, 49, 51, 80], "session": [9, 42], "sessions": 9, "set": [4, 9, 33, 40, 41, 42, 44, 45, 51, 59, 62, 64, 69, 76, 77, 82, 83], "setting": [0, 4, 6, 10, 12, 16, 43, 44, 69, 81, 82], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 36, 37, 38, 40, 41, 42, 47, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 81, 82], "setup": [12, 49, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "shar": [0, 2, 3, 15, 19, 20, 23, 26, 27, 29, 30, 38, 41, 53, 56, 62, 63, 69, 73, 76, 82], "sharing": [0, 6, 21, 29, 30, 37, 61, 70, 73], "shell": 12, "shift": [42, 80], "short": [18, 40, 42, 44], "shortcut": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 40, 41, 42, 44, 60, 79, 83], "showexperimentaloptions": 9, "showing": [0, 4, 10, 19, 21, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 60, 69, 83], "shows": [0, 1, 10, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 83], "si": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 45, 48, 51, 80, 81, 82], "sick": 40, "sid": [5, 10, 15, 19, 24, 27, 30, 33, 34, 35, 38, 41, 42, 44, 50, 52, 55, 82], "sideb": [2, 5, 6, 15, 20, 27, 28, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "siempr": [20, 41], "siev": 44, "sig": [28, 33, 35, 45, 46, 51], "sign": [19, 42], "signatur": 44, "signif": 20, "significant": [20, 44], "significantly": 20, "siguient": [20, 28, 35, 41, 45, 51, 81, 82], "silent": [7, 8, 60], "simbol": 20, "simil": [15, 19, 20, 26, 40, 41, 42], "similar": 46, "similarly": 44, "simpl": [5, 27, 39, 41, 44], "simplement": 81, "simplifi": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [35, 39, 44, 50, 81], "sincroniz": [6, 20, 22, 41, 43, 53], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sino": [24, 26], "sintaxis": 20, "sip": 69, "sistem": [20, 21, 41], "sits": 19, "situation": [10, 11], "siz": [9, 11, 19, 20, 31, 42], "sizing": 9, "skip": [60, 80], "skipp": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "small": [49, 58, 60, 63], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snippets": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "sobr": [20, 24, 26, 41, 43], "sobremes": 25, "social": [42, 82], "socks5": 9, "softwar": [6, 7, 12, 14, 17, 42, 80], "sol": [24, 26, 28, 35, 39, 41, 46], "solap": 41, "solely": 44, "solicit": [26, 28, 31, 45], "solucion": [35, 53], "solution": 20, "solv": [12, 81], "som": [5, 9, 10, 14, 19, 26, 27, 41, 44, 57, 69, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "soport": [20, 26, 41, 46, 49, 53, 81], "sorting": 44, "sourc": [14, 20, 38], "sourced": 8, "spac": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "spe": 44, "speak": [62, 72], "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specifi": [8, 9, 11, 16, 44], "specific": [0, 8, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifically": 12, "specify": [7, 8, 16, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speeds": 20, "split": 44, "spok": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "standard": [8, 14], "standardiz": 15, "standards": 80, "stands": 20, "star": [21, 42], "starr": 21, "start": [1, 3, 6, 12, 20, 38, 41, 44, 52, 58, 62, 69, 71, 72, 76], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": [19, 20], "stat": [8, 15, 19, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 41, 44, 59], "stdout": 16, "step": [12, 14, 36, 47, 51, 69], "steps": [20, 28, 44, 49, 50, 51], "still": [2, 9, 15, 21, 26, 42, 44, 47, 62, 69], "stol": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "stor": [4, 15, 19, 20, 39, 42, 44, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stream": [6, 62, 72], "strikethrough": [15, 41], "string": 19, "strip": 41, "structur": [2, 3, 21, 42], "sub": [20, 22, 23, 24, 30, 33, 35, 45], "subdirectory": 20, "subfold": 8, "subfolders": 12, "subject": 44, "subjects": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [41, 50, 76], "subscripcion": 53, "subsequent": 15, "substantially": 20, "substring": 44, "successful": [14, 27, 28], "successfully": 7, "suced": 41, "such": [0, 1, 7, 10, 14, 19, 26, 27, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sud": 17, "suelt": 29, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summarization": 1, "summarizing": 44, "summary": 57, "super": 24, "superior": 20, "support": [8, 16, 17, 19, 20, 21, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "supports": [14, 15, 20, 39, 42, 44, 50], "sur": [12, 17, 20, 39, 47, 60, 81], "suscripcion": [41, 45], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 25, 44, 50, 53, 81], "synced": [12, 17, 19, 25], "synchroniz": [8, 10, 11, 13, 19, 20, 50, 53], "synchronization": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronizing": [6, 43], "syncing": [19, 42, 47], "syncs": 12, "syntactical": 19, "syntax": [19, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 27], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "tab": [0, 1, 12, 19, 20, 21, 39, 56, 63, 69, 72, 76, 80], "tabb": 21, "tabl": [41, 66], "tabler": 43, "tabs": 19, "tackl": 69, "tag": [21, 44], "tagg": 0, "tagging": [36, 44], "tags": [21, 30, 32], "tak": [2, 9, 12, 15, 17, 28, 41, 42, 44, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tama\u00f1": [20, 24, 31, 33, 80], "tambien": [20, 39, 41, 46, 48, 80, 82], "tan": 41, "tant": [20, 48, 49], "tap": [45, 60], "tapping": 60, "tar": [20, 41, 43, 45, 46, 48], "tard": [26, 48], "target": [9, 15, 20], "targetchunkuploadduration": 9, "targeting": 44, "targets": 83, "tas": 41, "task": [2, 6, 66], "tasks": [0, 1, 44, 57, 69], "teach": 44, "team": [2, 3, 6, 27, 69], "teams": [69, 74], "technical": 15, "technically": 14, "tecl": [6, 28, 46], "telefon": 81, "telegram": 42, "telephon": 82, "tell": [19, 44], "tells": 19, "tem": [6, 26], "temporal": [20, 33, 41], "temporarily": [12, 60], "ten": [24, 27, 41], "tendr": [20, 24, 26, 35, 41, 45, 81], "tendran": 26, "teng": [20, 26, 41], "tentat": 41, "tentativ": [41, 44], "tentatively": 44, "terabyt": 12, "tercer": [26, 41], "term": [1, 18], "termin": [41, 45, 46], "terminal": 15, "test": [10, 12, 14, 24], "testers": 18, "testing": [9, 18], "tests": 44, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 37, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 28, 29, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 57, 58, 59, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 6, 9, 10, 11, 13, 14, 16, 17, 18, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 41, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 53, 56, 58, 69, 80, 81], "themselv": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 7, 10, 17, 19, 20, 24, 41, 42, 44, 62, 66, 69, 71, 72, 76], "therefor": [38, 47], "thes": [10, 14, 15, 19, 25, 41, 42, 44, 69, 81, 83], "they": [5, 8, 10, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": 2, "third": [12, 20], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 47, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thos": [0, 25, 42, 50, 53, 54], "though": [9, 12, 19], "thre": [1, 14, 19, 21, 27, 36, 41, 42, 56, 58, 60, 65, 76], "thread": 44, "threads": [44, 76], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thumbnail": 21, "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tiemp": [20, 26, 33, 41], "tien": [20, 21, 24, 26, 28, 35, 39, 41, 45, 46, 49, 51, 80, 81], "til": 65, "tim": [8, 9, 10, 12, 14, 15, 19, 20, 36, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timezon": 41, "tip": [20, 26], "titl": [2, 5, 41, 44, 56, 59, 76], "titul": 41, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "tod": [20, 21, 26, 28, 33, 35, 37, 41, 46, 53], "today": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "tok": [0, 20, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": 54, "too": [41, 44], "tool": 2, "toolb": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "toqu": 45, "total": [33, 41], "totp": [20, 81], "touchp": 63, "towards": 45, "trabaj": [6, 41, 42, 48], "track": 0, "trail": 21, "transcrib": 64, "transcription": [1, 61, 73], "transf": [20, 23, 27, 30, 42], "transfer": [37, 41], "transferent": [20, 35, 37], "transferr": [20, 37], "translat": [4, 44, 53, 64], "translation": [61, 73], "translations": 44, "transparent": [26, 41], "tras": [26, 41], "trash": [9, 21, 28, 42], "trashbin_retention_obligation": 24, "trat": 41, "trav": 46, "travelling": 41, "traves": [22, 26, 30, 31, 41], "tray": [9, 10, 14, 19], "tre": 19, "tres": [35, 41], "tri": [8, 44, 47, 69], "trigg": [27, 44, 50], "trigger": [0, 9, 14, 44], "triggering": 44, "troubleshooting": 47, "tru": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47], "tt": 5, "tue": 20, "tumblr": 42, "tunel": 20, "turn": [44, 50, 75], "turning": 9, "two": [2, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80], "types": [0, 15, 21, 42, 66, 69], "typical": 19, "typically": [19, 57], "typing": [2, 44, 69], "u": [8, 20, 28, 35, 41, 80, 81], "u2f": 81, "ubic": 41, "ubuntu": [8, 14, 17, 19, 20], "ud": [20, 41, 82], "ui": 9, "ultim": [39, 46], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unas": 26, "unauthenticat": 0, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergoing": 9, "understanding": 44, "undesir": 19, "undon": 15, "unencrypt": [26, 38], "unet": 80, "unfocus": 80, "unfortunately": 20, "unic": [41, 82], "unifi": [6, 76], "unifying": 5, "uninstall": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintend": 9, "uniqu": [26, 60], "universal": [6, 12], "universiti": 7, "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmonitor": 12, "unmut": [60, 72], "unorder": 66, "unorthodox": 12, "unpin": 76, "unre": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchroniz": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 41, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 54, 64], "updating": [7, 19, 44], "uplo": [9, 10, 19, 21, 27, 29, 31, 41, 42, 60], "upload": [9, 10, 11, 15, 62, 69], "uploaders": 29, "uploading": 72, "uploads": [9, 10, 21, 29], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [44, 80], "usa": [20, 39], "usabl": 80, "usad": [80, 82], "usag": 83, "usan": 20, "usand": [20, 26, 29, 41], "usar": [6, 43, 54, 80, 82], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 40, 41, 42, 45, 47, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 20, 33, 36, 38, 39, 40, 41, 42, 44, 54, 80], "useful": [15, 21, 41, 44, 60, 72, 82], "user": [4, 8, 9, 10, 15, 17, 20, 26, 27, 28, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 50], "users": [0, 7, 9, 10, 14, 15, 18, 19, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 26, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 20, 22, 23, 25, 29, 30, 34, 35, 40, 41, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "uso": [20, 25], "usted": [20, 24, 26, 28, 29, 31, 33, 35, 41, 81, 82], "usually": [12, 44, 47], "usuari": [6, 20, 24, 28, 31, 33, 37, 41, 45, 48, 49, 51, 82], "usuario1": 24, "usuario2": 24, "usuario3": 24, "usuarionextcloud": 20, "utf": 20, "util": [20, 31, 33], "utilic": [20, 28], "utiliz": [25, 26, 41, 44, 48, 51, 53, 81], "v": [60, 72, 80], "v6": 41, "va": 20, "vac": 41, "vacation": 40, "vaci": 41, "val": [41, 44], "validat": [19, 50], "valor": [20, 24, 82], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 42, 44], "var": 16, "vari": [35, 80, 81], "variabl": [6, 9, 10, 13, 31, 41], "variety": 82, "various": [41, 42], "vay": [20, 35, 45], "vcard": 42, "vcards": 42, "vcf": 42, "ve": [18, 20], "vea": 26, "veas": [24, 33], "vendor": 7, "ventan": [20, 41], "ver": [20, 26, 29, 35, 41, 45, 81], "veran": [26, 28, 41], "verbos": 8, "verif": [6, 54, 82], "verific": [20, 41], "verification": 69, "verify": [20, 44], "verl": [20, 82], "version": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 28, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [7, 9, 17, 18, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "vez": [20, 24, 26, 35, 39, 41, 45], "via": [4, 10, 15, 20, 21, 29, 39, 41, 44, 50, 60, 69, 72], "vibrat": 60, "vide": [62, 63, 69, 72, 73, 80], "viej": 26, "vien": 41, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 51, 56, 59, 60, 63, 66, 69, 76, 80, 83], "viewabl": 41, "viewers": 80, "viewing": 6, "views": 21, "virtual": [17, 19, 82], "visibil": 37, "visibility": [15, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 41, 42, 44, 47, 66, 69], "visit": [25, 44], "visitors": 5, "vist": [20, 26, 41], "visual": 80, "visualiz": 15, "voic": 60, "volum": 8, "volv": [21, 26, 35, 48], "vot": [41, 56], "vpn": 20, "vuelv": [20, 26, 33], "wait": 18, "waiting": [1, 19, 44, 79], "want": [0, 2, 4, 7, 14, 15, 18, 19, 26, 28, 29, 41, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "wants": 5, "warn": [12, 44], "warning": [19, 41, 44], "warnings": 19, "was": [0, 1, 9, 39, 41, 44, 83], "watch": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59], "ways": [17, 44, 56, 62], "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webin": [73, 77], "webinars": [77, 79], "websit": 73, "week": [0, 69], "weekly": [0, 42], "weeks": [42, 69], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 62], "wer": [9, 15, 41, 42, 57, 70], "what": [0, 5, 12, 15, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "wher": [1, 5, 7, 8, 9, 10, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "wheth": [9, 18, 27, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 44, 46, 47, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 42, 44, 56, 60, 62, 66, 71], "whit": 19, "whiteboards": 2, "who": [5, 6, 21, 28, 56, 62], "whol": [15, 26, 41], "whom": 41, "wid": [10, 26, 36, 62, 82], "widget": 44, "widgets": [44, 83], "wiki": [57, 74], "wildcards": [8, 19, 44], "will": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 25, 26, 27, 28, 35, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "win": 20, "window": [9, 10, 12, 15, 16, 29, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": 17, "wish": [44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 36, 40, 41, 43, 44, 45, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 81], "wordpress": 12, "words": [5, 38], "work": [10, 15, 19, 20, 36, 44, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [27, 41, 44], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 41, 69], "writabl": 42, "writing": [20, 44, 49], "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "year": [41, 83], "yellow": [10, 19, 27, 42], "yes": [15, 26, 36, 41], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 63, "\u00e9stos": [33, 41], "\u00f3": [20, 41]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Tabla de contenidos", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Acceder a los archivos de Nextcloud a trav\u00e9s de WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Administrar archivos borrados", "Sincronizaci\u00f3n de escritorio y m\u00f3viles", "Using server-side encryption", "Using external storage", "Using federation shares", "Hacer subidas an\u00f3nimas", "Archivos y sincronizaci\u00f3n", "Subidas de grandes archivos", "Managing your files", "Cuota de almacenamiento", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Control de versiones", "Setting out-of-office messages", "Usar la aplicaci\u00f3n Calendario", "Using the Contacts app", "Software de trabajo en grupo", "Using the Mail app", "Sincronizar con Android", "Sincronizar con el escritorio de GNOME", "Synchronizing with iOS", "Sincronizar con Kontact de KDE", "Sincronizar con macOS", "Synchronizing with Thunderbird", "Sincronizar con Windows 10", "Migrate data between instances", "Introducci\u00f3n al manual de usuario de Nextcloud 35", "Gestionar las conexiones entre navegadores y dispositivos", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Acceso universal", "Usar la verificaci\u00f3n en dos pasos", "Gestionar sus preferencias", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Con": 45, "Es": 26, "Hay": 26, "Otros": 35, "Qu\u00e9": 24, "Sin": 45, "about": 12, "acced": 20, "accepting": 70, "acces": [35, 80], "access": [4, 36], "accessing": [20, 21, 22, 27], "account": [19, 44], "accounts": 19, "actions": [15, 44], "activiti": 0, "activity": [0, 21], "adaptat": 80, "add": [41, 42, 44, 50], "adding": [19, 27, 38, 42], "address": [42, 44], "adjunt": 41, "administr": [24, 41], "advanc": 44, "agend": 41, "ai": [1, 44], "ali": [15, 44], "all": [44, 78], "almacen": [24, 33], "alternativ": 50, "ampliacion": 80, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 36, 42, 44, 57, 59, 60, 64, 66, 69, 72, 79, 83], "andro": 45, "anonim": 29, "anoth": 44, "aplic": [24, 41, 45, 81], "app": [0, 42, 44], "appearanc": 55, "apps": 75, "archiv": [20, 21, 24, 26, 29, 30, 31, 45, 69], "are": 12, "as": [42, 44, 72], "asign": [20, 41], "asistent": 41, "assigning": 36, "assistant": 1, "at": 42, "attachments": 56, "attempting": 12, "attend": 41, "audi": 60, "automat": 41, "automatic": [7, 44], "automation": 44, "autorespond": 44, "autoresponders": 44, "availability": 41, "a\u00f1ad": [35, 41], "backends": 27, "backgrounds": 60, "ban": 69, "basic": 7, "being": 12, "betw": 52, "blocks": 44, "body": 44, "books": 42, "borr": [24, 39], "bots": 57, "breakout": [58, 60], "brows": 60, "browsing": 36, "busy": 41, "by": 36, "calend": [41, 44, 47, 59], "calendari": [41, 45, 51], "calendars": 50, "call": [60, 62, 64, 65, 72], "calls": 61, "cambi": [26, 54], "can": 82, "card": 75, "cardbook": 50, "carpet": [21, 29], "chang": [12, 27, 44], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "cifr": 26, "cit": 41, "clav": 26, "client": [8, 13, 19, 20, 25, 60, 81], "clients": 60, "cloud": 28, "cod": 81, "collaboration": 23, "collectiv": [2, 3], "color": 44, "com": [24, 26], "comand": 20, "command": [8, 16], "commands": 57, "comments": 21, "comp": 44, "compact": [44, 55], "compart": [20, 24, 26, 35, 41, 82], "comparticion": 21, "compos": 44, "conditions": 44, "conect": 54, "conexion": 54, "configur": [29, 41, 49, 58, 81], "configuration": [9, 15], "configuring": 19, "conflict": 15, "conflicts": 10, "connecting": 21, "conoc": 20, "consent": 62, "consider": 81, "consol": 20, "contact": [42, 45, 51], "contacts": [42, 44, 47, 50], "conten": 6, "context": 15, "continuously": 12, "contrase\u00f1": [26, 54], "control": [21, 39], "controlling": 60, "conversation": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "cre": [20, 41], "creat": [5, 42, 44, 75], "creating": [21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "cuand": 24, "cuent": 49, "cumplea\u00f1": 41, "cuot": [24, 33], "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [44, 69, 83], "dat": [52, 82], "debug": 15, "deck": 75, "deep": 12, "delegation": [41, 44], "delet": 44, "deletion": 44, "desd": 20, "deshabilit": 26, "desktop": [13, 19, 60], "details": 21, "detection": [27, 44], "devic": 38, "dias": 41, "direccion": 82, "directori": 12, "disk": 11, "disp": 69, "display": 44, "displaying": 38, "disponibil": 41, "disposit": 54, "dolphin": 20, "dos": 81, "downl": [14, 60], "download": 15, "duplic": 41, "duplicat": 42, "during": 60, "e2e": 38, "edit": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "elimin": [24, 41], "email": [0, 28, 72], "emoji": 66, "enabl": [12, 44], "enabling": 38, "encrypting": 38, "encryption": [26, 34, 38], "end": 38, "enlac": 35, "entreg": 29, "envelop": 44, "environment": 11, "environments": 7, "escritori": [20, 25, 46], "espaci": 24, "even": 12, "event": [41, 44], "events": 59, "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expiration": 69, "explor": 20, "export": 41, "extensions": 15, "external": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "federat": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "feri": 41, "ficher": 20, "fil": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filt": [44, 69], "filtering": [0, 21, 44], "find": 15, "first": [2, 5], "fisic": 81, "fold": [12, 38, 44], "folders": 12, "follow": 44, "for": [41, 44, 77], "frecuent": 26, "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "functionality": 12, "general": [17, 19], "gestion": [41, 54, 82], "gestor": 20, "getting": 2, "global": 82, "gnom": 46, "grand": 31, "grid": [21, 65], "group": [26, 69], "groups": 42, "grup": [35, 43], "guest": 72, "hac": 29, "hand": 60, "handling": 8, "history": 1, "horari": 41, "how": [5, 12, 44], "i": 12, "icon": [19, 21], "icons": 19, "ics": 41, "if": 81, "ignor": 19, "immediately": 60, "import": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76], "inbox": 44, "incluid": 80, "indicators": 15, "info": 44, "information": 42, "inici": [26, 81], "initial": 14, "inserting": 66, "install": [8, 14], "installation": 14, "instanc": 52, "instructions": 17, "integrating": 75, "integration": [15, 44, 59, 71], "interacting": 76, "interfac": [12, 21, 83], "intern": 35, "internal": 44, "into": 75, "introduccion": 53, "introduction": 5, "introductions": 5, "invit": 41, "invitation": [44, 70], "invitations": 44, "ios": 47, "is": 26, "issu": 15, "it": 12, "items": 42, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "known": 15, "kontact": 48, "laboral": 41, "languag": 12, "layout": [44, 65], "level": 15, "levels": 36, "libret": 82, "lik": 12, "lin": [8, 16], "line": 20, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "llav": 81, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "logging": 15, "lose": 81, "low": 11, "mac": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "manag": [19, 58, 62], "managing": [32, 36, 41, 42, 44, 69], "manual": 53, "manually": 42, "mark": 42, "markdown": [4, 66], "mas": 26, "matterbridg": 74, "mediant": 35, "meeting": [41, 44], "meetings": 59, "members": 42, "mention": 44, "menu": 15, "merging": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mobil": 60, "mod": 44, "modal": 44, "moderators": 77, "modifi": 12, "mor": 66, "mov": [12, 21, 26, 44], "movil": [20, 25, 45], "multipl": 42, "my": 12, "nativ": 44, "nautilus": 20, "naveg": [54, 80, 83], "navigating": [21, 83], "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nombramient": 39, "not": [12, 69], "notif": 45, "notification": 0, "notifications": [1, 41, 69], "nuev": 41, "of": [12, 40, 55], "offic": 40, "oficial": 20, "on": [12, 14, 44, 50, 76], "onboard": 5, "one": 69, "only": 50, "open": 78, "operation": 44, "options": [16, 42], "or": [42, 60, 72], "order": 44, "organiz": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "overlay": 19, "overview": 10, "own": [5, 27], "ownership": 37, "pag": 5, "papeler": 41, "par": [20, 26, 41], "parent": 5, "participants": [60, 69], "pas": [24, 81], "personal": 1, "phishing": 44, "pick": 66, "pickers": 1, "pictur": 42, "pinning": 76, "plan": 26, "polls": 56, "posibl": 26, "possibl": 26, "preferent": 82, "pregunt": 26, "preventing": 7, "previsualiz": 21, "priority": 44, "priv": 26, "privacy": 69, "privat": 69, "problem": [20, 49], "profil": [82, 83], "progress": 41, "project": 5, "prop": 41, "propi": 29, "proposal": 41, "proposals": 41, "provid": 15, "public": [20, 35, 41], "pued": 26, "quick": 44, "rais": 60, "reactions": 60, "recipient": 44, "recommend": 50, "record": 60, "recordatori": 41, "recording": 62, "recovery": [26, 81], "recuper": 26, "recurrent": 41, "recurs": [35, 41], "refresh": 44, "reliably": 12, "remind": 76, "reminders": 44, "remov": 42, "repli": 44, "replying": 66, "reproductor": 21, "requirements": 14, "requisit": 83, "reserv": 41, "resolu": 49, "respond": 41, "responding": 41, "respuest": 20, "restrict": 82, "rol": 42, "room": 41, "rooms": [58, 60], "rss": 0, "running": 1, "s": 2, "sal": 41, "schedul": [44, 59], "scheduling": 66, "scre": [60, 63, 72], "search": [44, 76, 83], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "segund": 26, "seleccion": 21, "self": 69, "sending": [44, 66, 70], "serv": [12, 14, 26, 44], "sesion": [26, 81], "set": [19, 60], "setting": [40, 76], "settings": [0, 1, 19, 44, 72, 83], "setup": 14, "shar": [21, 28, 35, 42, 44, 72, 75], "sharing": [15, 19, 23, 26, 27, 35, 41, 56, 63], "shortcuts": 44, "sid": 26, "sideb": [0, 21], "siguient": 26, "silent": 66, "sincroniz": [25, 30, 45, 46, 48, 49, 51], "smart": [1, 44, 66], "snooz": 44, "sobr": 21, "softwar": 43, "solucion": 20, "som": 12, "sort": 44, "spac": 11, "speak": 65, "start": [2, 60], "starting": [60, 72], "status": [15, 19, 41], "step": 5, "steps": 2, "stops": 12, "storag": 27, "stream": 0, "sub": [12, 29, 31], "subfold": 44, "summary": [0, 44, 66], "support": [14, 15, 27], "suscrib": 41, "switch": 44, "sync": [12, 15], "synchroniz": 12, "synchronization": 19, "synchronizing": [47, 50], "syncing": 12, "system": [14, 36], "systray": 19, "tabl": 6, "tag": 36, "tags": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "tare": 26, "task": [1, 44], "tasks": 75, "team": [5, 42], "teams": 42, "tecl": 80, "tem": 80, "templat": 5, "tercer": 20, "text": 44, "than": 12, "the": [0, 5, 7, 8, 12, 15, 19, 21, 26, 38, 42, 44, 50, 60, 83], "ther": 12, "they": 12, "thre": 44, "thread": 76, "thunderbird": 50, "tim": [41, 42], "tlsv1": 51, "to": [5, 12, 21, 36, 38, 41, 42, 44, 66, 69], "togeth": 5, "trabaj": 43, "track": 12, "transcription": 64, "transf": 37, "translation": [44, 64], "transparency": 41, "trash": 44, "traves": 20, "troubleshooting": [15, 51], "unid": 20, "unidad": 20, "unifi": [44, 83], "uninstallation": 17, "universal": 80, "unsubscrib": 44, "up": [44, 60], "updat": [7, 18], "upload": 12, "uploading": [10, 21], "usag": 8, "usar": [26, 41, 81], "use": [2, 44], "user": [12, 19, 41], "using": [0, 8, 15, 19, 21, 26, 27, 28, 38, 42, 44, 50, 66], "usuari": [26, 35, 53], "utiliz": 20, "variabl": 11, "verif": 81, "version": 39, "versions": 14, "via": 28, "vide": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": 42, "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webin": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 42, 47, 50, 59, 75, 76], "workflow": 7, "works": 12, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 42, 44, 69, 81, 82]}}) \ No newline at end of file diff --git a/server/latest/user_manual/fi_FI/contents.html b/server/latest/user_manual/fi_FI/contents.html index a98564c0fbd..1443ca99b97 100644 --- a/server/latest/user_manual/fi_FI/contents.html +++ b/server/latest/user_manual/fi_FI/contents.html @@ -179,6 +179,7 @@
      462. Installation
      463. Uninstallation
      464. Using the Synchronization Client
      465. +
      466. Using the macOS File Provider
      467. Using the Command-Line Client
      468. Command-Line Options
      469. Configuration File
      470. diff --git a/server/latest/user_manual/fi_FI/desktop/autoupdate.html b/server/latest/user_manual/fi_FI/desktop/autoupdate.html index d68f951fff9..62d809210a2 100644 --- a/server/latest/user_manual/fi_FI/desktop/autoupdate.html +++ b/server/latest/user_manual/fi_FI/desktop/autoupdate.html @@ -83,6 +83,7 @@
      471. Installation
      472. Uninstallation
      473. Using the Synchronization Client
      474. +
      475. Using the macOS File Provider
      476. Using the Command-Line Client
      477. Command-Line Options
      478. Configuration File
      479. diff --git a/server/latest/user_manual/fi_FI/desktop/commandline.html b/server/latest/user_manual/fi_FI/desktop/commandline.html index 097752b438b..2426ff8063b 100644 --- a/server/latest/user_manual/fi_FI/desktop/commandline.html +++ b/server/latest/user_manual/fi_FI/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
      480. Installation
      481. Uninstallation
      482. Using the Synchronization Client
      483. +
      484. Using the macOS File Provider
      485. Using the Command-Line Client
        • Install
        • Usage
        • @@ -256,7 +257,7 @@

          Example
          diff --git a/server/latest/user_manual/fi_FI/desktop/configfile.html b/server/latest/user_manual/fi_FI/desktop/configfile.html index 6fdc1a4319d..f1750fa49f4 100644 --- a/server/latest/user_manual/fi_FI/desktop/configfile.html +++ b/server/latest/user_manual/fi_FI/desktop/configfile.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/conflicts.html b/server/latest/user_manual/fi_FI/desktop/conflicts.html index ae62e69077f..1c59fabf548 100644 --- a/server/latest/user_manual/fi_FI/desktop/conflicts.html +++ b/server/latest/user_manual/fi_FI/desktop/conflicts.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/envvars.html b/server/latest/user_manual/fi_FI/desktop/envvars.html index 31dd2d0f26b..a748550142d 100644 --- a/server/latest/user_manual/fi_FI/desktop/envvars.html +++ b/server/latest/user_manual/fi_FI/desktop/envvars.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/faq.html b/server/latest/user_manual/fi_FI/desktop/faq.html index b009cfc58b8..b1fa537b3ce 100644 --- a/server/latest/user_manual/fi_FI/desktop/faq.html +++ b/server/latest/user_manual/fi_FI/desktop/faq.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/index.html b/server/latest/user_manual/fi_FI/desktop/index.html index 775cf200553..2adc7e16a60 100644 --- a/server/latest/user_manual/fi_FI/desktop/index.html +++ b/server/latest/user_manual/fi_FI/desktop/index.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -132,6 +133,7 @@

          Desktop ClientInstallation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/installation.html b/server/latest/user_manual/fi_FI/desktop/installation.html index 51f04cb0427..0e0673e845c 100644 --- a/server/latest/user_manual/fi_FI/desktop/installation.html +++ b/server/latest/user_manual/fi_FI/desktop/installation.html @@ -91,6 +91,7 @@
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/macosfileprovider.html b/server/latest/user_manual/fi_FI/desktop/macosfileprovider.html new file mode 100644 index 00000000000..6762c5afeed --- /dev/null +++ b/server/latest/user_manual/fi_FI/desktop/macosfileprovider.html @@ -0,0 +1,824 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versions
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/fi_FI/desktop/macosvfs.html b/server/latest/user_manual/fi_FI/desktop/macosvfs.html index f1ab73eb790..497d7f7af97 100644 --- a/server/latest/user_manual/fi_FI/desktop/macosvfs.html +++ b/server/latest/user_manual/fi_FI/desktop/macosvfs.html @@ -1,796 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versions
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/fi_FI/desktop/options.html b/server/latest/user_manual/fi_FI/desktop/options.html index 03e1bdb2c57..84160c410a0 100644 --- a/server/latest/user_manual/fi_FI/desktop/options.html +++ b/server/latest/user_manual/fi_FI/desktop/options.html @@ -83,6 +83,7 @@
        • Installation
        • Uninstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fi_FI/desktop/uninstallation.html b/server/latest/user_manual/fi_FI/desktop/uninstallation.html index 112c9e112a6..7c785130d87 100644 --- a/server/latest/user_manual/fi_FI/desktop/uninstallation.html +++ b/server/latest/user_manual/fi_FI/desktop/uninstallation.html @@ -91,6 +91,7 @@

      486. Using the Synchronization Client
      487. +
      488. Using the macOS File Provider
      489. Using the Command-Line Client
      490. Command-Line Options
      491. Configuration File
      492. diff --git a/server/latest/user_manual/fi_FI/desktop/updatechannel.html b/server/latest/user_manual/fi_FI/desktop/updatechannel.html index efc21b8863e..7ac883d4f19 100644 --- a/server/latest/user_manual/fi_FI/desktop/updatechannel.html +++ b/server/latest/user_manual/fi_FI/desktop/updatechannel.html @@ -83,6 +83,7 @@
      493. Installation
      494. Uninstallation
      495. Using the Synchronization Client
      496. +
      497. Using the macOS File Provider
      498. Using the Command-Line Client
      499. Command-Line Options
      500. Configuration File
      501. diff --git a/server/latest/user_manual/fi_FI/desktop/usage.html b/server/latest/user_manual/fi_FI/desktop/usage.html index c55dcb3296f..97bb5c4e7b3 100644 --- a/server/latest/user_manual/fi_FI/desktop/usage.html +++ b/server/latest/user_manual/fi_FI/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
      502. General Window
      503. Using the Network Window
      504. Using the Ignored Files Editor
      505. -
      506. Virtual Files on macOS -
      507. +
      508. Using the macOS File Provider
      509. Using the Command-Line Client
      510. Command-Line Options
      511. Configuration File
      512. @@ -382,15 +379,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -398,7 +386,7 @@

        Virtual Files on macOS

        diff --git a/server/latest/user_manual/fi_FI/objects.inv b/server/latest/user_manual/fi_FI/objects.inv index a0b6b629ed0..136f16b579d 100644 Binary files a/server/latest/user_manual/fi_FI/objects.inv and b/server/latest/user_manual/fi_FI/objects.inv differ diff --git a/server/latest/user_manual/fi_FI/searchindex.js b/server/latest/user_manual/fi_FI/searchindex.js index b5179409309..a450993ccb1 100644 --- a/server/latest/user_manual/fi_FI/searchindex.js +++ b/server/latest/user_manual/fi_FI/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How the \u201dEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Sis\u00e4llysluettelo": [[6, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "_": 8, "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 18, 19, 20, 24, 25, 27, 29, 33, 36, 37, 40, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ability": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "abou": [0, 5, 15, 19, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absences": 41, "absent": 40, "accelerat": 15, "accept": [35, 37, 44, 70], "acceptanc": [35, 37, 44], "accepted": [37, 41], "accepting": [41, 73], "acces": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessibl": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accidentaly": 41, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47, 51], "acros": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "actio": [16, 21, 36, 41, 42, 44, 62], "actionabl": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [20, 44, 65], "activat": [42, 80], "activities": [19, 59], "activity": [6, 9, 12, 14, 19, 20, 54, 82, 83], "actual": 15, "ad": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 24, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "additio": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionaly": [24, 69], "additions": 42, "addres": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": 44, "addressbooks": [42, 51], "addresses": [41, 42, 60], "adds": [5, 41, 42, 44], "adjust": [9, 19, 20, 24, 82], "adjustabl": 35, "adjusted": [11, 15, 39], "adjusting": [12, 35], "adjustments": 10, "adjusts": 9, "adm": [13, 14, 24, 42, 44], "administer": 82, "administratio": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrativ": [7, 31, 35, 37], "administrator": [1, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 66, 70, 74, 80, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanced": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "advising": 26, "affected": [0, 44], "affecting": 44, "affects": 4, "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "aga": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "age": 24, "agend": [44, 57], "agendas": 57, "aggregat": 42, "aging": 33, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplanes": 57, "al": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "aliases": [44, 52], "alic": 41, "alig": 69, "alik": 69, "allocates": 24, "allow": [7, 12, 15, 20, 29, 33, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowed": [8, 15, 20, 24, 42, 60, 62], "allowing": [0, 35, 41, 44, 75], "allows": [7, 15, 20, 28, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alm": 14, "almost": 81, "along": [8, 39, 52], "alp": 8, "alphabetical": 42, "alpinelinux": 8, "already": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternativ": [20, 29], "alternatively": [2, 12, 14, 60], "always": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazo": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyzed": 44, "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 22, 24, 26, 27, 28, 29, 30, 31, 33, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "anonymous": [23, 30, 56], "anonymously": 20, "another": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyon": [66, 82], "anything": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "ap": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apach": 31, "apparent": 51, "appd": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 69, 70, 82], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 19, 21, 36, 44, 64, 66], "appimag": [12, 14, 17], "appimagelauncher": 12, "appl": [15, 20, 41, 48, 49, 83], "applicabl": 10, "applicatio": [7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 60, 63, 72], "applications": [6, 17, 41, 42, 48, 49, 82], "applied": [19, 36, 44], "applies": [42, 69], "apply": [15, 36, 40, 44], "appointment": [48, 52], "appointments": 44, "appropriat": [20, 31, 51, 76], "approximately": 9, "apps": [0, 15, 20, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "apt": [17, 20], "arbitrary": [19, 20], "arch": 8, "archiv": [8, 21], "archived": 69, "archives": 14, "are": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "around": [36, 42], "arrives": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 19, 21, 26, 27, 41, 44, 45, 50, 62, 66], "asked": [35, 37], "asking": 28, "asks": 40, "assig": [36, 58, 69], "assigned": [36, 44, 58], "assigning": [20, 21], "assignment": 58, "assistant": [6, 66], "assistiv": 80, "associated": 19, "assuming": 15, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": 36, "attached": 44, "attachment": 41, "attachments": [29, 44, 67, 73], "attempt": [14, 44], "attempting": 10, "attempts": [44, 51], "attend": 41, "attendees": 52, "attentio": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authenticat": 20, "authenticates": 20, "authenticatio": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "authenticator": 81, "author": 10, "authoring": 20, "authorities": 20, "auto": [7, 20, 41, 42, 44, 56], "autocompletio": 37, "automated": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automaticaly": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autoresponder": 40, "autoupdater": 7, "availability": [19, 40, 69], "availabl": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 41, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 69], "avatars": [42, 44], "avoid": 15, "away": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72, 80], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badg": [10, 21], "bandwidth": 19, "banned": 69, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [10, 45], "based": [7, 8, 20, 44, 57, 80, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "batch": 42, "batches": 0, "be": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 24, 27, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": 10, "becomes": [42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 20, 37, 42, 60], "bel": 83, "belongs": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "betw": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binary": [8, 15], "bins": 24, "birthdays": 41, "bit": [12, 20], "bits": 14, "bitv": 80, "blacklisted": [11, 19], "block": [44, 66], "blockquot": 66, "blocks": 41, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "boards": [2, 43], "bob": 35, "bodies": 44, "bold": 66, "book": [6, 41, 42, 47, 50], "bookabl": 41, "books": [41, 45, 50], "border": 27, "bot": 57, "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bots": [73, 77], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [19, 20, 44, 51, 62], "boxes": 0, "branded": 7, "breadcrumb": 21, "breakou": [73, 77], "bridg": 74, "bridges": 74, "brief": [5, 56], "brightnes": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "browsers": [6, 20, 81, 83], "browsing": 21, "bsd": 14, "bubbl": 60, "bubbles": 55, "buckets": 27, "bug": 7, "bugs": [12, 18], "build": 14, "building": 42, "builds": 18, "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 43], "bundled": 7, "bundles": 15, "busines": 44, "busy": 40, "but": [7, 10, 12, 14, 24, 26, 33, 41, 42, 44, 45, 66, 69, 80, 81, 82], "buto": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 41, 42, 44, 45, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 35, 41, 42, 65, 69, 72, 80], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 35, 37, 41, 42, 44, 46, 47, 48, 50, 52, 53, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "bytes": [9, 11, 20], "c": [12, 20, 80], "cach": 33, "caches": 17, "caja": [19, 20], "cal": [6, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80], "calculated": 33, "calculates": 24, "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 6, 33, 40, 42, 43, 46, 48, 49, 50, 52, 68, 69, 73, 83], "calendars": [2, 44, 45, 46, 48, 52], "called": [4, 10, 20, 38, 65, 82], "calls": [6, 60, 69, 70, 73, 77], "camer": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellations": 41, "cano": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabilities": 20, "capabl": 20, "captio": 56, "captions": 76, "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "careful": 12, "carl": 8, "carries": 20, "cary": 15, "case": [7, 12, 14, 20, 26, 42, 45], "cases": [48, 62, 69, 82], "catching": 19, "categories": 45, "category": 0, "cause": 19, "caused": 80, "causes": 80, "cautio": 9, "cellular": 48, "center": 20, "centos": 20, "central": 69, "centres": 65, "cert": [11, 31, 42, 44, 76], "certificat": [8, 20, 47], "certificates": [20, 49], "certificatio": 20, "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [4, 10, 14, 15, 19, 20, 25, 36, 37, 40, 41, 48, 51, 55, 58, 69, 72, 82, 83], "changed": [10, 12, 26, 27, 41, 51, 82], "changes": [0, 6, 8, 9, 10, 15, 19, 21, 28, 29, 36, 41, 42, 44, 58, 80, 81], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapter": [14, 20], "character": [19, 44], "characters": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "check": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 44, 60, 62, 69], "checkboxes": [42, 44], "checked": [19, 41, 42], "checking": 9, "checklists": 69, "checkmark": [19, 41], "checks": [7, 24, 44], "chips": 83, "chmod": 20, "choice": [12, 37, 64], "choices": 56, "choose": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chose": [15, 37, 41, 44], "chow": 20, "chrome": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologicaly": 44, "chunk": [9, 11], "chunksiz": 9, "cifs": 27, "cinnamo": 20, "circl": [15, 19, 69], "circles": [19, 35], "circular": [39, 42], "circumstances": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classificatio": 44, "clean": 12, "cleaner": 44, "clear": [19, 20, 69], "cleared": 19, "clears": 16, "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicked": 44, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": [41, 72], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 20, 25, 31, 38, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 41, 42, 54, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [14, 38, 41, 45, 66, 81], "codec": 21, "codes": 6, "cohesiv": 5, "collaborat": 2, "collaboratio": [6, 30, 42], "collaborativ": 35, "collaboratively": [2, 3], "collaps": 44, "collapsed": [19, 80], "colleagues": 41, "collected": 41, "collectio": 20, "collectiv": [2, 5], "collectively": 5, "collectives": [4, 5, 6], "color": [41, 80], "colored": 27, "colum": [21, 66], "columns": 60, "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": 80, "comes": [41, 44, 48], "command": [6, 12, 13, 14, 17, 36, 57], "commands": [17, 73, 77], "comment": [21, 41], "comments": 51, "commercial": 29, "communicat": 11, "communicating": 69, "communities": 3, "community": [8, 14, 20, 41], "como": 80, "companies": 7, "compar": 10, "compatibility": [12, 21], "compatibl": [11, 27, 41, 44, 81], "complet": [17, 20, 28, 42, 43, 45, 69], "completed": [14, 29, 66], "completely": [9, 62], "completio": 1, "complex": 41, "complianc": 62, "compliant": [53, 80], "complicated": 24, "component": 19, "components": 19, "compos": 80, "composed": 44, "compromised": 26, "computer": [13, 20, 21, 24, 25, 46, 53], "computers": [5, 7], "concretiz": 41, "conditions": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configuratio": [6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 26, 27, 35, 36, 37, 42, 44, 74, 82], "configurations": [11, 31, 52], "configured": [1, 14, 15, 19, 24, 31, 33, 41, 44, 49, 59, 60, 69], "configures": 27, "configuring": [6, 20, 27, 45, 54], "confirm": [12, 28, 41, 42, 44, 45, 47], "confirmatio": [9, 19, 28, 41, 69], "confirmed": 41, "confirming": 41, "confirms": [27, 28, 41], "conflict": [10, 41], "conflicted": 10, "conflicting": 10, "conflicts": [6, 13, 41], "confusio": 10, "congratulations": [2, 5], "connect": [12, 14, 20, 21, 25, 27, 54, 81], "connected": [1, 6, 15, 19, 26, 27, 41, 46, 81], "connecting": 20, "connectio": [12, 15, 19, 20, 27, 28, 45, 48, 51, 74], "connections": [9, 11, 20, 27, 49, 54, 82], "connectivity": [15, 20], "consent": 60, "consider": [17, 20], "considerabl": 12, "consideratio": 17, "considerations": 6, "consistent": 15, "consisting": 43, "consol": 20, "cont": [8, 10, 12, 41, 44], "contact": [20, 27, 31, 41, 44, 45, 47, 80, 82, 83], "contacts": [0, 6, 33, 41, 43, 46, 48, 49, 52, 82, 83], "contained": [19, 44], "containers": [9, 17], "containing": [8, 10, 12, 19, 42, 44], "contains": [0, 9, 10, 12, 19, 21, 39, 44, 60, 72], "content": [1, 2, 5, 8, 12, 15, 20, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 35, 41], "context": [1, 19, 41, 44, 56], "continualy": 12, "continue": [10, 19, 44, 45, 50], "continued": 69, "contrary": 8, "contrast": 80, "control": [20, 30, 32, 33, 36, 41, 53, 57, 60, 69, 82], "controlled": [7, 11], "controlling": 7, "controls": 60, "convenienc": 19, "convenient": 0, "conversatio": [1, 35, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 35, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "copied": [5, 44], "copies": 15, "copy": [0, 10, 12, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctly": [15, 20], "correctnes": 19, "corresponding": [0, 41, 44], "could": [26, 27, 41, 44], "count": [24, 33], "counted": [24, 33], "counter": 70, "country": 41, "counts": 33, "cover": 69, "covers": 42, "cowork": 2, "cp": 20, "crashreporter": 17, "create": [0, 2, 10, 14, 15, 19, 20, 21, 25, 26, 28, 29, 33, 35, 36, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 18, 19, 20, 26, 35, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creates": [10, 12, 21, 39], "creating": [12, 19, 44, 54, 59, 82], "creatio": [19, 36, 69, 76], "credentials": [20, 27, 45, 49, 51], "cros": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 44, 60], "currentcontrols": 20, "currently": [1, 15, 19, 24, 38, 39, 41, 42, 58, 60, 66], "currentversio": 12, "cursor": [2, 41], "custom": [15, 19, 41, 44, 69, 80, 83], "customers": 18, "customis": [60, 83], "customisabl": 83, "customiz": [20, 44, 55], "customized": 41, "cuto": 19, "cycles": 12, "cycling": 19, "d": [20, 41, 56], "daily": [18, 41], "dangerous": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dates": [12, 41], "dav": [20, 45, 47, 48], "davdroid": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 39, 41, 69, 82], "daygridmonth": 41, "days": [24, 33, 39, 41, 44, 59, 83], "db": 8, "de": 12, "debia": [8, 19, 20], "debug": 16, "decid": [5, 41, 44, 56], "decided": 5, "decides": 15, "decimal": 20, "deck": [42, 43, 66], "decl": [35, 44, 60, 70], "declined": 41, "declining": [41, 60], "decorations": [15, 66], "decrypt": [26, 38], "decrypted": 38, "decrypts": 26, "dedicated": [15, 20, 44, 45, 50, 69], "deemed": 19, "deeply": 12, "def": [19, 44], "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defaults": [8, 21, 41], "defined": [15, 19, 41, 42], "definitio": 19, "del": 80, "delay": 15, "delegat": [41, 44], "delegated": 44, "delet": [0, 1, 10, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 66, 80], "deleted": [9, 21, 30, 32, 33, 41, 44, 59, 69], "deletes": [24, 39], "deleting": [9, 15, 17, 24, 41, 44], "deletio": [41, 69], "deny": 54, "depend": [44, 82], "depending": [0, 19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "depends": [12, 17, 20, 21, 27, 41], "deployment": [7, 14, 18], "depth": 20, "descendants": 15, "describ": 7, "described": [41, 77], "describes": 11, "describing": 41, "descriptio": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "desig": 80, "designed": [3, 20, 44, 80], "desired": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 17], "destinatio": [20, 21], "detailed": 41, "details": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": 41, "detected": [9, 44], "detectio": 15, "detects": 44, "determ": [41, 44], "developer": 13, "development": [18, 80], "devic": [6, 15, 20, 41, 45, 60, 72, 81, 83], "devices": [6, 20, 38, 41, 53, 60, 69, 72, 81], "devs": 8, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "dialogue": [2, 41], "dialogues": 46, "diaspor": 42, "dice": 57, "did": [12, 26, 44, 60], "differenc": 41, "differences": [8, 10], "different": [0, 7, 20, 21, 35, 41, 42, 44, 69, 70, 81], "differently": 19, "dig": 20, "digest": 0, "digi": 35, "direct": [20, 28, 35, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_created": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 19, 21, 35, 41, 44, 47, 57, 60, 62, 64, 72], "disabled": [15, 20, 21, 41, 42, 44], "disables": 26, "disabling": 15, "disallow": 7, "disappear": 42, "disappears": 60, "disconnect": 54, "disconnections": 20, "discord": 74, "discover": [41, 45, 69, 78], "discoverabl": 59, "discovered": 41, "discovery": [9, 15, 47, 50], "discusio": [19, 76], "discussions": [44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismis": 79, "dismisses": 60, "display": [1, 12, 20, 21, 38, 41, 51, 60, 66, 82], "displayed": [37, 42, 44, 46], "displaying": [16, 44], "displays": [15, 16, 19, 20, 21, 44], "distributed": [20, 41], "distributio": [14, 20, 62], "distributions": [7, 9, 14], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60], "dividers": 66, "do": [0, 7, 8, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [5, 12, 15, 21, 80], "documentatio": [1, 14, 20, 24, 31, 33, 35, 37, 57, 74], "documented": [20, 25, 80], "documents": [1, 2, 8, 21, 46, 82], "does": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 46, 48, 49, 54, 59, 81], "doing": [9, 44], "dolph": 19, "doma": [20, 44, 47], "domains": 44, "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": [19, 35, 44], "doubl": [12, 14, 63], "dow": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloaded": [7, 20], "downloading": [15, 19, 21, 35], "downloads": [7, 10, 11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdow": [20, 27, 49, 82], "due": [12, 15, 35, 37], "duratio": [9, 41], "durations": 69, "during": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamicaly": 9, "dyslex": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "ease": 80, "easier": 66, "easily": [5, 44, 76], "easy": [2, 5, 20, 26], "echo": 12, "edg": [8, 20, 83], "edi": [7, 15, 19, 20, 21, 28, 38, 56, 66, 72, 76, 83], "editabl": 42, "edited": [33, 41], "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "effect": [28, 35], "effectively": 81, "efficient": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elapsed": 60, "element": [58, 60, 80], "elements": [66, 80], "eliminat": 41, "els": [10, 14, 60, 72], "elses": 42, "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "embed": [2, 41], "embedded": [41, 42], "embedding": 41, "eml": 12, "emo": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 19, 20, 26, 29, 38, 41, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 38, 40, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "enables": [10, 19, 20, 25, 26, 42, 60], "enabling": [15, 44, 62], "encoding": 20, "encounter": 20, "encrypt": [26, 38], "encrypted": [20, 33, 38, 49], "encryptio": [6, 20, 27, 30, 33, 47], "end": [19, 20, 26, 30, 34, 35, 41, 44, 62, 80], "ends": [40, 41, 57, 62, 69], "engaged": 41, "enhanc": 66, "enough": 12, "ensur": [15, 20, 24, 41, 44, 80], "ensures": [7, 15], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entered": 44, "entering": 46, "enterpris": [18, 53], "enterprises": 53, "entir": [21, 41, 44], "entirely": [7, 11, 15, 31], "entities": 42, "entries": [0, 19, 21], "entry": [0, 1, 2, 20, 21, 42, 82], "env": 16, "envelopes": 44, "environment": [6, 8, 10, 13, 20], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47], "errors": [19, 51, 80], "esc": 60, "escap": 80, "especialy": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "eve": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 59, 69], "events": [0, 42, 52, 69, 83], "every": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everything": [0, 14, 15, 18, 20, 44, 80], "evicting": 15, "evictio": 15, "evolutio": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 70, 79, 80, 81], "examples": [20, 57], "exceed": [24, 33, 39], "exceeds": 20, "excellent": 29, "except": [20, 44, 69], "exchang": 41, "exclud": 19, "excluded": [12, 15, 33, 39], "excludes": 19, "excluding": 19, "exclusiv": 44, "exe": [12, 20], "execut": [38, 57], "executed": 44, "executio": [1, 44], "exi": [19, 20], "exist": [20, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exits": 8, "expand": [20, 44], "expanded": 80, "expands": 19, "expected": [19, 44], "expects": 2, "experienc": [18, 20, 44, 60, 83], "experimental": 9, "expiratio": [24, 35, 39], "expires": 39, "explains": 20, "explanatory": 42, "explic": 62, "explicitly": [8, 27], "explorer": [10, 19], "export": [42, 52, 56], "exposed": 26, "extend": [66, 69], "extensio": [12, 15, 20, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externaly": 27, "extr": 12, "eye": 19, "eyes": 80, "f": [17, 45, 60, 72, 80, 83], "facing": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "factors": 81, "fail": [7, 12, 20], "failed": [12, 44], "fails": 20, "failur": [9, 12], "falls": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [21, 44, 80], "favorited": 42, "favorites": [0, 21, 42], "feasibl": 14, "featur": [17, 18, 20, 21, 26, 40, 41, 42, 44, 50, 62, 70, 74, 79], "features": [2, 7, 9, 12, 18, 19, 21, 42, 44, 60, 70, 82], "federated": [21, 23, 30, 70, 82], "federatio": [6, 23, 30, 73], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 60, "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 19, 20, 21, 28, 36, 37, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44, 51], "figur": [1, 36], "fil": [1, 5, 20, 27, 41, 44, 50, 56], "file": [0, 6, 7, 8, 10, 11, 12, 13, 16, 17, 22, 23, 24, 25, 26, 28, 30, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 53, 56, 60, 62, 66, 71, 72, 76, 80], "fileinto": 44, "filenam": [16, 19], "filenames": [26, 29], "files": [3, 6, 7, 8, 9, 10, 11, 13, 14, 17, 25, 28, 31, 33, 35, 37, 38, 39, 41, 42, 46, 53, 60, 62, 66, 68, 73, 83], "files_versions": 39, "filesizelimitinbytes": 20, "filesystem": 20, "filing": 41, "filled": [15, 27, 41, 44], "filter": [21, 36, 42, 59, 83], "filtered": [0, 1], "filtering": 69, "filters": [0, 36, 44, 69, 76, 83], "final": 41, "finaliz": 69, "finaly": [20, 41], "find": [12, 14, 19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "finding": 41, "finds": 37, "fine": [41, 48], "finish": [20, 45], "finished": [5, 28, 41, 50, 52], "finishes": 1, "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [14, 48], "fixes": 7, "flag": 44, "flagged": 44, "fledged": 50, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "focus": [44, 80], "focused": [14, 55, 58, 60], "folder": [0, 4, 8, 10, 11, 14, 15, 17, 19, 20, 21, 24, 26, 27, 29, 33, 35, 36, 37, 41, 82], "folders": [8, 9, 14, 15, 17, 19, 25, 26, 27, 35, 36, 37, 38, 42, 44, 53], "foldersync": 20, "follow": [0, 5, 14, 18, 19, 20, 28, 35, 51, 80], "followed": [1, 19, 20, 44], "following": [7, 8, 12, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 45, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "font": 80, "for": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forever": 41, "forg": [5, 26], "form": [1, 2, 5, 9, 21, 26, 28, 35, 41, 42, 44, 45], "formal": 42, "formats": [15, 21], "formatted": 44, "formatting": 5, "formerly": 45, "forth": [1, 41], "forward": [69, 76], "forwarded": 41, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "freeing": 15, "frequent": 20, "friends": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "ful": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinterval": 9, "fullscr": 80, "fuly": [15, 20, 25, 38, 80], "fun": 5, "functio": [20, 29], "functionality": [7, 20, 42], "functions": 81, "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "gallery": 26, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "general": [7, 9, 12, 41, 77], "generaly": 41, "generat": [41, 45, 46, 48, 54, 66, 81], "generated": [1, 41, 44, 49, 52, 54, 66], "generatio": 1, "generic": 45, "germ": 80, "gestures": 63, "get": [20, 26, 41, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "gets": [10, 24, 37, 39, 42, 81], "getting": [3, 6], "gifs": 66, "gigabytes": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "give": [2, 5, 35, 39, 41, 44, 60, 62, 63], "gives": [1, 54], "giving": [0, 12], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "granular": 41, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "group": [7, 17, 20, 41, 42, 44, 45, 58, 82], "grouped": [0, 44, 83], "groups": [3, 26, 33, 41, 44, 45, 52, 56, 58, 60, 69], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "gui": [8, 27, 45], "guidanc": 31, "guide": [14, 47, 49], "guidelines": 80, "gvfs": 20, "h": [8, 16, 20], "had": 19, "halts": 44, "hand": [5, 19, 80], "handled": 44, "handler": 12, "hands": 60, "handy": 69, "hap": [10, 15, 41], "happened": 0, "happening": 0, "happens": [5, 15, 41], "hapy": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "have": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "header": [20, 21, 41, 44, 58, 80], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "helpful": [33, 82], "helping": 41, "helps": [42, 57], "here": [2, 15, 44, 50, 66, 69, 72], "hesitat": 80, "hid": [4, 8, 44], "hide": [29, 35, 44, 72], "hides": [35, 55], "hierarchical": 2, "hierarchy": 35, "high": [64, 80], "higher": 12, "highlighted": [62, 76], "history": [6, 20, 21, 39], "hkey_classes_ro": 12, "hkey_current_user": 7, "hkey_local_mach": [7, 12, 20], "hoc": 69, "holding": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizontal": [2, 44], "host": 9, "hosted": 20, "hostnam": 20, "hour": [0, 39, 41, 69], "hourly": 0, "hours": [12, 16, 39, 69, 76], "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "however": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "i": [2, 16, 20, 47], "ical": 41, "icalendar": 41, "icloud": [41, 51], "ico": [0, 1, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ide": 10, "ideal": 79, "idealy": 54, "ideas": 69, "ideatio": 42, "identical": [26, 44], "identifier": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "ifram": 41, "ignor": [8, 19], "ignored": [12, 41], "ignoring": 19, "illustrates": 24, "imag": [1, 10, 21, 26, 60], "images": [21, 60], "imap": 43, "immediately": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": 20, "implementatio": 20, "implemented": [25, 42], "implements": 44, "implic": 20, "import": [12, 20, 42, 44, 52, 56], "importanc": 44, "important": [2, 15, 20, 38, 44, 69, 76, 80, 81, 83], "imported": 41, "importing": [41, 44], "imposed": 15, "improv": [20, 44], "improved": 20, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "includ": [8, 20, 21, 41, 82], "included": 6, "includes": [10, 19, 26, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrect": [9, 19], "increas": [20, 31], "increased": [15, 80], "increases": 20, "increasing": 11, "increment": 41, "increments": 41, "independent": [0, 12, 41], "index": [26, 41], "indexer": 12, "indicat": 19, "indicates": [19, 60], "indicating": 51, "indicatio": 20, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individual": [14, 19, 26, 27, 41, 54, 72], "individuals": [26, 53], "individualy": [42, 44, 54], "influenc": [11, 41], "info": 36, "inform": [7, 41], "informal": 42, "informatio": [8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informed": [37, 41, 59], "informing": 7, "informs": 62, "infos": 41, "inherited": 42, "inhibits": 8, "ini": 9, "initial": [35, 48], "initialized": 26, "initiated": 35, "inl": [36, 66], "inotify": 12, "inpu": [1, 19, 56, 66, 80], "inputs": 41, "insert": [1, 2, 66], "inserted": [1, 44], "inserting": 72, "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [7, 12, 17, 19, 20, 41, 45, 73], "installatio": [6, 13, 20, 48, 57], "installations": 28, "installed": [0, 1, 8, 14, 15, 17, 19, 20, 41, 42, 44, 52, 60, 74, 75, 83], "installer": 12, "installing": 20, "instanc": [0, 12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 41, 43, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [20, 21, 51, 57, 74], "integrat": [12, 15, 57, 75, 77], "integrated": [15, 46, 49, 73], "integrates": [19, 44, 46], "integrating": [67, 73], "integratio": [19, 66, 68, 73, 74], "integration_openai": 44, "integrations": 66, "intelligenc": 1, "intelligent": 15, "intentionaly": 12, "interacted": 44, "interacting": [67, 73], "interactiv": [8, 14], "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfaces": 43, "interferes": 7, "intern": [20, 48, 49], "internal": [19, 41, 69], "interoperabl": 41, "interruptio": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 20, 21, 24, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "introduced": [19, 41], "introductio": 6, "introductory": 5, "intruder": 26, "invalid": [8, 54], "invisibl": [19, 36, 41], "invit": [42, 59, 70, 72], "invitatio": [41, 45, 72, 73], "invitations": 42, "invited": [41, 72], "invites": [42, 70], "inviting": 70, "invok": 8, "involved": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issues": [14, 44, 66, 80], "isue": [15, 25, 26, 80], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italicized": 66, "item": [8, 15, 21, 41, 48], "items": [15, 21, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 25, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "jobs": 11, "joh": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "joke": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanb": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13, 39], "kept": [15, 26, 42, 44], "key": [7, 28, 41, 42, 46, 72, 81, 83], "keyboard": [6, 60, 72], "keych": 49, "keynot": 15, "keyring": 14, "keys": [26, 33], "keywords": 8, "kfy9lek5sm928xp": 20, "know": [28, 41, 45, 81], "knowledg": [2, 3, 12], "kontact": [6, 43], "korganizer": 48, "kubuntu": 19, "kwal": 14, "l": [2, 29, 41, 58], "label": [20, 28], "labeled": 51, "labelled": [41, 51], "labels": [28, 36], "landing": [2, 42], "languag": [1, 44, 64, 82], "languages": 44, "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchagents": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": [4, 20], "lear": [2, 21, 24, 26, 42, 46, 48, 49], "learned": 2, "learns": 15, "least": [1, 39, 42], "leave": [21, 40], "leaving": [20, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "les": [5, 11, 38], "let": [5, 7, 41, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "letter": 20, "letting": 44, "level": [2, 16, 21, 26, 35, 36, 41, 60, 62, 69, 80], "library": [9, 17], "like": [5, 7, 15, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likely": [19, 26, 44], "liking": 80, "limi": [12, 19, 20, 24, 31, 39, 41, 69, 83], "limitatio": 20, "limitations": 15, "limited": [12, 15, 31, 37, 42, 69], "limits": [20, 31], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "lines": 19, "link": [0, 2, 12, 19, 20, 21, 28, 29, 41, 56, 59, 66, 69, 72], "linked": 28, "links": [14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": [1, 12, 29, 41, 42, 60, 82], "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 45, 66, 69], "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcriptio": 64, "llm": 44, "llms": 44, "load": [44, 80], "loby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "localy": [9, 10, 15, 56], "locat": [9, 19, 51], "located": [4, 17, 19, 44], "locatio": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 9, 14, 16, 19, 20, 21, 42, 44, 45, 46, 50, 51, 54, 80, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 44, 82], "logging": [6, 19, 20, 29, 83], "logins": 20, "logo": 83, "logs": [16, 20, 51], "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 47, 55, 77, 81, 83], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "lose": [6, 26, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeaker": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "luminosity": 80, "m": [60, 72, 80], "mac": 19, "mach": [7, 8, 10], "machines": 8, "macos": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24], "magicaly": 26, "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maint": 42, "maintained": 14, "major": 14, "make": [12, 17, 20, 24, 25, 26, 29, 35, 39, 41, 42, 47, 49, 58, 60, 82], "makes": [5, 10, 20, 28, 66, 74], "making": [9, 19, 20, 23, 30, 41], "manag": [5, 6, 15, 21, 26, 36, 41, 42, 44, 51, 57, 77, 81, 82], "managed": [14, 27, 41, 44], "management": [12, 20, 24, 33, 36, 43], "manager": [5, 14, 17, 21, 46, 50, 56], "managers": [7, 14, 20], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "manner": [8, 41], "manual": [6, 7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manualy": [7, 12, 20, 24, 29, 39, 44, 45, 50, 58, 62, 79], "many": [12, 26, 41], "map": 20, "mapped": 20, "maps": 20, "mark": [19, 21, 44, 66], "markdow": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "marks": 27, "master": 26, "mastodo": 42, "match": [12, 42, 44, 83], "matched": 19, "matches": [7, 44], "matching": 19, "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watches": 12, "maxchunksiz": 9, "maximum": [8, 9, 11, 20, 24, 41], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "maybe": 41, "mb": [9, 11], "mdn": 21, "mean": [26, 44, 81], "meaning": [9, 44], "means": [15, 19, 20, 27, 41, 44], "meanwhil": 42, "mechanism": 7, "med": [8, 21, 42, 60, 62, 69], "meet": 41, "meeting": [57, 59, 72, 83], "meetings": 69, "meets": [24, 39], "megabyt": 31, "member": [42, 69], "members": [2, 5, 20, 35], "membership": 42, "memberships": [42, 82], "memory": [1, 24], "mentioned": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merg": 42, "merged": 42, "messag": [1, 19, 20, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 76, 80, 81], "messages": [1, 6, 16, 19, 43, 57, 67, 73, 83], "met": 24, "metad": [19, 33], "method": [7, 20, 27, 28, 45, 58, 81], "methods": [7, 20, 41, 42], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "migratio": 52, "milliseconds": 9, "mime": 12, "min": 9, "minchunksiz": 9, "mind": [20, 41], "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minute": [9, 39, 41], "minutes": [26, 27, 39, 48], "missing": 21, "mitigat": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 83], "modals": 80, "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moderatio": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modes": 44, "modificatio": [12, 19], "modifications": 42, "modified": [0, 21, 42], "modify": [0, 19, 20, 42, 60], "modifying": [19, 31], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreover": 41, "morning": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 28, 35], "mounted": 20, "mounting": 20, "mounts": 27, "mouse": [2, 63, 80], "move": [0, 20, 21, 24, 52, 58, 80], "moved": [9, 24, 44, 69], "moves": 44, "movetotrash": 9, "moving": 44, "moz": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mtimes": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "muted": [60, 72], "mutes": 60, "mutualy": 44, "muutetu": 41, "my": [2, 20], "my_sync_folder": 8, "mycertificat": 20, "myda": 10, "mynextcloud": [20, 48], "n": [8, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "names": [8, 60], "narrow": [0, 76, 83], "nativ": 20, "natively": 50, "naturaly": 42, "nautilus": [19, 46], "navigat": [0, 20, 21, 35, 37, 42, 44, 49, 51, 80], "navigating": 6, "navigatio": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "near": [21, 50], "nearly": 10, "necessary": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 12, 14, 17, 20, 26, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 76], "needed": [11, 35, 38, 41, 48, 69], "needing": [15, 42], "needs": [10, 15, 20, 28, 41, 42, 70], "nemo": [19, 20], "nested": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "networks": 42, "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newly": [12, 15, 41], "newsletters": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 66], "normaly": [26, 41, 44], "not": [0, 2, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 31, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 69, 81, 82, 83], "note": [4, 35, 42, 44, 51, 76], "notes": [2, 41, 69], "nothing": 26, "notic": [10, 41], "notificatio": [1, 6, 7, 19, 35, 37, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [0, 6, 9, 10, 19, 60, 66, 76, 82, 83], "notified": [0, 41, 69, 72, 76], "notifies": 10, "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "ns": 20, "number": [11, 19, 28, 35, 41, 44, 58, 60, 69], "numbers": [15, 42], "object": [0, 27, 35], "obscured": 69, "observ": 14, "oc": [20, 27, 28], "occur": 26, "occurred": [0, 10, 20], "occurs": [41, 44], "oct": 20, "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 33, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "offer": [15, 35, 41, 80], "offers": [7, 19, 20, 21, 41, 44, 60, 73], "offic": [6, 12, 20, 21, 41, 43, 69], "officialy": 14, "offl": [15, 19, 20, 27], "oft": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "omi": 20, "onboard": [2, 3, 6], "onboards": 5, "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongoing": [62, 69], "onl": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "ope": [0, 1, 2, 10, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [7, 15, 19, 69], "opening": [2, 15, 16, 41, 60], "opens": [10, 12, 15, 16, 19, 20, 21, 29, 37, 42, 44, 60, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "operating": [7, 12, 17, 20, 53], "operatio": 11, "operations": [19, 20], "operators": 44, "opportunity": 12, "opt": [9, 44], "optimized": 20, "optio": [0, 12, 16, 19, 20, 21, 26, 28, 33, 35, 36, 41, 42, 44, 45, 48, 56, 60, 62, 63, 72, 76], "optional": [20, 26, 40, 41, 44], "optionaly": [41, 45], "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 20, 21, 26, 35, 58, 60, 69, 72, 82, 83], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 31, 33, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 35, 42, 45], "ordered": [44, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [2, 3], "organizations": 42, "organized": [0, 76], "organizer": [41, 44], "organizing": 5, "original": [33, 44, 64], "os": 8, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 26, 27, 28, 29, 33, 35, 37, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 19, 25, 40, 41, 44, 69, 74, 82], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgoing": 44, "outlined": 15, "outlining": 57, "outlook": 41, "outpu": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27], "overflows": 65, "overhauls": 12, "overhead": 20, "overlapping": 41, "overrid": [7, 24, 33], "overrides": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "ow": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_m": 11, "owncloud_blacklist_time_max": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_bytes": 11, "owncloud_free_space_bytes": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeou": 11, "owncloud_upload_conflict_files": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "owners": 26, "ownership": [23, 30, 42], "owns": 41, "p": 8, "pa": 8, "packag": [7, 8, 14, 17, 19, 20], "packages": [8, 14], "page": [2, 7, 14, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 80, 82, 83], "pages": [2, 4, 15, 35, 41, 77], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "parameters": [20, 52], "parent": [19, 21, 42, 58], "part": [5, 12, 20, 42, 44, 60, 69], "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participatio": 41, "particular": [0, 58], "parts": 2, "party": [12, 26, 41, 70], "pas": [8, 20], "passed": [8, 20, 39], "passkey": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [6, 81], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "patter": [8, 19, 39, 44], "patterns": 19, "pause": 19, "paused": 19, "pauses": 19, "pc": 20, "pdf": 21, "peers": 2, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectly": 18, "perform": [7, 9, 20, 42, 44], "performanc": [20, 44, 64], "performed": 44, "performs": 8, "period": [19, 24, 33, 41, 59, 69, 76, 83], "periodic": 27, "perm": 20, "permanently": [4, 12, 15, 24, 41, 69], "permisio": [57, 60, 63], "permissions": [20, 37, 42, 45, 60, 69], "persisted": 9, "persistent": 20, "persists": 27, "perso": [10, 41, 69, 83], "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "petersteier": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picked": 41, "picker": [1, 21, 29, 36, 37], "pickers": 6, "pictur": [5, 82, 83], "pictures": 42, "pie": 15, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "place": [1, 2, 7, 20, 41, 42, 53, 69], "placed": [8, 24], "places": [20, 65, 83], "plain": [20, 21, 54], "plan": [20, 41, 48], "planning": 41, "plasm": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "please": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plus": [41, 42], "point": [14, 20, 44, 45, 83], "pointing": [10, 27, 44], "pol": [9, 15, 56], "policies": 7, "pop": 7, "pop3": 43, "popover": 80, "popular": 41, "populated": 19, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "positio": 42, "possibility": [20, 38], "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": 51, "posts": 57, "potential": 44, "power": 48, "powered": 1, "powers": 24, "pre": [18, 19, 44, 66], "precautio": 44, "preconfiguratio": 14, "predefined": [19, 41, 44, 60], "prefer": [14, 20, 44, 51], "preferenc": 41, "preferences": [0, 6, 9, 17, 41, 44, 45, 52, 81], "preferred": [7, 20, 82], "prepar": [41, 62], "preparatio": [18, 41], "prepared": 66, "pres": [1, 2, 5, 14, 20, 28, 44, 46, 60, 83], "preselected": 2, "present": [7, 27], "presentatio": 21, "presenter": 63, "preserv": 19, "preserving": 21, "pressing": [5, 46, 66, 72], "prety": 26, "prevent": [7, 24, 35, 41, 42, 82], "prevented": 69, "prevents": 7, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [0, 1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principals": [47, 51], "prior": 7, "privacy": [38, 44, 53, 62, 83], "privat": [41, 82], "privately": 66, "privileges": 7, "pro": 81, "probably": 20, "problem": [12, 81], "problems": 11, "proc": 12, "procedur": 50, "proceed": 44, "proces": [8, 12, 39, 41, 52], "processed": [44, 62], "processes": [8, 44], "produc": [9, 19], "produces": 21, "productivity": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14], "programs": 17, "progres": [15, 19, 60], "project": 43, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfiles": 9, "prompted": [14, 51, 60, 63, 72], "proofs": 81, "prop": 20, "propagated": 35, "propagates": 8, "properly": [12, 20, 49], "properties": [20, 42], "propertyhandlers": 12, "propertysystem": 12, "propfind": 20, "proposal": 52, "proposes": 44, "propst": 20, "protect": [26, 35, 81], "protected": [20, 69], "protecting": 38, "protectio": [35, 42], "protocol": [12, 20, 27, 47], "protocols": [50, 74], "provid": [0, 7, 8, 12, 14, 15, 20, 41, 57, 69], "provided": [15, 31, 41, 44, 69, 70], "provider": [1, 14, 15, 20, 26, 64], "providers": [26, 53], "provides": [0, 1, 12, 14, 15, 19, 20, 21, 38, 41, 42, 53, 69], "providing": [26, 55, 56], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "published": [41, 82], "pul": 41, "purpos": 26, "purposes": 40, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rules": 16, "quality": 80, "questio": 19, "questions": 8, "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quota": [20, 24, 30, 32, 82], "quotas": 33, "quotes": 66, "r": [51, 60, 80], "radio": 42, "raise": 80, "raised": 11, "random": 35, "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [40, 80], "reached": [27, 41, 44], "reaches": 69, "reactio": 60, "read": [8, 20, 26, 27, 35, 38, 41, 42, 44, 69, 82], "reader": 0, "readers": 80, "reading": [15, 80], "reads": 9, "ready": [18, 27], "real": 64, "reappears": 45, "rearrang": 83, "reaso": [47, 69], "reasons": 42, "rebo": 20, "reboots": 20, "receiv": [0, 1, 20, 29, 41, 44, 60, 66, 70, 76, 81], "received": 72, "receives": [28, 37, 62], "receiving": [35, 44, 64, 70], "recent": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [24, 28, 35, 41], "recipients": 44, "recognisabl": 15, "recogniz": 20, "recommend": [15, 20, 25, 31, 44], "recommended": 20, "reconnect": 20, "record": [62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recover": 26, "recoverabl": 21, "recovery": 6, "recurrenc": 41, "red": [19, 27, 51, 60, 62], "redirected": [69, 72, 81], "redo": 50, "reduc": 11, "reduced": 80, "reducing": [15, 80], "refer": [14, 20, 31], "referenc": [21, 62, 76], "references": 18, "reflect": 19, "reflected": [27, 35, 41], "refresh": [20, 48, 80], "refreshed": [41, 50], "reg": 12, "regardles": [41, 56], "reged": 20, "regio": 41, "register": [12, 14, 45], "registered": [12, 45, 60, 69, 78], "registering": 12, "registry": [7, 12, 20], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulations": 62, "reject": 37, "rejected": 41, "rejectio": 37, "rejoining": 69, "related": [0, 1, 15, 17, 41, 44, 47, 83], "relates": 44, "relativ": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "releases": [14, 18], "relevant": [10, 41, 42, 44, 76], "rema": 44, "remaining": 11, "remains": 19, "remember": 1, "remembered": 1, "remind": 44, "reminder": 41, "reminders": [69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 17, 19, 20, 26, 27, 28, 36, 38, 41, 44, 69, 83], "removal": [12, 17], "removals": 42, "removed": [19, 33, 41, 44, 57, 69], "removes": [16, 20], "removing": [17, 36], "renam": [0, 21, 24, 36], "renamed": 44, "renames": 35, "render": 19, "reope": 44, "repea": [8, 51], "repeating": 41, "replac": [20, 41, 45, 47, 51, 60], "replacement": [40, 69], "replies": [57, 69, 76], "reply": [44, 66], "report": [18, 44, 80], "reported": 20, "repositories": 8, "repository": [8, 9], "represents": 44, "reproduc": 18, "reproducibl": 14, "request": [1, 20, 31, 44], "requested": [20, 45], "requir": [31, 41], "required": [7, 8, 27, 41, 45, 47, 60, 64], "requirements": [6, 74], "requires": [1, 8, 20, 31, 41, 62, 69], "requiring": [38, 44, 62, 81], "reschedul": 66, "rese": 40, "resetting": 41, "reshared": 41, "resharing": 35, "resizes": 60, "resolv": 10, "resolved": 10, "resolving": 10, "resourc": [20, 41, 45, 46, 48], "resources": [42, 46, 48], "resourcetyp": 20, "respectiv": [41, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "responses": 41, "responsiv": 80, "responsivenes": 6, "rest": [20, 25], "restart": 20, "restarts": 7, "restor": [24, 26, 39, 41], "restoring": 41, "restrict": [6, 36], "restricted": [20, 36], "restrictio": 42, "result": [1, 9, 15, 19], "resulting": 48, "results": [1, 9, 83], "resum": [19, 44], "retentio": [24, 33, 36, 44, 69], "retried": [11, 44], "retries": 8, "retriev": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": [19, 27], "retur": [21, 28, 42, 60], "returned": 26, "revealed": 15, "revert": [35, 69], "review": [1, 20, 41], "reviewed": 41, "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": [35, 44], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": [39, 57], "role": [42, 82], "room": [24, 58], "rooms": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rows": 36, "rs": 6, "rule": 44, "rules": [36, 41, 44], "run": [1, 8, 9, 20, 24, 26, 27, 39, 77], "running": [6, 15, 17, 20, 26], "runs": 10, "rw": 20, "s": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "safar": 83, "safe": [17, 38, 53, 69, 81], "said": 7, "sales": 82, "samb": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [12, 15, 20, 41, 42, 46, 51, 54, 56, 62, 80, 82], "saved": [5, 20, 27, 36, 39, 41, 42, 44, 51, 62], "saves": 44, "saving": [47, 48], "say": 10, "says": [20, 26], "scan": [12, 27, 81], "scanned": 81, "scanner": 45, "scary": 5, "scenario": 24, "scenarios": 10, "schannel": 51, "schedul": [14, 41, 52, 66], "scheduled": [1, 41, 59, 66, 69], "scheme": 12, "scope": [14, 82], "scoped": 44, "scopes": 82, "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [20, 26, 44], "scripting": 20, "scripts": [17, 44], "scrol": [20, 44, 51, 65, 66], "seamles": 26, "seamlessly": 15, "search": [2, 6, 8, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80], "searchabl": 46, "searched": 44, "searches": [44, 83], "searching": [41, 44, 69, 82], "searcho": 8, "sec": 9, "second": [2, 6, 7, 39, 42, 44, 56, 66, 69], "seconds": [9, 11, 39, 48, 60, 62, 81], "secr": [0, 8, 41, 81], "secrets": 20, "sectio": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secur": [20, 38, 53], "secured": 20, "security": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": [35, 82], "seen": [26, 51], "sees": 38, "select": [0, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selectio": [36, 41, 44, 81], "selections": 41, "selectiv": 8, "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 44, 45, 58, 60, 66, 70, 76, 80], "sender": [44, 76], "senders": 44, "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensitiv": 69, "sent": [0, 10, 28, 41, 44, 69], "separat": [0, 1, 41, 44, 82], "separately": [25, 42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_addres": 8, "servercert": 20, "servers": [20, 21, 27, 28, 35, 41, 53, 70, 82], "servic": [20, 26, 27, 47, 53], "services": [20, 26, 27, 29, 57, 74, 77], "sesio": [9, 20, 42], "sessions": 9, "set": [4, 9, 20, 26, 31, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "sets": 41, "setting": [0, 4, 6, 10, 12, 16, 24, 35, 41, 43, 44, 45, 48, 69, 81], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 35, 36, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81, 82], "settl": 41, "setup": [12, 41, 45, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shal": 9, "share": [0, 2, 19, 20, 24, 26, 27, 29, 33, 38, 41, 42, 43, 53, 56, 62, 63, 73, 82], "shared": [0, 2, 3, 15, 20, 21, 26, 27, 28, 33, 35, 41, 53, 56, 62, 63, 69, 76, 82], "sharees": 35, "shares": [0, 15, 21, 23, 24, 26, 27, 30, 41, 76, 82], "sharing": [0, 6, 20, 28, 29, 30, 37, 53, 61, 70, 73], "shel": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcu": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 35, 36, 40, 41, 42, 44, 46, 60, 69, 79, 81, 83], "showexperimentaloptions": 9, "showing": [0, 4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shows": [0, 1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "sieve": 44, "sig": [19, 20, 42, 49], "signatur": 44, "signed": [20, 49], "significant": [20, 44], "significantly": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarly": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simplified": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleto": 44, "sip": 69, "sits": 19, "situatio": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "sizes": 31, "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "smal": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippets": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "solely": 44, "solutio": 53, "solutions": [20, 35], "solv": 81, "solved": 12, "solves": 12, "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "something": 81, "sometimes": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sorting": 44, "sourc": [14, 20, 37, 38, 53], "sourcedir": 8, "sources": 48, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specialy": 17, "specific": [0, 6, 8, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specificaly": 12, "specified": [8, 16, 44], "specifies": [9, 11], "specify": [7, 8, 16, 20, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speed": 44, "speeds": 20, "split": 44, "spoke": 60, "spreadsh": 21, "square": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "standard": [8, 14, 41], "standardized": 15, "standards": 80, "stands": 20, "star": [21, 42], "starred": 21, "start": [1, 12, 20, 38, 41, 44, 45, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 20, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 24, 41, 44, 59], "stdout": 16, "step": [12, 14, 36, 41, 47, 51, 69], "steps": [20, 28, 35, 44, 45, 46, 48, 49, 50, 51], "stil": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stole": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "storag": [15, 20, 22, 26, 30, 32, 81], "store": [19, 20, 26, 33, 42, 45, 81], "stored": [4, 15, 20, 26, 39, 42, 44], "stores": [15, 20], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripes": 41, "strongly": 20, "structur": [2, 3, 21, 42], "structures": 26, "style": 43, "sub": [24, 45], "subdirectory": 20, "subfolder": 8, "subfolders": 12, "subject": 44, "subjects": 44, "subm": [1, 41], "submenu": 76, "subpag": 2, "subpages": 2, "subscrib": [50, 76], "subscribed": 76, "subscriptio": [41, 53], "subscriptions": [41, 45], "subsequent": [15, 20], "substantialy": 20, "substring": 44, "successful": [14, 27, 28, 41], "successfuly": [7, 51], "such": [0, 1, 7, 10, 14, 19, 20, 26, 27, 33, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suggested": [44, 50], "suit": 83, "suitabl": 41, "suite": 8, "summarizatio": 1, "summarizing": 44, "summary": 57, "superior": 35, "support": [14, 15, 17, 19, 20, 41, 42, 46, 49, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 50, 53, 66, 74, 83], "supporting": 41, "supports": [14, 15, 20, 39, 41, 42, 44, 50, 81], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "switches": 8, "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 50, 51, 53, 81], "synced": [12, 17, 19, 25, 41, 48], "synchroniz": [8, 11, 20, 41, 45, 48, 50, 51, 53], "synchronizatio": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 22, 50, 51, 53], "synchronizations": 8, "synchronized": [10, 13, 19, 20, 50, 53], "synchronizes": 50, "synchronizing": [6, 25, 43], "syncing": [19, 42, 47, 49], "syncs": 12, "syntactical": 19, "syntax": [19, 20, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 20, 27], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tables": 66, "tabs": 19, "tackled": 69, "tag": [21, 44], "tagged": 0, "tagging": [36, 44], "tags": [21, 30, 32], "take": [2, 12, 17, 28, 41, 44, 48, 62, 69], "takes": [9, 15, 26, 33, 42, 83], "taking": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "targ": [9, 15, 20, 37, 41], "targetchunkuploadduratio": 9, "targeting": 44, "targets": [35, 83], "task": [2, 6, 43, 46, 66], "tasks": [0, 1, 20, 41, 44, 45, 46, 48, 57, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 80], "teams": [69, 74], "technical": 15, "technicaly": 14, "tel": [19, 41, 44], "telegram": 42, "telephon": 82, "tells": 19, "templates": 5, "temporarily": [12, 20, 60], "temporary": 33, "ten": 27, "tentativ": [41, 44], "tentatively": [41, 44], "terabytes": 12, "term": [1, 18, 41, 46], "test": [14, 20, 24, 48], "tested": [10, 12], "testers": 18, "testing": [9, 18], "tests": 44, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 53, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17, 18, 22, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 20, 21, 24, 26, 28, 35, 37, 41, 44, 51, 53, 54, 58, 60, 69, 82], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 80, "themes": 6, "theming": 80, "themselves": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 24, 26, 28, 29, 33, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "there": [1, 2, 7, 10, 17, 19, 20, 24, 26, 35, 41, 42, 44, 45, 62, 66, 69, 71, 72, 76], "therefor": [38, 47], "these": [10, 14, 15, 19, 21, 25, 26, 28, 31, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": [1, 76], "threaded": 44, "threads": [44, 76], "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughou": 41, "throw": 45, "thumbnail": 21, "thumbnails": [26, 33], "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tile": 65, "tiles": 65, "time": [9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 41, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriday": 41, "timegridweek": 41, "timeou": [9, 11], "timeouts": 26, "times": [8, 19, 20], "timestamp": [37, 39], "timestamps": 24, "timezon": 41, "timezones": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 30, 31, 33, 34, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "together": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "toke": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": [6, 41, 54], "too": [41, 44], "tool": [2, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36, 43], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "towards": 45, "track": 0, "tracker": 80, "trail": 21, "transcribes": 64, "transcriptio": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "transferred": [20, 37], "transferring": 41, "transfers": 20, "translat": [44, 53], "translated": [4, 64], "translatio": [61, 73], "translations": 44, "transparent": 41, "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_obligatio": 24, "trashed": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tree": 19, "tried": 44, "tries": [8, 47, 69], "trigger": [27, 41, 44, 50], "triggered": [0, 9, 14, 44], "triggering": 44, "troubl": 20, "troubleshooting": 47, "true": [7, 16, 44], "trust": [8, 20, 38], "trusted": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tue": 20, "tumblr": 42, "tunnel": 20, "tur": 75, "turned": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80, 81], "typefac": 80, "types": [0, 15, 21, 42, 66, 69], "typical": 19, "typicaly": [19, 57, 81], "typing": [2, 37, 44, 69], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffected": 11, "unauthenticated": 0, "unauthorized": 81, "unavailabl": [15, 20, 27, 69], "unchanged": 44, "uncheck": [0, 36, 41, 42], "uncomment": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understand": 33, "understanding": 44, "undesired": 19, "undo": 41, "undon": 15, "unencrypted": [20, 26, 33, 38], "unfocus": 80, "unfortunately": 20, "unified": [6, 76], "unifying": 5, "uninstal": 17, "uninstallatio": [6, 13], "uninstalling": 17, "unintended": 9, "unique": [26, 41, 60, 82], "universal": [6, 12], "universities": 7, "unknow": 45, "unles": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmount": 20, "unmut": [60, 72], "unmuted": [60, 72], "unmutes": 60, "unordered": 66, "unorthodox": 12, "unp": 76, "unread": [44, 66, 69, 80, 83], "unresolved": 10, "uns": 44, "unselect": 42, "unsent": 44, "unshar": [35, 41], "unshares": 41, "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchronized": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unusabl": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "updat": [6, 7, 10, 13, 19, 41, 42, 45, 48], "updated": [10, 14, 20, 41, 54, 64], "updater": [6, 13, 14], "updates": [0, 26, 42, 44], "updating": [7, 19, 44], "upgraded": 28, "upload": [9, 10, 19, 20, 21, 27, 29, 31, 33, 35, 41, 42, 60], "uploaded": [9, 10, 11, 15, 33, 41, 62, 69], "uploaders": 29, "uploading": [31, 41, 72], "uploads": [9, 10, 21, 22, 23, 30, 33], "upo": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [44, 80], "usabl": 80, "usag": [24, 25, 82, 83], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 28, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 20, 33, 36, 38, 39, 40, 41, 42, 44, 51, 54, 80], "useful": [15, 20, 21, 31, 41, 44, 60, 72, 82], "user": [4, 6, 8, 9, 10, 15, 17, 20, 27, 28, 33, 35, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "users": [0, 7, 9, 10, 14, 15, 18, 19, 20, 24, 26, 28, 31, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 20, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usual": 26, "usualy": [12, 44, 47], "utf": 20, "utiliz": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacatio": 40, "valid": [41, 44, 51], "validat": 50, "validated": 19, "value": [7, 11, 12, 16, 20, 24, 42, 44], "values": [9, 11, 19, 42], "var": 16, "variabl": [9, 10, 11], "variables": [6, 13, 31, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcard": 42, "vcards": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venue": 41, "verbos": 8, "verificatio": 69, "verify": [20, 41, 44], "versio": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [7, 9, 17, 18, 20, 33, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "videos": 21, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewed": 21, "viewer": [51, 80], "viewers": 80, "viewing": [6, 35], "views": 21, "virtual": [17, 82], "vis": 20, "visi": [25, 44], "visibility": [15, 37, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visitors": 5, "visual": 80, "visualized": 15, "voice": 60, "volum": 8, "vote": 41, "voted": 56, "votes": 41, "vpn": 20, "wait": 18, "waiting": [1, 19, 39, 44, 79], "want": [0, 2, 4, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "wants": [5, 41], "war": [12, 44], "warning": [19, 20, 26, 41, 44], "warnings": [19, 20], "was": [0, 1, 9, 35, 39, 41, 44, 81, 83], "watches": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 45, 56, 62], "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauth": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinars": [77, 79], "websit": [43, 73], "wednesday": 41, "week": [0, 39, 41, 69, 82], "weekly": [0, 42], "weeks": [42, 69], "wel": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "welcom": [20, 53], "were": [9, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatever": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "whereas": 7, "wherever": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboards": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widg": 44, "widgets": [44, 83], "wiki": [57, 74], "wil": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 24, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "wildcards": [8, 19, 44], "window": [9, 10, 12, 15, 16, 20, 29, 45, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 24, 25, 27, 28, 29, 33, 36, 40, 43, 44, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "withou": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "wordpres": 12, "words": [5, 38], "work": [10, 15, 19, 20, 26, 36, 41, 44, 45, 48, 54, 81, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [20, 26, 27, 41, 44, 46, 81], "workshops": 42, "workspac": 9, "world": 82, "wory": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": 41, "writabl": 42, "write": [2, 3, 16, 20, 41, 69], "writes": 16, "writing": [20, 44, 49], "wrong": [12, 19], "ww": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_p": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdom": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "youruser": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Sis\u00e4llysluettelo", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "On": 12, "a": [1, 12, 21, 26, 28, 35, 38, 39, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "abou": 12, "accepting": 70, "acces": [4, 35, 36, 80], "accessing": [20, 21, 22, 27], "account": [19, 44], "accounts": [19, 49], "actions": [15, 44], "activities": 0, "activity": [0, 21], "ad": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "addres": [42, 44, 82], "addresses": 44, "advanced": 44, "ai": [1, 44], "al": [44, 78], "alias": [15, 44], "alternativ": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 25, 35, 36, 41, 42, 44, 45, 54, 57, 59, 60, 64, 66, 69, 72, 79, 80, 83], "android": 45, "anonymous": 29, "another": 44, "answer": 20, "ap": [0, 24, 41, 42, 44, 45], "appearanc": 55, "applications": 81, "appointment": 41, "appointments": 41, "apps": 75, "archiv": 69, "are": [12, 24], "as": [42, 44, 72], "assig": 41, "assigning": 36, "assistant": 1, "at": 42, "attachments": [41, 56], "attempting": 12, "attendees": 41, "audio": 60, "authenticatio": 81, "automated": 41, "automatic": [7, 44], "automatio": 44, "autoresponder": 44, "autoresponders": 44, "availability": 41, "backends": 27, "background": 26, "backgrounds": 60, "ban": 69, "basic": 7, "be": 26, "being": 12, "betw": 52, "bin": 41, "birthday": 41, "blocks": 44, "body": 44, "book": 82, "booked": 41, "booking": 41, "books": 42, "bots": 57, "breakou": [58, 60], "browser": [60, 83], "browsers": 54, "browsing": 36, "busy": 41, "by": 36, "cal": [60, 62, 64, 65, 72], "calendar": [41, 44, 45, 47, 51, 59], "calendars": [41, 50], "calls": 61, "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44], "changes": [12, 54], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "client": [8, 13, 15, 19, 60, 81], "clients": [20, 25, 60], "cloud": 28, "codes": 81, "collaboratio": 23, "collectives": [2, 3], "color": 44, "command": [8, 16, 20], "commands": 57, "comments": 21, "compact": [44, 55], "compos": 44, "composer": 44, "conditions": 44, "configur": 58, "configuratio": [9, 15, 41], "configuring": [19, 81], "conflict": 15, "conflicts": 10, "connected": 54, "connecting": 21, "consent": 62, "considerations": 81, "contact": 42, "contacts": [42, 44, 45, 47, 50, 51], "context": 15, "continuously": 12, "control": 39, "controlling": 60, "controls": 21, "conversatio": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "create": [5, 41, 42, 44, 75], "creates": 5, "creating": [20, 21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "delegatio": [41, 44], "delet": [41, 44], "deleted": 24, "deleting": 39, "deletio": 44, "desktop": [13, 19, 20, 25, 46, 60], "details": 21, "detectio": [27, 44], "devic": [38, 54], "devices": 54, "directories": 12, "disabl": 26, "disabled": 26, "disk": 11, "display": 44, "displaying": 38, "disposabl": 69, "dolph": 20, "download": [14, 60], "downloaded": 15, "drives": 20, "drop": 29, "duplicat": [41, 42], "during": 60, "e2e": 38, "edi": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "email": [0, 28, 72], "emo": 66, "enabl": [12, 44], "enabling": 38, "encrypted": 26, "encrypting": 38, "encryptio": [26, 34, 38], "end": 38, "envelop": 44, "environment": 11, "environments": 7, "eve": 12, "event": [41, 44], "events": [41, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expiratio": 69, "explorer": 20, "export": 41, "extensions": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorit": 42, "favorites": 44, "features": 15, "federated": [28, 35, 41], "federatio": [21, 28, 35, 70], "feed": 0, "file": [9, 15, 19, 20, 21, 27, 29, 31, 35], "files": [0, 4, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 32, 36, 45, 56, 71], "filter": [44, 69], "filtering": [0, 21, 44], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "folders": [12, 21], "follow": 44, "for": [41, 44, 77], "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "ful": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 69], "groups": [35, 42], "groupwar": 43, "guest": 72, "hand": 60, "handling": 8, "happens": 24, "hardwar": 81, "history": 1, "holiday": 41, "hours": 41, "how": [5, 12, 24, 26, 44], "i": 12, "ico": 19, "icons": [19, 21], "ics": 41, "if": 81, "ignored": 19, "immediately": 60, "import": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76, 81, 82], "inbox": 44, "inboxes": 44, "included": 80, "indicators": 15, "info": 44, "informatio": 42, "initial": 14, "inserting": 66, "instal": [8, 14], "installatio": 14, "instances": 52, "instructions": 17, "integrating": 75, "integratio": [15, 44, 59, 71], "interacting": 76, "interfac": [12, 21, 83], "internal": [35, 44], "into": 75, "introductio": [5, 53], "introductions": 5, "invit": 41, "invitatio": [44, 70], "invitations": [41, 44], "ios": 47, "is": 26, "issues": [15, 20], "it": [12, 26], "items": 42, "job": 26, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": [44, 80], "know": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "levels": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "loby": 79, "local": 12, "localy": 12, "locking": 15, "log": 26, "logging": 81, "lose": 81, "low": 11, "macos": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "making": 29, "manag": [54, 58, 62], "manager": [19, 20], "manages": 24, "managing": [24, 32, 36, 41, 42, 44, 54, 69], "manual": 53, "manualy": 42, "mapping": 20, "mark": 42, "markdow": [4, 66], "matterbridg": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "mentio": 44, "menu": 15, "merging": 42, "messag": [44, 75], "messages": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moderators": 77, "modified": 12, "more": 66, "mounts": 20, "move": [12, 26, 44], "moving": 21, "multipl": 42, "my": 12, "naming": 39, "nativ": 44, "nautilus": 20, "navigating": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26], "note": 69, "notificatio": 0, "notifications": [1, 41, 45, 69], "of": [12, 40, 55], "offic": 40, "official": 20, "onboard": 5, "one": 69, "only": 50, "ope": 78, "operatio": 44, "options": [16, 41, 42], "or": [21, 26, 41, 42, 60, 72], "order": 44, "organiz": 42, "other": 72, "others": 35, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlay": 19, "overview": 10, "ow": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "participants": [60, 69], "party": 20, "password": [26, 54], "passwords": 54, "personal": 1, "phishing": 44, "picker": 66, "pickers": 1, "pictur": 42, "pinning": 76, "planned": 26, "player": 21, "polls": 56, "possibl": 26, "preferences": 82, "preventing": 7, "previewing": 21, "priority": 44, "privacy": 69, "privat": [26, 69], "problem": 20, "problems": 20, "profil": [82, 83], "progres": 41, "project": 5, "proposal": 41, "proposals": 41, "proposed": 41, "public": [20, 35], "publishing": 41, "quick": 44, "quota": 33, "quotas": 24, "raise": 60, "reactions": 60, "recipient": 44, "recommended": 50, "record": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "reminder": 76, "reminders": [41, 44], "remov": 42, "replies": 44, "replying": 66, "requirements": [14, 83], "resources": 41, "responding": 41, "responsivenes": 80, "restrict": 82, "roles": 42, "room": 41, "rooms": [41, 58, 60], "rs": 0, "running": 1, "s": [2, 26], "schedul": 59, "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76, 83], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "selecting": 21, "self": 69, "sending": [44, 66, 70], "server": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [29, 40, 76, 82], "settings": [0, 1, 19, 44, 72, 83], "setup": [14, 49], "share": [21, 28, 35, 72, 75], "shared": [24, 42, 44], "shares": [20, 28, 35], "sharing": [15, 19, 21, 23, 26, 27, 35, 41, 56, 63, 82], "shortcuts": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sis\u00e4llysluettelo": 6, "smart": [1, 44, 66], "snooze": 44, "solutio": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specific": 54, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19, 21, 41], "step": 5, "steps": 2, "stops": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfolder": 44, "subscrib": 41, "summary": [0, 44, 66], "supported": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchronizatio": [19, 25, 30], "synchronized": 12, "synchronizing": [45, 46, 47, 48, 49, 50, 51], "syncing": 12, "system": [14, 36], "systray": 19, "tag": 36, "tags": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44], "tasks": 75, "team": [5, 42], "teams": 42, "templat": 5, "text": 44, "than": 12, "the": [0, 7, 8, 12, 19, 20, 21, 24, 26, 38, 41, 42, 44, 45, 46, 50, 60, 82, 83], "their": 5, "themes": 80, "there": 12, "they": 12, "third": 20, "this": 26, "thread": 44, "threaded": 76, "thunderbird": 50, "time": 42, "times": 41, "tlsv1": 51, "to": [5, 12, 21, 26, 35, 36, 38, 41, 42, 44, 66, 69], "together": 5, "tokens": 81, "tracked": 12, "transcriptio": 64, "transfer": 37, "translatio": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [49, 51], "two": 81, "unified": [44, 83], "uninstallatio": 17, "universal": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": 18, "updater": 7, "updates": 7, "uploaded": 12, "uploading": [10, 21, 29], "uploads": [29, 31], "usag": 8, "use": [2, 44], "user": [12, 19, 26, 41, 53], "users": 35, "using": [0, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "variables": 11, "versio": 39, "versions": 14, "via": [28, 80], "video": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": [15, 19, 42], "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widg": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "withou": [26, 45], "workflow": 7, "working": 41, "works": 12, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How the \u201dEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Sis\u00e4llysluettelo": [[6, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "_": 8, "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 18, 19, 20, 24, 25, 27, 29, 33, 36, 37, 40, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ability": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "abou": [0, 5, 15, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absences": 41, "absent": 40, "accelerat": 15, "accept": [35, 37, 44, 70], "acceptanc": [35, 37, 44], "accepted": [37, 41], "accepting": [41, 73], "acces": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessibl": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accidentaly": 41, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47, 51], "acros": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "actio": [16, 21, 36, 41, 42, 44, 62], "actionabl": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [20, 44, 65], "activat": [42, 80], "activities": [19, 59], "activity": [6, 9, 12, 14, 19, 20, 54, 82, 83], "actual": 15, "ad": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 24, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "additio": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionaly": [24, 69], "additions": 42, "addres": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": 44, "addressbooks": [42, 51], "addresses": [41, 42, 60], "adds": [5, 41, 42, 44], "adjust": [9, 19, 20, 24, 82], "adjustabl": 35, "adjusted": [11, 15, 39], "adjusting": [12, 35], "adjustments": 10, "adjusts": 9, "adm": [13, 14, 24, 42, 44], "administer": 82, "administratio": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrativ": [7, 31, 35, 37], "administrator": [1, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 66, 70, 74, 80, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanced": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "advising": 26, "affected": [0, 44], "affecting": 44, "affects": 4, "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "aga": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "age": 24, "agend": [44, 57], "agendas": 57, "aggregat": 42, "aging": 33, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplanes": 57, "al": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "aliases": [44, 52], "alic": 41, "alig": 69, "alik": 69, "allocates": 24, "allow": [7, 12, 15, 20, 29, 33, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowed": [8, 15, 20, 24, 42, 60, 62], "allowing": [0, 35, 41, 44, 75], "allows": [7, 15, 20, 28, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alm": 14, "almost": 81, "along": [8, 39, 52], "alp": 8, "alphabetical": 42, "alpinelinux": 8, "already": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternativ": [20, 29], "alternatively": [2, 12, 14, 60], "always": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazo": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyzed": 44, "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 22, 24, 26, 27, 28, 29, 30, 31, 33, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "anonymous": [23, 30, 56], "anonymously": 20, "another": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyon": [66, 82], "anything": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "ap": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apach": 31, "apparent": 51, "appd": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 69, 70, 82], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 19, 21, 36, 44, 64, 66], "appimag": [12, 14, 17], "appimagelauncher": 12, "appl": [15, 20, 41, 48, 49, 83], "applicabl": 10, "applicatio": [7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 60, 63, 72], "applications": [6, 17, 41, 42, 48, 49, 82], "applied": [19, 36, 44], "applies": [42, 69], "apply": [15, 36, 40, 44], "appointment": [48, 52], "appointments": 44, "appropriat": [20, 31, 51, 76], "approximately": 9, "apps": [0, 15, 20, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "apt": [17, 20], "arbitrary": [19, 20], "arch": 8, "archiv": [8, 21], "archived": 69, "archives": 14, "are": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "around": [36, 42], "arrives": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 19, 21, 26, 27, 41, 44, 45, 50, 62, 66], "asked": [35, 37], "asking": 28, "asks": 40, "assig": [36, 58, 69], "assigned": [36, 44, 58], "assigning": [20, 21], "assignment": 58, "assistant": [6, 66], "assistiv": 80, "associated": 19, "assuming": 15, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": 36, "attached": 44, "attachment": 41, "attachments": [29, 44, 67, 73], "attempt": [14, 44], "attempting": 10, "attempts": [44, 51], "attend": 41, "attendees": 52, "attentio": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authenticat": 20, "authenticates": 20, "authenticatio": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "authenticator": 81, "author": 10, "authoring": 20, "authorities": 20, "auto": [7, 20, 41, 42, 44, 56], "autocompletio": 37, "automated": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automaticaly": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autoresponder": 40, "autoupdater": 7, "availability": [19, 40, 69], "availabl": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 41, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 69], "avatars": [42, 44], "avoid": 15, "away": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72, 80], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badg": [10, 21], "bandwidth": 19, "banned": 69, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [10, 45], "based": [7, 8, 20, 44, 57, 80, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "batch": 42, "batches": 0, "be": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 24, 27, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": 10, "becomes": [42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 20, 37, 42, 60], "bel": 83, "belongs": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "betw": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binary": [8, 15], "bins": 24, "birthdays": 41, "bit": [12, 20], "bits": 14, "bitv": 80, "blacklisted": [11, 19], "block": [44, 66], "blockquot": 66, "blocks": 41, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "boards": [2, 43], "bob": 35, "bodies": 44, "bold": 66, "book": [6, 41, 42, 47, 50], "bookabl": 41, "books": [41, 45, 50], "bool": 15, "border": 27, "bot": 57, "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bots": [73, 77], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [19, 20, 44, 51, 62], "boxes": 0, "branded": 7, "breadcrumb": 21, "breakou": [73, 77], "bridg": 74, "bridges": 74, "brief": [5, 56], "brightnes": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "browsers": [6, 20, 81, 83], "browsing": 21, "bsd": 14, "bubbl": 60, "bubbles": 55, "buckets": 27, "bug": 7, "bugs": [12, 18], "build": 14, "building": 42, "builds": 18, "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 43], "bundled": 7, "bundles": 15, "busines": 44, "busy": 40, "but": [7, 10, 12, 14, 24, 26, 33, 41, 42, 44, 45, 66, 69, 80, 81, 82], "buto": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 41, 42, 44, 45, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 35, 41, 42, 65, 69, 72, 80], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 35, 37, 41, 42, 44, 46, 47, 48, 50, 52, 53, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "bytes": [9, 11, 20], "c": [12, 20, 80], "cach": 33, "caches": 17, "caja": [19, 20], "cal": [6, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80], "calculated": 33, "calculates": 24, "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 6, 33, 40, 42, 43, 46, 48, 49, 50, 52, 68, 69, 73, 83], "calendars": [2, 44, 45, 46, 48, 52], "called": [4, 10, 20, 38, 65, 82], "calls": [6, 60, 69, 70, 73, 77], "camer": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellations": 41, "cano": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabilities": 20, "capabl": 20, "captio": 56, "captions": 76, "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "careful": 12, "carl": 8, "carries": 20, "cary": 15, "case": [7, 12, 14, 20, 26, 42, 45], "cases": [48, 62, 69, 82], "catching": 19, "categories": 45, "category": 0, "cause": 19, "caused": 80, "causes": 80, "cautio": 9, "cellular": 48, "center": 20, "centos": 20, "central": 69, "centres": 65, "cert": [11, 31, 42, 44, 76], "certificat": [8, 20, 47], "certificates": [20, 49], "certificatio": 20, "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [4, 10, 14, 15, 19, 20, 25, 36, 37, 40, 41, 48, 51, 55, 58, 69, 72, 82, 83], "changed": [10, 12, 26, 27, 41, 51, 82], "changes": [0, 6, 8, 9, 10, 15, 19, 21, 28, 29, 36, 41, 42, 44, 58, 80, 81], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapter": [14, 20], "character": [19, 44], "characters": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "check": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 44, 60, 62, 69], "checkboxes": [42, 44], "checked": [19, 41, 42], "checking": 9, "checklists": 69, "checkmark": [19, 41], "checks": [7, 24, 44], "chips": 83, "chmod": 20, "choice": [12, 37, 64], "choices": 56, "choose": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chose": [15, 37, 41, 44], "chow": 20, "chrome": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologicaly": 44, "chunk": [9, 11], "chunksiz": 9, "cifs": 27, "cinnamo": 20, "circl": [15, 19, 69], "circles": [19, 35], "circular": [39, 42], "circumstances": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classificatio": 44, "clean": 12, "cleaner": 44, "clear": [19, 20, 69], "cleared": 19, "clears": 16, "click": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicked": 44, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": [41, 72], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 25, 31, 38, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 41, 42, 54, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [14, 38, 41, 45, 66, 81], "codec": 21, "codes": 6, "cohesiv": 5, "collaborat": 2, "collaboratio": [6, 30, 42], "collaborativ": 35, "collaboratively": [2, 3], "collaps": 44, "collapsed": [19, 80], "colleagues": 41, "collected": 41, "collectio": 20, "collectiv": [2, 5], "collectively": 5, "collectives": [4, 5, 6], "color": [41, 80], "colored": 27, "colum": [21, 66], "columns": 60, "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": 80, "comes": [41, 44, 48], "command": [6, 12, 13, 14, 15, 17, 36, 57], "commands": [17, 73, 77], "comment": [21, 41], "comments": 51, "commercial": 29, "communicat": 11, "communicating": 69, "communities": 3, "community": [8, 14, 20, 41], "como": 80, "companies": 7, "compar": 10, "compatibility": [12, 21], "compatibl": [11, 27, 41, 44, 81], "complet": [17, 20, 28, 42, 43, 45, 69], "completed": [14, 29, 66], "completely": [9, 62], "completio": 1, "complex": 41, "complianc": 62, "compliant": [53, 80], "complicated": 24, "component": 19, "components": 19, "compos": 80, "composed": 44, "compromised": 26, "computer": [13, 20, 21, 24, 25, 46, 53], "computers": [5, 7], "concretiz": 41, "conditions": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configuratio": [6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 26, 27, 35, 36, 37, 42, 44, 74, 82], "configurations": [11, 31, 52], "configured": [1, 14, 15, 19, 24, 31, 33, 41, 44, 49, 59, 60, 69], "configures": 27, "configuring": [6, 20, 27, 45, 54], "confirm": [12, 28, 41, 42, 44, 45, 47], "confirmatio": [9, 19, 28, 41, 69], "confirmed": 41, "confirming": 41, "confirms": [27, 28, 41], "conflict": [10, 41], "conflicted": 10, "conflicting": 10, "conflicts": [6, 13, 41], "confusio": 10, "congratulations": [2, 5], "connect": [12, 14, 20, 21, 25, 27, 54, 81], "connected": [1, 6, 15, 19, 26, 27, 41, 46, 81], "connecting": 20, "connectio": [12, 15, 19, 20, 27, 28, 45, 48, 51, 74], "connections": [9, 11, 20, 27, 49, 54, 82], "connectivity": [15, 20], "consent": 60, "consider": [17, 20], "considerabl": 12, "consideratio": 17, "considerations": 6, "consistent": 15, "consisting": 43, "consol": 20, "cont": [8, 10, 12, 41, 44], "contact": [20, 27, 31, 41, 44, 45, 47, 80, 82, 83], "contacts": [0, 6, 33, 41, 43, 46, 48, 49, 52, 82, 83], "contained": [19, 44], "containers": [9, 17], "containing": [8, 10, 12, 19, 42, 44], "contains": [0, 9, 10, 12, 19, 21, 39, 44, 60, 72], "content": [1, 2, 5, 8, 12, 15, 20, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 35, 41], "context": [1, 19, 41, 44, 56], "continualy": 12, "continue": [10, 19, 44, 45, 50], "continued": 69, "contrary": 8, "contrast": 80, "control": [20, 30, 32, 33, 36, 41, 53, 57, 60, 69, 82], "controlled": [7, 11], "controlling": 7, "controls": 60, "convenienc": 19, "convenient": 0, "conversatio": [1, 35, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 35, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "copied": [5, 44], "copies": 15, "copy": [0, 10, 12, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctly": [15, 20], "correctnes": 19, "corresponding": [0, 41, 44], "could": [26, 27, 41, 44], "count": [24, 33], "counted": [24, 33], "counter": 70, "country": 41, "counts": 33, "coupl": 15, "cover": 69, "covers": 42, "cowork": 2, "cp": 20, "crashreporter": 17, "create": [0, 2, 10, 14, 15, 19, 20, 21, 25, 26, 28, 29, 33, 35, 36, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 18, 19, 20, 26, 35, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creates": [10, 12, 21, 39], "creating": [12, 19, 44, 54, 59, 82], "creatio": [19, 36, 69, 76], "credentials": [20, 27, 45, 49, 51], "cros": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 35, 44, 60], "currentcontrols": 20, "currently": [1, 15, 19, 24, 38, 39, 41, 42, 58, 60, 66], "currentversio": 12, "cursor": [2, 41], "custom": [15, 19, 41, 44, 69, 80, 83], "customers": 18, "customis": [60, 83], "customisabl": 83, "customiz": [20, 44, 55], "customized": 41, "cuto": 19, "cycles": 12, "cycling": 19, "d": [20, 41, 56], "daily": [18, 41], "dangerous": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dates": [12, 41], "dav": [20, 45, 47, 48], "davdroid": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 39, 41, 69, 82], "daygridmonth": 41, "days": [24, 33, 39, 41, 44, 59, 83], "db": 8, "de": 12, "debia": [8, 19, 20], "debug": 16, "debugloggingenabled": 15, "decid": [5, 41, 44, 56], "decided": 5, "decides": 15, "decimal": 20, "deck": [42, 43, 66], "decl": [35, 44, 60, 70], "declined": 41, "declining": [41, 60], "decorations": [15, 66], "decrypt": [26, 38], "decrypted": 38, "decrypts": 26, "dedicated": [15, 20, 44, 45, 50, 69], "deemed": 19, "deeply": 12, "def": [19, 44], "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defaults": [8, 15, 21, 41], "defined": [15, 19, 41, 42], "definitio": 19, "del": 80, "delay": 15, "delegat": [41, 44], "delegated": 44, "delet": [0, 1, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 66, 80], "deleted": [9, 21, 30, 32, 33, 41, 44, 59, 69], "deletes": [24, 39], "deleting": [9, 15, 17, 24, 41, 44], "deletio": [41, 69], "deny": 54, "depend": [44, 82], "depending": [0, 19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "depends": [12, 17, 20, 21, 27, 41], "deployment": [7, 14, 18], "depth": 20, "descendants": 15, "describ": 7, "described": [41, 77], "describes": 11, "describing": 41, "descriptio": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "desig": 80, "designed": [3, 20, 44, 80], "desired": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 15, 17], "destinatio": [20, 21], "detailed": [15, 41], "details": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": 41, "detected": [9, 44], "detectio": 15, "detects": 44, "determ": [41, 44], "developer": 13, "development": [18, 80], "devic": [6, 15, 20, 41, 45, 60, 72, 81, 83], "devices": [6, 20, 38, 41, 53, 60, 69, 72, 81], "devs": 8, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "dialogue": [2, 41], "dialogues": 46, "diaspor": 42, "dice": 57, "did": [12, 26, 44, 60], "differenc": 41, "differences": [8, 10], "different": [0, 7, 20, 21, 35, 41, 42, 44, 69, 70, 81], "differently": 19, "dig": 20, "digest": 0, "digi": 35, "direct": [20, 28, 35, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_created": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 19, 21, 35, 41, 44, 47, 57, 60, 62, 64, 72], "disabled": [15, 20, 21, 41, 42, 44], "disables": 26, "disabling": 15, "disallow": 7, "disappear": 42, "disappears": 60, "disconnect": 54, "disconnections": 20, "discord": 74, "discover": [41, 45, 69, 78], "discoverabl": 59, "discovered": 41, "discovery": [9, 15, 47, 50], "discusio": [19, 76], "discussions": [44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismis": 79, "dismisses": 60, "display": [1, 12, 20, 21, 38, 41, 51, 60, 66, 82], "displayed": [37, 42, 44, 46], "displaying": [16, 44], "displays": [15, 16, 19, 20, 21, 44], "distributed": [20, 41], "distributio": [14, 20, 62], "distributions": [7, 9, 14], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60], "dividers": 66, "do": [0, 7, 8, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [5, 12, 15, 21, 80], "documentatio": [1, 14, 20, 24, 31, 33, 35, 37, 57, 74], "documented": [20, 25, 80], "documents": [1, 2, 8, 21, 46, 82], "does": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 46, 48, 49, 54, 59, 81], "doing": [9, 44], "dolph": 19, "doma": [20, 44, 47], "domains": 44, "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": [19, 35, 44], "doubl": [12, 14, 63], "dow": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloaded": [7, 20], "downloading": [15, 19, 21, 35], "downloads": [7, 10, 11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdow": [20, 27, 49, 82], "due": [12, 15, 35, 37], "duratio": [9, 41], "durations": 69, "during": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamicaly": 9, "dyslex": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "ease": 80, "easier": 66, "easily": [5, 44, 76], "easy": [2, 5, 20, 26], "echo": 12, "edg": [8, 20, 83], "edi": [7, 15, 19, 20, 21, 28, 38, 56, 66, 72, 76, 83], "editabl": 42, "edited": [33, 41], "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "effect": [15, 28, 35], "effectively": 81, "efficient": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elapsed": 60, "element": [58, 60, 80], "elements": [66, 80], "eliminat": 41, "els": [10, 14, 60, 72], "elses": 42, "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "embed": [2, 41], "embedded": [41, 42], "embedding": 41, "eml": 12, "emo": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 15, 19, 20, 26, 29, 38, 41, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 38, 40, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "enables": [10, 19, 20, 25, 26, 42, 60], "enabling": [15, 44, 62], "encoding": 20, "encounter": 20, "encrypt": [26, 38], "encrypted": [20, 33, 38, 49], "encryptio": [6, 20, 27, 30, 33, 47], "end": [19, 20, 26, 30, 34, 35, 41, 44, 62, 80], "ends": [40, 41, 57, 62, 69], "engaged": 41, "enhanc": 66, "enough": 12, "ensur": [15, 20, 24, 41, 44, 80], "ensures": [7, 15], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entered": 44, "entering": 46, "enterpris": [18, 53], "enterprises": 53, "entir": [21, 41, 44], "entirely": [7, 11, 15, 31], "entities": 42, "entries": [0, 15, 19, 21], "entry": [0, 1, 2, 20, 21, 42, 82], "env": 16, "envelopes": 44, "environment": [6, 8, 10, 13, 20], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47], "errors": [19, 51, 80], "esc": 60, "escap": 80, "especialy": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "eve": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 59, 69], "events": [0, 42, 52, 69, 83], "every": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everything": [0, 14, 15, 18, 20, 44, 80], "evicting": 15, "evictio": 15, "evolutio": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 70, 79, 80, 81], "examples": [20, 57], "exceed": [24, 33, 39], "exceeds": 20, "excellent": 29, "except": [20, 44, 69], "exchang": 41, "exclud": 19, "excluded": [12, 15, 33, 39], "excludes": 19, "excluding": 19, "exclusiv": 44, "exe": [12, 20], "execut": [38, 57], "executed": 44, "executio": [1, 44], "exi": [19, 20], "exist": [20, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exits": 8, "expand": [20, 44], "expanded": 80, "expands": 19, "expected": [19, 44], "expects": 2, "experienc": [18, 20, 44, 60, 83], "experimental": 9, "expiratio": [24, 35, 39], "expires": 39, "explains": 20, "explanatory": 42, "explic": [15, 62], "explicitly": [8, 27], "explorer": [10, 19], "export": [42, 52, 56], "exposed": 26, "extend": [66, 69], "extensio": [12, 15, 20, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externaly": 27, "extr": 12, "eye": 19, "eyes": 80, "f": [17, 45, 60, 72, 80, 83], "facing": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "factors": 81, "fail": [7, 12, 20], "failed": [12, 44], "fails": 20, "failur": [9, 12], "falls": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [21, 44, 80], "favorited": 42, "favorites": [0, 21, 42], "feasibl": 14, "featur": [17, 18, 20, 21, 26, 40, 41, 42, 44, 50, 62, 70, 74, 79], "features": [2, 7, 9, 12, 18, 19, 21, 42, 44, 60, 70, 82], "federated": [21, 23, 30, 70, 82], "federatio": [6, 23, 30, 73], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 60, "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 19, 20, 21, 28, 36, 37, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44, 51], "figur": [1, 36], "fil": [1, 5, 20, 27, 41, 44, 50, 56], "file": [0, 6, 7, 8, 10, 11, 12, 13, 16, 17, 22, 23, 24, 25, 26, 28, 30, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 53, 56, 60, 62, 66, 71, 72, 76, 80], "fileinto": 44, "filenam": [16, 19], "filenames": [26, 29], "fileproviderext": 15, "files": [3, 6, 7, 8, 9, 10, 11, 13, 14, 17, 25, 28, 31, 33, 35, 37, 38, 39, 41, 42, 46, 53, 60, 62, 66, 68, 73, 83], "files_versions": 39, "filesizelimitinbytes": 20, "filesystem": 20, "filing": 41, "filled": [15, 27, 41, 44], "filter": [21, 36, 42, 59, 83], "filtered": [0, 1], "filtering": 69, "filters": [0, 36, 44, 69, 76, 83], "final": 41, "finaliz": 69, "finaly": [20, 41], "find": [12, 14, 19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "finding": 41, "finds": 37, "fine": [41, 48], "finish": [20, 45], "finished": [5, 28, 41, 50, 52], "finishes": 1, "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [14, 48], "fixes": 7, "flag": 44, "flagged": 44, "fledged": 50, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "focus": [44, 80], "focused": [14, 55, 58, 60], "folder": [0, 4, 8, 10, 11, 14, 15, 17, 19, 20, 21, 24, 26, 27, 29, 33, 35, 36, 37, 41, 82], "folders": [8, 9, 14, 15, 17, 19, 25, 26, 27, 35, 36, 37, 38, 42, 44, 53], "foldersync": 20, "follow": [0, 5, 14, 18, 19, 20, 28, 35, 51, 80], "followed": [1, 19, 20, 44], "following": [7, 8, 12, 15, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 45, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "font": 80, "for": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forever": 41, "forg": [5, 26], "form": [1, 2, 5, 9, 21, 26, 28, 35, 41, 42, 44, 45], "formal": 42, "formats": [15, 21], "formatted": 44, "formatting": 5, "formerly": 45, "forth": [1, 41], "forward": [69, 76], "forwarded": 41, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "freeing": 15, "frequent": 20, "friends": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "ful": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinterval": 9, "fullscr": 80, "fuly": [15, 20, 25, 38, 80], "fun": 5, "functio": [20, 29], "functionality": [7, 20, 42], "functions": 81, "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "gallery": 26, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "general": [7, 9, 12, 41, 77], "generaly": 41, "generat": [41, 45, 46, 48, 54, 66, 81], "generated": [1, 41, 44, 49, 52, 54, 66], "generatio": 1, "generic": 45, "germ": 80, "gestures": 63, "get": [15, 20, 26, 41, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "gets": [10, 24, 37, 39, 42, 81], "getting": [3, 6], "gifs": 66, "gigabytes": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "give": [2, 5, 35, 39, 41, 44, 60, 62, 63], "gives": [1, 54], "giving": [0, 12], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "granular": 41, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "group": [7, 17, 20, 41, 42, 44, 45, 58, 82], "grouped": [0, 44, 83], "groups": [3, 26, 33, 41, 44, 45, 52, 56, 58, 60, 69], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "gui": [8, 27, 45], "guidanc": 31, "guide": [14, 47, 49], "guidelines": 80, "gvfs": 20, "h": [8, 16, 20], "had": 19, "halts": 44, "hand": [5, 19, 80], "handled": 44, "handler": 12, "hands": 60, "handy": 69, "hap": [10, 15, 41], "happened": 0, "happening": [0, 15], "happens": [5, 15, 41], "hapy": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "have": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "header": [20, 21, 41, 44, 58, 80], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "helpful": [15, 33, 82], "helping": 41, "helps": [42, 57], "here": [2, 15, 44, 50, 66, 69, 72], "hesitat": 80, "hid": [4, 8, 44], "hide": [29, 35, 44, 72], "hides": [35, 55], "hierarchical": 2, "hierarchy": 35, "high": [64, 80], "higher": 12, "highlighted": [62, 76], "history": [6, 20, 21, 39], "hkey_classes_ro": 12, "hkey_current_user": 7, "hkey_local_mach": [7, 12, 20], "hoc": 69, "holding": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "hood": 15, "horizontal": [2, 44], "host": 9, "hosted": 20, "hostnam": 20, "hour": [0, 39, 41, 69], "hourly": 0, "hours": [12, 16, 39, 69, 76], "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "however": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "i": [2, 16, 20, 47], "ical": 41, "icalendar": 41, "icloud": [41, 51], "ico": [0, 1, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ide": 10, "ideal": 79, "idealy": 54, "ideas": 69, "ideatio": 42, "identical": [26, 44], "identifier": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "ifram": 41, "ignor": [8, 19], "ignored": [12, 41], "ignoring": 19, "illustrates": 24, "imag": [1, 10, 21, 26, 60], "images": [21, 60], "imap": 43, "immediately": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": 20, "implementatio": 20, "implemented": [25, 42], "implements": 44, "implic": 20, "import": [12, 20, 42, 44, 52, 56], "importanc": 44, "important": [2, 15, 20, 38, 44, 69, 76, 80, 81, 83], "imported": 41, "importing": [41, 44], "imposed": 15, "improv": [20, 44], "improved": 20, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "includ": [8, 20, 21, 41, 82], "included": 6, "includes": [10, 19, 26, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrect": [9, 19], "increas": [20, 31], "increased": [15, 80], "increases": 20, "increasing": 11, "increment": 41, "increments": 41, "independent": [0, 12, 41], "index": [26, 41], "indexer": 12, "indicat": 19, "indicates": [19, 60], "indicating": 51, "indicatio": 20, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individual": [14, 19, 26, 27, 41, 54, 72], "individuals": [26, 53], "individualy": [42, 44, 54], "influenc": [11, 41], "info": 36, "inform": [7, 41], "informal": 42, "informatio": [8, 11, 12, 13, 14, 15, 20, 21, 33, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informed": [37, 41, 59], "informing": 7, "informs": 62, "infos": 41, "inherited": 42, "inhibits": 8, "ini": 9, "initial": [35, 48], "initialized": 26, "initiated": 35, "inl": [36, 66], "inotify": 12, "inpu": [1, 19, 56, 66, 80], "inputs": 41, "insert": [1, 2, 66], "inserted": [1, 44], "inserting": 72, "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [7, 12, 17, 19, 20, 41, 45, 73], "installatio": [6, 13, 20, 48, 57], "installations": 28, "installed": [0, 1, 8, 14, 15, 17, 19, 20, 41, 42, 44, 52, 60, 74, 75, 83], "installer": 12, "installing": 20, "instanc": [0, 12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 41, 43, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [20, 21, 51, 57, 74], "integrat": [12, 15, 57, 75, 77], "integrated": [15, 46, 49, 73], "integrates": [19, 44, 46], "integrating": [67, 73], "integratio": [66, 68, 73, 74], "integration_openai": 44, "integrations": 66, "intelligenc": 1, "intelligent": 15, "intentionaly": 12, "interacted": 44, "interacting": [67, 73], "interactiv": [8, 14], "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfaces": 43, "interferes": 7, "intern": [20, 48, 49], "internal": [19, 41, 69], "interoperabl": 41, "interruptio": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 20, 21, 24, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "introduced": [19, 41], "introductio": 6, "introductory": 5, "intruder": 26, "invalid": [8, 54], "investigating": 15, "invisibl": [19, 36, 41], "invit": [42, 59, 70, 72], "invitatio": [41, 45, 72, 73], "invitations": 42, "invited": [41, 72], "invites": [42, 70], "inviting": 70, "invok": 8, "involved": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issues": [14, 44, 66, 80], "isue": [15, 25, 26, 80], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italicized": 66, "item": [8, 15, 21, 41, 48], "items": [15, 21, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 25, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "jobs": 11, "joh": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "joke": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanb": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13, 39], "kept": [15, 26, 42, 44], "key": [7, 28, 41, 42, 46, 72, 81, 83], "keyboard": [6, 60, 72], "keych": 49, "keynot": 15, "keyring": 14, "keys": [26, 33], "keywords": 8, "kfy9lek5sm928xp": 20, "know": [28, 41, 45, 81], "knowledg": [2, 3, 12], "kontact": [6, 43], "korganizer": 48, "kubuntu": 19, "kwal": 14, "l": [2, 29, 41, 58], "label": [20, 28], "labeled": 51, "labelled": [41, 51], "labels": [28, 36], "landing": [2, 42], "languag": [1, 44, 64, 82], "languages": 44, "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchagents": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": [4, 20], "lear": [2, 21, 24, 26, 42, 46, 48, 49], "learned": 2, "learns": 15, "least": [1, 39, 42], "leave": [21, 40], "leaving": [20, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "les": [5, 11, 38], "let": [5, 7, 41, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "letter": 20, "letting": 44, "level": [2, 16, 21, 26, 35, 36, 41, 60, 62, 69, 80], "library": [9, 17], "like": [5, 7, 15, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likely": [19, 26, 44], "liking": 80, "limi": [12, 19, 20, 24, 31, 39, 41, 69, 83], "limitatio": 20, "limitations": 15, "limited": [12, 15, 31, 37, 42, 69], "limits": [20, 31], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "lines": 19, "link": [0, 2, 12, 19, 20, 21, 28, 29, 41, 56, 59, 66, 69, 72], "linked": 28, "links": [14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": [1, 12, 29, 41, 42, 60, 82], "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 45, 66, 69], "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcriptio": 64, "llm": 44, "llms": 44, "load": [44, 80], "loby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "localy": [9, 10, 15, 56], "locat": [9, 19, 51], "located": [4, 17, 19, 44], "locatio": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 9, 14, 15, 16, 19, 20, 21, 42, 44, 45, 46, 50, 51, 54, 80, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 44, 82], "logging": [6, 19, 20, 29, 83], "logins": 20, "logo": 83, "logs": [16, 20, 51], "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 47, 55, 77, 81, 83], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "lose": [6, 26, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeaker": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "luminosity": 80, "m": [60, 72, 80], "mac": [15, 19], "mach": [7, 8, 10], "machines": 8, "macos": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24], "magicaly": 26, "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maint": 42, "maintained": 14, "major": 14, "make": [12, 17, 20, 24, 25, 26, 29, 35, 39, 41, 42, 47, 49, 58, 60, 82], "makes": [5, 10, 20, 28, 66, 74], "making": [9, 19, 20, 23, 30, 41], "manag": [5, 6, 15, 21, 26, 36, 41, 42, 44, 51, 57, 77, 81, 82], "managed": [14, 27, 41, 44], "management": [12, 20, 24, 33, 36, 43], "manager": [5, 14, 17, 21, 46, 50, 56], "managers": [7, 14, 20], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "manner": [8, 41], "manual": [6, 7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manualy": [7, 12, 20, 24, 29, 39, 44, 45, 50, 58, 62, 79], "many": [12, 26, 41], "map": 20, "mapped": 20, "maps": 20, "mark": [19, 21, 44, 66], "markdow": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "marks": 27, "master": 26, "mastodo": 42, "match": [12, 42, 44, 83], "matched": 19, "matches": [7, 44], "matching": 19, "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watches": 12, "maxchunksiz": 9, "maximum": [8, 9, 11, 20, 24, 41], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "maybe": 41, "mb": [9, 11], "mdn": 21, "mean": [26, 44, 81], "meaning": [9, 44], "means": [15, 19, 20, 27, 41, 44], "meanwhil": 42, "mechanism": 7, "med": [8, 21, 42, 60, 62, 69], "meet": 41, "meeting": [57, 59, 72, 83], "meetings": 69, "meets": [24, 39], "megabyt": 31, "member": [42, 69], "members": [2, 5, 20, 35], "membership": 42, "memberships": [42, 82], "memory": [1, 24], "mentioned": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merg": 42, "merged": 42, "messag": [1, 19, 20, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 76, 80, 81], "messages": [1, 6, 16, 19, 43, 57, 67, 73, 83], "met": 24, "metad": [19, 33], "method": [7, 20, 27, 28, 45, 58, 81], "methods": [7, 20, 41, 42], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "migratio": 52, "milliseconds": 9, "mime": 12, "min": 9, "minchunksiz": 9, "mind": [20, 41], "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minute": [9, 39, 41], "minutes": [26, 27, 39, 48], "missing": 21, "mitigat": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 83], "modals": 80, "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moderatio": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modes": 44, "modificatio": [12, 19], "modifications": 42, "modified": [0, 21, 42], "modify": [0, 19, 20, 42, 60], "modifying": [19, 31], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreover": 41, "morning": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 28, 35], "mounted": 20, "mounting": 20, "mounts": 27, "mouse": [2, 63, 80], "move": [0, 20, 21, 24, 52, 58, 80], "moved": [9, 24, 44, 69], "moves": 44, "movetotrash": 9, "moving": 44, "moz": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mtimes": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "muted": [60, 72], "mutes": 60, "mutualy": 44, "muutetu": 41, "my": [2, 20], "my_sync_folder": 8, "mycertificat": 20, "myda": 10, "mynextcloud": [20, 48], "n": [8, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "names": [8, 60], "narrow": [0, 76, 83], "nativ": 20, "natively": 50, "naturaly": 42, "nautilus": [19, 46], "navigat": [0, 20, 21, 35, 37, 42, 44, 49, 51, 80], "navigating": 6, "navigatio": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "near": [21, 50], "nearly": 10, "necessary": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 12, 14, 17, 20, 26, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 76], "needed": [11, 35, 38, 41, 48, 69], "needing": [15, 42], "needs": [10, 15, 20, 28, 41, 42, 70], "nemo": [19, 20], "nested": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "networks": 42, "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newly": [12, 15, 41], "newsletters": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 66], "normaly": [26, 41, 44], "not": [0, 2, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 31, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 69, 81, 82, 83], "note": [4, 35, 42, 44, 51, 76], "notes": [2, 41, 69], "nothing": 26, "notic": [10, 41], "notificatio": [1, 6, 7, 19, 35, 37, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [0, 6, 9, 10, 19, 60, 66, 76, 82, 83], "notified": [0, 41, 69, 72, 76], "notifies": 10, "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "ns": 20, "number": [11, 19, 28, 35, 41, 44, 58, 60, 69], "numbers": [15, 42], "object": [0, 27, 35], "obscured": 69, "observ": 14, "oc": [20, 27, 28], "occur": 26, "occurred": [0, 10, 20], "occurs": [41, 44], "oct": 20, "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 33, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "offer": [15, 35, 41, 80], "offers": [7, 19, 20, 21, 41, 44, 60, 73], "offic": [6, 12, 20, 21, 41, 43, 69], "officialy": 14, "offl": [15, 19, 20, 27], "oft": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "omi": 20, "onboard": [2, 3, 6], "onboards": 5, "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongoing": [62, 69], "onl": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "ope": [0, 1, 2, 10, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [7, 15, 19, 69], "opening": [2, 15, 16, 41, 60], "opens": [10, 12, 15, 16, 19, 20, 21, 29, 37, 42, 44, 60, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "operating": [7, 12, 17, 20, 53], "operatio": 11, "operations": [19, 20], "operators": 44, "opportunity": 12, "opt": [9, 44], "optimized": 20, "optio": [0, 12, 16, 19, 20, 21, 26, 28, 33, 35, 36, 41, 42, 44, 45, 48, 56, 60, 62, 63, 72, 76], "optional": [20, 26, 40, 41, 44], "optionaly": [41, 45], "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 20, 21, 26, 35, 58, 60, 69, 72, 82, 83], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 31, 33, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 35, 42, 45], "ordered": [44, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [2, 3], "organizations": 42, "organized": [0, 76], "organizer": [41, 44], "organizing": 5, "original": [33, 44, 64], "os": 8, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 26, 27, 28, 29, 33, 35, 37, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 19, 25, 40, 41, 44, 69, 74, 82], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgoing": 44, "outlined": 15, "outlining": 57, "outlook": 41, "outpu": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27], "overflows": 65, "overhauls": 12, "overhead": 20, "overlapping": 41, "overrid": [7, 24, 33], "overrides": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "ow": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_m": 11, "owncloud_blacklist_time_max": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_bytes": 11, "owncloud_free_space_bytes": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeou": 11, "owncloud_upload_conflict_files": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "owners": 26, "ownership": [23, 30, 42], "owns": 41, "p": 8, "pa": 8, "packag": [7, 8, 14, 17, 19, 20], "packages": [8, 14], "page": [2, 7, 14, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 80, 82, 83], "pages": [2, 4, 15, 35, 41, 77], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "parameters": [20, 52], "parent": [19, 21, 42, 58], "part": [5, 12, 20, 42, 44, 60, 69], "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participatio": 41, "particular": [0, 58], "parts": 2, "party": [12, 26, 41, 70], "pas": [8, 20], "passed": [8, 20, 39], "passkey": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [6, 81], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "patter": [8, 19, 39, 44], "patterns": 19, "pause": 19, "paused": 19, "pauses": 19, "pc": 20, "pdf": 21, "peers": 2, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectly": 18, "perform": [7, 9, 20, 42, 44], "performanc": [20, 44, 64], "performed": 44, "performs": 8, "period": [19, 24, 33, 41, 59, 69, 76, 83], "periodic": 27, "perm": 20, "permanently": [4, 12, 15, 24, 41, 69], "permisio": [57, 60, 63], "permissions": [20, 37, 42, 45, 60, 69], "persisted": 9, "persistent": 20, "persists": 27, "perso": [10, 41, 69, 83], "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "petersteier": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picked": 41, "picker": [1, 21, 29, 36, 37], "pickers": 6, "pictur": [5, 82, 83], "pictures": 42, "pie": 15, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "place": [1, 2, 7, 20, 41, 42, 53, 69], "placed": [8, 24], "places": [20, 65, 83], "plain": [20, 21, 54], "plan": [20, 41, 48], "planning": 41, "plasm": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "please": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plus": [41, 42], "point": [14, 20, 44, 45, 83], "pointing": [10, 27, 44], "pol": [9, 15, 56], "policies": 7, "pop": 7, "pop3": 43, "popover": 80, "popular": 41, "populated": 19, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "positio": 42, "possibility": [20, 38], "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": 51, "posts": 57, "potential": 44, "power": 48, "powered": 1, "powers": 24, "pre": [18, 19, 44, 66], "precautio": 44, "preconfiguratio": 14, "predefined": [19, 41, 44, 60], "prefer": [14, 20, 44, 51], "preferenc": 41, "preferences": [0, 6, 9, 17, 41, 44, 45, 52, 81], "preferred": [7, 20, 82], "prepar": [41, 62], "preparatio": [18, 41], "prepared": 66, "pres": [1, 2, 5, 14, 20, 28, 44, 46, 60, 83], "preselected": 2, "present": [7, 27], "presentatio": 21, "presenter": 63, "preserv": 19, "preserving": 21, "pressing": [5, 46, 66, 72], "prety": 26, "prevent": [7, 24, 35, 41, 42, 82], "prevented": 69, "prevents": 7, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [0, 1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principals": [47, 51], "prior": 7, "privacy": [38, 44, 53, 62, 83], "privat": [41, 82], "privately": 66, "privileges": 7, "pro": 81, "probably": 20, "problem": [12, 15, 81], "problems": 11, "proc": 12, "procedur": 50, "proceed": 44, "proces": [8, 12, 39, 41, 52], "processed": [44, 62], "processes": [8, 44], "produc": [9, 19], "produces": 21, "productivity": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14], "programs": 17, "progres": [15, 19, 60], "project": 43, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfiles": 9, "prompted": [14, 51, 60, 63, 72], "proofs": 81, "prop": 20, "propagated": 35, "propagates": 8, "properly": [12, 20, 49], "properties": [20, 42], "propertyhandlers": 12, "propertysystem": 12, "propfind": 20, "proposal": 52, "proposes": 44, "propst": 20, "protect": [26, 35, 81], "protected": [20, 69], "protecting": 38, "protectio": [35, 42], "protocol": [12, 20, 27, 47], "protocols": [50, 74], "provid": [0, 7, 8, 12, 14, 15, 20, 41, 57, 69], "provided": [15, 31, 41, 44, 69, 70], "provider": [1, 6, 13, 14, 20, 26, 64], "providers": [26, 53], "provides": [0, 1, 12, 14, 15, 19, 20, 21, 38, 41, 42, 53, 69], "providing": [26, 55, 56], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "published": [41, 82], "pul": 41, "purpos": 26, "purposes": 40, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rules": 16, "quality": 80, "questio": 19, "questions": 8, "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quota": [20, 24, 30, 32, 82], "quotas": 33, "quotes": 66, "r": [51, 60, 80], "radio": 42, "raise": 80, "raised": 11, "random": 35, "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [40, 80], "reached": [27, 41, 44], "reaches": 69, "reactio": 60, "read": [8, 20, 26, 27, 35, 38, 41, 42, 44, 69, 82], "reader": 0, "readers": 80, "reading": [15, 80], "reads": 9, "ready": [18, 27], "real": 64, "reappears": 45, "rearrang": 83, "reaso": [47, 69], "reasons": 42, "rebo": 20, "reboots": 20, "receiv": [0, 1, 20, 29, 41, 44, 60, 66, 70, 76, 81], "received": 72, "receives": [28, 37, 62], "receiving": [35, 44, 64, 70], "recent": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [24, 28, 35, 41], "recipients": 44, "recognisabl": 15, "recogniz": 20, "recommend": [15, 20, 25, 31, 44], "recommended": [15, 20], "reconnect": 20, "record": [62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recover": 26, "recoverabl": 21, "recovery": 6, "recurrenc": 41, "red": [19, 27, 51, 60, 62], "redirected": [69, 72, 81], "redo": 50, "reduc": 11, "reduced": 80, "reducing": [15, 80], "refer": [14, 20, 31], "referenc": [21, 62, 76], "references": 18, "reflect": 19, "reflected": [27, 35, 41], "refresh": [20, 48, 80], "refreshed": [41, 50], "reg": 12, "regardles": [41, 56], "reged": 20, "regio": 41, "register": [12, 14, 45], "registered": [12, 45, 60, 69, 78], "registering": 12, "registry": [7, 12, 20], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulations": 62, "reject": 37, "rejected": 41, "rejectio": 37, "rejoining": 69, "related": [0, 1, 15, 17, 41, 44, 47, 83], "relates": 44, "relativ": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "releases": [14, 18], "relevant": [10, 41, 42, 44, 76], "rema": 44, "remaining": 11, "remains": 19, "remember": 1, "remembered": 1, "remind": 44, "reminder": 41, "reminders": [69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 17, 19, 20, 26, 27, 28, 36, 38, 41, 44, 69, 83], "removal": [12, 17], "removals": 42, "removed": [19, 33, 41, 44, 57, 69], "removes": [16, 20], "removing": [17, 36], "renam": [0, 21, 24, 36], "renamed": 44, "renames": 35, "render": 19, "reope": 44, "repea": [8, 51], "repeating": 41, "replac": [20, 41, 45, 47, 51, 60], "replacement": [40, 69], "replies": [57, 69, 76], "reply": [44, 66], "report": [15, 18, 44, 80], "reported": 20, "repositories": 8, "repository": [8, 9], "represents": 44, "reproduc": 18, "reproducibl": 14, "request": [1, 20, 31, 44], "requested": [20, 45], "requir": [31, 41], "required": [7, 8, 15, 27, 41, 45, 47, 60, 64], "requirements": [6, 74], "requires": [1, 8, 20, 31, 41, 62, 69], "requiring": [38, 44, 62, 81], "reschedul": 66, "rese": 40, "resetting": 41, "reshared": 41, "resharing": 35, "resizes": 60, "resolv": 10, "resolved": [10, 15], "resolving": 10, "resourc": [20, 41, 45, 46, 48], "resources": [42, 46, 48], "resourcetyp": 20, "respectiv": [41, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "responses": 41, "responsiv": 80, "responsivenes": 6, "rest": [20, 25], "restart": [15, 20], "restarts": 7, "restor": [15, 24, 26, 39, 41], "restoring": 41, "restrict": [6, 36], "restricted": [20, 36], "restrictio": 42, "result": [1, 9, 15, 19], "resulting": 48, "results": [1, 9, 83], "resum": [19, 44], "retentio": [24, 33, 36, 44, 69], "retried": [11, 44], "retries": 8, "retriev": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": [19, 27], "retur": [21, 28, 42, 60], "returned": 26, "revealed": 15, "revert": [35, 69], "review": [1, 20, 41], "reviewed": 41, "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": [35, 44], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": [39, 57], "role": [42, 82], "room": [24, 58], "rooms": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rows": 36, "rs": 6, "rule": 44, "rules": [36, 41, 44], "run": [1, 8, 9, 20, 24, 26, 27, 39, 77], "running": [6, 15, 17, 20, 26], "runs": 10, "rw": 20, "s": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "safar": 83, "safe": [17, 38, 53, 69, 81], "said": 7, "sales": 82, "samb": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [12, 15, 20, 41, 42, 46, 51, 54, 56, 62, 80, 82], "saved": [5, 20, 27, 36, 39, 41, 42, 44, 51, 62], "saves": 44, "saving": [47, 48], "say": 10, "says": [20, 26], "scan": [12, 27, 81], "scanned": 81, "scanner": 45, "scary": 5, "scenario": 24, "scenarios": 10, "schannel": 51, "schedul": [14, 41, 52, 66], "scheduled": [1, 41, 59, 66, 69], "scheme": 12, "scope": [14, 82], "scoped": 44, "scopes": 82, "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [20, 26, 44], "scripting": 20, "scripts": [17, 44], "scrol": [20, 44, 51, 65, 66], "seamles": 26, "seamlessly": 15, "search": [2, 6, 8, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80], "searchabl": 46, "searched": 44, "searches": [44, 83], "searching": [41, 44, 69, 82], "searcho": 8, "sec": 9, "second": [2, 6, 7, 39, 42, 44, 56, 66, 69], "seconds": [9, 11, 15, 39, 48, 60, 62, 81], "secr": [0, 8, 41, 81], "secrets": 20, "sectio": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secur": [20, 38, 53], "secured": 20, "security": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": [35, 82], "seen": [26, 51], "sees": 38, "select": [0, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selectio": [36, 41, 44, 81], "selections": 41, "selectiv": 8, "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 44, 45, 58, 60, 66, 70, 76, 80], "sender": [44, 76], "senders": 44, "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensitiv": 69, "sent": [0, 10, 28, 41, 44, 69], "separat": [0, 1, 41, 44, 82], "separately": [25, 42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_addres": 8, "servercert": 20, "servers": [20, 21, 27, 28, 35, 41, 53, 70, 82], "servic": [20, 26, 27, 47, 53], "services": [20, 26, 27, 29, 57, 74, 77], "sesio": [9, 20, 42], "sessions": 9, "set": [4, 9, 20, 26, 31, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "sets": 41, "setting": [0, 4, 6, 10, 12, 16, 24, 35, 41, 43, 44, 45, 48, 69, 81], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 35, 36, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81, 82], "settl": 41, "setup": [12, 41, 45, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shal": 9, "share": [0, 2, 19, 20, 24, 26, 27, 29, 33, 38, 41, 42, 43, 53, 56, 62, 63, 73, 82], "shared": [0, 2, 3, 15, 20, 21, 26, 27, 28, 33, 35, 41, 53, 56, 62, 63, 69, 76, 82], "sharees": 35, "shares": [0, 15, 21, 23, 24, 26, 27, 30, 41, 76, 82], "sharing": [0, 6, 20, 28, 29, 30, 37, 53, 61, 70, 73], "shel": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcu": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 35, 36, 40, 41, 42, 44, 46, 60, 69, 79, 81, 83], "showexperimentaloptions": 9, "showing": [0, 4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shows": [0, 1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "sieve": 44, "sig": [19, 20, 42, 49], "signatur": 44, "signed": [20, 49], "significant": [20, 44], "significantly": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarly": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simplified": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleto": 44, "sip": 69, "sits": 19, "situatio": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "sizes": 31, "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "smal": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippets": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "solely": 44, "solutio": 53, "solutions": [20, 35], "solv": 81, "solved": 12, "solves": 12, "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "something": 81, "sometimes": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sorting": 44, "sourc": [14, 20, 37, 38, 53], "sourcedir": 8, "sources": 48, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specialy": 17, "specific": [0, 6, 8, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specificaly": 12, "specified": [8, 16, 44], "specifies": [9, 11], "specify": [7, 8, 16, 20, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speed": 44, "speeds": 20, "split": 44, "spoke": 60, "spreadsh": 21, "square": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "standard": [8, 14, 41], "standardized": 15, "standards": 80, "stands": 20, "star": [21, 42], "starred": 21, "start": [1, 12, 20, 38, 41, 44, 45, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 20, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 24, 41, 44, 59], "stdout": 16, "step": [12, 14, 36, 41, 47, 51, 69], "steps": [20, 28, 35, 44, 45, 46, 48, 49, 50, 51], "stil": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stole": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "storag": [15, 20, 22, 26, 30, 32, 81], "store": [19, 20, 26, 33, 42, 45, 81], "stored": [4, 15, 20, 26, 39, 42, 44], "stores": [15, 20], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripes": 41, "strongly": 20, "structur": [2, 3, 21, 42], "structures": 26, "style": 43, "sub": [24, 45], "subdirectory": 20, "subfolder": 8, "subfolders": 12, "subject": 44, "subjects": 44, "subm": [1, 41], "submenu": 76, "subpag": 2, "subpages": 2, "subscrib": [50, 76], "subscribed": 76, "subscriptio": [41, 53], "subscriptions": [41, 45], "subsequent": [15, 20], "substantialy": 20, "substring": 44, "successful": [14, 27, 28, 41], "successfuly": [7, 51], "such": [0, 1, 7, 10, 14, 19, 20, 26, 27, 33, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suggested": [44, 50], "suit": 83, "suitabl": 41, "suite": 8, "summarizatio": 1, "summarizing": 44, "summary": 57, "superior": 35, "support": [14, 15, 17, 19, 20, 41, 42, 46, 49, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 50, 53, 66, 74, 83], "supporting": 41, "supports": [14, 15, 20, 39, 41, 42, 44, 50, 81], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "switches": 8, "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 50, 51, 53, 81], "synced": [12, 17, 19, 25, 41, 48], "synchroniz": [8, 11, 20, 41, 45, 48, 50, 51, 53], "synchronizatio": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 22, 50, 51, 53], "synchronizations": 8, "synchronized": [10, 13, 19, 20, 50, 53], "synchronizes": 50, "synchronizing": [6, 25, 43], "syncing": [19, 42, 47, 49], "syncs": 12, "syntactical": 19, "syntax": [19, 20, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 20, 27], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tables": 66, "tabs": 19, "tackled": 69, "tag": [21, 44], "tagged": 0, "tagging": [36, 44], "tags": [21, 30, 32], "take": [2, 12, 17, 28, 41, 44, 48, 62, 69], "takes": [9, 15, 26, 33, 42, 83], "taking": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "targ": [9, 15, 20, 37, 41], "targetchunkuploadduratio": 9, "targeting": 44, "targets": [35, 83], "task": [2, 6, 43, 46, 66], "tasks": [0, 1, 20, 41, 44, 45, 46, 48, 57, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 80], "teams": [69, 74], "technical": 15, "technicaly": 14, "tel": [19, 41, 44], "telegram": 42, "telephon": 82, "tells": 19, "templates": 5, "temporarily": [12, 20, 60], "temporary": 33, "ten": 27, "tentativ": [41, 44], "tentatively": [41, 44], "terabytes": 12, "term": [1, 18, 41, 46], "terminal": 15, "test": [14, 20, 24, 48], "tested": [10, 12], "testers": 18, "testing": [9, 18], "tests": 44, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 53, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 16, 17, 18, 22, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 20, 21, 24, 26, 28, 35, 37, 41, 44, 51, 53, 54, 58, 60, 69, 82], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 80, "themes": 6, "theming": 80, "themselves": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 24, 26, 28, 29, 33, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "there": [1, 2, 7, 10, 17, 19, 20, 24, 26, 35, 41, 42, 44, 45, 62, 66, 69, 71, 72, 76], "therefor": [38, 47], "these": [10, 14, 15, 19, 21, 25, 26, 28, 31, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": [1, 76], "threaded": 44, "threads": [44, 76], "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughou": 41, "throw": 45, "thumbnail": 21, "thumbnails": [26, 33], "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tile": 65, "tiles": 65, "time": [9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 41, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriday": 41, "timegridweek": 41, "timeou": [9, 11], "timeouts": 26, "times": [8, 19, 20], "timestamp": [37, 39], "timestamps": 24, "timezon": 41, "timezones": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 30, 31, 33, 34, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "together": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "toke": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": [6, 41, 54], "too": [41, 44], "tool": [2, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36, 43], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "towards": 45, "track": 0, "tracker": 80, "trail": 21, "transcribes": 64, "transcriptio": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "transferred": [20, 37], "transferring": 41, "transfers": 20, "translat": [44, 53], "translated": [4, 64], "translatio": [61, 73], "translations": 44, "transparent": 41, "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_obligatio": 24, "trashed": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tree": 19, "tried": 44, "tries": [8, 47, 69], "trigger": [27, 41, 44, 50], "triggered": [0, 9, 14, 44], "triggering": 44, "troubl": 20, "troubleshooting": 47, "true": [7, 16, 44], "trust": [8, 20, 38], "trusted": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tue": 20, "tumblr": 42, "tunnel": 20, "tur": 75, "turned": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80, 81], "typefac": 80, "types": [0, 15, 21, 42, 66, 69], "typical": 19, "typicaly": [19, 57, 81], "typing": [2, 37, 44, 69], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffected": 11, "unauthenticated": 0, "unauthorized": 81, "unavailabl": [15, 20, 27, 69], "unchanged": 44, "uncheck": [0, 36, 41, 42], "uncomment": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understand": 33, "understanding": 44, "undesired": 19, "undo": 41, "undon": 15, "unencrypted": [20, 26, 33, 38], "unfocus": 80, "unfortunately": 20, "unified": [6, 76], "unifying": 5, "uninstal": 17, "uninstallatio": [6, 13], "uninstalling": 17, "unintended": 9, "unique": [26, 41, 60, 82], "universal": [6, 12], "universities": 7, "unknow": 45, "unles": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmount": 20, "unmut": [60, 72], "unmuted": [60, 72], "unmutes": 60, "unordered": 66, "unorthodox": 12, "unp": 76, "unread": [44, 66, 69, 80, 83], "unresolved": 10, "uns": 44, "unselect": 42, "unsent": 44, "unshar": [35, 41], "unshares": 41, "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchronized": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unusabl": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "updat": [6, 7, 10, 13, 19, 41, 42, 45, 48], "updated": [10, 14, 20, 41, 54, 64], "updater": [6, 13, 14], "updates": [0, 26, 42, 44], "updating": [7, 19, 44], "upgraded": 28, "upload": [9, 10, 19, 20, 21, 27, 29, 31, 33, 35, 41, 42, 60], "uploaded": [9, 10, 11, 15, 33, 41, 62, 69], "uploaders": 29, "uploading": [31, 41, 72], "uploads": [9, 10, 21, 22, 23, 30, 33], "upo": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [44, 80], "usabl": 80, "usag": [24, 25, 82, 83], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 28, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 20, 33, 36, 38, 39, 40, 41, 42, 44, 51, 54, 80], "useful": [15, 20, 21, 31, 41, 44, 60, 72, 82], "user": [4, 6, 8, 9, 10, 15, 17, 20, 27, 28, 33, 35, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "users": [0, 7, 9, 10, 14, 15, 18, 19, 20, 24, 26, 28, 31, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 20, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usual": 26, "usualy": [12, 44, 47], "utf": 20, "utiliz": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacatio": 40, "valid": [41, 44, 51], "validat": 50, "validated": 19, "value": [7, 11, 12, 15, 16, 20, 24, 42, 44], "values": [9, 11, 19, 42], "var": 16, "variabl": [9, 10, 11], "variables": [6, 13, 31, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcard": 42, "vcards": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venue": 41, "verbos": 8, "verificatio": 69, "verify": [20, 41, 44], "versio": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [7, 9, 17, 18, 20, 33, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "videos": 21, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewed": 21, "viewer": [51, 80], "viewers": 80, "viewing": [6, 35], "views": 21, "virtual": [17, 19, 82], "vis": 20, "visi": [25, 44], "visibility": [15, 37, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visitors": 5, "visual": 80, "visualized": 15, "voice": 60, "volum": 8, "vote": 41, "voted": 56, "votes": 41, "vpn": 20, "wait": 18, "waiting": [1, 19, 39, 44, 79], "want": [0, 2, 4, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "wants": [5, 41], "war": [12, 44], "warning": [19, 20, 26, 41, 44], "warnings": [19, 20], "was": [0, 1, 9, 35, 39, 41, 44, 81, 83], "watches": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 45, 56, 62], "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauth": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinars": [77, 79], "websit": [43, 73], "wednesday": 41, "week": [0, 39, 41, 69, 82], "weekly": [0, 42], "weeks": [42, 69], "wel": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "welcom": [20, 53], "were": [9, 15, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatever": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "whereas": 7, "wherever": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboards": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widg": 44, "widgets": [44, 83], "wiki": [57, 74], "wil": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 24, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "wildcards": [8, 19, 44], "window": [9, 10, 12, 15, 16, 20, 29, 45, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 24, 25, 27, 28, 29, 33, 36, 40, 43, 44, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "withou": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "wordpres": 12, "words": [5, 38], "work": [10, 15, 19, 20, 26, 36, 41, 44, 45, 48, 54, 81, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [20, 26, 27, 41, 44, 46, 81], "workshops": 42, "workspac": 9, "world": 82, "wory": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": 41, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 69], "writes": 16, "writing": [20, 44, 49], "wrong": [12, 19], "ww": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_p": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [15, 26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdom": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "youruser": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Sis\u00e4llysluettelo", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "On": 12, "a": [1, 12, 21, 26, 28, 35, 38, 39, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "abou": 12, "accepting": 70, "acces": [4, 35, 36, 80], "accessing": [20, 21, 22, 27], "account": [19, 44], "accounts": [19, 49], "actions": [15, 44], "activities": 0, "activity": [0, 21], "ad": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "addres": [42, 44, 82], "addresses": 44, "advanced": 44, "ai": [1, 44], "al": [44, 78], "alias": [15, 44], "alternativ": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 25, 35, 36, 41, 42, 44, 45, 54, 57, 59, 60, 64, 66, 69, 72, 79, 80, 83], "android": 45, "anonymous": 29, "another": 44, "answer": 20, "ap": [0, 24, 41, 42, 44, 45], "appearanc": 55, "applications": 81, "appointment": 41, "appointments": 41, "apps": 75, "archiv": 69, "are": [12, 24], "as": [42, 44, 72], "assig": 41, "assigning": 36, "assistant": 1, "at": 42, "attachments": [41, 56], "attempting": 12, "attendees": 41, "audio": 60, "authenticatio": 81, "automated": 41, "automatic": [7, 44], "automatio": 44, "autoresponder": 44, "autoresponders": 44, "availability": 41, "backends": 27, "background": 26, "backgrounds": 60, "ban": 69, "basic": 7, "be": 26, "being": 12, "betw": 52, "bin": 41, "birthday": 41, "blocks": 44, "body": 44, "book": 82, "booked": 41, "booking": 41, "books": 42, "bots": 57, "breakou": [58, 60], "browser": [60, 83], "browsers": 54, "browsing": 36, "busy": 41, "by": 36, "cal": [60, 62, 64, 65, 72], "calendar": [41, 44, 45, 47, 51, 59], "calendars": [41, 50], "calls": 61, "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44], "changes": [12, 54], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "client": [8, 13, 19, 60, 81], "clients": [20, 25, 60], "cloud": 28, "codes": 81, "collaboratio": 23, "collectives": [2, 3], "color": 44, "command": [8, 16, 20], "commands": 57, "comments": 21, "compact": [44, 55], "compos": 44, "composer": 44, "conditions": 44, "configur": 58, "configuratio": [9, 15, 41], "configuring": [19, 81], "conflict": 15, "conflicts": 10, "connected": 54, "connecting": 21, "consent": 62, "considerations": 81, "contact": 42, "contacts": [42, 44, 45, 47, 50, 51], "context": 15, "continuously": 12, "control": 39, "controlling": 60, "controls": 21, "conversatio": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "create": [5, 41, 42, 44, 75], "creates": 5, "creating": [20, 21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "delegatio": [41, 44], "delet": [41, 44], "deleted": 24, "deleting": 39, "deletio": 44, "desktop": [13, 19, 20, 25, 46, 60], "details": 21, "detectio": [27, 44], "devic": [38, 54], "devices": 54, "directories": 12, "disabl": 26, "disabled": 26, "disk": 11, "display": 44, "displaying": 38, "disposabl": 69, "dolph": 20, "download": [14, 60], "downloaded": 15, "drives": 20, "drop": 29, "duplicat": [41, 42], "during": 60, "e2e": 38, "edi": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "email": [0, 28, 72], "emo": 66, "enabl": [12, 44], "enabling": 38, "encrypted": 26, "encrypting": 38, "encryptio": [26, 34, 38], "end": 38, "envelop": 44, "environment": 11, "environments": 7, "eve": 12, "event": [41, 44], "events": [41, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expiratio": 69, "explorer": 20, "export": 41, "extensions": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorit": 42, "favorites": 44, "features": 15, "federated": [28, 35, 41], "federatio": [21, 28, 35, 70], "feed": 0, "file": [9, 15, 19, 20, 21, 27, 29, 31, 35], "files": [0, 4, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 32, 36, 45, 56, 71], "filter": [44, 69], "filtering": [0, 21, 44], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "folders": [12, 21], "follow": 44, "for": [41, 44, 77], "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "ful": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 69], "groups": [35, 42], "groupwar": 43, "guest": 72, "hand": 60, "handling": 8, "happens": 24, "hardwar": 81, "history": 1, "holiday": 41, "hours": 41, "how": [5, 12, 24, 26, 44], "i": 12, "ico": 19, "icons": [19, 21], "ics": 41, "if": 81, "ignored": 19, "immediately": 60, "import": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76, 81, 82], "inbox": 44, "inboxes": 44, "included": 80, "indicators": 15, "info": 44, "informatio": 42, "initial": 14, "inserting": 66, "instal": [8, 14], "installatio": 14, "instances": 52, "instructions": 17, "integrating": 75, "integratio": [15, 44, 59, 71], "interacting": 76, "interfac": [12, 21, 83], "internal": [35, 44], "into": 75, "introductio": [5, 53], "introductions": 5, "invit": 41, "invitatio": [44, 70], "invitations": [41, 44], "ios": 47, "is": 26, "issues": [15, 20], "it": [12, 26], "items": 42, "job": 26, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": [44, 80], "know": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": 15, "levels": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "loby": 79, "local": 12, "localy": 12, "locking": 15, "log": 26, "logging": [15, 81], "lose": 81, "low": 11, "macos": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "making": 29, "manag": [54, 58, 62], "manager": [19, 20], "manages": 24, "managing": [24, 32, 36, 41, 42, 44, 54, 69], "manual": 53, "manualy": 42, "mapping": 20, "mark": 42, "markdow": [4, 66], "matterbridg": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "mentio": 44, "menu": 15, "merging": 42, "messag": [44, 75], "messages": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moderators": 77, "modified": 12, "more": 66, "mounts": 20, "move": [12, 26, 44], "moving": 21, "multipl": 42, "my": 12, "naming": 39, "nativ": 44, "nautilus": 20, "navigating": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26], "note": 69, "notificatio": 0, "notifications": [1, 41, 45, 69], "of": [12, 40, 55], "offic": 40, "official": 20, "onboard": 5, "one": 69, "only": 50, "ope": 78, "operatio": 44, "options": [16, 41, 42], "or": [21, 26, 41, 42, 60, 72], "order": 44, "organiz": 42, "other": 72, "others": 35, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlay": 19, "overview": 10, "ow": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "participants": [60, 69], "party": 20, "password": [26, 54], "passwords": 54, "personal": 1, "phishing": 44, "picker": 66, "pickers": 1, "pictur": 42, "pinning": 76, "planned": 26, "player": 21, "polls": 56, "possibl": 26, "preferences": 82, "preventing": 7, "previewing": 21, "priority": 44, "privacy": 69, "privat": [26, 69], "problem": 20, "problems": 20, "profil": [82, 83], "progres": 41, "project": 5, "proposal": 41, "proposals": 41, "proposed": 41, "provider": 15, "public": [20, 35], "publishing": 41, "quick": 44, "quota": 33, "quotas": 24, "raise": 60, "reactions": 60, "recipient": 44, "recommended": 50, "record": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "reminder": 76, "reminders": [41, 44], "remov": 42, "replies": 44, "replying": 66, "requirements": [14, 83], "resources": 41, "responding": 41, "responsivenes": 80, "restrict": 82, "roles": 42, "room": 41, "rooms": [41, 58, 60], "rs": 0, "running": 1, "s": [2, 26], "schedul": 59, "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76, 83], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "selecting": 21, "self": 69, "sending": [44, 66, 70], "server": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [29, 40, 76, 82], "settings": [0, 1, 19, 44, 72, 83], "setup": [14, 49], "share": [21, 28, 35, 72, 75], "shared": [24, 42, 44], "shares": [20, 28, 35], "sharing": [15, 19, 21, 23, 26, 27, 35, 41, 56, 63, 82], "shortcuts": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sis\u00e4llysluettelo": 6, "smart": [1, 44, 66], "snooze": 44, "solutio": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specific": 54, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19, 21, 41], "step": 5, "steps": 2, "stops": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfolder": 44, "subscrib": 41, "summary": [0, 44, 66], "supported": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchronizatio": [19, 25, 30], "synchronized": 12, "synchronizing": [45, 46, 47, 48, 49, 50, 51], "syncing": 12, "system": [14, 36], "systray": 19, "tag": 36, "tags": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44], "tasks": 75, "team": [5, 42], "teams": 42, "templat": 5, "text": 44, "than": 12, "the": [0, 7, 8, 12, 15, 19, 20, 21, 24, 26, 38, 41, 42, 44, 45, 46, 50, 60, 82, 83], "their": 5, "themes": 80, "there": 12, "they": 12, "third": 20, "this": 26, "thread": 44, "threaded": 76, "thunderbird": 50, "time": 42, "times": 41, "tlsv1": 51, "to": [5, 12, 21, 26, 35, 36, 38, 41, 42, 44, 66, 69], "together": 5, "tokens": 81, "tracked": 12, "transcriptio": 64, "transfer": 37, "translatio": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [15, 49, 51], "two": 81, "unified": [44, 83], "uninstallatio": 17, "universal": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": 18, "updater": 7, "updates": 7, "uploaded": 12, "uploading": [10, 21, 29], "uploads": [29, 31], "usag": 8, "use": [2, 44], "user": [12, 19, 26, 41, 53], "users": 35, "using": [0, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "variables": 11, "versio": 39, "versions": 14, "via": [28, 80], "video": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": 42, "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widg": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "withou": [26, 45], "workflow": 7, "working": 41, "works": 12, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/fr/contents.html b/server/latest/user_manual/fr/contents.html index 2545c9e7352..17eec3367e6 100644 --- a/server/latest/user_manual/fr/contents.html +++ b/server/latest/user_manual/fr/contents.html @@ -162,11 +162,11 @@
      513. Talk
      514. @@ -180,6 +180,7 @@
      515. Installation
      516. Désinstallation
      517. Using the Synchronization Client
      518. +
      519. Using the macOS File Provider
      520. Using the Command-Line Client
      521. Command-Line Options
      522. Configuration File
      523. diff --git a/server/latest/user_manual/fr/desktop/autoupdate.html b/server/latest/user_manual/fr/desktop/autoupdate.html index da9cda99092..51129ce3adc 100644 --- a/server/latest/user_manual/fr/desktop/autoupdate.html +++ b/server/latest/user_manual/fr/desktop/autoupdate.html @@ -84,6 +84,7 @@
      524. Installation
      525. Désinstallation
      526. Using the Synchronization Client
      527. +
      528. Using the macOS File Provider
      529. Using the Command-Line Client
      530. Command-Line Options
      531. Configuration File
      532. diff --git a/server/latest/user_manual/fr/desktop/commandline.html b/server/latest/user_manual/fr/desktop/commandline.html index e6be5c82358..94a1f55fc94 100644 --- a/server/latest/user_manual/fr/desktop/commandline.html +++ b/server/latest/user_manual/fr/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
      533. Installation
      534. Désinstallation
      535. Using the Synchronization Client
      536. +
      537. Using the macOS File Provider
      538. Using the Command-Line Client
        • Install
        • Usage
        • @@ -257,7 +258,7 @@

          Example - + diff --git a/server/latest/user_manual/fr/desktop/configfile.html b/server/latest/user_manual/fr/desktop/configfile.html index e5d7310baa6..9c999ced849 100644 --- a/server/latest/user_manual/fr/desktop/configfile.html +++ b/server/latest/user_manual/fr/desktop/configfile.html @@ -84,6 +84,7 @@
        • Installation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/conflicts.html b/server/latest/user_manual/fr/desktop/conflicts.html index 9100d5e248a..c9634c03e12 100644 --- a/server/latest/user_manual/fr/desktop/conflicts.html +++ b/server/latest/user_manual/fr/desktop/conflicts.html @@ -84,6 +84,7 @@
        • Installation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/envvars.html b/server/latest/user_manual/fr/desktop/envvars.html index 4123adcac62..709dcbe971f 100644 --- a/server/latest/user_manual/fr/desktop/envvars.html +++ b/server/latest/user_manual/fr/desktop/envvars.html @@ -84,6 +84,7 @@
        • Installation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/faq.html b/server/latest/user_manual/fr/desktop/faq.html index cde80f5fb91..63a966d68e9 100644 --- a/server/latest/user_manual/fr/desktop/faq.html +++ b/server/latest/user_manual/fr/desktop/faq.html @@ -84,6 +84,7 @@
        • Installation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/index.html b/server/latest/user_manual/fr/desktop/index.html index 51902c271d3..eabbca6222b 100644 --- a/server/latest/user_manual/fr/desktop/index.html +++ b/server/latest/user_manual/fr/desktop/index.html @@ -84,6 +84,7 @@
        • Installation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -133,6 +134,7 @@

          Desktop ClientInstallation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/installation.html b/server/latest/user_manual/fr/desktop/installation.html index ea91762e975..28da94ef5a9 100644 --- a/server/latest/user_manual/fr/desktop/installation.html +++ b/server/latest/user_manual/fr/desktop/installation.html @@ -92,6 +92,7 @@
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/macosfileprovider.html b/server/latest/user_manual/fr/desktop/macosfileprovider.html new file mode 100644 index 00000000000..127aff0182d --- /dev/null +++ b/server/latest/user_manual/fr/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
          +
          +
          ☁️ Versions
          + +
          + + 35 (latest) + +
          + +
          + + 34 (stable) + +
          + +
          + + 33 + +
          + +
          + + 32 + +
          + +
          +
          +
          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/fr/desktop/macosvfs.html b/server/latest/user_manual/fr/desktop/macosvfs.html index 6883f51aa26..497d7f7af97 100644 --- a/server/latest/user_manual/fr/desktop/macosvfs.html +++ b/server/latest/user_manual/fr/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - -
          - -
          - -
          -
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - -
          -
          -
          ☁️ Versions
          - -
          - - 35 (latest) - -
          - -
          - - 34 (stable) - -
          - -
          - - 33 - -
          - -
          - - 32 - -
          - -
          -
          -
          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/fr/desktop/options.html b/server/latest/user_manual/fr/desktop/options.html index d39e0ca6a79..b437a41a648 100644 --- a/server/latest/user_manual/fr/desktop/options.html +++ b/server/latest/user_manual/fr/desktop/options.html @@ -84,6 +84,7 @@
        • Installation
        • Désinstallation
        • Using the Synchronization Client
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/fr/desktop/uninstallation.html b/server/latest/user_manual/fr/desktop/uninstallation.html index b3ac878c741..979aa349376 100644 --- a/server/latest/user_manual/fr/desktop/uninstallation.html +++ b/server/latest/user_manual/fr/desktop/uninstallation.html @@ -92,6 +92,7 @@

      539. Using the Synchronization Client
      540. +
      541. Using the macOS File Provider
      542. Using the Command-Line Client
      543. Command-Line Options
      544. Configuration File
      545. diff --git a/server/latest/user_manual/fr/desktop/updatechannel.html b/server/latest/user_manual/fr/desktop/updatechannel.html index 643b2667910..3cc6628aeb1 100644 --- a/server/latest/user_manual/fr/desktop/updatechannel.html +++ b/server/latest/user_manual/fr/desktop/updatechannel.html @@ -84,6 +84,7 @@
      546. Installation
      547. Désinstallation
      548. Using the Synchronization Client
      549. +
      550. Using the macOS File Provider
      551. Using the Command-Line Client
      552. Command-Line Options
      553. Configuration File
      554. diff --git a/server/latest/user_manual/fr/desktop/usage.html b/server/latest/user_manual/fr/desktop/usage.html index 6cc83031c2b..ab7cfeb728c 100644 --- a/server/latest/user_manual/fr/desktop/usage.html +++ b/server/latest/user_manual/fr/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
      555. General Window
      556. Using the Network Window
      557. Using the Ignored Files Editor
      558. -
      559. Virtual Files on macOS -
      560. +
      561. Using the macOS File Provider
      562. Using the Command-Line Client
      563. Command-Line Options
      564. Configuration File
      565. @@ -383,15 +380,6 @@

        Using the Network Window -

        Virtual Files on macOS

        -

        For information about using virtual files integration on macOS, see:

        - - @@ -399,7 +387,7 @@

        Virtual Files on macOS

      Votre calendrier sera désormais visible dans l’application Calendrier.

      @@ -173,7 +173,7 @@

      Contactsexample.com/remote.php/dav/principals/users/username/ (replace example.com and username).

      +
    3. Pour le serveur, renseignez le nom de domaine et le chemin de votre serveur, i.e., example.com/remote.php/dav/principals/users/username/ (remplacer les valeurs example.com and username).

    4. Saisir votre nom d’utilisateur et le mot de passe.

    5. Sélectionner Suivant.

    @@ -186,7 +186,7 @@

    ContactsNote

    If you select CalDAV only calendar syncing will be made available.

    -

    Si cela ne fonctionne toujours pas, regardez dans Dépannage des contacts et calendriers ou Dépannage de la découverte de service.

    +

    Si cela ne fonctionne toujours pas, regardez dans Dépannage des contacts et calendriers ou Dépannage de la découverte de service.

    diff --git a/server/latest/user_manual/fr/groupware/sync_windows10.html b/server/latest/user_manual/fr/groupware/sync_windows10.html index d6ef275fbe9..ac7c647c253 100644 --- a/server/latest/user_manual/fr/groupware/sync_windows10.html +++ b/server/latest/user_manual/fr/groupware/sync_windows10.html @@ -138,7 +138,7 @@

    Synchronisation avec Windows 10

    Agenda

      -
    1. In your browser, navigate to the Nextcloud Calendar app. Under « Calendar settings », copy the address using « Copy iOS/macOS CalDAV address » into your clipboard.

    2. +
    3. Dans votre navigateur, accédez à l’application Agenda de Nextcloud. Dans la section « Paramètres de l’agenda », copiez dans votre presse-papiers la valeur indiquée par « Copier l’adresse CalDAV iOS/macOS » .

    4. Lancer l’application Calendrier de Windows 10. Puis, cliquez sur l’icône des paramètres (engrenage) et sélectionnez « Gérer les comptes ».

    5. Cliquez sur « Ajouter un compte » et sélectionnez « iCloud »

    6. Entrez une adresse mail, un nom d’utilisateur et un mot de passe. Ces informations n’ont pas besoin d’être valides, elles seront modifiées par la suite.

    7. diff --git a/server/latest/user_manual/fr/objects.inv b/server/latest/user_manual/fr/objects.inv index ccbc2734b59..350c1ce6103 100644 Binary files a/server/latest/user_manual/fr/objects.inv and b/server/latest/user_manual/fr/objects.inv differ diff --git a/server/latest/user_manual/fr/searchindex.js b/server/latest/user_manual/fr/searchindex.js index e02136c5bd3..beef4a5c27d 100644 --- a/server/latest/user_manual/fr/searchindex.js +++ b/server/latest/user_manual/fr/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Acc\u00e8s aux fichiers Nextcloud avec WebDAV": [[20, null]], "Acc\u00e8s universel": [[80, null]], "Acc\u00e9der aux fichiers avec Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acc\u00e9der aux fichiers avec WinSCP": [[20, "accessing-files-using-winscp"]], "Acc\u00e9der aux fichiers en utilisant cURL": [[20, "accessing-files-using-curl"]], "Acc\u00e9der aux fichiers sous Linux": [[20, "accessing-files-using-linux"]], "Acc\u00e9der aux fichiers sous Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Acc\u00e9der aux fichiers sous macOS": [[20, "accessing-files-using-macos"]], "Acc\u00e9der aux partages publics avec WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acc\u00e9der \u00e0 vos fichiers": [[22, null]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Affecter des salles et des ressources \u00e0 un \u00e9v\u00e9nement": [[41, "assign-rooms-and-resources-to-an-event"]], "Agenda": [[51, "calendar"]], "Agenda des anniversaires": [[41, "birthday-calendar"]], "Agendas": [[50, "calendars"]], "Agendas partag\u00e9s": [[41, "sharing-calendars"]], "Ajout d\u2019un partage public \u00e0 votre Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Ajouter des contacts": [[42, "adding-contacts"]], "Ajouter des contacts manuellement": [[42, "adding-contacts-manually"]], "Ajouter des options de r\u00e9currence": [[41, "add-recurring-options"]], "Ajouter des pi\u00e8ces jointes aux \u00e9v\u00e9nements": [[41, "add-attachments-to-events"]], "Ajouter et g\u00e9rer les carnet d\u2019adresses": [[42, "adding-and-managing-address-books"]], "Ajouter une conversation Talk": [[41, "add-talk-conversation"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: utiliser l\u2019extension CardBook (Contacts seulement)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anomalies connues": [[20, "known-issues"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Autres avec acc\u00e8s": [[35, "others-with-access"]], "Avec l\u2019application mobile Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendrier": [[47, "calendar"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cas des syst\u00e8mes sous Linux": [[7, "linux"]], "Cas des syst\u00e8mes sous macOS": [[7, "macos"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Changer le mot de passe de la clef priv\u00e9e": [[26, "change-private-key-password"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Clients WebDAV tiers": [[20, "third-party-webdav-clients"]], "Clients officiels Nextcloud pour ordinateurs et mobiles": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Comment enlever la fonctionnalit\u00e9 de chiffrement ?": [[26, "how-can-encryption-be-disabled"]], "Comment l\u2019application de fichiers supprim\u00e9s g\u00e8re l\u2019espace de stockage": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Comment planifier dans l\u2019agenda": [[59, "schedule-from-calendar"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configuration de l\u2019authentification \u00e0 deux facteurs": [[81, "configuring-two-factor-authentication"]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configurer les rappels": [[41, "set-up-reminders"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflits": [[10, null]], "Conflits de t\u00e9l\u00e9versement (exp\u00e9rimental)": [[10, "uploading-conflicts-experimental"]], "Connecter des lecteurs r\u00e9seaux avec Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Connecter un lecteur r\u00e9seau en ligne de commande": [[20, "mapping-drives-with-the-command-line"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consid\u00e9rations": [[81, "considerations"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Agenda": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Contr\u00f4le de version": [[39, null]], "Contr\u00f4les de fichiers": [[21, "file-controls"]], "Conversations": [[68, null], [69, null]], "Corbeille": [[41, "trash-bin"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cr\u00e9ation de messages d\u2019absence": [[40, null]], "Cr\u00e9er la configuration des rendez-vous.": [[41, "creating-an-appointment-configuration"]], "Cr\u00e9er un nouvel agenda": [[41, "create-a-new-calendar"]], "Cr\u00e9er un nouvel \u00e9v\u00e8nement": [[41, "create-a-new-event"]], "Cr\u00e9er un point de montage WebDAV en ligne de commande Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Cr\u00e9er une salle de discussion pour les rendez-vous r\u00e9serv\u00e9s": [[41, "create-talk-room-for-booked-appointments"]], "Cr\u00e9er une \u00e9quipe": [[42, "create-a-team"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Disponibilit\u00e9 de la salle": [[41, "room-availability"]], "Disponibilit\u00e9s (Heures de bureau)": [[41, "availability-working-hours"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "D\u00e9finir vos pr\u00e9f\u00e9rences": [[82, null]], "D\u00e9placement de fichiers": [[21, "moving-files"]], "D\u00e9sactiver les mises \u00e0 jour automatiques": [[7, "preventing-automatic-updates"]], "D\u00e9sactiver les mises \u00e0 jour automatiques dans les environnements Linux administr\u00e9s": [[7, "preventing-automatic-updates-in-linux-environments"]], "D\u00e9sactiver les mises \u00e0 jour automatiques en environnement Windows administr\u00e9": [[7, "preventing-automatic-updates-in-windows-environments"]], "D\u00e9sinstallation": [[17, null]], "Edit tags": [[44, "edit-tags"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Est-ce que le chiffrement peut \u00eatre d\u00e9sactiv\u00e9 sans le mot de passe de l\u2019utilisateur ?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Est-il possible de d\u00e9sactiver le chiffrement avec la clef de r\u00e9cup\u00e9ration ?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Est-il pr\u00e9vu d\u2019activer le chiffrement \u00e0 la prochaine connexion de l\u2019utilisateur ou en temps que t\u00e2che de fond ?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Exemple": [[10, "example"]], "FAQ": [[12, null]], "Faire des t\u00e9l\u00e9versements anonymes": [[29, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Fichiers & synchronisation": [[30, null]], "Fichiers et notifications": [[45, "files-and-notifications"]], "Fichiers qui ne sont pas chiffr\u00e9s": [[26, "files-not-encrypted"]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "Gestion de vos agendas": [[41, "managing-your-calendars"]], "Gestion des appareils": [[54, "managing-devices"]], "Gestion des navigateurs et des appareils li\u00e9s": [[54, null]], "Gestion des navigateurs li\u00e9s": [[54, "managing-connected-browsers"]], "Gestionnaire de fichiers Nautilus": [[20, "nautilus-file-manager"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "G\u00e9rer le cr\u00e9neau r\u00e9serv\u00e9": [[41, "working-with-the-booked-appointment"]], "G\u00e9rer les fichiers supprim\u00e9s": [[24, null]], "G\u00e9rer les \u00e9v\u00e8nements": [[41, "managing-events"]], "G\u00e9rer vos fichiers": [[32, null]], "How the \u00ab\u00a0Edit locally\u00a0\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ic\u00f4nes d\u2019\u00e9tat des partages": [[21, "sharing-status-icons"]], "Image de contact": [[42, "contact-picture"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importer des contacts": [[42, "importing-virtual-contacts"]], "Importer un agenda": [[41, "import-a-calendar"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Instructions g\u00e9n\u00e9rales": [[17, "general-instructions"]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Int\u00e9gration de l\u2019agenda dans Talk": [[59, null]], "Inviter des participants \u00e0 un \u00e9v\u00e8nement": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Lecteur vid\u00e9o": [[21, "video-player"]], "Les clients sur mobile": [[25, "mobile-clients"]], "Les navigateurs Web support\u00e9s sont:": [[83, "web-browser-requirements"]], "Les quotas": [[24, "quotas"]], "Linux": [[17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u2019agent de mise \u00e0 jour automatique": [[7, null]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Manuel utilisateur de Nextcloud 35 : Introduction": [[53, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Mettre en place votre propre d\u00e9p\u00f4t de fichiers": [[29, "setting-up-your-own-file-drop"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Modifier ou supprimer des informations sur un contact": [[42, "edit-or-remove-contact-information"]], "Modifier, dupliquer ou supprimer un \u00e9v\u00e8nement": [[41, "edit-duplicate-or-delete-an-event"]], "Mot de passe de cl\u00e9 de r\u00e9cup\u00e9ration": [[26, "recovery-key-password"]], "Mots de passe d\u2019application et modifications de mots de passe": [[54, "device-specific-passwords-and-password-changes"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "M\u00e9thode recommand\u00e9e": [[50, "recommended-method"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Naviguer avec le clavier": [[80, "navigating-via-keyboard"]], "Nomer une version": [[39, "naming-a-version"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Options d\u2019\u00e9quipe": [[42, "team-options"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Param\u00e9trer vos Comptes": [[49, "setup-your-accounts"]], "Partage & Collaboration": [[23, null]], "Partage de fichiers chiffr\u00e9s": [[26, "sharing-encrypted-files"]], "Partage de liens publics": [[35, "public-link-shares"]], "Partage interne entre utilisateurs et groupes": [[35, "internal-shares-with-users-and-groups"]], "Partager vos donn\u00e9es dans le carnet d\u2019adresses global": [[82, "sharing-your-data-in-the-global-address-book"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Priority inbox": [[44, "priority-inbox"]], "Probl\u00e8me": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Probl\u00e8mes connus": [[20, "known-problems"]], "Processus de base": [[7, "basic-workflow"]], "Proposals": [[41, "proposals"]], "Pr\u00e9visualisation des fichiers": [[21, "previewing-files"]], "Publier un agenda": [[41, "publishing-a-calendar"]], "Que se passe-t-il lorsque des fichiers partag\u00e9s sont supprim\u00e9s?": [[24, "what-happens-when-shared-files-are-deleted"]], "Questions r\u00e9currentes sur le chiffrement": [[26, "encryption-faq"]], "Quick actions": [[44, "quick-actions"]], "Quota de stockage utilisable": [[33, null]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recherche unifi\u00e9e": [[83, "unified-search"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Rendez-vous": [[41, "appointments"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Restreignez qui peut voir les donn\u00e9es de votre profil": [[82, "restrict-who-can-see-your-profile-data"]], "Running a task": [[1, "running-a-task"]], "R\u00e9pondre aux invitations": [[41, "responding-to-invitations"]], "R\u00e9ponse": [[20, "answer"]], "R\u00e9server un rendez-vous": [[41, "booking-an-appointment"]], "R\u00e9solution de probl\u00e8mes": [[49, "troubleshooting"]], "R\u00e9sum\u00e9": [[10, "overview"]], "R\u00e9unions et \u00e9v\u00e8nements": [[59, "meetings-and-events"]], "R\u00f4les d\u2019\u00e9quipe": [[42, "team-roles"]], "Sans l\u2019application mobile Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Se connecter avec une authentification \u00e0 deux facteurs": [[81, "logging-in-with-two-factor-authentication"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Statut utilisateur automatis\u00e9": [[41, "automated-user-status"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Supprimer une version": [[39, "deleting-a-version"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronisation avec Android": [[45, null]], "Synchronisation avec Contact de KDE": [[48, null]], "Synchronisation avec Windows 10": [[51, null]], "Synchronisation avec iOS": [[47, null]], "Synchronisation avec le bureau GNOME": [[46, null]], "Synchronisation sur bureau et sur mobile": [[25, null]], "Synchroniser avec Thunderbird": [[50, null]], "Synchroniser avec macOS": [[49, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "S\u00e9curit\u00e9 & chiffrement": [[34, null]], "S\u00e9lection de fichiers ou de dossiers": [[21, "selecting-files-or-folders"]], "S\u2019abonner \u00e0 un agenda": [[41, "subscribe-to-a-calendar"]], "S\u2019abonner \u00e0 un calendrier de vacances": [[41, "subscribe-to-a-holiday-calendar"]], "Table des mati\u00e8res": [[6, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Th\u00e8mes inclus": [[80, "included-themes"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Transparence de l\u2019agenda": [[41, "calendar-transparency"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "T\u00e9l\u00e9versement de gros fichiers": [[31, null]], "T\u00e9l\u00e9verser des fichiers": [[29, "uploading-files"]], "Unified search": [[44, "unified-search"]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Utilisation de la double authentification avec des jetons physiques": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Utilisation de l\u2019application Contacts": [[42, null]], "Utilisation de l\u2019authentification \u00e0 deux facteurs": [[81, null]], "Utilisation du chiffrement": [[26, "using-encryption"]], "Utilisation d\u2019applications client avec une authentification \u00e0 deux facteurs": [[81, "using-client-applications-with-two-factor-authentication"]], "Utiliser l\u2019application Agenda": [[41, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "V\u00e9rification des disponibilit\u00e9s des participants": [[41, "checking-attendees-busy-times"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget Agenda": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom et r\u00e9activit\u00e9": [[80, "zoom-and-responsiveness"]], "macOS": [[17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00c9diter, exporter ou supprimer un Calendrier": [[41, "edit-export-or-delete-a-calendar"]], "\u00c9l\u00e9ments partag\u00e9s": [[42, "shared-items"]], "\u00c9quipes": [[42, "teams"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 41, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 7, 9, 11, 31, 36, 39, 41, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 35, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "AI": [6, 66], "As": [0, 19, 41, 48, 56, 77], "Au": 59, "Avec": [20, 35], "C": [12, 20, 41, 80], "Ce": [41, 46], "Ces": [26, 33, 40, 41, 51, 82], "Cet": [7, 20], "Cette": [17, 20, 26, 35, 41, 42], "De": [24, 26, 41, 46], "Des": [7, 41], "Due": 15, "Elle": 41, "En": [7, 17, 20, 35, 41, 42, 54, 80, 81, 82], "Et": 80, "Il": [7, 10, 17, 20, 24, 26, 33, 41, 45, 59, 80], "Ils": 41, "L": [6, 10, 13, 14, 20, 24, 26, 29, 37, 40, 41, 42, 59, 80, 81], "La": [7, 20, 24, 26, 31, 33, 35, 37, 39, 41, 42, 50, 80], "Le": [7, 10, 20, 24, 26, 28, 35, 37, 39, 41, 42, 46, 80], "Les": [6, 7, 20, 26, 33, 35, 39, 41, 42, 46, 49, 81, 82], "M": [60, 72, 80], "MS": 74, "Mais": 24, "Mon": 20, "Ne": 41, "Nous": [43, 80], "On": [7, 9, 14, 15, 17, 19, 44], "Par": [10, 17, 20, 24, 31, 41, 47, 48, 80, 81], "Pour": [7, 10, 17, 20, 24, 25, 26, 28, 35, 39, 41, 42, 45, 47, 53, 80, 82], "Quel": 17, "S": [9, 50, 80], "Se": [6, 20], "See": [1, 12, 14, 19, 21, 25, 74, 81], "Soit": 45, "Son": [25, 26], "Sur": [20, 41, 50], "T": 20, "Tue": 20, "Un": [26, 35, 37, 41, 51, 53], "Une": [7, 20, 26, 41, 42, 59], "Vos": [41, 42], "Vous": [17, 20, 21, 26, 28, 29, 35, 39, 41, 42, 43, 47, 48, 51, 53, 59, 80, 81, 82], "Y": 20, "_": [8, 20, 26, 37, 53], "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 24, 25, 26, 27, 29, 33, 36, 37, 39, 45, 49, 50, 51, 53, 54, 55, 57, 58, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ability": [12, 44], "able": [12, 19, 27, 36, 41, 42, 44, 56, 58, 80, 81, 82], "abon": [45, 50], "abord": 41, "abort": 11, "aborted": 11, "about": [0, 5, 15, 19, 21, 41, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": [6, 41, 43, 44, 69], "acced": [6, 21, 26, 30, 41, 42, 50, 80, 82], "accelerat": 15, "accept": [31, 35, 37, 41, 44, 70], "acceptent": 37, "accepting": 73, "acces": [6, 22, 26, 30, 31, 41, 45, 81], "access": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 35, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 80, 83], "accessed": [15, 74], "accessibil": 80, "accessibility": [80, 83], "accessibl": [1, 5, 26, 35, 39, 41, 59, 69, 76], "accessibly": 5, "accessing": [22, 30, 69], "accidentel": 41, "accord": 45, "according": [19, 44], "accordingly": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 42, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "across": [15, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [20, 28, 29, 33, 35, 40, 41, 42, 44, 51, 59, 65, 80, 82], "activat": [42, 80], "activit": 19, "activity": [6, 9, 12, 14, 19, 54, 83], "actual": 15, "actualis": [20, 48], "actuel": [20, 41, 42], "ad": 69, "adapt": [41, 80], "add": [1, 2, 5, 12, 19, 20, 27, 28, 35, 36, 38, 47, 48, 49, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 41, 42, 44, 82], "addflag": 44, "adding": [20, 44, 69], "addit": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 56, 60, 66, 69, 76], "additionally": 69, "address": [8, 9, 27, 42, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": 44, "adiministr": 26, "adjust": [9, 19, 20, 82], "adjusted": [11, 15], "adjusting": 12, "admin": [14, 24, 36, 42, 44], "admin_manual": [26, 37], "administr": [1, 13, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 41, 57, 62, 64, 69, 74, 80, 82], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 42, 44, 57, 60, 62, 66, 70, 74, 81, 82], "adminsitr": 41, "adminstr": 41, "adress": [6, 20, 28, 41, 45, 47, 49, 50, 51], "advanced": [14, 41, 51], "advantag": 12, "advis": 14, "affect": 4, "affected": [0, 44], "affecting": 44, "affich": [7, 10, 20, 37, 41, 42, 46, 59, 81], "affichag": [41, 42], "afin": [7, 10, 35, 42, 48], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 44, 45, 57, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 44, 54, 63, 72, 81], "against": [12, 18], "age": 24, "agend": [6, 33, 43, 44, 47, 48, 57, 68, 73], "agent": [6, 13, 14], "aggregat": 42, "agit": [7, 20, 24], "ago": 0, "aid": [20, 41, 45, 53, 80], "ailleur": 41, "aim": 80, "ains": [10, 28, 35, 41, 42, 46, 50, 59, 80], "airplan": 57, "ajout": [7, 20, 24, 26, 28, 40, 44, 46, 47, 48, 50, 51, 81], "ajust": 39, "alert": 20, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 19, 21, 26, 27, 36, 41, 42, 54, 56, 57, 58, 60, 62, 64, 65, 66, 69, 76, 82, 83], "aller": 20, "allez": [20, 28, 35, 45, 50], "allong": 48, "allou": 24, "allow": [12, 15, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 79, 80, 82], "allowed": [8, 15, 20, 60, 62], "allowing": [0, 41, 44, 75], "alma": 14, "almost": 81, "along": [8, 52], "alor": [7, 26, 28, 33, 41], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 19, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [20, 29], "alternatively": [2, 12, 14, 60], "alway": [15, 19, 25, 41, 42, 44, 50, 69, 81], "al\u00e9atoir": 35, "amazon": [20, 27], "amis": 41, "amount": 12, "an": [0, 2, 8, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 48, 54, 56, 57, 60, 63, 69, 73, 74, 76, 80], "analyzed": 44, "ancien": [20, 24, 26, 33, 39, 41, 45], "and": [0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 41, 42, 46, 47, 48, 49, 51, 52, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "annul": [35, 41], "ann\u00e9": 41, "anonym": [20, 23, 30], "anonymous": [29, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "any": [0, 1, 8, 14, 15, 19, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyon": [66, 82], "anything": [12, 26], "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 15, 19, 20, 21, 26, 29, 36, 38, 39, 41, 42, 43, 45, 48, 49, 51, 52, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "apparaissent": [42, 82], "appara\u00eet": [20, 29], "appara\u00eetr": [20, 41, 42, 51, 59], "appara\u00eetront": 41, "appareil": [6, 20, 41, 45, 81], "apparent": 51, "appdat": [9, 17], "appear": [0, 2, 15, 19, 21, 27, 36, 41, 42, 44, 64, 66, 68, 69, 70, 73, 83], "appearing": 27, "appel": [41, 80], "appimag": [12, 14, 17], "appimagelaunch": 12, "apple": [15, 20, 41, 49, 83], "appli": [42, 69], "applied": [19, 36, 44], "appliqu": [6, 7, 14, 16, 17, 19, 20, 26, 27, 33, 40, 43, 46, 47, 48, 49, 50, 51, 53, 59, 60, 63, 72, 80, 82], "apply": [15, 36, 44], "appointment": [44, 52], "apport": 10, "apprendr": 42, "appropri": [20, 31, 51], "appropriat": 76, "approximately": 9, "appui": [28, 45, 46], "apres": [20, 39, 41, 45, 47, 48, 59], "apt": [17, 20], "arbitrair": 20, "arbitrary": 19, "arborescent": [20, 26], "arch": 8, "archiv": [8, 14, 21], "archived": 69, "are": [0, 1, 4, 8, 9, 11, 14, 15, 16, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "around": 36, "arrier": [7, 48], "arriv": [20, 44], "arrow": [15, 66, 72, 80], "articl": 20, "artificial": 1, "ask": [9, 19, 27, 44, 45, 62, 66], "assign": [36, 58, 69], "assigned": [36, 44, 58], "assigning": 21, "assignment": 58, "assist": [6, 66, 80], "associ": 17, "associated": 19, "assuming": 15, "assur": [17, 20, 24, 41, 49], "assuron": 41, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 49, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "ateli": 42, "attach": 36, "attached": 44, "attachment": [29, 41, 44, 67, 73], "atteint": 41, "attempt": [14, 44, 51], "attende": [41, 52], "attendr": [26, 39], "attent": 26, "attribu": 7, "attribut": 82, "att\u00e9nu": 80, "aucun": [7, 26, 41, 47, 59], "audio": [21, 62, 72, 73], "augment": [20, 31], "auquel": 41, "aur": [10, 24, 26, 41], "auss": [20, 35, 41, 42, 46, 80], "auteur": 10, "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "authenticat": 20, "authenticator": 81, "authentif": [6, 20, 50, 51, 54, 82], "authoring": 20, "auto": [20, 42, 44, 56], "automat": [6, 13, 14, 20, 28, 35, 39, 40, 41, 47, 50, 59], "automated": [36, 57], "automatic": 15, "automatically": [5, 9, 12, 14, 15, 20, 26, 27, 39, 44, 56, 58, 62, 69], "autonom": 7, "autor": 20, "autoris": [7, 10, 20, 33, 35, 42, 81], "autosign": 49, "autr": [7, 10, 20, 24, 28, 33, 40, 41, 42, 47, 48, 50, 53, 81, 82], "avail": [0, 1, 8, 9, 11, 14, 15, 19, 20, 27, 40, 41, 42, 44, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "availability": [19, 41, 69], "avanc": [20, 47, 50, 51], "avant": [7, 17, 20, 33, 41], "avatar": [19, 20, 41, 42, 44, 69], "aven": 10, "avert": [7, 20, 26, 41], "avoid": 15, "avoir": [24, 41, 47, 49], "away": [19, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backing": 44, "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandeau": 26, "bandwidth": 19, "banned": 69, "banni": 26, "bar": [0, 1, 19, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barr": [10, 20, 28, 41, 42, 48, 80], "bas": [10, 15, 20, 26, 33, 41, 42, 45, 50, 51, 81], "based": [8, 44, 57, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "basiqu": 20, "batch": [0, 42], "batter": 48, "be": [0, 1, 2, 4, 5, 8, 9, 11, 12, 15, 19, 20, 27, 36, 37, 38, 40, 41, 42, 44, 47, 52, 56, 57, 58, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [12, 15, 19, 20, 26, 38, 44, 46], "becom": 69, "becoming": 5, "been": [8, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "beginning": [44, 80], "behalf": 44, "behav": 19, "behavior": [9, 11, 19, 69], "behind": 74, "being": [15, 19, 42, 60], "bel": 83, "belong": 42, "below": [0, 9, 11, 19, 41, 44, 65], "besid": 19, "besoin": [20, 31, 50, 51], "best": [14, 18, 41, 83], "bet": [18, 26], "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "bidirectional": 25, "bien": [20, 41], "bienvenu": 53, "big": 41, "bin": [21, 42], "binary": [8, 15], "bit": [12, 14], "bitv": 80, "blacklisted": [11, 19], "bleu": 41, "block": [41, 66], "blockquot": 66, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "board": 2, "bob": 35, "bod": 44, "boit": 41, "bold": 66, "bon": 41, "book": [42, 50, 82], "booking": 41, "bord": [27, 43], "bot": [73, 77], "both": [8, 42, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "boutiqu": 45, "bouton": [20, 28, 29, 35, 41, 42, 45, 50, 80], "box": [0, 19, 44, 51, 62], "bo\u00eet": [46, 51, 59], "breadcrumb": 21, "breakout": [73, 77], "brev": 41, "bridg": 74, "brief": [5, 56], "bring": [8, 19, 42, 72], "broadcast": 58, "brows": [0, 2, 12, 14, 20, 21, 27, 28, 38, 51, 63, 72, 81, 82, 83], "browser": [54, 83], "browsing": 21, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [12, 18], "build": [14, 18], "building": 42, "built": [14, 20, 21], "bulk": 72, "bundl": 15, "bureau": [6, 7, 10, 17, 20, 22, 30, 43, 53, 82], "business": 44, "busy": [40, 41], "but": [12, 14, 20, 35, 41, 42, 44, 66, 69, 81, 82], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "by": [0, 1, 2, 5, 8, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 28, 41, 42, 44, 50, 52, 56, 58, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "byt": [9, 11, 20], "cach": [17, 33, 35], "caj": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 45, 47, 48, 49, 51, 52, 69, 83], "calendri": [45, 46, 48, 50, 51, 59], "call": [6, 57, 58, 69, 70, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65, 82], "cam": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 42, 44, 56], "capabl": 20, "caption": [56, 76], "car": [7, 26, 41, 82], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "careful": 12, "carl": 8, "carnet": [6, 41, 45, 47, 50, 51], "carr": 20, "carry": 15, "cart": 42, "cas": [10, 12, 14, 17, 20, 26, 41, 42, 45, 59, 62, 69, 82], "catching": 19, "categor": 45, "category": 0, "caus": [19, 80], "caution": 9, "cec": [20, 26, 35, 41, 47], "cel": [7, 17, 20, 24, 26, 28, 31, 35, 41, 42, 45, 46, 47, 48, 53, 59, 80, 81], "celui": [7, 20, 26, 33, 41], "cent": 20, "centos": 20, "centr": 65, "central": 69, "cepend": [10, 26, 41], "cercl": 35, "cert": 20, "certain": [10, 11, 21, 31, 33, 35, 41, 42, 44, 48, 59, 76, 80, 82], "certif": 20, "certificat": [8, 20, 47, 49], "cess": 41, "ceux": [33, 41, 45], "cfg": [7, 9, 12, 17], "chacun": 41, "chain": 21, "challenging": 41, "champ": [20, 28, 37, 42, 47, 51], "chang": [0, 4, 8, 9, 10, 14, 15, 19, 21, 24, 25, 29, 36, 37, 40, 41, 42, 51, 54, 55, 58, 69, 72, 80, 81, 82, 83], "changed": [10, 12, 27], "changing": [12, 20, 41, 69, 82], "channel": [6, 13], "chapt": [14, 20], "chaqu": [17, 20, 24, 26, 35, 39, 41], "charact": [19, 44], "character": [19, 44], "charg": [41, 50, 81], "chart": 15, "chat": [6, 35, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatting": [66, 69], "check": [0, 12, 19, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 42, 44, 60, 62, 69], "checked": [19, 42], "checking": 9, "checklist": 69, "checkmark": 19, "chemin": [20, 48, 51], "chiffr": [6, 20, 30, 33, 35], "chip": 83, "chmod": 20, "choic": [12, 56, 64], "chois": [20, 37, 41, 45, 46, 48, 50, 59, 80, 82], "choix": [20, 37, 41], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 52, 54, 55, 58, 60, 63, 66, 72, 79, 81], "choosing": [12, 45, 56, 60], "chos": 50, "chosen": [15, 44], "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologically": 44, "chunk": [9, 11], "chunksiz": 9, "ci": [7, 17, 20, 26, 33, 41, 42, 47, 51], "cibl": [35, 37], "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circulair": 39, "circular": 42, "circumst": 9, "citrix": [9, 14], "clart": 80, "classic": [15, 55], "classif": 44, "clavi": 6, "clean": [12, 44], "clear": [16, 19, 69], "cleared": 19, "clef": 7, "clic": [7, 20, 35, 41, 48], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "clicked": 44, "clicking": [2, 14, 19, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": 51, "cliqu": [7, 10, 20, 28, 29, 35, 37, 39, 41, 42, 48, 49, 50, 51, 54, 59], "clock": [66, 81], "clos": [5, 14, 36, 41, 44, 46, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cl\u00e9": [7, 33, 49, 81], "cmd": 8, "coch": [20, 41], "cod": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "coin": 50, "coll": [41, 51], "collabor": [6, 30, 35, 41, 42, 43, 48], "collaborat": 2, "collaboratively": [2, 3], "collaps": 44, "collapsed": 19, "collect": [4, 5, 6, 20, 41], "collectively": 5, "coll\u00e8gu": 41, "color": 41, "colored": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 26, 35, 37, 41, 44, 45, 47, 48, 49, 51, 53, 70, 73], "comm": [7, 20, 24, 31, 33, 40, 41, 45, 46, 47, 48, 51, 59, 80, 81], "command": [6, 12, 13, 14, 17, 36, 73, 77], "commenc": 40, "comment": [7, 20, 33, 42, 51], "commentair": [20, 41], "commercial": 29, "communaut": 20, "communautair": 41, "communicat": 11, "communicating": 69, "communit": 3, "community": [8, 14], "compar": 10, "compatibil": 41, "compatibility": [12, 21], "compatibl": [11, 20, 27, 41, 44, 81], "complet": [1, 7, 17, 28, 41, 45, 69, 82], "completed": [14, 66], "completely": [9, 62], "complex": 41, "compli": 80, "complianc": 62, "compliqu": 24, "compl\u00e9ton": 43, "component": 19, "comport": [7, 10], "compos": [20, 48, 80], "composed": 44, "compr": [41, 59], "comprend": 35, "compromised": 26, "compt": [10, 20, 26, 33, 37, 41, 45, 46, 47, 50, 51, 81], "comptabilis": 24, "comput": [13, 20, 21, 25], "computer": 5, "concern": 10, "concomit": 41, "condit": 42, "conf": [12, 20], "confd": 16, "confianc": 20, "config": [7, 9, 17, 20, 24], "configur": [0, 6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 62, 69, 74, 77, 79, 82], "configuration_fil": [26, 37], "configured": [1, 14, 15, 19, 44, 60, 69], "configuring": [27, 45, 54], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "confirmed": 41, "confl": [10, 41], "conflictuel": 10, "conflit": [6, 13, 41], "conform": 41, "confus": 10, "cong": 40, "congratul": [2, 5], "connaiss": 81, "connect": [6, 9, 11, 12, 14, 15, 19, 21, 25, 26, 27, 28, 41, 45, 46, 49, 50, 51, 54, 74, 82], "connected": [1, 15, 19, 26, 27, 54], "connectivity": 15, "connex": 20, "connexion": [20, 45, 48, 81, 82], "connu": 45, "consent": 60, "conserv": [24, 39], "consider": [6, 12, 17, 20], "consist": 43, "consistent": 15, "consol": 20, "constat": 10, "construit": 26, "consult": [7, 33, 35, 41, 42, 46, 59], "cons\u00e9quent": [7, 47], "contact": [0, 6, 20, 27, 31, 33, 40, 41, 43, 46, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 19, 21, 39, 41, 44, 60, 72], "contained": [19, 44], "container": [9, 17], "containing": [8, 12, 19, 44], "conten": [10, 40, 42], "content": [1, 2, 5, 8, 10, 12, 15, 25, 29, 66, 69, 75, 76, 80], "contenu": [10, 20, 26, 41, 80], "context": [1, 19, 41, 44, 56], "contextuel": [7, 41], "contient": 10, "continu": [10, 19, 44, 45, 50], "continually": 12, "continued": 69, "contourn": 7, "contr": 81, "contrary": 8, "contrast": 80, "control": [20, 36, 39, 57, 60, 69, 82], "controlled": 11, "contr\u00f4l": [7, 30, 32, 33, 41], "conven": [48, 51], "convenient": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "con\u00e7u": 80, "coordon": 42, "cop": [10, 15, 20, 24], "copi": [20, 24, 41], "copied": [5, 44], "copy": [0, 12, 21, 25, 44, 51], "corbeil": [24, 26, 33, 42], "correct": [7, 20, 49, 81], "correctly": 15, "correctness": 19, "correspond": 7, "corresponding": [0, 41, 44], "correspondr": 41, "could": [27, 44], "couldn": 44, "couleur": [41, 80], "count": 70, "coup": 41, "cour": 80, "court": [40, 42], "coutur": 26, "cov": 69, "cover": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 12, 14, 15, 19, 20, 21, 25, 28, 29, 36, 39, 41, 42, 45, 51, 54, 56, 58, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 18, 19, 20, 36, 39, 40, 41, 44, 45, 58, 69, 71], "creating": [12, 19, 44, 54, 82], "creation": [19, 36, 69, 76], "credential": [27, 49, 51], "creus": 20, "cross": 42, "crypt": [20, 49], "cryptag": 47, "cr\u00e9": [10, 21, 26, 28, 33, 35, 39, 43, 45, 48, 51, 59], "cr\u00e9ation": [6, 20, 24, 41, 43], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 44, 60], "currentcontrolset": 20, "currently": [1, 15, 19, 38, 42, 58, 60, 66], "currentvers": 12, "curseur": 41, "cursor": 2, "custom": [15, 19, 44, 69, 83], "customer": 18, "customis": [60, 83], "customiz": [20, 44, 55], "cutton": 19, "cycl": 12, "cycling": 19, "c\u00f4t": [35, 37, 41, 42, 50], "daily": 18, "dan": [6, 10, 17, 20, 24, 25, 26, 28, 33, 35, 37, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 68, 73, 80], "danger": 26, "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 24, 26, 35, 38, 39, 41, 42, 43, 44, 59, 66, 69, 76, 82, 83], "dav": [20, 45, 47, 48], "davantag": 81, "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "day": [0, 11, 44, 69, 83], "daygridmonth": 41, "db": 8, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decided": 5, "deck": [43, 66], "declin": [44, 60, 70], "declining": 60, "decor": [15, 66], "decr": 41, "decrypt": [26, 38], "decrypted": 38, "dedicated": [15, 44, 45, 69], "deemed": 19, "deeply": 12, "default": [0, 4, 8, 9, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 60, 69], "defin": [19, 44], "defined": [15, 19, 42], "definit": 19, "del": [26, 41, 48, 80], "delay": 15, "delegat": [41, 44], "delegated": 44, "delet": [0, 1, 19, 21, 24, 27, 28, 36, 39, 41, 42, 58, 66, 69, 80], "deleted": [9, 21, 24, 41, 44, 69], "deleting": [9, 15, 41, 44], "demand": [20, 21, 26, 28, 31, 35, 37, 40, 41, 45, 50], "demandent": 41, "dent": 42, "deny": 54, "dep": [20, 24, 33, 39], "depend": [12, 21, 27, 41, 44, 82], "depending": [0, 19, 21, 27, 36, 44, 60, 63, 72, 80], "deployment": [14, 18], "depth": 20, "depuis": [17, 20, 24, 26, 35, 41, 45, 46, 50, 59], "derni": [7, 46], "descend": 15, "describ": 11, "described": 77, "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": [3, 44], "desired": [12, 42, 44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 18, 20, 25, 38, 63, 73], "desktopclient": [9, 17], "dessous": [17, 20, 26, 33, 42, 51], "dessus": [41, 47], "destin": [20, 21], "destinatair": [24, 28, 35], "detail": [1, 27, 36, 39, 41, 42, 44, 52, 69, 82], "detailed": 41, "detect": 15, "detected": [9, 44], "determin": 44, "deux": [6, 7, 10, 17, 42, 45, 48, 51, 54, 82], "dev": [8, 20, 26, 41, 45], "development": 18, "deven": 10, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "deviennent": 42, "devient": [24, 28], "devoir": 41, "devr": [17, 20, 26, 42, 45, 46, 47, 48, 51], "devront": 26, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 60], "dialogu": [2, 41, 46, 51, 59], "diaspor": 42, "dic": 57, "did": [12, 44, 60], "differ": 20, "different": [0, 8, 21, 41, 44, 69, 70], "differently": 19, "difficil": 35, "diff\u00e9rent": [7, 10, 20, 35, 41, 42, 81, 82], "digest": 0, "dir": 26, "direct": [20, 26, 28, 35, 41, 42, 59, 66], "directly": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 60, 62, 74, 75], "director": [8, 19, 29], "directory": [8, 12, 14, 16, 19, 25, 29], "directory_that_has_been_created": 8, "dirnam": 16, "disabl": [0, 1, 9, 19, 44, 57, 60, 62, 64, 72], "disabled": [15, 21, 42, 44], "disabling": 15, "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discovery": [9, 15], "discuss": [19, 40, 42, 44, 58, 60, 69, 76], "disk": [15, 26], "dism": 60, "dismiss": 79, "dispara\u00eetr": 41, "display": [1, 12, 15, 16, 19, 20, 21, 38, 51, 60, 66, 82], "displayed": 44, "displaying": [16, 44], "disponibil": 40, "disponibl": [7, 17, 20, 24, 26, 35, 39, 41, 42, 45, 46, 50, 82], "dispos": [7, 42, 80], "disposent": 7, "disqu": [20, 33, 41], "dist": [10, 17, 20, 26, 28, 35], "distanc": 10, "distribu": [7, 9, 14, 20, 62], "distributed": [20, 41], "distro": 12, "disturb": [19, 66, 69], "diver": 81, "divid": [58, 60], "divider": 66, "do": [0, 8, 9, 12, 14, 19, 20, 25, 26, 28, 36, 44, 54, 60, 62, 63, 65, 69, 72, 81], "doc": [26, 37], "docu": [1, 2, 5, 8, 12, 15, 21, 46, 80, 82], "document": [1, 14, 20, 24, 25, 31, 33, 35, 53, 57, 74, 80], "doesn": [20, 44, 46], "doing": [9, 44], "doit": [20, 28, 41, 42], "doivent": [7, 41, 46, 49], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 6, 7, 12, 17, 26, 33, 35, 38, 39, 40, 41, 42, 45, 53, 56, 66, 72], "donc": [10, 20, 21, 26, 41], "dont": [10, 17, 20, 24, 53], "dossi": [17, 20, 24, 26, 29, 33, 35, 37, 41, 82], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "doubl": [6, 12, 14, 50, 63], "down": [0, 12, 69, 76], "download": [11, 12, 19, 21, 25, 27, 42, 52, 56, 62, 73], "downloading": [15, 19, 21], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "driv": [20, 36], "drive_path": 20, "droid": 45, "droit": [7, 20, 35, 39, 48, 50, 80], "drop": [12, 21, 29, 35, 56], "dropdown": [27, 49, 82], "due": 12, "dur": [20, 33, 41], "durat": [9, 41, 69], "during": [19, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslex": 80, "d\u00e8s": [7, 40], "d\u00e9but": 41, "d\u00e9chiffr": [26, 33], "d\u00e9cimal": 20, "d\u00e9clench": [41, 48], "d\u00e9clin": 41, "d\u00e9connect": [26, 54], "d\u00e9connex": 20, "d\u00e9couvert": [47, 50], "d\u00e9couvr": [41, 45], "d\u00e9crivent": 7, "d\u00e9di": [20, 50], "d\u00e9faut": [10, 24, 26, 28, 31, 35, 41, 42, 48, 59, 82], "d\u00e9fil": 51, "d\u00e9fin": [6, 10, 20, 31, 35, 41, 42, 59, 81], "d\u00e9finit": [24, 33, 41], "d\u00e9j\u00e0": [31, 33, 35, 41, 45, 50, 81], "d\u00e9marr": [7, 20], "d\u00e9marrag": [7, 20], "d\u00e9mont": 20, "d\u00e9pannag": 47, "d\u00e9pend": [17, 26], "d\u00e9pendent": 82, "d\u00e9plac": [20, 24, 41], "d\u00e9ploi": 7, "d\u00e9pos": 53, "d\u00e9rang": 41, "d\u00e9roul": [20, 42], "d\u00e9sact": 26, "d\u00e9sactiv": [20, 21, 35, 41, 47], "d\u00e9sign": 40, "d\u00e9sinstall": [6, 13], "d\u00e9sirez": 41, "d\u00e9sorm": [20, 41, 46, 47], "d\u00e9tail": [20, 24, 33, 35, 37, 41, 42, 59], "d\u00e9taill": 41, "d\u00e9tect": 41, "d\u00e9termin": [41, 48], "d\u00e9tient": 41, "d\u00e9velopp": 20, "d\u00e9veloppeur": 13, "d\u00e9zoom": 80, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49, 59], "each": [0, 1, 9, 14, 16, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": 66, "easily": [5, 44, 76], "easy": [2, 5], "echo": 12, "edge": [8, 20, 83], "edit": [15, 19, 20, 21, 28, 38, 41, 56, 66, 72, 76, 83], "edited": 41, "editing": [1, 29, 44, 69, 71], "editor": [1, 2, 12, 15, 21, 41, 44, 58, 80], "effac": [17, 20, 39, 41], "effectively": 81, "effectu": [7, 42, 45, 48], "effectuent": 7, "efficac": 53, "efficient": 44, "eith": [8, 12, 19, 38, 42, 49, 60, 70, 76], "el": 41, "elapsed": 60, "element": [58, 60, 66, 80], "elles": [7, 21, 24, 41, 51], "else": [10, 14, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 60, 69, 73, 83], "embed": [2, 41], "embedded": 42, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasiz": 2, "emplac": [41, 50], "emploi": 41, "empty": [2, 21, 38, 44], "emp\u00each": 24, "enabl": [0, 1, 4, 9, 19, 25, 29, 38, 41, 42, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 19, 20, 21, 26, 27, 38, 42, 44, 45, 46, 60, 62, 64, 66, 70, 81, 82], "enabling": [15, 26, 44, 62], "encoding": 20, "encor": [26, 33, 41, 59], "encrypt": [27, 30, 34], "encryptag": 20, "encrypted": [20, 26, 38], "encryption_configur": 26, "end": [19, 26, 30, 34, 41, 44, 57, 62, 69], "endroit": 41, "enfich": 20, "enfin": [20, 41], "engaged": 41, "engrenag": 51, "enhanc": 66, "enough": 12, "enregistr": [20, 39, 41, 42, 45, 46, 51, 82], "ensembl": [42, 43], "ensuit": [7, 20, 26, 28, 48, 51], "ensur": [15, 44, 80], "enter": [1, 2, 14, 35, 41, 44, 46, 48, 51, 54, 66, 72, 80, 81], "entered": 44, "enterpris": 18, "enti": 41, "entier": [50, 80], "entir": [21, 44], "entirely": [11, 15], "entit": 42, "entrant": [35, 37, 41, 46], "entre": [10, 21, 26, 41, 42], "entrepris": [7, 53], "entrer": [28, 41, 45], "entrez": [20, 28, 35, 41, 45, 51, 81], "entri": [0, 19, 21], "entry": [0, 1, 2, 21, 42, 82], "entr\u00e9": 28, "env": 16, "environ": [10, 20, 33], "environment": [6, 8, 13], "envisag": 41, "envoi": [10, 20, 29, 41, 45], "equivalent": 16, "erasing": 12, "erreur": [20, 47, 80], "error": [11, 19, 20, 44, 45, 51], "esc": 60, "escap": 80, "espac": [33, 39, 53], "especially": 15, "esper": 26, "essai": [26, 47, 48], "essaient": 40, "essay": 10, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 51, 52, 69, 83], "every": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 76], "everything": [0, 14, 15, 18, 44, 80], "evict": 15, "evicting": 15, "evolu": 46, "ex": [20, 41, 44, 47], "exact": [21, 44], "exactly": [5, 44], "exampl": [15, 19, 20, 35, 41, 42, 44, 45, 47, 51, 57, 70, 79, 81], "exced": 24, "excellent": 29, "except": [44, 69], "exclu": [33, 39], "exclud": 19, "excluded": [12, 15], "excluding": 19, "exclus": 44, "exe": [12, 20], "execu": [1, 44], "execut": [38, 57], "executed": 44, "exempl": [17, 20, 26, 35, 41, 47, 48, 51, 80, 81], "exig": 81, "exist": [12, 20, 35, 41, 59, 69], "existing": [12, 15, 41, 42, 44], "exit": [8, 19], "expand": [19, 44], "expect": 2, "expected": [19, 44], "experient": [18, 44, 60, 83], "experimental": 9, "expir": [24, 35, 39], "explain": 20, "explanatory": 42, "explic": 62, "explicitly": [8, 27], "expliqu": 41, "expliquent": 7, "exploit": [7, 17, 20, 53], "explor": [10, 19, 53], "export": [42, 52, 56], "express": 46, "extend": [66, 69], "extens": [12, 20, 44], "extern": [26, 41], "external": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "ext\u00e9rieur": 41, "ex\u00e9cut": [20, 26], "eye": 19, "f": [12, 17, 45, 60, 72, 80, 83], "fac": 41, "facilit": [20, 80], "facing": [60, 82], "facteur": [6, 50, 51, 54, 82], "factor": [6, 45, 46], "facult": 26, "fail": 12, "failed": [12, 44], "failur": [9, 12], "fair": [7, 17, 23, 24, 28, 30, 35, 41, 42, 82], "fait": [10, 20, 26, 28, 41, 46], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fatal": 11, "faut": [26, 41], "favor": [21, 57], "favorit": [0, 21, 80], "favorited": 42, "fa\u00e7on": [17, 20, 41, 45], "feasibl": 14, "featur": [2, 9, 12, 18, 19, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73], "federated": [21, 23, 30, 70, 82], "fedor": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fen\u00eatr": [7, 10, 20, 41, 45, 50], "ferm": [20, 45, 47], "few": [62, 81], "fich": [20, 42], "fichi": [6, 7, 10, 17, 25, 28, 33, 35, 37, 39, 41, 42, 46, 53], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": [3, 6, 8, 10, 11, 13, 14, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": 37, "fileinto": 44, "filenam": [16, 19], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 27, 41, 44, 56], "filled": [15, 27, 41, 44], "filt": [21, 36, 42, 83], "filter": [0, 36, 44, 69, 76, 83], "filtered": [0, 1], "filtering": 69, "filtr": 59, "fin": [20, 28, 41, 80], "final": 41, "finalis": 42, "finaliz": 69, "find": [12, 14, 17, 19, 20, 21, 24, 25, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finding": 41, "finish": 1, "finished": [5, 50, 52], "firefox": [20, 83], "first": [12, 14, 15, 28, 38, 42, 44, 56, 60, 66, 71], "fit": 65, "fix": [14, 33], "flag": 44, "flagged": 44, "flech": [28, 39, 50], "fleeting": 19, "flexibility": 44, "flow": [9, 25, 41], "flush": 16, "flux": 82, "focus": [44, 80], "focused": [14, 55, 58, 60], "fois": [20, 24, 26, 35, 39, 41, 42, 50, 59], "fold": [0, 4, 8, 10, 11, 14, 15, 19, 21, 27, 29, 35, 36, 41], "folder": [8, 9, 14, 15, 19, 21, 25, 27, 36, 37, 38, 42, 44], "foldersync": 20, "follow": [0, 5, 9, 14, 18, 19, 80], "followed": [1, 19, 44], "following": [8, 12, 16, 19, 21, 27, 42, 44, 49, 52, 60, 82], "fonction": [17, 20, 26, 29, 33, 41, 46, 47, 48, 80, 81], "fonctionnal": [7, 20, 21, 42, 50, 82], "fond": 80, "for": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 42, 45, 47, 49, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": [9, 26], "forceloginv2": 9, "forcesyncinterval": 9, "forf": 48, "forget": 5, "form": [1, 26, 28, 35, 41, 42, 44, 45], "format": [2, 5, 9, 15, 21, 41], "formatted": 44, "formatting": 5, "formel": 42, "formulair": 28, "fort": 20, "forth": 1, "forward": [69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourn": [7, 20, 26, 31, 41], "fournisseur": [20, 26], "framework": 7, "fre": [11, 15, 20, 40, 41, 60], "freeing": 15, "from": [0, 1, 2, 8, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fr\u00e9quenc": 48, "fr\u00e9quent": 20, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 44, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38], "fun": 5, "function": [20, 81], "functionality": [20, 42], "furth": [38, 44, 82], "fuseau": 41, "futur": [1, 20, 41, 44, 60, 62], "f\u00e9der": [28, 35, 82], "g": [0, 4, 8, 19, 41, 45, 49], "galer": 26, "gard": [20, 39], "gateway": [8, 69], "gauch": [20, 41, 42, 50, 80], "gb": 11, "gen": 41, "gener": 1, "general": [7, 9, 12, 41, 77], "generat": [45, 46, 48, 54, 66, 81], "generated": [1, 44, 49, 52, 54, 66], "generic": 45, "ger": [6, 30, 51, 53, 82], "german": 80, "gestion": [6, 20, 24, 33, 39, 43, 81], "gestionnair": [7, 17, 41, 46, 50], "gestur": 63, "get": [10, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "getting": [3, 6], "gif": 66, "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 54, 60, 62], "given": [44, 60, 63], "giving": [0, 12], "glanc": 36, "glob": 41, "global": [6, 19, 76, 80], "gmbh": 7, "gmbhnextcloud": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 44, 45, 58, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "got": 18, "go\u00fbt": 80, "grand": [24, 31, 33, 53], "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "gros": [22, 30], "group": [3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82], "grouped": [0, 44, 83], "groupwar": [6, 42, 48, 52], "gr\u00e2c": [20, 26, 35], "guard": 12, "guest": [6, 56, 58, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 37, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "g\u00e9ner": [41, 81], "g\u00e9n\u00e9ral": [7, 41, 47, 81], "h": [8, 16, 20], "habituel": [7, 41], "had": 19, "halt": 44, "hand": [5, 19, 80], "handl": 12, "handled": 44, "handy": 69, "happen": [5, 15], "happened": 0, "happening": 0, "happy": 19, "hard": 12, "hardwar": 83, "has": [1, 8, 10, 12, 15, 18, 19, 20, 21, 25, 27, 33, 36, 38, 41, 44, 45, 56, 69, 72, 74, 81, 83], "hav": [1, 8, 12, 14, 15, 16, 19, 21, 25, 26, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29], "head": [20, 21, 41, 44, 58], "heading": [2, 5, 66], "hebdomadair": 41, "help": [11, 16, 18, 41, 42, 44, 57, 69, 82, 83], "helpful": 82, "her": [2, 15, 44, 66, 69, 72], "heur": [39, 59], "heurt": 26, "hid": [29, 44, 55, 72], "hidden": [4, 8, 44], "hierarchical": 2, "high": [12, 64, 80], "highlighted": [62, 76], "histor": 20, "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25], "horair": 41, "horizontal": [2, 44], "horodatag": [24, 39], "host": 9, "hour": [0, 12, 16, 69, 76], "hourly": 0, "hov": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 15, 20, 21, 33, 36, 41, 60, 81], "howev": [12, 19, 42, 44], "hr": 9, "href": 20, "html": [26, 37, 41], "http": [8, 9, 11, 12, 20, 26, 35, 37, 41, 45, 47, 48, 49, 51, 53], "httpproxy": 8, "hub": [41, 44, 69], "h\u00e9berg": 20, "h\u00e9bergeur": 53, "h\u00e9sit": 80, "h\u00f4t": 20, "i": [2, 16, 47], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "ic\u00f4n": [10, 28, 42, 45, 50, 51, 54], "ide": 69, "ideal": 79, "ideally": 54, "ident": [20, 26, 81], "identical": 44, "identif": 20, "identifi": [20, 41, 45, 60, 82], "identify": [15, 19, 54], "identity": 70, "id\u00e9": 10, "id\u00e9at": 42, "if": [0, 1, 4, 6, 9, 11, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "ifram": 41, "ignor": [8, 19, 41], "ignored": 12, "ignoring": 19, "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immediately": [1, 12, 14, 27, 36, 54, 62, 69], "imm\u00e9diat": [10, 24, 41, 42, 53], "implement": 44, "implemented": 25, "implicit": 20, "impl\u00e9ment": 20, "impl\u00e9mentent": 20, "import": [2, 12, 15, 20, 26, 38, 44, 46, 52, 56, 69, 76, 80, 81, 83], "importing": 44, "imposed": 15, "impossibl": [20, 26], "improv": [20, 44], "improved": 20, "imput": 33, "imputent": 33, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 18, 19, 20, 21, 25, 26, 27, 28, 29, 36, 38, 39, 40, 41, 42, 45, 46, 48, 49, 50, 51, 54, 55, 57, 58, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83], "inaccessibl": 20, "inact": 59, "incap": 10, "includ": [8, 19, 21, 26, 41, 44], "including": [8, 20, 41, 44, 52, 60, 62], "incluent": 82, "inclur": 41, "inclus": [6, 50], "inclut": 42, "incoming": 44, "incorrect": [9, 19], "increas": 20, "increased": 15, "increasing": 11, "incr\u00e9ment": 41, "independent": [0, 12], "index": [12, 26, 41], "indicat": [19, 60], "indicator": [19, 21, 27, 44, 62, 69], "indiqu": [10, 20, 40, 47, 51, 59], "indispens": 7, "indisponibl": 35, "individual": [14, 19, 27, 41, 54, 72], "individually": [42, 44, 54], "individuel": [26, 40], "ind\u00e9pend": 41, "inetrdir": 7, "influenc": 11, "info": 36, "inform": [7, 8, 10, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 41, 43, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informat": 24, "informational": 19, "informed": 41, "informel": 42, "inherited": 42, "inhibit": 8, "ini": 9, "initi": [35, 37], "initial": 35, "initialis": 26, "inlin": [36, 66], "inotify": 12, "input": [1, 19, 56, 66, 80], "inscript": 41, "inser": [7, 41], "insert": [1, 2, 41, 66], "inserted": [1, 44], "inserting": 72, "insid": [21, 27, 77], "instagram": 42, "install": [6, 7, 12, 13, 17, 19, 20, 28, 35, 41, 42, 45, 48, 57, 73], "installed": [0, 1, 8, 14, 15, 19, 44, 52, 60, 74, 75, 83], "installing": 20, "instanc": [0, 6, 12, 14, 15, 20, 26, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [10, 41, 69], "instantan": [48, 59], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [7, 17, 19, 41, 46, 66, 68, 73, 74], "integrat": [12, 15, 19, 44, 57, 75, 77], "integrated": [15, 49, 73], "integrating": [67, 73], "integration_open": 44, "intelligent": [1, 15], "intentionally": 12, "interact": [8, 14], "interacted": 44, "interacting": [67, 73], "interd": 7, "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 41, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": 41, "internal": [19, 69], "internet": [20, 43, 48, 49], "interoper": 41, "interrupt": 69, "interval": [9, 12], "intervall": 41, "into": [1, 12, 14, 15, 17, 21, 25, 29, 35, 41, 42, 44, 51, 58, 60, 66], "introduced": [19, 41], "introduct": 6, "introductory": 5, "intrud": 26, "int\u00e9ress": 33, "int\u00e9rieur": [24, 41], "invalid": [8, 54], "invisibl": [19, 36, 41], "invit": [7, 20, 42, 45, 59, 72, 73], "invited": 72, "inviting": 70, "invok": 8, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 49, 51, 52, 54, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [14, 25, 44, 66], "it": [0, 1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 56, 58, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82, 83], "italicized": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "itself": [14, 20, 76], "jam": [26, 39, 41], "jaun": [10, 26], "jeton": [6, 20, 35, 41], "jeux": 42, "job": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "jour": [6, 10, 13, 14, 20, 24, 26, 28, 33, 35, 39, 41, 48, 59, 82], "journ": 41, "journali": 41, "jpg": 20, "json": 56, "judici": 10, "jump": [2, 21], "jumping": 15, "jusqu": [20, 24, 33, 39, 41, 51], "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 66, 72, 80, 81], "kaddressbook": 48, "kaddressbool": 48, "kalendar": 48, "kalendri": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keeping": 15, "kept": [15, 26, 42, 44], "key": [41, 42, 72, 83], "keyboard": [60, 72, 80], "keynot": 15, "keyring": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": 48, "korganis": 48, "korganiz": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36], "labeled": 51, "labelled": [41, 51], "laiss": 41, "lanc": [20, 45, 51], "landing": [2, 42], "langu": 82, "languag": [1, 44, 64], "larg": [19, 29, 44, 65], "last": [5, 19, 39, 44, 54, 55, 83], "lat": [1, 2, 5, 42, 44, 54, 56, 69, 72, 76], "latest": [14, 18, 25, 26, 37, 52, 83], "lat\u00e9ral": [20, 28, 35, 41, 42, 80], "launch": [12, 14, 16, 19], "launchagent": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "learned": 2, "least": [1, 39, 42], "leav": 21, "leaving": 44, "lectur": [20, 41, 80], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "lequel": 41, "lesquel": [35, 41], "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letting": 44, "lettr": 51, "level": [2, 16, 21, 26, 60, 62, 69, 80], "li": [6, 59, 81], "libr": [24, 41, 80], "library": [9, 17], "lien": [20, 28, 29, 41, 42, 59, 82], "lieu": [20, 41, 42, 59], "lign": [7, 17, 46], "lik": [5, 15, 21, 41, 42, 44, 56, 57, 60, 70, 74, 80], "likely": [19, 44], "lim": [12, 19, 69, 83], "limit": [15, 20, 24, 31, 37, 39, 41, 42], "limited": [12, 15, 69], "lin": [6, 12, 13, 14, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 35, 41, 44, 56, 66, 69, 72, 80], "linked": 28, "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listday": 41, "listed": [1, 12, 42, 60], "listening": [8, 9], "listing": [29, 57], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "liv": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "localis": 42, "locally": [9, 10, 15, 56], "locat": [8, 9, 12, 15, 19, 20, 21, 41, 44, 51, 69], "located": [4, 17, 19, 44], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 51, 54, 81, 83], "logd": 16, "logdebug": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 44, 82], "logging": [19, 29, 83], "logiciel": [17, 20, 53], "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "loin": 10, "long": [0, 1, 9, 15, 40, 42, 44, 69, 76, 81], "longu": 20, "look": [33, 38, 55, 57, 70, 77, 81, 83], "looking": 44, "loop": 12, "lor": [20, 31, 41, 51], "lorsqu": [7, 10, 20, 33, 35, 39, 40, 41, 42, 45, 46, 59], "los": [6, 38], "losing": 81, "lost": 19, "loudspeak": 60, "low": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "l\u00e0": 41, "l\u00e9gend": 41, "mac": 19, "machin": [8, 10], "macos": [6, 9, 13, 25, 42, 43, 51], "mad": [41, 47], "magasin": [20, 42], "magic": 5, "magiqu": [24, 26], "mail": [0, 6, 40, 41, 43, 45, 49, 51, 52, 59, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "maintain": 42, "maintained": 14, "mainten": [20, 29, 41, 45, 47, 48, 81], "maison": [41, 53], "maitress": 26, "major": 14, "mak": [5, 12, 25, 28, 29, 39, 58, 60, 66, 74], "making": [9, 19, 41], "malad": 40, "malencontr": 41, "manag": [5, 12, 14, 15, 20, 21, 26, 36, 41, 42, 44, 56, 57, 77], "managed": [14, 27, 44], "manager": 14, "managing": [21, 31], "mandatory": 62, "mani": [7, 20, 24, 26, 41], "mann": 8, "manqu": 21, "manual": [14, 15, 27, 36, 44, 49], "manually": [12, 44, 50, 58, 62, 79], "manuel": [6, 7, 13, 20, 24, 25, 29, 39, 45, 48], "many": [12, 41], "mapp": 20, "mappag": 20, "mapping": 20, "mark": [19, 21, 27, 44, 66], "markdown": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": 82, "marking": 44, "masqu": 35, "mastodon": 42, "mat": 20, "match": [12, 42, 44, 83], "matched": 19, "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "mat\u00e9riel": 81, "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximal": [20, 41], "maximum": [8, 9, 11, 20, 24, 41], "may": [0, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mayb": 41, "mb": [9, 11], "mdn": 21, "mean": [15, 19, 27, 41, 44, 81], "meaning": [9, 44], "meanwhil": 42, "medi": [8, 21, 42, 60, 62, 69], "meeting": [57, 69, 72, 83], "meilleur": [41, 80], "memb": [42, 69], "member": [2, 5], "membership": 42, "membr": [20, 35, 42], "memory": 1, "mention": 69, "mentioned": [57, 69, 82], "mentioning": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 35, 36, 41, 42, 44, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": [48, 80], "merc": 41, "mercred": 41, "merg": 42, "merged": 42, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "messager": 50, "mesur": 41, "met": [20, 28], "metadat": 19, "method": [27, 45, 58, 81], "mettr": 26, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "mieux": 10, "might": [9, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "millisecond": 9, "mim": 12, "min": 9, "minchunksiz": 9, "mind": 41, "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mis": [6, 10, 13, 14, 20, 28, 35, 41, 48], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "mod": [20, 42, 60, 66, 69, 80], "modal": [41, 80, 83], "model": [1, 44], "moder": [42, 69], "moderator": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [6, 7, 10, 12, 19, 20, 31, 42], "modifi": [10, 20, 21, 24, 26, 33, 37, 51, 82], "modified": [0, 21, 42], "modify": [0, 19, 42, 60], "modifying": 19, "modul": 35, "moin": 10, "mois": 41, "moment": [28, 41], "monfichi": 10, "monitor": [8, 12, 63, 72], "monitoring": 57, "monnextcloud": 48, "monochrom": 19, "mont": [20, 24, 28, 35], "montr": [10, 20, 41], "mor": [0, 2, 5, 11, 12, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morning": 0, "most": [18, 19, 41, 44, 74, 83], "mot": [6, 20, 35, 45, 47, 50, 51, 81, 82], "mount": [20, 21, 27], "mounted": 20, "mous": [2, 63, 80], "mov": [0, 20, 21, 52, 58, 80], "moved": [9, 44, 69], "movetotrash": 9, "moving": 44, "moyen": [7, 26, 41, 42, 81], "mozill": 83, "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "muted": [60, 72], "mutually": 44, "my": 2, "my_sync_fold": 8, "mycertificat": 20, "mydat": 10, "mynextcloud": 20, "m\u00e9can": 7, "m\u00e9di": 42, "m\u00e9gaoctet": 31, "m\u00e9moir": 24, "m\u00e9tadon": 33, "m\u00e9thod": [7, 20, 28, 41, 42, 47], "m\u00eam": [7, 10, 20, 33, 41, 46, 48, 50, 80], "nam": [2, 4, 5, 8, 16, 20, 21, 27, 36, 41, 42, 45, 47, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "naturally": 42, "nautilus": [19, 46], "navig": [0, 1, 6, 7, 20, 35, 36, 65, 69, 76, 80, 81], "navigat": [0, 21, 37, 44, 51, 80], "navigating": 6, "navigator": 20, "navigu": [6, 20, 35], "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": 21, "nearly": 10, "necessary": [19, 41, 54], "need": [2, 9, 12, 14, 15, 17, 20, 41, 42, 44, 46, 48, 49, 58, 64, 69, 70, 76], "needed": [11, 38, 41, 69], "needing": [15, 42], "nemo": [19, 20], "nested": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42], "netxcloud": [24, 26, 41], "nev": [38, 69], "new": [1, 2, 5, 9, 12, 15, 16, 21, 27, 36, 37, 39, 41, 42, 51, 52, 54, 56, 69, 76, 80], "newest": 44, "newly": [12, 15], "newsletter": 44, "nexcloud": [24, 25, 53], "next": [5, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "ni": 26, "nic": 5, "nick": 5, "night": 66, "nitrokey": 81, "niveau": 41, "nkujuxuj3b": 17, "no": [9, 12, 15, 19, 20, 21, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": 69, "nom": [7, 10, 20, 26, 28, 35, 37, 41, 42, 45, 47, 48, 49, 50, 51, 82], "nombr": [26, 35, 41], "nombreux": 41, "nomm": [20, 39], "non": [2, 8, 9, 10, 14, 20, 24, 26, 37, 41, 44, 49, 50, 81, 82], "normal": [9, 19, 50, 66], "normally": [26, 44], "not": [0, 2, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 35, 36, 38, 40, 41, 42, 44, 45, 49, 54, 58, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": 41, "notificationrefreshinterval": 9, "notified": [0, 69, 72, 76], "notify": [15, 60, 69], "notify_push": 15, "notr": [42, 43, 80], "nouveau": [20, 24, 26, 33, 35, 37, 39, 41, 42, 45, 48, 50, 51, 59, 82], "nouvel": [7, 20, 24, 28, 35, 39, 42, 50, 59], "now": [2, 5, 10, 14, 42, 44, 66], "ns": 20, "nuag": 28, "numb": [11, 19, 28, 41, 44, 58, 60, 69], "number": [15, 42], "n\u00e9anmoin": 7, "n\u00e9cessair": [7, 35, 37, 47, 48], "n\u00e9cessit": [10, 20, 31, 41], "object": [0, 26, 27], "objet": [35, 41], "obligatoir": 45, "obscured": 69, "observ": 14, "obten": [20, 51, 80], "obtenu": [20, 35], "oc": [20, 28], "occ": 27, "occup": [24, 41], "occupent": 33, "occur": 44, "occurred": [0, 20], "oct": 20, "oeuvr": 7, "of": [0, 1, 2, 4, 5, 8, 9, 11, 14, 15, 16, 18, 19, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 56, 57, 58, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 19, 20, 21, 35, 44, 60, 73, 80], "offert": 41, "offic": [12, 20, 21, 41, 69], "officially": 14, "offlin": [15, 19, 27], "offre": 7, "offrent": 41, "often": [0, 41], "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "onboard": [2, 3, 6], "once": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 56, 60, 66, 70, 81, 82, 83], "onglet": [20, 35, 41], "ongoing": [62, 69], "onlin": [2, 19, 46, 83], "only": [0, 2, 4, 14, 15, 19, 27, 28, 35, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 38, 41, 42, 44, 45, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [15, 19, 69], "opening": [2, 15, 16, 60], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 19, 20], "operating": [12, 20], "operator": 44, "opportunity": 12, "opt": [9, 44], "optimis": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "optional": [20, 44], "optionnel": [20, 41], "or": [0, 1, 2, 4, 5, 6, 8, 11, 12, 14, 15, 16, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 41, 42, 44, 45, 48, 49, 51, 55, 56, 58, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 42], "ordered": [44, 66], "ordin": [25, 46, 53], "org": [8, 20, 47], "organ": 42, "organis": [36, 41, 42], "organiz": [2, 3, 41, 44], "organized": [0, 76], "organizing": 5, "original": [33, 44, 64], "os": [7, 8], "other": [0, 1, 2, 4, 8, 11, 12, 14, 15, 16, 19, 21, 25, 26, 27, 29, 35, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "oui": 26, "our": [14, 15, 44, 73], "out": [5, 19, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgoing": 44, "outil": [7, 17, 43, 80, 81], "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outr": [17, 24], "outsid": [14, 36, 44, 82], "ouvertur": [46, 80], "ouvr": [7, 10, 20, 26, 37, 41, 42, 45, 46, 47, 48, 80], "over": [2, 19, 20, 27, 42, 44, 69, 76], "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 37, 42, 44], "ownership": [23, 30, 42], "o\u00f9": [7, 20, 26, 35, 41, 42, 45, 46, 59], "p": 8, "packag": [7, 8, 14, 19, 20], "pag": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pan": [12, 44], "panel": [1, 36, 44], "panneau": [20, 50], "paperclip": 56, "papi": 41, "paquet": [7, 17], "parallel": [11, 15, 19], "parameter": [20, 52], "parametr": [7, 10, 20, 24, 26, 35, 40, 41, 42, 45, 46, 47, 48, 51, 80, 82], "param\u00e9trag": [37, 41], "parcour": 20, "parent": [19, 21, 35, 42, 58], "parfois": 41, "part": [2, 5, 12, 26, 28, 40, 41, 42, 44, 47, 50, 59, 60, 69], "partag": [6, 28, 30, 33, 43, 53], "partagent": 33, "particip": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79, 80], "particular": [0, 58], "particuli": [53, 59], "party": [12, 20, 70], "pass": [6, 8, 17, 20, 35, 45, 47, 50, 51, 80, 81, 82], "passed": [8, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 42, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 19, 27, 47], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "paused": 19, "pay": 41, "pdf": 21, "peer": 2, "pem": 20, "penalty": 20, "pend": [40, 41, 42], "pending": 70, "pens": 41, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 42, 45, 60], "perd": 26, "perdr": 26, "perdu": 41, "perfectly": 18, "perform": [8, 9, 20, 42, 44, 64], "performed": 44, "period": [19, 69, 76, 83], "periodic": 27, "perm": [20, 37, 42, 45, 60, 69], "permanently": [4, 12, 15, 24, 69], "permet": [7, 20, 26, 28, 35, 41, 42, 43], "permettent": 42, "permettr": [7, 41], "permettront": 41, "permiss": [57, 60, 63], "persist": 27, "persisted": 9, "persistent": 20, "person": [10, 20, 24, 33, 35, 40, 41, 69, 82, 83], "personal": [0, 6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 52, 54, 69, 70, 76, 81, 82, 83], "personnalis": [7, 41, 80], "personnel": [20, 24, 41, 46, 50, 82], "peterstei": 12, "peu": [20, 24, 33], "peut": [6, 7, 17, 20, 24, 33, 35, 37, 41, 46, 48, 50, 51, 80, 81], "peuvent": [17, 20, 24, 35, 41, 42, 48, 80], "phon": [42, 45, 60, 69, 81, 82], "photo": [42, 69, 82], "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physiqu": [6, 20], "pi": 15, "pick": [1, 21, 29, 36, 56, 69], "picker": 6, "pictur": [5, 42, 82, 83], "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkg": 8, "plac": [1, 2, 7, 10, 20, 24, 65, 69, 83], "placed": 8, "plag": 41, "plain": [20, 21, 54], "plaisant": 42, "plan": 7, "planifi": 41, "planning": 41, "plasm": 48, "plateform": 17, "play": [21, 45, 62], "playback": 21, "pleas": [4, 41, 42, 44, 63, 82], "plein": 26, "plist": 17, "plupart": 48, "plus": [10, 20, 24, 26, 31, 33, 35, 37, 39, 41, 42, 43, 45, 50], "plusieur": [20, 35, 41, 53, 80], "plut\u00f4t": [26, 50], "point": [10, 14, 35, 41, 44, 45, 83], "pointing": [27, 44], "polic": [7, 80], "polit": 7, "poll": [9, 15], "ponctuel": 41, "pop3": 43, "popov": 80, "popular": 41, "populated": 19, "popup": 41, "port": [8, 9, 20, 44, 47, 49], "portabl": 20, "pos": [26, 80], "posit": 42, "possed": 41, "possibil": [20, 21, 35, 41], "possibility": 38, "possibl": [0, 1, 7, 10, 12, 15, 17, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": 20, "post": [51, 57], "potential": 44, "poubel": [28, 54], "pourr": [10, 20, 24, 26, 41, 48, 51, 80, 82], "pourront": [7, 26, 41], "pouv": [17, 20, 21, 26, 28, 29, 35, 39, 40, 41, 42, 47, 48, 50, 53, 54, 59, 80, 81, 82], "pouvoir": [24, 45], "powered": 1, "ppa": 8, "pratiqu": 41, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefined": [19, 44, 60], "pref": [14, 44], "preferent": [0, 9, 17, 41, 44, 45, 52], "preferred": 20, "premi": [7, 26, 39, 41, 42, 48, 81, 82], "prend": [41, 50, 81], "prendr": [41, 48], "prepar": [18, 62], "prepared": 66, "preselected": 2, "present": [21, 27, 63], "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 41, 44, 46, 60, 83], "pressing": [5, 66, 72], "preuv": 81, "prevent": [42, 82], "prevented": 69, "preview": [2, 15, 21, 44, 55, 60], "previous": [0, 1, 12, 21, 39], "previously": 44, "primary": 44, "princip": 39, "principal": [26, 41, 47, 51, 80], "pris": [33, 41, 81], "priv": [41, 48, 82], "privacy": [38, 44, 62, 83], "privat": [26, 82], "privately": 66, "pro": 81, "probabl": 20, "problem": [10, 11, 12, 26, 80, 81], "proc": 12, "proceed": 44, "process": [8, 12, 41, 44, 52], "processed": [44, 62], "processus": 39, "prochain": [7, 41], "proc\u00e9dur": 50, "produc": [9, 19, 21], "product": 43, "produir": 26, "produit": [10, 41], "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14], "programm": [7, 24, 41], "progress": [15, 19, 60], "projet": 43, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 81], "promptdeleteallfil": 9, "prompted": [14, 51, 60, 63, 72], "prop": 20, "propagat": 8, "propagated": 35, "properly": 12, "propert": 42, "propertyhandler": 12, "propertysystem": 12, "propfind": 20, "propos": [7, 41, 44, 50, 53], "proposal": 52, "proposon": 80, "propr": [7, 28, 35, 42, 53], "propriet": 20, "propri\u00e9tair": [24, 26, 33, 35, 37, 41, 42], "propstat": 20, "protect": [35, 42], "protected": 69, "protecting": 38, "proteg": [20, 26, 35, 81], "protocol": [12, 20, 27, 41, 47, 50, 74], "provid": [0, 1, 8, 12, 14, 15, 19, 20, 21, 38, 57, 64, 69], "provided": [15, 44, 69, 70], "providing": [55, 56], "provisioned": 44, "provisioning": 14, "provisoir": 41, "proxy": [8, 9, 19], "pr\u00e9cis": 41, "pr\u00e9c\u00e9dent": [41, 50, 51], "pr\u00e9d\u00e9fin": 41, "pr\u00e9fer": [7, 20, 82], "pr\u00e9ferr": 20, "pr\u00e9f\u00e9rent": [6, 45, 81], "pr\u00e9par": 41, "pr\u00e9senc": 7, "pr\u00e9sent": [35, 40, 41, 42, 54], "pr\u00e9viendr": 7, "pr\u00e9visualis": [26, 41], "pr\u00e9voi": 20, "pr\u00e9vu": 59, "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "publiqu": [35, 41], "published": 82, "puis": [20, 26, 29, 42, 50, 51], "puiss": [10, 41], "push": [0, 60, 80], "put": 69, "p\u00e9riod": [20, 24, 33, 40, 41, 59], "p\u00e9ripher": [20, 53, 81], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualif": 28, "qualit": 80, "quand": [7, 24, 26, 28, 29, 33, 40, 41, 45, 48], "quatriem": 41, "quelqu": [26, 42, 48], "question": [8, 19, 41], "quick": [2, 19, 66, 69, 76, 80], "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quitt": [17, 20], "quot": [20, 30, 32, 66, 82], "quotidien": 41, "r": [51, 60, 80], "raccourc": 80, "racin": [20, 35, 37, 41], "radio": 42, "rafraich": 41, "rafra\u00eech": 50, "rais": 80, "raised": 11, "raison": [35, 37, 40, 47], "rajout": 21, "randomly": 44, "rang": [76, 83], "ranging": 12, "rapid": 42, "rath": 20, "rattach": 82, "rayur": 41, "re": [5, 12, 21, 35, 41, 44], "reach": 69, "reached": [27, 44], "read": [0, 8, 9, 20, 26, 27, 35, 38, 41, 42, 44, 69, 82], "reader": 80, "reading": 15, "ready": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 69], "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 66, 70, 76], "received": 72, "receiving": [44, 64, 70], "recent": [0, 19, 21, 44, 83], "recently": [21, 54], "recev": [29, 41], "recevoir": 41, "recevr": [41, 81], "recevront": 41, "recheck": 27, "recherch": [6, 7, 26, 37, 41, 46], "recipient": [28, 41], "recognis": 15, "recommand": [7, 20], "recommandon": [20, 25, 31], "recommenc": 26, "recommend": [15, 44], "recommended": 20, "reconna\u00eetr": 20, "reconnect": [20, 26], "record": [0, 62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recover": 21, "recovery": 6, "red": [19, 27, 60, 62], "redd": 51, "redirected": [69, 72], "redirig": 81, "reduc": 11, "reducing": 15, "red\u00e9marr": [7, 20], "red\u00e9marrag": 20, "ref": [14, 31], "refair": 50, "referent": [18, 21, 62, 76], "reflect": 19, "reflected": 27, "refresh": 80, "refus": [35, 37, 41], "reg": 12, "regard": 47, "regardless": 56, "reged": 20, "regist": [12, 14, 45], "registered": [12, 60, 69, 78], "registering": 12, "registr": [7, 20], "registry": 12, "regl": [33, 35, 41], "regul": 62, "regular": [12, 20, 27, 36, 42, 60], "regularly": 11, "rejoign": 80, "rejoining": 69, "relanc": [20, 45], "relat": [41, 44], "related": [0, 1, 15, 41, 44, 83], "relaunch": 1, "releas": [12, 14, 18], "relev": [41, 42, 44, 76], "rel\u00e2ch": 41, "remain": [19, 44], "remaining": 11, "remarqu": 51, "rememb": 1, "remembered": 1, "remind": [41, 44], "reminder": [41, 69, 76], "remot": [8, 9, 10, 15, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 42, 44, 69, 83], "removal": 12, "removed": [19, 41, 44, 57, 69], "removing": 36, "rempl": [20, 24, 28, 41], "remplac": [20, 33, 35, 40, 41, 51], "renam": [0, 21, 36], "renamed": 44, "rencontr": [20, 41], "rend": [19, 20, 48], "rendr": [35, 41], "rendu": 7, "renomm": [24, 35], "renseign": [41, 50], "reopen": 44, "repeat": [8, 51], "repeating": 41, "repl": [57, 69, 76], "replac": [45, 47, 60, 69], "reply": [44, 66], "report": [18, 44], "repositor": 8, "repository": [8, 9], "reprend": 40, "represent": 44, "reproduc": 18, "reproducibl": 14, "reproduit": 41, "requ": 47, "request": [1, 20, 44], "requested": [20, 45], "requir": [1, 8, 62, 69, 74], "required": [8, 27, 41, 60, 64], "requiring": [38, 44, 62], "reschedul": 66, "resiz": 60, "resourc": [42, 45, 46], "resourcetyp": 20, "respect": [24, 39, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "ressembl": [35, 41], "ressourc": [20, 46, 48], "rest": [20, 25, 28, 59], "restaur": [26, 39, 41], "restor": 24, "restoring": 41, "restreign": 6, "restreint": 20, "restrict": [36, 42, 82], "restricted": 36, "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retir": [17, 20, 26, 28], "retr": 8, "retried": [11, 44], "retriev": [20, 42], "retrieved": 42, "retrouv": 48, "retry": [27, 44], "retrying": [19, 27], "return": [21, 42, 60], "revanch": 26, "revealed": 15, "reven": 48, "revert": 69, "revient": 26, "review": [1, 20, 41], "reviewed": 41, "revok": 44, "revoked": 20, "re\u00e7oit": [35, 37], "re\u00e7u": 41, "rf": 17, "rfc": 41, "rich": [1, 50], "rien": 26, "right": [1, 15, 19, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": [42, 82], "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20], "rou": 42, "rouvr": 20, "row": [21, 36, 65], "rss": 6, "rubriqu": 7, "rul": [36, 44], "run": [1, 8, 9, 20, 27, 39, 77], "running": [6, 15], "rw": 20, "r\u00e9activ": [6, 26], "r\u00e9alis": 41, "r\u00e9appara\u00eetr": 45, "r\u00e9ccurrent": 41, "r\u00e9cent": 20, "r\u00e9cuper": 41, "r\u00e9duis": 80, "r\u00e9duit": [42, 80], "r\u00e9el": 42, "r\u00e9fer": 20, "r\u00e9gion": 41, "r\u00e9glag": 47, "r\u00e9guli": 41, "r\u00e9initialis": 40, "r\u00e9par": 48, "r\u00e9percut": 35, "r\u00e9pertoir": [20, 28, 53], "r\u00e9pertor": 41, "r\u00e9pertori": 82, "r\u00e9pondeur": 40, "r\u00e9pondu": 41, "r\u00e9pons": 41, "r\u00e9seau": [35, 50], "r\u00e9solu": 10, "r\u00e9solus": 10, "r\u00e9soudr": 10, "r\u00e9tent": [24, 33], "r\u00e9union": 41, "r\u00f4l": 7, "s3": [20, 27], "sabredav": 20, "saf": [38, 69, 81], "safar": 83, "sais": [20, 28, 37, 41, 45, 47, 48, 50], "sal": 82, "sall": 42, "sam": [5, 8, 10, 14, 15, 19, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "samb": 27, "san": [20, 28, 35, 39, 41], "sauf": [20, 41], "sauv": 20, "sauvegard": [20, 41, 42, 47], "sav": [12, 15, 41, 44, 54, 56, 62, 80], "saved": [5, 27, 36, 39, 42, 44, 62], "savoir": [20, 24, 26, 33, 35], "say": 10, "scan": [12, 27], "scann": [45, 81], "scary": 5, "schannel": 51, "schedul": [14, 52, 66], "scheduled": [1, 66, 69], "schem": 12, "scop": [14, 82], "scoped": 44, "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [17, 20, 26, 44], "scripting": 20, "scroll": [20, 44, 51, 65, 66], "sc\u00e9nario": 24, "sc\u00e9narios": 10, "seamlessly": 15, "search": [2, 8, 21, 36, 42, 69, 72, 78, 80, 83], "searched": 44, "searching": [41, 44, 69, 82], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": 38, "security": [20, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 27, 28, 29, 33, 36, 40, 41, 44, 56, 58, 60, 62, 63, 69, 70, 72, 81, 82, 83], "seeing": 82, "seen": 51, "sees": 38, "sein": [42, 59], "select": [0, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 56, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selector": 66, "self": [42, 76], "selon": [20, 39, 48], "sem": 19, "semain": [39, 41, 42, 82], "send": [0, 1, 41, 44, 58, 60, 66, 70, 76, 80], "sender": 44, "sending": [29, 67, 73, 76], "sensit": 69, "sent": [0, 28, 44, 69], "separat": [0, 1, 44], "separately": [44, 49, 81], "ser": [7, 10, 20, 24, 33, 35, 41, 47, 50, 80, 81], "serv": [8, 9, 10, 11, 13, 15, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 37, 38, 46, 47, 49, 51, 54, 62, 69, 70, 78, 81, 82, 83], "server": [21, 27, 41, 70, 82], "server_address": 8, "servercert": 20, "serveur": [10, 17, 20, 21, 24, 26, 28, 35, 41, 43, 45, 47, 48, 49, 50, 51, 53, 82], "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 80], "set": [4, 9, 33, 41, 42, 44, 45, 51, 62, 64, 69, 76, 77, 82, 83], "setting": [4, 6, 9, 12, 15, 16, 20, 27, 35, 36, 37, 38, 41, 42, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 81, 82], "setup": [11, 12, 49, 51, 58, 74], "seul": [7, 20, 24, 26, 31, 35, 41, 42], "several": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "shar": [0, 2, 15, 19, 20, 23, 26, 27, 29, 30, 38, 41, 42, 56, 62, 63, 73, 76, 82], "shared": [0, 2, 3, 15, 21, 27, 28, 41, 42, 56, 62, 63, 69, 76, 82], "sharing": [0, 21, 23, 29, 30, 37, 61, 70, 73], "shel": 12, "shift": [42, 80], "short": [18, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortly": [0, 62], "should": [5, 9, 11, 14, 19, 20, 41, 44, 46, 69, 81], "show": [0, 1, 4, 9, 12, 19, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showing": [0, 4, 19, 21, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 60, 69, 83], "si": [7, 10, 17, 20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 40, 41, 42, 45, 47, 48, 50, 51, 59, 80, 81, 82], "sid": [5, 15, 19, 27, 30, 34, 38, 42, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "sign": [19, 20], "signal": [7, 80], "signatur": 44, "signif": 20, "signific": [20, 44], "significantly": 20, "silent": [8, 60], "similar": [15, 19, 41, 42], "similarly": 44, "simpl": [5, 17, 26, 27, 29, 39, 41, 42, 44], "simplified": 41, "simply": [19, 25, 44, 56, 76], "sinc": [35, 39, 44, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": [19, 43], "situ": 17, "situat": [10, 11], "siz": [9, 11, 19, 20, 31], "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 58, 60, 63], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snippet": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 80], "solely": 44, "solut": 35, "solv": [12, 81], "solved": 12, "som": [5, 9, 14, 19, 26, 27, 41, 44, 57, 69, 82], "sombr": 80, "somebody": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sort": [7, 41], "sorting": 44, "souci": 26, "souhait": [7, 20, 41, 42, 45, 50, 51], "souhaitent": 41, "soulag": 80, "sourc": [14, 20, 38, 48, 53], "sourced": 8, "sous": [17, 24, 28, 37, 45, 46], "souscr": 53, "souten": 42, "spac": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": [62, 72], "special": [15, 18, 26, 29, 51, 69], "specif": [9, 11], "specific": [0, 8, 15, 27, 41, 44, 54, 58, 66, 76, 79, 81, 83], "specifically": 12, "specified": [8, 16, 44], "specify": [8, 16, 58], "spectr": 53, "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "sp\u00e9cial": 26, "sp\u00e9cif": [17, 20, 39, 41, 42], "sp\u00e9cifi": [41, 42], "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "standard": [8, 14, 20, 80], "standardized": 15, "star": [21, 42], "starred": 21, "start": [1, 12, 38, 44, 52, 58, 62, 69, 71, 72, 76, 79], "started": [3, 6, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "startup": 19, "stat": [8, 15, 19, 44], "status": [20, 25, 27, 40, 41, 60, 69, 83], "stay": [41, 44], "stdout": 16, "step": [12, 14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stock": [20, 26], "stockag": [20, 26, 30, 32], "stockent": 33, "stolen": 81, "stop": [19, 44, 58, 62, 63, 81], "stopping": 62, "stor": [15, 19, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 39, 42, 44], "strateg": 7, "stream": [6, 62, 72], "strikethrough": 15, "string": 19, "structur": [2, 3, 21, 42], "stylo": 41, "sub": [24, 45], "subfold": 8, "subfolder": 12, "subject": 44, "subm": [1, 41], "submenu": 76, "subpag": 2, "subscrib": 76, "subscribed": 76, "subscript": 53, "subsequent": 15, "substantially": 20, "substring": 44, "succes": [7, 41, 51], "successful": [14, 27, 28], "such": [0, 1, 14, 19, 26, 27, 36, 41, 42, 44, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suff": [50, 53], "suffis": 20, "sugger": 26, "suggested": 44, "suit": [8, 40, 43, 51, 83], "suitabl": 41, "suiv": [7, 17, 20, 28, 35, 41, 45, 46, 47, 48, 50, 51, 80, 81, 82], "sujet": 41, "summariz": 1, "summarizing": 44, "summary": 57, "suppl\u00e9mentair": 41, "support": [6, 14, 15, 17, 19, 20, 39, 41, 42, 44, 46, 49, 50, 51, 53, 81], "supported": [8, 16, 21, 42, 44, 66, 74, 83], "suppress": [17, 24, 33, 41, 42], "supprim": [7, 10, 17, 20, 21, 28, 30, 32, 33, 59], "sup\u00e9rieur": [20, 50], "sure": [12, 39, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [41, 42, 44], "symbolic": [12, 19], "sync": [8, 14, 19, 20, 25, 44, 81], "synced": [12, 17, 19, 25], "synchronis": [6, 7, 10, 17, 20, 22, 41, 42, 43, 53], "synchroniz": [6, 8, 9, 11, 12, 13, 14, 15, 16, 20, 50, 51], "synchronized": [10, 13, 19], "syncing": [19, 47], "syntactical": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 53, 60, 62, 64, 70], "s\u00e9anc": 42, "s\u00e9cur": [6, 17, 20, 26, 30], "s\u00e9curis": [20, 53], "s\u00e9lect": 37, "s\u00e9lecteur": [37, 41], "s\u00e9lection": [20, 37, 41, 42, 45, 47, 49, 50, 51, 59], "s\u00e9par": [25, 41, 42], "s\u00fbr": 53, "tab": [0, 1, 12, 19, 21, 39, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabl": 66, "tableau": 43, "tach": 48, "tackled": 69, "tag": [21, 30, 32], "tagged": 0, "tagging": [36, 44], "taill": [20, 31, 33, 42, 80], "tak": [2, 9, 12, 15, 17, 28, 41, 44, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tand": 7, "tant": [20, 24, 35, 41, 59, 82], "tap": [20, 45, 47, 50, 60, 81], "tapping": 60, "tard": 50, "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "targeting": 44, "task": [0, 2, 6, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technical": 15, "technically": 14, "tel": [7, 19, 26, 41, 44, 59], "telegram": 42, "telephon": 82, "temp": [40, 41, 48], "temporair": [20, 33], "temporarily": [12, 60], "ten": 27, "tentat": [26, 44], "tentatively": 44, "terabyt": 12, "term": [1, 18, 41], "termin": [20, 29, 40, 41, 45, 51], "test": [10, 14, 20, 24, 44, 48], "tested": 12, "tester": 18, "testing": [9, 18], "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 42, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 56, 60, 66, 81], "thank": 51, "that": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 19, 21, 29, 35, 36, 38, 39, 40, 41, 42, 44, 57, 58, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17, 18, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "their": [9, 14, 15, 21, 41, 44, 51, 54, 58, 60, 69, 82], "them": [0, 4, 5, 6, 8, 9, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "themselv": [58, 64], "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 10, 19, 20, 24, 41, 42, 44, 62, 66, 69, 71, 72, 76], "therefor": 38, "thes": [14, 15, 19, 25, 41, 42, 44, 69, 81, 83], "they": [5, 8, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": 19, "think": 2, "third": [12, 20], "this": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 19, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thos": [0, 25, 42, 54], "though": [9, 12, 19], "thre": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "thread": [1, 76], "threaded": 44, "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tiendr": 41, "tient": 41, "tier": 41, "tierc": [20, 26], "til": 65, "tim": [8, 9, 10, 12, 14, 15, 19, 20, 36, 41, 44, 49, 57, 58, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": 37, "tir": 41, "titl": [2, 5, 41, 44, 56, 76], "titr": [41, 59], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 41, 46, 48, 49, 54, 72, 81], "too": [41, 44], "tool": [1, 2, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touch": [28, 46], "touchpad": 63, "toujour": [20, 41, 47, 80], "tous": [10, 17, 20, 21, 24, 26, 33, 35, 37, 41, 42, 48, 59], "tout": [7, 10, 17, 20, 26, 28, 39, 40, 41, 42, 45, 46, 48, 50, 53, 59, 80, 81, 82], "toutefois": 7, "toward": 45, "track": 0, "traduct": 53, "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transf": [20, 23, 27, 30, 42], "transfer": [20, 37, 41], "transferred": 37, "transfert": [20, 37], "transform": 50, "transifex": 53, "translat": [61, 73], "translated": [4, 64], "transmis": 20, "transparent": 26, "trash": [9, 21, 28, 42], "trashbin_retention_oblig": 24, "travail": [10, 41, 48], "travaill": 20, "traver": [26, 33, 35], "tray": [9, 14, 19], "tre": 19, "tres": [31, 42], "tri": [8, 69], "tried": 44, "trigg": [27, 44, 50], "triggered": [0, 9, 14, 44], "triggering": 44, "trois": 41, "trop": 41, "trouv": [17, 26, 37, 41, 42, 43, 47, 50, 80], "tru": [7, 16, 44], "trust": [8, 38], "trusted": [44, 82], "try": 14, "tt": 5, "tumblr": 42, "tunnel": 20, "turn": 75, "turned": 44, "turning": 9, "two": [2, 12, 19, 25, 36, 39, 42, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "typ": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 36, 42, 43, 47, 49, 57, 60, 66, 69, 80], "typical": 19, "typically": [19, 57], "typing": [2, 44, 69], "t\u00e2ch": [20, 41, 43, 45, 46], "t\u00e9l\u00e9charg": [7, 10, 20, 26, 29, 31, 33, 35, 39, 42], "t\u00e9l\u00e9phon": 81, "t\u00e9l\u00e9vers": [20, 22, 23, 30, 33, 35, 41, 42], "t\u00eat": [20, 41, 80], "t\u00f4t": 41, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "ult\u00e9rieur": [28, 50], "umount": 20, "unabl": 11, "unaffected": 11, "unauthenticated": 0, "unavail": [15, 27, 69], "unchanged": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergoing": 9, "understanding": 44, "undesired": 19, "undon": 15, "unencrypted": [26, 38], "unfocus": 80, "unfortunately": 20, "unifi": 6, "unified": [76, 83], "unifying": 5, "uninstall": 17, "uninstalling": 17, "unintended": 9, "uniqu": [20, 26, 35, 41, 42, 60, 82], "univers": 7, "universal": [12, 80], "universel": 6, "unknown": 45, "unless": [8, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unselect": 42, "unsent": 44, "unset": 44, "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsyncedfolder": 8, "unsynchronized": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "up": [9, 15, 19, 42, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [69, 83], "updat": [0, 6, 10, 13, 19, 41, 42, 44, 45], "updated": [10, 14, 41, 54, 64], "updating": [19, 44], "upload": [9, 19, 21, 27, 29, 31, 41, 60], "uploaded": [9, 11, 15, 62, 69], "uploader": 29, "uploading": 72, "upon": [44, 69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [44, 80], "usabl": 80, "usag": 83, "usager": 7, "use": [5, 8, 9, 12, 15, 16, 19, 20, 21, 26, 27, 40, 41, 45, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 19, 20, 33, 36, 38, 39, 41, 42, 44, 54, 80], "useful": [15, 21, 44, 60, 72, 82], "user": [0, 4, 8, 9, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 53, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48], "using": [1, 6, 9, 11, 13, 14, 20, 22, 23, 25, 29, 30, 34, 35, 41, 43, 45, 51, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usually": [12, 44], "usuel": 26, "utf": 20, "util": 20, "utilis": [6, 7, 10, 17, 24, 25, 28, 29, 30, 31, 32, 37, 39, 40, 43, 45, 47, 48, 49, 51, 54, 80, 82], "utilisateur1": 24, "utilisateur2": 24, "utilisateur3": 24, "utilisent": [7, 20], "utiliz": 44, "v": [60, 72, 80], "v6": 41, "va": [10, 26, 35, 53], "vacanc": 40, "valeur": [7, 20, 24], "valid": [41, 44, 50, 51], "validated": 19, "valu": [9, 11, 12, 16, 19, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "variety": 82, "various": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "ven": 59, "vent": 41, "ver": [10, 20, 24, 29, 39, 41, 50, 59, 81, 82], "verbos": 8, "verif": 69, "verify": [20, 44], "verr": [26, 28, 29, 42, 59, 81, 82], "verront": 26, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "vertical": 44, "very": [5, 12, 20, 80], "veuill": [26, 80], "veut": [26, 41], "vi": [4, 10, 15, 20, 21, 29, 31, 39, 41, 44, 45, 46, 50, 53, 59, 60, 69, 72], "vibrat": 60, "vid": [41, 42], "video": [21, 62, 63, 69, 72, 73, 80], "videos": 21, "vient": 48, "vieux": [24, 26], "view": [0, 1, 14, 27, 36, 41, 42, 44, 51, 56, 60, 63, 66, 69, 76, 80, 83], "viewed": 21, "viewer": 80, "viewing": 6, "vignet": [10, 26, 33], "virtual": [42, 82], "virtuel": 17, "vis": [25, 44], "visibil": 37, "visibility": [15, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 41, 42, 44, 46, 47, 66, 69], "visitor": 5, "vist": 20, "visualis": 42, "visualized": 15, "visuel": 80, "voi": [26, 41], "voic": 60, "voil\u00e0": 20, "voir": [6, 10, 20, 24, 35, 37, 41, 42], "volum": 8, "vot": 41, "voted": 56, "votr": [6, 7, 10, 17, 20, 21, 24, 25, 26, 28, 31, 33, 37, 40, 41, 42, 43, 45, 47, 48, 49, 50, 51, 53, 59, 80, 81], "voul": [20, 28, 35, 41, 45, 80, 82], "vouloir": [41, 48], "voulu": 41, "voyag": 41, "vpn": 20, "vu": [41, 42, 50], "v\u00e9rif": [7, 20, 24, 47], "v\u00e9rifi": [20, 41], "v\u00f4tr": 42, "wait": 18, "waiting": [1, 19, 44, 79], "want": [0, 2, 4, 5, 14, 18, 19, 26, 29, 41, 42, 44, 52, 58, 60, 66, 69, 76, 82], "warn": [12, 44], "warning": [19, 44], "was": [0, 1, 9, 39, 41, 44, 83], "watch": 12, "way": [2, 12, 15, 19, 20, 25, 38, 41, 44, 54, 56, 62], "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webinar": [73, 77], "websit": 73, "week": [0, 69], "weekly": [0, 42], "wel": [11, 14, 44, 62], "welcom": 20, "wer": [9, 41, 42, 57, 70], "what": [0, 5, 12, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "wher": [1, 5, 8, 9, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "wheth": [9, 18, 27, 41, 44, 56, 60], "which": [0, 5, 9, 12, 14, 15, 19, 20, 21, 27, 36, 39, 41, 42, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 42, 44, 56, 60, 62, 66, 71], "whit": 19, "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whol": [15, 26], "wid": [26, 36, 62, 82], "widget": [44, 83], "wik": [57, 74], "wildcard": [8, 19, 44], "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 19, 20, 25, 27, 28, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 51, 54, 56, 58, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "win": 20, "window": [6, 8, 9, 13, 15, 16, 25, 27, 29, 43, 46, 60, 63, 72], "winhttp": 20, "wish": [44, 60], "with": [0, 2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 35, 36, 40, 41, 44, 45, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 42, 44, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [15, 19, 20, 27, 36, 41, 44, 45, 54, 82], "workflow": [2, 36, 83], "working": [2, 81], "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 16, 20, 41, 69], "writabl": 42, "writing": [20, 44, 49], "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "ye": [36, 41], "year": 83, "yellow": [19, 27, 42], "yet": [14, 15, 25, 42, 46, 60, 63], "yeux": 80, "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zon": 41, "zoom": [6, 63], "\u00c0": [10, 47], "\u00c9tant": 7, "\u00e7a": [26, 41], "\u00e9chang": [41, 59], "\u00e9chec": 7, "\u00e9chel": 10, "\u00e9chhaneg": 59, "\u00e9chou": 20, "\u00e9ch\u00e9": 10, "\u00e9ch\u00e9anc": 41, "\u00e9conomis": 48, "\u00e9cran": [20, 26, 80], "\u00e9critur": [41, 80], "\u00e9dit": [20, 35, 42], "\u00e9diteur": [7, 20, 41], "\u00e9gal": [17, 20, 39, 41, 42, 46, 59, 80, 82], "\u00e9labor": 80, "\u00e9lectron": [45, 82], "\u00e9lev": [31, 80], "\u00e9l\u00e9ment": [20, 48, 80, 82], "\u00e9quip": [43, 80], "\u00e9tabl": [26, 41], "\u00e9tap": [28, 35, 45, 46, 47, 48, 50, 51], "\u00e9tat": [7, 10, 20, 40], "\u00e9tendu": 80, "\u00e9tiquet": 28, "\u00e9ven": 42, "\u00e9ventuel": [40, 41, 45], "\u00e9vit": [35, 41], "\u00eate": [10, 40, 41, 42, 82], "\u00eatre": [7, 10, 17, 20, 33, 35, 37, 41, 42, 45, 46, 48, 49, 50, 51, 80, 81]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Table des mati\u00e8res", "L\u2019agent de mise \u00e0 jour automatique", "Using the Command-Line Client", "Configuration File", "Conflits", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "D\u00e9sinstallation", "Update channels", "Using the Synchronization Client", "Acc\u00e8s aux fichiers Nextcloud avec WebDAV", "Accessing your files using the Nextcloud web interface", "Acc\u00e9der \u00e0 vos fichiers", "Partage & Collaboration", "G\u00e9rer les fichiers supprim\u00e9s", "Synchronisation sur bureau et sur mobile", "Using server-side encryption", "Using external storage", "Using federation shares", "Faire des t\u00e9l\u00e9versements anonymes", "Fichiers & synchronisation", "T\u00e9l\u00e9versement de gros fichiers", "G\u00e9rer vos fichiers", "Quota de stockage utilisable", "S\u00e9curit\u00e9 & chiffrement", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Contr\u00f4le de version", "Cr\u00e9ation de messages d\u2019absence", "Utiliser l\u2019application Agenda", "Utilisation de l\u2019application Contacts", "Groupware", "Using the Mail app", "Synchronisation avec Android", "Synchronisation avec le bureau GNOME", "Synchronisation avec iOS", "Synchronisation avec Contact de KDE", "Synchroniser avec macOS", "Synchroniser avec Thunderbird", "Synchronisation avec Windows 10", "Migrate data between instances", "Manuel utilisateur de Nextcloud 35 : Introduction", "Gestion des navigateurs et des appareils li\u00e9s", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Int\u00e9gration de l\u2019agenda dans Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Acc\u00e8s universel", "Utilisation de l\u2019authentification \u00e0 deux facteurs", "D\u00e9finir vos pr\u00e9f\u00e9rences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "AI": [1, 44], "Avec": 45, "Est": 26, "L": 7, "Les": [24, 25, 83], "On": 12, "Que": 24, "S": 41, "Se": 81, "a": [1, 12, 21, 28, 35, 38, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "abon": 41, "about": 12, "absenc": 40, "acced": [20, 22], "accepting": 70, "acces": [20, 35, 80], "access": [4, 36], "accessing": [20, 21, 27], "account": [19, 44], "action": [15, 44], "activ": 26, "activit": 0, "activity": [0, 21], "add": [41, 42, 44], "adding": [19, 27, 38], "address": 44, "administr": 7, "adress": [42, 82], "advanced": 44, "affect": 41, "agend": [41, 45, 50, 51, 59], "agent": 7, "ajout": [35, 41, 42], "ali": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 36, 44, 45, 57, 60, 64, 66, 69, 72, 79, 83], "android": 45, "anniversair": 41, "anomal": 20, "anonym": 29, "anoth": 44, "app": [0, 44, 75], "appareil": 54, "appear": 55, "appliqu": [24, 41, 42, 45, 54, 81], "archiv": 69, "are": 12, "assigning": 36, "assist": 1, "at": 42, "attachment": 56, "attempting": 12, "audio": 60, "authentif": 81, "autom": 44, "automat": 7, "automatic": 44, "automatis": 41, "autorespond": 44, "autoresponder": 44, "autr": 35, "backend": 27, "background": 60, "ban": 69, "bas": 7, "being": 12, "between": 52, "block": 44, "body": 44, "bot": 57, "breakout": [58, 60], "brows": 60, "browsing": 36, "bureau": [25, 41, 46], "by": 36, "calendar": [41, 44], "calendri": [41, 47], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "carnet": [42, 82], "cas": 7, "chang": [12, 26, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "chiffr": [26, 34], "clavi": 80, "clef": 26, "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "cl\u00e9": 26, "cod": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": [21, 24, 26, 59], "compact": [44, 55], "compos": 44, "compt": 49, "condit": 44, "configur": [9, 15, 41, 58, 81], "configuring": 19, "conflict": 15, "conflit": 10, "connect": [20, 81], "connecting": 21, "connexion": 26, "connu": 20, "connus": 20, "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 48, 50, 51], "context": 15, "continuously": 12, "controlling": 60, "contr\u00f4l": [21, 39], "convers": [41, 55, 68, 69, 76, 78], "corbeil": 41, "creat": [5, 44, 75], "creating": [21, 28, 35, 36, 41, 69, 78], "credential": 8, "credit": 51, "cr\u00e9": [20, 41, 42], "cr\u00e9ation": 40, "cr\u00e9neau": 41, "curl": 20, "cyberduck": 20, "daily": 0, "dan": [7, 59, 82], "dashboard": [44, 69, 83], "dat": 52, "deck": 75, "deep": 12, "deleg": [41, 44], "delet": 44, "desktop": [13, 19, 60], "detail": 21, "detect": [27, 44], "deux": 81, "devic": 38, "director": 12, "discuss": 41, "disk": 11, "display": 44, "displaying": 38, "disponibil": 41, "dispos": 69, "dolphin": 20, "don": 82, "dossi": 21, "doubl": 81, "download": [14, 60], "downloaded": 15, "duplicat": 42, "dupliqu": 41, "during": 60, "d\u00e9fin": 82, "d\u00e9plac": 21, "d\u00e9p\u00f4t": 29, "d\u00e9sactiv": [7, 26], "d\u00e9sinstall": 17, "e2e": 38, "edit": [12, 44], "editing": [41, 76], "editor": 19, "email": [0, 28, 72], "emoj": 66, "enabl": [12, 44], "enabling": 38, "encrypt": [26, 38], "encrypting": 38, "end": 38, "enlev": 26, "entre": 35, "envelop": 44, "environ": 7, "environment": 11, "espac": 24, "even": 12, "event": [41, 44], "everyon": 5, "exampl": 8, "exclud": 8, "exempl": 10, "expir": 69, "explor": 20, "export": 41, "exp\u00e9rimental": 10, "extens": [15, 50], "external": 27, "facteur": 81, "factor": 81, "fair": 29, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 70], "federated": [28, 35, 41], "feed": 0, "fichi": [20, 21, 22, 24, 26, 29, 30, 31, 32, 45], "fil": [0, 4, 9, 12, 15, 19, 20, 21, 27, 35, 36, 56, 71], "filt": [44, 69], "filtering": [0, 21, 44], "find": 15, "first": [2, 5], "fold": [12, 38, 44], "folder": 12, "follow": 44, "fonctionnal": 26, "fond": 26, "for": [41, 44, 77], "frequency": 0, "from": [19, 27, 44, 71, 75], "full": [60, 72], "functionality": 12, "general": 19, "ger": [24, 32, 41, 42], "gestion": [41, 54], "gestionnair": 20, "getting": 2, "global": 82, "gnom": 46, "grid": [21, 65], "gros": 31, "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "g\u00e9n\u00e9ral": 17, "hand": 60, "handling": 8, "heur": 41, "history": 1, "how": [5, 12, 44], "i": 12, "ic": 41, "icon": 19, "ic\u00f4n": 21, "if": 81, "ignored": 19, "imag": 42, "immediately": 60, "import": [41, 42], "in": [0, 12, 44, 56, 76], "inbox": 44, "inclus": 80, "indicator": 15, "info": 44, "inform": 42, "initial": 14, "inserting": 66, "install": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71], "integrating": 75, "interacting": 76, "interfac": [12, 21, 83], "intern": 35, "internal": 44, "into": 75, "introduct": [5, 53], "invit": [41, 44, 70], "ios": 47, "is": 26, "issu": 15, "it": 12, "jeton": 81, "join": [60, 72], "joining": [60, 72], "joint": 41, "jour": 7, "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "known": 15, "languag": 12, "layout": [44, 65], "lecteur": [20, 21], "level": 36, "li": 54, "lien": 35, "lign": 20, "lik": 12, "lin": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "lorsqu": 24, "los": 81, "low": 11, "macos": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "manag": [19, 58, 62], "managing": [36, 41, 42, 44, 69], "manuel": [42, 53], "mark": 42, "markdown": [4, 66], "mati": 6, "matterbridg": 74, "meeting": [41, 44], "member": 42, "mention": 44, "menu": 15, "merging": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "mettr": 29, "microsoft": 20, "migrat": 52, "minimiz": 44, "mis": 7, "mnemonic": 38, "mobil": [20, 25, 45, 60], "mod": 44, "modal": 44, "moderator": 77, "modif": 54, "modifi": [41, 42], "modified": 12, "montag": 20, "mor": 66, "mot": [26, 54], "mov": [12, 44], "multipl": 42, "my": 12, "m\u00e9thod": 50, "nativ": 44, "nautilus": 20, "navig": [54, 83], "navigating": [21, 83], "navigu": 80, "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nom": 39, "not": [12, 69], "notif": [0, 1, 41, 45, 69], "nouvel": 41, "of": [12, 55], "officiel": 20, "onboard": 5, "one": 69, "open": 78, "oper": 44, "option": [16, 41, 42], "or": [60, 72], "order": 44, "ordin": 20, "organiz": 42, "other": 72, "our": 5, "outbox": 44, "overlay": 19, "own": [5, 27], "ownership": 37, "pag": 5, "parametr": 49, "parent": 5, "partag": [20, 21, 23, 24, 26, 35, 41, 42, 82], "particip": [41, 60, 69], "pass": [24, 26, 54], "personal": 1, "peut": [26, 82], "phishing": 44, "physiqu": 81, "pick": 66, "picker": 1, "piec": 41, "pinning": 76, "plac": 29, "planifi": 59, "point": 20, "poll": 56, "possibl": 26, "priority": 44, "priv": 26, "privacy": 69, "privat": 69, "problem": [20, 49], "processus": 7, "prochain": 26, "profil": [82, 83], "progress": 41, "project": 5, "proposal": 41, "proposed": 41, "propr": 29, "pr\u00e9f\u00e9rent": 82, "pr\u00e9visualis": 21, "pr\u00e9vu": 26, "publi": 41, "public": [20, 35], "question": 26, "quick": 44, "quot": [24, 33], "rais": 60, "rappel": 41, "reaction": 60, "recherch": 83, "recipient": 44, "recommand": 50, "record": 60, "recording": 62, "recovery": [26, 81], "refresh": 44, "reliably": 12, "remind": 76, "reminder": 44, "rend": 41, "repl": 44, "replying": 66, "requir": 14, "responding": 41, "ressourc": 41, "restreign": 82, "room": [58, 60], "rss": 0, "running": 1, "r\u00e9activ": 80, "r\u00e9cuper": 26, "r\u00e9current": [26, 41], "r\u00e9pondr": 41, "r\u00e9pons": 20, "r\u00e9seau": 20, "r\u00e9serv": 41, "r\u00e9solu": 49, "r\u00e9sum": 10, "r\u00e9union": 59, "r\u00f4l": 42, "sall": 41, "san": [26, 45], "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76], "searching": 21, "second": 81, "security": 44, "self": 69, "sending": [44, 66, 70], "serv": [12, 14, 26, 44], "set": [19, 60], "setting": [0, 1, 19, 44, 72, 76, 83], "setup": 14, "seul": 50, "shar": [21, 28, 35, 72, 75], "shared": 44, "sharing": [15, 19, 26, 27, 35, 41, 56, 63], "shortcut": 44, "sid": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "som": 12, "sort": 44, "sous": [7, 20], "spac": 11, "speak": 65, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19], "statut": 41, "step": [2, 5], "stockag": [24, 33], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "summary": [0, 44, 66], "support": 83, "supported": [14, 15, 27], "supprim": [24, 39, 41, 42], "switch": 44, "sync": [12, 15], "synchronis": [25, 30, 45, 46, 47, 48, 49, 50, 51], "synchroniz": 19, "synchronized": 12, "syncing": 12, "system": [7, 14, 36], "systray": 19, "s\u00e9cur": 34, "s\u00e9lect": 21, "tabl": 6, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "temp": 26, "templat": 5, "text": 44, "than": 12, "the": [0, 8, 12, 19, 21, 26, 38, 44, 60, 83], "their": 5, "them": 80, "ther": 12, "they": 12, "thread": 44, "threaded": 76, "thunderbird": 50, "tier": 20, "tim": 42, "tlsv1": 51, "to": [5, 12, 21, 36, 38, 41, 42, 44, 66, 69], "togeth": 5, "tracked": 12, "transcript": 64, "transf": 37, "translat": [44, 64], "transparent": 41, "trash": 44, "troubleshooting": 51, "t\u00e2ch": 26, "t\u00e9l\u00e9vers": [10, 29, 31], "unifi": 83, "unified": 44, "universel": 80, "unsubscrib": 44, "up": [44, 60], "updat": 18, "uploaded": 12, "uploading": 21, "usag": 8, "use": [2, 44], "user": [12, 19], "using": [0, 8, 19, 21, 26, 27, 28, 38, 44, 66], "utilis": [20, 26, 33, 35, 41, 42, 50, 53, 81], "vacanc": 41, "variabl": 11, "version": [14, 39], "vi": 28, "video": 60, "vid\u00e9o": 21, "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": [15, 19], "voir": 82, "votr": [29, 35, 82], "v\u00e9rif": 41, "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "with": [1, 20, 26, 42, 75, 76], "work": 12, "would": 12, "you": 81, "your": [0, 5, 19, 21, 27, 42, 44, 69, 81], "zoom": 80, "\u00e9dit": 41, "\u00e9l\u00e9ment": 42, "\u00e9quip": 42, "\u00e9tat": 21, "\u00e9ven": [41, 59], "\u00eatre": 26}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "A l\u2019attention des mod\u00e9rateurs": [[77, null]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Acc\u00e8s aux fichiers Nextcloud avec WebDAV": [[20, null]], "Acc\u00e8s universel": [[80, null]], "Acc\u00e9der aux fichiers avec Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acc\u00e9der aux fichiers avec WinSCP": [[20, "accessing-files-using-winscp"]], "Acc\u00e9der aux fichiers en utilisant cURL": [[20, "accessing-files-using-curl"]], "Acc\u00e9der aux fichiers sous Linux": [[20, "accessing-files-using-linux"]], "Acc\u00e9der aux fichiers sous Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Acc\u00e9der aux fichiers sous macOS": [[20, "accessing-files-using-macos"]], "Acc\u00e9der aux partages publics avec WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acc\u00e9der \u00e0 vos fichiers": [[22, null]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Affecter des salles et des ressources \u00e0 un \u00e9v\u00e9nement": [[41, "assign-rooms-and-resources-to-an-event"]], "Agenda": [[51, "calendar"]], "Agenda des anniversaires": [[41, "birthday-calendar"]], "Agendas": [[50, "calendars"]], "Agendas partag\u00e9s": [[41, "sharing-calendars"]], "Ajout d\u2019un partage public \u00e0 votre Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Ajouter des contacts": [[42, "adding-contacts"]], "Ajouter des contacts manuellement": [[42, "adding-contacts-manually"]], "Ajouter des options de r\u00e9currence": [[41, "add-recurring-options"]], "Ajouter des pi\u00e8ces jointes aux \u00e9v\u00e9nements": [[41, "add-attachments-to-events"]], "Ajouter et g\u00e9rer les carnet d\u2019adresses": [[42, "adding-and-managing-address-books"]], "Ajouter une conversation Talk": [[41, "add-talk-conversation"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: utiliser l\u2019extension CardBook (Contacts seulement)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anomalies connues": [[20, "known-issues"]], "Appearance": [[55, null]], "Appels": [[61, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Autres avec acc\u00e8s": [[35, "others-with-access"]], "Avec l\u2019application mobile Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendrier": [[47, "calendar"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Cas des syst\u00e8mes sous Linux": [[7, "linux"]], "Cas des syst\u00e8mes sous macOS": [[7, "macos"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Changer le mot de passe de la clef priv\u00e9e": [[26, "change-private-key-password"]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Clients WebDAV tiers": [[20, "third-party-webdav-clients"]], "Clients officiels Nextcloud pour ordinateurs et mobiles": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Comment enlever la fonctionnalit\u00e9 de chiffrement ?": [[26, "how-can-encryption-be-disabled"]], "Comment l\u2019application de fichiers supprim\u00e9s g\u00e8re l\u2019espace de stockage": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Comment planifier dans l\u2019agenda": [[59, "schedule-from-calendar"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configuration de l\u2019authentification \u00e0 deux facteurs": [[81, "configuring-two-factor-authentication"]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configurer les rappels": [[41, "set-up-reminders"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflits": [[10, null]], "Conflits de t\u00e9l\u00e9versement (exp\u00e9rimental)": [[10, "uploading-conflicts-experimental"]], "Connecter des lecteurs r\u00e9seaux avec Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Connecter un lecteur r\u00e9seau en ligne de commande": [[20, "mapping-drives-with-the-command-line"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consid\u00e9rations": [[81, "considerations"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Agenda": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Contr\u00f4le de version": [[39, null]], "Contr\u00f4les de fichiers": [[21, "file-controls"]], "Conversations": [[68, null], [69, null]], "Corbeille": [[41, "trash-bin"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cr\u00e9ation de messages d\u2019absence": [[40, null]], "Cr\u00e9er la configuration des rendez-vous.": [[41, "creating-an-appointment-configuration"]], "Cr\u00e9er un nouvel agenda": [[41, "create-a-new-calendar"]], "Cr\u00e9er un nouvel \u00e9v\u00e8nement": [[41, "create-a-new-event"]], "Cr\u00e9er un point de montage WebDAV en ligne de commande Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Cr\u00e9er une salle de discussion pour les rendez-vous r\u00e9serv\u00e9s": [[41, "create-talk-room-for-booked-appointments"]], "Cr\u00e9er une \u00e9quipe": [[42, "create-a-team"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Discussion": [[67, null]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Disponibilit\u00e9 de la salle": [[41, "room-availability"]], "Disponibilit\u00e9s (Heures de bureau)": [[41, "availability-working-hours"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "D\u00e9finir vos pr\u00e9f\u00e9rences": [[82, null]], "D\u00e9placement de fichiers": [[21, "moving-files"]], "D\u00e9sactiver les mises \u00e0 jour automatiques": [[7, "preventing-automatic-updates"]], "D\u00e9sactiver les mises \u00e0 jour automatiques dans les environnements Linux administr\u00e9s": [[7, "preventing-automatic-updates-in-linux-environments"]], "D\u00e9sactiver les mises \u00e0 jour automatiques en environnement Windows administr\u00e9": [[7, "preventing-automatic-updates-in-windows-environments"]], "D\u00e9sinstallation": [[17, null]], "Edit tags": [[44, "edit-tags"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Est-ce que le chiffrement peut \u00eatre d\u00e9sactiv\u00e9 sans le mot de passe de l\u2019utilisateur ?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Est-il possible de d\u00e9sactiver le chiffrement avec la clef de r\u00e9cup\u00e9ration ?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Est-il pr\u00e9vu d\u2019activer le chiffrement \u00e0 la prochaine connexion de l\u2019utilisateur ou en temps que t\u00e2che de fond ?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Exemple": [[10, "example"]], "FAQ": [[12, null]], "Faire des t\u00e9l\u00e9versements anonymes": [[29, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Fichiers & synchronisation": [[30, null]], "Fichiers et notifications": [[45, "files-and-notifications"]], "Fichiers qui ne sont pas chiffr\u00e9s": [[26, "files-not-encrypted"]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "Gestion de vos agendas": [[41, "managing-your-calendars"]], "Gestion des appareils": [[54, "managing-devices"]], "Gestion des navigateurs et des appareils li\u00e9s": [[54, null]], "Gestion des navigateurs li\u00e9s": [[54, "managing-connected-browsers"]], "Gestionnaire de fichiers Nautilus": [[20, "nautilus-file-manager"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "G\u00e9rer le cr\u00e9neau r\u00e9serv\u00e9": [[41, "working-with-the-booked-appointment"]], "G\u00e9rer les fichiers supprim\u00e9s": [[24, null]], "G\u00e9rer les \u00e9v\u00e8nements": [[41, "managing-events"]], "G\u00e9rer vos fichiers": [[32, null]], "How the \u00ab\u00a0Edit locally\u00a0\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ic\u00f4nes d\u2019\u00e9tat des partages": [[21, "sharing-status-icons"]], "Image de contact": [[42, "contact-picture"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importer des contacts": [[42, "importing-virtual-contacts"]], "Importer un agenda": [[41, "import-a-calendar"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Instructions g\u00e9n\u00e9rales": [[17, "general-instructions"]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Int\u00e9gration de l\u2019agenda dans Talk": [[59, null]], "Inviter des participants \u00e0 un \u00e9v\u00e8nement": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Lecteur vid\u00e9o": [[21, "video-player"]], "Les clients sur mobile": [[25, "mobile-clients"]], "Les navigateurs Web support\u00e9s sont:": [[83, "web-browser-requirements"]], "Les quotas": [[24, "quotas"]], "Linux": [[17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u2019agent de mise \u00e0 jour automatique": [[7, null]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Manuel utilisateur de Nextcloud 35 : Introduction": [[53, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Mettre en oeuvre le chiffrement c\u00f4t\u00e9-serveur (SSE)": [[26, null]], "Mettre en place votre propre d\u00e9p\u00f4t de fichiers": [[29, "setting-up-your-own-file-drop"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Modifier ou supprimer des informations sur un contact": [[42, "edit-or-remove-contact-information"]], "Modifier, dupliquer ou supprimer un \u00e9v\u00e8nement": [[41, "edit-duplicate-or-delete-an-event"]], "Mot de passe de cl\u00e9 de r\u00e9cup\u00e9ration": [[26, "recovery-key-password"]], "Mots de passe d\u2019application et modifications de mots de passe": [[54, "device-specific-passwords-and-password-changes"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "M\u00e9thode recommand\u00e9e": [[50, "recommended-method"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Naviguer avec le clavier": [[80, "navigating-via-keyboard"]], "Nomer une version": [[39, "naming-a-version"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Options d\u2019\u00e9quipe": [[42, "team-options"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Param\u00e9trer vos Comptes": [[49, "setup-your-accounts"]], "Partage & Collaboration": [[23, null]], "Partage de fichiers chiffr\u00e9s": [[26, "sharing-encrypted-files"]], "Partage de liens publics": [[35, "public-link-shares"]], "Partage interne entre utilisateurs et groupes": [[35, "internal-shares-with-users-and-groups"]], "Partager vos donn\u00e9es dans le carnet d\u2019adresses global": [[82, "sharing-your-data-in-the-global-address-book"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Priority inbox": [[44, "priority-inbox"]], "Probl\u00e8me": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Probl\u00e8mes connus": [[20, "known-problems"]], "Processus de base": [[7, "basic-workflow"]], "Proposals": [[41, "proposals"]], "Pr\u00e9visualisation des fichiers": [[21, "previewing-files"]], "Publier un agenda": [[41, "publishing-a-calendar"]], "Que se passe-t-il lorsque des fichiers partag\u00e9s sont supprim\u00e9s?": [[24, "what-happens-when-shared-files-are-deleted"]], "Questions r\u00e9currentes sur le chiffrement": [[26, "encryption-faq"]], "Quick actions": [[44, "quick-actions"]], "Quota de stockage utilisable": [[33, null]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recherche unifi\u00e9e": [[83, "unified-search"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Rendez-vous": [[41, "appointments"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Restreignez qui peut voir les donn\u00e9es de votre profil": [[82, "restrict-who-can-see-your-profile-data"]], "Running a task": [[1, "running-a-task"]], "R\u00e9pondre aux invitations": [[41, "responding-to-invitations"]], "R\u00e9ponse": [[20, "answer"]], "R\u00e9server un rendez-vous": [[41, "booking-an-appointment"]], "R\u00e9solution de probl\u00e8mes": [[49, "troubleshooting"]], "R\u00e9sum\u00e9": [[10, "overview"]], "R\u00e9unions et \u00e9v\u00e8nements": [[59, "meetings-and-events"]], "R\u00f4les d\u2019\u00e9quipe": [[42, "team-roles"]], "Sans l\u2019application mobile Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Se connecter avec une authentification \u00e0 deux facteurs": [[81, "logging-in-with-two-factor-authentication"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Statut utilisateur automatis\u00e9": [[41, "automated-user-status"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Supprimer une version": [[39, "deleting-a-version"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronisation avec Android": [[45, null]], "Synchronisation avec Contact de KDE": [[48, null]], "Synchronisation avec Windows 10": [[51, null]], "Synchronisation avec iOS": [[47, null]], "Synchronisation avec le bureau GNOME": [[46, null]], "Synchronisation sur bureau et sur mobile": [[25, null]], "Synchroniser avec Thunderbird": [[50, null]], "Synchroniser avec macOS": [[49, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "S\u00e9curit\u00e9 & chiffrement": [[34, null]], "S\u00e9lection de fichiers ou de dossiers": [[21, "selecting-files-or-folders"]], "S\u2019abonner \u00e0 un agenda": [[41, "subscribe-to-a-calendar"]], "S\u2019abonner \u00e0 un calendrier de vacances": [[41, "subscribe-to-a-holiday-calendar"]], "Table des mati\u00e8res": [[6, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Th\u00e8mes inclus": [[80, "included-themes"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Transparence de l\u2019agenda": [[41, "calendar-transparency"]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "T\u00e9l\u00e9versement de gros fichiers": [[31, null]], "T\u00e9l\u00e9verser des fichiers": [[29, "uploading-files"]], "Unified search": [[44, "unified-search"]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Utilisation de la double authentification avec des jetons physiques": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Utilisation de l\u2019application Contacts": [[42, null]], "Utilisation de l\u2019authentification \u00e0 deux facteurs": [[81, null]], "Utilisation du chiffrement": [[26, "using-encryption"]], "Utilisation d\u2019applications client avec une authentification \u00e0 deux facteurs": [[81, "using-client-applications-with-two-factor-authentication"]], "Utiliser l\u2019application Agenda": [[41, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "V\u00e9rification des disponibilit\u00e9s des participants": [[41, "checking-attendees-busy-times"]], "Webinaire et salle d\u2019attente": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget Agenda": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom et r\u00e9activit\u00e9": [[80, "zoom-and-responsiveness"]], "macOS": [[17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c9diter, exporter ou supprimer un Calendrier": [[41, "edit-export-or-delete-a-calendar"]], "\u00c9l\u00e9ments partag\u00e9s": [[42, "shared-items"]], "\u00c9quipes": [[42, "teams"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 41, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 7, 9, 11, 31, 36, 39, 41, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 35, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "AI": [6, 66], "As": [0, 19, 41, 48, 56], "Au": 59, "Avec": [20, 35], "C": [12, 20, 41, 79, 80], "Ce": [41, 46, 73], "Ces": [26, 33, 40, 41, 51, 82], "Cet": [7, 20], "Cette": [17, 20, 26, 35, 41, 42], "De": [24, 26, 41, 46], "Des": [7, 41], "Due": 15, "Elle": 41, "En": [7, 17, 20, 35, 41, 42, 54, 77, 80, 81, 82], "Et": 80, "Il": [7, 10, 17, 20, 24, 26, 33, 41, 45, 59, 80], "Ils": 41, "L": [6, 10, 13, 14, 20, 24, 26, 29, 37, 40, 41, 42, 59, 80, 81], "La": [7, 20, 24, 26, 31, 33, 35, 37, 39, 41, 42, 50, 79, 80], "Le": [7, 10, 20, 24, 26, 28, 35, 37, 39, 41, 42, 46, 80], "Les": [6, 7, 20, 26, 33, 35, 39, 41, 42, 46, 49, 77, 81, 82], "M": [60, 72, 80], "MS": 74, "Mais": 24, "Mon": 20, "Ne": 41, "Nous": [43, 80], "On": [7, 9, 14, 15, 17, 19, 44], "Par": [10, 17, 20, 24, 31, 41, 47, 48, 80, 81], "Pour": [7, 10, 17, 20, 24, 25, 26, 28, 35, 39, 41, 42, 45, 47, 53, 73, 80, 82], "Quel": 17, "S": [9, 50, 80], "Se": [6, 20], "See": [1, 12, 14, 19, 21, 25, 74, 81], "Soit": 45, "Son": [25, 26], "Sur": [20, 41, 50], "T": 20, "Tue": 20, "Un": [26, 35, 37, 41, 51, 53], "Une": [7, 20, 26, 41, 42, 59], "Vos": [41, 42], "Vous": [17, 20, 21, 26, 28, 29, 35, 39, 41, 42, 43, 47, 48, 51, 53, 59, 79, 80, 81, 82], "Y": 20, "_": [8, 20, 26, 37, 53], "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 24, 25, 26, 27, 29, 33, 36, 37, 39, 45, 49, 50, 51, 53, 54, 55, 57, 58, 61, 63, 64, 65, 66, 70, 71, 73, 74, 80, 81, 82, 83], "aa": 80, "aaa": 80, "ability": [12, 44], "able": [12, 19, 27, 36, 41, 42, 44, 56, 58, 80, 81, 82], "abon": [45, 50], "abord": 41, "abort": 11, "aborted": 11, "about": [0, 5, 15, 21, 41, 69, 70, 71, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": [6, 41, 43, 44, 69], "acced": [6, 21, 26, 30, 41, 42, 45, 50, 51, 80, 82], "accelerat": 15, "accept": [31, 35, 37, 41, 44, 70], "acceptent": 37, "accepting": 73, "acces": [6, 22, 26, 30, 31, 41, 45, 81], "access": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 35, 38, 41, 42, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 80, 83], "accessed": [15, 74], "accessibil": 80, "accessibility": [80, 83], "accessibl": [1, 5, 26, 35, 39, 41, 59, 69, 76], "accessibly": 5, "accessing": [22, 30, 69], "accidentel": 41, "accord": 45, "according": [19, 44], "accordingly": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 42, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "across": [15, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [20, 28, 29, 33, 35, 40, 41, 42, 44, 51, 59, 65, 80, 82], "activat": [42, 80], "activit": 19, "activity": [6, 9, 12, 14, 19, 54, 83], "actual": 15, "actualis": [20, 48], "actuel": [20, 41, 42], "ad": 69, "adapt": [41, 80], "add": [1, 2, 5, 12, 19, 20, 27, 28, 35, 36, 38, 47, 48, 49, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 41, 42, 44, 82], "addflag": 44, "adding": [20, 44, 69], "addit": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 56, 60, 66, 69, 76], "additionally": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "addressbook": 44, "adiministr": 26, "adjust": [9, 19, 20, 82], "adjusted": [11, 15], "adjusting": 12, "admin": [14, 24, 36, 42, 44], "admin_manual": [26, 37], "administr": [1, 13, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 41, 57, 62, 64, 69, 74, 80, 82], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 42, 44, 57, 60, 62, 66, 70, 74, 81, 82], "adminsitr": 41, "adminstr": 41, "adress": [6, 20, 28, 41, 45, 47, 49, 50, 51], "advanced": [14, 41, 51], "advantag": 12, "advis": 14, "affect": 4, "affected": [0, 44], "affecting": 44, "affich": [7, 10, 20, 37, 41, 42, 46, 59, 79, 81], "affichag": [41, 42], "afin": [7, 10, 35, 42, 48], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 44, 45, 57, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 44, 54, 63, 72, 81], "against": [12, 18], "age": 24, "agend": [6, 33, 43, 44, 47, 48, 57, 68, 73], "agent": [6, 13, 14], "aggregat": 42, "agit": [7, 20, 24], "ago": 0, "aid": [20, 41, 45, 53, 80], "ailleur": 41, "aim": 80, "ains": [10, 28, 35, 41, 42, 46, 50, 59, 80], "airplan": 57, "ajout": [7, 20, 24, 26, 28, 40, 44, 46, 47, 48, 50, 51, 81], "ajust": 39, "alert": 20, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 19, 21, 26, 27, 36, 41, 42, 54, 56, 57, 58, 60, 62, 64, 65, 66, 69, 76, 82, 83], "aller": 20, "allez": [20, 28, 35, 45, 50], "allong": 48, "allou": 24, "allow": [12, 15, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 80, 82], "allowed": [8, 15, 20, 60, 62], "allowing": [0, 41, 44, 75], "alma": 14, "almost": 81, "along": [8, 52], "alor": [7, 26, 28, 33, 41], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 19, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 60, 63, 64, 65, 66, 69, 72, 74, 76, 80, 81, 82, 83], "alter": [12, 38], "altern": [20, 29], "alternatively": [2, 12, 14, 60], "alway": [15, 19, 25, 41, 42, 44, 50, 69, 81], "al\u00e9atoir": 35, "amazon": [20, 27], "amis": 41, "amount": 12, "an": [0, 2, 8, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 48, 54, 56, 57, 60, 63, 69, 73, 74, 76, 80], "analyzed": 44, "ancien": [20, 24, 26, 33, 39, 41, 45], "and": [0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 41, 42, 46, 47, 48, 49, 51, 52, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "annul": [35, 41], "ann\u00e9": 41, "anonym": [20, 23, 30], "anonymous": [29, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "any": [0, 1, 8, 14, 15, 19, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyon": [66, 82], "anything": 12, "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 15, 19, 20, 21, 29, 36, 38, 39, 41, 42, 43, 45, 48, 49, 51, 52, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "apparaissent": [42, 82], "appara\u00eet": [20, 29], "appara\u00eetr": [20, 41, 42, 51, 59], "appara\u00eetront": 41, "appareil": [6, 20, 41, 45, 81], "apparent": 51, "appdat": [9, 17], "appear": [0, 2, 15, 19, 21, 27, 36, 41, 42, 44, 64, 66, 68, 69, 70, 73, 83], "appearing": 27, "appel": [6, 41, 73, 77, 79, 80], "appimag": [12, 14, 17], "appimagelaunch": 12, "apple": [15, 20, 41, 49, 83], "appli": [42, 69], "applied": [19, 36, 44], "appliqu": [6, 7, 14, 16, 17, 19, 20, 26, 27, 33, 40, 43, 46, 47, 48, 49, 50, 51, 53, 59, 60, 63, 72, 73, 80, 82], "apply": [15, 36, 44], "appointment": [44, 52], "apport": 10, "apprendr": 42, "appropri": [20, 31, 51], "appropriat": 76, "approximately": 9, "appui": [28, 45, 46], "apres": [20, 39, 41, 45, 47, 48, 59], "apt": [17, 20], "arbitrair": 20, "arbitrary": 19, "arborescent": [20, 26], "arch": 8, "archiv": [8, 14, 21], "archived": 69, "are": [0, 1, 4, 8, 9, 11, 14, 15, 16, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 81, 82, 83], "around": 36, "arrier": [7, 48], "arriv": [20, 44], "arrow": [15, 66, 72, 80], "articl": 20, "artificial": 1, "ask": [9, 19, 27, 44, 45, 62, 66], "assign": [36, 58, 69], "assigned": [36, 44, 58], "assigning": 21, "assignment": 58, "assist": [6, 66, 80], "associ": 17, "associated": 19, "assuming": 15, "assur": [17, 20, 24, 41, 49], "assuron": 41, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 49, 54, 58, 60, 62, 64, 66, 69, 71, 80, 83], "ateli": 42, "attach": 36, "attached": 44, "attachment": [29, 41, 44, 67, 73], "atteint": 41, "attempt": [14, 44, 51], "attende": [41, 52], "attendr": [26, 39], "attent": [6, 26, 73], "attribu": 7, "attribut": 82, "att\u00e9nu": 80, "aucun": [7, 26, 41, 47, 59], "audio": [21, 62, 72, 73], "augment": [20, 31], "auquel": 41, "aur": [10, 24, 26, 41], "auss": [20, 35, 41, 42, 46, 80], "auteur": 10, "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "authenticat": 20, "authenticator": 81, "authentif": [6, 20, 50, 51, 54, 82], "authoring": 20, "auto": [20, 42, 44, 56], "automat": [6, 13, 14, 20, 26, 28, 35, 39, 40, 41, 47, 50, 59], "automated": [36, 57], "automatic": 15, "automatically": [5, 9, 12, 14, 15, 20, 27, 39, 44, 56, 58, 62, 69], "autonom": 7, "autor": 20, "autoris": [7, 10, 20, 33, 35, 42, 45, 81], "autosign": 49, "autr": [7, 10, 20, 24, 28, 33, 40, 41, 42, 47, 48, 50, 53, 81, 82], "auxquel": 79, "avail": [0, 1, 8, 9, 11, 14, 15, 19, 20, 27, 40, 41, 42, 44, 47, 57, 58, 60, 63, 66, 69, 70, 72, 74, 76, 82], "availability": [19, 41, 69], "avanc": [20, 47, 50, 51], "avant": [7, 17, 20, 33, 41], "avatar": [19, 20, 41, 42, 44, 69], "aven": 10, "avert": [7, 20, 26, 41], "avoid": 15, "avoir": [24, 41, 47, 49], "away": [19, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backing": 44, "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandeau": 26, "bandwidth": 19, "banned": 69, "banni": 26, "bar": [0, 1, 19, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barr": [10, 20, 28, 41, 42, 48, 80], "bas": [10, 15, 20, 26, 33, 41, 42, 45, 50, 51, 81], "based": [8, 44, 57, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "basiqu": 20, "batch": [0, 42], "batter": 48, "be": [0, 1, 2, 4, 5, 8, 9, 11, 12, 15, 19, 20, 27, 36, 37, 38, 40, 41, 42, 44, 47, 52, 56, 57, 58, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [12, 15, 19, 20, 26, 38, 44, 46], "becom": 69, "becoming": 5, "been": [8, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "beginning": [44, 80], "behalf": 44, "behav": 19, "behavior": [9, 11, 19, 69], "behind": 74, "being": [15, 19, 42, 60], "bel": 83, "belong": 42, "below": [0, 9, 11, 19, 41, 44, 65], "besid": 19, "besoin": [20, 31, 50, 51], "best": [14, 18, 41, 83], "bet": [18, 26], "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "bidirectional": 25, "bien": [20, 41], "bienvenu": 53, "big": 41, "bin": [21, 42], "binary": [8, 15], "bit": [12, 14], "bitv": 80, "blacklisted": [11, 19], "bleu": 41, "block": [41, 66], "blockquot": 66, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "board": 2, "bob": 35, "bod": 44, "boit": 41, "bold": 66, "bon": 41, "book": [42, 50, 82], "booking": 41, "bool": 15, "bord": [27, 43], "bot": [73, 77], "both": [8, 42, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "boutiqu": 45, "bouton": [20, 28, 29, 35, 41, 42, 45, 50, 80], "box": [0, 19, 44, 51, 62], "bo\u00eet": [46, 51, 59], "breadcrumb": 21, "breakout": [73, 77], "brev": 41, "bridg": 74, "brief": [5, 56], "bring": [8, 19, 42, 72], "broadcast": 58, "brows": [0, 2, 12, 14, 20, 21, 27, 28, 38, 63, 72, 81, 82, 83], "browser": [54, 83], "browsing": 21, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [12, 18], "build": [14, 18], "building": 42, "built": [14, 20, 21], "bulk": 72, "bundl": 15, "bureau": [6, 7, 10, 17, 20, 22, 30, 43, 53, 73, 82], "business": 44, "busy": [40, 41], "but": [12, 14, 20, 35, 41, 42, 44, 66, 69, 81, 82], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "by": [0, 1, 2, 5, 8, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 41, 42, 44, 50, 52, 56, 58, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "byt": [9, 11, 20], "cach": [17, 33, 35], "caj": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 45, 47, 48, 49, 51, 52, 69, 83], "calendri": [45, 46, 48, 50, 51, 59], "call": [6, 57, 58, 61, 69, 70, 71, 73, 77, 80], "called": [4, 10, 38, 65, 82], "cam": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 19, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 29, 36, 42, 44, 56], "capabl": 20, "caption": [56, 76], "car": [7, 26, 41, 82], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "careful": 12, "carl": 8, "carnet": [6, 41, 45, 47, 50, 51], "carr": 20, "carry": 15, "cart": 42, "cas": [10, 12, 14, 17, 20, 26, 41, 42, 45, 59, 62, 69, 82], "catching": 19, "categor": 45, "category": 0, "caus": [19, 80], "caution": 9, "cec": [20, 26, 35, 41, 47], "cel": [7, 17, 20, 24, 26, 28, 31, 35, 41, 42, 45, 46, 47, 48, 53, 59, 80, 81], "celui": [7, 20, 26, 33, 41], "cent": 20, "centos": 20, "centr": 65, "central": 69, "cepend": [10, 26, 41], "cercl": 35, "cert": 20, "certain": [10, 11, 21, 31, 33, 35, 41, 42, 44, 48, 59, 76, 80, 82], "certif": 20, "certificat": [8, 20, 47, 49], "cess": 41, "ceux": [33, 41, 45], "cfg": [7, 9, 12, 17], "chacun": 41, "chain": 21, "challenging": 41, "champ": [20, 28, 37, 42, 47, 51], "chang": [0, 4, 8, 9, 10, 14, 15, 19, 21, 24, 25, 29, 36, 37, 40, 41, 42, 51, 54, 55, 58, 69, 72, 80, 81, 82, 83], "changed": [10, 12, 27], "changing": [12, 20, 41, 69, 82], "channel": [6, 13], "chapt": [14, 20], "chaqu": [17, 20, 24, 26, 35, 39, 41], "charact": [19, 44], "character": [19, 44], "charg": [41, 50, 81], "chart": 15, "chat": [6, 35, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatting": [66, 69], "check": [0, 12, 19, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 42, 44, 60, 62, 69], "checked": [19, 42], "checking": 9, "checklist": 69, "checkmark": 19, "chemin": [20, 47, 48, 51], "chiffr": [6, 20, 30, 33, 35], "chip": 83, "chmod": 20, "choic": [12, 56, 64], "chois": [20, 26, 37, 41, 45, 46, 48, 50, 59, 79, 80, 82], "choix": [20, 37, 41], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 27, 29, 41, 42, 44, 45, 48, 49, 52, 54, 55, 58, 60, 63, 66, 72, 81], "choosing": [12, 45, 56, 60], "chos": 50, "chosen": [15, 44], "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chronologically": 44, "chunk": [9, 11], "chunksiz": 9, "ci": [7, 17, 20, 26, 33, 41, 42, 47, 51], "cibl": [35, 37], "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circulair": 39, "circular": 42, "circumst": 9, "citrix": [9, 14], "clart": 80, "classic": [15, 55], "classif": 44, "clavi": 6, "clean": [12, 44], "clear": [16, 19, 69], "cleared": 19, "clef": 7, "clic": [7, 20, 35, 41, 48], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "clicked": 44, "clicking": [2, 14, 19, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "cliqu": [7, 10, 20, 28, 29, 35, 37, 39, 41, 42, 48, 49, 50, 51, 54, 59], "clock": [66, 81], "clos": [5, 14, 36, 41, 44, 46, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cl\u00e9": [7, 33, 49, 81], "cmd": 8, "coch": [20, 41], "cod": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "coin": 50, "coll": [41, 51], "collabor": [6, 30, 35, 41, 42, 43, 48], "collaborat": 2, "collaboratively": [2, 3], "collaps": 44, "collapsed": 19, "collect": [4, 5, 6, 20, 41], "collectively": 5, "coll\u00e8gu": 41, "color": 41, "colored": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 26, 35, 37, 41, 44, 45, 47, 48, 49, 51, 53, 70, 73], "comm": [7, 20, 24, 26, 31, 33, 40, 41, 45, 46, 47, 48, 51, 59, 80, 81], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "commenc": 40, "comment": [7, 20, 33, 42, 51], "commentair": [20, 41], "commercial": 29, "communaut": 20, "communautair": 41, "communicat": 11, "communicating": 69, "communit": 3, "community": [8, 14], "compar": 10, "compatibil": 41, "compatibility": [12, 21], "compatibl": [11, 20, 27, 41, 44, 81], "complet": [1, 7, 17, 28, 41, 45, 69, 82], "completed": [14, 66], "completely": [9, 62], "complex": 41, "compli": 80, "complianc": 62, "compliqu": 24, "compl\u00e9ton": 43, "component": 19, "comport": [7, 10], "compos": [20, 48, 80], "composed": 44, "compr": [41, 59], "comprend": 35, "compromised": 26, "compt": [10, 20, 26, 33, 37, 41, 45, 46, 47, 50, 51, 81], "comptabilis": 24, "comput": [13, 20, 21, 25], "computer": 5, "concern": 10, "concomit": 41, "condit": 42, "conf": [12, 20], "confd": 16, "confianc": 20, "config": [7, 9, 17, 20, 24], "configur": [0, 6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 62, 69, 74, 77, 79, 82], "configuration_fil": [26, 37], "configured": [1, 14, 15, 19, 44, 60, 69], "configuring": [27, 45, 54], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "confirmed": 41, "confl": [10, 41], "conflictuel": 10, "conflit": [6, 13, 41], "conform": 41, "confus": 10, "cong": 40, "congratul": [2, 5], "connaiss": 81, "connect": [6, 9, 11, 12, 14, 15, 19, 21, 25, 26, 27, 28, 41, 45, 46, 49, 50, 51, 54, 74, 82], "connected": [1, 15, 19, 26, 27, 54], "connectivity": 15, "connex": 20, "connexion": [20, 45, 48, 81, 82], "connu": 45, "consent": 60, "conserv": [24, 26, 39], "consider": [6, 12, 17, 20], "consist": 43, "consistent": 15, "consol": 20, "constat": 10, "construit": 26, "consult": [7, 33, 35, 41, 42, 46, 59, 77], "cons\u00e9quent": [7, 26, 47], "contact": [0, 6, 20, 27, 31, 33, 40, 41, 43, 46, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 19, 21, 39, 41, 44, 60, 72], "contained": [19, 44], "container": [9, 17], "containing": [8, 12, 19, 44], "conten": [10, 40, 42], "content": [1, 2, 5, 8, 10, 12, 15, 25, 29, 66, 69, 75, 76, 80], "contenu": [10, 20, 26, 41, 80], "context": [1, 19, 41, 44, 56], "contextuel": [7, 41], "contient": 10, "continu": [10, 19, 44, 45, 50], "continually": 12, "continued": 69, "contourn": 7, "contr": 81, "contrary": 8, "contrast": 80, "control": [20, 36, 39, 57, 60, 69, 82], "controlled": 11, "contr\u00f4l": [7, 30, 32, 33, 41], "conven": [48, 51], "convenient": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "con\u00e7u": 80, "coordon": 42, "cop": [10, 15, 20, 24, 51], "copi": [20, 24, 41, 51], "copied": [5, 44], "copy": [0, 12, 21, 25, 44, 51], "corbeil": [24, 26, 33, 42], "correct": [7, 20, 49, 81], "correctly": 15, "correctness": 19, "correspond": [7, 45], "corresponding": [0, 41, 44], "correspondr": 41, "could": [27, 44], "couldn": 44, "couleur": [41, 80], "count": 70, "coup": 41, "coupl": 15, "cour": 80, "court": [40, 42], "coutur": 26, "cov": 69, "cover": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 12, 14, 15, 19, 20, 21, 25, 28, 29, 36, 39, 41, 42, 45, 51, 54, 56, 58, 66, 69, 70, 74, 76, 78], "created": [0, 2, 5, 18, 19, 20, 36, 39, 40, 41, 44, 58, 69, 71], "creating": [12, 19, 44, 54, 82], "creation": [19, 36, 69, 76], "credential": [27, 49, 51], "creus": 20, "cross": 42, "crypt": [20, 49], "cryptag": 47, "cr\u00e9": [10, 21, 26, 28, 33, 35, 39, 43, 45, 48, 51, 59, 77], "cr\u00e9ation": [6, 20, 24, 41, 43], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 44, 60], "currentcontrolset": 20, "currently": [1, 15, 19, 38, 42, 58, 60, 66], "currentvers": 12, "curseur": 41, "cursor": 2, "custom": [15, 19, 44, 69, 83], "customer": 18, "customis": [60, 83], "customiz": [20, 44, 55], "cutton": 19, "cycl": 12, "cycling": 19, "c\u00f4t": [30, 34, 35, 37, 41, 42, 50], "daily": 18, "dan": [6, 10, 17, 20, 24, 25, 26, 28, 33, 35, 37, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 68, 73, 77, 79, 80], "danger": 26, "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 24, 35, 38, 39, 41, 42, 43, 44, 59, 66, 69, 76, 82, 83], "dav": [20, 45, 47, 48], "davantag": 81, "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "day": [0, 11, 44, 69, 83], "daygridmonth": 41, "db": 8, "debian": [8, 19, 20], "debug": 16, "debugloggingenabled": 15, "decid": [5, 15, 41, 44, 56], "decided": 5, "deck": [43, 66], "declin": [44, 60, 70], "declining": 60, "decor": [15, 66], "decr": 41, "decrypt": [26, 38], "decrypted": 38, "dedicated": [15, 44, 45, 69], "deemed": 19, "deeply": 12, "default": [0, 4, 8, 9, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 60, 69], "defin": [19, 44], "defined": [15, 19, 42], "definit": 19, "del": [26, 41, 48, 80], "delay": 15, "delegat": [41, 44], "delegated": 44, "delet": [0, 1, 15, 19, 21, 24, 27, 28, 36, 39, 41, 42, 58, 66, 69, 80], "deleted": [9, 21, 24, 41, 44, 69], "deleting": [9, 15, 41, 44], "demand": [20, 21, 26, 28, 31, 35, 37, 40, 41, 45, 50], "demandent": 41, "dent": 42, "deny": 54, "dep": [20, 24, 33, 39], "depend": [12, 21, 27, 41, 44, 82], "depending": [0, 19, 21, 27, 36, 44, 60, 63, 72, 80], "deployment": [14, 18], "depth": 20, "depuis": [17, 20, 24, 26, 35, 41, 45, 46, 50, 59], "derni": [7, 46], "descend": 15, "describ": 11, "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": [3, 44], "desired": [12, 42, 44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 18, 20, 25, 38, 63], "desktopclient": [9, 15, 17], "dessous": [17, 20, 26, 33, 42, 51], "dessus": [41, 47], "destin": [20, 21], "destinatair": [24, 28, 35], "detail": [1, 27, 36, 39, 41, 42, 44, 52, 69, 82], "detailed": [15, 41], "detect": 15, "detected": [9, 44], "determin": 44, "deux": [6, 7, 10, 17, 42, 45, 48, 51, 54, 82], "dev": [8, 20, 26, 41, 45], "development": 18, "deven": 10, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "deviennent": 42, "devient": [24, 28], "devoir": 41, "devr": [17, 20, 26, 42, 45, 46, 47, 48, 51], "devront": 26, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 60], "dialogu": [2, 41, 46, 51, 59], "diaspor": 42, "dic": 57, "did": [12, 44, 60], "differ": 20, "different": [0, 8, 21, 41, 44, 69, 70], "differently": 19, "difficil": 35, "diff\u00e9rent": [7, 10, 20, 35, 41, 42, 81, 82], "digest": 0, "dir": 26, "direct": [20, 26, 28, 35, 41, 42, 59, 66], "directly": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 60, 62, 74, 75], "director": [8, 19, 29], "directory": [8, 12, 14, 16, 19, 25, 29], "directory_that_has_been_created": 8, "dirnam": 16, "disabl": [0, 1, 9, 19, 44, 57, 60, 62, 64, 72], "disabled": [15, 21, 42, 44], "disabling": 15, "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discovery": [9, 15], "discuss": [6, 19, 40, 42, 44, 58, 60, 69, 73, 76, 77], "disk": [15, 26], "dism": 60, "dispara\u00eetr": 41, "display": [1, 12, 15, 16, 19, 20, 21, 38, 51, 60, 66, 82], "displayed": 44, "displaying": [16, 44], "disponibil": 40, "disponibl": [7, 17, 20, 24, 26, 35, 39, 41, 42, 45, 46, 50, 73, 82], "dispos": [7, 42, 80], "disposent": 7, "disqu": [20, 33, 41], "dist": [10, 17, 20, 26, 28, 35], "distanc": 10, "distribu": [7, 9, 14, 20, 62], "distributed": [20, 41], "distro": 12, "disturb": [19, 66, 69], "diver": 81, "divid": [58, 60], "divider": 66, "do": [0, 8, 9, 12, 14, 19, 20, 25, 28, 36, 44, 54, 60, 62, 63, 65, 69, 72, 81], "doc": [26, 37], "docu": [1, 2, 5, 8, 12, 15, 21, 46, 80, 82], "document": [1, 14, 20, 24, 25, 31, 33, 35, 53, 57, 74, 80], "doesn": [20, 44, 46], "doing": [9, 44], "doit": [20, 28, 41, 42], "doivent": [7, 41, 46, 49], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 6, 7, 12, 17, 26, 33, 35, 38, 39, 40, 41, 42, 45, 53, 56, 66, 72], "donc": [10, 20, 21, 26, 41], "dont": [10, 17, 20, 24, 53], "dossi": [17, 20, 24, 26, 29, 33, 35, 37, 41, 82], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "doubl": [6, 12, 14, 50, 63], "down": [0, 12, 69, 76], "download": [11, 12, 19, 21, 25, 27, 42, 52, 56, 62], "downloading": [15, 19, 21], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "driv": [20, 36], "drive_path": 20, "droid": 45, "droit": [7, 20, 35, 39, 48, 50, 80], "drop": [12, 21, 29, 35, 56], "dropdown": [27, 49, 82], "due": 12, "dur": [20, 33, 41], "durat": [9, 41, 69], "during": [19, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslex": 80, "d\u00e8s": [7, 26, 40], "d\u00e9but": [41, 79], "d\u00e9chiffr": [26, 33], "d\u00e9cimal": 20, "d\u00e9clench": [41, 48], "d\u00e9clin": 41, "d\u00e9connect": [26, 54], "d\u00e9connex": 20, "d\u00e9couvert": [47, 50], "d\u00e9couvr": [41, 45], "d\u00e9crit": 77, "d\u00e9crivent": 7, "d\u00e9di": [20, 50], "d\u00e9faut": [10, 24, 26, 28, 31, 35, 41, 42, 48, 59, 82], "d\u00e9fil": 51, "d\u00e9fin": [6, 10, 20, 31, 35, 41, 42, 59, 81], "d\u00e9finit": [24, 33, 41], "d\u00e9j\u00e0": [31, 33, 35, 41, 45, 50, 81], "d\u00e9marr": [7, 20], "d\u00e9marrag": [7, 20], "d\u00e9mont": 20, "d\u00e9pannag": 47, "d\u00e9pend": [17, 26], "d\u00e9pendent": 82, "d\u00e9plac": [20, 24, 41], "d\u00e9ploi": 7, "d\u00e9pos": 53, "d\u00e9rang": 41, "d\u00e9roul": [20, 42], "d\u00e9sact": 26, "d\u00e9sactiv": [20, 21, 35, 41, 47], "d\u00e9sign": 40, "d\u00e9sinstall": [6, 13], "d\u00e9sirez": 41, "d\u00e9sorm": [20, 41, 46, 47], "d\u00e9tail": [20, 24, 33, 35, 37, 41, 42, 59], "d\u00e9taill": 41, "d\u00e9tect": 41, "d\u00e9termin": [41, 48], "d\u00e9tient": 41, "d\u00e9velopp": 20, "d\u00e9veloppeur": 13, "d\u00e9zoom": 80, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49, 59], "each": [0, 1, 9, 14, 16, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": 66, "easily": [5, 44, 76], "easy": [2, 5], "echo": 12, "edge": [8, 20, 83], "edit": [15, 19, 20, 21, 28, 38, 41, 56, 66, 72, 76, 83], "edited": 41, "editing": [1, 29, 44, 69, 71], "editor": [1, 2, 12, 15, 21, 41, 44, 58, 80], "effac": [17, 20, 39, 41], "effect": 15, "effectively": 81, "effectu": [7, 26, 42, 45, 48], "effectuent": 7, "efficac": 53, "efficient": 44, "eith": [8, 12, 19, 38, 42, 49, 60, 70, 76], "el": 41, "elapsed": 60, "element": [58, 60, 66, 80], "elles": [7, 21, 24, 41, 51], "else": [10, 14, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 60, 69, 73, 83], "embed": [2, 41], "embedded": 42, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasiz": 2, "emplac": [41, 50], "emploi": 41, "empty": [2, 21, 38, 44], "emp\u00each": 24, "enabl": [0, 1, 4, 9, 15, 19, 25, 29, 38, 41, 42, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 19, 20, 21, 27, 38, 42, 44, 45, 46, 60, 62, 64, 66, 70, 81, 82], "enabling": [15, 26, 44, 62], "encoding": 20, "encor": [26, 33, 41, 59, 79], "encrypt": [26, 27, 30, 34], "encryptag": 20, "encrypted": [20, 38], "encryption_configur": 26, "end": [19, 26, 30, 34, 41, 44, 57, 62, 69], "endroit": 41, "enfich": 20, "enfin": [20, 41], "engaged": 41, "engrenag": 51, "enhanc": 66, "enough": 12, "enregistr": [20, 39, 41, 42, 45, 46, 51, 77, 82], "ensembl": [26, 42, 43], "ensuit": [7, 20, 26, 28, 48, 51], "ensur": [15, 44, 80], "enter": [1, 2, 14, 35, 41, 44, 46, 48, 51, 54, 66, 72, 80, 81], "entered": 44, "enterpris": 18, "enti": 41, "entier": [50, 80], "entir": [21, 44], "entirely": [11, 15], "entit": 42, "entrant": [35, 37, 41, 46], "entre": [10, 21, 26, 41, 42], "entrepris": [7, 53], "entrer": [28, 41, 45], "entrez": [20, 28, 35, 41, 45, 51, 81], "entri": [0, 15, 19, 21], "entry": [0, 1, 2, 21, 42, 82], "entr\u00e9": 28, "env": 16, "environ": [10, 20, 33], "environment": [6, 8, 13], "envisag": 41, "envoi": [10, 20, 29, 41, 45], "equivalent": 16, "erasing": 12, "erreur": [20, 47, 80], "error": [11, 19, 20, 44, 45, 51], "esc": 60, "escap": 80, "espac": [33, 39, 53], "especially": 15, "esper": 26, "essai": [26, 47, 48], "essaient": 40, "essay": 10, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 51, 52, 69, 83], "every": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 76], "everything": [0, 14, 15, 18, 44, 80], "evict": 15, "evicting": 15, "evolu": 46, "ex": [20, 41, 44, 47], "exact": [21, 44], "exactly": [5, 44], "exampl": [15, 19, 20, 35, 41, 42, 44, 45, 47, 51, 57, 70, 81], "exced": 24, "excellent": 29, "except": [44, 69], "exclu": [33, 39], "exclud": 19, "excluded": [12, 15], "excluding": 19, "exclus": 44, "exe": [12, 20], "execu": [1, 44], "execut": [38, 57], "executed": 44, "exempl": [17, 20, 26, 35, 41, 47, 48, 51, 79, 80, 81], "exig": 81, "exist": [12, 20, 35, 41, 59, 69], "existing": [12, 15, 41, 42, 44], "exit": [8, 19], "expand": [19, 44], "expect": 2, "expected": [19, 44], "experient": [18, 44, 60, 83], "experimental": 9, "expir": [24, 35, 39], "explain": 20, "explanatory": 42, "explic": [15, 62], "explicitly": [8, 27], "expliqu": 41, "expliquent": 7, "exploit": [7, 17, 20, 53], "explor": [10, 19, 53], "export": [42, 52, 56], "express": 46, "extend": [66, 69], "extens": [12, 20, 44], "extern": [26, 41, 77, 79], "external": [2, 22, 30, 54, 56, 57, 69], "externally": 27, "extra": 12, "ext\u00e9rieur": 41, "ex\u00e9cut": [20, 26], "eye": 19, "f": [12, 17, 45, 60, 72, 80, 83], "fac": 41, "facilit": [20, 80], "facing": [60, 82], "facteur": [6, 50, 51, 54, 82], "factor": [6, 45, 46], "facult": 26, "fail": 12, "failed": [12, 44], "failur": [9, 12], "fair": [7, 17, 23, 24, 28, 30, 35, 41, 42, 82], "fait": [10, 20, 26, 28, 41, 46], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fatal": 11, "faut": [26, 41], "favor": [21, 57], "favorit": [0, 21, 80], "favorited": 42, "fa\u00e7on": [17, 20, 41, 45], "feasibl": 14, "featur": [2, 9, 12, 18, 19, 21, 40, 41, 42, 44, 60, 62, 70, 74], "feder": [6, 23, 30, 73], "federated": [21, 23, 30, 70, 82], "fedor": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fen\u00eatr": [7, 10, 20, 41, 45, 50], "ferm": [20, 45, 47], "few": [62, 81], "fich": [20, 42], "fichi": [6, 7, 10, 17, 25, 28, 33, 35, 37, 39, 41, 42, 46, 53], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": [3, 6, 8, 10, 11, 13, 14, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": 37, "fileinto": 44, "filenam": [16, 19], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 27, 41, 44, 56], "filled": [15, 27, 41, 44], "filt": [21, 36, 42, 83], "filter": [0, 36, 44, 69, 76, 83], "filtered": [0, 1], "filtering": 69, "filtr": 59, "fin": [20, 28, 41, 80], "final": 41, "finalis": 42, "finaliz": 69, "find": [12, 14, 17, 19, 20, 21, 24, 25, 42, 56, 57, 66, 69, 70, 72, 74, 81, 82], "finding": 41, "finish": 1, "finished": [5, 50, 52], "firefox": [20, 83], "first": [12, 14, 15, 28, 38, 42, 44, 56, 60, 66, 71], "fit": 65, "fix": [14, 33], "flag": 44, "flagged": 44, "flech": [28, 39, 50], "fleeting": 19, "flexibility": 44, "flow": [9, 25, 41], "flush": 16, "flux": 82, "focus": [44, 80], "focused": [14, 55, 58, 60], "fois": [20, 24, 26, 35, 39, 41, 42, 50, 59], "fold": [0, 4, 8, 10, 11, 14, 15, 19, 21, 27, 29, 35, 36, 41], "folder": [8, 9, 14, 15, 19, 21, 25, 27, 36, 37, 38, 42, 44], "foldersync": 20, "follow": [0, 5, 9, 14, 18, 19, 80], "followed": [1, 19, 44], "following": [8, 12, 15, 16, 19, 21, 27, 42, 44, 49, 52, 60, 82], "fonction": [17, 20, 26, 29, 33, 41, 46, 47, 48, 80, 81], "fonctionnal": [7, 20, 21, 42, 50, 73, 79, 82], "fond": 80, "for": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 42, 45, 49, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 74, 76, 80, 81, 82, 83], "forc": [9, 26], "forceloginv2": 9, "forcesyncinterval": 9, "forf": 48, "forget": 5, "form": [1, 26, 28, 35, 41, 42, 44, 45, 73], "format": [2, 5, 9, 15, 21, 41], "formatted": 44, "formatting": 5, "formel": 42, "formulair": 28, "fort": 20, "forth": 1, "forward": [69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourn": [7, 20, 26, 31, 41], "fournisseur": [20, 26], "framework": 7, "fre": [11, 15, 20, 40, 41, 60], "freeing": 15, "from": [0, 1, 2, 8, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 76, 82, 83], "front": 60, "fr\u00e9quenc": 48, "fr\u00e9quent": 20, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 44, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38], "fun": 5, "function": [20, 81], "functionality": [20, 42], "furth": [38, 44, 82], "fuseau": 41, "futur": [1, 20, 41, 44, 60, 62], "f\u00e9der": [28, 35, 82], "g": [0, 4, 8, 19, 41, 45, 49], "galer": 26, "gard": [20, 39], "gateway": [8, 69], "gauch": [20, 41, 42, 50, 80], "gb": 11, "gen": 41, "gener": 1, "general": [7, 9, 12, 41], "generat": [45, 46, 48, 54, 66, 81], "generated": [1, 44, 49, 52, 54, 66], "generic": 45, "ger": [6, 26, 30, 51, 53, 77, 82], "german": 80, "gestion": [6, 20, 24, 33, 39, 43, 81], "gestionnair": [7, 17, 41, 46, 50], "gestur": 63, "get": [10, 15, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "getting": [3, 6], "gif": 66, "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 54, 60, 62], "given": [44, 60, 63], "giving": [0, 12], "glanc": 36, "glob": 41, "global": [6, 19, 76, 80], "gmbh": 7, "gmbhnextcloud": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 44, 45, 58, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "got": 18, "go\u00fbt": 80, "grand": [24, 31, 33, 53], "grant": [14, 41, 44, 60, 63], "granted": 60, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "gros": [22, 30], "group": [3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 77, 82], "grouped": [0, 44, 83], "groupwar": [6, 42, 48, 52], "gr\u00e2c": [20, 26, 35], "guard": 12, "guest": [6, 56, 58, 60, 69, 73, 82], "gui": [8, 27, 45], "guid": [14, 37, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "g\u00e9ner": [41, 81], "g\u00e9n\u00e9ral": [7, 41, 47, 77, 81], "h": [8, 16, 20], "habituel": [7, 26, 41], "had": 19, "halt": 44, "hand": [5, 19, 80], "handl": 12, "handled": 44, "handy": 69, "happen": [5, 15], "happened": 0, "happening": [0, 15], "happy": 19, "hard": 12, "hardwar": 83, "has": [1, 8, 10, 12, 15, 18, 19, 20, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hav": [1, 8, 12, 14, 15, 16, 19, 21, 25, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29], "head": [20, 21, 41, 44, 58], "heading": [2, 5, 66], "hebdomadair": 41, "help": [11, 16, 18, 41, 42, 44, 57, 69, 82, 83], "helpful": [15, 82], "her": [2, 15, 44, 66, 69, 72], "heur": [39, 59, 79], "heurt": 26, "hid": [29, 44, 55, 72], "hidden": [4, 8, 44], "hierarchical": 2, "high": [12, 64, 80], "highlighted": [62, 76], "histor": 20, "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25], "hood": 15, "horair": 41, "horizontal": [2, 44], "horodatag": [24, 39], "host": 9, "hour": [0, 12, 16, 69, 76], "hourly": 0, "hov": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 15, 20, 21, 33, 36, 41, 60, 81], "howev": [12, 19, 42, 44], "hr": 9, "href": 20, "html": [26, 37, 41], "http": [8, 9, 11, 12, 20, 26, 35, 37, 41, 45, 47, 48, 49, 51, 53], "httpproxy": 8, "hub": [41, 44, 69], "h\u00e9berg": 20, "h\u00e9bergeur": 53, "h\u00e9sit": 80, "h\u00f4t": 20, "i": [2, 16, 47], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "ic\u00f4n": [10, 28, 42, 45, 50, 51, 54], "ide": 69, "ideally": 54, "ident": [20, 26, 81], "identical": 44, "identif": 20, "identifi": [20, 26, 41, 45, 60, 82], "identify": [15, 19, 54], "identity": 70, "id\u00e9": 10, "id\u00e9al": 79, "id\u00e9at": 42, "if": [0, 1, 4, 6, 9, 11, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "ifram": 41, "ignor": [8, 19, 41], "ignored": 12, "ignoring": 19, "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immediately": [1, 12, 14, 27, 36, 54, 62, 69], "imm\u00e9diat": [10, 24, 41, 42, 53], "implement": 44, "implemented": 25, "implicit": 20, "impl\u00e9ment": 20, "impl\u00e9mentent": 20, "import": [2, 12, 15, 20, 26, 38, 44, 46, 52, 56, 69, 76, 80, 81, 83], "importing": 44, "imposed": 15, "impossibl": [20, 26], "improv": [20, 44], "improved": 20, "imput": 33, "imputent": 33, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 18, 19, 20, 21, 25, 26, 27, 28, 29, 36, 38, 39, 40, 41, 42, 45, 46, 48, 49, 50, 51, 54, 55, 57, 58, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 80, 81, 82, 83], "inaccessibl": 20, "inact": 59, "incap": 10, "includ": [8, 19, 21, 41, 44], "including": [8, 20, 41, 44, 52, 60, 62], "incluent": 82, "inclur": 41, "inclus": [6, 50], "inclut": 42, "incoming": 44, "incorrect": [9, 19], "increas": 20, "increased": 15, "increasing": 11, "incr\u00e9ment": 41, "independent": [0, 12], "index": [12, 26, 41], "indicat": [19, 60], "indicator": [19, 21, 27, 44, 62, 69], "indiqu": [10, 20, 40, 47, 51, 59], "indispens": 7, "indisponibl": 35, "individual": [14, 19, 27, 41, 54, 72], "individually": [42, 44, 54], "individuel": [26, 40], "ind\u00e9pend": 41, "inetrdir": 7, "influenc": 11, "info": 36, "inform": [7, 8, 10, 11, 12, 13, 14, 15, 20, 21, 33, 35, 41, 43, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informat": 24, "informational": 19, "informed": 41, "informel": 42, "inherited": 42, "inhibit": 8, "ini": 9, "initi": [35, 37], "initial": 35, "initialis": 26, "inlin": [36, 66], "inotify": 12, "input": [1, 19, 56, 66, 80], "inscript": 41, "inser": [7, 41], "insert": [1, 2, 41, 66], "inserted": [1, 44], "inserting": 72, "insid": [21, 27], "instagram": 42, "install": [6, 7, 12, 13, 17, 19, 20, 28, 35, 41, 42, 45, 48, 57, 73], "installed": [0, 1, 8, 14, 15, 19, 44, 52, 60, 74, 75, 83], "installing": 20, "instanc": [0, 6, 12, 14, 15, 20, 26, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [10, 41, 69], "instantan": [48, 59], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [7, 17, 26, 41, 46, 66, 68, 73, 74, 77], "integrat": [12, 15, 19, 44, 57, 75], "integrated": [15, 49], "integrating": [67, 73], "integration_open": 44, "intelligent": [1, 15], "intentionally": 12, "interact": [8, 14], "interacted": 44, "interacting": [67, 73], "interd": 7, "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 41, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": 41, "internal": [19, 69], "internet": [20, 43, 48, 49], "interoper": 41, "interrupt": 69, "interval": [9, 12], "intervall": 41, "interven": 79, "into": [1, 12, 14, 15, 17, 21, 25, 29, 35, 41, 42, 44, 58, 60, 66], "introduced": [19, 41], "introduct": 6, "introductory": 5, "intrud": 26, "int\u00e9ress": 33, "int\u00e9rieur": [24, 41], "invalid": [8, 54], "investigating": 15, "invisibl": [19, 36, 41], "invit": [7, 20, 42, 45, 59, 72, 73, 79], "invited": 72, "inviting": 70, "invok": 8, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 49, 51, 52, 54, 60, 62, 63, 64, 66, 69, 72, 74, 75, 76, 80, 81, 82, 83], "issu": [14, 25, 44, 66], "it": [0, 1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 56, 58, 60, 62, 63, 64, 66, 69, 70, 72, 74, 76, 81, 82, 83], "italicized": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "itself": [14, 20, 76], "jam": [26, 39, 41], "jaun": [10, 26], "jeton": [6, 20, 35, 41], "jeux": 42, "job": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "jour": [6, 10, 13, 14, 20, 24, 26, 28, 33, 35, 39, 41, 48, 59, 82], "journ": 41, "journali": 41, "jpg": 20, "json": 56, "judici": 10, "jump": [2, 21], "jumping": 15, "jusqu": [20, 24, 33, 39, 41, 51, 79], "just": [2, 5, 12, 18, 21, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kaddressbool": 48, "kalendar": 48, "kalendri": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 38, 41, 42, 44, 69, 76, 81], "keeping": 15, "kept": [15, 26, 42, 44], "key": [41, 42, 72, 83], "keyboard": [60, 72, 80], "keynot": 15, "keyring": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": 48, "korganis": 48, "korganiz": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36], "labeled": 51, "labelled": [41, 51], "laiss": 41, "lanc": [20, 45, 51], "landing": [2, 42], "langu": 82, "languag": [1, 44, 64], "larg": [19, 29, 44, 65], "last": [5, 19, 39, 44, 54, 55, 83], "lat": [1, 2, 5, 42, 44, 54, 56, 69, 72, 76], "latest": [14, 18, 25, 26, 37, 52, 83], "lat\u00e9ral": [20, 28, 35, 41, 42, 80], "launch": [12, 14, 16, 19], "launchagent": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "learned": 2, "least": [1, 39, 42], "leav": 21, "leaving": 44, "lectur": [20, 41, 80], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "lequel": 41, "lesquel": [35, 41], "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 83], "letsencrypt": 47, "letting": 44, "lettr": 51, "level": [2, 16, 21, 26, 60, 62, 69, 80], "li": [6, 59, 81], "libr": [24, 41, 80], "library": [9, 17], "lien": [20, 28, 29, 41, 42, 59, 82], "lieu": [20, 41, 42, 59], "lign": [7, 17, 46], "lik": [5, 15, 21, 41, 42, 44, 56, 57, 60, 70, 74, 80], "likely": [19, 44], "lim": [12, 19, 69, 83], "limit": [15, 20, 24, 31, 37, 39, 41, 42], "limited": [12, 15, 69], "lin": [6, 12, 13, 14, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 35, 41, 44, 56, 66, 69, 72, 80], "linked": 28, "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listday": 41, "listed": [1, 12, 42, 60], "listening": [8, 9], "listing": [29, 57], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "liv": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": [44, 80], "lobby": 79, "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "localis": 42, "locally": [9, 10, 15, 56], "locat": [8, 9, 12, 15, 19, 20, 21, 41, 44, 51, 69], "located": [4, 17, 19, 44], "lock": 82, "log": [8, 14, 15, 16, 20, 21, 51, 54, 81, 83], "logd": 16, "logdebug": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 44, 82], "logging": [19, 29, 83], "logiciel": [17, 20, 53], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "loin": 10, "long": [0, 1, 9, 15, 40, 42, 44, 69, 76, 81], "longu": 20, "look": [33, 38, 55, 57, 70, 81, 83], "looking": 44, "loop": 12, "lor": [20, 31, 41, 51], "lorsqu": [7, 10, 20, 26, 33, 35, 39, 40, 41, 42, 45, 46, 59], "los": [6, 38], "losing": 81, "lost": 19, "loudspeak": 60, "low": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "l\u00e0": 41, "l\u00e9gend": 41, "mac": [15, 19], "machin": [8, 10], "macos": [6, 9, 13, 19, 25, 42, 43, 51], "mad": [41, 47], "magasin": [20, 42], "magic": 5, "magiqu": [24, 26], "mail": [0, 6, 40, 41, 43, 45, 49, 51, 52, 59, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "maintain": 42, "maintained": 14, "mainten": [20, 29, 41, 45, 47, 48, 81], "maison": [41, 53], "maitress": 26, "major": 14, "mak": [5, 12, 25, 28, 29, 39, 58, 60, 66, 74], "making": [9, 19, 41], "malad": 40, "malencontr": 41, "manag": [5, 12, 14, 15, 20, 21, 36, 41, 42, 44, 56, 57], "managed": [14, 27, 44], "manager": 14, "managing": [21, 31], "mandatory": 62, "mani": [7, 20, 24, 26, 41], "manipul": 26, "mann": 8, "manqu": 21, "manual": [14, 15, 27, 36, 44, 49], "manually": [12, 44, 50, 58, 62], "manuel": [6, 7, 13, 20, 24, 25, 29, 39, 45, 48, 79], "many": [12, 41], "mapp": 20, "mappag": 20, "mapping": 20, "mark": [19, 21, 27, 44, 66], "markdown": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54], "marketing": 82, "marking": 44, "marqu": 77, "masqu": 35, "mastodon": 42, "mat": 20, "match": [12, 42, 44, 83], "matched": 19, "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "mat\u00e9riel": 81, "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximal": [20, 41], "maximum": [8, 9, 11, 20, 24, 41], "may": [0, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mayb": 41, "mb": [9, 11], "mdn": 21, "mean": [15, 19, 27, 41, 44, 81], "meaning": [9, 44], "meanwhil": 42, "medi": [8, 21, 42, 60, 62, 69], "meeting": [57, 69, 72, 83], "meilleur": [41, 80], "memb": [42, 69], "member": [2, 5], "membership": 42, "membr": [20, 35, 42], "memory": 1, "mention": 69, "mentioned": [57, 69, 82], "mentioning": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 35, 36, 41, 42, 44, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": [48, 80], "merc": 41, "mercred": 41, "merg": 42, "merged": 42, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "messager": 50, "mesur": 41, "met": [20, 28], "metadat": 19, "method": [27, 45, 58, 81], "mettr": [30, 34, 77], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "mieux": 10, "might": [9, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "millisecond": 9, "mim": 12, "min": 9, "minchunksiz": 9, "mind": 41, "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "mis": [6, 10, 13, 14, 20, 28, 35, 41, 48], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "mod": [20, 42, 60, 66, 69, 73, 80], "modal": [41, 80, 83], "model": [1, 44], "moder": [6, 42, 69, 73], "moderator": [42, 56, 58, 60, 62, 64, 69, 70, 74, 76], "modif": [6, 7, 10, 12, 19, 20, 31, 42], "modifi": [10, 20, 21, 24, 26, 33, 37, 51, 82], "modified": [0, 21, 42], "modify": [0, 19, 42, 60], "modifying": 19, "modul": 35, "moin": 10, "mois": 41, "moment": [28, 41], "monfichi": 10, "monitor": [8, 12, 63, 72], "monitoring": 57, "monnextcloud": 48, "monochrom": 19, "mont": [20, 24, 28, 35], "montr": [10, 20, 41], "mor": [0, 2, 5, 11, 12, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 74, 81, 82, 83], "morning": 0, "most": [18, 19, 41, 44, 74, 83], "mot": [6, 20, 35, 45, 47, 50, 51, 81, 82], "mount": [20, 21, 27], "mounted": 20, "mous": [2, 63, 80], "mov": [0, 20, 21, 52, 58, 80], "moved": [9, 44, 69], "movetotrash": 9, "moving": 44, "moyen": [7, 26, 41, 42, 81], "mozill": 83, "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "muted": [60, 72], "mutually": 44, "my": 2, "my_sync_fold": 8, "mycertificat": 20, "mydat": 10, "mynextcloud": 20, "m\u00e9can": 7, "m\u00e9di": 42, "m\u00e9gaoctet": 31, "m\u00e9moir": 24, "m\u00e9tadon": 33, "m\u00e9thod": [7, 20, 28, 41, 42, 47], "m\u00eam": [7, 10, 20, 33, 41, 46, 48, 50, 80], "nam": [2, 4, 5, 8, 16, 20, 21, 27, 36, 41, 42, 45, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "naturally": 42, "nautilus": [19, 46], "navig": [0, 1, 6, 7, 20, 35, 36, 51, 65, 69, 76, 80, 81], "navigat": [0, 21, 37, 44, 80], "navigating": 6, "navigator": 20, "navigu": [6, 20, 35], "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": 21, "nearly": 10, "necessary": [19, 41, 54], "need": [2, 9, 12, 14, 15, 17, 20, 41, 42, 44, 46, 48, 49, 58, 64, 69, 70, 76], "needed": [11, 38, 41, 69], "needing": [15, 42], "nemo": [19, 20], "nested": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42], "netxcloud": [24, 26, 41], "nev": [38, 69], "new": [1, 2, 5, 9, 12, 15, 16, 21, 27, 36, 37, 39, 41, 42, 51, 52, 54, 56, 69, 76, 80], "newest": 44, "newly": [12, 15], "newsletter": 44, "nexcloud": [24, 25, 53], "next": [5, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "ni": 26, "nic": 5, "nick": 5, "night": 66, "nitrokey": 81, "niveau": 41, "nkujuxuj3b": 17, "no": [9, 12, 15, 19, 20, 21, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": 69, "nom": [7, 10, 20, 26, 28, 35, 37, 41, 42, 45, 47, 48, 49, 50, 51, 82], "nombr": [26, 35, 41], "nombreux": 41, "nomm": [20, 39], "non": [2, 8, 9, 10, 14, 20, 24, 26, 37, 41, 44, 49, 50, 81, 82], "normal": [9, 19, 50, 66], "normally": 44, "not": [0, 2, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 35, 36, 38, 40, 41, 42, 44, 45, 49, 54, 58, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": 41, "notificationrefreshinterval": 9, "notified": [0, 69, 72, 76], "notify": [15, 60, 69], "notify_push": 15, "notr": [42, 43, 73, 80], "nouveau": [20, 24, 26, 33, 35, 37, 39, 41, 42, 45, 48, 50, 51, 59, 82], "nouvel": [7, 20, 24, 28, 35, 39, 42, 50, 59], "now": [2, 5, 10, 14, 42, 44, 66], "ns": 20, "nuag": 28, "numb": [11, 19, 28, 41, 44, 58, 60, 69], "number": [15, 42], "n\u00e9anmoin": 7, "n\u00e9cessair": [7, 35, 37, 47, 48], "n\u00e9cessit": [10, 20, 31, 41], "object": [0, 26, 27], "objet": [35, 41], "obligatoir": 45, "obscured": 69, "observ": 14, "obten": [20, 51, 80], "obtenu": [20, 35], "oc": [20, 28], "occ": 27, "occup": [24, 41], "occupent": 33, "occur": 44, "occurred": [0, 20], "oct": 20, "oeuvr": [7, 30, 34], "of": [0, 1, 2, 4, 5, 8, 9, 11, 14, 15, 16, 18, 19, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 49, 51, 52, 54, 56, 57, 58, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 19, 20, 21, 35, 44, 60, 80], "offert": 41, "offic": [12, 20, 21, 41, 69], "officially": 14, "offlin": [15, 19, 27], "offre": 7, "offrent": 41, "often": [0, 41], "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "onboard": [2, 3, 6], "once": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 56, 60, 66, 70, 81, 82, 83], "onglet": [20, 35, 41], "ongoing": [62, 69], "onlin": [2, 19, 46, 83], "only": [0, 2, 4, 14, 15, 19, 27, 28, 35, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 81, 82, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 38, 41, 42, 44, 45, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [15, 19, 69], "opening": [2, 15, 16, 60], "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 19, 20], "operating": [12, 20], "operator": 44, "opportunity": 12, "opt": [9, 44], "optimis": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "optional": [20, 44], "optionnel": [20, 41], "or": [0, 1, 2, 4, 5, 6, 8, 11, 12, 14, 15, 16, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 41, 42, 44, 45, 48, 49, 51, 55, 56, 58, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 80, 81, 82, 83], "order": [12, 42], "ordered": [44, 66], "ordin": [25, 46, 53, 73], "org": [8, 20, 47], "organ": 42, "organis": [36, 41, 42, 77], "organiz": [2, 3, 41, 44], "organized": [0, 76], "organizing": 5, "original": [33, 44, 64], "os": [7, 8], "other": [0, 1, 2, 4, 8, 11, 12, 14, 15, 16, 19, 21, 25, 26, 27, 29, 35, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "oui": 26, "our": [14, 15, 44], "out": [5, 19, 20, 39, 41, 44, 57, 60, 63, 69, 81, 83], "outbound": 35, "outgoing": 44, "outil": [7, 17, 43, 80, 81], "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outr": [17, 24], "outsid": [14, 36, 44, 82], "ouvertur": [46, 80], "ouvr": [7, 10, 20, 26, 37, 41, 42, 45, 46, 47, 48, 80], "over": [2, 19, 20, 27, 42, 44, 69, 76], "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 37, 42, 44], "ownership": [23, 30, 42], "o\u00f9": [7, 20, 26, 35, 41, 42, 45, 46, 59], "p": 8, "packag": [7, 8, 14, 19, 20], "pag": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pan": [12, 44], "panel": [1, 36, 44], "panneau": [20, 50], "paperclip": 56, "papi": [41, 51], "paquet": [7, 17], "parallel": [11, 15, 19], "parameter": [20, 52], "parametr": [7, 10, 20, 24, 26, 35, 40, 41, 42, 45, 46, 47, 48, 51, 79, 80, 82], "param\u00e9trag": [37, 41], "parcour": 20, "parent": [19, 21, 35, 42, 58], "parfois": 41, "part": [2, 5, 12, 26, 28, 40, 41, 42, 44, 47, 50, 59, 60, 69], "partag": [6, 28, 30, 33, 43, 53], "partagent": 33, "particip": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79, 80], "participent": 79, "particular": [0, 58], "particuli": [26, 53, 59], "party": [12, 20, 70], "pass": [6, 8, 17, 20, 35, 45, 47, 50, 51, 80, 81, 82], "passed": [8, 39], "passkey": 83, "password": [8, 14, 20, 35, 42, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 19, 27], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "paused": 19, "pay": 41, "pdf": 21, "peer": 2, "pem": 20, "penalty": 20, "pend": [40, 41, 42], "pending": 70, "pens": 41, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 42, 45, 60], "perd": 26, "perdr": 26, "perdu": 41, "perfectly": 18, "perform": [8, 9, 20, 42, 44, 64], "performed": 44, "period": [19, 69, 76, 83], "periodic": 27, "perm": [20, 37, 42, 45, 60, 69], "permanently": [4, 12, 15, 24, 69], "permet": [7, 20, 26, 28, 35, 41, 42, 43, 79], "permettent": 42, "permettr": [7, 41, 79], "permettront": 41, "permiss": [57, 60, 63], "persist": 27, "persisted": 9, "persistent": 20, "person": [10, 20, 24, 33, 35, 40, 41, 69, 82, 83], "personal": [0, 6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 52, 54, 69, 70, 76, 81, 82, 83], "personnalis": [7, 41, 80], "personnel": [20, 24, 41, 46, 50, 82], "peterstei": 12, "petit": 77, "peu": [20, 24, 33], "peut": [6, 7, 17, 20, 24, 33, 35, 37, 41, 46, 48, 50, 51, 80, 81], "peuvent": [17, 20, 24, 35, 41, 42, 48, 80], "phon": [42, 45, 60, 69, 81, 82], "photo": [42, 69, 82], "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physiqu": [6, 20], "pi": 15, "pick": [1, 21, 29, 36, 56, 69], "picker": 6, "pictur": [5, 42, 82, 83], "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkg": 8, "plac": [1, 2, 7, 10, 20, 24, 65, 69, 77, 83], "placed": 8, "plag": 41, "plain": [20, 21, 54], "plaisant": 42, "plan": 7, "planifi": 41, "planning": 41, "plasm": 48, "plateform": 17, "play": [21, 45, 62], "playback": 21, "pleas": [4, 41, 42, 44, 63, 82], "plein": 26, "plist": 17, "plupart": 48, "plus": [10, 20, 24, 26, 31, 33, 35, 37, 39, 41, 42, 43, 45, 50, 73], "plusieur": [20, 35, 41, 53, 80], "plut\u00f4t": [26, 50], "point": [10, 14, 35, 41, 44, 45, 83], "pointing": [27, 44], "polic": [7, 80], "polit": 7, "poll": [9, 15], "ponctuel": 41, "pop3": 43, "popov": 80, "popular": 41, "populated": 19, "popup": 41, "port": [8, 9, 20, 44, 47, 49], "portabl": 20, "pos": [26, 80], "posit": 42, "possed": 41, "possibil": [20, 21, 35, 41], "possibility": 38, "possibl": [0, 1, 7, 10, 12, 15, 17, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": 20, "post": [51, 57], "potential": 44, "poubel": [28, 54], "pourr": [10, 20, 24, 26, 41, 48, 51, 80, 82], "pourront": [7, 26, 41], "pouv": [17, 20, 21, 26, 28, 29, 35, 39, 40, 41, 42, 47, 48, 50, 53, 54, 59, 77, 79, 80, 81, 82], "pouvoir": [24, 45], "powered": 1, "ppa": 8, "pratiqu": 41, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefined": [19, 44, 60], "pref": [14, 44], "preferent": [0, 9, 17, 41, 44, 45, 52], "preferred": 20, "premi": [7, 26, 39, 41, 42, 48, 81, 82], "prend": [41, 50, 81], "prendr": [41, 48], "prepar": [18, 62], "prepared": 66, "preselected": 2, "present": [21, 27, 63], "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 41, 44, 46, 51, 60, 83], "pressing": [5, 66, 72], "preuv": 81, "prevent": [42, 82], "prevented": 69, "preview": [2, 15, 21, 44, 55, 60], "previous": [0, 1, 12, 21, 39], "previously": 44, "primary": 44, "princip": 39, "principal": [26, 41, 47, 51, 80], "pris": [33, 41, 81], "priv": [41, 48, 82], "privacy": [38, 44, 62, 83], "privat": 82, "privately": 66, "pro": 81, "probabl": 20, "problem": [10, 11, 12, 15, 26, 80, 81], "proc": 12, "proceed": 44, "process": [8, 12, 41, 44, 52], "processed": [44, 62], "processus": 39, "prochain": [7, 41], "proc\u00e9dur": 50, "produc": [9, 19, 21], "product": 43, "produir": 26, "produit": [10, 41], "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14], "programm": [7, 24, 41], "progress": [15, 19, 60], "projet": 43, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 81], "promptdeleteallfil": 9, "prompted": [14, 51, 60, 63, 72], "prop": 20, "propagat": 8, "propagated": 35, "properly": 12, "propert": 42, "propertyhandler": 12, "propertysystem": 12, "propfind": 20, "propos": [7, 41, 44, 50, 53, 73], "proposal": 52, "proposon": 80, "propr": [7, 28, 35, 42, 53], "propriet": 20, "propri\u00e9tair": [24, 26, 33, 35, 37, 41, 42], "propstat": 20, "protect": [35, 42], "protected": 69, "protecting": 38, "proteg": [20, 26, 35, 81], "protocol": [12, 20, 27, 41, 47, 50, 74], "provid": [0, 1, 6, 8, 12, 13, 14, 19, 20, 21, 38, 57, 64, 69], "provided": [15, 44, 69, 70], "providing": [55, 56], "provisioned": 44, "provisioning": 14, "provisoir": 41, "proxy": [8, 9, 19], "pr\u00e9cis": [41, 79], "pr\u00e9c\u00e9dent": [41, 50, 51], "pr\u00e9d\u00e9fin": 41, "pr\u00e9fer": [7, 20, 82], "pr\u00e9ferr": 20, "pr\u00e9f\u00e9rent": [6, 45, 81], "pr\u00e9par": 41, "pr\u00e9senc": 7, "pr\u00e9sent": [35, 40, 41, 42, 54], "pr\u00e9viendr": 7, "pr\u00e9visualis": [26, 41], "pr\u00e9voi": 20, "pr\u00e9vu": 59, "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "publiqu": [35, 41], "published": 82, "puis": [20, 26, 29, 42, 50, 51], "puiss": [10, 41], "push": [0, 60, 80], "put": 69, "p\u00e9riod": [20, 24, 33, 40, 41, 59], "p\u00e9ripher": [20, 53, 81], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualif": 28, "qualit": 80, "quand": [7, 24, 26, 28, 29, 33, 40, 41, 45, 48], "quatriem": 41, "quelqu": [26, 42, 48], "question": [8, 19, 41], "quick": [2, 19, 66, 69, 76, 80], "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quitt": [17, 20], "quot": [20, 30, 32, 66, 82], "quotidien": 41, "r": [51, 60, 80], "raccourc": 80, "racin": [20, 35, 37, 41], "radio": 42, "rafraich": 41, "rafra\u00eech": 50, "rais": 80, "raised": 11, "raison": [35, 37, 40, 47], "rajout": 21, "randomly": 44, "rang": [76, 83], "ranging": 12, "rapid": 42, "rath": 20, "rattach": 82, "rayur": 41, "re": [5, 12, 21, 35, 41, 44], "reach": 69, "reached": [27, 44], "read": [0, 8, 9, 20, 26, 27, 35, 38, 41, 42, 44, 69, 82], "reader": 80, "reading": 15, "ready": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 69], "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 66, 70, 76], "received": 72, "receiving": [44, 64, 70], "recent": [0, 19, 21, 44, 83], "recently": [21, 54], "recev": [29, 41], "recevoir": 41, "recevr": [41, 81], "recevront": 41, "recheck": 27, "recherch": [6, 7, 26, 37, 41, 46], "recipient": [28, 41], "recognis": 15, "recommand": [7, 20], "recommandon": [20, 25, 31], "recommenc": 26, "recommend": [15, 44], "recommended": [15, 20], "reconna\u00eetr": 20, "reconnect": [20, 26], "record": [0, 62], "recorded": [60, 62], "recording": [60, 73, 77], "recover": 21, "recovery": 6, "red": [19, 27, 60, 62], "redd": 51, "redirected": [69, 72], "redirig": 81, "reduc": 11, "reducing": 15, "red\u00e9marr": [7, 20], "red\u00e9marrag": 20, "ref": [14, 31], "refair": 50, "referent": [18, 21, 62, 76], "referm": 79, "reflect": 19, "reflected": 27, "refresh": 80, "refus": [35, 37, 41], "reg": 12, "regard": 47, "regardless": 56, "reged": 20, "regist": [12, 14, 45], "registered": [12, 60, 69, 78], "registering": 12, "registr": [7, 20], "registry": 12, "regl": [33, 35, 41], "regul": 62, "regular": [12, 20, 27, 36, 42, 60], "regularly": 11, "rejoign": 80, "rejoindr": 79, "rejoining": 69, "relanc": [20, 45], "relat": [41, 44], "related": [0, 1, 15, 41, 44, 83], "relaunch": 1, "releas": [12, 14, 18], "relev": [41, 42, 44, 76], "rel\u00e2ch": 41, "remain": [19, 44], "remaining": 11, "remarqu": 51, "rememb": 1, "remembered": 1, "remind": [41, 44], "reminder": [41, 69, 76], "remot": [8, 9, 10, 15, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 42, 44, 69, 83], "removal": 12, "removed": [19, 41, 44, 57, 69], "removing": 36, "rempl": [20, 24, 28, 41], "remplac": [20, 33, 35, 40, 41, 47, 51], "renam": [0, 21, 36], "renamed": 44, "rencontr": [20, 41], "rend": [19, 20, 48, 73], "rendr": [35, 41], "rendu": 7, "renomm": [24, 35], "renseign": [41, 47, 50], "reopen": 44, "repeat": [8, 51], "repeating": 41, "repl": [57, 69, 76], "replac": [45, 60, 69], "reply": [44, 66], "report": [15, 18, 44], "repositor": 8, "repository": [8, 9], "reprend": 40, "represent": 44, "reproduc": 18, "reproducibl": 14, "reproduit": 41, "requ": 47, "request": [1, 20, 44], "requested": 20, "requir": [1, 8, 62, 69, 74], "required": [8, 15, 27, 41, 60, 64], "requiring": [38, 44, 62], "reschedul": 66, "resiz": 60, "resolved": 15, "resourc": [42, 45, 46], "resourcetyp": 20, "respect": [24, 39, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "ressembl": [35, 41], "ressourc": [20, 46, 48], "rest": [20, 25, 28, 59], "restart": 15, "restaur": [26, 39, 41], "restor": [15, 24], "restoring": 41, "restreign": 6, "restreint": 20, "restrict": [36, 42, 82], "restricted": 36, "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retir": [17, 20, 26, 28], "retr": 8, "retried": [11, 44], "retriev": [20, 42], "retrieved": 42, "retrouv": 48, "retry": [27, 44], "retrying": [19, 27], "return": [21, 42, 60], "revanch": 26, "revealed": 15, "reven": 48, "revert": 69, "revient": 26, "review": [1, 20, 41], "reviewed": 41, "revok": 44, "revoked": 20, "re\u00e7oit": [35, 37], "re\u00e7u": 41, "rf": 17, "rfc": 41, "rich": [1, 50], "rien": 26, "right": [1, 15, 19, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "rol": [42, 82], "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20], "rou": 42, "rouvr": 20, "row": [21, 36, 65], "rss": 6, "rubriqu": [7, 79], "rul": [36, 44], "run": [1, 8, 9, 20, 27, 39], "running": [6, 15], "rw": 20, "r\u00e9activ": [6, 26], "r\u00e9alis": 41, "r\u00e9appara\u00eetr": 45, "r\u00e9ccurrent": 41, "r\u00e9cent": 20, "r\u00e9cuper": 41, "r\u00e9duis": 80, "r\u00e9duit": [42, 80], "r\u00e9el": 42, "r\u00e9fer": 20, "r\u00e9gion": 41, "r\u00e9glag": 47, "r\u00e9guli": 41, "r\u00e9initialis": 40, "r\u00e9par": 48, "r\u00e9percut": 35, "r\u00e9pertoir": [20, 28, 53], "r\u00e9pertor": 41, "r\u00e9pertori": 82, "r\u00e9pondeur": 40, "r\u00e9pondu": 41, "r\u00e9pons": 41, "r\u00e9seau": [35, 50], "r\u00e9serv": 77, "r\u00e9solu": 10, "r\u00e9solus": 10, "r\u00e9soudr": 10, "r\u00e9tent": [24, 33], "r\u00e9union": 41, "r\u00f4l": 7, "s3": [20, 27], "sabredav": 20, "saf": [38, 69, 81], "safar": 83, "sais": [20, 28, 37, 41, 45, 47, 48, 50], "sal": 82, "sall": [42, 73, 77], "sam": [5, 8, 10, 14, 15, 19, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "samb": 27, "san": [20, 28, 35, 39, 41], "sauf": [20, 41], "sauv": 20, "sauvegard": [20, 41, 42, 47], "sav": [12, 15, 41, 44, 54, 56, 62, 80], "saved": [5, 27, 36, 39, 42, 44, 62], "savoir": [20, 24, 26, 33, 35, 73], "say": 10, "scan": [12, 27], "scann": [45, 81], "scary": 5, "schannel": 51, "schedul": [14, 52, 66], "scheduled": [1, 66, 69], "schem": 12, "scop": [14, 82], "scoped": 44, "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 80, 81], "screensharing": 63, "script": [17, 20, 26, 44], "scripting": 20, "scroll": [20, 44, 51, 65, 66], "sc\u00e9nario": 24, "sc\u00e9narios": 10, "seamlessly": 15, "search": [2, 8, 21, 36, 42, 69, 72, 78, 80, 83], "searched": 44, "searching": [41, 44, 69, 82], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 51, 52, 55, 62, 69, 72, 77], "secur": 38, "security": [20, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 27, 28, 29, 33, 36, 40, 41, 44, 56, 58, 60, 62, 63, 69, 70, 72, 81, 82, 83], "seeing": 82, "seen": 51, "sees": 38, "sein": [42, 59], "select": [0, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 56, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selector": 66, "self": [42, 76], "selon": [20, 39, 48], "sem": 19, "semain": [39, 41, 42, 82], "send": [0, 1, 41, 44, 58, 60, 66, 70, 76, 80], "sender": 44, "sending": [29, 67, 73, 76], "sensit": 69, "sent": [0, 28, 44, 69], "separat": [0, 1, 44], "separately": [44, 49, 81], "ser": [7, 10, 20, 24, 33, 35, 41, 47, 50, 80, 81], "sert": 26, "serv": [8, 9, 10, 11, 13, 15, 19, 20, 21, 25, 26, 27, 28, 29, 35, 36, 37, 38, 46, 49, 51, 54, 62, 69, 70, 78, 81, 82, 83], "server": [21, 27, 41, 70, 82], "server_address": 8, "servercert": 20, "serveur": [10, 17, 20, 21, 24, 28, 30, 34, 35, 41, 43, 45, 47, 48, 49, 50, 51, 53, 82], "servic": [20, 26, 27, 29, 47, 57, 73, 74, 77], "session": [9, 20, 79, 80], "set": [4, 9, 33, 41, 42, 44, 45, 51, 62, 64, 69, 76, 82, 83], "setting": [4, 6, 9, 12, 15, 16, 20, 27, 35, 36, 37, 38, 41, 42, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 81, 82], "setup": [11, 12, 49, 51, 58, 74], "seul": [7, 20, 24, 26, 31, 35, 41, 42], "several": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "shar": [0, 2, 15, 19, 20, 23, 27, 29, 30, 38, 41, 42, 56, 62, 63, 73, 76, 82], "shared": [0, 2, 3, 15, 21, 27, 28, 41, 42, 56, 62, 63, 69, 76, 82], "sharing": [0, 21, 23, 29, 30, 37, 61, 70, 73], "shel": 12, "shift": [42, 80], "short": [18, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortly": [0, 62], "should": [5, 9, 11, 14, 19, 20, 41, 44, 46, 69, 81], "show": [0, 1, 4, 9, 12, 19, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 83], "showexperimentalopt": 9, "showing": [0, 4, 19, 21, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 60, 69, 83], "si": [7, 10, 17, 20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 40, 41, 42, 45, 47, 48, 50, 51, 59, 80, 81, 82], "sid": [5, 15, 19, 27, 38, 42, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "sign": [19, 20], "signal": [7, 80], "signatur": 44, "signif": 20, "signific": [20, 44], "significantly": 20, "silent": [8, 60], "similar": [15, 19, 41, 42], "similarly": 44, "simpl": [5, 17, 26, 27, 29, 39, 41, 42, 44], "simplified": 41, "simply": [19, 25, 44, 56, 76], "sinc": [35, 39, 44, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": [19, 43, 73], "situ": 17, "situat": [10, 11], "siz": [9, 11, 19, 20, 31], "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 58, 60, 63], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snippet": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 9, 12, 14, 15, 19, 21, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 80], "solely": 44, "solut": 35, "solv": [12, 81], "solved": 12, "som": [5, 9, 14, 19, 26, 27, 41, 44, 57, 69, 82], "sombr": 80, "somebody": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sort": [7, 41], "sorting": 44, "souci": 26, "souhait": [7, 20, 26, 41, 42, 45, 50, 51], "souhaitent": 41, "soulag": 80, "sourc": [14, 20, 38, 48, 53], "sourced": 8, "sous": [17, 24, 28, 37, 45, 46, 73], "souscr": 53, "souten": 42, "spac": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": [62, 72], "special": [15, 18, 29, 51, 69], "specif": [9, 11], "specific": [0, 8, 15, 27, 41, 44, 54, 58, 66, 76, 81, 83], "specifically": 12, "specified": [8, 16, 44], "specify": [8, 16, 58], "spectr": 53, "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "sp\u00e9cial": 26, "sp\u00e9cif": [17, 20, 39, 41, 42], "sp\u00e9cifi": [41, 42], "squar": 42, "sse": [30, 34], "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "standard": [8, 14, 20, 80], "standardized": 15, "star": [21, 42], "starred": 21, "start": [1, 12, 38, 44, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "startup": 19, "stat": [8, 15, 19, 44], "status": [20, 25, 27, 40, 41, 60, 69, 83], "stay": [41, 44], "stdout": 16, "step": [12, 14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 42, 44, 62, 69], "stock": [20, 26], "stockag": [20, 26, 30, 32], "stockent": 33, "stolen": 81, "stop": [19, 44, 58, 62, 63, 81], "stopping": 62, "stor": [15, 19, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 39, 42, 44], "strateg": 7, "stream": [6, 62, 72], "strikethrough": 15, "string": 19, "structur": [2, 3, 21, 42], "stylo": 41, "sub": [24, 45], "subfold": 8, "subfolder": 12, "subject": 44, "subm": [1, 41], "submenu": 76, "subpag": 2, "subscrib": 76, "subscribed": 76, "subscript": 53, "subsequent": 15, "substantially": 20, "substring": 44, "succes": [7, 41, 51], "successful": [14, 27, 28], "such": [0, 1, 14, 19, 26, 27, 36, 41, 42, 44, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suff": [26, 50, 53], "suffis": 20, "sugger": 26, "suggested": 44, "suit": [8, 40, 43, 51, 83], "suitabl": 41, "suiv": [7, 17, 20, 28, 35, 41, 45, 46, 47, 48, 50, 51, 80, 81, 82], "sujet": 41, "summariz": 1, "summarizing": 44, "summary": 57, "suppl\u00e9mentair": 41, "support": [6, 14, 15, 17, 19, 20, 39, 41, 42, 44, 46, 49, 50, 51, 53, 81], "supported": [8, 16, 21, 42, 44, 66, 74, 83], "suppress": [17, 24, 33, 41, 42], "supprim": [7, 10, 17, 20, 21, 28, 30, 32, 33, 59], "sup\u00e9rieur": [20, 50], "sure": [12, 39, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [41, 42, 44], "symbolic": [12, 19], "sync": [8, 14, 19, 20, 25, 44, 81], "synced": [12, 17, 19, 25], "synchronis": [6, 7, 10, 17, 20, 22, 41, 42, 43, 53], "synchroniz": [6, 8, 9, 11, 12, 13, 14, 15, 16, 20, 50, 51], "synchronized": [10, 13, 19], "syncing": [19, 47], "syntactical": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 53, 60, 62, 64, 70], "s\u00e9anc": 42, "s\u00e9cur": [6, 17, 20, 26, 30], "s\u00e9curis": [20, 53], "s\u00e9lect": 37, "s\u00e9lecteur": [37, 41], "s\u00e9lection": [20, 37, 41, 42, 45, 47, 49, 50, 51, 59], "s\u00e9par": [25, 41, 42], "s\u00fbr": 53, "tab": [0, 1, 12, 19, 21, 39, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabl": 66, "tableau": 43, "tach": 48, "tackled": 69, "tag": [21, 30, 32], "tagged": 0, "tagging": [36, 44], "taill": [20, 31, 33, 42, 80], "tak": [2, 9, 12, 15, 17, 28, 41, 44, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tand": 7, "tant": [20, 24, 35, 41, 59, 77, 82], "tap": [20, 45, 47, 50, 60, 81], "tapping": 60, "tard": 50, "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "targeting": 44, "task": [0, 2, 6, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technical": 15, "technically": 14, "tel": [7, 19, 26, 41, 44, 59], "telegram": 42, "telephon": 82, "temp": [40, 41, 48], "temporair": [20, 33], "temporarily": [12, 60], "ten": 27, "tentat": [26, 44], "tentatively": 44, "terabyt": 12, "term": [1, 18, 41], "termin": [20, 29, 40, 41, 45, 51], "terminal": 15, "test": [10, 14, 20, 24, 44, 48], "tested": 12, "tester": 18, "testing": [9, 18], "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 42, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 56, 60, 66, 81], "thank": 51, "that": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 19, 21, 29, 35, 36, 38, 39, 40, 41, 42, 44, 57, 58, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 16, 17, 18, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 39, 40, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 78, 80, 81, 82], "their": [9, 14, 15, 21, 41, 44, 51, 54, 58, 60, 69, 82], "them": [0, 4, 5, 6, 8, 9, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "themselv": [58, 64], "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 10, 19, 20, 24, 41, 42, 44, 62, 66, 69, 71, 72, 76], "therefor": 38, "thes": [14, 15, 19, 25, 41, 42, 44, 69, 81, 83], "they": [5, 8, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": 19, "think": 2, "third": [12, 20], "this": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 19, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 60, 62, 66, 69, 70, 72, 74, 78, 81, 82, 83], "thos": [0, 25, 42, 54], "though": [9, 12, 19], "thre": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "thread": [1, 76], "threaded": 44, "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tiendr": 41, "tient": 41, "tier": 41, "tierc": [20, 26], "til": 65, "tim": [8, 9, 10, 12, 14, 15, 19, 20, 36, 41, 44, 49, 57, 58, 60, 62, 64, 66, 69, 72, 76, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": 37, "tir": 41, "titl": [2, 5, 41, 44, 56, 76], "titr": [41, 59], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 80, 81, 82, 83], "today": 83, "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 41, 46, 48, 49, 54, 72, 81], "too": [41, 44], "tool": [1, 2, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touch": [28, 46], "touchpad": 63, "toujour": [20, 26, 41, 47, 80], "tous": [10, 17, 20, 21, 24, 26, 33, 35, 37, 41, 42, 48, 59], "tout": [7, 10, 17, 20, 26, 28, 39, 40, 41, 42, 45, 46, 48, 50, 53, 59, 80, 81, 82], "toutefois": 7, "toward": 45, "track": 0, "traduct": 53, "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transf": [20, 23, 27, 30, 42], "transfer": [20, 37, 41], "transferred": 37, "transfert": [20, 37], "transform": 50, "transifex": 53, "translat": [61, 73], "translated": [4, 64], "transmis": 20, "transparent": 26, "trash": [9, 21, 28, 42], "trashbin_retention_oblig": 24, "travail": [10, 41, 48], "travaill": 20, "traver": [26, 33, 35], "tray": [9, 14, 19], "tre": 19, "tres": [31, 42], "tri": [8, 69], "tried": 44, "trigg": [27, 44, 50], "triggered": [0, 9, 14, 44], "triggering": 44, "trois": 41, "trop": 41, "trouv": [17, 26, 37, 41, 42, 43, 47, 50, 80], "tru": [7, 16, 44], "trust": [8, 38], "trusted": [44, 82], "try": 14, "tt": 5, "tumblr": 42, "tunnel": 20, "turn": 75, "turned": 44, "turning": 9, "two": [2, 12, 19, 25, 36, 39, 42, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "typ": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 36, 42, 43, 47, 49, 57, 60, 66, 69, 80], "typical": 19, "typically": [19, 57], "typing": [2, 44, 69], "t\u00e2ch": [20, 41, 43, 45, 46], "t\u00e9l\u00e9charg": [7, 10, 20, 26, 29, 31, 33, 35, 39, 42, 73], "t\u00e9l\u00e9phon": 81, "t\u00e9l\u00e9vers": [20, 22, 23, 30, 33, 35, 41, 42], "t\u00eat": [20, 41, 80], "t\u00f4t": 41, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "ult\u00e9rieur": [28, 50], "umount": 20, "unabl": 11, "unaffected": 11, "unauthenticated": 0, "unavail": [15, 27, 69], "unchanged": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 81], "undergoing": 9, "understanding": 44, "undesired": 19, "undon": 15, "unencrypted": [26, 38], "unfocus": 80, "unfortunately": 20, "unifi": 6, "unified": [76, 83], "unifying": 5, "uninstall": 17, "uninstalling": 17, "unintended": 9, "uniqu": [20, 26, 35, 41, 42, 60, 82], "univers": 7, "universal": [12, 80], "universel": 6, "unknown": 45, "unless": [8, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unselect": 42, "unsent": 44, "unset": 44, "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsyncedfolder": 8, "unsynchronized": 15, "until": [9, 18, 27, 44, 56, 72, 76], "unus": 19, "up": [9, 15, 19, 42, 51, 62, 64, 69, 76, 81, 83], "upcoming": [69, 83], "updat": [0, 6, 10, 13, 19, 41, 42, 44, 45], "updated": [10, 14, 41, 54, 64], "updating": [19, 44], "upload": [9, 19, 21, 27, 29, 31, 41, 60], "uploaded": [9, 11, 15, 62, 69], "uploader": 29, "uploading": 72, "upon": [44, 69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [44, 80], "usabl": 80, "usag": 83, "usager": 7, "use": [5, 8, 9, 12, 15, 16, 19, 20, 21, 26, 27, 40, 41, 45, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 19, 20, 33, 36, 38, 39, 41, 42, 44, 54, 80], "useful": [15, 21, 44, 60, 72, 82], "user": [0, 4, 8, 9, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 53, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48], "using": [1, 6, 9, 11, 13, 14, 20, 22, 23, 25, 29, 30, 34, 35, 41, 43, 45, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usually": [12, 44], "usuel": 26, "utf": 20, "util": 20, "utilis": [6, 7, 10, 17, 24, 25, 28, 29, 30, 31, 32, 37, 39, 40, 43, 45, 47, 48, 49, 51, 54, 80, 82], "utilisateur1": 24, "utilisateur2": 24, "utilisateur3": 24, "utilisent": [7, 20], "utiliz": 44, "v": [60, 72, 80], "v6": 41, "va": [10, 26, 35, 53], "vacanc": 40, "valeur": [7, 20, 24, 47, 51], "valid": [41, 44, 50, 51], "validated": 19, "valu": [9, 11, 12, 15, 16, 19, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "variety": 82, "various": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "ven": 59, "vent": 41, "ver": [10, 20, 24, 29, 39, 41, 50, 59, 81, 82], "verbos": 8, "verif": 69, "verify": [20, 44], "verr": [26, 28, 29, 42, 59, 81, 82], "verront": 26, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "vertical": 44, "very": [5, 12, 20, 80], "veuill": [26, 80], "veut": [26, 41], "vi": [4, 10, 15, 20, 21, 29, 31, 39, 41, 44, 45, 46, 50, 53, 59, 60, 69, 72], "vibrat": 60, "vid": [41, 42], "video": [21, 62, 63, 69, 72, 80], "videos": 21, "vid\u00e9o": 73, "vient": [45, 48], "vieux": [24, 26], "view": [0, 1, 14, 27, 36, 41, 42, 44, 51, 56, 60, 63, 66, 69, 76, 80, 83], "viewed": 21, "viewer": 80, "viewing": 6, "vignet": [10, 26, 33], "virtual": [19, 42, 82], "virtuel": 17, "vis": [25, 44], "visibil": 37, "visibility": [15, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 41, 42, 44, 46, 47, 66, 69], "visitor": 5, "vist": 20, "visualis": 42, "visualized": 15, "visuel": 80, "voi": [26, 41], "voic": 60, "voil\u00e0": 20, "voir": [6, 10, 20, 24, 35, 37, 41, 42], "volum": 8, "vot": 41, "voted": 56, "votr": [6, 7, 10, 17, 20, 21, 24, 25, 26, 28, 31, 33, 37, 40, 41, 42, 43, 45, 47, 48, 49, 50, 51, 53, 59, 80, 81], "voul": [20, 28, 35, 41, 45, 80, 82], "vouloir": [41, 48], "voulu": 41, "voyag": 41, "vpn": 20, "vu": [41, 42, 50], "v\u00e9rif": [7, 20, 24, 47], "v\u00e9rifi": [20, 41], "v\u00f4tr": 42, "wait": 18, "waiting": [1, 19, 44], "want": [0, 2, 4, 5, 14, 15, 18, 19, 29, 41, 42, 44, 52, 58, 60, 66, 69, 76, 82], "warn": [12, 44], "warning": [19, 44], "was": [0, 1, 9, 39, 41, 44, 83], "watch": 12, "way": [2, 12, 15, 19, 20, 25, 38, 41, 44, 54, 56, 62], "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webinair": [73, 77], "week": [0, 69], "weekly": [0, 42], "wel": [11, 14, 44, 62], "welcom": 20, "wer": [9, 15, 41, 42, 57, 70], "what": [0, 5, 12, 15, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 14, 15, 19, 20, 21, 27, 28, 40, 41, 42, 44, 50, 51, 54, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 82], "wher": [1, 5, 8, 9, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "wheth": [9, 18, 27, 41, 44, 56, 60], "which": [0, 5, 9, 12, 14, 15, 19, 20, 21, 27, 36, 39, 41, 42, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 42, 44, 56, 60, 62, 66, 71], "whit": 19, "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whol": [15, 26], "wid": [36, 62, 82], "widget": [44, 83], "wik": [57, 74], "wildcard": [8, 19, 44], "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 19, 20, 25, 27, 28, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 51, 54, 56, 58, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "win": 20, "window": [6, 8, 9, 13, 15, 16, 25, 27, 29, 43, 46, 60, 63, 72], "winhttp": 20, "wish": [44, 60], "with": [0, 2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 35, 36, 40, 41, 44, 45, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 69, 70, 71, 72, 73, 80, 81, 82, 83], "within": [9, 15, 42, 44, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [15, 19, 20, 27, 36, 41, 44, 45, 54, 82], "workflow": [2, 36, 83], "working": [2, 81], "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 20, 41, 69], "writabl": 42, "writing": [20, 44, 49], "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "ye": [15, 36, 41], "year": 83, "yellow": [19, 27, 42], "yet": [14, 15, 25, 42, 46, 60, 63], "yeux": 80, "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zon": 41, "zoom": [6, 63], "\u00c0": [10, 47], "\u00c9tant": 7, "\u00e7a": [26, 41], "\u00e9chang": [41, 59], "\u00e9chec": 7, "\u00e9chel": 10, "\u00e9chhaneg": 59, "\u00e9chou": 20, "\u00e9ch\u00e9": 10, "\u00e9ch\u00e9anc": 41, "\u00e9conomis": 48, "\u00e9cran": [20, 26, 79, 80], "\u00e9critur": [41, 80], "\u00e9dit": [20, 35, 42], "\u00e9diteur": [7, 20, 41], "\u00e9gal": [17, 20, 39, 41, 42, 46, 59, 77, 80, 82], "\u00e9labor": 80, "\u00e9lectron": [45, 82], "\u00e9lev": [31, 80], "\u00e9l\u00e9ment": [20, 48, 80, 82], "\u00e9quip": [43, 80], "\u00e9tabl": [26, 41], "\u00e9tap": [28, 35, 45, 46, 47, 48, 50, 51], "\u00e9tat": [7, 10, 20, 40], "\u00e9tendu": 80, "\u00e9tiquet": 28, "\u00e9ven": 42, "\u00e9ventuel": [40, 41, 45], "\u00e9vit": [35, 41], "\u00eate": [10, 40, 41, 42, 45, 82], "\u00eatre": [7, 10, 17, 20, 33, 35, 37, 41, 42, 45, 46, 48, 49, 50, 51, 80, 81]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Table des mati\u00e8res", "L\u2019agent de mise \u00e0 jour automatique", "Using the Command-Line Client", "Configuration File", "Conflits", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "D\u00e9sinstallation", "Update channels", "Using the Synchronization Client", "Acc\u00e8s aux fichiers Nextcloud avec WebDAV", "Accessing your files using the Nextcloud web interface", "Acc\u00e9der \u00e0 vos fichiers", "Partage & Collaboration", "G\u00e9rer les fichiers supprim\u00e9s", "Synchronisation sur bureau et sur mobile", "Mettre en oeuvre le chiffrement c\u00f4t\u00e9-serveur (SSE)", "Using external storage", "Using federation shares", "Faire des t\u00e9l\u00e9versements anonymes", "Fichiers & synchronisation", "T\u00e9l\u00e9versement de gros fichiers", "G\u00e9rer vos fichiers", "Quota de stockage utilisable", "S\u00e9curit\u00e9 & chiffrement", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Contr\u00f4le de version", "Cr\u00e9ation de messages d\u2019absence", "Utiliser l\u2019application Agenda", "Utilisation de l\u2019application Contacts", "Groupware", "Using the Mail app", "Synchronisation avec Android", "Synchronisation avec le bureau GNOME", "Synchronisation avec iOS", "Synchronisation avec Contact de KDE", "Synchroniser avec macOS", "Synchroniser avec Thunderbird", "Synchronisation avec Windows 10", "Migrate data between instances", "Manuel utilisateur de Nextcloud 35 : Introduction", "Gestion des navigateurs et des appareils li\u00e9s", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Int\u00e9gration de l\u2019agenda dans Talk", "Joining a call", "Appels", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Discussion", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "A l\u2019attention des mod\u00e9rateurs", "Open conversations", "Webinaire et salle d\u2019attente", "Acc\u00e8s universel", "Utilisation de l\u2019authentification \u00e0 deux facteurs", "D\u00e9finir vos pr\u00e9f\u00e9rences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "AI": [1, 44], "Avec": 45, "Est": 26, "L": 7, "Les": [24, 25, 83], "On": 12, "Que": 24, "S": 41, "Se": 81, "a": [1, 12, 21, 28, 35, 38, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76, 77], "abon": 41, "about": 12, "absenc": 40, "acced": [20, 22], "accepting": 70, "acces": [20, 35, 80], "access": [4, 36], "accessing": [20, 21, 27], "account": [19, 44], "action": [15, 44], "activ": 26, "activit": 0, "activity": [0, 21], "add": [41, 42, 44], "adding": [19, 27, 38], "address": 44, "administr": 7, "adress": [42, 82], "advanced": 44, "affect": 41, "agend": [41, 45, 50, 51, 59], "agent": 7, "ajout": [35, 41, 42], "ali": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 36, 44, 45, 57, 60, 64, 66, 69, 72, 83], "android": 45, "anniversair": 41, "anomal": 20, "anonym": 29, "anoth": 44, "app": [0, 44, 75], "appareil": 54, "appear": 55, "appel": 61, "appliqu": [24, 41, 42, 45, 54, 81], "archiv": 69, "are": 12, "assigning": 36, "assist": 1, "at": 42, "attachment": 56, "attempting": 12, "attent": [77, 79], "audio": 60, "authentif": 81, "autom": 44, "automat": 7, "automatic": 44, "automatis": 41, "autorespond": 44, "autoresponder": 44, "autr": 35, "backend": 27, "background": 60, "ban": 69, "bas": 7, "being": 12, "between": 52, "block": 44, "body": 44, "bot": 57, "breakout": [58, 60], "brows": 60, "browsing": 36, "bureau": [25, 41, 46], "by": 36, "calendar": [41, 44], "calendri": [41, 47], "call": [60, 62, 64, 65, 72], "card": 75, "cardbook": 50, "carnet": [42, 82], "cas": 7, "chang": [12, 26, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 72, 75], "chiffr": [26, 34], "clavi": 80, "clef": 26, "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "cl\u00e9": 26, "cod": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": [21, 24, 26, 59], "compact": [44, 55], "compos": 44, "compt": 49, "condit": 44, "configur": [9, 15, 41, 58, 81], "configuring": 19, "conflict": 15, "conflit": 10, "connect": [20, 81], "connecting": 21, "connexion": 26, "connu": 20, "connus": 20, "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 48, 50, 51], "context": 15, "continuously": 12, "controlling": 60, "contr\u00f4l": [21, 39], "convers": [41, 55, 68, 69, 76, 78], "corbeil": 41, "creat": [5, 44, 75], "creating": [21, 28, 35, 36, 41, 69, 78], "credential": 8, "credit": 51, "cr\u00e9": [20, 41, 42], "cr\u00e9ation": 40, "cr\u00e9neau": 41, "curl": 20, "cyberduck": 20, "c\u00f4t": 26, "daily": 0, "dan": [7, 59, 82], "dashboard": [44, 69, 83], "dat": 52, "debug": 15, "deck": 75, "deep": 12, "deleg": [41, 44], "delet": 44, "desktop": [13, 19, 60], "detail": 21, "detect": [27, 44], "deux": 81, "devic": 38, "director": 12, "discuss": [41, 67], "disk": 11, "display": 44, "displaying": 38, "disponibil": 41, "dispos": 69, "dolphin": 20, "don": 82, "dossi": 21, "doubl": 81, "download": [14, 60], "downloaded": 15, "duplicat": 42, "dupliqu": 41, "during": 60, "d\u00e9fin": 82, "d\u00e9plac": 21, "d\u00e9p\u00f4t": 29, "d\u00e9sactiv": [7, 26], "d\u00e9sinstall": 17, "e2e": 38, "edit": [12, 44], "editing": [41, 76], "editor": 19, "email": [0, 28, 72], "emoj": 66, "enabl": [12, 44], "enabling": 38, "encrypt": 38, "encrypting": 38, "end": 38, "enlev": 26, "entre": 35, "envelop": 44, "environ": 7, "environment": 11, "espac": 24, "even": 12, "event": [41, 44], "everyon": 5, "exampl": 8, "exclud": 8, "exempl": 10, "expir": 69, "explor": 20, "export": 41, "exp\u00e9rimental": 10, "extens": [15, 50], "external": 27, "facteur": 81, "factor": 81, "fair": 29, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 70], "federated": [28, 35, 41], "feed": 0, "fichi": [20, 21, 22, 24, 26, 29, 30, 31, 32, 45], "fil": [0, 4, 9, 12, 15, 19, 20, 21, 27, 35, 36, 56, 71], "filt": [44, 69], "filtering": [0, 21, 44], "find": 15, "first": [2, 5], "fold": [12, 38, 44], "folder": 12, "follow": 44, "fonctionnal": 26, "fond": 26, "for": [41, 44], "frequency": 0, "from": [19, 27, 44, 71, 75], "full": [60, 72], "functionality": 12, "general": 19, "ger": [24, 32, 41, 42], "gestion": [41, 54], "gestionnair": 20, "getting": 2, "global": 82, "gnom": 46, "grid": [21, 65], "gros": 31, "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "g\u00e9n\u00e9ral": 17, "hand": 60, "handling": 8, "heur": 41, "history": 1, "how": [5, 12, 44], "i": 12, "ic": 41, "icon": 19, "ic\u00f4n": 21, "if": 81, "ignored": 19, "imag": 42, "immediately": 60, "import": [41, 42], "in": [0, 12, 44, 56, 76], "inbox": 44, "inclus": 80, "indicator": 15, "info": 44, "inform": 42, "initial": 14, "inserting": 66, "install": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71], "integrating": 75, "interacting": 76, "interfac": [12, 21, 83], "intern": 35, "internal": 44, "into": 75, "introduct": [5, 53], "invit": [41, 44, 70], "ios": 47, "is": 26, "issu": 15, "it": 12, "jeton": 81, "join": [60, 72], "joining": [60, 72], "joint": 41, "jour": 7, "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "known": 15, "languag": 12, "layout": [44, 65], "lecteur": [20, 21], "level": [15, 36], "li": 54, "lien": 35, "lign": 20, "lik": 12, "lin": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "local": 12, "locally": 12, "locking": 15, "logging": 15, "lorsqu": 24, "los": 81, "low": 11, "macos": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "manag": [19, 58, 62], "managing": [36, 41, 42, 44, 69], "manuel": [42, 53], "mark": 42, "markdown": [4, 66], "mati": 6, "matterbridg": 74, "meeting": [41, 44], "member": 42, "mention": 44, "menu": 15, "merging": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "mettr": [26, 29], "microsoft": 20, "migrat": 52, "minimiz": 44, "mis": 7, "mnemonic": 38, "mobil": [20, 25, 45, 60], "mod": 44, "modal": 44, "moder": 77, "modif": 54, "modifi": [41, 42], "modified": 12, "montag": 20, "mor": 66, "mot": [26, 54], "mov": [12, 44], "multipl": 42, "my": 12, "m\u00e9thod": 50, "nativ": 44, "nautilus": 20, "navig": [54, 83], "navigating": [21, 83], "navigu": 80, "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nom": 39, "not": [12, 69], "notif": [0, 1, 41, 45, 69], "nouvel": 41, "oeuvr": 26, "of": [12, 55], "officiel": 20, "onboard": 5, "one": 69, "open": 78, "oper": 44, "option": [16, 41, 42], "or": [60, 72], "order": 44, "ordin": 20, "organiz": 42, "other": 72, "our": 5, "outbox": 44, "overlay": 19, "own": [5, 27], "ownership": 37, "pag": 5, "parametr": 49, "parent": 5, "partag": [20, 21, 23, 24, 26, 35, 41, 42, 82], "particip": [41, 60, 69], "pass": [24, 26, 54], "personal": 1, "peut": [26, 82], "phishing": 44, "physiqu": 81, "pick": 66, "picker": 1, "piec": 41, "pinning": 76, "plac": 29, "planifi": 59, "point": 20, "poll": 56, "possibl": 26, "priority": 44, "priv": 26, "privacy": 69, "privat": 69, "problem": [20, 49], "processus": 7, "prochain": 26, "profil": [82, 83], "progress": 41, "project": 5, "proposal": 41, "proposed": 41, "propr": 29, "provid": 15, "pr\u00e9f\u00e9rent": 82, "pr\u00e9visualis": 21, "pr\u00e9vu": 26, "publi": 41, "public": [20, 35], "question": 26, "quick": 44, "quot": [24, 33], "rais": 60, "rappel": 41, "reaction": 60, "recherch": 83, "recipient": 44, "recommand": 50, "record": 60, "recording": 62, "recovery": [26, 81], "refresh": 44, "reliably": 12, "remind": 76, "reminder": 44, "rend": 41, "repl": 44, "replying": 66, "requir": 14, "responding": 41, "ressourc": 41, "restreign": 82, "room": [58, 60], "rss": 0, "running": 1, "r\u00e9activ": 80, "r\u00e9cuper": 26, "r\u00e9current": [26, 41], "r\u00e9pondr": 41, "r\u00e9pons": 20, "r\u00e9seau": 20, "r\u00e9serv": 41, "r\u00e9solu": 49, "r\u00e9sum": 10, "r\u00e9union": 59, "r\u00f4l": 42, "sall": [41, 79], "san": [26, 45], "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76], "searching": 21, "second": 81, "security": 44, "self": 69, "sending": [44, 66, 70], "serv": [12, 14, 44], "serveur": 26, "set": [19, 60], "setting": [0, 1, 19, 44, 72, 76, 83], "setup": 14, "seul": 50, "shar": [21, 28, 35, 72, 75], "shared": 44, "sharing": [15, 19, 26, 27, 35, 41, 56, 63], "shortcut": 44, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "som": 12, "sort": 44, "sous": [7, 20], "spac": 11, "speak": 65, "sse": 26, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19], "statut": 41, "step": [2, 5], "stockag": [24, 33], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "summary": [0, 44, 66], "support": 83, "supported": [14, 15, 27], "supprim": [24, 39, 41, 42], "switch": 44, "sync": [12, 15], "synchronis": [25, 30, 45, 46, 47, 48, 49, 50, 51], "synchroniz": 19, "synchronized": 12, "syncing": 12, "system": [7, 14, 36], "systray": 19, "s\u00e9cur": 34, "s\u00e9lect": 21, "tabl": 6, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "temp": 26, "templat": 5, "text": 44, "than": 12, "the": [0, 8, 12, 15, 19, 21, 26, 38, 44, 60, 83], "their": 5, "them": 80, "ther": 12, "they": 12, "thread": 44, "threaded": 76, "thunderbird": 50, "tier": 20, "tim": 42, "tlsv1": 51, "to": [5, 12, 21, 36, 38, 41, 42, 44, 66, 69], "togeth": 5, "tracked": 12, "transcript": 64, "transf": 37, "translat": [44, 64], "transparent": 41, "trash": 44, "troubleshooting": [15, 51], "t\u00e2ch": 26, "t\u00e9l\u00e9vers": [10, 29, 31], "unifi": 83, "unified": 44, "universel": 80, "unsubscrib": 44, "up": [44, 60], "updat": 18, "uploaded": 12, "uploading": 21, "usag": 8, "use": [2, 44], "user": [12, 19], "using": [0, 8, 15, 19, 21, 27, 28, 38, 44, 66], "utilis": [20, 26, 33, 35, 41, 42, 50, 53, 81], "vacanc": 41, "variabl": 11, "version": [14, 39], "vi": 28, "video": 60, "vid\u00e9o": 21, "view": [21, 55, 65, 78], "viewing": [0, 41], "voir": 82, "votr": [29, 35, 82], "v\u00e9rif": 41, "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinair": 79, "what": 2, "when": 12, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "with": [1, 20, 26, 42, 75, 76], "work": 12, "would": 12, "you": 81, "your": [0, 5, 19, 21, 27, 42, 44, 69, 81], "zoom": 80, "\u00e9dit": 41, "\u00e9l\u00e9ment": 42, "\u00e9quip": 42, "\u00e9tat": 21, "\u00e9ven": [41, 59], "\u00eatre": 26}}) \ No newline at end of file diff --git a/server/latest/user_manual/fr/talk/appearance.html b/server/latest/user_manual/fr/talk/appearance.html index 210546706ac..700a7b9692a 100644 --- a/server/latest/user_manual/fr/talk/appearance.html +++ b/server/latest/user_manual/fr/talk/appearance.html @@ -79,7 +79,7 @@
    8. Fichiers & synchronisation
    9. Groupware
    10. Talk
    11. diff --git a/server/latest/user_manual/fr/talk/attachments.html b/server/latest/user_manual/fr/talk/attachments.html index 31b88cc08cd..5e132dbd461 100644 --- a/server/latest/user_manual/fr/talk/attachments.html +++ b/server/latest/user_manual/fr/talk/attachments.html @@ -79,7 +79,7 @@
    12. Fichiers & synchronisation
    13. Groupware
    14. Talk
        -
      • Chat
      • @@ -120,7 +120,7 @@
        • - +
        • Éditer sur GitHub diff --git a/server/latest/user_manual/fr/talk/bots.html b/server/latest/user_manual/fr/talk/bots.html index 1358750d0cf..a626d3d001c 100644 --- a/server/latest/user_manual/fr/talk/bots.html +++ b/server/latest/user_manual/fr/talk/bots.html @@ -79,12 +79,12 @@
        • Fichiers & synchronisation
        • Groupware
        • Talk
            -
          • Chat
          • +
          • Discussion
          • Conversations
          • -
          • Calls
          • +
          • Appels
          • Federation
          • -
          • For moderators
              -
            • Webinar and lobby
            • +
            • A l’attention des modérateurs
                +
              • Webinaire et salle d’attente
              • Call recording
              • Breakout rooms
              • Bots and commands
                  @@ -121,7 +121,7 @@
                  • - +
                  • Éditer sur GitHub diff --git a/server/latest/user_manual/fr/talk/breakout_rooms.html b/server/latest/user_manual/fr/talk/breakout_rooms.html index 5a4e23ce77e..bf12b3c3fae 100644 --- a/server/latest/user_manual/fr/talk/breakout_rooms.html +++ b/server/latest/user_manual/fr/talk/breakout_rooms.html @@ -79,12 +79,12 @@
                  • Fichiers & synchronisation
                  • Groupware
                  • Talk
                      -
                    • Chat
                    • +
                    • Discussion
                    • Conversations
                    • -
                    • Calls
                    • +
                    • Appels
                    • Federation
                    • -
                    • For moderators
                        -
                      • Webinar and lobby
                      • +
                      • A l’attention des modérateurs
                          +
                        • Webinaire et salle d’attente
                        • Call recording
                        • Breakout rooms
                          • Configure breakout rooms
                          • @@ -121,7 +121,7 @@
                            • - +
                            • Éditer sur GitHub diff --git a/server/latest/user_manual/fr/talk/calendar_integration.html b/server/latest/user_manual/fr/talk/calendar_integration.html index 90fc1c5bbdf..3dac5f0aa79 100644 --- a/server/latest/user_manual/fr/talk/calendar_integration.html +++ b/server/latest/user_manual/fr/talk/calendar_integration.html @@ -31,7 +31,7 @@ - + @@ -79,7 +79,7 @@
                            • Fichiers & synchronisation
                            • Groupware
                            • Talk
                            • @@ -159,7 +159,7 @@

                              Comment planifier dans l’agenda - +
                              diff --git a/server/latest/user_manual/fr/talk/call.html b/server/latest/user_manual/fr/talk/call.html index 1dc72bbc124..2397ea322be 100644 --- a/server/latest/user_manual/fr/talk/call.html +++ b/server/latest/user_manual/fr/talk/call.html @@ -32,7 +32,7 @@ - + @@ -79,9 +79,9 @@
                            • Fichiers & synchronisation
                            • Groupware
                            • Talk
                                -
                              • Chat
                              • +
                              • Discussion
                              • Conversations
                              • -
                              • Calls
                                  +
                                • Appels
                                • @@ -120,7 +120,7 @@
                                  • - +
                                  • Éditer sur GitHub @@ -280,7 +280,7 @@

                                    Full screen - + diff --git a/server/latest/user_manual/fr/talk/call_index.html b/server/latest/user_manual/fr/talk/call_index.html index 94e7c6363b7..27cf4f5cca9 100644 --- a/server/latest/user_manual/fr/talk/call_index.html +++ b/server/latest/user_manual/fr/talk/call_index.html @@ -7,7 +7,7 @@ - Calls — Nextcloud 35 User Manual + Appels — Nextcloud 35 User Manual @@ -79,9 +79,9 @@
                                  • Fichiers & synchronisation
                                  • Groupware
                                  • Talk
                                      -
                                    • Chat
                                    • +
                                    • Discussion
                                    • Conversations
                                    • -
                                    • Calls
                                    • @@ -116,7 +116,7 @@
                                      • - +
                                      • Éditer sur GitHub
                                      • @@ -127,7 +127,7 @@
                                        -

                                        Calls

                                        +

                                        Appels

                                        diff --git a/server/latest/user_manual/fr/talk/call_screenshare.html b/server/latest/user_manual/fr/talk/call_screenshare.html index c3b60faf96f..e4ad051bb58 100644 --- a/server/latest/user_manual/fr/talk/call_screenshare.html +++ b/server/latest/user_manual/fr/talk/call_screenshare.html @@ -79,9 +79,9 @@
                                      • Fichiers & synchronisation
                                      • Groupware
                                      • Talk
                                      • diff --git a/server/latest/user_manual/fr/talk/chat_index.html b/server/latest/user_manual/fr/talk/chat_index.html index 9825ec592d3..dfc8aeb2ba1 100644 --- a/server/latest/user_manual/fr/talk/chat_index.html +++ b/server/latest/user_manual/fr/talk/chat_index.html @@ -7,7 +7,7 @@ - Chat — Nextcloud 35 User Manual + Discussion — Nextcloud 35 User Manual @@ -79,7 +79,7 @@
                                      • Fichiers & synchronisation
                                      • Groupware
                                      • Talk
                                      • +
                                      • Using the macOS File Provider
                                      • Using the Command-Line Client
                                      • Command-Line Options
                                      • Configuration File
                                      • @@ -297,15 +294,6 @@

                                        Ag baint úsáide as an bhFuinneog Líonra -

                                        Virtual Files on macOS

                                        -

                                        For information about using virtual files integration on macOS, see:

                                        - - @@ -313,7 +301,7 @@

                                        Virtual Files on macOS

                                        diff --git a/server/latest/user_manual/ga/groupware/sync_ios.html b/server/latest/user_manual/ga/groupware/sync_ios.html index 73af1e340b1..5b0e823d590 100644 --- a/server/latest/user_manual/ga/groupware/sync_ios.html +++ b/server/latest/user_manual/ga/groupware/sync_ios.html @@ -185,7 +185,7 @@

                                        TeagmhálaitheNote

                                        If you select CalDAV only calendar syncing will be made available.

                                        -

                                        Mura bhfuil sé ag obair go fóill, féach ar Fabhtcheartú Teagmhálacha & FéilireFabhtcheartú na Seirbhíse Fionnachtana.

                                        +

                                        Mura bhfuil sé ag obair go fóill, féach ar Fabhtcheartú Teagmhálacha & FéilireFabhtcheartú na Seirbhíse Fionnachtana.

                                        diff --git a/server/latest/user_manual/ga/objects.inv b/server/latest/user_manual/ga/objects.inv index 82a0afdef79..348cbc75da4 100644 Binary files a/server/latest/user_manual/ga/objects.inv and b/server/latest/user_manual/ga/objects.inv differ diff --git a/server/latest/user_manual/ga/searchindex.js b/server/latest/user_manual/ga/searchindex.js index c5e2b14ea02..fecea14232c 100644 --- a/server/latest/user_manual/ga/searchindex.js +++ b/server/latest/user_manual/ga/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Comhr\u00e1ite pr\u00edobh\u00e1ideacha (duine le duine)": [[69, "private-one-to-one-conversations"]], "2. Comhr\u00e1ite gr\u00fapa": [[69, "group-conversations"]], "3. N\u00f3ta dom f\u00e9in": [[69, "note-to-self"]], "4. Comhr\u00e1ite indi\u00fascartha": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Achoimre AI": [[44, "ai-summary"]], "Achoimre ar an gcomhr\u00e1": [[66, "chat-summary"]], "Achoimre sn\u00e1ithe": [[44, "thread-summary"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Ag baint \u00fas\u00e1ide as an Eagarth\u00f3ir Comhad Neamhaird": [[19, "using-the-ignored-files-editor"]], "Ag baint \u00fas\u00e1ide as an aip Mail": [[44, null]], "Ag baint \u00fas\u00e1ide as an app Calendar": [[41, null]], "Ag baint \u00fas\u00e1ide as an app Teagmh\u00e1lacha": [[42, null]], "Ag baint \u00fas\u00e1ide as an bhFuinneog L\u00edonra": [[19, "using-the-network-window"]], "Ag baint \u00fas\u00e1ide as an gCliant Sioncr\u00f3naithe": [[19, null]], "Ag baint \u00fas\u00e1ide as cripti\u00fa": [[26, "using-encryption"]], "Ag baint \u00fas\u00e1ide as cripti\u00fa foirceann go foirceann": [[38, null]], "Ag baint \u00fas\u00e1ide as cripti\u00fa taobh an fhreastala\u00ed": [[26, null]], "Ag baint \u00fas\u00e1ide as f\u00edordheimhni\u00fa dh\u00e1-fhacht\u00f3ir": [[81, null]], "Ag cumas\u00fa E2EE": [[38, "enabling-e2ee"]], "Ag cur coinne in \u00e1irithe": [[41, "booking-an-appointment"]], "Ag cur sciar poibl\u00ed le do Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Ag dul isteach i gcomhr\u00e1": [[72, "joining-a-chat"]], "Ag dul isteach i nglao": [[60, null], [72, "joining-a-call"]], "Ag freagairt cuir\u00ed": [[41, "responding-to-invitations"]], "Ag freagairt do chruinni\u00fa beartaithe": [[41, "responding-to-a-proposed-meeting"]], "Ag f\u00e9achaint ar dhul chun cinn togra": [[41, "viewing-a-proposal-progress"]], "Ag obair leis an coinne \u00e1irithinte": [[41, "working-with-the-booked-appointment"]], "Ag p\u00e1irt a ghlacadh mar aoi r\u00edomhphoist": [[72, "joining-as-an-email-guest"]], "Ag seice\u00e1il amanna gn\u00f3thacha an lucht freastail": [[41, "checking-attendees-busy-times"]], "Ag sioncron\u00fa le KDE Kontact": [[48, null]], "Ag sioncron\u00fa le Thunderbird": [[50, null]], "Ag sioncron\u00fa leis an deasc GNOME": [[46, null]], "Ag sioncr\u00f3n\u00fa le Windows 10": [[51, null]], "Ag socr\u00fa do shainroghanna": [[82, null]], "Ag taispe\u00e1int an mnemonic": [[38, "displaying-the-mnemonic"]], "Ag tos\u00fa comhroinnt sc\u00e1ile\u00e1in": [[72, "starting-a-screen-share"]], "Ag \u00das\u00e1id Markdown": [[66, "using-markdown"]], "Aicearra\u00ed m\u00e9archl\u00e1ir": [[44, "keyboard-shortcuts"]], "Aipeanna a chomhth\u00e1th\u00fa le teachtaireachta\u00ed": [[75, null]], "Aistri\u00fach\u00e1n beo": [[64, "live-translation"]], "Aistri\u00fach\u00e1n r\u00edomhphoist": [[44, "mail-translation"]], "An Nuashonr\u00fa Uathoibr\u00edoch": [[7, null]], "An bhfuil s\u00e9 beartaithe \u00e9 seo a aistri\u00fa go dt\u00ed an ch\u00e9ad log\u00e1il isteach \u00fas\u00e1ideora eile n\u00f3 obair c\u00falra?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "An f\u00e9idir cripti\u00fa a dh\u00edchumas\u00fa leis an eochair athshl\u00e1naithe?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "An f\u00e9idir cripti\u00fach\u00e1n a dh\u00edchumas\u00fa gan pasfhocal an \u00fas\u00e1ideora?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Ar Linux": [[12, "on-linux"]], "Ar Windows": [[12, "on-windows"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Athraigh dath le haghaidh clibeanna": [[44, "change-color-for-tags"]], "Athraigh leagan amach": [[44, "switch-layout"]], "Athraigh ord s\u00f3rt\u00e1la": [[44, "change-sort-order"]], "Athraigh pasfhocal an eochair phr\u00edobh\u00e1ideach": [[26, "change-private-key-password"]], "Ba mhaith liom teanga an chomh\u00e9adain \u00fas\u00e1ideora a athr\u00fa": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Backgrounds": [[60, "backgrounds"]], "Bainistigh brabhs\u00e1laithe agus gl\u00e9asanna nasctha": [[54, null]], "Bainistigh seomra\u00ed scoite amach": [[58, "manage-breakout-rooms"]], "Bainistigh taifeadadh": [[62, "manage-a-recording"]], "Bainisti\u00fa togra\u00ed": [[41, "managing-proposals"]], "Bloic t\u00e9acs": [[44, "text-blocks"]], "Bog teachtaireachta\u00ed chuig an bhfillte\u00e1n Dramha\u00edola": [[44, "move-messages-to-junk-folder"]], "Bosca Amach": [[44, "outbox"]], "Bosca isteach tosa\u00edochta": [[44, "priority-inbox"]], "Botanna agus orduithe": [[57, null]], "Bots": [[57, "bots"]], "Brabhs\u00e1laithe nasctha a bhainisti\u00fa": [[54, "managing-connected-browsers"]], "Brath fioscaireachta": [[44, "phishing-detection"]], "Breithnithe": [[81, "considerations"]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Bruscar": [[41, "trash-bin"]], "Bruscar a scriosadh go huathoibr\u00edoch": [[44, "automatic-trash-deletion"]], "CCanna": [[12, null]], "Cad a tharla\u00edonn nuair a scriostar comhaid roinnte": [[24, "what-happens-when-shared-files-are-deleted"]], "Caint": [[73, null]], "Calendar delegation": [[41, "calendar-delegation"]], "Cartlannaigh comhr\u00e1ite": [[69, "archive-conversations"]], "Ceangalt\u00e1in": [[56, null]], "Ceisteanna Coitianta Cripti\u00fach\u00e1in": [[26, "encryption-faq"]], "Chat with AI": [[1, "chat-with-ai"]], "Cliaint WebDAV tr\u00ed\u00fa p\u00e1irt\u00ed": [[20, "third-party-webdav-clients"]], "Cliaint oifigi\u00fala deisce agus soghluaiste Nextcloud": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Cliaint soghluaiste": [[25, "mobile-clients"]], "Cliant Comhad F\u00edor\u00fail macOS": [[15, null]], "Cl\u00e1r \u00e1bhair": [[6, null]], "Coimhlint S\u00edneadh macOS": [[15, "macos-extensions-conflict"]], "Coinbhleachta\u00ed": [[10, null]], "Coinbhleachta\u00ed \u00e1 uasl\u00f3d\u00e1il (turgnamhach)": [[10, "uploading-conflicts-experimental"]], "Coinnigh \u00cdosl\u00f3d\u00e1ilte": [[15, "keep-downloaded"]], "Coinn\u00ed": [[41, "appointments"]], "Coinn\u00edollacha": [[44, "conditions"]], "Collectives": [[3, null]], "Comhaid & sioncron\u00fa": [[30, null]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as Linux": [[20, "accessing-files-using-linux"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as WinSCP": [[20, "accessing-files-using-winscp"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as cURL": [[20, "accessing-files-using-curl"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as macOS": [[20, "accessing-files-using-macos"]], "Comhaid a rochtain ag \u00fas\u00e1id Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Comhaid a roinnt i gcomhr\u00e1": [[56, "sharing-files-in-a-chat"]], "Comhaid a uasl\u00f3d\u00e1il": [[29, "uploading-files"]], "Comhaid agus f\u00f3gra\u00ed": [[45, "files-and-notifications"]], "Comhaid ainmneacha eile": [[15, "alias-files"]], "Comhaid criptithe a roinnt": [[26, "sharing-encrypted-files"]], "Comhaid nach bhfuil criptithe": [[26, "files-not-encrypted"]], "Comhaid scriosta a bhainisti\u00fa": [[24, null]], "Comhaid \u00e1 mbogadh": [[21, "moving-files"]], "Comhroinn c\u00e1rta i gcomhr\u00e1": [[75, "share-card-into-a-chat"]], "Comhroinnt f\u00e9ilire c\u00f3naidhme": [[41, "federated-calendar-sharing"]], "Comhroinnt sc\u00e1ile\u00e1in": [[63, null]], "Comhroinnt \u00d3 Do Dheasc": [[19, "sharing-from-your-desktop"]], "Comhr\u00e1": [[67, null]], "Comhr\u00e1 a bhainisti\u00fa": [[69, "managing-a-conversation"]], "Comhr\u00e1 oscailte a chruth\u00fa": [[78, "creating-an-open-conversation"]], "Comhr\u00e1 \u00e1 chruth\u00fa": [[69, "creating-a-conversation"]], "Comhr\u00e1 \u00f3 Chomhaid": [[71, "talk-from-files"]], "Comhr\u00e1ite": [[68, null], [69, null]], "Comhr\u00e1ite oscailte": [[78, null]], "Comhth\u00e1th\u00fa aimsitheoir": [[15, "finder-integration"]], "Comhth\u00e1th\u00fa comhad": [[71, null]], "Comhth\u00e1th\u00fa f\u00e9ilire": [[44, "calendar-integration"]], "Comhth\u00e1th\u00fa f\u00e9ilire le Talk": [[59, null]], "Comhth\u00e1th\u00fa pain\u00e9il": [[44, "dashboard-integration"]], "Comhth\u00e9acs gn\u00edomhartha roghchl\u00e1ir": [[15, "context-menu-actions"]], "Command-Line Options": [[16, null]], "Conas Scagaire Nua a Chur Leis": [[44, "how-to-add-a-new-filter"]], "Conas Scagaire a Scriosadh": [[44, "how-to-delete-a-filter"]], "Conas a bhainist\u00edonn an aip comhaid scriosta sp\u00e1s st\u00f3r\u00e1la": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Conas a oibr\u00edonn an fheidhm \"Cuir in Eagar go h\u00e1iti\u00fail\".": [[12, "how-the-edit-locally-functionality-works"]], "Conas is f\u00e9idir cripti\u00fa a dh\u00edchumas\u00fa?": [[26, "how-can-encryption-be-disabled"]], "Conas \u00e9 a chumas\u00fa": [[12, "how-to-enable-it"]], "Configuration File": [[9, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Cosc ar Nuashonruithe Uathoibr\u00edocha i Timpeallachta\u00ed Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Cosc ar Nuashonruithe Uathoibr\u00edocha i dTimpeallacht Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cruinnithe agus imeachta\u00ed": [[59, "meetings-and-events"]], "Cruthaigh F\u00e9ilire nua": [[41, "create-a-new-calendar"]], "Cruthaigh foireann": [[42, "create-a-team"]], "Cruthaigh imeacht": [[44, "create-an-event"]], "Cruthaigh imeacht nua": [[41, "create-a-new-event"]], "Cruthaigh scagaire \u00f3 theachtaireacht": [[44, "create-a-filter-from-a-message"]], "Cruthaigh seomra Caint le haghaidh coinn\u00ed \u00e1irithinte": [[41, "create-talk-room-for-booked-appointments"]], "Cruthaigh tasc": [[44, "create-a-task"]], "Cruthaigh tascanna \u00f3 theachtaireacht comhr\u00e1": [[75, "create-tasks-from-chat-message"]], "Cuardach aontaithe": [[44, "unified-search"], [83, "unified-search"]], "Cuardach teachtaireachta\u00ed i gcomhr\u00e1": [[76, "messages-search-in-a-conversation"]], "Cuir Faisn\u00e9is Teagmh\u00e1la in Eagar n\u00f3 Bain as": [[42, "edit-or-remove-contact-information"]], "Cuir baill le foireann": [[42, "add-members-to-a-team"]], "Cuir ceangalt\u00e1in le himeachta\u00ed": [[41, "add-attachments-to-events"]], "Cuir clibeanna in eagar": [[44, "edit-tags"]], "Cuir comhr\u00e1 leis": [[41, "add-talk-conversation"]], "Cuir cuntas r\u00edomhphoist nua leis": [[44, "add-a-new-mail-account"]], "Cuir imeacht in eagar, a dh\u00fabailt n\u00f3 a scriosadh": [[41, "edit-duplicate-or-delete-an-event"]], "Cuir roghanna athfhillteacha leis": [[41, "add-recurring-options"]], "Cuir srian leis na daoine ar f\u00e9idir leo do shonra\u00ed pr\u00f3if\u00edle a fheice\u00e1il": [[82, "restrict-who-can-see-your-profile-data"]], "Cuireadh \u00e1 sheoladh": [[70, "sending-an-invitation"]], "Cuir\u00ed cruinnithe": [[44, "meeting-invitations"]], "Cumasaigh cuardach coirp poist": [[44, "enable-mail-body-search"]], "Cumraigh seomra\u00ed scoite amach": [[58, "configure-breakout-rooms"]], "Cumra\u00edocht": [[15, "configuration"]], "Cumra\u00edocht coinne a chruth\u00fa": [[41, "creating-an-appointment-configuration"]], "Cuntais Nua a Chur Leis": [[19, "adding-new-accounts"]], "Cur ar suan": [[44, "snooze"]], "Cu\u00f3ta st\u00f3r\u00e1la": [[33, null]], "Cu\u00f3ta\u00ed": [[24, "quotas"]], "C\u00f3naidhm": [[70, null]], "D'fh\u00e9ilir\u00ed a bhainisti\u00fa": [[41, "managing-your-calendars"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Daoine eile a bhfuil rochtain acu": [[35, "others-with-access"]], "Dealramh": [[55, null]], "Deic": [[75, "deck"]], "Deilbh\u00edn Systray": [[19, "systray-icon"]], "Deilbh\u00edn\u00ed Forleagan Bainisteoir Comhad": [[19, "file-manager-overlay-icons"]], "Deilbh\u00edn\u00ed st\u00e1dais \u00e1 roinnt": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Do chuntas r\u00edomhphoist a bhainisti\u00fa": [[44, "managing-your-mail-account"]], "Do mhodhn\u00f3ir\u00ed": [[77, null]], "Do shonra\u00ed \u00e1 roinnt sa leabhar seolta\u00ed domhanda": [[82, "sharing-your-data-in-the-global-address-book"]], "Download": [[14, "download"]], "Droichead an Mh\u00e1thair": [[74, null]], "During a call": [[60, "during-a-call"]], "D\u00edliost\u00e1il \u00f3 liosta seolta\u00ed": [[44, "unsubscribe-from-a-mailing-list"]], "Eagar, Easp\u00f3rt\u00e1il n\u00f3 Scrios F\u00e9ilire": [[41, "edit-export-or-delete-a-calendar"]], "Eagraigh do Theagmh\u00e1lacha le Gr\u00fapa\u00ed Teagmh\u00e1la": [[42, "organize-your-contacts-with-contact-groups"]], "Earra\u00ed gr\u00fapa": [[43, null]], "Email notification frequency": [[0, "email-notification-frequency"]], "Emoji \u00e1 chur isteach": [[66, "inserting-emoji"]], "Environment Variables": [[11, null]], "Eolas faighteoir faoin gcumad\u00f3ir": [[44, "recipient-info-on-composer"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Fabhtcheart\u00fa": [[49, "troubleshooting"]], "Fadhb": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Fadhbanna aitheanta": [[15, "known-issues"], [20, "known-problems"]], "Federated shares": [[35, "federated-shares"]], "Feidhmchl\u00e1ir chliaint a \u00fas\u00e1id le f\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir": [[81, "using-client-applications-with-two-factor-authentication"]], "Feist\u00ed a bhainisti\u00fa": [[54, "managing-devices"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Fillte\u00e1n a chripti\u00fa": [[38, "encrypting-a-folder"]], "Filtering activities": [[0, "filtering-activities"]], "First steps": [[2, "first-steps"]], "Foirne": [[42, "teams"]], "Folder actions": [[44, "folder-actions"]], "Forbhreathn\u00fa": [[10, "overview"]], "Freagairt a thabhairt ar theachtaireachta\u00ed agus tuilleadh": [[66, "replying-to-messages-and-more"]], "Freagra": [[20, "answer"]], "Freagra\u00ed cliste": [[44, "smart-replies"]], "Fuinneog Ghinear\u00e1lta": [[19, "general-window"]], "Full screen": [[60, "full-screen"]], "F\u00e9ach ar na comhr\u00e1ite oscailte go l\u00e9ir": [[78, "view-all-open-conversations"]], "F\u00e9ilire": [[47, "calendar"], [51, "calendar"]], "F\u00e9ilire a fhoilsi\u00fa": [[41, "publishing-a-calendar"]], "F\u00e9ilire l\u00e1 breithe": [[41, "birthday-calendar"]], "F\u00e9ilir\u00ed": [[50, "calendars"]], "F\u00e9ilir\u00ed a roinnt": [[41, "sharing-calendars"]], "F\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir a \u00fas\u00e1id le comhartha\u00ed crua-earra\u00ed": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "F\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir \u00e1 chumr\u00fa": [[81, "configuring-two-factor-authentication"]], "F\u00f3gra\u00ed agus pr\u00edobh\u00e1ideacht": [[69, "notifications-and-privacy"]], "F\u00f3gra\u00ed le haghaidh cruinnithe at\u00e1 beartaithe": [[41, "notifications-for-a-proposed-meeting"]], "Gach bosca isteach": [[44, "all-inboxes"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Giuirl\u00e9id F\u00e9ilire": [[41, "calendar-widget"]], "Glac p\u00e1irt i nglao n\u00f3 i gcomhr\u00e1 mar aoi": [[72, null]], "Glacadh le cuireadh": [[70, "accepting-an-invitation"]], "Glaoigh ar thrascr\u00edobh beo": [[64, "call-live-transcription"]], "Glaonna": [[61, null]], "Glas\u00e1il": [[15, "locking"]], "Gl\u00e9as E2EE \u00e1 chur leis": [[38, "adding-an-e2ee-device"]], "Gl\u00e9asanna WebDAV a chruth\u00fa ar an l\u00edne ordaithe Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Gn\u00e9ithe tacaithe": [[15, "supported-features"]], "Gn\u00edomhartha": [[44, "actions"]], "Gn\u00edomhartha cl\u00fadaigh": [[44, "envelope-actions"]], "Gn\u00edomhartha comhaid": [[15, "file-actions"]], "Gn\u00edomhartha tapa": [[44, "quick-actions"]], "Gn\u00edomhartha teachtaireachta": [[44, "message-actions"]], "Grid view": [[21, "grid-view"]], "How to onboard your team": [[5, null]], "Idirghn\u00edomh\u00fa le teachtaireachta\u00ed": [[76, null]], "Il-Theagmh\u00e1laithe a bhainisti\u00fa ag an am c\u00e9anna": [[42, "managing-multiple-contacts-at-a-time"]], "Imeacht a Iomp\u00f3rt\u00e1il/Imeacht .ics a Chur Leis": [[41, "import-an-event-add-ics-event"]], "Imeachta\u00ed a Bhainisti\u00fa": [[41, "managing-events"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Imreoir f\u00edse\u00e1n": [[21, "video-player"]], "Infhaighteacht (Uaireanta Oibre)": [[41, "availability-working-hours"]], "Infhaighteacht seomra": [[41, "room-availability"]], "Initial Setup": [[14, "initial-setup"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Iomp\u00f3rt\u00e1il F\u00e9ilire": [[41, "import-a-calendar"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Leabhair Seolta\u00ed a Chur leis agus a Bhainisti\u00fa": [[42, "adding-and-managing-address-books"]], "Leagan a ainmni\u00fa": [[39, "naming-a-version"]], "Leagan a scriosadh": [[39, "deleting-a-version"]], "Leagan amach glaonna": [[65, null]], "Leis an app soghluaiste Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Linux": [[7, "linux"], [17, "linux"]], "Liost\u00e1il le F\u00e9ilire": [[41, "subscribe-to-a-calendar"]], "Liost\u00e1il le F\u00e9ilire Saoire": [[41, "subscribe-to-a-holiday-calendar"]], "Log\u00e1il isteach le f\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Luaigh teagmh\u00e1laithe": [[44, "mention-contacts"]], "L\u00e1nsc\u00e1ile\u00e1n agus socruithe eile": [[72, "full-screen-and-other-settings"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Meabhr\u00fach\u00e1in leantacha": [[44, "follow-up-reminders"]], "Meabhr\u00fach\u00e1n a shocr\u00fa ar theachtaireachta\u00ed": [[76, "setting-reminder-on-messages"]], "Migrate data between instances": [[52, null]], "Mobile clients": [[60, "mobile-clients"]], "Modh molta": [[50, "recommended-method"]], "M\u00edreanna roinnte": [[42, "shared-items"]], "Nasclean\u00faint tr\u00edd an m\u00e9archl\u00e1r": [[80, "navigating-via-keyboard"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus bainisteoir comhad": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 r\u00e9amhr\u00e1 l\u00e1mhleabhar \u00fas\u00e1ideora": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Nuashonraigh cain\u00e9il": [[18, null]], "Nuashonruithe Uathoibr\u00edocha a Chosc": [[7, "preventing-automatic-updates"]], "Orduithe": [[57, "commands"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Pain\u00e9al Comhr\u00e1": [[69, "talk-dashboard"]], "Pasfhocail a bhaineann go sonrach le gl\u00e9as agus athruithe pasfhocail": [[54, "device-specific-passwords-and-password-changes"]], "Pasfhocal eochair athshl\u00e1naithe": [[26, "recovery-key-password"]], "Personal settings": [[1, "personal-settings"]], "Picti\u00far Teagmh\u00e1il": [[42, "contact-picture"]], "Pobalbhreitheanna sa chomhr\u00e1": [[56, "polls-in-chat"]], "RSS feed": [[0, "rss-feed"]], "Rabhadh Rabhadh Maidir le hAthruithe Ar Fhillte\u00e1in Sioncr\u00f3naithe Nach At\u00e1 \u00e1 Rian\u00fa go hiontaofa.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Radharc dl\u00fath ar liosta comhr\u00e1ite": [[55, "compact-view-of-conversations-list"]], "Radharc eanga\u00ed": [[65, "grid-view"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Riachtanais Ch\u00f3rais": [[14, "system-requirements"]], "Riachtanais bhrabhs\u00e1la\u00ed gr\u00e9as\u00e1in": [[83, "web-browser-requirements"]], "Rialuithe comhad": [[21, "file-controls"]], "Rial\u00fa leagan": [[39, null]], "Rochtain ar chomhaid Nextcloud a fh\u00e1il ag baint \u00fas\u00e1ide as WebDAV": [[20, null]], "Rochtain uil\u00edoch": [[80, null]], "Rogha eile: Ag baint \u00fas\u00e1ide as an mbreise\u00e1n CardBook (Teagmh\u00e1lacha amh\u00e1in)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Roghanna foirne": [[42, "team-options"]], "Roghn\u00f3ir Cliste": [[66, "smart-picker"]], "Roghn\u00fa comhaid n\u00f3 fillte\u00e1in": [[21, "selecting-files-or-folders"]], "Roinnt": [[15, "sharing"]], "Running a task": [[1, "running-a-task"]], "R\u00e9amhamhairc comhaid": [[21, "previewing-files"]], "R\u00e9iteach": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "R\u00e9iteach 1": [[20, "solution-1"]], "R\u00e9iteach 2": [[20, "solution-2"]], "R\u00f3il foirne": [[42, "team-roles"]], "Saincheisteanna aitheanta": [[20, "known-issues"]], "Sampla": [[10, "example"]], "Sann seomra\u00ed agus acmhainn\u00ed d\u2019imeacht": [[41, "assign-rooms-and-resources-to-an-event"]], "Scag do chomhr\u00e1ite": [[69, "filter-your-conversations"]], "Scagadh agus uathfhreagr\u00f3ir": [[44, "filtering-and-autoresponder"]], "Scagaire": [[44, "filter"]], "Scaireanna inmhe\u00e1nacha le h\u00fas\u00e1ideoir\u00ed agus le gr\u00fapa\u00ed": [[35, "internal-shares-with-users-and-groups"]], "Scaireanna naisc phoibl\u00ed": [[35, "public-link-shares"]], "Sceideal \u00f3n bhF\u00e9ilire": [[59, "schedule-from-calendar"]], "Scrios clibeanna": [[44, "delete-tags"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Seimine\u00e1r Gr\u00e9as\u00e1in agus stocaireacht": [[79, null]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Seolta\u00ed inmhe\u00e1nacha": [[44, "internal-addresses"]], "Seomra\u00ed scoite amach": [[58, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Settings and profile": [[83, "settings-and-profile"]], "Shared folder": [[44, "shared-folder"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sin an app soghluaiste Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sioncronaigh t\u00e1scair\u00ed st\u00e1dais": [[15, "sync-status-indicators"]], "Sioncron\u00fa deisce agus soghluaiste": [[25, null]], "Sioncr\u00f3n\u00fa le Android": [[45, null]], "Sioncr\u00f3n\u00fa le iOS": [[47, null]], "Sioncr\u00f3n\u00fa le macOS": [[49, null]], "Sl\u00e1nd\u00e1il": [[44, "security"]], "Smart pickers": [[1, "smart-pickers"]], "Socraigh an st\u00e1das \u00fas\u00e1ideora": [[19, "set-the-user-status"]], "Socraigh do Chuntais": [[49, "setup-your-accounts"]], "Socraigh meabhr\u00fach\u00e1in": [[41, "set-up-reminders"]], "Socruithe Cuntais Nextcloud \u00e1 chumr\u00fa": [[19, "configuring-nextcloud-account-settings"]], "Socruithe cuntas": [[44, "account-settings"]], "Socr\u00fa do titim comhad f\u00e9in": [[29, "setting-up-your-own-file-drop"]], "Speaker view": [[65, "speaker-view"]], "Sreabhadh Oibre Bun\u00fasach": [[7, "basic-workflow"]], "Start the call": [[60, "start-the-call"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Stopann Sioncron\u00fa agus Iarracht \u00e1 Shioncron\u00fa N\u00edos doimhne n\u00e1 100 Fo-eolaire.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "St\u00e1das \u00das\u00e1ideora Uathoibrithe": [[41, "automated-user-status"]], "Suite\u00e1il": [[14, null]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "System tags": [[36, null]], "S\u00f3rt\u00e1il na cinn is fearr leat suas": [[44, "sort-favorites-up"]], "S\u00fam\u00e1il agus freagr\u00falacht": [[80, "zoom-and-responsiveness"]], "Tabhair cuireadh do lucht freastail chuig imeacht": [[41, "invite-attendees-to-an-event"]], "Tag access levels": [[36, "tag-access-levels"]], "Taifeadadh glaonna": [[62, null]], "Taispe\u00e1ntas Teachtaireachta\u00ed / M\u00f3d Oibr\u00edochta": [[44, "message-display-operation-mode"]], "Tarmligean cuntais": [[44, "account-delegation"]], "Task history": [[1, "task-history"]], "Teacht ar scaireanna poibl\u00ed ar WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Teachtaireachta\u00ed a chumadh": [[44, "compose-messages"]], "Teachtaireachta\u00ed a sceideal\u00fa": [[66, "scheduling-messages"]], "Teachtaireachta\u00ed a sheoladh": [[66, null]], "Teachtaireachta\u00ed as oifig a shocr\u00fa": [[40, null]], "Teachtaireachta\u00ed ci\u00faine": [[66, "silent-messages"]], "Teachtaireachta\u00ed comhr\u00e1": [[55, "chat-messages"]], "Teachtaireachta\u00ed sceidealaithe": [[44, "scheduled-messages"]], "Teachtaireachta\u00ed sn\u00e1ithithe": [[76, "threaded-messages"]], "Teachtaireachta\u00ed \u00e1 bpriont\u00e1il": [[76, "pinning-messages"]], "Teachtaireachta\u00ed \u00e1 n-eagarth\u00f3ireacht": [[76, "editing-messages"]], "Teagmh\u00e1lacha F\u00edor\u00fala a Iomp\u00f3rt\u00e1il": [[42, "importing-virtual-contacts"]], "Teagmh\u00e1lacha d\u00fablacha \u00e1 gcumascadh": [[42, "merging-duplicate-contacts"]], "Teagmh\u00e1laithe": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Teagmh\u00e1laithe agus F\u00e9ilire": [[45, "contacts-and-calendar"]], "Teagmh\u00e1laithe \u00e1 gCur Leis de L\u00e1imh": [[42, "adding-contacts-manually"]], "Teagmh\u00e1laithe \u00e1 gcur leis": [[42, "adding-contacts"]], "Teasta\u00edonn uaim M'Fhillte\u00e1n Sioncronaithe \u00c1iti\u00fail a Bhogadh": [[12, "i-want-to-move-my-local-sync-folder"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Tiom\u00e1nt\u00e1in a mhap\u00e1il le Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Tiom\u00e1nt\u00e1in a mhap\u00e1il leis an l\u00edne ordaithe": [[20, "mapping-drives-with-the-command-line"]], "Togra a chruth\u00fa": [[41, "creating-a-proposal"]], "Togra \u00e1 chur in eagar": [[41, "editing-a-proposal"]], "Togra\u00ed": [[41, "proposals"]], "Toili\u00fa taifeadta": [[62, "recording-consent"]], "Toirmeasc ar rannph\u00e1irtithe": [[69, "ban-participants"]], "Transfer ownership": [[37, null]], "Trascr\u00edobh agus aistri\u00fach\u00e1n": [[64, null]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Tr\u00e9dhearcacht F\u00e9ilire": [[41, "calendar-transparency"]], "T\u00e9ama\u00ed san \u00e1ireamh": [[80, "included-themes"]], "Uasl\u00f3d\u00e1iltear Roinnt Comhad go Lean\u00fanach chuig an bhFreastala\u00ed, Fi\u00fa nuair nach Athra\u00edtear iad.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Uasl\u00f3d\u00e1lacha comhaid mh\u00f3ra": [[31, null]], "Uasl\u00f3d\u00e1lacha gan ainm a dh\u00e9anamh": [[29, null]], "Uathfhreagr\u00f3ir\u00ed": [[44, "autoresponders"]], "Uathoibri\u00fa cuireadh cruinnithe": [[44, "meeting-invitation-automation"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "\u00c9aga teachtaireachta\u00ed": [[69, "messages-expiration"]], "\u00cdoslaghdaigh mod\u00fal an chumad\u00f3ra": [[44, "minimize-the-composer-modal"]], "\u00cdosl\u00f3d\u00e1il liosta rannph\u00e1irtithe glaonna": [[60, "download-call-participants-list"]], "\u00das\u00e1id M\u00f3d Dl\u00fath": [[44, "use-compact-mode"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 17, 20, 21, 27, 35, 42, 44, 45, 46, 60, 62, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3\u00fa": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "42wim": 74, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "55": 81, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 27, 39, 44, 57, 60, 66, 74, 81], "As": [0, 48], "At": [20, 54], "By": [0, 5], "For": [0, 2, 13, 14, 17, 19, 27, 36, 51, 60, 80, 83], "IN": 41, "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 44, 45, 46, 47, 51, 54, 60, 63, 72, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 41, 44, 45, 46, 48, 60, 64, 71, 81, 82], "It": [0, 2, 5, 8, 9, 10, 17, 60, 81, 82], "Its": 20, "No": [9, 36], "Not": [69, 83], "On": [9, 17], "Or": [25, 45], "That": 12, "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 39, 42, 44, 52, 54, 60, 62, 74], "Then": [20, 51], "There": [17, 20], "These": 14, "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 41, 42, 44, 63, 70, 81, 82], "With": [20, 21], "_": [8, 20, 26, 41, 50, 73, 74, 81], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 21, 69], "abov": [0, 20, 21, 35, 36, 82], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 39, 41, 44, 46, 54, 57, 60, 63, 80, 83], "accessibli": 5, "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 51, 52, 54, 56, 81, 83], "ach": [7, 10, 12, 19, 20, 24, 26, 28, 33, 35, 38, 41, 42, 44, 45, 46, 50, 66, 69, 76, 80, 81, 82], "achar": 41, "achoimri\u00fa": 44, "achomair": 44, "acmhainn": [20, 41, 46, 48], "acmhainn\u00ed": 48, "across": [17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 75, 83], "activ": [6, 9, 14, 54, 65, 80, 83], "acu": [10, 21, 26, 28, 41, 42, 44, 69], "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 47, 48, 83], "addflag": 44, "addit": [0, 13, 20, 21, 60, 66, 82], "addon": 50, "address": [8, 9, 27, 42, 50, 51, 60, 82, 83], "adjust": [9, 11, 20, 82], "admin": [14, 36], "admin_manu": 26, "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 44, 57, 60, 66, 74, 81, 82], "advanc": [14, 20, 41, 51], "affect": [0, 4, 44], "after": [0, 9, 14, 16, 20, 41, 44, 45, 57, 60, 62, 81, 83], "afterward": 5, "ag": [6, 7, 10, 12, 13, 15, 18, 21, 22, 24, 28, 30, 31, 33, 34, 39, 40, 43, 45, 47, 49, 53, 54, 56, 57, 58, 61, 62, 64, 69, 71, 73, 74, 79, 80], "again": [1, 9, 21, 44, 54, 63, 81], "againn": 18, "agallamh": 41, "agat": [7, 10, 19, 20, 26, 35, 38, 41, 42, 44, 45, 49, 51, 58, 59, 69, 71, 81], "agenda": [44, 57], "aghaidh": [7, 20, 24, 33, 41, 42, 44, 45, 47, 50, 69, 80], "ago": 0, "agu": [6, 7, 10, 14, 15, 18, 19, 21, 22, 24, 26, 28, 29, 30, 31, 33, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 53, 56, 58, 61, 62, 63, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "ai": [6, 26, 35, 39, 41, 48, 66, 72], "aibhsith": [62, 76], "aic": [15, 19, 37, 41, 42, 44, 50, 56, 62, 66, 69], "aicearra": [44, 69], "aicearra\u00ed": [72, 80], "aicmi\u00fa": 44, "aig": [29, 41, 42], "ailia": [15, 44], "ailiasanna": 44, "ail\u00ednith": 69, "aim": 80, "aimsigh": [41, 42], "aimsitheoir": [19, 20], "aimsitheora": 15, "aimsi\u00fa": [15, 19, 20, 41, 47, 59, 69, 78], "aims\u00edonn": 37, "ainligh": 44, "ainli\u00fa": 19, "ainm": [10, 19, 20, 23, 24, 28, 30, 35, 37, 39, 41, 42, 45, 47, 48, 49, 50, 51, 56, 60, 69, 72, 82], "ainmneacha": 26, "aip": [6, 15, 20, 26, 38, 39, 40, 41, 42, 43, 45, 46, 49, 50, 51, 53, 59, 64, 69, 71, 80, 81], "aipeanna": [7, 15, 20, 33, 41, 43, 46, 47, 67, 73, 82], "air": [12, 15, 19, 38, 42, 44, 48, 69, 70, 80], "aird": [10, 12, 41], "air\u00edonna": 20, "aisc": [24, 39, 41, 53, 80], "aisghabhtar": 42, "aisghabh\u00e1il": [26, 42], "aisghabh\u00e1la": 26, "aisiomp\u00fa": 69, "aistreofar": 69, "aistrith": [20, 37, 42], "aistri\u00fa": [20, 37, 41, 42, 44, 64], "aistri\u00fach\u00e1in": 44, "aistri\u00fach\u00e1n": [61, 73], "aitheanta": [81, 82], "aitheant\u00f3ir": [41, 60], "aithint": [15, 19, 20], "alias": 52, "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 27, 36, 41, 44, 54, 56, 57, 60, 65, 78, 82, 83], "allmhairi\u00fa": [12, 41, 56], "allmhair\u00edonn": 41, "allow": [0, 8, 12, 15, 20, 29, 40, 44, 58, 60, 63, 75, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 44, 60, 63, 65, 72, 76, 80, 81, 82, 83], "alt": 20, "alter": 12, "altern": [2, 12, 14, 29, 60], "alwai": [15, 25, 42, 50, 69, 81], "al\u00e1ithreacht": 40, "am": [15, 19, 20, 26, 28, 40, 41, 44, 58, 59, 62, 64, 66, 69, 72, 76, 79], "ama": [20, 24, 37, 39, 41, 44, 48, 69, 76], "amach": [12, 19, 20, 26, 35, 41, 45, 57, 61, 63, 69, 73, 77, 80], "amazon": [20, 27], "amhail": [41, 42, 44, 59, 69, 70, 76], "amhairc": 80, "amharc": [41, 42], "amharcleabhar": 50, "amhlaidh": [41, 45], "amh\u00e1in": [7, 12, 14, 15, 19, 20, 26, 31, 35, 38, 39, 41, 42, 44, 46, 47, 53, 56, 76, 77], "an": [0, 2, 6, 8, 10, 13, 14, 15, 18, 21, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82], "anail\u00ed": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 21, 26, 27, 28, 29, 39, 44, 57, 60, 83], "ann": [10, 12, 15, 19, 20, 26, 35, 41, 42, 44, 45, 51, 58, 59, 66, 69, 76, 78, 82], "anoi": [10, 20, 29, 41, 44, 45, 46, 47, 48, 81], "anonym": 29, "anoth": [27, 60, 76], "anseo": [15, 42, 44, 50, 66, 69, 72], "ansin": [7, 12, 19, 20, 24, 26, 28, 29, 41, 42, 44, 48, 50, 51, 62, 64, 66, 69, 71, 72, 76], "answer": 5, "anua": [12, 15, 20], "anyon": 82, "anytim": 28, "anywher": 44, "an\u00edo": 41, "aoi": [6, 24, 60, 69, 73], "aon": [7, 12, 15, 19, 20, 21, 24, 26, 28, 33, 38, 41, 42, 44, 51, 54, 66, 69, 70, 72, 80, 82], "aonair": [14, 15, 19, 26, 41, 53, 69, 72], "aonar": 42, "aontaith": [6, 76], "aonuair": 41, "aon\u00e1in": 42, "aos\u00fa": 33, "apach": 31, "app": [1, 2, 4, 6, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 44, 46, 48, 51, 52, 60, 64, 66, 74, 75, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 21, 27, 36, 42, 44, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 44], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 60, 63], "appoint": 52, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 70, 71, 72, 73, 74, 77, 79, 80, 81, 83], "araid": 41, "araon": [20, 24, 69], "arch": 8, "archiv": [8, 21], "ardchodarsnachta": 80, "ardchuardach": 44, "ardchuardaigh": 44, "ardfheidhm\u00edochta": 64, "ardleibh\u00e9": 35, "ardleibh\u00e9il": [41, 50], "ardsocruith": 47, "ard\u00fa": 69, "area": 60, "arna": 41, "around": 36, "arrow": 80, "artifici": 1, "ar\u00ed": [12, 19, 24, 26, 39, 41, 45, 50, 51, 72], "ask": [9, 27, 45, 66], "asl\u00e1ithreachta": 44, "assign": 21, "assist": [6, 80], "atarl\u00fa": 41, "athainmni\u00fa": [24, 44], "athainmn\u00edonn": 35, "athbhreithnith": 41, "athbhreithni\u00fa": 41, "athbhun\u00fa": 41, "athcheangail": 20, "athchleachtach": 41, "athdh\u00e9anamh": 50, "athfhillteach": 41, "athfhoilseofar": 45, "athnuachan": [20, 41, 50], "athnuachana": 48, "athord\u00fa": 44, "athoscail": 20, "athph\u00e1irt": 69, "athraigh": [20, 37, 41, 51, 82], "athraith": [10, 26], "athra\u00edonn": [12, 19, 28, 81], "athra\u00edtear": [10, 69], "athroinn": 26, "athroinneann": 33, "athroinnt": [21, 26, 33, 35, 41], "athruith": [6, 10, 12, 15, 19, 41, 42, 44, 58], "athr\u00f3far": [40, 51], "athr\u00f3g": 10, "athr\u00f3ga": 31, "athr\u00f3idh": [10, 38, 72], "athr\u00fa": [10, 14, 15, 19, 20, 26, 37, 41, 44, 48, 55, 58, 69, 82], "athsceideal\u00fa": 66, "athshocr\u00f3idh": 40, "athshocr\u00fa": 41, "athshol\u00e1thair": 40, "atosaigh": [19, 20], "atosaith": 20, "atos\u00f3idh": 7, "atreor\u00f3far": [69, 72, 81], "attach": [29, 36, 41], "attempt": [14, 51], "attende": [41, 52], "attribut": 82, "at\u00e1": [15, 18, 19, 20, 24, 26, 31, 33, 35, 39, 42, 43, 44, 45, 47, 50, 51, 57, 58, 59, 66, 69, 70, 73, 77, 80, 81, 82], "at\u00e1irgeadh": [14, 18], "audio": [21, 72], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "auto": 20, "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 27, 39, 44, 56], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 47, 57, 60, 63, 66, 74, 82], "avatar": [19, 20, 42, 44, 69], "avat\u00e1ir": 42, "awai": 19, "a\u00edonna": [41, 59, 69, 79], "b": [7, 10, 12, 19, 20, 33, 41, 42, 44, 48, 66], "ba": [19, 20, 41, 44, 45, 46, 47, 48, 51], "back": [1, 5, 14, 20, 21, 39, 44, 62, 71, 83], "backend": [1, 54], "background": [16, 27], "backup": [39, 41, 81], "badg": 21, "bail": [14, 20, 41, 48, 53], "baileofar": 41, "baill": [20, 35], "bail\u00ed": [41, 44, 51], "bail\u00edochtaigh": 50, "bain": [12, 19, 20, 28, 41, 69], "baineann": [42, 69], "bainfear": 69, "bainimid": 12, "bainisteoir": 46, "bainistigh": [6, 51, 81, 82], "bainist\u00edocht": [24, 33], "baint": [6, 10, 13, 22, 30, 34, 40, 43, 45, 51, 53, 54, 57, 69, 82], "baintear": [19, 33, 44, 69], "baisc": 42, "ball": [42, 50], "ballra\u00edocht": 42, "ballra\u00edochta": 42, "ballra\u00edochta\u00ed": 42, "bandaleithead": 19, "bar": [0, 1, 21, 60, 65, 72, 83], "barr": [19, 41, 42, 44, 62], "barra": [19, 41, 80], "base": [8, 45, 57, 81], "basic": [2, 14, 20, 42], "basicauthlevel": 20, "batch": 0, "beag": [19, 24, 41, 42, 49], "beag\u00e1n": [12, 20, 33], "bealach": [12, 20, 26, 41, 42, 44, 81], "beala\u00ed": 62, "beann": 41, "beart": 43, "beartaith": 20, "bearta\u00edonn": 45, "becaus": [20, 26, 46], "becom": 5, "been": [8, 14, 15, 21, 25, 42, 44, 57, 81], "befor": [17, 20, 27, 44, 60, 74], "begin": 80, "behalf": 44, "behavior": [9, 11], "beidh": [10, 12, 15, 19, 35, 41, 42, 44, 46, 47, 50, 58, 59, 69, 70], "being": 60, "bell": 83, "below": [0, 9, 11, 17, 44, 65], "best": 83, "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 20, 21, 43, 65, 80], "beyond": 17, "bhaill": 42, "bhaineann": [6, 12, 15, 19, 41, 42, 44, 47], "bhainisteoir": [19, 46, 50, 56], "bhainisteoir\u00ed": 20, "bhainisti\u00fa": [6, 15, 26, 30, 32, 77, 82], "bhainist\u00edochta": 43, "bhainist\u00edonn": 41, "bhaint": [7, 12, 19, 20, 25, 26, 38, 41, 42, 44, 47, 66, 69, 72, 80], "bhall": [42, 69], "bhallra\u00edocht": 82, "bharr": 80, "bharra": [19, 20, 28, 35, 41, 42, 48, 58, 62, 64, 69, 71, 72, 76], "bharrbharra": 20, "bheadh": [26, 44, 70], "bheag": [56, 72], "bhealach": [15, 19, 20, 26, 38, 41, 44, 45, 56], "bheartai": 7, "bheidh": [7, 10, 12, 15, 20, 24, 26, 29, 41, 42, 44, 51, 58, 69, 82], "bheith": [10, 15, 19, 20, 26, 38, 40, 41, 42, 44, 45, 58, 69, 70, 71, 80, 81], "bhfaigheann": 41, "bhfaighidh": [19, 20, 41, 66], "bhfaighteoir": 41, "bhfear": 44, "bhfeiceann": [20, 41], "bhfeidhm": [15, 19, 20, 40, 42, 44], "bhfillte\u00e1in": 15, "bhfillte\u00e1n": [12, 15, 29, 35], "bhfo": 20, "bhfoireann": [42, 80], "bhfolach": [44, 55], "bhform\u00e1id": 41, "bhfreastala\u00ed": [10, 14, 15, 19, 20, 26, 44, 50, 53, 69, 70, 78], "bhfr\u00e9amh": 20, "bhfr\u00e9amhfhillte\u00e1n": 20, "bhfuair": 44, "bhfuil": [7, 10, 12, 15, 18, 19, 20, 24, 31, 33, 38, 41, 42, 44, 45, 47, 49, 50, 59, 66, 69, 75, 76, 82], "bhfuiltear": 44, "bhfuinneog": 10, "bhf\u00e9adfadh": [10, 42], "bhf\u00e9adfa\u00ed": 62, "bhf\u00e9ilir": [41, 44], "bhf\u00e9ilir\u00ed": 44, "bhf\u00edor": 64, "bhf\u00edordheimhn\u00edonn": 20, "bhf\u00f3gra": 7, "bhf\u00f3gra\u00ed": 69, "bhloic": 41, "bhogadh": [20, 24], "bhonn": 15, "bhosca": [24, 26, 33, 41, 44, 51, 62], "bhrabhs\u00e1il": 20, "bhrabhs\u00e1lann": 20, "bhrabhs\u00e1la\u00ed": [6, 14, 20, 38, 51, 72], "bhraith": 44, "bhraitheann": 44, "bhrei": 41, "bhreis": 69, "bhreoiteachta": 40, "bhrost\u00fa": [15, 44], "bhruscair": 28, "bhruscar": [24, 33, 41, 54], "bhr\u00ed": [38, 47], "bhr\u00fa": [46, 66], "bhuaileann": 41, "bhun": 33, "bhunachar": [26, 33], "bhunaidh": 64, "bhunaith": 20, "bhunchomhad": 10, "bhunfh\u00edordheimhni\u00fa": 20, "bhun\u00fa": [41, 44, 77], "bhun\u00fain\u00e9ara": 33, "bhun\u00fasach": 41, "bhu\u00ed": 74, "bh\u00ed": [19, 81], "bh\u00edonn": [7, 12, 19, 20, 26, 39, 41, 42, 44, 46, 64, 66, 69, 80], "bh\u00edotha": 19, "bidirect": 25, "bin": [21, 41], "binari": 8, "bior\u00e1ilt": 76, "bith": [19, 20, 28, 41, 44, 46, 47, 48, 62, 72, 82], "bitv": 80, "blacklist": 11, "bliain": 41, "bloc": 44, "block": 66, "blockquot": 66, "blog": 12, "blur": 60, "board": 2, "bob": 35, "bodi": 44, "bog": 12, "bogadh": 44, "bogearra\u00ed": [12, 53], "bogfaidh": 58, "bogfar": 24, "bogtar": [24, 44], "boilgeoga": 55, "bold": 66, "book": [42, 50, 82], "border": 27, "bosca": [20, 24, 51, 58, 62, 69], "bosca\u00ed": [42, 44], "botanna": [73, 77], "both": [8, 44, 52, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 65, 83], "bound": 9, "box": [0, 51], "bpatr\u00fan": 19, "bpicti\u00far": 42, "bpr\u00edobh\u00e1ideacht": 53, "bpr\u00edomhdhial\u00f3g": 19, "bpr\u00edomh\u00e1bhar": 80, "bpr\u00f3if\u00edl": 69, "bpr\u00f3isea": 39, "bp\u00e1irc": 44, "bp\u00e1irt\u00ed": 70, "brabhs\u00e1il": 20, "brabhs\u00e1laith": [6, 20, 81], "brabhs\u00e1la\u00ed": [12, 20, 38, 72], "braid": 41, "braiteadh": 15, "braitheann": [20, 41, 44, 82], "braithfidh": 41, "brand": 7, "bratach": [26, 44], "brath": [19, 26, 48, 72, 81], "breadcrumb": 21, "breakout": 58, "breathn\u00fa": 35, "breis": [19, 41, 56, 76], "breisith": 42, "breithnith": 6, "brief": 5, "bring": [8, 19], "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 54, 63, 81, 83], "bruscair": [24, 26, 33, 41, 42, 44], "bruscar": 33, "br\u00faigh": [20, 28], "bsd": 14, "bualadh": 41, "buan": [12, 24, 41, 69], "bubbl": 60, "bucket": 27, "build": 14, "built": [14, 17, 20, 21], "bun": [42, 44, 49, 50, 51, 64, 69], "bunaith": [7, 44, 45, 80, 81], "bun\u00fasach": [20, 41], "bun\u00fasacha": 41, "busi": 40, "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 72, 78, 82, 83], "bu\u00ed": [10, 19, 26], "byte": [9, 11, 20], "b\u00e1n": 19, "b\u00ed": [12, 47, 80], "b\u00edodh": [38, 80], "b\u00edonn": [10, 57, 69], "c": [12, 20, 80], "cabhair": [57, 80], "cabhlach": 19, "cabhraigh": 53, "cabhra\u00edonn": 42, "cabhr\u00fa": [18, 41, 44, 69, 80], "cach": 17, "cad": [19, 41], "caighde\u00e1naith": 15, "caillfidh": [26, 38], "caint": [6, 35, 55], "cain\u00e9il": [6, 13], "cairt": 15, "caithfidh": [12, 15, 26, 28, 41, 42, 44, 45, 64, 71], "caja": [19, 20], "calafort": 20, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 43, 44, 47, 48, 51, 52, 83], "call": [4, 10, 57, 62, 65, 72, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 50, 51, 52, 54, 57, 60, 62, 65, 66, 70, 71, 72, 76, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 29, 36, 44], "carachtair": 19, "carachtar": [19, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": 20, "cartlanna": 14, "cartlannaith": 69, "case": [14, 82], "casta": [24, 41, 51], "categori": [0, 45], "caution": 9, "ccanna": [6, 13], "ceachtar": [42, 45], "cead": [20, 42], "ceadaigh": [20, 35, 56], "ceadaith": [20, 24], "ceadanna": [20, 42, 45, 69], "ceada\u00edonn": [20, 44], "ceal": 41, "ceallacha": 48, "cealuith": 41, "ceangail": [12, 19, 20], "ceangailt": [15, 19, 26, 44, 46], "ceangal": [12, 19, 20], "ceangalt\u00e1in": [67, 73], "ceangalt\u00e1n": 44, "ceann": [7, 19, 35, 38, 41, 42, 44, 46, 47, 59], "ceannteidil": 66, "cean\u00e1in": 21, "ceapach\u00e1in": 41, "ceardlanna": 42, "cearnacha": 42, "ceart": [48, 81], "cearta": 35, "ceathr\u00fa": 41, "ceist": [19, 21], "ceithr": 44, "center": 20, "cento": 20, "centr": 65, "cert": 20, "certain": 11, "certif": [8, 20], "cfg": [7, 9, 12, 17], "chabhr\u00f3idh": [41, 42], "chaighde\u00e1nacha": 14, "chaill": 19, "chailleadh": 26, "chailleann": [26, 38], "chain": 21, "chaint": 64, "chainteora": 62, "chain\u00e9al": 18, "chaird": 41, "chaithfidh": [41, 69], "chang": [0, 4, 8, 9, 10, 12, 20, 21, 25, 29, 36, 41, 44, 54, 72, 80, 82, 83], "chaoithi\u00falacht": 19, "chaomhna\u00edonn": 19, "chapter": [14, 20], "chartlann\u00fa": 69, "chasadh": 44, "chat": [6, 57, 60, 62, 71, 80], "cheada\u00edonn": [33, 42], "cheada\u00edtear": 15, "chead\u00f3far": 62, "chead\u00f3idh": 41, "chead\u00fa": [7, 35], "cheal\u00fa": 41, "cheamara": 72, "cheana": [10, 12, 15, 19, 31, 35, 41, 42, 44, 45, 50, 69, 72, 81], "cheann": [10, 19, 21, 38, 41, 42, 44, 54, 70], "cheannt\u00e1sc": 58, "cheannt\u00e1sca": 80, "cheapach\u00e1in": 41, "cheart": [19, 20, 41, 44, 45, 46, 47, 48, 51], "check": [0, 9, 27, 36, 60], "checkbox": [21, 36, 60], "cheilt": 72, "cheist": 26, "cheisteanna": [44, 80], "chiall": 10, "chialla\u00edonn": 44, "chianch\u00f3ra": 20, "chianst\u00f3r\u00e1il": 26, "chian\u00fas\u00e1ideora": [28, 35], "chine\u00e1il": 15, "chine\u00e1l": [7, 42, 47, 49], "chinneadh": [41, 44], "chinnti\u00fa": [15, 20, 24], "chionn": 20, "chip": 83, "chliaint": [6, 12, 14, 15, 19, 20, 38, 49], "chliant": [7, 12, 19, 20, 38, 43], "chlib": 44, "chlice\u00e1il": [10, 20, 28, 41, 42, 44, 62, 66], "chlice\u00e1iltear": [7, 10], "chlice\u00e1lann": [12, 19, 41, 42, 44, 70, 72], "chloig": [12, 39, 41, 66, 69, 76], "chluais\u00edn": [12, 19, 20, 35, 41, 56, 76], "chlubanna": 19, "chl\u00e1r": 12, "chl\u00e1rlainn": 7, "chl\u00e1r\u00fa": 12, "chl\u00e9": [19, 41, 42, 66], "chl\u00f3scr\u00edobh": [37, 41, 44, 66], "chl\u00f3scr\u00edobhann": 14, "chl\u00fadach": 44, "chl\u00fadaigh": 44, "chl\u00faid": 26, "chmod": 20, "choigeartuith": 10, "choigeart\u00fa": [12, 15, 19, 24, 35], "choimhlint": [10, 41], "choinbhleacht": 10, "choinbhleachta": 10, "choinn": 41, "choinne\u00e1il": [15, 26, 38, 42, 44, 69, 76], "choinne\u00e1la": [24, 33, 69], "choinn\u00ed": 41, "choinn\u00edol": 15, "chomh": [19, 35, 38, 40, 41, 42, 46, 48, 62, 76], "chomhad": [7, 10, 19, 20, 24, 28, 35, 39, 41, 42, 66, 72], "chomhaid": [12, 15, 19, 22, 24, 26, 30, 33, 37, 41, 56, 62], "chomhairtear": 33, "chomhartha": 49, "chomhartha\u00ed": 81, "chomhd\u00fa": 41, "chomhfhreagrach": 41, "chomhghleacaith": 41, "chomhl\u00edonann": 42, "chomhoiri\u00fanacht": 12, "chomhoiri\u00fanaith": 19, "chomhph\u00e1irteanna": 19, "chomhroinn": 41, "chomhroinnt": [15, 35, 56], "chomhr\u00e1": [35, 55, 58, 59, 62, 64, 66, 69, 70, 71, 72, 74, 76], "chomhr\u00e1it": [55, 66, 77], "chomhr\u00e9ir": [19, 66], "chomhsheasmhach": 15, "chomhth\u00e1it": 49, "chomhth\u00e1th\u00fa": [12, 15, 46, 67, 73, 77], "chomhth\u00e9ac": 15, "chomh\u00e9adan": [19, 73, 82], "chonair": 19, "choos": [0, 1, 2, 5, 20, 21, 27, 29, 44, 45, 48, 52, 54, 58, 60, 63, 81], "chosaint": [26, 81], "chosc": 24, "chosen": 15, "chosna\u00edonn": 38, "chos\u00e1in": [19, 51], "chothrom\u00e1nach": 44, "chown": 20, "cho\u00edch": 26, "chrann": 19, "chriptith": 26, "chripti\u00fa": 26, "chript\u00edtear": 26, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chrua": 12, "chruinn": 44, "chruinnith": [41, 44, 59], "chruthaigh": 44, "chrutha\u00edonn": [19, 20, 28, 33, 35, 48], "chrutha\u00edtear": [39, 41, 44, 59, 69], "chruth\u00fa": [12, 15, 19, 21, 26, 28, 35, 42, 43, 44, 56, 58, 59, 66, 70, 74, 76, 77], "chruth\u00fana": 81, "chr\u00edochna\u00edonn": [19, 40, 62], "chr\u00edochn\u00fa": [45, 69], "chuach": 7, "chuaigh": 69, "chuardach": [41, 44, 69, 76], "chucu": 41, "chugainn": 48, "chuid": [12, 14, 18, 20, 21, 26, 38, 41, 42, 44, 48, 49, 51, 62, 69, 70], "chuideachta\u00ed": 7, "chuidi\u00fa": 33, "chuig": [10, 14, 15, 20, 24, 26, 29, 33, 35, 42, 49, 51, 53, 58, 59, 64, 66, 69, 70, 72, 80, 81, 82], "chuimsitheach": 50, "chuims\u00edonn": [10, 19], "chuir": [35, 42], "chuireadh": [41, 44], "chuireann": [26, 41, 55], "chuirfear": 41, "chuirtear": [19, 24, 41, 42], "chuir\u00ed": [41, 70], "chuma": [19, 20, 26, 42], "chumad\u00f3ir": 44, "chumasann": 26, "chumasc": 42, "chumas\u00fa": [7, 15, 19, 20, 26, 38, 44, 57, 62, 64, 70, 72], "chumhacht": 48, "chumra\u00edocht": [35, 37, 41, 42], "chumra\u00edochta": [19, 74], "chumr\u00fa": [6, 20, 35, 41, 42, 44, 57, 62, 69, 77, 79], "chun": [7, 10, 12, 15, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 42, 44, 45, 48, 51, 54, 56, 57, 58, 59, 62, 66, 69, 70, 72, 76, 80, 81, 82], "chunk": [9, 11], "chunksiz": 9, "chunta": [15, 19, 20, 26, 45, 50, 81], "chuntai": [10, 19, 20, 44, 45, 47, 51], "chur": [7, 12, 14, 20, 21, 26, 28, 35, 37, 39, 40, 45, 46, 49, 50, 56, 69, 71, 72, 74, 76, 80, 81], "chustaim\u00e9ir\u00ed": 18, "chu\u00f3ta": [24, 33], "chu\u00f3ta\u00ed": 24, "ch\u00e1": [10, 12, 20, 26, 41, 42, 44], "ch\u00e1sanna": 41, "ch\u00e9ad": [7, 15, 18, 39, 41, 42, 48, 50, 66, 81, 82], "ch\u00e9ile": [41, 44, 49], "ch\u00e9im": [41, 47], "ch\u00f3d": 81, "ch\u00f3ipeanna": 15, "ch\u00f3ipe\u00e1il": [24, 41], "ch\u00f3ir": 19, "ch\u00f3naidhm": 28, "ch\u00f3ra": [12, 20, 21], "ch\u00f3rai": [7, 19, 20, 42, 44, 62, 64], "ch\u00fainn": 50, "ch\u00fal": [26, 41], "ch\u00falra": 19, "ch\u00faltaca": 19, "ch\u00fang\u00fa": 76, "ch\u00fars\u00f3ir": 41, "cialla\u00edonn": [15, 19, 20, 41], "cianathruith": 10, "cianch\u00f3ra": 20, "cianda": [10, 20, 50], "cianleagan": 10, "cianst\u00f3r\u00e1la": 26, "cib\u00e9": [18, 20, 41, 51, 69], "cif": 27, "cine\u00e1l": [19, 20, 60, 66], "cine\u00e1lacha": [15, 69], "cinn": [15, 45, 59], "cinnamon": 20, "cinneadh": [41, 44], "cinnt": [12, 20, 47], "cinnteoidh": 41, "cinntigh": [20, 41, 44, 49], "cinnt\u00edonn": 7, "cionn": [66, 70, 72, 76], "ciorcail": [35, 69], "ciorcal": 19, "ciorclach": [39, 42], "circl": 15, "circumst": 9, "citrix": [9, 14], "ci\u00fain": 7, "clasaiceach": 55, "clasaiceacha": 15, "clean": 12, "clear": [16, 19, 20], "cliaint": [7, 41, 42, 73], "cliant": [7, 10, 12, 19, 20, 25, 41, 45, 50, 51, 53, 73], "clib": 44, "clibe\u00e1il": 44, "clice\u00e1il": [7, 12, 15, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51, 58, 59, 62, 63, 69, 72, 76], "click": [0, 1, 2, 5, 12, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 60, 63, 72, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 16, 17, 20, 25, 38, 41, 51, 54, 63, 81], "clist": 15, "clock": 81, "close": [5, 14, 36, 41, 44, 46, 80, 82], "cloud": [20, 21, 35, 41, 70], "cloudid": 70, "clo\u00ed": 62, "cluais\u00edn": [19, 72, 76], "cluais\u00edn\u00ed": 19, "cluich": 44, "cl\u00e1ir": 43, "cl\u00e1r": 12, "cl\u00e1raith": [12, 45, 60, 69, 78], "cl\u00e1rlainn": 20, "cl\u00e9": [19, 20, 42, 50], "cl\u00f3": 80, "cl\u00f3scr\u00edbhneoireachta": 69, "cl\u00f3scr\u00edobh": [20, 41, 47, 49, 50, 81], "cl\u00fadach": 44, "cl\u00fada\u00edonn": 69, "cmd": 8, "cnaip": [19, 20, 28, 29, 42, 44, 45, 50, 69, 72], "cnaip\u00ed": [35, 41, 42, 69, 80], "cobhsa\u00ed": 18, "codanna": 77, "codarsnacht": 80, "codarsnachta": 80, "code": [6, 45, 66], "codec": 21, "cohes": 5, "coigearta\u00edtear": 39, "coimhlint\u00ed": 10, "coinbhleacht": [10, 41], "coinbhleachta": 10, "coinbhleachta\u00ed": [6, 13, 41], "coincr\u00e9itigh": 41, "coinn": 48, "coinneofar": 44, "coinne\u00e1il": [42, 44], "coinnigh": [12, 20], "coinn\u00ed": 44, "coinn\u00edmid": 39, "coinn\u00edollacha": 42, "coinn\u00edonn": 39, "coinn\u00edtear": 42, "coitianta": 80, "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 26, 35, 41, 45, 47, 48, 49, 51, 70, 73, 74, 81], "comhad": [10, 14, 24, 26, 33, 35, 37, 38, 41, 42, 44, 46, 53, 56, 66, 68, 73, 76], "comhaid": [6, 12, 19, 22, 25, 28, 32, 33, 35, 37, 38, 41, 42, 46, 53, 66], "comhairl": 14, "comhalta": 42, "comhartha": [19, 20, 35, 41, 72], "comhartha\u00ed": [6, 41], "comhdh\u00e9anta": 43, "comhfhreagrach": 44, "comhioml\u00e1n": 42, "comhionann": [26, 44], "comhlacht": 44, "comhlachta\u00ed": 44, "comhl\u00e1naigh": 20, "comhl\u00edontach": 53, "comhoibri\u00fa": 42, "comhoibr\u00edocha": 35, "comhoiri\u00fanach": [41, 44], "comhroinn": [35, 41], "comhroinnt": [15, 20, 28, 35, 53, 56, 61, 62, 73, 76, 82], "comhr\u00e1": [6, 35, 42, 59, 62, 66, 70, 72, 73, 74, 76, 77, 79], "comhr\u00e1it": [6, 35, 42, 58, 59, 66, 70, 73, 74, 77], "comhr\u00e9ir": [19, 20, 69], "comhshaol": 20, "comhthreomhar": 15, "comhthreomhara": 19, "comhth\u00e1it": [15, 73], "comhth\u00e1tha\u00edonn": [19, 44, 46], "comhth\u00e1th\u00fa": [68, 73, 74], "comhth\u00e9ac": [41, 56], "comh\u00e9adain": 43, "comh\u00e9adan": [21, 40, 44, 55, 80], "command": [6, 12, 13, 14, 17, 36, 57], "comment": [41, 51], "commerci": 29, "commun": [3, 8, 11, 14], "compar\u00e1id": 10, "compat": [11, 12, 21, 27, 81], "complet": [1, 9, 14, 17, 28, 45, 66], "compliant": 80, "compos": [44, 80], "compromis": 26, "comput": [5, 13, 20, 21, 25], "cona": [7, 15, 20, 42], "conair": 20, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 13, 14, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 60, 81, 82], "configuration_fil": 26, "confirm": [9, 12, 27, 28, 42, 44], "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 81, 82], "consent": 60, "consid": 17, "consider": 17, "consol": 20, "contact": [0, 27, 33, 43, 44, 45, 47, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 60], "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 75, 80], "context": [1, 19, 44], "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 57, 82], "contr\u00e1rtha": 10, "cont\u00fairteach": 26, "conveni": 0, "convers": [1, 44, 57, 60, 62, 69, 71, 75, 76, 78], "copi": [0, 5, 21, 25, 44, 51], "correct": 20, "correspond": 0, "cosain": 35, "cosaint": [12, 42], "cosanta": [20, 69], "cosc": [35, 41, 42, 69], "cos\u00e1n": [20, 47, 48], "cos\u00fail": [7, 12, 15, 19, 20, 41, 42, 59, 81], "cothrom": [15, 44], "could": [27, 44], "couldn": 44, "cover": 42, "cowork": 2, "cp": 20, "crann": 19, "craol": 58, "crashreport": 17, "creat": [0, 2, 7, 14, 20, 25, 29, 39, 40, 41, 44, 45, 51, 54, 71, 82], "creation": 36, "credenti": [27, 51], "criathar": 44, "crio": 41, "criosanna": 41, "criptith": [20, 33, 38], "cripti\u00fa": [30, 34, 47], "cripti\u00fach\u00e1n": 20, "croineola\u00edoch": 44, "crois": 42, "crua": [6, 20, 41], "cruinn": 41, "cruinnea": 19, "cruinnith": 69, "cruinni\u00fa": [41, 44, 59, 72], "cruthaigh": [20, 45, 69], "cruthaith": [18, 19, 20, 26, 41, 45, 58], "crutha\u00edodh": [51, 69], "crutha\u00edonn": 10, "crutha\u00edtear": [41, 69], "cruth\u00f3far": [35, 41], "cruth\u00f3idh": [10, 41, 59], "cruth\u00fa": [19, 69, 76], "cr\u00edocha": 40, "cr\u00edochnaigh": 20, "cr\u00edochnaith": [28, 29, 41, 42, 56], "cr\u00edochn\u00f3idh": 62, "cr\u00edochn\u00f3imid": 43, "csv": [60, 72], "ctrl": [80, 83], "cuachta": 7, "cuairt": 44, "cuardach": 6, "cuardaigh": [26, 37, 44, 46, 69, 72, 76], "cuid": [12, 42, 62, 82], "cuid\u00edonn": 41, "cuimhn": 24, "cuims\u00edonn": 44, "cuir": [6, 7, 14, 15, 19, 20, 21, 28, 35, 45, 46, 47, 48, 49, 50, 51, 53, 62, 80], "cuireadh": [24, 33, 42, 45, 59, 72, 73], "cuireann": [7, 10, 15, 19, 20, 26, 38, 42, 44, 55, 62, 73], "cuirfear": [33, 41, 44, 69, 70], "cuirfidh": [7, 10, 15, 40, 44, 49, 69], "cuirimid": 80, "cuirtear": [26, 37, 42, 44], "cuir\u00ed": 42, "cuma": [15, 35, 41, 42, 44, 55], "cumad\u00f3ir": 44, "cumai": 20, "cumaisc": 42, "cumars\u00e1id": 69, "cumasaigh": [19, 38, 41, 62], "cumasaith": [15, 19, 26, 29, 33, 35, 38, 40, 41, 42, 44, 49, 51, 59, 62, 64, 66, 82], "cumasa\u00edtear": 28, "cumasc": 42, "cumasctha": 42, "cumhachta\u00ed": 24, "cumraith": [15, 19, 24, 31, 33, 41, 44, 49, 59], "cumra\u00edocht": 20, "cumra\u00edochta": [7, 12, 19, 20, 42], "cumra\u00edochta\u00ed": 31, "cunta": [12, 15, 19, 20, 41, 42, 45, 46, 47, 49, 51, 72], "cuntai": [15, 20, 42, 45, 46, 47, 49, 51], "cuntar": 70, "cur": [7, 20, 51, 56, 59, 66, 69, 72, 76, 77], "current": [1, 4, 14, 21, 25, 60], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "curtha": [15, 19, 20, 41], "custom": [20, 83], "customis": [60, 83], "cu\u00ed": [10, 20, 51], "cu\u00f3ta": [24, 30, 32, 82], "cu\u00f3ta\u00ed": 33, "c\u00e1": [10, 24, 41, 44, 56], "c\u00e1il\u00edocht": 80, "c\u00e1rta": 50, "c\u00e1rta\u00ed": [42, 66, 75], "c\u00e1sanna": [48, 69, 70], "c\u00e9": [12, 19, 20, 26, 35, 41, 42, 50, 56, 57, 66], "c\u00e9adaoin": 41, "c\u00e9anna": [7, 14, 19, 20, 41, 44, 50, 58, 62, 70], "c\u00e9im": [47, 69], "c\u00e9ime": 69, "c\u00e9imeanna": [28, 35, 44, 45, 46, 48, 49, 50, 51], "c\u00e9imneoidh": 12, "c\u00e9n": [19, 41], "c\u00f3d": [14, 38, 41, 81], "c\u00f3ip": [10, 12, 24], "c\u00f3ipe\u00e1il": [10, 12, 20, 51], "c\u00f3naidhm": [6, 28, 35, 73, 82], "c\u00f3nasctha": 35, "c\u00f3ra": [7, 12, 20, 41], "c\u00f3rai": [7, 10, 14, 19, 20, 44, 62, 70], "c\u00fai": 69, "c\u00faiseanna": 42, "c\u00fal": 26, "c\u00falra": [72, 80], "c\u00faltaca": 64, "c\u00fant\u00f3ir": 66, "c\u00fapla": [26, 42, 48], "c\u00faramach": 12, "d": [7, 10, 12, 15, 18, 19, 20, 26, 28, 29, 31, 33, 37, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 57, 59, 69, 72, 79, 80, 81, 82], "dai": [0, 11, 41, 83], "daili": 18, "daoin": [6, 24, 41, 69], "daonra": 19, "dara": [7, 42, 46, 56, 69, 81], "darbh": 24, "dashboard": 6, "data": [6, 9, 12, 17, 39, 43, 66, 82], "date": [12, 20, 41, 44, 83], "dath": [41, 80], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": [7, 10, 12, 14, 15, 19, 20, 24, 28, 29, 31, 33, 35, 39, 40, 41, 43, 44, 45, 48, 50, 54, 57, 58, 59, 62, 69, 70, 74, 76, 77, 79, 80, 81, 82], "deach\u00fail": 20, "deacra": 35, "dealramh": [44, 68, 73], "deara": [10, 42, 44, 51], "dearbh\u00fa": 41, "dearg": [19, 62], "deartha": [20, 44, 80], "deasc": [6, 20, 43], "deaschlice\u00e1il": 20, "debian": [8, 19, 20], "debug": 16, "decid": 5, "declin": 60, "dedic": [44, 45], "default": [0, 4, 8, 9, 11, 20, 21, 41, 60], "dei": [12, 20, 41], "deic": [42, 43, 66], "deilbh\u00edn": [10, 15, 28, 35, 41, 42, 44, 45, 50, 51, 76], "deimhnigh": [44, 45], "deimhnith": [20, 41, 69], "deimhni\u00fa": [19, 20], "deimhn\u00edonn": 28, "deir": [20, 26], "deireadh": [20, 26, 41, 44, 80], "deireanach": 19, "deiridh": 41, "deis": 19, "deisc": [7, 10, 12, 14, 15, 18, 19, 22, 30, 38, 53, 73, 82], "deiseoidh": 14, "del": 80, "delet": [0, 1, 9, 17, 21, 24, 27, 28, 36, 39, 41, 44, 80], "den": [7, 12, 15, 19, 26, 33, 39, 40, 41, 42, 44, 51, 59, 62, 69, 74, 76, 82], "deni": 54, "deo": 41, "deonaigh": 45, "depend": [0, 12, 17, 21, 27, 36, 60, 63, 80, 82], "deploy": 14, "depth": 20, "describ": 11, "descript": 5, "deselect": 20, "design": 3, "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 63], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 27, 36, 39, 44, 52, 82], "detect": 9, "dev": 8, "devic": [20, 38, 41, 54, 60, 81, 83], "dhaoin": [40, 53], "dhath": 80, "dhearbh\u00fa": [28, 41, 47], "dhearmad": 26, "dheasc": 20, "dhei": [15, 19, 20, 35, 39, 48, 50, 69], "dheilbh\u00edn": [19, 28, 45, 51, 66, 72, 76], "dheilbh\u00edn\u00ed": 19, "dheimhni\u00fa": 42, "dheimhn\u00edonn": [19, 41], "dheireadh": 69, "dheireanach": 55, "dheon\u00fa": 45, "dhiaidh": [15, 19, 20, 41, 44], "dhigit": 35, "dhinti\u00fair": [20, 45], "dhi\u00faltaigh": 41, "dhi\u00falt\u00fa": [41, 70], "dhoicim\u00e9ad": 15, "dhoicim\u00e9ad\u00fa": [20, 25], "dhramhphost": 44, "dhr\u00e9acht": 56, "dhuin": 41, "dh\u00e1": [6, 7, 10, 12, 19, 42, 44, 45, 50, 51, 54, 56, 82], "dh\u00e1ta": 41, "dh\u00e9anamh": [7, 12, 15, 19, 20, 23, 24, 26, 30, 35, 38, 40, 41, 42, 44, 46, 48, 55, 58, 66, 70, 71, 72, 76, 82], "dh\u00e9anann": [7, 12, 14, 28, 41, 69], "dh\u00e9anfaidh": [40, 47], "dh\u00e9anfar": 44, "dh\u00e9anf\u00e1": 44, "dh\u00e9antar": [7, 19, 41, 44, 69], "dh\u00ed": 35, "dh\u00edbhior\u00e1il": 76, "dh\u00edbirt": 15, "dh\u00edchead\u00fa": 7, "dh\u00edchriptigh": 26, "dh\u00edchripti\u00fa": [26, 38], "dh\u00edchumasa\u00edonn": 26, "dh\u00edchumas\u00fa": [7, 15, 21, 35, 41, 44, 57, 64], "dh\u00ednascadh": [28, 54], "dh\u00edreach": 74, "dh\u00edreacha": [28, 35], "dh\u00edshuite\u00e1il": 20, "dh\u00edthice\u00e1il": 42, "dh\u00f3": [12, 63], "dh\u00fanadh": 56, "dh\u00fanann": 79, "di": 35, "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 60], "dialogu": 2, "dial\u00f3g": [19, 28, 41, 42, 44, 55, 56, 58], "dial\u00f3ga": 46, "dial\u00f3ig": [51, 58], "diaspora": 42, "dice": 57, "did": 60, "differ": [0, 7, 8, 21], "difri\u00fail": [19, 70], "difr\u00edocht": 41, "difr\u00edochta\u00ed": 10, "dig": 20, "digest": 0, "dinti\u00fair": [20, 49], "diosca": [15, 20, 33, 39], "direct": 20, "directli": [0, 1, 21, 27, 36, 44, 60, 62, 75], "directori": [8, 16, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 21, 60, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discoveri": 9, "discuss": [44, 60], "disk": [15, 26], "disl\u00e9ics": 80, "dismiss": 60, "displai": [1, 12, 16, 20, 21, 44, 51, 60, 66, 82], "distribut": [9, 14, 20, 41], "distro": 12, "disturb": 69, "divid": 60, "di\u00faltaigh": 44, "di\u00faltaith": 44, "di\u00falta\u00edodh": 41, "di\u00falt\u00fa": [35, 37, 41], "do": [0, 6, 7, 8, 9, 10, 12, 14, 15, 17, 18, 20, 21, 24, 25, 26, 28, 31, 33, 36, 38, 40, 45, 47, 48, 50, 51, 53, 55, 56, 58, 59, 60, 62, 63, 65, 66, 70, 72, 73, 76, 79, 80, 81], "doc": 26, "document": [1, 2, 5, 8, 12, 14, 21, 31, 46, 57, 74, 80], "doe": [8, 9, 20, 25, 28, 54, 81], "doesn": [20, 46], "dofheicth": [19, 41], "doicim\u00e9ad": 12, "doicim\u00e9adaith": 80, "doicim\u00e9ad\u00fach\u00e1n": [24, 33, 35, 37], "doicim\u00e9id": [46, 82], "doil\u00e9iri\u00fa": 72, "dolphin": 19, "dom": 41, "domhain": 12, "domhanda": [6, 19, 76], "don": [5, 7, 10, 12, 18, 20, 35, 39, 41, 42, 44, 45, 48, 49, 50, 60, 62, 69], "done": 66, "dorcha": 80, "dot": [4, 21, 27, 36, 44, 60, 65], "doubl": 14, "down": [0, 12], "download": [11, 15, 21, 25, 27, 52, 56, 60, 62], "draft": 44, "drag": 21, "dramhtheachtaireachta\u00ed": 44, "draoi": 19, "dra\u00edochta": [24, 26], "drift": 81, "drive": [20, 36], "drive_path": 20, "droch": 19, "droichead": [73, 77], "droichid": 74, "droid": 45, "drop": [12, 21, 29, 35], "dropdown": [27, 49, 82], "dr\u00e9achta\u00ed": 56, "dtaca\u00edonn": 20, "dtaca\u00edtear": [14, 41, 44, 74], "dtagann": 41, "dtaifeadfa\u00ed": 62, "dtaispe\u00e1nfar": [20, 41], "dtarl\u00f3idh": 41, "dteach": 53, "dteachtaireachta\u00ed": 44, "dteagmh\u00e1il": 41, "dteasta\u00edonn": [19, 42], "dteipfidh": 20, "dtimpeallachta\u00ed": 7, "dtiocfaidh": 44, "dtiom\u00e1nt\u00e1n": 20, "dtosa\u00edonn": 79, "dtr\u00e1idir": 19, "dtugann": 62, "dtugtar": 20, "dtugta\u00ed": 45, "dt\u00e9ann": [24, 72], "dt\u00ed": [20, 24, 28, 33, 35, 39, 40, 41, 44, 50, 51, 56, 69, 76, 79], "dt\u00fa": [12, 38, 41, 44, 56, 71], "dubh": 19, "duin": [10, 26, 41, 42, 53, 66, 72, 76, 82], "duit": [7, 10, 12, 15, 18, 19, 20, 26, 28, 35, 40, 41, 42, 43, 44, 45, 47, 49, 58, 62, 69, 76], "dul": [15, 18, 26, 41, 44, 48, 56, 58, 61, 69, 73], "durat": 9, "dure": [51, 72], "dword": [7, 20], "dynam": 9, "d\u00e1": [7, 10, 24, 26, 38, 41, 42, 44, 47, 55, 62, 70], "d\u00e1ilt": [20, 62], "d\u00e1ilt\u00ed": 7, "d\u00e1r": 14, "d\u00e1ta": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76], "d\u00e1ta\u00ed": 41, "d\u00e9an": [10, 12, 20, 31, 42, 44, 49, 58, 80], "d\u00e9anamh": [19, 26, 28, 41, 44, 50, 66, 69, 76, 81], "d\u00e9anann": [7, 12, 19, 44, 47, 64], "d\u00e9ana\u00ed": [7, 18, 19, 20, 42, 44, 50, 56, 69, 76], "d\u00e9anfaidh": [35, 42, 44], "d\u00e9anfaimid": 14, "d\u00e9anfar": [12, 39, 41, 44, 50, 64], "d\u00e9anta": [41, 51], "d\u00e9antar": [15, 20, 25, 26, 41, 42, 48, 53, 64, 77], "d\u00e9n\u00e1rtha": 15, "d\u00ed": [26, 35, 41], "d\u00edbirt": 15, "d\u00edcheangail": 20, "d\u00edchriptigh": 26, "d\u00edchripti\u00fa": 26, "d\u00edchumasaigh": [19, 44, 47, 62], "d\u00edchumasaith": [20, 41, 42], "d\u00edchumas\u00f3far": 42, "d\u00edghlas\u00e1il": 15, "d\u00edobh": 42, "d\u00edot": 50, "d\u00edreach": [12, 15, 19, 20, 24, 26, 41, 42, 44, 45, 56, 59, 66, 72], "d\u00edreacha": [41, 42], "d\u00edrith": [55, 58], "d\u00edri\u00fa": [10, 44], "d\u00edroghn\u00f3idh": 42, "d\u00edshocraigh": 44, "d\u00f3": [37, 41, 69], "d\u00f3cha": [19, 20, 44], "d\u00f3ibh": [26, 35, 41, 62, 64, 69], "d\u00f3ich\u00ed": 26, "d\u00f3thain": 12, "d\u00fachai": [20, 50], "d\u00fainn": 44, "d\u00fan": [20, 47], "d\u00fanadh": 19, "d\u00fanfaidh": 45, "d\u00fashl\u00e1nach": 41, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47], "ea": 20, "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 60, 82, 83], "eagar": [7, 15, 19, 20, 21, 33, 35, 38, 56, 66, 71, 76], "eagarth\u00f3ir": [12, 15, 20, 41, 44, 58], "eagarth\u00f3ireacht": [35, 41, 71], "eagarth\u00f3ireachta": 35, "eagraith": 76, "eagra\u00ed": [41, 44], "eagra\u00edochta\u00ed": 42, "eagr\u00fa": 42, "earpiec": 60, "earra\u00ed": [6, 42], "earr\u00e1id": [19, 20, 44, 47], "earr\u00e1id\u00ed": 19, "easi": [2, 5], "easili": 5, "easnamh": 21, "eatramh": 12, "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 20, 21, 28, 29, 41, 42, 44, 56, 72, 83], "editor": [1, 2, 12, 21, 41, 80], "effect": 81, "eil": [7, 10, 12, 14, 18, 19, 20, 24, 28, 33, 40, 41, 42, 44, 47, 48, 49, 53, 66, 69, 70, 71, 73, 74, 81], "eilimint": 58, "eilimint\u00ed": [66, 80], "eisiach": 44, "eisiamh": [19, 39], "eisiata": [12, 15, 33], "eisiatachta": 19, "eisiatar": 19, "eisi\u00faint\u00ed": 18, "eisi\u00fana": 80, "eisp\u00e9irea": [15, 44], "either": [8, 12, 60], "eitle\u00e1in": 57, "elaps": 60, "element": [60, 80], "els": [10, 60], "email": [29, 44, 60, 83], "emb": [2, 41], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21], "en": 50, "enabl": [0, 1, 4, 9, 14, 20, 21, 25, 26, 27, 29, 38, 44, 45, 46, 57, 60, 81, 82], "encod": 20, "encrypt": [6, 26, 27, 30, 38], "encryption_configur": 26, "end": [38, 57, 62], "ensur": [15, 80], "enter": [1, 2, 14, 35, 46, 48, 51, 54, 80, 81], "enterpris": 18, "entir": [11, 21, 44], "entri": [0, 1, 2, 21, 82], "env": 16, "environ": [6, 8, 13], "eochair": [7, 28, 42, 46, 72, 81], "eochairshlabhra": 49, "eochrach": 26, "eochracha": [26, 33], "eol": 81, "eola": [15, 20, 37, 41, 42, 59, 62, 81], "eolai": [12, 20, 26, 43, 70, 73, 74], "eolair": [14, 19, 20, 28, 35, 41], "eolair\u00ed": [12, 19, 20, 53], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 41], "even": [2, 9, 15, 69, 80, 82], "event": [0, 40, 41, 44, 51, 52, 83], "everi": [0, 9, 20, 21, 36, 54, 60, 83], "everyon": 21, "everyth": [0, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 81], "excel": 29, "except": 44, "exclud": 19, "execut": 1, "exist": [12, 20, 44], "exit": 8, "expand": 44, "expect": 2, "experi": [60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicitli": [8, 27], "explor": 19, "export": 52, "extend": 66, "extern": [2, 22, 30, 54, 56, 57], "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "fabht": 7, "fabhtanna": [12, 18], "fabhtcheart\u00fa": 47, "face": [60, 82], "facht\u00f3ir": 81, "facht\u00f3ir\u00ed": 81, "factor": [6, 45, 46], "fad": [12, 15, 41, 45], "fada": [35, 44], "fadhbanna": [14, 80], "faid": 20, "faigh": [41, 50], "faigheann": [20, 37], "faighteoir": 24, "faighteoir\u00ed": 44, "failur": 9, "fair": [20, 26], "faisn\u00e9i": [15, 33, 41, 44, 59, 69, 74], "faisn\u00e9is": [19, 41, 46, 50], "fall": [11, 20], "fals": [9, 11], "fanacht": [18, 19, 20, 39, 41, 44, 59], "fanann": [19, 24], "fanfaidh": 44, "faoi": [7, 10, 12, 15, 19, 20, 24, 26, 33, 37, 38, 39, 41, 42, 43, 44, 46, 49, 51, 58, 59, 63, 66, 69, 71, 73, 76], "faoin": [12, 26, 37, 41, 69, 70, 72, 74, 79], "faoina": 26, "far": 83, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feabhs\u00f3idh": 44, "feadh": [24, 39, 42, 69, 76], "feara": [42, 51], "fearainn": [44, 47], "fearann": 44, "fearr": [7, 10, 18, 20, 41, 51, 82], "feasibl": 14, "featur": [2, 9, 17, 21, 40, 42, 44, 60, 74], "feder": [23, 30, 70, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feice\u00e1il": [15, 19, 20, 35, 41, 42, 44, 46, 47, 51, 59, 66, 69, 70], "feicfear": 7, "feicfidh": [26, 28, 29, 41, 42, 59, 62, 70, 72, 81], "feictear": [15, 64], "feidhm": 14, "feidhmchl\u00e1ir": [6, 20, 41, 42, 72, 82], "feidhmchl\u00e1ir\u00edn": 48, "feidhmchl\u00e1r": [19, 41, 44, 47], "feidhmi\u00fa": 44, "feidhmi\u00falacht": 7, "feidhm\u00edochta": 44, "feist\u00ed": 6, "feitheamh": 70, "feithimh": 79, "few": [62, 81], "fhacht\u00f3ir": [6, 50, 51, 54, 82], "fhad": 44, "fhada": [40, 44], "fhadhb": [12, 15, 80], "fhaigheann": [20, 41, 42, 44, 47, 53, 70, 80, 81], "fhaighteoir": [28, 35, 44], "fhaighteora": 35, "fhaisn\u00e9i": [12, 15, 20, 35, 41, 42, 51], "fheabhs\u00fa": 66, "fhearainn": 20, "fhearann": 47, "fheiceann": [19, 38], "fheice\u00e1il": [6, 7, 19, 26, 35, 41, 42, 44, 56, 58, 59, 66, 69, 76], "fheicfidh": [19, 82], "fheictear": [19, 82], "fheidhm": 29, "fheidhmchl\u00e1ir": [48, 49], "fheidhmchl\u00e1r": [41, 47], "fheidhmi\u00falacht": 42, "fheisti\u00fa": 20, "fhillte\u00e1in": [19, 26, 35, 37, 38], "fhillte\u00e1n": [19, 35, 37, 38, 41, 44], "fhio": 20, "fhisici\u00fail": 81, "fho": 76, "fhocail": 20, "fhoghlaim": 24, "fhoireann": [42, 43], "fhoirm": [28, 35, 44], "fhoirn": 42, "fholmha": 38, "fhorbairt": 80, "fhorghn\u00edomh\u00f3idh": 38, "fhorghn\u00edomh\u00fa": [44, 57], "fhorm\u00e1id": 41, "fhorm\u00e1id\u00ed": 15, "fhorscr\u00edobh": [35, 41], "fhreagair": 41, "fhreagra": 44, "fhreagra\u00ed": 76, "fhreastalaith": [20, 28, 35, 41, 53, 70], "fhreastala\u00ed": [10, 15, 19, 20, 28, 30, 34, 38, 41, 44, 45, 47, 48, 49, 50, 53, 70], "fhr\u00e9amh": [37, 41], "fhr\u00e9amhfhillte\u00e1n": 35, "fhuinneog": [15, 19, 20, 41, 50], "fh\u00e1gann": 20, "fh\u00e1gfaidh": 15, "fh\u00e1g\u00e1il": 44, "fh\u00e1il": [14, 22, 26, 30, 33, 35, 38, 41, 42, 43, 44, 51, 56, 57, 62, 64, 66, 69, 72, 73, 74, 76, 80, 82], "fh\u00e9adfadh": [10, 12, 15, 19, 20, 26, 37, 41, 80], "fh\u00e9adfaidh": [20, 48], "fh\u00e9adfa\u00ed": 26, "fh\u00e9adf\u00e1": 41, "fh\u00e9ideartha": 41, "fh\u00e9idearthacht": 38, "fh\u00e9idir": [7, 10, 12, 19, 33, 41, 42, 44, 48], "fh\u00e9ilir": [41, 44, 47, 48, 49, 51], "fh\u00e9ilir\u00ed": 45, "fh\u00edor\u00fa": [20, 41], "fh\u00edor\u00fala": [15, 19], "fh\u00edse\u00e1n": 72, "fh\u00f3gra": 37, "fh\u00f3gra\u00ed": [10, 41], "fh\u00f3n": 45, "fiafr\u00f3far": 50, "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 44, 51, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 15, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 39, 41, 52, 56, 60, 62, 71, 80, 83], "fileinto": 44, "filenam": 16, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27], "fillt": 28, "fillte\u00e1in": [12, 14, 15, 19, 26, 35, 37, 38, 42, 44], "fillte\u00e1n": [14, 19, 20, 24, 26, 33, 35, 37, 44, 53, 82], "filter": [1, 36, 42, 83], "find": [20, 21, 24, 25, 42, 70, 81, 82], "finder": [15, 17], "finish": [1, 5, 50, 52], "finsc\u00e9al": 41, "fionnachtain": 50, "fionnachtana": 47, "fiontair": [18, 53], "fiontra\u00edochta": [18, 53], "firefox": [20, 83], "first": [14, 28, 44, 60], "fit": 65, "fi\u00fa": [10, 41, 71], "flow": [9, 25, 41], "flush": 16, "focal": [20, 26, 38], "focu": [44, 80], "focus": [14, 60], "fofhillte\u00e1n": [12, 24], "foghlaim": [42, 49], "foghlaim\u00edonn": 15, "foils\u00edodh": 41, "foins": [14, 20, 37, 38, 53], "foins\u00ed": 48, "foirceann": [30, 34], "foircinn": 41, "foireann": 69, "foirm": 28, "foirmi\u00fail": 42, "foirn": 69, "folaigh": 35, "folamh": [41, 42, 44], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 16, 17, 21, 27, 44, 52, 60, 80, 82], "fol\u00e1ireamh": [12, 26], "forbairt": 18, "forbhreathn\u00fa": 69, "forbr\u00f3ra": 13, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forfheidhmi\u00fa": 20, "forget": 5, "forluiteacha": 41, "form": [1, 26, 42, 45], "format": [2, 5, 9, 21], "form\u00e1idith": 44, "forshreabhadh": 19, "forth": 1, "forward": 76, "fotheaghr\u00e1n": 44, "fotheid": 56, "fotheidil": 76, "found": [57, 83], "freagairt": 44, "freagartha": [41, 44], "freagra": [41, 44, 66], "freagra\u00ed": [41, 69, 76], "freagr\u00falacht": 6, "freastalaith": [20, 28, 35, 41], "freastala\u00ed": [10, 15, 19, 20, 21, 24, 38, 41, 43, 44, 47, 48, 51, 53, 62, 82], "free": [11, 15, 20, 40, 60], "freisin": [10, 14, 15, 19, 20, 39, 41, 42, 44, 46, 56, 58, 59, 64, 66, 69, 72, 74, 77, 80, 82], "from": [0, 1, 2, 8, 14, 17, 20, 21, 24, 36, 38, 41, 44, 49, 51, 54, 60, 62, 63, 71, 82, 83], "front": 60, "fr\u00e9imh": 20, "fstab": 20, "ftp": [20, 27, 29], "fuaim": [62, 73], "fuair": 72, "fud": [10, 15, 26, 44, 62], "fuinneog": [10, 45, 72], "fuinneoga": 12, "fuinneoig": 19, "full": [9, 41, 57], "fulli": [20, 25], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 42, 81], "furasta": 76, "further": 82, "fusa": 66, "futur": [1, 20, 60], "f\u00e1g": 20, "f\u00e1il": [7, 15, 19, 20, 24, 26, 35, 38, 39, 41, 42, 44, 45, 46, 50, 55, 57, 58, 69, 70, 72, 73, 74, 76, 80, 82], "f\u00e1ilt": 53, "f\u00e9ach": [10, 12, 19, 20, 24, 26, 33, 35, 37, 41, 42, 44, 47, 69, 77], "f\u00e9achaint": 42, "f\u00e9adann": 41, "f\u00e9adfaidh": [15, 24, 26, 41], "f\u00e9adfar": 41, "f\u00e9ideartha": [35, 44], "f\u00e9idir": [6, 7, 10, 12, 14, 15, 18, 19, 20, 21, 24, 28, 29, 35, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "f\u00e9ilir": [42, 46, 48, 49, 50, 68, 69, 73], "f\u00e9ilir\u00ed": [45, 46, 48], "f\u00e9in": [7, 10, 12, 19, 20, 28, 31, 35, 41, 42, 44, 45, 49, 50, 53, 55, 64, 72, 74, 76, 80, 81], "f\u00e9inmh\u00ednitheacha": 42, "f\u00edor": 44, "f\u00edoraigh": 44, "f\u00edordheimhni\u00fa": [6, 20, 50, 51, 54, 82], "f\u00edor\u00fa": 69, "f\u00edor\u00fail": [19, 42], "f\u00edse": [62, 69, 72, 73], "f\u00f3": [15, 26, 33, 41, 42, 44, 59, 62, 69, 80], "f\u00f3gra": [7, 19, 35, 37, 41, 69, 70, 72, 76], "f\u00f3gra\u00ed": [19, 66, 76, 82], "f\u00f3ill": 47, "f\u00faithi": 76, "g": [0, 4, 8, 19, 41, 45], "gach": [12, 14, 15, 18, 19, 20, 21, 24, 26, 33, 35, 37, 39, 41, 42, 46, 53, 58, 62, 64, 69, 74, 76, 81], "gaileara\u00ed": 26, "gairid": [42, 56], "gan": [10, 12, 15, 19, 20, 23, 30, 35, 39, 41, 42, 44, 56, 69, 72], "gatewai": 8, "gb": 11, "gcaighde\u00e1n": 41, "gcaillfidh": 26, "gcaithfidh": [41, 44], "gcaoi": 33, "gcead\u00f3idh": 12, "gceangal": 20, "gceann": [12, 41], "gceannteid": 41, "gceannt\u00e1sc": [44, 80], "gceapach\u00e1n": 41, "gceapann": 41, "gceart": [12, 15, 20, 49], "gceist": [26, 41], "gcialla\u00edonn": 44, "gcianrialt\u00e1n": 10, "gcinneann": 15, "gcinnfidh": 56, "gcliaint": 15, "gcliant": [6, 12, 13, 18, 20, 31], "gclibeanna": 44, "gcluais\u00edn": 20, "gcl\u00e1rlann": 20, "gcnaip": [19, 20, 28, 41, 42, 44, 66, 69, 72, 76], "gcoime\u00e1dtar": 42, "gcoimhlint": 10, "gcoinn": [12, 18, 24, 33], "gcoinn\u00ed": 41, "gcomhad": [10, 12, 15, 19, 24, 26, 28, 35], "gcomhaid": [7, 41, 66], "gcomhartha": 42, "gcomhlachta\u00ed": 44, "gcomhl\u00edonann": [24, 39], "gcomhl\u00edontar": 24, "gcomhph\u00e1irt": 19, "gcomhr\u00e1": [6, 40, 58, 59, 69, 73], "gcomhr\u00e1it": [41, 56, 58, 59, 69, 76], "gcomh\u00e9adan": 15, "gcorp": 44, "gcrann\u00e1n": 19, "gcruinni\u00fa": [41, 44], "gcrutha\u00edonn": 69, "gcruth\u00f3idh": 44, "gcruth\u00fa": [19, 41], "gcr\u00edch": 69, "gcuid": [7, 41, 74], "gcuimhn": [20, 44], "gcuireadh": [44, 70], "gcuireann": [7, 69], "gcuirfear": 41, "gcumasa\u00edonn": 20, "gcumra\u00edocht": 26, "gcunta": [37, 51], "gcur": 41, "gcu\u00f3ta\u00ed": 24, "gc\u00e1": [7, 24, 26, 35, 42, 47, 69], "gc\u00e1sanna": [10, 62], "gc\u00e9ad": 42, "gc\u00e9anna": [44, 46], "gc\u00e9imeanna": 51, "gc\u00f3na\u00ed": [7, 19, 20, 41, 44, 69], "gc\u00f3ra": [15, 42, 44], "gc\u00f3rai": 20, "gc\u00fai": 47, "gearrth\u00e9armacha": [18, 69], "geata": 69, "gener": [1, 9, 12, 44, 45, 46, 48, 52, 54, 81], "german": 80, "get": [3, 6, 10, 20, 26, 56, 63, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gheall": [12, 15, 35, 37, 44], "ghearr": [40, 41], "ghearrthaisc": [41, 51], "gheobhaidh": [12, 14, 20, 29, 41, 42, 45, 48, 69, 72], "ghigibheart": 12, "ghineann": 81, "ghinear\u00e1lta": [41, 77], "ghini\u00faint": [41, 66], "ghintear": [44, 49], "ghiuirl\u00e9id": 44, "ghlac": 41, "ghlacadh": [41, 58, 62, 69, 70, 71, 73, 78, 79], "ghlacfar": 41, "ghlactar": [37, 41], "ghlanadh": [19, 69], "ghlanfar": 19, "ghlao": [58, 62, 64, 69, 72, 79], "ghlaoch": 80, "ghlaonna": 69, "ghlas\u00e1il": 15, "ghl\u00e9a": [15, 20, 38, 41, 45, 81], "ghl\u00e9asanna": [20, 38, 41, 69, 72], "ghn\u00e1th": [12, 41, 44, 57, 81], "ghn\u00e1thphasfhoc": 50, "ghn\u00e9": [20, 26, 44, 62, 70], "ghn\u00edmh": 44, "ghn\u00edomh": 44, "ghn\u00edomhacht\u00fa": [42, 80], "ghn\u00edomhartha": [44, 76, 77], "ghn\u00edomha\u00edocht": 19, "ghn\u00f3": 12, "ghn\u00f3thach": 41, "ghn\u00f3thacha": 41, "ghr\u00e1inneach": 41, "ghr\u00e9as\u00e1in": [43, 77, 79], "ghr\u00fapa": [7, 41, 42, 82], "ghr\u00fapa\u00ed": [33, 42, 58], "ghr\u00fap\u00e1il": 44, "ghuth\u00e1n": 81, "giar": 42, "gif": 66, "gifanna": 66, "gile": 80, "ginear\u00e1lta": [7, 12, 19, 41], "giot\u00e1n": 14, "giphi": 66, "github": [12, 25, 66, 74], "gitlab": 66, "giuirl\u00e9id": 44, "giuirl\u00e9id\u00ed": 44, "give": [0, 1, 2, 5, 54, 60], "given": [60, 63], "gla": [19, 72], "glac": [6, 44, 69, 73], "glacadh": [35, 37, 41, 44, 73], "glactha": 35, "glain": 44, "glan": 20, "glanadh": 20, "glanc": 36, "glao": [58, 62, 64, 69, 71, 72, 79], "glaoch": [41, 71], "glaonna": [6, 64, 69, 70, 73, 77], "global": 82, "gl\u00e9a": [6, 20, 81], "gl\u00e9asanna": [6, 41, 53, 81], "gl\u00e9asta": 20, "gl\u00e9i": 72, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "gn\u00e1ch": 26, "gn\u00e1th": 19, "gn\u00e1thcharachtair": 19, "gn\u00e9": [18, 26, 41, 42, 44], "gn\u00e9ith": [7, 12, 18, 19, 21, 44, 70, 82], "gn\u00edomh": 42, "gn\u00edomhach": 44, "gn\u00edomhacha": 20, "gn\u00edomhartha": [42, 56, 57, 66, 69, 76], "gn\u00edomha\u00edocht": [12, 20], "gn\u00edomha\u00edochta": [44, 82], "gn\u00edomha\u00edochta\u00ed": [19, 59], "gn\u00f3": 44, "gn\u00f3tha": 41, "gn\u00f3thach": 41, "go": [0, 6, 7, 10, 14, 15, 18, 19, 20, 24, 27, 28, 30, 31, 33, 34, 35, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 59, 62, 66, 69, 71, 72, 75, 76, 79, 80, 81, 82], "googl": [41, 45, 81, 83], "gorm": [19, 41, 49], "gotha\u00ed": 63, "grant": [14, 41, 44, 60, 63], "gravatar": 42, "greamaigh": [41, 51], "green": [27, 60], "grei": 60, "grianghraf": 69, "grid": 65, "group": [0, 3, 17, 20, 44, 45, 52, 60, 83], "groupwar": [43, 48, 52], "gr\u00e9as\u00e1in": [6, 7, 15, 19, 20, 21, 31, 41, 43, 73, 77], "gr\u00fapa": [6, 26, 35, 42, 56, 58], "gr\u00fapa\u00ed": [26, 41, 44, 69], "gr\u00fapearra\u00ed": [41, 48], "guest": [56, 82], "gui": [8, 27, 45], "guid": 14, "guidanc": 31, "guidelin": 80, "gur": [10, 15, 19, 20, 41, 42, 44, 48, 51, 69], "gurb": [10, 41], "guth\u00e1in": [42, 69], "gvf": 20, "g\u00e1": [7, 10, 12, 19, 26, 37, 38, 41, 44, 48, 51, 69], "h": [8, 16, 20], "ha": [1, 8, 10, 21, 25, 27, 33, 36, 38, 44, 81, 83], "hacmhainn\u00ed": 42, "haghaidh": [7, 12, 15, 19, 20, 24, 31, 33, 35, 37, 42, 46, 48, 50, 56, 58, 62, 66, 69, 76], "haicearra\u00ed": 44, "hailt": 7, "hainm": [20, 41, 42], "hainmneacha": [26, 29], "haip": 80, "haipeanna": [20, 44], "haistri\u00fa": [37, 53], "ham": [62, 69], "hamanna": 41, "hand": [5, 80], "handl": 44, "handler": 12, "haon": [20, 26, 41, 69, 78], "happen": [0, 5], "hardwar": 83, "hathruith": [10, 41], "hathr\u00f3ga": [31, 41], "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 60, 63, 81, 82], "ha\u00edonna": [58, 69], "head": [2, 5, 66], "header": [20, 21], "heagarth\u00f3ireacht": 69, "heagra\u00ed": 41, "heagr\u00fa": 42, "hearr\u00e1id\u00ed": 80, "heilimint": 80, "help": [11, 16, 42, 57, 82, 83], "heochracha": 26, "heolair": 20, "heolair\u00ed": [19, 20], "here": 2, "hidden": [4, 8], "hide": [29, 44], "hierarch": 2, "high": 80, "himeacht": [41, 44], "hinrochtaineacht": 80, "hioml\u00e1n": [7, 15, 31, 62, 80], "hiomp\u00f3rt\u00e1il": [41, 42, 44], "hiond\u00fail": [19, 47], "histori": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hoibreoir\u00ed": 44, "hold": 60, "holidai": 41, "home": [7, 8, 9, 17, 20, 25], "horduith": 57, "horizont": 2, "host": 9, "hour": [0, 16, 41], "hourli": 0, "hover": [2, 42], "how": [0, 2, 3, 6, 17, 20, 21, 33, 36, 60, 81], "ho\u00edch": 66, "hr": 9, "href": 20, "html": [26, 41], "http": [8, 9, 11, 12, 20, 26, 35, 41, 45, 46, 47, 48, 49, 50, 51, 73, 74, 81], "httpproxi": 8, "huair": [19, 76], "huaireanta": 41, "huasl\u00f3d\u00e1il": [15, 41], "huathoibr\u00edoch": [7, 12, 15, 20, 26, 28, 35, 41, 47, 58, 59, 62, 69], "hub": [41, 44], "huimhreacha": 42, "huirlis\u00ed": 43, "hullmh\u00fa": 41, "h\u00e1irithint": 41, "h\u00e1it": [41, 56], "h\u00e1iti\u00fail": [15, 56], "h\u00e9asca": 44, "h\u00edosl\u00f3d\u00e1il": 15, "h\u00fain\u00e9ir": [26, 42], "h\u00fas\u00e1id": 20, "h\u00fas\u00e1ideoir": [41, 42, 69], "h\u00fas\u00e1ideoir\u00ed": [7, 15, 19, 28, 41, 42, 44, 57, 58, 69, 70], "i": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 27, 28, 29, 33, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 64, 66, 69, 70, 71, 73, 74, 77, 78, 79, 80, 81, 82, 83], "iad": [7, 15, 19, 20, 24, 33, 35, 38, 41, 42, 43, 44, 45, 49, 53, 56, 58, 62, 69, 72, 76, 80, 82], "ianeolair": 20, "iarbh\u00edr": 15, "iarg\u00falta": [10, 15, 20, 26, 28, 35, 41], "iarr": [19, 41, 44], "iarracht": [14, 40, 44, 47, 48, 69], "iarrachta\u00ed": 44, "iarradh": 26, "iarraidh": [7, 10, 18, 26, 28, 31, 35, 41, 45, 62], "iarrann": 40, "iarrata": 44, "iarrfaidh": 50, "iarrfar": 72, "iarrfa\u00ed": 35, "iarrtar": [37, 45], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id382551345": 20, "ideal": 54, "ident": 70, "identifi": 54, "idir": [10, 12, 15, 41, 42, 44, 55, 74], "idirghn\u00edomh\u00fa": [44, 67, 73], "idirl\u00edn": [48, 49], "idirphl\u00e9": 19, "ifram": 41, "ignor": 8, "il": 41, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imeacht": [42, 59], "imeachta": [41, 50, 59, 69], "imeachta\u00ed": [42, 69], "imeof\u00e1": 26, "imirt": 41, "imith": 41, "imlonnaith": [7, 18], "iml\u00edneach": 15, "immedi": [1, 14, 27, 36, 54], "implement": 25, "import": [2, 15, 41, 42, 52, 69, 80, 81, 83], "improv": 20, "ina": [10, 12, 15, 18, 19, 20, 24, 26, 33, 35, 37, 38, 41, 42, 44, 50, 58, 66, 69, 75, 81], "inar": [41, 58, 69, 72], "inchlice\u00e1ilt": 7, "inchoigeartaith": 35, "inchuardaith": 46, "includ": [8, 20, 21, 52, 60], "incorrect": 9, "increas": [11, 20], "incrimint": 41, "incrimint\u00ed": 41, "independ": 0, "index": [12, 41], "indic": [21, 27, 44], "individu": [27, 41, 44, 54], "infhaighteacht": [19, 40, 69], "infheicth": [10, 41], "infheictheacht": [15, 42, 69], "infheictheachta": 37, "infh\u00f3gartha": 12, "influenc": 11, "info": 36, "inform": [8, 11, 13, 14, 19, 21, 44, 60, 81, 82, 83], "ingearach": 44, "inhibit": 8, "ini": 9, "iniompartha": 20, "inlin": [36, 66], "inl\u00e9it": [38, 41, 42], "inl\u00edn": 66, "inmhe\u00e1nach": [41, 44], "inmhe\u00e1nacha": [19, 69], "inmhianaith": 19, "inneachar": [10, 35, 41], "inn\u00e9ac": [26, 42], "inoibritheach": 41, "inotifi": 12, "input": [1, 80], "inrochtaineacht": 80, "inrochtaineachta": 80, "inrochtana": [35, 76], "inscr\u00edofa": 42, "insert": [1, 2], "insid": [21, 27], "insint": [41, 44], "instagram": 42, "instal": [0, 1, 12, 17, 20, 52, 57, 60, 73, 74, 83], "instanc": [0, 6, 12, 14, 20, 27, 35, 41, 43, 45, 57, 60, 66, 70, 82], "instead": [9, 20, 21, 45, 51], "instruct": [21, 51, 57, 74], "ins\u00edonn": 19, "integr": [19, 57, 66, 75], "integration_openai": 44, "intellig": 1, "interact": [8, 14], "interest": 9, "interfac": [1, 6, 9, 20, 22, 24, 25, 30, 44, 80], "internet": 20, "interv": 9, "intinn": [20, 41], "introductori": 5, "intrud": 26, "intuigth": 20, "invalid": [8, 54], "invis": 36, "invit": 70, "invok": 8, "in\u00fas\u00e1idt": [19, 80], "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "iolracha": [19, 35, 41, 42, 56, 58], "iomarca": 41, "ioml\u00e1n": [12, 26, 33, 38, 41, 42, 44, 72, 80, 82], "ioml\u00e1na": 15, "iompar": [7, 10, 19, 69], "iompra\u00edonn": 19, "iomp\u00f3rt\u00e1il": [20, 44], "iomp\u00f3rt\u00e1ilt": 41, "iomp\u00f3rt\u00e1lann": 41, "iomp\u00fa": 50, "iona": [10, 20, 41, 48, 66, 69], "ionad": [12, 20, 41, 47, 51, 64], "ionada\u00ed": 69, "ionad\u00fa": 41, "ionann": [15, 44], "ionchuir": [19, 41, 56, 66], "ionchur": 66, "ionsuit": [20, 46], "iontach": 79, "iontaofa": [20, 44], "iontr\u00e1il": [20, 41, 42, 72], "iontr\u00e1lacha": 19, "iontr\u00e1ladh": 44, "iontu": [7, 41, 58, 69], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [25, 66], "isteach": [6, 7, 10, 12, 14, 15, 19, 20, 24, 28, 35, 37, 41, 42, 45, 46, 47, 48, 49, 50, 51, 58, 61, 63, 69, 73, 80, 82], "istigh": [24, 41, 44], "italic": 66, "item": [8, 15, 21, 62, 75], "its": [1, 8, 9, 11, 21, 42, 44, 83], "itself": [14, 20], "i\u00fal": [7, 10, 19, 51, 69, 80], "job": 11, "john": 20, "join": [58, 78], "jpg": 20, "json": 56, "jump": [2, 21], "junk": 44, "just": [2, 5, 21, 27, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 15, 25, 41, 81], "kei": [7, 83], "kept": [15, 26], "keyboard": [60, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 26, 36, 41, 51], "labhair": 41, "lae": 41, "laethanta": [41, 44], "laeth\u00fail": [18, 41], "laeth\u00fala": 18, "laghad": 42, "laghd\u00f3far": 80, "laghd\u00f3idh": 15, "laghd\u00fa": 80, "laistigh": [15, 41, 42, 44, 48, 51, 59, 69, 76, 77, 80], "land": 2, "languag": [1, 12], "larg": [29, 65], "lasmuigh": [14, 40, 41], "last": [5, 39, 54, 83], "later": [1, 2, 5, 54, 72], "latest": [14, 25, 26, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": 60, "ldap": 26, "le": [6, 7, 10, 14, 15, 18, 19, 21, 24, 25, 26, 28, 29, 31, 33, 37, 40, 43, 46, 53, 55, 56, 57, 58, 62, 63, 64, 66, 67, 68, 71, 72, 73, 74, 77, 78, 79, 80], "lea": 12, "leaba": 41, "leabaith": [41, 42], "leabhair": [41, 45, 50, 51], "leabhar": [6, 42, 44, 47, 50], "leab\u00fa": 41, "lead": 4, "leagan": [7, 10, 18, 19, 20, 30, 32, 33, 41, 42, 49, 50, 61, 73, 82], "leaganacha": [7, 14, 18, 20, 39], "lean": [19, 20, 28, 35, 44, 45, 51], "leana": [7, 12, 19, 20, 40, 41, 42, 44, 45, 46, 47, 49, 57, 81], "leanann": 44, "leanfaidh": 19, "leanfar": [10, 69], "lean\u00faint": [18, 44, 46, 48], "lean\u00fanach": 20, "learn": [2, 21, 26, 46, 48], "least": [1, 39], "leat": [7, 14, 15, 19, 20, 21, 24, 26, 28, 29, 33, 35, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 62, 63, 64, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "leathanach": [7, 14, 26, 28, 29, 35, 41, 42, 74, 80, 82], "leathanaigh": [41, 77], "leathchiorcail": 19, "leathnaigh": 20, "leathna\u00edtear": 19, "leathn\u00fa": 80, "leatsa": 42, "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 44, 48, 52, 60, 65, 80, 83], "leftmost": 60, "lei": [6, 7, 10, 12, 15, 18, 24, 28, 35, 37, 39, 40, 43, 47, 49, 50, 51, 56, 58, 62, 66, 69, 70, 72, 74, 76, 79, 81], "leibh\u00e9al": [41, 62, 69], "leid": 20, "leisc": 80, "leith": [39, 41, 42, 44, 56, 58, 66, 76, 79], "leithdh\u00e1ileann": 24, "leithligh": [25, 42, 44, 49], "leith\u00e9id": 40, "lena": [20, 41, 59, 62], "len\u00e1r": [15, 80], "leo": [6, 14, 20, 24, 26, 41, 44, 69, 72, 74], "leor": [26, 41, 48], "less": [5, 11], "let": [1, 5, 21, 27, 36, 44, 52, 60, 72, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 60, 80], "liath": [19, 41], "librari": [9, 17], "lig": 62, "ligean": [41, 79], "ligeann": [7, 15, 20, 28, 35, 41, 42, 43, 44, 57, 62], "ligfidh": [7, 41], "like": [5, 21, 41, 44, 60, 70, 80], "limist\u00e9ar": [19, 41], "limist\u00e9ir": 26, "limit": [15, 20, 31, 83], "line": [6, 13, 14, 17, 36, 66], "link": [0, 2, 21, 25, 28, 29, 35, 56, 80], "linn": [19, 40, 41, 44, 62, 64, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "liosta": [10, 19, 20, 35, 38, 41, 42, 48, 49, 54, 59, 69, 70, 72, 74, 82], "liostaith": [42, 82], "liosta\u00ed": [19, 44, 66, 69], "liosta\u00edonn": [41, 45], "liosta\u00edtear": 29, "liost\u00e1il": [50, 76], "liost\u00f3far": 41, "liost\u00fa": [12, 37], "lip\u00e9ad": 28, "lip\u00e9adaith": 51, "lip\u00e9ada\u00edtear": 28, "list": [1, 2, 4, 21, 29, 36, 42, 44, 48, 54, 57, 60, 66, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "litir": 20, "litreach": 44, "live": [60, 64], "live_transcript": 64, "ll": 2, "llm": 44, "llmanna": 44, "load": 80, "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51], "lock": 82, "log": [8, 14, 16, 20, 21, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "log\u00e1il": [6, 19, 20, 42, 44, 45, 50, 51, 82], "log\u00e1la": [26, 80], "log\u00e1lacha": 20, "log\u00e1lann": 20, "log\u00e1nta": 14, "long": [0, 1, 9, 15], "longer": 81, "lonracha": 80, "look": [33, 38, 44, 70, 81, 83], "lorgair": 80, "lose": 6, "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "lua": 44, "luach": [7, 12, 20, 24, 42, 44], "luacha": 20, "luachanna": [19, 42], "luadh": 69, "luaitear": 69, "luaith": [15, 24, 41], "luath": [41, 62], "luch": 66, "luch\u00f3g": 76, "luich": 63, "lu\u00edonn": 66, "l\u00e1": [24, 33, 39, 44, 59, 69, 82], "l\u00e1idir": 20, "l\u00e1imh": [7, 12, 15, 19, 20, 24, 29, 39, 44, 45, 48, 58, 62, 69, 79], "l\u00e1imhse\u00e1il": 44, "l\u00e1imhse\u00e1la\u00ed": 12, "l\u00e1ithreach": [10, 12, 24, 42, 48, 53, 62, 66, 69], "l\u00e1mhleabhar": [6, 13, 25, 44, 49], "l\u00e1n": [50, 72], "l\u00e1nfh\u00e1sta": 50, "l\u00e1nsc\u00e1ile\u00e1n": 73, "l\u00e1r": 66, "l\u00e1rnach": 69, "l\u00e1thair": [7, 15, 19, 24, 38, 39, 40, 41, 42, 58, 66], "l\u00e9": 26, "l\u00e9amh": [15, 20, 26, 69], "l\u00e9arsc\u00e1ileanna": 20, "l\u00e9i": 41, "l\u00e9igh": 35, "l\u00e9im": 15, "l\u00e9ir": [14, 15, 19, 26, 41, 42, 44, 50, 51, 53, 58, 59, 66, 76], "l\u00e9ireofar": [35, 41], "l\u00e9ireoidh": 41, "l\u00e9iri\u00fa": 19, "l\u00e9ir\u00edonn": [19, 20, 24, 41, 60], "l\u00e9ite": [41, 44], "l\u00e9itheoireachta": [69, 80], "l\u00edne": [7, 12, 15, 19, 41, 46], "l\u00ednte": 19, "l\u00edon": [19, 20, 26, 41, 44, 50, 58, 69], "l\u00edonadh": 41, "l\u00edonra": [15, 20, 42, 50], "l\u00edonra\u00ed": 42, "l\u00edonr\u00fa": 20, "l\u00edonta": 41, "l\u00fa": 58, "l\u00faba": 12, "m": [20, 41, 49, 51, 60, 72, 74, 80], "mac": 19, "machin": 8, "maco": [6, 9, 13, 25, 42, 43, 51], "made": 47, "magadh": 42, "magic": 5, "mai": [0, 11, 14, 17, 20, 26, 27, 29, 36, 41, 60], "maidir": [19, 20, 26, 41, 47], "mail": [0, 6, 40, 43, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 54, 83], "mainneachtain": 41, "maintain": [14, 42], "maisi\u00fach\u00e1in": [15, 66], "maith": [19, 40, 41, 42, 44, 46, 48, 62, 76, 79], "maitr\u00ed": 41, "major": 14, "make": [5, 9, 17, 25, 28, 29, 39, 60], "manag": [5, 6, 12, 14, 17, 20, 21, 27, 30, 31, 41, 44, 57], "manner": 8, "manual": [12, 14, 27, 36, 44, 50], "map": 20, "map\u00e1il": 20, "map\u00e1ilt": 20, "map\u00e1lann": 20, "mar": [6, 7, 10, 12, 15, 18, 19, 20, 21, 24, 26, 28, 31, 33, 35, 37, 38, 41, 42, 44, 45, 46, 47, 48, 49, 56, 57, 59, 66, 69, 70, 73, 77, 79, 80, 81, 82], "marc": 19, "marc\u00e1il": 44, "marc\u00e1ilt": [19, 44, 77], "marga\u00edochta": 41, "mark": [15, 21, 27, 44, 54], "markdown": [3, 6, 69], "market": 82, "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 74], "matterbridg": 74, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "mb": [9, 11], "mba": 70, "mbaill": 42, "mbainisteoir": [19, 46], "mbaol": 18, "mbarr": 69, "mbarra": [15, 44, 76], "mbeadh": [7, 10, 12, 19, 20, 33, 41, 42, 44, 45, 46, 48, 51], "mbealach": [19, 20, 59], "mbeidh": [10, 15, 18, 20, 26, 35, 41, 42, 45, 56, 66], "mbeife\u00e1": 20, "mbosca": [24, 41, 42, 44, 49], "mbrabhs\u00e1la\u00ed": [7, 12, 35, 38], "mbun": 26, "mb\u00edonn": [15, 33, 69], "mdn": 21, "meabhr\u00fach\u00e1in": [69, 76], "meaitseanna": 44, "meaitse\u00e1il": 44, "meaitse\u00e1lann": 44, "mean": [9, 27, 44, 81], "meandracha": [59, 69], "mearbhal": 10, "measc": [20, 82], "meastar": 19, "media": [8, 21, 60], "meet": [57, 83], "meigibheart": 31, "meiteashonra\u00ed": [19, 33], "member": [2, 5], "memori": 1, "mention": [57, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 44, 49, 60, 65, 71, 76, 80, 82, 83], "messag": [1, 16, 19, 44, 57, 69, 75, 76, 80, 83], "method": [27, 45, 81], "me\u00e1in": 42, "me\u00e1n": [42, 62, 69], "mhaith": [19, 41, 48, 56, 69, 76], "mhaitr\u00ed": 41, "mhalairt": 12, "mhalart\u00fa": 41, "mhaoin": 42, "mhaol\u00fa": 80, "mharc\u00e1il": [44, 66], "mharc\u00e1iltear": 44, "mheabhr\u00fach\u00e1in": 76, "mheais\u00edn": [7, 10], "mheaitse\u00e1il": [19, 44], "mheaitse\u00e1lann": 19, "mheasann": 20, "mheicn\u00edocht": 7, "mhicreaf\u00f3in": 72, "mhicreaf\u00f3n": 72, "mhionathr\u00fa": 19, "mhodh": [7, 44], "mhodhn\u00f3ir": [56, 58, 77], "mhodhn\u00f3ir\u00ed": [6, 62, 73], "mhodhn\u00fa": [19, 31, 42], "mhod\u00fail": 44, "mholtar": [20, 44, 50], "mhonat\u00f3ra": 72, "mh\u00e1thair": [73, 77], "mh\u00e9adaith": 15, "mh\u00e9ad\u00fa": [20, 31], "mh\u00e9archl\u00e1r": 72, "mh\u00e9id": [41, 80], "mh\u00edm": 12, "mh\u00edr": 15, "mh\u00f3ra": [22, 30, 53], "mh\u00faineadh": 44, "mian": [7, 20, 26, 28, 35, 41, 42, 44, 45, 50, 58, 66, 69, 80, 82], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "min": 9, "minchunks": 9, "mind": 41, "minic": 20, "minim": 44, "minimum": [9, 11, 83], "minut": [9, 27, 39], "mionsamhlacha": [26, 33], "mionsonraith": 41, "mkcol": 20, "mkdir": 20, "mmc": 20, "mo": 20, "mobil": [0, 2, 20, 25, 42, 81], "modal": [41, 44, 80, 83], "mode": [44, 60, 69], "model": 1, "moder": [60, 62], "modh": [7, 20, 28, 41, 42, 58, 80], "modhanna": [20, 41, 42], "modhnad\u00f3ir": 42, "modhnaith": 12, "modhnuith": [19, 42], "modhn\u00f3ir": [42, 58, 62, 69, 70, 74, 76, 77], "modhn\u00f3ireacht": 69, "modhn\u00f3ir\u00ed": [62, 64, 69], "modhn\u00f3ra": [42, 77], "modif": 12, "modifi": [0, 21, 60], "mod\u00fal": 41, "moill": 15, "mol": 69, "moladh": 26, "molaimid": [15, 20, 25, 31, 44], "molann": 44, "molfar": 44, "molta": [20, 41, 44], "moltar": 20, "molta\u00ed": 41, "monacr\u00f3macha": 19, "monat\u00f3ir": 72, "monat\u00f3ireacht": 12, "monitor": [8, 57, 63], "month": 41, "more": [0, 2, 5, 11, 14, 20, 21, 26, 36, 41, 42, 46, 48, 60, 66, 81, 82, 83], "morn": 0, "most": [44, 83], "mount": [20, 21, 27], "mous": [2, 80], "move": [0, 9, 20, 21, 44, 52, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "muid": 14, "muin\u00edn": 38, "multipl": [21, 36], "multistatu": 20, "mura": [10, 19, 20, 26, 41, 42, 44, 45, 47, 48, 59, 62, 66, 69, 76], "murab": 15, "music": 8, "must": [8, 14, 20, 27, 28, 51, 52, 74], "mute": [60, 72, 80], "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "m\u00e1": [7, 12, 15, 19, 20, 21, 24, 26, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 59, 62, 66, 69, 72, 75, 76, 80, 81, 82], "m\u00e9ad\u00f3far": 80, "m\u00e9ad\u00fa": 31, "m\u00e9archl\u00e1r": 6, "m\u00e9id": [12, 19, 20, 33, 42, 47, 80], "m\u00e9ideanna": 31, "m\u00ed": 41, "m\u00edcheart": [12, 19], "m\u00edn": 41, "m\u00edosa": 41, "m\u00edr": [41, 48], "m\u00edreanna": [15, 41, 56, 76], "m\u00f3": [7, 12, 18, 19, 20, 31, 33, 39, 41, 44, 48, 49, 53, 56, 66, 69, 74, 81], "m\u00f3d": [42, 66], "m\u00f3d\u00fail": 44, "m\u00f3ib\u00edleacha": 20, "m\u00f3ide": [41, 42], "m\u00f3r": [12, 19, 20, 26, 38, 41, 42, 44, 45, 49, 58, 62, 70], "m\u00f3rch\u00f3ir": 72, "m\u00fach": 69, "m\u00fachta": 44, "m\u00fanla": 44, "n": [7, 8, 10, 12, 15, 19, 20, 26, 35, 37, 38, 41, 42, 44, 48, 59, 62, 69, 80, 81], "na": [6, 7, 10, 12, 14, 15, 18, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 59, 63, 66, 69, 73, 74, 76, 77, 79, 80, 81], "nach": [7, 15, 19, 20, 24, 31, 35, 38, 41, 42, 44, 50, 69, 76, 82], "naisc": [12, 14, 19, 20, 28, 41, 44, 49, 66, 82], "name": [2, 4, 5, 7, 8, 16, 21, 27, 36, 45, 54, 60, 72, 82, 83], "narrow": [0, 83], "nasc": [12, 15, 19, 20, 29, 35, 41, 48, 59, 66, 69, 72, 74], "nascacht": 20, "nascadh": 20, "nascann": 20, "nasclean\u00faint": [6, 20, 35, 42, 44, 49, 51, 76], "nasclean\u00fana": [69, 76], "nasctha": [6, 19, 20, 28, 41, 81], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 65, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ndearna": 44, "ndolphin": 20, "nd\u00e9anann": 19, "nd\u00e9anfaimi": 26, "nd\u00e9anfar": [41, 44], "nd\u00e9antar": [12, 15, 38], "nd\u00edcheall": 14, "nd\u00f3igh": 42, "neadaith": 12, "neamh": [19, 20], "neamhaird": 12, "neamhcheart": 12, "neamhchriptith": [20, 33, 38, 49], "neamhfhoirmi\u00fail": 42, "neamhghn\u00edomha\u00edochta": 59, "neamhl\u00e1ithreachta": [40, 41, 44, 69], "neamhl\u00e1ithreachta\u00ed": 41, "neamhl\u00e9it": [44, 66], "neamhshioncr\u00f3naith": 15, "neamhshuim": 19, "neamhsple\u00e1ch": [12, 41], "neamh\u00fadaraith": 81, "nearli": 10, "necessari": 54, "need": [2, 9, 11, 14, 15, 17, 20, 42, 46, 48, 70], "nemo": [19, 20], "net": [8, 20, 41, 50], "netrc": 8, "network": [9, 11, 15, 20, 27], "new": [1, 2, 5, 9, 16, 21, 27, 36, 37, 39, 44, 51, 52, 54, 69, 80], "newer": [41, 42, 44, 80], "next": [5, 8, 9, 14, 27, 36, 44, 46, 51, 60, 63, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloududusernam": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "ngach": [19, 69], "ngearrth\u00f3g": 56, "nglacadh": 37, "nglacfaidh": 62, "nglao": [6, 61, 62, 69, 73], "ngleic": 69, "ngn\u00e1thbhainisteoir\u00ed": 7, "ngn\u00e1thbhealach": 26, "ngn\u00e9": [44, 70, 79], "ngn\u00edomh": 62, "ngn\u00edomhartha": 44, "ngr\u00fapa": 20, "ngr\u00fapa\u00ed": 42, "ng\u00e1": 41, "nice": 5, "nick": 5, "nitrokei": 81, "nkfi2": 81, "nkujuxuj3b": 17, "noauto": 20, "nochtar": 15, "non": [2, 8, 9, 14], "normal": [9, 66], "note": [2, 4, 76], "notif": [6, 9, 60, 62, 83], "notifi": [0, 60, 69], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 42], "nua": [7, 12, 15, 20, 24, 26, 28, 35, 37, 39, 42, 45, 48, 50, 56, 59, 69, 76, 82], "nuachtlitreacha": 44, "nuair": [7, 10, 14, 15, 19, 20, 26, 29, 33, 37, 39, 40, 41, 42, 44, 45, 46, 48, 58, 59, 62, 64, 66, 69, 70, 71, 79], "nuashonraigh": [6, 13, 41], "nuashonraith": [7, 18, 20, 41], "nuashonra\u00ed": 7, "nuashonra\u00edonn": 26, "nuashonruith": [42, 44], "nuashonr\u00f3ir": 7, "nuashonr\u00fa": [6, 10, 13, 14, 19, 41, 42, 44, 48, 64], "nua\u00ed": 44, "number": [11, 15, 28, 60], "n\u00e1": [15, 19, 20, 24, 26, 31, 33, 38, 39, 41, 42, 47, 56, 66, 69, 80], "n\u00e1r": [15, 44], "n\u00ed": [7, 10, 12, 14, 15, 19, 20, 24, 26, 28, 33, 35, 38, 39, 41, 42, 44, 45, 46, 49, 50, 51, 56, 58, 62, 66, 69, 70, 82], "n\u00edl": [15, 19, 20, 24, 26, 28, 35, 41, 42, 44, 50, 58, 66, 69, 76, 81], "n\u00edo": [7, 14, 19, 20, 24, 28, 31, 33, 35, 39, 41, 42, 44, 49, 50, 53, 55, 56, 58, 66, 69, 76, 81], "n\u00edor": 10, "n\u00edorbh": 44, "n\u00f3": [6, 7, 12, 14, 15, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 38, 40, 44, 45, 46, 47, 48, 49, 50, 53, 55, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 73, 74, 76, 79, 80, 81, 82], "n\u00f3im\u00e9ad": [26, 39, 41, 48], "n\u00f3im\u00e9id": 48, "n\u00f3ta": [35, 41], "n\u00f3ta\u00ed": [41, 69], "o": [8, 20, 66, 70, 72, 76], "obair": [10, 44, 47, 48], "object": [0, 27], "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": 0, "oct": 20, "off": [1, 80], "offer": [20, 21, 35, 60, 80], "offic": [12, 20, 21], "offici": 14, "offlin": [15, 27], "often": [0, 41], "oibr": 26, "oibreodh": 20, "oibreoidh": [15, 26], "oibri\u00fa": 20, "oibri\u00fach\u00e1in": [7, 12, 20], "oibr\u00edocht": 44, "oibr\u00edochta\u00ed": [19, 20], "oibr\u00edonn": [19, 20, 26, 41, 44, 46, 48, 53, 81], "oidhreachta": 42, "oifig": [6, 41, 43, 69], "oifigi\u00fail": 20, "oiread": [41, 44], "oiri\u00faint": 80, "oiri\u00fanach": [31, 76], "oiri\u00fana\u00ed": 41, "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "ollscoileanna": 7, "onboard": [2, 3, 6], "onc": [0, 2, 21, 27, 36, 52, 54, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 60, 81, 82, 83], "ones": 8, "onli": [0, 2, 4, 27, 28, 36, 39, 41, 44, 47, 54, 60, 81, 82, 83], "onlin": [2, 46, 83], "onnmhairi\u00fa": [41, 42, 56], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 16, 20, 21, 27, 28, 29, 36, 38, 44, 45, 48, 60, 78, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "opt": 9, "option": [0, 6, 8, 9, 11, 12, 13, 14, 17, 19, 20, 21, 28, 33, 35, 36, 45, 60, 63, 82, 83], "orainn": 26, "ord": 42, "order": 66, "ordlatha": 35, "ordlathai": 35, "orduith": [73, 77], "ord\u00fa": [20, 57], "org": [8, 20, 46, 47], "organ": [0, 2, 3, 5], "organis": 36, "org\u00e1nacha": 42, "origin": 44, "ort": [20, 35, 38, 44, 45, 72, 80], "orthu": [12, 37, 42, 69], "oscail": [10, 19, 20, 44, 46, 47, 48, 80], "oscailt": [12, 15, 19, 20, 26, 41, 46, 53, 66, 68, 69, 72, 73, 76], "oscla\u00edonn": [10, 19, 37, 41, 44], "oscla\u00edtear": [15, 20, 42], "oscl\u00f3far": [7, 41, 58], "oscl\u00f3idh": [41, 42, 45, 58, 66], "other": [0, 1, 2, 4, 8, 11, 14, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 60, 63, 65, 70, 81, 82, 83], "out": [5, 20, 39, 60, 81, 83], "outbound": 35, "outbox": 44, "outlin": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [36, 44, 82], "over": [2, 20, 27, 42], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 60, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": 8, "packag": [8, 14, 17, 20], "pac\u00e1ist": [7, 19], "pac\u00e1ist\u00ed": 15, "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 54, 83], "pain\u00e9al": [20, 44], "pane": 44, "panel": [1, 36, 44], "parallel": 11, "paramet": [20, 52], "parent": 21, "part": [2, 5, 60], "parti": [20, 70], "particip": [57, 58, 60, 62, 63, 65], "particular": 0, "pasfhoc": [20, 35, 49, 50, 51, 69, 81], "pasfhocail": [6, 42], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 35, 45, 46, 48, 51, 54, 81, 82, 83], "past": 51, "path": [8, 27], "pathtomountpoint": 20, "patr\u00fain": 19, "patr\u00fan": 19, "pattern": [8, 39], "pdf": 21, "peann": 41, "pearsanta": [20, 35, 38, 41, 44, 46, 50, 69, 82], "peer": 2, "pem": 20, "penalti": 20, "peopl": [2, 29, 82, 83], "per": [0, 4, 8, 45, 60], "perform": [8, 9, 20], "period": [27, 83], "perman": [4, 15, 24], "permiss": [37, 57, 60, 63], "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 40, 44, 52, 54, 70, 76, 81, 82, 83], "peterstei": 12, "phain\u00e9il": [50, 63], "phasfhoc": [20, 26, 45, 47, 49, 50, 51, 82], "phatr\u00fain": [19, 39, 44], "phatr\u00fan": 19, "phearsanta": 24, "phicti\u00far": [42, 82], "phion\u00e1il": 76, "phlean": 48, "phl\u00e9": 19, "phoibl\u00ed": [20, 41], "phoint": [42, 44], "phoist": 44, "phonc": [19, 35, 41, 44], "phone": [45, 60, 81, 82], "photo": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "phr\u00edobh\u00e1ideachai": 62, "phr\u00edobh\u00e1ideacht": 69, "phr\u00edomhchusp\u00f3ir": 26, "phr\u00edomhfh\u00e9ilir": 44, "phr\u00edomhliosta": 69, "phr\u00f3ise\u00e1il": 44, "phr\u00f3ise\u00e1lfar": 44, "phr\u00f3isi": 41, "phr\u00f3tacail": 20, "physic": 20, "ph\u00e1na": 12, "ph\u00edce": 15, "picker": [6, 21, 29, 36, 66], "picti\u00fair": 42, "pictur": [5, 82, 83], "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "playback": 21, "plean\u00e1il": 41, "pleas": [4, 41, 63, 82], "plist": 17, "pl\u00e9": [35, 41, 58, 69, 76], "pobail": [20, 41], "pobalbhreith": 56, "poibl\u00ed": [33, 41, 42, 58, 69], "point": [20, 27, 44, 45, 83], "poist": 51, "polasaith": 7, "polici": 7, "poll": 9, "ponc": 41, "pop": 7, "pop3": 43, "popov": 80, "popup": 41, "port": [8, 9, 20, 44, 47], "posit": 42, "possibl": [0, 1], "possibli": 20, "post": [44, 51, 57], "power": 1, "ppa": 8, "pra": 20, "pre": 66, "preabfhuinneog": 41, "preconfigur": 14, "predefin": 60, "prefer": [0, 9, 14, 17, 20, 44, 45, 52, 82], "prepar": 62, "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 72, 83], "prevent": 82, "preview": [2, 21, 44, 60], "previou": [0, 1, 12, 21, 39], "pribhl\u00e9id\u00ed": 7, "princip": 47, "privaci": 83, "privat": 82, "pro": 81, "problem": [11, 81], "probonopd": 12, "proc": 12, "process": [8, 52, 62], "produc": [9, 21], "product": 81, "profil": [6, 9, 27, 44, 82], "program": [12, 14, 17], "progress": 60, "promot": 65, "prompt": [8, 9, 14, 51, 60, 63, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "protect": 35, "protocol": [12, 20, 27], "provid": [0, 1, 8, 12, 14, 20, 21, 57], "provis": [14, 44], "proxi": [8, 9], "pr\u00edobh\u00e1ideach": [41, 66, 69, 82], "pr\u00edobh\u00e1ideacha": [26, 41], "pr\u00edobh\u00e1ideacht": 38, "pr\u00edobh\u00e1ideachta": 44, "pr\u00edomh": [19, 41], "pr\u00edomha": 26, "pr\u00edomhbhosca": 44, "pr\u00edomhdhial\u00f3g": 19, "pr\u00edomhdhial\u00f3ga": 19, "pr\u00edomhdhifr\u00edocht": 41, "pr\u00edomhoid\u00ed": 51, "pr\u00edomh\u00fail": 80, "pr\u00edomh\u00fala": 80, "pr\u00f3if\u00edl": [6, 41, 42], "pr\u00f3isea": 12, "pr\u00f3ise\u00e1lann": 44, "pr\u00f3tacail": [50, 74], "pr\u00f3tacal": [20, 47], "public": [20, 21, 35, 36, 56, 82], "publish": 82, "push": [0, 60, 80], "p\u00e1ip\u00e9ir": 56, "p\u00e1irt": [6, 58, 62, 69, 71, 73, 78, 79], "p\u00e1irteach": [69, 70, 80], "p\u00e1irt\u00ed": [12, 26, 41], "p\u00edosa\u00ed": 44, "p\u00f3ca": 45, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": 8, "quick": 2, "quicker": 80, "quickli": [5, 21, 83], "quiet": 17, "quit": 17, "quota": [20, 33], "r": [51, 60, 80], "rabhadh": [19, 20, 44], "rabhaidh": [19, 20, 26, 41], "rachaidh": [24, 58], "radhairc": 44, "radharc": [41, 50], "raibh": [41, 42], "raidi\u00f3": 42, "rais": [11, 80], "randamach": [35, 44], "rang": 83, "rannph\u00e1irteach": 41, "rannph\u00e1irtith": [41, 56, 58, 59, 62, 66, 70, 71, 72, 77, 79], "rannph\u00e1irt\u00ed": [41, 60, 62, 64, 69, 70], "rannph\u00e1irt\u00edocht": 41, "rannph\u00e1irt\u00edochta": 41, "rann\u00e1n": [12, 20, 26, 37, 40, 41, 42, 44, 55, 69, 72, 79], "rann\u00f3g": 44, "raon": [14, 20, 76, 81], "rather": 20, "rath\u00fail": 7, "re": 5, "reach": [27, 44], "read": [8, 9, 26, 27, 41, 82], "reader": [0, 80], "readi": 27, "rearrang": 83, "reatha": [12, 15, 19, 20, 35, 41, 44], "receiv": [0, 1, 28, 29, 44, 60, 62, 70], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 44], "recommend": 20, "record": [0, 62], "recover": 21, "recoveri": 6, "red": [27, 60], "reddit": 51, "reduc": 11, "refer": [14, 21, 31, 76], "reflect": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45], "registri": 12, "regular": [20, 27, 36, 60], "regularli": 11, "rel": 41, "relat": [0, 1, 17, 44, 83], "relaunch": 1, "releas": [12, 14], "remain": 11, "rememb": 1, "remind": 41, "remot": [8, 9, 10, 17, 20, 21, 26, 27, 28, 45, 47], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 42, 44, 57, 83], "renam": [0, 21, 36], "reopen": 44, "repeat": [8, 51], "replac": [45, 60], "repli": [44, 57], "repositori": [8, 9], "request": [1, 20], "requir": [1, 8, 27, 60], "resiz": 60, "resourc": [45, 46], "resourcetyp": 20, "respect": 52, "respond": 57, "respons": 20, "rest": 25, "restor": [24, 41], "restrict": [36, 82], "result": [1, 9, 83], "resum": 44, "retent": 36, "retri": [8, 11, 27, 44], "retriev": 20, "return": [21, 42, 60], "review": [1, 20], "revok": [20, 44], "re\u00e1cht\u00e1il": 77, "rf": 17, "rfc": 41, "riachtana": 44, "riachtanach": [20, 35, 47], "riachtanacha": 41, "riachtanai": [6, 74], "riail": 44, "rialacha": [41, 44], "rialach\u00e1in": 62, "rialaith": 7, "riala\u00edonn": 53, "rialta": [12, 41, 42], "rial\u00fa": [7, 30, 32, 33], "rial\u00fach\u00e1in": 20, "riamh": [26, 38, 41, 69], "riarach\u00e1in": [7, 13, 24, 31, 35, 37, 42], "riarach\u00e1n": [20, 41, 42, 62, 64, 69], "riaradh": 82, "riarth\u00f3ir": [21, 24, 26, 29, 31, 33, 38, 41, 42, 44, 70, 80, 82], "riarth\u00f3ir\u00ed": [7, 57, 62], "riarth\u00f3ra": [33, 35, 37, 42], "rich": 1, "right": [1, 20, 42, 44, 48, 60, 65, 80, 83], "ring": 60, "rinn": [12, 19, 42], "rinneadh": 45, "rinneamar": [12, 41], "rise": 60, "rith": [15, 20, 26, 41], "ritheann": 10, "rm": 17, "roam": 9, "rochtain": [6, 14, 19, 21, 22, 26, 30, 31, 38, 41, 42, 44, 45, 62, 69, 74, 76, 81, 82], "rochtana": [45, 72], "rogha": [12, 19, 20, 21, 26, 37, 41, 42, 44, 48, 55, 56, 58, 62, 64, 66, 72, 76], "roghanna": [7, 14, 15, 18, 19, 20, 26, 35, 56, 69, 72, 82], "roghchl\u00e1ir": [19, 20, 48], "roghchl\u00e1r": [12, 15, 19, 20, 41, 42, 44, 51, 58, 62, 66, 69, 72, 74, 75, 76, 80], "roghnach": [20, 26, 40, 41, 45], "roghnacha": 45, "roghnaigh": [12, 15, 19, 20, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 69, 80, 82], "roghnaith": [15, 37, 41, 42, 44], "roghna\u00edonn": [12, 20], "roghna\u00edtear": 44, "roghn\u00f3ir": [37, 41], "roghn\u00fa": [12, 14, 19, 20, 26, 41, 42, 44, 56, 59, 62, 66, 69, 72, 76], "roghn\u00fach\u00e1in": 44, "roimh": [7, 12, 18, 41, 44, 45, 50, 51, 62], "roinn": [7, 26, 35, 41, 44], "roinneann": [24, 33], "roinnt": [6, 19, 20, 28, 33, 35, 38, 43, 44, 48, 53, 58, 62, 69, 72, 75, 80], "roinntear": [24, 33, 42], "roinnteoir\u00ed": 66, "role": 82, "roll": [39, 57], "room": 58, "root": [8, 15, 20], "roth": 63, "rotha\u00edochta": 19, "row": [21, 36, 65], "rss": 6, "rud": [12, 14, 15, 18, 19, 20, 24, 26, 28, 35, 38, 41, 44, 48, 50, 51, 55, 75, 81, 82], "rule": 36, "run": [6, 8, 9, 17, 20, 27, 39], "rw": 20, "r\u00e1": [10, 19], "r\u00e1ta": [41, 48], "r\u00e9ad": 35, "r\u00e9amh": 19, "r\u00e9amhamhairc": [15, 26], "r\u00e9amhamharc": [21, 41, 44, 55], "r\u00e9amhch\u00faram": 44, "r\u00e9amhdhaonra": 19, "r\u00e9amheisi\u00faint\u00ed": 18, "r\u00e9amhl\u00edonta": 44, "r\u00e9amhr\u00e1": 6, "r\u00e9amhshainith": [19, 41, 44], "r\u00e9amhshocraith": [10, 12, 14, 15, 19, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 69, 82], "r\u00e9amhshocr\u00fa": 31, "r\u00e9idh": 18, "r\u00e9igi\u00fan": 41, "r\u00e9ilt\u00edn": 19, "r\u00e9ims": [19, 20, 28, 37, 42, 44, 47, 51, 56, 66, 69, 72], "r\u00e9ims\u00ed": [41, 44, 51], "r\u00e9ir": [10, 12, 15, 19, 24, 28, 31, 35, 41, 42, 44, 48, 59, 62, 69], "r\u00e9iteach": [10, 12, 53], "r\u00e9iteofar": 10, "r\u00e9itigh": [20, 35], "r\u00e9it\u00edtear": 10, "r\u00edomhair": [20, 24, 25, 46, 53], "r\u00edomhair\u00ed": 7, "r\u00edomhann": 24, "r\u00edomhanna": 41, "r\u00edomhphoist": [41, 42, 45, 50, 59, 60, 69, 73, 82], "r\u00edomhphost": [41, 44, 49, 51, 60, 72], "r\u00edomhtar": 33, "r\u00f3": [41, 44], "r\u00f3l": 42, "r\u00fain": 20, "r\u00fan": 81, "r\u00fanda": 41, "s3": [20, 27], "sa": [6, 7, 10, 12, 15, 19, 20, 24, 25, 26, 28, 33, 35, 37, 38, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 55, 58, 59, 62, 64, 66, 69, 70, 71, 72, 74, 76, 79, 80], "sabredav": 20, "safari": 83, "safe": [17, 81], "sai": 10, "saighead": 15, "saincheaptha": [15, 19, 41, 44, 69, 80], "sainith": 42, "sainmh\u00ednith": 19, "sainmh\u00edni\u00fa": 41, "sainmh\u00edn\u00edonn": 15, "sainroghanna": [41, 44], "sainr\u00e1it": 62, "salach": 41, "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 81], "sampla": [20, 35, 69], "sampla\u00ed": 20, "san": [6, 12, 19, 20, 24, 26, 28, 35, 41, 42, 44, 46, 47, 66, 69, 71], "sannadh": 58, "sannfaidh": 58, "sannta": 58, "saoir": 40, "saor": [24, 39, 41, 53, 80], "saorghn\u00f3thach": 41, "saor\u00f3g": 19, "saor\u00f3ga": 44, "save": [5, 27, 36, 39, 44, 54, 62, 80], "scagadh": 69, "scagair": [59, 69], "scagair\u00ed": [44, 69, 76], "scagtha": 69, "scair": [20, 26, 28, 35], "scaireanna": [19, 26, 28, 33, 41], "scairshealbh\u00f3ir": 35, "scair\u00ed": 35, "scamal": [15, 28, 35], "scan": 27, "scanadh": [12, 81], "scanner": 45, "scaoileadh": [18, 41, 56], "scari": 5, "scartha": 82, "sceideal": 41, "sceidealaith": [41, 59, 66, 69], "sceidealta": 44, "sceideal\u00fa": [41, 59], "schannel": 51, "schedul": [1, 14, 44, 52], "sciar": [20, 28, 33, 41], "scoir": [19, 20], "scoit": [73, 77], "scope": 82, "scor\u00e1naigh": 41, "scp": 20, "screen": [45, 51, 63, 65, 80, 81], "screenshar": 63, "scrio": 10, "scriosadh": [15, 19, 21, 24, 42, 58, 66, 69], "scriosann": [24, 28, 39, 41], "scriosfaidh": [24, 41, 42], "scriosfar": [24, 41, 59], "scriosta": [30, 32, 33, 41], "scriostar": [41, 44, 69], "script": [17, 20, 26, 44], "scripteanna": 44, "scroll": [20, 51, 65], "scrollaigh": [44, 51], "scroll\u00fa": 66, "scr\u00edobh": [20, 41, 44, 64, 69], "scr\u00edobhann": 28, "scr\u00edofa": [41, 49], "sc\u00e1ile\u00e1in": [61, 62, 64, 73, 80], "sc\u00e1ile\u00e1n": [14, 20, 42, 63, 72, 79], "sc\u00e9im": 12, "sea": 26, "seach": [41, 42, 43, 49, 58], "seacha": [15, 50], "seachfhreastala\u00ed": 19, "seachtain": [39, 41, 42, 69], "seachtrach": 26, "seachtracha": [26, 41, 69, 77, 79], "sealadach": [12, 20, 41, 44], "sealadacha": 44, "sean": [20, 24, 26, 33, 35, 41, 44], "seanbhunaith": 26, "seanfhillte\u00e1n": 12, "seanleaganacha": 33, "search": [2, 8, 36, 42, 78, 80, 82, 83], "searchon": 8, "seasann": [20, 44], "sec": 9, "second": [2, 6, 9, 11, 44, 60, 62, 66], "secret": [0, 8, 20], "section": [1, 9, 11, 20, 36, 42, 52], "secur": [6, 20, 30, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 44, 60, 63, 74, 81, 82, 83], "seen": 51, "seice\u00e1il": [7, 19, 20, 42, 44, 72], "seice\u00e1la": [7, 19, 42, 44, 62, 69], "seice\u00e1lacha": 44, "seice\u00e1lann": [7, 24], "seice\u00e1lfaidh": [7, 12, 44], "seicliosta\u00ed": 69, "seicmharc": [19, 41], "seimine\u00e1ir": 77, "seimine\u00e1r": [73, 77], "seirbh\u00eds": [26, 47, 53], "seirbh\u00eds\u00ed": [20, 77], "seisi\u00fan": [20, 42], "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 81], "self": 76, "send": [0, 1, 29, 60, 76, 80], "sender": 44, "sent": [0, 28, 44], "seo": [7, 10, 12, 14, 15, 19, 20, 21, 24, 28, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 57, 58, 59, 60, 62, 66, 69, 70, 72, 78, 79, 80, 81, 82], "seol": [19, 20, 44], "seoladh": [7, 10, 20, 28, 41, 44, 49, 50, 51, 60, 69, 72, 82], "seolfar": [41, 44, 58], "seolta": [29, 44], "seoltar": 44, "seolta\u00ed": [6, 41, 45, 47, 50, 51], "seolt\u00f3ir": [44, 76], "seolt\u00f3ir\u00ed": 44, "seolt\u00f3ra": 44, "seomra": 58, "seomra\u00ed": [42, 73, 77], "separ": [0, 1, 44, 81], "server": [8, 9, 10, 11, 12, 13, 17, 20, 21, 25, 26, 27, 28, 29, 35, 36, 46, 51, 54, 62, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 57], "session": 9, "set": [4, 6, 9, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 70, 81, 82], "setup": [11, 51, 74], "sever": [66, 75], "sftp": [20, 27], "sh": [20, 41, 49, 51], "shaincheapadh": [44, 55], "shaini\u00fa": [19, 44], "shainroghanna": [6, 45, 81], "shall": 9, "shamhl\u00fa": 15, "shampla": [14, 15, 19, 20, 26, 41, 42, 44, 48, 79, 80, 81], "shannadh": [20, 58, 69], "shanntar": 44, "shaoir": 40, "shaoradh": 15, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 56, 62, 63, 70, 75, 82], "sheachaint": 15, "shealadacha": 33, "sheice\u00e1il": [41, 44, 62, 69], "sheice\u00e1lann": 41, "sheimine\u00e1ir": 79, "sheirbh\u00eds\u00ed": [26, 74], "shell": 12, "sheol": 69, "sheoladh": [7, 12, 19, 20, 29, 41, 44, 45, 58, 67, 69, 73, 76], "sheolann": 44, "sheoltar": 44, "sheolta\u00ed": 42, "sheolt\u00f3ir": 44, "sheomra": 58, "sheomra\u00ed": 58, "shift": [42, 80], "shioncronaith": 19, "shioncrona\u00edonn": 12, "shioncron\u00fa": [14, 19, 20, 25, 41, 42, 45, 48, 49, 50, 51, 53], "shioncr\u00f3naith": 15, "shioncr\u00f3n\u00fa": [15, 19, 45], "shi\u00fal": 41, "shliot\u00e1in": 41, "shn\u00e1itheanna": 76, "shocraigh": [12, 20, 69], "shocra\u00edonn": [41, 82], "shocra\u00edtear": [41, 69], "shocruith": [19, 41, 42, 44, 62, 69, 80, 82], "shocr\u00fa": [6, 10, 12, 19, 24, 26, 41, 42, 43, 44, 45, 48, 49, 55, 56, 59, 62, 64, 69], "shoghluaist": 45, "shol\u00e1thair": 31, "shol\u00e1thar": [20, 26, 41], "shol\u00e1thra\u00ed": [20, 26], "shol\u00e1thra\u00edonn": [12, 15, 41], "shonrach": 44, "shonracha": 59, "shonra\u00ed": [6, 20, 26, 41, 42, 53], "shonr\u00fa": [41, 42, 58], "shop": 81, "short": 44, "shortcut": [20, 60, 72, 80, 83], "shortli": 0, "should": [5, 9, 11, 14, 20, 41, 46, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 42, 44, 54, 60, 65, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 83], "shraith": 41, "shroicheann": 69, "shruth": [72, 82], "shuite\u00e1il": [7, 12, 19, 20, 28, 35, 41, 42, 45], "shuite\u00e1lacha": 28, "shu\u00edomh": [15, 59, 69], "shu\u00edonn": 19, "sh\u00e1bh\u00e1il": [20, 41, 47, 48, 51, 56, 82], "sh\u00e1ra\u00edonn": [24, 33, 39], "sh\u00e1r\u00fa": [7, 24, 33], "sh\u00edneadh": [15, 69], "sh\u00ednith": [20, 49], "sh\u00ednti\u00fa": 53, "sh\u00ednti\u00fai": 41, "sh\u00f3isialta": 42, "sh\u00faile": 80, "siad": [7, 10, 12, 15, 19, 24, 26, 28, 40, 41, 42, 46, 62, 69, 70], "side": [5, 27, 44, 52], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 44, 60, 83], "siev": 44, "signific": 20, "significantli": 20, "silent": [8, 60], "similar": 42, "simpl": [5, 27, 39], "simpli": [17, 25, 44], "simplith": 41, "simpl\u00ed": [29, 41, 42, 44], "sin": [7, 10, 12, 15, 19, 20, 21, 24, 26, 35, 38, 41, 42, 43, 44, 47, 50, 53, 59, 62, 69, 80], "sinc": [19, 35, 39, 81], "sine": [14, 20, 24, 28, 33, 39, 44], "singl": [0, 8, 21, 36, 41, 63, 81], "singleton": 44, "siombail": 41, "siombalach": 19, "siombalacha": 12, "sioncronaith": [14, 19, 20, 50, 51, 53], "sioncrona\u00edtear": 19, "sioncron\u00fa": [6, 19, 20, 22, 43], "sioncr\u00f3naith": [6, 7, 10, 13, 15, 45], "sioncr\u00f3n\u00fa": [6, 19, 43, 50], "sip": 69, "situat": 11, "size": [9, 11, 20, 31], "si\u00fal": [19, 41, 62, 69], "skip": [11, 60, 80], "skipupdatecheck": 7, "slai": 19, "sleachta": 66, "sliocht": 15, "sliot\u00e1in": 41, "sliot\u00e1n": 41, "slow": 20, "sl\u00e1n": [20, 38, 53], "sl\u00e1nd\u00e1il": 38, "sl\u00e1nd\u00e1la": [26, 44], "sl\u00ed": 47, "smacht": [41, 69], "smachta": 69, "small": 63, "smaller": 60, "smaoineamh": 10, "smaoint": [42, 69], "smart": [6, 66], "smartphon": 81, "smb": 27, "smtp": 44, "sna": [20, 38, 41, 42, 44, 46, 48, 49, 51, 62, 66, 69, 72, 76, 77], "snap": 20, "sni": 20, "snooz": 44, "sn\u00e1ith": 76, "sn\u00e1itheanna": [44, 76], "sn\u00e1ithith": 44, "so": [1, 5, 9, 12, 14, 19, 21, 27, 29, 36, 41, 44, 54, 60, 63, 72, 81, 82, 83], "socks5": 9, "socraigh": [20, 35, 42, 44, 58], "socraith": [26, 31, 33, 40, 41, 44, 45, 48, 59, 69], "socra\u00edtear": [33, 44, 64], "socruith": [7, 10, 15, 20, 35, 38, 40, 41, 42, 45, 46, 47, 48, 51, 55, 62, 64, 69, 73, 74, 79, 80, 82], "socr\u00f3far": 41, "socr\u00fa": [6, 35, 41, 44, 45, 48, 69, 81], "sofhreagrach": 80, "softwar": [7, 14, 17, 80], "soghluaist": [22, 30, 38, 41, 73, 82], "soicind": [39, 48, 81], "soil\u00e9ireacht": 80, "sole": 44, "solut": 20, "solv": [12, 81], "sol\u00e1thar": 56, "sol\u00e1thraith": [26, 44, 53], "sol\u00e1thra\u00ed": [15, 64], "sol\u00e1thra\u00edonn": [7, 15, 19, 20, 53], "some": [5, 9, 14, 26, 27, 44, 57, 82], "someon": [10, 60, 82], "sometim": 41, "somewher": 81, "son": 56, "sonrach": [6, 12], "sonracha": [15, 41, 76], "sonraigh": [7, 20, 42], "sonraith": 44, "sonra\u00ed": [12, 15, 20, 24, 26, 33, 35, 37, 38, 40, 41, 42, 44, 45, 48, 59, 69], "sonr\u00f3idh": 47, "soon": 0, "sourc": 20, "sourcedir": 8, "space": [2, 3, 15, 20, 39, 60, 72, 80], "sparkl": 7, "speak": 72, "special": [17, 29, 51], "specif": [0, 8, 17, 27, 41, 44, 54, 81, 83], "specifi": [8, 9, 11, 16], "speech": [1, 60], "speed": 20, "speisialta": [15, 18, 26, 69], "spoken": 60, "spreadsheet": 21, "spreagfaidh": 41, "spreagtar": 44, "sprice": 41, "sprioc": 15, "spriocanna": 35, "spriocl\u00e1": 41, "sprioc\u00fas\u00e1ideoir": 37, "sp\u00e1": [15, 19, 33, 39, 44], "sp\u00e1i": [24, 33, 39], "srian": [6, 20, 42], "srl": [35, 66], "sruth": 62, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "staid": [15, 19, 44], "stair": 20, "stampa": [37, 39], "stampa\u00ed": 24, "standard": [8, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 44, 52, 62], "state": [8, 20, 44], "statu": [19, 20, 25, 27, 40, 60, 83], "stdout": 16, "step": [14, 20, 28, 36, 51], "still": [2, 9, 21], "stocaireacht": [73, 77], "stocaireachta": 79, "stolen": 81, "stop": [44, 58, 62, 63, 81], "stopadh": [19, 62], "stopann": 62, "storag": [20, 22, 26, 30, 33, 81], "store": [4, 20, 39, 42, 44, 45, 81], "stream": 6, "strucht\u00fair": 26, "strucht\u00far": 42, "structur": [2, 3, 21], "str\u00edoca": 41, "str\u00edocaith": 15, "st\u00e1da": [7, 20, 40, 69], "st\u00e1dai": [19, 20, 41], "st\u00edl": 43, "st\u00f3r": 20, "st\u00f3r\u00e1il": [15, 19, 20, 26], "st\u00f3r\u00e1ilt": [15, 20, 26, 39, 42], "st\u00f3r\u00e1iltear": 44, "st\u00f3r\u00e1la": [15, 30, 32], "st\u00f3r\u00e1lann": [15, 33], "sua": [33, 41, 42, 76], "suaitheanta": 10, "sub": 45, "subfold": 8, "subject": 44, "submit": 1, "subpag": 2, "substanti": 20, "success": [14, 27, 28], "sudo": 17, "suibscr\u00edofa": 76, "suirbh\u00e9": 15, "suit": [8, 19, 44, 83], "suite\u00e1il": [6, 13, 20, 45], "suite\u00e1ilt": [15, 19, 20, 41, 44, 75], "suite\u00e1la": 48, "suite\u00e1lann": 20, "suite\u00e1la\u00ed": 12, "sula": [12, 15, 19, 20, 41, 62, 69, 72], "sular": 41, "summar": 1, "summari": [44, 57], "suntasach": [12, 44], "support": [8, 16, 17, 20, 21, 39, 41, 44, 46, 51, 81, 83], "sure": [17, 39, 60, 81], "su\u00edmh": 44, "su\u00edomh": [12, 15, 41, 43, 50, 73], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "sync": [8, 12, 14, 17, 19, 25, 44, 45, 47, 53, 81], "synchron": [8, 9, 10, 11, 13, 14, 16, 20, 50, 51], "sysctl": 12, "system": [8, 9, 12, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60], "s\u00e1bh\u00e1il": [12, 20, 42, 51], "s\u00e1bh\u00e1ilt": [20, 44, 46, 53, 69], "s\u00e1bh\u00e1lann": 44, "s\u00e1bh\u00e1lfaidh": [15, 41], "s\u00e1bh\u00e1lfar": 42, "s\u00e1ra\u00edonn": 20, "s\u00e1ruith": 7, "s\u00e1sta": 19, "s\u00e9": [7, 10, 12, 15, 19, 20, 24, 28, 33, 35, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 58, 59, 60, 62, 64, 66, 69, 70, 73, 76, 79, 80, 81, 82], "s\u00ed": 70, "s\u00edneadh": [12, 20, 44], "s\u00ednigh": 49, "s\u00edni\u00fa": [20, 44], "s\u00ednti\u00fa": 41, "s\u00ednti\u00fai": [41, 45], "s\u00edo": [7, 20, 41, 42, 50, 56, 59, 69, 72, 76, 77], "s\u00f3isialta": [42, 82], "s\u00f3rt": [44, 62], "s\u00fagartha": 45, "s\u00fail": [19, 44], "s\u00fam\u00e1il": 6, "t": [5, 7, 12, 14, 15, 19, 20, 24, 26, 33, 35, 37, 38, 39, 41, 42, 44, 46, 57, 59, 66, 69, 70, 72, 81], "tab": [0, 1, 21, 39, 63, 80], "tabhair": [42, 44, 45, 51, 69, 72], "tabhairt": 26, "tabharfaidh": [7, 10, 12, 42, 44], "tacaith": [41, 42, 44, 66], "tacar": 19, "taca\u00edocht": [15, 19, 44, 46, 50, 53], "taca\u00edonn": [41, 42, 44, 50, 81], "taca\u00edtear": 42, "tac\u00fa": 42, "tadhail": 63, "tag": [0, 21, 30, 32, 44], "tagairt\u00ed": 18, "tagann": [41, 44], "tagartha": 62, "taifead": 62, "taifeadadh": [73, 77], "taifeadta\u00ed": 62, "tairgeann": [7, 41], "tairgfidh": 41, "taisc": 33, "taisc\u00e9ala\u00ed": 10, "taispe\u00e1in": [19, 41], "taispe\u00e1int": [19, 41, 44], "taispe\u00e1nann": [15, 19, 20, 35, 41, 42, 44], "taispe\u00e1nfaidh": [12, 40, 41, 42, 44, 81], "taispe\u00e1nfar": [37, 41, 42, 44, 46], "taispe\u00e1ntar": 10, "taisteal": 41, "taith\u00ed": 18, "take": [2, 9, 17, 28, 62, 83], "talk": [0, 1, 40, 41, 42, 44, 57, 58, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 80, 83], "taobh": [10, 15, 20, 24, 30, 34, 41, 42, 50, 55, 74], "taoibh": [15, 20, 28, 35, 41, 42, 58, 69, 71, 76, 80], "tap": [45, 60], "tapa": [66, 69, 76], "tap\u00e1il": 45, "tap\u00fala": 42, "tar": [12, 15, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 59, 69, 76, 80], "target": [9, 20, 83], "targetchunkuploaddur": 9, "tarla\u00edonn": [15, 42], "tarl\u00fa": [26, 41], "tarraingteach": 19, "tasc": [20, 46], "tascanna": [41, 44, 46, 66, 69], "task": [0, 2, 6, 57, 66], "teacht": [12, 35, 44, 51, 59, 69, 80], "teachtaireacht": [19, 20, 26, 40, 41, 44, 47, 51, 55, 56, 58, 66, 69, 75, 76, 81], "teachtaireachta": [69, 75, 76], "teachtaireachta\u00ed": [6, 19, 43, 67, 73], "teaghr\u00e1n": 19, "teagmha": 41, "teagmhai": 41, "teagmh\u00e1il": [20, 31, 40, 80], "teagmh\u00e1lacha": [6, 43, 46, 47, 48, 49], "teagmh\u00e1laith": [41, 46, 48, 49], "teagmh\u00e1la\u00ed": [42, 44], "team": [2, 3, 6, 27, 42, 74], "teanga": [64, 82], "teangacha": 44, "teasta": [20, 47], "teastai": 49, "teasta\u00edonn": [20, 31], "teast\u00e1il": [7, 12, 18, 20, 41, 45, 47, 64], "technic": 14, "teicni\u00fala": 15, "teideal": [41, 59, 76], "teidil": 56, "teip": 12, "telegram": 42, "telephon": 82, "temporarili": 60, "ten": 27, "teorainn": [12, 19, 20, 24, 31, 37, 39, 41, 69], "teorainneacha": 31, "teoranta": [12, 31, 42, 44, 69], "terabyt": 12, "term": 1, "test": [9, 14], "text": [1, 2, 5, 10, 20, 21, 66, 80], "text_": 66, "text__": 66, "thabhairt": [7, 10, 12, 20, 35, 39, 41, 42, 44, 59, 62, 72], "thabharfar": 41, "thaca\u00edmid": 14, "thaca\u00edonn": [15, 20, 41, 42, 49, 50], "thaca\u00edtear": 44, "thac\u00fa": 41, "thagann": [20, 41, 42, 48], "thaifeadadh": [62, 77], "thairgeann": 41, "thairiscint": 41, "thaism": 41, "thaispe\u00e1int": [10, 19, 38, 41, 44, 79], "thaispe\u00e1nann": 37, "thaispe\u00e1nfaidh": 46, "thaispe\u00e1nfar": [41, 69], "thaispe\u00e1ntar": [19, 41, 42, 66], "thaitin": 80, "than": [2, 16, 20, 60, 81], "thank": 51, "thaobh": [14, 15, 19, 35, 38, 49], "thapa": 19, "thap\u00e1lann": 45, "thar": [19, 20, 24, 41, 44, 49, 66], "tharla": [10, 20], "tharla\u00edonn": [10, 15, 41, 44], "tharraingt": [41, 56], "thart": [33, 69], "thasc": 43, "thascanna": [45, 48], "theachtaireacht": [66, 76], "theachtaireachta\u00ed": [44, 55, 69], "theagmh\u00e1laith": [41, 45, 47, 48, 49], "theagmh\u00e1la\u00ed": 42, "theangacha": 44, "theannta": [24, 26, 41, 69], "theasta": 20, "theasta\u00edonn": [31, 41], "thei": [5, 8, 15, 28, 40, 41, 56, 60, 65, 81], "theileaf\u00f3in": 69, "theip": [12, 20, 44], "theipeann": [7, 12], "them": [0, 4, 5, 8, 9, 14, 21, 27, 28, 36, 41, 42, 56, 81], "theme": 80, "themselv": 58, "theorainneacha": 15, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 39, 40, 42, 44, 51, 60, 74, 81, 82, 83], "thiar": 74, "think": 2, "thiom\u00e1int": [20, 41], "thiom\u00e1nt\u00e1n": 20, "thiont\u00fa": 75, "third": 20, "thit": 80, "thiteann": 19, "thoil": [20, 26, 44, 80], "thoradh": [19, 48, 80], "thosa\u00edonn": [40, 71], "those": [0, 25, 54], "thos\u00fa": [12, 19, 62, 69, 72, 76], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 44, 60, 65], "threshold": [11, 83], "thriail": 19, "through": [1, 8, 14, 20, 27, 44, 65], "throw": 45, "thr\u00ed": 56, "thu": 8, "thua": [19, 41, 42, 47], "thuairiscigh": 20, "thuairisci\u00fa": [18, 80], "thuairisc\u00edtear": 41, "thug": 70, "thuilleadh": [38, 41, 42, 69, 76], "thuismitheora": 42, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thurscar": 44, "th\u00e1bhachtach": [44, 69, 76], "th\u00e1bhachtacha": 44, "th\u00e1irgeann": 19, "th\u00e1scair\u00ed": 69, "th\u00e1st\u00e1il": [10, 48], "th\u00e1st\u00e1laith": 18, "th\u00e9ama\u00ed": 80, "th\u00e9ann": 66, "th\u00edo": [10, 19, 20, 26, 42, 51], "th\u00edr": 41, "th\u00f3gann": 15, "th\u00f3g\u00e1il": [41, 48], "th\u00fa": [41, 69, 81, 82], "tic": [41, 62], "ticbhosca": [19, 20, 41, 44], "ticmharc": 19, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 57, 60, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timpeallachta": 10, "timthriallta": 12, "tiomnaith": [15, 20, 50, 69], "tiom\u00e1int": [20, 41], "tiom\u00e1na\u00ed": 20, "tiom\u00e1nt\u00e1n": 20, "tionchar": 41, "tionscadail": 43, "tionscna\u00edodh": 35, "tipici\u00fala": 19, "titl": [2, 5, 44], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "todhcha\u00ed": [10, 44, 62], "togeth": [2, 82], "toggl": [0, 1, 21, 60, 65, 72, 80], "toirmisc": 69, "toirmiscth": 69, "toisc": [7, 12, 15, 19, 26, 31, 38, 82], "token": [0, 41, 46, 48, 54, 81], "token1": 41, "token2": 41, "token3": 41, "toll\u00e1n": 20, "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 42, 44, 60, 71, 72, 83], "tosaigh": [20, 35, 44, 45, 48, 58, 62, 72], "tosaith": [20, 26, 69, 72], "tosa\u00edonn": 7, "tos\u00f3idh": 62, "tos\u00fa": [41, 44, 47, 69, 73], "totp": [20, 81], "toward": 45, "tra": 64, "track": 0, "trai": [9, 14], "trail": 21, "transcript": [1, 64], "transfer": [20, 23, 27, 30], "translat": 4, "trascr\u00edobh": [61, 73], "trash": [9, 21, 28, 41], "trashbin_retention_oblig": 24, "trasna": [20, 70], "treallach": [19, 20], "treoir": 47, "treorach": 49, "treoracha": 20, "treora\u00ed": 12, "tri": [8, 44], "triail": [41, 47], "trigger": [0, 9, 14, 27, 44, 50], "triobl\u00f3id": 20, "true": [7, 16], "trust": [8, 20, 82], "tr\u00e1cht": 20, "tr\u00e1chta": 41, "tr\u00e1idir": 10, "tr\u00e1th": 49, "tr\u00e9dhearcach": 41, "tr\u00e9imhs": [19, 24, 33, 41, 59, 69, 76], "tr\u00e9imhs\u00ed": 69, "tr\u00ed": [7, 10, 12, 15, 19, 20, 26, 28, 29, 33, 35, 37, 41, 42, 44, 46, 48, 50, 58, 62, 66, 69, 70, 72, 76, 81], "tr\u00edd": [6, 7, 12, 15, 20, 24, 31, 41, 44, 45, 56, 59, 62, 66, 69, 72], "tr\u00edna": [37, 41], "tr\u00ed\u00fa": [12, 26], "tsaighead": [28, 39, 50, 66, 72], "tseachtain": [41, 82], "tseirbh\u00ed": [20, 26], "tseolt\u00f3ra": 44, "tsiombail": 44, "tsl\u00e1nd\u00e1il": 20, "tsol\u00e1thra\u00ed": 15, "tsol\u00fabthacht": 44, "tsrutha": 72, "tsuite\u00e1il": 20, "tt": 5, "tuairisc": 44, "tuarasc\u00e1il": 44, "tue": 20, "tugadh": [12, 19, 35, 41, 69], "tugann": [19, 41, 69], "tugtar": 38, "tugtha": 41, "tuilleadh": [10, 12, 20, 24, 26, 33, 41, 42, 43, 44, 45, 56, 69, 70, 73, 74], "tuiscint": 33, "tuismitheora": [19, 58], "tumblr": 42, "turn": [9, 75], "tusa": [10, 19, 41, 69], "two": [2, 17, 25, 36, 39, 44, 46, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 21, 36, 57, 66, 80], "t\u00e1": [7, 10, 12, 14, 15, 18, 19, 20, 21, 26, 28, 29, 31, 33, 35, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 56, 58, 59, 62, 64, 66, 69, 72, 73, 74, 76, 79, 80, 82], "t\u00e1b": [69, 72, 76], "t\u00e1bhacht": 44, "t\u00e1bhachtach": [20, 38, 44], "t\u00e1bhachtacha": [69, 76], "t\u00e1bla\u00ed": 66, "t\u00e1irgi\u00falachta": 43, "t\u00e1sc": 20, "t\u00e1scair": [19, 62], "t\u00e1st\u00e1il": [12, 18, 20, 24], "t\u00e1st\u00e1lacha": 44, "t\u00e9ac": [15, 19, 26, 56, 66, 73, 80, 81], "t\u00e9ama": 80, "t\u00e9ama\u00ed": 6, "t\u00e9arma": [41, 46], "t\u00e9igh": [20, 28, 35, 44, 45, 50, 80], "t\u00f3gann": [18, 33, 44], "t\u00f3gfaidh": 26, "t\u00f3g\u00e1il": 42, "t\u00f3ir": 41, "t\u00fa": [7, 10, 12, 14, 19, 20, 24, 26, 28, 29, 33, 35, 38, 40, 41, 42, 44, 45, 47, 48, 49, 51, 53, 56, 58, 59, 62, 66, 69, 70, 71, 72, 79, 80, 81, 82], "u": [8, 20, 80], "u2f": 81, "uachtarach": [35, 50, 58, 62, 72], "uaim": [15, 26, 41], "uair": [12, 15, 20, 24, 26, 35, 39, 41, 42, 66, 69], "uairead\u00f3ir\u00ed": 12, "uait": [12, 18, 19, 20, 31, 42, 44, 50, 66, 76], "ualach": 44, "uasghr\u00e1daith": 28, "uasluach": 20, "uasl\u00edon": 41, "uasl\u00f3d\u00e1il": [20, 31, 33, 35, 41, 42, 72], "uasl\u00f3d\u00e1ilt": [15, 33, 69], "uasl\u00f3d\u00e1iltear": [10, 33], "uasl\u00f3d\u00e1la": [19, 29, 31, 33, 41, 42], "uasl\u00f3d\u00e1lacha": [22, 23, 30], "uasl\u00f3d\u00e1lann": 10, "uasmh\u00e9ad\u00fa": 20, "uasmh\u00e9id": [20, 24], "uassp\u00e1": 24, "uasta": 41, "uath": 7, "uathchr\u00edochn\u00fa": 37, "uathfhreagra\u00ed": 44, "uathfhreagr\u00f3ir": 40, "uathghint": 41, "uathl\u00edonta": 56, "uathoibr\u00edoch": [6, 13, 14, 15, 39, 44, 50], "uathoibr\u00edocha": 42, "uath\u00fail": [26, 41, 60, 82], "uath\u00fala": 41, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "uil": [26, 41, 42, 58], "uil\u00edoch": [6, 12], "uimhir": 69, "uirli": [43, 81], "uirlis\u00ed": 7, "uirthi": [10, 74], "ullmhaith": 66, "ullmh\u00fach\u00e1in": 41, "ullmh\u00fach\u00e1n": 18, "umount": 20, "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": 27, "uncheck": [0, 36], "und": 5, "under": [1, 11, 20, 27, 36, 51, 70, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": 26, "unfocu": 80, "unfortun": 20, "unifi": [5, 44, 83], "uninstal": [6, 13], "unintend": 9, "univers": 80, "unknown": 45, "unless": [8, 20, 41, 81], "unlink": 28, "unlock": 81, "unmut": [60, 72], "unord": 66, "unread": [80, 83], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "until": [9, 27, 44, 72], "up": [7, 9, 15, 19, 51, 81, 83], "upcom": 83, "updat": [0, 7, 10, 14, 41, 44, 45, 54], "upload": [9, 11, 27, 29, 31, 41, 60, 62], "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urlanna": 42, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 25, 26, 29, 30, 33, 35, 36, 38, 39, 40, 41, 44, 45, 51, 54, 60, 65, 71, 72, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 26, 27, 33, 36, 37, 39, 41, 44, 45, 47, 51, 52, 54, 56, 60, 70, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "utf": 20, "v": [60, 72, 80], "v3": 41, "valu": [9, 11, 16], "var": 16, "variabl": [6, 9, 13], "varieti": 82, "vcard": 42, "vcf": 42, "ve": 20, "vendor": 7, "verbos": 8, "veri": [5, 20, 80], "verifi": 20, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 52, 83], "via": [4, 21, 29, 39, 41, 60], "vibrat": 60, "vic\u00ed": [57, 74], "video": [21, 63, 72, 80], "view": [1, 6, 27, 36, 41, 42, 44, 56, 60, 63, 78, 83], "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 21, 27, 36, 44, 82], "visit": 25, "visitor": 5, "vista": 20, "voic": 60, "volum": 8, "vpn": 20, "v\u00f3ta\u00ed": 41, "v\u00f3t\u00e1il": [41, 56], "wa": [0, 1, 9, 39, 44, 83], "wai": [2, 17, 20, 25, 41, 44, 54], "wait": 1, "want": [0, 2, 4, 5, 14, 29, 44, 52, 60, 82], "we": [2, 5, 14, 80], "web": [1, 6, 14, 20, 22, 24, 25, 28, 30, 38, 44, 45, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "week": 0, "weekli": 0, "welcom": 20, "well": [11, 17], "were": [9, 57], "what": [0, 5, 27, 33, 36, 82], "when": [0, 1, 2, 5, 9, 11, 12, 14, 20, 21, 27, 28, 40, 42, 44, 50, 51, 54, 60, 62, 63, 65, 72, 82], "where": [1, 5, 8, 9, 39, 60, 81, 83], "wherev": 25, "whether": [9, 27, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 44, 46, 52, 54, 60, 66, 80, 81, 82, 83], "while": [10, 44, 56, 60], "whiteboard": 2, "who": [5, 21, 28, 62, 82], "whole": 26, "wide": [36, 82], "wider": 82, "widget": 83, "wildcard": 8, "window": [6, 8, 9, 13, 16, 19, 25, 27, 29, 43, 46, 60, 63], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 17, 44, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60], "wizard": [12, 14], "won": [14, 81], "word": 5, "wordpress": 12, "work": [2, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 60, 80, 81], "wow": 5, "write": [2, 3, 16, 20, 41, 44], "www": [41, 46, 51], "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": 36, "year": [41, 83], "yellow": [27, 42], "yet": [14, 25, 42, 46, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 60, 63, 65, 69, 70, 71, 72, 75, 76, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 57, 60, 63, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "z\u00fam\u00e1il": [63, 80], "\u00e1": [6, 15, 20, 26, 31, 35, 44, 59, 71, 73, 80], "\u00e1bhair": [15, 44, 66, 69, 76], "\u00e1bhar": [12, 15, 20, 44, 66, 69], "\u00e1bhartha": [10, 41, 42, 44, 76], "\u00e1fach": 19, "\u00e1ireamh": [6, 24, 26, 41, 44], "\u00e1irith": [10, 31, 42, 44, 76], "\u00e1ir\u00edtear": [20, 24, 33, 41, 42, 59, 62], "\u00e1it": [12, 19, 20, 35, 41, 42, 45, 46, 69], "\u00e1iti\u00fail": [10, 14, 15, 19, 20, 41], "\u00e1iti\u00fala": [10, 15, 19, 41, 42, 44, 53], "\u00e1r": [14, 42, 43, 44, 73, 80], "\u00e1sc": 41, "\u00e9": [7, 10, 14, 15, 19, 20, 24, 28, 35, 38, 39, 41, 42, 43, 44, 45, 46, 48, 50, 51, 53, 59, 64, 66, 69, 70, 72, 75, 80, 81, 82], "\u00e9ag": 24, "\u00e9aga": [35, 39], "\u00e9ags\u00fala": [7, 20, 35, 41, 42, 44, 69, 70, 81], "\u00e9agtha": 39, "\u00e9asca": [20, 26], "\u00e9asc\u00fa": 80, "\u00e9i": [12, 15, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 59, 69, 76], "\u00e9ifeachta\u00ed": 44, "\u00e9igeantach": [45, 62], "\u00e9igin": [41, 81], "\u00e9ileamh": 81, "\u00e9il\u00edonn": [20, 38, 41, 69], "\u00e9il\u00edtear": 62, "\u00e9ineacht": 62, "\u00e9irigh": [41, 51], "\u00e9ir\u00edonn": 24, "\u00ed": [42, 44, 56, 66, 69, 76, 82], "\u00edoc": 41, "\u00edoc\u00f3n": 54, "\u00edogair": 69, "\u00edomh\u00e1": 26, "\u00edosl\u00f3d\u00e1il": [7, 12, 15, 19, 20, 26, 35, 39, 42, 62, 73], "\u00edosl\u00f3d\u00e1ileadh": 15, "\u00edosl\u00f3d\u00e1la": [7, 14, 19, 35, 42], "\u00edosl\u00f3d\u00e1lacha": [7, 35], "\u00edosl\u00f3d\u00e1ladh": 20, "\u00edosl\u00f3d\u00e1lann": 10, "\u00edosl\u00f3d\u00e1lfaidh": 10, "\u00edosl\u00f3d\u00e1lfar": 19, "\u00edosta": 18, "\u00edsle": 42, "\u00f3": [12, 14, 15, 20, 24, 28, 33, 35, 37, 38, 41, 42, 45, 46, 49, 50, 53, 56, 58, 59, 66, 69, 70, 73, 76, 82], "\u00f3c\u00e1id": [41, 44], "\u00f3n": [10, 12, 15, 19, 20, 24, 26, 38, 39, 41, 44, 45, 55, 56, 58, 69, 75, 76], "\u00f3n\u00e1r": 42, "\u00f3stainm": 20, "\u00f3st\u00e1iltear": 20, "\u00fadar": 10, "\u00fadar\u00e1i": 20, "\u00fadar\u00fa": 20, "\u00fain\u00e9ir": [20, 24, 26, 33, 35, 37, 41, 42], "\u00fain\u00e9ireacht": 42, "\u00fain\u00e9ir\u00ed": 26, "\u00fas\u00e1id": [6, 7, 12, 15, 19, 25, 26, 28, 29, 41, 42, 47, 51, 54, 57, 62, 64, 69, 70, 72, 75, 76, 82], "\u00fas\u00e1ide": [6, 13, 22, 24, 30, 34, 40, 43, 45, 48, 51, 53, 54, 57, 69, 82], "\u00fas\u00e1ideach": [20, 31, 41, 72], "\u00fas\u00e1ideann": [7, 12, 19, 20, 26, 39, 44, 48, 49, 50], "\u00fas\u00e1ideoir": [10, 15, 20, 26, 35, 37, 39, 40, 41, 42, 44, 60, 69, 70, 78, 82], "\u00fas\u00e1ideoir3": 24, "\u00fas\u00e1ideoir\u00ed": [7, 10, 14, 18, 19, 20, 24, 26, 31, 33, 35, 41, 44, 57, 69, 82], "\u00fas\u00e1ideora": [6, 20, 28, 35, 37, 38, 40, 42, 45, 47, 49, 50, 51, 69], "\u00fas\u00e1idfear": 41, "\u00fas\u00e1idfidh": 26, "\u00fas\u00e1idfimid": 41, "\u00fas\u00e1idt": 19, "\u00fas\u00e1idtear": [19, 38, 40, 41, 44, 80]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Cl\u00e1r \u00e1bhair", "An Nuashonr\u00fa Uathoibr\u00edoch", "Using the Command-Line Client", "Configuration File", "Coinbhleachta\u00ed", "Environment Variables", "CCanna", "Desktop Client", "Suite\u00e1il", "Cliant Comhad F\u00edor\u00fail macOS", "Command-Line Options", "Uninstallation", "Nuashonraigh cain\u00e9il", "Ag baint \u00fas\u00e1ide as an gCliant Sioncr\u00f3naithe", "Rochtain ar chomhaid Nextcloud a fh\u00e1il ag baint \u00fas\u00e1ide as WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Comhaid scriosta a bhainisti\u00fa", "Sioncron\u00fa deisce agus soghluaiste", "Ag baint \u00fas\u00e1ide as cripti\u00fa taobh an fhreastala\u00ed", "Using external storage", "Using federation shares", "Uasl\u00f3d\u00e1lacha gan ainm a dh\u00e9anamh", "Comhaid & sioncron\u00fa", "Uasl\u00f3d\u00e1lacha comhaid mh\u00f3ra", "Managing your files", "Cu\u00f3ta st\u00f3r\u00e1la", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Ag baint \u00fas\u00e1ide as cripti\u00fa foirceann go foirceann", "Rial\u00fa leagan", "Teachtaireachta\u00ed as oifig a shocr\u00fa", "Ag baint \u00fas\u00e1ide as an app Calendar", "Ag baint \u00fas\u00e1ide as an app Teagmh\u00e1lacha", "Earra\u00ed gr\u00fapa", "Ag baint \u00fas\u00e1ide as an aip Mail", "Sioncr\u00f3n\u00fa le Android", "Ag sioncron\u00fa leis an deasc GNOME", "Sioncr\u00f3n\u00fa le iOS", "Ag sioncron\u00fa le KDE Kontact", "Sioncr\u00f3n\u00fa le macOS", "Ag sioncron\u00fa le Thunderbird", "Ag sioncr\u00f3n\u00fa le Windows 10", "Migrate data between instances", "Nextcloud 35 r\u00e9amhr\u00e1 l\u00e1mhleabhar \u00fas\u00e1ideora", "Bainistigh brabhs\u00e1laithe agus gl\u00e9asanna nasctha", "Dealramh", "Ceangalt\u00e1in", "Botanna agus orduithe", "Seomra\u00ed scoite amach", "Comhth\u00e1th\u00fa f\u00e9ilire le Talk", "Ag dul isteach i nglao", "Glaonna", "Taifeadadh glaonna", "Comhroinnt sc\u00e1ile\u00e1in", "Trascr\u00edobh agus aistri\u00fach\u00e1n", "Leagan amach glaonna", "Teachtaireachta\u00ed a sheoladh", "Comhr\u00e1", "Comhr\u00e1ite", "Comhr\u00e1ite", "C\u00f3naidhm", "Comhth\u00e1th\u00fa comhad", "Glac p\u00e1irt i nglao n\u00f3 i gcomhr\u00e1 mar aoi", "Caint", "Droichead an Mh\u00e1thair", "Aipeanna a chomhth\u00e1th\u00fa le teachtaireachta\u00ed", "Idirghn\u00edomh\u00fa le teachtaireachta\u00ed", "Do mhodhn\u00f3ir\u00ed", "Comhr\u00e1ite oscailte", "Seimine\u00e1r Gr\u00e9as\u00e1in agus stocaireacht", "Rochtain uil\u00edoch", "Ag baint \u00fas\u00e1ide as f\u00edordheimhni\u00fa dh\u00e1-fhacht\u00f3ir", "Ag socr\u00fa do shainroghanna", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "The": 83, "access": [4, 20, 21, 22, 27, 36], "account": 44, "achoimr": [44, 66], "acmhainn\u00ed": 41, "action": 44, "activ": [0, 21], "acu": 35, "ad": 27, "add": 44, "address": 44, "advanc": 44, "ag": [19, 20, 26, 35, 38, 41, 42, 44, 46, 48, 50, 51, 60, 66, 72, 81, 82], "agu": [12, 20, 25, 35, 41, 42, 44, 45, 54, 57, 59, 64, 66, 69, 72, 79, 80], "ai": [1, 44], "aicearra\u00ed": 44, "aimsitheoir": 15, "ainm": 29, "ainmneacha": 15, "ainmni\u00fa": 39, "aip": [24, 44], "aipeanna": 75, "aistri\u00fa": 26, "aistri\u00fach\u00e1n": [44, 64], "aitheanta": [15, 20], "alia": 44, "am": 42, "amach": [44, 58, 65], "amanna": 41, "amh\u00e1in": 50, "an": [5, 7, 12, 19, 20, 24, 26, 38, 41, 42, 44, 45, 46, 50, 66, 74, 80], "android": 45, "anoth": 44, "aoi": 72, "aontaith": [44, 83], "app": [0, 41, 42, 45], "ar": [7, 12, 20, 41, 44, 55, 64, 66, 69, 76, 78, 82], "assign": 36, "assist": 1, "athfhillteacha": 41, "athraigh": [26, 44], "athra\u00edtear": 12, "athruith": 54, "athr\u00fa": 12, "athshl\u00e1naith": 26, "at\u00e1": [12, 41], "audio": 60, "ba": 12, "backend": 27, "background": 60, "baill": 42, "bain": 42, "bainisteoir": [19, 20], "bainistigh": [54, 58, 62], "bainisti\u00fa": 41, "baint": [19, 20, 26, 38, 41, 42, 44, 50, 81], "beartaith": [26, 41], "beo": 64, "between": 52, "bhaineann": 54, "bhainisti\u00fa": [24, 41, 42, 44, 54, 69], "bhainist\u00edonn": 24, "bhfillte\u00e1n": 44, "bhfreastala\u00ed": 12, "bhfuil": [26, 35], "bhfuinneog": 19, "bhf\u00e9ilir": 59, "bhogadh": 12, "bhrabhs\u00e1la\u00ed": 83, "bloic": 44, "bog": 44, "bosca": 44, "bot": 57, "botanna": 57, "bpriont\u00e1il": 76, "brabhs\u00e1laith": 54, "brath": 44, "breakout": 60, "breith": 41, "breithnith": 81, "brows": 36, "browser": 60, "bruscar": [41, 44], "bun\u00fasach": 7, "cad": 24, "caint": [41, 73], "cain\u00e9il": 18, "calendar": 41, "call": 60, "cardbook": 50, "cartlannaigh": 69, "ccanna": 12, "ceangalt\u00e1in": [41, 56], "ceisteanna": 26, "chang": 27, "chat": 1, "chliaint": 81, "chomhaid": [20, 71], "chomhr\u00e1": 56, "chomhr\u00e1it": 69, "chomhth\u00e1th\u00fa": 75, "chomh\u00e9adain": 12, "chosc": 7, "chripti\u00fa": 38, "chruinni\u00fa": 41, "chruth\u00fa": [20, 41, 69, 78], "chuig": [12, 41, 44], "chumadh": 44, "chumad\u00f3ra": 44, "chumas\u00fa": 12, "chumr\u00fa": [19, 81], "chun": 41, "chunta": 44, "chuntai": 49, "chur": [19, 38, 41, 42, 44, 66], "ch\u00e9ad": 26, "ch\u00f3rai": 14, "cinn": [41, 44], "ci\u00fain": 66, "cliaint": [20, 25], "cliant": 15, "clibeanna": 44, "client": [8, 13, 60], "clist": [44, 66], "cloud": 28, "cl\u00e1r": 6, "cl\u00fadaigh": 44, "code": 81, "coimhlint": 15, "coinbhleachta\u00ed": 10, "coinn": 41, "coinnigh": 15, "coinn\u00ed": 41, "coinn\u00edollacha": 44, "coirp": 44, "coitianta": 26, "collabor": 23, "collect": [2, 3], "comhad": [12, 15, 19, 20, 21, 29, 71], "comhaid": [15, 20, 21, 24, 26, 29, 30, 31, 45, 56], "comhartha\u00ed": 81, "comhroinn": 75, "comhroinnt": [19, 41, 63, 72], "comhr\u00e1": [41, 55, 67, 69, 71, 75, 78], "comhr\u00e1it": [55, 68, 69, 78], "comhth\u00e1th\u00fa": [15, 44, 59, 71], "comhth\u00e9ac": 15, "command": [8, 16], "comment": 21, "cona": [12, 24, 26, 44], "configur": 9, "connect": 21, "contact": 42, "control": 60, "cosc": 7, "creat": [5, 21, 28, 35, 36], "credenti": 8, "credit": 51, "criptith": 26, "cripti\u00fa": [26, 38], "cripti\u00fach\u00e1in": 26, "cripti\u00fach\u00e1n": 26, "crua": 81, "cruinnith": [41, 44, 59], "cruthaigh": [41, 42, 44, 75], "cuardach": [44, 76, 83], "cuir": [12, 41, 42, 44, 82], "cuireadh": [41, 44, 70], "cuir\u00ed": [41, 44], "cumasaigh": 44, "cumas\u00fa": 38, "cumraigh": 58, "cumra\u00edocht": [15, 41], "cunta": 44, "cuntai": [19, 44], "cur": [35, 41, 44], "curl": 20, "cu\u00f3ta": 33, "cu\u00f3ta\u00ed": 24, "cyberduck": 20, "c\u00e1rta": 75, "c\u00e9anna": 42, "c\u00f3naidhm": [41, 70], "c\u00falra": 26, "d": 41, "daili": 0, "daoin": [35, 82], "dashboard": 83, "data": 52, "dath": 44, "de": 42, "dealramh": 55, "deasc": 46, "deic": 75, "deilbh\u00edn": 19, "deilbh\u00edn\u00ed": [19, 21], "deisc": [20, 25], "deleg": [41, 44], "desktop": [13, 60], "detail": 21, "detect": 27, "dheasc": 19, "dhul": 41, "dh\u00e1": 81, "dh\u00e9anamh": 29, "dh\u00edchumas\u00fa": 26, "dh\u00fabailt": 41, "disk": 11, "dl\u00fath": [44, 55], "do": [19, 29, 35, 41, 42, 44, 49, 69, 77, 82], "doimhn": 12, "dolphin": 20, "dom": 69, "domhanda": 82, "download": 14, "dramha\u00edola": 44, "droichead": 74, "dtimpeallacht": 7, "dt\u00ed": 26, "duin": 69, "dul": [60, 72], "dure": 60, "d\u00edliost\u00e1il": 44, "d\u00fablacha": 42, "e2e": 38, "eagar": [12, 41, 42, 44], "eagarth\u00f3ir": 19, "eagarth\u00f3ireacht": 76, "eagraigh": 42, "eanga\u00ed": 65, "earra\u00ed": [43, 81], "easp\u00f3rt\u00e1il": 41, "eil": [15, 26, 35, 50, 72], "email": [0, 28], "emoji": 66, "encrypt": 34, "environ": 11, "eochair": 26, "eola": 44, "eolair": 12, "everyon": 5, "exampl": 8, "exclud": 8, "explor": 20, "extern": 27, "fabhtcheart\u00fa": 49, "factor": 81, "fadhb": 20, "fadhbanna": [15, 20], "faighteoir": 44, "faisn\u00e9i": 42, "faoin": 44, "favorit": 42, "fearr": 44, "feder": [21, 28, 35], "feed": 0, "feidhmchl\u00e1ir": 81, "feist\u00ed": 54, "fhacht\u00f3ir": 81, "fheice\u00e1il": 82, "fheidhm": 12, "fhillte\u00e1in": 12, "fhillte\u00e1n": 12, "fhoilsi\u00fa": 41, "fhreastala\u00ed": 26, "fh\u00e1il": 20, "fh\u00e9ilir\u00ed": 41, "file": [0, 4, 9, 19, 20, 21, 22, 27, 32, 35, 36], "fillte\u00e1in": 21, "fillte\u00e1n": 38, "filter": [0, 21], "fioscaireachta": 44, "first": [2, 5], "fi\u00fa": 12, "fo": 12, "foirceann": 38, "foireann": 42, "foirn": 42, "folder": 44, "forbhreathn\u00fa": 10, "forleagan": 19, "freagairt": [41, 66], "freagra": 20, "freagra\u00ed": 44, "freagr\u00falacht": 80, "freastail": 41, "frequenc": 0, "from": 27, "fuinneog": 19, "full": 60, "f\u00e9ach": 78, "f\u00e9achaint": 41, "f\u00e9idir": [26, 82], "f\u00e9ilir": [41, 44, 45, 47, 51, 59], "f\u00e9ilir\u00ed": [41, 50], "f\u00e9in": [29, 69], "f\u00edordheimhni\u00fa": 81, "f\u00edor\u00fail": 15, "f\u00edor\u00fala": 42, "f\u00edse\u00e1n": 21, "f\u00f3gra\u00ed": [41, 45, 69], "gach": 44, "gan": [26, 29], "gcliant": 19, "gcomhr\u00e1": [56, 66, 72, 75, 76], "gcumad\u00f3ir": 44, "gcumascadh": 42, "gcur": 42, "gener": 17, "get": 2, "ghinear\u00e1lta": 19, "ghlacadh": 72, "giuirl\u00e9id": 41, "glac": 72, "glacadh": 70, "glaoigh": 64, "glaonna": [60, 61, 62, 65], "glas\u00e1il": 15, "gl\u00e9a": [38, 54], "gl\u00e9asanna": [20, 54], "gnome": 46, "gn\u00e9ith": 15, "gn\u00edomhartha": [15, 44], "gn\u00f3thacha": 41, "go": [12, 26, 38, 44, 54, 78], "grid": 21, "group": 26, "gr\u00e9as\u00e1in": [79, 83], "gr\u00fapa": [43, 69], "gr\u00fapa\u00ed": [35, 42], "haghaidh": [41, 44], "hand": 60, "handl": 8, "hathruith": 12, "himeachta\u00ed": 41, "hiontaofa": 12, "histori": 1, "how": 5, "huathoibr\u00edoch": 44, "h\u00e1iti\u00fail": 12, "h\u00fas\u00e1ideoir\u00ed": 35, "i": [7, 26, 44, 56, 60, 72, 75, 76], "iad": 12, "iarracht": 12, "ic": 41, "idirghn\u00edomh\u00fa": 76, "il": 42, "imeacht": [41, 44], "imeachta\u00ed": [41, 59], "immedi": 60, "imreoir": 21, "indi\u00fascartha": 69, "infhaighteacht": 41, "initi": 14, "inmhe\u00e1nacha": [35, 44], "instal": [8, 14], "instanc": 52, "instruct": 17, "interfac": [21, 83], "introduct": 5, "io": 47, "iomp\u00f3rt\u00e1il": [41, 42], "isteach": [26, 44, 60, 66, 72, 81], "join": 60, "kde": [20, 48], "kei": 26, "kontact": 48, "le": [12, 20, 35, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 59, 69, 70, 75, 76, 81], "leabhair": 42, "leabhar": 82, "leagan": [39, 44, 65], "leantacha": 44, "lean\u00fanach": 12, "leat": 44, "lei": [19, 20, 26, 38, 41, 42, 44, 45, 46, 82], "leo": 82, "level": 36, "line": [8, 16], "linux": [7, 12, 14, 17, 20], "liom": 12, "liosta": [44, 55, 60], "liost\u00e1il": 41, "list": 8, "log\u00e1il": [26, 81], "lose": 81, "low": 11, "luaigh": 44, "lucht": 41, "l\u00e1": 41, "l\u00e1imh": 42, "l\u00e1mhleabhar": 53, "l\u00e1nsc\u00e1ile\u00e1n": 72, "l\u00e9ir": 78, "l\u00edne": 20, "l\u00edonra": 19, "m": 12, "maco": [7, 14, 15, 17, 19, 20, 49], "maidir": 12, "mail": 44, "manag": [32, 36], "mar": 72, "mark": 42, "markdown": [4, 66], "mbogadh": 21, "mbreise\u00e1n": 50, "meabhr\u00fach\u00e1in": [41, 44], "meabhr\u00fach\u00e1n": 76, "mhaith": 12, "mhap\u00e1il": 20, "mhodhn\u00f3ir\u00ed": 77, "mh\u00e1thair": 74, "mh\u00f3ra": 31, "microsoft": 20, "migrat": 52, "mnemon": 38, "mobil": 60, "modh": 50, "mod\u00fal": 44, "molta": 50, "m\u00e9archl\u00e1ir": 44, "m\u00e9archl\u00e1r": 80, "m\u00edreanna": 42, "m\u00f3d": 44, "n": 76, "na": [44, 78, 82], "nach": [12, 26], "naisc": 35, "nasclean\u00faint": 80, "nasctha": 54, "nativ": 44, "nautilu": 20, "navig": [21, 83], "neamhaird": 19, "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nglao": [60, 72], "notif": [0, 1], "nua": [19, 41, 44], "nuair": [12, 24], "nuashonraigh": 18, "nuashonruith": 7, "nuashonr\u00fa": 7, "n\u00e1": 12, "n\u00edo": 12, "n\u00f3": [21, 26, 41, 42, 72], "n\u00f3ta": 69, "obair": [26, 41], "oibr": [7, 41], "oibr\u00edochta": 44, "oibr\u00edonn": 12, "oifig": 40, "oifigi\u00fala": 20, "onboard": 5, "option": 16, "ord": 44, "ordaith": 20, "orduith": 57, "oscailt": 78, "our": 5, "own": [5, 27], "ownership": 37, "page": 5, "pain\u00e9al": 69, "pain\u00e9il": 44, "parent": 5, "pasfhoc": 26, "pasfhocail": 54, "person": 1, "phoibl\u00ed": 35, "phr\u00edobh\u00e1ideach": 26, "picker": 1, "picti\u00far": 42, "pobalbhreitheanna": 56, "poibl\u00ed": [20, 35], "poist": 44, "possibl": 26, "profil": 83, "project": 5, "pr\u00edobh\u00e1ideacha": 69, "pr\u00edobh\u00e1ideacht": 69, "pr\u00f3if\u00edl": 82, "p\u00e1irt": 72, "p\u00e1irt\u00ed": 20, "rabhadh": 12, "radharc": [55, 65], "rais": 60, "rannph\u00e1irtith": [60, 69], "reaction": 60, "record": 60, "recoveri": [26, 81], "refresh": 44, "riachtanai": [14, 83], "rialuith": 21, "rial\u00fa": 39, "rian\u00fa": 12, "rochtain": [20, 35, 80], "rogha": 50, "roghanna": [41, 42], "roghchl\u00e1ir": 15, "roghn\u00f3ir": 66, "roghn\u00fa": 21, "roinnt": [12, 15, 21, 24, 26, 41, 42, 56, 82], "room": 60, "rss": 0, "run": 1, "r\u00e9amhamhairc": 21, "r\u00e9amhr\u00e1": 53, "r\u00e9iteach": 20, "r\u00edomhphoist": [44, 72], "r\u00f3il": 42, "sa": [56, 82], "saincheisteanna": 20, "sampla": 10, "san": 80, "sann": 41, "saoir": 41, "scag": 69, "scagadh": 44, "scagair": 44, "scaireanna": [20, 35], "sceideal": 59, "sceidealaith": 44, "sceideal\u00fa": 66, "sciar": 35, "scoit": 58, "screen": 60, "scrio": [41, 44], "scriosadh": [39, 41, 44], "scriosta": 24, "scriostar": 24, "sc\u00e1ile\u00e1in": [63, 72], "search": [21, 44], "second": 81, "secur": 34, "seice\u00e1il": 41, "seimine\u00e1r": 79, "send": 44, "seo": 26, "seolta\u00ed": [42, 44, 82], "seomra": 41, "seomra\u00ed": [41, 58], "server": [14, 44], "set": [0, 1, 60, 83], "setup": 14, "shainroghanna": 82, "share": [21, 23, 26, 27, 28, 35, 44], "sheoladh": [66, 70], "shioncron\u00fa": 12, "shocr\u00fa": [40, 76], "shonra\u00ed": 82, "sidebar": [0, 21], "sin": 45, "sioncronaigh": 15, "sioncronaith": 12, "sioncron\u00fa": [12, 25, 30, 46, 48, 50], "sioncr\u00f3naith": [12, 19], "sioncr\u00f3n\u00fa": [45, 47, 49, 51], "sl\u00e1nd\u00e1il": 44, "smart": 1, "sn\u00e1ith": 44, "sn\u00e1ithith": 76, "socraigh": [19, 41, 49], "socruith": [19, 44, 72], "socr\u00fa": [29, 82], "soghluaist": [20, 25, 45], "sonrach": 54, "space": 11, "speaker": 65, "sp\u00e1": 24, "sreabhadh": 7, "srian": 82, "start": [2, 60], "step": [2, 5], "stocaireacht": 79, "stopann": 12, "storag": 27, "stream": 0, "st\u00e1da": [19, 41], "st\u00e1dai": [15, 21], "st\u00f3r\u00e1la": [24, 33], "sua": 44, "suan": 44, "subfold": 44, "suite\u00e1il": 14, "summari": 0, "support": [14, 27], "system": 36, "systrai": 19, "s\u00e9": 26, "s\u00edneadh": 15, "s\u00f3rt\u00e1il": 44, "s\u00f3rt\u00e1la": 44, "s\u00fam\u00e1il": 80, "tabhair": 41, "tacaith": 15, "tag": 36, "taifeadadh": 62, "taifeadta": 62, "taispe\u00e1int": 38, "taispe\u00e1nta": 44, "talk": [59, 60], "taobh": 26, "tapa": 44, "tarmligean": 44, "tasc": 44, "tascanna": 75, "task": 1, "teacht": 20, "teachtaireachta": 44, "teachtaireachta\u00ed": [40, 44, 55, 66, 69, 75, 76], "teagmh\u00e1il": 42, "teagmh\u00e1la": 42, "teagmh\u00e1lacha": [42, 50], "teagmh\u00e1laith": [42, 44, 45, 47, 50, 51], "team": 5, "teanga": 12, "teasta\u00edonn": 12, "templat": 5, "thabhairt": 66, "tharla\u00edonn": 24, "theachtaireacht": [44, 75], "theachtaireachta\u00ed": [66, 76], "theagmh\u00e1lacha": 42, "theagmh\u00e1laith": 42, "thrascr\u00edobh": 64, "thunderbird": 50, "timpeallachta\u00ed": 7, "tiom\u00e1nt\u00e1in": 20, "titim": 29, "tlsv1": 51, "togeth": 5, "togra": 41, "togra\u00ed": 41, "toili\u00fa": 62, "toirmeasc": 69, "tosa\u00edochta": 44, "tos\u00fa": 72, "transfer": 37, "trascr\u00edobh": 64, "troubleshoot": 51, "tr\u00e9dhearcacht": 41, "tr\u00edd": 80, "tr\u00ed\u00fa": 20, "tuilleadh": 66, "turgnamhach": 10, "t\u00e1scair\u00ed": 15, "t\u00e9ac": 44, "t\u00e9ama\u00ed": 80, "uaim": 12, "uaireanta": 41, "uasl\u00f3d\u00e1il": [10, 29], "uasl\u00f3d\u00e1iltear": 12, "uasl\u00f3d\u00e1lacha": [29, 31], "uathfhreagr\u00f3ir": 44, "uathfhreagr\u00f3ir\u00ed": 44, "uathoibrith": 41, "uathoibri\u00fa": 44, "uathoibr\u00edoch": 7, "uathoibr\u00edocha": 7, "uil\u00edoch": 80, "uninstal": 17, "up": 60, "upload": 21, "us": [0, 2, 8, 21, 27, 28], "usag": 8, "variabl": 11, "version": 14, "via": 28, "video": 60, "view": [0, 21, 65], "virtual": 19, "web": [21, 83], "webdav": 20, "what": 2, "why": 2, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "you": 81, "your": [0, 5, 21, 22, 27, 32, 81], "\u00e1": [10, 12, 19, 21, 38, 41, 42, 66, 69, 70, 76, 81, 82], "\u00e1bhair": 6, "\u00e1ireamh": 80, "\u00e1irith": 41, "\u00e1irithint": 41, "\u00e1iti\u00fail": 12, "\u00e9": [12, 26], "\u00e9aga": 69, "\u00edoslaghdaigh": 44, "\u00edosl\u00f3d\u00e1il": 60, "\u00edosl\u00f3d\u00e1ilt": 15, "\u00f3": [19, 44, 71, 75], "\u00f3n": 59, "\u00fas\u00e1id": [20, 44, 66, 81], "\u00fas\u00e1ide": [19, 20, 26, 38, 41, 42, 44, 50, 81], "\u00fas\u00e1ideora": [12, 19, 26, 41, 53]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Comhr\u00e1ite pr\u00edobh\u00e1ideacha (duine le duine)": [[69, "private-one-to-one-conversations"]], "2. Comhr\u00e1ite gr\u00fapa": [[69, "group-conversations"]], "3. N\u00f3ta dom f\u00e9in": [[69, "note-to-self"]], "4. Comhr\u00e1ite indi\u00fascartha": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Achoimre AI": [[44, "ai-summary"]], "Achoimre ar an gcomhr\u00e1": [[66, "chat-summary"]], "Achoimre sn\u00e1ithe": [[44, "thread-summary"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Ag baint \u00fas\u00e1ide as an Eagarth\u00f3ir Comhad Neamhaird": [[19, "using-the-ignored-files-editor"]], "Ag baint \u00fas\u00e1ide as an aip Mail": [[44, null]], "Ag baint \u00fas\u00e1ide as an app Calendar": [[41, null]], "Ag baint \u00fas\u00e1ide as an app Teagmh\u00e1lacha": [[42, null]], "Ag baint \u00fas\u00e1ide as an bhFuinneog L\u00edonra": [[19, "using-the-network-window"]], "Ag baint \u00fas\u00e1ide as an gCliant Sioncr\u00f3naithe": [[19, null]], "Ag baint \u00fas\u00e1ide as cripti\u00fa": [[26, "using-encryption"]], "Ag baint \u00fas\u00e1ide as cripti\u00fa foirceann go foirceann": [[38, null]], "Ag baint \u00fas\u00e1ide as cripti\u00fa taobh an fhreastala\u00ed": [[26, null]], "Ag baint \u00fas\u00e1ide as f\u00edordheimhni\u00fa dh\u00e1-fhacht\u00f3ir": [[81, null]], "Ag cumas\u00fa E2EE": [[38, "enabling-e2ee"]], "Ag cur coinne in \u00e1irithe": [[41, "booking-an-appointment"]], "Ag cur sciar poibl\u00ed le do Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Ag dul isteach i gcomhr\u00e1": [[72, "joining-a-chat"]], "Ag dul isteach i nglao": [[60, null], [72, "joining-a-call"]], "Ag freagairt cuir\u00ed": [[41, "responding-to-invitations"]], "Ag freagairt do chruinni\u00fa beartaithe": [[41, "responding-to-a-proposed-meeting"]], "Ag f\u00e9achaint ar dhul chun cinn togra": [[41, "viewing-a-proposal-progress"]], "Ag obair leis an coinne \u00e1irithinte": [[41, "working-with-the-booked-appointment"]], "Ag p\u00e1irt a ghlacadh mar aoi r\u00edomhphoist": [[72, "joining-as-an-email-guest"]], "Ag seice\u00e1il amanna gn\u00f3thacha an lucht freastail": [[41, "checking-attendees-busy-times"]], "Ag sioncron\u00fa le KDE Kontact": [[48, null]], "Ag sioncron\u00fa le Thunderbird": [[50, null]], "Ag sioncron\u00fa leis an deasc GNOME": [[46, null]], "Ag sioncr\u00f3n\u00fa le Windows 10": [[51, null]], "Ag socr\u00fa do shainroghanna": [[82, null]], "Ag taispe\u00e1int an mnemonic": [[38, "displaying-the-mnemonic"]], "Ag tos\u00fa comhroinnt sc\u00e1ile\u00e1in": [[72, "starting-a-screen-share"]], "Ag \u00das\u00e1id Markdown": [[66, "using-markdown"]], "Aicearra\u00ed m\u00e9archl\u00e1ir": [[44, "keyboard-shortcuts"]], "Aipeanna a chomhth\u00e1th\u00fa le teachtaireachta\u00ed": [[75, null]], "Aistri\u00fach\u00e1n beo": [[64, "live-translation"]], "Aistri\u00fach\u00e1n r\u00edomhphoist": [[44, "mail-translation"]], "Alias files": [[15, "alias-files"]], "An Nuashonr\u00fa Uathoibr\u00edoch": [[7, null]], "An bhfuil s\u00e9 beartaithe \u00e9 seo a aistri\u00fa go dt\u00ed an ch\u00e9ad log\u00e1il isteach \u00fas\u00e1ideora eile n\u00f3 obair c\u00falra?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "An f\u00e9idir cripti\u00fa a dh\u00edchumas\u00fa leis an eochair athshl\u00e1naithe?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "An f\u00e9idir cripti\u00fach\u00e1n a dh\u00edchumas\u00fa gan pasfhocal an \u00fas\u00e1ideora?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Ar Linux": [[12, "on-linux"]], "Ar Windows": [[12, "on-windows"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Athraigh dath le haghaidh clibeanna": [[44, "change-color-for-tags"]], "Athraigh leagan amach": [[44, "switch-layout"]], "Athraigh ord s\u00f3rt\u00e1la": [[44, "change-sort-order"]], "Athraigh pasfhocal an eochair phr\u00edobh\u00e1ideach": [[26, "change-private-key-password"]], "Ba mhaith liom teanga an chomh\u00e9adain \u00fas\u00e1ideora a athr\u00fa": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Backgrounds": [[60, "backgrounds"]], "Bainistigh brabhs\u00e1laithe agus gl\u00e9asanna nasctha": [[54, null]], "Bainistigh seomra\u00ed scoite amach": [[58, "manage-breakout-rooms"]], "Bainistigh taifeadadh": [[62, "manage-a-recording"]], "Bainisti\u00fa togra\u00ed": [[41, "managing-proposals"]], "Bloic t\u00e9acs": [[44, "text-blocks"]], "Bog teachtaireachta\u00ed chuig an bhfillte\u00e1n Dramha\u00edola": [[44, "move-messages-to-junk-folder"]], "Bosca Amach": [[44, "outbox"]], "Bosca isteach tosa\u00edochta": [[44, "priority-inbox"]], "Botanna agus orduithe": [[57, null]], "Bots": [[57, "bots"]], "Brabhs\u00e1laithe nasctha a bhainisti\u00fa": [[54, "managing-connected-browsers"]], "Brath fioscaireachta": [[44, "phishing-detection"]], "Breithnithe": [[81, "considerations"]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Bruscar": [[41, "trash-bin"]], "Bruscar a scriosadh go huathoibr\u00edoch": [[44, "automatic-trash-deletion"]], "CCanna": [[12, null]], "Cad a tharla\u00edonn nuair a scriostar comhaid roinnte": [[24, "what-happens-when-shared-files-are-deleted"]], "Caint": [[73, null]], "Calendar delegation": [[41, "calendar-delegation"]], "Cartlannaigh comhr\u00e1ite": [[69, "archive-conversations"]], "Ceangalt\u00e1in": [[56, null]], "Ceisteanna Coitianta Cripti\u00fach\u00e1in": [[26, "encryption-faq"]], "Chat with AI": [[1, "chat-with-ai"]], "Cliaint WebDAV tr\u00ed\u00fa p\u00e1irt\u00ed": [[20, "third-party-webdav-clients"]], "Cliaint oifigi\u00fala deisce agus soghluaiste Nextcloud": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Cliaint soghluaiste": [[25, "mobile-clients"]], "Cl\u00e1r \u00e1bhair": [[6, null]], "Coinbhleachta\u00ed": [[10, null]], "Coinbhleachta\u00ed \u00e1 uasl\u00f3d\u00e1il (turgnamhach)": [[10, "uploading-conflicts-experimental"]], "Coinn\u00ed": [[41, "appointments"]], "Coinn\u00edollacha": [[44, "conditions"]], "Collectives": [[3, null]], "Comhaid & sioncron\u00fa": [[30, null]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as Linux": [[20, "accessing-files-using-linux"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as WinSCP": [[20, "accessing-files-using-winscp"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as cURL": [[20, "accessing-files-using-curl"]], "Comhaid a rochtain ag baint \u00fas\u00e1ide as macOS": [[20, "accessing-files-using-macos"]], "Comhaid a rochtain ag \u00fas\u00e1id Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Comhaid a roinnt i gcomhr\u00e1": [[56, "sharing-files-in-a-chat"]], "Comhaid a uasl\u00f3d\u00e1il": [[29, "uploading-files"]], "Comhaid agus f\u00f3gra\u00ed": [[45, "files-and-notifications"]], "Comhaid criptithe a roinnt": [[26, "sharing-encrypted-files"]], "Comhaid nach bhfuil criptithe": [[26, "files-not-encrypted"]], "Comhaid scriosta a bhainisti\u00fa": [[24, null]], "Comhaid \u00e1 mbogadh": [[21, "moving-files"]], "Comhroinn c\u00e1rta i gcomhr\u00e1": [[75, "share-card-into-a-chat"]], "Comhroinnt f\u00e9ilire c\u00f3naidhme": [[41, "federated-calendar-sharing"]], "Comhroinnt sc\u00e1ile\u00e1in": [[63, null]], "Comhroinnt \u00d3 Do Dheasc": [[19, "sharing-from-your-desktop"]], "Comhr\u00e1": [[67, null]], "Comhr\u00e1 a bhainisti\u00fa": [[69, "managing-a-conversation"]], "Comhr\u00e1 oscailte a chruth\u00fa": [[78, "creating-an-open-conversation"]], "Comhr\u00e1 \u00e1 chruth\u00fa": [[69, "creating-a-conversation"]], "Comhr\u00e1 \u00f3 Chomhaid": [[71, "talk-from-files"]], "Comhr\u00e1ite": [[68, null], [69, null]], "Comhr\u00e1ite oscailte": [[78, null]], "Comhth\u00e1th\u00fa comhad": [[71, null]], "Comhth\u00e1th\u00fa f\u00e9ilire": [[44, "calendar-integration"]], "Comhth\u00e1th\u00fa f\u00e9ilire le Talk": [[59, null]], "Comhth\u00e1th\u00fa pain\u00e9il": [[44, "dashboard-integration"]], "Command-Line Options": [[16, null]], "Conas Scagaire Nua a Chur Leis": [[44, "how-to-add-a-new-filter"]], "Conas Scagaire a Scriosadh": [[44, "how-to-delete-a-filter"]], "Conas a bhainist\u00edonn an aip comhaid scriosta sp\u00e1s st\u00f3r\u00e1la": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Conas a oibr\u00edonn an fheidhm \"Cuir in Eagar go h\u00e1iti\u00fail\".": [[12, "how-the-edit-locally-functionality-works"]], "Conas is f\u00e9idir cripti\u00fa a dh\u00edchumas\u00fa?": [[26, "how-can-encryption-be-disabled"]], "Conas \u00e9 a chumas\u00fa": [[12, "how-to-enable-it"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Cosc ar Nuashonruithe Uathoibr\u00edocha i Timpeallachta\u00ed Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Cosc ar Nuashonruithe Uathoibr\u00edocha i dTimpeallacht Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cruinnithe agus imeachta\u00ed": [[59, "meetings-and-events"]], "Cruthaigh F\u00e9ilire nua": [[41, "create-a-new-calendar"]], "Cruthaigh foireann": [[42, "create-a-team"]], "Cruthaigh imeacht": [[44, "create-an-event"]], "Cruthaigh imeacht nua": [[41, "create-a-new-event"]], "Cruthaigh scagaire \u00f3 theachtaireacht": [[44, "create-a-filter-from-a-message"]], "Cruthaigh seomra Caint le haghaidh coinn\u00ed \u00e1irithinte": [[41, "create-talk-room-for-booked-appointments"]], "Cruthaigh tasc": [[44, "create-a-task"]], "Cruthaigh tascanna \u00f3 theachtaireacht comhr\u00e1": [[75, "create-tasks-from-chat-message"]], "Cuardach aontaithe": [[44, "unified-search"], [83, "unified-search"]], "Cuardach teachtaireachta\u00ed i gcomhr\u00e1": [[76, "messages-search-in-a-conversation"]], "Cuir Faisn\u00e9is Teagmh\u00e1la in Eagar n\u00f3 Bain as": [[42, "edit-or-remove-contact-information"]], "Cuir baill le foireann": [[42, "add-members-to-a-team"]], "Cuir ceangalt\u00e1in le himeachta\u00ed": [[41, "add-attachments-to-events"]], "Cuir clibeanna in eagar": [[44, "edit-tags"]], "Cuir comhr\u00e1 leis": [[41, "add-talk-conversation"]], "Cuir cuntas r\u00edomhphoist nua leis": [[44, "add-a-new-mail-account"]], "Cuir imeacht in eagar, a dh\u00fabailt n\u00f3 a scriosadh": [[41, "edit-duplicate-or-delete-an-event"]], "Cuir roghanna athfhillteacha leis": [[41, "add-recurring-options"]], "Cuir srian leis na daoine ar f\u00e9idir leo do shonra\u00ed pr\u00f3if\u00edle a fheice\u00e1il": [[82, "restrict-who-can-see-your-profile-data"]], "Cuireadh \u00e1 sheoladh": [[70, "sending-an-invitation"]], "Cuir\u00ed cruinnithe": [[44, "meeting-invitations"]], "Cumasaigh cuardach coirp poist": [[44, "enable-mail-body-search"]], "Cumraigh seomra\u00ed scoite amach": [[58, "configure-breakout-rooms"]], "Cumra\u00edocht coinne a chruth\u00fa": [[41, "creating-an-appointment-configuration"]], "Cuntais Nua a Chur Leis": [[19, "adding-new-accounts"]], "Cur ar suan": [[44, "snooze"]], "Cu\u00f3ta st\u00f3r\u00e1la": [[33, null]], "Cu\u00f3ta\u00ed": [[24, "quotas"]], "C\u00f3naidhm": [[70, null]], "D'fh\u00e9ilir\u00ed a bhainisti\u00fa": [[41, "managing-your-calendars"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Daoine eile a bhfuil rochtain acu": [[35, "others-with-access"]], "Dealramh": [[55, null]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deic": [[75, "deck"]], "Deilbh\u00edn Systray": [[19, "systray-icon"]], "Deilbh\u00edn\u00ed Forleagan Bainisteoir Comhad": [[19, "file-manager-overlay-icons"]], "Deilbh\u00edn\u00ed st\u00e1dais \u00e1 roinnt": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Do chuntas r\u00edomhphoist a bhainisti\u00fa": [[44, "managing-your-mail-account"]], "Do mhodhn\u00f3ir\u00ed": [[77, null]], "Do shonra\u00ed \u00e1 roinnt sa leabhar seolta\u00ed domhanda": [[82, "sharing-your-data-in-the-global-address-book"]], "Download": [[14, "download"]], "Droichead an Mh\u00e1thair": [[74, null]], "During a call": [[60, "during-a-call"]], "D\u00edliost\u00e1il \u00f3 liosta seolta\u00ed": [[44, "unsubscribe-from-a-mailing-list"]], "Eagar, Easp\u00f3rt\u00e1il n\u00f3 Scrios F\u00e9ilire": [[41, "edit-export-or-delete-a-calendar"]], "Eagraigh do Theagmh\u00e1lacha le Gr\u00fapa\u00ed Teagmh\u00e1la": [[42, "organize-your-contacts-with-contact-groups"]], "Earra\u00ed gr\u00fapa": [[43, null]], "Email notification frequency": [[0, "email-notification-frequency"]], "Emoji \u00e1 chur isteach": [[66, "inserting-emoji"]], "Environment Variables": [[11, null]], "Eolas faighteoir faoin gcumad\u00f3ir": [[44, "recipient-info-on-composer"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Fabhtcheart\u00fa": [[49, "troubleshooting"]], "Fadhb": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Fadhbanna aitheanta": [[20, "known-problems"]], "Federated shares": [[35, "federated-shares"]], "Feidhmchl\u00e1ir chliaint a \u00fas\u00e1id le f\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir": [[81, "using-client-applications-with-two-factor-authentication"]], "Feist\u00ed a bhainisti\u00fa": [[54, "managing-devices"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Fillte\u00e1n a chripti\u00fa": [[38, "encrypting-a-folder"]], "Filtering activities": [[0, "filtering-activities"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Foirne": [[42, "teams"]], "Folder actions": [[44, "folder-actions"]], "Forbhreathn\u00fa": [[10, "overview"]], "Freagairt a thabhairt ar theachtaireachta\u00ed agus tuilleadh": [[66, "replying-to-messages-and-more"]], "Freagra": [[20, "answer"]], "Freagra\u00ed cliste": [[44, "smart-replies"]], "Fuinneog Ghinear\u00e1lta": [[19, "general-window"]], "Full screen": [[60, "full-screen"]], "F\u00e9ach ar na comhr\u00e1ite oscailte go l\u00e9ir": [[78, "view-all-open-conversations"]], "F\u00e9ilire": [[47, "calendar"], [51, "calendar"]], "F\u00e9ilire a fhoilsi\u00fa": [[41, "publishing-a-calendar"]], "F\u00e9ilire l\u00e1 breithe": [[41, "birthday-calendar"]], "F\u00e9ilir\u00ed": [[50, "calendars"]], "F\u00e9ilir\u00ed a roinnt": [[41, "sharing-calendars"]], "F\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir a \u00fas\u00e1id le comhartha\u00ed crua-earra\u00ed": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "F\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir \u00e1 chumr\u00fa": [[81, "configuring-two-factor-authentication"]], "F\u00f3gra\u00ed agus pr\u00edobh\u00e1ideacht": [[69, "notifications-and-privacy"]], "F\u00f3gra\u00ed le haghaidh cruinnithe at\u00e1 beartaithe": [[41, "notifications-for-a-proposed-meeting"]], "Gach bosca isteach": [[44, "all-inboxes"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Giuirl\u00e9id F\u00e9ilire": [[41, "calendar-widget"]], "Glac p\u00e1irt i nglao n\u00f3 i gcomhr\u00e1 mar aoi": [[72, null]], "Glacadh le cuireadh": [[70, "accepting-an-invitation"]], "Glaoigh ar thrascr\u00edobh beo": [[64, "call-live-transcription"]], "Glaonna": [[61, null]], "Gl\u00e9as E2EE \u00e1 chur leis": [[38, "adding-an-e2ee-device"]], "Gl\u00e9asanna WebDAV a chruth\u00fa ar an l\u00edne ordaithe Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Gn\u00edomhartha": [[44, "actions"]], "Gn\u00edomhartha cl\u00fadaigh": [[44, "envelope-actions"]], "Gn\u00edomhartha tapa": [[44, "quick-actions"]], "Gn\u00edomhartha teachtaireachta": [[44, "message-actions"]], "Grid view": [[21, "grid-view"]], "How to onboard your team": [[5, null]], "Idirghn\u00edomh\u00fa le teachtaireachta\u00ed": [[76, null]], "Il-Theagmh\u00e1laithe a bhainisti\u00fa ag an am c\u00e9anna": [[42, "managing-multiple-contacts-at-a-time"]], "Imeacht a Iomp\u00f3rt\u00e1il/Imeacht .ics a Chur Leis": [[41, "import-an-event-add-ics-event"]], "Imeachta\u00ed a Bhainisti\u00fa": [[41, "managing-events"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Imreoir f\u00edse\u00e1n": [[21, "video-player"]], "Infhaighteacht (Uaireanta Oibre)": [[41, "availability-working-hours"]], "Infhaighteacht seomra": [[41, "room-availability"]], "Initial Setup": [[14, "initial-setup"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Iomp\u00f3rt\u00e1il F\u00e9ilire": [[41, "import-a-calendar"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Known issues": [[15, "known-issues"]], "Leabhair Seolta\u00ed a Chur leis agus a Bhainisti\u00fa": [[42, "adding-and-managing-address-books"]], "Leagan a ainmni\u00fa": [[39, "naming-a-version"]], "Leagan a scriosadh": [[39, "deleting-a-version"]], "Leagan amach glaonna": [[65, null]], "Leis an app soghluaiste Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Linux": [[7, "linux"], [17, "linux"]], "Liost\u00e1il le F\u00e9ilire": [[41, "subscribe-to-a-calendar"]], "Liost\u00e1il le F\u00e9ilire Saoire": [[41, "subscribe-to-a-holiday-calendar"]], "Locking": [[15, "locking"]], "Log\u00e1il isteach le f\u00edordheimhni\u00fa dh\u00e1 fhacht\u00f3ir": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Luaigh teagmh\u00e1laithe": [[44, "mention-contacts"]], "L\u00e1nsc\u00e1ile\u00e1n agus socruithe eile": [[72, "full-screen-and-other-settings"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Meabhr\u00fach\u00e1in leantacha": [[44, "follow-up-reminders"]], "Meabhr\u00fach\u00e1n a shocr\u00fa ar theachtaireachta\u00ed": [[76, "setting-reminder-on-messages"]], "Migrate data between instances": [[52, null]], "Mobile clients": [[60, "mobile-clients"]], "Modh molta": [[50, "recommended-method"]], "M\u00edreanna roinnte": [[42, "shared-items"]], "Nasclean\u00faint tr\u00edd an m\u00e9archl\u00e1r": [[80, "navigating-via-keyboard"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus bainisteoir comhad": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 r\u00e9amhr\u00e1 l\u00e1mhleabhar \u00fas\u00e1ideora": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Nuashonraigh cain\u00e9il": [[18, null]], "Nuashonruithe Uathoibr\u00edocha a Chosc": [[7, "preventing-automatic-updates"]], "Orduithe": [[57, "commands"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Pain\u00e9al Comhr\u00e1": [[69, "talk-dashboard"]], "Pasfhocail a bhaineann go sonrach le gl\u00e9as agus athruithe pasfhocail": [[54, "device-specific-passwords-and-password-changes"]], "Pasfhocal eochair athshl\u00e1naithe": [[26, "recovery-key-password"]], "Personal settings": [[1, "personal-settings"]], "Picti\u00far Teagmh\u00e1il": [[42, "contact-picture"]], "Pobalbhreitheanna sa chomhr\u00e1": [[56, "polls-in-chat"]], "RSS feed": [[0, "rss-feed"]], "Rabhadh Rabhadh Maidir le hAthruithe Ar Fhillte\u00e1in Sioncr\u00f3naithe Nach At\u00e1 \u00e1 Rian\u00fa go hiontaofa.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Radharc dl\u00fath ar liosta comhr\u00e1ite": [[55, "compact-view-of-conversations-list"]], "Radharc eanga\u00ed": [[65, "grid-view"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Riachtanais Ch\u00f3rais": [[14, "system-requirements"]], "Riachtanais bhrabhs\u00e1la\u00ed gr\u00e9as\u00e1in": [[83, "web-browser-requirements"]], "Rialuithe comhad": [[21, "file-controls"]], "Rial\u00fa leagan": [[39, null]], "Rochtain ar chomhaid Nextcloud a fh\u00e1il ag baint \u00fas\u00e1ide as WebDAV": [[20, null]], "Rochtain uil\u00edoch": [[80, null]], "Rogha eile: Ag baint \u00fas\u00e1ide as an mbreise\u00e1n CardBook (Teagmh\u00e1lacha amh\u00e1in)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Roghanna foirne": [[42, "team-options"]], "Roghn\u00f3ir Cliste": [[66, "smart-picker"]], "Roghn\u00fa comhaid n\u00f3 fillte\u00e1in": [[21, "selecting-files-or-folders"]], "Running a task": [[1, "running-a-task"]], "R\u00e9amhamhairc comhaid": [[21, "previewing-files"]], "R\u00e9iteach": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "R\u00e9iteach 1": [[20, "solution-1"]], "R\u00e9iteach 2": [[20, "solution-2"]], "R\u00f3il foirne": [[42, "team-roles"]], "Saincheisteanna aitheanta": [[20, "known-issues"]], "Sampla": [[10, "example"]], "Sann seomra\u00ed agus acmhainn\u00ed d\u2019imeacht": [[41, "assign-rooms-and-resources-to-an-event"]], "Scag do chomhr\u00e1ite": [[69, "filter-your-conversations"]], "Scagadh agus uathfhreagr\u00f3ir": [[44, "filtering-and-autoresponder"]], "Scagaire": [[44, "filter"]], "Scaireanna inmhe\u00e1nacha le h\u00fas\u00e1ideoir\u00ed agus le gr\u00fapa\u00ed": [[35, "internal-shares-with-users-and-groups"]], "Scaireanna naisc phoibl\u00ed": [[35, "public-link-shares"]], "Sceideal \u00f3n bhF\u00e9ilire": [[59, "schedule-from-calendar"]], "Scrios clibeanna": [[44, "delete-tags"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Seimine\u00e1r Gr\u00e9as\u00e1in agus stocaireacht": [[79, null]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Seolta\u00ed inmhe\u00e1nacha": [[44, "internal-addresses"]], "Seomra\u00ed scoite amach": [[58, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Settings and profile": [[83, "settings-and-profile"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sin an app soghluaiste Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sioncron\u00fa deisce agus soghluaiste": [[25, null]], "Sioncr\u00f3n\u00fa le Android": [[45, null]], "Sioncr\u00f3n\u00fa le iOS": [[47, null]], "Sioncr\u00f3n\u00fa le macOS": [[49, null]], "Sl\u00e1nd\u00e1il": [[44, "security"]], "Smart pickers": [[1, "smart-pickers"]], "Socraigh an st\u00e1das \u00fas\u00e1ideora": [[19, "set-the-user-status"]], "Socraigh do Chuntais": [[49, "setup-your-accounts"]], "Socraigh meabhr\u00fach\u00e1in": [[41, "set-up-reminders"]], "Socruithe Cuntais Nextcloud \u00e1 chumr\u00fa": [[19, "configuring-nextcloud-account-settings"]], "Socruithe cuntas": [[44, "account-settings"]], "Socr\u00fa do titim comhad f\u00e9in": [[29, "setting-up-your-own-file-drop"]], "Speaker view": [[65, "speaker-view"]], "Sreabhadh Oibre Bun\u00fasach": [[7, "basic-workflow"]], "Start the call": [[60, "start-the-call"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Stopann Sioncron\u00fa agus Iarracht \u00e1 Shioncron\u00fa N\u00edos doimhne n\u00e1 100 Fo-eolaire.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "St\u00e1das \u00das\u00e1ideora Uathoibrithe": [[41, "automated-user-status"]], "Suite\u00e1il": [[14, null]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "System tags": [[36, null]], "S\u00f3rt\u00e1il na cinn is fearr leat suas": [[44, "sort-favorites-up"]], "S\u00fam\u00e1il agus freagr\u00falacht": [[80, "zoom-and-responsiveness"]], "Tabhair cuireadh do lucht freastail chuig imeacht": [[41, "invite-attendees-to-an-event"]], "Tag access levels": [[36, "tag-access-levels"]], "Taifeadadh glaonna": [[62, null]], "Taispe\u00e1ntas Teachtaireachta\u00ed / M\u00f3d Oibr\u00edochta": [[44, "message-display-operation-mode"]], "Tarmligean cuntais": [[44, "account-delegation"]], "Task history": [[1, "task-history"]], "Teacht ar scaireanna poibl\u00ed ar WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Teachtaireachta\u00ed a chumadh": [[44, "compose-messages"]], "Teachtaireachta\u00ed a sceideal\u00fa": [[66, "scheduling-messages"]], "Teachtaireachta\u00ed a sheoladh": [[66, null]], "Teachtaireachta\u00ed as oifig a shocr\u00fa": [[40, null]], "Teachtaireachta\u00ed ci\u00faine": [[66, "silent-messages"]], "Teachtaireachta\u00ed comhr\u00e1": [[55, "chat-messages"]], "Teachtaireachta\u00ed sceidealaithe": [[44, "scheduled-messages"]], "Teachtaireachta\u00ed sn\u00e1ithithe": [[76, "threaded-messages"]], "Teachtaireachta\u00ed \u00e1 bpriont\u00e1il": [[76, "pinning-messages"]], "Teachtaireachta\u00ed \u00e1 n-eagarth\u00f3ireacht": [[76, "editing-messages"]], "Teagmh\u00e1lacha F\u00edor\u00fala a Iomp\u00f3rt\u00e1il": [[42, "importing-virtual-contacts"]], "Teagmh\u00e1lacha d\u00fablacha \u00e1 gcumascadh": [[42, "merging-duplicate-contacts"]], "Teagmh\u00e1laithe": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Teagmh\u00e1laithe agus F\u00e9ilire": [[45, "contacts-and-calendar"]], "Teagmh\u00e1laithe \u00e1 gCur Leis de L\u00e1imh": [[42, "adding-contacts-manually"]], "Teagmh\u00e1laithe \u00e1 gcur leis": [[42, "adding-contacts"]], "Teasta\u00edonn uaim M'Fhillte\u00e1n Sioncronaithe \u00c1iti\u00fail a Bhogadh": [[12, "i-want-to-move-my-local-sync-folder"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Tiom\u00e1nt\u00e1in a mhap\u00e1il le Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Tiom\u00e1nt\u00e1in a mhap\u00e1il leis an l\u00edne ordaithe": [[20, "mapping-drives-with-the-command-line"]], "Togra a chruth\u00fa": [[41, "creating-a-proposal"]], "Togra \u00e1 chur in eagar": [[41, "editing-a-proposal"]], "Togra\u00ed": [[41, "proposals"]], "Toili\u00fa taifeadta": [[62, "recording-consent"]], "Toirmeasc ar rannph\u00e1irtithe": [[69, "ban-participants"]], "Transfer ownership": [[37, null]], "Trascr\u00edobh agus aistri\u00fach\u00e1n": [[64, null]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Tr\u00e9dhearcacht F\u00e9ilire": [[41, "calendar-transparency"]], "T\u00e9ama\u00ed san \u00e1ireamh": [[80, "included-themes"]], "Uasl\u00f3d\u00e1iltear Roinnt Comhad go Lean\u00fanach chuig an bhFreastala\u00ed, Fi\u00fa nuair nach Athra\u00edtear iad.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Uasl\u00f3d\u00e1lacha comhaid mh\u00f3ra": [[31, null]], "Uasl\u00f3d\u00e1lacha gan ainm a dh\u00e9anamh": [[29, null]], "Uathfhreagr\u00f3ir\u00ed": [[44, "autoresponders"]], "Uathoibri\u00fa cuireadh cruinnithe": [[44, "meeting-invitation-automation"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c9aga teachtaireachta\u00ed": [[69, "messages-expiration"]], "\u00cdoslaghdaigh mod\u00fal an chumad\u00f3ra": [[44, "minimize-the-composer-modal"]], "\u00cdosl\u00f3d\u00e1il liosta rannph\u00e1irtithe glaonna": [[60, "download-call-participants-list"]], "\u00das\u00e1id M\u00f3d Dl\u00fath": [[44, "use-compact-mode"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 42, 44, 45, 46, 60, 62, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3\u00fa": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "42wim": 74, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "55": 81, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 27, 39, 44, 57, 60, 66, 74, 81], "As": [0, 48], "At": [20, 54], "By": [0, 5], "For": [0, 2, 13, 14, 17, 27, 36, 51, 60, 80, 83], "IN": 41, "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 44, 45, 46, 47, 51, 54, 60, 63, 72, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 41, 44, 45, 46, 48, 60, 64, 71, 81, 82], "It": [0, 2, 5, 8, 9, 10, 15, 17, 60, 81, 82], "Its": 20, "No": [9, 15, 36], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": 12, "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 39, 42, 44, 52, 54, 60, 62, 74], "Then": [20, 51], "There": [17, 20], "These": 14, "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 41, 42, 44, 63, 70, 81, 82], "With": [20, 21], "_": [8, 20, 26, 41, 50, 73, 74, 81], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 21, 69], "abov": [0, 20, 21, 35, 36, 82], "acceler": 15, "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 39, 41, 44, 46, 54, 57, 60, 63, 80, 83], "accessibli": 5, "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 51, 52, 54, 56, 81, 83], "ach": [7, 10, 12, 19, 20, 24, 26, 28, 33, 35, 38, 41, 42, 44, 45, 46, 50, 66, 69, 76, 80, 81, 82], "achar": 41, "achoimri\u00fa": 44, "achomair": 44, "acmhainn": [20, 41, 46, 48], "acmhainn\u00ed": 48, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 75, 83], "activ": [6, 9, 14, 54, 65, 80, 83], "actual": 15, "acu": [10, 21, 26, 28, 41, 42, 44, 69], "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 47, 48, 83], "addflag": 44, "addit": [0, 13, 20, 21, 60, 66, 82], "addon": 50, "address": [8, 9, 27, 42, 50, 51, 60, 82, 83], "adjust": [9, 11, 15, 20, 82], "admin": [14, 36], "admin_manu": 26, "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 44, 57, 60, 66, 74, 81, 82], "advanc": [14, 20, 41, 51], "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 60, 62, 81, 83], "afterward": 5, "ag": [6, 7, 10, 12, 13, 18, 21, 22, 24, 28, 30, 31, 33, 34, 39, 40, 43, 45, 47, 49, 53, 54, 56, 57, 58, 61, 62, 64, 69, 71, 73, 74, 79, 80], "again": [1, 9, 21, 44, 54, 63, 81], "againn": 18, "agallamh": 41, "agat": [7, 10, 19, 20, 26, 35, 38, 41, 42, 44, 45, 49, 51, 58, 59, 69, 71, 81], "agenda": [44, 57], "aghaidh": [7, 20, 24, 33, 41, 42, 44, 45, 47, 50, 69, 80], "ago": 0, "agu": [6, 7, 10, 14, 18, 19, 21, 22, 24, 26, 28, 29, 30, 31, 33, 37, 38, 40, 43, 46, 47, 48, 49, 50, 51, 53, 56, 58, 61, 62, 63, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "ai": [6, 26, 35, 39, 41, 48, 66, 72], "aibhsith": [62, 76], "aic": [19, 37, 41, 42, 44, 50, 56, 62, 66, 69], "aicearra": [44, 69], "aicearra\u00ed": [72, 80], "aicmi\u00fa": 44, "aig": [29, 41, 42], "ailia": 44, "ailiasanna": 44, "ail\u00ednith": 69, "aim": 80, "aimsigh": [41, 42], "aimsitheoir": [19, 20], "aimsi\u00fa": [19, 20, 41, 47, 59, 69, 78], "aims\u00edonn": 37, "ainligh": 44, "ainli\u00fa": 19, "ainm": [10, 19, 20, 23, 24, 28, 30, 35, 37, 39, 41, 42, 45, 47, 48, 49, 50, 51, 56, 60, 69, 72, 82], "ainmneacha": 26, "aip": [6, 20, 26, 38, 39, 40, 41, 42, 43, 45, 46, 49, 50, 51, 53, 59, 64, 69, 71, 80, 81], "aipeanna": [7, 20, 33, 41, 43, 46, 47, 67, 73, 82], "air": [12, 19, 38, 42, 44, 48, 69, 70, 80], "aird": [10, 12, 41], "air\u00edonna": 20, "aisc": [24, 39, 41, 53, 80], "aisghabhtar": 42, "aisghabh\u00e1il": [26, 42], "aisghabh\u00e1la": 26, "aisiomp\u00fa": 69, "aistreofar": 69, "aistrith": [20, 37, 42], "aistri\u00fa": [20, 37, 41, 42, 44, 64], "aistri\u00fach\u00e1in": 44, "aistri\u00fach\u00e1n": [61, 73], "aitheanta": [81, 82], "aitheant\u00f3ir": [41, 60], "aithint": [19, 20], "alias": 52, "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 27, 36, 41, 44, 54, 56, 57, 60, 65, 78, 82, 83], "allmhairi\u00fa": [12, 41, 56], "allmhair\u00edonn": 41, "allow": [0, 8, 12, 15, 20, 29, 40, 44, 58, 60, 63, 75, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 44, 60, 63, 65, 72, 76, 80, 81, 82, 83], "alt": 20, "alter": 12, "altern": [2, 12, 14, 29, 60], "alwai": [15, 25, 42, 50, 69, 81], "al\u00e1ithreacht": 40, "am": [19, 20, 26, 28, 40, 41, 44, 58, 59, 62, 64, 66, 69, 72, 76, 79], "ama": [20, 24, 37, 39, 41, 44, 48, 69, 76], "amach": [12, 19, 20, 26, 35, 41, 45, 57, 61, 63, 69, 73, 77, 80], "amazon": [20, 27], "amhail": [41, 42, 44, 59, 69, 70, 76], "amhairc": 80, "amharc": [41, 42], "amharcleabhar": 50, "amhlaidh": [41, 45], "amh\u00e1in": [7, 12, 14, 19, 20, 26, 31, 35, 38, 39, 41, 42, 44, 46, 47, 53, 56, 76, 77], "an": [0, 2, 6, 8, 10, 13, 14, 15, 18, 21, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82], "anail\u00ed": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 44, 57, 60, 83], "ann": [10, 12, 19, 20, 26, 35, 41, 42, 44, 45, 51, 58, 59, 66, 69, 76, 78, 82], "anoi": [10, 20, 29, 41, 44, 45, 46, 47, 48, 81], "anonym": 29, "anoth": [27, 60, 76], "anseo": [42, 44, 50, 66, 69, 72], "ansin": [7, 12, 19, 20, 24, 26, 28, 29, 41, 42, 44, 48, 50, 51, 62, 64, 66, 69, 71, 72, 76], "answer": 5, "anua": [12, 20], "anyon": 82, "anytim": 28, "anywher": 44, "an\u00edo": 41, "aoi": [6, 24, 60, 69, 73], "aon": [7, 12, 19, 20, 21, 24, 26, 28, 33, 38, 41, 42, 44, 51, 54, 66, 69, 70, 72, 80, 82], "aonair": [14, 19, 26, 41, 53, 69, 72], "aonar": 42, "aontaith": [6, 76], "aonuair": 41, "aon\u00e1in": 42, "aos\u00fa": 33, "apach": 31, "app": [1, 2, 4, 6, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 44, 46, 48, 51, 52, 60, 64, 66, 74, 75, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 44], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 60, 63], "appoint": 52, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 70, 71, 72, 73, 74, 77, 79, 80, 81, 83], "araid": 41, "araon": [20, 24, 69], "arch": 8, "archiv": [8, 21], "ardchodarsnachta": 80, "ardchuardach": 44, "ardchuardaigh": 44, "ardfheidhm\u00edochta": 64, "ardleibh\u00e9": 35, "ardleibh\u00e9il": [41, 50], "ardsocruith": 47, "ard\u00fa": 69, "area": 60, "arna": 41, "around": 36, "arrow": [15, 80], "artifici": 1, "ar\u00ed": [12, 19, 24, 26, 39, 41, 45, 50, 51, 72], "ask": [9, 27, 45, 66], "asl\u00e1ithreachta": 44, "assign": 21, "assist": [6, 80], "assum": 15, "atarl\u00fa": 41, "athainmni\u00fa": [24, 44], "athainmn\u00edonn": 35, "athbhreithnith": 41, "athbhreithni\u00fa": 41, "athbhun\u00fa": 41, "athcheangail": 20, "athchleachtach": 41, "athdh\u00e9anamh": 50, "athfhillteach": 41, "athfhoilseofar": 45, "athnuachan": [20, 41, 50], "athnuachana": 48, "athord\u00fa": 44, "athoscail": 20, "athph\u00e1irt": 69, "athraigh": [20, 37, 41, 51, 82], "athraith": [10, 26], "athra\u00edonn": [12, 19, 28, 81], "athra\u00edtear": [10, 69], "athroinn": 26, "athroinneann": 33, "athroinnt": [21, 26, 33, 35, 41], "athruith": [6, 10, 12, 19, 41, 42, 44, 58], "athr\u00f3far": [40, 51], "athr\u00f3g": 10, "athr\u00f3ga": 31, "athr\u00f3idh": [10, 38, 72], "athr\u00fa": [10, 14, 19, 20, 26, 37, 41, 44, 48, 55, 58, 69, 82], "athsceideal\u00fa": 66, "athshocr\u00f3idh": 40, "athshocr\u00fa": 41, "athshol\u00e1thair": 40, "atosaigh": [19, 20], "atosaith": 20, "atos\u00f3idh": 7, "atreor\u00f3far": [69, 72, 81], "attach": [29, 36, 41], "attempt": [14, 51], "attende": [41, 52], "attribut": 82, "at\u00e1": [18, 19, 20, 24, 26, 31, 33, 35, 39, 42, 43, 44, 45, 47, 50, 51, 57, 58, 59, 66, 69, 70, 73, 77, 80, 81, 82], "at\u00e1irgeadh": [14, 18], "audio": [21, 72], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "auto": 20, "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 27, 39, 44, 56], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 47, 57, 60, 63, 66, 74, 82], "avatar": [19, 20, 42, 44, 69], "avat\u00e1ir": 42, "avoid": 15, "awai": 19, "a\u00edonna": [41, 59, 69, 79], "b": [7, 10, 12, 19, 20, 33, 41, 42, 44, 48, 66], "ba": [19, 20, 41, 44, 45, 46, 47, 48, 51], "back": [1, 5, 14, 20, 21, 39, 44, 62, 71, 83], "backend": [1, 54], "background": [16, 27], "backup": [39, 41, 81], "badg": 21, "bail": [14, 20, 41, 48, 53], "baileofar": 41, "baill": [20, 35], "bail\u00ed": [41, 44, 51], "bail\u00edochtaigh": 50, "bain": [12, 19, 20, 28, 41, 69], "baineann": [42, 69], "bainfear": 69, "bainimid": 12, "bainisteoir": 46, "bainistigh": [6, 51, 81, 82], "bainist\u00edocht": [24, 33], "baint": [6, 10, 13, 22, 30, 34, 40, 43, 45, 51, 53, 54, 57, 69, 82], "baintear": [19, 33, 44, 69], "baisc": 42, "ball": [42, 50], "ballra\u00edocht": 42, "ballra\u00edochta": 42, "ballra\u00edochta\u00ed": 42, "bandaleithead": 19, "bar": [0, 1, 21, 60, 65, 72, 83], "barr": [19, 41, 42, 44, 62], "barra": [19, 41, 80], "base": [8, 45, 57, 81], "basi": 15, "basic": [2, 14, 20, 42], "basicauthlevel": 20, "batch": 0, "beag": [19, 24, 41, 42, 49], "beag\u00e1n": [12, 20, 33], "bealach": [12, 20, 26, 41, 42, 44, 81], "beala\u00ed": 62, "beann": 41, "beart": 43, "beartaith": 20, "bearta\u00edonn": 45, "becaus": [15, 20, 26, 46], "becom": 5, "been": [8, 14, 15, 21, 25, 42, 44, 57, 81], "befor": [15, 17, 20, 27, 44, 60, 74], "begin": 80, "behalf": 44, "behavior": [9, 11], "beidh": [10, 12, 19, 35, 41, 42, 44, 46, 47, 50, 58, 59, 69, 70], "being": [15, 60], "bell": 83, "below": [0, 9, 11, 17, 44, 65], "best": 83, "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 65, 80], "beyond": 17, "bhaill": 42, "bhaineann": [6, 12, 19, 41, 42, 44, 47], "bhainisteoir": [19, 46, 50, 56], "bhainisteoir\u00ed": 20, "bhainisti\u00fa": [6, 26, 30, 32, 77, 82], "bhainist\u00edochta": 43, "bhainist\u00edonn": 41, "bhaint": [7, 12, 19, 20, 25, 26, 38, 41, 42, 44, 47, 66, 69, 72, 80], "bhall": [42, 69], "bhallra\u00edocht": 82, "bharr": 80, "bharra": [19, 20, 28, 35, 41, 42, 48, 58, 62, 64, 69, 71, 72, 76], "bharrbharra": 20, "bheadh": [26, 44, 70], "bheag": [56, 72], "bhealach": [19, 20, 26, 38, 41, 44, 45, 56], "bheartai": 7, "bheidh": [7, 10, 12, 20, 24, 26, 29, 41, 42, 44, 51, 58, 69, 82], "bheith": [10, 19, 20, 26, 38, 40, 41, 42, 44, 45, 58, 69, 70, 71, 80, 81], "bhfaigheann": 41, "bhfaighidh": [19, 20, 41, 66], "bhfaighteoir": 41, "bhfear": 44, "bhfeiceann": [20, 41], "bhfeidhm": [19, 20, 40, 42, 44], "bhfillte\u00e1n": [12, 29, 35], "bhfo": 20, "bhfoireann": [42, 80], "bhfolach": [44, 55], "bhform\u00e1id": 41, "bhfreastala\u00ed": [10, 14, 19, 20, 26, 44, 50, 53, 69, 70, 78], "bhfr\u00e9amh": 20, "bhfr\u00e9amhfhillte\u00e1n": 20, "bhfuair": 44, "bhfuil": [7, 10, 12, 18, 19, 20, 24, 31, 33, 38, 41, 42, 44, 45, 47, 49, 50, 59, 66, 69, 75, 76, 82], "bhfuiltear": 44, "bhfuinneog": 10, "bhf\u00e9adfadh": [10, 42], "bhf\u00e9adfa\u00ed": 62, "bhf\u00e9ilir": [41, 44], "bhf\u00e9ilir\u00ed": 44, "bhf\u00edor": 64, "bhf\u00edordheimhn\u00edonn": 20, "bhf\u00f3gra": 7, "bhf\u00f3gra\u00ed": 69, "bhloic": 41, "bhogadh": [20, 24], "bhosca": [24, 26, 33, 41, 44, 51, 62], "bhrabhs\u00e1il": 20, "bhrabhs\u00e1lann": 20, "bhrabhs\u00e1la\u00ed": [6, 14, 20, 38, 51, 72], "bhraith": 44, "bhraitheann": 44, "bhrei": 41, "bhreis": 69, "bhreoiteachta": 40, "bhrost\u00fa": 44, "bhruscair": 28, "bhruscar": [24, 33, 41, 54], "bhr\u00ed": [38, 47], "bhr\u00fa": [46, 66], "bhuaileann": 41, "bhun": 33, "bhunachar": [26, 33], "bhunaidh": 64, "bhunaith": 20, "bhunchomhad": 10, "bhunfh\u00edordheimhni\u00fa": 20, "bhun\u00fa": [41, 44, 77], "bhun\u00fain\u00e9ara": 33, "bhun\u00fasach": 41, "bhu\u00ed": 74, "bh\u00ed": [19, 81], "bh\u00edonn": [7, 12, 19, 20, 26, 39, 41, 42, 44, 46, 64, 66, 69, 80], "bh\u00edotha": 19, "bidirect": 25, "bin": [21, 41], "binari": [8, 15], "bior\u00e1ilt": 76, "bith": [19, 20, 28, 41, 44, 46, 47, 48, 62, 72, 82], "bitv": 80, "blacklist": 11, "bliain": 41, "bloc": 44, "block": 66, "blockquot": 66, "blog": 12, "blur": 60, "board": 2, "bob": 35, "bodi": 44, "bog": 12, "bogadh": 44, "bogearra\u00ed": [12, 53], "bogfaidh": 58, "bogfar": 24, "bogtar": [24, 44], "boilgeoga": 55, "bold": 66, "book": [42, 50, 82], "bool": 15, "border": 27, "bosca": [20, 24, 51, 58, 62, 69], "bosca\u00ed": [42, 44], "botanna": [73, 77], "both": [8, 44, 52, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 65, 83], "bound": 9, "box": [0, 51], "bpatr\u00fan": 19, "bpicti\u00far": 42, "bpr\u00edobh\u00e1ideacht": 53, "bpr\u00edomhdhial\u00f3g": 19, "bpr\u00edomh\u00e1bhar": 80, "bpr\u00f3if\u00edl": 69, "bpr\u00f3isea": 39, "bp\u00e1irc": 44, "bp\u00e1irt\u00ed": 70, "brabhs\u00e1il": 20, "brabhs\u00e1laith": [6, 20, 81], "brabhs\u00e1la\u00ed": [12, 20, 38, 72], "braid": 41, "braitheann": [20, 41, 44, 82], "braithfidh": 41, "brand": 7, "bratach": [26, 44], "brath": [19, 26, 48, 72, 81], "breadcrumb": 21, "breakout": 58, "breathn\u00fa": 35, "breis": [19, 41, 56, 76], "breisith": 42, "breithnith": 6, "brief": 5, "bring": [8, 19], "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 54, 63, 81, 83], "bruscair": [24, 26, 33, 41, 42, 44], "bruscar": 33, "br\u00faigh": [20, 28], "bsd": 14, "bualadh": 41, "buan": [12, 24, 41, 69], "bubbl": 60, "bucket": 27, "build": 14, "built": [14, 17, 20, 21], "bun": [42, 44, 49, 50, 51, 64, 69], "bunaith": [7, 44, 45, 80, 81], "bundl": 15, "bun\u00fasach": [20, 41], "bun\u00fasacha": 41, "busi": 40, "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 72, 78, 82, 83], "bu\u00ed": [10, 19, 26], "byte": [9, 11, 20], "b\u00e1n": 19, "b\u00ed": [12, 47, 80], "b\u00edodh": [38, 80], "b\u00edonn": [10, 57, 69], "c": [12, 20, 80], "cabhair": [57, 80], "cabhlach": 19, "cabhraigh": 53, "cabhra\u00edonn": 42, "cabhr\u00fa": [18, 41, 44, 69, 80], "cach": 17, "cad": [19, 41], "caillfidh": [26, 38], "caint": [6, 35, 55], "cain\u00e9il": [6, 13], "caithfidh": [12, 26, 28, 41, 42, 44, 45, 64, 71], "caja": [19, 20], "calafort": 20, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 43, 44, 47, 48, 51, 52, 83], "call": [4, 10, 57, 62, 65, 72, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 50, 51, 52, 54, 57, 60, 62, 65, 66, 70, 71, 72, 76, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [21, 29, 36, 44], "carachtair": 19, "carachtar": [19, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "cartlanna": 14, "cartlannaith": 69, "case": [14, 82], "casta": [24, 41, 51], "categori": [0, 45], "caution": 9, "ccanna": [6, 13], "ceachtar": [42, 45], "cead": [20, 42], "ceadaigh": [20, 35, 56], "ceadaith": [20, 24], "ceadanna": [20, 42, 45, 69], "ceada\u00edonn": [20, 44], "ceal": 41, "ceallacha": 48, "cealuith": 41, "ceangail": [12, 19, 20], "ceangailt": [19, 26, 44, 46], "ceangal": [12, 19, 20], "ceangalt\u00e1in": [67, 73], "ceangalt\u00e1n": 44, "ceann": [7, 19, 35, 38, 41, 42, 44, 46, 47, 59], "ceannteidil": 66, "cean\u00e1in": 21, "ceapach\u00e1in": 41, "ceardlanna": 42, "cearnacha": 42, "ceart": [48, 81], "cearta": 35, "ceathr\u00fa": 41, "ceist": [19, 21], "ceithr": 44, "center": 20, "cento": 20, "centr": 65, "cert": 20, "certain": 11, "certif": [8, 20], "cfg": [7, 9, 12, 17], "chabhr\u00f3idh": [41, 42], "chaighde\u00e1nacha": 14, "chaill": 19, "chailleadh": 26, "chailleann": [26, 38], "chain": 21, "chaint": 64, "chainteora": 62, "chain\u00e9al": 18, "chaird": 41, "chaithfidh": [41, 69], "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 29, 36, 41, 44, 54, 72, 80, 82, 83], "chaoithi\u00falacht": 19, "chaomhna\u00edonn": 19, "chapter": [14, 20], "chart": 15, "chartlann\u00fa": 69, "chasadh": 44, "chat": [6, 57, 60, 62, 71, 80], "cheada\u00edonn": [33, 42], "chead\u00f3far": 62, "chead\u00f3idh": 41, "chead\u00fa": [7, 35], "cheal\u00fa": 41, "cheamara": 72, "cheana": [10, 12, 19, 31, 35, 41, 42, 44, 45, 50, 69, 72, 81], "cheann": [10, 19, 21, 38, 41, 42, 44, 54, 70], "cheannt\u00e1sc": 58, "cheannt\u00e1sca": 80, "cheapach\u00e1in": 41, "cheart": [19, 20, 41, 44, 45, 46, 47, 48, 51], "check": [0, 9, 27, 36, 60], "checkbox": [21, 36, 60], "cheilt": 72, "cheist": 26, "cheisteanna": [44, 80], "chiall": 10, "chialla\u00edonn": 44, "chianch\u00f3ra": 20, "chianst\u00f3r\u00e1il": 26, "chian\u00fas\u00e1ideora": [28, 35], "chine\u00e1l": [7, 42, 47, 49], "chinneadh": [41, 44], "chinnti\u00fa": [20, 24], "chionn": 20, "chip": 83, "chliaint": [6, 12, 14, 19, 20, 38, 49], "chliant": [7, 12, 19, 20, 38, 43], "chlib": 44, "chlice\u00e1il": [10, 20, 28, 41, 42, 44, 62, 66], "chlice\u00e1iltear": [7, 10], "chlice\u00e1lann": [12, 19, 41, 42, 44, 70, 72], "chloig": [12, 39, 41, 66, 69, 76], "chluais\u00edn": [12, 19, 20, 35, 41, 56, 76], "chlubanna": 19, "chl\u00e1r": 12, "chl\u00e1rlainn": 7, "chl\u00e1r\u00fa": 12, "chl\u00e9": [19, 41, 42, 66], "chl\u00f3scr\u00edobh": [37, 41, 44, 66], "chl\u00f3scr\u00edobhann": 14, "chl\u00fadach": 44, "chl\u00fadaigh": 44, "chl\u00faid": 26, "chmod": 20, "choigeartuith": 10, "choigeart\u00fa": [12, 19, 24, 35], "choimhlint": [10, 41], "choinbhleacht": 10, "choinbhleachta": 10, "choinn": 41, "choinne\u00e1il": [26, 38, 42, 44, 69, 76], "choinne\u00e1la": [24, 33, 69], "choinn\u00ed": 41, "chomh": [19, 35, 38, 40, 41, 42, 46, 48, 62, 76], "chomhad": [7, 10, 19, 20, 24, 28, 35, 39, 41, 42, 66, 72], "chomhaid": [12, 19, 22, 24, 26, 30, 33, 37, 41, 56, 62], "chomhairtear": 33, "chomhartha": 49, "chomhartha\u00ed": 81, "chomhd\u00fa": 41, "chomhfhreagrach": 41, "chomhghleacaith": 41, "chomhl\u00edonann": 42, "chomhoiri\u00fanacht": 12, "chomhoiri\u00fanaith": 19, "chomhph\u00e1irteanna": 19, "chomhroinn": 41, "chomhroinnt": [35, 56], "chomhr\u00e1": [35, 55, 58, 59, 62, 64, 66, 69, 70, 71, 72, 74, 76], "chomhr\u00e1it": [55, 66, 77], "chomhr\u00e9ir": [19, 66], "chomhth\u00e1it": 49, "chomhth\u00e1th\u00fa": [12, 46, 67, 73, 77], "chomh\u00e9adan": [19, 73, 82], "chonair": 19, "choos": [0, 1, 2, 5, 15, 20, 21, 27, 29, 44, 45, 48, 52, 54, 58, 60, 63, 81], "chosaint": [26, 81], "chosc": 24, "chosen": 15, "chosna\u00edonn": 38, "chos\u00e1in": [19, 51], "chothrom\u00e1nach": 44, "chown": 20, "cho\u00edch": 26, "chrann": 19, "chriptith": 26, "chripti\u00fa": 26, "chript\u00edtear": 26, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chrua": 12, "chruinn": 44, "chruinnith": [41, 44, 59], "chruthaigh": 44, "chrutha\u00edonn": [19, 20, 28, 33, 35, 48], "chrutha\u00edtear": [39, 41, 44, 59, 69], "chruth\u00fa": [12, 19, 21, 26, 28, 35, 42, 43, 44, 56, 58, 59, 66, 70, 74, 76, 77], "chruth\u00fana": 81, "chr\u00edochna\u00edonn": [19, 40, 62], "chr\u00edochn\u00fa": [45, 69], "chuach": 7, "chuaigh": 69, "chuardach": [41, 44, 69, 76], "chucu": 41, "chugainn": 48, "chuid": [12, 14, 18, 20, 21, 26, 38, 41, 42, 44, 48, 49, 51, 62, 69, 70], "chuideachta\u00ed": 7, "chuidi\u00fa": 33, "chuig": [10, 14, 20, 24, 26, 29, 33, 35, 42, 49, 51, 53, 58, 59, 64, 66, 69, 70, 72, 80, 81, 82], "chuimsitheach": 50, "chuims\u00edonn": [10, 19], "chuir": [35, 42], "chuireadh": [41, 44], "chuireann": [26, 41, 55], "chuirfear": 41, "chuirtear": [19, 24, 41, 42], "chuir\u00ed": [41, 70], "chuma": [19, 20, 26, 42], "chumad\u00f3ir": 44, "chumasann": 26, "chumasc": 42, "chumas\u00fa": [7, 19, 20, 26, 38, 44, 57, 62, 64, 70, 72], "chumhacht": 48, "chumra\u00edocht": [35, 37, 41, 42], "chumra\u00edochta": [19, 74], "chumr\u00fa": [6, 20, 35, 41, 42, 44, 57, 62, 69, 77, 79], "chun": [7, 10, 12, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 42, 44, 45, 48, 51, 54, 56, 57, 58, 59, 62, 66, 69, 70, 72, 76, 80, 81, 82], "chunk": [9, 11], "chunksiz": 9, "chunta": [19, 20, 26, 45, 50, 81], "chuntai": [10, 19, 20, 44, 45, 47, 51], "chur": [7, 12, 14, 20, 21, 26, 28, 35, 37, 39, 40, 45, 46, 49, 50, 56, 69, 71, 72, 74, 76, 80, 81], "chustaim\u00e9ir\u00ed": 18, "chu\u00f3ta": [24, 33], "chu\u00f3ta\u00ed": 24, "ch\u00e1": [10, 12, 20, 26, 41, 42, 44], "ch\u00e1sanna": 41, "ch\u00e9ad": [7, 18, 39, 41, 42, 48, 50, 66, 81, 82], "ch\u00e9ile": [41, 44, 49], "ch\u00e9im": [41, 47], "ch\u00f3d": 81, "ch\u00f3ipe\u00e1il": [24, 41], "ch\u00f3ir": 19, "ch\u00f3naidhm": 28, "ch\u00f3ra": [12, 20, 21], "ch\u00f3rai": [7, 19, 20, 42, 44, 62, 64], "ch\u00fainn": 50, "ch\u00fal": [26, 41], "ch\u00falra": 19, "ch\u00faltaca": 19, "ch\u00fang\u00fa": 76, "ch\u00fars\u00f3ir": 41, "cialla\u00edonn": [19, 20, 41], "cianathruith": 10, "cianch\u00f3ra": 20, "cianda": [10, 20, 50], "cianleagan": 10, "cianst\u00f3r\u00e1la": 26, "cib\u00e9": [18, 20, 41, 51, 69], "cif": 27, "cine\u00e1l": [19, 20, 60, 66], "cine\u00e1lacha": 69, "cinn": [45, 59], "cinnamon": 20, "cinneadh": [41, 44], "cinnt": [12, 20, 47], "cinnteoidh": 41, "cinntigh": [20, 41, 44, 49], "cinnt\u00edonn": 7, "cionn": [66, 70, 72, 76], "ciorcail": [35, 69], "ciorcal": 19, "ciorclach": [39, 42], "circl": 15, "circumst": 9, "citrix": [9, 14], "ci\u00fain": 7, "clasaiceach": 55, "classic": 15, "clean": 12, "clear": [16, 19, 20], "cliaint": [7, 41, 42, 73], "cliant": [7, 10, 12, 19, 20, 25, 41, 45, 50, 51, 53, 73], "clib": 44, "clibe\u00e1il": 44, "clice\u00e1il": [7, 12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51, 58, 59, 62, 63, 69, 72, 76], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 60, 63, 72, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 15, 16, 17, 20, 25, 38, 41, 51, 54, 63, 81], "clock": 81, "close": [5, 14, 36, 41, 44, 46, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "clo\u00ed": 62, "cluais\u00edn": [19, 72, 76], "cluais\u00edn\u00ed": 19, "cluich": 44, "cl\u00e1ir": 43, "cl\u00e1r": 12, "cl\u00e1raith": [12, 45, 60, 69, 78], "cl\u00e1rlainn": 20, "cl\u00e9": [19, 20, 42, 50], "cl\u00f3": 80, "cl\u00f3scr\u00edbhneoireachta": 69, "cl\u00f3scr\u00edobh": [20, 41, 47, 49, 50, 81], "cl\u00fadach": 44, "cl\u00fada\u00edonn": 69, "cmd": 8, "cnaip": [19, 20, 28, 29, 42, 44, 45, 50, 69, 72], "cnaip\u00ed": [35, 41, 42, 69, 80], "cobhsa\u00ed": 18, "codanna": 77, "codarsnacht": 80, "codarsnachta": 80, "code": [6, 45, 66], "codec": 21, "cohes": 5, "coigearta\u00edtear": 39, "coimhlint\u00ed": 10, "coinbhleacht": [10, 41], "coinbhleachta": 10, "coinbhleachta\u00ed": [6, 13, 41], "coincr\u00e9itigh": 41, "coinn": 48, "coinneofar": 44, "coinne\u00e1il": [42, 44], "coinnigh": [12, 20], "coinn\u00ed": 44, "coinn\u00edmid": 39, "coinn\u00edollacha": 42, "coinn\u00edonn": 39, "coinn\u00edtear": 42, "coitianta": 80, "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 26, 35, 41, 45, 47, 48, 49, 51, 70, 73, 74, 81], "comhad": [10, 14, 24, 26, 33, 35, 37, 38, 41, 42, 44, 46, 53, 56, 66, 68, 73, 76], "comhaid": [6, 12, 19, 22, 25, 28, 32, 33, 35, 37, 38, 41, 42, 46, 53, 66], "comhairl": 14, "comhalta": 42, "comhartha": [19, 20, 35, 41, 72], "comhartha\u00ed": [6, 41], "comhdh\u00e9anta": 43, "comhfhreagrach": 44, "comhioml\u00e1n": 42, "comhionann": [26, 44], "comhlacht": 44, "comhlachta\u00ed": 44, "comhl\u00e1naigh": 20, "comhl\u00edontach": 53, "comhoibri\u00fa": 42, "comhoibr\u00edocha": 35, "comhoiri\u00fanach": [41, 44], "comhroinn": [35, 41], "comhroinnt": [20, 28, 35, 53, 56, 61, 62, 73, 76, 82], "comhr\u00e1": [6, 35, 42, 59, 62, 66, 70, 72, 73, 74, 76, 77, 79], "comhr\u00e1it": [6, 35, 42, 58, 59, 66, 70, 73, 74, 77], "comhr\u00e9ir": [19, 20, 69], "comhshaol": 20, "comhthreomhara": 19, "comhth\u00e1it": 73, "comhth\u00e1tha\u00edonn": [19, 44, 46], "comhth\u00e1th\u00fa": [68, 73, 74], "comhth\u00e9ac": [41, 56], "comh\u00e9adain": 43, "comh\u00e9adan": [21, 40, 44, 55, 80], "command": [6, 12, 13, 14, 15, 17, 36, 57], "comment": [41, 51], "commerci": 29, "commun": [3, 8, 11, 14], "compar\u00e1id": 10, "compat": [11, 12, 21, 27, 81], "complet": [1, 9, 14, 17, 28, 45, 66], "compliant": 80, "compos": [44, 80], "compromis": 26, "comput": [5, 13, 20, 21, 25], "cona": [7, 20, 42], "conair": 20, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 13, 14, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 60, 81, 82], "configuration_fil": 26, "confirm": [9, 12, 27, 28, 42, 44], "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 81, 82], "consent": 60, "consid": 17, "consider": 17, "consist": 15, "consol": 20, "contact": [0, 27, 33, 43, 44, 45, 47, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 60], "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 75, 80], "context": [1, 19, 44], "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 57, 82], "contr\u00e1rtha": 10, "cont\u00fairteach": 26, "conveni": 0, "convers": [1, 44, 57, 60, 62, 69, 71, 75, 76, 78], "copi": [0, 5, 15, 21, 25, 44, 51], "correct": 20, "correctli": 15, "correspond": 0, "cosain": 35, "cosaint": [12, 42], "cosanta": [20, 69], "cosc": [35, 41, 42, 69], "cos\u00e1n": [20, 47, 48], "cos\u00fail": [7, 12, 19, 20, 41, 42, 59, 81], "cothrom": 44, "could": [27, 44], "couldn": 44, "coupl": 15, "cover": 42, "cowork": 2, "cp": 20, "crann": 19, "craol": 58, "crashreport": 17, "creat": [0, 2, 7, 14, 15, 20, 25, 29, 39, 40, 41, 44, 45, 51, 54, 71, 82], "creation": 36, "credenti": [27, 51], "criathar": 44, "crio": 41, "criosanna": 41, "criptith": [20, 33, 38], "cripti\u00fa": [30, 34, 47], "cripti\u00fach\u00e1n": 20, "croineola\u00edoch": 44, "crois": 42, "crua": [6, 20, 41], "cruinn": 41, "cruinnea": 19, "cruinnith": 69, "cruinni\u00fa": [41, 44, 59, 72], "cruthaigh": [20, 45, 69], "cruthaith": [18, 19, 20, 26, 41, 45, 58], "crutha\u00edodh": [51, 69], "crutha\u00edonn": 10, "crutha\u00edtear": [41, 69], "cruth\u00f3far": [35, 41], "cruth\u00f3idh": [10, 41, 59], "cruth\u00fa": [19, 69, 76], "cr\u00edocha": 40, "cr\u00edochnaigh": 20, "cr\u00edochnaith": [28, 29, 41, 42, 56], "cr\u00edochn\u00f3idh": 62, "cr\u00edochn\u00f3imid": 43, "csv": [60, 72], "ctrl": [80, 83], "cuachta": 7, "cuairt": 44, "cuardach": 6, "cuardaigh": [26, 37, 44, 46, 69, 72, 76], "cuid": [12, 42, 62, 82], "cuid\u00edonn": 41, "cuimhn": 24, "cuims\u00edonn": 44, "cuir": [6, 7, 14, 19, 20, 21, 28, 35, 45, 46, 47, 48, 49, 50, 51, 53, 62, 80], "cuireadh": [24, 33, 42, 45, 59, 72, 73], "cuireann": [7, 10, 19, 20, 26, 38, 42, 44, 55, 62, 73], "cuirfear": [33, 41, 44, 69, 70], "cuirfidh": [7, 10, 40, 44, 49, 69], "cuirimid": 80, "cuirtear": [26, 37, 42, 44], "cuir\u00ed": 42, "cuma": [35, 41, 42, 44, 55], "cumad\u00f3ir": 44, "cumai": 20, "cumaisc": 42, "cumars\u00e1id": 69, "cumasaigh": [19, 38, 41, 62], "cumasaith": [19, 26, 29, 33, 35, 38, 40, 41, 42, 44, 49, 51, 59, 62, 64, 66, 82], "cumasa\u00edtear": 28, "cumasc": 42, "cumasctha": 42, "cumhachta\u00ed": 24, "cumraith": [19, 24, 31, 33, 41, 44, 49, 59], "cumra\u00edocht": 20, "cumra\u00edochta": [7, 12, 19, 20, 42], "cumra\u00edochta\u00ed": 31, "cunta": [12, 19, 20, 41, 42, 45, 46, 47, 49, 51, 72], "cuntai": [20, 42, 45, 46, 47, 49, 51], "cuntar": 70, "cur": [7, 20, 51, 56, 59, 66, 69, 72, 76, 77], "current": [1, 4, 14, 15, 21, 25, 60], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "curtha": [19, 20, 41], "custom": [15, 20, 83], "customis": [60, 83], "cu\u00ed": [10, 20, 51], "cu\u00f3ta": [24, 30, 32, 82], "cu\u00f3ta\u00ed": 33, "c\u00e1": [10, 24, 41, 44, 56], "c\u00e1il\u00edocht": 80, "c\u00e1rta": 50, "c\u00e1rta\u00ed": [42, 66, 75], "c\u00e1sanna": [48, 69, 70], "c\u00e9": [12, 19, 20, 26, 35, 41, 42, 50, 56, 57, 66], "c\u00e9adaoin": 41, "c\u00e9anna": [7, 14, 19, 20, 41, 44, 50, 58, 62, 70], "c\u00e9im": [47, 69], "c\u00e9ime": 69, "c\u00e9imeanna": [28, 35, 44, 45, 46, 48, 49, 50, 51], "c\u00e9imneoidh": 12, "c\u00e9n": [19, 41], "c\u00f3d": [14, 38, 41, 81], "c\u00f3ip": [10, 12, 24], "c\u00f3ipe\u00e1il": [10, 12, 20, 51], "c\u00f3naidhm": [6, 28, 35, 73, 82], "c\u00f3nasctha": 35, "c\u00f3ra": [7, 12, 20, 41], "c\u00f3rai": [7, 10, 14, 19, 20, 44, 62, 70], "c\u00fai": 69, "c\u00faiseanna": 42, "c\u00fal": 26, "c\u00falra": [72, 80], "c\u00faltaca": 64, "c\u00fant\u00f3ir": 66, "c\u00fapla": [26, 42, 48], "c\u00faramach": 12, "d": [7, 10, 12, 18, 19, 20, 26, 28, 29, 31, 33, 37, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 57, 59, 69, 72, 79, 80, 81, 82], "dai": [0, 11, 41, 83], "daili": 18, "daoin": [6, 24, 41, 69], "daonra": 19, "dara": [7, 42, 46, 56, 69, 81], "darbh": 24, "dashboard": 6, "data": [6, 9, 12, 15, 17, 39, 43, 66, 82], "date": [12, 15, 20, 41, 44, 83], "dath": [41, 80], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": [7, 10, 12, 14, 19, 20, 24, 28, 29, 31, 33, 35, 39, 40, 41, 43, 44, 45, 48, 50, 54, 57, 58, 59, 62, 69, 70, 74, 76, 77, 79, 80, 81, 82], "deach\u00fail": 20, "deacra": 35, "dealramh": [44, 68, 73], "deara": [10, 42, 44, 51], "dearbh\u00fa": 41, "dearg": [19, 62], "deartha": [20, 44, 80], "deasc": [6, 20, 43], "deaschlice\u00e1il": 20, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15], "declin": 60, "decor": 15, "dedic": [15, 44, 45], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 60], "defin": 15, "dei": [12, 20, 41], "deic": [42, 43, 66], "deilbh\u00edn": [10, 28, 35, 41, 42, 44, 45, 50, 51, 76], "deimhnigh": [44, 45], "deimhnith": [20, 41, 69], "deimhni\u00fa": [19, 20], "deimhn\u00edonn": 28, "deir": [20, 26], "deireadh": [20, 26, 41, 44, 80], "deireanach": 19, "deiridh": 41, "deis": 19, "deisc": [7, 10, 12, 14, 18, 19, 22, 30, 38, 53, 73, 82], "deiseoidh": 14, "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 36, 39, 41, 44, 80], "den": [7, 12, 19, 26, 33, 39, 40, 41, 42, 44, 51, 59, 62, 69, 74, 76, 82], "deni": 54, "deo": 41, "deonaigh": 45, "depend": [0, 12, 17, 21, 27, 36, 60, 63, 80, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": 11, "descript": 5, "deselect": 20, "design": 3, "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 63], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 27, 36, 39, 44, 52, 82], "detect": [9, 15], "dev": 8, "devic": [15, 20, 38, 41, 54, 60, 81, 83], "dhaoin": [40, 53], "dhath": 80, "dhearbh\u00fa": [28, 41, 47], "dhearmad": 26, "dheasc": 20, "dhei": [19, 20, 35, 39, 48, 50, 69], "dheilbh\u00edn": [19, 28, 45, 51, 66, 72, 76], "dheilbh\u00edn\u00ed": 19, "dheimhni\u00fa": 42, "dheimhn\u00edonn": [19, 41], "dheireadh": 69, "dheireanach": 55, "dheon\u00fa": 45, "dhiaidh": [19, 20, 41, 44], "dhigit": 35, "dhinti\u00fair": [20, 45], "dhi\u00faltaigh": 41, "dhi\u00falt\u00fa": [41, 70], "dhoicim\u00e9ad\u00fa": [20, 25], "dhramhphost": 44, "dhr\u00e9acht": 56, "dhuin": 41, "dh\u00e1": [6, 7, 10, 12, 19, 42, 44, 45, 50, 51, 54, 56, 82], "dh\u00e1ta": 41, "dh\u00e9anamh": [7, 12, 19, 20, 23, 24, 26, 30, 35, 38, 40, 41, 42, 44, 46, 48, 55, 58, 66, 70, 71, 72, 76, 82], "dh\u00e9anann": [7, 12, 14, 28, 41, 69], "dh\u00e9anfaidh": [40, 47], "dh\u00e9anfar": 44, "dh\u00e9anf\u00e1": 44, "dh\u00e9antar": [7, 19, 41, 44, 69], "dh\u00ed": 35, "dh\u00edbhior\u00e1il": 76, "dh\u00edchead\u00fa": 7, "dh\u00edchriptigh": 26, "dh\u00edchripti\u00fa": [26, 38], "dh\u00edchumasa\u00edonn": 26, "dh\u00edchumas\u00fa": [7, 21, 35, 41, 44, 57, 64], "dh\u00ednascadh": [28, 54], "dh\u00edreach": 74, "dh\u00edreacha": [28, 35], "dh\u00edshuite\u00e1il": 20, "dh\u00edthice\u00e1il": 42, "dh\u00f3": [12, 63], "dh\u00fanadh": 56, "dh\u00fanann": 79, "di": 35, "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 60], "dialogu": 2, "dial\u00f3g": [19, 28, 41, 42, 44, 55, 56, 58], "dial\u00f3ga": 46, "dial\u00f3ig": [51, 58], "diaspora": 42, "dice": 57, "did": 60, "differ": [0, 7, 8, 21], "difri\u00fail": [19, 70], "difr\u00edocht": 41, "difr\u00edochta\u00ed": 10, "dig": 20, "digest": 0, "dinti\u00fair": [20, 49], "diosca": [20, 33, 39], "direct": 20, "directli": [0, 1, 15, 21, 27, 36, 44, 60, 62, 75], "directori": [8, 16, 25, 29], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 60, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discoveri": [9, 15], "discuss": [44, 60], "disk": [15, 26], "disl\u00e9ics": 80, "dismiss": 60, "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "distribut": [9, 14, 20, 41], "distro": 12, "disturb": 69, "divid": 60, "di\u00faltaigh": 44, "di\u00faltaith": 44, "di\u00falta\u00edodh": 41, "di\u00falt\u00fa": [35, 37, 41], "do": [0, 6, 7, 8, 9, 10, 12, 14, 17, 18, 20, 21, 24, 25, 26, 28, 31, 33, 36, 38, 40, 45, 47, 48, 50, 51, 53, 55, 56, 58, 59, 60, 62, 63, 65, 66, 70, 72, 73, 76, 79, 80, 81], "doc": 26, "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 46, 57, 74, 80], "doe": [8, 9, 20, 25, 28, 54, 81], "doesn": [20, 46], "dofheicth": [19, 41], "doicim\u00e9ad": 12, "doicim\u00e9adaith": 80, "doicim\u00e9ad\u00fach\u00e1n": [24, 33, 35, 37], "doicim\u00e9id": [46, 82], "doil\u00e9iri\u00fa": 72, "dolphin": 19, "dom": 41, "domhain": 12, "domhanda": [6, 19, 76], "don": [5, 7, 10, 12, 18, 20, 35, 39, 41, 42, 44, 45, 48, 49, 50, 60, 62, 69], "done": 66, "dorcha": 80, "dot": [4, 21, 27, 36, 44, 60, 65], "doubl": 14, "down": [0, 12], "download": [11, 21, 25, 27, 52, 56, 60, 62], "downward": 15, "draft": 44, "drag": 21, "dramhtheachtaireachta\u00ed": 44, "draoi": 19, "dra\u00edochta": [24, 26], "drift": 81, "drive": [20, 36], "drive_path": 20, "droch": 19, "droichead": [73, 77], "droichid": 74, "droid": 45, "drop": [12, 21, 29, 35], "dropdown": [27, 49, 82], "dr\u00e9achta\u00ed": 56, "dtaca\u00edonn": 20, "dtaca\u00edtear": [14, 41, 44, 74], "dtagann": 41, "dtaifeadfa\u00ed": 62, "dtaispe\u00e1nfar": [20, 41], "dtarl\u00f3idh": 41, "dteach": 53, "dteachtaireachta\u00ed": 44, "dteagmh\u00e1il": 41, "dteasta\u00edonn": [19, 42], "dteipfidh": 20, "dtimpeallachta\u00ed": 7, "dtiocfaidh": 44, "dtiom\u00e1nt\u00e1n": 20, "dtosa\u00edonn": 79, "dtr\u00e1idir": 19, "dtugann": 62, "dtugtar": 20, "dtugta\u00ed": 45, "dt\u00e9ann": [24, 72], "dt\u00ed": [20, 24, 28, 33, 35, 39, 40, 41, 44, 50, 51, 56, 69, 76, 79], "dt\u00fa": [12, 38, 41, 44, 56, 71], "dubh": 19, "due": 15, "duin": [10, 26, 41, 42, 53, 66, 72, 76, 82], "duit": [7, 10, 12, 18, 19, 20, 26, 28, 35, 40, 41, 42, 43, 44, 45, 47, 49, 58, 62, 69, 76], "dul": [18, 26, 41, 44, 48, 56, 58, 61, 69, 73], "durat": 9, "dure": [51, 72], "dword": [7, 20], "dynam": 9, "d\u00e1": [7, 10, 24, 26, 38, 41, 42, 44, 47, 55, 62, 70], "d\u00e1ilt": [20, 62], "d\u00e1ilt\u00ed": 7, "d\u00e1r": 14, "d\u00e1ta": [12, 19, 20, 35, 41, 44, 59, 66, 69, 76], "d\u00e1ta\u00ed": 41, "d\u00e9an": [10, 12, 20, 31, 42, 44, 49, 58, 80], "d\u00e9anamh": [19, 26, 28, 41, 44, 50, 66, 69, 76, 81], "d\u00e9anann": [7, 12, 19, 44, 47, 64], "d\u00e9ana\u00ed": [7, 18, 19, 20, 42, 44, 50, 56, 69, 76], "d\u00e9anfaidh": [35, 42, 44], "d\u00e9anfaimid": 14, "d\u00e9anfar": [12, 39, 41, 44, 50, 64], "d\u00e9anta": [41, 51], "d\u00e9antar": [20, 25, 26, 41, 42, 48, 53, 64, 77], "d\u00ed": [26, 35, 41], "d\u00edcheangail": 20, "d\u00edchriptigh": 26, "d\u00edchripti\u00fa": 26, "d\u00edchumasaigh": [19, 44, 47, 62], "d\u00edchumasaith": [20, 41, 42], "d\u00edchumas\u00f3far": 42, "d\u00edobh": 42, "d\u00edot": 50, "d\u00edreach": [12, 19, 20, 24, 26, 41, 42, 44, 45, 56, 59, 66, 72], "d\u00edreacha": [41, 42], "d\u00edrith": [55, 58], "d\u00edri\u00fa": [10, 44], "d\u00edroghn\u00f3idh": 42, "d\u00edshocraigh": 44, "d\u00f3": [37, 41, 69], "d\u00f3cha": [19, 20, 44], "d\u00f3ibh": [26, 35, 41, 62, 64, 69], "d\u00f3ich\u00ed": 26, "d\u00f3thain": 12, "d\u00fachai": [20, 50], "d\u00fainn": 44, "d\u00fan": [20, 47], "d\u00fanadh": 19, "d\u00fanfaidh": 45, "d\u00fashl\u00e1nach": 41, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47], "ea": 20, "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 60, 82, 83], "eagar": [7, 19, 20, 21, 33, 35, 38, 56, 66, 71, 76], "eagarth\u00f3ir": [12, 20, 41, 44, 58], "eagarth\u00f3ireacht": [35, 41, 71], "eagarth\u00f3ireachta": 35, "eagraith": 76, "eagra\u00ed": [41, 44], "eagra\u00edochta\u00ed": 42, "eagr\u00fa": 42, "earpiec": 60, "earra\u00ed": [6, 42], "earr\u00e1id": [19, 20, 44, 47], "earr\u00e1id\u00ed": 19, "easi": [2, 5], "easili": 5, "easnamh": 21, "eatramh": 12, "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 15, 20, 21, 28, 29, 41, 42, 44, 56, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 80], "effect": [15, 81], "eil": [7, 10, 12, 14, 18, 19, 20, 24, 28, 33, 40, 41, 42, 44, 47, 48, 49, 53, 66, 69, 70, 71, 73, 74, 81], "eilimint": 58, "eilimint\u00ed": [66, 80], "eisiach": 44, "eisiamh": [19, 39], "eisiata": [12, 33], "eisiatachta": 19, "eisiatar": 19, "eisi\u00faint\u00ed": 18, "eisi\u00fana": 80, "eisp\u00e9irea": 44, "either": [8, 12, 60], "eitle\u00e1in": 57, "elaps": 60, "element": [60, 80], "els": [10, 60], "email": [29, 44, 60, 83], "emb": [2, 41], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21], "en": 50, "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 38, 44, 45, 46, 57, 60, 81, 82], "encod": 20, "encrypt": [6, 26, 27, 30, 38], "encryption_configur": 26, "end": [38, 57, 62], "ensur": [15, 80], "enter": [1, 2, 14, 35, 46, 48, 51, 54, 80, 81], "enterpris": 18, "entir": [11, 15, 21, 44], "entri": [0, 1, 2, 15, 21, 82], "env": 16, "environ": [6, 8, 13], "eochair": [7, 28, 42, 46, 72, 81], "eochairshlabhra": 49, "eochrach": 26, "eochracha": [26, 33], "eol": 81, "eola": [20, 37, 41, 42, 59, 62, 81], "eolai": [12, 20, 26, 43, 70, 73, 74], "eolair": [14, 19, 20, 28, 35, 41], "eolair\u00ed": [12, 19, 20, 53], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 41], "even": [2, 9, 15, 69, 80, 82], "event": [0, 40, 41, 44, 51, 52, 83], "everi": [0, 9, 20, 21, 36, 54, 60, 83], "everyon": 21, "everyth": [0, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 81], "excel": 29, "except": 44, "exclud": [15, 19], "execut": 1, "exist": [12, 15, 20, 44], "exit": 8, "expand": 44, "expect": 2, "experi": [60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": 15, "explicitli": [8, 27], "explor": 19, "export": 52, "extend": 66, "extern": [2, 22, 30, 54, 56, 57], "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "fabht": 7, "fabhtanna": [12, 18], "fabhtcheart\u00fa": 47, "face": [60, 82], "facht\u00f3ir": 81, "facht\u00f3ir\u00ed": 81, "factor": [6, 45, 46], "fad": [12, 41, 45], "fada": [35, 44], "fadhbanna": [14, 80], "faid": 20, "faigh": [41, 50], "faigheann": [20, 37], "faighteoir": 24, "faighteoir\u00ed": 44, "failur": 9, "fair": [20, 26], "faisn\u00e9i": [33, 41, 44, 59, 69, 74], "faisn\u00e9is": [19, 41, 46, 50], "fall": [11, 20], "fals": [9, 11], "fanacht": [18, 19, 20, 39, 41, 44, 59], "fanann": [19, 24], "fanfaidh": 44, "faoi": [7, 10, 12, 19, 20, 24, 26, 33, 37, 38, 39, 41, 42, 43, 44, 46, 49, 51, 58, 59, 63, 66, 69, 71, 73, 76], "faoin": [12, 26, 37, 41, 69, 70, 72, 74, 79], "faoina": 26, "far": 83, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feabhs\u00f3idh": 44, "feadh": [24, 39, 42, 69, 76], "feara": [42, 51], "fearainn": [44, 47], "fearann": 44, "fearr": [7, 10, 18, 20, 41, 51, 82], "feasibl": 14, "featur": [2, 9, 17, 21, 40, 42, 44, 60, 74], "feder": [23, 30, 70, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feice\u00e1il": [19, 20, 35, 41, 42, 44, 46, 47, 51, 59, 66, 69, 70], "feicfear": 7, "feicfidh": [26, 28, 29, 41, 42, 59, 62, 70, 72, 81], "feictear": 64, "feidhm": 14, "feidhmchl\u00e1ir": [6, 20, 41, 42, 72, 82], "feidhmchl\u00e1ir\u00edn": 48, "feidhmchl\u00e1r": [19, 41, 44, 47], "feidhmi\u00fa": 44, "feidhmi\u00falacht": 7, "feidhm\u00edochta": 44, "feist\u00ed": 6, "feitheamh": 70, "feithimh": 79, "few": [62, 81], "fhacht\u00f3ir": [6, 50, 51, 54, 82], "fhad": 44, "fhada": [40, 44], "fhadhb": [12, 80], "fhaigheann": [20, 41, 42, 44, 47, 53, 70, 80, 81], "fhaighteoir": [28, 35, 44], "fhaighteora": 35, "fhaisn\u00e9i": [12, 20, 35, 41, 42, 51], "fheabhs\u00fa": 66, "fhearainn": 20, "fhearann": 47, "fheiceann": [19, 38], "fheice\u00e1il": [6, 7, 19, 26, 35, 41, 42, 44, 56, 58, 59, 66, 69, 76], "fheicfidh": [19, 82], "fheictear": [19, 82], "fheidhm": 29, "fheidhmchl\u00e1ir": [48, 49], "fheidhmchl\u00e1r": [41, 47], "fheidhmi\u00falacht": 42, "fheisti\u00fa": 20, "fhillte\u00e1in": [19, 26, 35, 37, 38], "fhillte\u00e1n": [19, 35, 37, 38, 41, 44], "fhio": 20, "fhisici\u00fail": 81, "fho": 76, "fhocail": 20, "fhoghlaim": 24, "fhoireann": [42, 43], "fhoirm": [28, 35, 44], "fhoirn": 42, "fholmha": 38, "fhorbairt": 80, "fhorghn\u00edomh\u00f3idh": 38, "fhorghn\u00edomh\u00fa": [44, 57], "fhorm\u00e1id": 41, "fhorscr\u00edobh": [35, 41], "fhreagair": 41, "fhreagra": 44, "fhreagra\u00ed": 76, "fhreastalaith": [20, 28, 35, 41, 53, 70], "fhreastala\u00ed": [10, 19, 20, 28, 30, 34, 38, 41, 44, 45, 47, 48, 49, 50, 53, 70], "fhr\u00e9amh": [37, 41], "fhr\u00e9amhfhillte\u00e1n": 35, "fhuinneog": [19, 20, 41, 50], "fh\u00e1gann": 20, "fh\u00e1g\u00e1il": 44, "fh\u00e1il": [14, 22, 26, 30, 33, 35, 38, 41, 42, 43, 44, 51, 56, 57, 62, 64, 66, 69, 72, 73, 74, 76, 80, 82], "fh\u00e9adfadh": [10, 12, 19, 20, 26, 37, 41, 80], "fh\u00e9adfaidh": [20, 48], "fh\u00e9adfa\u00ed": 26, "fh\u00e9adf\u00e1": 41, "fh\u00e9ideartha": 41, "fh\u00e9idearthacht": 38, "fh\u00e9idir": [7, 10, 12, 19, 33, 41, 42, 44, 48], "fh\u00e9ilir": [41, 44, 47, 48, 49, 51], "fh\u00e9ilir\u00ed": 45, "fh\u00edor\u00fa": [20, 41], "fh\u00edor\u00fala": 19, "fh\u00edse\u00e1n": 72, "fh\u00f3gra": 37, "fh\u00f3gra\u00ed": [10, 41], "fh\u00f3n": 45, "fiafr\u00f3far": 50, "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 44, 51, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 23, 24, 25, 26, 28, 29, 30, 31, 37, 39, 41, 52, 56, 60, 62, 71, 80, 83], "fileinto": 44, "filenam": 16, "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27], "fillt": 28, "fillte\u00e1in": [12, 14, 19, 26, 35, 37, 38, 42, 44], "fillte\u00e1n": [14, 19, 20, 24, 26, 33, 35, 37, 44, 53, 82], "filter": [1, 36, 42, 83], "find": [20, 21, 24, 25, 42, 70, 81, 82], "finder": 17, "finish": [1, 5, 50, 52], "finsc\u00e9al": 41, "fionnachtain": 50, "fionnachtana": 47, "fiontair": [18, 53], "fiontra\u00edochta": [18, 53], "firefox": [20, 83], "first": [14, 15, 28, 44, 60], "fit": 65, "fi\u00fa": [10, 41, 71], "flow": [9, 25, 41], "flush": 16, "focal": [20, 26, 38], "focu": [44, 80], "focus": [14, 60], "fofhillte\u00e1n": [12, 24], "foghlaim": [42, 49], "foils\u00edodh": 41, "foins": [14, 20, 37, 38, 53], "foins\u00ed": 48, "foirceann": [30, 34], "foircinn": 41, "foireann": 69, "foirm": 28, "foirmi\u00fail": 42, "foirn": 69, "folaigh": 35, "folamh": [41, 42, 44], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 15, 16, 17, 21, 27, 44, 52, 60, 80, 82], "fol\u00e1ireamh": [12, 26], "forbairt": 18, "forbhreathn\u00fa": 69, "forbr\u00f3ra": 13, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forfheidhmi\u00fa": 20, "forget": 5, "forluiteacha": 41, "form": [1, 26, 42, 45], "format": [2, 5, 9, 15, 21], "form\u00e1idith": 44, "forshreabhadh": 19, "forth": 1, "forward": 76, "fotheaghr\u00e1n": 44, "fotheid": 56, "fotheidil": 76, "found": [57, 83], "freagairt": 44, "freagartha": [41, 44], "freagra": [41, 44, 66], "freagra\u00ed": [41, 69, 76], "freagr\u00falacht": 6, "freastalaith": [20, 28, 35, 41], "freastala\u00ed": [10, 19, 20, 21, 24, 38, 41, 43, 44, 47, 48, 51, 53, 62, 82], "free": [11, 15, 20, 40, 60], "freisin": [10, 14, 19, 20, 39, 41, 42, 44, 46, 56, 58, 59, 64, 66, 69, 72, 74, 77, 80, 82], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 44, 49, 51, 54, 60, 62, 63, 71, 82, 83], "front": 60, "fr\u00e9imh": 20, "fstab": 20, "ftp": [20, 27, 29], "fuaim": [62, 73], "fuair": 72, "fud": [10, 26, 44, 62], "fuinneog": [10, 45, 72], "fuinneoga": 12, "fuinneoig": 19, "full": [9, 41, 57], "fulli": [15, 20, 25], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 42, 81], "furasta": 76, "further": 82, "fusa": 66, "futur": [1, 20, 60], "f\u00e1g": 20, "f\u00e1il": [7, 19, 20, 24, 26, 35, 38, 39, 41, 42, 44, 45, 46, 50, 55, 57, 58, 69, 70, 72, 73, 74, 76, 80, 82], "f\u00e1ilt": 53, "f\u00e9ach": [10, 12, 19, 20, 24, 26, 33, 35, 37, 41, 42, 44, 47, 69, 77], "f\u00e9achaint": 42, "f\u00e9adann": 41, "f\u00e9adfaidh": [24, 26, 41], "f\u00e9adfar": 41, "f\u00e9ideartha": [35, 44], "f\u00e9idir": [6, 7, 10, 12, 14, 18, 19, 20, 21, 24, 28, 29, 35, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "f\u00e9ilir": [42, 46, 48, 49, 50, 68, 69, 73], "f\u00e9ilir\u00ed": [45, 46, 48], "f\u00e9in": [7, 10, 12, 19, 20, 28, 31, 35, 41, 42, 44, 45, 49, 50, 53, 55, 64, 72, 74, 76, 80, 81], "f\u00e9inmh\u00ednitheacha": 42, "f\u00edor": 44, "f\u00edoraigh": 44, "f\u00edordheimhni\u00fa": [6, 20, 50, 51, 54, 82], "f\u00edor\u00fa": 69, "f\u00edor\u00fail": [19, 42], "f\u00edse": [62, 69, 72, 73], "f\u00f3": [26, 33, 41, 42, 44, 59, 62, 69, 80], "f\u00f3gra": [7, 19, 35, 37, 41, 69, 70, 72, 76], "f\u00f3gra\u00ed": [19, 66, 76, 82], "f\u00f3ill": 47, "f\u00faithi": 76, "g": [0, 4, 8, 19, 41, 45], "gach": [12, 14, 18, 19, 20, 21, 24, 26, 33, 35, 37, 39, 41, 42, 46, 53, 58, 62, 64, 69, 74, 76, 81], "gaileara\u00ed": 26, "gairid": [42, 56], "gan": [10, 12, 19, 20, 23, 30, 35, 39, 41, 42, 44, 56, 69, 72], "gatewai": 8, "gb": 11, "gcaighde\u00e1n": 41, "gcaillfidh": 26, "gcaithfidh": [41, 44], "gcaoi": 33, "gcead\u00f3idh": 12, "gceangal": 20, "gceann": [12, 41], "gceannteid": 41, "gceannt\u00e1sc": [44, 80], "gceapach\u00e1n": 41, "gceapann": 41, "gceart": [12, 20, 49], "gceist": [26, 41], "gcialla\u00edonn": 44, "gcianrialt\u00e1n": 10, "gcinnfidh": 56, "gcliant": [6, 12, 13, 18, 20, 31], "gclibeanna": 44, "gcluais\u00edn": 20, "gcl\u00e1rlann": 20, "gcnaip": [19, 20, 28, 41, 42, 44, 66, 69, 72, 76], "gcoime\u00e1dtar": 42, "gcoimhlint": 10, "gcoinn": [12, 18, 24, 33], "gcoinn\u00ed": 41, "gcomhad": [10, 12, 19, 24, 26, 28, 35], "gcomhaid": [7, 41, 66], "gcomhartha": 42, "gcomhlachta\u00ed": 44, "gcomhl\u00edonann": [24, 39], "gcomhl\u00edontar": 24, "gcomhph\u00e1irt": 19, "gcomhr\u00e1": [6, 40, 58, 59, 69, 73], "gcomhr\u00e1it": [41, 56, 58, 59, 69, 76], "gcorp": 44, "gcrann\u00e1n": 19, "gcruinni\u00fa": [41, 44], "gcrutha\u00edonn": 69, "gcruth\u00f3idh": 44, "gcruth\u00fa": [19, 41], "gcr\u00edch": 69, "gcuid": [7, 41, 74], "gcuimhn": [20, 44], "gcuireadh": [44, 70], "gcuireann": [7, 69], "gcuirfear": 41, "gcumasa\u00edonn": 20, "gcumra\u00edocht": 26, "gcunta": [37, 51], "gcur": 41, "gcu\u00f3ta\u00ed": 24, "gc\u00e1": [7, 24, 26, 35, 42, 47, 69], "gc\u00e1sanna": [10, 62], "gc\u00e9ad": 42, "gc\u00e9anna": [44, 46], "gc\u00e9imeanna": 51, "gc\u00f3na\u00ed": [7, 19, 20, 41, 44, 69], "gc\u00f3ra": [42, 44], "gc\u00f3rai": 20, "gc\u00fai": 47, "gearrth\u00e9armacha": [18, 69], "geata": 69, "gener": [1, 9, 12, 44, 45, 46, 48, 52, 54, 81], "german": 80, "get": [3, 6, 10, 15, 20, 26, 56, 63, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gheall": [12, 35, 37, 44], "ghearr": [40, 41], "ghearrthaisc": [41, 51], "gheobhaidh": [12, 14, 20, 29, 41, 42, 45, 48, 69, 72], "ghigibheart": 12, "ghineann": 81, "ghinear\u00e1lta": [41, 77], "ghini\u00faint": [41, 66], "ghintear": [44, 49], "ghiuirl\u00e9id": 44, "ghlac": 41, "ghlacadh": [41, 58, 62, 69, 70, 71, 73, 78, 79], "ghlacfar": 41, "ghlactar": [37, 41], "ghlanadh": [19, 69], "ghlanfar": 19, "ghlao": [58, 62, 64, 69, 72, 79], "ghlaoch": 80, "ghlaonna": 69, "ghl\u00e9a": [20, 38, 41, 45, 81], "ghl\u00e9asanna": [20, 38, 41, 69, 72], "ghn\u00e1th": [12, 41, 44, 57, 81], "ghn\u00e1thphasfhoc": 50, "ghn\u00e9": [20, 26, 44, 62, 70], "ghn\u00edmh": 44, "ghn\u00edomh": 44, "ghn\u00edomhacht\u00fa": [42, 80], "ghn\u00edomhartha": [44, 76, 77], "ghn\u00edomha\u00edocht": 19, "ghn\u00f3": 12, "ghn\u00f3thach": 41, "ghn\u00f3thacha": 41, "ghr\u00e1inneach": 41, "ghr\u00e9as\u00e1in": [43, 77, 79], "ghr\u00fapa": [7, 41, 42, 82], "ghr\u00fapa\u00ed": [33, 42, 58], "ghr\u00fap\u00e1il": 44, "ghuth\u00e1n": 81, "giar": 42, "gif": 66, "gifanna": 66, "gile": 80, "ginear\u00e1lta": [7, 12, 19, 41], "giot\u00e1n": 14, "giphi": 66, "github": [12, 25, 66, 74], "gitlab": 66, "giuirl\u00e9id": 44, "giuirl\u00e9id\u00ed": 44, "give": [0, 1, 2, 5, 54, 60], "given": [60, 63], "gla": [19, 72], "glac": [6, 44, 69, 73], "glacadh": [35, 37, 41, 44, 73], "glactha": 35, "glain": 44, "glan": 20, "glanadh": 20, "glanc": 36, "glao": [58, 62, 64, 69, 71, 72, 79], "glaoch": [41, 71], "glaonna": [6, 64, 69, 70, 73, 77], "global": 82, "gl\u00e9a": [6, 20, 81], "gl\u00e9asanna": [6, 41, 53, 81], "gl\u00e9asta": 20, "gl\u00e9i": 72, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "gn\u00e1ch": 26, "gn\u00e1th": 19, "gn\u00e1thcharachtair": 19, "gn\u00e9": [18, 26, 41, 42, 44], "gn\u00e9ith": [7, 12, 18, 19, 21, 44, 70, 82], "gn\u00edomh": 42, "gn\u00edomhach": 44, "gn\u00edomhacha": 20, "gn\u00edomhartha": [42, 56, 57, 66, 69, 76], "gn\u00edomha\u00edocht": [12, 20], "gn\u00edomha\u00edochta": [44, 82], "gn\u00edomha\u00edochta\u00ed": [19, 59], "gn\u00f3": 44, "gn\u00f3tha": 41, "gn\u00f3thach": 41, "go": [0, 6, 7, 10, 14, 18, 19, 20, 24, 27, 28, 30, 31, 33, 34, 35, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 59, 62, 66, 69, 71, 72, 75, 76, 79, 80, 81, 82], "googl": [41, 45, 81, 83], "gorm": [19, 41, 49], "gotha\u00ed": 63, "grant": [14, 41, 44, 60, 63], "gravatar": 42, "greamaigh": [41, 51], "green": [27, 60], "grei": 60, "grianghraf": 69, "grid": 65, "group": [0, 3, 17, 20, 44, 45, 52, 60, 83], "groupwar": [43, 48, 52], "gr\u00e9as\u00e1in": [6, 7, 19, 20, 21, 31, 41, 43, 73, 77], "gr\u00fapa": [6, 26, 35, 42, 56, 58], "gr\u00fapa\u00ed": [26, 41, 44, 69], "gr\u00fapearra\u00ed": [41, 48], "guest": [56, 82], "gui": [8, 27, 45], "guid": 14, "guidanc": 31, "guidelin": 80, "gur": [10, 19, 20, 41, 42, 44, 48, 51, 69], "gurb": [10, 41], "guth\u00e1in": [42, 69], "gvf": 20, "g\u00e1": [7, 10, 12, 19, 26, 37, 38, 41, 44, 48, 51, 69], "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 44, 81, 83], "hacmhainn\u00ed": 42, "haghaidh": [7, 12, 19, 20, 24, 31, 33, 35, 37, 42, 46, 48, 50, 56, 58, 62, 66, 69, 76], "haicearra\u00ed": 44, "hailt": 7, "hainm": [20, 41, 42], "hainmneacha": [26, 29], "haip": 80, "haipeanna": [20, 44], "haistri\u00fa": [37, 53], "ham": [62, 69], "hamanna": 41, "hand": [5, 80], "handl": 44, "handler": 12, "haon": [20, 26, 41, 69, 78], "happen": [0, 5, 15], "hardwar": 83, "hathruith": [10, 41], "hathr\u00f3ga": [31, 41], "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 60, 63, 81, 82], "ha\u00edonna": [58, 69], "head": [2, 5, 66], "header": [20, 21], "heagarth\u00f3ireacht": 69, "heagra\u00ed": 41, "heagr\u00fa": 42, "hearr\u00e1id\u00ed": 80, "heilimint": 80, "help": [11, 15, 16, 42, 57, 82, 83], "heochracha": 26, "heolair": 20, "heolair\u00ed": [19, 20], "here": [2, 15], "hidden": [4, 8], "hide": [29, 44], "hierarch": 2, "high": 80, "himeacht": [41, 44], "hinrochtaineacht": 80, "hioml\u00e1n": [7, 31, 62, 80], "hiomp\u00f3rt\u00e1il": [41, 42, 44], "hiond\u00fail": [19, 47], "histori": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hoibreoir\u00ed": 44, "hold": 60, "holidai": 41, "home": [7, 8, 9, 17, 20, 25], "hood": 15, "horduith": 57, "horizont": 2, "host": 9, "hour": [0, 16, 41], "hourli": 0, "hover": [2, 42], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "ho\u00edch": 66, "hr": 9, "href": 20, "html": [26, 41], "http": [8, 9, 11, 12, 20, 26, 35, 41, 45, 46, 47, 48, 49, 50, 51, 73, 74, 81], "httpproxi": 8, "huair": [19, 76], "huaireanta": 41, "huasl\u00f3d\u00e1il": 41, "huathoibr\u00edoch": [7, 12, 20, 26, 28, 35, 41, 47, 58, 59, 62, 69], "hub": [41, 44], "huimhreacha": 42, "huirlis\u00ed": 43, "hullmh\u00fa": 41, "h\u00e1irithint": 41, "h\u00e1it": [41, 56], "h\u00e1iti\u00fail": 56, "h\u00e9asca": 44, "h\u00fain\u00e9ir": [26, 42], "h\u00fas\u00e1id": 20, "h\u00fas\u00e1ideoir": [41, 42, 69], "h\u00fas\u00e1ideoir\u00ed": [7, 19, 28, 41, 42, 44, 57, 58, 69, 70], "i": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 27, 28, 29, 33, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 64, 66, 69, 70, 71, 73, 74, 77, 78, 79, 80, 81, 82, 83], "iad": [7, 19, 20, 24, 33, 35, 38, 41, 42, 43, 44, 45, 49, 53, 56, 58, 62, 69, 72, 76, 80, 82], "ianeolair": 20, "iarg\u00falta": [10, 20, 26, 28, 35, 41], "iarr": [19, 41, 44], "iarracht": [14, 40, 44, 47, 48, 69], "iarrachta\u00ed": 44, "iarradh": 26, "iarraidh": [7, 10, 18, 26, 28, 31, 35, 41, 45, 62], "iarrann": 40, "iarrata": 44, "iarrfaidh": 50, "iarrfar": 72, "iarrfa\u00ed": 35, "iarrtar": [37, 45], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id382551345": 20, "ideal": 54, "ident": 70, "identifi": [15, 54], "idir": [10, 12, 41, 42, 44, 55, 74], "idirghn\u00edomh\u00fa": [44, 67, 73], "idirl\u00edn": [48, 49], "idirphl\u00e9": 19, "ifram": 41, "ignor": 8, "il": 41, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imeacht": [42, 59], "imeachta": [41, 50, 59, 69], "imeachta\u00ed": [42, 69], "imeof\u00e1": 26, "imirt": 41, "imith": 41, "imlonnaith": [7, 18], "immedi": [1, 14, 27, 36, 54], "implement": 25, "import": [2, 15, 41, 42, 52, 69, 80, 81, 83], "impos": 15, "improv": 20, "ina": [10, 12, 18, 19, 20, 24, 26, 33, 35, 37, 38, 41, 42, 44, 50, 58, 66, 69, 75, 81], "inar": [41, 58, 69, 72], "inchlice\u00e1ilt": 7, "inchoigeartaith": 35, "inchuardaith": 46, "includ": [8, 20, 21, 52, 60], "incorrect": 9, "increas": [11, 15, 20], "incrimint": 41, "incrimint\u00ed": 41, "independ": 0, "index": [12, 41], "indic": [21, 27, 44], "individu": [27, 41, 44, 54], "infhaighteacht": [19, 40, 69], "infheicth": [10, 41], "infheictheacht": [42, 69], "infheictheachta": 37, "infh\u00f3gartha": 12, "influenc": 11, "info": 36, "inform": [8, 11, 13, 14, 15, 21, 44, 60, 81, 82, 83], "ingearach": 44, "inhibit": 8, "ini": 9, "iniompartha": 20, "inlin": [36, 66], "inl\u00e9it": [38, 41, 42], "inl\u00edn": 66, "inmhe\u00e1nach": [41, 44], "inmhe\u00e1nacha": [19, 69], "inmhianaith": 19, "inneachar": [10, 35, 41], "inn\u00e9ac": [26, 42], "inoibritheach": 41, "inotifi": 12, "input": [1, 80], "inrochtaineacht": 80, "inrochtaineachta": 80, "inrochtana": [35, 76], "inscr\u00edofa": 42, "insert": [1, 2], "insid": [21, 27], "insint": [41, 44], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 52, 57, 60, 73, 74, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 45, 57, 60, 66, 70, 82], "instead": [9, 15, 20, 21, 45, 51], "instruct": [21, 51, 57, 74], "ins\u00edonn": 19, "integr": [57, 66, 75], "integration_openai": 44, "intellig": [1, 15], "interact": [8, 14], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 80], "internet": 20, "interv": 9, "intinn": [20, 41], "introductori": 5, "intrud": 26, "intuigth": 20, "invalid": [8, 54], "investig": 15, "invis": 36, "invit": 70, "invok": 8, "in\u00fas\u00e1idt": [19, 80], "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "iolracha": [19, 35, 41, 42, 56, 58], "iomarca": 41, "ioml\u00e1n": [12, 26, 33, 38, 41, 42, 44, 72, 80, 82], "iompar": [7, 10, 19, 69], "iompra\u00edonn": 19, "iomp\u00f3rt\u00e1il": [20, 44], "iomp\u00f3rt\u00e1ilt": 41, "iomp\u00f3rt\u00e1lann": 41, "iomp\u00fa": 50, "iona": [10, 20, 41, 48, 66, 69], "ionad": [12, 20, 41, 47, 51, 64], "ionada\u00ed": 69, "ionad\u00fa": 41, "ionann": 44, "ionchuir": [19, 41, 56, 66], "ionchur": 66, "ionsuit": [20, 46], "iontach": 79, "iontaofa": [20, 44], "iontr\u00e1il": [20, 41, 42, 72], "iontr\u00e1lacha": 19, "iontr\u00e1ladh": 44, "iontu": [7, 41, 58, 69], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [25, 66], "isteach": [6, 7, 10, 12, 14, 19, 20, 24, 28, 35, 37, 41, 42, 45, 46, 47, 48, 49, 50, 51, 58, 61, 63, 69, 73, 80, 82], "istigh": [24, 41, 44], "italic": 66, "item": [8, 15, 21, 62, 75], "its": [1, 8, 9, 11, 15, 21, 42, 44, 83], "itself": [14, 20], "i\u00fal": [7, 10, 19, 51, 69, 80], "job": 11, "john": 20, "join": [58, 78], "jpg": 20, "json": 56, "jump": [2, 15, 21], "junk": 44, "just": [2, 5, 21, 27, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 41, 81], "kei": [7, 83], "kept": [15, 26], "keyboard": [60, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 26, 36, 41, 51], "labhair": 41, "lae": 41, "laethanta": [41, 44], "laeth\u00fail": [18, 41], "laeth\u00fala": 18, "laghad": 42, "laghd\u00f3far": 80, "laghd\u00fa": 80, "laistigh": [41, 42, 44, 48, 51, 59, 69, 76, 77, 80], "land": 2, "languag": [1, 12], "larg": [29, 65], "lasmuigh": [14, 40, 41], "last": [5, 39, 54, 83], "later": [1, 2, 5, 54, 72], "latest": [14, 25, 26, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": 60, "ldap": 26, "le": [6, 7, 10, 14, 18, 19, 21, 24, 25, 26, 28, 29, 31, 33, 37, 40, 43, 46, 53, 55, 56, 57, 58, 62, 63, 64, 66, 67, 68, 71, 72, 73, 74, 77, 78, 79, 80], "lea": 12, "leaba": 41, "leabaith": [41, 42], "leabhair": [41, 45, 50, 51], "leabhar": [6, 42, 44, 47, 50], "leab\u00fa": 41, "lead": 4, "leagan": [7, 10, 18, 19, 20, 30, 32, 33, 41, 42, 49, 50, 61, 73, 82], "leaganacha": [7, 14, 18, 20, 39], "lean": [19, 20, 28, 35, 44, 45, 51], "leana": [7, 12, 19, 20, 40, 41, 42, 44, 45, 46, 47, 49, 57, 81], "leanann": 44, "leanfaidh": 19, "leanfar": [10, 69], "lean\u00faint": [18, 44, 46, 48], "lean\u00fanach": 20, "learn": [2, 15, 21, 26, 46, 48], "least": [1, 39], "leat": [7, 14, 19, 20, 21, 24, 26, 28, 29, 33, 35, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 62, 63, 64, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "leathanach": [7, 14, 26, 28, 29, 35, 41, 42, 74, 80, 82], "leathanaigh": [41, 77], "leathchiorcail": 19, "leathnaigh": 20, "leathna\u00edtear": 19, "leathn\u00fa": 80, "leatsa": 42, "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 44, 48, 52, 60, 65, 80, 83], "leftmost": 60, "lei": [6, 7, 10, 12, 18, 24, 28, 35, 37, 39, 40, 43, 47, 49, 50, 51, 56, 58, 62, 66, 69, 70, 72, 74, 76, 79, 81], "leibh\u00e9al": [41, 62, 69], "leid": 20, "leisc": 80, "leith": [39, 41, 42, 44, 56, 58, 66, 76, 79], "leithdh\u00e1ileann": 24, "leithligh": [25, 42, 44, 49], "leith\u00e9id": 40, "lena": [20, 41, 59, 62], "len\u00e1r": 80, "leo": [6, 14, 20, 24, 26, 41, 44, 69, 72, 74], "leor": [26, 41, 48], "less": [5, 11], "let": [1, 5, 21, 27, 36, 44, 52, 60, 72, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 60, 80], "liath": [19, 41], "librari": [9, 17], "lig": 62, "ligean": [41, 79], "ligeann": [7, 20, 28, 35, 41, 42, 43, 44, 57, 62], "ligfidh": [7, 41], "like": [5, 15, 21, 41, 44, 60, 70, 80], "limist\u00e9ar": [19, 41], "limist\u00e9ir": 26, "limit": [15, 20, 31, 83], "line": [6, 13, 14, 17, 36, 66], "link": [0, 2, 21, 25, 28, 29, 35, 56, 80], "linn": [19, 40, 41, 44, 62, 64, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "liosta": [10, 19, 20, 35, 38, 41, 42, 48, 49, 54, 59, 69, 70, 72, 74, 82], "liostaith": [42, 82], "liosta\u00ed": [19, 44, 66, 69], "liosta\u00edonn": [41, 45], "liosta\u00edtear": 29, "liost\u00e1il": [50, 76], "liost\u00f3far": 41, "liost\u00fa": [12, 37], "lip\u00e9ad": 28, "lip\u00e9adaith": 51, "lip\u00e9ada\u00edtear": 28, "list": [1, 2, 4, 21, 29, 36, 42, 44, 48, 54, 57, 60, 66, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "litir": 20, "litreach": 44, "live": [60, 64], "live_transcript": 64, "ll": 2, "llm": 44, "llmanna": 44, "load": 80, "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51], "lock": 82, "log": [8, 14, 16, 20, 21, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 45, 46, 54, 81], "logo": 83, "logwindow": 16, "log\u00e1il": [6, 19, 20, 42, 44, 45, 50, 51, 82], "log\u00e1la": [26, 80], "log\u00e1lacha": 20, "log\u00e1lann": 20, "log\u00e1nta": 14, "long": [0, 1, 9, 15], "longer": 81, "lonracha": 80, "look": [33, 38, 44, 70, 81, 83], "lorgair": 80, "lose": 6, "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "lua": 44, "luach": [7, 12, 20, 24, 42, 44], "luacha": 20, "luachanna": [19, 42], "luadh": 69, "luaitear": 69, "luaith": [24, 41], "luath": [41, 62], "luch": 66, "luch\u00f3g": 76, "luich": 63, "lu\u00edonn": 66, "l\u00e1": [24, 33, 39, 44, 59, 69, 82], "l\u00e1idir": 20, "l\u00e1imh": [7, 12, 19, 20, 24, 29, 39, 44, 45, 48, 58, 62, 69, 79], "l\u00e1imhse\u00e1il": 44, "l\u00e1imhse\u00e1la\u00ed": 12, "l\u00e1ithreach": [10, 12, 24, 42, 48, 53, 62, 66, 69], "l\u00e1mhleabhar": [6, 13, 25, 44, 49], "l\u00e1n": [50, 72], "l\u00e1nfh\u00e1sta": 50, "l\u00e1nsc\u00e1ile\u00e1n": 73, "l\u00e1r": 66, "l\u00e1rnach": 69, "l\u00e1thair": [7, 19, 24, 38, 39, 40, 41, 42, 58, 66], "l\u00e9": 26, "l\u00e9amh": [20, 26, 69], "l\u00e9arsc\u00e1ileanna": 20, "l\u00e9i": 41, "l\u00e9igh": 35, "l\u00e9ir": [14, 19, 26, 41, 42, 44, 50, 51, 53, 58, 59, 66, 76], "l\u00e9ireofar": [35, 41], "l\u00e9ireoidh": 41, "l\u00e9iri\u00fa": 19, "l\u00e9ir\u00edonn": [19, 20, 24, 41, 60], "l\u00e9ite": [41, 44], "l\u00e9itheoireachta": [69, 80], "l\u00edne": [7, 12, 19, 41, 46], "l\u00ednte": 19, "l\u00edon": [19, 20, 26, 41, 44, 50, 58, 69], "l\u00edonadh": 41, "l\u00edonra": [20, 42, 50], "l\u00edonra\u00ed": 42, "l\u00edonr\u00fa": 20, "l\u00edonta": 41, "l\u00fa": 58, "l\u00faba": 12, "m": [20, 41, 49, 51, 60, 72, 74, 80], "mac": [15, 19], "machin": 8, "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": 47, "magadh": 42, "magic": 5, "mai": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60], "maidir": [19, 20, 26, 41, 47], "mail": [0, 6, 40, 43, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 54, 83], "mainneachtain": 41, "maintain": [14, 42], "maisi\u00fach\u00e1in": 66, "maith": [19, 40, 41, 42, 44, 46, 48, 62, 76, 79], "maitr\u00ed": 41, "major": 14, "make": [5, 9, 17, 25, 28, 29, 39, 60], "manag": [5, 6, 12, 14, 15, 17, 20, 21, 27, 30, 31, 41, 44, 57], "manner": 8, "manual": [12, 14, 15, 27, 36, 44, 50], "map": 20, "map\u00e1il": 20, "map\u00e1ilt": 20, "map\u00e1lann": 20, "mar": [6, 7, 10, 12, 18, 19, 20, 21, 24, 26, 28, 31, 33, 35, 37, 38, 41, 42, 44, 45, 46, 47, 48, 49, 56, 57, 59, 66, 69, 70, 73, 77, 79, 80, 81, 82], "marc": 19, "marc\u00e1il": 44, "marc\u00e1ilt": [19, 44, 77], "marga\u00edochta": 41, "mark": [15, 21, 27, 44, 54], "markdown": [3, 6, 69], "market": 82, "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 74], "matterbridg": 74, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "mb": [9, 11], "mba": 70, "mbaill": 42, "mbainisteoir": [19, 46], "mbaol": 18, "mbarr": 69, "mbarra": [44, 76], "mbeadh": [7, 10, 12, 19, 20, 33, 41, 42, 44, 45, 46, 48, 51], "mbealach": [19, 20, 59], "mbeidh": [10, 18, 20, 26, 35, 41, 42, 45, 56, 66], "mbeife\u00e1": 20, "mbosca": [24, 41, 42, 44, 49], "mbrabhs\u00e1la\u00ed": [7, 12, 35, 38], "mbun": 26, "mb\u00edonn": [33, 69], "mdn": 21, "meabhr\u00fach\u00e1in": [69, 76], "meaitseanna": 44, "meaitse\u00e1il": 44, "meaitse\u00e1lann": 44, "mean": [9, 15, 27, 44, 81], "meandracha": [59, 69], "mearbhal": 10, "measc": [20, 82], "meastar": 19, "media": [8, 21, 60], "meet": [57, 83], "meigibheart": 31, "meiteashonra\u00ed": [19, 33], "member": [2, 5], "memori": 1, "mention": [57, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 44, 49, 60, 65, 71, 76, 80, 82, 83], "messag": [1, 16, 19, 44, 57, 69, 75, 76, 80, 83], "method": [27, 45, 81], "me\u00e1in": 42, "me\u00e1n": [42, 62, 69], "mhaith": [19, 41, 48, 56, 69, 76], "mhaitr\u00ed": 41, "mhalairt": 12, "mhalart\u00fa": 41, "mhaoin": 42, "mhaol\u00fa": 80, "mharc\u00e1il": [44, 66], "mharc\u00e1iltear": 44, "mheabhr\u00fach\u00e1in": 76, "mheais\u00edn": [7, 10], "mheaitse\u00e1il": [19, 44], "mheaitse\u00e1lann": 19, "mheasann": 20, "mheicn\u00edocht": 7, "mhicreaf\u00f3in": 72, "mhicreaf\u00f3n": 72, "mhionathr\u00fa": 19, "mhodh": [7, 44], "mhodhn\u00f3ir": [56, 58, 77], "mhodhn\u00f3ir\u00ed": [6, 62, 73], "mhodhn\u00fa": [19, 31, 42], "mhod\u00fail": 44, "mholtar": [20, 44, 50], "mhonat\u00f3ra": 72, "mh\u00e1thair": [73, 77], "mh\u00e9ad\u00fa": [20, 31], "mh\u00e9archl\u00e1r": 72, "mh\u00e9id": [41, 80], "mh\u00edm": 12, "mh\u00f3ra": [22, 30, 53], "mh\u00faineadh": 44, "mian": [7, 20, 26, 28, 35, 41, 42, 44, 45, 50, 58, 66, 69, 80, 82], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "min": 9, "minchunks": 9, "mind": 41, "minic": 20, "minim": 44, "minimum": [9, 11, 83], "minut": [9, 27, 39], "mionsamhlacha": [26, 33], "mionsonraith": 41, "mkcol": 20, "mkdir": 20, "mmc": 20, "mo": 20, "mobil": [0, 2, 20, 25, 42, 81], "modal": [41, 44, 80, 83], "mode": [44, 60, 69], "model": 1, "moder": [60, 62], "modh": [7, 20, 28, 41, 42, 58, 80], "modhanna": [20, 41, 42], "modhnad\u00f3ir": 42, "modhnaith": 12, "modhnuith": [19, 42], "modhn\u00f3ir": [42, 58, 62, 69, 70, 74, 76, 77], "modhn\u00f3ireacht": 69, "modhn\u00f3ir\u00ed": [62, 64, 69], "modhn\u00f3ra": [42, 77], "modif": 12, "modifi": [0, 21, 60], "mod\u00fal": 41, "mol": 69, "moladh": 26, "molaimid": [20, 25, 31, 44], "molann": 44, "molfar": 44, "molta": [20, 41, 44], "moltar": 20, "molta\u00ed": 41, "monacr\u00f3macha": 19, "monat\u00f3ir": 72, "monat\u00f3ireacht": 12, "monitor": [8, 57, 63], "month": 41, "more": [0, 2, 5, 11, 14, 15, 20, 21, 26, 36, 41, 42, 46, 48, 60, 66, 81, 82, 83], "morn": 0, "most": [44, 83], "mount": [20, 21, 27], "mous": [2, 80], "move": [0, 9, 20, 21, 44, 52, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "muid": 14, "muin\u00edn": 38, "multipl": [21, 36], "multistatu": 20, "mura": [10, 19, 20, 26, 41, 42, 44, 45, 47, 48, 59, 62, 66, 69, 76], "music": 8, "must": [8, 14, 20, 27, 28, 51, 52, 74], "mute": [60, 72, 80], "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "m\u00e1": [7, 12, 19, 20, 21, 24, 26, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 59, 62, 66, 69, 72, 75, 76, 80, 81, 82], "m\u00e9ad\u00f3far": 80, "m\u00e9ad\u00fa": 31, "m\u00e9archl\u00e1r": 6, "m\u00e9id": [12, 19, 20, 33, 42, 47, 80], "m\u00e9ideanna": 31, "m\u00ed": 41, "m\u00edcheart": [12, 19], "m\u00edn": 41, "m\u00edosa": 41, "m\u00edr": [41, 48], "m\u00edreanna": [41, 56, 76], "m\u00f3": [7, 12, 18, 19, 20, 31, 33, 39, 41, 44, 48, 49, 53, 56, 66, 69, 74, 81], "m\u00f3d": [42, 66], "m\u00f3d\u00fail": 44, "m\u00f3ib\u00edleacha": 20, "m\u00f3ide": [41, 42], "m\u00f3r": [12, 19, 20, 26, 38, 41, 42, 44, 45, 49, 58, 62, 70], "m\u00f3rch\u00f3ir": 72, "m\u00fach": 69, "m\u00fachta": 44, "m\u00fanla": 44, "n": [7, 8, 10, 12, 19, 20, 26, 35, 37, 38, 41, 42, 44, 48, 59, 62, 69, 80, 81], "na": [6, 7, 10, 12, 14, 18, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 59, 63, 66, 69, 73, 74, 76, 77, 79, 80, 81], "nach": [7, 19, 20, 24, 31, 35, 38, 41, 42, 44, 50, 69, 76, 82], "naisc": [12, 14, 19, 20, 28, 41, 44, 49, 66, 82], "name": [2, 4, 5, 7, 8, 16, 21, 27, 36, 45, 54, 60, 72, 82, 83], "narrow": [0, 83], "nasc": [12, 19, 20, 29, 35, 41, 48, 59, 66, 69, 72, 74], "nascacht": 20, "nascadh": 20, "nascann": 20, "nasclean\u00faint": [6, 20, 35, 42, 44, 49, 51, 76], "nasclean\u00fana": [69, 76], "nasctha": [6, 19, 20, 28, 41, 81], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 65, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ndearna": 44, "ndolphin": 20, "nd\u00e9anann": 19, "nd\u00e9anfaimi": 26, "nd\u00e9anfar": [41, 44], "nd\u00e9antar": [12, 38], "nd\u00edcheall": 14, "nd\u00f3igh": 42, "neadaith": 12, "neamh": [19, 20], "neamhaird": 12, "neamhcheart": 12, "neamhchriptith": [20, 33, 38, 49], "neamhfhoirmi\u00fail": 42, "neamhghn\u00edomha\u00edochta": 59, "neamhl\u00e1ithreachta": [40, 41, 44, 69], "neamhl\u00e1ithreachta\u00ed": 41, "neamhl\u00e9it": [44, 66], "neamhshuim": 19, "neamhsple\u00e1ch": [12, 41], "neamh\u00fadaraith": 81, "nearli": 10, "necessari": 54, "need": [2, 9, 11, 14, 15, 17, 20, 42, 46, 48, 70], "nemo": [19, 20], "net": [8, 20, 41, 50], "netrc": 8, "network": [9, 11, 15, 20, 27], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 44, 51, 52, 54, 69, 80], "newer": [41, 42, 44, 80], "newli": 15, "next": [5, 8, 9, 14, 15, 27, 36, 44, 46, 51, 60, 63, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloududusernam": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "ngach": [19, 69], "ngearrth\u00f3g": 56, "nglacadh": 37, "nglacfaidh": 62, "nglao": [6, 61, 62, 69, 73], "ngleic": 69, "ngn\u00e1thbhainisteoir\u00ed": 7, "ngn\u00e1thbhealach": 26, "ngn\u00e9": [44, 70, 79], "ngn\u00edomh": 62, "ngn\u00edomhartha": 44, "ngr\u00fapa": 20, "ngr\u00fapa\u00ed": 42, "ng\u00e1": 41, "nice": 5, "nick": 5, "nitrokei": 81, "nkfi2": 81, "nkujuxuj3b": 17, "noauto": 20, "non": [2, 8, 9, 14], "normal": [9, 66], "note": [2, 4, 76], "notif": [6, 9, 60, 62, 83], "notifi": [0, 15, 60, 69], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 42], "nua": [7, 12, 20, 24, 26, 28, 35, 37, 39, 42, 45, 48, 50, 56, 59, 69, 76, 82], "nuachtlitreacha": 44, "nuair": [7, 10, 14, 19, 20, 26, 29, 33, 37, 39, 40, 41, 42, 44, 45, 46, 48, 58, 59, 62, 64, 66, 69, 70, 71, 79], "nuashonraigh": [6, 13, 41], "nuashonraith": [7, 18, 20, 41], "nuashonra\u00ed": 7, "nuashonra\u00edonn": 26, "nuashonruith": [42, 44], "nuashonr\u00f3ir": 7, "nuashonr\u00fa": [6, 10, 13, 14, 19, 41, 42, 44, 48, 64], "nua\u00ed": 44, "number": [11, 15, 28, 60], "n\u00e1": [19, 20, 24, 26, 31, 33, 38, 39, 41, 42, 47, 56, 66, 69, 80], "n\u00e1r": 44, "n\u00ed": [7, 10, 12, 14, 19, 20, 24, 26, 28, 33, 35, 38, 39, 41, 42, 44, 45, 46, 49, 50, 51, 56, 58, 62, 66, 69, 70, 82], "n\u00edl": [19, 20, 24, 26, 28, 35, 41, 42, 44, 50, 58, 66, 69, 76, 81], "n\u00edo": [7, 14, 19, 20, 24, 28, 31, 33, 35, 39, 41, 42, 44, 49, 50, 53, 55, 56, 58, 66, 69, 76, 81], "n\u00edor": 10, "n\u00edorbh": 44, "n\u00f3": [6, 7, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 38, 40, 44, 45, 46, 47, 48, 49, 50, 53, 55, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 73, 74, 76, 79, 80, 81, 82], "n\u00f3im\u00e9ad": [26, 39, 41, 48], "n\u00f3im\u00e9id": 48, "n\u00f3ta": [35, 41], "n\u00f3ta\u00ed": [41, 69], "o": [8, 20, 66, 70, 72, 76], "obair": [10, 44, 47, 48], "object": [0, 27], "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": 0, "oct": 20, "off": [1, 80], "offer": [15, 20, 21, 35, 60, 80], "offic": [12, 20, 21], "offici": 14, "offlin": [15, 27], "often": [0, 41], "oibr": 26, "oibreodh": 20, "oibreoidh": 26, "oibri\u00fa": 20, "oibri\u00fach\u00e1in": [7, 12, 20], "oibr\u00edocht": 44, "oibr\u00edochta\u00ed": [19, 20], "oibr\u00edonn": [19, 20, 26, 41, 44, 46, 48, 53, 81], "oidhreachta": 42, "oifig": [6, 41, 43, 69], "oifigi\u00fail": 20, "oiread": [41, 44], "oiri\u00faint": 80, "oiri\u00fanach": [31, 76], "oiri\u00fana\u00ed": 41, "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "ollscoileanna": 7, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 52, 54, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 60, 81, 82, 83], "ones": 8, "onli": [0, 2, 4, 15, 27, 28, 36, 39, 41, 44, 47, 54, 60, 81, 82, 83], "onlin": [2, 46, 83], "onnmhairi\u00fa": [41, 42, 56], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 44, 45, 48, 60, 78, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "opt": 9, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 45, 60, 63, 82, 83], "orainn": 26, "ord": 42, "order": 66, "ordlatha": 35, "ordlathai": 35, "orduith": [73, 77], "ord\u00fa": [20, 57], "org": [8, 20, 46, 47], "organ": [0, 2, 3, 5], "organis": 36, "org\u00e1nacha": 42, "origin": 44, "ort": [20, 35, 38, 44, 45, 72, 80], "orthu": [12, 37, 42, 69], "oscail": [10, 19, 20, 44, 46, 47, 48, 80], "oscailt": [12, 19, 20, 26, 41, 46, 53, 66, 68, 69, 72, 73, 76], "oscla\u00edonn": [10, 19, 37, 41, 44], "oscla\u00edtear": [20, 42], "oscl\u00f3far": [7, 41, 58], "oscl\u00f3idh": [41, 42, 45, 58, 66], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 60, 63, 65, 70, 81, 82, 83], "otherwis": 15, "our": 15, "out": [5, 20, 39, 60, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [36, 44, 82], "over": [2, 20, 27, 42], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 60, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": 8, "packag": [8, 14, 17, 20], "pac\u00e1ist": [7, 19], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 54, 83], "pain\u00e9al": [20, 44], "pane": 44, "panel": [1, 36, 44], "parallel": [11, 15], "paramet": [20, 52], "parent": 21, "part": [2, 5, 60], "parti": [20, 70], "particip": [57, 58, 60, 62, 63, 65], "particular": 0, "pasfhoc": [20, 35, 49, 50, 51, 69, 81], "pasfhocail": [6, 42], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 35, 45, 46, 48, 51, 54, 81, 82, 83], "past": 51, "path": [8, 27], "pathtomountpoint": 20, "patr\u00fain": 19, "patr\u00fan": 19, "pattern": [8, 39], "pdf": 21, "peann": 41, "pearsanta": [20, 35, 38, 41, 44, 46, 50, 69, 82], "peer": 2, "pem": 20, "penalti": 20, "peopl": [2, 29, 82, 83], "per": [0, 4, 8, 15, 45, 60], "perform": [8, 9, 20], "period": [27, 83], "perman": [4, 15, 24], "permiss": [37, 57, 60, 63], "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 40, 44, 52, 54, 70, 76, 81, 82, 83], "peterstei": 12, "phain\u00e9il": [50, 63], "phasfhoc": [20, 26, 45, 47, 49, 50, 51, 82], "phatr\u00fain": [19, 39, 44], "phatr\u00fan": 19, "phearsanta": 24, "phicti\u00far": [42, 82], "phion\u00e1il": 76, "phlean": 48, "phl\u00e9": 19, "phoibl\u00ed": [20, 41], "phoint": [42, 44], "phoist": 44, "phonc": [19, 35, 41, 44], "phone": [45, 60, 81, 82], "photo": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "phr\u00edobh\u00e1ideachai": 62, "phr\u00edobh\u00e1ideacht": 69, "phr\u00edomhchusp\u00f3ir": 26, "phr\u00edomhfh\u00e9ilir": 44, "phr\u00edomhliosta": 69, "phr\u00f3ise\u00e1il": 44, "phr\u00f3ise\u00e1lfar": 44, "phr\u00f3isi": 41, "phr\u00f3tacail": 20, "physic": 20, "ph\u00e1na": 12, "picker": [6, 21, 29, 36, 66], "picti\u00fair": 42, "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plasma": 48, "platform": 17, "playback": 21, "plean\u00e1il": 41, "pleas": [4, 41, 63, 82], "plist": 17, "pl\u00e9": [35, 41, 58, 69, 76], "pobail": [20, 41], "pobalbhreith": 56, "poibl\u00ed": [33, 41, 42, 58, 69], "point": [20, 27, 44, 45, 83], "poist": 51, "polasaith": 7, "polici": 7, "poll": [9, 15], "ponc": 41, "pop": 7, "pop3": 43, "popov": 80, "popup": 41, "port": [8, 9, 20, 44, 47], "posit": 42, "possibl": [0, 1, 15], "possibli": 20, "post": [44, 51, 57], "power": 1, "ppa": 8, "pra": 20, "pre": 66, "preabfhuinneog": 41, "preconfigur": 14, "predefin": 60, "prefer": [0, 9, 14, 17, 20, 44, 45, 52, 82], "prepar": 62, "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 72, 83], "prevent": 82, "preview": [2, 15, 21, 44, 60], "previou": [0, 1, 12, 21, 39], "pribhl\u00e9id\u00ed": 7, "princip": 47, "privaci": 83, "privat": 82, "pro": 81, "problem": [11, 15, 81], "probonopd": 12, "proc": 12, "process": [8, 52, 62], "produc": [9, 21], "product": 81, "profil": [6, 9, 27, 44, 82], "program": [12, 14, 17], "progress": [15, 60], "promot": 65, "prompt": [8, 9, 14, 51, 60, 63, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "protect": 35, "protocol": [12, 20, 27], "provid": [0, 1, 6, 8, 12, 13, 14, 20, 21, 57], "provis": [14, 44], "proxi": [8, 9], "pr\u00edobh\u00e1ideach": [41, 66, 69, 82], "pr\u00edobh\u00e1ideacha": [26, 41], "pr\u00edobh\u00e1ideacht": 38, "pr\u00edobh\u00e1ideachta": 44, "pr\u00edomh": [19, 41], "pr\u00edomha": 26, "pr\u00edomhbhosca": 44, "pr\u00edomhdhial\u00f3g": 19, "pr\u00edomhdhial\u00f3ga": 19, "pr\u00edomhdhifr\u00edocht": 41, "pr\u00edomhoid\u00ed": 51, "pr\u00edomh\u00fail": 80, "pr\u00edomh\u00fala": 80, "pr\u00f3if\u00edl": [6, 41, 42], "pr\u00f3isea": 12, "pr\u00f3ise\u00e1lann": 44, "pr\u00f3tacail": [50, 74], "pr\u00f3tacal": [20, 47], "public": [20, 21, 35, 36, 56, 82], "publish": 82, "push": [0, 60, 80], "p\u00e1ip\u00e9ir": 56, "p\u00e1irt": [6, 58, 62, 69, 71, 73, 78, 79], "p\u00e1irteach": [69, 70, 80], "p\u00e1irt\u00ed": [12, 26, 41], "p\u00edosa\u00ed": 44, "p\u00f3ca": 45, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": 8, "quick": 2, "quicker": 80, "quickli": [5, 21, 83], "quiet": 17, "quit": 17, "quota": [20, 33], "r": [51, 60, 80], "rabhadh": [19, 20, 44], "rabhaidh": [19, 20, 26, 41], "rachaidh": [24, 58], "radhairc": 44, "radharc": [41, 50], "raibh": [41, 42], "raidi\u00f3": 42, "rais": [11, 80], "randamach": [35, 44], "rang": 83, "rannph\u00e1irteach": 41, "rannph\u00e1irtith": [41, 56, 58, 59, 62, 66, 70, 71, 72, 77, 79], "rannph\u00e1irt\u00ed": [41, 60, 62, 64, 69, 70], "rannph\u00e1irt\u00edocht": 41, "rannph\u00e1irt\u00edochta": 41, "rann\u00e1n": [12, 20, 26, 37, 40, 41, 42, 44, 55, 69, 72, 79], "rann\u00f3g": 44, "raon": [14, 20, 76, 81], "rather": 20, "rath\u00fail": 7, "re": 5, "reach": [27, 44], "read": [8, 9, 15, 26, 27, 41, 82], "reader": [0, 80], "readi": 27, "rearrang": 83, "reatha": [12, 19, 20, 35, 41, 44], "receiv": [0, 1, 28, 29, 44, 60, 62, 70], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 44], "recognis": 15, "recommend": [15, 20], "record": [0, 62], "recover": 21, "recoveri": 6, "red": [27, 60], "reddit": 51, "reduc": [11, 15], "refer": [14, 21, 31, 76], "reflect": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45], "registri": 12, "regular": [20, 27, 36, 60], "regularli": 11, "rel": 41, "relat": [0, 1, 15, 17, 44, 83], "relaunch": 1, "releas": [12, 14], "remain": 11, "rememb": 1, "remind": 41, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 45, 47], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 27, 28, 36, 42, 44, 57, 83], "renam": [0, 21, 36], "reopen": 44, "repeat": [8, 51], "replac": [45, 60], "repli": [44, 57], "report": 15, "repositori": [8, 9], "request": [1, 20], "requir": [1, 8, 15, 27, 60], "resiz": 60, "resolv": 15, "resourc": [45, 46], "resourcetyp": 20, "respect": 52, "respond": 57, "respons": 20, "rest": 25, "restart": 15, "restor": [15, 24, 41], "restrict": [36, 82], "result": [1, 9, 15, 83], "resum": 44, "retent": 36, "retri": [8, 11, 27, 44], "retriev": 20, "return": [21, 42, 60], "reveal": 15, "review": [1, 20], "revok": [20, 44], "re\u00e1cht\u00e1il": 77, "rf": 17, "rfc": 41, "riachtana": 44, "riachtanach": [20, 35, 47], "riachtanacha": 41, "riachtanai": [6, 74], "riail": 44, "rialacha": [41, 44], "rialach\u00e1in": 62, "rialaith": 7, "riala\u00edonn": 53, "rialta": [12, 41, 42], "rial\u00fa": [7, 30, 32, 33], "rial\u00fach\u00e1in": 20, "riamh": [26, 38, 41, 69], "riarach\u00e1in": [7, 13, 24, 31, 35, 37, 42], "riarach\u00e1n": [20, 41, 42, 62, 64, 69], "riaradh": 82, "riarth\u00f3ir": [21, 24, 26, 29, 31, 33, 38, 41, 42, 44, 70, 80, 82], "riarth\u00f3ir\u00ed": [7, 57, 62], "riarth\u00f3ra": [33, 35, 37, 42], "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 80, 83], "ring": 60, "rinn": [12, 19, 42], "rinneadh": 45, "rinneamar": [12, 41], "rise": 60, "rith": [20, 26, 41], "ritheann": 10, "rm": 17, "roam": 9, "rochtain": [6, 14, 19, 21, 22, 26, 30, 31, 38, 41, 42, 44, 45, 62, 69, 74, 76, 81, 82], "rochtana": [45, 72], "rogha": [12, 19, 20, 21, 26, 37, 41, 42, 44, 48, 55, 56, 58, 62, 64, 66, 72, 76], "roghanna": [7, 14, 18, 19, 20, 26, 35, 56, 69, 72, 82], "roghchl\u00e1ir": [19, 20, 48], "roghchl\u00e1r": [12, 19, 20, 41, 42, 44, 51, 58, 62, 66, 69, 72, 74, 75, 76, 80], "roghnach": [20, 26, 40, 41, 45], "roghnacha": 45, "roghnaigh": [12, 19, 20, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 69, 80, 82], "roghnaith": [37, 41, 42, 44], "roghna\u00edonn": [12, 20], "roghna\u00edtear": 44, "roghn\u00f3ir": [37, 41], "roghn\u00fa": [12, 14, 19, 20, 26, 41, 42, 44, 56, 59, 62, 66, 69, 72, 76], "roghn\u00fach\u00e1in": 44, "roimh": [7, 12, 18, 41, 44, 45, 50, 51, 62], "roinn": [7, 26, 35, 41, 44], "roinneann": [24, 33], "roinnt": [6, 19, 20, 28, 33, 35, 38, 43, 44, 48, 53, 58, 62, 69, 72, 75, 80], "roinntear": [24, 33, 42], "roinnteoir\u00ed": 66, "role": 82, "roll": [39, 57], "room": 58, "root": [8, 15, 20], "roth": 63, "rotha\u00edochta": 19, "row": [21, 36, 65], "rss": 6, "rud": [12, 14, 18, 19, 20, 24, 26, 28, 35, 38, 41, 44, 48, 50, 51, 55, 75, 81, 82], "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39], "rw": 20, "r\u00e1": [10, 19], "r\u00e1ta": [41, 48], "r\u00e9ad": 35, "r\u00e9amh": 19, "r\u00e9amhamhairc": 26, "r\u00e9amhamharc": [21, 41, 44, 55], "r\u00e9amhch\u00faram": 44, "r\u00e9amhdhaonra": 19, "r\u00e9amheisi\u00faint\u00ed": 18, "r\u00e9amhl\u00edonta": 44, "r\u00e9amhr\u00e1": 6, "r\u00e9amhshainith": [19, 41, 44], "r\u00e9amhshocraith": [10, 12, 14, 19, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 69, 82], "r\u00e9amhshocr\u00fa": 31, "r\u00e9idh": 18, "r\u00e9igi\u00fan": 41, "r\u00e9ilt\u00edn": 19, "r\u00e9ims": [19, 20, 28, 37, 42, 44, 47, 51, 56, 66, 69, 72], "r\u00e9ims\u00ed": [41, 44, 51], "r\u00e9ir": [10, 12, 19, 24, 28, 31, 35, 41, 42, 44, 48, 59, 62, 69], "r\u00e9iteach": [10, 12, 53], "r\u00e9iteofar": 10, "r\u00e9itigh": [20, 35], "r\u00e9it\u00edtear": 10, "r\u00edomhair": [20, 24, 25, 46, 53], "r\u00edomhair\u00ed": 7, "r\u00edomhann": 24, "r\u00edomhanna": 41, "r\u00edomhphoist": [41, 42, 45, 50, 59, 60, 69, 73, 82], "r\u00edomhphost": [41, 44, 49, 51, 60, 72], "r\u00edomhtar": 33, "r\u00f3": [41, 44], "r\u00f3l": 42, "r\u00fain": 20, "r\u00fan": 81, "r\u00fanda": 41, "s3": [20, 27], "sa": [6, 7, 10, 12, 19, 20, 24, 25, 26, 28, 33, 35, 37, 38, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 55, 58, 59, 62, 64, 66, 69, 70, 71, 72, 74, 76, 79, 80], "sabredav": 20, "safari": 83, "safe": [17, 81], "sai": 10, "saincheaptha": [19, 41, 44, 69, 80], "sainith": 42, "sainmh\u00ednith": 19, "sainmh\u00edni\u00fa": 41, "sainroghanna": [41, 44], "sainr\u00e1it": 62, "salach": 41, "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 81], "sampla": [20, 35, 69], "sampla\u00ed": 20, "san": [6, 12, 19, 20, 24, 26, 28, 35, 41, 42, 44, 46, 47, 66, 69, 71], "sannadh": 58, "sannfaidh": 58, "sannta": 58, "saoir": 40, "saor": [24, 39, 41, 53, 80], "saorghn\u00f3thach": 41, "saor\u00f3g": 19, "saor\u00f3ga": 44, "save": [5, 15, 27, 36, 39, 44, 54, 62, 80], "scagadh": 69, "scagair": [59, 69], "scagair\u00ed": [44, 69, 76], "scagtha": 69, "scair": [20, 26, 28, 35], "scaireanna": [19, 26, 28, 33, 41], "scairshealbh\u00f3ir": 35, "scair\u00ed": 35, "scamal": [28, 35], "scan": 27, "scanadh": [12, 81], "scanner": 45, "scaoileadh": [18, 41, 56], "scari": 5, "scartha": 82, "sceideal": 41, "sceidealaith": [41, 59, 66, 69], "sceidealta": 44, "sceideal\u00fa": [41, 59], "schannel": 51, "schedul": [1, 14, 44, 52], "sciar": [20, 28, 33, 41], "scoir": [19, 20], "scoit": [73, 77], "scope": 82, "scor\u00e1naigh": 41, "scp": 20, "screen": [45, 51, 63, 65, 80, 81], "screenshar": 63, "scrio": 10, "scriosadh": [19, 21, 24, 42, 58, 66, 69], "scriosann": [24, 28, 39, 41], "scriosfaidh": [24, 41, 42], "scriosfar": [24, 41, 59], "scriosta": [30, 32, 33, 41], "scriostar": [41, 44, 69], "script": [17, 20, 26, 44], "scripteanna": 44, "scroll": [20, 51, 65], "scrollaigh": [44, 51], "scroll\u00fa": 66, "scr\u00edobh": [20, 41, 44, 64, 69], "scr\u00edobhann": 28, "scr\u00edofa": [41, 49], "sc\u00e1ile\u00e1in": [61, 62, 64, 73, 80], "sc\u00e1ile\u00e1n": [14, 20, 42, 63, 72, 79], "sc\u00e9im": 12, "sea": 26, "seach": [41, 42, 43, 49, 58], "seacha": 50, "seachfhreastala\u00ed": 19, "seachtain": [39, 41, 42, 69], "seachtrach": 26, "seachtracha": [26, 41, 69, 77, 79], "sealadach": [12, 20, 41, 44], "sealadacha": 44, "seamlessli": 15, "sean": [20, 24, 26, 33, 35, 41, 44], "seanbhunaith": 26, "seanfhillte\u00e1n": 12, "seanleaganacha": 33, "search": [2, 8, 36, 42, 78, 80, 82, 83], "searchon": 8, "seasann": [20, 44], "sec": 9, "second": [2, 6, 9, 11, 15, 44, 60, 62, 66], "secret": [0, 8, 20], "section": [1, 9, 11, 20, 36, 42, 52], "secur": [6, 20, 30, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 40, 44, 60, 63, 74, 81, 82, 83], "seen": 51, "seice\u00e1il": [7, 19, 20, 42, 44, 72], "seice\u00e1la": [7, 19, 42, 44, 62, 69], "seice\u00e1lacha": 44, "seice\u00e1lann": [7, 24], "seice\u00e1lfaidh": [7, 12, 44], "seicliosta\u00ed": 69, "seicmharc": [19, 41], "seimine\u00e1ir": 77, "seimine\u00e1r": [73, 77], "seirbh\u00eds": [26, 47, 53], "seirbh\u00eds\u00ed": [20, 77], "seisi\u00fan": [20, 42], "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 81], "self": 76, "send": [0, 1, 29, 60, 76, 80], "sender": 44, "sent": [0, 28, 44], "seo": [7, 10, 12, 14, 19, 20, 21, 24, 28, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 57, 58, 59, 60, 62, 66, 69, 70, 72, 78, 79, 80, 81, 82], "seol": [19, 20, 44], "seoladh": [7, 10, 20, 28, 41, 44, 49, 50, 51, 60, 69, 72, 82], "seolfar": [41, 44, 58], "seolta": [29, 44], "seoltar": 44, "seolta\u00ed": [6, 41, 45, 47, 50, 51], "seolt\u00f3ir": [44, 76], "seolt\u00f3ir\u00ed": 44, "seolt\u00f3ra": 44, "seomra": 58, "seomra\u00ed": [42, 73, 77], "separ": [0, 1, 44, 81], "server": [8, 9, 10, 11, 12, 13, 15, 17, 20, 21, 25, 26, 27, 28, 29, 35, 36, 46, 51, 54, 62, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 57], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 70, 81, 82], "setup": [11, 51, 74], "sever": [66, 75], "sftp": [20, 27], "sh": [20, 41, 49, 51], "shaincheapadh": [44, 55], "shaini\u00fa": [19, 44], "shainroghanna": [6, 45, 81], "shall": 9, "shampla": [14, 19, 20, 26, 41, 42, 44, 48, 79, 80, 81], "shannadh": [20, 58, 69], "shanntar": 44, "shaoir": 40, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 56, 62, 63, 70, 75, 82], "shealadacha": 33, "sheice\u00e1il": [41, 44, 62, 69], "sheice\u00e1lann": 41, "sheimine\u00e1ir": 79, "sheirbh\u00eds\u00ed": [26, 74], "shell": 12, "sheol": 69, "sheoladh": [7, 12, 19, 20, 29, 41, 44, 45, 58, 67, 69, 73, 76], "sheolann": 44, "sheoltar": 44, "sheolta\u00ed": 42, "sheolt\u00f3ir": 44, "sheomra": 58, "sheomra\u00ed": 58, "shift": [42, 80], "shioncronaith": 19, "shioncrona\u00edonn": 12, "shioncron\u00fa": [14, 19, 20, 25, 41, 42, 45, 48, 49, 50, 51, 53], "shioncr\u00f3n\u00fa": [19, 45], "shi\u00fal": 41, "shliot\u00e1in": 41, "shn\u00e1itheanna": 76, "shocraigh": [12, 20, 69], "shocra\u00edonn": [41, 82], "shocra\u00edtear": [41, 69], "shocruith": [19, 41, 42, 44, 62, 69, 80, 82], "shocr\u00fa": [6, 10, 12, 19, 24, 26, 41, 42, 43, 44, 45, 48, 49, 55, 56, 59, 62, 64, 69], "shoghluaist": 45, "shol\u00e1thair": 31, "shol\u00e1thar": [20, 26, 41], "shol\u00e1thra\u00ed": [20, 26], "shol\u00e1thra\u00edonn": [12, 41], "shonrach": 44, "shonracha": 59, "shonra\u00ed": [6, 20, 26, 41, 42, 53], "shonr\u00fa": [41, 42, 58], "shop": 81, "short": 44, "shortcut": [20, 60, 72, 80, 83], "shortli": 0, "should": [5, 9, 11, 14, 20, 41, 46, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 42, 44, 54, 60, 65, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 83], "shraith": 41, "shroicheann": 69, "shruth": [72, 82], "shuite\u00e1il": [7, 12, 19, 20, 28, 35, 41, 42, 45], "shuite\u00e1lacha": 28, "shu\u00edomh": [59, 69], "shu\u00edonn": 19, "sh\u00e1bh\u00e1il": [20, 41, 47, 48, 51, 56, 82], "sh\u00e1ra\u00edonn": [24, 33, 39], "sh\u00e1r\u00fa": [7, 24, 33], "sh\u00edneadh": 69, "sh\u00ednith": [20, 49], "sh\u00ednti\u00fa": 53, "sh\u00ednti\u00fai": 41, "sh\u00f3isialta": 42, "sh\u00faile": 80, "siad": [7, 10, 12, 19, 24, 26, 28, 40, 41, 42, 46, 62, 69, 70], "side": [5, 15, 27, 44, 52], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 44, 60, 83], "siev": 44, "signific": 20, "significantli": 20, "silent": [8, 60], "similar": [15, 42], "simpl": [5, 27, 39], "simpli": [17, 25, 44], "simplith": 41, "simpl\u00ed": [29, 41, 42, 44], "sin": [7, 10, 12, 19, 20, 21, 24, 26, 35, 38, 41, 42, 43, 44, 47, 50, 53, 59, 62, 69, 80], "sinc": [19, 35, 39, 81], "sine": [14, 20, 24, 28, 33, 39, 44], "singl": [0, 8, 21, 36, 41, 63, 81], "singleton": 44, "siombail": 41, "siombalach": 19, "siombalacha": 12, "sioncronaith": [14, 19, 20, 50, 51, 53], "sioncrona\u00edtear": 19, "sioncron\u00fa": [6, 19, 20, 22, 43], "sioncr\u00f3naith": [6, 7, 10, 13, 45], "sioncr\u00f3n\u00fa": [6, 19, 43, 50], "sip": 69, "situat": 11, "size": [9, 11, 20, 31], "si\u00fal": [19, 41, 62, 69], "skip": [11, 60, 80], "skipupdatecheck": 7, "slai": 19, "sleachta": 66, "sliot\u00e1in": 41, "sliot\u00e1n": 41, "slow": 20, "sl\u00e1n": [20, 38, 53], "sl\u00e1nd\u00e1il": 38, "sl\u00e1nd\u00e1la": [26, 44], "sl\u00ed": 47, "smacht": [41, 69], "smachta": 69, "small": 63, "smaller": 60, "smaoineamh": 10, "smaoint": [42, 69], "smart": [6, 66], "smartphon": 81, "smb": 27, "smtp": 44, "sna": [20, 38, 41, 42, 44, 46, 48, 49, 51, 62, 66, 69, 72, 76, 77], "snap": 20, "sni": 20, "snooz": 44, "sn\u00e1ith": 76, "sn\u00e1itheanna": [44, 76], "sn\u00e1ithith": 44, "so": [1, 5, 9, 12, 14, 15, 19, 21, 27, 29, 36, 41, 44, 54, 60, 63, 72, 81, 82, 83], "socks5": 9, "socraigh": [20, 35, 42, 44, 58], "socraith": [26, 31, 33, 40, 41, 44, 45, 48, 59, 69], "socra\u00edtear": [33, 44, 64], "socruith": [7, 10, 20, 35, 38, 40, 41, 42, 45, 46, 47, 48, 51, 55, 62, 64, 69, 73, 74, 79, 80, 82], "socr\u00f3far": 41, "socr\u00fa": [6, 35, 41, 44, 45, 48, 69, 81], "sofhreagrach": 80, "softwar": [7, 14, 17, 80], "soghluaist": [22, 30, 38, 41, 73, 82], "soicind": [39, 48, 81], "soil\u00e9ireacht": 80, "sole": 44, "solut": 20, "solv": [12, 81], "sol\u00e1thar": 56, "sol\u00e1thraith": [26, 44, 53], "sol\u00e1thra\u00ed": 64, "sol\u00e1thra\u00edonn": [7, 19, 20, 53], "some": [5, 9, 14, 26, 27, 44, 57, 82], "someon": [10, 60, 82], "sometim": 41, "somewher": 81, "son": 56, "sonrach": [6, 12], "sonracha": [41, 76], "sonraigh": [7, 20, 42], "sonraith": 44, "sonra\u00ed": [12, 20, 24, 26, 33, 35, 37, 38, 40, 41, 42, 44, 45, 48, 59, 69], "sonr\u00f3idh": 47, "soon": [0, 15], "sourc": 20, "sourcedir": 8, "space": [2, 3, 15, 20, 39, 60, 72, 80], "sparkl": 7, "speak": 72, "special": [15, 17, 29, 51], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 81, 83], "specifi": [8, 9, 11, 16], "speech": [1, 60], "speed": 20, "speisialta": [18, 26, 69], "spoken": 60, "spreadsheet": 21, "spreagfaidh": 41, "spreagtar": 44, "sprice": 41, "spriocanna": 35, "spriocl\u00e1": 41, "sprioc\u00fas\u00e1ideoir": 37, "sp\u00e1": [19, 33, 39, 44], "sp\u00e1i": [24, 33, 39], "srian": [6, 20, 42], "srl": [35, 66], "sruth": 62, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "staid": [19, 44], "stair": 20, "stampa": [37, 39], "stampa\u00ed": 24, "standard": [8, 15, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 44, 52, 62], "state": [8, 15, 20, 44], "statu": [19, 20, 25, 27, 40, 60, 83], "stdout": 16, "step": [14, 20, 28, 36, 51], "still": [2, 9, 15, 21], "stocaireacht": [73, 77], "stocaireachta": 79, "stolen": 81, "stop": [44, 58, 62, 63, 81], "stopadh": [19, 62], "stopann": 62, "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 20, 39, 42, 44, 45, 81], "stream": 6, "strikethrough": 15, "strucht\u00fair": 26, "strucht\u00far": 42, "structur": [2, 3, 21], "str\u00edoca": 41, "st\u00e1da": [7, 20, 40, 69], "st\u00e1dai": [19, 20, 41], "st\u00edl": 43, "st\u00f3r": 20, "st\u00f3r\u00e1il": [19, 20, 26], "st\u00f3r\u00e1ilt": [20, 26, 39, 42], "st\u00f3r\u00e1iltear": 44, "st\u00f3r\u00e1la": [30, 32], "st\u00f3r\u00e1lann": 33, "sua": [33, 41, 42, 76], "suaitheanta": 10, "sub": 45, "subfold": 8, "subject": 44, "submit": 1, "subpag": 2, "subsequ": 15, "substanti": 20, "success": [14, 27, 28], "sudo": 17, "suibscr\u00edofa": 76, "suit": [8, 19, 44, 83], "suite\u00e1il": [6, 13, 20, 45], "suite\u00e1ilt": [19, 20, 41, 44, 75], "suite\u00e1la": 48, "suite\u00e1lann": 20, "suite\u00e1la\u00ed": 12, "sula": [12, 19, 20, 41, 62, 69, 72], "sular": 41, "summar": 1, "summari": [44, 57], "suntasach": [12, 44], "support": [8, 16, 17, 20, 21, 39, 41, 44, 46, 51, 81, 83], "sure": [17, 39, 60, 81], "su\u00edmh": 44, "su\u00edomh": [12, 41, 43, 50, 73], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "sync": [8, 12, 14, 17, 19, 25, 44, 45, 47, 53, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "sysctl": 12, "system": [8, 9, 12, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60], "s\u00e1bh\u00e1il": [12, 20, 42, 51], "s\u00e1bh\u00e1ilt": [20, 44, 46, 53, 69], "s\u00e1bh\u00e1lann": 44, "s\u00e1bh\u00e1lfaidh": 41, "s\u00e1bh\u00e1lfar": 42, "s\u00e1ra\u00edonn": 20, "s\u00e1ruith": 7, "s\u00e1sta": 19, "s\u00e9": [7, 10, 12, 19, 20, 24, 28, 33, 35, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 58, 59, 60, 62, 64, 66, 69, 70, 73, 76, 79, 80, 81, 82], "s\u00ed": 70, "s\u00edneadh": [12, 20, 44], "s\u00ednigh": 49, "s\u00edni\u00fa": [20, 44], "s\u00ednti\u00fa": 41, "s\u00ednti\u00fai": [41, 45], "s\u00edo": [7, 20, 41, 42, 50, 56, 59, 69, 72, 76, 77], "s\u00f3isialta": [42, 82], "s\u00f3rt": [44, 62], "s\u00fagartha": 45, "s\u00fail": [19, 44], "s\u00fam\u00e1il": 6, "t": [5, 7, 12, 14, 19, 20, 24, 26, 33, 35, 37, 38, 39, 41, 42, 44, 46, 57, 59, 66, 69, 70, 72, 81], "tab": [0, 1, 21, 39, 63, 80], "tabhair": [42, 44, 45, 51, 69, 72], "tabhairt": 26, "tabharfaidh": [7, 10, 12, 42, 44], "tacaith": [41, 42, 44, 66], "tacar": 19, "taca\u00edocht": [19, 44, 46, 50, 53], "taca\u00edonn": [41, 42, 44, 50, 81], "taca\u00edtear": 42, "tac\u00fa": 42, "tadhail": 63, "tag": [0, 21, 30, 32, 44], "tagairt\u00ed": 18, "tagann": [41, 44], "tagartha": 62, "taifead": 62, "taifeadadh": [73, 77], "taifeadta\u00ed": 62, "tairgeann": [7, 41], "tairgfidh": 41, "taisc": 33, "taisc\u00e9ala\u00ed": 10, "taispe\u00e1in": [19, 41], "taispe\u00e1int": [19, 41, 44], "taispe\u00e1nann": [19, 20, 35, 41, 42, 44], "taispe\u00e1nfaidh": [12, 40, 41, 42, 44, 81], "taispe\u00e1nfar": [37, 41, 42, 44, 46], "taispe\u00e1ntar": 10, "taisteal": 41, "taith\u00ed": 18, "take": [2, 9, 15, 17, 28, 62, 83], "talk": [0, 1, 40, 41, 42, 44, 57, 58, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 80, 83], "taobh": [10, 20, 24, 30, 34, 41, 42, 50, 55, 74], "taoibh": [20, 28, 35, 41, 42, 58, 69, 71, 76, 80], "tap": [45, 60], "tapa": [66, 69, 76], "tap\u00e1il": 45, "tap\u00fala": 42, "tar": [12, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 59, 69, 76, 80], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "tarla\u00edonn": 42, "tarl\u00fa": [26, 41], "tarraingteach": 19, "tasc": [20, 46], "tascanna": [41, 44, 46, 66, 69], "task": [0, 2, 6, 57, 66], "teacht": [12, 35, 44, 51, 59, 69, 80], "teachtaireacht": [19, 20, 26, 40, 41, 44, 47, 51, 55, 56, 58, 66, 69, 75, 76, 81], "teachtaireachta": [69, 75, 76], "teachtaireachta\u00ed": [6, 19, 43, 67, 73], "teaghr\u00e1n": 19, "teagmha": 41, "teagmhai": 41, "teagmh\u00e1il": [20, 31, 40, 80], "teagmh\u00e1lacha": [6, 43, 46, 47, 48, 49], "teagmh\u00e1laith": [41, 46, 48, 49], "teagmh\u00e1la\u00ed": [42, 44], "team": [2, 3, 6, 27, 42, 74], "teanga": [64, 82], "teangacha": 44, "teasta": [20, 47], "teastai": 49, "teasta\u00edonn": [20, 31], "teast\u00e1il": [7, 12, 18, 20, 41, 45, 47, 64], "technic": [14, 15], "teideal": [41, 59, 76], "teidil": 56, "teip": 12, "telegram": 42, "telephon": 82, "temporarili": 60, "ten": 27, "teorainn": [12, 19, 20, 24, 31, 37, 39, 41, 69], "teorainneacha": 31, "teoranta": [12, 31, 42, 44, 69], "terabyt": 12, "term": 1, "termin": 15, "test": [9, 14], "text": [1, 2, 5, 10, 15, 20, 21, 66, 80], "text_": 66, "text__": 66, "thabhairt": [7, 10, 12, 20, 35, 39, 41, 42, 44, 59, 62, 72], "thabharfar": 41, "thaca\u00edmid": 14, "thaca\u00edonn": [20, 41, 42, 49, 50], "thaca\u00edtear": 44, "thac\u00fa": 41, "thagann": [20, 41, 42, 48], "thaifeadadh": [62, 77], "thairgeann": 41, "thairiscint": 41, "thaism": 41, "thaispe\u00e1int": [10, 19, 38, 41, 44, 79], "thaispe\u00e1nann": 37, "thaispe\u00e1nfaidh": 46, "thaispe\u00e1nfar": [41, 69], "thaispe\u00e1ntar": [19, 41, 42, 66], "thaitin": 80, "than": [2, 16, 20, 60, 81], "thank": 51, "thaobh": [14, 19, 35, 38, 49], "thapa": 19, "thap\u00e1lann": 45, "thar": [19, 20, 24, 41, 44, 49, 66], "tharla": [10, 20], "tharla\u00edonn": [10, 41, 44], "tharraingt": [41, 56], "thart": [33, 69], "thasc": 43, "thascanna": [45, 48], "theachtaireacht": [66, 76], "theachtaireachta\u00ed": [44, 55, 69], "theagmh\u00e1laith": [41, 45, 47, 48, 49], "theagmh\u00e1la\u00ed": 42, "theangacha": 44, "theannta": [24, 26, 41, 69], "theasta": 20, "theasta\u00edonn": [31, 41], "thei": [5, 8, 15, 28, 40, 41, 56, 60, 65, 81], "theileaf\u00f3in": 69, "theip": [12, 20, 44], "theipeann": [7, 12], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 56, 81], "theme": 80, "themselv": 58, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 39, 40, 42, 44, 51, 60, 74, 81, 82, 83], "thiar": 74, "think": 2, "thiom\u00e1int": [20, 41], "thiom\u00e1nt\u00e1n": 20, "thiont\u00fa": 75, "third": 20, "thit": 80, "thiteann": 19, "thoil": [20, 26, 44, 80], "thoradh": [19, 48, 80], "thosa\u00edonn": [40, 71], "those": [0, 25, 54], "thos\u00fa": [12, 19, 62, 69, 72, 76], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 44, 60, 65], "threshold": [11, 83], "thriail": 19, "through": [1, 8, 14, 15, 20, 27, 44, 65], "throw": 45, "thr\u00ed": 56, "thu": 8, "thua": [19, 41, 42, 47], "thuairiscigh": 20, "thuairisci\u00fa": [18, 80], "thuairisc\u00edtear": 41, "thug": 70, "thuilleadh": [38, 41, 42, 69, 76], "thuismitheora": 42, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thurscar": 44, "th\u00e1bhachtach": [44, 69, 76], "th\u00e1bhachtacha": 44, "th\u00e1irgeann": 19, "th\u00e1scair\u00ed": 69, "th\u00e1st\u00e1il": [10, 48], "th\u00e1st\u00e1laith": 18, "th\u00e9ama\u00ed": 80, "th\u00e9ann": 66, "th\u00edo": [10, 19, 20, 26, 42, 51], "th\u00edr": 41, "th\u00f3g\u00e1il": [41, 48], "th\u00fa": [41, 69, 81, 82], "tic": [41, 62], "ticbhosca": [19, 20, 41, 44], "ticmharc": 19, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 57, 60, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timpeallachta": 10, "timthriallta": 12, "tiomnaith": [20, 50, 69], "tiom\u00e1int": [20, 41], "tiom\u00e1na\u00ed": 20, "tiom\u00e1nt\u00e1n": 20, "tionchar": 41, "tionscadail": 43, "tionscna\u00edodh": 35, "tipici\u00fala": 19, "titl": [2, 5, 44], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "todhcha\u00ed": [10, 44, 62], "togeth": [2, 82], "toggl": [0, 1, 21, 60, 65, 72, 80], "toirmisc": 69, "toirmiscth": 69, "toisc": [7, 12, 19, 26, 31, 38, 82], "token": [0, 41, 46, 48, 54, 81], "token1": 41, "token2": 41, "token3": 41, "toll\u00e1n": 20, "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 42, 44, 60, 71, 72, 83], "tosaigh": [20, 35, 44, 45, 48, 58, 62, 72], "tosaith": [20, 26, 69, 72], "tosa\u00edonn": 7, "tos\u00f3idh": 62, "tos\u00fa": [41, 44, 47, 69, 73], "totp": [20, 81], "toward": 45, "tra": 64, "track": 0, "trai": [9, 14], "trail": 21, "transcript": [1, 64], "transfer": [20, 23, 27, 30], "translat": 4, "trascr\u00edobh": [61, 73], "trash": [9, 21, 28, 41], "trashbin_retention_oblig": 24, "trasna": [20, 70], "treallach": [19, 20], "treoir": 47, "treorach": 49, "treoracha": 20, "treora\u00ed": 12, "tri": [8, 44], "triail": [41, 47], "trigger": [0, 9, 14, 27, 44, 50], "triobl\u00f3id": 20, "true": [7, 16], "trust": [8, 20, 82], "tr\u00e1cht": 20, "tr\u00e1chta": 41, "tr\u00e1idir": 10, "tr\u00e1th": 49, "tr\u00e9dhearcach": 41, "tr\u00e9imhs": [19, 24, 33, 41, 59, 69, 76], "tr\u00e9imhs\u00ed": 69, "tr\u00ed": [7, 10, 12, 19, 20, 26, 28, 29, 33, 35, 37, 41, 42, 44, 46, 48, 50, 58, 62, 66, 69, 70, 72, 76, 81], "tr\u00edd": [6, 7, 12, 20, 24, 31, 41, 44, 45, 56, 59, 62, 66, 69, 72], "tr\u00edna": [37, 41], "tr\u00ed\u00fa": [12, 26], "tsaighead": [28, 39, 50, 66, 72], "tseachtain": [41, 82], "tseirbh\u00ed": [20, 26], "tseolt\u00f3ra": 44, "tsiombail": 44, "tsl\u00e1nd\u00e1il": 20, "tsol\u00fabthacht": 44, "tsrutha": 72, "tsuite\u00e1il": 20, "tt": 5, "tuairisc": 44, "tuarasc\u00e1il": 44, "tue": 20, "tugadh": [12, 19, 35, 41, 69], "tugann": [19, 41, 69], "tugtar": 38, "tugtha": 41, "tuilleadh": [10, 12, 20, 24, 26, 33, 41, 42, 43, 44, 45, 56, 69, 70, 73, 74], "tuiscint": 33, "tuismitheora": [19, 58], "tumblr": 42, "turn": [9, 75], "tusa": [10, 19, 41, 69], "two": [2, 17, 25, 36, 39, 44, 46, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 57, 66, 80], "t\u00e1": [7, 10, 12, 14, 18, 19, 20, 21, 26, 28, 29, 31, 33, 35, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 56, 58, 59, 62, 64, 66, 69, 72, 73, 74, 76, 79, 80, 82], "t\u00e1b": [69, 72, 76], "t\u00e1bhacht": 44, "t\u00e1bhachtach": [20, 38, 44], "t\u00e1bhachtacha": [69, 76], "t\u00e1bla\u00ed": 66, "t\u00e1irgi\u00falachta": 43, "t\u00e1sc": 20, "t\u00e1scair": [19, 62], "t\u00e1st\u00e1il": [12, 18, 20, 24], "t\u00e1st\u00e1lacha": 44, "t\u00e9ac": [19, 26, 56, 66, 73, 80, 81], "t\u00e9ama": 80, "t\u00e9ama\u00ed": 6, "t\u00e9arma": [41, 46], "t\u00e9igh": [20, 28, 35, 44, 45, 50, 80], "t\u00f3gann": [18, 33, 44], "t\u00f3gfaidh": 26, "t\u00f3g\u00e1il": 42, "t\u00f3ir": 41, "t\u00fa": [7, 10, 12, 14, 19, 20, 24, 26, 28, 29, 33, 35, 38, 40, 41, 42, 44, 45, 47, 48, 49, 51, 53, 56, 58, 59, 62, 66, 69, 70, 71, 72, 79, 80, 81, 82], "u": [8, 20, 80], "u2f": 81, "uachtarach": [35, 50, 58, 62, 72], "uaim": [26, 41], "uair": [12, 20, 24, 26, 35, 39, 41, 42, 66, 69], "uairead\u00f3ir\u00ed": 12, "uait": [12, 18, 19, 20, 31, 42, 44, 50, 66, 76], "ualach": 44, "uasghr\u00e1daith": 28, "uasluach": 20, "uasl\u00edon": 41, "uasl\u00f3d\u00e1il": [20, 31, 33, 35, 41, 42, 72], "uasl\u00f3d\u00e1ilt": [33, 69], "uasl\u00f3d\u00e1iltear": [10, 33], "uasl\u00f3d\u00e1la": [19, 29, 31, 33, 41, 42], "uasl\u00f3d\u00e1lacha": [22, 23, 30], "uasl\u00f3d\u00e1lann": 10, "uasmh\u00e9ad\u00fa": 20, "uasmh\u00e9id": [20, 24], "uassp\u00e1": 24, "uasta": 41, "uath": 7, "uathchr\u00edochn\u00fa": 37, "uathfhreagra\u00ed": 44, "uathfhreagr\u00f3ir": 40, "uathghint": 41, "uathl\u00edonta": 56, "uathoibr\u00edoch": [6, 13, 14, 39, 44, 50], "uathoibr\u00edocha": 42, "uath\u00fail": [26, 41, 60, 82], "uath\u00fala": 41, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "uil": [26, 41, 42, 58], "uil\u00edoch": [6, 12], "uimhir": 69, "uirli": [43, 81], "uirlis\u00ed": 7, "uirthi": [10, 74], "ullmhaith": 66, "ullmh\u00fach\u00e1in": 41, "ullmh\u00fach\u00e1n": 18, "umount": 20, "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27], "uncheck": [0, 36], "und": 5, "under": [1, 11, 15, 20, 27, 36, 51, 70, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": 26, "unfocu": 80, "unfortun": 20, "unifi": [5, 44, 83], "uninstal": [6, 13], "unintend": 9, "univers": 80, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unread": [80, 83], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 72], "up": [7, 9, 15, 19, 51, 81, 83], "upcom": 83, "updat": [0, 7, 10, 14, 41, 44, 45, 54], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62], "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urlanna": 42, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 26, 29, 30, 33, 35, 36, 38, 39, 40, 41, 44, 45, 51, 54, 60, 65, 71, 72, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 26, 27, 33, 36, 37, 39, 41, 44, 45, 47, 51, 52, 54, 56, 60, 70, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "utf": 20, "v": [60, 72, 80], "v3": 41, "valu": [9, 11, 15, 16], "var": 16, "variabl": [6, 9, 13], "varieti": 82, "vcard": 42, "vcf": 42, "ve": 20, "vendor": 7, "verbos": 8, "veri": [5, 20, 80], "verifi": 20, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 52, 83], "via": [4, 15, 21, 29, 39, 41, 60], "vibrat": 60, "vic\u00ed": [57, 74], "video": [21, 63, 72, 80], "view": [1, 6, 27, 36, 41, 42, 44, 56, 60, 63, 78, 83], "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 15, 21, 27, 36, 44, 82], "visit": 25, "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vpn": 20, "v\u00f3ta\u00ed": 41, "v\u00f3t\u00e1il": [41, 56], "wa": [0, 1, 9, 39, 44, 83], "wai": [2, 15, 17, 20, 25, 41, 44, 54], "wait": 1, "want": [0, 2, 4, 5, 14, 15, 29, 44, 52, 60, 82], "we": [2, 5, 14, 15, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 44, 45, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "week": 0, "weekli": 0, "welcom": 20, "well": [11, 17], "were": [9, 15, 57], "what": [0, 5, 15, 27, 33, 36, 82], "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 27, 28, 40, 42, 44, 50, 51, 54, 60, 62, 63, 65, 72, 82], "where": [1, 5, 8, 9, 15, 39, 60, 81, 83], "wherev": 25, "whether": [9, 27, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 44, 46, 52, 54, 60, 66, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60], "whiteboard": 2, "who": [5, 21, 28, 62, 82], "whole": [15, 26], "wide": [36, 82], "wider": 82, "widget": 83, "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60], "wizard": [12, 14], "won": [14, 81], "word": 5, "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 60, 80, 81], "wow": 5, "write": [2, 3, 15, 16, 20, 41, 44], "www": [41, 46, 51], "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 36], "year": [41, 83], "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 60, 63, 65, 69, 70, 71, 72, 75, 76, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 57, 60, 63, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "z\u00fam\u00e1il": [63, 80], "\u00e1": [6, 20, 26, 31, 35, 44, 59, 71, 73, 80], "\u00e1bhair": [44, 66, 69, 76], "\u00e1bhar": [12, 20, 44, 66, 69], "\u00e1bhartha": [10, 41, 42, 44, 76], "\u00e1fach": 19, "\u00e1ireamh": [6, 24, 26, 41, 44], "\u00e1irith": [10, 31, 42, 44, 76], "\u00e1ir\u00edtear": [20, 24, 33, 41, 42, 59, 62], "\u00e1it": [12, 19, 20, 35, 41, 42, 45, 46, 69], "\u00e1iti\u00fail": [10, 14, 19, 20, 41], "\u00e1iti\u00fala": [10, 19, 41, 42, 44, 53], "\u00e1r": [14, 42, 43, 44, 73, 80], "\u00e1sc": 41, "\u00e9": [7, 10, 14, 19, 20, 24, 28, 35, 38, 39, 41, 42, 43, 44, 45, 46, 48, 50, 51, 53, 59, 64, 66, 69, 70, 72, 75, 80, 81, 82], "\u00e9ag": 24, "\u00e9aga": [35, 39], "\u00e9ags\u00fala": [7, 20, 35, 41, 42, 44, 69, 70, 81], "\u00e9agtha": 39, "\u00e9asca": [20, 26], "\u00e9asc\u00fa": 80, "\u00e9i": [12, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 59, 69, 76], "\u00e9ifeachta\u00ed": 44, "\u00e9igeantach": [45, 62], "\u00e9igin": [41, 81], "\u00e9ileamh": 81, "\u00e9il\u00edonn": [20, 38, 41, 69], "\u00e9il\u00edtear": 62, "\u00e9ineacht": 62, "\u00e9irigh": [41, 51], "\u00e9ir\u00edonn": 24, "\u00ed": [42, 44, 56, 66, 69, 76, 82], "\u00edoc": 41, "\u00edoc\u00f3n": 54, "\u00edogair": 69, "\u00edomh\u00e1": 26, "\u00edosl\u00f3d\u00e1il": [7, 12, 19, 20, 26, 35, 39, 42, 62, 73], "\u00edosl\u00f3d\u00e1la": [7, 14, 19, 35, 42], "\u00edosl\u00f3d\u00e1lacha": [7, 35], "\u00edosl\u00f3d\u00e1ladh": 20, "\u00edosl\u00f3d\u00e1lann": 10, "\u00edosl\u00f3d\u00e1lfaidh": 10, "\u00edosl\u00f3d\u00e1lfar": 19, "\u00edosta": 18, "\u00edsle": 42, "\u00f3": [12, 14, 20, 24, 28, 33, 35, 37, 38, 41, 42, 45, 46, 49, 50, 53, 56, 58, 59, 66, 69, 70, 73, 76, 82], "\u00f3c\u00e1id": [41, 44], "\u00f3n": [10, 12, 19, 20, 24, 26, 38, 39, 41, 44, 45, 55, 56, 58, 69, 75, 76], "\u00f3n\u00e1r": 42, "\u00f3stainm": 20, "\u00f3st\u00e1iltear": 20, "\u00fadar": 10, "\u00fadar\u00e1i": 20, "\u00fadar\u00fa": 20, "\u00fain\u00e9ir": [20, 24, 26, 33, 35, 37, 41, 42], "\u00fain\u00e9ireacht": 42, "\u00fain\u00e9ir\u00ed": 26, "\u00fas\u00e1id": [6, 7, 12, 19, 25, 26, 28, 29, 41, 42, 47, 51, 54, 57, 62, 64, 69, 70, 72, 75, 76, 82], "\u00fas\u00e1ide": [6, 13, 22, 24, 30, 34, 40, 43, 45, 48, 51, 53, 54, 57, 69, 82], "\u00fas\u00e1ideach": [20, 31, 41, 72], "\u00fas\u00e1ideann": [7, 12, 19, 20, 26, 39, 44, 48, 49, 50], "\u00fas\u00e1ideoir": [10, 20, 26, 35, 37, 39, 40, 41, 42, 44, 60, 69, 70, 78, 82], "\u00fas\u00e1ideoir3": 24, "\u00fas\u00e1ideoir\u00ed": [7, 10, 14, 18, 19, 20, 24, 26, 31, 33, 35, 41, 44, 57, 69, 82], "\u00fas\u00e1ideora": [6, 20, 28, 35, 37, 38, 40, 42, 45, 47, 49, 50, 51, 69], "\u00fas\u00e1idfear": 41, "\u00fas\u00e1idfidh": 26, "\u00fas\u00e1idfimid": 41, "\u00fas\u00e1idt": 19, "\u00fas\u00e1idtear": [19, 38, 40, 41, 44, 80]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Cl\u00e1r \u00e1bhair", "An Nuashonr\u00fa Uathoibr\u00edoch", "Using the Command-Line Client", "Configuration File", "Coinbhleachta\u00ed", "Environment Variables", "CCanna", "Desktop Client", "Suite\u00e1il", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Nuashonraigh cain\u00e9il", "Ag baint \u00fas\u00e1ide as an gCliant Sioncr\u00f3naithe", "Rochtain ar chomhaid Nextcloud a fh\u00e1il ag baint \u00fas\u00e1ide as WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Comhaid scriosta a bhainisti\u00fa", "Sioncron\u00fa deisce agus soghluaiste", "Ag baint \u00fas\u00e1ide as cripti\u00fa taobh an fhreastala\u00ed", "Using external storage", "Using federation shares", "Uasl\u00f3d\u00e1lacha gan ainm a dh\u00e9anamh", "Comhaid & sioncron\u00fa", "Uasl\u00f3d\u00e1lacha comhaid mh\u00f3ra", "Managing your files", "Cu\u00f3ta st\u00f3r\u00e1la", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Ag baint \u00fas\u00e1ide as cripti\u00fa foirceann go foirceann", "Rial\u00fa leagan", "Teachtaireachta\u00ed as oifig a shocr\u00fa", "Ag baint \u00fas\u00e1ide as an app Calendar", "Ag baint \u00fas\u00e1ide as an app Teagmh\u00e1lacha", "Earra\u00ed gr\u00fapa", "Ag baint \u00fas\u00e1ide as an aip Mail", "Sioncr\u00f3n\u00fa le Android", "Ag sioncron\u00fa leis an deasc GNOME", "Sioncr\u00f3n\u00fa le iOS", "Ag sioncron\u00fa le KDE Kontact", "Sioncr\u00f3n\u00fa le macOS", "Ag sioncron\u00fa le Thunderbird", "Ag sioncr\u00f3n\u00fa le Windows 10", "Migrate data between instances", "Nextcloud 35 r\u00e9amhr\u00e1 l\u00e1mhleabhar \u00fas\u00e1ideora", "Bainistigh brabhs\u00e1laithe agus gl\u00e9asanna nasctha", "Dealramh", "Ceangalt\u00e1in", "Botanna agus orduithe", "Seomra\u00ed scoite amach", "Comhth\u00e1th\u00fa f\u00e9ilire le Talk", "Ag dul isteach i nglao", "Glaonna", "Taifeadadh glaonna", "Comhroinnt sc\u00e1ile\u00e1in", "Trascr\u00edobh agus aistri\u00fach\u00e1n", "Leagan amach glaonna", "Teachtaireachta\u00ed a sheoladh", "Comhr\u00e1", "Comhr\u00e1ite", "Comhr\u00e1ite", "C\u00f3naidhm", "Comhth\u00e1th\u00fa comhad", "Glac p\u00e1irt i nglao n\u00f3 i gcomhr\u00e1 mar aoi", "Caint", "Droichead an Mh\u00e1thair", "Aipeanna a chomhth\u00e1th\u00fa le teachtaireachta\u00ed", "Idirghn\u00edomh\u00fa le teachtaireachta\u00ed", "Do mhodhn\u00f3ir\u00ed", "Comhr\u00e1ite oscailte", "Seimine\u00e1r Gr\u00e9as\u00e1in agus stocaireacht", "Rochtain uil\u00edoch", "Ag baint \u00fas\u00e1ide as f\u00edordheimhni\u00fa dh\u00e1-fhacht\u00f3ir", "Ag socr\u00fa do shainroghanna", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "The": 83, "access": [4, 20, 21, 22, 27, 36], "account": 44, "achoimr": [44, 66], "acmhainn\u00ed": 41, "action": [15, 44], "activ": [0, 21], "acu": 35, "ad": 27, "add": 44, "address": 44, "advanc": 44, "ag": [19, 20, 26, 35, 38, 41, 42, 44, 46, 48, 50, 51, 60, 66, 72, 81, 82], "agu": [12, 20, 25, 35, 41, 42, 44, 45, 54, 57, 59, 64, 66, 69, 72, 79, 80], "ai": [1, 44], "aicearra\u00ed": 44, "ainm": 29, "ainmni\u00fa": 39, "aip": [24, 44], "aipeanna": 75, "aistri\u00fa": 26, "aistri\u00fach\u00e1n": [44, 64], "aitheanta": 20, "alia": [15, 44], "am": 42, "amach": [44, 58, 65], "amanna": 41, "amh\u00e1in": 50, "an": [5, 7, 12, 19, 20, 24, 26, 38, 41, 42, 44, 45, 46, 50, 66, 74, 80], "android": 45, "anoth": 44, "aoi": 72, "aontaith": [44, 83], "app": [0, 41, 42, 45], "ar": [7, 12, 20, 41, 44, 55, 64, 66, 69, 76, 78, 82], "assign": 36, "assist": 1, "athfhillteacha": 41, "athraigh": [26, 44], "athra\u00edtear": 12, "athruith": 54, "athr\u00fa": 12, "athshl\u00e1naith": 26, "at\u00e1": [12, 41], "audio": 60, "ba": 12, "backend": 27, "background": 60, "baill": 42, "bain": 42, "bainisteoir": [19, 20], "bainistigh": [54, 58, 62], "bainisti\u00fa": 41, "baint": [19, 20, 26, 38, 41, 42, 44, 50, 81], "beartaith": [26, 41], "beo": 64, "between": 52, "bhaineann": 54, "bhainisti\u00fa": [24, 41, 42, 44, 54, 69], "bhainist\u00edonn": 24, "bhfillte\u00e1n": 44, "bhfreastala\u00ed": 12, "bhfuil": [26, 35], "bhfuinneog": 19, "bhf\u00e9ilir": 59, "bhogadh": 12, "bhrabhs\u00e1la\u00ed": 83, "bloic": 44, "bog": 44, "bosca": 44, "bot": 57, "botanna": 57, "bpriont\u00e1il": 76, "brabhs\u00e1laith": 54, "brath": 44, "breakout": 60, "breith": 41, "breithnith": 81, "brows": 36, "browser": 60, "bruscar": [41, 44], "bun\u00fasach": 7, "cad": 24, "caint": [41, 73], "cain\u00e9il": 18, "calendar": 41, "call": 60, "cardbook": 50, "cartlannaigh": 69, "ccanna": 12, "ceangalt\u00e1in": [41, 56], "ceisteanna": 26, "chang": 27, "chat": 1, "chliaint": 81, "chomhaid": [20, 71], "chomhr\u00e1": 56, "chomhr\u00e1it": 69, "chomhth\u00e1th\u00fa": 75, "chomh\u00e9adain": 12, "chosc": 7, "chripti\u00fa": 38, "chruinni\u00fa": 41, "chruth\u00fa": [20, 41, 69, 78], "chuig": [12, 41, 44], "chumadh": 44, "chumad\u00f3ra": 44, "chumas\u00fa": 12, "chumr\u00fa": [19, 81], "chun": 41, "chunta": 44, "chuntai": 49, "chur": [19, 38, 41, 42, 44, 66], "ch\u00e9ad": 26, "ch\u00f3rai": 14, "cinn": [41, 44], "ci\u00fain": 66, "cliaint": [20, 25], "clibeanna": 44, "client": [8, 13, 60], "clist": [44, 66], "cloud": 28, "cl\u00e1r": 6, "cl\u00fadaigh": 44, "code": 81, "coinbhleachta\u00ed": 10, "coinn": 41, "coinn\u00ed": 41, "coinn\u00edollacha": 44, "coirp": 44, "coitianta": 26, "collabor": 23, "collect": [2, 3], "comhad": [12, 19, 20, 21, 29, 71], "comhaid": [20, 21, 24, 26, 29, 30, 31, 45, 56], "comhartha\u00ed": 81, "comhroinn": 75, "comhroinnt": [19, 41, 63, 72], "comhr\u00e1": [41, 55, 67, 69, 71, 75, 78], "comhr\u00e1it": [55, 68, 69, 78], "comhth\u00e1th\u00fa": [44, 59, 71], "command": [8, 16], "comment": 21, "cona": [12, 24, 26, 44], "configur": [9, 15], "conflict": 15, "connect": 21, "contact": 42, "context": 15, "control": 60, "cosc": 7, "creat": [5, 21, 28, 35, 36], "credenti": 8, "credit": 51, "criptith": 26, "cripti\u00fa": [26, 38], "cripti\u00fach\u00e1in": 26, "cripti\u00fach\u00e1n": 26, "crua": 81, "cruinnith": [41, 44, 59], "cruthaigh": [41, 42, 44, 75], "cuardach": [44, 76, 83], "cuir": [12, 41, 42, 44, 82], "cuireadh": [41, 44, 70], "cuir\u00ed": [41, 44], "cumasaigh": 44, "cumas\u00fa": 38, "cumraigh": 58, "cumra\u00edocht": 41, "cunta": 44, "cuntai": [19, 44], "cur": [35, 41, 44], "curl": 20, "cu\u00f3ta": 33, "cu\u00f3ta\u00ed": 24, "cyberduck": 20, "c\u00e1rta": 75, "c\u00e9anna": 42, "c\u00f3naidhm": [41, 70], "c\u00falra": 26, "d": 41, "daili": 0, "daoin": [35, 82], "dashboard": 83, "data": 52, "dath": 44, "de": 42, "dealramh": 55, "deasc": 46, "debug": 15, "deic": 75, "deilbh\u00edn": 19, "deilbh\u00edn\u00ed": [19, 21], "deisc": [20, 25], "deleg": [41, 44], "desktop": [13, 60], "detail": 21, "detect": 27, "dheasc": 19, "dhul": 41, "dh\u00e1": 81, "dh\u00e9anamh": 29, "dh\u00edchumas\u00fa": 26, "dh\u00fabailt": 41, "disk": 11, "dl\u00fath": [44, 55], "do": [19, 29, 35, 41, 42, 44, 49, 69, 77, 82], "doimhn": 12, "dolphin": 20, "dom": 69, "domhanda": 82, "download": [14, 15], "dramha\u00edola": 44, "droichead": 74, "dtimpeallacht": 7, "dt\u00ed": 26, "duin": 69, "dul": [60, 72], "dure": 60, "d\u00edliost\u00e1il": 44, "d\u00fablacha": 42, "e2e": 38, "eagar": [12, 41, 42, 44], "eagarth\u00f3ir": 19, "eagarth\u00f3ireacht": 76, "eagraigh": 42, "eanga\u00ed": 65, "earra\u00ed": [43, 81], "easp\u00f3rt\u00e1il": 41, "eil": [26, 35, 50, 72], "email": [0, 28], "emoji": 66, "encrypt": 34, "environ": 11, "eochair": 26, "eola": 44, "eolair": 12, "everyon": 5, "exampl": 8, "exclud": 8, "explor": 20, "extens": 15, "extern": 27, "fabhtcheart\u00fa": 49, "factor": 81, "fadhb": 20, "fadhbanna": 20, "faighteoir": 44, "faisn\u00e9i": 42, "faoin": 44, "favorit": 42, "fearr": 44, "featur": 15, "feder": [21, 28, 35], "feed": 0, "feidhmchl\u00e1ir": 81, "feist\u00ed": 54, "fhacht\u00f3ir": 81, "fheice\u00e1il": 82, "fheidhm": 12, "fhillte\u00e1in": 12, "fhillte\u00e1n": 12, "fhoilsi\u00fa": 41, "fhreastala\u00ed": 26, "fh\u00e1il": 20, "fh\u00e9ilir\u00ed": 41, "file": [0, 4, 9, 15, 20, 21, 22, 27, 32, 35, 36], "fillte\u00e1in": 21, "fillte\u00e1n": 38, "filter": [0, 21], "finder": 15, "fioscaireachta": 44, "first": [2, 5], "fi\u00fa": 12, "fo": 12, "foirceann": 38, "foireann": 42, "foirn": 42, "folder": 44, "forbhreathn\u00fa": 10, "forleagan": 19, "freagairt": [41, 66], "freagra": 20, "freagra\u00ed": 44, "freagr\u00falacht": 80, "freastail": 41, "frequenc": 0, "from": 27, "fuinneog": 19, "full": 60, "f\u00e9ach": 78, "f\u00e9achaint": 41, "f\u00e9idir": [26, 82], "f\u00e9ilir": [41, 44, 45, 47, 51, 59], "f\u00e9ilir\u00ed": [41, 50], "f\u00e9in": [29, 69], "f\u00edordheimhni\u00fa": 81, "f\u00edor\u00fala": 42, "f\u00edse\u00e1n": 21, "f\u00f3gra\u00ed": [41, 45, 69], "gach": 44, "gan": [26, 29], "gcliant": 19, "gcomhr\u00e1": [56, 66, 72, 75, 76], "gcumad\u00f3ir": 44, "gcumascadh": 42, "gcur": 42, "gener": 17, "get": 2, "ghinear\u00e1lta": 19, "ghlacadh": 72, "giuirl\u00e9id": 41, "glac": 72, "glacadh": 70, "glaoigh": 64, "glaonna": [60, 61, 62, 65], "gl\u00e9a": [38, 54], "gl\u00e9asanna": [20, 54], "gnome": 46, "gn\u00edomhartha": 44, "gn\u00f3thacha": 41, "go": [12, 26, 38, 44, 54, 78], "grid": 21, "group": 26, "gr\u00e9as\u00e1in": [79, 83], "gr\u00fapa": [43, 69], "gr\u00fapa\u00ed": [35, 42], "haghaidh": [41, 44], "hand": 60, "handl": 8, "hathruith": 12, "himeachta\u00ed": 41, "hiontaofa": 12, "histori": 1, "how": 5, "huathoibr\u00edoch": 44, "h\u00e1iti\u00fail": 12, "h\u00fas\u00e1ideoir\u00ed": 35, "i": [7, 26, 44, 56, 60, 72, 75, 76], "iad": 12, "iarracht": 12, "ic": 41, "idirghn\u00edomh\u00fa": 76, "il": 42, "imeacht": [41, 44], "imeachta\u00ed": [41, 59], "immedi": 60, "imreoir": 21, "indic": 15, "indi\u00fascartha": 69, "infhaighteacht": 41, "initi": 14, "inmhe\u00e1nacha": [35, 44], "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": 15, "interfac": [21, 83], "introduct": 5, "io": 47, "iomp\u00f3rt\u00e1il": [41, 42], "issu": 15, "isteach": [26, 44, 60, 66, 72, 81], "join": 60, "kde": [20, 48], "keep": 15, "kei": 26, "known": 15, "kontact": 48, "le": [12, 20, 35, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 59, 69, 70, 75, 76, 81], "leabhair": 42, "leabhar": 82, "leagan": [39, 44, 65], "leantacha": 44, "lean\u00fanach": 12, "leat": 44, "lei": [19, 20, 26, 38, 41, 42, 44, 45, 46, 82], "leo": 82, "level": [15, 36], "line": [8, 16], "linux": [7, 12, 14, 17, 20], "liom": 12, "liosta": [44, 55, 60], "liost\u00e1il": 41, "list": 8, "lock": 15, "log": 15, "log\u00e1il": [26, 81], "lose": 81, "low": 11, "luaigh": 44, "lucht": 41, "l\u00e1": 41, "l\u00e1imh": 42, "l\u00e1mhleabhar": 53, "l\u00e1nsc\u00e1ile\u00e1n": 72, "l\u00e9ir": 78, "l\u00edne": 20, "l\u00edonra": 19, "m": 12, "maco": [7, 14, 15, 17, 20, 49], "maidir": 12, "mail": 44, "manag": [32, 36], "mar": 72, "mark": 42, "markdown": [4, 66], "mbogadh": 21, "mbreise\u00e1n": 50, "meabhr\u00fach\u00e1in": [41, 44], "meabhr\u00fach\u00e1n": 76, "menu": 15, "mhaith": 12, "mhap\u00e1il": 20, "mhodhn\u00f3ir\u00ed": 77, "mh\u00e1thair": 74, "mh\u00f3ra": 31, "microsoft": 20, "migrat": 52, "mnemon": 38, "mobil": 60, "modh": 50, "mod\u00fal": 44, "molta": 50, "m\u00e9archl\u00e1ir": 44, "m\u00e9archl\u00e1r": 80, "m\u00edreanna": 42, "m\u00f3d": 44, "n": 76, "na": [44, 78, 82], "nach": [12, 26], "naisc": 35, "nasclean\u00faint": 80, "nasctha": 54, "nativ": 44, "nautilu": 20, "navig": [21, 83], "neamhaird": 19, "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nglao": [60, 72], "notif": [0, 1], "nua": [19, 41, 44], "nuair": [12, 24], "nuashonraigh": 18, "nuashonruith": 7, "nuashonr\u00fa": 7, "n\u00e1": 12, "n\u00edo": 12, "n\u00f3": [21, 26, 41, 42, 72], "n\u00f3ta": 69, "obair": [26, 41], "oibr": [7, 41], "oibr\u00edochta": 44, "oibr\u00edonn": 12, "oifig": 40, "oifigi\u00fala": 20, "onboard": 5, "option": 16, "ord": 44, "ordaith": 20, "orduith": 57, "oscailt": 78, "our": 5, "own": [5, 27], "ownership": 37, "page": 5, "pain\u00e9al": 69, "pain\u00e9il": 44, "parent": 5, "pasfhoc": 26, "pasfhocail": 54, "person": 1, "phoibl\u00ed": 35, "phr\u00edobh\u00e1ideach": 26, "picker": 1, "picti\u00far": 42, "pobalbhreitheanna": 56, "poibl\u00ed": [20, 35], "poist": 44, "possibl": 26, "profil": 83, "project": 5, "provid": 15, "pr\u00edobh\u00e1ideacha": 69, "pr\u00edobh\u00e1ideacht": 69, "pr\u00f3if\u00edl": 82, "p\u00e1irt": 72, "p\u00e1irt\u00ed": 20, "rabhadh": 12, "radharc": [55, 65], "rais": 60, "rannph\u00e1irtith": [60, 69], "reaction": 60, "record": 60, "recoveri": [26, 81], "refresh": 44, "riachtanai": [14, 83], "rialuith": 21, "rial\u00fa": 39, "rian\u00fa": 12, "rochtain": [20, 35, 80], "rogha": 50, "roghanna": [41, 42], "roghn\u00f3ir": 66, "roghn\u00fa": 21, "roinnt": [12, 21, 24, 26, 41, 42, 56, 82], "room": 60, "rss": 0, "run": 1, "r\u00e9amhamhairc": 21, "r\u00e9amhr\u00e1": 53, "r\u00e9iteach": 20, "r\u00edomhphoist": [44, 72], "r\u00f3il": 42, "sa": [56, 82], "saincheisteanna": 20, "sampla": 10, "san": 80, "sann": 41, "saoir": 41, "scag": 69, "scagadh": 44, "scagair": 44, "scaireanna": [20, 35], "sceideal": 59, "sceidealaith": 44, "sceideal\u00fa": 66, "sciar": 35, "scoit": 58, "screen": 60, "scrio": [41, 44], "scriosadh": [39, 41, 44], "scriosta": 24, "scriostar": 24, "sc\u00e1ile\u00e1in": [63, 72], "search": [21, 44], "second": 81, "secur": 34, "seice\u00e1il": 41, "seimine\u00e1r": 79, "send": 44, "seo": 26, "seolta\u00ed": [42, 44, 82], "seomra": 41, "seomra\u00ed": [41, 58], "server": [14, 44], "set": [0, 1, 60, 83], "setup": 14, "shainroghanna": 82, "share": [15, 21, 23, 26, 27, 28, 35, 44], "sheoladh": [66, 70], "shioncron\u00fa": 12, "shocr\u00fa": [40, 76], "shonra\u00ed": 82, "sidebar": [0, 21], "sin": 45, "sioncronaith": 12, "sioncron\u00fa": [12, 25, 30, 46, 48, 50], "sioncr\u00f3naith": [12, 19], "sioncr\u00f3n\u00fa": [45, 47, 49, 51], "sl\u00e1nd\u00e1il": 44, "smart": 1, "sn\u00e1ith": 44, "sn\u00e1ithith": 76, "socraigh": [19, 41, 49], "socruith": [19, 44, 72], "socr\u00fa": [29, 82], "soghluaist": [20, 25, 45], "sonrach": 54, "space": 11, "speaker": 65, "sp\u00e1": 24, "sreabhadh": 7, "srian": 82, "start": [2, 60], "statu": 15, "step": [2, 5], "stocaireacht": 79, "stopann": 12, "storag": 27, "stream": 0, "st\u00e1da": [19, 41], "st\u00e1dai": 21, "st\u00f3r\u00e1la": [24, 33], "sua": 44, "suan": 44, "subfold": 44, "suite\u00e1il": 14, "summari": 0, "support": [14, 15, 27], "sync": 15, "system": 36, "systrai": 19, "s\u00e9": 26, "s\u00f3rt\u00e1il": 44, "s\u00f3rt\u00e1la": 44, "s\u00fam\u00e1il": 80, "tabhair": 41, "tag": 36, "taifeadadh": 62, "taifeadta": 62, "taispe\u00e1int": 38, "taispe\u00e1nta": 44, "talk": [59, 60], "taobh": 26, "tapa": 44, "tarmligean": 44, "tasc": 44, "tascanna": 75, "task": 1, "teacht": 20, "teachtaireachta": 44, "teachtaireachta\u00ed": [40, 44, 55, 66, 69, 75, 76], "teagmh\u00e1il": 42, "teagmh\u00e1la": 42, "teagmh\u00e1lacha": [42, 50], "teagmh\u00e1laith": [42, 44, 45, 47, 50, 51], "team": 5, "teanga": 12, "teasta\u00edonn": 12, "templat": 5, "thabhairt": 66, "tharla\u00edonn": 24, "theachtaireacht": [44, 75], "theachtaireachta\u00ed": [66, 76], "theagmh\u00e1lacha": 42, "theagmh\u00e1laith": 42, "thrascr\u00edobh": 64, "thunderbird": 50, "timpeallachta\u00ed": 7, "tiom\u00e1nt\u00e1in": 20, "titim": 29, "tlsv1": 51, "togeth": 5, "togra": 41, "togra\u00ed": 41, "toili\u00fa": 62, "toirmeasc": 69, "tosa\u00edochta": 44, "tos\u00fa": 72, "transfer": 37, "trascr\u00edobh": 64, "troubleshoot": [15, 51], "tr\u00e9dhearcacht": 41, "tr\u00edd": 80, "tr\u00ed\u00fa": 20, "tuilleadh": 66, "turgnamhach": 10, "t\u00e9ac": 44, "t\u00e9ama\u00ed": 80, "uaim": 12, "uaireanta": 41, "uasl\u00f3d\u00e1il": [10, 29], "uasl\u00f3d\u00e1iltear": 12, "uasl\u00f3d\u00e1lacha": [29, 31], "uathfhreagr\u00f3ir": 44, "uathfhreagr\u00f3ir\u00ed": 44, "uathoibrith": 41, "uathoibri\u00fa": 44, "uathoibr\u00edoch": 7, "uathoibr\u00edocha": 7, "uil\u00edoch": 80, "uninstal": 17, "up": 60, "upload": 21, "us": [0, 2, 8, 15, 21, 27, 28], "usag": 8, "variabl": 11, "version": 14, "via": 28, "video": 60, "view": [0, 21, 65], "web": [21, 83], "webdav": 20, "what": 2, "why": 2, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "you": 81, "your": [0, 5, 21, 22, 27, 32, 81], "\u00e1": [10, 12, 19, 21, 38, 41, 42, 66, 69, 70, 76, 81, 82], "\u00e1bhair": 6, "\u00e1ireamh": 80, "\u00e1irith": 41, "\u00e1irithint": 41, "\u00e1iti\u00fail": 12, "\u00e9": [12, 26], "\u00e9aga": 69, "\u00edoslaghdaigh": 44, "\u00edosl\u00f3d\u00e1il": 60, "\u00f3": [19, 44, 71, 75], "\u00f3n": 59, "\u00fas\u00e1id": [20, 44, 66, 81], "\u00fas\u00e1ide": [19, 20, 26, 38, 41, 42, 44, 50, 81], "\u00fas\u00e1ideora": [12, 19, 26, 41, 53]}}) \ No newline at end of file diff --git a/server/latest/user_manual/gl/contents.html b/server/latest/user_manual/gl/contents.html index 488aa5981de..30984d113b9 100644 --- a/server/latest/user_manual/gl/contents.html +++ b/server/latest/user_manual/gl/contents.html @@ -180,6 +180,7 @@
                                      • Instalación
                                      • Uninstallation
                                      • Usar o cliente de sincronización
                                      • +
                                      • Using the macOS File Provider
                                      • Using the Command-Line Client
                                      • Command-Line Options
                                      • Configuration File
                                      • diff --git a/server/latest/user_manual/gl/desktop/autoupdate.html b/server/latest/user_manual/gl/desktop/autoupdate.html index 610454ec9a1..e3a5fb162df 100644 --- a/server/latest/user_manual/gl/desktop/autoupdate.html +++ b/server/latest/user_manual/gl/desktop/autoupdate.html @@ -84,6 +84,7 @@
                                      • Instalación
                                      • Uninstallation
                                      • Usar o cliente de sincronización
                                      • +
                                      • Using the macOS File Provider
                                      • Using the Command-Line Client
                                      • Command-Line Options
                                      • Configuration File
                                      • diff --git a/server/latest/user_manual/gl/desktop/commandline.html b/server/latest/user_manual/gl/desktop/commandline.html index 913c4ddf6df..ce011794ada 100644 --- a/server/latest/user_manual/gl/desktop/commandline.html +++ b/server/latest/user_manual/gl/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
                                      • Instalación
                                      • Uninstallation
                                      • Usar o cliente de sincronización
                                      • +
                                      • Using the macOS File Provider
                                      • Using the Command-Line Client
                                        • Install
                                        • Usage
                                        • @@ -257,7 +258,7 @@

                                          Example
                                          diff --git a/server/latest/user_manual/gl/desktop/configfile.html b/server/latest/user_manual/gl/desktop/configfile.html index 138610b9ffb..eae1c582550 100644 --- a/server/latest/user_manual/gl/desktop/configfile.html +++ b/server/latest/user_manual/gl/desktop/configfile.html @@ -84,6 +84,7 @@
                                        • Instalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/conflicts.html b/server/latest/user_manual/gl/desktop/conflicts.html index 85d4f7d9547..37ff7d38630 100644 --- a/server/latest/user_manual/gl/desktop/conflicts.html +++ b/server/latest/user_manual/gl/desktop/conflicts.html @@ -84,6 +84,7 @@
                                        • Instalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/envvars.html b/server/latest/user_manual/gl/desktop/envvars.html index 56cf2a99115..c415e4d602f 100644 --- a/server/latest/user_manual/gl/desktop/envvars.html +++ b/server/latest/user_manual/gl/desktop/envvars.html @@ -84,6 +84,7 @@
                                        • Instalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/faq.html b/server/latest/user_manual/gl/desktop/faq.html index 6a557f5ab25..5c8bad46f5d 100644 --- a/server/latest/user_manual/gl/desktop/faq.html +++ b/server/latest/user_manual/gl/desktop/faq.html @@ -84,6 +84,7 @@
                                        • Instalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/index.html b/server/latest/user_manual/gl/desktop/index.html index 59173553504..83fafd25319 100644 --- a/server/latest/user_manual/gl/desktop/index.html +++ b/server/latest/user_manual/gl/desktop/index.html @@ -84,6 +84,7 @@
                                        • Instalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • @@ -133,6 +134,7 @@

                                          Desktop ClientInstalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/installation.html b/server/latest/user_manual/gl/desktop/installation.html index 9c2b5a9bbf6..335b950906a 100644 --- a/server/latest/user_manual/gl/desktop/installation.html +++ b/server/latest/user_manual/gl/desktop/installation.html @@ -92,6 +92,7 @@
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/macosfileprovider.html b/server/latest/user_manual/gl/desktop/macosfileprovider.html new file mode 100644 index 00000000000..72d51a3915a --- /dev/null +++ b/server/latest/user_manual/gl/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                          + + +
                                          + +
                                          + +
                                          +
                                          +
                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                          + + + +
                                          +
                                          +
                                          ☁️ Versións
                                          + +
                                          + + 35 (latest) + +
                                          + +
                                          + + 34 (stable) + +
                                          + +
                                          + + 33 + +
                                          + +
                                          + + 32 + +
                                          + +
                                          +
                                          +
                                          + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/gl/desktop/macosvfs.html b/server/latest/user_manual/gl/desktop/macosvfs.html index e7a5917aa20..497d7f7af97 100644 --- a/server/latest/user_manual/gl/desktop/macosvfs.html +++ b/server/latest/user_manual/gl/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                          - - -
                                          - -
                                          - -
                                          -
                                          -
                                          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                          - - - -
                                          -
                                          -
                                          ☁️ Versións
                                          - -
                                          - - 35 (latest) - -
                                          - -
                                          - - 34 (stable) - -
                                          - -
                                          - - 33 - -
                                          - -
                                          - - 32 - -
                                          - -
                                          -
                                          -
                                          - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/gl/desktop/options.html b/server/latest/user_manual/gl/desktop/options.html index 7f9984fb4ff..8ca3b51736d 100644 --- a/server/latest/user_manual/gl/desktop/options.html +++ b/server/latest/user_manual/gl/desktop/options.html @@ -84,6 +84,7 @@
                                        • Instalación
                                        • Uninstallation
                                        • Usar o cliente de sincronización
                                        • +
                                        • Using the macOS File Provider
                                        • Using the Command-Line Client
                                        • Command-Line Options
                                        • Configuration File
                                        • diff --git a/server/latest/user_manual/gl/desktop/uninstallation.html b/server/latest/user_manual/gl/desktop/uninstallation.html index ccbce052ef5..ed75f0c5a6b 100644 --- a/server/latest/user_manual/gl/desktop/uninstallation.html +++ b/server/latest/user_manual/gl/desktop/uninstallation.html @@ -92,6 +92,7 @@

                                      • Usar o cliente de sincronización
                                      • +
                                      • Using the macOS File Provider
                                      • Using the Command-Line Client
                                      • Command-Line Options
                                      • Configuration File
                                      • diff --git a/server/latest/user_manual/gl/desktop/updatechannel.html b/server/latest/user_manual/gl/desktop/updatechannel.html index 775ea67091d..36caf4c9cb5 100644 --- a/server/latest/user_manual/gl/desktop/updatechannel.html +++ b/server/latest/user_manual/gl/desktop/updatechannel.html @@ -84,6 +84,7 @@
                                      • Instalación
                                      • Uninstallation
                                      • Usar o cliente de sincronización
                                      • +
                                      • Using the macOS File Provider
                                      • Using the Command-Line Client
                                      • Command-Line Options
                                      • Configuration File
                                      • diff --git a/server/latest/user_manual/gl/desktop/usage.html b/server/latest/user_manual/gl/desktop/usage.html index e41ee5ef479..0cc4f0669d7 100644 --- a/server/latest/user_manual/gl/desktop/usage.html +++ b/server/latest/user_manual/gl/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
                                      • Xanela xeral
                                      • Usar a xanela de Rede
                                      • Usar o editor de ficheiros ignorados
                                      • -
                                      • Virtual Files on macOS -
                                      +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • @@ -298,15 +295,6 @@

                                      Usar a xanela de Rede

                                      Retiraranse os ficheiros que causan erros individuais tres veces durante a sincronización. Con todo, o cliente ofrece a opción de volver tentar unha sincronización tres veces máis en ficheiros que producen erros.

                                    -
                                    -

                                    Virtual Files on macOS

                                    -

                                    For information about using virtual files integration on macOS, see:

                                    - -
                                    @@ -314,7 +302,7 @@

                                    Virtual Files on macOS

                                    diff --git a/server/latest/user_manual/gl/objects.inv b/server/latest/user_manual/gl/objects.inv index 32ccdab7e52..4f244059838 100644 Binary files a/server/latest/user_manual/gl/objects.inv and b/server/latest/user_manual/gl/objects.inv differ diff --git a/server/latest/user_manual/gl/searchindex.js b/server/latest/user_manual/gl/searchindex.js index 041f56116a9..df725f427b8 100644 --- a/server/latest/user_manual/gl/searchindex.js +++ b/server/latest/user_manual/gl/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "A sincronizaci\u00f3n detense ao intentar sincronizar a unha profundidade de m\u00e1is de 100 subdirectorios.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "AI assistant": [[1, null]], "Acceder a compartici\u00f3ns p\u00fablicas mediante WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acceder a ficheiros mediante cURL": [[20, "accessing-files-using-curl"]], "Acceder a ficheiros mediante macOS": [[20, "accessing-files-using-macos"]], "Acceder a ficheiros usando WinSCP": [[20, "accessing-files-using-winscp"]], "Acceder aos ficheiros de Nextcloud mediante WebDAV": [[20, null]], "Acceder aos ficheiros mediante Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acceder aos ficheiros mediante Linux": [[20, "accessing-files-using-linux"]], "Acceder aos ficheiros mediante Windows de Microsoft": [[20, "accessing-files-using-microsoft-windows"]], "Acceder con segundo factor de autenticaci\u00f3n": [[81, "logging-in-with-two-factor-authentication"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Acceso universal": [[80, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Acci\u00f3ns": [[44, "actions"]], "Acci\u00f3ns de mensaxes": [[44, "message-actions"]], "Acci\u00f3ns de sobre": [[44, "envelope-actions"]], "Acci\u00f3ns do men\u00fa contextual": [[15, "context-menu-actions"]], "Activar a busca no corpo do correo": [[44, "enable-mail-body-search"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Adiamento": [[44, "snooze"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alg\u00fans ficheiros est\u00e1n a ser enviados continuamente ao servidor, mesmo cando non se modifican.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Alias files": [[15, "alias-files"]], "Alternativa: usar o engadido CardBook (s\u00f3 contactos)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Asignar as unidades coa li\u00f1a de ordes": [[20, "mapping-drives-with-the-command-line"]], "Asignar as unidades con Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Asignar salas e recursos a un evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Axustar as s\u00faas preferencias": [[82, null]], "Axustar o seu propio repositorio de ficheiros": [[29, "setting-up-your-own-file-drop"]], "Axustes da conta": [[44, "account-settings"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bloques de texto": [[44, "text-blocks"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Caixa de entrada prioritaria": [[44, "priority-inbox"]], "Caixa de sa\u00edda": [[44, "outbox"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendario": [[47, "calendar"], [51, "calendar"]], "Calendario de aniversarios": [[41, "birthday-calendar"]], "Calendarios": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cambiar a cor das etiquetas": [[44, "change-color-for-tags"]], "Cambiar o contrasinal da chave privada": [[26, "change-private-key-password"]], "Cambiar o criterio de ordenaci\u00f3n": [[44, "change-sort-order"]], "Cambiar o dese\u00f1o": [[44, "switch-layout"]], "Cancelar a subscrici\u00f3n dunha lista de correo": [[44, "unsubscribe-from-a-mailing-list"]], "Canles de actualizaci\u00f3n": [[18, null]], "Cesto do lixo": [[41, "trash-bin"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Citas": [[41, "appointments"]], "Clientes WebDAV de terceiros": [[20, "third-party-webdav-clients"]], "Clientes de m\u00f3bil": [[25, "mobile-clients"]], "Clientes oficiais de escritorio e m\u00f3biles de Nextcloud": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Coa aplicaci\u00f3n m\u00f3bil de Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Como activala": [[12, "how-to-enable-it"]], "Como eliminar un filtro": [[44, "how-to-delete-a-filter"]], "Como engadir un novo filtro": [[44, "how-to-add-a-new-filter"]], "Como se pode desactivar o cifrado?": [[26, "how-can-encryption-be-disabled"]], "Como traballa a funcionalidade \u00abEditar localmente\u00bb": [[12, "how-the-edit-locally-functionality-works"]], "Como xestiona o espazo de almacenamento a aplicaci\u00f3n de ficheiros eliminados": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compartici\u00f3ns internas con usuarios e grupos": [[35, "internal-shares-with-users-and-groups"]], "Compartir con ligaz\u00f3ns p\u00fablicas": [[35, "public-link-shares"]], "Compartir desde o seu escritorio": [[19, "sharing-from-your-desktop"]], "Compartir ficheiros cifrados": [[26, "sharing-encrypted-files"]], "Compartir iconas de estado": [[21, "sharing-status-icons"]], "Compartir os calendarios": [[41, "sharing-calendars"]], "Compartir os seus datos no caderno global de enderezos": [[82, "sharing-your-data-in-the-global-address-book"]], "Comprobaci\u00f3n dos tempos ocupados dos asistentes": [[41, "checking-attendees-busy-times"]], "Concertar/reservar unha cita": [[41, "booking-an-appointment"]], "Condici\u00f3ns": [[44, "conditions"]], "Configuraci\u00f3n": [[15, "configuration"]], "Configurar o segundo factor de autenticaci\u00f3n": [[81, "configuring-two-factor-authentication"]], "Configurar os axustes da conta de NextCloud": [[19, "configuring-nextcloud-account-settings"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Conflitos": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consideraci\u00f3ns": [[81, "considerations"]], "Contactos": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contactos e Calendario": [[45, "contacts-and-calendar"]], "Contrasinais espec\u00edficos de dispositivo e cambios de contrasinais": [[54, "device-specific-passwords-and-password-changes"]], "Contrasinal da chave de recuperaci\u00f3n": [[26, "recovery-key-password"]], "Controis de ficheiros": [[21, "file-controls"]], "Control de versi\u00f3ns": [[39, null]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Convidar aos asistentes a un evento": [[41, "invite-attendees-to-an-event"]], "Cota de almacenamento": [[33, null]], "Cotas": [[24, "quotas"]], "Crea un novo calendario": [[41, "create-a-new-calendar"]], "Creaci\u00f3n de montaxes WebDAV coa li\u00f1a de ordes de Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Crear un equipo": [[42, "create-a-team"]], "Crear un evento": [[44, "create-an-event"]], "Crear un filtro a partir dunha mensaxe": [[44, "create-a-filter-from-a-message"]], "Crear un novo evento": [[41, "create-a-new-event"]], "Crear unha configuraci\u00f3n de cita": [[41, "creating-an-appointment-configuration"]], "Crear unha sala de Parladoiro para as citas concertadas/reservadas": [[41, "create-talk-room-for-booked-appointments"]], "Crear unha tarefa": [[44, "create-a-task"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Deck": [[75, "deck"]], "Definir mensaxes de \u00abf\u00f3ra da oficina\u00bb": [[40, null]], "Definir o estado do usuario": [[19, "set-the-user-status"]], "Delegaci\u00f3n de contas": [[44, "account-delegation"]], "Desktop Client": [[13, null]], "Desprazarse mediante o teclado": [[80, "navigating-via-keyboard"]], "Details sidebar": [[21, "details-sidebar"]], "Detecci\u00f3n de ciberestafa (pishing)": [[44, "phishing-detection"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Dispo\u00f1ibilidade (horario de traballo)": [[41, "availability-working-hours"]], "Dispo\u00f1ibilidade de salas": [[41, "room-availability"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Editar etiquetas": [[44, "edit-tags"]], "Editar ou retirar informaci\u00f3n dun contacto": [[42, "edit-or-remove-contact-information"]], "Editar, duplicar ou eliminar un evento": [[41, "edit-duplicate-or-delete-an-event"]], "Editar, exportar ou eliminar un calendario": [[41, "edit-export-or-delete-a-calendar"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Elementos compartidos": [[42, "shared-items"]], "Eliminaci\u00f3n autom\u00e1tica do lixo": [[44, "automatic-trash-deletion"]], "Eliminar etiquetas": [[44, "delete-tags"]], "Eliminar unha versi\u00f3n": [[39, "deleting-a-version"]], "Email notification frequency": [[0, "email-notification-frequency"]], "En Linux": [[12, "on-linux"]], "En Windows": [[12, "on-windows"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Enderezos internos": [[44, "internal-addresses"]], "Engadindo unha compartici\u00f3n p\u00fablica ao seu Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Engadir anexos aos eventos": [[41, "add-attachments-to-events"]], "Engadir contactos": [[42, "adding-contacts"]], "Engadir contactos manualmente": [[42, "adding-contacts-manually"]], "Engadir e xestionar cadernos de enderezos": [[42, "adding-and-managing-address-books"]], "Engadir membros a un equipo": [[42, "add-members-to-a-team"]], "Engadir novas contas": [[19, "adding-new-accounts"]], "Engadir opci\u00f3ns recorrentes": [[41, "add-recurring-options"]], "Engadir unha conversa de Parladoiro": [[41, "add-talk-conversation"]], "Engadir unha nova conta de correo": [[44, "add-a-new-mail-account"]], "Enviando conflitos (experimental)": [[10, "uploading-conflicts-experimental"]], "Environment Variables": [[11, null]], "Env\u00edo de ficheiros": [[29, "uploading-files"]], "Env\u00edo de ficheiros grandes": [[31, null]], "Equipos": [[42, "teams"]], "Estado automatizado do usuario": [[41, "automated-user-status"]], "Est\u00e1 previsto pasar isto ao seguinte acceso de usuario ou a un traballo de fondo?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Evitar as actualizaci\u00f3ns autom\u00e1ticas": [[7, "preventing-automatic-updates"]], "Evitar as actualizaci\u00f3ns autom\u00e1ticas en contornos Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Evitar as actualizaci\u00f3ns autom\u00e1ticas en contornos Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Exemplo": [[10, "example"]], "Facer env\u00edos an\u00f3nimos": [[29, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Ficheiros e notificaci\u00f3ns": [[45, "files-and-notifications"]], "Ficheiros e sincronizaci\u00f3n": [[30, null]], "Ficheiros sen cifrar": [[26, "files-not-encrypted"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtrado e resposta autom\u00e1tica": [[44, "filtering-and-autoresponder"]], "Filtro": [[44, "filter"]], "First steps": [[2, "first-steps"]], "Fluxo b\u00e1sico de traballo": [[7, "basic-workflow"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "Funcionalidades compat\u00edbeis": [[15, "supported-features"]], "Fusionar contactos duplicados": [[42, "merging-duplicate-contacts"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Gustar\u00edame cambiar o idioma da interface de usuario": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Houbo unha advertencia sobre os cambios nos cartafoles sincronizados que non est\u00e1n a ser rastrexados de xeito fi\u00e1bel.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "How to onboard your team": [[5, null]], "Icona da \u00e1rea de notificaci\u00f3n": [[19, "systray-icon"]], "Iconas de superposici\u00f3n do xestor de ficheiros": [[19, "file-manager-overlay-icons"]], "Imaxe do contacto": [[42, "contact-picture"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Importaci\u00f3n de contactos virtuais": [[42, "importing-virtual-contacts"]], "Importar un calendario": [[41, "import-a-calendar"]], "Importar un evento / Engadir un evento .ics": [[41, "import-an-event-add-ics-event"]], "Indicadores de estado da sincronizaci\u00f3n": [[15, "sync-status-indicators"]], "Informaci\u00f3n do destinatario na xanela de redacci\u00f3n": [[44, "recipient-info-on-composer"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Instalaci\u00f3n": [[14, null]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Integraci\u00f3n co Taboleiro": [[44, "dashboard-integration"]], "Integraci\u00f3n con Finder": [[15, "finder-integration"]], "Interacting with messages": [[76, null]], "Introduci\u00f3n ao manual de usuario de Nextcloud \u00ab35\u00bb": [[53, null]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Lembretes de seguimento": [[44, "follow-up-reminders"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mencionar contactos": [[44, "mention-contacts"]], "Mensaxes programadas": [[44, "scheduled-messages"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimizar a xanela modal de redacci\u00f3n": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Modo de Vista de mensaxes / de operativa": [[44, "message-display-operation-mode"]], "Mover as mensaxes ao cartafol de non desexado": [[44, "move-messages-to-junk-folder"]], "Mover ficheiros": [[21, "moving-files"]], "M\u00e9todo recomendado": [[50, "recommended-method"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nomear unha versi\u00f3n": [[39, "naming-a-version"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "O actualizador autom\u00e1tico": [[7, null]], "Opci\u00f3ns do equipo": [[42, "team-options"]], "Open conversations": [[78, null]], "Organizar os seus contactos cos grupos de contactos": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outros con acceso": [[35, "others-with-access"]], "Parladoiro": [[73, null]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preguntas frecuentes (FAQ) sobre cifrado": [[26, "encryption-faq"]], "Preguntas frecuentes \u2014 FAQ": [[12, null]], "Preparar as s\u00faas contas": [[49, "setup-your-accounts"]], "Preparar lembretes": [[41, "set-up-reminders"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemas co\u00f1ecidos": [[20, "known-issues"], [20, "known-problems"]], "Proposals": [[41, "proposals"]], "Publicaci\u00f3n dun calendario": [[41, "publishing-a-calendar"]], "P\u00f3dese desactivar o cifrado sen o contrasinal do usuario?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Que ocorre cando se eliminan os ficheiros compartidos": [[24, "what-happens-when-shared-files-are-deleted"]], "Quero mover o meu cartafol local de sincronizaci\u00f3n": [[12, "i-want-to-move-my-local-sync-folder"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Redactar mensaxes": [[44, "compose-messages"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Reproductor de v\u00eddeo": [[21, "video-player"]], "Requisitos do navegador web": [[83, "web-browser-requirements"]], "Requisitos do sistema": [[14, "system-requirements"]], "Responder a convites": [[41, "responding-to-invitations"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Resposta": [[20, "answer"]], "Respostas autrom\u00e1ticas": [[44, "autoresponders"]], "Respostas intelixentes": [[44, "smart-replies"]], "Restrinxir quen pode ver os datos do seu perfil": [[82, "restrict-who-can-see-your-profile-data"]], "Resumo do f\u00edo": [[44, "thread-summary"]], "Resumo por IA": [[44, "ai-summary"]], "Roles do equipo": [[42, "team-roles"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Seguridade": [[44, "security"]], "Selecci\u00f3n de ficheiros ou cartafoles": [[21, "selecting-files-or-folders"]], "Sen a aplicaci\u00f3n m\u00f3bil de Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Sincronizaci\u00f3n co escritorio de GNOME": [[46, null]], "Sincronizaci\u00f3n con Android": [[45, null]], "Sincronizaci\u00f3n con KDE Kontact": [[48, null]], "Sincronizaci\u00f3n con Thunderbird": [[50, null]], "Sincronizaci\u00f3n con Windows 10": [[51, null]], "Sincronizaci\u00f3n con iOS": [[47, null]], "Sincronizaci\u00f3n con macOS": [[49, null]], "Sincronizaci\u00f3n de escritorio e m\u00f3bil": [[25, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Software de traballo en grupo": [[43, null]], "Soluci\u00f3n": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Soluci\u00f3n 1": [[20, "solution-1"]], "Soluci\u00f3n 2": [[20, "solution-2"]], "Soluci\u00f3n de problemas": [[49, "troubleshooting"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribirse a un calendario de d\u00edas festivos": [[41, "subscribe-to-a-holiday-calendar"]], "Subscr\u00edbirse a un calendario": [[41, "subscribe-to-a-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Temas inclu\u00eddos": [[80, "included-themes"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Todas as caixas de entrada": [[44, "all-inboxes"]], "Traballar coa cita concertada/reservada": [[41, "working-with-the-booked-appointment"]], "Traduci\u00f3n do correo": [[44, "mail-translation"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Transparencia do calendario": [[41, "calendar-transparency"]], "Trebello de calendario": [[41, "calendar-widget"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Usar a aplicaci\u00f3n Calendario": [[41, null]], "Usar a aplicaci\u00f3n Contactos": [[42, null]], "Usar a aplicaci\u00f3n Correo": [[44, null]], "Usar a xanela de Rede": [[19, "using-the-network-window"]], "Usar aplicaci\u00f3ns de cliente con segundo factor de autenticaci\u00f3n": [[81, "using-client-applications-with-two-factor-authentication"]], "Usar o cifrado": [[26, "using-encryption"]], "Usar o cliente de sincronizaci\u00f3n": [[19, null]], "Usar o editor de ficheiros ignorados": [[19, "using-the-ignored-files-editor"]], "Usar o segundo factor de autenticaci\u00f3n": [[81, null]], "Usar o segundo factor de autenticaci\u00f3n con testemu\u00f1os de hardware": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Vista previa de ficheiros": [[21, "previewing-files"]], "Vista xeral": [[10, "overview"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Xanela xeral": [[19, "general-window"]], "Xestionar a s\u00faa conta de correo": [[44, "managing-your-mail-account"]], "Xestionar os dispositivos": [[54, "managing-devices"]], "Xestionar os eventos": [[41, "managing-events"]], "Xestionar os ficheiros eliminados": [[24, null]], "Xestionar os navegadores conectados": [[54, "managing-connected-browsers"]], "Xestionar os navegadores conectados e os dispositivos": [[54, null]], "Xestionar os seus calendarios": [[41, "managing-your-calendars"]], "Xestionar varios contactos \u00e1 vez": [[42, "managing-multiple-contacts-at-a-time"]], "Xestor de ficheiros Nautilus": [[20, "nautilus-file-manager"]], "Zoom e capacidade de resposta": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00c9 pos\u00edbel desactivar o cifrado coa chave de recuperaci\u00f3n?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u00cdndice": [[6, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 10, 11, 19, 20, 21, 24, 26, 27, 28, 35, 39, 40, 41, 42, 44, 47, 50, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "As": [0, 7, 18, 19, 39, 41, 42, 44, 46, 48, 56, 77, 82], "At": [20, 49, 54], "By": [0, 5, 69, 70], "For": [0, 2, 6, 13, 14, 17, 19, 27, 36, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 17, 38, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 10, 15, 19, 20, 26, 36, 39, 41, 42, 44, 51], "Nos": [20, 39, 41, 42, 46], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 38, 39, 41, 42, 44, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [20, 51, 76], "There": [17, 20, 66, 69, 72], "These": [14, 41, 69], "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [20, 21, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abaixo": [10, 50], "aberto": [20, 53], "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abondo": 12, "abondoso": 50, "abordar": 7, "abort": 11, "about": [0, 5, 15, 19, 21, 41, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "abr": [10, 19, 41, 44], "abra": [10, 19, 20, 41, 44, 46, 47, 48, 80], "abrilo": 20, "abrindo": 41, "abrir": [19, 20, 26, 41, 46], "abriras": 7, "abrir\u00e1": [12, 42, 45], "absenc": 69, "acabar\u00e1n": 41, "acadado": 41, "acced": [6, 14, 21, 22, 26, 30, 35, 41, 42, 44, 49, 50, 80, 82], "acceda": [20, 28, 35], "accedeu": 44, "acceler": 15, "accept": [44, 73], "accesibilidad": 80, "acceso": [6, 19, 20, 31, 41, 44, 45, 81, 82], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "acces\u00edbei": 41, "acces\u00edbel": 35, "accidentalment": 41, "acci\u00f3n": 42, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "acept": 41, "acepta": 37, "aceptaci\u00f3n": [35, 37], "aceptado": 41, "aceptando": 41, "aceptar": [20, 35, 41], "aceptar\u00e1": 41, "achegars": 40, "aconsell\u00e1ndol": 26, "acordar": 41, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 14, 26, 29, 42, 44, 54, 59, 65, 80, 83], "activa": [20, 26], "activada": [19, 26, 41, 42, 44, 82], "activado": [26, 28, 33, 35, 40, 44, 49, 51], "activala": 20, "activalo": 44, "activar": [7, 19, 20, 26, 41, 80], "activar\u00e1n": 41, "actividad": [12, 19, 20, 82], "activo": [20, 44], "actual": [15, 19, 20, 35, 44], "actualiza": [7, 19, 26], "actualizaci\u00f3n": [6, 13, 48], "actualizada": 28, "actualizado": [10, 20], "actualizador": [6, 13, 14], "actualizando": 19, "actualizar": [19, 20, 44, 48], "actualizarans": 41, "actualizaras": 50, "actualment": [19, 24, 41, 42], "actual\u00edzans": 41, "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 42, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "ademai": [19, 24, 41, 42], "adiant": 50, "adiar": 44, "adiars": 44, "adicion": 19, "adicionai": [19, 41], "adjust": [9, 11, 15, 20, 82], "admin": [14, 36, 42], "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administraci\u00f3n": [13, 20, 21, 24, 26, 29, 31, 33, 35, 37, 41, 44, 80, 82], "administrador": [7, 82], "administrar": 82, "administrativa": [35, 37], "administrativo": [7, 31], "admit": [20, 41, 42, 49, 50, 81], "admita": 20, "admiten": 42, "admitida": 44, "admitido": 44, "admitir": [20, 41], "advanc": [14, 41, 51], "advertencia": [19, 20, 26, 41, 44], "advertir\u00e1": 44, "advert\u00edndol": 26, "advis": 14, "affect": [0, 4, 44], "aforrar": 48, "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agarda": 44, "agardaba": 19, "agardando": 19, "agardar": [18, 39], "agenda": [44, 57], "ago": 0, "agocha": 35, "agochar": 35, "agora": [10, 20, 29, 41, 42, 44, 45, 46, 47, 48, 81], "ag\u00e1": 20, "ai": [6, 44, 66], "aim": 80, "airplan": 57, "algo": 81, "algunha": [21, 26, 33, 35, 41, 44, 82], "algu\u00e9n": 41, "alg\u00fan": [19, 41, 42, 48, 80], "alias": 52, "alic": 41, "align": 69, "alik": 69, "aliviar": 80, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 44, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almacenada": [26, 39], "almacenado": 20, "almacenamento": [20, 26, 30, 32], "almacenan": 33, "almacenar": [20, 26], "almac\u00e9n": 20, "almac\u00e9nans": 44, "almost": 81, "along": [8, 52], "aloxado": 20, "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alteran": 19, "altern": [2, 12, 14, 29, 60], "alternativa": [12, 20], "alto": [12, 80], "alwai": [15, 25, 42, 44, 50, 69, 81], "al\u00ed": [41, 42, 44], "amarela": 10, "amazon": [20, 27], "ambo": 42, "amigo": 41, "amosa": [19, 20, 35, 37, 42, 44], "amosado": [41, 44, 46], "amosan": [19, 42], "amosando": 19, "amosar": [10, 19, 20, 41], "amosarans": [41, 42, 44], "amosaras": [37, 41, 44], "amosarm": 41, "amosar\u00e1": [12, 40, 41, 42, 44, 81], "amosar\u00e1n": 41, "amosas": [10, 42], "ampla": 81, "ampliar": 80, "am\u00f3sal": 41, "am\u00f3sans": 46, "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analizado": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 44, 57, 60, 62, 69, 70, 72, 78, 83], "ani\u00f1ado": 12, "ano": 41, "anonym": [29, 56], "anoth": [27, 41, 42, 60, 69, 76], "answer": 5, "ant": [7, 12, 18, 19, 20, 41, 45], "antelaci\u00f3n": 41, "anterior": [12, 20, 41, 47, 50, 51], "anteriorment": [19, 41, 44], "antiga": [14, 24, 33, 39], "antigo": [12, 24, 26, 28, 33, 41], "antig\u00fcidad": 24, "anulaci\u00f3n": 7, "anular": [7, 24, 33], "anyon": [66, 82], "anyth": 26, "anytim": [28, 62], "anywher": 44, "an\u00f3nimo": [23, 30], "ao": [6, 7, 10, 19, 21, 22, 24, 28, 29, 30, 31, 39, 40, 42, 43, 45, 50, 80, 82], "apach": 31, "aparec": [19, 20, 41, 42, 51], "aparecen": [29, 82], "aparecendo": 41, "aparecer\u00e1": [7, 12, 19, 41, 42, 44, 45], "aparecer\u00e1n": 41, "apareza": 48, "aparezan": 42, "aplicaci\u00f3n": [6, 7, 19, 20, 26, 33, 39, 40, 43, 46, 47, 48, 50, 51, 53, 80, 82], "aplicarans": 42, "aplicar\u00e1": 40, "apl\u00edcans": [19, 44], "apl\u00edcas": [42, 44], "apoiar": 42, "app": [1, 2, 4, 6, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 42, 44, 69], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [44, 52], "appropri": 76, "approxim": 9, "aprenderllo": 44, "aprender\u00e1": 42, "apropiado": 51, "aproveitar": 12, "aproximadament": 33, "apt": [17, 20], "apuntan": 44, "apuntando": 10, "ap\u00f3": [7, 12, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48], "aqu\u00ed": [19, 44, 50], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrario": [19, 20], "arch": 8, "archiv": [8, 21], "area": 60, "around": 36, "arquivando": 41, "arrincar": 20, "arrow": [15, 66, 72, 80], "artifici": 1, "artigo": 20, "asegura": 7, "aseguraras": 41, "asegurars": 20, "aseg\u00fares": [20, 41, 44, 47, 49], "asign": 20, "asigna": [20, 24], "asignaci\u00f3n": 20, "asignada": [20, 44], "asistent": [12, 19], "ask": [9, 27, 45, 62, 66], "asociado": 19, "assign": [21, 58, 69], "assist": [6, 66, 80], "assum": 15, "asterisco": 19, "asunto": 44, "as\u00ed": [28, 35, 40, 41, 44, 46, 48, 80], "ata": [20, 24, 33, 35, 39, 41, 42, 44, 51, 53], "atallo": [44, 80], "atenci\u00f3n": 10, "atopa": [20, 37, 80], "atopar": [20, 41, 44, 47, 50, 80], "atopar\u00e1": [12, 14, 19, 41, 42, 48], "atopas": 41, "atr\u00e1": 48, "attach": [29, 36, 41, 44, 67, 73], "attempt": [14, 51], "attende": 52, "attribut": 82, "at\u00f3pans": 19, "audio": [21, 62, 72, 73], "aument": 31, "aumentar": 20, "aumentar\u00e1": 80, "aumento": 31, "ausencia": [40, 41, 44], "ausent": [19, 40], "autentica": 20, "autenticaci\u00f3n": [6, 20, 50, 51, 54, 82], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "author": 20, "auto": [20, 42, 56], "autoasinado": [20, 49], "autocompletado": 37, "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "automaticament": [7, 20, 28, 35, 41, 44, 47], "autom\u00e1tica": [12, 39, 40, 50], "autom\u00e1tico": [6, 13, 14, 37, 44], "autor": 10, "autorizado": 81, "autor\u00eda": 20, "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avanzada": [41, 44, 50], "avanzado": [20, 41, 47, 51], "avatar": [19, 20, 41, 42, 44, 69], "avisar\u00e1": [7, 12], "avoid": 15, "awai": 69, "axeitada": 10, "axeitado": [20, 31], "axenda": 41, "axuda": 80, "axudar": 18, "axudarl": 41, "axudar\u00e1": 42, "axud\u00e1ndol": 41, "axust": [7, 10, 20, 35, 40, 41, 42, 45, 46, 47, 48, 51, 80, 82], "axustalo": 45, "axustando": 12, "axustar": [6, 24, 35, 41, 81], "axustars": 35, "axust\u00e1ndoo": 44, "ax\u00fadanl": 42, "ax\u00fastans": 39, "azul": [19, 41], "a\u00ed": [20, 41], "a\u00ednda": [12, 19, 20, 26, 33, 41, 44, 47, 50, 80], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72], "backup": [39, 41, 81], "badg": 21, "baix": 20, "baixa": 40, "baixo": [19, 33, 37, 41, 51], "baleira": [41, 42], "baleirar": 41, "baleiro": [41, 42, 44], "banda": 19, "bandexa": 19, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barra": [19, 20, 28, 35, 41, 42, 48, 80], "base": [8, 10, 26, 33, 45, 57, 81], "baseado": [7, 20, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [15, 20, 26, 38, 46], "becom": [5, 69], "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "begin": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "beira": 42, "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 44, 65], "ben": [44, 45, 48], "benvida": 53, "best": [14, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "bin": 21, "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": 66, "blockquot": 66, "blog": 12, "bloqu": 41, "bloqueo": 19, "blue": 49, "blur": [60, 72], "board": 2, "bodi": 44, "bold": 66, "bolet\u00edn": 44, "book": [41, 42, 50, 82], "border": 27, "borrar": 20, "bot": [73, 77], "both": [8, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bot\u00f3n": [19, 20, 28, 29, 35, 41, 42, 44, 45, 50, 80], "bound": 9, "box": [0, 51, 62], "branca": 19, "branco": 19, "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "brillo": 80, "bring": [8, 19, 72], "broadcast": 58, "broma": 42, "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 38, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bucl": 12, "build": 14, "built": [14, 17, 20, 21], "bulk": 72, "bundl": 15, "busca": [12, 26, 37, 46], "buscar": [20, 44, 46], "buscars": 44, "buscar\u00e1": 44, "busi": [40, 41], "busqu": [41, 42], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "b\u00e1ner": 26, "b\u00e1sica": [20, 41], "b\u00e1sico": 41, "b\u00f3tell": 47, "c": [12, 20, 80], "cabeceira": [44, 80], "cach": 17, "cach\u00e9": 33, "cada": [19, 20, 24, 26, 35, 39, 41, 42, 44, 81], "cadea": 19, "caderno": [6, 44, 45, 47, 50, 51], "cadrado": 42, "cadro": 51, "caducidad": [24, 35, 39], "caixa": [19, 20, 41, 42, 51], "caja": [19, 20], "cal": [19, 41], "calcula": [24, 33], "calc\u00falas": 33, "caldav": [43, 47, 48, 49, 50, 51], "caldendario": 45, "cale": 45, "calendar": [0, 2, 40, 47, 48, 49, 51, 52, 68, 69, 73, 83], "calendario": [6, 33, 42, 43, 44, 46, 48], "calidad": 80, "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "calquera": [7, 19, 20, 24, 26, 28, 33, 41, 42, 44, 46, 47, 48, 51, 54, 80], "cambi": [12, 20, 51], "cambia": [10, 12, 28, 35, 81], "cambiado": 41, "cambialo": 20, "cambiando": 12, "cambiar": [10, 14, 37, 41, 48, 51, 82], "cambiara": 41, "cambiarl": 24, "cambiar\u00e1": [40, 51], "cambio": [6, 10, 19, 41, 42, 44], "cambiou": [10, 26], "camera": [45, 60, 63, 72], "campo": [19, 20, 28, 37, 42, 44, 47, 51], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cancelaci\u00f3n": 41, "cancelar": 41, "cando": [7, 10, 14, 19, 20, 26, 28, 29, 33, 39, 40, 41, 42, 44, 45, 48], "canl": [6, 13], "cannot": [21, 26, 29, 36, 44, 56], "cantidad": 12, "canto": [26, 41, 44, 50], "capacidad": [6, 44], "caption": [56, 76], "cara": [20, 33, 50], "caracter": [19, 44], "caracter\u00edstica": [12, 26], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "carga": [29, 44], "carla": 8, "carri": [15, 20], "cartafol": [14, 19, 20, 24, 26, 29, 33, 35, 37, 41, 42, 53, 82], "car\u00e1cter": [19, 44], "car\u00f3n": [19, 42], "casa": 53, "case": [14, 42, 62, 69, 82], "caso": [7, 12, 20, 26, 42, 48], "categori": [0, 45], "catro": 44, "causa": 80, "causado": 80, "causan": 19, "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certa": [31, 42], "certain": [11, 76], "certif": 8, "certificaci\u00f3n": 20, "certificado": [20, 47, 49], "certo": 42, "cesto": [24, 26, 33, 42, 44], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chamada": [41, 80], "chamado": 20, "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 26, 29, 36, 41, 44, 54, 55, 58, 69, 72, 80, 82, 83], "chapter": [14, 20], "chart": 15, "chat": [6, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chave": 81, "chaveiro": 49, "check": [0, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 44, 60, 62, 69], "checklist": 69, "chegar": 20, "chegu": 44, "chip": 83, "chisco": [12, 33], "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 44, 45, 48, 49, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": 15, "chou": [35, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chunk": [9, 11], "chunksiz": 9, "ciclo": [12, 19], "cif": 27, "cifrada": [20, 49], "cifrado": [20, 33, 47], "cifran": 26, "cifrar": 20, "cinnamon": 20, "circl": [15, 69], "circular": [39, 42], "circumst": 9, "cita": 48, "citrix": [9, 14], "claridad": 80, "classic": [15, 55], "classif": 44, "clave": [7, 33], "clean": 12, "cleaner": 44, "clear": [16, 69], "clic": 48, "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "co": [6, 12, 19, 20, 24, 25, 28, 35, 39, 41, 43, 53], "coa": [10, 18, 19, 21, 24, 31, 43, 44, 51, 53, 80], "code": [6, 38, 45, 66], "codec": 21, "codigo": 41, "cohes": 5, "coidado": 12, "coincid": [19, 44], "coincidan": 42, "coinciden": 12, "coincidencia": 44, "coincident": 19, "coincidir": 44, "coincidir\u00eda": 44, "colaboraci\u00f3n": 42, "colaborativa": 35, "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "coloca": 24, "colocar": 20, "coloqu": 53, "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "coma": [7, 20, 46, 48], "comec": [40, 44], "comentario": 41, "comigo": 41, "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 69], "como": [7, 19, 20, 28, 31, 33, 35, 40, 41, 42, 45, 46, 47, 48, 51, 80, 81, 82], "comodidad": 19, "comod\u00edn": [19, 44], "compar": 10, "compart": [24, 33, 41], "comparta": 26, "comparten": [24, 33], "compartici\u00f3n": [19, 26, 28, 33, 41, 82], "compartida": [20, 42], "compartido": [20, 26, 28, 33, 35, 41, 53], "compartila": [41, 43], "compartilo": [24, 41], "compartindo": [28, 41], "compartir": [6, 20, 28, 33, 42, 44, 53], "compartirs": 41, "compartiu": 41, "compat": [11, 12, 21, 27, 81], "compatibilidad": [12, 15, 19, 46], "compatibilizamo": 41, "compat\u00edbei": [20, 41, 44, 50, 53], "compat\u00edbel": [44, 53], "compa\u00f1eiro": 41, "compilaci\u00f3n": 18, "complemento": 20, "complet": [1, 9, 14, 17, 20, 28, 45, 62, 66, 69], "completament": 7, "completamo": 43, "completar": 42, "completo": [26, 41, 42, 50, 82], "complexa": 41, "complianc": 62, "compliant": 80, "compl\u00edcas": 24, "comportamento": [7, 10, 19], "comportans": 19, "compos": [44, 80], "compositor": 44, "compo\u00f1ent": 19, "comprob": [19, 20, 42, 44], "comproba": [7, 24], "comprobaci\u00f3n": [7, 19, 44], "comprobar": [20, 41, 44], "comprobar\u00e1": [7, 12, 44], "compromis": 26, "comput": [5, 13, 20, 21, 25], "computador": [20, 24, 25, 53], "computadora": [7, 46], "comunicarnolo": 80, "comunidad": [20, 41], "com\u00fan": 80, "con": [6, 7, 10, 12, 19, 24, 26, 28, 33, 41, 42, 43, 44, 53], "conced": 45, "conceda": 45, "concerta": 41, "concrear": 41, "concreto": [12, 41], "condici\u00f3n": 42, "conecta": 20, "conectada": [41, 46], "conectado": [6, 19, 26, 41, 81], "conectar": [12, 20], "conectars": 20, "conectividad": 20, "conexi\u00f3n": [12, 19, 20, 48, 49], "conf": [12, 20], "confdir": 16, "confianza": [20, 44], "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 12, 13, 14, 15, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuraci\u00f3n": [7, 12, 19, 20, 26, 31, 35, 37, 42, 44], "configurada": [19, 41, 44], "configurado": [31, 44, 49], "configurando": 24, "configurar": [6, 20, 35, 41, 42, 44], "configurara": [24, 33], "confirm": [9, 12, 27, 28, 41, 42, 44, 45, 69], "confirma": 28, "confirmaci\u00f3n": [19, 28, 41, 44], "confirmada": 41, "confirmando": 41, "confirmar": [41, 42, 47], "conflito": [6, 13, 41], "conform": 44, "confusi\u00f3n": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "conserva": 19, "consid": 17, "consider": [17, 20], "considera": 19, "consideraci\u00f3n": 6, "considerars": 26, "consider\u00e1bel": 12, "consist": 15, "consol": 20, "consola": 20, "consta": 43, "consult": [10, 12, 19, 20, 24, 26, 33, 35, 37, 44], "consultar": 41, "conta": [7, 10, 12, 20, 26, 37, 41, 42, 45, 46, 47, 50, 51, 81], "contabilizan": [24, 33], "contact": [0, 27, 44, 45, 47, 49, 51, 52, 82, 83], "contacto": [6, 20, 31, 33, 41, 43, 46, 48, 80], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 44, 60, 72], "contan": [24, 33], "contar\u00e1": 33, "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 69, 75, 76, 80], "conter": 12, "context": [1, 15, 19, 44, 56], "contexto": 41, "conte\u00f1en": [19, 44], "contido": [10, 12, 20, 35, 41, 44, 80], "continu": 69, "continuaci\u00f3n": [12, 20, 41, 44], "continuar": [19, 50], "continuar\u00e1": 19, "contin\u00fa": [44, 45], "contorno": [10, 20], "contra": 81, "contraers": 80, "contrari": 8, "contrasin": [20, 35, 42, 45, 47, 50, 51, 81, 82], "contrasinai": 6, "contrasinaldenextcloud": 20, "contrast": 80, "contra\u00edda": 19, "control": [11, 20, 30, 32, 33, 36, 41, 57, 69, 82], "controla": 53, "controlada": 7, "controlado": 7, "controlador": [12, 20], "controlar": 7, "cont\u00e9n": [10, 12, 19, 42, 44], "conveni": 0, "convers": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "conversa": [35, 42], "convert": 50, "convidado": 41, "convidar": 42, "convit": [42, 45], "conxunto": 42, "copi": [0, 5, 10, 12, 15, 20, 21, 25, 44, 51], "copia": [10, 12, 19, 24, 44], "copialo": 24, "copiar": [20, 41, 51], "cor": [41, 80], "correcci\u00f3n": [7, 19], "correct": 20, "correctament": [7, 12, 20, 49, 51], "correctli": 15, "correcto": 81, "correo": [6, 40, 41, 42, 43, 45, 49, 50, 51, 80, 82], "correspond": [0, 41, 44], "correspondent": 10, "cota": [30, 32, 82], "could": [27, 44], "couldn": 44, "counter": 70, "cousa": [10, 19, 48], "cover": [42, 69], "cowork": 2, "co\u00f1ecida": 45, "co\u00f1ecido": 45, "cp": 20, "crashreport": 17, "crea": [10, 33, 39, 48], "creaci\u00f3n": 19, "creada": [18, 44, 51], "creado": [20, 41], "crean": 41, "creando": [28, 35], "crear": [10, 12, 19, 20, 21, 26, 28, 35, 43, 45], "crearas": [35, 41], "crearon": 26, "crear\u00e1": [10, 41], "creas": 41, "creat": [0, 2, 14, 15, 20, 25, 29, 39, 40, 44, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 69, 76], "credenciai": [20, 45], "credenti": [27, 49, 51], "cree": [12, 20, 45], "creou": 19, "cronoloxicament": 44, "cruz": 42, "csv": [60, 72], "ctrl": [80, 83], "cuarto": 41, "cuberto": 41, "cubra": 50, "cumpra": 24, "cumprir": [24, 39], "cun": [18, 19, 20, 26, 29, 41, 42, 44, 48], "cunha": [19, 20, 35, 41], "current": [1, 4, 14, 15, 21, 25, 38, 42, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "curta": 40, "curto": 18, "custom": [15, 20, 55, 69, 83], "customis": [60, 83], "c\u00e1lculo": 41, "c\u00edrculo": [19, 35], "c\u00f3digo": [14, 20, 53, 81], "c\u00f3mpre": [20, 41], "d": [20, 56], "da": [6, 7, 10, 18, 20, 24, 28, 29, 33, 35, 37, 41, 42, 43, 45, 47, 48, 51, 53, 54, 80, 81, 82], "dado": [20, 44], "dai": [0, 11, 59, 69, 83], "danll": 41, "darll": 39, "dashboard": 6, "data": [6, 9, 12, 15, 17, 19, 20, 26, 35, 38, 39, 41, 42, 43, 44, 66, 82], "date": [12, 15, 20, 41, 44, 59, 66, 69, 76, 83], "dato": [6, 12, 20, 26, 33, 40, 41, 42, 45, 48, 53], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": [6, 10, 13, 14, 22, 28, 30, 32, 35, 37, 47, 48, 50, 51], "debald": 80, "debat": 19, "debe": [12, 19, 20, 26, 28, 41, 42, 44, 45, 47], "deben": [19, 42, 44], "deber\u00e1n": 41, "deber\u00eda": [20, 41, 45, 46, 48, 51], "deber\u00edan": 46, "debian": [8, 19, 20], "debido": 7, "debug": 16, "decatas": 10, "decid": [5, 15, 41, 56], "decidir": [41, 44], "decim": 20, "deck": 66, "declin": [41, 44, 60, 70], "declinando": 41, "decor": [15, 66], "decrypt": 38, "dedic": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 59, 60, 69], "defin": [15, 41, 82], "defina": [20, 41, 42], "definici\u00f3n": 19, "definida": [42, 44], "definido": [19, 26, 31, 33, 40, 41, 42], "definindo": 10, "definir": [6, 26, 35, 41, 43, 44], "definitivament": [24, 41], "definiu": 20, "def\u00ednes": 33, "deixando": [20, 44], "deixar": [24, 26, 35, 41], "deixarl": 41, "del": [44, 80], "dela": [10, 21], "delai": 15, "dele": [41, 42], "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 36, 39, 41, 44, 58, 59, 66, 69, 80], "demai": [10, 40, 41], "demasiado": [41, 44], "deni": 54, "dentro": [24, 41, 42, 44, 48], "depend": [0, 12, 17, 20, 21, 27, 36, 41, 60, 63, 72, 80, 82], "dependen": [44, 82], "dependendo": [19, 26, 48, 81], "deploy": 14, "depth": 20, "dereita": [19, 39], "dereito": [19, 20, 35, 48, 50], "desa": 51, "desact": [44, 47], "desactiva": 26, "desactivada": [20, 41, 42, 44], "desactivado": 42, "desactivalo": 7, "desactivar": [7, 21, 41, 44], "desactivar\u00e1": 35, "desactivas": 41, "desaparecer\u00e1n": 41, "desbordamento": 19, "descarga": [7, 10, 14, 19, 35], "descargada": 7, "descargado": 20, "descargala": 42, "descargalo": 39, "descargar": [7, 12, 19, 20, 26], "descargar\u00e1": 10, "descend": 15, "descifra": 26, "descifrar": 26, "descoment": 20, "desconectado": 19, "desconectar": 54, "desconexi\u00f3n": 20, "descontarans": 33, "describ": [11, 41, 77], "describen": 7, "describiu": 41, "descrici\u00f3n": 41, "descript": [5, 41, 56, 59, 69, 72, 76], "descubrimento": 47, "descubrir": 41, "descubrir\u00e1": 45, "desc\u00e1rgaa": 7, "desd": [20, 24, 26, 28, 35, 41, 42, 44, 45, 46, 50, 53], "deseguido": [20, 26, 42, 51], "deselect": 20, "desenvolvemento": [13, 18, 80], "desexa": [35, 42], "desexada": [20, 44], "desexado": [12, 19, 41], "desexan": 41, "dese\u00f1ado": [20, 44, 80], "dese\u00f1o": 80, "desfac": 41, "design": 3, "desir": [44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 63, 73], "desktopcli": [9, 17], "desliga": 28, "desmarcar": 42, "desmarcar\u00e1": 42, "desmarqu": 41, "desmontalo": 20, "despraces": 20, "desprazars": 6, "desprazart": 41, "despregadura": 7, "despregu": 18, "despreg\u00e1bel": [12, 20], "despr\u00e1ces": [20, 42, 44, 51], "dest": [20, 39, 41, 44], "desta": [12, 20, 31], "destin": [20, 21], "destinatario": [24, 28, 35, 37], "destino": 41, "destruir\u00e1n": 41, "detail": [1, 27, 36, 39, 41, 44, 52, 59, 69, 82], "detal": [20, 41, 42], "detecci\u00f3n": 50, "detect": [9, 15, 44], "detecta": 44, "detectar\u00e1": 41, "deter": 19, "determinada": 44, "determinado": 44, "determinar": [41, 44], "det\u00e9n": 44, "dev": 8, "devandita": 7, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "di": 26, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaria": [18, 41], "diario": 41, "diaspora": 42, "dice": 57, "dicir": [10, 20, 26, 41, 44, 47], "dicirl": 19, "did": 60, "diferent": [7, 19, 20, 35, 41, 42, 44, 81], "diferenza": 10, "differ": [0, 7, 8, 21, 41, 69, 70], "dificultar": 35, "digest": 0, "dill": 19, "direct": [20, 42, 66], "directa": [28, 35], "directament": [19, 26, 41, 44], "directiva": 7, "directli": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directo": [41, 80], "directori": [8, 16, 25, 29], "directorio": [12, 14, 19, 20, 28, 35, 41, 53], "directory_that_has_been_cr": 8, "dirixido": [44, 81], "dirnam": 16, "dir\u00edxas": 35, "disabl": [0, 1, 9, 15, 19, 21, 57, 60, 62, 64, 72], "disappear": [42, 60], "disco": [20, 33, 39, 41], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15], "discuss": [44, 58, 60, 69, 76], "disk": [15, 26], "dislexia": 80, "dismiss": [60, 79], "diso": [12, 26], "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "dispons": 80, "dispositivo": [6, 20, 41, 45, 53, 81], "dispo\u00f1a": 47, "dispo\u00f1an": 20, "dispo\u00f1ibilidad": [19, 40], "dispo\u00f1\u00edbei": [7, 19, 35, 41, 42, 44, 45, 46, 50], "dispo\u00f1\u00edbel": [7, 19, 20, 24, 26, 39, 41, 82], "disto": [12, 19], "distribuci\u00f3n": 7, "distribut": [9, 14, 20, 41, 62], "distribu\u00edda": 20, "distro": 12, "disturb": [66, 69], "divid": [58, 60, 66], "divisi\u00f3n": 44, "di\u00e1logo": [19, 28, 41, 42, 44, 46, 51], "do": [0, 6, 7, 8, 9, 10, 12, 17, 18, 20, 21, 24, 25, 28, 31, 33, 35, 36, 37, 39, 45, 46, 47, 48, 49, 50, 51, 53, 54, 60, 62, 63, 65, 69, 72, 80, 81], "doadament": 44, "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "documentaci\u00f3n": [20, 24, 33, 35, 37], "documentado": [20, 25, 80], "documento": [12, 46, 82], "doe": [8, 9, 20, 25, 28, 54, 59, 81], "doesn": [20, 46], "dolphin": 19, "domain": 47, "dominio": [20, 44, 47], "don": [5, 26, 39, 66], "done": [38, 56, 66, 72], "dot": [4, 21, 27, 36, 41, 44, 60, 65], "dou": [7, 10, 42, 44], "doubl": [14, 63], "doutro": [41, 42], "down": [0, 12, 69, 76], "download": [11, 21, 25, 27, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "dubid": 80, "due": 15, "dun": [19, 20, 35, 39, 43, 44, 47], "dunha": [7, 18, 19, 35, 41], "duraci\u00f3n": 41, "durant": [19, 24, 39, 40, 41, 42, 44, 80], "durat": [9, 41, 69], "dure": [51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "d\u00e1lle": 41, "d\u00e1mosll": 53, "d\u00e1ndoll": 12, "d\u00eda": [24, 33, 39, 44, 82], "d\u00edxito": 35, "d\u00faa": [12, 19, 45, 81], "e": [0, 2, 4, 6, 7, 8, 10, 12, 14, 16, 18, 19, 21, 22, 24, 26, 28, 29, 31, 33, 37, 40, 43, 46, 47, 48, 49, 50, 51, 53, 81, 82], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edici\u00f3n": [15, 18, 20, 35], "edit": [1, 7, 12, 20, 21, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "editado": 33, "editan": 41, "editar": [19, 21], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "edit\u00e1bei": 42, "effect": 81, "effici": 44, "either": [8, 12, 38, 49, 60, 70, 76], "el": [12, 33, 42], "elaps": 60, "electr\u00f3nico": 41, "element": [58, 60, 66, 80], "elemento": [41, 48, 80], "elimin": 24, "elimina": [24, 28, 39, 41], "eliminaci\u00f3n": [24, 41], "eliminado": [30, 32, 33, 41, 44], "eliminala": 44, "eliminalo": 41, "eliminar": [10, 19, 21, 42], "eliminarans": [24, 41], "eliminar\u00e1": [24, 42], "elim\u00ednas": 24, "els": [10, 14, 60, 72], "elsewher": 42, "el\u00edxes": 44, "email": [29, 41, 44, 59, 60, 69, 73, 83], "emb": [2, 41], "embaixo": [20, 51], "emerxent": [7, 41], "eml": 12, "emoji": [2, 5, 19, 60, 69], "empaquetado": 7, "emphas": 2, "emprega": [7, 39], "empregado": 44, "empregamo": 12, "empregan": 44, "empregando": [20, 40, 44], "empregar": [12, 19, 29, 41, 42, 47], "empregarao": 26, "empregu": 19, "empreguen": 19, "empresa": [7, 53], "empresari": 18, "empresariai": 18, "empti": [2, 21, 38], "en": [6, 10, 18, 19, 20, 21, 24, 26, 28, 31, 33, 35, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 80, 81, 82], "enabl": [0, 1, 4, 9, 14, 15, 19, 20, 21, 25, 26, 27, 29, 42, 44, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encarecidament": 20, "encha": [20, 44], "enchelo": 41, "encod": 20, "encrypt": [6, 27, 30], "end": [30, 34, 41, 57, 62, 69], "enderezo": [6, 20, 28, 41, 45, 47, 50, 51], "enerx\u00eda": 48, "enfermidad": 40, "engad": [24, 41, 44], "engada": [7, 20, 44], "engaden": 24, "engadido": [12, 42], "engadilo": [35, 42], "engadindo": [7, 41], "engadir": [12, 20, 26, 28, 35, 40, 46, 47, 48, 50, 51, 81], "engadiras": 44, "engadirs": 12, "engadiu": 42, "engad\u00edndoo": 41, "engag": 41, "engrenax": [42, 51], "eng\u00e1das": 20, "enhanc": 66, "ensur": [15, 80], "enteiro": 41, "entend": 33, "enter": [1, 2, 14, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": 53, "entidad": [20, 42], "entir": [11, 15, 21, 44], "entr": [10, 20, 42, 44], "entrada": [19, 20, 41], "entrant": [35, 37, 44], "entren": 41, "entri": [0, 1, 2, 21, 42, 82], "ent\u00f3n": [12, 26, 41, 44], "enumera": [41, 45], "enumerado": 29, "env": 16, "envellecemento": 33, "envelop": 44, "enviado": [24, 33, 41, 44], "envialo": 41, "enviar": [10, 20, 29, 31, 35, 41, 42, 44, 45], "enviaras": [41, 44], "enviaron": 10, "enviar\u00e1sel": 41, "environ": [6, 8, 13], "envi\u00e1ndoo": 41, "env\u00ed": [42, 44], "env\u00eda": 10, "env\u00eden": [20, 33], "env\u00edo": [10, 19, 22, 23, 30, 33, 35, 41, 42, 44], "equipo": [43, 80], "equival": 16, "eras": 12, "erro": [7, 12, 18, 19, 20, 44, 47, 80], "error": [11, 20, 44, 45, 51], "es": [19, 20, 41, 50, 53], "esa": [12, 26, 41, 42, 43, 44], "esc": 60, "escane": 81, "escaneado": 81, "escanear\u00e1": 12, "escap": 80, "escenario": [10, 24], "escol": [12, 19, 20, 37, 41, 42, 44], "escolla": [12, 20, 37, 44, 45, 46, 48, 50, 51, 80, 82], "escollida": 44, "escollido": 37, "escrib": 14, "escriba": [7, 20, 28, 41, 47, 50, 81], "escribindo": [37, 44], "escribir": [41, 44], "escribiras": 41, "escrito": 41, "escritorio": [6, 7, 10, 12, 18, 22, 30, 43, 53, 82], "escritura": [20, 41], "escuro": 80, "esgot": 44, "espazo": [19, 33, 39, 41], "especi": [15, 18, 26], "especificada": 44, "especificado": 44, "especificando": 42, "especificar": [41, 47], "especifiqu": [7, 20], "espec\u00edfica": [39, 41, 44], "espec\u00edfico": [6, 20, 41, 42, 50], "espera": [26, 44], "esquecelo": 26, "esquema": [12, 44], "esquerda": [19, 41, 42], "esquerdo": [19, 20, 50], "essenti": 14, "est": [7, 10, 12, 19, 20, 24, 26, 28, 31, 33, 35, 39, 40, 41, 42, 44, 46, 47, 48], "esta": [7, 10, 20, 21, 26, 35, 41, 42, 44, 50, 82], "estabelec": [41, 48], "estabel\u00e9ces": 48, "estado": [7, 20, 40, 44], "estar": [37, 41, 42, 44, 45, 46, 48], "estar\u00e1": 41, "estar\u00e1n": [41, 46], "estea": [7, 12, 18, 20, 26, 28, 33, 41], "estean": [20, 35, 41, 50], "estilo": 43, "estrito": 12, "estrutura": [26, 42], "est\u00e1": [7, 10, 12, 19, 20, 25, 28, 31, 33, 35, 40, 41, 42, 44, 45, 46, 80, 82], "est\u00e1bel": 18, "est\u00e1n": [7, 18, 20, 26, 33, 35, 41, 42, 44, 80], "est\u00e1ndar": 41, "etc": [12, 20, 27, 35, 41, 66], "etiqueta": 28, "etiquetado": 51, "etiqu\u00e9tao": 28, "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 41, 44, 51, 52, 69, 83], "evento": 42, "everi": [0, 9, 20, 21, 36, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evitar": [24, 35, 41], "evolut": 46, "ex": [12, 19, 20, 41, 44, 47, 51], "exact": 21, "exacta": 44, "exactament": 44, "exactli": 5, "examinar": 20, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 79, 81], "exceden": 24, "excel": 29, "except": [44, 69], "exclud": [15, 19], "excluiras": 39, "exclus": 44, "exclusi\u00f3n": 19, "exclu\u00eddo": 33, "exclu\u00edr": 19, "excl\u00fa": [12, 19], "execuci\u00f3n": [20, 44], "execut": [1, 38, 44, 57], "executala": 20, "executalo": 26, "executando": 20, "executar": [19, 20, 26], "exemplo": [19, 20, 26, 35, 41, 42, 44, 48, 80, 81], "exist": [12, 15, 20, 26, 41, 42, 44, 59, 69], "existen": 42, "existent": [12, 35, 41, 44], "exit": 8, "expand": [19, 44], "expanda": 20, "expandirs": 80, "expect": 2, "experi": [44, 60, 83], "experiencia": 18, "experiment": 9, "expir": [35, 39], "explain": 20, "explican": 42, "explicit": 62, "explicitli": [8, 27], "explor": 19, "explorador": 10, "export": [52, 56], "exportalo": 41, "exportar": 42, "exposta": 26, "extend": [66, 69], "extens": 44, "extensi\u00f3n": [12, 20], "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externo": [26, 41], "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "fa": 41, "face": [60, 82], "facela": 41, "facelo": [19, 24, 26, 41, 44], "facendo": 20, "facer": [12, 19, 21, 23, 28, 30, 41, 42, 44, 46, 48], "facerl": 41, "facers": 10, "facilita": 20, "facilitalo": 41, "facilitar": 80, "factor": [6, 45, 46, 50, 51, 54, 82], "faga": [12, 20, 42], "fai": [12, 19, 44], "failur": 9, "fall": [11, 20], "falla": [7, 20], "fallar": [20, 44], "fallo": 12, "fals": [9, 11], "falta": 21, "faq": [6, 13], "far": 83, "far\u00e1": 42, "far\u00eda": 20, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favorito": 21, "feasibl": 14, "featur": [2, 9, 15, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "federada": [28, 35, 82], "federado": 35, "federador": 28, "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feita": 41, "feito": [45, 51], "feix": 43, "ferramenta": [7, 43, 81], "few": [62, 81], "ficheiro": [6, 7, 10, 14, 22, 25, 28, 32, 33, 35, 37, 39, 41, 42, 46, 53], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "figuran": [42, 82], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 44, 69, 80], "finalizar": 20, "finalment": [20, 41], "find": [20, 21, 24, 25, 41, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 38, 44, 56, 60, 66, 71], "fit": 65, "fix": 14, "fixo": 12, "fix\u00e9semo": 26, "flexibilidad": 44, "flow": [9, 25, 41], "flush": 16, "fluxo": [45, 82], "focu": [44, 80], "focus": [14, 55, 58, 60], "fogar": 53, "foi": [7, 12, 19, 41, 44, 81], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 16, 17, 21, 27, 42, 44, 49, 52, 60, 80, 82], "fondo": 80, "font": 14, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 44, 45], "forma": [20, 24, 26, 28, 35, 41, 42, 45], "formaban": 42, "formaci\u00f3n": 42, "formal": 42, "formar\u00e1": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formato": 41, "formulario": [28, 44], "fornec": [7, 12, 19, 20, 41, 53], "fornecen": 7, "fornecendo": 26, "fornecido": [31, 41], "forneza": 20, "foron": [20, 24, 26, 44, 51], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "fragmento": 44, "franxa": 41, "frecha": [28, 39, 50], "frecuencia": 41, "frecuent": [6, 13, 20], "free": [11, 15, 20, 40, 41, 60], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "fugac": 19, "full": [9, 41, 44, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "funcion": 20, "funciona": [19, 20, 26, 41, 46, 47, 48, 81], "funcionalidad": [7, 18, 19, 20, 21, 26, 42, 44, 50, 82], "funcionan": 81, "funcionar": [18, 26], "funci\u00f3n": [20, 29, 44, 80], "function": [12, 20, 42, 81], "further": [38, 82], "fusionado": 42, "fusi\u00f3n": 42, "fuso": 41, "futur": [1, 20, 60, 62], "futuro": [10, 44], "f\u00edsica": [20, 81], "f\u00f3ra": [6, 41, 43], "g": [0, 4, 8, 41, 45, 49], "gabeta": [42, 43], "galer\u00eda": 26, "garantir": 24, "gard": [12, 20], "gardada": 44, "gardado": [20, 42, 44, 51], "gardalo": 20, "gardamo": 39, "gardar": [19, 20, 41, 42, 46, 47, 51, 82], "gardarans": 41, "gatewai": [8, 69], "gb": 11, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 54, 60, 62], "given": [60, 63], "glanc": 36, "global": [6, 19, 76], "gmbh": 7, "gml": 44, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 41, 44, 45, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "gran": 44, "grand": [22, 30, 33, 41, 53], "grant": [14, 41, 44, 60, 63], "gravatar": 42, "green": [27, 60, 72], "grei": 60, "gri": [19, 41], "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [42, 43, 52], "grupo": [6, 7, 20, 26, 33, 41, 44, 48, 82], "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gusto": 80, "gu\u00eda": 47, "gvf": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "haber": [10, 42], "haber\u00e1": 41, "habitaci\u00f3n": 41, "habitu": [26, 41, 50], "habituai": 19, "hai": [7, 12, 19, 26, 35, 41, 42, 44, 45], "hand": [5, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15], "hardwar": [6, 83], "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haxa": [12, 41], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 16, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "high": [64, 80], "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": 60, "home": [7, 8, 9, 17, 20, 25], "hora": [12, 39, 41, 44], "horaria": 41, "horizont": [2, 44], "host": 9, "hour": [0, 16, 69, 76], "hourli": 0, "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "howev": 42, "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icona": [10, 28, 35, 41, 42, 44, 45, 50, 51, 54], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ida": 41, "idea": [10, 69], "ideaci\u00f3n": 42, "ideal": [54, 79], "ident": 70, "identidad": 81, "identifi": [15, 41, 54, 60], "identificar": 19, "idioma": [44, 82], "id\u00e9ntico": [26, 44], "ifram": 41, "ignor": 8, "ignorado": 12, "ignorar": 19, "ignorarans": 41, "ilustra": 24, "il\u00f3xico": 12, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imax": [26, 82], "immedi": [1, 14, 27, 36, 54, 62, 69], "impid": 7, "implement": [25, 44], "implementaci\u00f3n": 20, "impl\u00edcito": 20, "import": [2, 15, 38, 41, 42, 44, 52, 56, 69, 76, 80, 81, 83], "importaci\u00f3n": [20, 44], "importado": 41, "importalo": 12, "importancia": 44, "important": [20, 44], "importar": [20, 42], "impos": 15, "improv": 20, "inact": 59, "includ": [8, 20, 21, 26, 41, 52, 59, 60, 62], "incluso": 41, "inclu\u00eddo": [6, 7, 20, 44], "inclu\u00edndo": [20, 41], "inclu\u00edr": 41, "incl\u00fa": [10, 19, 42, 44], "incl\u00faen": 82, "incl\u00faens": 20, "incorrect": 9, "incorrecta": 19, "incorrecto": [12, 19], "increas": [11, 15, 20], "incremento": 41, "incrustada": 41, "incrustado": 41, "incrustar": 41, "independ": 0, "independent": [12, 41], "independentement": 41, "index": [12, 41], "indic": [15, 21, 27, 44, 60, 62, 69], "indica": [19, 20], "indicaci\u00f3n": 20, "indicado": 44, "indicador": [19, 44], "indicando": 51, "indicar": 19, "indicarl": 41, "indiqu": [20, 42], "individu": [19, 27, 41, 44, 54, 72], "individuai": [14, 19, 26, 41], "individualment": 42, "inferior": [42, 50, 51], "influenc": 11, "influ\u00edr": 41, "info": 36, "inform": [8, 11, 13, 14, 15, 19, 21, 41, 42, 44, 59, 60, 62, 69, 70, 74, 80, 81, 82, 83], "informaci\u00f3n": [12, 20, 24, 26, 33, 35, 37, 41, 43, 46, 50, 51], "informando": 7, "informaral": 7, "informaron": 20, "informativa": 19, "informen": 18, "infraestrutura": [26, 41], "inherit": 42, "inhibit": 8, "ini": 9, "inici": [20, 35, 48, 51], "inicia": 7, "iniciar": [12, 19, 26, 45], "iniciars": 7, "inicio": [7, 20, 41], "inlin": [36, 66], "inmediatament": [10, 12, 53], "inmediato": [42, 48], "inotifi": 12, "input": [1, 56, 66, 80], "inserir": [41, 44], "insert": [1, 2, 72], "insid": [21, 27, 59, 77], "insignia": 10, "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 45, 52, 57, 60, 73, 74, 75, 83], "instalaci\u00f3n": [6, 13, 20, 28, 48], "instalada": [19, 41, 44], "instalado": 20, "instalador": 12, "instalala": 42, "instalalo": 20, "instalar": [7, 12, 19, 41, 45], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instancia": [12, 14, 20, 24, 26, 29, 33, 41, 42, 44, 80, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instruci\u00f3n": 20, "instruct": [21, 51, 57, 74], "integr": [15, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integrada": [42, 46], "integrado": 46, "integrar": [12, 20], "integras": 46, "integration_openai": 44, "intellig": [1, 15], "intencionalment": 12, "intenten": 40, "intento": 44, "interact": [8, 14, 67, 73], "interactuado": 44, "intercambiar": 41, "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 41, 43, 44, 55, 73, 80, 82], "interfir": 7, "intern": 69, "interna": 41, "internet": [20, 48, 49], "interno": 19, "interoper\u00e1bel": 41, "interrogaci\u00f3n": 19, "interrupt": 69, "interv": 9, "intervalo": [12, 20, 41], "introduc": 41, "introducida": [19, 44], "introducindo": 46, "introducir": [28, 41, 45, 81], "introduci\u00f3n": 6, "introductori": 5, "introduza": [14, 20, 28, 35, 44, 45, 47, 48, 51], "intrud": 26, "int\u00e9gras": 19, "invalid": [8, 54], "invertida": 19, "invis": 36, "invis\u00edbel": [19, 41], "invit": [59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": [20, 35, 44, 80], "irrevers": 41, "iso": [10, 12, 26, 41], "issu": [14, 25, 66], "isto": [7, 10, 12, 14, 19, 20, 24, 28, 35, 41, 42, 45, 48, 80], "italic": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 44, 69, 76, 81], "kei": [7, 41, 72, 83], "kept": [15, 26, 42], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "lado": [10, 20, 35, 49], "land": 2, "languag": [1, 12, 64], "lapela": [12, 19, 20, 35, 41], "lapi": 41, "larg": [29, 65], "largo": 19, "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 20, 28, 35, 41, 42, 50, 54, 56, 69, 72, 76, 80], "latest": [14, 25, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": 21, "lectura": [20, 35, 41, 42, 80], "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "lembraral": 44, "lenda": 41, "ler": [26, 44], "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letra": [20, 80], "letsencrypt": 47, "levantar": 41, "levar": [41, 48], "levarao": 12, "level": [2, 16, 21, 26, 60, 62, 69, 80], "libr": [24, 39, 41, 53, 80], "librari": [9, 17], "ligaz\u00f3n": [12, 14, 19, 20, 28, 29, 41, 44, 82], "like": [5, 15, 21, 41, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [15, 20, 31, 69, 83], "limita": 20, "limitada": 42, "limitado": [12, 31, 37], "limitar": [19, 41], "limpa": 12, "limpar": 19, "limpar\u00e1": 19, "line": [6, 13, 14, 17, 36, 41, 66], "linguax": 44, "link": [0, 2, 21, 25, 28, 29, 35, 41, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "lista": [10, 18, 19, 20, 35, 41, 42, 48, 54, 82], "listada": 41, "listado": [12, 37], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "lixo": [24, 26, 28, 33, 42, 54], "li\u00f1a": [7, 12, 19, 46], "ll": [2, 58], "lle": [7, 20, 35, 37, 41, 42, 45, 82], "llm": 44, "load": 80, "lobbi": [73, 77], "locai": [10, 19, 42, 44, 53], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 56, 82], "localizaci\u00f3n": [12, 41, 50], "localizar": 19, "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 26, 42, 45, 46, 54, 81], "logo": [19, 26, 29, 44, 50, 51, 83], "logwindow": 16, "long": [0, 1, 9, 15], "longa": [40, 44], "longer": [42, 69, 76, 81], "longo": [20, 39], "look": [33, 38, 44, 55, 57, 70, 77, 81, 83], "lose": [6, 38], "lote": 42, "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "lugar": [20, 41, 42, 46], "luminosidad": 80, "l\u00edmite": [12, 20, 24, 31, 39, 41], "m": [20, 60, 72, 74, 80], "mac": 19, "machin": 8, "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 47], "maduro": 50, "magic": 5, "mai": [0, 7, 10, 11, 12, 14, 15, 17, 20, 24, 26, 27, 29, 36, 41, 44, 45, 60, 62, 80], "mail": [0, 44, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": [14, 42], "maior": 31, "maior\u00eda": [18, 48], "mai\u00fascula": 42, "major": 14, "make": [5, 9, 17, 25, 28, 29, 39, 41, 58, 60, 66, 74], "mala": 19, "manag": [5, 6, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 44, 56, 57, 77], "mandatori": 62, "mani": 41, "manner": 8, "manter": [12, 42], "mant\u00e9n": [39, 42], "manuai": 7, "manual": [6, 7, 12, 13, 14, 15, 25, 27, 36, 44, 48, 49, 50, 58, 62, 79], "manualment": [7, 12, 20, 24, 29, 39, 44, 45], "map": 20, "mapamundi": 41, "marca": [19, 24, 37, 39, 41, 44], "marcado": [19, 44], "marcar": 41, "marcarans": 44, "marco": 7, "marelo": [19, 26], "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "marqu": [20, 41], "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "max\u00edn": 41, "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 27, 41, 44, 81], "mecanismo": 7, "media": [8, 21, 42, 60, 62, 69], "mediant": [6, 7, 10, 22, 30, 35, 37, 41, 50, 53], "meet": [57, 69, 72, 83], "megabyt": 31, "mellor": [18, 41], "mellorar\u00e1": 44, "member": [2, 5, 42, 69], "membership": 42, "membro": [20, 35, 82], "memori": 1, "memoria": 24, "meno": [26, 42], "mensax": [6, 19, 20, 26, 41, 43, 47, 51, 81], "mensual": 41, "mention": [57, 69, 82], "mentr": [7, 20, 41, 42, 44, 46], "menu": [1, 2, 12, 15, 19, 21, 27, 36, 41, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "men\u00fa": [12, 19, 20, 41, 42, 44, 48, 51, 80], "mercadotecnia": 41, "mese": 41, "mesma": [41, 42], "mesmo": [7, 10, 14, 19, 20, 24, 41, 44, 46, 50], "messag": [1, 16, 44, 56, 57, 58, 67, 73, 80, 83], "mestra": 26, "metadato": [19, 33], "method": [27, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "miniatura": [26, 33], "minim": 44, "minimum": [9, 11, 83], "minut": [9, 27, 39], "minuto": [26, 39, 41, 48], "mitigar": 80, "mi\u00f1a": [10, 20], "mkcol": 20, "mkdir": 20, "mmc": 20, "mo": [7, 12], "mobil": [0, 2, 20, 25, 38, 42, 73, 81], "moda": 41, "modal": [41, 80, 83], "mode": [60, 66, 69], "model": 1, "modelo": 44, "moder": [6, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "moderador": 42, "modif": 12, "modifi": [0, 21, 60], "modificaci\u00f3n": [12, 19, 42], "modificado": 42, "modificar": [19, 20, 31, 42], "modificars": 12, "modo": [42, 80], "moi": [12, 41, 42], "moito": [10, 12, 41], "molestar": [19, 41], "momento": [19, 28, 41], "monitor": [8, 57, 63, 72], "monitorizado": 12, "monitorizar": 12, "monocrom\u00e1tica": 19, "monta": 20, "montalo": 20, "montar": [20, 28, 35], "montars": 20, "mor": [35, 37, 44], "more": [0, 2, 5, 11, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [41, 44, 74, 83], "motivo": 47, "mount": [20, 21, 27], "mous": [2, 63, 80], "mova": 12, "move": [0, 9, 20, 21, 24, 44, 52, 58, 69, 80], "movelo": 24, "mover": [20, 41], "moveras": 24, "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multimedia": 42, "multipl": [21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 14, 20, 27, 28, 38, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "m\u00e1i": [7, 10, 14, 19, 20, 24, 26, 28, 33, 35, 37, 39, 41, 42, 43, 44, 45, 50, 51, 80, 81, 82], "m\u00e1quina": [7, 10], "m\u00e1xicament": 26, "m\u00e1xico": 24, "m\u00e1ximo": [20, 24, 41], "m\u00e9rcore": 41, "m\u00e9todo": [7, 20, 28, 41, 42], "m\u00ednimo": [18, 42], "m\u00f3bil": [20, 22, 30, 82], "m\u00f3bile": [41, 48], "m\u00f3vese": 24, "n": [8, 20, 56], "na": [7, 10, 12, 14, 19, 20, 24, 26, 28, 29, 33, 35, 37, 39, 40, 41, 42, 45, 46, 47, 48, 50, 51, 53, 80, 82], "nada": [12, 26], "nalg\u00fan": 10, "name": [2, 4, 5, 7, 8, 16, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativa": 20, "nativo": 50, "naturalment": 42, "nautilu": [19, 46], "navegaci\u00f3n": 80, "navegador": [6, 7, 12, 14, 20, 35, 51, 81], "navegu": 20, "navig": [0, 1, 6, 20, 36, 37, 44, 65, 69, 76, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necesaria": 20, "necesario": [7, 19, 35, 37, 47, 48], "necesidad": [41, 44], "necesit": 20, "necesita": [45, 50], "necesitar\u00e1": [12, 20], "necesitar\u00edamo": 26, "necessari": [41, 54], "neces\u00edtans": 7, "need": [2, 9, 11, 14, 15, 17, 20, 38, 41, 42, 46, 48, 49, 58, 64, 69, 70, 76], "nela": [7, 19], "nele": 41, "nemo": [19, 20], "nesa": 44, "nese": 35, "nest": [10, 12, 20, 26, 28, 35, 41, 42], "nesta": [10, 19, 28, 35, 41], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "never": [38, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": 15, "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudurl": 8, "nice": 5, "nick": 5, "night": 66, "nin": [19, 41, 42], "ningunha": [19, 20, 51], "ningu\u00e9n": 82, "ning\u00fan": [19, 28, 44, 47], "nitrokei": 81, "nivel": [35, 41], "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "nome": [10, 19, 20, 24, 26, 28, 29, 35, 37, 39, 41, 42, 45, 47, 48, 49, 50, 51, 82], "nomedeusuario": 20, "nomedeusuariodenextcloud": 20, "non": [2, 7, 8, 9, 10, 14, 19, 20, 24, 26, 28, 31, 33, 35, 41, 42, 45, 47, 48, 49, 50, 51, 80, 81, 82], "normai": [7, 19], "normal": [9, 26, 42, 44, 66], "normalment": [12, 19, 41, 47, 81], "nos": [7, 19, 20, 24, 35, 40, 41, 42, 44, 46, 51, 53, 80], "nosa": 42, "noso": [42, 43, 80], "nota": [35, 41, 51], "note": [2, 4, 44, 76], "notif": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 15, 60, 69, 72, 76], "notifica": 10, "notificaci\u00f3n": [7, 10, 35, 37, 41, 82], "notificado": 41, "notificar\u00e1": 10, "notificationrefreshinterv": 9, "notific\u00e1ndoo": 7, "notify_push": 15, "noutra": 41, "noutro": [7, 28, 35, 41, 42, 81], "nova": [7, 12, 20, 28, 35, 39, 41, 42, 45, 48], "novo": [12, 19, 24, 26, 35, 37, 42, 50, 82], "now": [2, 5, 10, 14, 41, 42, 66], "nube": [28, 35], "number": [11, 15, 28, 41, 58, 60, 69], "nun": [12, 19, 20, 41, 42, 50], "nunca": [26, 39, 41], "nunha": [10, 20, 40, 41, 44], "n\u00famero": [19, 41, 42, 44], "o": [6, 8, 10, 13, 14, 18, 20, 21, 25, 28, 30, 31, 32, 33, 35, 37, 39, 40, 43, 45, 46, 47, 48, 49, 51, 53], "object": [0, 27], "obradoiro": 42, "obrigatorio": 45, "obscur": 69, "observ": 14, "obstant": [7, 10, 12, 41], "obtelo": 47, "obter": [12, 20, 24, 26, 33, 35, 37, 41, 42, 43, 51, 80], "obter\u00e1": 41, "obxectivo": 35, "obxecto": 35, "oc": 20, "occ": 27, "occur": 0, "ocorr": [26, 41], "oct": 20, "ocupan": 33, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 44, 60, 73, 80], "offic": [12, 20, 21, 69], "offici": 14, "offlin": [15, 27], "oficina": [6, 41, 43], "ofrec": [7, 19, 44], "ofrecen": 41, "ofrecerl": 41, "ofrecer\u00e1": 41, "often": [0, 41], "oi": 41, "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "ollada": 47, "ollala": 42, "ollo": 80, "omeucertificado": 20, "omeunextcloud": [20, 48], "omitir": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "ond": [19, 35, 37, 41, 45], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 46, 83], "onto": [21, 52], "opcion": [20, 26], "opcionai": 41, "opcionalment": [40, 41, 45], "opci\u00f3n": [7, 12, 14, 18, 19, 20, 21, 26, 35, 44, 48, 82], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 41, 44, 45, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "operaci\u00f3n": [19, 20, 44], "operador": 44, "operan": 53, "operativo": [7, 12, 20], "oportunidad": 12, "opt": [9, 44], "optar": 26, "optimizado": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 41, 42, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [42, 44, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "organizaci\u00f3n": 42, "organizador": 41, "org\u00e1nica": 42, "origin": [44, 64], "orix": [37, 48], "orixin": 33, "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "ou": [7, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 44, 45, 46, 47, 48, 49, 53, 80, 81], "our": [14, 15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outra": [19, 24, 35, 40, 41], "outro": [12, 19, 20, 24, 28, 33, 41, 42, 44, 47, 48, 53, 81], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": [8, 19, 20, 41, 47, 51], "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pancarta": 26, "pane": 44, "panel": [1, 12, 20, 36, 44, 50], "pantalla": [14, 20, 42, 80], "paperclip": 56, "paquet": [7, 19], "para": [7, 10, 12, 14, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 39, 40, 42, 44, 45, 46, 47, 48, 50, 51, 53, 54, 80, 82], "paralela": 19, "parallel": [11, 15], "paramet": [20, 52], "parent": [21, 42, 58], "parladoiro": [6, 35, 40, 42, 44, 80], "parola": [35, 40], "part": [2, 5, 19, 20, 42, 44, 50, 51, 60, 69], "parti": [20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participaci\u00f3n": 41, "participar": 80, "particular": [0, 20, 58], "partir": [20, 41, 47], "pasar": 19, "pasars": 20, "pasar\u00e1n": 41, "pase": 44, "paso": [28, 35, 41, 44, 45, 46, 47, 48, 50, 51], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "patr\u00f3n": [19, 39, 44], "pattern": [8, 39], "pausa": 19, "pausada": 19, "pausar": 19, "pa\u00ed": 41, "pc": 20, "pdf": 21, "pech": [20, 47], "pechar": 19, "pecharas": 45, "pedindo": 28, "pedir": 19, "pediral": 50, "peer": 2, "pegu": [41, 51], "pem": 20, "penalti": 20, "pend": 70, "pendent": 44, "pensa": 41, "peopl": [2, 29, 69, 82, 83], "pequena": 42, "pequeno": 19, "per": [0, 4, 8, 15, 45, 60], "perda": 26, "perder": 26, "perdeu": [19, 26], "perfectament": 18, "perfil": [6, 41, 42], "perform": [8, 9, 20, 44, 64], "perigoso": 26, "period": [27, 59, 69, 76, 83], "perman": [4, 15, 24, 69], "permanec": [19, 20], "permanecen": 24, "permanecer\u00e1": 44, "permanecer\u00e1n": 44, "permanent": [24, 41], "permanentement": [12, 24], "permiso": [20, 35, 42, 45], "permiss": [37, 57, 60, 63, 69], "permit": [7, 20, 26, 33, 41, 42, 43, 44], "permita": 10, "permiten": [42, 44], "permitido": [20, 24], "permitir": [7, 12, 20, 35], "permitirl": 20, "permitir\u00e1": [7, 41], "permitiu": 35, "permit\u00edndol": 35, "perm\u00edtel": [19, 20, 28, 35, 42], "pero": [26, 33, 41], "persist": [9, 27], "persistent": 20, "persoa": [10, 24, 26, 41, 53], "persoai": [24, 82], "persoal": [14, 20, 35, 41, 44, 46, 48, 50], "person": [0, 6, 20, 25, 27, 33, 38, 40, 44, 52, 54, 69, 70, 76, 81, 82, 83], "personalizada": [19, 41, 80], "personalizado": [19, 41, 44], "personalizar": 44, "pertenc": 82, "pertenza": 42, "per\u00edodo": [19, 24, 33, 41], "pete": 82, "peterstei": 12, "phish": 44, "phone": [45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 42, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": 48, "planificaci\u00f3n": 41, "plano": 19, "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 44, 63, 82], "plist": 17, "plu": 41, "pode": [6, 7, 10, 12, 14, 19, 20, 21, 24, 28, 29, 33, 35, 37, 39, 40, 41, 42, 43, 44, 47, 48, 50, 51, 53, 54, 80, 81], "poden": [7, 12, 19, 24, 35, 41, 42, 44, 48], "poder": [19, 20, 24, 41, 42, 45, 46], "poder\u00e1": [10, 12, 19, 41, 51, 82], "poder\u00e1n": [26, 41], "poder\u00eda": [20, 26, 41], "poida": [10, 19, 20, 26, 41, 42, 80], "poidan": 42, "point": [14, 27, 45, 83], "pola": [31, 44, 80, 81, 82], "polici": 7, "poll": [9, 15], "polo": [7, 10, 19, 20, 21, 26, 41, 42, 46, 47], "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "por": [7, 10, 12, 19, 20, 25, 26, 31, 33, 35, 37, 40, 41, 42, 47, 48, 51, 80, 81], "pormenorizada": 41, "pormenorizado": 41, "porqu": [12, 19, 26], "port": [8, 9], "portapapei": [41, 51], "porto": [20, 47], "port\u00e1til": 20, "por\u00e9n": [19, 26, 44], "posibel": 20, "posibilidad": [20, 41, 44], "posit": 42, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "posterior": 20, "pos\u00edbei": [35, 41, 44], "pos\u00edbel": [7, 12, 18, 19, 20, 24, 33, 35, 41, 42, 44, 48], "pos\u00edbelment": 41, "pos\u00fa": 41, "potenci": 44, "pouca": 41, "pouco": [20, 24], "power": 1, "po\u00f1ers": 41, "ppa": 8, "prazo": [18, 41], "pre": 66, "precauci\u00f3n": 44, "precisa": [10, 12, 20, 31], "precisan": 7, "preconfigur": 14, "precuberta": 44, "precuberto": 19, "predefin": 60, "predefinida": [19, 41], "predefinido": 44, "predeterminada": [19, 26, 35, 41, 44], "predeterminado": [10, 12, 14, 24, 28, 31, 35, 41, 42, 44, 48, 82], "prefer": [0, 9, 14, 17, 20, 41, 44, 45, 52, 82], "preferencia": [6, 44, 45, 81], "preferido": [7, 82], "prefir": [20, 41], "prefira": 51, "pregunta": [6, 13, 40], "preguntaral": 50, "preg\u00fantel": 21, "preliminar": 18, "prema": [12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "preme": [19, 41], "premeao": 20, "premendo": [7, 19, 20, 28, 41, 44, 46], "premer": [7, 10, 19, 28, 37, 41, 42, 44], "premida": 42, "prepar": [45, 62, 66], "preparaci\u00f3n": [18, 41], "preparada": 26, "preparado": [18, 49], "preparalo": 45, "preparars": 41, "preselect": 2, "present": [21, 27, 63], "presentar\u00e1": 7, "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "pretend": 20, "preto": 50, "prevent": [42, 69, 82], "previa": [26, 41], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39], "previsto": 20, "primari": 44, "primario": 19, "primeira": [26, 39, 41, 42, 48], "primeiro": [7, 12, 39, 41, 42, 44, 81, 82], "princip": [19, 20, 26, 41, 44, 47, 80], "principai": [19, 51, 80], "principio": 44, "privaci": [38, 62, 83], "privacidad": [44, 53], "privada": 41, "privado": [26, 41, 82], "privat": [26, 66, 82], "privilexio": 7, "pro": 81, "proba": [18, 24, 44, 81], "probabelment": [19, 20], "probador": 18, "probamo": 12, "probar": [10, 47, 48], "probe": 20, "problem": [11, 81], "problema": [12, 26, 44, 47, 80], "prob\u00e1bel": [26, 44], "proc": 12, "proced": [10, 44], "procedemento": 50, "procesar\u00e1n": 44, "proceso": [12, 19, 39], "process": [8, 41, 44, 52, 62], "produc": [9, 19, 21, 44], "producen": 19, "produciu": 10, "producius": [20, 44], "produtividad": 43, "produza": 41, "produzan": 10, "profil": [6, 9, 27, 42, 44, 69, 82], "profundament": 12, "program": [12, 14, 17, 41], "programa": 12, "programaci\u00f3n": 41, "programado": 41, "progreso": 41, "progress": [15, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propia": [7, 28, 35, 44, 53, 80], "propiedad": [20, 42], "propietario": [20, 24, 26, 33, 35, 37, 41, 42], "propio": [41, 42], "propos": 52, "propstat": 20, "prop\u00f3n": 44, "prop\u00f3sito": 26, "protecci\u00f3n": 42, "protect": [35, 38, 69], "protex": [26, 81], "protexers": 12, "protexida": 20, "protexido": [20, 35], "protocol": [12, 20, 27, 74], "protocolo": [20, 47, 50], "provedor": [20, 26, 53], "provid": [0, 1, 8, 12, 14, 15, 20, 21, 38, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "provisionalment": 41, "provocar": 19, "proxecto": 43, "proxi": [8, 9, 19], "pr\u00f3ximo": 51, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicaci\u00f3n": 18, "publicado": 41, "publicament": 35, "publicar": 41, "publicli": 42, "publish": 82, "puido": 44, "punto": [19, 20, 35, 41, 42, 44], "push": [0, 60, 80], "put": 69, "p\u00e1xina": [7, 14, 26, 28, 29, 35, 41, 80, 82], "p\u00eddallo": [41, 44], "p\u00f3dens": [19, 41, 42, 44, 80, 81], "p\u00f3dese": [12, 20, 41, 44, 46, 48], "p\u00f3r": 82, "p\u00f3\u00f1ase": [20, 31, 80], "p\u00fablica": [33, 41], "p\u00fablico": [20, 35], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "que": [7, 10, 14, 18, 19, 20, 21, 26, 28, 31, 33, 35, 37, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 80, 81, 82], "quedar": 41, "queira": [7, 19, 41, 48], "quen": [6, 35, 44], "quer": [7, 18, 20, 26, 28, 35, 41, 42, 44, 45, 50, 80], "querer": 19, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quizai": 44, "quot": 66, "quota": [20, 33], "r": [41, 51, 60, 80], "raia": 41, "rais": [11, 80], "rang": [76, 83], "rastrexador": 80, "rather": 20, "rato": [19, 20, 35, 44], "raz\u00f3n": 42, "ra\u00edz": [20, 35, 37, 41], "rba": 19, "re": [5, 44], "reach": [27, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 44, 69, 82], "reader": [0, 80], "readi": 27, "real": 64, "realizada": [42, 45], "realizan": 7, "realizar": [7, 42], "rearrang": 83, "reason": 69, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recentement": 41, "receptor": 35, "recheck": 27, "recib": [20, 29, 37, 41, 47, 81], "reciben": 41, "recibir": [35, 44], "recibir\u00e1": [20, 41], "recibir\u00e1n": 41, "recibis": 44, "recipi": [28, 41, 44], "recognis": 15, "recollerans": 41, "recomenda": 20, "recomendada": 20, "recomendado": 20, "recomendamo": [31, 44], "recomend\u00e1mosl": [20, 25], "recommend": [15, 20], "reconectar": 20, "record": [0, 73, 77], "recorrencia": 41, "recover": 21, "recoveri": 6, "reco\u00f1ec": 20, "recuperar": 26, "recurso": [20, 26, 28, 35, 42, 46, 48], "rec\u00e9n": 12, "red": [27, 60, 62], "reddit": 51, "rede": [20, 50, 82], "redirect": [69, 72], "reduc": [11, 15], "reducindo": 80, "reducir": 80, "reduciras": 80, "refac": 50, "refer": [14, 21, 31, 62, 76], "referencia": 18, "reflect": 27, "reflectiras": 41, "reflectir\u00e1": 35, "reflicten": 19, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registri": 12, "regra": [41, 44], "regul": 62, "regular": [12, 20, 27, 36, 60], "regularli": 11, "regularment": 41, "reinici": 20, "reinicio": 20, "rein\u00edcias": 7, "rejoin": 69, "rel": 41, "relacionada": 47, "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14], "relev": [41, 76], "relevant": [42, 44], "remain": 11, "remat": [29, 40, 45], "remata": 41, "rematado": 41, "rematan": 19, "rematar": 45, "remataron": 28, "rememb": 1, "remind": [41, 69], "remitent": 44, "remitida": 41, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remota": [10, 20, 28], "remotepollinterv": 9, "remoto": [10, 20, 26, 28, 35, 50], "remov": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 57, 69, 83], "renam": [0, 21, 36], "rendemento": 44, "renomear": 44, "reopen": 44, "repeat": [8, 51], "repetitivo": 41, "replac": [45, 47, 60, 69], "repli": [44, 57, 69, 76], "repositori": [8, 9], "representa": 44, "reproduc": 14, "reproducir": 18, "request": [1, 20], "requir": [1, 8, 20, 27, 31, 38, 41, 44, 60, 62, 64, 69, 74], "requiren": 41, "requirindo": 81, "requisito": 6, "reschedul": 66, "reserv": 41, "reserva": 41, "reserven": 41, "reserv\u00e1bel": 41, "resiz": 60, "resolto": 10, "resolv": [10, 12], "resolvelo": 48, "resourc": [45, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respectiva": 43, "respectivo": 41, "respecto": 33, "respond": [44, 57], "respondeu": 41, "respons": [20, 41, 44], "resposta": [6, 40, 41], "rest": 25, "restabelecendo": 41, "restabeleceras": 40, "restaurar": [26, 39, 41], "resto": 20, "restor": [24, 41], "restrict": [36, 42, 82], "restrinxir": 6, "restrinxiu": 20, "result": [1, 9, 15, 83], "resultant": 48, "resultar": 33, "resum": 44, "resumir": 44, "retenci\u00f3n": [24, 33, 44], "retent": [36, 69], "retir": [12, 28], "retirada": [41, 42], "retirado": 19, "retirala": 42, "retirar": [7, 12, 19, 20, 26, 41, 44], "retirarans": 19, "retomar": 19, "retorno": 28, "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "ret\u00edrans": 33, "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rexeita": 37, "rexeitado": 41, "rexeitamento": 37, "rexeitar": [35, 41], "rexeitaron": 41, "rexistra": 20, "rexistrado": [12, 45], "rexistrar": 12, "rexistro": [7, 12, 20], "rexi\u00f3n": 41, "rf": 17, "rfc": 41, "riba": 44, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "riscado": 41, "risco": 18, "rise": 60, "rm": 17, "roam": 9, "roi": 35, "rol": 42, "role": 82, "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rss": 6, "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "ruta": [19, 20, 48, 51], "rw": 20, "r\u00e1pida": 24, "r\u00e1pido": [19, 42, 44], "r\u00edxido": [20, 41], "s3": [20, 27], "sabe": [20, 81], "saber": [24, 35, 41], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "saia": [20, 26], "sair": 19, "sala": 42, "sale": 82, "saltar": 80, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "satisfactoria": 41, "satisfeito": 19, "save": [5, 15, 27, 36, 39, 41, 44, 54, 56, 62, 80], "sa\u00ednt": 44, "sa\u00edr": 26, "scan": 27, "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 52, 69], "scope": [14, 44, 82], "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "se": [7, 10, 18, 19, 20, 21, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 80, 81, 82], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sec": 9, "secci\u00f3n": [7, 12, 20, 26, 37, 40, 41, 44], "second": [2, 6, 9, 11, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "secreto": 41, "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secundario": 19, "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "segredo": 81, "seguida": [19, 20], "seguido": [19, 44], "seguindo": [44, 46, 48], "seguint": [7, 12, 18, 19, 20, 40, 41, 42, 44, 45, 47, 48, 50, 81, 82], "seguir": [18, 19, 28, 44, 45, 48], "seguir\u00e1": [10, 41], "segundo": [6, 7, 19, 39, 42, 44, 48, 50, 51, 54, 82], "segura": 53, "seguranza": [19, 20, 26, 44], "seguro": [12, 20, 53], "seleccion": [20, 41, 42, 44, 45, 47, 48, 50, 51], "seleccionado": [41, 42, 44], "seleccionando": 44, "seleccionar": [14, 41, 42], "seleccionars": 42, "selecci\u00f3n": [19, 41, 42, 44], "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [37, 41, 66], "self": 76, "seman": 41, "semana": [39, 41, 42, 82], "semanalment": 41, "semellant": [19, 20, 40, 41, 44], "semellar\u00e1": [35, 41], "semic\u00edrculo": 19, "sempr": [7, 19, 20, 41], "sen": [10, 12, 19, 20, 35, 39, 41, 44], "send": [0, 1, 29, 41, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sens\u00edbel": 80, "sent": [0, 28, 44, 69], "sentido": 10, "sen\u00f3n": 26, "separ": [0, 1, 44, 49, 81], "separada": 44, "separado": [25, 41, 42, 82], "separador": 19, "ser": [10, 19, 41, 42, 44, 49, 51, 81], "server": [8, 9, 10, 11, 12, 13, 15, 17, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 46, 47, 49, 51, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 57, 74, 77], "servidor": [10, 14, 19, 20, 21, 24, 26, 28, 35, 41, 43, 44, 45, 47, 48, 49, 50, 51, 53, 82], "servizo": [20, 26, 47, 53], "ser\u00e1": [20, 41, 44, 47, 81], "ser\u00e1n": [42, 46], "ser\u00eda": 26, "sesi\u00f3n": [19, 20, 26, 42, 51], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "setup": [11, 49, 51, 58, 74], "seu": [6, 7, 10, 12, 14, 20, 21, 24, 25, 26, 28, 37, 40, 43, 44, 45, 47, 48, 49, 50, 51, 53, 80, 81], "sever": [44, 62, 66, 69, 75], "sexa": [12, 19, 41, 44], "sexan": 20, "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": 80, "short": 44, "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "si": [10, 26, 42], "side": [5, 15, 27, 30, 34, 38, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "siga": [19, 20, 28, 35, 51], "signific": 20, "significa": [19, 20, 44], "significantli": 20, "significativa": 44, "signo": [19, 42], "silenciosa": 7, "silent": [8, 60], "simb\u00f3lica": [12, 19], "similar": [15, 41, 42], "simpl": [5, 27, 39], "simplement": [19, 42, 44], "simpli": [17, 25, 44, 56, 76], "simplificado": 41, "sinatura": 44, "sinc": [35, 39, 81], "sincroniza": [12, 19, 41], "sincronizaci\u00f3n": [6, 7, 10, 13, 14, 20, 22, 42, 43, 53], "sincronizado": [19, 20, 50], "sincronizala": 45, "sincronizalo": 53, "sincronizan": 19, "sincronizar": [14, 19, 20, 41, 45, 48, 50, 51, 53], "sincronizars": [19, 41], "sincronizar\u00e1n": 20, "sincron\u00eda": 19, "sincron\u00edzans": [48, 53], "sincron\u00edzas": 48, "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sintax": [19, 20], "sint\u00e1ctica": 19, "sinxelo": [26, 29, 41, 44], "sip": 69, "sistema": [7, 10, 12, 19, 20, 21, 41, 42, 44], "sitio": [31, 43], "situaci\u00f3n": 10, "situada": 44, "situado": [19, 42], "situat": 11, "sit\u00faa": 19, "size": [9, 11, 20, 31], "skip": [11, 60, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snooz": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "soa": 41, "sobr": [19, 20, 24, 37, 41, 42, 43, 48], "sobrescribir": [35, 41], "sociai": 82, "social": 42, "socks5": 9, "softwar": [6, 7, 12, 14, 17, 42, 48, 53, 80], "sole": 44, "solicit": [26, 35, 45], "solicita": 37, "solicitar": 31, "solicitud": 44, "soltalo": 41, "soltar": 35, "soluci\u00f3n": [35, 47, 53], "solut": 20, "solv": [12, 81], "some": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "son": [19, 26, 33, 35, 41, 44, 50], "soon": [0, 15], "sourc": [20, 38], "sourcedir": 8, "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51, 69], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 58], "speech": [1, 60, 64], "speed": [20, 44], "spoken": 60, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "sta": 44, "stabl": 14, "stack": 44, "stai": [41, 59], "standard": [8, 14, 15, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "state": [8, 15, 44], "statu": [15, 20, 25, 27, 40, 41, 60, 69, 83], "stdout": 16, "step": [14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": 15, "structur": [2, 3, 21], "sub": [24, 45], "subcadea": 44, "subcartafol": 12, "subdirectorio": 20, "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": 76, "subscribir": 50, "subscribirt": 41, "subscrici\u00f3n": [41, 45, 53], "subsequ": 15, "substanti": 20, "substituci\u00f3n": 40, "substituto": 40, "substitu\u00edr": [20, 41], "substit\u00faa": 51, "success": [14, 27, 28], "suced": 41, "sudo": 17, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "supera": 20, "superan": [24, 33, 39], "superen": 24, "superior": [19, 20, 35, 42, 44, 50], "superposto": 41, "supervisor": 12, "support": [8, 15, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 51, 66, 74, 81, 83], "sure": [17, 39, 60, 81], "suxerida": 44, "suxerirans": 44, "suxerir\u00e1n": [44, 50], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "sync": [8, 12, 14, 15, 17, 19, 25, 44, 47, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "syntax": [66, 69], "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60, 62, 64, 70], "s\u00e1bese": 81, "s\u00edmbolo": [20, 41, 44], "s\u00f3": [7, 10, 14, 18, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46, 81], "s\u00faa": [6, 7, 10, 12, 14, 19, 20, 21, 24, 26, 28, 31, 33, 35, 37, 40, 41, 42, 45, 48, 51, 53, 81], "t": [5, 14, 20, 26, 39, 44, 46, 66, 81], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32, 44], "take": [2, 9, 15, 17, 28, 62, 69, 83], "tal": 41, "talk": [0, 1, 55, 57, 58, 63, 66, 68, 70, 72, 73, 74, 75, 80, 83], "tama\u00f1o": [19, 20, 31, 33, 42, 80], "tampouco": 24, "tam\u00e9n": [10, 14, 19, 20, 39, 41, 42, 44, 46, 80, 82], "tanto": [24, 44, 47, 48], "tap": [45, 60], "tard": [42, 44, 50], "tarda": 26, "tardan": 44, "tarefa": [20, 41, 43, 45, 46, 48], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "tarxeta": 42, "task": [0, 2, 6, 57, 66, 69], "taxa": 48, "te": 41, "team": [2, 3, 6, 27, 42, 69, 74], "technic": [14, 15], "tecla": [28, 42, 46], "teclado": 6, "telegram": 42, "telephon": 82, "tel\u00e9fono": [42, 81], "tema": 6, "temo": 18, "tempo": [19, 20, 24, 26, 37, 39, 40, 44, 48], "tempor": 12, "temporai": 33, "temporalment": 20, "temporarili": 60, "tem\u00e1tica": 80, "ten": [7, 10, 12, 18, 19, 20, 21, 24, 26, 27, 41, 42, 44, 45, 46, 50, 51, 80, 81], "tenda": [20, 42], "tent": 44, "tenta": [14, 47], "tentar": [10, 19, 48], "tentativa": 41, "tenten": 26, "ter": [18, 20, 41, 42, 49], "terabyt": 12, "terceiro": [12, 26, 41], "term": 1, "termo": [41, 46], "ter\u00e1": [10, 12, 24, 41, 45], "ter\u00e1n": [26, 41], "test": [9, 14], "testemu\u00f1o": [6, 20, 35, 41], "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "texto": [10, 19, 26, 80, 81], "te\u00f1a": [12, 19, 20, 26, 35, 39, 41, 42, 44], "te\u00f1an": 26, "te\u00f1en": [7, 26, 28, 41], "te\u00f1\u00e9n": 49, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 28, 40, 41, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "think": 2, "third": 20, "those": [0, 25, 54], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "tipo": [19, 20, 42, 47, 80], "titl": [2, 5, 41, 44, 56, 59, 76], "ti\u00f1a": 19, "tl": [20, 51], "tlsv1": 20, "tmp": 8, "toda": [12, 19, 20, 41, 42], "todai": 83, "todo": [12, 14, 18, 19, 20, 21, 26, 28, 31, 33, 35, 37, 41, 42, 44, 45, 46, 50, 51, 53], "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "toqu": 45, "total": [33, 41], "totalment": 80, "totp": [20, 81], "touchpad": 63, "toward": 45, "tra": 19, "traballa": 44, "traballar": 26, "traballo": [6, 10, 42, 44, 48], "track": 0, "traducir": 44, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30], "transferencia": [20, 37], "transferido": [20, 37], "transferir": [37, 41, 42], "translat": [4, 53, 61, 73], "transparent": [26, 41], "trash": [9, 21, 28], "trashbin_retention_oblig": 24, "trata": 41, "tratar\u00e1": 41, "trav\u00e9": [12, 20, 26, 31, 33, 35, 41, 44, 45, 46, 49], "tre": [19, 35, 41, 42, 44], "trebello": [44, 48], "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "troqu": [12, 20, 41], "true": [7, 16], "trust": [8, 38, 82], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 75], "two": [2, 17, 25, 36, 39, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 69, 80], "typic": 57, "t\u00e1boa": 43, "t\u00edtulo": 41, "t\u00fanel": 20, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "umount": 20, "un": [7, 10, 12, 19, 20, 24, 28, 31, 33, 35, 37, 39, 40, 43, 45, 46, 47, 48, 50, 51, 53, 80, 81, 82], "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "uncheck": [0, 36], "und": 5, "under": [1, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unha": [7, 10, 19, 20, 21, 24, 26, 28, 29, 33, 37, 40, 42, 43, 45, 46, 47, 48, 50, 51, 53, 80, 81], "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 60], "univers": [6, 12], "universidad": 7, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [9, 15, 19, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 10, 14, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62, 69, 72], "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usa": [12, 19, 20, 26, 50], "usabl": 80, "usada": 41, "usado": [19, 41], "usag": 83, "usan": [7, 20], "usando": [26, 29, 42, 51], "usar": [6, 7, 12, 13, 20, 25, 43, 51, 54, 82], "usaremo": 41, "usars": 80, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "uso": [20, 24, 25, 28, 35, 82], "usual": 44, "usuario": [6, 7, 10, 18, 20, 24, 28, 31, 33, 37, 39, 40, 42, 44, 45, 47, 49, 50, 51, 82], "usuario1": 24, "usuario2": 24, "usuario3": 24, "us\u00e1bel": 19, "utf": 20, "utilic": 20, "utiliza": 48, "utilizalo": 41, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacaci\u00f3n": 40, "vai": [19, 26, 41, 45, 50], "vaia": [20, 44, 49, 50], "validada": 19, "validar": 50, "valor": [7, 12, 19, 20, 24, 42, 44], "valu": [9, 11, 16], "var": 16, "varia": [19, 35, 42], "variabl": [6, 9, 13], "variar": 80, "variedad": 81, "varieti": 82, "vario": [20, 41, 53, 80], "variou": 41, "vari\u00e1bei": [31, 41], "vari\u00e1bel": 10, "vcard": 42, "vcf": 42, "vde": [18, 19, 40, 41, 42, 44, 82], "ve": [19, 20, 41], "vece": [12, 19, 41], "vello": 44, "velo": [20, 82], "ven": [20, 45], "vendor": 7, "ver": [6, 7, 19, 35, 41, 42], "veras": [41, 42], "verbos": 8, "verd": 19, "verdadeira": 44, "veri": [5, 20, 80], "verif": 69, "verifi": 20, "verificaci\u00f3n": [19, 20, 41], "verificar": [19, 41], "verifiqu": 20, "vermella": 19, "vermello": 19, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "versi\u00f3n": [7, 10, 14, 18, 19, 20, 30, 32, 33, 41, 42, 44, 50, 82], "vertic": 44, "ver\u00e1": [19, 26, 29, 41, 42, 81, 82], "ver\u00e1n": [26, 28], "vexa": [20, 24, 42], "vez": [7, 20, 24, 26, 35, 39, 41, 44, 51], "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "viaxa": 41, "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 14, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "virtuai": 19, "virtual": [17, 42, 82], "visibilidad": [37, 42], "visibl": [4, 15, 21, 27, 36, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": [20, 26, 35, 41, 42, 50], "vistosa": 19, "visual": [15, 80], "vis\u00edbei": [41, 42, 46], "vis\u00edbel": [10, 19, 35, 41, 44, 47], "voic": 60, "volta": [12, 41], "volum": 8, "volv": 26, "volva": [20, 24, 26, 33, 39], "volver": [19, 21, 26, 35, 41, 45, 48], "vosted": [10, 24, 33, 41, 53, 82], "vote": [41, 56], "vpn": 20, "v\u00e1lida": 51, "v\u00e1lido": [41, 44], "v\u00e9n": [41, 44], "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 15, 17, 20, 25, 38, 41, 44, 54, 56, 59, 62], "wait": [1, 79], "want": [0, 2, 4, 5, 14, 26, 29, 41, 44, 52, 58, 60, 66, 69, 76, 82], "we": [2, 5, 14, 15, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webinar": [73, 77], "websit": 73, "week": [0, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 62], "were": [9, 41, 57, 70], "what": [0, 5, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 39, 41, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [26, 36, 62, 82], "wider": 82, "widget": 83, "wiki": [57, 74], "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "write": [2, 3, 16, 20, 41, 44, 49, 69], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xa": [7, 10, 19, 28, 31, 35, 41, 45, 81, 82], "xanela": [7, 10, 20, 41, 45, 50], "xeito": [10, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46, 47, 48, 50, 81], "xerada": 44, "xerado": 41, "xeral": [7, 41, 80], "xeralment": 41, "xerar": 41, "xeraras": 41, "xerarqu\u00eda": 35, "xere": [44, 81], "xestionada": 44, "xestionado": 41, "xestionar": [6, 30, 32, 51, 81, 82], "xesti\u00f3n": [20, 24, 33, 43], "xestor": [7, 46, 50], "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "xuntanza": 41, "xuntars": 41, "xunto": [12, 37, 41, 42, 44], "y": [17, 20], "ye": [36, 41], "year": 83, "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e1": [7, 12, 14, 19, 20, 26, 28, 33, 35, 39, 40, 41, 44, 50, 80, 81, 82], "\u00e1brese": [37, 42, 44], "\u00e1rbore": 19, "\u00e1rea": [10, 41], "\u00e9": [7, 10, 12, 14, 19, 20, 24, 28, 29, 31, 33, 35, 37, 41, 42, 43, 44, 47, 48, 50, 53, 80, 81, 82], "\u00edndice": 26, "\u00faltima": [7, 18, 19], "\u00faltimo": 46, "\u00fanase": 80, "\u00fanica": [41, 44], "\u00fanico": [26, 41, 42, 82], "\u00fasans": 40, "\u00fasase": 80, "\u00fatil": [20, 31, 33, 41]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u00cdndice", "O actualizador autom\u00e1tico", "Using the Command-Line Client", "Configuration File", "Conflitos", "Environment Variables", "Preguntas frecuentes \u2014 FAQ", "Desktop Client", "Instalaci\u00f3n", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Canles de actualizaci\u00f3n", "Usar o cliente de sincronizaci\u00f3n", "Acceder aos ficheiros de Nextcloud mediante WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Xestionar os ficheiros eliminados", "Sincronizaci\u00f3n de escritorio e m\u00f3bil", "Using server-side encryption", "Using external storage", "Using federation shares", "Facer env\u00edos an\u00f3nimos", "Ficheiros e sincronizaci\u00f3n", "Env\u00edo de ficheiros grandes", "Managing your files", "Cota de almacenamento", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Control de versi\u00f3ns", "Definir mensaxes de \u00abf\u00f3ra da oficina\u00bb", "Usar a aplicaci\u00f3n Calendario", "Usar a aplicaci\u00f3n Contactos", "Software de traballo en grupo", "Usar a aplicaci\u00f3n Correo", "Sincronizaci\u00f3n con Android", "Sincronizaci\u00f3n co escritorio de GNOME", "Sincronizaci\u00f3n con iOS", "Sincronizaci\u00f3n con KDE Kontact", "Sincronizaci\u00f3n con macOS", "Sincronizaci\u00f3n con Thunderbird", "Sincronizaci\u00f3n con Windows 10", "Migrate data between instances", "Introduci\u00f3n ao manual de usuario de Nextcloud \u00ab35\u00bb", "Xestionar os navegadores conectados e os dispositivos", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Parladoiro", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Acceso universal", "Usar o segundo factor de autenticaci\u00f3n", "Axustar as s\u00faas preferencias", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "For": 77, "The": 83, "acced": [20, 81], "accept": 70, "acceso": [26, 35, 80], "access": [4, 20, 21, 22, 27, 36], "acci\u00f3n": [15, 44], "account": 44, "action": [15, 44], "activ": [0, 21], "activala": 12, "activar": 44, "actualizaci\u00f3n": [7, 18], "actualizador": 7, "ad": [27, 38], "add": 44, "address": 44, "adiamento": 44, "advanc": 44, "advertencia": 12, "ai": 1, "alg\u00fan": 12, "alia": [15, 44], "all": 78, "almacenamento": [24, 33], "alternativa": 50, "an": [5, 38, 70, 72, 78], "android": 45, "anexo": 41, "aniversario": 41, "anoth": 44, "an\u00f3nimo": 29, "ao": [12, 20, 26, 35, 41, 44, 53], "aplicaci\u00f3n": [24, 41, 42, 44, 45, 81], "app": [0, 75], "appear": 55, "archiv": 69, "asignar": [20, 41], "asistent": 41, "assign": 36, "assist": 1, "attach": 56, "audio": 60, "autenticaci\u00f3n": 81, "autom": 44, "automatizado": 41, "autom\u00e1tica": [7, 44], "autom\u00e1tico": 7, "autrom\u00e1tica": 44, "axust": [19, 44], "axustar": [29, 82], "backend": 27, "background": 60, "ban": 69, "between": 52, "bloqu": 44, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "busca": 44, "b\u00e1sico": 7, "caderno": [42, 82], "caixa": 44, "calendar": [41, 44, 59], "calendario": [41, 45, 47, 50, 51], "call": [60, 61, 62, 64, 65, 72], "cambiar": [12, 26, 44], "cambio": [12, 54], "cancelar": 44, "cando": [12, 24], "canl": 18, "capacidad": 80, "card": 75, "cardbook": 50, "cartafol": [12, 21, 44], "cesto": 41, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chave": 26, "ciberestafa": 44, "cifrado": 26, "cifrar": 26, "cita": 41, "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "co": [42, 44, 46], "coa": [20, 26, 41, 45], "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 57], "comment": 21, "como": [12, 24, 26, 44], "compact": [44, 55], "compartici\u00f3n": [20, 35], "compartido": [24, 42], "compartir": [19, 21, 26, 35, 41, 82], "compat\u00edbei": 15, "comprobaci\u00f3n": 41, "con": [15, 20, 35, 45, 47, 48, 49, 50, 51, 81], "concertada": 41, "concertar": 41, "condici\u00f3n": 44, "conectado": 54, "configur": [9, 58], "configuraci\u00f3n": [15, 41], "configurar": [19, 81], "conflict": 15, "conflito": 10, "connect": 21, "consent": 62, "consideraci\u00f3n": 81, "conta": [19, 44, 49], "contact": 42, "contacto": [42, 44, 45, 47, 50, 51], "contextu": 15, "continuament": 12, "contorno": 7, "contrasin": 26, "contrasinai": 54, "controi": 21, "control": [39, 60], "convers": [55, 68, 69, 76, 78], "conversa": 41, "convidar": 41, "convit": 41, "cor": 44, "corpo": 44, "correo": 44, "cota": [24, 33], "co\u00f1ecido": 20, "crea": 41, "creaci\u00f3n": 20, "crear": [41, 42, 44], "creat": [5, 21, 28, 35, 36, 41, 69, 75, 78], "credenti": 8, "credit": 51, "criterio": 44, "curl": 20, "cyberduck": 20, "da": [12, 15, 19, 26, 40, 44], "daili": 0, "dashboard": [69, 83], "data": 52, "dato": 82, "de": [7, 12, 15, 18, 19, 20, 21, 24, 25, 26, 29, 31, 33, 39, 40, 41, 42, 43, 44, 45, 46, 49, 53, 54, 80, 81, 82], "deck": 75, "definir": [19, 40], "deleg": [41, 44], "delegaci\u00f3n": 44, "desactivar": 26, "desd": 19, "desexado": 44, "dese\u00f1o": 44, "desktop": [13, 60], "desprazars": 80, "destinatario": 44, "detail": 21, "detecci\u00f3n": 44, "detect": 27, "detens": 12, "devic": 38, "disk": 11, "displai": 38, "dispos": 69, "dispositivo": 54, "dispo\u00f1ibilidad": 41, "do": [14, 15, 19, 26, 41, 42, 44, 82, 83], "dolphin": 20, "download": [14, 15, 60], "dun": [41, 42], "dunha": 44, "duplicado": 42, "duplicar": 41, "dure": 60, "d\u00eda": 41, "e": [20, 25, 30, 35, 41, 42, 44, 45, 54, 80], "e2e": 38, "edit": [41, 76], "editar": [12, 41, 42, 44], "editor": 19, "elemento": 42, "eliminaci\u00f3n": 44, "eliminado": 24, "eliminan": 24, "eliminar": [39, 41, 44], "email": [0, 28, 72], "emoji": 66, "en": [7, 12, 43], "enabl": 38, "encrypt": [26, 34, 38], "end": 38, "enderezo": [42, 44, 82], "engadido": 50, "engadindo": 35, "engadir": [19, 41, 42, 44], "entrada": 44, "enviado": 12, "enviando": 10, "environ": 11, "env\u00edo": [29, 31], "equipo": 42, "escritorio": [19, 20, 25, 46], "espazo": 24, "espec\u00edfico": 54, "estado": [15, 19, 21, 41], "est\u00e1": 26, "est\u00e1n": 12, "etiqueta": 44, "event": 59, "evento": [41, 44], "everyon": 5, "evitar": 7, "exampl": 8, "exclud": 8, "exemplo": 10, "experiment": 10, "expir": 69, "explor": 20, "exportar": 41, "extens": 15, "extern": 27, "facer": 29, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "feder": [21, 28, 35, 41, 70], "feed": 0, "festivo": 41, "ficheiro": [12, 19, 20, 21, 24, 26, 29, 30, 31, 45], "file": [0, 4, 9, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filter": [0, 21, 69], "filtrado": 44, "filtro": 44, "finder": 15, "first": [2, 5], "fi\u00e1bel": 12, "fluxo": 7, "folder": [38, 44], "fondo": 26, "frecuent": [12, 26], "frequenc": 0, "from": [27, 59, 71, 75], "full": [60, 72], "funcionalidad": [12, 15], "fusionar": 42, "f\u00edo": 44, "f\u00f3ra": 40, "gener": 17, "get": 2, "global": 82, "gnome": 46, "grand": 31, "grid": [21, 65], "group": [26, 69], "grupo": [35, 42, 43], "guest": 72, "gustar\u00edam": 12, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "horario": 41, "houbo": 12, "how": 5, "i": 26, "ia": 44, "ic": 41, "icona": [19, 21], "idioma": 12, "ignorado": 19, "imax": 42, "immedi": 60, "importaci\u00f3n": 42, "importar": 41, "inclu\u00eddo": 80, "indicador": 15, "informaci\u00f3n": [42, 44], "initi": 14, "insert": 66, "instal": [8, 14], "instalaci\u00f3n": 14, "instanc": 52, "instruct": 17, "integr": [44, 59, 71, 75], "integraci\u00f3n": [15, 44], "intelixent": 44, "intentar": 12, "interact": 76, "interfac": [12, 21, 83], "interna": 35, "interno": 44, "introduci\u00f3n": 53, "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "isto": 26, "join": [60, 72], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "known": 15, "kontact": 48, "layout": 65, "lembret": [41, 44], "level": 36, "ligaz\u00f3n": 35, "line": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 55, 60], "lista": 44, "live": 64, "lixo": [41, 44], "li\u00f1a": 20, "lobbi": 79, "local": 12, "localment": 12, "lock": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "manag": [32, 36, 41, 58, 62, 69], "manual": 53, "manualment": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "mediant": [20, 80], "meet": [41, 44, 59], "membro": 42, "mencionar": 44, "mensax": [40, 44], "men\u00fa": 15, "mesmo": 12, "messag": [55, 66, 69, 75, 76], "meu": 12, "microsoft": 20, "migrat": 52, "minimizar": 44, "mnemon": 38, "mobil": 60, "modal": 44, "mode": 44, "moder": 77, "modifican": 12, "modo": 44, "montax": 20, "more": 66, "mover": [12, 21, 44], "m\u00e1i": 12, "m\u00e9todo": 50, "m\u00f3bil": [25, 45], "m\u00f3bile": 20, "na": 44, "nativ": 44, "nautilu": 20, "navegador": [54, 83], "navig": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nomear": 39, "non": [12, 44], "nos": 12, "note": 69, "notif": [0, 1, 41, 69], "notificaci\u00f3n": [19, 45], "nova": [19, 44], "novo": [41, 44], "o": [7, 12, 19, 24, 26, 29, 41, 42, 44, 50, 54, 80, 81, 82], "ocorr": 24, "ocupado": 41, "oficiai": 20, "oficina": 40, "onboard": 5, "one": 69, "opci\u00f3n": [41, 42], "open": 78, "operativa": 44, "option": 16, "ord": 20, "ordenaci\u00f3n": 44, "organizar": 42, "other": 72, "ou": [21, 26, 41, 42], "our": 5, "outro": 35, "own": [5, 27], "ownership": 37, "page": 5, "para": 41, "parent": 5, "parladoiro": [41, 73], "particip": [60, 69], "partir": 44, "pasar": 26, "perfil": 82, "person": 1, "picker": [1, 66], "pin": 76, "pish": 44, "pode": [26, 82], "poll": 56, "por": 44, "possibl": 26, "pos\u00edbel": 26, "preferencia": 82, "pregunta": [12, 26], "preparar": [41, 49], "previa": 21, "previsto": 26, "prioritaria": 44, "privaci": 69, "privada": 26, "privat": 69, "problema": [20, 49], "profil": 83, "profundidad": 12, "programada": 44, "progress": 41, "project": 5, "propio": 29, "propos": 41, "publicaci\u00f3n": 41, "p\u00f3dese": 26, "p\u00fablica": [20, 35], "que": [12, 24], "quen": 82, "quero": 12, "quick": 44, "rais": 60, "rastrexado": 12, "reaction": 60, "recomendado": 50, "record": [60, 62], "recorrent": 41, "recoveri": [26, 81], "recuperaci\u00f3n": 26, "recurso": 41, "redacci\u00f3n": 44, "redactar": 44, "rede": 19, "refresh": 44, "remind": 76, "repli": 66, "repositorio": 29, "reproductor": 21, "requisito": [14, 83], "reservada": 41, "reservar": 41, "respond": 41, "resposta": [20, 44, 80], "restrinxir": 82, "resumo": 44, "retirar": 42, "role": 42, "room": [58, 60], "rss": 0, "run": 1, "sala": 41, "sa\u00edda": 44, "schedul": [59, 66], "screen": [60, 63, 72], "se": [12, 24, 26], "search": [21, 44, 76, 83], "second": 81, "secur": 34, "seguimento": 44, "seguint": 26, "segundo": 81, "seguridad": 44, "selecci\u00f3n": 21, "self": 69, "sen": [26, 45], "send": [44, 66, 70], "ser": 12, "server": [14, 26, 44], "servidor": 12, "set": [0, 1, 60, 72, 76, 83], "setup": 14, "seu": [19, 29, 35, 41, 42, 82], "share": [15, 21, 23, 26, 27, 28, 35, 41, 44, 56, 63, 72, 75], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sincronizaci\u00f3n": [12, 15, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "sincronizado": 12, "sincronizar": 12, "sistema": 14, "smart": [1, 66], "sobr": [12, 26, 44], "softwar": 43, "soluci\u00f3n": [20, 49], "sort": 44, "space": 11, "speaker": 65, "start": [2, 60, 72], "step": [2, 5], "storag": 27, "stream": 0, "subdirectorio": 12, "subfold": 44, "subscribirs": 41, "subscrici\u00f3n": 44, "subscr\u00edbirs": 41, "summari": [0, 66], "superposici\u00f3n": 19, "support": [14, 27], "system": 36, "s\u00f3": 50, "s\u00faa": [44, 49, 82], "taboleiro": 44, "tag": 36, "talk": [59, 60, 69, 71], "tarefa": 44, "task": [1, 75], "team": 5, "teclado": 80, "tema": 80, "templat": 5, "tempo": 41, "terceiro": 20, "testemu\u00f1o": 81, "texto": 44, "thread": 76, "thunderbird": 50, "tlsv1": 51, "toda": 44, "togeth": 5, "traballa": 12, "traballar": 41, "traballo": [7, 26, 41, 43], "traduci\u00f3n": 44, "transcript": 64, "transfer": 37, "translat": 64, "transparencia": 41, "trebello": 41, "troubleshoot": 51, "un": [26, 41, 42, 44], "unha": [12, 35, 39, 41, 44], "unidad": 20, "unifi": [44, 83], "uninstal": 17, "univers": 80, "up": [44, 60], "upload": 21, "us": [0, 2, 8, 21, 26, 27, 28, 38, 44, 66], "usag": 8, "usando": 20, "usar": [19, 26, 41, 42, 44, 50, 81], "usuario": [12, 19, 26, 35, 41, 53], "variabl": 11, "vario": 42, "ver": 82, "version": 14, "versi\u00f3n": 39, "vez": 42, "via": 28, "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtuai": 42, "virtual": [15, 19], "vista": [10, 21, 44], "v\u00eddeo": 21, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "why": 2, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "xanela": [19, 44], "xeito": 12, "xeral": [10, 19], "xestiona": 24, "xestionar": [24, 41, 42, 44, 54], "xestor": [19, 20], "you": 81, "your": [0, 5, 21, 22, 27, 32, 69, 81], "zoom": 80, "\u00e1": 42, "\u00e1rea": 19, "\u00e9": 26, "\u00edndice": 6}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "A sincronizaci\u00f3n detense ao intentar sincronizar a unha profundidade de m\u00e1is de 100 subdirectorios.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "AI assistant": [[1, null]], "Acceder a compartici\u00f3ns p\u00fablicas mediante WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acceder a ficheiros mediante cURL": [[20, "accessing-files-using-curl"]], "Acceder a ficheiros mediante macOS": [[20, "accessing-files-using-macos"]], "Acceder a ficheiros usando WinSCP": [[20, "accessing-files-using-winscp"]], "Acceder aos ficheiros de Nextcloud mediante WebDAV": [[20, null]], "Acceder aos ficheiros mediante Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acceder aos ficheiros mediante Linux": [[20, "accessing-files-using-linux"]], "Acceder aos ficheiros mediante Windows de Microsoft": [[20, "accessing-files-using-microsoft-windows"]], "Acceder con segundo factor de autenticaci\u00f3n": [[81, "logging-in-with-two-factor-authentication"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Acceso universal": [[80, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Acci\u00f3ns": [[44, "actions"]], "Acci\u00f3ns de mensaxes": [[44, "message-actions"]], "Acci\u00f3ns de sobre": [[44, "envelope-actions"]], "Activar a busca no corpo do correo": [[44, "enable-mail-body-search"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Adiamento": [[44, "snooze"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alg\u00fans ficheiros est\u00e1n a ser enviados continuamente ao servidor, mesmo cando non se modifican.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Alias files": [[15, "alias-files"]], "Alternativa: usar o engadido CardBook (s\u00f3 contactos)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Asignar as unidades coa li\u00f1a de ordes": [[20, "mapping-drives-with-the-command-line"]], "Asignar as unidades con Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Asignar salas e recursos a un evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Axustar as s\u00faas preferencias": [[82, null]], "Axustar o seu propio repositorio de ficheiros": [[29, "setting-up-your-own-file-drop"]], "Axustes da conta": [[44, "account-settings"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bloques de texto": [[44, "text-blocks"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Caixa de entrada prioritaria": [[44, "priority-inbox"]], "Caixa de sa\u00edda": [[44, "outbox"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendario": [[47, "calendar"], [51, "calendar"]], "Calendario de aniversarios": [[41, "birthday-calendar"]], "Calendarios": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cambiar a cor das etiquetas": [[44, "change-color-for-tags"]], "Cambiar o contrasinal da chave privada": [[26, "change-private-key-password"]], "Cambiar o criterio de ordenaci\u00f3n": [[44, "change-sort-order"]], "Cambiar o dese\u00f1o": [[44, "switch-layout"]], "Cancelar a subscrici\u00f3n dunha lista de correo": [[44, "unsubscribe-from-a-mailing-list"]], "Canles de actualizaci\u00f3n": [[18, null]], "Cesto do lixo": [[41, "trash-bin"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Citas": [[41, "appointments"]], "Clientes WebDAV de terceiros": [[20, "third-party-webdav-clients"]], "Clientes de m\u00f3bil": [[25, "mobile-clients"]], "Clientes oficiais de escritorio e m\u00f3biles de Nextcloud": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Coa aplicaci\u00f3n m\u00f3bil de Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Como activala": [[12, "how-to-enable-it"]], "Como eliminar un filtro": [[44, "how-to-delete-a-filter"]], "Como engadir un novo filtro": [[44, "how-to-add-a-new-filter"]], "Como se pode desactivar o cifrado?": [[26, "how-can-encryption-be-disabled"]], "Como traballa a funcionalidade \u00abEditar localmente\u00bb": [[12, "how-the-edit-locally-functionality-works"]], "Como xestiona o espazo de almacenamento a aplicaci\u00f3n de ficheiros eliminados": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compartici\u00f3ns internas con usuarios e grupos": [[35, "internal-shares-with-users-and-groups"]], "Compartir con ligaz\u00f3ns p\u00fablicas": [[35, "public-link-shares"]], "Compartir desde o seu escritorio": [[19, "sharing-from-your-desktop"]], "Compartir ficheiros cifrados": [[26, "sharing-encrypted-files"]], "Compartir iconas de estado": [[21, "sharing-status-icons"]], "Compartir os calendarios": [[41, "sharing-calendars"]], "Compartir os seus datos no caderno global de enderezos": [[82, "sharing-your-data-in-the-global-address-book"]], "Comprobaci\u00f3n dos tempos ocupados dos asistentes": [[41, "checking-attendees-busy-times"]], "Concertar/reservar unha cita": [[41, "booking-an-appointment"]], "Condici\u00f3ns": [[44, "conditions"]], "Configurar o segundo factor de autenticaci\u00f3n": [[81, "configuring-two-factor-authentication"]], "Configurar os axustes da conta de NextCloud": [[19, "configuring-nextcloud-account-settings"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Conflitos": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consideraci\u00f3ns": [[81, "considerations"]], "Contactos": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contactos e Calendario": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Contrasinais espec\u00edficos de dispositivo e cambios de contrasinais": [[54, "device-specific-passwords-and-password-changes"]], "Contrasinal da chave de recuperaci\u00f3n": [[26, "recovery-key-password"]], "Controis de ficheiros": [[21, "file-controls"]], "Control de versi\u00f3ns": [[39, null]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Convidar aos asistentes a un evento": [[41, "invite-attendees-to-an-event"]], "Cota de almacenamento": [[33, null]], "Cotas": [[24, "quotas"]], "Crea un novo calendario": [[41, "create-a-new-calendar"]], "Creaci\u00f3n de montaxes WebDAV coa li\u00f1a de ordes de Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Crear un equipo": [[42, "create-a-team"]], "Crear un evento": [[44, "create-an-event"]], "Crear un filtro a partir dunha mensaxe": [[44, "create-a-filter-from-a-message"]], "Crear un novo evento": [[41, "create-a-new-event"]], "Crear unha configuraci\u00f3n de cita": [[41, "creating-an-appointment-configuration"]], "Crear unha sala de Parladoiro para as citas concertadas/reservadas": [[41, "create-talk-room-for-booked-appointments"]], "Crear unha tarefa": [[44, "create-a-task"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Definir mensaxes de \u00abf\u00f3ra da oficina\u00bb": [[40, null]], "Definir o estado do usuario": [[19, "set-the-user-status"]], "Delegaci\u00f3n de contas": [[44, "account-delegation"]], "Desktop Client": [[13, null]], "Desprazarse mediante o teclado": [[80, "navigating-via-keyboard"]], "Details sidebar": [[21, "details-sidebar"]], "Detecci\u00f3n de ciberestafa (pishing)": [[44, "phishing-detection"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Dispo\u00f1ibilidade (horario de traballo)": [[41, "availability-working-hours"]], "Dispo\u00f1ibilidade de salas": [[41, "room-availability"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Editar etiquetas": [[44, "edit-tags"]], "Editar ou retirar informaci\u00f3n dun contacto": [[42, "edit-or-remove-contact-information"]], "Editar, duplicar ou eliminar un evento": [[41, "edit-duplicate-or-delete-an-event"]], "Editar, exportar ou eliminar un calendario": [[41, "edit-export-or-delete-a-calendar"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Elementos compartidos": [[42, "shared-items"]], "Eliminaci\u00f3n autom\u00e1tica do lixo": [[44, "automatic-trash-deletion"]], "Eliminar etiquetas": [[44, "delete-tags"]], "Eliminar unha versi\u00f3n": [[39, "deleting-a-version"]], "Email notification frequency": [[0, "email-notification-frequency"]], "En Linux": [[12, "on-linux"]], "En Windows": [[12, "on-windows"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Enderezos internos": [[44, "internal-addresses"]], "Engadindo unha compartici\u00f3n p\u00fablica ao seu Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Engadir anexos aos eventos": [[41, "add-attachments-to-events"]], "Engadir contactos": [[42, "adding-contacts"]], "Engadir contactos manualmente": [[42, "adding-contacts-manually"]], "Engadir e xestionar cadernos de enderezos": [[42, "adding-and-managing-address-books"]], "Engadir membros a un equipo": [[42, "add-members-to-a-team"]], "Engadir novas contas": [[19, "adding-new-accounts"]], "Engadir opci\u00f3ns recorrentes": [[41, "add-recurring-options"]], "Engadir unha conversa de Parladoiro": [[41, "add-talk-conversation"]], "Engadir unha nova conta de correo": [[44, "add-a-new-mail-account"]], "Enviando conflitos (experimental)": [[10, "uploading-conflicts-experimental"]], "Environment Variables": [[11, null]], "Env\u00edo de ficheiros": [[29, "uploading-files"]], "Env\u00edo de ficheiros grandes": [[31, null]], "Equipos": [[42, "teams"]], "Estado automatizado do usuario": [[41, "automated-user-status"]], "Est\u00e1 previsto pasar isto ao seguinte acceso de usuario ou a un traballo de fondo?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Evitar as actualizaci\u00f3ns autom\u00e1ticas": [[7, "preventing-automatic-updates"]], "Evitar as actualizaci\u00f3ns autom\u00e1ticas en contornos Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Evitar as actualizaci\u00f3ns autom\u00e1ticas en contornos Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Exemplo": [[10, "example"]], "Facer env\u00edos an\u00f3nimos": [[29, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Ficheiros e notificaci\u00f3ns": [[45, "files-and-notifications"]], "Ficheiros e sincronizaci\u00f3n": [[30, null]], "Ficheiros sen cifrar": [[26, "files-not-encrypted"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtrado e resposta autom\u00e1tica": [[44, "filtering-and-autoresponder"]], "Filtro": [[44, "filter"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Fluxo b\u00e1sico de traballo": [[7, "basic-workflow"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "Fusionar contactos duplicados": [[42, "merging-duplicate-contacts"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Gustar\u00edame cambiar o idioma da interface de usuario": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Houbo unha advertencia sobre os cambios nos cartafoles sincronizados que non est\u00e1n a ser rastrexados de xeito fi\u00e1bel.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "How to onboard your team": [[5, null]], "Icona da \u00e1rea de notificaci\u00f3n": [[19, "systray-icon"]], "Iconas de superposici\u00f3n do xestor de ficheiros": [[19, "file-manager-overlay-icons"]], "Imaxe do contacto": [[42, "contact-picture"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Importaci\u00f3n de contactos virtuais": [[42, "importing-virtual-contacts"]], "Importar un calendario": [[41, "import-a-calendar"]], "Importar un evento / Engadir un evento .ics": [[41, "import-an-event-add-ics-event"]], "Informaci\u00f3n do destinatario na xanela de redacci\u00f3n": [[44, "recipient-info-on-composer"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Instalaci\u00f3n": [[14, null]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Integraci\u00f3n co Taboleiro": [[44, "dashboard-integration"]], "Interacting with messages": [[76, null]], "Introduci\u00f3n ao manual de usuario de Nextcloud \u00ab35\u00bb": [[53, null]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Lembretes de seguimento": [[44, "follow-up-reminders"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mencionar contactos": [[44, "mention-contacts"]], "Mensaxes programadas": [[44, "scheduled-messages"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimizar a xanela modal de redacci\u00f3n": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Modo de Vista de mensaxes / de operativa": [[44, "message-display-operation-mode"]], "Mover as mensaxes ao cartafol de non desexado": [[44, "move-messages-to-junk-folder"]], "Mover ficheiros": [[21, "moving-files"]], "M\u00e9todo recomendado": [[50, "recommended-method"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nomear unha versi\u00f3n": [[39, "naming-a-version"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "O actualizador autom\u00e1tico": [[7, null]], "Opci\u00f3ns do equipo": [[42, "team-options"]], "Open conversations": [[78, null]], "Organizar os seus contactos cos grupos de contactos": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outros con acceso": [[35, "others-with-access"]], "Parladoiro": [[73, null]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preguntas frecuentes (FAQ) sobre cifrado": [[26, "encryption-faq"]], "Preguntas frecuentes \u2014 FAQ": [[12, null]], "Preparar as s\u00faas contas": [[49, "setup-your-accounts"]], "Preparar lembretes": [[41, "set-up-reminders"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemas co\u00f1ecidos": [[20, "known-issues"], [20, "known-problems"]], "Proposals": [[41, "proposals"]], "Publicaci\u00f3n dun calendario": [[41, "publishing-a-calendar"]], "P\u00f3dese desactivar o cifrado sen o contrasinal do usuario?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Que ocorre cando se eliminan os ficheiros compartidos": [[24, "what-happens-when-shared-files-are-deleted"]], "Quero mover o meu cartafol local de sincronizaci\u00f3n": [[12, "i-want-to-move-my-local-sync-folder"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Redactar mensaxes": [[44, "compose-messages"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Reproductor de v\u00eddeo": [[21, "video-player"]], "Requisitos do navegador web": [[83, "web-browser-requirements"]], "Requisitos do sistema": [[14, "system-requirements"]], "Responder a convites": [[41, "responding-to-invitations"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Resposta": [[20, "answer"]], "Respostas autrom\u00e1ticas": [[44, "autoresponders"]], "Respostas intelixentes": [[44, "smart-replies"]], "Restrinxir quen pode ver os datos do seu perfil": [[82, "restrict-who-can-see-your-profile-data"]], "Resumo do f\u00edo": [[44, "thread-summary"]], "Resumo por IA": [[44, "ai-summary"]], "Roles do equipo": [[42, "team-roles"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Seguridade": [[44, "security"]], "Selecci\u00f3n de ficheiros ou cartafoles": [[21, "selecting-files-or-folders"]], "Sen a aplicaci\u00f3n m\u00f3bil de Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Sincronizaci\u00f3n co escritorio de GNOME": [[46, null]], "Sincronizaci\u00f3n con Android": [[45, null]], "Sincronizaci\u00f3n con KDE Kontact": [[48, null]], "Sincronizaci\u00f3n con Thunderbird": [[50, null]], "Sincronizaci\u00f3n con Windows 10": [[51, null]], "Sincronizaci\u00f3n con iOS": [[47, null]], "Sincronizaci\u00f3n con macOS": [[49, null]], "Sincronizaci\u00f3n de escritorio e m\u00f3bil": [[25, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Software de traballo en grupo": [[43, null]], "Soluci\u00f3n": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Soluci\u00f3n 1": [[20, "solution-1"]], "Soluci\u00f3n 2": [[20, "solution-2"]], "Soluci\u00f3n de problemas": [[49, "troubleshooting"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribirse a un calendario de d\u00edas festivos": [[41, "subscribe-to-a-holiday-calendar"]], "Subscr\u00edbirse a un calendario": [[41, "subscribe-to-a-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Temas inclu\u00eddos": [[80, "included-themes"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Todas as caixas de entrada": [[44, "all-inboxes"]], "Traballar coa cita concertada/reservada": [[41, "working-with-the-booked-appointment"]], "Traduci\u00f3n do correo": [[44, "mail-translation"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Transparencia do calendario": [[41, "calendar-transparency"]], "Trebello de calendario": [[41, "calendar-widget"]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Usar a aplicaci\u00f3n Calendario": [[41, null]], "Usar a aplicaci\u00f3n Contactos": [[42, null]], "Usar a aplicaci\u00f3n Correo": [[44, null]], "Usar a xanela de Rede": [[19, "using-the-network-window"]], "Usar aplicaci\u00f3ns de cliente con segundo factor de autenticaci\u00f3n": [[81, "using-client-applications-with-two-factor-authentication"]], "Usar o cifrado": [[26, "using-encryption"]], "Usar o cliente de sincronizaci\u00f3n": [[19, null]], "Usar o editor de ficheiros ignorados": [[19, "using-the-ignored-files-editor"]], "Usar o segundo factor de autenticaci\u00f3n": [[81, null]], "Usar o segundo factor de autenticaci\u00f3n con testemu\u00f1os de hardware": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Vista previa de ficheiros": [[21, "previewing-files"]], "Vista xeral": [[10, "overview"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Xanela xeral": [[19, "general-window"]], "Xestionar a s\u00faa conta de correo": [[44, "managing-your-mail-account"]], "Xestionar os dispositivos": [[54, "managing-devices"]], "Xestionar os eventos": [[41, "managing-events"]], "Xestionar os ficheiros eliminados": [[24, null]], "Xestionar os navegadores conectados": [[54, "managing-connected-browsers"]], "Xestionar os navegadores conectados e os dispositivos": [[54, null]], "Xestionar os seus calendarios": [[41, "managing-your-calendars"]], "Xestionar varios contactos \u00e1 vez": [[42, "managing-multiple-contacts-at-a-time"]], "Xestor de ficheiros Nautilus": [[20, "nautilus-file-manager"]], "Zoom e capacidade de resposta": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c9 pos\u00edbel desactivar o cifrado coa chave de recuperaci\u00f3n?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u00cdndice": [[6, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 10, 11, 19, 20, 21, 24, 26, 27, 28, 35, 39, 40, 41, 42, 44, 47, 50, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "As": [0, 7, 18, 19, 39, 41, 42, 44, 46, 48, 56, 77, 82], "At": [20, 49, 54], "By": [0, 5, 69, 70], "For": [0, 2, 6, 13, 14, 17, 27, 36, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 15, 17, 38, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 10, 15, 19, 20, 26, 36, 39, 41, 42, 44, 51], "Nos": [20, 39, 41, 42, 46], "Not": [69, 83], "On": [9, 15, 17], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 21, 25, 27, 36, 38, 39, 41, 42, 44, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [20, 51, 76], "There": [17, 20, 66, 69, 72], "These": [14, 41, 69], "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [20, 21, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abaixo": [10, 50], "aberto": [20, 53], "abil": 12, "abl": [27, 36, 56, 58, 80, 81, 82], "abondo": 12, "abondoso": 50, "abordar": 7, "abort": 11, "about": [0, 5, 15, 21, 41, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "abr": [10, 19, 41, 44], "abra": [10, 19, 20, 41, 44, 46, 47, 48, 80], "abrilo": 20, "abrindo": 41, "abrir": [19, 20, 26, 41, 46], "abriras": 7, "abrir\u00e1": [12, 42, 45], "absenc": 69, "acabar\u00e1n": 41, "acadado": 41, "acced": [6, 14, 21, 22, 26, 30, 35, 41, 42, 44, 49, 50, 80, 82], "acceda": [20, 28, 35], "accedeu": 44, "acceler": 15, "accept": [44, 73], "accesibilidad": 80, "acceso": [6, 19, 20, 31, 41, 44, 45, 81, 82], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "acces\u00edbei": 41, "acces\u00edbel": 35, "accidentalment": 41, "acci\u00f3n": 42, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 27, 29, 45, 46, 47, 49, 51, 52, 54, 56, 72, 81, 83], "acept": 41, "acepta": 37, "aceptaci\u00f3n": [35, 37], "aceptado": 41, "aceptando": 41, "aceptar": [20, 35, 41], "aceptar\u00e1": 41, "achegars": 40, "aconsell\u00e1ndol": 26, "acordar": 41, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 14, 26, 29, 42, 44, 54, 59, 65, 80, 83], "activa": [20, 26], "activada": [19, 26, 41, 42, 44, 82], "activado": [26, 28, 33, 35, 40, 44, 49, 51], "activala": 20, "activalo": 44, "activar": [7, 19, 20, 26, 41, 80], "activar\u00e1n": 41, "actividad": [12, 19, 20, 82], "activo": [20, 44], "actual": [15, 19, 20, 35, 44], "actualiza": [7, 19, 26], "actualizaci\u00f3n": [6, 13, 48], "actualizada": 28, "actualizado": [10, 20], "actualizador": [6, 13, 14], "actualizando": 19, "actualizar": [19, 20, 44, 48], "actualizarans": 41, "actualizaras": 50, "actualment": [19, 24, 41, 42], "actual\u00edzans": 41, "ad": [2, 20, 41, 42, 44, 69, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 42, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [8, 9, 27, 42, 49, 50, 60, 69, 72, 82, 83], "ademai": [19, 24, 41, 42], "adiant": 50, "adiar": 44, "adiars": 44, "adicion": 19, "adicionai": [19, 41], "adjust": [9, 11, 15, 20, 82], "admin": [14, 36, 42], "administr": [1, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administraci\u00f3n": [13, 20, 21, 24, 26, 29, 31, 33, 35, 37, 41, 44, 80, 82], "administrador": [7, 82], "administrar": 82, "administrativa": [35, 37], "administrativo": [7, 31], "admit": [20, 41, 42, 49, 50, 81], "admita": 20, "admiten": 42, "admitida": 44, "admitido": 44, "admitir": [20, 41], "advanc": [14, 41, 51], "advertencia": [19, 20, 26, 41, 44], "advertir\u00e1": 44, "advert\u00edndol": 26, "advis": 14, "affect": [0, 4, 44], "aforrar": 48, "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agarda": 44, "agardaba": 19, "agardando": 19, "agardar": [18, 39], "agenda": [44, 57], "ago": 0, "agocha": 35, "agochar": 35, "agora": [10, 20, 29, 41, 42, 44, 45, 46, 47, 48, 81], "ag\u00e1": 20, "ai": [6, 44, 66], "aim": 80, "airplan": 57, "algo": 81, "algunha": [21, 26, 33, 35, 41, 44, 82], "algu\u00e9n": 41, "alg\u00fan": [19, 41, 42, 48, 80], "alias": 52, "alic": 41, "align": 69, "alik": 69, "aliviar": 80, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 44, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almacenada": [26, 39], "almacenado": 20, "almacenamento": [20, 26, 30, 32], "almacenan": 33, "almacenar": [20, 26], "almac\u00e9n": 20, "almac\u00e9nans": 44, "almost": 81, "along": [8, 52], "aloxado": 20, "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alteran": 19, "altern": [2, 12, 14, 29, 60], "alternativa": [12, 20], "alto": [12, 80], "alwai": [15, 25, 42, 44, 50, 69, 81], "al\u00ed": [41, 42, 44], "amarela": 10, "amazon": [20, 27], "ambo": 42, "amigo": 41, "amosa": [19, 20, 35, 37, 42, 44], "amosado": [41, 44, 46], "amosan": [19, 42], "amosando": 19, "amosar": [10, 19, 20, 41], "amosarans": [41, 42, 44], "amosaras": [37, 41, 44], "amosarm": 41, "amosar\u00e1": [12, 40, 41, 42, 44, 81], "amosar\u00e1n": 41, "amosas": [10, 42], "ampla": 81, "ampliar": 80, "am\u00f3sal": 41, "am\u00f3sans": 46, "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analizado": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 44, 57, 60, 62, 69, 70, 72, 78, 83], "ani\u00f1ado": 12, "ano": 41, "anonym": [29, 56], "anoth": [27, 41, 42, 60, 69, 76], "answer": 5, "ant": [7, 12, 18, 19, 20, 41, 45], "antelaci\u00f3n": 41, "anterior": [12, 20, 41, 47, 50, 51], "anteriorment": [19, 41, 44], "antiga": [14, 24, 33, 39], "antigo": [12, 24, 26, 28, 33, 41], "antig\u00fcidad": 24, "anulaci\u00f3n": 7, "anular": [7, 24, 33], "anyon": [66, 82], "anyth": 26, "anytim": [28, 62], "anywher": 44, "an\u00f3nimo": [23, 30], "ao": [6, 7, 10, 19, 21, 22, 24, 28, 29, 30, 31, 39, 40, 42, 43, 45, 50, 80, 82], "apach": 31, "aparec": [19, 20, 41, 42, 51], "aparecen": [29, 82], "aparecendo": 41, "aparecer\u00e1": [7, 12, 19, 41, 42, 44, 45], "aparecer\u00e1n": 41, "apareza": 48, "aparezan": 42, "aplicaci\u00f3n": [6, 7, 19, 20, 26, 33, 39, 40, 43, 46, 47, 48, 50, 51, 53, 80, 82], "aplicarans": 42, "aplicar\u00e1": 40, "apl\u00edcans": [19, 44], "apl\u00edcas": [42, 44], "apoiar": 42, "app": [1, 2, 4, 6, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 36, 42, 44, 69], "applic": [7, 14, 16, 17, 20, 27, 42, 46, 49, 60, 63, 72], "appoint": [44, 52], "appropri": 76, "approxim": 9, "aprenderllo": 44, "aprender\u00e1": 42, "apropiado": 51, "aproveitar": 12, "aproximadament": 33, "apt": [17, 20], "apuntan": 44, "apuntando": 10, "ap\u00f3": [7, 12, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48], "aqu\u00ed": [19, 44, 50], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrario": [19, 20], "arch": 8, "archiv": [8, 21], "area": 60, "around": 36, "arquivando": 41, "arrincar": 20, "arrow": [15, 66, 72, 80], "artifici": 1, "artigo": 20, "asegura": 7, "aseguraras": 41, "asegurars": 20, "aseg\u00fares": [20, 41, 44, 47, 49], "asign": 20, "asigna": [20, 24], "asignaci\u00f3n": 20, "asignada": [20, 44], "asistent": [12, 19], "ask": [9, 27, 45, 62, 66], "asociado": 19, "assign": [21, 58, 69], "assist": [6, 66, 80], "assum": 15, "asterisco": 19, "asunto": 44, "as\u00ed": [28, 35, 40, 41, 44, 46, 48, 80], "ata": [20, 24, 33, 35, 39, 41, 42, 44, 51, 53], "atallo": [44, 80], "atenci\u00f3n": 10, "atopa": [20, 37, 80], "atopar": [20, 41, 44, 47, 50, 80], "atopar\u00e1": [12, 14, 19, 41, 42, 48], "atopas": 41, "atr\u00e1": 48, "attach": [29, 36, 41, 44, 67, 73], "attempt": [14, 51], "attende": 52, "attribut": 82, "at\u00f3pans": 19, "audio": [21, 62, 72, 73], "aument": 31, "aumentar": 20, "aumentar\u00e1": 80, "aumento": 31, "ausencia": [40, 41, 44], "ausent": [19, 40], "autentica": 20, "autenticaci\u00f3n": [6, 20, 50, 51, 54, 82], "auth": 81, "authent": [20, 27, 44, 45, 46, 81], "author": 20, "auto": [20, 42, 56], "autoasinado": [20, 49], "autocompletado": 37, "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "automaticament": [7, 20, 28, 35, 41, 44, 47], "autom\u00e1tica": [12, 39, 40, 50], "autom\u00e1tico": [6, 13, 14, 37, 44], "autor": 10, "autorizado": 81, "autor\u00eda": 20, "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avanzada": [41, 44, 50], "avanzado": [20, 41, 47, 51], "avatar": [19, 20, 41, 42, 44, 69], "avisar\u00e1": [7, 12], "avoid": 15, "awai": 69, "axeitada": 10, "axeitado": [20, 31], "axenda": 41, "axuda": 80, "axudar": 18, "axudarl": 41, "axudar\u00e1": 42, "axud\u00e1ndol": 41, "axust": [7, 10, 20, 35, 40, 41, 42, 45, 46, 47, 48, 51, 80, 82], "axustalo": 45, "axustando": 12, "axustar": [6, 24, 35, 41, 81], "axustars": 35, "axust\u00e1ndoo": 44, "ax\u00fadanl": 42, "ax\u00fastans": 39, "azul": [19, 41], "a\u00ed": [20, 41], "a\u00ednda": [12, 19, 20, 26, 33, 41, 44, 47, 50, 80], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72], "backup": [39, 41, 81], "badg": 21, "baix": 20, "baixa": 40, "baixo": [19, 33, 37, 41, 51], "baleira": [41, 42], "baleirar": 41, "baleiro": [41, 42, 44], "banda": 19, "bandexa": 19, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barra": [19, 20, 28, 35, 41, 42, 48, 80], "base": [8, 10, 26, 33, 45, 57, 81], "baseado": [7, 20, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [15, 20, 26, 38, 46], "becom": [5, 69], "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "begin": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "beira": 42, "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 44, 65], "ben": [44, 45, 48], "benvida": 53, "best": [14, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "bin": 21, "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": 66, "blockquot": 66, "blog": 12, "bloqu": 41, "bloqueo": 19, "blue": 49, "blur": [60, 72], "board": 2, "bodi": 44, "bold": 66, "bolet\u00edn": 44, "book": [41, 42, 50, 82], "bool": 15, "border": 27, "borrar": 20, "bot": [73, 77], "both": [8, 44, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bot\u00f3n": [19, 20, 28, 29, 35, 41, 42, 44, 45, 50, 80], "bound": 9, "box": [0, 51, 62], "branca": 19, "branco": 19, "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "brillo": 80, "bring": [8, 19, 72], "broadcast": 58, "broma": 42, "brows": [21, 27, 82], "browser": [0, 2, 14, 20, 21, 28, 38, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bucl": 12, "build": 14, "built": [14, 17, 20, 21], "bulk": 72, "bundl": 15, "busca": [12, 26, 37, 46], "buscar": [20, 44, 46], "buscars": 44, "buscar\u00e1": 44, "busi": [40, 41], "busqu": [41, 42], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "b\u00e1ner": 26, "b\u00e1sica": [20, 41], "b\u00e1sico": 41, "b\u00f3tell": 47, "c": [12, 20, 80], "cabeceira": [44, 80], "cach": 17, "cach\u00e9": 33, "cada": [19, 20, 24, 26, 35, 39, 41, 42, 44, 81], "cadea": 19, "caderno": [6, 44, 45, 47, 50, 51], "cadrado": 42, "cadro": 51, "caducidad": [24, 35, 39], "caixa": [19, 20, 41, 42, 51], "caja": [19, 20], "cal": [19, 41], "calcula": [24, 33], "calc\u00falas": 33, "caldav": [43, 47, 48, 49, 50, 51], "caldendario": 45, "cale": 45, "calendar": [0, 2, 40, 47, 48, 49, 51, 52, 68, 69, 73, 83], "calendario": [6, 33, 42, 43, 44, 46, 48], "calidad": 80, "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "calquera": [7, 19, 20, 24, 26, 28, 33, 41, 42, 44, 46, 47, 48, 51, 54, 80], "cambi": [12, 20, 51], "cambia": [10, 12, 28, 35, 81], "cambiado": 41, "cambialo": 20, "cambiando": 12, "cambiar": [10, 14, 37, 41, 48, 51, 82], "cambiara": 41, "cambiarl": 24, "cambiar\u00e1": [40, 51], "cambio": [6, 10, 19, 41, 42, 44], "cambiou": [10, 26], "camera": [45, 60, 63, 72], "campo": [19, 20, 28, 37, 42, 44, 47, 51], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cancelaci\u00f3n": 41, "cancelar": 41, "cando": [7, 10, 14, 19, 20, 26, 28, 29, 33, 39, 40, 41, 42, 44, 45, 48], "canl": [6, 13], "cannot": [21, 26, 29, 36, 44, 56], "cantidad": 12, "canto": [26, 41, 44, 50], "capacidad": [6, 44], "caption": [56, 76], "cara": [20, 33, 50], "caracter": [19, 44], "caracter\u00edstica": [12, 26], "card": 66, "carddav": [42, 43, 47, 48, 49, 50, 51], "carga": [29, 44], "carla": 8, "carri": [15, 20], "cartafol": [14, 19, 20, 24, 26, 29, 33, 35, 37, 41, 42, 53, 82], "car\u00e1cter": [19, 44], "car\u00f3n": [19, 42], "casa": 53, "case": [14, 42, 62, 69, 82], "caso": [7, 12, 20, 26, 42, 48], "categori": [0, 45], "catro": 44, "causa": 80, "causado": 80, "causan": 19, "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certa": [31, 42], "certain": [11, 76], "certif": 8, "certificaci\u00f3n": 20, "certificado": [20, 47, 49], "certo": 42, "cesto": [24, 26, 33, 42, 44], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chamada": [41, 80], "chamado": 20, "chang": [0, 4, 8, 9, 10, 12, 15, 20, 21, 25, 26, 29, 36, 41, 44, 54, 55, 58, 69, 72, 80, 82, 83], "chapter": [14, 20], "chart": 15, "chat": [6, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chave": 81, "chaveiro": 49, "check": [0, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 44, 60, 62, 69], "checklist": 69, "chegar": 20, "chegu": 44, "chip": 83, "chisco": [12, 33], "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 44, 45, 48, 49, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": 15, "chou": [35, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chunk": [9, 11], "chunksiz": 9, "ciclo": [12, 19], "cif": 27, "cifrada": [20, 49], "cifrado": [20, 33, 47], "cifran": 26, "cifrar": 20, "cinnamon": 20, "circl": [15, 69], "circular": [39, 42], "circumst": 9, "cita": 48, "citrix": [9, 14], "claridad": 80, "classic": [15, 55], "classif": 44, "clave": [7, 33], "clean": 12, "cleaner": 44, "clear": [16, 69], "clic": 48, "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "co": [6, 12, 19, 20, 24, 25, 28, 35, 39, 41, 43, 53], "coa": [10, 18, 19, 21, 24, 31, 43, 44, 51, 53, 80], "code": [6, 38, 45, 66], "codec": 21, "codigo": 41, "cohes": 5, "coidado": 12, "coincid": [19, 44], "coincidan": 42, "coinciden": 12, "coincidencia": 44, "coincident": 19, "coincidir": 44, "coincidir\u00eda": 44, "colaboraci\u00f3n": 42, "colaborativa": 35, "collabor": [2, 3, 6, 30], "collaps": 44, "collect": [4, 5, 6, 20], "coloca": 24, "colocar": 20, "coloqu": 53, "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "coma": [7, 20, 46, 48], "comec": [40, 44], "comentario": 41, "comigo": 41, "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 69], "como": [7, 19, 20, 28, 31, 33, 35, 40, 41, 42, 45, 46, 47, 48, 51, 80, 81, 82], "comodidad": 19, "comod\u00edn": [19, 44], "compar": 10, "compart": [24, 33, 41], "comparta": 26, "comparten": [24, 33], "compartici\u00f3n": [19, 26, 28, 33, 41, 82], "compartida": [20, 42], "compartido": [20, 26, 28, 33, 35, 41, 53], "compartila": [41, 43], "compartilo": [24, 41], "compartindo": [28, 41], "compartir": [6, 20, 28, 33, 42, 44, 53], "compartirs": 41, "compartiu": 41, "compat": [11, 12, 21, 27, 81], "compatibilidad": [12, 19, 46], "compatibilizamo": 41, "compat\u00edbei": [20, 41, 44, 50, 53], "compat\u00edbel": [44, 53], "compa\u00f1eiro": 41, "compilaci\u00f3n": 18, "complemento": 20, "complet": [1, 9, 14, 17, 20, 28, 45, 62, 66, 69], "completament": 7, "completamo": 43, "completar": 42, "completo": [26, 41, 42, 50, 82], "complexa": 41, "complianc": 62, "compliant": 80, "compl\u00edcas": 24, "comportamento": [7, 10, 19], "comportans": 19, "compos": [44, 80], "compositor": 44, "compo\u00f1ent": 19, "comprob": [19, 20, 42, 44], "comproba": [7, 24], "comprobaci\u00f3n": [7, 19, 44], "comprobar": [20, 41, 44], "comprobar\u00e1": [7, 12, 44], "compromis": 26, "comput": [5, 13, 20, 21, 25], "computador": [20, 24, 25, 53], "computadora": [7, 46], "comunicarnolo": 80, "comunidad": [20, 41], "com\u00fan": 80, "con": [6, 7, 10, 12, 19, 24, 26, 28, 33, 41, 42, 43, 44, 53], "conced": 45, "conceda": 45, "concerta": 41, "concrear": 41, "concreto": [12, 41], "condici\u00f3n": 42, "conecta": 20, "conectada": [41, 46], "conectado": [6, 19, 26, 41, 81], "conectar": [12, 20], "conectars": 20, "conectividad": 20, "conexi\u00f3n": [12, 19, 20, 48, 49], "conf": [12, 20], "confdir": 16, "confianza": [20, 44], "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 41, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuraci\u00f3n": [7, 12, 19, 20, 26, 31, 35, 37, 42, 44], "configurada": [19, 41, 44], "configurado": [31, 44, 49], "configurando": 24, "configurar": [6, 20, 35, 41, 42, 44], "configurara": [24, 33], "confirm": [9, 12, 27, 28, 41, 42, 44, 45, 69], "confirma": 28, "confirmaci\u00f3n": [19, 28, 41, 44], "confirmada": 41, "confirmando": 41, "confirmar": [41, 42, 47], "conflito": [6, 13, 41], "conform": 44, "confusi\u00f3n": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "conserva": 19, "consid": 17, "consider": [17, 20], "considera": 19, "consideraci\u00f3n": 6, "considerars": 26, "consider\u00e1bel": 12, "consist": 15, "consol": 20, "consola": 20, "consta": 43, "consult": [10, 12, 19, 20, 24, 26, 33, 35, 37, 44], "consultar": 41, "conta": [7, 10, 12, 20, 26, 37, 41, 42, 45, 46, 47, 50, 51, 81], "contabilizan": [24, 33], "contact": [0, 27, 44, 45, 47, 49, 51, 52, 82, 83], "contacto": [6, 20, 31, 33, 41, 43, 46, 48, 80], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 44, 60, 72], "contan": [24, 33], "contar\u00e1": 33, "content": [1, 2, 5, 8, 10, 15, 25, 29, 66, 69, 75, 76, 80], "conter": 12, "context": [1, 19, 44, 56], "contexto": 41, "conte\u00f1en": [19, 44], "contido": [10, 12, 20, 35, 41, 44, 80], "continu": 69, "continuaci\u00f3n": [12, 20, 41, 44], "continuar": [19, 50], "continuar\u00e1": 19, "contin\u00fa": [44, 45], "contorno": [10, 20], "contra": 81, "contraers": 80, "contrari": 8, "contrasin": [20, 35, 42, 45, 47, 50, 51, 81, 82], "contrasinai": 6, "contrasinaldenextcloud": 20, "contrast": 80, "contra\u00edda": 19, "control": [11, 20, 30, 32, 33, 36, 41, 57, 69, 82], "controla": 53, "controlada": 7, "controlado": 7, "controlador": [12, 20], "controlar": 7, "cont\u00e9n": [10, 12, 19, 42, 44], "conveni": 0, "convers": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "conversa": [35, 42], "convert": 50, "convidado": 41, "convidar": 42, "convit": [42, 45], "conxunto": 42, "copi": [0, 5, 10, 12, 15, 20, 21, 25, 44, 51], "copia": [10, 12, 19, 24, 44], "copialo": 24, "copiar": [20, 41, 51], "cor": [41, 80], "correcci\u00f3n": [7, 19], "correct": 20, "correctament": [7, 12, 20, 49, 51], "correctli": 15, "correcto": 81, "correo": [6, 40, 41, 42, 43, 45, 49, 50, 51, 80, 82], "correspond": [0, 41, 44], "correspondent": 10, "cota": [30, 32, 82], "could": [27, 44], "couldn": 44, "counter": 70, "coupl": 15, "cousa": [10, 19, 48], "cover": [42, 69], "cowork": 2, "co\u00f1ecida": 45, "co\u00f1ecido": 45, "cp": 20, "crashreport": 17, "crea": [10, 33, 39, 48], "creaci\u00f3n": 19, "creada": [18, 44, 51], "creado": [20, 41], "crean": 41, "creando": [28, 35], "crear": [10, 12, 19, 20, 21, 26, 28, 35, 43, 45], "crearas": [35, 41], "crearon": 26, "crear\u00e1": [10, 41], "creas": 41, "creat": [0, 2, 14, 15, 20, 25, 29, 39, 40, 44, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 69, 76], "credenciai": [20, 45], "credenti": [27, 49, 51], "cree": [12, 20, 45], "creou": 19, "cronoloxicament": 44, "cruz": 42, "csv": [60, 72], "ctrl": [80, 83], "cuarto": 41, "cuberto": 41, "cubra": 50, "cumpra": 24, "cumprir": [24, 39], "cun": [18, 19, 20, 26, 29, 41, 42, 44, 48], "cunha": [19, 20, 35, 41], "current": [1, 4, 14, 15, 21, 25, 38, 42, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "curta": 40, "curto": 18, "custom": [15, 20, 55, 69, 83], "customis": [60, 83], "c\u00e1lculo": 41, "c\u00edrculo": [19, 35], "c\u00f3digo": [14, 20, 53, 81], "c\u00f3mpre": [20, 41], "d": [20, 56], "da": [6, 7, 10, 18, 20, 24, 28, 29, 33, 35, 37, 41, 42, 43, 45, 47, 48, 51, 53, 54, 80, 81, 82], "dado": [20, 44], "dai": [0, 11, 59, 69, 83], "danll": 41, "darll": 39, "dashboard": 6, "data": [6, 9, 12, 15, 17, 19, 20, 26, 35, 38, 39, 41, 42, 43, 44, 66, 82], "date": [12, 15, 20, 41, 44, 59, 66, 69, 76, 83], "dato": [6, 12, 20, 26, 33, 40, 41, 42, 45, 48, 53], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": [6, 10, 13, 14, 22, 28, 30, 32, 35, 37, 47, 48, 50, 51], "debald": 80, "debat": 19, "debe": [12, 19, 20, 26, 28, 41, 42, 44, 45, 47], "deben": [19, 42, 44], "deber\u00e1n": 41, "deber\u00eda": [20, 41, 45, 46, 48, 51], "deber\u00edan": 46, "debian": [8, 19, 20], "debido": 7, "debug": 16, "debugloggingen": 15, "decatas": 10, "decid": [5, 15, 41, 56], "decidir": [41, 44], "decim": 20, "deck": 66, "declin": [41, 44, 60, 70], "declinando": 41, "decor": [15, 66], "decrypt": 38, "dedic": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 59, 60, 69], "defin": [15, 41, 82], "defina": [20, 41, 42], "definici\u00f3n": 19, "definida": [42, 44], "definido": [19, 26, 31, 33, 40, 41, 42], "definindo": 10, "definir": [6, 26, 35, 41, 43, 44], "definitivament": [24, 41], "definiu": 20, "def\u00ednes": 33, "deixando": [20, 44], "deixar": [24, 26, 35, 41], "deixarl": 41, "del": [44, 80], "dela": [10, 21], "delai": 15, "dele": [41, 42], "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 36, 39, 41, 44, 58, 59, 66, 69, 80], "demai": [10, 40, 41], "demasiado": [41, 44], "deni": 54, "dentro": [24, 41, 42, 44, 48], "depend": [0, 12, 17, 20, 21, 27, 36, 41, 60, 63, 72, 80, 82], "dependen": [44, 82], "dependendo": [19, 26, 48, 81], "deploy": 14, "depth": 20, "dereita": [19, 39], "dereito": [19, 20, 35, 48, 50], "desa": 51, "desact": [44, 47], "desactiva": 26, "desactivada": [20, 41, 42, 44], "desactivado": 42, "desactivalo": 7, "desactivar": [7, 21, 41, 44], "desactivar\u00e1": 35, "desactivas": 41, "desaparecer\u00e1n": 41, "desbordamento": 19, "descarga": [7, 10, 14, 19, 35], "descargada": 7, "descargado": 20, "descargala": 42, "descargalo": 39, "descargar": [7, 12, 19, 20, 26], "descargar\u00e1": 10, "descend": 15, "descifra": 26, "descifrar": 26, "descoment": 20, "desconectado": 19, "desconectar": 54, "desconexi\u00f3n": 20, "descontarans": 33, "describ": [11, 41, 77], "describen": 7, "describiu": 41, "descrici\u00f3n": 41, "descript": [5, 41, 56, 59, 69, 72, 76], "descubrimento": 47, "descubrir": 41, "descubrir\u00e1": 45, "desc\u00e1rgaa": 7, "desd": [20, 24, 26, 28, 35, 41, 42, 44, 45, 46, 50, 53], "deseguido": [20, 26, 42, 51], "deselect": 20, "desenvolvemento": [13, 18, 80], "desexa": [35, 42], "desexada": [20, 44], "desexado": [12, 19, 41], "desexan": 41, "dese\u00f1ado": [20, 44, 80], "dese\u00f1o": 80, "desfac": 41, "design": 3, "desir": [44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 25, 38, 63, 73], "desktopcli": [9, 15, 17], "desliga": 28, "desmarcar": 42, "desmarcar\u00e1": 42, "desmarqu": 41, "desmontalo": 20, "despraces": 20, "desprazars": 6, "desprazart": 41, "despregadura": 7, "despregu": 18, "despreg\u00e1bel": [12, 20], "despr\u00e1ces": [20, 42, 44, 51], "dest": [20, 39, 41, 44], "desta": [12, 20, 31], "destin": [20, 21], "destinatario": [24, 28, 35, 37], "destino": 41, "destruir\u00e1n": 41, "detail": [1, 15, 27, 36, 39, 41, 44, 52, 59, 69, 82], "detal": [20, 41, 42], "detecci\u00f3n": 50, "detect": [9, 15, 44], "detecta": 44, "detectar\u00e1": 41, "deter": 19, "determinada": 44, "determinado": 44, "determinar": [41, 44], "det\u00e9n": 44, "dev": 8, "devandita": 7, "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "di": 26, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaria": [18, 41], "diario": 41, "diaspora": 42, "dice": 57, "dicir": [10, 20, 26, 41, 44, 47], "dicirl": 19, "did": 60, "diferent": [7, 19, 20, 35, 41, 42, 44, 81], "diferenza": 10, "differ": [0, 7, 8, 21, 41, 69, 70], "dificultar": 35, "digest": 0, "dill": 19, "direct": [20, 42, 66], "directa": [28, 35], "directament": [19, 26, 41, 44], "directiva": 7, "directli": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directo": [41, 80], "directori": [8, 16, 25, 29], "directorio": [12, 14, 19, 20, 28, 35, 41, 53], "directory_that_has_been_cr": 8, "dirixido": [44, 81], "dirnam": 16, "dir\u00edxas": 35, "disabl": [0, 1, 9, 15, 19, 21, 57, 60, 62, 64, 72], "disappear": [42, 60], "disco": [20, 33, 39, 41], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15], "discuss": [44, 58, 60, 69, 76], "disk": [15, 26], "dislexia": 80, "dismiss": [60, 79], "diso": [12, 26], "displai": [1, 12, 15, 16, 20, 21, 44, 51, 60, 66, 82], "dispons": 80, "dispositivo": [6, 20, 41, 45, 53, 81], "dispo\u00f1a": 47, "dispo\u00f1an": 20, "dispo\u00f1ibilidad": [19, 40], "dispo\u00f1\u00edbei": [7, 19, 35, 41, 42, 44, 45, 46, 50], "dispo\u00f1\u00edbel": [7, 19, 20, 24, 26, 39, 41, 82], "disto": [12, 19], "distribuci\u00f3n": 7, "distribut": [9, 14, 20, 41, 62], "distribu\u00edda": 20, "distro": 12, "disturb": [66, 69], "divid": [58, 60, 66], "divisi\u00f3n": 44, "di\u00e1logo": [19, 28, 41, 42, 44, 46, 51], "do": [0, 6, 7, 8, 9, 10, 12, 17, 18, 20, 21, 24, 25, 28, 31, 33, 35, 36, 37, 39, 45, 46, 47, 48, 49, 50, 51, 53, 54, 60, 62, 63, 65, 69, 72, 80, 81], "doadament": 44, "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 57, 74, 80], "documentaci\u00f3n": [20, 24, 33, 35, 37], "documentado": [20, 25, 80], "documento": [12, 46, 82], "doe": [8, 9, 20, 25, 28, 54, 59, 81], "doesn": [20, 46], "dolphin": 19, "domain": 47, "dominio": [20, 44, 47], "don": [5, 26, 39, 66], "done": [38, 56, 66, 72], "dot": [4, 21, 27, 36, 41, 44, 60, 65], "dou": [7, 10, 42, 44], "doubl": [14, 63], "doutro": [41, 42], "down": [0, 12, 69, 76], "download": [11, 21, 25, 27, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "dubid": 80, "due": 15, "dun": [19, 20, 35, 39, 43, 44, 47], "dunha": [7, 18, 19, 35, 41], "duraci\u00f3n": 41, "durant": [19, 24, 39, 40, 41, 42, 44, 80], "durat": [9, 41, 69], "dure": [51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "d\u00e1lle": 41, "d\u00e1mosll": 53, "d\u00e1ndoll": 12, "d\u00eda": [24, 33, 39, 44, 82], "d\u00edxito": 35, "d\u00faa": [12, 19, 45, 81], "e": [0, 2, 4, 6, 7, 8, 10, 12, 14, 16, 18, 19, 21, 22, 24, 26, 28, 29, 31, 33, 37, 40, 43, 46, 47, 48, 49, 50, 51, 53, 81, 82], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edici\u00f3n": [18, 20, 35], "edit": [1, 7, 12, 15, 20, 21, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "editado": 33, "editan": 41, "editar": [19, 21], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "edit\u00e1bei": 42, "effect": [15, 81], "effici": 44, "either": [8, 12, 38, 49, 60, 70, 76], "el": [12, 33, 42], "elaps": 60, "electr\u00f3nico": 41, "element": [58, 60, 66, 80], "elemento": [41, 48, 80], "elimin": 24, "elimina": [24, 28, 39, 41], "eliminaci\u00f3n": [24, 41], "eliminado": [30, 32, 33, 41, 44], "eliminala": 44, "eliminalo": 41, "eliminar": [10, 19, 21, 42], "eliminarans": [24, 41], "eliminar\u00e1": [24, 42], "elim\u00ednas": 24, "els": [10, 14, 60, 72], "elsewher": 42, "el\u00edxes": 44, "email": [29, 41, 44, 59, 60, 69, 73, 83], "emb": [2, 41], "embaixo": [20, 51], "emerxent": [7, 41], "eml": 12, "emoji": [2, 5, 19, 60, 69], "empaquetado": 7, "emphas": 2, "emprega": [7, 39], "empregado": 44, "empregamo": 12, "empregan": 44, "empregando": [20, 40, 44], "empregar": [12, 19, 29, 41, 42, 47], "empregarao": 26, "empregu": 19, "empreguen": 19, "empresa": [7, 53], "empresari": 18, "empresariai": 18, "empti": [2, 21, 38], "en": [6, 10, 18, 19, 20, 21, 24, 26, 28, 31, 33, 35, 37, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 80, 81, 82], "enabl": [0, 1, 4, 9, 14, 15, 19, 20, 21, 25, 26, 27, 29, 42, 44, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encarecidament": 20, "encha": [20, 44], "enchelo": 41, "encod": 20, "encrypt": [6, 27, 30], "end": [30, 34, 41, 57, 62, 69], "enderezo": [6, 20, 28, 41, 45, 47, 50, 51], "enerx\u00eda": 48, "enfermidad": 40, "engad": [24, 41, 44], "engada": [7, 20, 44], "engaden": 24, "engadido": [12, 42], "engadilo": [35, 42], "engadindo": [7, 41], "engadir": [12, 20, 26, 28, 35, 40, 46, 47, 48, 50, 51, 81], "engadiras": 44, "engadirs": 12, "engadiu": 42, "engad\u00edndoo": 41, "engag": 41, "engrenax": [42, 51], "eng\u00e1das": 20, "enhanc": 66, "ensur": [15, 80], "enteiro": 41, "entend": 33, "enter": [1, 2, 14, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": 53, "entidad": [20, 42], "entir": [11, 15, 21, 44], "entr": [10, 20, 42, 44], "entrada": [19, 20, 41], "entrant": [35, 37, 44], "entren": 41, "entri": [0, 1, 2, 15, 21, 42, 82], "ent\u00f3n": [12, 26, 41, 44], "enumera": [41, 45], "enumerado": 29, "env": 16, "envellecemento": 33, "envelop": 44, "enviado": [24, 33, 41, 44], "envialo": 41, "enviar": [10, 20, 29, 31, 35, 41, 42, 44, 45], "enviaras": [41, 44], "enviaron": 10, "enviar\u00e1sel": 41, "environ": [6, 8, 13], "envi\u00e1ndoo": 41, "env\u00ed": [42, 44], "env\u00eda": 10, "env\u00eden": [20, 33], "env\u00edo": [10, 19, 22, 23, 30, 33, 35, 41, 42, 44], "equipo": [43, 80], "equival": 16, "eras": 12, "erro": [7, 12, 18, 19, 20, 44, 47, 80], "error": [11, 20, 44, 45, 51], "es": [19, 20, 41, 50, 53], "esa": [12, 26, 41, 42, 43, 44], "esc": 60, "escane": 81, "escaneado": 81, "escanear\u00e1": 12, "escap": 80, "escenario": [10, 24], "escol": [12, 19, 20, 37, 41, 42, 44], "escolla": [12, 20, 37, 44, 45, 46, 48, 50, 51, 80, 82], "escollida": 44, "escollido": 37, "escrib": 14, "escriba": [7, 20, 28, 41, 47, 50, 81], "escribindo": [37, 44], "escribir": [41, 44], "escribiras": 41, "escrito": 41, "escritorio": [6, 7, 10, 12, 18, 22, 30, 43, 53, 82], "escritura": [20, 41], "escuro": 80, "esgot": 44, "espazo": [19, 33, 39, 41], "especi": [15, 18, 26], "especificada": 44, "especificado": 44, "especificando": 42, "especificar": [41, 47], "especifiqu": [7, 20], "espec\u00edfica": [39, 41, 44], "espec\u00edfico": [6, 20, 41, 42, 50], "espera": [26, 44], "esquecelo": 26, "esquema": [12, 44], "esquerda": [19, 41, 42], "esquerdo": [19, 20, 50], "essenti": 14, "est": [7, 10, 12, 19, 20, 24, 26, 28, 31, 33, 35, 39, 40, 41, 42, 44, 46, 47, 48], "esta": [7, 10, 20, 21, 26, 35, 41, 42, 44, 50, 82], "estabelec": [41, 48], "estabel\u00e9ces": 48, "estado": [7, 20, 40, 44], "estar": [37, 41, 42, 44, 45, 46, 48], "estar\u00e1": 41, "estar\u00e1n": [41, 46], "estea": [7, 12, 18, 20, 26, 28, 33, 41], "estean": [20, 35, 41, 50], "estilo": 43, "estrito": 12, "estrutura": [26, 42], "est\u00e1": [7, 10, 12, 19, 20, 25, 28, 31, 33, 35, 40, 41, 42, 44, 45, 46, 80, 82], "est\u00e1bel": 18, "est\u00e1n": [7, 18, 20, 26, 33, 35, 41, 42, 44, 80], "est\u00e1ndar": 41, "etc": [12, 20, 27, 35, 41, 66], "etiqueta": 28, "etiquetado": 51, "etiqu\u00e9tao": 28, "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 41, 44, 51, 52, 69, 83], "evento": 42, "everi": [0, 9, 20, 21, 36, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evitar": [24, 35, 41], "evolut": 46, "ex": [12, 19, 20, 41, 44, 47, 51], "exact": 21, "exacta": 44, "exactament": 44, "exactli": 5, "examinar": 20, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 79, 81], "exceden": 24, "excel": 29, "except": [44, 69], "exclud": [15, 19], "excluiras": 39, "exclus": 44, "exclusi\u00f3n": 19, "exclu\u00eddo": 33, "exclu\u00edr": 19, "excl\u00fa": [12, 19], "execuci\u00f3n": [20, 44], "execut": [1, 38, 44, 57], "executala": 20, "executalo": 26, "executando": 20, "executar": [19, 20, 26], "exemplo": [19, 20, 26, 35, 41, 42, 44, 48, 80, 81], "exist": [12, 15, 20, 26, 41, 42, 44, 59, 69], "existen": 42, "existent": [12, 35, 41, 44], "exit": 8, "expand": [19, 44], "expanda": 20, "expandirs": 80, "expect": 2, "experi": [44, 60, 83], "experiencia": 18, "experiment": 9, "expir": [35, 39], "explain": 20, "explican": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": 19, "explorador": 10, "export": [52, 56], "exportalo": 41, "exportar": 42, "exposta": 26, "extend": [66, 69], "extens": 44, "extensi\u00f3n": [12, 20], "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externo": [26, 41], "extra": 12, "f": [12, 17, 45, 60, 72, 80, 83], "fa": 41, "face": [60, 82], "facela": 41, "facelo": [19, 24, 26, 41, 44], "facendo": 20, "facer": [12, 19, 21, 23, 28, 30, 41, 42, 44, 46, 48], "facerl": 41, "facers": 10, "facilita": 20, "facilitalo": 41, "facilitar": 80, "factor": [6, 45, 46, 50, 51, 54, 82], "faga": [12, 20, 42], "fai": [12, 19, 44], "failur": 9, "fall": [11, 20], "falla": [7, 20], "fallar": [20, 44], "fallo": 12, "fals": [9, 11], "falta": 21, "faq": [6, 13], "far": 83, "far\u00e1": 42, "far\u00eda": 20, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favorito": 21, "feasibl": 14, "featur": [2, 9, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "federada": [28, 35, 82], "federado": 35, "federador": 28, "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feita": 41, "feito": [45, 51], "feix": 43, "ferramenta": [7, 43, 81], "few": [62, 81], "ficheiro": [6, 7, 10, 14, 22, 25, 28, 32, 33, 35, 37, 39, 41, 42, 46, 53], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "figuran": [42, 82], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 44, 69, 80], "finalizar": 20, "finalment": [20, 41], "find": [20, 21, 24, 25, 41, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 38, 44, 56, 60, 66, 71], "fit": 65, "fix": 14, "fixo": 12, "fix\u00e9semo": 26, "flexibilidad": 44, "flow": [9, 25, 41], "flush": 16, "fluxo": [45, 82], "focu": [44, 80], "focus": [14, 55, 58, 60], "fogar": 53, "foi": [7, 12, 19, 41, 44, 81], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 15, 16, 17, 21, 27, 42, 44, 49, 52, 60, 80, 82], "fondo": 80, "font": 14, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forget": 5, "form": [1, 26, 42, 44, 45], "forma": [20, 24, 26, 28, 35, 41, 42, 45], "formaban": 42, "formaci\u00f3n": 42, "formal": 42, "formar\u00e1": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formato": 41, "formulario": [28, 44], "fornec": [7, 12, 19, 20, 41, 53], "fornecen": 7, "fornecendo": 26, "fornecido": [31, 41], "forneza": 20, "foron": [20, 24, 26, 44, 51], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "fragmento": 44, "franxa": 41, "frecha": [28, 39, 50], "frecuencia": 41, "frecuent": [6, 13, 20], "free": [11, 15, 20, 40, 41, 60], "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "fugac": 19, "full": [9, 41, 44, 57, 73], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "funcion": 20, "funciona": [19, 20, 26, 41, 46, 47, 48, 81], "funcionalidad": [7, 18, 19, 20, 21, 26, 42, 44, 50, 82], "funcionan": 81, "funcionar": [18, 26], "funci\u00f3n": [20, 29, 44, 80], "function": [12, 20, 42, 81], "further": [38, 82], "fusionado": 42, "fusi\u00f3n": 42, "fuso": 41, "futur": [1, 20, 60, 62], "futuro": [10, 44], "f\u00edsica": [20, 81], "f\u00f3ra": [6, 41, 43], "g": [0, 4, 8, 41, 45, 49], "gabeta": [42, 43], "galer\u00eda": 26, "garantir": 24, "gard": [12, 20], "gardada": 44, "gardado": [20, 42, 44, 51], "gardalo": 20, "gardamo": 39, "gardar": [19, 20, 41, 42, 46, 47, 51, 82], "gardarans": 41, "gatewai": [8, 69], "gb": 11, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 42, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 54, 60, 62], "given": [60, 63], "glanc": 36, "global": [6, 19, 76], "gmbh": 7, "gml": 44, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 41, 44, 45, 52, 58, 71, 72, 81], "googl": [41, 45, 81, 83], "gran": 44, "grand": [22, 30, 33, 41, 53], "grant": [14, 41, 44, 60, 63], "gravatar": 42, "green": [27, 60, 72], "grei": 60, "gri": [19, 41], "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 83], "groupwar": [42, 43, 52], "grupo": [6, 7, 20, 26, 33, 41, 44, 48, 82], "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 49], "guidanc": 31, "guidelin": 80, "gusto": 80, "gu\u00eda": 47, "gvf": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "haber": [10, 42], "haber\u00e1": 41, "habitaci\u00f3n": 41, "habitu": [26, 41, 50], "habituai": 19, "hai": [7, 12, 19, 26, 35, 41, 42, 44, 45], "hand": [5, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 15], "hardwar": [6, 83], "have": [1, 8, 9, 14, 15, 16, 17, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haxa": [12, 41], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 15, 16, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "high": [64, 80], "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": 60, "home": [7, 8, 9, 17, 20, 25], "hood": 15, "hora": [12, 39, 41, 44], "horaria": 41, "horizont": [2, 44], "host": 9, "hour": [0, 16, 69, 76], "hourli": 0, "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 60, 81], "howev": 42, "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 63, 65, 66, 72, 76, 82, 83], "icona": [10, 28, 35, 41, 42, 44, 45, 50, 51, 54], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ida": 41, "idea": [10, 69], "ideaci\u00f3n": 42, "ideal": [54, 79], "ident": 70, "identidad": 81, "identifi": [15, 41, 54, 60], "identificar": 19, "idioma": [44, 82], "id\u00e9ntico": [26, 44], "ifram": 41, "ignor": 8, "ignorado": 12, "ignorar": 19, "ignorarans": 41, "ilustra": 24, "il\u00f3xico": 12, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imax": [26, 82], "immedi": [1, 14, 27, 36, 54, 62, 69], "impid": 7, "implement": [25, 44], "implementaci\u00f3n": 20, "impl\u00edcito": 20, "import": [2, 15, 38, 41, 42, 44, 52, 56, 69, 76, 80, 81, 83], "importaci\u00f3n": [20, 44], "importado": 41, "importalo": 12, "importancia": 44, "important": [20, 44], "importar": [20, 42], "impos": 15, "improv": 20, "inact": 59, "includ": [8, 20, 21, 26, 41, 52, 59, 60, 62], "incluso": 41, "inclu\u00eddo": [6, 7, 20, 44], "inclu\u00edndo": [20, 41], "inclu\u00edr": 41, "incl\u00fa": [10, 19, 42, 44], "incl\u00faen": 82, "incl\u00faens": 20, "incorrect": 9, "incorrecta": 19, "incorrecto": [12, 19], "increas": [11, 15, 20], "incremento": 41, "incrustada": 41, "incrustado": 41, "incrustar": 41, "independ": 0, "independent": [12, 41], "independentement": 41, "index": [12, 41], "indic": [21, 27, 44, 60, 62, 69], "indica": [19, 20], "indicaci\u00f3n": 20, "indicado": 44, "indicador": [19, 44], "indicando": 51, "indicar": 19, "indicarl": 41, "indiqu": [20, 42], "individu": [19, 27, 41, 44, 54, 72], "individuai": [14, 19, 26, 41], "individualment": 42, "inferior": [42, 50, 51], "influenc": 11, "influ\u00edr": 41, "info": 36, "inform": [8, 11, 13, 14, 15, 21, 41, 42, 44, 59, 60, 62, 69, 70, 74, 80, 81, 82, 83], "informaci\u00f3n": [12, 20, 24, 26, 33, 35, 37, 41, 43, 46, 50, 51], "informando": 7, "informaral": 7, "informaron": 20, "informativa": 19, "informen": 18, "infraestrutura": [26, 41], "inherit": 42, "inhibit": 8, "ini": 9, "inici": [20, 35, 48, 51], "inicia": 7, "iniciar": [12, 19, 26, 45], "iniciars": 7, "inicio": [7, 20, 41], "inlin": [36, 66], "inmediatament": [10, 12, 53], "inmediato": [42, 48], "inotifi": 12, "input": [1, 56, 66, 80], "inserir": [41, 44], "insert": [1, 2, 72], "insid": [21, 27, 59, 77], "insignia": 10, "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 45, 52, 57, 60, 73, 74, 75, 83], "instalaci\u00f3n": [6, 13, 20, 28, 48], "instalada": [19, 41, 44], "instalado": 20, "instalador": 12, "instalala": 42, "instalalo": 20, "instalar": [7, 12, 19, 41, 45], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instancia": [12, 14, 20, 24, 26, 29, 33, 41, 42, 44, 80, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instruci\u00f3n": 20, "instruct": [21, 51, 57, 74], "integr": [49, 57, 66, 67, 68, 73, 74, 77], "integrada": [42, 46], "integrado": 46, "integrar": [12, 20], "integras": 46, "integration_openai": 44, "intellig": [1, 15], "intencionalment": 12, "intenten": 40, "intento": 44, "interact": [8, 14, 67, 73], "interactuado": 44, "intercambiar": 41, "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 41, 43, 44, 55, 73, 80, 82], "interfir": 7, "intern": 69, "interna": 41, "internet": [20, 48, 49], "interno": 19, "interoper\u00e1bel": 41, "interrogaci\u00f3n": 19, "interrupt": 69, "interv": 9, "intervalo": [12, 20, 41], "introduc": 41, "introducida": [19, 44], "introducindo": 46, "introducir": [28, 41, 45, 81], "introduci\u00f3n": 6, "introductori": 5, "introduza": [14, 20, 28, 35, 44, 45, 47, 48, 51], "intrud": 26, "int\u00e9gras": 19, "invalid": [8, 54], "invertida": 19, "investig": 15, "invis": 36, "invis\u00edbel": [19, 41], "invit": [59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": [20, 35, 44, 80], "irrevers": 41, "iso": [10, 12, 26, 41], "issu": [14, 25, 66], "isto": [7, 10, 12, 14, 19, 20, 24, 28, 35, 41, 42, 45, 48, 80], "italic": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 44, 69, 76, 81], "kei": [7, 41, 72, 83], "kept": [15, 26, 42], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "lado": [10, 20, 35, 49], "land": 2, "languag": [1, 12, 64], "lapela": [12, 19, 20, 35, 41], "lapi": 41, "larg": [29, 65], "largo": 19, "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 20, 28, 35, 41, 42, 50, 54, 56, 69, 72, 76, 80], "latest": [14, 25, 52, 83], "launch": [14, 16], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": 21, "lectura": [20, 35, 41, 42, 80], "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "lembraral": 44, "lenda": 41, "ler": [26, 44], "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letra": [20, 80], "letsencrypt": 47, "levantar": 41, "levar": [41, 48], "levarao": 12, "level": [2, 16, 21, 26, 60, 62, 69, 80], "libr": [24, 39, 41, 53, 80], "librari": [9, 17], "ligaz\u00f3n": [12, 14, 19, 20, 28, 29, 41, 44, 82], "like": [5, 15, 21, 41, 44, 56, 57, 59, 60, 70, 74, 80], "limit": [15, 20, 31, 69, 83], "limita": 20, "limitada": 42, "limitado": [12, 31, 37], "limitar": [19, 41], "limpa": 12, "limpar": 19, "limpar\u00e1": 19, "line": [6, 13, 14, 17, 36, 41, 66], "linguax": 44, "link": [0, 2, 21, 25, 28, 29, 35, 41, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "lista": [10, 18, 19, 20, 35, 41, 42, 48, 54, 82], "listada": 41, "listado": [12, 37], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "lixo": [24, 26, 28, 33, 42, 54], "li\u00f1a": [7, 12, 19, 46], "ll": [2, 58], "lle": [7, 20, 35, 37, 41, 42, 45, 82], "llm": 44, "load": 80, "lobbi": [73, 77], "locai": [10, 19, 42, 44, 53], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 56, 82], "localizaci\u00f3n": [12, 41, 50], "localizar": 19, "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 26, 42, 45, 46, 54, 81], "logo": [19, 26, 29, 44, 50, 51, 83], "logwindow": 16, "long": [0, 1, 9, 15], "longa": [40, 44], "longer": [42, 69, 76, 81], "longo": [20, 39], "look": [33, 38, 44, 55, 57, 70, 77, 81, 83], "lose": [6, 38], "lote": 42, "loudspeak": 60, "lower": 80, "lst": [8, 19], "lt": 14, "lugar": [20, 41, 42, 46], "luminosidad": 80, "l\u00edmite": [12, 20, 24, 31, 39, 41], "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": 8, "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 47], "maduro": 50, "magic": 5, "mai": [0, 7, 10, 11, 12, 14, 15, 17, 20, 24, 26, 27, 29, 36, 41, 44, 45, 60, 62, 80], "mail": [0, 44, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": [14, 42], "maior": 31, "maior\u00eda": [18, 48], "mai\u00fascula": 42, "major": 14, "make": [5, 9, 17, 25, 28, 29, 39, 41, 58, 60, 66, 74], "mala": 19, "manag": [5, 6, 12, 14, 15, 17, 20, 21, 26, 27, 30, 31, 44, 56, 57, 77], "mandatori": 62, "mani": 41, "manner": 8, "manter": [12, 42], "mant\u00e9n": [39, 42], "manuai": 7, "manual": [6, 7, 12, 13, 14, 15, 25, 27, 36, 44, 48, 49, 50, 58, 62, 79], "manualment": [7, 12, 20, 24, 29, 39, 44, 45], "map": 20, "mapamundi": 41, "marca": [19, 24, 37, 39, 41, 44], "marcado": [19, 44], "marcar": 41, "marcarans": 44, "marco": 7, "marelo": [19, 26], "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": 82, "marqu": [20, 41], "mastodon": 42, "match": [7, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "max\u00edn": 41, "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 27, 41, 44, 81], "mecanismo": 7, "media": [8, 21, 42, 60, 62, 69], "mediant": [6, 7, 10, 22, 30, 35, 37, 41, 50, 53], "meet": [57, 69, 72, 83], "megabyt": 31, "mellor": [18, 41], "mellorar\u00e1": 44, "member": [2, 5, 42, 69], "membership": 42, "membro": [20, 35, 82], "memori": 1, "memoria": 24, "meno": [26, 42], "mensax": [6, 19, 20, 26, 41, 43, 47, 51, 81], "mensual": 41, "mention": [57, 69, 82], "mentr": [7, 20, 41, 42, 44, 46], "menu": [1, 2, 12, 19, 21, 27, 36, 41, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "men\u00fa": [12, 19, 20, 41, 42, 44, 48, 51, 80], "mercadotecnia": 41, "mese": 41, "mesma": [41, 42], "mesmo": [7, 10, 14, 19, 20, 24, 41, 44, 46, 50], "messag": [1, 16, 44, 56, 57, 58, 67, 73, 80, 83], "mestra": 26, "metadato": [19, 33], "method": [27, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "miniatura": [26, 33], "minim": 44, "minimum": [9, 11, 83], "minut": [9, 27, 39], "minuto": [26, 39, 41, 48], "mitigar": 80, "mi\u00f1a": [10, 20], "mkcol": 20, "mkdir": 20, "mmc": 20, "mo": [7, 12], "mobil": [0, 2, 20, 25, 38, 42, 73, 81], "moda": 41, "modal": [41, 80, 83], "mode": [60, 66, 69], "model": 1, "modelo": 44, "moder": [6, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "moderador": 42, "modif": 12, "modifi": [0, 21, 60], "modificaci\u00f3n": [12, 19, 42], "modificado": 42, "modificar": [19, 20, 31, 42], "modificars": 12, "modo": [42, 80], "moi": [12, 41, 42], "moito": [10, 12, 41], "molestar": [19, 41], "momento": [19, 28, 41], "monitor": [8, 57, 63, 72], "monitorizado": 12, "monitorizar": 12, "monocrom\u00e1tica": 19, "monta": 20, "montalo": 20, "montar": [20, 28, 35], "montars": 20, "mor": [35, 37, 44], "more": [0, 2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morn": 0, "most": [41, 44, 74, 83], "motivo": 47, "mount": [20, 21, 27], "mous": [2, 63, 80], "mova": 12, "move": [0, 9, 20, 21, 24, 44, 52, 58, 69, 80], "movelo": 24, "mover": [20, 41], "moveras": 24, "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multimedia": 42, "multipl": [21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 14, 20, 27, 28, 38, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "m\u00e1i": [7, 10, 14, 19, 20, 24, 26, 28, 33, 35, 37, 39, 41, 42, 43, 44, 45, 50, 51, 80, 81, 82], "m\u00e1quina": [7, 10], "m\u00e1xicament": 26, "m\u00e1xico": 24, "m\u00e1ximo": [20, 24, 41], "m\u00e9rcore": 41, "m\u00e9todo": [7, 20, 28, 41, 42], "m\u00ednimo": [18, 42], "m\u00f3bil": [20, 22, 30, 82], "m\u00f3bile": [41, 48], "m\u00f3vese": 24, "n": [8, 20, 56], "na": [7, 10, 12, 14, 19, 20, 24, 26, 28, 29, 33, 35, 37, 39, 40, 41, 42, 45, 46, 47, 48, 50, 51, 53, 80, 82], "nada": [12, 26], "nalg\u00fan": 10, "name": [2, 4, 5, 7, 8, 16, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativa": 20, "nativo": 50, "naturalment": 42, "nautilu": [19, 46], "navegaci\u00f3n": 80, "navegador": [6, 7, 12, 14, 20, 35, 51, 81], "navegu": 20, "navig": [0, 1, 6, 20, 36, 37, 44, 65, 69, 76, 80], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necesaria": 20, "necesario": [7, 19, 35, 37, 47, 48], "necesidad": [41, 44], "necesit": 20, "necesita": [45, 50], "necesitar\u00e1": [12, 20], "necesitar\u00edamo": 26, "necessari": [41, 54], "neces\u00edtans": 7, "need": [2, 9, 11, 14, 15, 17, 20, 38, 41, 42, 46, 48, 49, 58, 64, 69, 70, 76], "nela": [7, 19], "nele": 41, "nemo": [19, 20], "nesa": 44, "nese": 35, "nest": [10, 12, 20, 26, 28, 35, 41, 42], "nesta": [10, 19, 28, 35, 41], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "never": [38, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": 15, "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudurl": 8, "nice": 5, "nick": 5, "night": 66, "nin": [19, 41, 42], "ningunha": [19, 20, 51], "ningu\u00e9n": 82, "ning\u00fan": [19, 28, 44, 47], "nitrokei": 81, "nivel": [35, 41], "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "nome": [10, 19, 20, 24, 26, 28, 29, 35, 37, 39, 41, 42, 45, 47, 48, 49, 50, 51, 82], "nomedeusuario": 20, "nomedeusuariodenextcloud": 20, "non": [2, 7, 8, 9, 10, 14, 19, 20, 24, 26, 28, 31, 33, 35, 41, 42, 45, 47, 48, 49, 50, 51, 80, 81, 82], "normai": [7, 19], "normal": [9, 26, 42, 44, 66], "normalment": [12, 19, 41, 47, 81], "nos": [7, 19, 20, 24, 35, 40, 41, 42, 44, 46, 51, 53, 80], "nosa": 42, "noso": [42, 43, 80], "nota": [35, 41, 51], "note": [2, 4, 44, 76], "notif": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 15, 60, 69, 72, 76], "notifica": 10, "notificaci\u00f3n": [7, 10, 35, 37, 41, 82], "notificado": 41, "notificar\u00e1": 10, "notificationrefreshinterv": 9, "notific\u00e1ndoo": 7, "notify_push": 15, "noutra": 41, "noutro": [7, 28, 35, 41, 42, 81], "nova": [7, 12, 20, 28, 35, 39, 41, 42, 45, 48], "novo": [12, 19, 24, 26, 35, 37, 42, 50, 82], "now": [2, 5, 10, 14, 41, 42, 66], "nube": [28, 35], "number": [11, 15, 28, 41, 58, 60, 69], "nun": [12, 19, 20, 41, 42, 50], "nunca": [26, 39, 41], "nunha": [10, 20, 40, 41, 44], "n\u00famero": [19, 41, 42, 44], "o": [6, 8, 10, 13, 14, 18, 20, 21, 25, 28, 30, 31, 32, 33, 35, 37, 39, 40, 43, 45, 46, 47, 48, 49, 51, 53], "object": [0, 27], "obradoiro": 42, "obrigatorio": 45, "obscur": 69, "observ": 14, "obstant": [7, 10, 12, 41], "obtelo": 47, "obter": [12, 20, 24, 26, 33, 35, 37, 41, 42, 43, 51, 80], "obter\u00e1": 41, "obxectivo": 35, "obxecto": 35, "oc": 20, "occ": 27, "occur": 0, "ocorr": [26, 41], "oct": 20, "ocupan": 33, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 44, 60, 73, 80], "offic": [12, 20, 21, 69], "offici": 14, "offlin": [15, 27], "oficina": [6, 41, 43], "ofrec": [7, 19, 44], "ofrecen": 41, "ofrecerl": 41, "ofrecer\u00e1": 41, "often": [0, 41], "oi": 41, "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "ollada": 47, "ollala": 42, "ollo": 80, "omeucertificado": 20, "omeunextcloud": [20, 48], "omitir": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "ond": [19, 35, 37, 41, 45], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 46, 83], "onto": [21, 52], "opcion": [20, 26], "opcionai": 41, "opcionalment": [40, 41, 45], "opci\u00f3n": [7, 12, 14, 18, 19, 20, 21, 26, 35, 44, 48, 82], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 38, 41, 44, 45, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 17, 20, 44], "operaci\u00f3n": [19, 20, 44], "operador": 44, "operan": 53, "operativo": [7, 12, 20], "oportunidad": 12, "opt": [9, 44], "optar": 26, "optimizado": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 28, 33, 35, 36, 41, 42, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [42, 44, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "organizaci\u00f3n": 42, "organizador": 41, "org\u00e1nica": 42, "origin": [44, 64], "orix": [37, 48], "orixin": 33, "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "ou": [7, 12, 14, 18, 19, 20, 24, 28, 29, 31, 33, 35, 37, 40, 44, 45, 46, 47, 48, 49, 53, 80, 81], "our": [14, 15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outra": [19, 24, 35, 40, 41], "outro": [12, 19, 20, 24, 28, 33, 41, 42, 44, 47, 48, 53, 81], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [27, 65], "overhaul": 12, "overhead": 20, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 8, 9, 29, 35, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": [8, 19, 20, 41, 47, 51], "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pancarta": 26, "pane": 44, "panel": [1, 12, 20, 36, 44, 50], "pantalla": [14, 20, 42, 80], "paperclip": 56, "paquet": [7, 19], "para": [7, 10, 12, 14, 18, 19, 20, 24, 25, 26, 28, 29, 31, 33, 35, 37, 39, 40, 42, 44, 45, 46, 47, 48, 50, 51, 53, 54, 80, 82], "paralela": 19, "parallel": [11, 15], "paramet": [20, 52], "parent": [21, 42, 58], "parladoiro": [6, 35, 40, 42, 44, 80], "parola": [35, 40], "part": [2, 5, 19, 20, 42, 44, 50, 51, 60, 69], "parti": [20, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participaci\u00f3n": 41, "participar": 80, "particular": [0, 20, 58], "partir": [20, 41, 47], "pasar": 19, "pasars": 20, "pasar\u00e1n": 41, "pase": 44, "paso": [28, 35, 41, 44, 45, 46, 47, 48, 50, 51], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "patr\u00f3n": [19, 39, 44], "pattern": [8, 39], "pausa": 19, "pausada": 19, "pausar": 19, "pa\u00ed": 41, "pc": 20, "pdf": 21, "pech": [20, 47], "pechar": 19, "pecharas": 45, "pedindo": 28, "pedir": 19, "pediral": 50, "peer": 2, "pegu": [41, 51], "pem": 20, "penalti": 20, "pend": 70, "pendent": 44, "pensa": 41, "peopl": [2, 29, 69, 82, 83], "pequena": 42, "pequeno": 19, "per": [0, 4, 8, 15, 45, 60], "perda": 26, "perder": 26, "perdeu": [19, 26], "perfectament": 18, "perfil": [6, 41, 42], "perform": [8, 9, 20, 44, 64], "perigoso": 26, "period": [27, 59, 69, 76, 83], "perman": [4, 15, 24, 69], "permanec": [19, 20], "permanecen": 24, "permanecer\u00e1": 44, "permanecer\u00e1n": 44, "permanent": [24, 41], "permanentement": [12, 24], "permiso": [20, 35, 42, 45], "permiss": [37, 57, 60, 63, 69], "permit": [7, 20, 26, 33, 41, 42, 43, 44], "permita": 10, "permiten": [42, 44], "permitido": [20, 24], "permitir": [7, 12, 20, 35], "permitirl": 20, "permitir\u00e1": [7, 41], "permitiu": 35, "permit\u00edndol": 35, "perm\u00edtel": [19, 20, 28, 35, 42], "pero": [26, 33, 41], "persist": [9, 27], "persistent": 20, "persoa": [10, 24, 26, 41, 53], "persoai": [24, 82], "persoal": [14, 20, 35, 41, 44, 46, 48, 50], "person": [0, 6, 20, 25, 27, 33, 38, 40, 44, 52, 54, 69, 70, 76, 81, 82, 83], "personalizada": [19, 41, 80], "personalizado": [19, 41, 44], "personalizar": 44, "pertenc": 82, "pertenza": 42, "per\u00edodo": [19, 24, 33, 41], "pete": 82, "peterstei": 12, "phish": 44, "phone": [45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 42, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": 48, "planificaci\u00f3n": 41, "plano": 19, "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 44, 63, 82], "plist": 17, "plu": 41, "pode": [6, 7, 10, 12, 14, 19, 20, 21, 24, 28, 29, 33, 35, 37, 39, 40, 41, 42, 43, 44, 47, 48, 50, 51, 53, 54, 80, 81], "poden": [7, 12, 19, 24, 35, 41, 42, 44, 48], "poder": [19, 20, 24, 41, 42, 45, 46], "poder\u00e1": [10, 12, 19, 41, 51, 82], "poder\u00e1n": [26, 41], "poder\u00eda": [20, 26, 41], "poida": [10, 19, 20, 26, 41, 42, 80], "poidan": 42, "point": [14, 27, 45, 83], "pola": [31, 44, 80, 81, 82], "polici": 7, "poll": [9, 15], "polo": [7, 10, 19, 20, 21, 26, 41, 42, 46, 47], "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "por": [7, 10, 12, 19, 20, 25, 26, 31, 33, 35, 37, 40, 41, 42, 47, 48, 51, 80, 81], "pormenorizada": 41, "pormenorizado": 41, "porqu": [12, 19, 26], "port": [8, 9], "portapapei": [41, 51], "porto": [20, 47], "port\u00e1til": 20, "por\u00e9n": [19, 26, 44], "posibel": 20, "posibilidad": [20, 41, 44], "posit": 42, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibli": 20, "post": [51, 57], "posterior": 20, "pos\u00edbei": [35, 41, 44], "pos\u00edbel": [7, 12, 18, 19, 20, 24, 33, 35, 41, 42, 44, 48], "pos\u00edbelment": 41, "pos\u00fa": 41, "potenci": 44, "pouca": 41, "pouco": [20, 24], "power": 1, "po\u00f1ers": 41, "ppa": 8, "prazo": [18, 41], "pre": 66, "precauci\u00f3n": 44, "precisa": [10, 12, 20, 31], "precisan": 7, "preconfigur": 14, "precuberta": 44, "precuberto": 19, "predefin": 60, "predefinida": [19, 41], "predefinido": 44, "predeterminada": [19, 26, 35, 41, 44], "predeterminado": [10, 12, 14, 24, 28, 31, 35, 41, 42, 44, 48, 82], "prefer": [0, 9, 14, 17, 20, 41, 44, 45, 52, 82], "preferencia": [6, 44, 45, 81], "preferido": [7, 82], "prefir": [20, 41], "prefira": 51, "pregunta": [6, 13, 40], "preguntaral": 50, "preg\u00fantel": 21, "preliminar": 18, "prema": [12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51], "preme": [19, 41], "premeao": 20, "premendo": [7, 19, 20, 28, 41, 44, 46], "premer": [7, 10, 19, 28, 37, 41, 42, 44], "premida": 42, "prepar": [45, 62, 66], "preparaci\u00f3n": [18, 41], "preparada": 26, "preparado": [18, 49], "preparalo": 45, "preparars": 41, "preselect": 2, "present": [21, 27, 63], "presentar\u00e1": 7, "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "pretend": 20, "preto": 50, "prevent": [42, 69, 82], "previa": [26, 41], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39], "previsto": 20, "primari": 44, "primario": 19, "primeira": [26, 39, 41, 42, 48], "primeiro": [7, 12, 39, 41, 42, 44, 81, 82], "princip": [19, 20, 26, 41, 44, 47, 80], "principai": [19, 51, 80], "principio": 44, "privaci": [38, 62, 83], "privacidad": [44, 53], "privada": 41, "privado": [26, 41, 82], "privat": [26, 66, 82], "privilexio": 7, "pro": 81, "proba": [18, 24, 44, 81], "probabelment": [19, 20], "probador": 18, "probamo": 12, "probar": [10, 47, 48], "probe": 20, "problem": [11, 15, 81], "problema": [12, 26, 44, 47, 80], "prob\u00e1bel": [26, 44], "proc": 12, "proced": [10, 44], "procedemento": 50, "procesar\u00e1n": 44, "proceso": [12, 19, 39], "process": [8, 41, 44, 52, 62], "produc": [9, 19, 21, 44], "producen": 19, "produciu": 10, "producius": [20, 44], "produtividad": 43, "produza": 41, "produzan": 10, "profil": [6, 9, 27, 42, 44, 69, 82], "profundament": 12, "program": [12, 14, 17, 41], "programa": 12, "programaci\u00f3n": 41, "programado": 41, "progreso": 41, "progress": [15, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propia": [7, 28, 35, 44, 53, 80], "propiedad": [20, 42], "propietario": [20, 24, 26, 33, 35, 37, 41, 42], "propio": [41, 42], "propos": 52, "propstat": 20, "prop\u00f3n": 44, "prop\u00f3sito": 26, "protecci\u00f3n": 42, "protect": [35, 38, 69], "protex": [26, 81], "protexers": 12, "protexida": 20, "protexido": [20, 35], "protocol": [12, 20, 27, 74], "protocolo": [20, 47, 50], "provedor": [20, 26, 53], "provid": [0, 1, 6, 8, 12, 13, 14, 20, 21, 38, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "provisionalment": 41, "provocar": 19, "proxecto": 43, "proxi": [8, 9, 19], "pr\u00f3ximo": 51, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicaci\u00f3n": 18, "publicado": 41, "publicament": 35, "publicar": 41, "publicli": 42, "publish": 82, "puido": 44, "punto": [19, 20, 35, 41, 42, 44], "push": [0, 60, 80], "put": 69, "p\u00e1xina": [7, 14, 26, 28, 29, 35, 41, 80, 82], "p\u00eddallo": [41, 44], "p\u00f3dens": [19, 41, 42, 44, 80, 81], "p\u00f3dese": [12, 20, 41, 44, 46, 48], "p\u00f3r": 82, "p\u00f3\u00f1ase": [20, 31, 80], "p\u00fablica": [33, 41], "p\u00fablico": [20, 35], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "que": [7, 10, 14, 18, 19, 20, 21, 26, 28, 31, 33, 35, 37, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 80, 81, 82], "quedar": 41, "queira": [7, 19, 41, 48], "quen": [6, 35, 44], "quer": [7, 18, 20, 26, 28, 35, 41, 42, 44, 45, 50, 80], "querer": 19, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quizai": 44, "quot": 66, "quota": [20, 33], "r": [41, 51, 60, 80], "raia": 41, "rais": [11, 80], "rang": [76, 83], "rastrexador": 80, "rather": 20, "rato": [19, 20, 35, 44], "raz\u00f3n": 42, "ra\u00edz": [20, 35, 37, 41], "rba": 19, "re": [5, 44], "reach": [27, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 44, 69, 82], "reader": [0, 80], "readi": 27, "real": 64, "realizada": [42, 45], "realizan": 7, "realizar": [7, 42], "rearrang": 83, "reason": 69, "receiv": [0, 1, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recentement": 41, "receptor": 35, "recheck": 27, "recib": [20, 29, 37, 41, 47, 81], "reciben": 41, "recibir": [35, 44], "recibir\u00e1": [20, 41], "recibir\u00e1n": 41, "recibis": 44, "recipi": [28, 41, 44], "recognis": 15, "recollerans": 41, "recomenda": 20, "recomendada": 20, "recomendado": 20, "recomendamo": [31, 44], "recomend\u00e1mosl": [20, 25], "recommend": [15, 20], "reconectar": 20, "record": [0, 73, 77], "recorrencia": 41, "recover": 21, "recoveri": 6, "reco\u00f1ec": 20, "recuperar": 26, "recurso": [20, 26, 28, 35, 42, 46, 48], "rec\u00e9n": 12, "red": [27, 60, 62], "reddit": 51, "rede": [20, 50, 82], "redirect": [69, 72], "reduc": [11, 15], "reducindo": 80, "reducir": 80, "reduciras": 80, "refac": 50, "refer": [14, 21, 31, 62, 76], "referencia": 18, "reflect": 27, "reflectiras": 41, "reflectir\u00e1": 35, "reflicten": 19, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45, 60, 69, 78], "registri": 12, "regra": [41, 44], "regul": 62, "regular": [12, 20, 27, 36, 60], "regularli": 11, "regularment": 41, "reinici": 20, "reinicio": 20, "rein\u00edcias": 7, "rejoin": 69, "rel": 41, "relacionada": 47, "relat": [0, 1, 15, 17, 41, 44, 83], "relaunch": 1, "releas": [12, 14], "relev": [41, 76], "relevant": [42, 44], "remain": 11, "remat": [29, 40, 45], "remata": 41, "rematado": 41, "rematan": 19, "rematar": 45, "remataron": 28, "rememb": 1, "remind": [41, 69], "remitent": 44, "remitida": 41, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remota": [10, 20, 28], "remotepollinterv": 9, "remoto": [10, 20, 26, 28, 35, 50], "remov": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 57, 69, 83], "renam": [0, 21, 36], "rendemento": 44, "renomear": 44, "reopen": 44, "repeat": [8, 51], "repetitivo": 41, "replac": [45, 47, 60, 69], "repli": [44, 57, 69, 76], "report": 15, "repositori": [8, 9], "representa": 44, "reproduc": 14, "reproducir": 18, "request": [1, 20], "requir": [1, 8, 15, 20, 27, 31, 38, 41, 44, 60, 62, 64, 69, 74], "requiren": 41, "requirindo": 81, "requisito": 6, "reschedul": 66, "reserv": 41, "reserva": 41, "reserven": 41, "reserv\u00e1bel": 41, "resiz": 60, "resolto": 10, "resolv": [10, 12, 15], "resolvelo": 48, "resourc": [45, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respectiva": 43, "respectivo": 41, "respecto": 33, "respond": [44, 57], "respondeu": 41, "respons": [20, 41, 44], "resposta": [6, 40, 41], "rest": 25, "restabelecendo": 41, "restabeleceras": 40, "restart": 15, "restaurar": [26, 39, 41], "resto": 20, "restor": [15, 24, 41], "restrict": [36, 42, 82], "restrinxir": 6, "restrinxiu": 20, "result": [1, 9, 15, 83], "resultant": 48, "resultar": 33, "resum": 44, "resumir": 44, "retenci\u00f3n": [24, 33, 44], "retent": [36, 69], "retir": [12, 28], "retirada": [41, 42], "retirado": 19, "retirala": 42, "retirar": [7, 12, 19, 20, 26, 41, 44], "retirarans": 19, "retomar": 19, "retorno": 28, "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "ret\u00edrans": 33, "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rexeita": 37, "rexeitado": 41, "rexeitamento": 37, "rexeitar": [35, 41], "rexeitaron": 41, "rexistra": 20, "rexistrado": [12, 45], "rexistrar": 12, "rexistro": [7, 12, 20], "rexi\u00f3n": 41, "rf": 17, "rfc": 41, "riba": 44, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "ring": 60, "riscado": 41, "risco": 18, "rise": 60, "rm": 17, "roam": 9, "roi": 35, "rol": 42, "role": 82, "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20], "row": [21, 36, 65], "rss": 6, "rule": 36, "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "ruta": [19, 20, 48, 51], "rw": 20, "r\u00e1pida": 24, "r\u00e1pido": [19, 42, 44], "r\u00edxido": [20, 41], "s3": [20, 27], "sabe": [20, 81], "saber": [24, 35, 41], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "saia": [20, 26], "sair": 19, "sala": 42, "sale": 82, "saltar": 80, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "satisfactoria": 41, "satisfeito": 19, "save": [5, 15, 27, 36, 39, 41, 44, 54, 56, 62, 80], "sa\u00ednt": 44, "sa\u00edr": 26, "scan": 27, "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 52, 69], "scope": [14, 44, 82], "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "se": [7, 10, 18, 19, 20, 21, 29, 31, 33, 35, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 80, 81, 82], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searchon": 8, "sec": 9, "secci\u00f3n": [7, 12, 20, 26, 37, 40, 41, 44], "second": [2, 6, 9, 11, 15, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "secreto": 41, "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secundario": 19, "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "segredo": 81, "seguida": [19, 20], "seguido": [19, 44], "seguindo": [44, 46, 48], "seguint": [7, 12, 18, 19, 20, 40, 41, 42, 44, 45, 47, 48, 50, 81, 82], "seguir": [18, 19, 28, 44, 45, 48], "seguir\u00e1": [10, 41], "segundo": [6, 7, 19, 39, 42, 44, 48, 50, 51, 54, 82], "segura": 53, "seguranza": [19, 20, 26, 44], "seguro": [12, 20, 53], "seleccion": [20, 41, 42, 44, 45, 47, 48, 50, 51], "seleccionado": [41, 42, 44], "seleccionando": 44, "seleccionar": [14, 41, 42], "seleccionars": 42, "selecci\u00f3n": [19, 41, 42, 44], "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [37, 41, 66], "self": 76, "seman": 41, "semana": [39, 41, 42, 82], "semanalment": 41, "semellant": [19, 20, 40, 41, 44], "semellar\u00e1": [35, 41], "semic\u00edrculo": 19, "sempr": [7, 19, 20, 41], "sen": [10, 12, 19, 20, 35, 39, 41, 44], "send": [0, 1, 29, 41, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensit": 69, "sens\u00edbel": 80, "sent": [0, 28, 44, 69], "sentido": 10, "sen\u00f3n": 26, "separ": [0, 1, 44, 49, 81], "separada": 44, "separado": [25, 41, 42, 82], "separador": 19, "ser": [10, 19, 41, 42, 44, 49, 51, 81], "server": [8, 9, 10, 11, 12, 13, 15, 17, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 46, 47, 49, 51, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 57, 74, 77], "servidor": [10, 14, 19, 20, 21, 24, 26, 28, 35, 41, 43, 44, 45, 47, 48, 49, 50, 51, 53, 82], "servizo": [20, 26, 47, 53], "ser\u00e1": [20, 41, 44, 47, 81], "ser\u00e1n": [42, 46], "ser\u00eda": 26, "sesi\u00f3n": [19, 20, 26, 42, 51], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 44, 45, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "setup": [11, 49, 51, 58, 74], "seu": [6, 7, 10, 12, 14, 20, 21, 24, 25, 26, 28, 37, 40, 43, 44, 45, 47, 48, 49, 50, 51, 53, 80, 81], "sever": [44, 62, 66, 69, 75], "sexa": [12, 19, 41, 44], "sexan": 20, "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": 80, "short": 44, "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "si": [10, 26, 42], "side": [5, 15, 27, 30, 34, 38, 44, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "siga": [19, 20, 28, 35, 51], "signific": 20, "significa": [19, 20, 44], "significantli": 20, "significativa": 44, "signo": [19, 42], "silenciosa": 7, "silent": [8, 60], "simb\u00f3lica": [12, 19], "similar": [15, 41, 42], "simpl": [5, 27, 39], "simplement": [19, 42, 44], "simpli": [17, 25, 44, 56, 76], "simplificado": 41, "sinatura": 44, "sinc": [35, 39, 81], "sincroniza": [12, 19, 41], "sincronizaci\u00f3n": [6, 7, 10, 13, 14, 20, 22, 42, 43, 53], "sincronizado": [19, 20, 50], "sincronizala": 45, "sincronizalo": 53, "sincronizan": 19, "sincronizar": [14, 19, 20, 41, 45, 48, 50, 51, 53], "sincronizars": [19, 41], "sincronizar\u00e1n": 20, "sincron\u00eda": 19, "sincron\u00edzans": [48, 53], "sincron\u00edzas": 48, "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sintax": [19, 20], "sint\u00e1ctica": 19, "sinxelo": [26, 29, 41, 44], "sip": 69, "sistema": [7, 10, 12, 19, 20, 21, 41, 42, 44], "sitio": [31, 43], "situaci\u00f3n": 10, "situada": 44, "situado": [19, 42], "situat": 11, "sit\u00faa": 19, "size": [9, 11, 20, 31], "skip": [11, 60, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snooz": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "soa": 41, "sobr": [19, 20, 24, 37, 41, 42, 43, 48], "sobrescribir": [35, 41], "sociai": 82, "social": 42, "socks5": 9, "softwar": [6, 7, 12, 14, 17, 42, 48, 53, 80], "sole": 44, "solicit": [26, 35, 45], "solicita": 37, "solicitar": 31, "solicitud": 44, "soltalo": 41, "soltar": 35, "soluci\u00f3n": [35, 47, 53], "solut": 20, "solv": [12, 81], "some": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 60, 69, 82], "sometim": 41, "somewher": 81, "son": [19, 26, 33, 35, 41, 44, 50], "soon": [0, 15], "sourc": [20, 38], "sourcedir": 8, "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51, 69], "specif": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 58], "speech": [1, 60, 64], "speed": [20, 44], "spoken": 60, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "sta": 44, "stabl": 14, "stack": 44, "stai": [41, 59], "standard": [8, 14, 15, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "state": [8, 15, 44], "statu": [20, 25, 27, 40, 41, 60, 69, 83], "stdout": 16, "step": [14, 20, 28, 36, 44, 49, 51, 69], "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": 15, "structur": [2, 3, 21], "sub": [24, 45], "subcadea": 44, "subcartafol": 12, "subdirectorio": 20, "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": 76, "subscribir": 50, "subscribirt": 41, "subscrici\u00f3n": [41, 45, 53], "subsequ": 15, "substanti": 20, "substituci\u00f3n": 40, "substituto": 40, "substitu\u00edr": [20, 41], "substit\u00faa": 51, "success": [14, 27, 28], "suced": 41, "sudo": 17, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "supera": 20, "superan": [24, 33, 39], "superen": 24, "superior": [19, 20, 35, 42, 44, 50], "superposto": 41, "supervisor": 12, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 51, 66, 74, 81, 83], "sure": [17, 39, 60, 81], "suxerida": 44, "suxerirans": 44, "suxerir\u00e1n": [44, 50], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "sync": [8, 12, 14, 17, 19, 25, 44, 47, 81], "synchron": [8, 9, 10, 11, 13, 14, 15, 16, 20, 50, 51], "syntax": [66, 69], "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 20, 21, 27, 30, 32, 39, 49, 51, 60, 62, 64, 70], "s\u00e1bese": 81, "s\u00edmbolo": [20, 41, 44], "s\u00f3": [7, 10, 14, 18, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46, 81], "s\u00faa": [6, 7, 10, 12, 14, 19, 20, 21, 24, 26, 28, 31, 33, 35, 37, 40, 41, 42, 45, 48, 51, 53, 81], "t": [5, 14, 20, 26, 39, 44, 46, 66, 81], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32, 44], "take": [2, 9, 15, 17, 28, 62, 69, 83], "tal": 41, "talk": [0, 1, 55, 57, 58, 63, 66, 68, 70, 72, 73, 74, 75, 80, 83], "tama\u00f1o": [19, 20, 31, 33, 42, 80], "tampouco": 24, "tam\u00e9n": [10, 14, 19, 20, 39, 41, 42, 44, 46, 80, 82], "tanto": [24, 44, 47, 48], "tap": [45, 60], "tard": [42, 44, 50], "tarda": 26, "tardan": 44, "tarefa": [20, 41, 43, 45, 46, 48], "target": [9, 15, 20, 83], "targetchunkuploaddur": 9, "tarxeta": 42, "task": [0, 2, 6, 57, 66, 69], "taxa": 48, "te": 41, "team": [2, 3, 6, 27, 42, 69, 74], "technic": [14, 15], "tecla": [28, 42, 46], "teclado": 6, "telegram": 42, "telephon": 82, "tel\u00e9fono": [42, 81], "tema": 6, "temo": 18, "tempo": [19, 20, 24, 26, 37, 39, 40, 44, 48], "tempor": 12, "temporai": 33, "temporalment": 20, "temporarili": 60, "tem\u00e1tica": 80, "ten": [7, 10, 12, 18, 19, 20, 21, 24, 26, 27, 41, 42, 44, 45, 46, 50, 51, 80, 81], "tenda": [20, 42], "tent": 44, "tenta": [14, 47], "tentar": [10, 19, 48], "tentativa": 41, "tenten": 26, "ter": [18, 20, 41, 42, 49], "terabyt": 12, "terceiro": [12, 26, 41], "term": 1, "termin": 15, "termo": [41, 46], "ter\u00e1": [10, 12, 24, 41, 45], "ter\u00e1n": [26, 41], "test": [9, 14], "testemu\u00f1o": [6, 20, 35, 41], "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "texto": [10, 19, 26, 80, 81], "te\u00f1a": [12, 19, 20, 26, 35, 39, 41, 42, 44], "te\u00f1an": 26, "te\u00f1en": [7, 26, 28, 41], "te\u00f1\u00e9n": 49, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 28, 40, 41, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": 38, "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "think": 2, "third": 20, "those": [0, 25, 54], "though": 9, "thread": [1, 44], "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "tipo": [19, 20, 42, 47, 80], "titl": [2, 5, 41, 44, 56, 59, 76], "ti\u00f1a": 19, "tl": [20, 51], "tlsv1": 20, "tmp": 8, "toda": [12, 19, 20, 41, 42], "todai": 83, "todo": [12, 14, 18, 19, 20, 21, 26, 28, 31, 33, 35, 37, 41, 42, 44, 45, 46, 50, 51, 53], "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "toqu": 45, "total": [33, 41], "totalment": 80, "totp": [20, 81], "touchpad": 63, "toward": 45, "tra": 19, "traballa": 44, "traballar": 26, "traballo": [6, 10, 42, 44, 48], "track": 0, "traducir": 44, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30], "transferencia": [20, 37], "transferido": [20, 37], "transferir": [37, 41, 42], "translat": [4, 53, 61, 73], "transparent": [26, 41], "trash": [9, 21, 28], "trashbin_retention_oblig": 24, "trata": 41, "tratar\u00e1": 41, "trav\u00e9": [12, 20, 26, 31, 33, 35, 41, 44, 45, 46, 49], "tre": [19, 35, 41, 42, 44], "trebello": [44, 48], "tri": [8, 44, 69], "trigger": [0, 9, 14, 27, 44, 50], "troqu": [12, 20, 41], "true": [7, 16], "trust": [8, 38, 82], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 75], "two": [2, 17, 25, 36, 39, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 69, 80], "typic": 57, "t\u00e1boa": 43, "t\u00edtulo": 41, "t\u00fanel": 20, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "umount": 20, "un": [7, 10, 12, 19, 20, 24, 28, 31, 33, 35, 37, 39, 40, 43, 45, 46, 47, 48, 50, 51, 53, 80, 81, 82], "unabl": 11, "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "uncheck": [0, 36], "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unha": [7, 10, 19, 20, 21, 24, 26, 28, 29, 33, 37, 40, 42, 43, 45, 46, 47, 48, 50, 51, 53, 80, 81], "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 60], "univers": [6, 12], "universidad": 7, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [9, 15, 19, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 10, 14, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 27, 29, 31, 41, 60, 62, 69, 72], "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 41, 45, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usa": [12, 19, 20, 26, 50], "usabl": 80, "usada": 41, "usado": [19, 41], "usag": 83, "usan": [7, 20], "usando": [26, 29, 42, 51], "usar": [6, 7, 12, 13, 20, 25, 43, 51, 54, 82], "usaremo": 41, "usars": 80, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 41, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "using_the_windows_10_calendar_application_with": 51, "uso": [20, 24, 25, 28, 35, 82], "usual": 44, "usuario": [6, 7, 10, 18, 20, 24, 28, 31, 33, 37, 39, 40, 42, 44, 45, 47, 49, 50, 51, 82], "usuario1": 24, "usuario2": 24, "usuario3": 24, "us\u00e1bel": 19, "utf": 20, "utilic": 20, "utiliza": 48, "utilizalo": 41, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacaci\u00f3n": 40, "vai": [19, 26, 41, 45, 50], "vaia": [20, 44, 49, 50], "validada": 19, "validar": 50, "valor": [7, 12, 19, 20, 24, 42, 44], "valu": [9, 11, 15, 16], "var": 16, "varia": [19, 35, 42], "variabl": [6, 9, 13], "variar": 80, "variedad": 81, "varieti": 82, "vario": [20, 41, 53, 80], "variou": 41, "vari\u00e1bei": [31, 41], "vari\u00e1bel": 10, "vcard": 42, "vcf": 42, "vde": [18, 19, 40, 41, 42, 44, 82], "ve": [19, 20, 41], "vece": [12, 19, 41], "vello": 44, "velo": [20, 82], "ven": [20, 45], "vendor": 7, "ver": [6, 7, 19, 35, 41, 42], "veras": [41, 42], "verbos": 8, "verd": 19, "verdadeira": 44, "veri": [5, 20, 80], "verif": 69, "verifi": 20, "verificaci\u00f3n": [19, 20, 41], "verificar": [19, 41], "verifiqu": 20, "vermella": 19, "vermello": 19, "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "versi\u00f3n": [7, 10, 14, 18, 19, 20, 30, 32, 33, 41, 42, 44, 50, 82], "vertic": 44, "ver\u00e1": [19, 26, 29, 41, 42, 81, 82], "ver\u00e1n": [26, 28], "vexa": [20, 24, 42], "vez": [7, 20, 24, 26, 35, 39, 41, 44, 51], "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "viaxa": 41, "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 14, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "virtuai": 19, "virtual": [17, 19, 42, 82], "visibilidad": [37, 42], "visibl": [4, 15, 21, 27, 36, 44, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": [20, 26, 35, 41, 42, 50], "vistosa": 19, "visual": [15, 80], "vis\u00edbei": [41, 42, 46], "vis\u00edbel": [10, 19, 35, 41, 44, 47], "voic": 60, "volta": [12, 41], "volum": 8, "volv": 26, "volva": [20, 24, 26, 33, 39], "volver": [19, 21, 26, 35, 41, 45, 48], "vosted": [10, 24, 33, 41, 53, 82], "vote": [41, 56], "vpn": 20, "v\u00e1lida": 51, "v\u00e1lido": [41, 44], "v\u00e9n": [41, 44], "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 15, 17, 20, 25, 38, 41, 44, 54, 56, 59, 62], "wait": [1, 79], "want": [0, 2, 4, 5, 14, 15, 26, 29, 41, 44, 52, 58, 60, 66, 69, 76, 82], "we": [2, 5, 14, 15, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webinar": [73, 77], "websit": 73, "week": [0, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 62], "were": [9, 15, 41, 57, 70], "what": [0, 5, 15, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 39, 41, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [26, 36, 62, 82], "wider": 82, "widget": 83, "wiki": [57, 74], "wildcard": 8, "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": 17, "wish": 60, "within": [9, 15, 17, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 27, 36, 41, 45, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xa": [7, 10, 19, 28, 31, 35, 41, 45, 81, 82], "xanela": [7, 10, 20, 41, 45, 50], "xeito": [10, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46, 47, 48, 50, 81], "xerada": 44, "xerado": 41, "xeral": [7, 41, 80], "xeralment": 41, "xerar": 41, "xeraras": 41, "xerarqu\u00eda": 35, "xere": [44, 81], "xestionada": 44, "xestionado": 41, "xestionar": [6, 30, 32, 51, 81, 82], "xesti\u00f3n": [20, 24, 33, 43], "xestor": [7, 46, 50], "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "xuntanza": 41, "xuntars": 41, "xunto": [12, 37, 41, 42, 44], "y": [17, 20], "ye": [15, 36, 41], "year": 83, "yellow": [27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e1": [7, 12, 14, 19, 20, 26, 28, 33, 35, 39, 40, 41, 44, 50, 80, 81, 82], "\u00e1brese": [37, 42, 44], "\u00e1rbore": 19, "\u00e1rea": [10, 41], "\u00e9": [7, 10, 12, 14, 19, 20, 24, 28, 29, 31, 33, 35, 37, 41, 42, 43, 44, 47, 48, 50, 53, 80, 81, 82], "\u00edndice": 26, "\u00faltima": [7, 18, 19], "\u00faltimo": 46, "\u00fanase": 80, "\u00fanica": [41, 44], "\u00fanico": [26, 41, 42, 82], "\u00fasans": 40, "\u00fasase": 80, "\u00fatil": [20, 31, 33, 41]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u00cdndice", "O actualizador autom\u00e1tico", "Using the Command-Line Client", "Configuration File", "Conflitos", "Environment Variables", "Preguntas frecuentes \u2014 FAQ", "Desktop Client", "Instalaci\u00f3n", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Canles de actualizaci\u00f3n", "Usar o cliente de sincronizaci\u00f3n", "Acceder aos ficheiros de Nextcloud mediante WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Xestionar os ficheiros eliminados", "Sincronizaci\u00f3n de escritorio e m\u00f3bil", "Using server-side encryption", "Using external storage", "Using federation shares", "Facer env\u00edos an\u00f3nimos", "Ficheiros e sincronizaci\u00f3n", "Env\u00edo de ficheiros grandes", "Managing your files", "Cota de almacenamento", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Control de versi\u00f3ns", "Definir mensaxes de \u00abf\u00f3ra da oficina\u00bb", "Usar a aplicaci\u00f3n Calendario", "Usar a aplicaci\u00f3n Contactos", "Software de traballo en grupo", "Usar a aplicaci\u00f3n Correo", "Sincronizaci\u00f3n con Android", "Sincronizaci\u00f3n co escritorio de GNOME", "Sincronizaci\u00f3n con iOS", "Sincronizaci\u00f3n con KDE Kontact", "Sincronizaci\u00f3n con macOS", "Sincronizaci\u00f3n con Thunderbird", "Sincronizaci\u00f3n con Windows 10", "Migrate data between instances", "Introduci\u00f3n ao manual de usuario de Nextcloud \u00ab35\u00bb", "Xestionar os navegadores conectados e os dispositivos", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Parladoiro", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Acceso universal", "Usar o segundo factor de autenticaci\u00f3n", "Axustar as s\u00faas preferencias", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "For": 77, "The": 83, "acced": [20, 81], "accept": 70, "acceso": [26, 35, 80], "access": [4, 20, 21, 22, 27, 36], "acci\u00f3n": 44, "account": 44, "action": [15, 44], "activ": [0, 21], "activala": 12, "activar": 44, "actualizaci\u00f3n": [7, 18], "actualizador": 7, "ad": [27, 38], "add": 44, "address": 44, "adiamento": 44, "advanc": 44, "advertencia": 12, "ai": 1, "alg\u00fan": 12, "alia": [15, 44], "all": 78, "almacenamento": [24, 33], "alternativa": 50, "an": [5, 38, 70, 72, 78], "android": 45, "anexo": 41, "aniversario": 41, "anoth": 44, "an\u00f3nimo": 29, "ao": [12, 20, 26, 35, 41, 44, 53], "aplicaci\u00f3n": [24, 41, 42, 44, 45, 81], "app": [0, 75], "appear": 55, "archiv": 69, "asignar": [20, 41], "asistent": 41, "assign": 36, "assist": 1, "attach": 56, "audio": 60, "autenticaci\u00f3n": 81, "autom": 44, "automatizado": 41, "autom\u00e1tica": [7, 44], "autom\u00e1tico": 7, "autrom\u00e1tica": 44, "axust": [19, 44], "axustar": [29, 82], "backend": 27, "background": 60, "ban": 69, "between": 52, "bloqu": 44, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "busca": 44, "b\u00e1sico": 7, "caderno": [42, 82], "caixa": 44, "calendar": [41, 44, 59], "calendario": [41, 45, 47, 50, 51], "call": [60, 61, 62, 64, 65, 72], "cambiar": [12, 26, 44], "cambio": [12, 54], "cancelar": 44, "cando": [12, 24], "canl": 18, "capacidad": 80, "card": 75, "cardbook": 50, "cartafol": [12, 21, 44], "cesto": 41, "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chave": 26, "ciberestafa": 44, "cifrado": 26, "cifrar": 26, "cita": 41, "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "co": [42, 44, 46], "coa": [20, 26, 41, 45], "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 57], "comment": 21, "como": [12, 24, 26, 44], "compact": [44, 55], "compartici\u00f3n": [20, 35], "compartido": [24, 42], "compartir": [19, 21, 26, 35, 41, 82], "comprobaci\u00f3n": 41, "con": [20, 35, 45, 47, 48, 49, 50, 51, 81], "concertada": 41, "concertar": 41, "condici\u00f3n": 44, "conectado": 54, "configur": [9, 15, 58], "configuraci\u00f3n": 41, "configurar": [19, 81], "conflict": 15, "conflito": 10, "connect": 21, "consent": 62, "consideraci\u00f3n": 81, "conta": [19, 44, 49], "contact": 42, "contacto": [42, 44, 45, 47, 50, 51], "context": 15, "continuament": 12, "contorno": 7, "contrasin": 26, "contrasinai": 54, "controi": 21, "control": [39, 60], "convers": [55, 68, 69, 76, 78], "conversa": 41, "convidar": 41, "convit": 41, "cor": 44, "corpo": 44, "correo": 44, "cota": [24, 33], "co\u00f1ecido": 20, "crea": 41, "creaci\u00f3n": 20, "crear": [41, 42, 44], "creat": [5, 21, 28, 35, 36, 41, 69, 75, 78], "credenti": 8, "credit": 51, "criterio": 44, "curl": 20, "cyberduck": 20, "da": [12, 19, 26, 40, 44], "daili": 0, "dashboard": [69, 83], "data": 52, "dato": 82, "de": [7, 12, 18, 19, 20, 21, 24, 25, 26, 29, 31, 33, 39, 40, 41, 42, 43, 44, 45, 46, 49, 53, 54, 80, 81, 82], "debug": 15, "deck": 75, "definir": [19, 40], "deleg": [41, 44], "delegaci\u00f3n": 44, "desactivar": 26, "desd": 19, "desexado": 44, "dese\u00f1o": 44, "desktop": [13, 60], "desprazars": 80, "destinatario": 44, "detail": 21, "detecci\u00f3n": 44, "detect": 27, "detens": 12, "devic": 38, "disk": 11, "displai": 38, "dispos": 69, "dispositivo": 54, "dispo\u00f1ibilidad": 41, "do": [14, 19, 26, 41, 42, 44, 82, 83], "dolphin": 20, "download": [14, 15, 60], "dun": [41, 42], "dunha": 44, "duplicado": 42, "duplicar": 41, "dure": 60, "d\u00eda": 41, "e": [20, 25, 30, 35, 41, 42, 44, 45, 54, 80], "e2e": 38, "edit": [41, 76], "editar": [12, 41, 42, 44], "editor": 19, "elemento": 42, "eliminaci\u00f3n": 44, "eliminado": 24, "eliminan": 24, "eliminar": [39, 41, 44], "email": [0, 28, 72], "emoji": 66, "en": [7, 12, 43], "enabl": 38, "encrypt": [26, 34, 38], "end": 38, "enderezo": [42, 44, 82], "engadido": 50, "engadindo": 35, "engadir": [19, 41, 42, 44], "entrada": 44, "enviado": 12, "enviando": 10, "environ": 11, "env\u00edo": [29, 31], "equipo": 42, "escritorio": [19, 20, 25, 46], "espazo": 24, "espec\u00edfico": 54, "estado": [19, 21, 41], "est\u00e1": 26, "est\u00e1n": 12, "etiqueta": 44, "event": 59, "evento": [41, 44], "everyon": 5, "evitar": 7, "exampl": 8, "exclud": 8, "exemplo": 10, "experiment": 10, "expir": 69, "explor": 20, "exportar": 41, "extens": 15, "extern": 27, "facer": 29, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "festivo": 41, "ficheiro": [12, 19, 20, 21, 24, 26, 29, 30, 31, 45], "file": [0, 4, 9, 15, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filter": [0, 21, 69], "filtrado": 44, "filtro": 44, "finder": 15, "first": [2, 5], "fi\u00e1bel": 12, "fluxo": 7, "folder": [38, 44], "fondo": 26, "frecuent": [12, 26], "frequenc": 0, "from": [27, 59, 71, 75], "full": [60, 72], "funcionalidad": 12, "fusionar": 42, "f\u00edo": 44, "f\u00f3ra": 40, "gener": 17, "get": 2, "global": 82, "gnome": 46, "grand": 31, "grid": [21, 65], "group": [26, 69], "grupo": [35, 42, 43], "guest": 72, "gustar\u00edam": 12, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "horario": 41, "houbo": 12, "how": 5, "i": 26, "ia": 44, "ic": 41, "icona": [19, 21], "idioma": 12, "ignorado": 19, "imax": 42, "immedi": 60, "importaci\u00f3n": 42, "importar": 41, "inclu\u00eddo": 80, "indic": 15, "informaci\u00f3n": [42, 44], "initi": 14, "insert": 66, "instal": [8, 14], "instalaci\u00f3n": 14, "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "integraci\u00f3n": 44, "intelixent": 44, "intentar": 12, "interact": 76, "interfac": [12, 21, 83], "interna": 35, "interno": 44, "introduci\u00f3n": 53, "introduct": 5, "invit": [44, 70], "io": 47, "issu": 15, "isto": 26, "join": [60, 72], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "known": 15, "kontact": 48, "layout": 65, "lembret": [41, 44], "level": [15, 36], "ligaz\u00f3n": 35, "line": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 55, 60], "lista": 44, "live": 64, "lixo": [41, 44], "li\u00f1a": 20, "lobbi": 79, "local": 12, "localment": 12, "lock": 15, "log": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "manag": [32, 36, 41, 58, 62, 69], "manual": 53, "manualment": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "mediant": [20, 80], "meet": [41, 44, 59], "membro": 42, "mencionar": 44, "mensax": [40, 44], "menu": 15, "mesmo": 12, "messag": [55, 66, 69, 75, 76], "meu": 12, "microsoft": 20, "migrat": 52, "minimizar": 44, "mnemon": 38, "mobil": 60, "modal": 44, "mode": 44, "moder": 77, "modifican": 12, "modo": 44, "montax": 20, "more": 66, "mover": [12, 21, 44], "m\u00e1i": 12, "m\u00e9todo": 50, "m\u00f3bil": [25, 45], "m\u00f3bile": 20, "na": 44, "nativ": 44, "nautilu": 20, "navegador": [54, 83], "navig": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nomear": 39, "non": [12, 44], "nos": 12, "note": 69, "notif": [0, 1, 41, 69], "notificaci\u00f3n": [19, 45], "nova": [19, 44], "novo": [41, 44], "o": [7, 12, 19, 24, 26, 29, 41, 42, 44, 50, 54, 80, 81, 82], "ocorr": 24, "ocupado": 41, "oficiai": 20, "oficina": 40, "onboard": 5, "one": 69, "opci\u00f3n": [41, 42], "open": 78, "operativa": 44, "option": 16, "ord": 20, "ordenaci\u00f3n": 44, "organizar": 42, "other": 72, "ou": [21, 26, 41, 42], "our": 5, "outro": 35, "own": [5, 27], "ownership": 37, "page": 5, "para": 41, "parent": 5, "parladoiro": [41, 73], "particip": [60, 69], "partir": 44, "pasar": 26, "perfil": 82, "person": 1, "picker": [1, 66], "pin": 76, "pish": 44, "pode": [26, 82], "poll": 56, "por": 44, "possibl": 26, "pos\u00edbel": 26, "preferencia": 82, "pregunta": [12, 26], "preparar": [41, 49], "previa": 21, "previsto": 26, "prioritaria": 44, "privaci": 69, "privada": 26, "privat": 69, "problema": [20, 49], "profil": 83, "profundidad": 12, "programada": 44, "progress": 41, "project": 5, "propio": 29, "propos": 41, "provid": 15, "publicaci\u00f3n": 41, "p\u00f3dese": 26, "p\u00fablica": [20, 35], "que": [12, 24], "quen": 82, "quero": 12, "quick": 44, "rais": 60, "rastrexado": 12, "reaction": 60, "recomendado": 50, "record": [60, 62], "recorrent": 41, "recoveri": [26, 81], "recuperaci\u00f3n": 26, "recurso": 41, "redacci\u00f3n": 44, "redactar": 44, "rede": 19, "refresh": 44, "remind": 76, "repli": 66, "repositorio": 29, "reproductor": 21, "requisito": [14, 83], "reservada": 41, "reservar": 41, "respond": 41, "resposta": [20, 44, 80], "restrinxir": 82, "resumo": 44, "retirar": 42, "role": 42, "room": [58, 60], "rss": 0, "run": 1, "sala": 41, "sa\u00edda": 44, "schedul": [59, 66], "screen": [60, 63, 72], "se": [12, 24, 26], "search": [21, 44, 76, 83], "second": 81, "secur": 34, "seguimento": 44, "seguint": 26, "segundo": 81, "seguridad": 44, "selecci\u00f3n": 21, "self": 69, "sen": [26, 45], "send": [44, 66, 70], "ser": 12, "server": [14, 26, 44], "servidor": 12, "set": [0, 1, 60, 72, 76, 83], "setup": 14, "seu": [19, 29, 35, 41, 42, 82], "share": [15, 21, 23, 26, 27, 28, 35, 41, 44, 56, 63, 72, 75], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sincronizaci\u00f3n": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "sincronizado": 12, "sincronizar": 12, "sistema": 14, "smart": [1, 66], "sobr": [12, 26, 44], "softwar": 43, "soluci\u00f3n": [20, 49], "sort": 44, "space": 11, "speaker": 65, "start": [2, 60, 72], "statu": 15, "step": [2, 5], "storag": 27, "stream": 0, "subdirectorio": 12, "subfold": 44, "subscribirs": 41, "subscrici\u00f3n": 44, "subscr\u00edbirs": 41, "summari": [0, 66], "superposici\u00f3n": 19, "support": [14, 15, 27], "sync": 15, "system": 36, "s\u00f3": 50, "s\u00faa": [44, 49, 82], "taboleiro": 44, "tag": 36, "talk": [59, 60, 69, 71], "tarefa": 44, "task": [1, 75], "team": 5, "teclado": 80, "tema": 80, "templat": 5, "tempo": 41, "terceiro": 20, "testemu\u00f1o": 81, "texto": 44, "thread": 76, "thunderbird": 50, "tlsv1": 51, "toda": 44, "togeth": 5, "traballa": 12, "traballar": 41, "traballo": [7, 26, 41, 43], "traduci\u00f3n": 44, "transcript": 64, "transfer": 37, "translat": 64, "transparencia": 41, "trebello": 41, "troubleshoot": [15, 51], "un": [26, 41, 42, 44], "unha": [12, 35, 39, 41, 44], "unidad": 20, "unifi": [44, 83], "uninstal": 17, "univers": 80, "up": [44, 60], "upload": 21, "us": [0, 2, 8, 15, 21, 26, 27, 28, 38, 44, 66], "usag": 8, "usando": 20, "usar": [19, 26, 41, 42, 44, 50, 81], "usuario": [12, 19, 26, 35, 41, 53], "variabl": 11, "vario": 42, "ver": 82, "version": 14, "versi\u00f3n": 39, "vez": 42, "via": 28, "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtuai": 42, "vista": [10, 21, 44], "v\u00eddeo": 21, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "why": 2, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "xanela": [19, 44], "xeito": 12, "xeral": [10, 19], "xestiona": 24, "xestionar": [24, 41, 42, 44, 54], "xestor": [19, 20], "you": 81, "your": [0, 5, 21, 22, 27, 32, 69, 81], "zoom": 80, "\u00e1": 42, "\u00e1rea": 19, "\u00e9": 26, "\u00edndice": 6}}) \ No newline at end of file diff --git a/server/latest/user_manual/hu_HU/contents.html b/server/latest/user_manual/hu_HU/contents.html index b2a3e4180db..030dfe13ca1 100644 --- a/server/latest/user_manual/hu_HU/contents.html +++ b/server/latest/user_manual/hu_HU/contents.html @@ -179,6 +179,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/hu_HU/desktop/autoupdate.html b/server/latest/user_manual/hu_HU/desktop/autoupdate.html index 7f54538d63a..13b84fe05e2 100644 --- a/server/latest/user_manual/hu_HU/desktop/autoupdate.html +++ b/server/latest/user_manual/hu_HU/desktop/autoupdate.html @@ -83,6 +83,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/hu_HU/desktop/commandline.html b/server/latest/user_manual/hu_HU/desktop/commandline.html index 7a665967aaa..9e3133deb82 100644 --- a/server/latest/user_manual/hu_HU/desktop/commandline.html +++ b/server/latest/user_manual/hu_HU/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                    • Install
                                    • Usage
                                    • @@ -256,7 +257,7 @@

                                      Example
                                      diff --git a/server/latest/user_manual/hu_HU/desktop/configfile.html b/server/latest/user_manual/hu_HU/desktop/configfile.html index 49289942c0d..b22011daaef 100644 --- a/server/latest/user_manual/hu_HU/desktop/configfile.html +++ b/server/latest/user_manual/hu_HU/desktop/configfile.html @@ -83,6 +83,7 @@
                                    • Installation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/conflicts.html b/server/latest/user_manual/hu_HU/desktop/conflicts.html index e9b6a2e2587..141af50f7f7 100644 --- a/server/latest/user_manual/hu_HU/desktop/conflicts.html +++ b/server/latest/user_manual/hu_HU/desktop/conflicts.html @@ -83,6 +83,7 @@
                                    • Installation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/envvars.html b/server/latest/user_manual/hu_HU/desktop/envvars.html index 4dc489d1e94..2c3e11ab8d7 100644 --- a/server/latest/user_manual/hu_HU/desktop/envvars.html +++ b/server/latest/user_manual/hu_HU/desktop/envvars.html @@ -83,6 +83,7 @@
                                    • Installation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/faq.html b/server/latest/user_manual/hu_HU/desktop/faq.html index 1c4225a0b1a..53a1378c910 100644 --- a/server/latest/user_manual/hu_HU/desktop/faq.html +++ b/server/latest/user_manual/hu_HU/desktop/faq.html @@ -83,6 +83,7 @@
                                    • Installation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/index.html b/server/latest/user_manual/hu_HU/desktop/index.html index 83c5cd3fc50..fdbef10c7ea 100644 --- a/server/latest/user_manual/hu_HU/desktop/index.html +++ b/server/latest/user_manual/hu_HU/desktop/index.html @@ -83,6 +83,7 @@
                                    • Installation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • @@ -132,6 +133,7 @@

                                      Desktop ClientInstallation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/installation.html b/server/latest/user_manual/hu_HU/desktop/installation.html index 11a75bc64ae..f45f41757e1 100644 --- a/server/latest/user_manual/hu_HU/desktop/installation.html +++ b/server/latest/user_manual/hu_HU/desktop/installation.html @@ -91,6 +91,7 @@
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/macosfileprovider.html b/server/latest/user_manual/hu_HU/desktop/macosfileprovider.html new file mode 100644 index 00000000000..a5562115e62 --- /dev/null +++ b/server/latest/user_manual/hu_HU/desktop/macosfileprovider.html @@ -0,0 +1,824 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                      + + +
                                      + +
                                      + +
                                      +
                                      +
                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                      + + + +
                                      +
                                      +
                                      ☁️ Versions
                                      + +
                                      + + 35 (latest) + +
                                      + +
                                      + + 34 (stable) + +
                                      + +
                                      + + 33 + +
                                      + +
                                      + + 32 + +
                                      + +
                                      +
                                      +
                                      + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/hu_HU/desktop/macosvfs.html b/server/latest/user_manual/hu_HU/desktop/macosvfs.html index 9c38e7042ed..497d7f7af97 100644 --- a/server/latest/user_manual/hu_HU/desktop/macosvfs.html +++ b/server/latest/user_manual/hu_HU/desktop/macosvfs.html @@ -1,796 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                      - - -
                                      - -
                                      - -
                                      -
                                      -
                                      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                      - - - -
                                      -
                                      -
                                      ☁️ Versions
                                      - -
                                      - - 35 (latest) - -
                                      - -
                                      - - 34 (stable) - -
                                      - -
                                      - - 33 - -
                                      - -
                                      - - 32 - -
                                      - -
                                      -
                                      -
                                      - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/hu_HU/desktop/options.html b/server/latest/user_manual/hu_HU/desktop/options.html index 0d20e504ecc..844effaaeee 100644 --- a/server/latest/user_manual/hu_HU/desktop/options.html +++ b/server/latest/user_manual/hu_HU/desktop/options.html @@ -83,6 +83,7 @@
                                    • Installation
                                    • Uninstallation
                                    • Using the Synchronization Client
                                    • +
                                    • Using the macOS File Provider
                                    • Using the Command-Line Client
                                    • Command-Line Options
                                    • Configuration File
                                    • diff --git a/server/latest/user_manual/hu_HU/desktop/uninstallation.html b/server/latest/user_manual/hu_HU/desktop/uninstallation.html index 63d0f139ff2..48cf1d5ad1b 100644 --- a/server/latest/user_manual/hu_HU/desktop/uninstallation.html +++ b/server/latest/user_manual/hu_HU/desktop/uninstallation.html @@ -91,6 +91,7 @@

                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/hu_HU/desktop/updatechannel.html b/server/latest/user_manual/hu_HU/desktop/updatechannel.html index b40ce8b7337..ac007bf6f98 100644 --- a/server/latest/user_manual/hu_HU/desktop/updatechannel.html +++ b/server/latest/user_manual/hu_HU/desktop/updatechannel.html @@ -83,6 +83,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/hu_HU/desktop/usage.html b/server/latest/user_manual/hu_HU/desktop/usage.html index b4fe81b069f..f3ce18d9ed7 100644 --- a/server/latest/user_manual/hu_HU/desktop/usage.html +++ b/server/latest/user_manual/hu_HU/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
                                  • General Window
                                  • Using the Network Window
                                  • Using the Ignored Files Editor
                                  • -
                                  • Virtual Files on macOS -
                                  +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • @@ -382,15 +379,6 @@

                                  Using the Network Window -

                                  Virtual Files on macOS

                                  -

                                  For information about using virtual files integration on macOS, see:

                                  - - @@ -398,7 +386,7 @@

                                  Virtual Files on macOS

                                  diff --git a/server/latest/user_manual/hu_HU/objects.inv b/server/latest/user_manual/hu_HU/objects.inv index a6b1a19d3c4..3df0768d0b9 100644 Binary files a/server/latest/user_manual/hu_HU/objects.inv and b/server/latest/user_manual/hu_HU/objects.inv differ diff --git a/server/latest/user_manual/hu_HU/searchindex.js b/server/latest/user_manual/hu_HU/searchindex.js index 52ba5ea4764..920941828cf 100644 --- a/server/latest/user_manual/hu_HU/searchindex.js +++ b/server/latest/user_manual/hu_HU/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u00bb busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How the \u201eEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Tartalomjegyz\u00e9k": [[6, null]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "Be": 12, "Nemo": 20, "S": [9, 80], "_": 8, "__bol": 66, "_italiciz": 66, "aa": 80, "aaa": 80, "ability": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "aborts": 11, "abou": [0, 5, 15, 19, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absen": 40, "absenc": [40, 41, 44, 69], "absences": 41, "ac": 44, "accelerat": 15, "accep": [35, 37, 44, 70], "accept": [37, 41], "acceptanc": [35, 37, 44], "accepting": [41, 73], "access": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessibility": [80, 83], "accessibl": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accidentally": 41, "according": [19, 44], "accordingly": [44, 62], "accoun": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47, 51], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": [16, 21, 36, 41, 42, 44, 62], "actionabl": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [20, 44, 65], "activat": [42, 80], "activities": [19, 59], "activity": [6, 9, 12, 14, 19, 20, 54, 82, 83], "actual": 15, "ad": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "add": [2, 12, 24, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "addit": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": [24, 69], "additions": 42, "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbo": 44, "addressbooks": [42, 51], "addresses": [41, 42, 60], "adds": [5, 41, 42, 44], "adjus": [9, 19, 20, 24, 82], "adjust": [11, 15, 39], "adjustabl": 35, "adjusting": [12, 35], "adjustments": 10, "adjusts": 9, "adm": [13, 14, 24, 42, 44], "administer": 82, "administrat": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrativ": [7, 31, 35, 37], "administrator": [1, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 66, 70, 74, 80, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "advising": 26, "affect": [0, 44], "affecting": 44, "affects": 4, "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": [0, 1, 9, 12, 20, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "agains": [12, 18, 24, 33, 81], "agend": [44, 57], "agendas": 57, "aggregat": 42, "aging": 33, "ai": [6, 66], "aid": 80, "aim": 80, "airplanes": 57, "al": 69, "aliases": [44, 52], "alic": 41, "alig": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allocates": 24, "allow": [7, 8, 12, 15, 20, 24, 29, 33, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowing": [0, 35, 41, 44, 75], "allows": [7, 15, 20, 28, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alm": 14, "almos": 81, "along": [8, 39, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "als": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternativ": [20, 29], "alternatively": [2, 12, 14, 60], "always": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amaz": [20, 27], "amoun": 12, "an": [0, 1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 22, 24, 26, 27, 28, 29, 30, 31, 33, 37, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 61, 62, 63, 65, 71, 73, 74, 75, 76, 77, 81, 82], "analyz": 44, "andro": [6, 20, 25, 38, 43, 53, 73], "anonymous": [23, 30, 56], "anonymously": 20, "another": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyon": [66, 82], "anyt": [28, 62], "anything": [12, 26, 48, 82], "anywh": [44, 46], "ap": [17, 20], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparen": 51, "appdat": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 69, 70, 82], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 19, 21, 36, 44, 64, 66], "appimag": [12, 14, 17], "appimagelauncher": 12, "appl": [15, 19, 20, 36, 41, 44, 48, 49, 83], "applicabl": 10, "applicat": [7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 60, 63, 72], "applications": [6, 17, 41, 42, 48, 49, 82], "applies": [42, 69], "apply": [15, 36, 40, 44], "appointmen": [48, 52], "appointments": 44, "appropriat": [20, 31, 51, 76], "approximately": 9, "apps": [0, 15, 20, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrary": [19, 20], "arch": 8, "archiv": [8, 21], "archives": 14, "are": [19, 41, 60], "aroun": [36, 42], "arrives": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 40, 41, 45, 46, 47, 48, 49, 50, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "asking": 28, "asks": 40, "assig": [36, 58, 69], "assign": [36, 44, 58], "assigning": [20, 21], "assignmen": 58, "assistan": [6, 66], "assistiv": 80, "associat": 19, "assuming": 15, "asteris": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": [36, 44], "attachmen": 41, "attachments": [29, 44, 67, 73], "attemp": [14, 44], "attempting": 10, "attempts": [44, 51], "attende": 41, "attendees": 52, "attent": 10, "attribut": 82, "aud": [21, 62, 72, 73], "aut": [7, 20, 41, 42, 44, 56], "auth": 81, "authenticat": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "authenticates": 20, "authenticator": 81, "author": 10, "authoring": 20, "authorities": 20, "autocomplet": 37, "automat": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autoresponder": 40, "autoupdater": 7, "availability": [19, 40, 69], "availabl": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 41, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 69], "avatars": [42, 44], "avo": 15, "away": [19, 41, 48, 69], "b": [20, 66], "bac": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backen": [1, 27, 54, 64], "backgroun": [16, 19, 27, 60, 72, 80], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badg": [10, 21], "bandwidth": 19, "bann": 69, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bas": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basic": [14, 20, 41, 42], "basicauthl": 20, "basics": 2, "basis": [15, 42], "batch": 42, "batches": 0, "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": 10, "becomes": [42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "bef": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behin": 74, "being": [7, 15, 19, 20, 37, 42, 60], "bell": 83, "belongs": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "bes": [10, 14, 18, 19, 41, 83], "bet": 18, "better": 26, "betw": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyon": 17, "bi": [12, 20, 21, 24, 26, 33, 42], "bidirectional": 25, "big": 41, "binary": [8, 15], "bins": 24, "birthdays": 41, "bits": 14, "bitv": 80, "blacklist": [11, 19], "bloc": [44, 66], "blockquot": 66, "blocks": 41, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "bo": [6, 42, 47, 50], "boards": [2, 43], "bob": 35, "bodies": 44, "bol": 66, "bookabl": 41, "books": [41, 45, 50], "border": 27, "bot": 57, "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bots": [73, 77], "bott": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [19, 20, 44, 51, 62], "boxes": 0, "brand": 7, "breadcrumb": 21, "breakou": [73, 77], "bridg": 74, "bridges": 74, "brief": [5, 56], "brightness": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcas": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "browsers": [6, 20, 81, 83], "browsing": 21, "bsd": 14, "bu": [7, 10, 12, 14, 24, 26, 33, 41, 42, 44, 45, 66, 69, 80, 81, 82], "bubbl": 60, "bubbles": 55, "buckets": 27, "bug": 7, "bugs": [12, 18], "buil": [14, 17, 20, 21, 46], "building": 42, "builds": 18, "bul": 72, "bundl": [7, 43], "bundles": 15, "business": 44, "busy": 40, "butt": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 41, 42, 44, 45, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 35, 41, 42, 65, 69, 72, 80], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 35, 37, 41, 42, 44, 46, 47, 48, 50, 52, 53, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "bytes": [9, 11, 20], "c": [12, 20, 80], "ca": [19, 20], "cach": 33, "caches": 17, "calculat": 33, "calculates": 24, "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 6, 33, 40, 42, 43, 46, 48, 49, 50, 52, 68, 69, 73, 83], "calendars": [2, 44, 45, 46, 48, 52], "call": [4, 6, 10, 20, 38, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80, 82], "calls": [6, 60, 69, 70, 73, 77], "cam": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellations": 41, "cann": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabilities": 20, "capabl": 20, "capt": 56, "captions": 76, "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "caref": 12, "carl": 8, "carries": 20, "carry": 15, "cas": [7, 12, 14, 20, 26, 42, 45], "cases": [48, 62, 69, 82], "catching": 19, "categories": 45, "category": 0, "caus": [19, 80], "causes": 80, "caut": 9, "cellular": 48, "center": 20, "centos": 20, "central": 69, "centres": 65, "cert": [11, 31, 42, 44, 76], "certificat": [8, 20, 47], "certificates": [20, 49], "certs": 20, "cfg": [7, 9, 12, 17], "chai": 21, "challenging": 41, "chang": [4, 10, 14, 15, 19, 20, 25, 36, 37, 40, 41, 48, 51, 55, 58, 69, 72, 82, 83], "changes": [0, 6, 8, 9, 10, 15, 19, 21, 28, 29, 36, 41, 42, 44, 58, 80, 81], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapter": [14, 20], "char": 15, "character": [19, 44], "characters": [19, 44], "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "chec": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 44, 60, 62, 69], "checkboxes": [42, 44], "checking": 9, "checklists": 69, "checkmar": [19, 41], "checks": [7, 24, 44], "chips": 83, "chmod": 20, "choic": [12, 37, 64], "choices": 56, "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chos": [15, 37, 41, 44], "chow": 20, "chrom": [20, 83], "chromiu": [20, 83], "chronological": [0, 21], "chronologically": 44, "chun": [9, 11], "chunksiz": 9, "cifs": 27, "cinn": 20, "circl": [15, 19, 69], "circles": [19, 35], "circular": [39, 42], "circumstances": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classificat": 44, "cle": 12, "cleaner": 44, "clear": [19, 20, 69], "clears": 16, "clic": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": [41, 72], "clien": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 20, 25, 31, 38, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 41, 42, 54, 73, 81], "clipboar": [41, 51], "cloc": [66, 81], "clos": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80], "closely": 82, "closing": 19, "clou": [15, 20, 21, 35, 41, 70], "cloud": 70, "cmd": 8, "cod": [14, 38, 41, 45, 66, 81], "codec": 21, "codes": 6, "cohesiv": 5, "collaborat": [2, 6, 30, 42], "collaborativ": 35, "collaboratively": [2, 3], "collaps": [19, 44, 80], "colleagues": 41, "collect": [20, 41], "collectiv": [2, 5], "collectively": 5, "collectives": [4, 5, 6], "color": [27, 41, 80], "colu": [21, 66], "columns": 60, "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73, 80], "comes": [41, 44, 48], "comman": [6, 12, 13, 14, 17, 36, 57], "commands": [17, 73, 77], "commen": [21, 41], "comments": 51, "commercial": 29, "communicat": 11, "communicating": 69, "communities": 3, "community": [8, 14, 20, 41], "comp": 10, "companies": 7, "compatibility": [12, 21], "compatibl": [11, 27, 41, 44, 81], "complet": [1, 14, 17, 20, 28, 29, 42, 43, 45, 66, 69], "completely": [9, 62], "complex": 41, "complian": [53, 80], "complianc": 62, "complicat": 24, "componen": 19, "components": 19, "compos": 80, "compromis": 26, "computer": [13, 20, 21, 24, 25, 46, 53], "computers": [5, 7], "concretiz": 41, "conditions": 42, "conf": [7, 9, 12, 17, 20, 24], "confdir": 16, "configu": [0, 14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configur": [1, 14, 15, 19, 24, 31, 33, 41, 44, 49, 59, 60, 69], "configurat": [6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 26, 27, 35, 36, 37, 42, 44, 74, 82], "configurations": [11, 31, 52], "configures": 27, "configuring": [6, 20, 27, 45, 54], "confir": [12, 28, 41, 42, 44, 45, 47], "confirm": 41, "confirmat": [9, 19, 28, 41, 69], "confirming": 41, "confirms": [27, 28, 41], "conflic": [10, 41], "conflict": 10, "conflicting": 10, "conflicts": [6, 13, 41], "confus": 10, "congratulations": [2, 5], "connec": [12, 14, 20, 21, 25, 27, 54, 81], "connect": [1, 6, 12, 15, 19, 20, 26, 27, 28, 41, 45, 46, 48, 51, 74, 81], "connecting": 20, "connections": [9, 11, 20, 27, 49, 54, 82], "connectivity": [15, 20], "consen": 60, "consider": [17, 20], "considerabl": 12, "considerat": 17, "considerations": 6, "consisten": 15, "consisting": 43, "consol": 20, "cont": [8, 10, 12, 41, 44], "contac": [20, 27, 31, 41, 44, 45, 47, 80, 82, 83], "contacts": [0, 6, 33, 41, 43, 46, 48, 49, 52, 82, 83], "contain": [19, 44], "containers": [9, 17], "containing": [8, 10, 12, 19, 42, 44], "contains": [0, 9, 10, 12, 19, 21, 39, 44, 60, 72], "conten": [1, 2, 5, 8, 12, 15, 20, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 35, 41], "contex": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "continually": 12, "contrary": 8, "contras": 80, "control": [20, 30, 32, 33, 36, 41, 53, 57, 60, 69, 82], "controll": [7, 11], "controlling": 7, "controls": 60, "convenien": 0, "convenienc": 19, "conversat": [1, 35, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 35, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "cop": [5, 44], "copies": 15, "copy": [0, 10, 12, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correc": [20, 81], "correctly": [15, 20], "correctness": 19, "corresponding": [0, 41, 44], "coul": [26, 27, 41, 44], "coun": [24, 33], "count": [24, 33], "counter": 70, "country": 41, "counts": 33, "cover": 69, "covers": 42, "cowor": 2, "cp": 20, "crashreporter": 17, "creat": [0, 2, 10, 14, 15, 18, 19, 20, 21, 25, 26, 28, 29, 33, 35, 36, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 71, 74, 76, 77, 78], "creates": [10, 12, 21, 39], "creating": [12, 19, 44, 54, 59, 82], "credentials": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "curren": [1, 4, 14, 15, 19, 20, 21, 25, 35, 44, 60], "currentcontrols": 20, "currently": [1, 15, 19, 24, 38, 39, 41, 42, 58, 60, 66], "currentvers": 12, "cursor": [2, 41], "cust": [15, 19, 41, 44, 69, 80, 83], "customers": 18, "customis": [60, 83], "customisabl": 83, "customiz": [20, 41, 44, 55], "cutt": 19, "cycles": 12, "cycling": 19, "d": [20, 41, 56], "daily": [18, 41], "dangerous": 26, "dar": 80, "dashboar": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 26, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 48, 53, 59, 66, 69, 76, 83], "databas": [26, 33], "dates": [12, 41], "dav": [20, 45, 47, 48], "davdro": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 39, 41, 69, 82], "daygridmonth": 41, "days": [24, 33, 39, 41, 44, 59, 83], "db": 8, "deb": [8, 19, 20], "debug": 16, "dec": [5, 41, 42, 43, 44, 56, 66], "decides": 15, "decimal": 20, "declin": [35, 41, 44, 60, 70], "declining": [41, 60], "decorations": [15, 66], "decryp": [26, 38], "decrypt": 38, "decrypts": 26, "dedicat": [15, 20, 44, 45, 50, 69], "deem": 19, "deeply": 12, "defaul": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defaults": [8, 21, 41], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delay": 15, "delet": [0, 1, 9, 10, 17, 19, 21, 27, 28, 30, 32, 33, 36, 39, 42, 58, 59, 66, 69, 80], "deletes": [24, 39], "deleting": [9, 15, 17, 24, 41, 44], "deny": 54, "depen": [44, 82], "depending": [0, 19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "depends": [12, 17, 20, 21, 27, 41], "deploymen": [7, 14, 18], "depth": 20, "descendants": 15, "descr": 7, "describ": [41, 77], "describes": 11, "describing": 41, "descript": [5, 41, 56, 59, 69, 72, 76], "deselec": 20, "desig": 80, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclien": [9, 17], "destinat": [20, 21], "detail": 41, "details": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detec": 41, "detect": [9, 15], "detects": 44, "determin": [41, 44], "developer": 13, "developmen": [18, 80], "devic": [6, 15, 20, 41, 45, 60, 72, 81, 83], "devices": [6, 20, 38, 41, 53, 60, 69, 72, 81], "devs": 8, "di": [12, 26, 44, 60], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "dialogu": [2, 41], "dialogues": 46, "diasp": 42, "dic": 57, "differen": [0, 7, 20, 21, 35, 41, 42, 44, 69, 70, 81], "differenc": 41, "differences": [8, 10], "differently": 19, "dig": [20, 35], "diges": 0, "direc": [20, 28, 35, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_creat": 8, "dirnam": 16, "dis": [15, 20, 26, 33, 39], "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disables": 26, "disabling": 15, "disallow": 7, "disappear": 42, "disappears": 60, "disconnec": 54, "disconnections": 20, "discor": 74, "discover": [41, 45, 69, 78], "discoverabl": 59, "discovery": [9, 15, 47, 50], "discuss": [19, 76], "discussions": [44, 58, 60, 69, 76], "dismiss": 79, "dismisses": 60, "display": [1, 12, 20, 21, 37, 38, 41, 42, 46, 51, 60, 66, 82], "displaying": [16, 44], "displays": [15, 16, 19, 20, 21, 44], "distr": 12, "distribut": [14, 20, 41, 62], "distributions": [7, 9, 14], "disturb": [19, 41, 66, 69], "div": [58, 60], "dividers": 66, "do": [0, 7, 8, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "documen": [5, 12, 15, 21, 80], "document": [20, 25, 80], "documentat": [1, 14, 20, 24, 31, 33, 35, 37, 57, 74], "documents": [1, 2, 8, 21, 46, 82], "does": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 46, 48, 49, 54, 59, 81], "doing": [9, 44], "dolph": 19, "dom": [20, 44, 47], "domains": 44, "don": [5, 12, 26, 38, 39, 41, 42, 46, 48, 51, 56, 66, 72, 80], "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": [19, 35, 44], "doubl": [12, 14, 63], "dow": [0, 12, 20, 50, 69, 76], "downlo": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "download": [7, 20], "downloading": [15, 19, 21, 35], "downloads": [7, 10, 11, 21, 60], "downwar": 15, "draf": [44, 56], "drafts": 56, "drag": [21, 56], "drif": 81, "driv": [20, 36, 41], "drive_path": 20, "driver": 20, "dro": 45, "drop": [12, 20, 21, 35, 56], "dropdow": [20, 27, 49, 82], "du": [12, 15, 35, 37], "durat": [9, 41], "durations": 69, "during": [19, 40, 41, 44, 51, 62, 64, 72], "dwor": [7, 20], "dynamic": 9, "dynamically": 9, "dyslex": 80, "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easier": 66, "easily": [5, 44, 76], "easy": [2, 5, 20, 26], "ech": 12, "ed": [7, 15, 19, 20, 21, 28, 38, 56, 66, 72, 76, 83], "edg": [8, 20, 83], "edit": [33, 41], "editabl": 42, "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "effec": [28, 35], "effectively": 81, "efficien": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "elemen": [58, 60, 80], "elements": [66, 80], "eliminat": 41, "els": [10, 14, 60, 72], "elses": 42, "elsewh": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "emb": [2, 41], "embedd": [41, 42], "embedding": 41, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 41, 42, 44], "en": [19, 20, 26, 30, 34, 35, 41, 44, 62, 80], "enabl": [0, 1, 4, 7, 9, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 38, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "enables": [10, 19, 20, 25, 26, 42, 60], "enabling": [15, 44, 62], "encoding": 20, "encounter": 20, "encryp": [26, 38], "encrypt": [6, 20, 27, 30, 33, 47, 49], "ends": [40, 41, 57, 62, 69], "engag": 41, "enhanc": 66, "enough": 12, "ensu": [15, 20, 24, 41, 44, 80], "ensures": [7, 15], "ent": [21, 41, 44], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entering": 46, "enterpris": [18, 53], "enterprises": 53, "entirely": [7, 11, 15, 31], "entities": 42, "entries": [0, 19, 21], "entry": [0, 1, 2, 20, 21, 42, 82], "env": 16, "envelopes": 44, "environmen": [6, 8, 10, 13, 20], "equivalen": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47], "errors": [19, 51, 80], "esc": 60, "escap": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "ev": [2, 9, 10, 15, 41, 69, 71, 80, 82], "even": [0, 26, 40, 42, 51, 59, 69], "events": [0, 42, 52, 69, 83], "every": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everything": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evicting": 15, "evolut": 46, "ex": [12, 19, 20, 44], "exac": [21, 44], "exactly": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 70, 79, 80, 81], "examples": [20, 57], "exce": [24, 33, 39], "exceeds": 20, "excellen": 29, "excep": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "excludes": 19, "excluding": 19, "exclusiv": 44, "execut": [1, 38, 44, 57], "exis": [20, 59, 69], "existen": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exits": 8, "expan": [20, 44], "expand": 80, "expands": 19, "expect": [19, 44], "expects": 2, "experienc": [18, 20, 44, 60, 83], "experimental": 9, "expirat": [24, 35, 39], "expires": 39, "explains": 20, "explanatory": 42, "explic": 62, "explicitly": [8, 27], "explorer": [10, 19], "expor": [42, 52, 56], "expos": 26, "ext": 12, "exten": [66, 69], "extens": [12, 15, 20, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "ey": 19, "eyes": 80, "f": [17, 45, 60, 72, 80, 83], "facing": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "factors": 81, "fail": [7, 12, 20, 44], "fails": 20, "failu": [9, 12], "falls": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastes": 42, "fatal": 11, "favor": 57, "favorit": [21, 44, 80], "favorites": [0, 21, 42], "fe": 6, "feasibl": 14, "featu": [17, 18, 20, 21, 26, 40, 41, 42, 44, 50, 62, 70, 74, 79], "features": [2, 7, 9, 12, 18, 19, 21, 42, 44, 60, 70, 82], "fed": [8, 20], "federat": [6, 23, 30, 73, 82], "fedoraprojec": 8, "feeds": 60, "fetch": 41, "few": [26, 42, 48, 62, 81], "fi": [65, 80], "fid": 81, "fido2": 81, "fiel": [1, 2, 19, 20, 21, 28, 36, 37, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44, 51], "figu": [1, 36], "fil": [0, 6, 7, 8, 10, 11, 12, 13, 16, 17, 22, 23, 24, 25, 26, 28, 30, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 53, 56, 60, 62, 66, 71, 72, 76, 80], "fileint": 44, "filenam": [16, 19], "filenames": [26, 29], "files": [3, 6, 7, 8, 9, 10, 11, 13, 14, 17, 25, 28, 31, 33, 35, 37, 38, 39, 41, 42, 46, 53, 60, 62, 66, 68, 73, 83], "files_versions": 39, "filesizelimitinbytes": 20, "filesyst": 20, "filing": 41, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [0, 1, 21, 36, 42, 59, 83], "filtering": 69, "filters": [0, 36, 44, 69, 76, 83], "fin": [12, 14, 19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "final": 41, "finaliz": 69, "finally": [20, 41], "finder": [17, 19, 20], "finding": 41, "finds": 37, "finish": [5, 20, 28, 41, 45, 50, 52], "finishes": 1, "firefox": [20, 83], "firs": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fix": [14, 48], "fixes": 7, "flag": 44, "flagg": 44, "fledg": 50, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "focus": [14, 44, 55, 58, 60, 80], "folder": [0, 4, 8, 10, 11, 14, 15, 17, 19, 20, 21, 24, 26, 27, 29, 33, 35, 36, 37, 41, 82], "folders": [8, 9, 14, 15, 17, 19, 25, 26, 27, 35, 36, 37, 38, 42, 44, 53], "foldersync": 20, "follow": [0, 1, 5, 14, 18, 19, 20, 28, 35, 51, 80], "following": [7, 8, 12, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 45, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "fon": 80, "for": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinter": 9, "forever": 41, "forg": [5, 26], "formal": 42, "formats": [15, 21], "formatt": 44, "formatting": 5, "formerly": 45, "forth": [1, 41], "forwar": [69, 76], "forward": 41, "foun": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framewor": 7, "fre": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "freeing": 15, "frequen": 20, "friends": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "fron": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fu": 5, "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinter": 9, "fullscr": 80, "fully": [15, 20, 25, 38, 80], "funct": [20, 29], "functionality": [7, 20, 42], "functions": 81, "further": [10, 20, 38, 41, 44, 82], "futu": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "gallery": 26, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "general": [7, 9, 12, 41, 77], "generally": 41, "generat": [1, 41, 44, 45, 46, 48, 49, 52, 54, 66, 81], "generic": 45, "ger": 80, "gestures": 63, "get": [20, 26, 41, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodif": 20, "gets": [10, 24, 37, 39, 42, 81], "getting": [3, 6], "gifs": 66, "gigabytes": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [2, 5, 35, 39, 41, 44, 60, 62, 63], "gives": [1, 54], "giving": [0, 12], "glanc": 36, "glo": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gon": 41, "googl": [41, 45, 81, 83], "got": 18, "gran": [14, 41, 44, 45, 60, 63], "grant": 60, "granular": 41, "gravatar": 42, "gray": [19, 41], "gre": [19, 27, 60, 72], "grey": [19, 60], "group": [0, 7, 17, 20, 41, 42, 44, 45, 58, 82, 83], "groups": [3, 26, 33, 41, 44, 45, 52, 56, 58, 60, 69], "groupw": [6, 41, 42, 48, 52], "gu": [8, 14, 27, 45, 47, 49], "guar": 12, "gues": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "guidanc": 31, "guidelines": 80, "gvfs": 20, "h": [8, 16, 20], "had": 19, "halts": 44, "han": [5, 19, 80], "handl": 44, "handler": 12, "hands": 60, "handy": 69, "happ": [10, 15, 41], "happen": 0, "happening": 0, "happens": [5, 15, 41], "happy": 19, "har": [12, 20, 41], "harder": 35, "hardw": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "hav": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "he": [2, 15, 44, 50, 66, 69, 72], "header": [20, 21, 41, 44, 58, 80], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "helpf": [33, 82], "helping": 41, "helps": [42, 57], "hesitat": 80, "hid": [4, 8, 29, 35, 44, 72], "hides": [35, 55], "hierarchical": 2, "hierarchy": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "history": [6, 20, 21, 39], "hkey_classes_r": 12, "hkey_current_user": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizontal": [2, 44], "hos": 9, "host": 20, "hostnam": 20, "hour": [0, 39, 41, 69], "hourly": 0, "hours": [12, 16, 39, 69, 76], "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "however": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "i": [2, 16, 20, 47], "ic": [0, 1, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "ical": 41, "icalendar": 41, "iclou": [41, 51], "icons": [9, 60], "ics": 44, "icsdro": 45, "icsx\u2075": 45, "id": 82, "ide": 10, "ideal": 79, "ideally": 54, "ideas": 69, "ideat": 42, "identical": [26, 44], "identifier": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "ifram": 41, "ign": [8, 19], "ignor": [12, 41], "ignoring": 19, "illustrates": 24, "imag": [1, 21, 26, 60], "images": [21, 60], "imagin": 10, "imap": 43, "immediately": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implemen": 20, "implement": [25, 42], "implementat": 20, "implements": 44, "implic": 20, "impor": [12, 20, 42, 44, 52, 56], "import": 41, "importan": [2, 15, 20, 38, 44, 69, 76, 80, 81, 83], "importanc": 44, "importing": [41, 44], "impos": 15, "improv": [20, 44], "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "includ": [6, 8, 20, 21, 41, 82], "includes": [10, 19, 26, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrec": [9, 19], "increas": [15, 20, 31, 80], "increases": 20, "increasing": 11, "incremen": 41, "increments": 41, "independen": [0, 12, 41], "index": [26, 41], "indexer": 12, "indicat": [19, 20], "indicates": [19, 60], "indicating": 51, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "individuals": [26, 53], "inf": 36, "influenc": [11, 41], "infor": [7, 41], "inform": [37, 41, 59], "informal": 42, "informat": [8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informing": 7, "informs": 62, "infos": 41, "inherit": 42, "inhibits": 8, "initial": [35, 48], "initializ": 26, "initiat": 35, "inlin": [36, 66], "inotify": 12, "inpu": [1, 19, 56, 66, 80], "inputs": 41, "ins": [21, 24, 27, 41, 48, 59, 77, 80], "inser": [1, 2, 66], "insert": [1, 44], "inserting": 72, "instagr": 42, "install": [0, 1, 7, 12, 15, 17, 19, 20, 41, 42, 44, 45, 52, 60, 73, 74, 75, 83], "installat": [6, 13, 20, 48, 57], "installations": 28, "installer": 12, "installing": 20, "instan": [59, 69], "instanc": [0, 12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 41, 43, 70, 82], "instantly": 69, "inste": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [20, 21, 51, 57, 74], "int": [1, 7, 10, 12, 14, 15, 17, 20, 21, 24, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "integrat": [12, 19, 46, 49, 57, 66, 68, 73, 74, 75, 77], "integrates": [19, 44, 46], "integrating": [67, 73], "integration_open": 44, "integrations": 66, "intelligen": 15, "intelligenc": 1, "intentionally": 12, "inter": [9, 12], "interact": 44, "interacting": [67, 73], "interactiv": [8, 14], "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfaces": 43, "interferes": 7, "intern": [20, 48, 49], "internal": [19, 41, 69], "interoperabl": 41, "interrupt": 69, "introduc": [19, 41], "introduct": 6, "introductory": 5, "intruder": 26, "inv": 8, "inval": [8, 54], "invisibl": [19, 36, 41], "invit": [42, 59, 70, 72], "invitat": [41, 45, 72, 73], "invitations": 42, "invites": [42, 70], "inviting": 70, "involv": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [15, 25, 26, 80], "issues": [14, 44, 66, 80], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italiciz": 66, "items": [15, 21, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 25, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "jo": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "jobs": 11, "joh": 20, "join": [60, 69], "joinabl": 58, "joining": [61, 62, 73], "jok": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "jus": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbo": 48, "kalendar": 48, "kan": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13, 39], "kep": [15, 26, 42, 44], "key": [7, 28, 41, 42, 46, 72, 81, 83], "keyboar": [6, 60, 72], "keych": 49, "keynot": 15, "keyring": 14, "keys": [26, 33], "keywords": 8, "kfy9lek5sm928xp": 20, "know": [28, 41, 45, 81], "knowledg": [2, 3, 12], "kontac": [6, 43], "korganizer": 48, "kubuntu": 19, "kwall": 14, "label": [20, 28, 51], "labell": [41, 51], "labels": [28, 36], "landing": [2, 42], "languag": [1, 44, 64, 82], "languages": 44, "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "las": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "lates": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchagents": 17, "launchp": [8, 17], "layou": [60, 61, 73], "ldap": 26, "le": [2, 16, 21, 26, 35, 36, 41, 60, 62, 69, 80], "leading": [4, 20], "lear": [2, 21, 24, 26, 42, 46, 48, 49], "learn": 2, "learns": 15, "leas": [1, 39, 42], "leav": [21, 40], "leaving": [20, 44], "lef": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmos": 60, "legen": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [5, 7, 41, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencryp": 47, "letter": 20, "letting": 44, "li": [0, 2, 5, 7, 15, 19, 20, 21, 26, 28, 29, 41, 42, 44, 47, 56, 57, 59, 60, 66, 69, 70, 72, 74, 80, 81], "library": [9, 17], "likely": [19, 26, 44], "liking": 80, "lim": [12, 19, 20, 24, 31, 39, 41, 69, 83], "limit": [12, 15, 31, 37, 42, 69], "limitat": 20, "limitations": 15, "limits": [20, 31], "lin": [6, 7, 12, 13, 14, 17, 19, 28, 36, 41, 66], "lines": 19, "links": [14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "lis": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "list": [1, 12, 29, 41, 42, 60, 82], "listday": 41, "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 45, 66, 69], "listwe": 41, "littl": [19, 24, 33, 56, 72], "liv": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "llms": 44, "lo": [33, 35, 38, 41, 42, 44, 47, 55, 77, 80, 81, 83], "lobby": [73, 77], "loc": 82, "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 15, 56], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "log": [8, 9, 14, 16, 19, 20, 21, 42, 44, 45, 46, 50, 51, 54, 80, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexp": 16, "logfil": 16, "logflush": 16, "logg": [14, 44, 82], "logging": [6, 19, 20, 29, 83], "logins": 20, "logs": [16, 20, 51], "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "los": [6, 19, 26, 38], "losing": 81, "lot": 10, "loudspeaker": 60, "lower": 80, "lowes": 42, "lst": [8, 19], "lts": 14, "luminosity": 80, "m": [60, 72, 80], "mac": 19, "machin": [7, 8, 10], "machines": 8, "macos": [6, 9, 13, 25, 42, 43, 51], "mad": [41, 42, 45, 47], "magic": [5, 24], "magically": 26, "mai": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "maint": 42, "maintain": 14, "major": 14, "mak": [12, 17, 20, 24, 25, 26, 29, 35, 39, 41, 42, 47, 49, 58, 60, 82], "makes": [5, 10, 20, 28, 66, 74], "making": [9, 19, 20, 23, 30, 41], "manag": [5, 6, 14, 15, 21, 26, 27, 36, 41, 42, 44, 51, 57, 77, 81, 82], "managemen": [12, 20, 24, 33, 36, 43], "manager": [5, 14, 17, 21, 46, 50, 56], "managers": [7, 14, 20], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "manner": [8, 41], "manual": [6, 7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manually": [7, 12, 20, 24, 29, 39, 44, 45, 50, 58, 62, 79], "many": [12, 26, 41], "map": 20, "mapp": 20, "maps": 20, "mar": [15, 19, 21, 27, 44, 54, 66, 77], "markdow": [3, 6, 69], "marketing": [41, 82], "marking": 44, "marks": 27, "mast": 42, "master": 26, "mat": 20, "match": [12, 19, 42, 44, 83], "matches": [7, 44], "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matu": 50, "max": 8, "max_user_watches": 12, "maxchunksiz": 9, "maximu": [8, 9, 11, 20, 24, 41], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mb": [9, 11], "mdn": 21, "me": [26, 41, 44, 81], "meaning": [9, 44], "means": [15, 19, 20, 27, 41, 44], "meanwhil": 42, "mechanis": 7, "med": [8, 21, 42, 60, 62, 69], "meeting": [57, 59, 72, 83], "meetings": 69, "meets": [24, 39], "megabyt": 31, "member": [42, 69], "members": [2, 5, 20, 35], "membership": 42, "memberships": [42, 82], "memory": [1, 24], "mention": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merg": 42, "messag": [1, 19, 20, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 76, 80, 81], "messages": [1, 6, 16, 19, 43, 57, 67, 73, 83], "met": 24, "metadat": [19, 33], "meth": [7, 20, 27, 28, 45, 58, 81], "methods": [7, 20, 41, 42], "mib": 11, "microphon": [60, 72, 80], "microsof": [9, 12, 14, 83], "middl": 66, "migh": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "milliseconds": 9, "mim": 12, "min": [9, 20, 41], "minchunksiz": 9, "minimal": 18, "minimu": [9, 11, 42, 83], "minut": [9, 39, 41], "minutes": [26, 27, 39, 48], "missing": 21, "mitigat": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mo": [0, 2, 5, 7, 11, 12, 14, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "mod": [42, 60, 66, 69, 80], "modal": [41, 83], "modals": 80, "model": [1, 44], "moderat": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modes": 44, "modif": [0, 21, 42], "modificat": [12, 19], "modifications": 42, "modify": [0, 19, 20, 42, 60], "modifying": [19, 31], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "month": 41, "moreover": 41, "morning": 0, "mos": [18, 19, 26, 41, 44, 48, 74, 83], "moun": [20, 21, 27, 28, 35], "mount": 20, "mounting": 20, "mounts": 27, "mous": [2, 63, 80], "mov": [0, 9, 20, 21, 24, 52, 58, 69, 80], "moves": 44, "movetotrash": 9, "moving": 44, "mozill": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "mtimes": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "mus": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "music": 8, "mut": [60, 72, 80], "mutes": 60, "mutually": 44, "my": [2, 20], "my_sync_folder": 8, "mycertificat": 20, "mydat": 10, "mynextclou": [20, 48], "n": [8, 56], "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "names": [8, 60], "narrow": [0, 76, 83], "nativ": 20, "natively": 50, "naturally": 42, "nautilus": [19, 46], "navigat": [0, 1, 20, 21, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76, 80, 83], "navigating": 6, "navigator": 20, "nc": [12, 35], "nc_passwor": 8, "nc_user": 8, "near": [21, 50], "nearly": 10, "necessary": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 11, 12, 14, 17, 20, 26, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 76], "needing": [15, 42], "needs": [10, 15, 20, 28, 41, 42, 70], "nemo": 19, "nest": 12, "net": [8, 20], "netrc": 8, "networ": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "networks": 42, "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newes": 44, "newly": [12, 15, 41], "newsletters": 44, "nex": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextclou": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcm": 8, "nextcloudpasswor": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nigh": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noaut": 20, "nobody": [69, 82], "non": [2, 8, 9, 14, 20, 44, 47, 49, 51, 82], "normal": [7, 9, 19, 66], "normally": [26, 41, 44], "not": [0, 2, 4, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 31, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notes": [2, 41, 69], "nothing": 26, "notic": [10, 41], "notif": [0, 41, 69, 72, 76], "notificat": [1, 6, 7, 19, 35, 37, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinter": 9, "notifications": [0, 6, 9, 10, 19, 60, 66, 76, 82, 83], "notifies": 10, "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "ns": 20, "number": [11, 19, 28, 35, 41, 44, 58, 60, 69], "numbers": [15, 42], "objec": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": 26, "occurr": [0, 10, 20], "occurs": [41, 44], "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 33, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 41, 80], "offers": [7, 19, 20, 21, 41, 44, 60, 73], "offic": [6, 12, 20, 21, 41, 43, 69], "officially": 14, "offlin": [15, 19, 20, 27], "oft": [0, 41], "ok": 20, "ol": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldes": [24, 33, 39, 44], "om": 20, "on": [0, 1, 2, 5, 7, 8, 9, 10, 11, 15, 17, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboar": [2, 3, 6], "onboards": 5, "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "ones": [8, 41, 45, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "ont": [21, 52], "op": [0, 1, 2, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "open": [7, 15, 19, 69], "opendyslexic": 80, "opening": [2, 15, 16, 41, 60], "opens": [10, 12, 15, 16, 19, 20, 21, 29, 37, 42, 44, 60, 83], "openstac": [20, 27], "opensus": [14, 20], "opentasks": 45, "operat": 11, "operating": [7, 12, 17, 20, 53], "operations": [19, 20], "operators": 44, "opportunity": 12, "opt": [0, 12, 16, 19, 20, 21, 26, 28, 33, 35, 36, 41, 42, 44, 45, 48, 56, 60, 62, 63, 72, 76], "optimiz": 20, "optional": [20, 26, 40, 41, 44], "optionally": [41, 45], "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 20, 21, 26, 35, 58, 60, 69, 72, 82, 83], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 31, 33, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [0, 2, 3, 76], "organizations": 42, "organizer": [41, 44], "organizing": 5, "original": [33, 44, 64], "os": 8, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 26, 27, 28, 29, 33, 35, 37, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 19, 25, 40, 41, 44, 69, 74, 82], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outboun": 35, "outgoing": 44, "outlin": 15, "outlining": 57, "outlo": 41, "outpu": [1, 8, 16], "outs": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overall": 80, "overflow": [19, 27], "overflows": 65, "overhauls": 12, "overhe": 20, "overlapping": 41, "overr": [7, 24, 33], "overrides": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "ow": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "ownclou": [27, 28, 35], "owncloud_blacklist_time_m": 11, "owncloud_blacklist_time_max": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_bytes": 11, "owncloud_free_space_bytes": 11, "owncloud_http2_enabl": 11, "owncloud_max_paral": 11, "owncloud_timeou": 11, "owncloud_upload_conflict_files": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "owners": 26, "ownership": [23, 30, 42], "owns": 41, "p": 8, "packag": [7, 8, 14, 17, 19, 20], "packages": [8, 14], "pag": [2, 7, 14, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 80, 82, 83], "pages": [2, 4, 15, 35, 41, 77], "pan": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "par": [5, 12, 20, 42, 44, 60, 69], "paral": [11, 15, 19], "parameters": [20, 52], "paren": [19, 21, 42, 58], "participan": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participat": 41, "particular": [0, 58], "parts": 2, "party": [12, 26, 41, 70], "pas": 69, "pass": [8, 20, 39], "passkey": 83, "passwor": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [6, 81], "past": [41, 51], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoin": 20, "patter": [8, 19, 39, 44], "patterns": 19, "paus": 19, "pauses": 19, "pc": 20, "pdf": 21, "peers": 2, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 19, 24, 33, 41, 42, 45, 59, 60, 69, 76, 83], "perfectly": 18, "perfor": [7, 9, 20, 42, 44], "perform": 44, "performanc": [20, 44, 64], "performs": 8, "periodic": 27, "perm": 20, "permanently": [4, 12, 15, 24, 41, 69], "permiss": [57, 60, 63], "permissions": [20, 37, 42, 45, 60, 69], "pers": [10, 41, 69, 83], "persist": 9, "persisten": 20, "persists": 27, "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "petersteier": 12, "phon": [42, 45, 60, 69, 81, 82], "phot": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": [20, 81], "pi": [15, 46, 50, 76], "pic": [37, 41, 46, 48, 56, 69, 80], "picker": [1, 21, 29, 36, 37], "pickers": 6, "pictu": [5, 82, 83], "pictures": 42, "pinn": 76, "pkgs": 8, "plac": [1, 2, 7, 8, 20, 24, 41, 42, 53, 69], "places": [20, 65, 83], "plai": [20, 21, 54], "plan": [20, 41, 48], "planning": 41, "plasm": 48, "platfor": 17, "play": [21, 45, 62], "playbac": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plis": 17, "plus": [41, 42], "poin": [14, 20, 44, 45, 83], "pointing": [10, 27, 44], "policies": 7, "poll": [9, 15, 56], "pop": 7, "pop3": 43, "popover": 80, "popular": 41, "populat": 19, "popup": 41, "por": [8, 9, 20, 44, 47], "portabl": 20, "pos": 51, "posit": 42, "possibility": [20, 38], "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "posts": 57, "potential": 44, "power": [1, 48], "powers": 24, "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigurat": 14, "predefin": [19, 41, 44, 60], "prefer": [14, 20, 44, 51], "preferenc": 41, "preferences": [0, 6, 9, 17, 41, 44, 45, 52, 81], "preferr": [7, 20, 82], "prep": [41, 62], "prepar": 66, "preparat": [18, 41], "preselect": 2, "presen": [7, 27], "presentat": 21, "presenter": 63, "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 83], "pressing": [5, 46, 66, 72], "pretty": 26, "preven": [7, 24, 35, 41, 42, 82], "prevent": 69, "prevents": 7, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [0, 1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principals": [47, 51], "prior": 7, "privacy": [38, 44, 53, 62, 83], "privat": [41, 82], "privately": 66, "privileges": 7, "pro": 81, "probably": 20, "probl": [12, 81], "problems": 11, "proc": 12, "proce": 44, "procedu": 50, "process": [8, 12, 39, 41, 44, 52, 62], "processes": [8, 44], "produc": [9, 19], "produces": 21, "productivity": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "progr": [12, 14], "programs": 17, "progress": [15, 19, 60], "projec": 43, "promot": [65, 69], "promp": [8, 9, 14, 20, 81], "prompt": [14, 51, 60, 63, 72], "promptdeleteallfiles": 9, "proofs": 81, "prop": 20, "propagat": 35, "propagates": 8, "properly": [12, 20, 49], "properties": [20, 42], "propertyhandlers": 12, "propertysyst": 12, "propfin": 20, "proposal": 52, "proposes": 44, "propst": 20, "protec": [26, 35, 81], "protect": [20, 35, 42, 69], "protecting": 38, "protocol": [12, 20, 27, 47], "protocols": [50, 74], "prov": [0, 7, 8, 12, 14, 15, 20, 31, 41, 44, 57, 69, 70], "provider": [1, 14, 15, 20, 26, 64], "providers": [26, 53], "provides": [0, 1, 12, 14, 15, 19, 20, 21, 38, 41, 42, 53, 69], "providing": [26, 55, 56], "provision": 44, "provisioning": 14, "proxy": [8, 9, 19], "pu": 69, "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "publish": [41, 82], "pull": 41, "purpos": 26, "purposes": 40, "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rules": 16, "qu": 17, "quality": 80, "quest": 19, "questions": 8, "quic": [2, 19, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 44, 69, 83], "quot": [20, 24, 30, 32, 82], "quotas": 33, "quotes": 66, "r": [51, 60, 80], "rad": 42, "rais": [11, 80], "rand": 35, "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rat": [41, 48], "rather": [20, 50], "re": [5, 8, 12, 20, 21, 26, 27, 28, 33, 35, 38, 41, 42, 44, 69, 82], "reach": [27, 40, 41, 44, 80], "reaches": 69, "react": 60, "reader": 0, "readers": 80, "reading": [15, 80], "reads": 9, "ready": [18, 27], "real": 64, "reappears": 45, "rearrang": 83, "reas": [47, 69], "reasons": 42, "reb": 20, "reboots": 20, "receiv": [0, 1, 20, 29, 41, 44, 60, 66, 70, 72, 76, 81], "receives": [28, 37, 62], "receiving": [35, 44, 64, 70], "recen": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "rechec": 27, "recipien": [24, 28, 35, 41], "recipients": 44, "recognisabl": 15, "recogniz": 20, "recommen": [15, 20, 25, 31, 44], "recommend": 20, "reconnec": 20, "recor": [62, 77], "record": [60, 62], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recover": 26, "recoverabl": 21, "recovery": 6, "recurrenc": 41, "red": [19, 27, 50, 60, 62], "redd": 51, "redirect": [69, 72, 81], "reduc": [11, 80], "reducing": [15, 80], "refer": [14, 20, 31], "referenc": [21, 62, 76], "references": 18, "reflec": 19, "reflect": [27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": [12, 41], "regardless": [41, 56], "reged": 20, "register": [12, 14, 45, 60, 69, 78], "registering": 12, "registry": [7, 12, 20], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulations": 62, "rejec": 37, "reject": [37, 41], "rejoining": 69, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relates": 44, "relativ": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "releases": [14, 18], "relevan": [10, 41, 42, 44, 76], "rem": [12, 17, 44], "remaining": 11, "remains": 19, "remember": 1, "remin": 44, "reminder": 41, "reminders": [69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinter": 9, "remov": [1, 7, 12, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "removals": 42, "removes": [16, 20], "removing": [17, 36], "renam": [0, 21, 24, 36, 44], "renames": 35, "render": 19, "reop": 44, "rep": [8, 51], "repeating": 41, "replac": [20, 41, 45, 47, 51, 60], "replacemen": [40, 69], "replies": [57, 69, 76], "reply": [44, 66], "repor": [18, 44, 80], "report": 20, "repositories": 8, "repository": [8, 9], "represents": 44, "reproduc": 18, "reproducibl": 14, "requ": [31, 41], "reques": [1, 20, 31, 44], "request": [20, 45], "requir": [7, 8, 27, 41, 45, 47, 60, 64], "requirements": [6, 74], "requires": [1, 8, 20, 31, 41, 62, 69], "requiring": [38, 44, 62, 81], "res": [20, 25, 40], "reschedul": 66, "resetting": 41, "reshar": 41, "resharing": 35, "resizes": 60, "resolv": 10, "resolving": 10, "resourc": [20, 41, 45, 46, 48], "resources": [42, 46, 48], "resourcetyp": 20, "respectiv": [41, 42, 43, 49, 52, 58], "respon": [41, 44, 57], "respond": 41, "respons": [20, 41, 44], "responses": 41, "responsiv": 80, "responsiveness": 6, "rest": [24, 26, 39, 41], "restar": 20, "restarts": 7, "restoring": 41, "restric": [6, 36], "restrict": [20, 36, 42], "resul": [1, 9, 15, 19], "resulting": 48, "results": [1, 9, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retr": [11, 44], "retries": 8, "retriev": [20, 42], "retry": [27, 44], "retrying": [19, 27], "retur": [21, 28, 42, 60], "return": 26, "rev": [20, 44], "reveal": 15, "rever": [35, 69], "review": [1, 20, 41], "rf": 17, "rfc": 41, "rich": [1, 50], "righ": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": [35, 44], "ring": 60, "ris": 18, "rising": 60, "rm": 17, "ro": [8, 15, 20, 24, 35, 37, 58], "roaming": 9, "rol": [42, 82], "roll": [39, 57], "rooms": [42, 73, 77], "row": [21, 36, 65], "rows": 36, "rss": 6, "ru": [1, 8, 9, 20, 24, 26, 27, 39, 77], "rul": 44, "rules": [36, 41, 44], "running": [6, 15, 17, 20, 26], "runs": 10, "rw": 20, "s3": [20, 27], "sabredav": 20, "saf": [17, 38, 53, 69, 81], "safar": 83, "sai": 7, "sales": 82, "sam": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "sav": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 51, 54, 56, 62, 80, 82], "saves": 44, "saving": [47, 48], "say": 10, "says": [20, 26], "scan": [12, 27, 81], "scann": 81, "scanner": 45, "scary": 5, "scenar": 24, "scenarios": 10, "schan": 51, "schedul": [1, 14, 41, 52, 66, 69], "schem": 12, "scop": [14, 44, 82], "scopes": 82, "scp": 20, "scre": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "scrip": [20, 26, 44], "scripting": 20, "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "se": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 51, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seamless": 26, "seamlessly": 15, "search": [2, 6, 8, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80], "searchabl": 46, "searches": [44, 83], "searching": [41, 44, 69, 82], "sec": 9, "secon": [2, 6, 7, 39, 42, 44, 56, 66, 69], "seconds": [9, 11, 39, 48, 60, 62, 81], "secr": [0, 8, 41, 81], "secrets": 20, "sect": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secu": [20, 38, 53], "secur": 20, "security": [6, 20, 26, 30, 38, 45, 51, 83], "seeing": [35, 82], "sees": 38, "selec": [0, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "select": [1, 15, 21, 36, 41, 42, 44, 81], "selecting": [2, 14, 15, 41, 44, 56, 62], "selections": 41, "selectiv": 8, "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "sen": [0, 1, 10, 20, 28, 29, 41, 44, 45, 58, 60, 66, 69, 70, 76, 80], "sender": [44, 76], "senders": 44, "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensitiv": 69, "separat": [0, 1, 41, 44, 82], "separately": [25, 42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercer": 20, "servers": [20, 21, 27, 28, 35, 41, 53, 70, 82], "servic": [20, 26, 27, 47, 53], "services": [20, 26, 27, 29, 57, 74, 77], "sess": [9, 20, 42], "sessions": 9, "set": [4, 9, 20, 26, 31, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "sets": 41, "setting": [0, 4, 6, 10, 12, 16, 24, 35, 41, 43, 44, 45, 48, 69, 81], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 35, 36, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81, 82], "settl": 41, "setup": [12, 41, 45, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "sha": [0, 2, 19, 20, 24, 26, 27, 29, 33, 38, 41, 42, 43, 53, 56, 62, 63, 73, 82], "shall": 9, "shar": [0, 2, 3, 15, 20, 21, 26, 27, 28, 33, 35, 41, 53, 56, 62, 63, 69, 76, 82], "share": 35, "sharees": 35, "shares": [0, 15, 21, 23, 24, 26, 27, 30, 41, 76, 82], "sharing": [0, 6, 20, 28, 29, 30, 37, 53, 61, 70, 73], "shell": 12, "shif": [42, 80], "shor": [18, 40, 41, 42, 44], "shortcu": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "shoul": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 35, 36, 40, 41, 42, 44, 46, 60, 69, 79, 81, 83], "showexperimentaloptions": 9, "showing": [0, 4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shows": [0, 1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sic": 40, "sid": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sig": [19, 20, 42, 49], "sign": [20, 49], "signatu": 44, "significan": [20, 44], "significantly": 20, "silen": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarly": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simplif": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singlet": 44, "sip": 69, "sits": 19, "situat": [10, 11], "siz": [9, 11, 19, 20, 31, 33, 42, 80], "sizes": 31, "sizing": 9, "skip": [60, 80], "skipp": 11, "skipping": 60, "skipupdatechec": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smar": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippets": 44, "snoozing": 44, "so": [0, 1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softw": [7, 12, 14, 17, 53, 80], "solely": 44, "solut": 53, "solutions": [20, 35], "solv": [12, 81], "solves": 12, "som": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "something": 81, "sometimes": 41, "somewh": 81, "soones": 24, "sorting": 44, "sourc": [14, 20, 37, 38, 53], "sourcedir": 8, "sources": 48, "spac": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "spe": [44, 72], "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specif": [8, 16, 44], "specific": [0, 6, 8, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifically": 12, "specifies": [9, 11], "specify": [7, 8, 16, 20, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speeds": 20, "spli": 44, "spok": 60, "spreadsh": 21, "squ": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stac": 44, "standar": [8, 14, 41], "standardiz": 15, "standards": 80, "stands": 20, "star": [1, 12, 20, 21, 38, 41, 42, 44, 45, 52, 58, 62, 69, 71, 72, 76], "starr": 21, "start": [3, 6, 20, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": [19, 20], "stat": [8, 15, 19, 20, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 24, 41, 44, 59], "stdou": 16, "step": [12, 14, 36, 41, 47, 51, 69], "steps": [20, 28, 35, 44, 45, 46, 48, 49, 50, 51], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "sto": [19, 20, 26, 33, 42, 45, 81], "stol": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "stor": [4, 15, 20, 26, 39, 42, 44], "storag": [15, 20, 22, 26, 30, 32, 81], "stores": [15, 20], "stre": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripes": 41, "strongly": 20, "structu": [2, 3, 21, 42], "structures": 26, "style": 43, "su": [12, 17, 20, 39, 41, 47, 49, 60, 81, 83], "sub": [24, 45], "subdirectory": 20, "subfolder": 8, "subfolders": 12, "subjec": 44, "subjects": 44, "subm": [1, 41], "submenu": 76, "subpag": 2, "subpages": 2, "subscr": [50, 76], "subscrib": 76, "subscript": [41, 53], "subscriptions": [41, 45], "subsequen": [15, 20], "substantially": 20, "substring": 44, "successf": [14, 27, 28, 41], "successfully": [7, 51], "such": [0, 1, 7, 10, 14, 19, 20, 26, 27, 33, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sud": 17, "suggest": [44, 50], "suit": 8, "suitabl": 41, "summarizat": 1, "summarizing": 44, "summary": 57, "superior": 35, "suppor": [14, 15, 17, 19, 20, 41, 42, 46, 49, 51, 81], "support": [8, 16, 21, 41, 42, 44, 50, 53, 66, 74, 83], "supporting": 41, "supports": [14, 15, 20, 39, 41, 42, 44, 50, 81], "swif": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "switches": 8, "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 50, 51, 53, 81], "synced": [12, 17, 19, 25, 41, 48], "synchroniz": [8, 10, 11, 13, 19, 20, 41, 45, 48, 50, 51, 53], "synchronizat": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 22, 50, 51, 53], "synchronizations": 8, "synchronizes": 50, "synchronizing": [6, 25, 43], "syncing": [19, 42, 47, 49], "syncs": 12, "syntactical": 19, "syntax": [19, 20, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 20, 27], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabb": 21, "tables": 66, "tabs": 19, "tackl": 69, "tag": [21, 44], "tagg": 0, "tagging": [36, 44], "tags": [21, 30, 32], "tak": [2, 12, 17, 28, 41, 44, 48, 62, 69], "takes": [9, 15, 26, 33, 42, 83], "taking": 41, "tal": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "targ": [9, 15, 20, 37, 41], "targetchunkuploaddurat": 9, "targeting": 44, "targets": [35, 83], "tas": [2, 6, 43, 46, 66], "tasks": [0, 1, 20, 41, 44, 45, 46, 48, 57, 69], "te": [2, 3, 6, 27, 43, 69, 80], "teach": 44, "teams": [69, 74], "technical": 15, "technically": 14, "telegr": 42, "telephon": 82, "tell": [19, 41, 44], "tells": 19, "templates": 5, "temporarily": [12, 20, 60], "temporary": 33, "ten": 27, "tentativ": [41, 44], "tentatively": [41, 44], "ter": [1, 18, 41, 46], "terabytes": 12, "tes": [14, 20, 24, 48], "test": [10, 12], "testers": 18, "testing": [9, 18], "tests": 44, "tex": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 53, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17, 18, 22, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 20, 21, 24, 26, 28, 35, 37, 41, 44, 51, 53, 54, 58, 60, 69, 82], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "themes": 6, "theming": 80, "themselves": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 24, 26, 28, 29, 33, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "theref": [38, 47], "thes": [10, 14, 15, 19, 21, 25, 26, 28, 31, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thi": [2, 41], "thing": [19, 50], "thir": [12, 26], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thos": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thre": [1, 14, 19, 21, 27, 35, 36, 41, 42, 56, 58, 60, 65, 76], "thread": 44, "threads": [44, 76], "threshol": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughou": 41, "throw": 45, "thumbnail": 21, "thumbnails": [26, 33], "thumbs": 8, "thunderbir": [6, 41, 42, 43], "thus": 8, "tic": 62, "til": 65, "tiles": 65, "tim": [9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 41, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridwe": 41, "timeou": [9, 11], "timeouts": 26, "times": [8, 19, 20], "timestamp": [37, 39], "timestamps": 24, "timezon": 41, "timezones": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 30, 31, 33, 34, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "together": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "tok": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": [6, 41, 54], "tool": [2, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36, 43], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchp": 63, "towards": 45, "trac": 0, "tracker": 80, "trail": 21, "transcribes": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "transferr": [20, 37], "transferring": 41, "transfers": 20, "translat": [4, 53, 61, 73], "translations": 44, "transparen": 41, "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_obligat": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tre": 19, "tri": 44, "tries": [8, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "triggering": 44, "troubl": 20, "troubleshooting": 47, "tru": [7, 16, 44], "trus": [8, 20, 38], "trust": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tt": 5, "tu": 20, "tumblr": 42, "tur": 75, "turn": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80, 81], "typefac": 80, "types": [0, 15, 21, 42, 66, 69], "typical": 19, "typically": [19, 57, 81], "typing": [2, 37, 44, 69], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umoun": 20, "un": [5, 26], "unabl": [10, 11], "unaffect": 11, "unauthenticat": 0, "unauthoriz": 81, "unavailabl": [15, 20, 27, 69], "unchang": 44, "unchec": [0, 36, 41, 42], "uncommen": 20, "und": 41, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understan": 33, "understanding": 44, "undesir": 19, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocus": 80, "unfortunately": 20, "unif": [6, 76], "unifying": 5, "uninstall": 17, "uninstallat": [6, 13], "uninstalling": 17, "unintend": 9, "uniqu": [26, 41, 60, 82], "universal": [6, 12], "universities": 7, "unknow": 45, "unl": 15, "unless": [8, 10, 12, 20, 41, 81], "unlinks": 28, "unloc": 81, "unlocking": 15, "unmonitor": 12, "unmoun": 20, "unmut": [60, 72], "unmutes": 60, "unorder": 66, "unorthodox": 12, "unp": 76, "unre": [44, 66, 69, 80, 83], "unresolv": 10, "uns": 44, "unselec": 42, "unsen": 44, "unsh": [35, 41], "unshares": 41, "unsubscrib": 44, "unsuccessf": 44, "unsync": 8, "unsyncedfolders": 8, "unsynchroniz": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unusabl": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 70, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "updat": [6, 7, 10, 13, 14, 19, 20, 41, 42, 45, 48, 54, 64], "updater": [6, 13, 14], "updates": [0, 26, 42, 44], "updating": [7, 19, 44], "upgrad": 28, "uplo": [9, 10, 19, 20, 21, 27, 29, 31, 33, 35, 41, 42, 60], "upload": [9, 10, 11, 15, 33, 41, 62, 69], "uploaders": 29, "uploading": [31, 41, 72], "uploads": [9, 10, 21, 22, 23, 30, 33], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [5, 7, 8, 9, 12, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 36, 38, 39, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_locks": 20, "usebasicauth": 20, "usef": [15, 20, 21, 31, 41, 44, 60, 72, 82], "user": [4, 6, 8, 9, 10, 15, 17, 20, 27, 28, 33, 35, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "user1": 24, "user2": 24, "user3": 24, "userm": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "users": [0, 7, 9, 10, 14, 15, 18, 19, 20, 24, 26, 28, 31, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 20, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usual": 26, "usually": [12, 44, 47], "utf": 20, "utiliz": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "val": [41, 44, 51], "validat": [19, 50], "valu": [7, 11, 12, 16, 20, 24, 42, 44], "values": [9, 11, 19, 42], "var": 16, "variabl": [9, 10, 11], "variables": [6, 13, 31, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcar": 42, "vcards": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "verificat": 69, "verify": [20, 41, 44], "vers": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [7, 9, 17, 18, 20, 33, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "verzi\u00f3": 41, "vi": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "vide": [62, 63, 69, 72, 73, 80], "videos": 21, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "viewers": 80, "viewing": [6, 35], "views": 21, "virtual": [17, 82], "vis": [25, 44], "visibility": [15, 37, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visitors": 5, "vist": 20, "visual": 80, "visualiz": 15, "voic": 60, "volum": 8, "vot": [41, 56], "votes": 41, "vpn": 20, "v\u00e1ltozot": 41, "wai": 18, "waiting": [1, 19, 39, 44, 79], "wan": [0, 2, 4, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "wants": [5, 41], "war": [12, 44], "warning": [19, 20, 26, 41, 44], "warnings": [19, 20], "was": [0, 1, 9, 35, 39, 41, 44, 81, 83], "watches": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 45, 56, 62], "we": [0, 2, 5, 9, 12, 14, 15, 18, 20, 24, 25, 26, 31, 39, 41, 42, 43, 44, 51, 57, 69, 70, 80, 82], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauth": 81, "webclien": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinars": [77, 79], "websit": [43, 73], "wednesday": 41, "weekly": [0, 42], "weeks": [42, 69], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatever": 51, "whe": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "whereas": 7, "wherever": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "whit": 19, "whiteboards": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whol": [15, 26, 41], "whom": 41, "wi": [57, 74], "wid": [10, 26, 36, 62, 82], "wider": 82, "widg": 44, "widgets": [44, 83], "wildcards": [8, 19, 44], "will": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 24, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "win": 20, "window": [9, 10, 12, 15, 16, 20, 29, 45, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": [17, 41], "wish": [41, 44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 24, 25, 27, 28, 29, 33, 36, 40, 43, 44, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "withou": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizar": [12, 14, 19], "won": [10, 14, 20, 41, 81], "wor": [10, 15, 19, 20, 26, 36, 41, 44, 45, 48, 54, 81, 82], "wordpress": 12, "words": [5, 38], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [20, 26, 27, 41, 44, 46, 81], "workshops": 42, "workspac": 9, "worl": 82, "worry": 15, "woul": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 16, 20, 41, 69], "writabl": 42, "writes": 16, "writing": [20, 44, 49], "writt": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttpreques": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdom": [20, 49], "yourpasswor": 20, "yourself": [0, 20, 36, 41, 69, 76], "youruser": 20, "yu": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zo": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Tartalomjegyz\u00e9k", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "abou": 12, "accepting": 70, "access": [4, 35, 36, 80], "accessing": [20, 21, 22, 27], "accoun": [19, 44], "accounts": [19, 49], "actions": [15, 44], "activities": 0, "activity": [0, 21], "ad": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "address": [42, 44, 82], "addresses": 44, "advanc": 44, "ai": [1, 44], "alias": [15, 44], "all": [44, 78], "alternativ": 50, "an": [5, 14, 20, 21, 25, 35, 36, 38, 41, 42, 44, 45, 54, 57, 59, 60, 64, 66, 69, 70, 72, 78, 79, 80, 83], "andro": 45, "anonymous": 29, "another": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45], "appearanc": 55, "applications": 81, "appointmen": 41, "appointments": 41, "apps": 75, "ar": [12, 24], "archiv": 69, "as": [42, 44, 72], "assig": 41, "assigning": 36, "assistan": 1, "at": 42, "attachments": [41, 56], "attempting": 12, "attendees": 41, "aud": 60, "authenticat": 81, "automat": [41, 44], "automatic": [7, 44], "autoresponder": 44, "autoresponders": 44, "availability": 41, "backends": 27, "backgroun": 26, "backgrounds": 60, "ban": 69, "basic": 7, "being": 12, "betw": 52, "bi": 41, "birthday": 41, "blocks": 44, "bo": [41, 82], "body": 44, "booking": 41, "books": 42, "bots": 57, "breakou": [58, 60], "browser": [60, 83], "browsers": 54, "browsing": 36, "busy": 41, "by": 36, "calendar": [41, 44, 45, 47, 51, 59], "calendars": [41, 50], "call": [60, 62, 64, 65, 72], "calls": 61, "can": [26, 82], "car": 75, "cardbo": 50, "chang": [12, 26, 27, 44], "changes": [12, 54], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "clien": [8, 13, 15, 19, 60, 81], "clients": [20, 25, 60], "clou": 28, "codes": 81, "collaborat": 23, "collectives": [2, 3], "color": 44, "comman": [8, 16, 20], "commands": 57, "comments": 21, "compac": [44, 55], "compos": 44, "composer": 44, "conditions": 44, "configu": 58, "configurat": [9, 15, 41], "configuring": [19, 81], "conflic": 15, "conflicts": 10, "connect": 54, "connecting": 21, "consen": 62, "considerations": 81, "contac": 42, "contacts": [42, 44, 45, 47, 50, 51], "contex": 15, "continuously": 12, "control": 39, "controlling": 60, "controls": 21, "conversat": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "creat": [5, 41, 42, 44, 75], "creates": 5, "creating": [20, 21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "curl": 20, "cyberduc": 20, "daily": 0, "dashboar": [44, 69, 83], "dat": [52, 82], "dec": 75, "deeper": 12, "delegat": [41, 44], "delet": [24, 41, 44], "deleting": 39, "desktop": [13, 19, 20, 25, 46, 60], "details": 21, "detect": [27, 44], "devic": [38, 54], "devices": 54, "directories": 12, "dis": 11, "disabl": 26, "display": 44, "displaying": 38, "disposabl": 69, "dolph": 20, "downlo": [14, 60], "download": 15, "drives": 20, "drop": 29, "duplicat": [41, 42], "during": 60, "e2e": 38, "ed": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "email": [0, 28, 72], "emoj": 66, "en": 38, "enabl": [12, 44], "enabling": 38, "encrypt": [26, 34, 38], "encrypting": 38, "envelop": 44, "environmen": 11, "environments": 7, "ev": 12, "even": [41, 44], "events": [41, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expirat": 69, "explorer": 20, "expor": 41, "extensions": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorit": 42, "favorites": 44, "fe": 0, "features": 15, "federat": [21, 28, 35, 41, 70], "fil": [9, 15, 19, 20, 21, 27, 29, 31, 35], "files": [0, 4, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 32, 36, 45, 56, 71], "filter": [44, 69], "filtering": [0, 21, 44], "finder": 15, "firs": [2, 5], "folder": [12, 38, 44], "folders": [12, 21], "follow": 44, "for": [41, 44, 77], "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnom": 46, "gri": [21, 65], "group": [26, 69], "groups": [35, 42], "groupw": 43, "gues": 72, "han": 60, "handling": 8, "happens": 24, "hardw": 81, "history": 1, "holiday": 41, "hours": 41, "how": [5, 12, 24, 26, 44], "i": 12, "ic": 19, "icons": [19, 21], "ics": 41, "if": 81, "ignor": 19, "immediately": 60, "impor": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76, 81, 82], "inbox": 44, "inboxes": 44, "includ": 80, "indicators": 15, "inf": 44, "informat": 42, "initial": 14, "inserting": 66, "install": [8, 14], "installat": 14, "instances": 52, "instructions": 17, "int": 75, "integrat": [15, 44, 59, 71], "integrating": 75, "interacting": 76, "interfac": [12, 21, 83], "internal": [35, 44], "introduct": [5, 53], "introductions": 5, "invit": 41, "invitat": [44, 70], "invitations": [41, 44], "ios": 47, "is": 26, "issues": [15, 20], "it": [12, 26], "items": 42, "jo": [60, 72], "job": 26, "joining": [60, 72], "jun": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboar": [44, 80], "know": [15, 20], "kontac": 48, "languag": 12, "larg": 31, "layou": [44, 65], "levels": 36, "li": [12, 35], "lin": [8, 16, 20], "linux": [7, 12, 14, 17, 20], "lis": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "log": 26, "logging": 81, "los": 81, "low": 11, "macos": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "making": 29, "manag": [54, 58, 62], "manager": [19, 20], "manages": 24, "managing": [24, 32, 36, 41, 42, 44, 54, 69], "manual": 53, "manually": 42, "mapping": 20, "mar": 42, "markdow": [4, 66], "matterbridg": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "ment": 44, "menu": 15, "merging": 42, "messag": [44, 75], "messages": [40, 44, 55, 66, 69, 75, 76], "meth": 50, "microsof": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mo": 66, "mobil": [20, 25, 45, 60], "mod": 44, "modal": 44, "moderators": 77, "modif": 12, "mounts": 20, "mov": [12, 26, 44], "moving": 21, "multipl": 42, "my": 12, "naming": 39, "nativ": 44, "nautilus": 20, "navigating": [21, 80, 83], "networ": 19, "new": [19, 28, 35, 41, 44], "nex": [2, 26], "nextclou": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26, 69], "notificat": 0, "notifications": [1, 41, 45, 69], "of": [12, 40, 55], "offic": 40, "official": 20, "on": [12, 14, 19, 20, 44, 50, 69, 76], "onboar": 5, "only": 50, "op": 78, "operat": 44, "options": [16, 41, 42], "or": [21, 26, 41, 42, 60, 72], "order": 44, "organiz": 42, "other": 72, "others": 35, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlay": 19, "overview": 10, "ow": [5, 27, 29], "ownership": 37, "pag": 5, "paren": 5, "participants": [60, 69], "party": 20, "passwor": [26, 54], "passwords": 54, "personal": 1, "phishing": 44, "picker": 66, "pickers": 1, "pictu": 42, "pinning": 76, "plann": 26, "player": 21, "polls": 56, "possibl": 26, "preferences": 82, "preventing": 7, "previewing": 21, "priority": 44, "privacy": 69, "privat": [26, 69], "probl": 20, "problems": 20, "profil": [82, 83], "progress": 41, "projec": 5, "propos": 41, "proposal": 41, "proposals": 41, "public": [20, 35], "publishing": 41, "quic": 44, "quot": 33, "quotas": 24, "rais": 60, "reactions": 60, "recipien": 44, "recommend": 50, "recor": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "reminder": 76, "reminders": [41, 44], "remov": 42, "replies": 44, "replying": 66, "requirements": [14, 83], "resources": 41, "responding": 41, "responsiveness": 80, "restric": 82, "ro": 41, "roles": 42, "rooms": [41, 58, 60], "rss": 0, "running": 1, "schedul": [44, 59], "scheduling": 66, "scre": [60, 63, 72], "se": 82, "search": [44, 76, 83], "searching": 21, "secon": 81, "security": [34, 44], "selecting": 21, "self": 69, "sending": [44, 66, 70], "server": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [29, 40, 76, 82], "settings": [0, 1, 19, 44, 72, 83], "setup": [14, 49], "sha": [21, 28, 35, 72, 75], "shar": [24, 42, 44], "shares": [20, 28, 35], "sharing": [15, 19, 21, 23, 26, 27, 35, 41, 56, 63, 82], "shortcuts": 44, "sid": 26, "sidebar": [0, 21], "silen": 66, "smar": [1, 44, 66], "snooz": 44, "solut": 20, "som": 12, "sor": 44, "spac": [11, 24], "speaker": 65, "specific": 54, "star": 60, "start": 2, "starting": [60, 72], "status": [15, 19, 21, 41], "step": 5, "steps": 2, "stops": 12, "storag": [24, 27, 33], "stre": 0, "sub": 12, "subfolder": 44, "subscr": 41, "summary": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchroniz": 12, "synchronizat": [19, 25, 30], "synchronizing": [45, 46, 47, 48, 49, 50, 51], "syncing": 12, "system": [14, 36], "systray": 19, "tag": 36, "tags": [36, 44], "tal": [41, 59, 60, 69, 71, 73], "tartalomjegyze": 6, "tas": [1, 44], "tasks": 75, "te": [5, 42], "teams": 42, "templat": 5, "tex": 44, "than": 12, "the": [0, 7, 8, 12, 19, 20, 21, 24, 26, 38, 41, 42, 44, 45, 46, 50, 60, 82, 83], "their": 5, "themes": 80, "they": 12, "thir": 20, "this": 26, "thre": 44, "thread": 76, "thunderbir": 50, "tim": 42, "times": 41, "tlsv1": 51, "to": [5, 12, 21, 26, 35, 36, 38, 41, 42, 44, 66, 69], "together": 5, "tokens": 81, "trac": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [49, 51], "two": 81, "unif": [44, 83], "uninstallat": 17, "universal": 80, "unsubscr": 44, "up": [29, 41, 44, 60], "updat": 18, "updater": 7, "updates": 7, "upload": 12, "uploading": [10, 21, 29], "uploads": [29, 31], "us": [2, 44], "usag": 8, "user": [12, 19, 26, 41, 53], "users": 35, "using": [0, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "variables": 11, "vers": 39, "versions": 14, "vi": [28, 80], "vide": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": [15, 19, 42], "wan": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widg": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "withou": [26, 45], "workflow": 7, "working": 41, "works": 12, "woul": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zo": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u00bb busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How the \u201eEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Tartalomjegyz\u00e9k": [[6, null]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "Be": 12, "Nemo": 20, "S": [9, 80], "_": 8, "__bol": 66, "_italiciz": 66, "aa": 80, "aaa": 80, "ability": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "aborts": 11, "abou": [0, 5, 15, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absen": 40, "absenc": [40, 41, 44, 69], "absences": 41, "ac": 44, "accelerat": 15, "accep": [35, 37, 44, 70], "accept": [37, 41], "acceptanc": [35, 37, 44], "accepting": [41, 73], "access": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessibility": [80, 83], "accessibl": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accidentally": 41, "according": [19, 44], "accordingly": [44, 62], "accoun": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47, 51], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": [16, 21, 36, 41, 42, 44, 62], "actionabl": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [20, 44, 65], "activat": [42, 80], "activities": [19, 59], "activity": [6, 9, 12, 14, 19, 20, 54, 82, 83], "actual": 15, "ad": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "add": [2, 12, 24, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "addit": [19, 20, 42, 76, 82], "additional": [0, 13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": [24, 69], "additions": 42, "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbo": 44, "addressbooks": [42, 51], "addresses": [41, 42, 60], "adds": [5, 41, 42, 44], "adjus": [9, 19, 20, 24, 82], "adjust": [11, 15, 39], "adjustabl": 35, "adjusting": [12, 35], "adjustments": 10, "adjusts": 9, "adm": [13, 14, 24, 42, 44], "administer": 82, "administrat": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrativ": [7, 31, 35, 37], "administrator": [1, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 66, 70, 74, 80, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "advising": 26, "affect": [0, 44], "affecting": 44, "affects": 4, "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": [0, 1, 9, 12, 20, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "agains": [12, 18, 24, 33, 81], "agend": [44, 57], "agendas": 57, "aggregat": 42, "aging": 33, "ai": [6, 66], "aid": 80, "aim": 80, "airplanes": 57, "al": 69, "aliases": [44, 52], "alic": 41, "alig": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allocates": 24, "allow": [7, 8, 12, 15, 20, 24, 29, 33, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowing": [0, 35, 41, 44, 75], "allows": [7, 15, 20, 28, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alm": 14, "almos": 81, "along": [8, 39, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "als": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternativ": [20, 29], "alternatively": [2, 12, 14, 60], "always": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amaz": [20, 27], "amoun": 12, "an": [0, 1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 22, 24, 26, 27, 28, 29, 30, 31, 33, 37, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 61, 62, 63, 65, 71, 73, 74, 75, 76, 77, 81, 82], "analyz": 44, "andro": [6, 20, 25, 38, 43, 53, 73], "anonymous": [23, 30, 56], "anonymously": 20, "another": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "any": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyon": [66, 82], "anyt": [28, 62], "anything": [12, 26, 48, 82], "anywh": [44, 46], "ap": [17, 20], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparen": 51, "appdat": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 69, 70, 82], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 19, 21, 36, 44, 64, 66], "appimag": [12, 14, 17], "appimagelauncher": 12, "appl": [15, 19, 20, 36, 41, 44, 48, 49, 83], "applicabl": 10, "applicat": [7, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 60, 63, 72], "applications": [6, 17, 41, 42, 48, 49, 82], "applies": [42, 69], "apply": [15, 36, 40, 44], "appointmen": [48, 52], "appointments": 44, "appropriat": [20, 31, 51, 76], "approximately": 9, "apps": [0, 15, 20, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrary": [19, 20], "arch": 8, "archiv": [8, 21], "archives": 14, "are": [19, 41, 60], "aroun": [36, 42], "arrives": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artificial": 1, "as": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 40, 41, 45, 46, 47, 48, 49, 50, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "asking": 28, "asks": 40, "assig": [36, 58, 69], "assign": [36, 44, 58], "assigning": [20, 21], "assignmen": 58, "assistan": [6, 66], "assistiv": 80, "associat": 19, "assuming": 15, "asteris": 19, "at": [0, 1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": [36, 44], "attachmen": 41, "attachments": [29, 44, 67, 73], "attemp": [14, 44], "attempting": 10, "attempts": [44, 51], "attende": 41, "attendees": 52, "attent": 10, "attribut": 82, "aud": [21, 62, 72, 73], "aut": [7, 20, 41, 42, 44, 56], "auth": 81, "authenticat": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "authenticates": 20, "authenticator": 81, "author": 10, "authoring": 20, "authorities": 20, "autocomplet": 37, "automat": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autoresponder": 40, "autoupdater": 7, "availability": [19, 40, 69], "availabl": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 41, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 69], "avatars": [42, 44], "avo": 15, "away": [19, 41, 48, 69], "b": [20, 66], "bac": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backen": [1, 27, 54, 64], "backgroun": [16, 19, 27, 60, 72, 80], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badg": [10, 21], "bandwidth": 19, "bann": 69, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bas": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basic": [14, 20, 41, 42], "basicauthl": 20, "basics": 2, "basis": [15, 42], "batch": 42, "batches": 0, "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": 10, "becomes": [42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "bef": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behin": 74, "being": [7, 15, 19, 20, 37, 42, 60], "bell": 83, "belongs": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "bes": [10, 14, 18, 19, 41, 83], "bet": 18, "better": 26, "betw": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyon": 17, "bi": [12, 20, 21, 24, 26, 33, 42], "bidirectional": 25, "big": 41, "binary": [8, 15], "bins": 24, "birthdays": 41, "bits": 14, "bitv": 80, "blacklist": [11, 19], "bloc": [44, 66], "blockquot": 66, "blocks": 41, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "bo": [6, 42, 47, 50], "boards": [2, 43], "bob": 35, "bodies": 44, "bol": 66, "bookabl": 41, "books": [41, 45, 50], "bool": 15, "border": 27, "bot": 57, "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bots": [73, 77], "bott": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [19, 20, 44, 51, 62], "boxes": 0, "brand": 7, "breadcrumb": 21, "breakou": [73, 77], "bridg": 74, "bridges": 74, "brief": [5, 56], "brightness": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcas": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "browsers": [6, 20, 81, 83], "browsing": 21, "bsd": 14, "bu": [7, 10, 12, 14, 24, 26, 33, 41, 42, 44, 45, 66, 69, 80, 81, 82], "bubbl": 60, "bubbles": 55, "buckets": 27, "bug": 7, "bugs": [12, 18], "buil": [14, 17, 20, 21, 46], "building": 42, "builds": 18, "bul": 72, "bundl": [7, 43], "bundles": 15, "business": 44, "busy": 40, "butt": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 41, 42, 44, 45, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 35, 41, 42, 65, 69, 72, 80], "by": [0, 1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 35, 37, 41, 42, 44, 46, 47, 48, 50, 52, 53, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "bytes": [9, 11, 20], "c": [12, 20, 80], "ca": [19, 20], "cach": 33, "caches": 17, "calculat": 33, "calculates": 24, "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 6, 33, 40, 42, 43, 46, 48, 49, 50, 52, 68, 69, 73, 83], "calendars": [2, 44, 45, 46, 48, 52], "call": [4, 6, 10, 20, 38, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80, 82], "calls": [6, 60, 69, 70, 73, 77], "cam": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellations": 41, "cann": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabilities": 20, "capabl": 20, "capt": 56, "captions": 76, "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "caref": 12, "carl": 8, "carries": 20, "carry": 15, "cas": [7, 12, 14, 20, 26, 42, 45], "cases": [48, 62, 69, 82], "catching": 19, "categories": 45, "category": 0, "caus": [19, 80], "causes": 80, "caut": 9, "cellular": 48, "center": 20, "centos": 20, "central": 69, "centres": 65, "cert": [11, 31, 42, 44, 76], "certificat": [8, 20, 47], "certificates": [20, 49], "certs": 20, "cfg": [7, 9, 12, 17], "chai": 21, "challenging": 41, "chang": [4, 10, 14, 15, 19, 20, 25, 36, 37, 40, 41, 48, 51, 55, 58, 69, 72, 82, 83], "changes": [0, 6, 8, 9, 10, 15, 19, 21, 28, 29, 36, 41, 42, 44, 58, 80, 81], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapter": [14, 20], "char": 15, "character": [19, 44], "characters": [19, 44], "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "chec": [0, 7, 12, 19, 20, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 44, 60, 62, 69], "checkboxes": [42, 44], "checking": 9, "checklists": 69, "checkmar": [19, 41], "checks": [7, 24, 44], "chips": 83, "chmod": 20, "choic": [12, 37, 64], "choices": 56, "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chos": [15, 37, 41, 44], "chow": 20, "chrom": [20, 83], "chromiu": [20, 83], "chronological": [0, 21], "chronologically": 44, "chun": [9, 11], "chunksiz": 9, "cifs": 27, "cinn": 20, "circl": [15, 19, 69], "circles": [19, 35], "circular": [39, 42], "circumstances": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classificat": 44, "cle": 12, "cleaner": 44, "clear": [19, 20, 69], "clears": 16, "clic": [0, 1, 2, 5, 7, 12, 14, 15, 19, 20, 21, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickabl": 7, "clicking": [2, 7, 10, 14, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": [41, 72], "clien": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 25, 31, 38, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 41, 42, 54, 73, 81], "clipboar": [41, 51], "cloc": [66, 81], "clos": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80], "closely": 82, "closing": 19, "clou": [15, 20, 21, 35, 41, 70], "cloud": 70, "cmd": 8, "cod": [14, 38, 41, 45, 66, 81], "codec": 21, "codes": 6, "cohesiv": 5, "collaborat": [2, 6, 30, 42], "collaborativ": 35, "collaboratively": [2, 3], "collaps": [19, 44, 80], "colleagues": 41, "collect": [20, 41], "collectiv": [2, 5], "collectively": 5, "collectives": [4, 5, 6], "color": [27, 41, 80], "colu": [21, 66], "columns": 60, "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73, 80], "comes": [41, 44, 48], "comman": [6, 12, 13, 14, 15, 17, 36, 57], "commands": [17, 73, 77], "commen": [21, 41], "comments": 51, "commercial": 29, "communicat": 11, "communicating": 69, "communities": 3, "community": [8, 14, 20, 41], "comp": 10, "companies": 7, "compatibility": [12, 21], "compatibl": [11, 27, 41, 44, 81], "complet": [1, 14, 17, 20, 28, 29, 42, 43, 45, 66, 69], "completely": [9, 62], "complex": 41, "complian": [53, 80], "complianc": 62, "complicat": 24, "componen": 19, "components": 19, "compos": 80, "compromis": 26, "computer": [13, 20, 21, 24, 25, 46, 53], "computers": [5, 7], "concretiz": 41, "conditions": 42, "conf": [7, 9, 12, 17, 20, 24], "confdir": 16, "configu": [0, 14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configur": [1, 14, 15, 19, 24, 31, 33, 41, 44, 49, 59, 60, 69], "configurat": [6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 26, 27, 35, 36, 37, 42, 44, 74, 82], "configurations": [11, 31, 52], "configures": 27, "configuring": [6, 20, 27, 45, 54], "confir": [12, 28, 41, 42, 44, 45, 47], "confirm": 41, "confirmat": [9, 19, 28, 41, 69], "confirming": 41, "confirms": [27, 28, 41], "conflic": [10, 41], "conflict": 10, "conflicting": 10, "conflicts": [6, 13, 41], "confus": 10, "congratulations": [2, 5], "connec": [12, 14, 20, 21, 25, 27, 54, 81], "connect": [1, 6, 12, 15, 19, 20, 26, 27, 28, 41, 45, 46, 48, 51, 74, 81], "connecting": 20, "connections": [9, 11, 20, 27, 49, 54, 82], "connectivity": [15, 20], "consen": 60, "consider": [17, 20], "considerabl": 12, "considerat": 17, "considerations": 6, "consisten": 15, "consisting": 43, "consol": 20, "cont": [8, 10, 12, 41, 44], "contac": [20, 27, 31, 41, 44, 45, 47, 80, 82, 83], "contacts": [0, 6, 33, 41, 43, 46, 48, 49, 52, 82, 83], "contain": [19, 44], "containers": [9, 17], "containing": [8, 10, 12, 19, 42, 44], "contains": [0, 9, 10, 12, 19, 21, 39, 44, 60, 72], "conten": [1, 2, 5, 8, 12, 15, 20, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 35, 41], "contex": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "continually": 12, "contrary": 8, "contras": 80, "control": [20, 30, 32, 33, 36, 41, 53, 57, 60, 69, 82], "controll": [7, 11], "controlling": 7, "controls": 60, "convenien": 0, "convenienc": 19, "conversat": [1, 35, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 35, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "cop": [5, 44], "copies": 15, "copy": [0, 10, 12, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correc": [20, 81], "correctly": [15, 20], "correctness": 19, "corresponding": [0, 41, 44], "coul": [26, 27, 41, 44], "coun": [24, 33], "count": [24, 33], "counter": 70, "country": 41, "counts": 33, "coupl": 15, "cover": 69, "covers": 42, "cowor": 2, "cp": 20, "crashreporter": 17, "creat": [0, 2, 10, 14, 15, 18, 19, 20, 21, 25, 26, 28, 29, 33, 35, 36, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 71, 74, 76, 77, 78], "creates": [10, 12, 21, 39], "creating": [12, 19, 44, 54, 59, 82], "credentials": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "curren": [1, 4, 14, 15, 19, 20, 21, 25, 35, 44, 60], "currentcontrols": 20, "currently": [1, 15, 19, 24, 38, 39, 41, 42, 58, 60, 66], "currentvers": 12, "cursor": [2, 41], "cust": [15, 19, 41, 44, 69, 80, 83], "customers": 18, "customis": [60, 83], "customisabl": 83, "customiz": [20, 41, 44, 55], "cutt": 19, "cycles": 12, "cycling": 19, "d": [20, 41, 56], "daily": [18, 41], "dangerous": 26, "dar": 80, "dashboar": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 26, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 48, 53, 59, 66, 69, 76, 83], "databas": [26, 33], "dates": [12, 41], "dav": [20, 45, 47, 48], "davdro": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 39, 41, 69, 82], "daygridmonth": 41, "days": [24, 33, 39, 41, 44, 59, 83], "db": 8, "deb": [8, 19, 20], "debug": 16, "debugloggingenabl": 15, "dec": [5, 41, 42, 43, 44, 56, 66], "decides": 15, "decimal": 20, "declin": [35, 41, 44, 60, 70], "declining": [41, 60], "decorations": [15, 66], "decryp": [26, 38], "decrypt": 38, "decrypts": 26, "dedicat": [15, 20, 44, 45, 50, 69], "deem": 19, "deeply": 12, "defaul": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defaults": [8, 15, 21, 41], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delay": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 39, 42, 58, 59, 66, 69, 80], "deletes": [24, 39], "deleting": [9, 15, 17, 24, 41, 44], "deny": 54, "depen": [44, 82], "depending": [0, 19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "depends": [12, 17, 20, 21, 27, 41], "deploymen": [7, 14, 18], "depth": 20, "descendants": 15, "descr": 7, "describ": [41, 77], "describes": 11, "describing": 41, "descript": [5, 41, 56, 59, 69, 72, 76], "deselec": 20, "desig": 80, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclien": [9, 15, 17], "destinat": [20, 21], "detail": [15, 41], "details": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detec": 41, "detect": [9, 15], "detects": 44, "determin": [41, 44], "developer": 13, "developmen": [18, 80], "devic": [6, 15, 20, 41, 45, 60, 72, 81, 83], "devices": [6, 20, 38, 41, 53, 60, 69, 72, 81], "devs": 8, "di": [12, 26, 44, 60], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "dialogu": [2, 41], "dialogues": 46, "diasp": 42, "dic": 57, "differen": [0, 7, 20, 21, 35, 41, 42, 44, 69, 70, 81], "differenc": 41, "differences": [8, 10], "differently": 19, "dig": [20, 35], "diges": 0, "direc": [20, 28, 35, 41, 42, 66], "directly": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 19, 20, 29, 53], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_creat": 8, "dirnam": 16, "dis": [15, 20, 26, 33, 39], "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disables": 26, "disabling": 15, "disallow": 7, "disappear": 42, "disappears": 60, "disconnec": 54, "disconnections": 20, "discor": 74, "discover": [41, 45, 69, 78], "discoverabl": 59, "discovery": [9, 15, 47, 50], "discuss": [19, 76], "discussions": [44, 58, 60, 69, 76], "dismiss": 79, "dismisses": 60, "display": [1, 12, 20, 21, 37, 38, 41, 42, 46, 51, 60, 66, 82], "displaying": [16, 44], "displays": [15, 16, 19, 20, 21, 44], "distr": 12, "distribut": [14, 20, 41, 62], "distributions": [7, 9, 14], "disturb": [19, 41, 66, 69], "div": [58, 60], "dividers": 66, "do": [0, 7, 8, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "documen": [5, 12, 15, 21, 80], "document": [20, 25, 80], "documentat": [1, 14, 20, 24, 31, 33, 35, 37, 57, 74], "documents": [1, 2, 8, 21, 46, 82], "does": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 46, 48, 49, 54, 59, 81], "doing": [9, 44], "dolph": 19, "dom": [20, 44, 47], "domains": 44, "don": [5, 12, 26, 38, 39, 41, 42, 46, 48, 51, 56, 66, 72, 80], "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": [19, 35, 44], "doubl": [12, 14, 63], "dow": [0, 12, 20, 50, 69, 76], "downlo": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "download": [7, 20], "downloading": [15, 19, 21, 35], "downloads": [7, 10, 11, 21, 60], "downwar": 15, "draf": [44, 56], "drafts": 56, "drag": [21, 56], "drif": 81, "driv": [20, 36, 41], "drive_path": 20, "driver": 20, "dro": 45, "drop": [12, 20, 21, 35, 56], "dropdow": [20, 27, 49, 82], "du": [12, 15, 35, 37], "durat": [9, 41], "durations": 69, "during": [19, 40, 41, 44, 51, 62, 64, 72], "dwor": [7, 20], "dynamic": 9, "dynamically": 9, "dyslex": 80, "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easier": 66, "easily": [5, 44, 76], "easy": [2, 5, 20, 26], "ech": 12, "ed": [7, 15, 19, 20, 21, 28, 38, 56, 66, 72, 76, 83], "edg": [8, 20, 83], "edit": [33, 41], "editabl": 42, "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "effec": [15, 28, 35], "effectively": 81, "efficien": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "elemen": [58, 60, 80], "elements": [66, 80], "eliminat": 41, "els": [10, 14, 60, 72], "elses": 42, "elsewh": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "emb": [2, 41], "embedd": [41, 42], "embedding": 41, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 41, 42, 44], "en": [19, 20, 26, 30, 34, 35, 41, 44, 62, 80], "enabl": [0, 1, 4, 7, 9, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 38, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "enables": [10, 19, 20, 25, 26, 42, 60], "enabling": [15, 44, 62], "encoding": 20, "encounter": 20, "encryp": [26, 38], "encrypt": [6, 20, 27, 30, 33, 47, 49], "ends": [40, 41, 57, 62, 69], "engag": 41, "enhanc": 66, "enough": 12, "ensu": [15, 20, 24, 41, 44, 80], "ensures": [7, 15], "ent": [21, 41, 44], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entering": 46, "enterpris": [18, 53], "enterprises": 53, "entirely": [7, 11, 15, 31], "entities": 42, "entries": [0, 15, 19, 21], "entry": [0, 1, 2, 20, 21, 42, 82], "env": 16, "envelopes": 44, "environmen": [6, 8, 10, 13, 20], "equivalen": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47], "errors": [19, 51, 80], "esc": 60, "escap": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "ev": [2, 9, 10, 15, 41, 69, 71, 80, 82], "even": [0, 26, 40, 42, 51, 59, 69], "events": [0, 42, 52, 69, 83], "every": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everything": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evicting": 15, "evolut": 46, "ex": [12, 19, 20, 44], "exac": [21, 44], "exactly": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 70, 79, 80, 81], "examples": [20, 57], "exce": [24, 33, 39], "exceeds": 20, "excellen": 29, "excep": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "excludes": 19, "excluding": 19, "exclusiv": 44, "execut": [1, 38, 44, 57], "exis": [20, 59, 69], "existen": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exits": 8, "expan": [20, 44], "expand": 80, "expands": 19, "expect": [19, 44], "expects": 2, "experienc": [18, 20, 44, 60, 83], "experimental": 9, "expirat": [24, 35, 39], "expires": 39, "explains": 20, "explanatory": 42, "explic": [15, 62], "explicitly": [8, 27], "explorer": [10, 19], "expor": [42, 52, 56], "expos": 26, "ext": 12, "exten": [66, 69], "extens": [12, 15, 20, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "ey": 19, "eyes": 80, "f": [17, 45, 60, 72, 80, 83], "facing": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "factors": 81, "fail": [7, 12, 20, 44], "fails": 20, "failu": [9, 12], "falls": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastes": 42, "fatal": 11, "favor": 57, "favorit": [21, 44, 80], "favorites": [0, 21, 42], "fe": 6, "feasibl": 14, "featu": [17, 18, 20, 21, 26, 40, 41, 42, 44, 50, 62, 70, 74, 79], "features": [2, 7, 9, 12, 18, 19, 21, 42, 44, 60, 70, 82], "fed": [8, 20], "federat": [6, 23, 30, 73, 82], "fedoraprojec": 8, "feeds": 60, "fetch": 41, "few": [26, 42, 48, 62, 81], "fi": [65, 80], "fid": 81, "fido2": 81, "fiel": [1, 2, 19, 20, 21, 28, 36, 37, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44, 51], "figu": [1, 36], "fil": [0, 6, 7, 8, 10, 11, 12, 13, 16, 17, 22, 23, 24, 25, 26, 28, 30, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 53, 56, 60, 62, 66, 71, 72, 76, 80], "fileint": 44, "filenam": [16, 19], "filenames": [26, 29], "fileproviderex": 15, "files": [3, 6, 7, 8, 9, 10, 11, 13, 14, 17, 25, 28, 31, 33, 35, 37, 38, 39, 41, 42, 46, 53, 60, 62, 66, 68, 73, 83], "files_versions": 39, "filesizelimitinbytes": 20, "filesyst": 20, "filing": 41, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [0, 1, 21, 36, 42, 59, 83], "filtering": 69, "filters": [0, 36, 44, 69, 76, 83], "fin": [12, 14, 19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "final": 41, "finaliz": 69, "finally": [20, 41], "finder": [17, 19, 20], "finding": 41, "finds": 37, "finish": [5, 20, 28, 41, 45, 50, 52], "finishes": 1, "firefox": [20, 83], "firs": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fix": [14, 48], "fixes": 7, "flag": 44, "flagg": 44, "fledg": 50, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "focus": [14, 44, 55, 58, 60, 80], "folder": [0, 4, 8, 10, 11, 14, 15, 17, 19, 20, 21, 24, 26, 27, 29, 33, 35, 36, 37, 41, 82], "folders": [8, 9, 14, 15, 17, 19, 25, 26, 27, 35, 36, 37, 38, 42, 44, 53], "foldersync": 20, "follow": [0, 1, 5, 14, 18, 19, 20, 28, 35, 51, 80], "following": [7, 8, 12, 15, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 45, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "fon": 80, "for": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinter": 9, "forever": 41, "forg": [5, 26], "formal": 42, "formats": [15, 21], "formatt": 44, "formatting": 5, "formerly": 45, "forth": [1, 41], "forwar": [69, 76], "forward": 41, "foun": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framewor": 7, "fre": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "freeing": 15, "frequen": 20, "friends": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "fron": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fu": 5, "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinter": 9, "fullscr": 80, "fully": [15, 20, 25, 38, 80], "funct": [20, 29], "functionality": [7, 20, 42], "functions": 81, "further": [10, 20, 38, 41, 44, 82], "futu": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "gallery": 26, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "general": [7, 9, 12, 41, 77], "generally": 41, "generat": [1, 41, 44, 45, 46, 48, 49, 52, 54, 66, 81], "generic": 45, "ger": 80, "gestures": 63, "get": [15, 20, 26, 41, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodif": 20, "gets": [10, 24, 37, 39, 42, 81], "getting": [3, 6], "gifs": 66, "gigabytes": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [2, 5, 35, 39, 41, 44, 60, 62, 63], "gives": [1, 54], "giving": [0, 12], "glanc": 36, "glo": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gon": 41, "googl": [41, 45, 81, 83], "got": 18, "gran": [14, 41, 44, 45, 60, 63], "grant": 60, "granular": 41, "gravatar": 42, "gray": [19, 41], "gre": [19, 27, 60, 72], "grey": [19, 60], "group": [0, 7, 17, 20, 41, 42, 44, 45, 58, 82, 83], "groups": [3, 26, 33, 41, 44, 45, 52, 56, 58, 60, 69], "groupw": [6, 41, 42, 48, 52], "gu": [8, 14, 27, 45, 47, 49], "guar": 12, "gues": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "guidanc": 31, "guidelines": 80, "gvfs": 20, "h": [8, 16, 20], "had": 19, "halts": 44, "han": [5, 19, 80], "handl": 44, "handler": 12, "hands": 60, "handy": 69, "happ": [10, 15, 41], "happen": 0, "happening": [0, 15], "happens": [5, 15, 41], "happy": 19, "har": [12, 20, 41], "harder": 35, "hardw": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "hav": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29, 41], "he": [2, 15, 44, 50, 66, 69, 72], "header": [20, 21, 41, 44, 58, 80], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "helpf": [15, 33, 82], "helping": 41, "helps": [42, 57], "hesitat": 80, "hid": [4, 8, 29, 35, 44, 72], "hides": [35, 55], "hierarchical": 2, "hierarchy": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "history": [6, 20, 21, 39], "hkey_classes_r": 12, "hkey_current_user": 7, "hkey_local_machin": [7, 12, 20], "ho": 15, "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizontal": [2, 44], "hos": 9, "host": 20, "hostnam": 20, "hour": [0, 39, 41, 69], "hourly": 0, "hours": [12, 16, 39, 69, 76], "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "however": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "i": [2, 16, 20, 47], "ic": [0, 1, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "ical": 41, "icalendar": 41, "iclou": [41, 51], "icons": [9, 60], "ics": 44, "icsdro": 45, "icsx\u2075": 45, "id": 82, "ide": 10, "ideal": 79, "ideally": 54, "ideas": 69, "ideat": 42, "identical": [26, 44], "identifier": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [0, 1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "ifram": 41, "ign": [8, 19], "ignor": [12, 41], "ignoring": 19, "illustrates": 24, "imag": [1, 21, 26, 60], "images": [21, 60], "imagin": 10, "imap": 43, "immediately": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implemen": 20, "implement": [25, 42], "implementat": 20, "implements": 44, "implic": 20, "impor": [12, 20, 42, 44, 52, 56], "import": 41, "importan": [2, 15, 20, 38, 44, 69, 76, 80, 81, 83], "importanc": 44, "importing": [41, 44], "impos": 15, "improv": [20, 44], "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "includ": [6, 8, 20, 21, 41, 82], "includes": [10, 19, 26, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrec": [9, 19], "increas": [15, 20, 31, 80], "increases": 20, "increasing": 11, "incremen": 41, "increments": 41, "independen": [0, 12, 41], "index": [26, 41], "indexer": 12, "indicat": [19, 20], "indicates": [19, 60], "indicating": 51, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "individuals": [26, 53], "inf": 36, "influenc": [11, 41], "infor": [7, 41], "inform": [37, 41, 59], "informal": 42, "informat": [8, 11, 12, 13, 14, 15, 20, 21, 33, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informing": 7, "informs": 62, "infos": 41, "inherit": 42, "inhibits": 8, "initial": [35, 48], "initializ": 26, "initiat": 35, "inlin": [36, 66], "inotify": 12, "inpu": [1, 19, 56, 66, 80], "inputs": 41, "ins": [21, 24, 27, 41, 48, 59, 77, 80], "inser": [1, 2, 66], "insert": [1, 44], "inserting": 72, "instagr": 42, "install": [0, 1, 7, 12, 15, 17, 19, 20, 41, 42, 44, 45, 52, 60, 73, 74, 75, 83], "installat": [6, 13, 20, 48, 57], "installations": 28, "installer": 12, "installing": 20, "instan": [59, 69], "instanc": [0, 12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 41, 43, 70, 82], "instantly": 69, "inste": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [20, 21, 51, 57, 74], "int": [1, 7, 10, 12, 14, 15, 17, 20, 21, 24, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "integrat": [12, 46, 49, 57, 66, 68, 73, 74, 75, 77], "integrates": [19, 44, 46], "integrating": [67, 73], "integration_open": 44, "integrations": 66, "intelligen": 15, "intelligenc": 1, "intentionally": 12, "inter": [9, 12], "interact": 44, "interacting": [67, 73], "interactiv": [8, 14], "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfaces": 43, "interferes": 7, "intern": [20, 48, 49], "internal": [19, 41, 69], "interoperabl": 41, "interrupt": 69, "introduc": [19, 41], "introduct": 6, "introductory": 5, "intruder": 26, "inv": 8, "inval": [8, 54], "investigating": 15, "invisibl": [19, 36, 41], "invit": [42, 59, 70, 72], "invitat": [41, 45, 72, 73], "invitations": 42, "invites": [42, 70], "inviting": 70, "involv": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "is": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issu": [15, 25, 26, 80], "issues": [14, 44, 66, 80], "it": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italiciz": 66, "items": [15, 21, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 25, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "jo": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "jobs": 11, "joh": 20, "join": [60, 69], "joinabl": 58, "joining": [61, 62, 73], "jok": 42, "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "jus": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbo": 48, "kalendar": 48, "kan": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13, 39], "kep": [15, 26, 42, 44], "key": [7, 28, 41, 42, 46, 72, 81, 83], "keyboar": [6, 60, 72], "keych": 49, "keynot": 15, "keyring": 14, "keys": [26, 33], "keywords": 8, "kfy9lek5sm928xp": 20, "know": [28, 41, 45, 81], "knowledg": [2, 3, 12], "kontac": [6, 43], "korganizer": 48, "kubuntu": 19, "kwall": 14, "label": [20, 28, 51], "labell": [41, 51], "labels": [28, 36], "landing": [2, 42], "languag": [1, 44, 64, 82], "languages": 44, "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "las": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "lates": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchagents": 17, "launchp": [8, 17], "layou": [60, 61, 73], "ldap": 26, "le": [2, 16, 21, 26, 35, 36, 41, 60, 62, 69, 80], "leading": [4, 20], "lear": [2, 21, 24, 26, 42, 46, 48, 49], "learn": 2, "learns": 15, "leas": [1, 39, 42], "leav": [21, 40], "leaving": [20, 44], "lef": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmos": 60, "legen": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [5, 7, 41, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencryp": 47, "letter": 20, "letting": 44, "li": [0, 2, 5, 7, 15, 19, 20, 21, 26, 28, 29, 41, 42, 44, 47, 56, 57, 59, 60, 66, 69, 70, 72, 74, 80, 81], "library": [9, 17], "likely": [19, 26, 44], "liking": 80, "lim": [12, 19, 20, 24, 31, 39, 41, 69, 83], "limit": [12, 15, 31, 37, 42, 69], "limitat": 20, "limitations": 15, "limits": [20, 31], "lin": [6, 7, 12, 13, 14, 17, 19, 28, 36, 41, 66], "lines": 19, "links": [14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "lis": [1, 2, 4, 10, 19, 20, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "list": [1, 12, 29, 41, 42, 60, 82], "listday": 41, "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 45, 66, 69], "listwe": 41, "littl": [19, 24, 33, 56, 72], "liv": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "llms": 44, "lo": [33, 35, 38, 41, 42, 44, 47, 55, 77, 80, 81, 83], "lobby": [73, 77], "loc": 82, "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 15, 56], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "log": [8, 9, 14, 15, 16, 19, 20, 21, 42, 44, 45, 46, 50, 51, 54, 80, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexp": 16, "logfil": 16, "logflush": 16, "logg": [14, 44, 82], "logging": [6, 19, 20, 29, 83], "logins": 20, "logs": [16, 20, 51], "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "los": [6, 19, 26, 38], "losing": 81, "lot": 10, "loudspeaker": 60, "lower": 80, "lowes": 42, "lst": [8, 19], "lts": 14, "luminosity": 80, "m": [60, 72, 80], "mac": [15, 19], "machin": [7, 8, 10], "machines": 8, "macos": [6, 9, 13, 19, 25, 42, 43, 51], "mad": [41, 42, 45, 47], "magic": [5, 24], "magically": 26, "mai": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "maint": 42, "maintain": 14, "major": 14, "mak": [12, 17, 20, 24, 25, 26, 29, 35, 39, 41, 42, 47, 49, 58, 60, 82], "makes": [5, 10, 20, 28, 66, 74], "making": [9, 19, 20, 23, 30, 41], "manag": [5, 6, 14, 15, 21, 26, 27, 36, 41, 42, 44, 51, 57, 77, 81, 82], "managemen": [12, 20, 24, 33, 36, 43], "manager": [5, 14, 17, 21, 46, 50, 56], "managers": [7, 14, 20], "managing": [6, 21, 30, 31], "mandatory": [45, 62], "manner": [8, 41], "manual": [6, 7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manually": [7, 12, 20, 24, 29, 39, 44, 45, 50, 58, 62, 79], "many": [12, 26, 41], "map": 20, "mapp": 20, "maps": 20, "mar": [15, 19, 21, 27, 44, 54, 66, 77], "markdow": [3, 6, 69], "marketing": [41, 82], "marking": 44, "marks": 27, "mast": 42, "master": 26, "mat": 20, "match": [12, 19, 42, 44, 83], "matches": [7, 44], "matching": 19, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matu": 50, "max": 8, "max_user_watches": 12, "maxchunksiz": 9, "maximu": [8, 9, 11, 20, 24, 41], "may": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mb": [9, 11], "mdn": 21, "me": [26, 41, 44, 81], "meaning": [9, 44], "means": [15, 19, 20, 27, 41, 44], "meanwhil": 42, "mechanis": 7, "med": [8, 21, 42, 60, 62, 69], "meeting": [57, 59, 72, 83], "meetings": 69, "meets": [24, 39], "megabyt": 31, "member": [42, 69], "members": [2, 5, 20, 35], "membership": 42, "memberships": [42, 82], "memory": [1, 24], "mention": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merg": 42, "messag": [1, 19, 20, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 76, 80, 81], "messages": [1, 6, 16, 19, 43, 57, 67, 73, 83], "met": 24, "metadat": [19, 33], "meth": [7, 20, 27, 28, 45, 58, 81], "methods": [7, 20, 41, 42], "mib": 11, "microphon": [60, 72, 80], "microsof": [9, 12, 14, 83], "middl": 66, "migh": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "milliseconds": 9, "mim": 12, "min": [9, 20, 41], "minchunksiz": 9, "minimal": 18, "minimu": [9, 11, 42, 83], "minut": [9, 39, 41], "minutes": [26, 27, 39, 48], "missing": 21, "mitigat": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mo": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "mod": [42, 60, 66, 69, 80], "modal": [41, 83], "modals": 80, "model": [1, 44], "moderat": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modes": 44, "modif": [0, 21, 42], "modificat": [12, 19], "modifications": 42, "modify": [0, 19, 20, 42, 60], "modifying": [19, 31], "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrom": 19, "month": 41, "moreover": 41, "morning": 0, "mos": [18, 19, 26, 41, 44, 48, 74, 83], "moun": [20, 21, 27, 28, 35], "mount": 20, "mounting": 20, "mounts": 27, "mous": [2, 63, 80], "mov": [0, 9, 20, 21, 24, 52, 58, 69, 80], "moves": 44, "movetotrash": 9, "moving": 44, "mozill": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "mtimes": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatus": 20, "mus": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "music": 8, "mut": [60, 72, 80], "mutes": 60, "mutually": 44, "my": [2, 20], "my_sync_folder": 8, "mycertificat": 20, "mydat": 10, "mynextclou": [20, 48], "n": [8, 56], "nam": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "names": [8, 60], "narrow": [0, 76, 83], "nativ": 20, "natively": 50, "naturally": 42, "nautilus": [19, 46], "navigat": [0, 1, 20, 21, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76, 80, 83], "navigating": 6, "navigator": 20, "nc": [12, 35], "nc_passwor": 8, "nc_user": 8, "near": [21, 50], "nearly": 10, "necessary": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 11, 12, 14, 17, 20, 26, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 76], "needing": [15, 42], "needs": [10, 15, 20, 28, 41, 42, 70], "nemo": 19, "nest": 12, "net": [8, 20], "netrc": 8, "networ": [9, 11, 15, 20, 27, 42, 50], "networking": 20, "networks": 42, "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newes": 44, "newly": [12, 15, 41], "newsletters": 44, "nex": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextclou": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcm": 8, "nextcloudpasswor": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nigh": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noaut": 20, "nobody": [69, 82], "non": [2, 8, 9, 14, 20, 44, 47, 49, 51, 82], "normal": [7, 9, 19, 66], "normally": [26, 41, 44], "not": [0, 2, 4, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 31, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notes": [2, 41, 69], "nothing": 26, "notic": [10, 41], "notif": [0, 41, 69, 72, 76], "notificat": [1, 6, 7, 19, 35, 37, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinter": 9, "notifications": [0, 6, 9, 10, 19, 60, 66, 76, 82, 83], "notifies": 10, "notify": [7, 10, 15, 60, 69], "notify_push": 15, "notifying": 7, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "ns": 20, "number": [11, 19, 28, 35, 41, 44, 58, 60, 69], "numbers": [15, 42], "objec": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": 26, "occurr": [0, 10, 20], "occurs": [41, 44], "of": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 33, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 41, 80], "offers": [7, 19, 20, 21, 41, 44, 60, 73], "offic": [6, 12, 20, 21, 41, 43, 69], "officially": 14, "offlin": [15, 19, 20, 27], "oft": [0, 41], "ok": 20, "ol": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldes": [24, 33, 39, 44], "om": 20, "on": [0, 1, 2, 5, 7, 8, 9, 10, 11, 15, 17, 19, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboar": [2, 3, 6], "onboards": 5, "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "ones": [8, 41, 45, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "ont": [21, 52], "op": [0, 1, 2, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "open": [7, 15, 19, 69], "opendyslexic": 80, "opening": [2, 15, 16, 41, 60], "opens": [10, 12, 15, 16, 19, 20, 21, 29, 37, 42, 44, 60, 83], "openstac": [20, 27], "opensus": [14, 20], "opentasks": 45, "operat": 11, "operating": [7, 12, 17, 20, 53], "operations": [19, 20], "operators": 44, "opportunity": 12, "opt": [0, 12, 16, 19, 20, 21, 26, 28, 33, 35, 36, 41, 42, 44, 45, 48, 56, 60, 62, 63, 72, 76], "optimiz": 20, "optional": [20, 26, 40, 41, 44], "optionally": [41, 45], "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 20, 21, 26, 35, 58, 60, 69, 72, 82, 83], "or": [0, 1, 2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 31, 33, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [0, 2, 3, 76], "organizations": 42, "organizer": [41, 44], "organizing": 5, "original": [33, 44, 64], "os": 8, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 26, 27, 28, 29, 33, 35, 37, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 19, 25, 40, 41, 44, 69, 74, 82], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outboun": 35, "outgoing": 44, "outlin": 15, "outlining": 57, "outlo": 41, "outpu": [1, 8, 16], "outs": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overall": 80, "overflow": [19, 27], "overflows": 65, "overhauls": 12, "overhe": 20, "overlapping": 41, "overr": [7, 24, 33], "overrides": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 41], "overwriting": 35, "ow": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "ownclou": [27, 28, 35], "owncloud_blacklist_time_m": 11, "owncloud_blacklist_time_max": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_bytes": 11, "owncloud_free_space_bytes": 11, "owncloud_http2_enabl": 11, "owncloud_max_paral": 11, "owncloud_timeou": 11, "owncloud_upload_conflict_files": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "owners": 26, "ownership": [23, 30, 42], "owns": 41, "p": 8, "packag": [7, 8, 14, 17, 19, 20], "packages": [8, 14], "pag": [2, 7, 14, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 80, 82, 83], "pages": [2, 4, 15, 35, 41, 77], "pan": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "par": [5, 12, 20, 42, 44, 60, 69], "paral": [11, 15, 19], "parameters": [20, 52], "paren": [19, 21, 42, 58], "participan": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participat": 41, "particular": [0, 58], "parts": 2, "party": [12, 26, 41, 70], "pas": 69, "pass": [8, 20, 39], "passkey": 83, "passwor": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [6, 81], "past": [41, 51], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoin": 20, "patter": [8, 19, 39, 44], "patterns": 19, "paus": 19, "pauses": 19, "pc": 20, "pdf": 21, "peers": 2, "pem": 20, "pen": 41, "penalty": 20, "pending": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 19, 24, 33, 41, 42, 45, 59, 60, 69, 76, 83], "perfectly": 18, "perfor": [7, 9, 20, 42, 44], "perform": 44, "performanc": [20, 44, 64], "performs": 8, "periodic": 27, "perm": 20, "permanently": [4, 12, 15, 24, 41, 69], "permiss": [57, 60, 63], "permissions": [20, 37, 42, 45, 60, 69], "pers": [10, 41, 69, 83], "persist": 9, "persisten": 20, "persists": 27, "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "petersteier": 12, "phon": [42, 45, 60, 69, 81, 82], "phot": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physical": [20, 81], "pi": [15, 46, 50, 76], "pic": [37, 41, 46, 48, 56, 69, 80], "picker": [1, 21, 29, 36, 37], "pickers": 6, "pictu": [5, 82, 83], "pictures": 42, "pinn": 76, "pkgs": 8, "plac": [1, 2, 7, 8, 20, 24, 41, 42, 53, 69], "places": [20, 65, 83], "plai": [20, 21, 54], "plan": [20, 41, 48], "planning": 41, "plasm": 48, "platfor": 17, "play": [21, 45, 62], "playbac": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plis": 17, "plus": [41, 42], "poin": [14, 20, 44, 45, 83], "pointing": [10, 27, 44], "policies": 7, "poll": [9, 15, 56], "pop": 7, "pop3": 43, "popover": 80, "popular": 41, "populat": 19, "popup": 41, "por": [8, 9, 20, 44, 47], "portabl": 20, "pos": 51, "posit": 42, "possibility": [20, 38], "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "posts": 57, "potential": 44, "power": [1, 48], "powers": 24, "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigurat": 14, "predefin": [19, 41, 44, 60], "prefer": [14, 20, 44, 51], "preferenc": 41, "preferences": [0, 6, 9, 17, 41, 44, 45, 52, 81], "preferr": [7, 20, 82], "prep": [41, 62], "prepar": 66, "preparat": [18, 41], "preselect": 2, "presen": [7, 27], "presentat": 21, "presenter": 63, "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 83], "pressing": [5, 46, 66, 72], "pretty": 26, "preven": [7, 24, 35, 41, 42, 82], "prevent": 69, "prevents": 7, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [0, 1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principals": [47, 51], "prior": 7, "privacy": [38, 44, 53, 62, 83], "privat": [41, 82], "privately": 66, "privileges": 7, "pro": 81, "probably": 20, "probl": [12, 15, 81], "problems": 11, "proc": 12, "proce": 44, "procedu": 50, "process": [8, 12, 39, 41, 44, 52, 62], "processes": [8, 44], "produc": [9, 19], "produces": 21, "productivity": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "progr": [12, 14], "programs": 17, "progress": [15, 19, 60], "projec": 43, "promot": [65, 69], "promp": [8, 9, 14, 20, 81], "prompt": [14, 51, 60, 63, 72], "promptdeleteallfiles": 9, "proofs": 81, "prop": 20, "propagat": 35, "propagates": 8, "properly": [12, 20, 49], "properties": [20, 42], "propertyhandlers": 12, "propertysyst": 12, "propfin": 20, "proposal": 52, "proposes": 44, "propst": 20, "protec": [26, 35, 81], "protect": [20, 35, 42, 69], "protecting": 38, "protocol": [12, 20, 27, 47], "protocols": [50, 74], "prov": [0, 7, 8, 12, 14, 15, 20, 31, 41, 44, 57, 69, 70], "provider": [1, 6, 13, 14, 20, 26, 64], "providers": [26, 53], "provides": [0, 1, 12, 14, 15, 19, 20, 21, 38, 41, 42, 53, 69], "providing": [26, 55, 56], "provision": 44, "provisioning": 14, "proxy": [8, 9, 19], "pu": 69, "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "publish": [41, 82], "pull": 41, "purpos": 26, "purposes": 40, "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rules": 16, "qu": 17, "quality": 80, "quest": 19, "questions": 8, "quic": [2, 19, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 44, 69, 83], "quot": [20, 24, 30, 32, 82], "quotas": 33, "quotes": 66, "r": [51, 60, 80], "rad": 42, "rais": [11, 80], "rand": 35, "randomly": 44, "rang": [20, 76, 83], "ranging": 12, "rat": [41, 48], "rather": [20, 50], "re": [5, 8, 12, 20, 21, 26, 27, 28, 33, 35, 38, 41, 42, 44, 69, 82], "reach": [27, 40, 41, 44, 80], "reaches": 69, "react": 60, "reader": 0, "readers": 80, "reading": [15, 80], "reads": 9, "ready": [18, 27], "real": 64, "reappears": 45, "rearrang": 83, "reas": [47, 69], "reasons": 42, "reb": 20, "reboots": 20, "receiv": [0, 1, 20, 29, 41, 44, 60, 66, 70, 72, 76, 81], "receives": [28, 37, 62], "receiving": [35, 44, 64, 70], "recen": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "rechec": 27, "recipien": [24, 28, 35, 41], "recipients": 44, "recognisabl": 15, "recogniz": 20, "recommen": [15, 20, 25, 31, 44], "recommend": [15, 20], "reconnec": 20, "recor": [62, 77], "record": [60, 62], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recover": 26, "recoverabl": 21, "recovery": 6, "recurrenc": 41, "red": [19, 27, 50, 60, 62], "redd": 51, "redirect": [69, 72, 81], "reduc": [11, 80], "reducing": [15, 80], "refer": [14, 20, 31], "referenc": [21, 62, 76], "references": 18, "reflec": 19, "reflect": [27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": [12, 41], "regardless": [41, 56], "reged": 20, "register": [12, 14, 45, 60, 69, 78], "registering": 12, "registry": [7, 12, 20], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulations": 62, "rejec": 37, "reject": [37, 41], "rejoining": 69, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relates": 44, "relativ": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "releases": [14, 18], "relevan": [10, 41, 42, 44, 76], "rem": [12, 17, 44], "remaining": 11, "remains": 19, "remember": 1, "remin": 44, "reminder": 41, "reminders": [69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinter": 9, "remov": [1, 7, 12, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "removals": 42, "removes": [16, 20], "removing": [17, 36], "renam": [0, 21, 24, 36, 44], "renames": 35, "render": 19, "reop": 44, "rep": [8, 51], "repeating": 41, "replac": [20, 41, 45, 47, 51, 60], "replacemen": [40, 69], "replies": [57, 69, 76], "reply": [44, 66], "repor": [15, 18, 44, 80], "report": 20, "repositories": 8, "repository": [8, 9], "represents": 44, "reproduc": 18, "reproducibl": 14, "requ": [31, 41], "reques": [1, 20, 31, 44], "request": [20, 45], "requir": [7, 8, 15, 27, 41, 45, 47, 60, 64], "requirements": [6, 74], "requires": [1, 8, 20, 31, 41, 62, 69], "requiring": [38, 44, 62, 81], "res": [20, 25, 40], "reschedul": 66, "resetting": 41, "reshar": 41, "resharing": 35, "resizes": 60, "resolv": [10, 15], "resolving": 10, "resourc": [20, 41, 45, 46, 48], "resources": [42, 46, 48], "resourcetyp": 20, "respectiv": [41, 42, 43, 49, 52, 58], "respon": [41, 44, 57], "respond": 41, "respons": [20, 41, 44], "responses": 41, "responsiv": 80, "responsiveness": 6, "rest": [15, 24, 26, 39, 41], "restar": [15, 20], "restarts": 7, "restoring": 41, "restric": [6, 36], "restrict": [20, 36, 42], "resul": [1, 9, 15, 19], "resulting": 48, "results": [1, 9, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retr": [11, 44], "retries": 8, "retriev": [20, 42], "retry": [27, 44], "retrying": [19, 27], "retur": [21, 28, 42, 60], "return": 26, "rev": [20, 44], "reveal": 15, "rever": [35, 69], "review": [1, 20, 41], "rf": 17, "rfc": 41, "rich": [1, 50], "righ": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": [35, 44], "ring": 60, "ris": 18, "rising": 60, "rm": 17, "ro": [8, 15, 20, 24, 35, 37, 58], "roaming": 9, "rol": [42, 82], "roll": [39, 57], "rooms": [42, 73, 77], "row": [21, 36, 65], "rows": 36, "rss": 6, "ru": [1, 8, 9, 20, 24, 26, 27, 39, 77], "rul": 44, "rules": [36, 41, 44], "running": [6, 15, 17, 20, 26], "runs": 10, "rw": 20, "s3": [20, 27], "sabredav": 20, "saf": [17, 38, 53, 69, 81], "safar": 83, "sai": 7, "sales": 82, "sam": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "sav": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 51, 54, 56, 62, 80, 82], "saves": 44, "saving": [47, 48], "say": 10, "says": [20, 26], "scan": [12, 27, 81], "scann": 81, "scanner": 45, "scary": 5, "scenar": 24, "scenarios": 10, "schan": 51, "schedul": [1, 14, 41, 52, 66, 69], "schem": 12, "scop": [14, 44, 82], "scopes": 82, "scp": 20, "scre": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "scrip": [20, 26, 44], "scripting": 20, "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "se": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 51, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seamless": 26, "seamlessly": 15, "search": [2, 6, 8, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80], "searchabl": 46, "searches": [44, 83], "searching": [41, 44, 69, 82], "sec": 9, "secon": [2, 6, 7, 39, 42, 44, 56, 66, 69], "seconds": [9, 11, 15, 39, 48, 60, 62, 81], "secr": [0, 8, 41, 81], "secrets": 20, "sect": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secu": [20, 38, 53], "secur": 20, "security": [6, 20, 26, 30, 38, 45, 51, 83], "seeing": [35, 82], "sees": 38, "selec": [0, 2, 5, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "select": [1, 15, 21, 36, 41, 42, 44, 81], "selecting": [2, 14, 15, 41, 44, 56, 62], "selections": 41, "selectiv": 8, "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "sen": [0, 1, 10, 20, 28, 29, 41, 44, 45, 58, 60, 66, 69, 70, 76, 80], "sender": [44, 76], "senders": 44, "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensitiv": 69, "separat": [0, 1, 41, 44, 82], "separately": [25, 42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercer": 20, "servers": [20, 21, 27, 28, 35, 41, 53, 70, 82], "servic": [20, 26, 27, 47, 53], "services": [20, 26, 27, 29, 57, 74, 77], "sess": [9, 20, 42], "sessions": 9, "set": [4, 9, 20, 26, 31, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "sets": 41, "setting": [0, 4, 6, 10, 12, 16, 24, 35, 41, 43, 44, 45, 48, 69, 81], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 35, 36, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81, 82], "settl": 41, "setup": [12, 41, 45, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "sha": [0, 2, 19, 20, 24, 26, 27, 29, 33, 38, 41, 42, 43, 53, 56, 62, 63, 73, 82], "shall": 9, "shar": [0, 2, 3, 15, 20, 21, 26, 27, 28, 33, 35, 41, 53, 56, 62, 63, 69, 76, 82], "share": 35, "sharees": 35, "shares": [0, 15, 21, 23, 24, 26, 27, 30, 41, 76, 82], "sharing": [0, 6, 20, 28, 29, 30, 37, 53, 61, 70, 73], "shell": 12, "shif": [42, 80], "shor": [18, 40, 41, 42, 44], "shortcu": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "shoul": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 4, 9, 12, 19, 20, 21, 35, 36, 40, 41, 42, 44, 46, 60, 69, 79, 81, 83], "showexperimentaloptions": 9, "showing": [0, 4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shows": [0, 1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sic": 40, "sid": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sig": [19, 20, 42, 49], "sign": [20, 49], "signatu": 44, "significan": [20, 44], "significantly": 20, "silen": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarly": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simplif": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singlet": 44, "sip": 69, "sits": 19, "situat": [10, 11], "siz": [9, 11, 19, 20, 31, 33, 42, 80], "sizes": 31, "sizing": 9, "skip": [60, 80], "skipp": 11, "skipping": 60, "skipupdatechec": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smar": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippets": 44, "snoozing": 44, "so": [0, 1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softw": [7, 12, 14, 17, 53, 80], "solely": 44, "solut": 53, "solutions": [20, 35], "solv": [12, 81], "solves": 12, "som": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebody": 72, "someon": [10, 41, 42, 60, 69, 82], "something": 81, "sometimes": 41, "somewh": 81, "soones": 24, "sorting": 44, "sourc": [14, 20, 37, 38, 53], "sourcedir": 8, "sources": 48, "spac": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "spe": [44, 72], "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specif": [8, 16, 44], "specific": [0, 6, 8, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifically": 12, "specifies": [9, 11], "specify": [7, 8, 16, 20, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speeds": 20, "spli": 44, "spok": 60, "spreadsh": 21, "squ": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stac": 44, "standar": [8, 14, 41], "standardiz": 15, "standards": 80, "stands": 20, "star": [1, 12, 20, 21, 38, 41, 42, 44, 45, 52, 58, 62, 69, 71, 72, 76], "starr": 21, "start": [3, 6, 20, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": [19, 20], "stat": [8, 15, 19, 20, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stay": [20, 24, 41, 44, 59], "stdou": 16, "step": [12, 14, 36, 41, 47, 51, 69], "steps": [20, 28, 35, 44, 45, 46, 48, 49, 50, 51], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "sto": [19, 20, 26, 33, 42, 45, 81], "stol": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "stor": [4, 15, 20, 26, 39, 42, 44], "storag": [15, 20, 22, 26, 30, 32, 81], "stores": [15, 20], "stre": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripes": 41, "strongly": 20, "structu": [2, 3, 21, 42], "structures": 26, "style": 43, "su": [12, 17, 20, 39, 41, 47, 49, 60, 81, 83], "sub": [24, 45], "subdirectory": 20, "subfolder": 8, "subfolders": 12, "subjec": 44, "subjects": 44, "subm": [1, 41], "submenu": 76, "subpag": 2, "subpages": 2, "subscr": [50, 76], "subscrib": 76, "subscript": [41, 53], "subscriptions": [41, 45], "subsequen": [15, 20], "substantially": 20, "substring": 44, "successf": [14, 27, 28, 41], "successfully": [7, 51], "such": [0, 1, 7, 10, 14, 19, 20, 26, 27, 33, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sud": 17, "suggest": [44, 50], "suit": 8, "suitabl": 41, "summarizat": 1, "summarizing": 44, "summary": 57, "superior": 35, "suppor": [14, 15, 17, 19, 20, 41, 42, 46, 49, 51, 81], "support": [8, 16, 21, 41, 42, 44, 50, 53, 66, 74, 83], "supporting": 41, "supports": [14, 15, 20, 39, 41, 42, 44, 50, 81], "swif": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "switches": 8, "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 50, 51, 53, 81], "synced": [12, 17, 19, 25, 41, 48], "synchroniz": [8, 10, 11, 13, 19, 20, 41, 45, 48, 50, 51, 53], "synchronizat": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 22, 50, 51, 53], "synchronizations": 8, "synchronizes": 50, "synchronizing": [6, 25, 43], "syncing": [19, 42, 47, 49], "syncs": 12, "syntactical": 19, "syntax": [19, 20, 66, 69], "sys": 12, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 20, 27], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabb": 21, "tables": 66, "tabs": 19, "tackl": 69, "tag": [21, 44], "tagg": 0, "tagging": [36, 44], "tags": [21, 30, 32], "tak": [2, 12, 17, 28, 41, 44, 48, 62, 69], "takes": [9, 15, 26, 33, 42, 83], "taking": 41, "tal": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "targ": [9, 15, 20, 37, 41], "targetchunkuploaddurat": 9, "targeting": 44, "targets": [35, 83], "tas": [2, 6, 43, 46, 66], "tasks": [0, 1, 20, 41, 44, 45, 46, 48, 57, 69], "te": [2, 3, 6, 27, 43, 69, 80], "teach": 44, "teams": [69, 74], "technical": 15, "technically": 14, "telegr": 42, "telephon": 82, "tell": [19, 41, 44], "tells": 19, "templates": 5, "temporarily": [12, 20, 60], "temporary": 33, "ten": 27, "tentativ": [41, 44], "tentatively": [41, 44], "ter": [1, 18, 41, 46], "terabytes": 12, "terminal": 15, "tes": [14, 20, 24, 48], "test": [10, 12], "testers": 18, "testing": [9, 18], "tests": 44, "tex": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 53, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 16, 17, 18, 22, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 20, 21, 24, 26, 28, 35, 37, 41, 44, 51, 53, 54, 58, 60, 69, 82], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "themes": 6, "theming": 80, "themselves": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 24, 26, 28, 29, 33, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "theref": [38, 47], "thes": [10, 14, 15, 19, 21, 25, 26, 28, 31, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thi": [2, 41], "thing": [19, 50], "thir": [12, 26], "this": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thos": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thre": [1, 14, 19, 21, 27, 35, 36, 41, 42, 56, 58, 60, 65, 76], "thread": 44, "threads": [44, 76], "threshol": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughou": 41, "throw": 45, "thumbnail": 21, "thumbnails": [26, 33], "thumbs": 8, "thunderbir": [6, 41, 42, 43], "thus": 8, "tic": 62, "til": 65, "tiles": 65, "tim": [9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 41, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridwe": 41, "timeou": [9, 11], "timeouts": 26, "times": [8, 19, 20], "timestamp": [37, 39], "timestamps": 24, "timezon": 41, "timezones": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 24, 25, 27, 28, 29, 30, 31, 33, 34, 37, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "together": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "tok": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": [6, 41, 54], "tool": [2, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36, 43], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchp": 63, "towards": 45, "trac": 0, "tracker": 80, "trail": 21, "transcribes": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "transferr": [20, 37], "transferring": 41, "transfers": 20, "translat": [4, 53, 61, 73], "translations": 44, "transparen": 41, "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_obligat": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tre": 19, "tri": 44, "tries": [8, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "triggering": 44, "troubl": 20, "troubleshooting": 47, "tru": [7, 16, 44], "trus": [8, 20, 38], "trust": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tt": 5, "tu": 20, "tumblr": 42, "tur": 75, "turn": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80, 81], "typefac": 80, "types": [0, 15, 21, 42, 66, 69], "typical": 19, "typically": [19, 57, 81], "typing": [2, 37, 44, 69], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umoun": 20, "un": [5, 26], "unabl": [10, 11], "unaffect": 11, "unauthenticat": 0, "unauthoriz": 81, "unavailabl": [15, 20, 27, 69], "unchang": 44, "unchec": [0, 36, 41, 42], "uncommen": 20, "und": 41, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understan": 33, "understanding": 44, "undesir": 19, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocus": 80, "unfortunately": 20, "unif": [6, 76], "unifying": 5, "uninstall": 17, "uninstallat": [6, 13], "uninstalling": 17, "unintend": 9, "uniqu": [26, 41, 60, 82], "universal": [6, 12], "universities": 7, "unknow": 45, "unl": 15, "unless": [8, 10, 12, 20, 41, 81], "unlinks": 28, "unloc": 81, "unlocking": 15, "unmonitor": 12, "unmoun": 20, "unmut": [60, 72], "unmutes": 60, "unorder": 66, "unorthodox": 12, "unp": 76, "unre": [44, 66, 69, 80, 83], "unresolv": 10, "uns": 44, "unselec": 42, "unsen": 44, "unsh": [35, 41], "unshares": 41, "unsubscrib": 44, "unsuccessf": 44, "unsync": 8, "unsyncedfolders": 8, "unsynchroniz": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unusabl": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 70, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "updat": [6, 7, 10, 13, 14, 19, 20, 41, 42, 45, 48, 54, 64], "updater": [6, 13, 14], "updates": [0, 26, 42, 44], "updating": [7, 19, 44], "upgrad": 28, "uplo": [9, 10, 19, 20, 21, 27, 29, 31, 33, 35, 41, 42, 60], "upload": [9, 10, 11, 15, 33, 41, 62, 69], "uploaders": 29, "uploading": [31, 41, 72], "uploads": [9, 10, 21, 22, 23, 30, 33], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [5, 7, 8, 9, 12, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 36, 38, 39, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_locks": 20, "usebasicauth": 20, "usef": [15, 20, 21, 31, 41, 44, 60, 72, 82], "user": [4, 6, 8, 9, 10, 15, 17, 20, 27, 28, 33, 35, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "user1": 24, "user2": 24, "user3": 24, "userm": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "users": [0, 7, 9, 10, 14, 15, 18, 19, 20, 24, 26, 28, 31, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 20, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 53, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "using_the_windows_10_calendar_application_with": 51, "usual": 26, "usually": [12, 44, 47], "utf": 20, "utiliz": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "val": [41, 44, 51], "validat": [19, 50], "valu": [7, 11, 12, 15, 16, 20, 24, 42, 44], "values": [9, 11, 19, 42], "var": 16, "variabl": [9, 10, 11], "variables": [6, 13, 31, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcar": 42, "vcards": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "verificat": 69, "verify": [20, 41, 44], "vers": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [7, 9, 17, 18, 20, 33, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "verzi\u00f3": 41, "vi": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "vide": [62, 63, 69, 72, 73, 80], "videos": 21, "view": [0, 1, 7, 14, 20, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "viewers": 80, "viewing": [6, 35], "views": 21, "virtual": [17, 19, 82], "vis": [25, 44], "visibility": [15, 37, 42, 69, 82], "visibl": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visitors": 5, "vist": 20, "visual": 80, "visualiz": 15, "voic": 60, "volum": 8, "vot": [41, 56], "votes": 41, "vpn": 20, "v\u00e1ltozot": 41, "wai": 18, "waiting": [1, 19, 39, 44, 79], "wan": [0, 2, 4, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "wants": [5, 41], "war": [12, 44], "warning": [19, 20, 26, 41, 44], "warnings": [19, 20], "was": [0, 1, 9, 35, 39, 41, 44, 81, 83], "watches": 12, "way": [2, 12, 15, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 45, 56, 62], "we": [0, 2, 5, 9, 12, 14, 15, 18, 20, 24, 25, 26, 31, 39, 41, 42, 43, 44, 51, 57, 69, 70, 80, 82], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauth": 81, "webclien": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinars": [77, 79], "websit": [43, 73], "wednesday": 41, "weekly": [0, 42], "weeks": [42, 69], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatever": 51, "whe": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "whereas": 7, "wherever": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "whit": 19, "whiteboards": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whol": [15, 26, 41], "whom": 41, "wi": [57, 74], "wid": [10, 26, 36, 62, 82], "wider": 82, "widg": 44, "widgets": [44, 83], "wildcards": [8, 19, 44], "will": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 24, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "win": 20, "window": [9, 10, 12, 15, 16, 20, 29, 45, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": [17, 41], "wish": [41, 44, 50, 60], "with": [0, 2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 24, 25, 27, 28, 29, 33, 36, 40, 43, 44, 52, 53, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "withou": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizar": [12, 14, 19], "won": [10, 14, 20, 41, 81], "wor": [10, 15, 19, 20, 26, 36, 41, 44, 45, 48, 54, 81, 82], "wordpress": 12, "words": [5, 38], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [20, 26, 27, 41, 44, 46, 81], "workshops": 42, "workspac": 9, "worl": 82, "worry": 15, "woul": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 20, 41, 69], "writabl": 42, "writes": 16, "writing": [20, 44, 49], "writt": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttpreques": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [15, 26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdom": [20, 49], "yourpasswor": 20, "yourself": [0, 20, 36, 41, 69, 76], "youruser": 20, "yu": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zo": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Tartalomjegyz\u00e9k", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "abou": 12, "accepting": 70, "access": [4, 35, 36, 80], "accessing": [20, 21, 22, 27], "accoun": [19, 44], "accounts": [19, 49], "actions": [15, 44], "activities": 0, "activity": [0, 21], "ad": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "address": [42, 44, 82], "addresses": 44, "advanc": 44, "ai": [1, 44], "alias": [15, 44], "all": [44, 78], "alternativ": 50, "an": [5, 14, 20, 21, 25, 35, 36, 38, 41, 42, 44, 45, 54, 57, 59, 60, 64, 66, 69, 70, 72, 78, 79, 80, 83], "andro": 45, "anonymous": 29, "another": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45], "appearanc": 55, "applications": 81, "appointmen": 41, "appointments": 41, "apps": 75, "ar": [12, 24], "archiv": 69, "as": [42, 44, 72], "assig": 41, "assigning": 36, "assistan": 1, "at": 42, "attachments": [41, 56], "attempting": 12, "attendees": 41, "aud": 60, "authenticat": 81, "automat": [41, 44], "automatic": [7, 44], "autoresponder": 44, "autoresponders": 44, "availability": 41, "backends": 27, "backgroun": 26, "backgrounds": 60, "ban": 69, "basic": 7, "being": 12, "betw": 52, "bi": 41, "birthday": 41, "blocks": 44, "bo": [41, 82], "body": 44, "booking": 41, "books": 42, "bots": 57, "breakou": [58, 60], "browser": [60, 83], "browsers": 54, "browsing": 36, "busy": 41, "by": 36, "calendar": [41, 44, 45, 47, 51, 59], "calendars": [41, 50], "call": [60, 62, 64, 65, 72], "calls": 61, "can": [26, 82], "car": 75, "cardbo": 50, "chang": [12, 26, 27, 44], "changes": [12, 54], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "clien": [8, 13, 19, 60, 81], "clients": [20, 25, 60], "clou": 28, "codes": 81, "collaborat": 23, "collectives": [2, 3], "color": 44, "comman": [8, 16, 20], "commands": 57, "comments": 21, "compac": [44, 55], "compos": 44, "composer": 44, "conditions": 44, "configu": 58, "configurat": [9, 15, 41], "configuring": [19, 81], "conflic": 15, "conflicts": 10, "connect": 54, "connecting": 21, "consen": 62, "considerations": 81, "contac": 42, "contacts": [42, 44, 45, 47, 50, 51], "contex": 15, "continuously": 12, "control": 39, "controlling": 60, "controls": 21, "conversat": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "creat": [5, 41, 42, 44, 75], "creates": 5, "creating": [20, 21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "curl": 20, "cyberduc": 20, "daily": 0, "dashboar": [44, 69, 83], "dat": [52, 82], "debug": 15, "dec": 75, "deeper": 12, "delegat": [41, 44], "delet": [24, 41, 44], "deleting": 39, "desktop": [13, 19, 20, 25, 46, 60], "details": 21, "detect": [27, 44], "devic": [38, 54], "devices": 54, "directories": 12, "dis": 11, "disabl": 26, "display": 44, "displaying": 38, "disposabl": 69, "dolph": 20, "downlo": [14, 60], "download": 15, "drives": 20, "drop": 29, "duplicat": [41, 42], "during": 60, "e2e": 38, "ed": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "email": [0, 28, 72], "emoj": 66, "en": 38, "enabl": [12, 44], "enabling": 38, "encrypt": [26, 34, 38], "encrypting": 38, "envelop": 44, "environmen": 11, "environments": 7, "ev": 12, "even": [41, 44], "events": [41, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experimental": 10, "expirat": 69, "explorer": 20, "expor": 41, "extensions": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorit": 42, "favorites": 44, "fe": 0, "features": 15, "federat": [21, 28, 35, 41, 70], "fil": [9, 15, 19, 20, 21, 27, 29, 31, 35], "files": [0, 4, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 32, 36, 45, 56, 71], "filter": [44, 69], "filtering": [0, 21, 44], "finder": 15, "firs": [2, 5], "folder": [12, 38, 44], "folders": [12, 21], "follow": 44, "for": [41, 44, 77], "frequency": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnom": 46, "gri": [21, 65], "group": [26, 69], "groups": [35, 42], "groupw": 43, "gues": 72, "han": 60, "handling": 8, "happens": 24, "hardw": 81, "history": 1, "holiday": 41, "hours": 41, "how": [5, 12, 24, 26, 44], "i": 12, "ic": 19, "icons": [19, 21], "ics": 41, "if": 81, "ignor": 19, "immediately": 60, "impor": 41, "importing": 42, "in": [0, 7, 12, 44, 56, 76, 81, 82], "inbox": 44, "inboxes": 44, "includ": 80, "indicators": 15, "inf": 44, "informat": 42, "initial": 14, "inserting": 66, "install": [8, 14], "installat": 14, "instances": 52, "instructions": 17, "int": 75, "integrat": [15, 44, 59, 71], "integrating": 75, "interacting": 76, "interfac": [12, 21, 83], "internal": [35, 44], "introduct": [5, 53], "introductions": 5, "invit": 41, "invitat": [44, 70], "invitations": [41, 44], "ios": 47, "is": 26, "issues": [15, 20], "it": [12, 26], "items": 42, "jo": [60, 72], "job": 26, "joining": [60, 72], "jun": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboar": [44, 80], "know": [15, 20], "kontac": 48, "languag": 12, "larg": 31, "layou": [44, 65], "le": 15, "levels": 36, "li": [12, 35], "lin": [8, 16, 20], "linux": [7, 12, 14, 17, 20], "lis": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "log": 26, "logging": [15, 81], "los": 81, "low": 11, "macos": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "making": 29, "manag": [54, 58, 62], "manager": [19, 20], "manages": 24, "managing": [24, 32, 36, 41, 42, 44, 54, 69], "manual": 53, "manually": 42, "mapping": 20, "mar": 42, "markdow": [4, 66], "matterbridg": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "ment": 44, "menu": 15, "merging": 42, "messag": [44, 75], "messages": [40, 44, 55, 66, 69, 75, 76], "meth": 50, "microsof": 20, "migrat": 52, "minimiz": 44, "mnemonic": 38, "mo": 66, "mobil": [20, 25, 45, 60], "mod": 44, "modal": 44, "moderators": 77, "modif": 12, "mounts": 20, "mov": [12, 26, 44], "moving": 21, "multipl": 42, "my": 12, "naming": 39, "nativ": 44, "nautilus": 20, "navigating": [21, 80, 83], "networ": 19, "new": [19, 28, 35, 41, 44], "nex": [2, 26], "nextclou": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26, 69], "notificat": 0, "notifications": [1, 41, 45, 69], "of": [12, 40, 55], "offic": 40, "official": 20, "on": [12, 14, 20, 44, 50, 69, 76], "onboar": 5, "only": 50, "op": 78, "operat": 44, "options": [16, 41, 42], "or": [21, 26, 41, 42, 60, 72], "order": 44, "organiz": 42, "other": 72, "others": 35, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlay": 19, "overview": 10, "ow": [5, 27, 29], "ownership": 37, "pag": 5, "paren": 5, "participants": [60, 69], "party": 20, "passwor": [26, 54], "passwords": 54, "personal": 1, "phishing": 44, "picker": 66, "pickers": 1, "pictu": 42, "pinning": 76, "plann": 26, "player": 21, "polls": 56, "possibl": 26, "preferences": 82, "preventing": 7, "previewing": 21, "priority": 44, "privacy": 69, "privat": [26, 69], "probl": 20, "problems": 20, "profil": [82, 83], "progress": 41, "projec": 5, "propos": 41, "proposal": 41, "proposals": 41, "provider": 15, "public": [20, 35], "publishing": 41, "quic": 44, "quot": 33, "quotas": 24, "rais": 60, "reactions": 60, "recipien": 44, "recommend": 50, "recor": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "reminder": 76, "reminders": [41, 44], "remov": 42, "replies": 44, "replying": 66, "requirements": [14, 83], "resources": 41, "responding": 41, "responsiveness": 80, "restric": 82, "ro": 41, "roles": 42, "rooms": [41, 58, 60], "rss": 0, "running": 1, "schedul": [44, 59], "scheduling": 66, "scre": [60, 63, 72], "se": 82, "search": [44, 76, 83], "searching": 21, "secon": 81, "security": [34, 44], "selecting": 21, "self": 69, "sending": [44, 66, 70], "server": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [29, 40, 76, 82], "settings": [0, 1, 19, 44, 72, 83], "setup": [14, 49], "sha": [21, 28, 35, 72, 75], "shar": [24, 42, 44], "shares": [20, 28, 35], "sharing": [15, 19, 21, 23, 26, 27, 35, 41, 56, 63, 82], "shortcuts": 44, "sid": 26, "sidebar": [0, 21], "silen": 66, "smar": [1, 44, 66], "snooz": 44, "solut": 20, "som": 12, "sor": 44, "spac": [11, 24], "speaker": 65, "specific": 54, "star": 60, "start": 2, "starting": [60, 72], "status": [15, 19, 21, 41], "step": 5, "steps": 2, "stops": 12, "storag": [24, 27, 33], "stre": 0, "sub": 12, "subfolder": 44, "subscr": 41, "summary": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchroniz": 12, "synchronizat": [19, 25, 30], "synchronizing": [45, 46, 47, 48, 49, 50, 51], "syncing": 12, "system": [14, 36], "systray": 19, "tag": 36, "tags": [36, 44], "tal": [41, 59, 60, 69, 71, 73], "tartalomjegyze": 6, "tas": [1, 44], "tasks": 75, "te": [5, 42], "teams": 42, "templat": 5, "tex": 44, "than": 12, "the": [0, 7, 8, 12, 15, 19, 20, 21, 24, 26, 38, 41, 42, 44, 45, 46, 50, 60, 82, 83], "their": 5, "themes": 80, "they": 12, "thir": 20, "this": 26, "thre": 44, "thread": 76, "thunderbir": 50, "tim": 42, "times": 41, "tlsv1": 51, "to": [5, 12, 21, 26, 35, 36, 38, 41, 42, 44, 66, 69], "together": 5, "tokens": 81, "trac": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [15, 49, 51], "two": 81, "unif": [44, 83], "uninstallat": 17, "universal": 80, "unsubscr": 44, "up": [29, 41, 44, 60], "updat": 18, "updater": 7, "updates": 7, "upload": 12, "uploading": [10, 21, 29], "uploads": [29, 31], "us": [2, 44], "usag": 8, "user": [12, 19, 26, 41, 53], "users": 35, "using": [0, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "variables": 11, "vers": 39, "versions": 14, "vi": [28, 80], "vide": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": 42, "wan": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widg": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 45, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "withou": [26, 45], "workflow": 7, "working": 41, "works": 12, "woul": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zo": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/id/contents.html b/server/latest/user_manual/id/contents.html index 8caf378a226..09bde04bcab 100644 --- a/server/latest/user_manual/id/contents.html +++ b/server/latest/user_manual/id/contents.html @@ -180,6 +180,7 @@
                                • Installation
                                • Uninstallation
                                • Using the Synchronization Client
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/id/desktop/autoupdate.html b/server/latest/user_manual/id/desktop/autoupdate.html index 6bf6a818f51..368b4545143 100644 --- a/server/latest/user_manual/id/desktop/autoupdate.html +++ b/server/latest/user_manual/id/desktop/autoupdate.html @@ -84,6 +84,7 @@
                                • Installation
                                • Uninstallation
                                • Using the Synchronization Client
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/id/desktop/commandline.html b/server/latest/user_manual/id/desktop/commandline.html index d3f401a94a3..684c3717993 100644 --- a/server/latest/user_manual/id/desktop/commandline.html +++ b/server/latest/user_manual/id/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
                                • Installation
                                • Uninstallation
                                • Using the Synchronization Client
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                  • Install
                                  • Usage
                                  • @@ -257,7 +258,7 @@

                                    Example
                                    diff --git a/server/latest/user_manual/id/desktop/configfile.html b/server/latest/user_manual/id/desktop/configfile.html index 2e7d8fd8683..7b619aaafa3 100644 --- a/server/latest/user_manual/id/desktop/configfile.html +++ b/server/latest/user_manual/id/desktop/configfile.html @@ -84,6 +84,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/conflicts.html b/server/latest/user_manual/id/desktop/conflicts.html index 684d1c4244a..3289b9ad7b8 100644 --- a/server/latest/user_manual/id/desktop/conflicts.html +++ b/server/latest/user_manual/id/desktop/conflicts.html @@ -84,6 +84,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/envvars.html b/server/latest/user_manual/id/desktop/envvars.html index fb4d031efb2..1ca98a89959 100644 --- a/server/latest/user_manual/id/desktop/envvars.html +++ b/server/latest/user_manual/id/desktop/envvars.html @@ -84,6 +84,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/faq.html b/server/latest/user_manual/id/desktop/faq.html index 7b556384e23..76c910f2736 100644 --- a/server/latest/user_manual/id/desktop/faq.html +++ b/server/latest/user_manual/id/desktop/faq.html @@ -84,6 +84,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/index.html b/server/latest/user_manual/id/desktop/index.html index 0721ea93e87..d883a07fe3e 100644 --- a/server/latest/user_manual/id/desktop/index.html +++ b/server/latest/user_manual/id/desktop/index.html @@ -84,6 +84,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • @@ -133,6 +134,7 @@

                                    Desktop ClientInstallation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/installation.html b/server/latest/user_manual/id/desktop/installation.html index ec3aeb7df5e..a1cf03b336b 100644 --- a/server/latest/user_manual/id/desktop/installation.html +++ b/server/latest/user_manual/id/desktop/installation.html @@ -92,6 +92,7 @@
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/macosfileprovider.html b/server/latest/user_manual/id/desktop/macosfileprovider.html new file mode 100644 index 00000000000..dad16bbd976 --- /dev/null +++ b/server/latest/user_manual/id/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                    + + +
                                    + +
                                    + +
                                    +
                                    +
                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                    + + + +
                                    +
                                    +
                                    ☁️ Versions
                                    + +
                                    + + 35 (latest) + +
                                    + +
                                    + + 34 (stable) + +
                                    + +
                                    + + 33 + +
                                    + +
                                    + + 32 + +
                                    + +
                                    +
                                    +
                                    + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/id/desktop/macosvfs.html b/server/latest/user_manual/id/desktop/macosvfs.html index 289883619f5..497d7f7af97 100644 --- a/server/latest/user_manual/id/desktop/macosvfs.html +++ b/server/latest/user_manual/id/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    - - -
                                    - -
                                    - -
                                    -
                                    -
                                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    - - - -
                                    -
                                    -
                                    ☁️ Versions
                                    - -
                                    - - 35 (latest) - -
                                    - -
                                    - - 34 (stable) - -
                                    - -
                                    - - 33 - -
                                    - -
                                    - - 32 - -
                                    - -
                                    -
                                    -
                                    - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/id/desktop/options.html b/server/latest/user_manual/id/desktop/options.html index 6eb7b763303..10f4b39a575 100644 --- a/server/latest/user_manual/id/desktop/options.html +++ b/server/latest/user_manual/id/desktop/options.html @@ -84,6 +84,7 @@
                                  • Installation
                                  • Uninstallation
                                  • Using the Synchronization Client
                                  • +
                                  • Using the macOS File Provider
                                  • Using the Command-Line Client
                                  • Command-Line Options
                                  • Configuration File
                                  • diff --git a/server/latest/user_manual/id/desktop/uninstallation.html b/server/latest/user_manual/id/desktop/uninstallation.html index 69ce1960081..e47f15872a9 100644 --- a/server/latest/user_manual/id/desktop/uninstallation.html +++ b/server/latest/user_manual/id/desktop/uninstallation.html @@ -92,6 +92,7 @@

                                • Using the Synchronization Client
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/id/desktop/updatechannel.html b/server/latest/user_manual/id/desktop/updatechannel.html index 0880caae31f..d7bbafff18b 100644 --- a/server/latest/user_manual/id/desktop/updatechannel.html +++ b/server/latest/user_manual/id/desktop/updatechannel.html @@ -84,6 +84,7 @@
                                • Installation
                                • Uninstallation
                                • Using the Synchronization Client
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/id/desktop/usage.html b/server/latest/user_manual/id/desktop/usage.html index 33e5d104990..0e27f5d1b8d 100644 --- a/server/latest/user_manual/id/desktop/usage.html +++ b/server/latest/user_manual/id/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
                                • General Window
                                • Using the Network Window
                                • Using the Ignored Files Editor
                                • -
                                • Virtual Files on macOS -
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • @@ -383,15 +380,6 @@

                                Using the Network Window -

                                Virtual Files on macOS

                                -

                                For information about using virtual files integration on macOS, see:

                                - - @@ -399,7 +387,7 @@

                                Virtual Files on macOS

                                diff --git a/server/latest/user_manual/id/objects.inv b/server/latest/user_manual/id/objects.inv index cc83e456a8c..c3b2089d982 100644 Binary files a/server/latest/user_manual/id/objects.inv and b/server/latest/user_manual/id/objects.inv differ diff --git a/server/latest/user_manual/id/searchindex.js b/server/latest/user_manual/id/searchindex.js index 61e05064f54..d51568f3cbb 100644 --- a/server/latest/user_manual/id/searchindex.js +++ b/server/latest/user_manual/id/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user's password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daftar Isi": [[6, null]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 introduksi manual pengguna": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "But": 24, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 24, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 25, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 24, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "adalah": 53, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24, 33], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "akan": 53, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alloc": 24, "allow": [0, 7, 8, 12, 15, 20, 24, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "aman": 53, "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "anda": 53, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "aplikasi": 53, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 21, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atau": 53, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "beberapa": 53, "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "berbagi": 53, "berka": 53, "bersama": 53, "berubah": 41, "besar": 53, "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "complic": 24, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 24, 25, 46], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": [24, 33], "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 24, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 24, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dan": 53, "danger": 26, "dapat": 53, "dari": 53, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "datang": 53, "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 42, 58, 59, 66, 69, 80], "dengan": 53, "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 60, 69, 72, 81, 83], "di": 53, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "didukung": 53, "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_cr": 8, "direktori": 53, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disinkronkan": 53, "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 25, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 24, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 24, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "grati": 53, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "hingga": 53, "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "introduksi": 6, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "ke": 53, "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kendalikan": 53, "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "komput": 53, "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "lain": 53, "land": [2, 42], "langganan": 53, "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layanan": 53, "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 24, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letakkan": 53, "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "lokal": 53, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "lunak": 53, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [24, 39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": [1, 24], "menggunakan": 53, "mengoperasikan": 53, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menyediakan": 53, "menyelaraskannya": 53, "mereka": 53, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 28, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "mulai": 53, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "oleh": 53, "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "orang": 53, "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "pada": [41, 53], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "patuh": 53, "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "pengguna": 6, "penyedia": 53, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perangkat": 53, "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 24, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "perusahaan": 53, "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 24, 41, 42, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 24, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [24, 35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 25, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 24, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 20], "restor": [24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "rumah": 53, "run": [6, 8, 9, 10, 15, 17, 20, 24, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "satu": 53, "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": [10, 24], "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "segera": 53, "selamat": 53, "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "semua": 53, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sendiri": 53, "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 25, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sinkronisasi": 53, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solusi": 53, "solut": 35, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "sumber": 53, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 22, 41, 43], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "terbuka": 53, "terjamin": 53, "term": [1, 18, 41, 46], "tersebut": 53, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [24, 37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "untuk": 53, "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 24, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "versi": 41, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "yang": 53, "ye": [26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Daftar Isi", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 introduksi manual pengguna", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 24], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daftar": 6, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [24, 39, 41, 44], "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "happen": 24, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 24, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "introduksi": 53, "invit": [41, 44, 70], "io": 47, "isi": 6, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 81, "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 24, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "pengguna": 53, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": [20, 35], "publish": 41, "quick": 44, "quota": [24, 33], "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 24, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user's password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daftar Isi": [[6, null]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 introduksi manual pengguna": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "But": 24, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 24, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 25, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 24, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "adalah": 53, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24, 33], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "akan": 53, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alloc": 24, "allow": [0, 7, 8, 12, 15, 20, 24, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "aman": 53, "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "anda": 53, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "aplikasi": 53, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 21, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atau": 53, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "beberapa": 53, "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "berbagi": 53, "berka": 53, "bersama": 53, "berubah": 41, "besar": 53, "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "complic": 24, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 24, 25, 46], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": [24, 33], "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 24, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 24, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dan": 53, "danger": 26, "dapat": 53, "dari": 53, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "datang": 53, "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 42, 58, 59, 66, 69, 80], "dengan": 53, "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 60, 69, 72, 81, 83], "di": 53, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "didukung": 53, "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41], "directory_that_has_been_cr": 8, "direktori": 53, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disinkronkan": 53, "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 25, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 24, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 33, 37, 38, 39, 41, 42, 44, 46, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 24, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "grati": 53, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 15, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "hingga": 53, "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hood": 15, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "introduksi": 6, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "ke": 53, "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kendalikan": 53, "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "komput": 53, "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "lain": 53, "land": [2, 42], "langganan": 53, "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layanan": 53, "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 24, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letakkan": 53, "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "lokal": 53, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "lunak": 53, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [24, 39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": [1, 24], "menggunakan": 53, "mengoperasikan": 53, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menyediakan": 53, "menyelaraskannya": 53, "mereka": 53, "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 28, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "mulai": 53, "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "oleh": 53, "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "orang": 53, "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "pada": [41, 53], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "patuh": 53, "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "pengguna": 6, "penyedia": 53, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perangkat": 53, "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 24, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "perusahaan": 53, "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 24, 41, 42, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 24, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [24, 35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 26, 31, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 25, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 24, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 15, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": [10, 15], "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "rumah": 53, "run": [6, 8, 9, 10, 15, 17, 20, 24, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "satu": 53, "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": [10, 24], "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "segera": 53, "selamat": 53, "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "semua": 53, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sendiri": 53, "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 25, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sinkronisasi": 53, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solusi": 53, "solut": 35, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "sumber": 53, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 22, 41, 43], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "terbuka": 53, "terjamin": 53, "term": [1, 18, 41, 46], "termin": 15, "tersebut": 53, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [24, 37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "untuk": 53, "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 24, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "versi": 41, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "yang": 53, "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Daftar Isi", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "Files & synchronization", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 introduksi manual pengguna", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 24], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daftar": 6, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [24, 39, 41, 44], "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 30, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "happen": 24, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 24, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "introduksi": 53, "invit": [41, 44, 70], "io": 47, "isi": 6, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": [15, 81], "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 24, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "pengguna": 53, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": [20, 35], "publish": 41, "quick": 44, "quota": [24, 33], "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 24, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80}}) \ No newline at end of file diff --git a/server/latest/user_manual/it/contents.html b/server/latest/user_manual/it/contents.html index 35ebc62e514..8e789f81661 100644 --- a/server/latest/user_manual/it/contents.html +++ b/server/latest/user_manual/it/contents.html @@ -180,6 +180,7 @@
                              • Installazione
                              • Uninstallation
                              • Utilizzo del client di sincronizzazione
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/it/desktop/autoupdate.html b/server/latest/user_manual/it/desktop/autoupdate.html index 9fe1cb09a95..7ab615b12ac 100644 --- a/server/latest/user_manual/it/desktop/autoupdate.html +++ b/server/latest/user_manual/it/desktop/autoupdate.html @@ -84,6 +84,7 @@
                              • Installazione
                              • Uninstallation
                              • Utilizzo del client di sincronizzazione
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/it/desktop/commandline.html b/server/latest/user_manual/it/desktop/commandline.html index 3aba3681fc1..599f00348c1 100644 --- a/server/latest/user_manual/it/desktop/commandline.html +++ b/server/latest/user_manual/it/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
                              • Installazione
                              • Uninstallation
                              • Utilizzo del client di sincronizzazione
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                                • Install
                                • Usage
                                • @@ -257,7 +258,7 @@

                                  Example
                                  diff --git a/server/latest/user_manual/it/desktop/configfile.html b/server/latest/user_manual/it/desktop/configfile.html index 8f2400ac3e7..5361686c3da 100644 --- a/server/latest/user_manual/it/desktop/configfile.html +++ b/server/latest/user_manual/it/desktop/configfile.html @@ -84,6 +84,7 @@
                                • Installazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/conflicts.html b/server/latest/user_manual/it/desktop/conflicts.html index 818a9830c9b..5633e4d2b9b 100644 --- a/server/latest/user_manual/it/desktop/conflicts.html +++ b/server/latest/user_manual/it/desktop/conflicts.html @@ -84,6 +84,7 @@
                                • Installazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/envvars.html b/server/latest/user_manual/it/desktop/envvars.html index 179a3dcabd5..36eb181a19c 100644 --- a/server/latest/user_manual/it/desktop/envvars.html +++ b/server/latest/user_manual/it/desktop/envvars.html @@ -84,6 +84,7 @@
                                • Installazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/faq.html b/server/latest/user_manual/it/desktop/faq.html index 8e6c94fe0db..cccb66cd49a 100644 --- a/server/latest/user_manual/it/desktop/faq.html +++ b/server/latest/user_manual/it/desktop/faq.html @@ -84,6 +84,7 @@
                                • Installazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/index.html b/server/latest/user_manual/it/desktop/index.html index 190debe9926..56dbe95bec7 100644 --- a/server/latest/user_manual/it/desktop/index.html +++ b/server/latest/user_manual/it/desktop/index.html @@ -84,6 +84,7 @@
                                • Installazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • @@ -133,6 +134,7 @@

                                  Desktop ClientInstallazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/installation.html b/server/latest/user_manual/it/desktop/installation.html index 8c8c27aee6c..6e03e31408a 100644 --- a/server/latest/user_manual/it/desktop/installation.html +++ b/server/latest/user_manual/it/desktop/installation.html @@ -92,6 +92,7 @@
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/macosfileprovider.html b/server/latest/user_manual/it/desktop/macosfileprovider.html new file mode 100644 index 00000000000..e1a5579fcb1 --- /dev/null +++ b/server/latest/user_manual/it/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                  + + +
                                  + +
                                  + +
                                  +
                                  +
                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                  + + + +
                                  +
                                  +
                                  ☁️ Versioni
                                  + +
                                  + + 35 (latest) + +
                                  + +
                                  + + 34 (stable) + +
                                  + +
                                  + + 33 + +
                                  + +
                                  + + 32 + +
                                  + +
                                  +
                                  +
                                  + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/it/desktop/macosvfs.html b/server/latest/user_manual/it/desktop/macosvfs.html index 3403a6bff5f..497d7f7af97 100644 --- a/server/latest/user_manual/it/desktop/macosvfs.html +++ b/server/latest/user_manual/it/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                  - - -
                                  - -
                                  - -
                                  -
                                  -
                                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                  - - - -
                                  -
                                  -
                                  ☁️ Versioni
                                  - -
                                  - - 35 (latest) - -
                                  - -
                                  - - 34 (stable) - -
                                  - -
                                  - - 33 - -
                                  - -
                                  - - 32 - -
                                  - -
                                  -
                                  -
                                  - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/it/desktop/options.html b/server/latest/user_manual/it/desktop/options.html index af6b4388ba7..1c315367e59 100644 --- a/server/latest/user_manual/it/desktop/options.html +++ b/server/latest/user_manual/it/desktop/options.html @@ -84,6 +84,7 @@
                                • Installazione
                                • Uninstallation
                                • Utilizzo del client di sincronizzazione
                                • +
                                • Using the macOS File Provider
                                • Using the Command-Line Client
                                • Command-Line Options
                                • Configuration File
                                • diff --git a/server/latest/user_manual/it/desktop/uninstallation.html b/server/latest/user_manual/it/desktop/uninstallation.html index aa1e0f62dd4..c4dbd4551e2 100644 --- a/server/latest/user_manual/it/desktop/uninstallation.html +++ b/server/latest/user_manual/it/desktop/uninstallation.html @@ -92,6 +92,7 @@

                              • Utilizzo del client di sincronizzazione
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/it/desktop/updatechannel.html b/server/latest/user_manual/it/desktop/updatechannel.html index 28b40627c75..852732b20dc 100644 --- a/server/latest/user_manual/it/desktop/updatechannel.html +++ b/server/latest/user_manual/it/desktop/updatechannel.html @@ -84,6 +84,7 @@
                              • Installazione
                              • Uninstallation
                              • Utilizzo del client di sincronizzazione
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/it/desktop/usage.html b/server/latest/user_manual/it/desktop/usage.html index b38e87aa062..86fedc74f6e 100644 --- a/server/latest/user_manual/it/desktop/usage.html +++ b/server/latest/user_manual/it/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
                              • Finestra generale
                              • Utilizzo della finestra di rete
                              • Utilizzo dell’editor dei file ignorati
                              • -
                              • Virtual Files on macOS -
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • @@ -298,15 +295,6 @@

                              Utilizzo della finestra di rete -

                              Virtual Files on macOS

                              -

                              For information about using virtual files integration on macOS, see:

                              - - @@ -314,7 +302,7 @@

                              Virtual Files on macOS

                              diff --git a/server/latest/user_manual/it/objects.inv b/server/latest/user_manual/it/objects.inv index 82e49e15857..8d33d350baf 100644 Binary files a/server/latest/user_manual/it/objects.inv and b/server/latest/user_manual/it/objects.inv differ diff --git a/server/latest/user_manual/it/searchindex.js b/server/latest/user_manual/it/searchindex.js index a2f12d98a87..fb889c9ce5b 100644 --- a/server/latest/user_manual/it/searchindex.js +++ b/server/latest/user_manual/it/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Abilita la ricerca nel corpo della posta": [[44, "enable-mail-body-search"]], "Accedere ai file di Nextcloud usando WebDAV": [[20, null]], "Accedere ai file usando Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accedere ai file usando Linux": [[20, "accessing-files-using-linux"]], "Accedere ai file usando Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accedere ai file usando WinSCP": [[20, "accessing-files-using-winscp"]], "Accedere ai file usando cURL": [[20, "accessing-files-using-curl"]], "Accedere ai file usando macOS": [[20, "accessing-files-using-macos"]], "Accedere alle risorse pubbliche tramite WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Accesso con l\u2019autenticazione a due fattori": [[81, "logging-in-with-two-factor-authentication"]], "Accesso universale": [[80, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Aggiorna i canali": [[18, null]], "Aggiungere allegati agli eventi": [[41, "add-attachments-to-events"]], "Aggiungere una risorsa pubblica al proprio Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Aggiungi conversazione Talk": [[41, "add-talk-conversation"]], "Aggiungi opzioni ricorrenti": [[41, "add-recurring-options"]], "Aggiungi un nuovo account di posta": [[44, "add-a-new-mail-account"]], "Aggiunta di nuovi account": [[19, "adding-new-accounts"]], "Alcuni file sono caricati continuamente sul server, anche se non vengono modificati.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Alias files": [[15, "alias-files"]], "Alternativa: usare il componente aggiuntivo CardBook (solo Contatti)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Altri con accesso": [[35, "others-with-access"]], "Annullare l\u2019iscrizione a una mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Anteprima dei file": [[21, "previewing-files"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Appuntamenti": [[41, "appointments"]], "Archive conversations": [[69, "archive-conversations"]], "Assegna stanze e risorse a un evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Associare drive con la riga di comando": [[20, "mapping-drives-with-the-command-line"]], "Associare i drive con Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Attachments": [[56, null]], "Azioni": [[44, "actions"]], "Azioni del menu contestuale": [[15, "context-menu-actions"]], "Azioni del messaggio": [[44, "message-actions"]], "Azioni di posta": [[44, "envelope-actions"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Blocchi di testo": [[44, "text-blocks"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendari": [[50, "calendars"]], "Calendario": [[47, "calendar"], [51, "calendar"]], "Calendario dei compleanni": [[41, "birthday-calendar"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cambia l\u2019ordine di ordinamento": [[44, "change-sort-order"]], "Cambiare colore per i tag": [[44, "change-color-for-tags"]], "Cambiare layout": [[44, "switch-layout"]], "Cancellazione automatica del cestino": [[44, "automatic-trash-deletion"]], "Caricamenti di file di grandi dimensioni": [[31, null]], "Caricamento conflitti (sperimentale)": [[10, "uploading-conflicts-experimental"]], "Caricamento file": [[29, "uploading-files"]], "Cestino": [[41, "trash-bin"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Chiave di ripristino della password": [[26, "recovery-key-password"]], "Client WebDAV di terze parti": [[20, "third-party-webdav-clients"]], "Client mobili": [[25, "mobile-clients"]], "Client ufficiali di Nextcloud per desktop e dispositivi mobili.": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Come abilitarlo": [[12, "how-to-enable-it"]], "Come aggiungere un nuovo filtro": [[44, "how-to-add-a-new-filter"]], "Come eliminare un filtro": [[44, "how-to-delete-a-filter"]], "Come funziona la funzionalit\u00e0 \u00abModifica localmente\u00bb": [[12, "how-the-edit-locally-functionality-works"]], "Come l\u2019applicazione file eliminati gestisce lo spazio di archiviazione": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Come pu\u00f2 essere disabilitata la cifratura?": [[26, "how-can-encryption-be-disabled"]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Comporre messaggi": [[44, "compose-messages"]], "Con l\u2019applicazione mobile di Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Condividere file cifrati": [[26, "sharing-encrypted-files"]], "Condividere i calendari": [[41, "sharing-calendars"]], "Condivisione dal desktop": [[19, "sharing-from-your-desktop"]], "Condivisione dei dati nella rubrica globale": [[82, "sharing-your-data-in-the-global-address-book"]], "Condivisione di collegamenti pubblici": [[35, "public-link-shares"]], "Condivisioni interne con utenti e gruppi": [[35, "internal-shares-with-users-and-groups"]], "Condizioni": [[44, "conditions"]], "Configura i tuoi account": [[49, "setup-your-accounts"]], "Configurare la tua cartella di deposito": [[29, "setting-up-your-own-file-drop"]], "Configurare l\u2019autenticazione a due fattori": [[81, "configuring-two-factor-authentication"]], "Configuration File": [[9, null]], "Configurazione": [[15, "configuration"]], "Configurazione delle impostazioni dell\u2019account Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Conflitti": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerazioni": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contatti": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contatti e Calendario": [[45, "contacts-and-calendar"]], "Controlli dei file": [[21, "file-controls"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Controllo degli orari di punta dei partecipanti": [[41, "checking-attendees-busy-times"]], "Controllo di versione": [[39, null]], "Conversations": [[68, null], [69, null]], "Cosa succede nel caso in cui i file condivisi sono eliminati": [[24, "what-happens-when-shared-files-are-deleted"]], "Crea un evento": [[44, "create-an-event"]], "Crea un filtro da un messaggio": [[44, "create-a-filter-from-a-message"]], "Crea una sala di discussione per gli appuntamenti prenotati": [[41, "create-talk-room-for-booked-appointments"]], "Creare montaggi WebDAV sulla riga di comando Linux.": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creare un attivit\u00e0": [[44, "create-a-task"]], "Creare un nuovo calendario": [[41, "create-a-new-calendar"]], "Creare un nuovo evento": [[41, "create-a-new-event"]], "Create a team": [[42, "create-a-team"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Creazione della configurazione di appuntamento": [[41, "creating-an-appointment-configuration"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "C\u2019era un avviso che le modifiche nelle cartelle sincronizzate non venivano tracciate in modo affidabile.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Deck": [[75, "deck"]], "Delega dell\u2019account": [[44, "account-delegation"]], "Denominazione di una versione": [[39, "naming-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Disponibilit\u00e0 (Orari di Lavoro)": [[41, "availability-working-hours"]], "Disponibilit\u00e0 della stanza": [[41, "room-availability"]], "Domande frequenti sulla cifratura": [[26, "encryption-faq"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Effettuare caricamenti anonimi": [[29, null]], "Eliminare i tag": [[44, "delete-tags"]], "Eliminazione di una versione": [[39, "deleting-a-version"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Esempio": [[10, "example"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "FIltro": [[44, "filter"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File e notifiche": [[45, "files-and-notifications"]], "File e sincronizzazione": [[30, null]], "File non cifrati": [[26, "files-not-encrypted"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtraggio e risposta automatica": [[44, "filtering-and-autoresponder"]], "Finestra generale": [[19, "general-window"]], "First steps": [[2, "first-steps"]], "Flusso di lavoro di base": [[7, "basic-workflow"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "Funzionalit\u00e0 supportate": [[15, "supported-features"]], "General instructions": [[17, "general-instructions"]], "Gestire eventi": [[41, "managing-events"]], "Gestire i browser connessi": [[54, "managing-connected-browsers"]], "Gestire i dispositivi": [[54, "managing-devices"]], "Gestire i file eliminati": [[24, null]], "Gestire i propri calendari": [[41, "managing-your-calendars"]], "Gestire il tuo account di posta": [[44, "managing-your-mail-account"]], "Gestisci browser e dispositivi connessi": [[54, null]], "Gestore file Nautilus": [[20, "nautilus-file-manager"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How to onboard your team": [[5, null]], "Icona della barra delle applicazioni": [[19, "systray-icon"]], "Icona dello stato di condivisione": [[21, "sharing-status-icons"]], "Icone sovrapposte del file manager": [[19, "file-manager-overlay-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Importa un evento/Aggiungi un evento .ics": [[41, "import-an-event-add-ics-event"]], "Importare un calendario": [[41, "import-a-calendar"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Imposta lo stato dell\u2019utente": [[19, "set-the-user-status"]], "Impostare i promemoria": [[41, "set-up-reminders"]], "Impostare le proprie preferenze": [[82, null]], "Impostazione dei messaggi di assenza dall\u2019ufficio": [[40, null]], "Impostazioni dell\u2019account": [[44, "account-settings"]], "Indicatori di stato di sincronizzazione": [[15, "sync-status-indicators"]], "Indice": [[6, null]], "Indirizzi interni": [[44, "internal-addresses"]], "Informazioni sul compositore del destinatario": [[44, "recipient-info-on-composer"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installazione": [[14, null]], "Integrazione del Finder": [[15, "finder-integration"]], "Integrazione della dashboard": [[44, "dashboard-integration"]], "Interacting with messages": [[76, null]], "Introduzione al manuale d\u2019uso di Nextcloud 35": [[53, null]], "Invita partecipanti a un evento": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Iscriviti al calendario delle festivit\u00e0": [[41, "subscribe-to-a-holiday-calendar"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "La sincronizzazione si interrompe quando si tenta di sincronizzare pi\u00f9 di 100 sottodirectory.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Lavorare con l\u2019appuntamento prenotato": [[41, "working-with-the-booked-appointment"]], "Lettore video": [[21, "video-player"]], "Limita chi pu\u00f2 vedere i dati del tuo profilo": [[82, "restrict-who-can-see-your-profile-data"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u2019aggiornamento automatico": [[7, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Menzionare i contatti": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Messaggi programmati": [[44, "scheduled-messages"]], "Metodo consigliato": [[50, "recommended-method"]], "Migrate data between instances": [[52, null]], "Minimizzare la modale del compositore": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Modifica i tag": [[44, "edit-tags"]], "Modifica la password della chiave privata": [[26, "change-private-key-password"]], "Modifica, duplica o elimina un evento": [[41, "edit-duplicate-or-delete-an-event"]], "Modifica, esporta o elimina un calendario": [[41, "edit-export-or-delete-a-calendar"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigazione tramite tastiera": [[80, "navigating-via-keyboard"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Panoramica": [[10, "overview"]], "Password di dispositivi specifici e modifiche delle password": [[54, "device-specific-passwords-and-password-changes"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Posta prioritaria in arrivo": [[44, "priority-inbox"]], "Posta in uscita": [[44, "outbox"]], "Posticipare": [[44, "snooze"]], "Prenota un appuntamento": [[41, "booking-an-appointment"]], "Prevenire gli aggiornamenti automatici": [[7, "preventing-automatic-updates"]], "Prevenzione degli aggiornamenti automatici negli ambienti Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Prevenzione degli aggiornamenti automatici negli ambienti Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemi noti": [[20, "known-issues"], [20, "known-problems"]], "Promemoria di follow-up": [[44, "follow-up-reminders"]], "Proposals": [[41, "proposals"]], "Pubblicare un calendario": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quota di archiviazione": [[33, null]], "Quote": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Requisiti dei browser web": [[83, "web-browser-requirements"]], "Requisiti di sistema": [[14, "system-requirements"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Riepilogo del thread": [[44, "thread-summary"]], "Riepilogo dell\u2019IA": [[44, "ai-summary"]], "Rilevamento del phishing": [[44, "phishing-detection"]], "Risoluzione dei problemi": [[49, "troubleshooting"]], "Rispondere agli inviti": [[41, "responding-to-invitations"]], "Risponditori automatici": [[44, "autoresponders"]], "Risposta": [[20, "answer"]], "Risposte intelligenti": [[44, "smart-replies"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Selezione file o cartelle": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Senza l\u2019applicazione mobile di Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Si pu\u00f2 disabilitare la cifratura senza la password dell\u2019utente?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Sicurezza": [[44, "security"]], "Silent messages": [[66, "silent-messages"]], "Sincronizzazione con Android": [[45, null]], "Sincronizzazione con KDE Kontact": [[48, null]], "Sincronizzazione con Thunderbird": [[50, null]], "Sincronizzazione con Windows 10": [[51, null]], "Sincronizzazione con iOS": [[47, null]], "Sincronizzazione con il desktop GNOME": [[46, null]], "Sincronizzazione con macOS": [[49, null]], "Sincronizzazione desktop e mobile": [[25, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Soluzione": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Soluzione 1": [[20, "solution-1"]], "Soluzione 2": [[20, "solution-2"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Sottoscrivi un calendario": [[41, "subscribe-to-a-calendar"]], "Speaker view": [[65, "speaker-view"]], "Sposta i messaggi nella cartella Posta indesiderata": [[44, "move-messages-to-junk-folder"]], "Spostare i file": [[21, "moving-files"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Stato utente automatizzato": [[41, "automated-user-status"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Su Linux": [[12, "on-linux"]], "Su Windows": [[12, "on-windows"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Temi inclusi": [[80, "included-themes"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Traduzione della posta": [[44, "mail-translation"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trasparenza del calendario": [[41, "calendar-transparency"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Tutte le caselle di posta": [[44, "all-inboxes"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Usare applicazioni client con l\u2019autenticazione a due fattori": [[81, "using-client-applications-with-two-factor-authentication"]], "Usare la cifratura": [[26, "using-encryption"]], "Usare l\u2019applicazione Calendario": [[41, null]], "Usare l\u2019autenticazione a due fattori": [[81, null]], "Usare l\u2019autenticazione a due fattori con token fisici": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Utilizzo del client di sincronizzazione": [[19, null]], "Utilizzo della finestra di rete": [[19, "using-the-network-window"]], "Utilizzo dell\u2019app Mail": [[44, null]], "Utilizzo dell\u2019editor dei file ignorati": [[19, "using-the-ignored-files-editor"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Visualizzazione dei messaggi / Modalit\u00e0 operativa": [[44, "message-display-operation-mode"]], "Voglio spostare la mia cartella sincronizzata locale": [[12, "i-want-to-move-my-local-sync-folder"]], "Vorrei cambiare la lingua dell\u2019interfaccia utente": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget del Calendario": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom e reattivit\u00e0": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00c8 pianificato per essere spostato al prossimo accesso dell\u2019utente o come un processo in background?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u00c8 possibile disabilitare la cifratura con la chiave di recupero?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 27, 39, 41, 42, 44, 47, 50, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "AI": [6, 44, 66], "Ad": [19, 20, 41, 44, 80], "Ai": 41, "Al": [19, 41], "All": [0, 44, 56, 64], "Allo": 46, "Anche": [20, 26, 41, 80], "C": [20, 41, 80], "Che": 18, "Ci": 45, "Con": [20, 35], "Da": [19, 44], "Dal": 20, "Dalla": [44, 50], "Del": 80, "Delete": [27, 44], "Di": 12, "E": 80, "Fai": [12, 20, 29, 35, 37, 41, 44, 49, 50, 51], "Gli": [7, 19, 26, 35, 41, 44], "Hai": 41, "I": [19, 20, 24, 26, 33, 35, 41, 44, 46, 81], "Il": [7, 10, 12, 18, 19, 20, 21, 24, 25, 28, 33, 35, 37, 40, 41, 43, 44, 46, 47, 80, 82], "In": [1, 2, 7, 8, 9, 10, 12, 14, 17, 19, 20, 24, 26, 28, 29, 35, 36, 38, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "L": [6, 10, 13, 14, 19, 20, 24, 26, 29, 35, 37, 40, 41, 44, 80, 81], "La": [14, 19, 20, 24, 26, 28, 33, 35, 37, 39, 41, 44, 50, 80], "Le": [7, 18, 19, 39, 41, 44, 46, 82], "Lo": [20, 26], "Ma": 24, "Negli": 20, "Nei": [41, 44], "Nel": [19, 51], "Nell": 48, "Nella": [14, 19, 20, 28, 35, 37, 41, 44, 45, 50, 80], "Nelle": [7, 19, 46], "Nello": 12, "Noi": 43, "Non": [12, 19, 20, 24, 26, 41], "O": 45, "Per": [4, 7, 10, 12, 19, 20, 24, 25, 26, 31, 35, 39, 41, 44, 45, 47, 80, 81, 82], "Pi\u00f9": 44, "Se": [7, 12, 19, 20, 24, 26, 31, 33, 35, 37, 39, 40, 41, 44, 45, 47, 48, 50, 80, 81, 82], "Si": [19, 20, 44], "Su": 20, "Sulla": 50, "Tue": 20, "Un": [20, 35, 37, 41, 80], "Una": [20, 26, 41, 44, 80], "_": [8, 47, 80], "__bold": 66, "_italicized": 66, "aa": 80, "aaa": 80, "abbi": [7, 41], "abbiam": [12, 18, 41], "abil": [10, 19, 26, 41], "abilit": [7, 19, 20, 26, 28, 29, 33, 35, 40, 41, 44, 49, 51, 82], "ability": 12, "able": [27, 36, 42, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "about": [0, 5, 15, 19, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": [44, 69], "accad": [26, 41], "accant": [19, 41, 44, 50], "acced": [14, 19, 21, 22, 26, 30, 35, 41, 44, 49, 51, 80, 82], "acceler": 15, "accept": [44, 70], "acceptanc": 44, "accepting": 73, "access": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 31, 38, 41, 42, 44, 45, 46, 50, 54, 57, 60, 62, 63, 69, 72, 74, 82, 83], "accessed": [15, 74], "accessibil": 80, "accessibility": [80, 83], "accessibl": [1, 5, 39, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accett": [35, 37, 41], "accidental": 41, "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 41, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [42, 44, 46], "acquis": 81, "acronim": 20, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 44, 62], "actionabl": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [42, 65, 80], "activities": 59, "activity": [6, 9, 14, 54, 83], "actual": 15, "adatt": [10, 80], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 47, 48, 49, 56, 66, 69, 74, 76, 83], "added": [2, 27, 41, 42, 44, 82], "addflag": 44, "adding": [20, 44, 69], "addirittur": 41, "addition": [20, 42, 76, 82], "additional": [0, 13, 20, 21, 56, 60, 66, 69, 76], "additionally": 69, "additions": 42, "address": [8, 9, 27, 49, 50, 60, 69, 72, 82, 83], "addressbooks": [42, 51], "addresses": [42, 60], "adds": [5, 42], "adeguat": 49, "adess": 41, "adjust": [9, 20, 82], "adjusted": [11, 15], "adjusts": 9, "admin": [14, 24, 42], "administration": [1, 27, 31, 36, 57, 62, 64, 69, 74], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 42, 44, 57, 66, 70, 74, 81, 82], "administrators": [36, 57, 60, 62, 82], "admins": 36, "advanced": [14, 41, 51], "advis": 14, "affected": [0, 44], "affecting": 44, "affects": 4, "affianc": 41, "after": [0, 9, 14, 15, 16, 20, 41, 42, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agend": [41, 44, 57], "agendas": 57, "aggiorn": [6, 10, 13, 14, 19, 20, 26, 28, 41, 48, 50], "aggiung": [7, 12, 19, 20, 26, 28, 40, 46, 47, 48, 50, 51], "aggiunt": [12, 24, 35, 41, 44, 81], "aggreg": 42, "ago": 0, "aim": 80, "airplanes": 57, "aiut": [33, 41], "alber": 19, "alcun": [7, 10, 20, 26, 28, 33, 35, 41, 44, 48, 80, 82], "aliases": 52, "alic": 41, "align": 69, "alik": 69, "alloc": 24, "allor": [20, 24, 26, 33, 51], "allow": [12, 15, 29, 42, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowed": [8, 15, 20, 42, 60, 62], "allowing": [0, 41, 44, 75], "allows": [15, 40, 41, 42, 44, 57, 79, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [12, 20, 29], "alternatively": [2, 12, 14, 60], "alto": [12, 20, 50, 80], "altra": [41, 44], "altre": [19, 20, 24, 41, 44, 48], "altri": [7, 10, 12, 19, 20, 24, 28, 33, 40, 41, 44, 50, 53, 81], "altro": [12, 20, 35, 41, 44, 45, 47, 50, 81], "always": [15, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "ambient": [10, 20], "amic": 41, "amministr": [7, 13, 20, 21, 24, 26, 29, 31, 33, 35, 37, 41, 44, 80, 82], "ampi": 41, "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analizz": 44, "ancor": [26, 33, 41, 44, 50, 51, 80], "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 41, 44, 45, 46, 47, 48, 49, 51, 52, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "andar": 48, "andat": 41, "andrann": 41, "android": [6, 20, 25, 38, 43, 53, 73], "andr\u00e0": 47, "angol": 50, "anno": 41, "annull": [26, 35, 41], "anonim": [20, 23, 30], "anonymous": [29, 56], "another": [27, 41, 42, 60, 69, 76], "answer": 5, "anteprim": [26, 33, 41], "anticip": 41, "any": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyon": [66, 82], "anything": 26, "anytim": [28, 62], "anywher": 44, "anzic": [41, 50], "apac": 31, "apert": 7, "apertur": 46, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 41, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "appar": [19, 20, 41, 44], "apparent": 51, "appartien": 82, "appdat": [9, 17], "appe": [0, 2, 15, 21, 27, 36, 42, 44, 59, 69, 70], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 21, 36, 44, 64, 66], "appen": [12, 41, 45], "appien": 12, "appimag": [12, 14, 17], "appimagelauncher": 12, "apple": [15, 20, 41, 49, 83], "applet": 48, "applic": [6, 10, 20, 26, 33, 40, 43, 44, 47, 48, 51, 80, 82], "application": [7, 14, 16, 17, 20, 27, 42, 46, 60, 63, 72], "applications": [17, 42, 49], "applied": 36, "applies": [42, 69], "apply": [15, 36, 44], "appointment": 52, "appointments": 44, "apport": 19, "appropr": [20, 31, 51, 76], "approximately": 9, "apps": [0, 15, 41, 66, 67, 73, 83], "appunt": [48, 51], "apre": [10, 19, 20, 41, 44], "aprend": 41, "apri": [10, 19, 20, 41, 44, 46, 47, 48, 80], "aprir": [12, 19, 20, 26, 41, 44, 45, 47], "apt": [17, 20], "arbitrar": [19, 20], "arch": 8, "archiv": [8, 14, 19, 20, 21, 26, 30, 32, 39, 44], "archived": 69, "are": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "argoment": 19, "around": [36, 42], "arrow": [15, 66, 72, 80], "articol": 20, "artificial": [1, 44], "as": [0, 1, 2, 4, 5, 6, 8, 9, 11, 14, 15, 16, 17, 20, 21, 26, 27, 35, 36, 38, 41, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 27, 45, 62, 66], "aspett": 18, "assegn": [20, 39, 44], "assent": [19, 40], "assenz": [6, 41, 43, 44], "assicur": [20, 24, 41, 44, 47, 49], "assign": [36, 58, 69], "assigned": [36, 58], "assigning": 21, "assignment": 58, "assist": 80, "assistant": [6, 66], "assistent": 80, "assoc": 19, "assuming": 15, "aster": 19, "at": [0, 1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 44, 49, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attac": 36, "attached": 44, "attachment": 41, "attachments": [29, 41, 44, 67, 73], "attempt": 14, "attempts": 51, "attend": [20, 39, 44], "attendees": [41, 52], "attenu": 80, "attenzion": [10, 12], "attes": [19, 44], "attiv": [12, 19, 20, 41, 43, 45, 46, 48, 80, 82], "attravers": [12, 31], "attrib": 82, "attual": [19, 20, 24, 39, 41], "aud": [21, 62, 72, 73], "aument": [20, 80], "aut": [20, 42, 56], "autent": [6, 20, 26, 50, 51, 54, 82], "auth": 81, "authentic": 20, "authentication": [20, 27, 44, 45, 46, 81], "authenticator": 81, "authoring": 20, "autofirm": [20, 49], "automat": [6, 12, 13, 14, 20, 28, 35, 37, 39, 40, 41, 47, 50], "automated": [36, 57], "automatic": [15, 44], "automatically": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "automatizz": 20, "autonom": [7, 10], "autor": [10, 20], "autorizz": 81, "autoupdater": 7, "availability": [41, 69], "availabl": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avant": [41, 47, 48, 50], "avanz": [20, 41, 44, 47, 50, 51], "avat": [19, 20, 41, 42, 69], "avatars": [42, 44], "aver": [12, 20, 24, 33, 41, 44, 47, 49, 51], "averl": [20, 35, 41], "avoid": 15, "avra": [12, 20], "avrann": [26, 28, 41], "avremm": 26, "avut": 35, "avvi": [7, 12, 19, 20, 45, 51], "avvis": [7, 10, 19, 20, 26, 41, 44], "away": 69, "azi": 7, "aziendal": 18, "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72], "backup": [19, 41, 44, 81], "backups": 39, "badg": [10, 21], "band": 19, "banned": 69, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barr": [10, 20, 28, 35, 41, 48, 80], "bas": [10, 20, 41, 44, 45, 80, 81], "based": [8, 57, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "bass": 50, "bast": [19, 44, 50], "batc": 42, "batches": 0, "batter": 48, "be": [0, 1, 2, 4, 5, 8, 9, 11, 15, 17, 20, 27, 36, 37, 38, 40, 41, 42, 44, 47, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [15, 20, 26, 38, 46], "becomes": [42, 69], "becoming": 5, "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "beginning": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "bell": 83, "belongs": 42, "below": [0, 9, 11, 17, 42, 44, 65], "ben": [44, 47, 48], "benven": 53, "best": [14, 41, 83], "bet": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 55, 65, 74, 80], "beyond": 17, "bianc": 19, "bidirectional": 25, "bin": [21, 42], "binary": [8, 15], "bisogn": [12, 20, 26, 50], "bit": 14, "bits": 14, "bitv": 80, "blacklist": 19, "blacklisted": 11, "blocc": 41, "block": 66, "blockquot": 66, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "boards": 2, "bob": 35, "bodies": 44, "bold": 66, "book": [42, 82], "booking": 41, "books": 50, "border": 27, "bot": 57, "both": [8, 42, 44, 52, 55, 60], "bots": [73, 77], "bottom": [0, 1, 4, 20, 42, 44, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [51, 62], "boxes": 0, "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "brev": [18, 40], "bridg": 74, "bridges": 74, "brief": [5, 56], "brillantezz": 80, "bring": [8, 19, 42, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "browsers": [54, 83], "browsing": 21, "bsd": 14, "bubbl": 60, "bubbles": 55, "buckets": 27, "bug": [7, 12, 18], "build": [14, 18], "building": 42, "built": [14, 17, 20, 21], "bulk": 72, "bundl": 7, "bundles": 15, "buon": 41, "business": 44, "bust": 44, "busy": [40, 41], "but": [12, 14, 41, 42, 44, 66, 69, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 42, 65, 69, 72], "by": [0, 1, 2, 5, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 27, 28, 41, 42, 44, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "bytes": [9, 11, 20], "cach": 33, "caches": 17, "caj": [19, 20], "calcol": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calend": [0, 40, 42, 47, 48, 49, 51, 52, 68, 69, 73, 83], "calendar": [6, 33, 43, 44, 46, 48], "calendars": [2, 41, 52], "call": [6, 57, 58, 61, 69, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65, 82], "calls": [6, 60, 69, 70, 73, 77], "camb": [10, 20, 26, 37, 40, 41, 48, 51, 81, 82], "camer": [45, 60, 63, 72], "camp": [19, 20, 28, 37, 44, 47, 51], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "canal": [6, 13], "cancel": [1, 41], "cancell": [19, 20, 41], "cannot": [21, 26, 29, 36, 42, 44, 56], "cap": [33, 41], "caption": 56, "captions": 76, "caratt": [19, 44, 80], "caratter": [19, 35, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "caric": [20, 22, 23, 30, 33, 35, 41, 44], "carl": 8, "carries": 20, "carry": 15, "cartell": [14, 19, 20, 24, 26, 28, 33, 35, 37, 41, 53, 82], "cas": [10, 12, 14, 19, 20, 26, 41, 42, 47, 48, 53], "casell": [19, 20, 41, 51], "cases": [62, 69, 82], "casual": 44, "categories": 45, "category": 0, "caus": [19, 35, 37, 44, 80], "caution": 9, "ce": 7, "cellul": [48, 81], "center": 20, "centos": 20, "central": 69, "centres": 65, "cerc": [19, 35, 40, 44, 46], "cert": [31, 44], "certain": [11, 42, 76], "certif": 20, "certific": [8, 20, 47, 49], "certs": 20, "cestin": [24, 26, 28, 33, 54], "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [4, 15, 25, 26, 36, 41, 44, 55, 58, 69, 72, 82, 83], "changed": [10, 27], "changes": [0, 8, 9, 12, 15, 21, 29, 36, 41, 42, 44, 54, 58, 80], "changing": [20, 41, 69, 82], "chapter": [14, 20], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [55, 56, 69], "chatting": [66, 69], "check": [0, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 60, 62, 69], "checkboxes": [42, 44], "checked": 42, "checking": 9, "checklists": 69, "chiam": [41, 80], "chiarezz": 80, "chiav": [7, 81], "chiavi": [26, 33], "chied": [19, 21, 26, 28, 44, 50], "chiedil": 41, "chiest": 35, "chips": 83, "chiud": [19, 20, 45, 47], "chmod": 20, "choic": 64, "choices": 56, "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81], "choosing": [45, 56, 60], "chosen": 15, "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chunk": [9, 11], "chunksiz": 9, "ciascun": 19, "cicl": 12, "ciclic": 19, "cifr": [20, 33, 49], "cifratur": [33, 47], "cifs": 27, "cim": 44, "cinnamon": 20, "circ": 33, "circl": [15, 69], "circol": [35, 39], "circul": 42, "circumstances": 9, "citrix": [9, 14], "ci\u00f2": [12, 19, 20, 24, 26, 28, 45, 48, 80, 82], "classic": [15, 55], "classification": 44, "cle": 69, "clean": 12, "cleaner": 44, "clears": 16, "clic": [7, 12, 19, 20, 28, 29, 35, 37, 41, 44, 48, 49, 50, 51], "clicc": [7, 10, 12, 19, 20, 28, 37, 39, 41, 44, 50], "cliccabil": 7, "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clicked": 44, "clicking": [2, 14, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": 72, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 25, 41, 42, 54, 73, 81], "clock": [66, 81], "clos": [5, 14, 36, 41, 44, 46, 56, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "cod": [38, 45, 66, 81], "codec": 21, "codes": 6, "codic": [14, 41, 81], "cohes": 5, "coinvolt": 80, "collabor": [2, 35], "collaboration": [6, 30, 42], "collaboratively": [2, 3], "collaps": 44, "collect": [2, 5], "collection": 20, "collectively": 5, "collectives": [4, 5, 6], "colleg": [19, 28, 29, 41, 44, 82], "color": [26, 41, 80], "colored": 27, "column": [21, 66], "columns": 60, "com": [7, 8, 9, 17, 19, 28, 33, 35, 41, 45, 46, 47, 48, 49, 51, 70, 73, 80, 81, 82], "comand": 20, "command": [6, 12, 13, 14, 17, 36, 57], "commands": [17, 73, 77], "comment": [20, 21, 41], "comments": 51, "commercial": 29, "communic": 11, "communicating": 69, "communities": 3, "community": [8, 14], "comod": 19, "compai": 82, "compar": [37, 41, 51], "compat": [41, 44], "compatibil": 12, "compatibility": [12, 21], "compatibl": [11, 27, 81], "compil": [20, 37, 41, 44], "compl": [17, 28, 42, 45, 69], "compless": [41, 80], "complet": [7, 20, 26, 29, 41, 43, 80, 82], "completed": [14, 66], "completely": [9, 62], "completion": 1, "complianc": 62, "compliant": 80, "complic": 24, "component": 19, "comport": [7, 10, 19], "compos": 80, "composed": 44, "composer": 44, "compress": [19, 80], "compromised": 26, "computer": [7, 10, 13, 20, 21, 24, 25, 46, 53], "computers": 5, "comun": [20, 41, 80], "comunic": 44, "comunqu": [41, 44], "conced": 45, "conditions": 42, "condivid": [19, 21, 24, 28, 33, 35, 43, 53], "condivis": [20, 26, 28, 33, 35, 41, 44, 53], "condivision": [6, 20, 26, 28, 33, 41, 53], "conf": [12, 20], "confd": 16, "conferm": [19, 28, 41, 44, 45, 47, 50], "config": [7, 9, 17, 20, 24], "configur": [0, 6, 7, 12, 14, 20, 24, 26, 27, 31, 33, 35, 37, 42, 44, 45, 54, 57, 62, 69, 77, 79, 82], "configuration": [6, 11, 13, 14, 16, 17, 21, 27, 36, 42, 44, 74, 82], "configurations": [11, 52], "configured": [1, 14, 15, 59, 60, 69], "configures": 27, "configuring": [27, 45, 54], "confirm": [12, 42, 44], "confirmation": [9, 28, 69], "confirmed": 41, "confirms": 27, "conflitt": [6, 13, 41], "conform": 53, "confront": 10, "confusion": 10, "congratulations": [2, 5], "connect": [14, 20, 21, 25, 27, 54, 81], "connected": [1, 15, 26, 27, 54], "connection": [12, 15, 27, 28, 45, 51, 74], "connections": [9, 11, 27, 54, 82], "connectivity": 15, "conness": [6, 19, 26, 41, 46, 81], "connession": [12, 19, 20, 48, 49], "connett": [12, 20], "conosc": 45, "consent": [7, 12, 18, 19, 20, 24, 28, 33, 35, 41, 43, 44, 45, 60, 81], "conserv": [19, 44], "consider": [6, 17, 19, 24, 33, 41], "consideration": 17, "considerevol": 12, "consigl": [20, 26, 44], "consist": 43, "consistent": 15, "consol": 20, "consult": [12, 33, 35, 37], "cont": 33, "contact": [27, 44, 45, 47, 82, 83], "contacts": [0, 6, 43, 49, 51, 52, 82, 83], "contain": [8, 10, 41], "containers": [9, 17], "containing": [8, 42, 44], "contains": [0, 9, 10, 21, 39, 60, 72], "contant": 24, "contatt": [20, 31, 33, 40, 41, 43, 46, 48, 80], "contegg": 33, "conten": [10, 12, 19, 20, 35, 41, 44, 80], "contenent": [10, 12, 19, 44], "content": [1, 2, 5, 8, 15, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29], "contest": 41, "context": [1, 15, 19, 44, 56], "contien": [10, 12, 19, 44], "continu": [10, 19, 44, 45, 50], "continued": 69, "contr": 81, "contrary": 8, "contrassegn": [19, 44], "contrast": 80, "control": [20, 36, 39, 57, 60, 69, 82], "controll": [7, 12, 19, 20, 24, 30, 32, 33, 44, 53], "controlled": 11, "controls": 60, "convalid": 19, "convenient": 0, "convers": 35, "conversation": [1, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "cop": [10, 12, 20, 24, 41, 51], "copied": [5, 44], "copies": 15, "copy": [0, 21, 25, 44, 51], "correct": 20, "correctly": 15, "corrent": [35, 44], "corresponding": [0, 41, 44], "corrett": [7, 12, 20, 81], "correttezz": 19, "correzion": 7, "corrispond": [12, 44], "corrispondent": [19, 41, 44], "cors": 19, "cos": [19, 46, 48, 50], "could": [27, 44], "couldn": 44, "counter": 70, "cover": 69, "covers": 42, "cowork": 2, "cp": 20, "crashreporter": 17, "cre": [0, 2, 10, 12, 14, 15, 18, 19, 21, 25, 26, 28, 29, 33, 35, 36, 39, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 20, 36, 39, 40, 41, 44, 58, 59, 69, 71], "creates": [21, 39], "creating": [54, 59, 82], "creation": [36, 69, 76], "creazion": [12, 19, 20], "credentials": [27, 49, 51], "credenzial": [20, 45], "cript": 20, "criter": 7, "crittograf": [20, 26], "cronolog": [20, 44], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 60], "currentcontrolset": 20, "currently": [1, 15, 38, 42, 58, 60, 66], "currentversion": 12, "cursor": [2, 41], "custom": [15, 69, 83], "customis": [60, 83], "customisabl": 83, "customiz": [20, 55], "d": [6, 10, 20, 33, 56], "daily": 18, "dandot": 12, "dar": 18, "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 24, 26, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 48, 53, 59, 66, 69, 76, 83], "databas": [26, 33], "dates": 12, "dav": [20, 45, 47, 48], "davdroid": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 41, 69], "days": [59, 83], "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 41, 44, 56], "decided": 5, "decides": 15, "decifr": 26, "decimal": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "declining": 60, "decorations": [15, 66], "decrittograf": 26, "decrypt": [26, 38], "decrypted": 38, "dedic": [20, 50], "dedicated": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 42, 44, 59, 60, 69], "defaults": [8, 21], "defin": [19, 41, 44], "defined": [15, 42], "definit": [24, 41], "definizion": 19, "delay": 15, "deleg": 41, "delegated": 44, "delete": [0, 1, 17, 21, 24, 27, 28, 36, 39, 41, 42, 44, 58, 66, 80], "deleted": [9, 21, 24, 41, 59, 69], "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "denomin": 20, "dentr": 24, "deny": 54, "depend": 82, "depending": [0, 21, 27, 36, 60, 63, 72, 80], "depends": [12, 17, 21, 27], "deployment": 14, "depth": 20, "descendants": 15, "described": 77, "describes": 11, "description": [5, 41, 56, 59, 69, 72, 76], "descritt": 41, "descriv": [7, 41], "descrizion": 41, "deselect": 20, "deselezion": 41, "desider": [7, 12, 19, 20, 28, 31, 41, 44, 45, 50], "design": 80, "designed": 3, "desired": [42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 17], "destinatar": [24, 28, 35, 37], "destination": [20, 21], "destr": [19, 20, 35, 39, 48, 50], "detailed": 41, "details": [1, 27, 36, 39, 41, 42, 44, 52, 59, 69, 82], "detected": 9, "detection": 15, "detects": 44, "determin": [41, 44], "dettagl": [20, 35, 37, 41, 47], "dev": [7, 19, 20, 26, 28, 41, 44, 45, 49, 51], "devic": [15, 41, 54, 60, 72, 81, 83], "devices": [20, 38, 54, 60, 69, 72], "devs": 8, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 41, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaspor": 42, "dic": [26, 57], "did": 60, "differenc": 41, "differences": 8, "different": [0, 7, 10, 21, 35, 42, 69, 70], "difficil": 35, "dig": [14, 20, 35, 41, 45, 47, 50, 51, 81], "digest": 0, "digit": [28, 37, 41, 44, 45, 46], "dimension": [19, 20, 22, 30, 33, 41, 44, 80], "dimentic": 26, "dip": [20, 41, 82], "dipend": 44, "direct": [20, 42, 66], "directly": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 29], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 41, 53], "directory_that_has_been_created": 8, "dirett": [19, 26, 28, 35, 41, 44], "dirnam": 16, "dirt": 19, "disabil": 19, "disabilit": [7, 20, 21, 41, 44], "disabl": [0, 1, 9, 57, 60, 62, 64, 72], "disabled": [15, 21, 42], "disabling": 15, "disapp": 42, "disappears": 60, "disatt": [26, 44], "disattiv": [7, 26, 35, 41, 44, 47], "disc": [20, 33, 39, 41], "disces": [12, 20], "disconnect": 54, "disconnession": 20, "disconnett": [26, 54], "discord": 74, "discover": [69, 78], "discoverabl": 59, "discovery": [9, 15], "discussion": [19, 76], "discussions": [44, 58, 60, 69, 76], "disk": [15, 26], "disless": 80, "dismiss": 79, "dismisses": 60, "display": [1, 12, 20, 21, 38, 44, 51, 60, 66, 82], "displayed": [42, 44], "displaying": [16, 44], "displays": [15, 16, 21, 44], "dispon": [7, 19, 20, 24, 26, 35, 39, 41, 44, 45, 46, 50, 80, 82], "disponibil": [7, 19, 40], "disposit": [6, 41, 45, 53, 81], "disposizion": 7, "distribu": [7, 12, 18, 41], "distributed": [20, 41], "distribution": [14, 20, 62], "distributions": [9, 14], "disturb": [19, 41, 66, 69], "div": [7, 41, 80], "divent": [10, 24, 28], "divers": [19, 20, 35, 44, 81], "divid": [58, 60], "dividers": 66, "division": 44, "do": [0, 8, 12, 14, 17, 26, 28, 36, 44, 60, 62, 63, 65, 69, 72, 81], "document": [5, 12, 15, 20, 21, 25, 33, 35, 37, 46, 80, 82], "documentation": [1, 14, 24, 31, 57, 74], "documents": [1, 2, 8, 21], "does": [8, 9, 20, 25, 28, 42, 54, 59, 81], "doesn": [20, 46], "doing": 9, "dolphin": 19, "domain": 47, "domin": [20, 44, 47], "don": [5, 26, 38, 39, 42, 56, 66, 72], "dop": [12, 19, 20, 26, 39, 41, 44, 47, 48], "dopodic": [41, 44, 45], "dopp": 12, "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": 44, "doubl": [14, 63], "dover": [26, 44], "dovess": 21, "dovr": [12, 44], "dovra": [20, 45], "dovrann": 28, "dovrebb": [20, 41, 45, 48, 51], "dovrebber": 46, "dovrest": [19, 20, 41, 47], "down": [0, 12, 69, 76], "download": [7, 11, 19, 21, 25, 27, 35, 42, 52, 56, 62, 73], "downloading": [15, 21], "downloads": [11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "driv": 36, "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "due": [6, 7, 10, 12, 15, 19, 44, 45, 50, 51, 54, 82], "dur": 41, "durant": [12, 19, 20, 40, 41, 44, 80], "duration": [9, 41], "durations": 69, "during": [51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easier": 66, "easily": [5, 76], "easy": [2, 5], "ecc": [35, 41], "echo": 12, "edge": [8, 20, 83], "edit": [12, 20, 28, 38, 41, 56, 66, 72, 76, 83], "editabl": 42, "edited": 41, "editing": [1, 29, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "effectively": 81, "effett": [28, 35, 50], "effettu": [19, 20, 23, 30, 41, 44, 45, 46], "efficient": 44, "either": [8, 12, 38, 42, 49, 60, 70, 76], "elabor": 44, "elapsed": 60, "element": [41, 48, 58, 60, 80], "elements": [66, 80], "elenc": [10, 12, 19, 20, 26, 29, 35, 37, 41, 44, 45, 48, 54, 82], "elettron": [41, 44], "elimin": [10, 19, 20, 21, 28, 30, 32, 33], "else": [10, 14, 60, 72], "elses": 42, "elsewh": 42, "email": [29, 41, 42, 44, 45, 49, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "embed": [2, 41], "embedded": 42, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 42], "enabl": [0, 1, 4, 9, 29, 38, 44, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 20, 21, 26, 27, 38, 42, 44, 45, 46, 59, 60, 62, 64, 66, 70, 81, 82], "enables": [25, 42, 60], "enabling": [15, 62], "encoding": 20, "encrypt": 38, "encrypted": [26, 38], "encryption": [6, 20, 27, 30], "end": [30, 34, 41, 62], "ends": [57, 62, 69], "engaged": 41, "enhanc": 66, "ensur": [15, 80], "ensures": 15, "enter": [1, 2, 14, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [21, 44], "entirely": [11, 15], "entities": 42, "entramb": [10, 24, 47, 48], "entrat": [35, 37], "entries": [0, 21], "entry": [0, 1, 2, 21, 42, 82], "env": 16, "envelop": 44, "envelopes": 44, "environment": [6, 8, 13], "equivalent": 16, "erasing": 12, "errat": 19, "error": [11, 12, 19, 20, 44, 45, 47, 80], "errors": 51, "es": [20, 41], "esatt": [24, 44], "esc": 60, "escap": 80, "esci": [19, 20], "esclud": 19, "esclus": [12, 33, 39], "esclusion": 19, "esecu": [20, 44], "esegu": [7, 12, 19, 20, 26, 44], "esemp": [19, 20, 26, 35, 41, 44, 47, 48, 51, 80, 81], "esigent": 44, "esist": 12, "esistent": [12, 35, 41, 44], "esit": 80, "espand": [19, 20], "espans": 80, "especially": 15, "esperient": 18, "esplor": 20, "espost": 26, "essa": 35, "esse": 21, "essend": [31, 82], "essential": 14, "esser": [7, 10, 12, 19, 20, 33, 35, 37, 41, 44, 45, 46, 49, 50, 51, 80, 81, 82], "esserc": 19, "essi": [10, 24], "esso": [24, 35, 45, 48, 81], "estension": [12, 20], "estern": [26, 41], "etc": [12, 20, 27, 66], "etichett": 28, "et\u00e0": 24, "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 42, 51, 59, 69], "events": [0, 41, 42, 52, 69, 83], "eventual": [12, 41, 80], "every": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 76], "everything": [0, 14, 15, 44, 80], "evicting": 15, "eviction": 15, "evit": [35, 41], "evolution": 46, "ex": 44, "exact": 21, "exactly": 5, "exampl": [15, 17, 20, 41, 42, 45, 47, 48, 51, 70, 79, 81], "examples": 57, "excellent": 29, "except": [44, 69], "exclud": 19, "excluded": 15, "exclus": 44, "exe": [12, 20], "exec": [38, 57], "executed": 44, "execution": 1, "exist": [20, 59, 69], "existing": [12, 15, 41, 42, 44], "exists": 69, "exits": 8, "expand": 44, "expects": 2, "experienc": [44, 60, 83], "experimental": 9, "expiration": 35, "expires": 39, "explains": 20, "explanatory": 42, "explicit": 62, "explicitly": [8, 27], "explorer": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extension": [15, 44], "external": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "f": [17, 45, 60, 72, 80, 83], "fa": [12, 18], "fac": [19, 20, 28, 41], "facessim": 26, "facil": 44, "facilit": 80, "facing": [60, 82], "facolt": [41, 45], "factor": [6, 45, 46], "failur": 9, "falls": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [12, 20, 24, 28, 41, 44, 50, 83], "fargl": 41, "farl": [12, 19, 26, 41, 48], "fas": [19, 80], "fasc": 41, "fastest": 42, "fatal": 11, "fatt": [12, 20, 41, 45, 51], "fattor": [6, 50, 51, 54, 82], "favor": [21, 41, 44, 57, 80], "favorited": 42, "favorites": [0, 21, 42], "feasibl": 14, "featur": [17, 21, 40, 41, 42, 44, 62, 70, 74, 79], "features": [2, 9, 15, 42, 60, 70], "feder": [28, 35, 82], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 60, "fer": 40, "few": [42, 62, 81], "fid": 81, "fido2": 81, "field": [1, 2, 21, 36, 42, 44, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44], "figur": [1, 36], "fil": [0, 6, 7, 8, 10, 11, 13, 14, 16, 17, 22, 23, 25, 28, 32, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 53, 56, 60, 62, 66, 71, 72, 76, 80], "fileint": 44, "filenam": 16, "files": [3, 6, 8, 9, 11, 12, 13, 17, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 46, 60, 62, 66, 68, 73, 83], "files_versions": 39, "filesizelimitinbytes": 20, "filesystem": 20, "fill": [1, 5, 27, 41, 56], "filled": [15, 27, 41], "filter": [21, 36, 42, 59, 83], "filtered": [0, 1], "filtering": 69, "filters": [0, 36, 69, 76, 83], "fin": [20, 24, 31, 33, 35, 41, 44, 49, 51], "final": 41, "finaliz": 69, "finc": 39, "find": [20, 21, 24, 25, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finding": 41, "finestr": [7, 10, 20, 28, 41, 44, 45, 46, 50, 51], "finished": [5, 50, 52], "finishes": 1, "firefox": [20, 83], "firm": [20, 44], "first": [14, 15, 28, 38, 42, 44, 56, 60, 66, 71], "fisic": [6, 20], "fiss": [20, 41], "fit": 65, "fix": 14, "flag": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "fluss": [45, 82], "focus": [44, 80], "focused": [14, 55, 58, 60], "folder": [0, 4, 8, 10, 11, 15, 17, 21, 27, 29, 35, 36, 41], "folders": [8, 9, 14, 15, 17, 21, 25, 27, 36, 37, 38, 42, 44], "foldersync": 20, "follow": [0, 5, 14, 80], "followed": 1, "following": [8, 16, 17, 21, 27, 42, 44, 49, 52, 60, 82], "follows": 9, "fond": 80, "font": [48, 80], "for": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 42, 44, 45, 47, 49, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forget": 5, "form": [1, 26, 35, 41, 42, 45], "formal": 42, "format": [2, 5, 9, 21, 41], "formats": [15, 21], "formatted": 44, "formatting": 5, "forn": [7, 19, 20, 26, 31, 41, 44, 53], "fornitor": [26, 53], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "framework": 7, "framment": 44, "fre": [11, 15, 20, 40, 41, 60], "frecc": [28, 39, 50], "freeing": 15, "frequent": 20, "frequenz": 48, "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 45, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "full": [9, 41, 42, 44, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38], "fun": 5, "function": 20, "functionality": [12, 20, 42], "functions": 81, "funzion": [19, 20, 26, 29, 41, 44, 46, 48, 81], "funzional": [7, 18, 19, 20, 21, 26, 29, 31, 41, 44, 50, 82], "further": [38, 82], "fus": 41, "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 41, 45, 49], "galler": 26, "garant": [7, 20], "gateway": [8, 69], "gb": [11, 20], "gear": 42, "gen": [19, 44], "gener": [19, 41, 44, 45, 46, 48, 54, 66, 81], "general": [7, 9, 12, 41, 77], "generated": [1, 44, 49, 52, 54, 66], "generation": 1, "generic": 45, "gerarc": 35, "german": 80, "gest": [6, 30, 32, 51, 81, 82], "gestion": 43, "gestor": [7, 12, 24, 33, 46], "gestures": 63, "get": [20, 26, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "gets": [10, 42, 81], "getting": [3, 6], "giall": [10, 19, 26], "gifs": 66, "gigabyt": 12, "giorn": [24, 33, 39, 41, 44, 82], "giornal": 18, "giornalier": 41, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [2, 5, 60, 62], "given": [60, 63], "gives": [1, 54], "giving": 0, "gi\u00e0": [10, 19, 31, 35, 41, 45, 81], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 19, 44, 45, 58, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "grad": [10, 12, 20, 26, 41, 51], "grand": [19, 22, 30, 33, 44, 53], "grant": [14, 41, 44, 60, 63], "granted": 60, "granul": 41, "gratu": [53, 80], "gravat": 42, "green": [27, 60, 72], "greyed": 60, "grig": [19, 41], "grigl": 41, "group": [17, 20, 41, 42, 44, 45, 58], "grouped": [0, 44, 83], "groups": [3, 41, 45, 52, 56, 58, 60, 69], "groupw": [6, 41, 42, 44, 48, 52], "grupp": [7, 20, 26, 33, 41, 44, 82], "guest": [6, 56, 60, 69, 73], "guests": [58, 59, 69, 79, 82], "gui": [8, 27, 45], "guid": [12, 14, 19, 41, 47, 49], "guidanc": 31, "guidelines": 80, "gvfs": 20, "h": [8, 16, 20], "hand": [5, 80], "handled": 44, "handler": 12, "hands": 60, "handy": 69, "hann": [7, 26, 41], "happen": 15, "happened": 0, "happening": 0, "happens": [5, 15], "hardw": 83, "has": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hav": [1, 8, 14, 15, 16, 17, 21, 25, 26, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29], "header": [20, 21, 41, 44, 58], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 41, 42, 44, 53, 57, 69, 82, 83], "helpful": 82, "helps": [42, 57], "her": [2, 15, 66, 69, 72], "hid": [29, 44, 72], "hidden": [4, 8, 44], "hides": 55, "hierarchical": 2, "high": [64, 80], "highlighted": [62, 76], "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_user": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25], "horizontal": 2, "host": 9, "hostnam": 20, "hour": [0, 69], "hourly": 0, "hours": [16, 69, 76], "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 42, 60, 81], "however": 42, "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51, 80], "hub": [41, 44, 69], "ical": 41, "icalend": 41, "icloud": [41, 51], "icon": [0, 1, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ide": 10, "ideal": 79, "ideally": 54, "ideas": 69, "ideation": 42, "ident": [26, 44, 81], "identific": 19, "identifier": [41, 60], "identify": [15, 54], "identity": 70, "if": [0, 1, 4, 6, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "ifram": 41, "ignor": [7, 8, 12, 41], "illustr": 24, "imag": [1, 21, 60], "images": [21, 60], "imagin": 10, "imap": 43, "immagazzin": [26, 33], "immagin": [26, 82], "immediat": [10, 12, 24, 48, 53], "immediately": [1, 14, 27, 36, 42, 54, 62, 69], "immett": 20, "imped": 7, "impegn": 41, "impieg": 44, "implement": [10, 20], "implemented": [25, 42], "implements": 44, "implic": 20, "import": [12, 20, 42, 44, 52, 56], "important": [2, 15, 38, 69, 76, 80, 81, 83], "imposed": 15, "imposs": [12, 20], "impost": [6, 7, 10, 12, 20, 24, 26, 31, 33, 35, 43, 45, 46, 47, 48, 51, 80, 81], "impres": 53, "improv": 20, "improved": 20, "inactivity": 59, "includ": [8, 10, 20, 21, 41, 44, 82], "includes": [26, 42], "including": [8, 20, 41, 52, 59, 60, 62], "inclus": [6, 7, 20, 41], "incoll": [41, 51], "incontr": 41, "incorpor": 41, "incorrect": 9, "increased": 15, "increases": 20, "increasing": 11, "increment": [31, 41], "independent": 0, "indesider": 19, "index": 41, "indexer": 12, "indic": [19, 20, 26, 51], "indicates": 60, "indication": 20, "indicator": [21, 27, 44, 62], "indicators": [15, 69], "indietr": [41, 48], "indipendent": [12, 41], "indirizz": [20, 28, 41, 45, 49, 50, 51, 82], "individu": [19, 45, 47], "individual": [19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "inferior": [33, 50], "infin": 20, "influenc": 11, "info": 36, "inform": [7, 12, 19, 20, 24, 33, 35, 37, 41, 43, 51], "informal": 42, "information": [8, 11, 13, 14, 15, 19, 21, 44, 46, 50, 59, 60, 69, 70, 74, 81, 82, 83], "informed": [41, 59], "informs": 62, "ingranagg": 51, "ingrand": 80, "inherited": 42, "inhibits": 8, "ini": 9, "iniz": [35, 40, 41, 44], "inizial": [35, 48], "inizializz": 26, "inlin": [36, 66], "inoltr": [26, 41], "inotify": 12, "input": [1, 41, 56, 66, 80], "insegn": [26, 44], "inser": [14, 19, 20, 28, 41, 44, 45, 48, 50, 51, 53, 81], "insert": [1, 2, 66], "inserted": 1, "inserting": 72, "insid": [21, 27, 59, 77], "insiem": [41, 43], "insol": 12, "instagram": 42, "install": [6, 7, 12, 13, 17, 19, 20, 28, 41, 44, 45, 48, 73], "installation": [14, 57], "installed": [0, 1, 8, 14, 15, 17, 42, 52, 60, 74, 75, 83], "installer": 12, "installing": 20, "instanc": [0, 12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 43, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instructions": [21, 51, 57, 74], "integr": [7, 12, 19, 20, 46, 57, 75, 77], "integrated": [15, 49, 73], "integrates": 44, "integrating": [67, 73], "integration": [15, 19, 66, 68, 73, 74], "integration_opena": 44, "integrations": 66, "intelligenc": 1, "intelligent": 15, "intend": 26, "intenzional": 12, "inter": 41, "interact": [8, 14], "interacting": [67, 73], "interag": 44, "interesting": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 55, 73, 80], "interfacc": [19, 21, 40, 41, 43, 44, 80, 82], "interfer": 7, "intern": [19, 33, 41, 80], "internal": 69, "internet": [20, 48, 49], "interoper": 41, "interrog": 19, "interromp": [19, 41, 44], "interruption": 69, "interval": 9, "intervall": [12, 20, 41], "intest": [44, 80], "into": [1, 15, 17, 21, 25, 29, 35, 41, 42, 44, 58, 60, 66], "introdu": 6, "introduced": 41, "introductory": 5, "intruder": 26, "inutilizz": 19, "invalid": [8, 54], "invar": 44, "invec": [12, 20, 24, 41], "invi": [10, 20, 28, 29, 41, 44, 45], "invis": [19, 41], "invisibl": 36, "invit": [42, 45, 59, 70, 72], "invitation": [72, 73], "invitations": 42, "invited": 72, "invites": [42, 70], "inviting": 70, "invok": 8, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "irrisolt": 10, "is": [0, 1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "iscriv": 50, "iscrizion": 41, "ise": 50, "issu": [15, 25], "issues": [14, 66], "istanz": [12, 14, 20, 41], "istruzion": 20, "it": [0, 1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82], "italicized": 66, "item": [8, 15, 21, 41], "items": [15, 21, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 20, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "jobs": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "jok": 42, "jolly": [19, 44], "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kalend": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13], "kept": [15, 26, 42], "key": [7, 41, 42, 72, 83], "keyboard": [60, 72, 80], "keynot": 15, "keyring": 14, "keys": 26, "keywords": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korganizer": 48, "kubuntu": 19, "kwallet": 14, "label": 20, "labeled": 51, "labelled": [41, 51], "labels": 36, "lanc": 20, "landing": [2, 42], "languag": [1, 12, 64], "larg": [29, 65], "larghezz": 19, "lasc": [20, 41, 44], "last": [5, 39, 44, 54, 55, 83], "lat": [20, 35, 49], "later": [1, 2, 5, 42, 54, 56, 69, 72, 76], "lateral": [20, 28, 35, 41, 50, 80], "latest": [14, 25, 52, 83], "launc": [14, 16], "launchagents": 17, "launchpad": [8, 17], "lavor": [10, 44, 48], "layout": [60, 61, 73], "ldap": 26, "leading": 4, "learn": [2, 21, 26, 42, 46, 48, 49], "learned": 2, "learns": 15, "least": [1, 39, 42], "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 42, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "leg": 41, "legg": 26, "legger": 33, "less": [5, 11, 38], "let": [5, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "lett": 44, "letter": 20, "letting": 44, "lettur": [20, 35, 41, 80], "level": [2, 16, 21, 26, 36, 60, 62, 69, 80], "liber": [24, 39, 41], "library": [9, 17], "lik": [5, 15, 21, 41, 42, 44, 56, 57, 59, 60, 70, 74, 80], "lim": [6, 12, 20, 24, 31, 39, 41], "limit": [12, 19, 20, 31, 37, 41, 69, 83], "limitation": 20, "limitations": 15, "limited": [15, 42, 69], "limits": 31, "lin": [6, 13, 14, 17, 36, 41, 66], "line": [19, 20], "lingu": [44, 82], "linguist": 44, "link": [0, 2, 12, 14, 19, 20, 21, 28, 29, 35, 41, 44, 56, 59, 66, 69, 72, 82], "linked": 28, "links": [25, 66, 80], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 21, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listed": [1, 42, 60], "listening": [8, 9], "listing": [29, 57], "lists": [36, 66, 69], "littl": [56, 72], "liv": 60, "live_transcription": 64, "livell": [10, 31, 35, 41], "ll": [2, 58], "llm": 44, "load": 80, "lobby": [73, 77], "loc": [9, 51], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 12, 15, 56], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41, 44, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 54, 81, 83], "logd": 16, "logdebug": 16, "logexp": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "logging": [29, 83], "login": [8, 9, 14, 20, 26, 42, 44, 45, 46, 54, 81], "logout": 19, "logs": [16, 51], "logwindow": 16, "long": [0, 1, 9, 15], "longer": [42, 69, 76, 81], "look": [33, 38, 42, 55, 77, 81, 83], "looking": 44, "looks": [57, 70, 83], "loop": 12, "lor": [7, 20, 24, 26, 37, 41, 43], "los": [6, 38], "losing": 81, "loudspeaker": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "luminos": 80, "lung": [20, 40], "luog": [20, 41], "l\u00e0": 41, "l\u00ec": [41, 44], "m": [60, 72, 80], "mac": 19, "macchin": 7, "machin": 8, "machines": 8, "macos": [6, 9, 13, 25, 42, 43, 51], "mad": [41, 42, 47], "magabyt": 31, "maggior": [18, 24, 31, 33, 43, 48], "magic": [5, 24, 26], "mai": [26, 39, 41], "mail": [0, 6, 40, 41, 43, 52, 80], "mailbox": 51, "mails": 80, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": [17, 25, 29, 39, 42, 58, 60], "makes": [5, 28, 66, 74], "making": [9, 41], "malatt": 40, "man": 18, "manag": [5, 15, 21, 26, 36, 41, 42, 44, 57, 77], "managed": [14, 27, 44], "management": [12, 20, 36], "manager": [5, 14, 17, 20, 21, 46, 50, 56], "managers": 14, "managing": [6, 21, 30, 31], "manc": 21, "mand": 29, "mandatory": 62, "manier": 26, "manner": 8, "manten": [24, 33], "mantien": [12, 39], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49], "manually": [12, 44, 50, 58, 62, 79], "many": 41, "mapp": 20, "mappatur": 20, "mapping": 20, "marc": [24, 37], "mark": [21, 44, 66], "markdown": [3, 6, 69], "marked": [15, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "marks": 27, "massim": [12, 20, 24, 41], "mastodon": 42, "mat": 20, "matc": [42, 83], "matches": 7, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watches": 12, "maxchunksiz": 9, "maximum": [8, 9, 11], "may": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60, 62], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": 81, "meaning": [9, 44], "means": [15, 27, 41], "meanwhil": 42, "meccan": 7, "med": [8, 21, 42, 60, 62, 69], "meeting": [57, 59, 72, 83], "meetings": 69, "member": [42, 69], "members": [2, 5], "membership": 42, "memberships": 42, "membr": 35, "memor": 24, "memorizz": [20, 26], "memory": 1, "men": [10, 12, 20, 41], "mensil": 41, "mentioned": [57, 69, 82], "mentioning": 69, "mentions": 69, "mentr": [7, 20, 44], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "mercoled": 41, "merg": 42, "merged": 42, "mes": 41, "mess": 19, "messag": [1, 44, 55, 56, 57, 58, 66, 69, 76, 80], "messages": [1, 16, 44, 57, 67, 73, 83], "messagg": [6, 19, 20, 26, 41, 43, 47, 51, 81], "metad": [19, 33], "method": [27, 45, 58, 81], "methods": 42, "metod": [7, 20, 28, 41], "mett": [19, 26, 41], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 42, 44, 60, 63, 82], "miglior": [18, 41, 44], "migr": [6, 43], "migrated": 52, "migration": 52, "milliseconds": 9, "mim": 12, "min": [9, 26, 39, 41, 48], "minchunksiz": 9, "mind": 41, "minim": 18, "minimiz": 44, "minimized": 44, "minimum": [9, 11, 42, 83], "minutes": [27, 39], "miocertific": 20, "mir": 44, "mittent": [37, 44], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "mod": [10, 19, 20, 24, 26, 28, 35, 41, 42, 45, 46, 48, 50, 60, 66, 69, 81], "modal": [41, 80, 83], "modals": 80, "model": 1, "modell": [19, 44], "moderation": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modif": [6, 7, 10, 15, 19, 20, 35], "modific": [7, 10, 14, 19, 20, 21, 31, 33, 41, 44], "modification": 12, "modifications": 42, "modified": [0, 21, 42], "modify": [0, 42, 60], "modul": [28, 44], "molt": [10, 12, 19, 26, 41], "moment": [19, 20, 28, 41, 44], "monitor": [8, 12, 63, 72], "monitoring": 57, "monocromat": 19, "mont": [20, 28, 35], "month": 41, "mor": [0, 2, 5, 11, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morning": 0, "most": [41, 44, 74, 83], "mostr": [10, 12, 19, 20, 35, 37, 40, 41, 44, 46, 81], "mot": 47, "motor": 26, "mount": [20, 21, 27], "mounted": 20, "mounts": 27, "mous": [2, 19, 35, 44, 63, 80], "mov": [0, 20, 21, 44, 52, 58, 80], "moved": [9, 44, 69], "moves": 44, "movetotrash": 9, "moving": 44, "mozill": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "multipl": [21, 35, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 14, 20, 27, 28, 38, 42, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "muted": [60, 72], "mutes": 60, "mutually": 44, "my": 2, "my_sync_folder": 8, "mycertific": 20, "mydat": 10, "mynextcloud": [20, 48], "n": [7, 8, 56], "nam": [2, 4, 5, 7, 8, 16, 20, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "names": [8, 60], "narrow": [0, 76, 83], "nascond": 35, "nat": [20, 50], "naturally": 42, "nautilus": [19, 46], "navig": [0, 6, 20, 21, 35, 37, 42, 44, 49], "navigating": 6, "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "near": 21, "nearly": 10, "necess": 41, "necessar": [7, 12, 19, 20, 35, 37, 40, 41, 45, 47, 48], "necessary": [41, 54], "need": [2, 9, 14, 17, 20, 41, 42, 46, 48, 49, 58, 64, 69, 76], "needed": [11, 38, 41, 69], "needing": [15, 42], "needs": [15, 42, 70], "nem": [19, 20], "nessun": [19, 41, 44, 47, 51, 82], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "networks": 42, "never": [38, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newly": 15, "newsletter": 44, "next": [5, 8, 9, 14, 15, 27, 36, 41, 42, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "nidific": 12, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [9, 15, 20, 21, 26, 36, 41, 42, 51, 69, 76, 81, 82], "noa": 20, "nobody": 69, "nom": [10, 19, 20, 26, 28, 29, 35, 37, 39, 41, 45, 47, 48, 49, 50, 51, 82], "nomeutent": 20, "nonc": [40, 41], "normal": [7, 9, 19, 41, 50, 66], "normally": [26, 44], "nostr": [43, 44, 80], "not": [0, 2, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 26, 27, 28, 35, 36, 38, 40, 42, 44, 45, 49, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notes": [2, 41, 69], "notif": [7, 10, 19, 35, 37, 41, 82], "notific": [10, 41], "notification": [1, 6, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [0, 6, 9, 60, 66, 76, 83], "notified": [0, 69, 72, 76], "notify": [15, 60, 69], "notify_push": 15, "now": [2, 5, 10, 14, 42, 66], "ns": 20, "null": [12, 26], "number": [11, 28, 41, 58, 60, 69], "numbers": [15, 42], "numer": [12, 19, 41, 44], "nuov": [7, 12, 20, 24, 26, 28, 35, 37, 39, 45, 48, 50, 82], "obbligator": 45, "object": [0, 27], "obscured": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occhi": [47, 80], "occup": [33, 41], "occurred": 0, "oct": 20, "of": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 80], "offers": [20, 21, 44, 60, 73], "offic": [12, 20, 21, 69], "officially": 14, "offlin": [15, 19, 27], "offre": [12, 19, 41, 44], "offriam": 80, "offrir": 41, "offron": 41, "often": [0, 41], "oggett": [35, 41, 44], "ogni": [19, 20, 24, 26, 35, 39, 41, 44, 81], "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "oltre": [19, 41], "omett": 20, "on": [0, 1, 2, 5, 8, 9, 10, 12, 15, 17, 20, 21, 24, 25, 26, 27, 31, 33, 36, 38, 39, 41, 42, 44, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 20, 21, 27, 28, 36, 38, 41, 42, 44, 45, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [15, 69], "opening": [2, 15, 16, 60], "opens": [12, 15, 16, 21, 29, 42, 60, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "oper": [7, 12, 19, 20, 35], "operating": [17, 20], "operation": [11, 44], "opportun": 7, "oppur": [12, 20, 41, 47], "opt": [9, 44], "option": [0, 12, 16, 28, 33, 35, 36, 42, 45, 56, 60, 62, 63, 72, 76], "optional": [20, 44], "options": [6, 8, 9, 11, 13, 14, 15, 17, 19, 21, 41, 58, 60, 69, 72, 82, 83], "opzion": [7, 12, 14, 18, 19, 20, 21, 26, 35, 44, 48, 82], "opzional": [20, 26, 44, 45], "or": [0, 1, 2, 4, 5, 6, 8, 11, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 41, 44, 45, 49, 51, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "ora": [10, 19, 20, 29, 39, 41, 44, 45, 46, 47, 48, 81], "orar": 40, "order": 42, "ordered": [44, 66], "ordin": 12, "ore": [12, 39], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [2, 3], "organizations": 42, "organized": [0, 76], "organizer": [41, 44], "organizing": 5, "organizz": 41, "original": [33, 44, 64], "orizzontal": 44, "os": 8, "ospit": [20, 41], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 26, 27, 29, 37, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 25, 40, 69, 74, 82], "otherwis": 15, "otten": [20, 41], "ottimizz": 20, "our": [14, 15, 42, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [19, 27], "overflows": 65, "overhauls": 12, "overhead": 20, "overrid": 7, "overrides": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwr": 9, "own": [0, 1, 8, 9, 29, 35, 42, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_bytes": 11, "owncloud_free_space_bytes": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_files": 10, "owner": [37, 42, 44], "ownership": [23, 30, 42], "p": 8, "pacchett": [7, 19], "packag": [8, 14, 17, 20], "packages": [8, 14], "padr": 19, "paes": 41, "pag": [2, 14, 21, 24, 25, 33, 41, 42, 54, 74, 83], "pages": [2, 4, 15, 35, 77], "pagin": [7, 14, 26, 28, 29, 35, 41, 80, 82], "pan": 44, "panel": [1, 36, 44], "pannell": [20, 50], "paperclip": 56, "parallel": [11, 15, 19], "parameters": [20, 52], "parent": [21, 42, 58], "part": [5, 12, 18, 19, 26, 41, 42, 44, 47, 48, 50, 60, 69], "partenz": 20, "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particul": [0, 58], "parts": 2, "party": [20, 70], "pass": [8, 19, 20, 44], "passagg": [28, 35, 41, 45, 46, 48, 50, 51], "passed": [8, 39], "passkey": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [54, 81], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "pattern": [8, 19, 39], "paus": 19, "pc": 20, "pdf": 21, "peers": 2, "pem": 20, "penalty": 20, "pending": 70, "penn": 41, "pens": 41, "peopl": [2, 29, 69, 82, 83], "perc": [12, 19, 26], "percors": [19, 20, 48, 51], "perd": 26, "perform": [9, 20, 42, 44], "performanc": [20, 64], "performed": 44, "performs": 8, "pericol": 26, "period": [19, 24, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanent": [12, 33, 41], "permanently": [4, 15, 24, 69], "permess": [20, 45], "permett": [7, 41], "permission": [57, 60, 63], "permissions": [37, 42, 60, 69], "pers": 19, "persist": 47, "persisted": 9, "persistent": 20, "persists": 27, "person": [10, 24, 41, 69, 83], "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personalizz": [19, 41, 44, 80], "pertinent": 44, "petersteier": 12, "phon": [42, 45, 60, 69, 81, 82], "phot": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "piac": 80, "pian": 48, "pianif": 41, "pianific": 44, "piccol": 19, "pick": [56, 69], "picker": [1, 21, 29, 36], "pickers": 6, "pictur": [5, 82, 83], "pictures": 42, "pie": 15, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "plac": [1, 2, 7, 42, 69], "placed": 8, "places": [20, 65, 83], "plain": [20, 21, 54], "plasm": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "pleas": [4, 41, 42, 44, 63, 82], "plist": 17, "plus": [41, 42], "po": [12, 20, 24], "poc": [31, 41], "poi": [7, 19, 20, 26, 44, 48, 50, 51], "poic": [7, 26, 41, 44], "point": [14, 45, 83], "pointing": 27, "policies": 7, "policy": 7, "poll": [9, 15, 56], "pop": 7, "pop3": 43, "popover": 80, "popul": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portac": 49, "portatil": 20, "position": 42, "posizion": [12, 20, 41, 46, 50], "pospon": 44, "poss": [7, 10, 19, 24, 26, 35, 41, 44, 48, 80, 81], "possibil": [7, 10, 12, 18, 19, 20, 35, 39, 41, 44], "possibility": 38, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibly": 20, "possied": [41, 81], "post": [24, 41, 43, 50, 51], "posts": 57, "potenzial": 44, "poter": [19, 24, 45], "potr": [41, 82], "potra": [19, 41, 50, 81], "potrann": 41, "potrebb": [7, 10, 12, 19, 20, 24, 26, 33, 37, 41, 44], "potrebber": [19, 20, 35], "potrest": [10, 19, 41, 44, 48, 80], "powered": 1, "ppa": 8, "pratic": 26, "pre": 66, "preavvis": 41, "precauzion": 44, "precedent": [12, 14, 28, 33, 41, 44, 45, 50, 51], "precompil": [19, 44], "preconfiguration": 14, "predefin": [10, 12, 14, 19, 24, 26, 28, 31, 35, 41, 44, 48, 82], "predefined": 60, "prefer": [7, 14, 20, 21, 44, 51, 82], "preferenc": 41, "preferences": [0, 9, 17, 41, 45, 52, 82], "preferent": [6, 44, 45, 81], "preferred": 20, "preg": [44, 80], "preliminar": 18, "prem": [20, 28, 45, 46], "prend": 44, "prep": 62, "prepar": [18, 41], "prepared": 66, "pres": 41, "preselected": 2, "present": [12, 19, 20, 27, 35, 41, 44], "presentation": 21, "presenter": 63, "presenz": [7, 44], "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 66, 72], "prest": [12, 41], "prestazion": 44, "preval": [24, 33], "preved": 20, "preven": 24, "prevent": [42, 82], "prevented": 69, "preview": [2, 21, 44, 55, 60], "previews": [15, 21], "previous": [0, 1, 12, 21, 39], "previst": [19, 41, 44], "prim": [7, 12, 18, 19, 20, 26, 39, 41, 44, 48, 81, 82], "primar": 80, "primary": 44, "principal": [19, 26, 41, 44, 80], "principals": [47, 51], "priv": [41, 82], "privacy": [38, 44, 53, 62, 83], "privately": 66, "privileg": [7, 35], "pro": 81, "probabil": [19, 20, 26], "problem": [7, 12, 26, 44, 47, 48, 80, 81], "problems": 11, "proc": 12, "proced": [41, 44], "procedur": [12, 19, 50], "process": [8, 12, 39, 41, 52], "processed": 62, "processes": [8, 44], "produc": 9, "produces": 21, "produtt": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "profond": 12, "progett": [20, 43, 44, 80], "program": [12, 14], "programm": [12, 41], "programs": 17, "progress": [15, 60], "prolung": 44, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfiles": 9, "prompted": [14, 51, 60, 63, 72], "pront": 18, "prop": 20, "propagated": 35, "propagates": 8, "properties": 42, "propertyhandlers": 12, "propertysystem": 12, "propfind": 20, "propon": 7, "proposal": 52, "propost": 44, "propr": [6, 7, 12, 20, 24, 28, 44, 53, 81], "propriet": 20, "proprietar": [20, 24, 26, 33, 35, 37, 41], "propstat": 20, "prossim": [18, 41], "protected": 69, "protecting": 38, "protection": [35, 42], "protegg": [12, 26, 35, 81], "protett": 20, "protocol": [12, 20, 27], "protocoll": [20, 47, 50], "protocols": 74, "prov": [14, 26, 47, 48, 81], "provenient": 44, "provid": [0, 8, 14, 15, 20, 57, 69], "provided": [15, 69, 70], "provider": [1, 14, 15, 20, 64], "provides": [0, 1, 12, 14, 15, 21, 38, 42, 69], "providing": [55, 56], "provisioned": 44, "provisioning": 14, "provoc": 19, "provvisor": 41, "proxy": [8, 9, 19], "pubblic": 33, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicly": 42, "published": 82, "pul": 12, "pulsant": [19, 20, 28, 29, 35, 41, 44, 45, 50, 80], "punt": [10, 19, 20, 26, 44], "puntin": [19, 35, 41, 44], "puo": [14, 19, 20, 21, 26, 28, 29, 35, 40, 41, 43, 44, 47, 48, 53, 54, 80, 81, 82], "push": [0, 60, 80], "put": 69, "pu\u00f2": [6, 12, 20, 24, 33, 35, 41, 44, 46, 48, 50, 51, 80, 81], "qr": [45, 81], "qt": 16, "qt_logging_rules": 16, "qual": [19, 20, 35, 39, 41, 44, 45, 50], "qualcos": 81, "qualit": 80, "qualsias": [7, 19, 20, 28, 41, 44, 46, 80], "qualunqu": [20, 21, 24, 33, 54], "quand": [7, 10, 14, 19, 20, 24, 26, 28, 29, 31, 33, 35, 39, 40, 41, 44, 45, 46, 48], "quant": [20, 26, 41, 44, 47], "quantit": 12, "quart": 41, "quattr": 44, "quegl": 41, "quel": 41, "quell": [10, 12, 20, 31, 41, 44], "quest": [7, 10, 12, 19, 20, 21, 24, 26, 28, 31, 33, 35, 39, 40, 41, 43, 44, 46, 47, 48, 50, 51, 53, 82], "question": 10, "questions": 8, "qui": [19, 41, 44, 50], "quick": [2, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 69, 83], "quiet": 17, "quind": [7, 12, 19, 20, 21, 26, 29, 41, 44, 47, 48, 50, 80], "quit": 17, "quot": [20, 30, 32, 82], "quotes": 66, "r": [51, 60, 80], "raccolt": 41, "raccomand": [20, 31], "rad": 42, "radic": [20, 35, 37], "raggiung": [20, 24, 39], "raggiunt": 41, "rais": 80, "raised": 11, "random": 35, "rang": [76, 83], "rapid": [19, 44], "rappresent": 44, "rather": 20, "re": [5, 44], "reached": [27, 44], "reaches": 69, "reaction": 60, "read": [8, 26, 27, 38, 41, 42, 44, 69, 82], "reader": 0, "readers": 80, "reading": 15, "reads": 9, "ready": 27, "real": 64, "rearrang": 83, "reason": 69, "reasons": 42, "reatt": 80, "reattiv": 6, "receiv": [0, 1, 29, 41, 44, 60, 66, 70, 76], "received": 72, "receives": [28, 62], "receiving": [64, 70], "recent": [0, 7, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 41, 44], "recognisabl": 15, "recommend": 15, "recommended": 20, "record": [62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recoverabl": 21, "recovery": 6, "recuper": 41, "red": [27, 60, 62], "reddit": 51, "redirected": [69, 72], "reduc": 11, "reducing": 15, "ref": 44, "refer": [14, 31], "referenc": [21, 62, 76], "reflected": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "region": 41, "register": [12, 14, 45], "registered": [60, 69, 78], "registr": [7, 12, 20, 45], "registry": 12, "regol": [24, 35, 41, 44], "regolar": [12, 41], "regul": [20, 27, 36, 42, 60], "regularly": 11, "regulations": 62, "reimpost": [40, 41], "reindirizz": 81, "rejoining": 69, "relat": [20, 41, 47], "related": [0, 1, 15, 17, 41, 44, 83], "relates": 44, "relaunc": 1, "releas": [12, 14], "releases": 14, "relevant": [41, 42, 76], "remaining": 11, "remember": 1, "remembered": 1, "reminder": 41, "reminders": [41, 69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 12, 17, 27, 28, 36, 38, 44, 69, 83], "removal": [12, 17], "removals": 42, "removed": [41, 44, 57, 69], "removes": [16, 20], "removing": [17, 36], "renam": [0, 21, 36], "rend": [19, 20, 35, 41], "reopen": 44, "repeat": [8, 51], "replac": [45, 47, 60], "replacement": 69, "replies": [44, 57, 69, 76], "reply": 66, "report": 44, "repositories": 8, "repository": [8, 9], "reproducibl": 14, "request": [1, 20], "requested": 20, "required": [8, 27, 41, 60, 64], "requirements": 74, "requires": [1, 8, 62, 69], "requiring": [38, 44, 62], "requis": 6, "res": 41, "reschedul": 66, "resizes": 60, "resourc": 45, "resources": [41, 42, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "responses": 41, "rest": [20, 25], "restor": 24, "restoring": 41, "restrict": [36, 82], "restricted": 36, "restriction": 42, "result": [1, 9, 15], "results": [1, 9, 83], "resum": 44, "ret": [20, 50, 82], "retention": [36, 69], "retried": [11, 44], "retries": 8, "retriev": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": 27, "return": [21, 42, 60], "revealed": 15, "revert": 69, "review": [1, 20, 41], "reviewed": 41, "revoc": 35, "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "riapp": 45, "riapril": 20, "riavv": [7, 20, 45], "ric": [20, 29, 41, 47, 81], "ricc": 50, "ricerc": [26, 37, 46], "ricev": [35, 37, 41, 44], "ricezion": 44, "rich": 1, "richied": [10, 20, 31, 40, 41, 48, 81], "richiest": [31, 37, 44, 45, 50], "ricondivid": [21, 26, 33], "ricondivision": [33, 35], "riconnett": 20, "riconosc": 20, "ricord": 44, "ridott": 80, "riduc": 80, "riemp": 41, "rientr": 24, "riesc": 7, "rif": [37, 41, 44], "rifer": [18, 20], "rifiut": [35, 41], "riflett": 41, "rig": [7, 12, 19], "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "rights": 44, "ril": 44, "rilasc": 35, "rilass": 80, "rilev": [12, 41], "riman": [19, 20], "rimand": 26, "rimang": 24, "rimarr": 44, "rimarrann": 44, "rimoss": 19, "rimov": 12, "rimpicciol": 80, "rimuov": [7, 12, 19, 20, 26, 28, 41, 44], "ring": 60, "rinomin": [24, 35, 44], "ripet": 50, "ripr": 19, "ripristin": [39, 41], "riprodurr": 18, "riprov": 19, "riquadr": 12, "risc": [18, 44], "riscontr": [20, 80], "rising": 60, "risolt": [10, 12], "risolu": 47, "risolv": [7, 10, 48], "risors": [26, 33, 46, 48], "risparm": 48, "rispett": [20, 33, 41, 43], "rispond": 44, "rispost": [40, 41], "risult": 48, "riteng": 20, "riunion": 41, "riusc": [12, 20, 44], "rivolt": 50, "rm": 17, "roaming": 9, "rol": [42, 82], "roll": [39, 57], "room": 58, "rooms": [41, 42, 73, 77], "root": [8, 15, 20], "ross": 19, "row": [21, 36, 65], "rows": 36, "rss": 6, "rubric": [6, 41, 44, 45, 47, 50], "rules": 36, "run": [1, 8, 9, 20, 27, 39, 77], "running": [6, 15, 17], "rw": 20, "s": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "saf": [17, 38, 69, 81], "safar": 83, "sai": [20, 81], "sales": 82, "salt": 80, "salv": [12, 20, 41, 44, 47, 51, 82], "salvatagg": 46, "sam": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "samb": 27, "sap": [24, 26, 41], "sar": [7, 10, 12, 20, 24, 35, 41, 47, 80], "sara": [26, 51, 81], "sarann": [24, 26, 35, 41, 46, 51], "sarebb": 26, "sav": [15, 41, 42, 54, 56, 62, 80], "saved": [5, 27, 36, 39, 42, 44, 62], "saves": 44, "say": 10, "sbagl": 12, "scad": [24, 44], "scadenz": [35, 39], "scamb": 41, "scan": 27, "scanner": 45, "scansion": 12, "scaric": [7, 10, 12, 19, 20, 26, 35, 39], "scary": 5, "scegl": [12, 19, 20, 26, 37, 41, 44, 45, 46, 48, 50, 51, 80, 82], "scelt": [12, 37, 41, 44], "scenar": [10, 24], "schannel": 51, "sched": [12, 19, 20, 35, 41], "schedul": [14, 52, 66], "scheduled": [1, 59, 66, 69], "schem": [12, 39], "scherm": [14, 20, 80], "scolleg": 28, "scop": [14, 26, 40, 41, 82], "scoped": 44, "scopert": 50, "scopes": 82, "scopr": [35, 41], "scorciatoi": 80, "scorr": [20, 51], "scp": 20, "screen": [42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [26, 44], "scripting": 20, "scripts": 17, "scritt": 41, "scrittur": [20, 41], "scriv": 44, "scroll": [20, 44, 51, 65, 66], "scur": 80, "seamlessly": 15, "searc": [2, 6, 8, 21, 36, 42, 69, 72, 78, 80], "searches": [44, 83], "searching": [41, 69, 82], "searchon": 8, "sebben": 19, "sec": 9, "second": [2, 6, 7, 19, 26, 39, 42, 44, 48, 56, 66, 69], "seconds": [9, 11, 60, 62, 81], "secret": [0, 8], "secrets": 20, "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": 77, "secur": 38, "security": [6, 20, 30, 38, 45, 51, 83], "sed": 41, "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seeing": 82, "seen": 51, "sees": 38, "segn": 19, "segnal": [18, 20, 80], "segret": [41, 81], "segu": [10, 18, 19, 20, 28, 35, 44, 46, 47, 48, 50, 51, 82], "seguent": [7, 12, 19, 20, 40, 41, 44, 45, 81], "select": [0, 2, 5, 8, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 56, 62], "selection": [36, 41, 44, 81], "selections": 41, "selector": 66, "selettor": 41, "selezion": [14, 20, 37, 41, 44, 45, 47, 50, 51], "self": [42, 76], "semicerc": 19, "semplic": [18, 26, 29, 41, 44], "semplif": 20, "semplific": 41, "sempr": [7, 19, 20, 41], "send": [0, 1, 41, 44, 58, 60, 66, 70, 76, 80], "sender": [44, 76], "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensit": 69, "sent": [0, 28, 44, 69], "senz": [12, 19, 20, 35, 39, 41], "separ": [0, 1, 41, 44, 82], "separat": 25, "separately": [42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servers": [21, 27, 41, 70, 82], "servic": 27, "services": [20, 26, 27, 29, 57, 74, 77], "serviz": [20, 26, 47, 53], "session": [9, 20, 42], "sessions": 9, "set": [4, 9, 33, 41, 42, 44, 45, 51, 59, 62, 64, 69, 76, 77, 82, 83], "settiman": [39, 41, 82], "settimanal": 41, "setting": [0, 4, 16, 44, 69, 81, 82], "settings": [4, 6, 9, 15, 20, 27, 36, 37, 38, 41, 42, 44, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 81, 82], "setup": [49, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75], "seviz": 26, "sezion": [7, 12, 20, 26, 37, 40, 41, 44], "sfogl": 20, "sfond": 80, "sfrutt": 12, "sftp": [20, 27], "shall": 9, "shar": [0, 2, 19, 20, 26, 27, 29, 38, 41, 42, 56, 62, 63, 73, 82], "shared": [0, 2, 3, 15, 21, 27, 28, 41, 56, 62, 63, 69, 76, 82], "shares": [0, 15, 21, 23, 27, 30, 41, 76, 82], "sharing": [0, 6, 21, 29, 30, 37, 61, 70, 73], "shell": 12, "shift": [42, 80], "short": [42, 44], "shortcut": [20, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 4, 9, 21, 42, 44, 60, 79, 83], "showexperimentaloptions": 9, "showing": [0, 4, 21, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "shows": [0, 1, 20, 21, 27, 36, 41, 42, 54, 60, 65, 83], "sian": [20, 41], "sicur": [12, 20, 53], "sicurezz": [20, 26], "sid": [5, 15, 27, 30, 34, 38, 42, 44, 52, 55], "sideb": [2, 5, 6, 15, 20, 27, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "sign": 42, "signif": 44, "significant": 20, "significantly": 20, "silent": [8, 60], "silenz": 7, "simbol": [12, 19, 41, 44], "simil": [15, 19, 20, 35, 40, 41, 42, 44], "simpl": [5, 27, 39], "simply": [17, 25, 42, 44, 56, 76], "sinc": [35, 39, 81], "sincronizz": [6, 7, 10, 13, 14, 20, 22, 41, 43, 53], "singl": [0, 8, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "singol": [14, 19, 41], "sinistr": [19, 20, 41, 50], "sint": [19, 20], "sintatt": 19, "sip": 69, "sistem": [7, 10, 12, 19, 20, 21, 39, 41, 44], "sit": 43, "situ": [19, 44], "situation": 11, "situazion": 10, "siz": [9, 11, 20, 31, 42], "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slot": 41, "slots": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smont": 20, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "snoozing": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "soddisfatt": 19, "softw": [7, 12, 14, 17, 53, 80], "sol": [7, 12, 14, 19, 20, 24, 26, 28, 31, 35, 41, 44, 46], "solely": 44, "solit": 47, "solution": 20, "soluzion": [35, 53], "solv": 81, "solves": 12, "som": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebody": 72, "someon": [10, 42, 60, 69, 82], "sometimes": 41, "somewh": 81, "son": [7, 10, 18, 19, 20, 26, 29, 33, 35, 41, 44, 45, 48, 50, 51, 80, 81], "soon": [0, 15], "sopr": [19, 41, 47], "sorgent": 14, "sorting": 44, "sosp": 19, "sostitu": [20, 41, 51], "sostitut": 40, "sott": [20, 26, 37, 41, 46, 53], "sottocartell": 12, "sottodirectory": 20, "sottoscriv": 41, "sottoscrizion": [41, 45], "sottost": [19, 51], "sottostring": 44, "sourc": [20, 38, 53], "sourced": 8, "sovrappost": 41, "sovrascriv": [7, 35, 41], "spac": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "spar": 41, "sparkl": 7, "spaz": [19, 33, 39], "speak": 72, "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specif": [6, 12, 20, 39, 41, 44], "specific": [0, 7, 8, 15, 17, 27, 41, 42, 44, 47, 54, 58, 59, 66, 76, 79, 81, 83], "specified": [8, 16], "specifies": [9, 11], "specify": [8, 16, 42, 58], "specifying": 42, "speec": [1, 60, 64], "speed": 44, "speeds": 20, "spoken": 60, "spost": [20, 24], "spreadsheet": 21, "spunt": [19, 41], "squadr": 43, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabil": [18, 41], "stabl": [14, 18], "stacked": 44, "standard": [8, 14, 41], "standardized": 15, "standards": 80, "star": [21, 42], "starred": 21, "start": [1, 12, 20, 38, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [60, 79], "stat": [7, 8, 10, 12, 20, 24, 26, 40, 44, 45, 51], "status": [15, 20, 25, 27, 40, 41, 60, 69, 83], "stay": [41, 59], "stdout": 16, "step": [14, 36, 51, 69], "steps": [20, 28, 44, 49, 51], "stess": [7, 14, 19, 20, 41, 44, 46, 50, 80], "sti": 12, "stil": 43, "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [44, 58, 62, 63], "stopping": 62, "stops": 81, "stor": [42, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 39, 42, 44], "stores": 15, "stream": [6, 62, 72], "strikethroug": 15, "string": 19, "strisc": 41, "structur": [2, 3, 21, 42], "strument": [7, 43, 81], "struttur": 26, "sub": [24, 45], "subfolder": 8, "subjects": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subpages": 2, "subscrib": 76, "subscribed": 76, "subscription": 53, "subsequent": 15, "substantially": 20, "success": [7, 20, 50, 51], "successful": [14, 27, 28], "such": [0, 1, 14, 26, 27, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sud": 17, "sufficient": [12, 41], "sugger": [25, 44, 50], "suit": [8, 83], "suitabl": 41, "sule": 82, "summarization": 1, "summary": [44, 57], "super": [20, 24, 33, 39], "superior": [19, 35], "support": [14, 17, 19, 20, 41, 42, 44, 46, 49, 50, 51, 53, 81], "supported": [8, 15, 16, 21, 42, 44, 66, 74, 83], "supports": [14, 15, 20, 39, 42, 44], "sur": [17, 39, 60, 81], "svilupp": [13, 18, 80], "svolg": 41, "svuot": 41, "swift": [20, 27], "switc": [8, 21, 60, 65, 80, 83], "switches": 8, "sync": [8, 12, 14, 15, 17, 19, 25, 44, 81], "synced": [12, 17, 25], "synchroniz": [8, 11, 20, 50], "synchronization": [8, 9, 11, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronized": [10, 13], "synchronizes": 50, "syncing": [42, 47], "syntax": [66, 69], "sys": 12, "sysctl": 12, "system": [8, 9, 12, 15, 17, 19, 20, 21, 30, 32, 39, 42, 49, 51, 60, 62, 64, 70], "systems": [9, 14, 27], "s\u00ec": 26, "t": [5, 14, 20, 26, 39, 42, 44, 46, 66, 81], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabell": 43, "tables": 66, "tackled": 69, "tag": 21, "tagged": 0, "tagging": [36, 44], "tags": [21, 30, 32], "tak": [2, 17, 28, 62, 69], "takes": [9, 15, 42, 83], "tal": [12, 24, 31], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tantum": 41, "tap": [45, 60], "tapping": 60, "tard": 44, "target": [9, 15, 20, 41], "targetchunkuploadduration": 9, "targets": 83, "task": [2, 6, 66], "tasks": [0, 1, 57, 69], "tast": [19, 20, 28, 35, 46, 48], "tastier": 6, "te": [18, 19, 24, 33, 41, 44, 82], "team": [2, 3, 6, 27, 69, 80], "teams": [69, 74], "technical": 15, "technically": 14, "telegram": 42, "telephon": 82, "tem": 6, "temp": [19, 20, 41, 44, 48], "templates": 5, "temporal": [24, 37, 41], "temporan": [12, 20], "temporane": 33, "temporarily": 60, "ten": [20, 27, 39], "tendin": 20, "tent": [10, 47], "tentat": 44, "tentatively": 44, "terabyt": 12, "term": 1, "termin": [18, 19, 28, 40, 41, 45, 46], "terminin": 24, "terr": 41, "terz": [12, 26, 41], "test": [10, 12, 14, 18, 19, 20, 24, 26, 80, 81], "tester": 18, "testing": 9, "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 20, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 38, 39, 40, 41, 42, 44, 57, 58, 59, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 80, 81], "themselves": [58, 64], "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 10, 17, 20, 24, 41, 42, 62, 66, 69, 71, 72, 76], "therefor": 38, "thes": [14, 15, 25, 41, 42, 44, 69, 81, 83], "they": [5, 8, 15, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "think": 2, "third": 20, "this": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thos": [0, 25, 42, 54], "thoug": 9, "thre": [1, 14, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "thread": [1, 76], "threaded": 44, "threads": 76, "threshold": [11, 83], "throug": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thumbnail": 21, "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tien": 44, "til": 65, "tiles": 65, "tim": [9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timeout": [9, 11, 26], "times": [8, 20, 41], "timestamp": 39, "tip": [7, 19, 20, 44, 47], "tipic": [19, 81], "titl": [2, 5, 41, 44, 56, 59, 76], "titol": 41, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 44, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "tocc": 45, "today": 83, "together": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "tokens": 54, "tool": 2, "toolb": [2, 5, 36, 44, 63, 72], "tools": [1, 17, 36], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "torn": 48, "total": [33, 41], "totp": [20, 81], "touchpad": 63, "towards": 45, "track": 0, "tracker": 80, "tradurr": 44, "trail": 21, "tram": [6, 7, 10, 19, 26, 33, 35, 41, 44, 45, 46, 50, 53], "trann": [20, 82], "transcribes": 64, "transcription": [1, 61, 73], "transfer": [20, 23, 27, 30, 42], "transferred": 37, "transitor": 19, "transl": 53, "translated": [4, 64], "translation": [61, 73], "trascin": 41, "trasfer": [20, 37, 41], "trasform": 50, "trash": [9, 21, 28, 42], "trashbin_retention_obligation": 24, "trasparent": 26, "tratt": [19, 20, 41], "tray": [9, 14], "tre": [19, 35, 41, 44], "tried": 44, "tries": [8, 69], "trigger": [27, 44, 50], "triggered": [0, 9, 14, 44], "triggering": 44, "tropp": [41, 44], "trov": [10, 14, 19, 20, 37, 41, 43, 44, 47, 48, 50], "tru": [7, 16], "trust": [8, 38], "trusted": 82, "tt": 5, "tumblr": 42, "tunnel": 20, "turn": 75, "turned": 44, "turning": 9, "tutt": [12, 14, 18, 19, 20, 21, 26, 28, 33, 35, 37, 41, 45, 46, 48, 50, 53], "tuttav": [7, 10, 12, 19, 41, 44], "two": [2, 17, 25, 36, 39, 42, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 80], "types": [0, 15, 21, 42, 66, 69], "typically": 57, "typing": [2, 69], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "uffic": [6, 43], "ui": 9, "ulterior": [10, 12, 20], "ultim": [7, 18, 19, 46], "umount": 20, "unabl": 11, "unaffected": 11, "unauthenticated": 0, "unavailabl": [15, 27, 69], "uncheck": [0, 36, 42], "und": 5, "under": [1, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergoing": 9, "understanding": 44, "undon": 15, "unencrypted": [26, 38], "unfocus": 80, "unfortunately": 20, "unic": [26, 41, 82], "unified": [6, 76], "unifying": 5, "uninstall": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintended": 9, "uniqu": [26, 60], "unisc": 80, "unit": 20, "univers": 7, "universal": [6, 12], "univoc": 41, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmut": [60, 72], "unmuted": [60, 72], "unmutes": 60, "unordered": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unselect": 42, "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchronized": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [7, 9, 15, 19, 42, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [59, 69, 83], "updat": [10, 41, 42, 45], "updated": [10, 14, 41, 54, 64], "updates": [0, 42, 44], "updating": 44, "upload": [9, 19, 21, 27, 29, 31, 41, 42, 60], "uploaded": [9, 11, 15, 62, 69], "uploaders": 29, "uploading": 72, "uploads": [9, 21, 29], "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": 80, "usa": [19, 20, 26, 28], "usabl": 80, "usag": 83, "usand": [22, 26, 29, 30], "usar": [6, 20, 25, 43, 54, 82], "usat": 51, "use": [5, 7, 8, 9, 15, 17, 20, 21, 26, 27, 40, 41, 42, 45, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 20, 33, 36, 38, 39, 41, 42, 54, 80], "useful": [15, 21, 44, 60, 72, 82], "user": [4, 8, 9, 15, 17, 20, 27, 38, 39, 41, 42, 44, 45, 51, 52, 54, 60, 69, 70, 78, 82], "userem": 41, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "users": [0, 9, 14, 15, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [8, 16, 26, 60], "usi": [20, 48], "using": [1, 6, 9, 11, 13, 14, 17, 19, 20, 22, 23, 25, 29, 30, 34, 35, 41, 43, 44, 45, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "uso": [6, 18, 20], "usually": 44, "utent": [7, 10, 18, 20, 24, 28, 31, 33, 37, 39, 40, 44, 45, 47, 49, 50, 51, 53, 82], "utente1": 24, "utente2": 24, "utente3": 24, "utet": 37, "utf": 20, "util": [20, 41], "utilizz": [6, 7, 12, 13, 20, 24, 25, 26, 29, 39, 40, 41, 43, 47, 48, 50, 51, 53, 80, 82], "v": [60, 72, 80], "v3": 41, "v6": 41, "vai": [20, 28, 35, 44, 45, 50], "valid": [41, 44, 51], "valor": [7, 12, 19, 20, 24, 44], "valu": [11, 16, 42], "values": [9, 11, 42], "var": [16, 80], "variabil": [10, 31, 41], "variabl": [9, 11], "variables": [6, 13], "variet": 81, "variety": 82, "various": [41, 42], "vcard": 42, "vcards": 42, "vcf": 42, "ve": 20, "vecc": [12, 24, 26, 33, 39, 41, 44], "ved": [6, 10, 12, 19, 20, 24, 26, 35, 41, 44, 81], "vedra": [26, 29, 82], "vedrann": [26, 28], "veloc": 41, "vendor": 7, "veng": [19, 26, 33, 39, 40, 41, 44], "ver": 44, "verbos": 8, "verd": 19, "verif": [7, 19, 20, 44], "verific": [7, 10, 12, 20, 26, 41, 44], "verification": 69, "verify": 20, "verr": [7, 10, 12, 19, 35, 39, 40, 41, 44, 50], "verra": 12, "verrann": [19, 41, 44, 50, 53], "vers": [20, 50], "version": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 45, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [9, 17, 39, 83], "vertical": 44, "very": [5, 20, 42, 80], "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "viagg": 41, "vibr": 60, "vicin": 37, "vide": [62, 63, 69, 72, 73, 80], "videos": 21, "vien": [7, 10, 12, 19, 20, 24, 29, 31, 33, 37, 39, 41, 44, 80], "view": [0, 1, 14, 27, 36, 41, 42, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewed": 21, "viewer": [51, 80], "viewers": 80, "viewing": 6, "views": 21, "virtual": [17, 82], "vis": [44, 80], "visibil": [10, 19, 35, 37, 41, 44, 46, 47], "visibility": [15, 42, 69, 82], "visibl": [4, 21, 27, 36, 42, 44, 66, 69], "visit": [25, 44], "visitors": 5, "vist": [20, 26, 41], "vistos": 19, "visualized": 15, "visualizz": [7, 10, 19, 20, 21, 35, 41, 46, 50], "viv": 20, "voc": [19, 20, 41], "vogl": 18, "voic": 60, "vol": 41, "voler": [19, 41, 48], "volt": [12, 19, 20, 24, 26, 35, 39, 41, 44, 51], "volum": 8, "vorra": 50, "vot": 41, "voted": 56, "votes": 41, "vpn": 20, "vuo": [20, 35, 41, 45, 50, 80], "vuot": [41, 44], "waiting": [1, 79], "want": [0, 2, 4, 14, 26, 29, 41, 42, 44, 52, 58, 60, 66, 69, 76, 82], "wants": 5, "was": [0, 1, 9, 39, 41, 44, 83], "watc": 12, "way": [2, 15, 20, 25, 38, 41, 42, 44, 54, 59], "ways": [17, 44, 56, 62], "we": [2, 5, 14, 15, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webin": [73, 77], "webinars": [77, 79], "webs": 73, "week": [0, 69], "weekly": [0, 42], "weeks": [42, 69], "welcom": 20, "well": [11, 17, 62], "wer": [9, 41, 42, 57, 70], "what": [0, 5, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "wher": [1, 5, 8, 9, 15, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherever": 25, "whether": [9, 27, 41, 56, 60], "whic": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 42, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 42, 44, 56, 60, 62, 66, 71], "whiteboards": 2, "who": [5, 21, 28, 56, 62, 82], "whol": [15, 26], "wid": [26, 36, 62, 82], "wider": 82, "widget": 44, "widgets": 83, "wik": [57, 74], "wildcards": 8, "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 20, 25, 27, 28, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "win": 20, "window": [9, 12, 15, 16, 29, 46, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": 17, "wish": 60, "with": [0, 2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 21, 25, 27, 28, 36, 40, 41, 44, 45, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "wordpress": 12, "words": [5, 38], "work": [15, 20, 36, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 81], "works": [27, 41], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 16, 41, 69], "writabl": 42, "writes": 16, "writing": [20, 44, 49], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": [36, 41], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "youruser": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00c8": [7, 12, 19, 20, 39, 41, 44, 80]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Indice", "L\u2019aggiornamento automatico", "Using the Command-Line Client", "Configuration File", "Conflitti", "Environment Variables", "FAQ", "Desktop Client", "Installazione", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Aggiorna i canali", "Utilizzo del client di sincronizzazione", "Accedere ai file di Nextcloud usando WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Gestire i file eliminati", "Sincronizzazione desktop e mobile", "Using server-side encryption", "Using external storage", "Using federation shares", "Effettuare caricamenti anonimi", "File e sincronizzazione", "Caricamenti di file di grandi dimensioni", "Managing your files", "Quota di archiviazione", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Controllo di versione", "Impostazione dei messaggi di assenza dall\u2019ufficio", "Usare l\u2019applicazione Calendario", "Using the Contacts app", "Groupware", "Utilizzo dell\u2019app Mail", "Sincronizzazione con Android", "Sincronizzazione con il desktop GNOME", "Sincronizzazione con iOS", "Sincronizzazione con KDE Kontact", "Sincronizzazione con macOS", "Sincronizzazione con Thunderbird", "Sincronizzazione con Windows 10", "Migrate data between instances", "Introduzione al manuale d\u2019uso di Nextcloud 35", "Gestisci browser e dispositivi connessi", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Accesso universale", "Usare l\u2019autenticazione a due fattori", "Impostare le proprie preferenze", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "AI": 1, "C": 12, "Con": 45, "L": 7, "La": 12, "Si": 26, "Su": 12, "abil": 44, "abilit": 12, "acced": 20, "accepting": 70, "access": [4, 26, 35, 36, 80, 81], "accessing": [20, 21, 22, 27], "account": [19, 44, 49], "actions": [15, 44], "activities": 0, "activity": [0, 21], "add": [42, 44], "adding": [27, 38, 42], "address": [42, 44], "advanced": 44, "affid": 12, "aggiorn": [7, 18], "aggiung": [35, 41, 44], "aggiunt": [19, 50], "alcun": 12, "alias": [15, 44], "alleg": 41, "altern": 50, "altri": 35, "ambient": 7, "an": [5, 38, 70, 72, 78], "and": [14, 20, 21, 36, 42, 57, 59, 60, 64, 66, 69, 72, 79, 83], "android": 45, "annull": 44, "anonim": 29, "another": 44, "anteprim": 21, "app": [0, 42, 44], "appearanc": 55, "applic": [19, 24, 41, 45, 81], "apps": 75, "appunt": 41, "archiv": [24, 33, 69], "arriv": 44, "as": [42, 44, 72], "assegn": 41, "assenz": 40, "assigning": 36, "assistant": 1, "assoc": 20, "at": 42, "attachments": 56, "attiv": 44, "aud": 60, "autent": 81, "automat": [7, 44], "automation": 44, "automatizz": 41, "avvis": 12, "azion": [15, 44], "backends": 27, "background": 26, "backgrounds": 60, "ban": 69, "barr": 19, "bas": 7, "between": 52, "blocc": 44, "books": 42, "bots": 57, "breakout": [58, 60], "browser": [54, 60, 83], "browsing": 36, "by": 36, "calend": [41, 44, 59], "calendar": [41, 45, 47, 50, 51], "call": [60, 62, 64, 65, 72], "calls": 61, "camb": [12, 44], "canal": 18, "cancell": 44, "card": 75, "cardbook": 50, "caric": [10, 12, 29, 31], "cartell": [12, 21, 29, 44], "cas": 24, "casell": 44, "cestin": [41, 44], "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chiav": 26, "cifr": 26, "cifratur": 26, "client": [8, 13, 15, 19, 20, 25, 60, 81], "clients": 60, "cloud": 28, "codes": 81, "collaboration": 23, "collectives": [2, 3], "colleg": 35, "color": 44, "com": [12, 20, 24, 26, 44], "command": [8, 16], "commands": 57, "comments": 21, "compact": [44, 55], "compleann": 41, "component": 50, "comporr": 44, "compositor": 44, "condivid": [26, 41], "condivis": 24, "condivision": [19, 21, 35, 82], "condizion": 44, "configur": [15, 19, 29, 41, 49, 58, 81], "configuration": 9, "conflict": 15, "conflitt": 10, "connecting": 21, "conness": 54, "consent": 62, "consider": 81, "consigl": 50, "contact": 42, "contacts": 42, "contatt": [44, 45, 47, 50, 51], "contestual": 15, "continu": 12, "controll": [21, 39, 41], "controlling": 60, "convers": 41, "conversation": [69, 76, 78], "conversations": [55, 68, 69, 78], "corp": 44, "cos": 24, "cre": [5, 20, 41, 42, 44, 75], "creates": 5, "creating": [21, 28, 35, 36, 41, 69, 78], "creazion": 41, "credential": 8, "credits": 51, "curl": 20, "cyberduck": 20, "d": 53, "daily": 0, "dashboard": [44, 69, 83], "dat": [52, 82], "deck": 75, "deleg": 44, "delegation": [41, 44], "denomin": 39, "depos": 29, "desktop": [13, 19, 20, 25, 46, 60], "destinatar": 44, "details": 21, "detection": 27, "devic": 38, "dimension": 31, "disabilit": 26, "discussion": 41, "disk": 11, "displaying": 38, "disponibil": 41, "disposabl": 69, "disposit": [20, 54], "dolphin": 20, "domand": 26, "download": [14, 60], "downloaded": 15, "driv": 20, "due": 81, "duplic": [41, 42], "during": 60, "e2e": 38, "edit": 42, "editing": [41, 76], "editor": 19, "effettu": 29, "elimin": [24, 39, 41, 44], "email": [0, 28, 72], "emoj": 66, "enabling": 38, "encrypting": 38, "encryption": [26, 34, 38], "end": 38, "environment": 11, "esemp": 10, "esport": 41, "esser": 26, "event": [41, 44], "events": 59, "everyon": 5, "exampl": 8, "exclud": 8, "expiration": 69, "explorer": 20, "extensions": 15, "external": 27, "factor": 81, "faq": 12, "fattor": 81, "favor": 42, "favorites": 44, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "festiv": 41, "fil": [9, 12, 15, 19, 20, 21, 24, 26, 27, 29, 30, 31, 35, 45], "files": [0, 4, 15, 19, 20, 21, 22, 27, 32, 36, 56, 71], "filter": 69, "filtering": [0, 21], "filtr": 44, "filtragg": 44, "finder": 15, "finestr": 19, "first": [2, 5], "fisic": 81, "fluss": 7, "folder": [38, 44], "follow": 44, "for": [41, 77], "frequency": 0, "frequent": 26, "from": [27, 59, 71, 75], "full": [60, 72], "funzion": 12, "funzional": [12, 15], "general": [17, 19], "gest": [24, 41, 44, 54], "gestor": 20, "getting": 2, "global": 82, "gnom": 46, "grand": 31, "grid": [21, 65], "group": [26, 69], "groups": 42, "groupw": 43, "grupp": 35, "guest": 72, "hand": 60, "handling": 8, "history": 1, "how": 5, "ia": 44, "icon": [19, 21], "ics": 41, "if": 81, "ignor": 19, "immediately": 60, "import": 41, "importing": 42, "impost": [19, 40, 41, 44, 82], "inclus": 80, "indesider": 44, "indic": [6, 15], "indirizz": 44, "inform": 44, "information": 42, "initial": 14, "inserting": 66, "install": [8, 14], "instances": 52, "instructions": 17, "integr": [15, 44], "integrating": 75, "integration": [44, 59, 71], "intelligent": 44, "interacting": 76, "interfac": [21, 83], "interfacc": 12, "intern": [35, 44], "interromp": 12, "into": 75, "introdu": 53, "introduction": 5, "introductions": 5, "invit": 41, "invitation": [44, 70], "invitations": 44, "ios": 47, "is": 26, "iscriv": 41, "iscrizion": 44, "issues": 15, "items": 42, "join": [60, 72], "joining": [60, 72], "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "known": 15, "kontact": 48, "lavor": [7, 41], "layout": [44, 65], "lettor": 21, "levels": 36, "lim": 82, "lin": [8, 16], "lingu": 12, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locking": 15, "los": 81, "low": 11, "macos": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "manag": [58, 62], "manager": 19, "managing": [32, 36, 41, 42, 69], "manual": 53, "manually": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "menu": 15, "menzion": 44, "merging": 42, "messag": 75, "messages": [55, 66, 69, 75, 76], "messagg": [40, 44], "metod": 50, "microsoft": 20, "migr": 52, "minimizz": 44, "mnemonic": 38, "mobil": [20, 25, 45, 60], "mod": [12, 44], "modal": 44, "moderators": 77, "modif": [12, 26, 41, 44, 54], "modific": 12, "montagg": 20, "mor": 66, "multipl": 42, "nativ": 44, "nautilus": 20, "navig": 80, "navigating": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [20, 69], "notif": 45, "notification": 0, "notifications": [1, 41, 69], "nuov": [19, 41, 44], "of": 55, "on": [14, 19, 76], "onboard": 5, "one": 69, "open": 78, "oper": 44, "options": [16, 42], "opzion": 41, "or": [42, 60, 72], "orar": 41, "ordin": 44, "organiz": 42, "other": 72, "our": 5, "own": [5, 27], "ownership": 37, "pag": 5, "panoram": 10, "parent": 5, "part": 20, "partecip": 41, "participants": [60, 69], "password": [26, 54], "personal": 1, "phishing": 44, "pianific": 26, "picker": 66, "pickers": 1, "pictur": 42, "pinning": 76, "polls": 56, "possibil": 26, "possibl": 26, "post": 44, "posticip": 44, "preferent": 82, "prenot": 41, "preven": 7, "prevenzion": 7, "prioritar": 44, "priv": [26, 69], "privacy": 69, "problem": [20, 49], "process": 26, "profil": [82, 83], "programm": 44, "progress": 41, "project": 5, "promemor": [41, 44], "proposal": 41, "proposals": 41, "proposed": 41, "propr": [35, 41, 82], "prossim": 26, "pubblic": [20, 35, 41], "punt": 41, "pu\u00f2": [26, 82], "quand": 12, "quick": 44, "quot": [24, 33], "rais": 60, "reactions": 60, "reattiv": 80, "record": 60, "recording": 62, "recovery": [26, 81], "recuper": 26, "refresh": 44, "reminder": 76, "remov": 42, "replying": 66, "requis": [14, 83], "responding": 41, "ret": 19, "ricerc": 44, "ricorrent": 41, "riepilog": 44, "rig": 20, "rilev": 44, "ripristin": 26, "risolu": 49, "risors": [20, 35, 41], "rispond": 41, "risponditor": 44, "rispost": [20, 44], "roles": 42, "rooms": [58, 60], "rss": 0, "rubric": 82, "running": 1, "s": 2, "sal": 41, "schedul": 59, "scheduling": 66, "screen": [60, 63, 72], "searc": [44, 76, 83], "searching": 21, "second": 81, "security": 34, "selezion": 21, "self": 69, "sending": [44, 66, 70], "senz": [26, 45], "server": [12, 14, 26, 44], "set": 60, "setting": 76, "settings": [0, 1, 72, 83], "setup": 14, "shar": [21, 28, 35, 72, 75], "shared": [42, 44], "shares": [28, 35], "sharing": [15, 23, 26, 27, 35, 41, 56, 63], "shortcuts": 44, "sicurezz": 44, "sid": 26, "sideb": [0, 21], "silent": 66, "sincronizz": [12, 15, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "sistem": 14, "smart": [1, 66], "sol": 50, "soluzion": 20, "son": [12, 24], "sort": 44, "sottodirectory": 12, "sottoscr": 41, "sovrappost": 19, "spac": 11, "spaz": 24, "speaker": 65, "specif": 54, "sperimental": 10, "spost": [12, 21, 26, 44], "stanz": 41, "start": 60, "started": 2, "starting": [60, 72], "stat": [15, 19, 21, 41], "step": 5, "steps": 2, "storag": 27, "stream": 0, "subfolder": 44, "succed": 24, "summary": [0, 66], "support": 15, "supported": [14, 27], "system": 36, "tag": [36, 44], "tags": 36, "talk": [41, 59, 60, 69, 71, 73], "task": 1, "tasks": 75, "tastier": 80, "team": [5, 42], "teams": 42, "tem": 80, "templ": 5, "tent": 12, "terz": 20, "test": 44, "the": [0, 5, 8, 21, 26, 38, 42, 60, 83], "thread": 44, "threaded": 76, "thunderbird": 50, "tim": 42, "tlsv1": 51, "to": [5, 21, 36, 38, 41, 42, 66, 69], "together": 5, "token": 81, "tracc": 12, "traduzion": 44, "tram": [20, 80], "transcription": 64, "transfer": 37, "translation": 64, "trasparent": 41, "troubleshooting": 51, "tutt": 44, "uffic": 40, "ufficial": 20, "unified": [44, 83], "uninstallation": 17, "universal": 80, "up": [44, 60], "uploading": 21, "usag": 8, "usand": 20, "usar": [26, 41, 50, 81], "uscit": 44, "use": [2, 44], "using": [0, 8, 21, 26, 27, 28, 38, 42, 66], "uso": 53, "utent": [12, 19, 26, 35, 41], "utilizz": [19, 44], "variables": 11, "ved": 82, "ven": 12, "veng": 12, "version": 39, "versions": 14, "via": 28, "vide": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": [15, 19, 42], "visualizz": 44, "vogl": 12, "vorre": 12, "web": [21, 83], "webdav": 20, "webin": 79, "what": 2, "why": 2, "widget": 41, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 42, 59, 75, 76], "you": 81, "your": [0, 5, 21, 22, 27, 32, 42, 69, 81], "zoom": 80, "\u00c8": 26}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Abilita la ricerca nel corpo della posta": [[44, "enable-mail-body-search"]], "Accedere ai file di Nextcloud usando WebDAV": [[20, null]], "Accedere ai file usando Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accedere ai file usando Linux": [[20, "accessing-files-using-linux"]], "Accedere ai file usando Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accedere ai file usando WinSCP": [[20, "accessing-files-using-winscp"]], "Accedere ai file usando cURL": [[20, "accessing-files-using-curl"]], "Accedere ai file usando macOS": [[20, "accessing-files-using-macos"]], "Accedere alle risorse pubbliche tramite WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Accesso con l\u2019autenticazione a due fattori": [[81, "logging-in-with-two-factor-authentication"]], "Accesso universale": [[80, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Aggiorna i canali": [[18, null]], "Aggiungere allegati agli eventi": [[41, "add-attachments-to-events"]], "Aggiungere una risorsa pubblica al proprio Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Aggiungi conversazione Talk": [[41, "add-talk-conversation"]], "Aggiungi opzioni ricorrenti": [[41, "add-recurring-options"]], "Aggiungi un nuovo account di posta": [[44, "add-a-new-mail-account"]], "Aggiunta di nuovi account": [[19, "adding-new-accounts"]], "Alcuni file sono caricati continuamente sul server, anche se non vengono modificati.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Alias files": [[15, "alias-files"]], "Alternativa: usare il componente aggiuntivo CardBook (solo Contatti)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Altri con accesso": [[35, "others-with-access"]], "Annullare l\u2019iscrizione a una mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Anteprima dei file": [[21, "previewing-files"]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Appuntamenti": [[41, "appointments"]], "Archive conversations": [[69, "archive-conversations"]], "Assegna stanze e risorse a un evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Associare drive con la riga di comando": [[20, "mapping-drives-with-the-command-line"]], "Associare i drive con Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Attachments": [[56, null]], "Azioni": [[44, "actions"]], "Azioni del messaggio": [[44, "message-actions"]], "Azioni di posta": [[44, "envelope-actions"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Blocchi di testo": [[44, "text-blocks"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendari": [[50, "calendars"]], "Calendario": [[47, "calendar"], [51, "calendar"]], "Calendario dei compleanni": [[41, "birthday-calendar"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Cambia l\u2019ordine di ordinamento": [[44, "change-sort-order"]], "Cambiare colore per i tag": [[44, "change-color-for-tags"]], "Cambiare layout": [[44, "switch-layout"]], "Cancellazione automatica del cestino": [[44, "automatic-trash-deletion"]], "Caricamenti di file di grandi dimensioni": [[31, null]], "Caricamento conflitti (sperimentale)": [[10, "uploading-conflicts-experimental"]], "Caricamento file": [[29, "uploading-files"]], "Cestino": [[41, "trash-bin"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Chiave di ripristino della password": [[26, "recovery-key-password"]], "Client WebDAV di terze parti": [[20, "third-party-webdav-clients"]], "Client mobili": [[25, "mobile-clients"]], "Client ufficiali di Nextcloud per desktop e dispositivi mobili.": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Come abilitarlo": [[12, "how-to-enable-it"]], "Come aggiungere un nuovo filtro": [[44, "how-to-add-a-new-filter"]], "Come eliminare un filtro": [[44, "how-to-delete-a-filter"]], "Come funziona la funzionalit\u00e0 \u00abModifica localmente\u00bb": [[12, "how-the-edit-locally-functionality-works"]], "Come l\u2019applicazione file eliminati gestisce lo spazio di archiviazione": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Come pu\u00f2 essere disabilitata la cifratura?": [[26, "how-can-encryption-be-disabled"]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Comporre messaggi": [[44, "compose-messages"]], "Con l\u2019applicazione mobile di Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Condividere file cifrati": [[26, "sharing-encrypted-files"]], "Condividere i calendari": [[41, "sharing-calendars"]], "Condivisione dal desktop": [[19, "sharing-from-your-desktop"]], "Condivisione dei dati nella rubrica globale": [[82, "sharing-your-data-in-the-global-address-book"]], "Condivisione di collegamenti pubblici": [[35, "public-link-shares"]], "Condivisioni interne con utenti e gruppi": [[35, "internal-shares-with-users-and-groups"]], "Condizioni": [[44, "conditions"]], "Configura i tuoi account": [[49, "setup-your-accounts"]], "Configurare la tua cartella di deposito": [[29, "setting-up-your-own-file-drop"]], "Configurare l\u2019autenticazione a due fattori": [[81, "configuring-two-factor-authentication"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configurazione delle impostazioni dell\u2019account Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Conflitti": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerazioni": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contatti": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contatti e Calendario": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlli dei file": [[21, "file-controls"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Controllo degli orari di punta dei partecipanti": [[41, "checking-attendees-busy-times"]], "Controllo di versione": [[39, null]], "Conversations": [[68, null], [69, null]], "Cosa succede nel caso in cui i file condivisi sono eliminati": [[24, "what-happens-when-shared-files-are-deleted"]], "Crea un evento": [[44, "create-an-event"]], "Crea un filtro da un messaggio": [[44, "create-a-filter-from-a-message"]], "Crea una sala di discussione per gli appuntamenti prenotati": [[41, "create-talk-room-for-booked-appointments"]], "Creare montaggi WebDAV sulla riga di comando Linux.": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creare un attivit\u00e0": [[44, "create-a-task"]], "Creare un nuovo calendario": [[41, "create-a-new-calendar"]], "Creare un nuovo evento": [[41, "create-a-new-event"]], "Create a team": [[42, "create-a-team"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Creazione della configurazione di appuntamento": [[41, "creating-an-appointment-configuration"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "C\u2019era un avviso che le modifiche nelle cartelle sincronizzate non venivano tracciate in modo affidabile.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delega dell\u2019account": [[44, "account-delegation"]], "Denominazione di una versione": [[39, "naming-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Disponibilit\u00e0 (Orari di Lavoro)": [[41, "availability-working-hours"]], "Disponibilit\u00e0 della stanza": [[41, "room-availability"]], "Domande frequenti sulla cifratura": [[26, "encryption-faq"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Effettuare caricamenti anonimi": [[29, null]], "Eliminare i tag": [[44, "delete-tags"]], "Eliminazione di una versione": [[39, "deleting-a-version"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Esempio": [[10, "example"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "FIltro": [[44, "filter"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File e notifiche": [[45, "files-and-notifications"]], "File e sincronizzazione": [[30, null]], "File non cifrati": [[26, "files-not-encrypted"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtraggio e risposta automatica": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "Finestra generale": [[19, "general-window"]], "First steps": [[2, "first-steps"]], "Flusso di lavoro di base": [[7, "basic-workflow"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Gestire eventi": [[41, "managing-events"]], "Gestire i browser connessi": [[54, "managing-connected-browsers"]], "Gestire i dispositivi": [[54, "managing-devices"]], "Gestire i file eliminati": [[24, null]], "Gestire i propri calendari": [[41, "managing-your-calendars"]], "Gestire il tuo account di posta": [[44, "managing-your-mail-account"]], "Gestisci browser e dispositivi connessi": [[54, null]], "Gestore file Nautilus": [[20, "nautilus-file-manager"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How to onboard your team": [[5, null]], "Icona della barra delle applicazioni": [[19, "systray-icon"]], "Icona dello stato di condivisione": [[21, "sharing-status-icons"]], "Icone sovrapposte del file manager": [[19, "file-manager-overlay-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Importa un evento/Aggiungi un evento .ics": [[41, "import-an-event-add-ics-event"]], "Importare un calendario": [[41, "import-a-calendar"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Imposta lo stato dell\u2019utente": [[19, "set-the-user-status"]], "Impostare i promemoria": [[41, "set-up-reminders"]], "Impostare le proprie preferenze": [[82, null]], "Impostazione dei messaggi di assenza dall\u2019ufficio": [[40, null]], "Impostazioni dell\u2019account": [[44, "account-settings"]], "Indice": [[6, null]], "Indirizzi interni": [[44, "internal-addresses"]], "Informazioni sul compositore del destinatario": [[44, "recipient-info-on-composer"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installazione": [[14, null]], "Integrazione della dashboard": [[44, "dashboard-integration"]], "Interacting with messages": [[76, null]], "Introduzione al manuale d\u2019uso di Nextcloud 35": [[53, null]], "Invita partecipanti a un evento": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Iscriviti al calendario delle festivit\u00e0": [[41, "subscribe-to-a-holiday-calendar"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "La sincronizzazione si interrompe quando si tenta di sincronizzare pi\u00f9 di 100 sottodirectory.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Lavorare con l\u2019appuntamento prenotato": [[41, "working-with-the-booked-appointment"]], "Lettore video": [[21, "video-player"]], "Limita chi pu\u00f2 vedere i dati del tuo profilo": [[82, "restrict-who-can-see-your-profile-data"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u2019aggiornamento automatico": [[7, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Menzionare i contatti": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Messaggi programmati": [[44, "scheduled-messages"]], "Metodo consigliato": [[50, "recommended-method"]], "Migrate data between instances": [[52, null]], "Minimizzare la modale del compositore": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Modifica i tag": [[44, "edit-tags"]], "Modifica la password della chiave privata": [[26, "change-private-key-password"]], "Modifica, duplica o elimina un evento": [[41, "edit-duplicate-or-delete-an-event"]], "Modifica, esporta o elimina un calendario": [[41, "edit-export-or-delete-a-calendar"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigazione tramite tastiera": [[80, "navigating-via-keyboard"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Panoramica": [[10, "overview"]], "Password di dispositivi specifici e modifiche delle password": [[54, "device-specific-passwords-and-password-changes"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Posta prioritaria in arrivo": [[44, "priority-inbox"]], "Posta in uscita": [[44, "outbox"]], "Posticipare": [[44, "snooze"]], "Prenota un appuntamento": [[41, "booking-an-appointment"]], "Prevenire gli aggiornamenti automatici": [[7, "preventing-automatic-updates"]], "Prevenzione degli aggiornamenti automatici negli ambienti Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Prevenzione degli aggiornamenti automatici negli ambienti Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemi noti": [[20, "known-issues"], [20, "known-problems"]], "Promemoria di follow-up": [[44, "follow-up-reminders"]], "Proposals": [[41, "proposals"]], "Pubblicare un calendario": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quota di archiviazione": [[33, null]], "Quote": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Requisiti dei browser web": [[83, "web-browser-requirements"]], "Requisiti di sistema": [[14, "system-requirements"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Riepilogo del thread": [[44, "thread-summary"]], "Riepilogo dell\u2019IA": [[44, "ai-summary"]], "Rilevamento del phishing": [[44, "phishing-detection"]], "Risoluzione dei problemi": [[49, "troubleshooting"]], "Rispondere agli inviti": [[41, "responding-to-invitations"]], "Risponditori automatici": [[44, "autoresponders"]], "Risposta": [[20, "answer"]], "Risposte intelligenti": [[44, "smart-replies"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Selezione file o cartelle": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Senza l\u2019applicazione mobile di Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Si pu\u00f2 disabilitare la cifratura senza la password dell\u2019utente?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Sicurezza": [[44, "security"]], "Silent messages": [[66, "silent-messages"]], "Sincronizzazione con Android": [[45, null]], "Sincronizzazione con KDE Kontact": [[48, null]], "Sincronizzazione con Thunderbird": [[50, null]], "Sincronizzazione con Windows 10": [[51, null]], "Sincronizzazione con iOS": [[47, null]], "Sincronizzazione con il desktop GNOME": [[46, null]], "Sincronizzazione con macOS": [[49, null]], "Sincronizzazione desktop e mobile": [[25, null]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Soluzione": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Soluzione 1": [[20, "solution-1"]], "Soluzione 2": [[20, "solution-2"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Sottoscrivi un calendario": [[41, "subscribe-to-a-calendar"]], "Speaker view": [[65, "speaker-view"]], "Sposta i messaggi nella cartella Posta indesiderata": [[44, "move-messages-to-junk-folder"]], "Spostare i file": [[21, "moving-files"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Stato utente automatizzato": [[41, "automated-user-status"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Su Linux": [[12, "on-linux"]], "Su Windows": [[12, "on-windows"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Temi inclusi": [[80, "included-themes"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Traduzione della posta": [[44, "mail-translation"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trasparenza del calendario": [[41, "calendar-transparency"]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Tutte le caselle di posta": [[44, "all-inboxes"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Usage": [[8, "usage"]], "Usare applicazioni client con l\u2019autenticazione a due fattori": [[81, "using-client-applications-with-two-factor-authentication"]], "Usare la cifratura": [[26, "using-encryption"]], "Usare l\u2019applicazione Calendario": [[41, null]], "Usare l\u2019autenticazione a due fattori": [[81, null]], "Usare l\u2019autenticazione a due fattori con token fisici": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the macOS File Provider": [[15, null]], "Utilizzo del client di sincronizzazione": [[19, null]], "Utilizzo della finestra di rete": [[19, "using-the-network-window"]], "Utilizzo dell\u2019app Mail": [[44, null]], "Utilizzo dell\u2019editor dei file ignorati": [[19, "using-the-ignored-files-editor"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Visualizzazione dei messaggi / Modalit\u00e0 operativa": [[44, "message-display-operation-mode"]], "Voglio spostare la mia cartella sincronizzata locale": [[12, "i-want-to-move-my-local-sync-folder"]], "Vorrei cambiare la lingua dell\u2019interfaccia utente": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget del Calendario": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom e reattivit\u00e0": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c8 pianificato per essere spostato al prossimo accesso dell\u2019utente o come un processo in background?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u00c8 possibile disabilitare la cifratura con la chiave di recupero?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 27, 39, 41, 42, 44, 47, 50, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "AI": [6, 44, 66], "Ad": [19, 20, 41, 44, 80], "Ai": 41, "Al": [19, 41], "All": [0, 44, 56, 64], "Allo": 46, "Anche": [20, 26, 41, 80], "C": [20, 41, 80], "Che": 18, "Ci": 45, "Con": [20, 35], "Da": [19, 44], "Dal": 20, "Dalla": [44, 50], "Del": 80, "Delete": [27, 44], "Di": 12, "E": 80, "Fai": [12, 20, 29, 35, 37, 41, 44, 49, 50, 51], "Gli": [7, 19, 26, 35, 41, 44], "Hai": 41, "I": [19, 20, 24, 26, 33, 35, 41, 44, 46, 81], "Il": [7, 10, 12, 18, 19, 20, 21, 24, 25, 28, 33, 35, 37, 40, 41, 43, 44, 46, 47, 80, 82], "In": [1, 2, 7, 8, 9, 10, 12, 14, 17, 19, 20, 24, 26, 28, 29, 35, 36, 38, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "L": [6, 10, 13, 14, 19, 20, 24, 26, 29, 35, 37, 40, 41, 44, 80, 81], "La": [14, 19, 20, 24, 26, 28, 33, 35, 37, 39, 41, 44, 50, 80], "Le": [7, 18, 19, 39, 41, 44, 46, 82], "Lo": [20, 26], "Ma": 24, "Negli": 20, "Nei": [41, 44], "Nel": [19, 51], "Nell": 48, "Nella": [14, 19, 20, 28, 35, 37, 41, 44, 45, 50, 80], "Nelle": [7, 19, 46], "Nello": 12, "Noi": 43, "Non": [12, 19, 20, 24, 26, 41], "O": 45, "Per": [4, 7, 10, 12, 19, 20, 24, 25, 26, 31, 35, 39, 41, 44, 45, 47, 80, 81, 82], "Pi\u00f9": 44, "Se": [7, 12, 19, 20, 24, 26, 31, 33, 35, 37, 39, 40, 41, 44, 45, 47, 48, 50, 80, 81, 82], "Si": [19, 20, 44], "Su": 20, "Sulla": 50, "Tue": 20, "Un": [20, 35, 37, 41, 80], "Una": [20, 26, 41, 44, 80], "_": [8, 47, 80], "__bold": 66, "_italicized": 66, "aa": 80, "aaa": 80, "abbi": [7, 41], "abbiam": [12, 18, 41], "abil": [10, 19, 26, 41], "abilit": [7, 19, 20, 26, 28, 29, 33, 35, 40, 41, 44, 49, 51, 82], "ability": 12, "able": [27, 36, 42, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "about": [0, 5, 15, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 42, 66, 70, 72, 76, 82], "absenc": [44, 69], "accad": [26, 41], "accant": [19, 41, 44, 50], "acced": [14, 19, 21, 22, 26, 30, 35, 41, 44, 49, 51, 80, 82], "acceler": 15, "accept": [44, 70], "acceptanc": 44, "accepting": 73, "access": [0, 1, 3, 6, 8, 14, 15, 19, 20, 21, 31, 38, 41, 42, 44, 45, 46, 50, 54, 57, 60, 62, 63, 69, 72, 74, 82, 83], "accessed": [15, 74], "accessibil": 80, "accessibility": [80, 83], "accessibl": [1, 5, 39, 69, 76], "accessibly": 5, "accessing": [6, 30, 69], "accett": [35, 37, 41], "accidental": 41, "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 41, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [42, 44, 46], "acquis": 81, "acronim": 20, "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 44, 62], "actionabl": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activ": [42, 65, 80], "activities": 59, "activity": [6, 9, 14, 54, 83], "actual": 15, "adatt": [10, 80], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 41, 47, 48, 49, 56, 66, 69, 74, 76, 83], "added": [2, 27, 41, 42, 44, 82], "addflag": 44, "adding": [20, 44, 69], "addirittur": 41, "addition": [20, 42, 76, 82], "additional": [0, 13, 20, 21, 56, 60, 66, 69, 76], "additionally": 69, "additions": 42, "address": [8, 9, 27, 49, 50, 60, 69, 72, 82, 83], "addressbooks": [42, 51], "addresses": [42, 60], "adds": [5, 42], "adeguat": 49, "adess": 41, "adjust": [9, 20, 82], "adjusted": [11, 15], "adjusts": 9, "admin": [14, 24, 42], "administration": [1, 27, 31, 36, 57, 62, 64, 69, 74], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 42, 44, 57, 66, 70, 74, 81, 82], "administrators": [36, 57, 60, 62, 82], "admins": 36, "advanced": [14, 41, 51], "advis": 14, "affected": [0, 44], "affecting": 44, "affects": 4, "affianc": 41, "after": [0, 9, 14, 15, 16, 20, 41, 42, 44, 45, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 63, 72, 81], "agend": [41, 44, 57], "agendas": 57, "aggiorn": [6, 10, 13, 14, 19, 20, 26, 28, 41, 48, 50], "aggiung": [7, 12, 19, 20, 26, 28, 40, 46, 47, 48, 50, 51], "aggiunt": [12, 24, 35, 41, 44, 81], "aggreg": 42, "ago": 0, "aim": 80, "airplanes": 57, "aiut": [33, 41], "alber": 19, "alcun": [7, 10, 20, 26, 28, 33, 35, 41, 44, 48, 80, 82], "aliases": 52, "alic": 41, "align": 69, "alik": 69, "alloc": 24, "allor": [20, 24, 26, 33, 51], "allow": [12, 15, 29, 42, 55, 56, 58, 60, 62, 63, 80, 82], "allowanc": 42, "allowed": [8, 15, 20, 42, 60, 62], "allowing": [0, 41, 44, 75], "allows": [15, 40, 41, 42, 44, 57, 79, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 45, 51, 60, 69, 72], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [12, 20, 29], "alternatively": [2, 12, 14, 60], "alto": [12, 20, 50, 80], "altra": [41, 44], "altre": [19, 20, 24, 41, 44, 48], "altri": [7, 10, 12, 19, 20, 24, 28, 33, 40, 41, 44, 50, 53, 81], "altro": [12, 20, 35, 41, 44, 45, 47, 50, 81], "always": [15, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "ambient": [10, 20], "amic": 41, "amministr": [7, 13, 20, 21, 24, 26, 29, 31, 33, 35, 37, 41, 44, 80, 82], "ampi": 41, "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 41, 42, 44, 45, 46, 48, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analizz": 44, "ancor": [26, 33, 41, 44, 50, 51, 80], "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 41, 44, 45, 46, 47, 48, 49, 51, 52, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "andar": 48, "andat": 41, "andrann": 41, "android": [6, 20, 25, 38, 43, 53, 73], "andr\u00e0": 47, "angol": 50, "anno": 41, "annull": [26, 35, 41], "anonim": [20, 23, 30], "anonymous": [29, 56], "another": [27, 41, 42, 60, 69, 76], "answer": 5, "anteprim": [26, 33, 41], "anticip": 41, "any": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyon": [66, 82], "anything": 26, "anytim": [28, 62], "anywher": 44, "anzic": [41, 50], "apac": 31, "apert": 7, "apertur": 46, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 41, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "appar": [19, 20, 41, 44], "apparent": 51, "appartien": 82, "appdat": [9, 17], "appe": [0, 2, 15, 21, 27, 36, 42, 44, 59, 69, 70], "appearanc": [15, 44, 68, 73, 83], "appearing": 27, "appears": [0, 15, 21, 36, 44, 64, 66], "appen": [12, 41, 45], "appien": 12, "appimag": [12, 14, 17], "appimagelauncher": 12, "apple": [15, 20, 41, 49, 83], "applet": 48, "applic": [6, 10, 20, 26, 33, 40, 43, 44, 47, 48, 51, 80, 82], "application": [7, 14, 16, 17, 20, 27, 42, 46, 60, 63, 72], "applications": [17, 42, 49], "applied": 36, "applies": [42, 69], "apply": [15, 36, 44], "appointment": 52, "appointments": 44, "apport": 19, "appropr": [20, 31, 51, 76], "approximately": 9, "apps": [0, 15, 41, 66, 67, 73, 83], "appunt": [48, 51], "apre": [10, 19, 20, 41, 44], "aprend": 41, "apri": [10, 19, 20, 41, 44, 46, 47, 48, 80], "aprir": [12, 19, 20, 26, 41, 44, 45, 47], "apt": [17, 20], "arbitrar": [19, 20], "arch": 8, "archiv": [8, 14, 19, 20, 21, 26, 30, 32, 39, 44], "archived": 69, "are": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "argoment": 19, "around": [36, 42], "arrow": [15, 66, 72, 80], "articol": 20, "artificial": [1, 44], "as": [0, 1, 2, 4, 5, 6, 8, 9, 11, 14, 15, 16, 17, 20, 21, 26, 27, 35, 36, 38, 41, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 27, 45, 62, 66], "aspett": 18, "assegn": [20, 39, 44], "assent": [19, 40], "assenz": [6, 41, 43, 44], "assicur": [20, 24, 41, 44, 47, 49], "assign": [36, 58, 69], "assigned": [36, 58], "assigning": 21, "assignment": 58, "assist": 80, "assistant": [6, 66], "assistent": 80, "assoc": 19, "assuming": 15, "aster": 19, "at": [0, 1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 44, 49, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attac": 36, "attached": 44, "attachment": 41, "attachments": [29, 41, 44, 67, 73], "attempt": 14, "attempts": 51, "attend": [20, 39, 44], "attendees": [41, 52], "attenu": 80, "attenzion": [10, 12], "attes": [19, 44], "attiv": [12, 19, 20, 41, 43, 45, 46, 48, 80, 82], "attravers": [12, 31], "attrib": 82, "attual": [19, 20, 24, 39, 41], "aud": [21, 62, 72, 73], "aument": [20, 80], "aut": [20, 42, 56], "autent": [6, 20, 26, 50, 51, 54, 82], "auth": 81, "authentic": 20, "authentication": [20, 27, 44, 45, 46, 81], "authenticator": 81, "authoring": 20, "autofirm": [20, 49], "automat": [6, 12, 13, 14, 20, 28, 35, 37, 39, 40, 41, 47, 50], "automated": [36, 57], "automatic": [15, 44], "automatically": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56, 58, 59, 62, 69], "automatizz": 20, "autonom": [7, 10], "autor": [10, 20], "autorizz": 81, "autoupdater": 7, "availability": [41, 69], "availabl": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avant": [41, 47, 48, 50], "avanz": [20, 41, 44, 47, 50, 51], "avat": [19, 20, 41, 42, 69], "avatars": [42, 44], "aver": [12, 20, 24, 33, 41, 44, 47, 49, 51], "averl": [20, 35, 41], "avoid": 15, "avra": [12, 20], "avrann": [26, 28, 41], "avremm": 26, "avut": 35, "avvi": [7, 12, 19, 20, 45, 51], "avvis": [7, 10, 19, 20, 26, 41, 44], "away": 69, "azi": 7, "aziendal": 18, "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72], "backup": [19, 41, 44, 81], "backups": 39, "badg": [10, 21], "band": 19, "banned": 69, "bar": [0, 1, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "barr": [10, 20, 28, 35, 41, 48, 80], "bas": [10, 20, 41, 44, 45, 80, 81], "based": [8, 57, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "bass": 50, "bast": [19, 44, 50], "batc": 42, "batches": 0, "batter": 48, "be": [0, 1, 2, 4, 5, 8, 9, 11, 15, 17, 20, 27, 36, 37, 38, 40, 41, 42, 44, 47, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [15, 20, 26, 38, 46], "becomes": [42, 69], "becoming": 5, "been": [8, 14, 15, 21, 25, 42, 44, 57, 69, 81], "befor": [15, 17, 20, 27, 44, 60, 62, 69, 72, 74], "beginning": 80, "behalf": 44, "behavior": [9, 11, 69], "behind": 74, "being": [15, 42, 60], "bell": 83, "belongs": 42, "below": [0, 9, 11, 17, 42, 44, 65], "ben": [44, 47, 48], "benven": 53, "best": [14, 41, 83], "bet": 18, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 55, 65, 74, 80], "beyond": 17, "bianc": 19, "bidirectional": 25, "bin": [21, 42], "binary": [8, 15], "bisogn": [12, 20, 26, 50], "bit": 14, "bits": 14, "bitv": 80, "blacklist": 19, "blacklisted": 11, "blocc": 41, "block": 66, "blockquot": 66, "blog": 12, "blu": [19, 41, 49], "blur": [60, 72], "boards": 2, "bob": 35, "bodies": 44, "bold": 66, "book": [42, 82], "booking": 41, "books": 50, "bool": 15, "border": 27, "bot": 57, "both": [8, 42, 44, 52, 55, 60], "bots": [73, 77], "bottom": [0, 1, 4, 20, 42, 44, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [51, 62], "boxes": 0, "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "brev": [18, 40], "bridg": 74, "bridges": 74, "brief": [5, 56], "brillantezz": 80, "bring": [8, 19, 42, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "browsers": [54, 83], "browsing": 21, "bsd": 14, "bubbl": 60, "bubbles": 55, "buckets": 27, "bug": [7, 12, 18], "build": [14, 18], "building": 42, "built": [14, 17, 20, 21], "bulk": 72, "bundl": 7, "bundles": 15, "buon": 41, "business": 44, "bust": 44, "busy": [40, 41], "but": [12, 14, 41, 42, 44, 66, 69, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 42, 65, 69, 72], "by": [0, 1, 2, 5, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 27, 28, 41, 42, 44, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "bytes": [9, 11, 20], "cach": 33, "caches": 17, "caj": [19, 20], "calcol": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calend": [0, 40, 42, 47, 48, 49, 51, 52, 68, 69, 73, 83], "calendar": [6, 33, 43, 44, 46, 48], "calendars": [2, 41, 52], "call": [6, 57, 58, 61, 69, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65, 82], "calls": [6, 60, 69, 70, 73, 77], "camb": [10, 20, 26, 37, 40, 41, 48, 51, 81, 82], "camer": [45, 60, 63, 72], "camp": [19, 20, 28, 37, 44, 47, 51], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "canal": [6, 13], "cancel": [1, 41], "cancell": [19, 20, 41], "cannot": [21, 26, 29, 36, 42, 44, 56], "cap": [33, 41], "caption": 56, "captions": 76, "caratt": [19, 44, 80], "caratter": [19, 35, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "caric": [20, 22, 23, 30, 33, 35, 41, 44], "carl": 8, "carries": 20, "carry": 15, "cartell": [14, 19, 20, 24, 26, 28, 33, 35, 37, 41, 53, 82], "cas": [10, 12, 14, 19, 20, 26, 41, 42, 47, 48, 53], "casell": [19, 20, 41, 51], "cases": [62, 69, 82], "casual": 44, "categories": 45, "category": 0, "caus": [19, 35, 37, 44, 80], "caution": 9, "ce": 7, "cellul": [48, 81], "center": 20, "centos": 20, "central": 69, "centres": 65, "cerc": [19, 35, 40, 44, 46], "cert": [31, 44], "certain": [11, 42, 76], "certif": 20, "certific": [8, 20, 47, 49], "certs": 20, "cestin": [24, 26, 28, 33, 54], "cfg": [7, 9, 12, 17], "chain": 21, "challenging": 41, "chang": [4, 15, 25, 26, 36, 41, 44, 55, 58, 69, 72, 82, 83], "changed": [10, 27], "changes": [0, 8, 9, 12, 15, 21, 29, 36, 41, 42, 44, 54, 58, 80], "changing": [20, 41, 69, 82], "chapter": [14, 20], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [55, 56, 69], "chatting": [66, 69], "check": [0, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 60, 62, 69], "checkboxes": [42, 44], "checked": 42, "checking": 9, "checklists": 69, "chiam": [41, 80], "chiarezz": 80, "chiav": [7, 81], "chiavi": [26, 33], "chied": [19, 21, 26, 28, 44, 50], "chiedil": 41, "chiest": 35, "chips": 83, "chiud": [19, 20, 45, 47], "chmod": 20, "choic": 64, "choices": 56, "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81], "choosing": [45, 56, 60], "chosen": 15, "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chunk": [9, 11], "chunksiz": 9, "ciascun": 19, "cicl": 12, "ciclic": 19, "cifr": [20, 33, 49], "cifratur": [33, 47], "cifs": 27, "cim": 44, "cinnamon": 20, "circ": 33, "circl": [15, 69], "circol": [35, 39], "circul": 42, "circumstances": 9, "citrix": [9, 14], "ci\u00f2": [12, 19, 20, 24, 26, 28, 45, 48, 80, 82], "classic": [15, 55], "classification": 44, "cle": 69, "clean": 12, "cleaner": 44, "clears": 16, "clic": [7, 12, 19, 20, 28, 29, 35, 37, 41, 44, 48, 49, 50, 51], "clicc": [7, 10, 12, 19, 20, 28, 37, 39, 41, 44, 50], "cliccabil": 7, "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clicked": 44, "clicking": [2, 14, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": 72, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 25, 41, 42, 54, 73, 81], "clock": [66, 81], "clos": [5, 14, 36, 41, 44, 46, 56, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "cod": [38, 45, 66, 81], "codec": 21, "codes": 6, "codic": [14, 41, 81], "cohes": 5, "coinvolt": 80, "collabor": [2, 35], "collaboration": [6, 30, 42], "collaboratively": [2, 3], "collaps": 44, "collect": [2, 5], "collection": 20, "collectively": 5, "collectives": [4, 5, 6], "colleg": [19, 28, 29, 41, 44, 82], "color": [26, 41, 80], "colored": 27, "column": [21, 66], "columns": 60, "com": [7, 8, 9, 15, 17, 19, 28, 33, 35, 41, 45, 46, 47, 48, 49, 51, 70, 73, 80, 81, 82], "comand": 20, "command": [6, 12, 13, 14, 15, 17, 36, 57], "commands": [17, 73, 77], "comment": [20, 21, 41], "comments": 51, "commercial": 29, "communic": 11, "communicating": 69, "communities": 3, "community": [8, 14], "comod": 19, "compai": 82, "compar": [37, 41, 51], "compat": [41, 44], "compatibil": 12, "compatibility": [12, 21], "compatibl": [11, 27, 81], "compil": [20, 37, 41, 44], "compl": [17, 28, 42, 45, 69], "compless": [41, 80], "complet": [7, 20, 26, 29, 41, 43, 80, 82], "completed": [14, 66], "completely": [9, 62], "completion": 1, "complianc": 62, "compliant": 80, "complic": 24, "component": 19, "comport": [7, 10, 19], "compos": 80, "composed": 44, "composer": 44, "compress": [19, 80], "compromised": 26, "computer": [7, 10, 13, 20, 21, 24, 25, 46, 53], "computers": 5, "comun": [20, 41, 80], "comunic": 44, "comunqu": [41, 44], "conced": 45, "conditions": 42, "condivid": [19, 21, 24, 28, 33, 35, 43, 53], "condivis": [20, 26, 28, 33, 35, 41, 44, 53], "condivision": [6, 20, 26, 28, 33, 41, 53], "conf": [12, 20], "confd": 16, "conferm": [19, 28, 41, 44, 45, 47, 50], "config": [7, 9, 17, 20, 24], "configur": [0, 6, 7, 12, 14, 20, 24, 26, 27, 31, 33, 35, 37, 42, 44, 45, 54, 57, 62, 69, 77, 79, 82], "configuration": [6, 11, 13, 14, 16, 17, 21, 27, 36, 42, 44, 74, 82], "configurations": [11, 52], "configured": [1, 14, 15, 59, 60, 69], "configures": 27, "configuring": [27, 45, 54], "confirm": [12, 42, 44], "confirmation": [9, 28, 69], "confirmed": 41, "confirms": 27, "conflitt": [6, 13, 41], "conform": 53, "confront": 10, "confusion": 10, "congratulations": [2, 5], "connect": [14, 20, 21, 25, 27, 54, 81], "connected": [1, 15, 26, 27, 54], "connection": [12, 15, 27, 28, 45, 51, 74], "connections": [9, 11, 27, 54, 82], "connectivity": 15, "conness": [6, 19, 26, 41, 46, 81], "connession": [12, 19, 20, 48, 49], "connett": [12, 20], "conosc": 45, "consent": [7, 12, 18, 19, 20, 24, 28, 33, 35, 41, 43, 44, 45, 60, 81], "conserv": [19, 44], "consider": [6, 17, 19, 24, 33, 41], "consideration": 17, "considerevol": 12, "consigl": [20, 26, 44], "consist": 43, "consistent": 15, "consol": 20, "consult": [12, 33, 35, 37], "cont": 33, "contact": [27, 44, 45, 47, 82, 83], "contacts": [0, 6, 43, 49, 51, 52, 82, 83], "contain": [8, 10, 41], "containers": [9, 17], "containing": [8, 42, 44], "contains": [0, 9, 10, 21, 39, 60, 72], "contant": 24, "contatt": [20, 31, 33, 40, 41, 43, 46, 48, 80], "contegg": 33, "conten": [10, 12, 19, 20, 35, 41, 44, 80], "contenent": [10, 12, 19, 44], "content": [1, 2, 5, 8, 15, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29], "contest": 41, "context": [1, 19, 44, 56], "contien": [10, 12, 19, 44], "continu": [10, 19, 44, 45, 50], "continued": 69, "contr": 81, "contrary": 8, "contrassegn": [19, 44], "contrast": 80, "control": [20, 36, 39, 57, 60, 69, 82], "controll": [7, 12, 19, 20, 24, 30, 32, 33, 44, 53], "controlled": 11, "controls": 60, "convalid": 19, "convenient": 0, "convers": 35, "conversation": [1, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "cop": [10, 12, 20, 24, 41, 51], "copied": [5, 44], "copies": 15, "copy": [0, 21, 25, 44, 51], "correct": 20, "correctly": 15, "corrent": [35, 44], "corresponding": [0, 41, 44], "corrett": [7, 12, 20, 81], "correttezz": 19, "correzion": 7, "corrispond": [12, 44], "corrispondent": [19, 41, 44], "cors": 19, "cos": [19, 46, 48, 50], "could": [27, 44], "couldn": 44, "counter": 70, "coupl": 15, "cover": 69, "covers": 42, "cowork": 2, "cp": 20, "crashreporter": 17, "cre": [0, 2, 10, 12, 14, 15, 18, 19, 21, 25, 26, 28, 29, 33, 35, 36, 39, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 20, 36, 39, 40, 41, 44, 58, 59, 69, 71], "creates": [21, 39], "creating": [54, 59, 82], "creation": [36, 69, 76], "creazion": [12, 19, 20], "credentials": [27, 49, 51], "credenzial": [20, 45], "cript": 20, "criter": 7, "crittograf": [20, 26], "cronolog": [20, 44], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 60], "currentcontrolset": 20, "currently": [1, 15, 38, 42, 58, 60, 66], "currentversion": 12, "cursor": [2, 41], "custom": [15, 69, 83], "customis": [60, 83], "customisabl": 83, "customiz": [20, 55], "d": [6, 10, 20, 33, 56], "daily": 18, "dandot": 12, "dar": 18, "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 24, 26, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 48, 53, 59, 66, 69, 76, 83], "databas": [26, 33], "dates": 12, "dav": [20, 45, 47, 48], "davdroid": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [0, 11, 41, 69], "days": [59, 83], "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingenabled": 15, "decid": [5, 41, 44, 56], "decided": 5, "decides": 15, "decifr": 26, "decimal": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "declining": 60, "decorations": [15, 66], "decrittograf": 26, "decrypt": [26, 38], "decrypted": 38, "dedic": [20, 50], "dedicated": [15, 44, 45, 69], "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 42, 44, 59, 60, 69], "defaults": [8, 15, 21], "defin": [19, 41, 44], "defined": [15, 42], "definit": [24, 41], "definizion": 19, "delay": 15, "deleg": 41, "delegated": 44, "delete": [0, 1, 15, 17, 21, 24, 27, 28, 36, 39, 41, 42, 44, 58, 66, 80], "deleted": [9, 21, 24, 41, 59, 69], "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "denomin": 20, "dentr": 24, "deny": 54, "depend": 82, "depending": [0, 21, 27, 36, 60, 63, 72, 80], "depends": [12, 17, 21, 27], "deployment": 14, "depth": 20, "descendants": 15, "described": 77, "describes": 11, "description": [5, 41, 56, 59, 69, 72, 76], "descritt": 41, "descriv": [7, 41], "descrizion": 41, "deselect": 20, "deselezion": 41, "desider": [7, 12, 19, 20, 28, 31, 41, 44, 45, 50], "design": 80, "designed": 3, "desired": [42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 15, 17], "destinatar": [24, 28, 35, 37], "destination": [20, 21], "destr": [19, 20, 35, 39, 48, 50], "detailed": [15, 41], "details": [1, 27, 36, 39, 41, 42, 44, 52, 59, 69, 82], "detected": 9, "detection": 15, "detects": 44, "determin": [41, 44], "dettagl": [20, 35, 37, 41, 47], "dev": [7, 19, 20, 26, 28, 41, 44, 45, 49, 51], "devic": [15, 41, 54, 60, 72, 81, 83], "devices": [20, 38, 54, 60, 69, 72], "devs": 8, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 41, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": 2, "diaspor": 42, "dic": [26, 57], "did": 60, "differenc": 41, "differences": 8, "different": [0, 7, 10, 21, 35, 42, 69, 70], "difficil": 35, "dig": [14, 20, 35, 41, 45, 47, 50, 51, 81], "digest": 0, "digit": [28, 37, 41, 44, 45, 46], "dimension": [19, 20, 22, 30, 33, 41, 44, 80], "dimentic": 26, "dip": [20, 41, 82], "dipend": 44, "direct": [20, 42, 66], "directly": [0, 1, 15, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 29], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 41, 53], "directory_that_has_been_created": 8, "dirett": [19, 26, 28, 35, 41, 44], "dirnam": 16, "dirt": 19, "disabil": 19, "disabilit": [7, 20, 21, 41, 44], "disabl": [0, 1, 9, 57, 60, 62, 64, 72], "disabled": [15, 21, 42], "disabling": 15, "disapp": 42, "disappears": 60, "disatt": [26, 44], "disattiv": [7, 26, 35, 41, 44, 47], "disc": [20, 33, 39, 41], "disces": [12, 20], "disconnect": 54, "disconnession": 20, "disconnett": [26, 54], "discord": 74, "discover": [69, 78], "discoverabl": 59, "discovery": [9, 15], "discussion": [19, 76], "discussions": [44, 58, 60, 69, 76], "disk": [15, 26], "disless": 80, "dismiss": 79, "dismisses": 60, "display": [1, 12, 20, 21, 38, 44, 51, 60, 66, 82], "displayed": [42, 44], "displaying": [16, 44], "displays": [15, 16, 21, 44], "dispon": [7, 19, 20, 24, 26, 35, 39, 41, 44, 45, 46, 50, 80, 82], "disponibil": [7, 19, 40], "disposit": [6, 41, 45, 53, 81], "disposizion": 7, "distribu": [7, 12, 18, 41], "distributed": [20, 41], "distribution": [14, 20, 62], "distributions": [9, 14], "disturb": [19, 41, 66, 69], "div": [7, 41, 80], "divent": [10, 24, 28], "divers": [19, 20, 35, 44, 81], "divid": [58, 60], "dividers": 66, "division": 44, "do": [0, 8, 12, 14, 17, 26, 28, 36, 44, 60, 62, 63, 65, 69, 72, 81], "document": [5, 12, 15, 20, 21, 25, 33, 35, 37, 46, 80, 82], "documentation": [1, 14, 24, 31, 57, 74], "documents": [1, 2, 8, 21], "does": [8, 9, 20, 25, 28, 42, 54, 59, 81], "doesn": [20, 46], "doing": 9, "dolphin": 19, "domain": 47, "domin": [20, 44, 47], "don": [5, 26, 38, 39, 42, 56, 66, 72], "dop": [12, 19, 20, 26, 39, 41, 44, 47, 48], "dopodic": [41, 44, 45], "dopp": 12, "dot": [4, 21, 27, 36, 41, 42, 44, 60, 65], "dots": 44, "doubl": [14, 63], "dover": [26, 44], "dovess": 21, "dovr": [12, 44], "dovra": [20, 45], "dovrann": 28, "dovrebb": [20, 41, 45, 48, 51], "dovrebber": 46, "dovrest": [19, 20, 41, 47], "down": [0, 12, 69, 76], "download": [7, 11, 19, 21, 25, 27, 35, 42, 52, 56, 62, 73], "downloading": [15, 21], "downloads": [11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "driv": 36, "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "due": [6, 7, 10, 12, 15, 19, 44, 45, 50, 51, 54, 82], "dur": 41, "durant": [12, 19, 20, 40, 41, 44, 80], "duration": [9, 41], "durations": 69, "during": [51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earpiec": 60, "easier": 66, "easily": [5, 76], "easy": [2, 5], "ecc": [35, 41], "echo": 12, "edge": [8, 20, 83], "edit": [12, 15, 20, 28, 38, 41, 56, 66, 72, 76, 83], "editabl": 42, "edited": 41, "editing": [1, 29, 44, 69, 71], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "effect": 15, "effectively": 81, "effett": [28, 35, 50], "effettu": [19, 20, 23, 30, 41, 44, 45, 46], "efficient": 44, "either": [8, 12, 38, 42, 49, 60, 70, 76], "elabor": 44, "elapsed": 60, "element": [41, 48, 58, 60, 80], "elements": [66, 80], "elenc": [10, 12, 19, 20, 26, 29, 35, 37, 41, 44, 45, 48, 54, 82], "elettron": [41, 44], "elimin": [10, 19, 20, 21, 28, 30, 32, 33], "else": [10, 14, 60, 72], "elses": 42, "elsewh": 42, "email": [29, 41, 42, 44, 45, 49, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "embed": [2, 41], "embedded": 42, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 42], "enabl": [0, 1, 4, 9, 15, 29, 38, 44, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 20, 21, 26, 27, 38, 42, 44, 45, 46, 59, 60, 62, 64, 66, 70, 81, 82], "enables": [25, 42, 60], "enabling": [15, 62], "encoding": 20, "encrypt": 38, "encrypted": [26, 38], "encryption": [6, 20, 27, 30], "end": [30, 34, 41, 62], "ends": [57, 62, 69], "engaged": 41, "enhanc": 66, "ensur": [15, 80], "ensures": 15, "enter": [1, 2, 14, 35, 41, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [21, 44], "entirely": [11, 15], "entities": 42, "entramb": [10, 24, 47, 48], "entrat": [35, 37], "entries": [0, 15, 21], "entry": [0, 1, 2, 21, 42, 82], "env": 16, "envelop": 44, "envelopes": 44, "environment": [6, 8, 13], "equivalent": 16, "erasing": 12, "errat": 19, "error": [11, 12, 19, 20, 44, 45, 47, 80], "errors": 51, "es": [20, 41], "esatt": [24, 44], "esc": 60, "escap": 80, "esci": [19, 20], "esclud": 19, "esclus": [12, 33, 39], "esclusion": 19, "esecu": [20, 44], "esegu": [7, 12, 19, 20, 26, 44], "esemp": [19, 20, 26, 35, 41, 44, 47, 48, 51, 80, 81], "esigent": 44, "esist": 12, "esistent": [12, 35, 41, 44], "esit": 80, "espand": [19, 20], "espans": 80, "especially": 15, "esperient": 18, "esplor": 20, "espost": 26, "essa": 35, "esse": 21, "essend": [31, 82], "essential": 14, "esser": [7, 10, 12, 19, 20, 33, 35, 37, 41, 44, 45, 46, 49, 50, 51, 80, 81, 82], "esserc": 19, "essi": [10, 24], "esso": [24, 35, 45, 48, 81], "estension": [12, 20], "estern": [26, 41], "etc": [12, 20, 27, 66], "etichett": 28, "et\u00e0": 24, "even": [2, 9, 15, 69, 71, 80, 82], "event": [0, 40, 42, 51, 59, 69], "events": [0, 41, 42, 52, 69, 83], "eventual": [12, 41, 80], "every": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 76], "everything": [0, 14, 15, 44, 80], "evicting": 15, "eviction": 15, "evit": [35, 41], "evolution": 46, "ex": 44, "exact": 21, "exactly": 5, "exampl": [15, 17, 20, 41, 42, 45, 47, 48, 51, 70, 79, 81], "examples": 57, "excellent": 29, "except": [44, 69], "exclud": 19, "excluded": 15, "exclus": 44, "exe": [12, 20], "exec": [38, 57], "executed": 44, "execution": 1, "exist": [20, 59, 69], "existing": [12, 15, 41, 42, 44], "exists": 69, "exits": 8, "expand": 44, "expects": 2, "experienc": [44, 60, 83], "experimental": 9, "expiration": 35, "expires": 39, "explains": 20, "explanatory": 42, "explicit": [15, 62], "explicitly": [8, 27], "explorer": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extension": [15, 44], "external": [2, 22, 30, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "f": [17, 45, 60, 72, 80, 83], "fa": [12, 18], "fac": [19, 20, 28, 41], "facessim": 26, "facil": 44, "facilit": 80, "facing": [60, 82], "facolt": [41, 45], "factor": [6, 45, 46], "failur": 9, "falls": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [12, 20, 24, 28, 41, 44, 50, 83], "fargl": 41, "farl": [12, 19, 26, 41, 48], "fas": [19, 80], "fasc": 41, "fastest": 42, "fatal": 11, "fatt": [12, 20, 41, 45, 51], "fattor": [6, 50, 51, 54, 82], "favor": [21, 41, 44, 57, 80], "favorited": 42, "favorites": [0, 21, 42], "feasibl": 14, "featur": [17, 21, 40, 41, 42, 44, 62, 70, 74, 79], "features": [2, 9, 42, 60, 70], "feder": [28, 35, 82], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 60, "fer": 40, "few": [42, 62, 81], "fid": 81, "fido2": 81, "field": [1, 2, 21, 36, 42, 44, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44], "figur": [1, 36], "fil": [0, 6, 7, 8, 10, 11, 13, 14, 16, 17, 22, 23, 25, 28, 32, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 53, 56, 60, 62, 66, 71, 72, 76, 80], "fileint": 44, "filenam": 16, "fileproviderext": 15, "files": [3, 6, 8, 9, 11, 12, 13, 17, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 46, 60, 62, 66, 68, 73, 83], "files_versions": 39, "filesizelimitinbytes": 20, "filesystem": 20, "fill": [1, 5, 27, 41, 56], "filled": [15, 27, 41], "filter": [21, 36, 42, 59, 83], "filtered": [0, 1], "filtering": 69, "filters": [0, 36, 69, 76, 83], "fin": [20, 24, 31, 33, 35, 41, 44, 49, 51], "final": 41, "finaliz": 69, "finc": 39, "find": [20, 21, 24, 25, 42, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "finding": 41, "finestr": [7, 10, 20, 28, 41, 44, 45, 46, 50, 51], "finished": [5, 50, 52], "finishes": 1, "firefox": [20, 83], "firm": [20, 44], "first": [14, 15, 28, 38, 42, 44, 56, 60, 66, 71], "fisic": [6, 20], "fiss": [20, 41], "fit": 65, "fix": 14, "flag": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "fluss": [45, 82], "focus": [44, 80], "focused": [14, 55, 58, 60], "folder": [0, 4, 8, 10, 11, 15, 17, 21, 27, 29, 35, 36, 41], "folders": [8, 9, 14, 15, 17, 21, 25, 27, 36, 37, 38, 42, 44], "foldersync": 20, "follow": [0, 5, 14, 80], "followed": 1, "following": [8, 15, 16, 17, 21, 27, 42, 44, 49, 52, 60, 82], "follows": 9, "fond": 80, "font": [48, 80], "for": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 17, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 42, 44, 45, 47, 49, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forget": 5, "form": [1, 26, 35, 41, 42, 45], "formal": 42, "format": [2, 5, 9, 21, 41], "formats": [15, 21], "formatted": 44, "formatting": 5, "forn": [7, 19, 20, 26, 31, 41, 44, 53], "fornitor": [26, 53], "forth": 1, "forward": [69, 76], "found": [41, 57, 72, 83], "framework": 7, "framment": 44, "fre": [11, 15, 20, 40, 41, 60], "frecc": [28, 39, 50], "freeing": 15, "frequent": 20, "frequenz": 48, "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 45, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "full": [9, 41, 42, 44, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38], "fun": 5, "function": 20, "functionality": [12, 20, 42], "functions": 81, "funzion": [19, 20, 26, 29, 41, 44, 46, 48, 81], "funzional": [7, 18, 19, 20, 21, 26, 29, 31, 41, 44, 50, 82], "further": [38, 82], "fus": 41, "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 41, 45, 49], "galler": 26, "garant": [7, 20], "gateway": [8, 69], "gb": [11, 20], "gear": 42, "gen": [19, 44], "gener": [19, 41, 44, 45, 46, 48, 54, 66, 81], "general": [7, 9, 12, 41, 77], "generated": [1, 44, 49, 52, 54, 66], "generation": 1, "generic": 45, "gerarc": 35, "german": 80, "gest": [6, 30, 32, 51, 81, 82], "gestion": 43, "gestor": [7, 12, 24, 33, 46], "gestures": 63, "get": [15, 20, 26, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "gets": [10, 42, 81], "getting": [3, 6], "giall": [10, 19, 26], "gifs": 66, "gigabyt": 12, "giorn": [24, 33, 39, 41, 44, 82], "giornal": 18, "giornalier": 41, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "giv": [2, 5, 60, 62], "given": [60, 63], "gives": [1, 54], "giving": 0, "gi\u00e0": [10, 19, 31, 35, 41, 45, 81], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [0, 12, 14, 19, 44, 45, 58, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "grad": [10, 12, 20, 26, 41, 51], "grand": [19, 22, 30, 33, 44, 53], "grant": [14, 41, 44, 60, 63], "granted": 60, "granul": 41, "gratu": [53, 80], "gravat": 42, "green": [27, 60, 72], "greyed": 60, "grig": [19, 41], "grigl": 41, "group": [17, 20, 41, 42, 44, 45, 58], "grouped": [0, 44, 83], "groups": [3, 41, 45, 52, 56, 58, 60, 69], "groupw": [6, 41, 42, 44, 48, 52], "grupp": [7, 20, 26, 33, 41, 44, 82], "guest": [6, 56, 60, 69, 73], "guests": [58, 59, 69, 79, 82], "gui": [8, 27, 45], "guid": [12, 14, 19, 41, 47, 49], "guidanc": 31, "guidelines": 80, "gvfs": 20, "h": [8, 16, 20], "hand": [5, 80], "handled": 44, "handler": 12, "hands": 60, "handy": 69, "hann": [7, 26, 41], "happen": 15, "happened": 0, "happening": [0, 15], "happens": [5, 15], "hardw": 83, "has": [1, 8, 10, 15, 21, 25, 27, 33, 36, 38, 41, 44, 56, 69, 72, 74, 81, 83], "hav": [1, 8, 14, 15, 16, 17, 21, 25, 26, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "having": [9, 15, 29], "header": [20, 21, 41, 44, 58], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 41, 42, 44, 53, 57, 69, 82, 83], "helpful": [15, 82], "helps": [42, 57], "her": [2, 15, 66, 69, 72], "hid": [29, 44, 72], "hidden": [4, 8, 44], "hides": 55, "hierarchical": 2, "high": [64, 80], "highlighted": [62, 76], "history": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_user": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "holding": [42, 60], "hom": [7, 8, 9, 14, 17, 20, 25], "hood": 15, "horizontal": 2, "host": 9, "hostnam": 20, "hour": [0, 69], "hourly": 0, "hours": [16, 69, 76], "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 42, 60, 81], "however": 42, "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51, 80], "hub": [41, 44, 69], "ical": 41, "icalend": 41, "icloud": [41, 51], "icon": [0, 1, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ide": 10, "ideal": 79, "ideally": 54, "ideas": 69, "ideation": 42, "ident": [26, 44, 81], "identific": 19, "identifier": [41, 60], "identify": [15, 54], "identity": 70, "if": [0, 1, 4, 6, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "ifram": 41, "ignor": [7, 8, 12, 41], "illustr": 24, "imag": [1, 21, 60], "images": [21, 60], "imagin": 10, "imap": 43, "immagazzin": [26, 33], "immagin": [26, 82], "immediat": [10, 12, 24, 48, 53], "immediately": [1, 14, 27, 36, 42, 54, 62, 69], "immett": 20, "imped": 7, "impegn": 41, "impieg": 44, "implement": [10, 20], "implemented": [25, 42], "implements": 44, "implic": 20, "import": [12, 20, 42, 44, 52, 56], "important": [2, 15, 38, 69, 76, 80, 81, 83], "imposed": 15, "imposs": [12, 20], "impost": [6, 7, 10, 12, 20, 24, 26, 31, 33, 35, 43, 45, 46, 47, 48, 51, 80, 81], "impres": 53, "improv": 20, "improved": 20, "inactivity": 59, "includ": [8, 10, 20, 21, 41, 44, 82], "includes": [26, 42], "including": [8, 20, 41, 52, 59, 60, 62], "inclus": [6, 7, 20, 41], "incoll": [41, 51], "incontr": 41, "incorpor": 41, "incorrect": 9, "increased": 15, "increases": 20, "increasing": 11, "increment": [31, 41], "independent": 0, "indesider": 19, "index": 41, "indexer": 12, "indic": [19, 20, 26, 51], "indicates": 60, "indication": 20, "indicator": [21, 27, 44, 62], "indicators": 69, "indietr": [41, 48], "indipendent": [12, 41], "indirizz": [20, 28, 41, 45, 49, 50, 51, 82], "individu": [19, 45, 47], "individual": [19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "inferior": [33, 50], "infin": 20, "influenc": 11, "info": 36, "inform": [7, 12, 19, 20, 24, 33, 35, 37, 41, 43, 51], "informal": 42, "information": [8, 11, 13, 14, 15, 21, 44, 46, 50, 59, 60, 69, 70, 74, 81, 82, 83], "informed": [41, 59], "informs": 62, "ingranagg": 51, "ingrand": 80, "inherited": 42, "inhibits": 8, "ini": 9, "iniz": [35, 40, 41, 44], "inizial": [35, 48], "inizializz": 26, "inlin": [36, 66], "inoltr": [26, 41], "inotify": 12, "input": [1, 41, 56, 66, 80], "insegn": [26, 44], "inser": [14, 19, 20, 28, 41, 44, 45, 48, 50, 51, 53, 81], "insert": [1, 2, 66], "inserted": 1, "inserting": 72, "insid": [21, 27, 59, 77], "insiem": [41, 43], "insol": 12, "instagram": 42, "install": [6, 7, 12, 13, 17, 19, 20, 28, 41, 44, 45, 48, 73], "installation": [14, 57], "installed": [0, 1, 8, 14, 15, 17, 42, 52, 60, 74, 75, 83], "installer": 12, "installing": 20, "instanc": [0, 12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 43, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instructions": [21, 51, 57, 74], "integr": [7, 12, 15, 19, 20, 46, 57, 75, 77], "integrated": [15, 49, 73], "integrates": 44, "integrating": [67, 73], "integration": [66, 68, 73, 74], "integration_opena": 44, "integrations": 66, "intelligenc": 1, "intelligent": 15, "intend": 26, "intenzional": 12, "inter": 41, "interact": [8, 14], "interacting": [67, 73], "interag": 44, "interesting": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 55, 73, 80], "interfacc": [19, 21, 40, 41, 43, 44, 80, 82], "interfer": 7, "intern": [19, 33, 41, 80], "internal": 69, "internet": [20, 48, 49], "interoper": 41, "interrog": 19, "interromp": [19, 41, 44], "interruption": 69, "interval": 9, "intervall": [12, 20, 41], "intest": [44, 80], "into": [1, 15, 17, 21, 25, 29, 35, 41, 42, 44, 58, 60, 66], "introdu": 6, "introduced": 41, "introductory": 5, "intruder": 26, "inutilizz": 19, "invalid": [8, 54], "invar": 44, "invec": [12, 20, 24, 41], "investigating": 15, "invi": [10, 20, 28, 29, 41, 44, 45], "invis": [19, 41], "invisibl": 36, "invit": [42, 45, 59, 70, 72], "invitation": [72, 73], "invitations": 42, "invited": 72, "invites": [42, 70], "inviting": 70, "invok": 8, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irreversibl": 41, "irrisolt": 10, "is": [0, 1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 38, 39, 41, 42, 44, 45, 49, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "iscriv": 50, "iscrizion": 41, "ise": 50, "issu": [15, 25], "issues": [14, 66], "istanz": [12, 14, 20, 41], "istruzion": 20, "it": [0, 1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82], "italicized": 66, "item": [8, 15, 21, 41], "items": [15, 21, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 20, 21, 42, 44, 69, 74, 83], "itself": [14, 20, 76], "jobs": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joined": [60, 69], "joining": [61, 62, 73], "jok": 42, "jolly": [19, 44], "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 21, 26, 27, 41, 66, 72, 80, 81], "kaddressbook": 48, "kalend": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [0, 13], "kept": [15, 26, 42], "key": [7, 41, 42, 72, 83], "keyboard": [60, 72, 80], "keynot": 15, "keyring": 14, "keys": 26, "keywords": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korganizer": 48, "kubuntu": 19, "kwallet": 14, "label": 20, "labeled": 51, "labelled": [41, 51], "labels": 36, "lanc": 20, "landing": [2, 42], "languag": [1, 12, 64], "larg": [29, 65], "larghezz": 19, "lasc": [20, 41, 44], "last": [5, 39, 44, 54, 55, 83], "lat": [20, 35, 49], "later": [1, 2, 5, 42, 54, 56, 69, 72, 76], "lateral": [20, 28, 35, 41, 50, 80], "latest": [14, 25, 52, 83], "launc": [14, 16], "launchagents": 17, "launchpad": [8, 17], "lavor": [10, 44, 48], "layout": [60, 61, 73], "ldap": 26, "leading": 4, "learn": [2, 21, 26, 42, 46, 48, 49], "learned": 2, "learns": 15, "least": [1, 39, 42], "leav": 21, "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 42, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "leg": 41, "legg": 26, "legger": 33, "less": [5, 11, 38], "let": [5, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "lett": 44, "letter": 20, "letting": 44, "lettur": [20, 35, 41, 80], "level": [2, 16, 21, 26, 36, 60, 62, 69, 80], "liber": [24, 39, 41], "library": [9, 17], "lik": [5, 15, 21, 41, 42, 44, 56, 57, 59, 60, 70, 74, 80], "lim": [6, 12, 20, 24, 31, 39, 41], "limit": [12, 19, 20, 31, 37, 41, 69, 83], "limitation": 20, "limitations": 15, "limited": [15, 42, 69], "limits": 31, "lin": [6, 13, 14, 17, 36, 41, 66], "line": [19, 20], "lingu": [44, 82], "linguist": 44, "link": [0, 2, 12, 14, 19, 20, 21, 28, 29, 35, 41, 44, 56, 59, 66, 69, 72, 82], "linked": 28, "links": [25, 66, 80], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 21, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listed": [1, 42, 60], "listening": [8, 9], "listing": [29, 57], "lists": [36, 66, 69], "littl": [56, 72], "liv": 60, "live_transcription": 64, "livell": [10, 31, 35, 41], "ll": [2, 58], "llm": 44, "load": 80, "lobby": [73, 77], "loc": [9, 51], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 82], "locally": [9, 10, 12, 15, 56], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41, 44, 59, 69], "lock": 82, "log": [8, 14, 15, 16, 20, 21, 26, 54, 81, 83], "logd": 16, "logdebug": 16, "logexp": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "logging": [29, 83], "login": [8, 9, 14, 20, 26, 42, 44, 45, 46, 54, 81], "logout": 19, "logs": [16, 51], "logwindow": 16, "long": [0, 1, 9, 15], "longer": [42, 69, 76, 81], "look": [33, 38, 42, 55, 77, 81, 83], "looking": 44, "looks": [57, 70, 83], "loop": 12, "lor": [7, 20, 24, 26, 37, 41, 43], "los": [6, 38], "losing": 81, "loudspeaker": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lts": 14, "luminos": 80, "lung": [20, 40], "luog": [20, 41], "l\u00e0": 41, "l\u00ec": [41, 44], "m": [60, 72, 80], "mac": [15, 19], "macchin": 7, "machin": 8, "machines": 8, "macos": [6, 9, 13, 19, 25, 42, 43, 51], "mad": [41, 42, 47], "magabyt": 31, "maggior": [18, 24, 31, 33, 43, 48], "magic": [5, 24, 26], "mai": [26, 39, 41], "mail": [0, 6, 40, 41, 43, 52, 80], "mailbox": 51, "mails": 80, "main": [9, 14, 16, 20, 54, 69, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": [17, 25, 29, 39, 42, 58, 60], "makes": [5, 28, 66, 74], "making": [9, 41], "malatt": 40, "man": 18, "manag": [5, 15, 21, 26, 36, 41, 42, 44, 57, 77], "managed": [14, 27, 44], "management": [12, 20, 36], "manager": [5, 14, 17, 20, 21, 46, 50, 56], "managers": 14, "managing": [6, 21, 30, 31], "manc": 21, "mand": 29, "mandatory": 62, "manier": 26, "manner": 8, "manten": [24, 33], "mantien": [12, 39], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49], "manually": [12, 44, 50, 58, 62, 79], "many": 41, "mapp": 20, "mappatur": 20, "mapping": 20, "marc": [24, 37], "mark": [21, 44, 66], "markdown": [3, 6, 69], "marked": [15, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "marks": 27, "massim": [12, 20, 24, 41], "mastodon": 42, "mat": 20, "matc": [42, 83], "matches": 7, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watches": 12, "maxchunksiz": 9, "maximum": [8, 9, 11], "may": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 60, 62], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": 81, "meaning": [9, 44], "means": [15, 27, 41], "meanwhil": 42, "meccan": 7, "med": [8, 21, 42, 60, 62, 69], "meeting": [57, 59, 72, 83], "meetings": 69, "member": [42, 69], "members": [2, 5], "membership": 42, "memberships": 42, "membr": 35, "memor": 24, "memorizz": [20, 26], "memory": 1, "men": [10, 12, 20, 41], "mensil": 41, "mentioned": [57, 69, 82], "mentioning": 69, "mentions": 69, "mentr": [7, 20, 44], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "mercoled": 41, "merg": 42, "merged": 42, "mes": 41, "mess": 19, "messag": [1, 44, 55, 56, 57, 58, 66, 69, 76, 80], "messages": [1, 16, 44, 57, 67, 73, 83], "messagg": [6, 19, 20, 26, 41, 43, 47, 51, 81], "metad": [19, 33], "method": [27, 45, 58, 81], "methods": 42, "metod": [7, 20, 28, 41], "mett": [19, 26, 41], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 42, 44, 60, 63, 82], "miglior": [18, 41, 44], "migr": [6, 43], "migrated": 52, "migration": 52, "milliseconds": 9, "mim": 12, "min": [9, 26, 39, 41, 48], "minchunksiz": 9, "mind": 41, "minim": 18, "minimiz": 44, "minimized": 44, "minimum": [9, 11, 42, 83], "minutes": [27, 39], "miocertific": 20, "mir": 44, "mittent": [37, 44], "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "mod": [10, 19, 20, 24, 26, 28, 35, 41, 42, 45, 46, 48, 50, 60, 66, 69, 81], "modal": [41, 80, 83], "modals": 80, "model": 1, "modell": [19, 44], "moderation": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modif": [6, 7, 10, 19, 20, 35], "modific": [7, 10, 14, 19, 20, 21, 31, 33, 41, 44], "modification": 12, "modifications": 42, "modified": [0, 21, 42], "modify": [0, 42, 60], "modul": [28, 44], "molt": [10, 12, 19, 26, 41], "moment": [19, 20, 28, 41, 44], "monitor": [8, 12, 63, 72], "monitoring": 57, "monocromat": 19, "mont": [20, 28, 35], "month": 41, "mor": [0, 2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "morning": 0, "most": [41, 44, 74, 83], "mostr": [10, 12, 19, 20, 35, 37, 40, 41, 44, 46, 81], "mot": 47, "motor": 26, "mount": [20, 21, 27], "mounted": 20, "mounts": 27, "mous": [2, 19, 35, 44, 63, 80], "mov": [0, 20, 21, 44, 52, 58, 80], "moved": [9, 44, 69], "moves": 44, "movetotrash": 9, "moving": 44, "mozill": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "multipl": [21, 35, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 14, 20, 27, 28, 38, 42, 51, 52, 62, 70, 74], "mut": [60, 72, 80], "muted": [60, 72], "mutes": 60, "mutually": 44, "my": 2, "my_sync_folder": 8, "mycertific": 20, "mydat": 10, "mynextcloud": [20, 48], "n": [7, 8, 56], "nam": [2, 4, 5, 7, 8, 16, 20, 21, 27, 36, 42, 45, 47, 54, 60, 69, 72, 82, 83], "names": [8, 60], "narrow": [0, 76, 83], "nascond": 35, "nat": [20, 50], "naturally": 42, "nautilus": [19, 46], "navig": [0, 6, 20, 21, 35, 37, 42, 44, 49], "navigating": 6, "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "near": 21, "nearly": 10, "necess": 41, "necessar": [7, 12, 19, 20, 35, 37, 40, 41, 45, 47, 48], "necessary": [41, 54], "need": [2, 9, 14, 17, 20, 41, 42, 46, 48, 49, 58, 64, 69, 76], "needed": [11, 38, 41, 69], "needing": [15, 42], "needs": [15, 42, 70], "nem": [19, 20], "nessun": [19, 41, 44, 47, 51, 82], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42], "networks": 42, "never": [38, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newly": 15, "newsletter": 44, "next": [5, 8, 9, 14, 15, 27, 36, 41, 42, 44, 46, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "nidific": 12, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [9, 15, 20, 21, 26, 36, 41, 42, 51, 69, 76, 81, 82], "noa": 20, "nobody": 69, "nom": [10, 19, 20, 26, 28, 29, 35, 37, 39, 41, 45, 47, 48, 49, 50, 51, 82], "nomeutent": 20, "nonc": [40, 41], "normal": [7, 9, 19, 41, 50, 66], "normally": [26, 44], "nostr": [43, 44, 80], "not": [0, 2, 4, 8, 9, 10, 11, 14, 15, 17, 21, 25, 26, 27, 28, 35, 36, 38, 40, 42, 44, 45, 49, 51, 54, 58, 59, 60, 62, 63, 65, 66, 76, 81, 82, 83], "notes": [2, 41, 69], "notif": [7, 10, 19, 35, 37, 41, 82], "notific": [10, 41], "notification": [1, 6, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [0, 6, 9, 60, 66, 76, 83], "notified": [0, 69, 72, 76], "notify": [15, 60, 69], "notify_push": 15, "now": [2, 5, 10, 14, 42, 66], "ns": 20, "null": [12, 26], "number": [11, 28, 41, 58, 60, 69], "numbers": [15, 42], "numer": [12, 19, 41, 44], "nuov": [7, 12, 20, 24, 26, 28, 35, 37, 39, 45, 48, 50, 82], "obbligator": 45, "object": [0, 27], "obscured": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occhi": [47, 80], "occup": [33, 41], "occurred": 0, "oct": 20, "of": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 47, 49, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 80], "offers": [20, 21, 44, 60, 73], "offic": [12, 20, 21, 69], "officially": 14, "offlin": [15, 19, 27], "offre": [12, 19, 41, 44], "offriam": 80, "offrir": 41, "offron": 41, "often": [0, 41], "oggett": [35, 41, 44], "ogni": [19, 20, 24, 26, 35, 39, 41, 44, 81], "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "oltre": [19, 41], "omett": 20, "on": [0, 1, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 21, 24, 25, 26, 27, 31, 33, 36, 38, 39, 41, 42, 44, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongoing": [62, 69], "onlin": [2, 19, 20, 46, 83], "only": [0, 2, 4, 14, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 20, 21, 27, 28, 36, 38, 41, 42, 44, 45, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [15, 69], "opening": [2, 15, 16, 60], "opens": [12, 15, 16, 21, 29, 42, 60, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "oper": [7, 12, 19, 20, 35], "operating": [17, 20], "operation": [11, 44], "opportun": 7, "oppur": [12, 20, 41, 47], "opt": [9, 44], "option": [0, 12, 16, 28, 33, 35, 36, 42, 45, 56, 60, 62, 63, 72, 76], "optional": [20, 44], "options": [6, 8, 9, 11, 13, 14, 15, 17, 19, 21, 41, 58, 60, 69, 72, 82, 83], "opzion": [7, 12, 14, 18, 19, 20, 21, 26, 35, 44, 48, 82], "opzional": [20, 26, 44, 45], "or": [0, 1, 2, 4, 5, 6, 8, 11, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 41, 44, 45, 49, 51, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "ora": [10, 19, 20, 29, 39, 41, 44, 45, 46, 47, 48, 81], "orar": 40, "order": 42, "ordered": [44, 66], "ordin": 12, "ore": [12, 39], "org": [8, 20, 47], "organic": 42, "organis": 36, "organiz": [2, 3], "organizations": 42, "organized": [0, 76], "organizer": [41, 44], "organizing": 5, "organizz": 41, "original": [33, 44, 64], "orizzontal": 44, "os": 8, "ospit": [20, 41], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 26, 27, 29, 37, 41, 42, 44, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [0, 2, 25, 40, 69, 74, 82], "otherwis": 15, "otten": [20, 41], "ottimizz": 20, "our": [14, 15, 42, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 20, 27, 42, 69, 76], "overflow": [19, 27], "overflows": 65, "overhauls": 12, "overhead": 20, "overrid": 7, "overrides": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwr": 9, "own": [0, 1, 8, 9, 29, 35, 42, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_bytes": 11, "owncloud_free_space_bytes": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_files": 10, "owner": [37, 42, 44], "ownership": [23, 30, 42], "p": 8, "pacchett": [7, 19], "packag": [8, 14, 17, 20], "packages": [8, 14], "padr": 19, "paes": 41, "pag": [2, 14, 21, 24, 25, 33, 41, 42, 54, 74, 83], "pages": [2, 4, 15, 35, 77], "pagin": [7, 14, 26, 28, 29, 35, 41, 80, 82], "pan": 44, "panel": [1, 36, 44], "pannell": [20, 50], "paperclip": 56, "parallel": [11, 15, 19], "parameters": [20, 52], "parent": [21, 42, 58], "part": [5, 12, 18, 19, 26, 41, 42, 44, 47, 48, 50, 60, 69], "partenz": 20, "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particul": [0, 58], "parts": 2, "party": [20, 70], "pass": [8, 19, 20, 44], "passagg": [28, 35, 41, 45, 46, 48, 50, 51], "passed": [8, 39], "passkey": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [54, 81], "past": [51, 69], "path": [8, 27, 47], "pathtomountpoint": 20, "pattern": [8, 19, 39], "paus": 19, "pc": 20, "pdf": 21, "peers": 2, "pem": 20, "penalty": 20, "pending": 70, "penn": 41, "pens": 41, "peopl": [2, 29, 69, 82, 83], "perc": [12, 19, 26], "percors": [19, 20, 48, 51], "perd": 26, "perform": [9, 20, 42, 44], "performanc": [20, 64], "performed": 44, "performs": 8, "pericol": 26, "period": [19, 24, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanent": [12, 33, 41], "permanently": [4, 15, 24, 69], "permess": [20, 45], "permett": [7, 41], "permission": [57, 60, 63], "permissions": [37, 42, 60, 69], "pers": 19, "persist": 47, "persisted": 9, "persistent": 20, "persists": 27, "person": [10, 24, 41, 69, 83], "personal": [0, 6, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personalizz": [19, 41, 44, 80], "pertinent": 44, "petersteier": 12, "phon": [42, 45, 60, 69, 81, 82], "phot": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "piac": 80, "pian": 48, "pianif": 41, "pianific": 44, "piccol": 19, "pick": [56, 69], "picker": [1, 21, 29, 36], "pickers": 6, "pictur": [5, 82, 83], "pictures": 42, "pie": 15, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "plac": [1, 2, 7, 42, 69], "placed": 8, "places": [20, 65, 83], "plain": [20, 21, 54], "plasm": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "pleas": [4, 41, 42, 44, 63, 82], "plist": 17, "plus": [41, 42], "po": [12, 20, 24], "poc": [31, 41], "poi": [7, 19, 20, 26, 44, 48, 50, 51], "poic": [7, 26, 41, 44], "point": [14, 45, 83], "pointing": 27, "policies": 7, "policy": 7, "poll": [9, 15, 56], "pop": 7, "pop3": 43, "popover": 80, "popul": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portac": 49, "portatil": 20, "position": 42, "posizion": [12, 20, 41, 46, 50], "pospon": 44, "poss": [7, 10, 19, 24, 26, 35, 41, 44, 48, 80, 81], "possibil": [7, 10, 12, 18, 19, 20, 35, 39, 41, 44], "possibility": 38, "possibl": [0, 1, 15, 38, 42, 58, 59, 62, 74, 76], "possibly": 20, "possied": [41, 81], "post": [24, 41, 43, 50, 51], "posts": 57, "potenzial": 44, "poter": [19, 24, 45], "potr": [41, 82], "potra": [19, 41, 50, 81], "potrann": 41, "potrebb": [7, 10, 12, 19, 20, 24, 26, 33, 37, 41, 44], "potrebber": [19, 20, 35], "potrest": [10, 19, 41, 44, 48, 80], "powered": 1, "ppa": 8, "pratic": 26, "pre": 66, "preavvis": 41, "precauzion": 44, "precedent": [12, 14, 28, 33, 41, 44, 45, 50, 51], "precompil": [19, 44], "preconfiguration": 14, "predefin": [10, 12, 14, 19, 24, 26, 28, 31, 35, 41, 44, 48, 82], "predefined": 60, "prefer": [7, 14, 20, 21, 44, 51, 82], "preferenc": 41, "preferences": [0, 9, 17, 41, 45, 52, 82], "preferent": [6, 44, 45, 81], "preferred": 20, "preg": [44, 80], "preliminar": 18, "prem": [20, 28, 45, 46], "prend": 44, "prep": 62, "prepar": [18, 41], "prepared": 66, "pres": 41, "preselected": 2, "present": [12, 19, 20, 27, 35, 41, 44], "presentation": 21, "presenter": 63, "presenz": [7, 44], "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 66, 72], "prest": [12, 41], "prestazion": 44, "preval": [24, 33], "preved": 20, "preven": 24, "prevent": [42, 82], "prevented": 69, "preview": [2, 21, 44, 55, 60], "previews": [15, 21], "previous": [0, 1, 12, 21, 39], "previst": [19, 41, 44], "prim": [7, 12, 18, 19, 20, 26, 39, 41, 44, 48, 81, 82], "primar": 80, "primary": 44, "principal": [19, 26, 41, 44, 80], "principals": [47, 51], "priv": [41, 82], "privacy": [38, 44, 53, 62, 83], "privately": 66, "privileg": [7, 35], "pro": 81, "probabil": [19, 20, 26], "problem": [7, 12, 15, 26, 44, 47, 48, 80, 81], "problems": 11, "proc": 12, "proced": [41, 44], "procedur": [12, 19, 50], "process": [8, 12, 39, 41, 52], "processed": 62, "processes": [8, 44], "produc": 9, "produces": 21, "produtt": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "profond": 12, "progett": [20, 43, 44, 80], "program": [12, 14], "programm": [12, 41], "programs": 17, "progress": [15, 60], "prolung": 44, "promot": 69, "promoted": 65, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfiles": 9, "prompted": [14, 51, 60, 63, 72], "pront": 18, "prop": 20, "propagated": 35, "propagates": 8, "properties": 42, "propertyhandlers": 12, "propertysystem": 12, "propfind": 20, "propon": 7, "proposal": 52, "propost": 44, "propr": [6, 7, 12, 20, 24, 28, 44, 53, 81], "propriet": 20, "proprietar": [20, 24, 26, 33, 35, 37, 41], "propstat": 20, "prossim": [18, 41], "protected": 69, "protecting": 38, "protection": [35, 42], "protegg": [12, 26, 35, 81], "protett": 20, "protocol": [12, 20, 27], "protocoll": [20, 47, 50], "protocols": 74, "prov": [14, 26, 47, 48, 81], "provenient": 44, "provid": [0, 8, 14, 15, 20, 57, 69], "provided": [15, 69, 70], "provider": [1, 6, 13, 14, 20, 64], "provides": [0, 1, 12, 14, 15, 21, 38, 42, 69], "providing": [55, 56], "provisioned": 44, "provisioning": 14, "provoc": 19, "provvisor": 41, "proxy": [8, 9, 19], "pubblic": 33, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicly": 42, "published": 82, "pul": 12, "pulsant": [19, 20, 28, 29, 35, 41, 44, 45, 50, 80], "punt": [10, 19, 20, 26, 44], "puntin": [19, 35, 41, 44], "puo": [14, 19, 20, 21, 26, 28, 29, 35, 40, 41, 43, 44, 47, 48, 53, 54, 80, 81, 82], "push": [0, 60, 80], "put": 69, "pu\u00f2": [6, 12, 20, 24, 33, 35, 41, 44, 46, 48, 50, 51, 80, 81], "qr": [45, 81], "qt": 16, "qt_logging_rules": 16, "qual": [19, 20, 35, 39, 41, 44, 45, 50], "qualcos": 81, "qualit": 80, "qualsias": [7, 19, 20, 28, 41, 44, 46, 80], "qualunqu": [20, 21, 24, 33, 54], "quand": [7, 10, 14, 19, 20, 24, 26, 28, 29, 31, 33, 35, 39, 40, 41, 44, 45, 46, 48], "quant": [20, 26, 41, 44, 47], "quantit": 12, "quart": 41, "quattr": 44, "quegl": 41, "quel": 41, "quell": [10, 12, 20, 31, 41, 44], "quest": [7, 10, 12, 19, 20, 21, 24, 26, 28, 31, 33, 35, 39, 40, 41, 43, 44, 46, 47, 48, 50, 51, 53, 82], "question": 10, "questions": 8, "qui": [19, 41, 44, 50], "quick": [2, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 69, 83], "quiet": 17, "quind": [7, 12, 19, 20, 21, 26, 29, 41, 44, 47, 48, 50, 80], "quit": 17, "quot": [20, 30, 32, 82], "quotes": 66, "r": [51, 60, 80], "raccolt": 41, "raccomand": [20, 31], "rad": 42, "radic": [20, 35, 37], "raggiung": [20, 24, 39], "raggiunt": 41, "rais": 80, "raised": 11, "random": 35, "rang": [76, 83], "rapid": [19, 44], "rappresent": 44, "rather": 20, "re": [5, 44], "reached": [27, 44], "reaches": 69, "reaction": 60, "read": [8, 26, 27, 38, 41, 42, 44, 69, 82], "reader": 0, "readers": 80, "reading": 15, "reads": 9, "ready": 27, "real": 64, "rearrang": 83, "reason": 69, "reasons": 42, "reatt": 80, "reattiv": 6, "receiv": [0, 1, 29, 41, 44, 60, 66, 70, 76], "received": 72, "receives": [28, 62], "receiving": [64, 70], "recent": [0, 7, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 41, 44], "recognisabl": 15, "recommend": 15, "recommended": [15, 20], "record": [62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recordings": 62, "records": 0, "recoverabl": 21, "recovery": 6, "recuper": 41, "red": [27, 60, 62], "reddit": 51, "redirected": [69, 72], "reduc": 11, "reducing": 15, "ref": 44, "refer": [14, 31], "referenc": [21, 62, 76], "reflected": 27, "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "region": 41, "register": [12, 14, 45], "registered": [60, 69, 78], "registr": [7, 12, 20, 45], "registry": 12, "regol": [24, 35, 41, 44], "regolar": [12, 41], "regul": [20, 27, 36, 42, 60], "regularly": 11, "regulations": 62, "reimpost": [40, 41], "reindirizz": 81, "rejoining": 69, "relat": [20, 41, 47], "related": [0, 1, 15, 17, 41, 44, 83], "relates": 44, "relaunc": 1, "releas": [12, 14], "releases": 14, "relevant": [41, 42, 76], "remaining": 11, "remember": 1, "remembered": 1, "reminder": 41, "reminders": [41, 69, 76], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 12, 17, 27, 28, 36, 38, 44, 69, 83], "removal": [12, 17], "removals": 42, "removed": [41, 44, 57, 69], "removes": [16, 20], "removing": [17, 36], "renam": [0, 21, 36], "rend": [19, 20, 35, 41], "reopen": 44, "repeat": [8, 51], "replac": [45, 47, 60], "replacement": 69, "replies": [44, 57, 69, 76], "reply": 66, "report": [15, 44], "repositories": 8, "repository": [8, 9], "reproducibl": 14, "request": [1, 20], "requested": 20, "required": [8, 15, 27, 41, 60, 64], "requirements": 74, "requires": [1, 8, 62, 69], "requiring": [38, 44, 62], "requis": 6, "res": 41, "reschedul": 66, "resizes": 60, "resolved": 15, "resourc": 45, "resources": [41, 42, 46], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "respons": [20, 41, 44], "responses": 41, "rest": [20, 25], "restart": 15, "restor": [15, 24], "restoring": 41, "restrict": [36, 82], "restricted": 36, "restriction": 42, "result": [1, 9, 15], "results": [1, 9, 83], "resum": 44, "ret": [20, 50, 82], "retention": [36, 69], "retried": [11, 44], "retries": 8, "retriev": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": 27, "return": [21, 42, 60], "revealed": 15, "revert": 69, "review": [1, 20, 41], "reviewed": 41, "revoc": 35, "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "riapp": 45, "riapril": 20, "riavv": [7, 20, 45], "ric": [20, 29, 41, 47, 81], "ricc": 50, "ricerc": [26, 37, 46], "ricev": [35, 37, 41, 44], "ricezion": 44, "rich": 1, "richied": [10, 20, 31, 40, 41, 48, 81], "richiest": [31, 37, 44, 45, 50], "ricondivid": [21, 26, 33], "ricondivision": [33, 35], "riconnett": 20, "riconosc": 20, "ricord": 44, "ridott": 80, "riduc": 80, "riemp": 41, "rientr": 24, "riesc": 7, "rif": [37, 41, 44], "rifer": [18, 20], "rifiut": [35, 41], "riflett": 41, "rig": [7, 12, 19], "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "rights": 44, "ril": 44, "rilasc": 35, "rilass": 80, "rilev": [12, 41], "riman": [19, 20], "rimand": 26, "rimang": 24, "rimarr": 44, "rimarrann": 44, "rimoss": 19, "rimov": 12, "rimpicciol": 80, "rimuov": [7, 12, 19, 20, 26, 28, 41, 44], "ring": 60, "rinomin": [24, 35, 44], "ripet": 50, "ripr": 19, "ripristin": [39, 41], "riprodurr": 18, "riprov": 19, "riquadr": 12, "risc": [18, 44], "riscontr": [20, 80], "rising": 60, "risolt": [10, 12], "risolu": 47, "risolv": [7, 10, 48], "risors": [26, 33, 46, 48], "risparm": 48, "rispett": [20, 33, 41, 43], "rispond": 44, "rispost": [40, 41], "risult": 48, "riteng": 20, "riunion": 41, "riusc": [12, 20, 44], "rivolt": 50, "rm": 17, "roaming": 9, "rol": [42, 82], "roll": [39, 57], "room": 58, "rooms": [41, 42, 73, 77], "root": [8, 15, 20], "ross": 19, "row": [21, 36, 65], "rows": 36, "rss": 6, "rubric": [6, 41, 44, 45, 47, 50], "rules": 36, "run": [1, 8, 9, 20, 27, 39, 77], "running": [6, 15, 17], "rw": 20, "s": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 80, 81, 82, 83], "s3": [20, 27], "sabredav": 20, "saf": [17, 38, 69, 81], "safar": 83, "sai": [20, 81], "sales": 82, "salt": 80, "salv": [12, 20, 41, 44, 47, 51, 82], "salvatagg": 46, "sam": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "samb": 27, "sap": [24, 26, 41], "sar": [7, 10, 12, 20, 24, 35, 41, 47, 80], "sara": [26, 51, 81], "sarann": [24, 26, 35, 41, 46, 51], "sarebb": 26, "sav": [15, 41, 42, 54, 56, 62, 80], "saved": [5, 27, 36, 39, 42, 44, 62], "saves": 44, "say": 10, "sbagl": 12, "scad": [24, 44], "scadenz": [35, 39], "scamb": 41, "scan": 27, "scanner": 45, "scansion": 12, "scaric": [7, 10, 12, 19, 20, 26, 35, 39], "scary": 5, "scegl": [12, 19, 20, 26, 37, 41, 44, 45, 46, 48, 50, 51, 80, 82], "scelt": [12, 37, 41, 44], "scenar": [10, 24], "schannel": 51, "sched": [12, 19, 20, 35, 41], "schedul": [14, 52, 66], "scheduled": [1, 59, 66, 69], "schem": [12, 39], "scherm": [14, 20, 80], "scolleg": 28, "scop": [14, 26, 40, 41, 82], "scoped": 44, "scopert": 50, "scopes": 82, "scopr": [35, 41], "scorciatoi": 80, "scorr": [20, 51], "scp": 20, "screen": [42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [26, 44], "scripting": 20, "scripts": 17, "scritt": 41, "scrittur": [20, 41], "scriv": 44, "scroll": [20, 44, 51, 65, 66], "scur": 80, "seamlessly": 15, "searc": [2, 6, 8, 21, 36, 42, 69, 72, 78, 80], "searches": [44, 83], "searching": [41, 69, 82], "searchon": 8, "sebben": 19, "sec": 9, "second": [2, 6, 7, 19, 26, 39, 42, 44, 48, 56, 66, 69], "seconds": [9, 11, 15, 60, 62, 81], "secret": [0, 8], "secrets": 20, "section": [1, 9, 11, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": 77, "secur": 38, "security": [6, 20, 30, 38, 45, 51, 83], "sed": 41, "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seeing": 82, "seen": 51, "sees": 38, "segn": 19, "segnal": [18, 20, 80], "segret": [41, 81], "segu": [10, 18, 19, 20, 28, 35, 44, 46, 47, 48, 50, 51, 82], "seguent": [7, 12, 19, 20, 40, 41, 44, 45, 81], "select": [0, 2, 5, 8, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 56, 62], "selection": [36, 41, 44, 81], "selections": 41, "selector": 66, "selettor": 41, "selezion": [14, 20, 37, 41, 44, 45, 47, 50, 51], "self": [42, 76], "semicerc": 19, "semplic": [18, 26, 29, 41, 44], "semplif": 20, "semplific": 41, "sempr": [7, 19, 20, 41], "send": [0, 1, 41, 44, 58, 60, 66, 70, 76, 80], "sender": [44, 76], "sending": [29, 67, 73, 76], "sends": [0, 44], "sens": 10, "sensit": 69, "sent": [0, 28, 44, 69], "senz": [12, 19, 20, 35, 39, 41], "separ": [0, 1, 41, 44, 82], "separat": 25, "separately": [42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servers": [21, 27, 41, 70, 82], "servic": 27, "services": [20, 26, 27, 29, 57, 74, 77], "serviz": [20, 26, 47, 53], "session": [9, 20, 42], "sessions": 9, "set": [4, 9, 33, 41, 42, 44, 45, 51, 59, 62, 64, 69, 76, 77, 82, 83], "settiman": [39, 41, 82], "settimanal": 41, "setting": [0, 4, 16, 44, 69, 81, 82], "settings": [4, 6, 9, 15, 20, 27, 36, 37, 38, 41, 42, 44, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 81, 82], "setup": [49, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75], "seviz": 26, "sezion": [7, 12, 20, 26, 37, 40, 41, 44], "sfogl": 20, "sfond": 80, "sfrutt": 12, "sftp": [20, 27], "shall": 9, "shar": [0, 2, 19, 20, 26, 27, 29, 38, 41, 42, 56, 62, 63, 73, 82], "shared": [0, 2, 3, 15, 21, 27, 28, 41, 56, 62, 63, 69, 76, 82], "shares": [0, 15, 21, 23, 27, 30, 41, 76, 82], "sharing": [0, 6, 21, 29, 30, 37, 61, 70, 73], "shell": 12, "shift": [42, 80], "short": [42, 44], "shortcut": [20, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 9, 11, 14, 20, 41, 46, 69, 81], "show": [0, 4, 9, 21, 42, 44, 60, 79, 83], "showexperimentaloptions": 9, "showing": [0, 4, 21, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 60, 69, 83], "shows": [0, 1, 20, 21, 27, 36, 41, 42, 54, 60, 65, 83], "sian": [20, 41], "sicur": [12, 20, 53], "sicurezz": [20, 26], "sid": [5, 15, 27, 30, 34, 38, 42, 44, 52, 55], "sideb": [2, 5, 6, 15, 20, 27, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "siev": 44, "sign": 42, "signif": 44, "significant": 20, "significantly": 20, "silent": [8, 60], "silenz": 7, "simbol": [12, 19, 41, 44], "simil": [15, 19, 20, 35, 40, 41, 42, 44], "simpl": [5, 27, 39], "simply": [17, 25, 42, 44, 56, 76], "sinc": [35, 39, 81], "sincronizz": [6, 7, 10, 13, 14, 20, 22, 41, 43, 53], "singl": [0, 8, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "singol": [14, 19, 41], "sinistr": [19, 20, 41, 50], "sint": [19, 20], "sintatt": 19, "sip": 69, "sistem": [7, 10, 12, 19, 20, 21, 39, 41, 44], "sit": 43, "situ": [19, 44], "situation": 11, "situazion": 10, "siz": [9, 11, 20, 31, 42], "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slot": 41, "slots": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smont": 20, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "snoozing": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "soddisfatt": 19, "softw": [7, 12, 14, 17, 53, 80], "sol": [7, 12, 14, 19, 20, 24, 26, 28, 31, 35, 41, 44, 46], "solely": 44, "solit": 47, "solution": 20, "soluzion": [35, 53], "solv": 81, "solves": 12, "som": [5, 9, 14, 26, 27, 41, 44, 57, 69, 82], "somebody": 72, "someon": [10, 42, 60, 69, 82], "sometimes": 41, "somewh": 81, "son": [7, 10, 18, 19, 20, 26, 29, 33, 35, 41, 44, 45, 48, 50, 51, 80, 81], "soon": [0, 15], "sopr": [19, 41, 47], "sorgent": 14, "sorting": 44, "sosp": 19, "sostitu": [20, 41, 51], "sostitut": 40, "sott": [20, 26, 37, 41, 46, 53], "sottocartell": 12, "sottodirectory": 20, "sottoscriv": 41, "sottoscrizion": [41, 45], "sottost": [19, 51], "sottostring": 44, "sourc": [20, 38, 53], "sourced": 8, "sovrappost": 41, "sovrascriv": [7, 35, 41], "spac": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "spar": 41, "sparkl": 7, "spaz": [19, 33, 39], "speak": 72, "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specif": [6, 12, 20, 39, 41, 44], "specific": [0, 7, 8, 15, 17, 27, 41, 42, 44, 47, 54, 58, 59, 66, 76, 79, 81, 83], "specified": [8, 16], "specifies": [9, 11], "specify": [8, 16, 42, 58], "specifying": 42, "speec": [1, 60, 64], "speed": 44, "speeds": 20, "spoken": 60, "spost": [20, 24], "spreadsheet": 21, "spunt": [19, 41], "squadr": 43, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabil": [18, 41], "stabl": [14, 18], "stacked": 44, "standard": [8, 14, 41], "standardized": 15, "standards": 80, "star": [21, 42], "starred": 21, "start": [1, 12, 20, 38, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [60, 79], "stat": [7, 8, 10, 12, 15, 20, 24, 26, 40, 44, 45, 51], "status": [20, 25, 27, 40, 41, 60, 69, 83], "stay": [41, 59], "stdout": 16, "step": [14, 36, 51, 69], "steps": [20, 28, 44, 49, 51], "stess": [7, 14, 19, 20, 41, 44, 46, 50, 80], "sti": 12, "stil": 43, "still": [2, 9, 15, 21, 26, 42, 44, 62, 69], "stolen": 81, "stop": [44, 58, 62, 63], "stopping": 62, "stops": 81, "stor": [42, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 39, 42, 44], "stores": 15, "stream": [6, 62, 72], "strikethroug": 15, "string": 19, "strisc": 41, "structur": [2, 3, 21, 42], "strument": [7, 43, 81], "struttur": 26, "sub": [24, 45], "subfolder": 8, "subjects": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subpages": 2, "subscrib": 76, "subscribed": 76, "subscription": 53, "subsequent": 15, "substantially": 20, "success": [7, 20, 50, 51], "successful": [14, 27, 28], "such": [0, 1, 14, 26, 27, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sud": 17, "sufficient": [12, 41], "sugger": [25, 44, 50], "suit": [8, 83], "suitabl": 41, "sule": 82, "summarization": 1, "summary": [44, 57], "super": [20, 24, 33, 39], "superior": [19, 35], "support": [14, 15, 17, 19, 20, 41, 42, 44, 46, 49, 50, 51, 53, 81], "supported": [8, 16, 21, 42, 44, 66, 74, 83], "supports": [14, 15, 20, 39, 42, 44], "sur": [17, 39, 60, 81], "svilupp": [13, 18, 80], "svolg": 41, "svuot": 41, "swift": [20, 27], "switc": [8, 21, 60, 65, 80, 83], "switches": 8, "sync": [8, 12, 14, 17, 19, 25, 44, 81], "synced": [12, 17, 25], "synchroniz": [8, 11, 20, 50], "synchronization": [8, 9, 11, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronized": [10, 13], "synchronizes": 50, "syncing": [42, 47], "syntax": [66, 69], "sys": 12, "sysctl": 12, "system": [8, 9, 12, 15, 17, 19, 20, 21, 30, 32, 39, 42, 49, 51, 60, 62, 64, 70], "systems": [9, 14, 27], "s\u00ec": 26, "t": [5, 14, 20, 26, 39, 42, 44, 46, 66, 81], "tab": [0, 1, 21, 39, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabell": 43, "tables": 66, "tackled": 69, "tag": 21, "tagged": 0, "tagging": [36, 44], "tags": [21, 30, 32], "tak": [2, 17, 28, 62, 69], "takes": [9, 15, 42, 83], "tal": [12, 24, 31], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tantum": 41, "tap": [45, 60], "tapping": 60, "tard": 44, "target": [9, 15, 20, 41], "targetchunkuploadduration": 9, "targets": 83, "task": [2, 6, 66], "tasks": [0, 1, 57, 69], "tast": [19, 20, 28, 35, 46, 48], "tastier": 6, "te": [18, 19, 24, 33, 41, 44, 82], "team": [2, 3, 6, 27, 69, 80], "teams": [69, 74], "technical": 15, "technically": 14, "telegram": 42, "telephon": 82, "tem": 6, "temp": [19, 20, 41, 44, 48], "templates": 5, "temporal": [24, 37, 41], "temporan": [12, 20], "temporane": 33, "temporarily": 60, "ten": [20, 27, 39], "tendin": 20, "tent": [10, 47], "tentat": 44, "tentatively": 44, "terabyt": 12, "term": 1, "termin": [18, 19, 28, 40, 41, 45, 46], "terminal": 15, "terminin": 24, "terr": 41, "terz": [12, 26, 41], "test": [10, 12, 14, 18, 19, 20, 24, 26, 80, 81], "tester": 18, "testing": 9, "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 20, 56, 60, 66, 81], "thanks": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 38, 39, 40, 41, 42, 44, 57, 58, 59, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 6, 7, 9, 10, 11, 12, 13, 14, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 80, 81], "themselves": [58, 64], "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 51, 54, 62, 64, 69, 71, 76, 78, 81], "ther": [1, 2, 10, 17, 20, 24, 41, 42, 62, 66, 69, 71, 72, 76], "therefor": 38, "thes": [14, 15, 25, 41, 42, 44, 69, 81, 83], "they": [5, 8, 15, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "think": 2, "third": 20, "this": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thos": [0, 25, 42, 54], "thoug": 9, "thre": [1, 14, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "thread": [1, 76], "threaded": 44, "threads": 76, "threshold": [11, 83], "throug": [1, 8, 14, 15, 20, 27, 44, 58, 65], "throughout": 41, "throw": 45, "thumbnail": 21, "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tien": 44, "til": 65, "tiles": 65, "tim": [9, 10, 14, 15, 20, 36, 41, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timeout": [9, 11, 26], "times": [8, 20, 41], "timestamp": 39, "tip": [7, 19, 20, 44, 47], "tipic": [19, 81], "titl": [2, 5, 41, 44, 56, 59, 76], "titol": 41, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 44, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "tocc": 45, "today": 83, "together": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "tokens": 54, "tool": 2, "toolb": [2, 5, 36, 44, 63, 72], "tools": [1, 17, 36], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "torn": 48, "total": [33, 41], "totp": [20, 81], "touchpad": 63, "towards": 45, "track": 0, "tracker": 80, "tradurr": 44, "trail": 21, "tram": [6, 7, 10, 19, 26, 33, 35, 41, 44, 45, 46, 50, 53], "trann": [20, 82], "transcribes": 64, "transcription": [1, 61, 73], "transfer": [20, 23, 27, 30, 42], "transferred": 37, "transitor": 19, "transl": 53, "translated": [4, 64], "translation": [61, 73], "trascin": 41, "trasfer": [20, 37, 41], "trasform": 50, "trash": [9, 21, 28, 42], "trashbin_retention_obligation": 24, "trasparent": 26, "tratt": [19, 20, 41], "tray": [9, 14], "tre": [19, 35, 41, 44], "tried": 44, "tries": [8, 69], "trigger": [27, 44, 50], "triggered": [0, 9, 14, 44], "triggering": 44, "tropp": [41, 44], "trov": [10, 14, 19, 20, 37, 41, 43, 44, 47, 48, 50], "tru": [7, 16], "trust": [8, 38], "trusted": 82, "tt": 5, "tumblr": 42, "tunnel": 20, "turn": 75, "turned": 44, "turning": 9, "tutt": [12, 14, 18, 19, 20, 21, 26, 28, 33, 35, 37, 41, 45, 46, 48, 50, 53], "tuttav": [7, 10, 12, 19, 41, 44], "two": [2, 17, 25, 36, 39, 42, 44, 46, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 47, 49, 57, 60, 66, 80], "types": [0, 15, 21, 42, 66, 69], "typically": 57, "typing": [2, 69], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "uffic": [6, 43], "ui": 9, "ulterior": [10, 12, 20], "ultim": [7, 18, 19, 46], "umount": 20, "unabl": 11, "unaffected": 11, "unauthenticated": 0, "unavailabl": [15, 27, 69], "uncheck": [0, 36, 42], "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergoing": 9, "understanding": 44, "undon": 15, "unencrypted": [26, 38], "unfocus": 80, "unfortunately": 20, "unic": [26, 41, 82], "unified": [6, 76], "unifying": 5, "uninstall": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintended": 9, "uniqu": [26, 60], "unisc": 80, "unit": 20, "univers": 7, "universal": [6, 12], "univoc": 41, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmut": [60, 72], "unmuted": [60, 72], "unmutes": 60, "unordered": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unselect": 42, "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchronized": 15, "until": [9, 27, 44, 56, 72, 76, 79], "up": [7, 9, 15, 19, 42, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [59, 69, 83], "updat": [10, 41, 42, 45], "updated": [10, 14, 41, 54, 64], "updates": [0, 42, 44], "updating": 44, "upload": [9, 19, 21, 27, 29, 31, 41, 42, 60], "uploaded": [9, 11, 15, 62, 69], "uploaders": 29, "uploading": 72, "uploads": [9, 21, 29], "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": 80, "usa": [19, 20, 26, 28], "usabl": 80, "usag": 83, "usand": [22, 26, 29, 30], "usar": [6, 20, 25, 43, 54, 82], "usat": 51, "use": [5, 7, 8, 9, 15, 17, 20, 21, 26, 27, 40, 41, 42, 45, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 20, 33, 36, 38, 39, 41, 42, 54, 80], "useful": [15, 21, 44, 60, 72, 82], "user": [4, 8, 9, 15, 17, 20, 27, 38, 39, 41, 42, 44, 45, 51, 52, 54, 60, 69, 70, 78, 82], "userem": 41, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "users": [0, 9, 14, 15, 33, 36, 37, 41, 42, 44, 47, 56, 57, 58, 69, 70, 82, 83], "uses": [8, 16, 26, 60], "usi": [20, 48], "using": [1, 6, 9, 11, 13, 14, 17, 20, 22, 23, 25, 29, 30, 34, 35, 41, 43, 44, 45, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "uso": [6, 18, 20], "usually": 44, "utent": [7, 10, 18, 20, 24, 28, 31, 33, 37, 39, 40, 44, 45, 47, 49, 50, 51, 53, 82], "utente1": 24, "utente2": 24, "utente3": 24, "utet": 37, "utf": 20, "util": [20, 41], "utilizz": [6, 7, 12, 13, 20, 24, 25, 26, 29, 39, 40, 41, 43, 47, 48, 50, 51, 53, 80, 82], "v": [60, 72, 80], "v3": 41, "v6": 41, "vai": [20, 28, 35, 44, 45, 50], "valid": [41, 44, 51], "valor": [7, 12, 19, 20, 24, 44], "valu": [11, 15, 16, 42], "values": [9, 11, 42], "var": [16, 80], "variabil": [10, 31, 41], "variabl": [9, 11], "variables": [6, 13], "variet": 81, "variety": 82, "various": [41, 42], "vcard": 42, "vcards": 42, "vcf": 42, "ve": 20, "vecc": [12, 24, 26, 33, 39, 41, 44], "ved": [6, 10, 12, 19, 20, 24, 26, 35, 41, 44, 81], "vedra": [26, 29, 82], "vedrann": [26, 28], "veloc": 41, "vendor": 7, "veng": [19, 26, 33, 39, 40, 41, 44], "ver": 44, "verbos": 8, "verd": 19, "verif": [7, 19, 20, 44], "verific": [7, 10, 12, 20, 26, 41, 44], "verification": 69, "verify": 20, "verr": [7, 10, 12, 19, 35, 39, 40, 41, 44, 50], "verra": 12, "verrann": [19, 41, 44, 50, 53], "vers": [20, 50], "version": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 45, 49, 50, 52, 82, 83], "versioning": [20, 39], "versions": [9, 17, 39, 83], "vertical": 44, "very": [5, 20, 42, 80], "via": [4, 15, 21, 29, 39, 41, 60, 69, 72], "viagg": 41, "vibr": 60, "vicin": 37, "vide": [62, 63, 69, 72, 73, 80], "videos": 21, "vien": [7, 10, 12, 19, 20, 24, 29, 31, 33, 37, 39, 41, 44, 80], "view": [0, 1, 14, 27, 36, 41, 42, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewed": 21, "viewer": [51, 80], "viewers": 80, "viewing": 6, "views": 21, "virtual": [17, 19, 82], "vis": [44, 80], "visibil": [10, 19, 35, 37, 41, 44, 46, 47], "visibility": [15, 42, 69, 82], "visibl": [4, 21, 27, 36, 42, 44, 66, 69], "visit": [25, 44], "visitors": 5, "vist": [20, 26, 41], "vistos": 19, "visualized": 15, "visualizz": [7, 10, 19, 20, 21, 35, 41, 46, 50], "viv": 20, "voc": [19, 20, 41], "vogl": 18, "voic": 60, "vol": 41, "voler": [19, 41, 48], "volt": [12, 19, 20, 24, 26, 35, 39, 41, 44, 51], "volum": 8, "vorra": 50, "vot": 41, "voted": 56, "votes": 41, "vpn": 20, "vuo": [20, 35, 41, 45, 50, 80], "vuot": [41, 44], "waiting": [1, 79], "want": [0, 2, 4, 14, 15, 26, 29, 41, 42, 44, 52, 58, 60, 66, 69, 76, 82], "wants": 5, "was": [0, 1, 9, 39, 41, 44, 83], "watc": 12, "way": [2, 15, 20, 25, 38, 41, 42, 44, 54, 59], "ways": [17, 44, 56, 62], "we": [2, 5, 14, 15, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webin": [73, 77], "webinars": [77, 79], "webs": 73, "week": [0, 69], "weekly": [0, 42], "weeks": [42, 69], "welcom": 20, "well": [11, 17, 62], "wer": [9, 15, 41, 42, 57, 70], "what": [0, 5, 15, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 20, 21, 26, 27, 28, 40, 41, 42, 44, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "wher": [1, 5, 8, 9, 15, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherever": 25, "whether": [9, 27, 41, 56, 60], "whic": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 42, 44, 46, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "whil": [10, 15, 42, 44, 56, 60, 62, 66, 71], "whiteboards": 2, "who": [5, 21, 28, 56, 62, 82], "whol": [15, 26], "wid": [26, 36, 62, 82], "wider": 82, "widget": 44, "widgets": 83, "wik": [57, 74], "wildcards": 8, "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 20, 25, 27, 28, 36, 37, 38, 40, 41, 42, 44, 45, 47, 49, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "win": 20, "window": [9, 12, 15, 16, 29, 46, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": 17, "wish": 60, "with": [0, 2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 21, 25, 27, 28, 36, 40, 41, 44, 45, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 81], "wordpress": 12, "words": [5, 38], "work": [15, 20, 36, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 81], "works": [27, 41], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 41, 69], "writabl": 42, "writes": 16, "writing": [20, 44, 49], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": [15, 36, 41], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "youruser": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00c8": [7, 12, 19, 20, 39, 41, 44, 80]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Indice", "L\u2019aggiornamento automatico", "Using the Command-Line Client", "Configuration File", "Conflitti", "Environment Variables", "FAQ", "Desktop Client", "Installazione", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Aggiorna i canali", "Utilizzo del client di sincronizzazione", "Accedere ai file di Nextcloud usando WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Gestire i file eliminati", "Sincronizzazione desktop e mobile", "Using server-side encryption", "Using external storage", "Using federation shares", "Effettuare caricamenti anonimi", "File e sincronizzazione", "Caricamenti di file di grandi dimensioni", "Managing your files", "Quota di archiviazione", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Controllo di versione", "Impostazione dei messaggi di assenza dall\u2019ufficio", "Usare l\u2019applicazione Calendario", "Using the Contacts app", "Groupware", "Utilizzo dell\u2019app Mail", "Sincronizzazione con Android", "Sincronizzazione con il desktop GNOME", "Sincronizzazione con iOS", "Sincronizzazione con KDE Kontact", "Sincronizzazione con macOS", "Sincronizzazione con Thunderbird", "Sincronizzazione con Windows 10", "Migrate data between instances", "Introduzione al manuale d\u2019uso di Nextcloud 35", "Gestisci browser e dispositivi connessi", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Accesso universale", "Usare l\u2019autenticazione a due fattori", "Impostare le proprie preferenze", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "AI": 1, "C": 12, "Con": 45, "L": 7, "La": 12, "Si": 26, "Su": 12, "abil": 44, "abilit": 12, "acced": 20, "accepting": 70, "access": [4, 26, 35, 36, 80, 81], "accessing": [20, 21, 22, 27], "account": [19, 44, 49], "actions": [15, 44], "activities": 0, "activity": [0, 21], "add": [42, 44], "adding": [27, 38, 42], "address": [42, 44], "advanced": 44, "affid": 12, "aggiorn": [7, 18], "aggiung": [35, 41, 44], "aggiunt": [19, 50], "alcun": 12, "alias": [15, 44], "alleg": 41, "altern": 50, "altri": 35, "ambient": 7, "an": [5, 38, 70, 72, 78], "and": [14, 20, 21, 36, 42, 57, 59, 60, 64, 66, 69, 72, 79, 83], "android": 45, "annull": 44, "anonim": 29, "another": 44, "anteprim": 21, "app": [0, 42, 44], "appearanc": 55, "applic": [19, 24, 41, 45, 81], "apps": 75, "appunt": 41, "archiv": [24, 33, 69], "arriv": 44, "as": [42, 44, 72], "assegn": 41, "assenz": 40, "assigning": 36, "assistant": 1, "assoc": 20, "at": 42, "attachments": 56, "attiv": 44, "aud": 60, "autent": 81, "automat": [7, 44], "automation": 44, "automatizz": 41, "avvis": 12, "azion": 44, "backends": 27, "background": 26, "backgrounds": 60, "ban": 69, "barr": 19, "bas": 7, "between": 52, "blocc": 44, "books": 42, "bots": 57, "breakout": [58, 60], "browser": [54, 60, 83], "browsing": 36, "by": 36, "calend": [41, 44, 59], "calendar": [41, 45, 47, 50, 51], "call": [60, 62, 64, 65, 72], "calls": 61, "camb": [12, 44], "canal": 18, "cancell": 44, "card": 75, "cardbook": 50, "caric": [10, 12, 29, 31], "cartell": [12, 21, 29, 44], "cas": 24, "casell": 44, "cestin": [41, 44], "chang": 27, "chat": [1, 55, 56, 66, 67, 72, 75], "chiav": 26, "cifr": 26, "cifratur": 26, "client": [8, 13, 19, 20, 25, 60, 81], "clients": 60, "cloud": 28, "codes": 81, "collaboration": 23, "collectives": [2, 3], "colleg": 35, "color": 44, "com": [12, 20, 24, 26, 44], "command": [8, 16], "commands": 57, "comments": 21, "compact": [44, 55], "compleann": 41, "component": 50, "comporr": 44, "compositor": 44, "condivid": [26, 41], "condivis": 24, "condivision": [19, 21, 35, 82], "condizion": 44, "configur": [19, 29, 41, 49, 58, 81], "configuration": [9, 15], "conflict": 15, "conflitt": 10, "connecting": 21, "conness": 54, "consent": 62, "consider": 81, "consigl": 50, "contact": 42, "contacts": 42, "contatt": [44, 45, 47, 50, 51], "context": 15, "continu": 12, "controll": [21, 39, 41], "controlling": 60, "convers": 41, "conversation": [69, 76, 78], "conversations": [55, 68, 69, 78], "corp": 44, "cos": 24, "cre": [5, 20, 41, 42, 44, 75], "creates": 5, "creating": [21, 28, 35, 36, 41, 69, 78], "creazion": 41, "credential": 8, "credits": 51, "curl": 20, "cyberduck": 20, "d": 53, "daily": 0, "dashboard": [44, 69, 83], "dat": [52, 82], "debug": 15, "deck": 75, "deleg": 44, "delegation": [41, 44], "denomin": 39, "depos": 29, "desktop": [13, 19, 20, 25, 46, 60], "destinatar": 44, "details": 21, "detection": 27, "devic": 38, "dimension": 31, "disabilit": 26, "discussion": 41, "disk": 11, "displaying": 38, "disponibil": 41, "disposabl": 69, "disposit": [20, 54], "dolphin": 20, "domand": 26, "download": [14, 60], "downloaded": 15, "driv": 20, "due": 81, "duplic": [41, 42], "during": 60, "e2e": 38, "edit": 42, "editing": [41, 76], "editor": 19, "effettu": 29, "elimin": [24, 39, 41, 44], "email": [0, 28, 72], "emoj": 66, "enabling": 38, "encrypting": 38, "encryption": [26, 34, 38], "end": 38, "environment": 11, "esemp": 10, "esport": 41, "esser": 26, "event": [41, 44], "events": 59, "everyon": 5, "exampl": 8, "exclud": 8, "expiration": 69, "explorer": 20, "extensions": 15, "external": 27, "factor": 81, "faq": 12, "fattor": 81, "favor": 42, "favorites": 44, "features": 15, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "festiv": 41, "fil": [9, 12, 15, 19, 20, 21, 24, 26, 27, 29, 30, 31, 35, 45], "files": [0, 4, 15, 20, 21, 22, 27, 32, 36, 56, 71], "filter": 69, "filtering": [0, 21], "filtr": 44, "filtragg": 44, "finder": 15, "finestr": 19, "first": [2, 5], "fisic": 81, "fluss": 7, "folder": [38, 44], "follow": 44, "for": [41, 77], "frequency": 0, "frequent": 26, "from": [27, 59, 71, 75], "full": [60, 72], "funzion": 12, "funzional": 12, "general": [17, 19], "gest": [24, 41, 44, 54], "gestor": 20, "getting": 2, "global": 82, "gnom": 46, "grand": 31, "grid": [21, 65], "group": [26, 69], "groups": 42, "groupw": 43, "grupp": 35, "guest": 72, "hand": 60, "handling": 8, "history": 1, "how": 5, "ia": 44, "icon": [19, 21], "ics": 41, "if": 81, "ignor": 19, "immediately": 60, "import": 41, "importing": 42, "impost": [19, 40, 41, 44, 82], "inclus": 80, "indesider": 44, "indic": 6, "indicators": 15, "indirizz": 44, "inform": 44, "information": 42, "initial": 14, "inserting": 66, "install": [8, 14], "instances": 52, "instructions": 17, "integr": 44, "integrating": 75, "integration": [15, 44, 59, 71], "intelligent": 44, "interacting": 76, "interfac": [21, 83], "interfacc": 12, "intern": [35, 44], "interromp": 12, "into": 75, "introdu": 53, "introduction": 5, "introductions": 5, "invit": 41, "invitation": [44, 70], "invitations": 44, "ios": 47, "is": 26, "iscriv": 41, "iscrizion": 44, "issues": 15, "items": 42, "join": [60, 72], "joining": [60, 72], "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "known": 15, "kontact": 48, "lavor": [7, 41], "layout": [44, 65], "lettor": 21, "level": 15, "levels": 36, "lim": 82, "lin": [8, 16], "lingu": 12, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "liv": 64, "lobby": 79, "local": 12, "locking": 15, "logging": 15, "los": 81, "low": 11, "macos": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "manag": [58, 62], "manager": 19, "managing": [32, 36, 41, 42, 69], "manual": 53, "manually": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "menu": 15, "menzion": 44, "merging": 42, "messag": 75, "messages": [55, 66, 69, 75, 76], "messagg": [40, 44], "metod": 50, "microsoft": 20, "migr": 52, "minimizz": 44, "mnemonic": 38, "mobil": [20, 25, 45, 60], "mod": [12, 44], "modal": 44, "moderators": 77, "modif": [12, 26, 41, 44, 54], "modific": 12, "montagg": 20, "mor": 66, "multipl": 42, "nativ": 44, "nautilus": 20, "navig": 80, "navigating": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [20, 69], "notif": 45, "notification": 0, "notifications": [1, 41, 69], "nuov": [19, 41, 44], "of": 55, "on": [14, 76], "onboard": 5, "one": 69, "open": 78, "oper": 44, "options": [16, 42], "opzion": 41, "or": [42, 60, 72], "orar": 41, "ordin": 44, "organiz": 42, "other": 72, "our": 5, "own": [5, 27], "ownership": 37, "pag": 5, "panoram": 10, "parent": 5, "part": 20, "partecip": 41, "participants": [60, 69], "password": [26, 54], "personal": 1, "phishing": 44, "pianific": 26, "picker": 66, "pickers": 1, "pictur": 42, "pinning": 76, "polls": 56, "possibil": 26, "possibl": 26, "post": 44, "posticip": 44, "preferent": 82, "prenot": 41, "preven": 7, "prevenzion": 7, "prioritar": 44, "priv": [26, 69], "privacy": 69, "problem": [20, 49], "process": 26, "profil": [82, 83], "programm": 44, "progress": 41, "project": 5, "promemor": [41, 44], "proposal": 41, "proposals": 41, "proposed": 41, "propr": [35, 41, 82], "prossim": 26, "provider": 15, "pubblic": [20, 35, 41], "punt": 41, "pu\u00f2": [26, 82], "quand": 12, "quick": 44, "quot": [24, 33], "rais": 60, "reactions": 60, "reattiv": 80, "record": 60, "recording": 62, "recovery": [26, 81], "recuper": 26, "refresh": 44, "reminder": 76, "remov": 42, "replying": 66, "requis": [14, 83], "responding": 41, "ret": 19, "ricerc": 44, "ricorrent": 41, "riepilog": 44, "rig": 20, "rilev": 44, "ripristin": 26, "risolu": 49, "risors": [20, 35, 41], "rispond": 41, "risponditor": 44, "rispost": [20, 44], "roles": 42, "rooms": [58, 60], "rss": 0, "rubric": 82, "running": 1, "s": 2, "sal": 41, "schedul": 59, "scheduling": 66, "screen": [60, 63, 72], "searc": [44, 76, 83], "searching": 21, "second": 81, "security": 34, "selezion": 21, "self": 69, "sending": [44, 66, 70], "senz": [26, 45], "server": [12, 14, 26, 44], "set": 60, "setting": 76, "settings": [0, 1, 72, 83], "setup": 14, "shar": [21, 28, 35, 72, 75], "shared": [42, 44], "shares": [28, 35], "sharing": [15, 23, 26, 27, 35, 41, 56, 63], "shortcuts": 44, "sicurezz": 44, "sid": 26, "sideb": [0, 21], "silent": 66, "sincronizz": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "sistem": 14, "smart": [1, 66], "sol": 50, "soluzion": 20, "son": [12, 24], "sort": 44, "sottodirectory": 12, "sottoscr": 41, "sovrappost": 19, "spac": 11, "spaz": 24, "speaker": 65, "specif": 54, "sperimental": 10, "spost": [12, 21, 26, 44], "stanz": 41, "start": 60, "started": 2, "starting": [60, 72], "stat": [19, 21, 41], "status": 15, "step": 5, "steps": 2, "storag": 27, "stream": 0, "subfolder": 44, "succed": 24, "summary": [0, 66], "supported": [14, 15, 27], "sync": 15, "system": 36, "tag": [36, 44], "tags": 36, "talk": [41, 59, 60, 69, 71, 73], "task": 1, "tasks": 75, "tastier": 80, "team": [5, 42], "teams": 42, "tem": 80, "templ": 5, "tent": 12, "terz": 20, "test": 44, "the": [0, 5, 8, 15, 21, 26, 38, 42, 60, 83], "thread": 44, "threaded": 76, "thunderbird": 50, "tim": 42, "tlsv1": 51, "to": [5, 21, 36, 38, 41, 42, 66, 69], "together": 5, "token": 81, "tracc": 12, "traduzion": 44, "tram": [20, 80], "transcription": 64, "transfer": 37, "translation": 64, "trasparent": 41, "troubleshooting": [15, 51], "tutt": 44, "uffic": 40, "ufficial": 20, "unified": [44, 83], "uninstallation": 17, "universal": 80, "up": [44, 60], "uploading": 21, "usag": 8, "usand": 20, "usar": [26, 41, 50, 81], "uscit": 44, "use": [2, 44], "using": [0, 8, 15, 21, 26, 27, 28, 38, 42, 66], "uso": 53, "utent": [12, 19, 26, 35, 41], "utilizz": [19, 44], "variables": 11, "ved": 82, "ven": 12, "veng": 12, "version": 39, "versions": 14, "via": 28, "vide": [21, 60], "view": [21, 55, 65, 78], "viewing": [0, 41], "virtual": 42, "visualizz": 44, "vogl": 12, "vorre": 12, "web": [21, 83], "webdav": 20, "webin": 79, "what": 2, "why": 2, "widget": 41, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 42, 59, 75, 76], "you": 81, "your": [0, 5, 21, 22, 27, 32, 42, 69, 81], "zoom": 80, "\u00c8": 26}}) \ No newline at end of file diff --git a/server/latest/user_manual/ja_JP/contents.html b/server/latest/user_manual/ja_JP/contents.html index e2054c4d4e5..ef6d092d87a 100644 --- a/server/latest/user_manual/ja_JP/contents.html +++ b/server/latest/user_manual/ja_JP/contents.html @@ -179,6 +179,7 @@
                            • Installation
                            • Uninstallation
                            • Using the Synchronization Client
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ja_JP/desktop/autoupdate.html b/server/latest/user_manual/ja_JP/desktop/autoupdate.html index f3cbf52c19b..50bf99e527e 100644 --- a/server/latest/user_manual/ja_JP/desktop/autoupdate.html +++ b/server/latest/user_manual/ja_JP/desktop/autoupdate.html @@ -83,6 +83,7 @@
                            • Installation
                            • Uninstallation
                            • Using the Synchronization Client
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ja_JP/desktop/commandline.html b/server/latest/user_manual/ja_JP/desktop/commandline.html index 9dc5e5e04c6..f8387a4ef00 100644 --- a/server/latest/user_manual/ja_JP/desktop/commandline.html +++ b/server/latest/user_manual/ja_JP/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
                            • Installation
                            • Uninstallation
                            • Using the Synchronization Client
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                              • Install
                              • Usage
                              • @@ -256,7 +257,7 @@

                                Example
                                diff --git a/server/latest/user_manual/ja_JP/desktop/configfile.html b/server/latest/user_manual/ja_JP/desktop/configfile.html index 44b30697a62..6a9d8f66408 100644 --- a/server/latest/user_manual/ja_JP/desktop/configfile.html +++ b/server/latest/user_manual/ja_JP/desktop/configfile.html @@ -83,6 +83,7 @@
                              • Installation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/conflicts.html b/server/latest/user_manual/ja_JP/desktop/conflicts.html index bf636cef2bd..ec0dadac615 100644 --- a/server/latest/user_manual/ja_JP/desktop/conflicts.html +++ b/server/latest/user_manual/ja_JP/desktop/conflicts.html @@ -83,6 +83,7 @@
                              • Installation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/envvars.html b/server/latest/user_manual/ja_JP/desktop/envvars.html index 576ea43d8fb..6e390355b26 100644 --- a/server/latest/user_manual/ja_JP/desktop/envvars.html +++ b/server/latest/user_manual/ja_JP/desktop/envvars.html @@ -83,6 +83,7 @@
                              • Installation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/faq.html b/server/latest/user_manual/ja_JP/desktop/faq.html index 8ced003af46..57d02e58e9d 100644 --- a/server/latest/user_manual/ja_JP/desktop/faq.html +++ b/server/latest/user_manual/ja_JP/desktop/faq.html @@ -83,6 +83,7 @@
                              • Installation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/index.html b/server/latest/user_manual/ja_JP/desktop/index.html index 8af4137aa89..991aae0355a 100644 --- a/server/latest/user_manual/ja_JP/desktop/index.html +++ b/server/latest/user_manual/ja_JP/desktop/index.html @@ -83,6 +83,7 @@
                              • Installation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • @@ -132,6 +133,7 @@

                                Desktop ClientInstallation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/installation.html b/server/latest/user_manual/ja_JP/desktop/installation.html index ec7b5a034cf..139eb79f13f 100644 --- a/server/latest/user_manual/ja_JP/desktop/installation.html +++ b/server/latest/user_manual/ja_JP/desktop/installation.html @@ -91,6 +91,7 @@
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/macosfileprovider.html b/server/latest/user_manual/ja_JP/desktop/macosfileprovider.html new file mode 100644 index 00000000000..bbf93d5a2e4 --- /dev/null +++ b/server/latest/user_manual/ja_JP/desktop/macosfileprovider.html @@ -0,0 +1,824 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                + + +
                                + +
                                + +
                                +
                                +
                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                + + + +
                                +
                                +
                                ☁️ Versions
                                + +
                                + + 35 (latest) + +
                                + +
                                + + 34 (stable) + +
                                + +
                                + + 33 + +
                                + +
                                + + 32 + +
                                + +
                                +
                                +
                                + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/ja_JP/desktop/macosvfs.html b/server/latest/user_manual/ja_JP/desktop/macosvfs.html index 9ff2c5f3ef0..497d7f7af97 100644 --- a/server/latest/user_manual/ja_JP/desktop/macosvfs.html +++ b/server/latest/user_manual/ja_JP/desktop/macosvfs.html @@ -1,796 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                - - -
                                - -
                                - -
                                -
                                -
                                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                - - - -
                                -
                                -
                                ☁️ Versions
                                - -
                                - - 35 (latest) - -
                                - -
                                - - 34 (stable) - -
                                - -
                                - - 33 - -
                                - -
                                - - 32 - -
                                - -
                                -
                                -
                                - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/ja_JP/desktop/options.html b/server/latest/user_manual/ja_JP/desktop/options.html index f3efc39b4e5..ef7cdedece3 100644 --- a/server/latest/user_manual/ja_JP/desktop/options.html +++ b/server/latest/user_manual/ja_JP/desktop/options.html @@ -83,6 +83,7 @@
                              • Installation
                              • Uninstallation
                              • Using the Synchronization Client
                              • +
                              • Using the macOS File Provider
                              • Using the Command-Line Client
                              • Command-Line Options
                              • Configuration File
                              • diff --git a/server/latest/user_manual/ja_JP/desktop/uninstallation.html b/server/latest/user_manual/ja_JP/desktop/uninstallation.html index 0f5074a8cf7..b756255ecb6 100644 --- a/server/latest/user_manual/ja_JP/desktop/uninstallation.html +++ b/server/latest/user_manual/ja_JP/desktop/uninstallation.html @@ -91,6 +91,7 @@

                            • Using the Synchronization Client
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ja_JP/desktop/updatechannel.html b/server/latest/user_manual/ja_JP/desktop/updatechannel.html index f1e503c2f93..606fecaf8bf 100644 --- a/server/latest/user_manual/ja_JP/desktop/updatechannel.html +++ b/server/latest/user_manual/ja_JP/desktop/updatechannel.html @@ -83,6 +83,7 @@
                            • Installation
                            • Uninstallation
                            • Using the Synchronization Client
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ja_JP/desktop/usage.html b/server/latest/user_manual/ja_JP/desktop/usage.html index 6d88ee9970f..e02c2e706ac 100644 --- a/server/latest/user_manual/ja_JP/desktop/usage.html +++ b/server/latest/user_manual/ja_JP/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
                            • General Window
                            • Using the Network Window
                            • Using the Ignored Files Editor
                            • -
                            • Virtual Files on macOS -
                            +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • @@ -382,15 +379,6 @@

                            Using the Network Window -

                            Virtual Files on macOS

                            -

                            For information about using virtual files integration on macOS, see:

                            - - @@ -398,7 +386,7 @@

                            Virtual Files on macOS

                            diff --git a/server/latest/user_manual/ja_JP/objects.inv b/server/latest/user_manual/ja_JP/objects.inv index f94a52bc96e..87ed4a160c6 100644 Binary files a/server/latest/user_manual/ja_JP/objects.inv and b/server/latest/user_manual/ja_JP/objects.inv differ diff --git a/server/latest/user_manual/ja_JP/searchindex.js b/server/latest/user_manual/ja_JP/searchindex.js index dfbb7ccc24a..0a12fa9ebdc 100644 --- a/server/latest/user_manual/ja_JP/searchindex.js +++ b/server/latest/user_manual/ja_JP/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Android \u3068\u306e\u540c\u671f": [[45, null]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u300f busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cyberduck \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-cyberduck"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \u300cEdit locally\u300d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Linux \u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067 WebDAV \u30de\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Linux\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Microsoft Windows\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u65b9\u6cd5": [[20, "accessing-files-using-microsoft-windows"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus \u30d5\u30a1\u30a4\u30eb\u30de\u30cd\u30fc\u30b8\u30e3\u30fc": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 \u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb \u306f\u3058\u3081\u306b": [[53, null]], "Nextcloud \u306e\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u5229\u7528\u3057\u306a\u3044\u5834\u5408": [[45, "without-the-nextcloud-mobile-app"]], "Nextcloud \u306e\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u5229\u7528\u3059\u308b\u5834\u5408": [[45, "with-the-nextcloud-mobile-app"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS \u30d5\u30a3\u30fc\u30c9": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "WebDAV \u3092\u4f7f\u7528\u3057\u3066 Nextcloud \u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, null]], "WebDAV \u7d4c\u7531\u3067\u516c\u958b\u5171\u6709\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-public-shares-over-webdav"]], "Webinar and lobby": [[79, null]], "Web\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u8981\u4ef6": [[83, "web-browser-requirements"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "WinSCP \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-winscp"]], "Windows": [[7, "windows"], [17, "windows"]], "Windows Explorer \u3067\u30c9\u30e9\u30a4\u30d6\u3092\u30de\u30c3\u30d4\u30f3\u30b0\u3059\u308b": [[20, "mapping-drives-with-windows-explorer"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "cURL \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-curl"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "macOS \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-macos"]], "\u300c\u524a\u9664\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u300d\u30a2\u30d7\u30ea\u306b\u3088\u308b\u30b9\u30c8\u30ec\u30fc\u30b8\u5bb9\u91cf\u306e\u7ba1\u7406": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u306e\u30d5\u30a3\u30eb\u30bf\u30fc": [[0, "filtering-activities"]], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea\u306e\u4f7f\u7528": [[0, null]], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b9\u30c8\u30ea\u30fc\u30e0\u306e\u8868\u793a": [[0, "viewing-your-activity-stream"]], "\u30af\u30a9\u30fc\u30bf": [[24, "quotas"]], "\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067\u30c9\u30e9\u30a4\u30d6\u3092\u30de\u30c3\u30d4\u30f3\u30b0\u3059\u308b": [[20, "mapping-drives-with-the-command-line"]], "\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u76ee\u6b21": [[6, null]], "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u306eWebDAV\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [[20, "third-party-webdav-clients"]], "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u304a\u3088\u3073\u30e2\u30d0\u30a4\u30eb\u3067\u306e\u540c\u671f": [[25, null]], "\u30d3\u30c7\u30aa\u30d7\u30ec\u30a4\u30e4\u30fc": [[21, "video-player"]], "\u30d5\u30a1\u30a4\u30eb\u3068\u901a\u77e5": [[45, "files-and-notifications"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30a4\u30c9\u30d0\u30fc\u3067\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3": [[0, "activity-in-the-files-sidebar"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u30d7\u30ec\u30d3\u30e5\u30fc": [[21, "previewing-files"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u64cd\u4f5c": [[21, "file-controls"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u79fb\u52d5": [[21, "moving-files"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406": [[32, null]], "\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9": [[22, null]], "\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u306e\u9078\u629e": [[21, "selecting-files-or-folders"]], "\u30d5\u30a1\u30a4\u30eb\uff08Files\uff09\u3068\u540c\u671f": [[30, null]], "\u30e1\u30fc\u30eb\u901a\u77e5\u306e\u983b\u5ea6": [[0, "email-notification-frequency"]], "\u30e2\u30d0\u30a4\u30eb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [[25, "mobile-clients"]], "\u516c\u5f0f\u306eNextcloud\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u304a\u3088\u3073\u30e2\u30d0\u30a4\u30eb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "\u5171\u6709\u30d5\u30a1\u30a4\u30eb\u304c\u524a\u9664\u3055\u308c\u305f\u5834\u5408\u306e\u52d5\u4f5c": [[24, "what-happens-when-shared-files-are-deleted"]], "\u5171\u6709\u72b6\u614b\u30a2\u30a4\u30b3\u30f3": [[21, "sharing-status-icons"]], "\u524a\u9664\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406": [[24, null]], "\u554f\u984c": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\u56de\u7b54": [[20, "answer"]], "\u5927\u5bb9\u91cf\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9": [[31, null]], "\u65e2\u77e5\u306e\u554f\u984c": [[20, "known-issues"], [20, "known-problems"]], "\u6bce\u65e5\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b5\u30de\u30ea\u30fc": [[0, "daily-activity-summary"]], "\u7d71\u5408\u691c\u7d22": [[83, "unified-search"]], "\u89e3\u6c7a\u7b56": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u89e3\u6c7a\u7b56 1": [[20, "solution-1"]], "\u89e3\u6c7a\u7b56 2": [[20, "solution-2"]], "\u901a\u77e5\u8a2d\u5b9a": [[0, "notification-settings"]], "\u9023\u7d61\u5148\u3068\u30ab\u30ec\u30f3\u30c0\u30fc": [[45, "contacts-and-calendar"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"!\u300d": 19, "\"$": 17, "\"%": 12, "\"*": 17, "\"<": 20, "\">": 20, "\"?": 20, "\"\\\"": 12, "##": 66, "$home": [7, 9, 17], "%.": 33, "%\\": [9, 17], "%appdata": [9, 17], "&arch": 8, "&keywords": 8, "&searchon": 8, "')": 20, "(calendar": 49, "(contacts": 49, "(default": 11, "(e": [8, 41], "(far": 83, "(for": 47, "(general": 19, "(kubuntu": 19, "(like": 81, "(of": 7, "(optional": 20, "(or": 4, "(replace": 47, "(s": [9, 42, 82], "(server": 50, "(top": 83, "(ubuntu": 19, "),": [10, 17, 19, 20, 41, 42, 44, 46, 50, 69, 81], ").": [2, 4, 7, 9, 10, 12, 16, 19, 20, 42, 44, 45, 47, 50, 58, 59, 64, 69, 81, 83], "):": 41, ")\u3001": 20, ")\u3002": 45, ")\u300d": [41, 51], "**": 66, "*.": 8, "*bold": 66, "*\u300d": 44, "+%d": 20, ", for": 48, "-%": 20, "--": 66, "->": 48, "-account": 15, "-added": 12, "-administrator": 82, "-and": 1, "-app": 41, "-authentication": 45, "-available": 20, "-background": 16, "-bar": [58, 62], "-based": [7, 8, 57, 81], "-block": 66, "-busy": 41, "-by": [14, 47], "-bytes": 20, "-called": 82, "-catching": 19, "-changes": 12, "-circles": 19, "-click": [14, 15, 19, 20, 35, 48, 63], "-client": [8, 43], "-clients": [8, 20], "-cmd": 8, "-compatibility": 12, "-compatible": [27, 41], "-confdir": 16, "-contact": 45, "-conversation": 60, "-dates": 12, "-day": 41, "-defined": 42, "-desktop": [8, 17], "-devs": 8, "-do": 69, "-document": 12, "-dot": [21, 27, 36, 44, 60, 65], "-down": 12, "-droid": 45, "-eml": 12, "-encrypted": 49, "-end": [26, 30, 34], "-event": 41, "-exclude": [8, 19], "-explanatory": 42, "-facing": [60, 82], "-factor": [6, 46, 50, 51, 54, 82], "-file": 36, "-files": [12, 41], "-fill": 56, "-filled": 44, "-fledged": 50, "-focused": 14, "-forth": 1, "-free": 60, "-generated": [1, 41, 44], "-get": 20, "-granular": 41, "-h": 8, "-header": 20, "-hierarchical": 2, "-hoc": 69, "-httpproxy": 8, "-in": [17, 20, 21, 26, 44, 46, 69, 82], "-indexer": 12, "-interactive": [8, 14], "-it": 51, "-knowledge": 12, "-level": [2, 16, 26], "-line": [6, 13, 14, 36], "-link": 21, "-locally": 9, "-logdebug": 16, "-logdir": 16, "-logexpire": 16, "-logfile": 16, "-logflush": 16, "-logwindow": 16, "-mail": 41, "-managed": [14, 27], "-management": 12, "-max": 8, "-modification": 12, "-n": 8, "-nextcloud": 19, "-non": 8, "-of": [6, 12, 43, 69], "-office": [6, 12, 43, 69], "-on": 41, "-one": [41, 66], "-only": [27, 38, 41, 42, 60, 77], "-ordered": 44, "-out": [26, 44, 69], "-overhauls": 12, "-p": 8, "-party": [20, 26, 41], "-password": [8, 48, 49], "-path": 8, "-performance": 64, "-populated": 19, "-powered": 1, "-related": [1, 15], "-release": 12, "-releases": 18, "-requested": 20, "-retries": 8, "-rich": 50, "-right": 1, "-s": 8, "-screen": [60, 73], "-server": [28, 35], "-servers": 41, "-set": 41, "-share": [26, 33], "-sharing": 29, "-side": [15, 27, 30, 34, 44, 49], "-signed": 49, "-silent": 8, "-solves": 12, "-source": 20, "-specific": [6, 15, 27, 81], "-step": [14, 47], "-style": 43, "-sync": 8, "-talk": 60, "-term": [1, 18], "-time": [41, 64, 81], "-to": [30, 34, 44, 60, 66], "-trust": 8, "-u": 8, "-unsyncedfolders": 8, "-up": 7, "-update": 7, "-updater": 7, "-updates": 42, "-url": [28, 35], "-use": 81, "-used": 20, "-user": [4, 8], "-view": 41, "-way": 25, "-wide": [10, 26, 36, 62], "-with": 20, "-x": 17, ".)": [19, 26, 27, 66], ".*": 16, ".,": [8, 47], "..": [44, 66, 69, 71, 72, 74, 75, 76], "...": 8, ".:": 8, ".alpinelinux": 8, ".cfg": [7, 9, 12, 17], ".collectives": 4, ".com": [8, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], ".conf": 12, ".davfs": 20, ".db": 8, ".debian": 8, ".desktopclient": [9, 17], ".e": [2, 16, 47], ".eml": 12, ".every": 41, ".example": [20, 35, 41, 45, 70], ".exe": [12, 20], ".fedoraproject": 8, ".g": [4, 8, 19, 41, 45, 49], ".ics": 41, ".inotify": 12, ".jpg": 20, ".log": 20, ".lst": [8, 19], ".max": 12, ".net": 8, ".nextcloud": [9, 17], ".org": [8, 20, 47], ".pem": 20, ".php": [20, 24, 41, 45, 47], ".plist": 17, ".reddit": 51, ".txt": [10, 20], ".ubuntu": 8, ".wordpress": 12, ".y": 17, ".yourdomain": [20, 49], ".z": 17, ".\u300d": [12, 26, 44], "/#": [8, 20], "/$": 20, "/+": 8, "/.": [7, 9, 17, 20], "/<": [8, 20, 41], "/>": 20, "/[": [8, 39], "/activity": 0, "/application": 17, "/apps": [0, 41], "/blog": 12, "/busy": [40, 41], "/caches": 17, "/calendar": 41, "/carddav": [43, 49], "/cifs": 27, "/client": 8, "/com": [9, 17], "/comments": 51, "/community": 8, "/contacts": 49, "/containers": [9, 17], "/crashreporter": 17, "/data": [9, 17], "/dav": [20, 45, 47], "/davfs": 20, "/debian": 19, "/disable": [19, 60], "/edge": 8, "/embed": 41, "/etc": [12, 20], "/event": 41, "/files": 20, "/folder": 35, "/font": 80, "/fs": 12, "/fstab": 20, "/group": 17, "/help": 57, "/index": 41, "/inotify": 12, "/install": [8, 20, 73], "/kfy": 20, "/launchagents": 17, "/library": [9, 17], "/macos": 51, "/max": 12, "/media": 8, "/music": 8, "/my": 8, "/mycertificate": 20, "/mynextcloud": 48, "/nextcloud": [7, 8, 9, 12, 17, 20, 51], "/nextcloudusername": 20, "/nkujuxuj": 17, "/ns": 20, "/package": 8, "/participant": 41, "/pkgs": 8, "/plain": 20, "/pop": 43, "/preferences": [9, 17, 41], "/principals": 47, "/public": 20, "/r": 51, "/recipient": 44, "/remote": [20, 45, 47], "/remove": 20, "/resume": 19, "/roll": 57, "/s": [20, 35], "/save": 46, "/search": 8, "/source": 20, "/ssl": 20, "/sys": 12, "/sysctl": 12, "/target": 20, "/team": 69, "/thread": 44, "/token": [46, 48, 49], "/ubuntu": [8, 20], "/unmute": 60, "/unset": 44, "/user": [8, 20], "/username": [20, 47], "/users": 47, "/using": 51, "/vcard": 42, "/video": 73, "/welcome": 20, "/wiki": 57, "/windows": 20, "/write": 41, "/x": 8, "/yxcfkrwbjqyyzp": 35, "/~": 8, "/\u2026": 12, "0f": 20, "0fee": 20, "0x": 20, "1f": 20, "1\u3064": [20, 53], "1\u901a": 0, "2d": 20, "2f": 81, "2fa": [45, 46, 49, 81], "2mb": 31, "2nd": 81, "2\u3064": 45, "3a": 20, "3b": 17, "3rd": 41, "4gb": 20, "5e": 20, "5rcypb": 51, "5sm": 20, "9lek": 20, ":\"": 20, ":/": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], ":\\": 12, ":]": 8, ":collection": 20, ":d": 20, ":getcontentlength": 20, ":getcontenttype": 20, ":getetag": 20, ":getlastmodified": 20, ":href": 20, ":multistatus": 20, ":oc": 20, ":pass": 20, ":prop": 20, ":propstat": 20, ":quota": 20, ":resourcetype": 20, ":response": 20, ":s": 20, ":scan": 27, ":secret": 8, ":status": 20, ":youruser": 20, ";*": 16, "\n<": 20, ">\"": 20, ">-": 41, ">/": [20, 41], ">:": [8, 20], ">@": [8, 28, 35, 41], ">http": 20, ">text": 20, ">tue": 20, "?keywords": 8, "?suite": 8, "?\u300d": 44, "@=": 12, "@cloud": [35, 41, 70], "@pass": 8, "@server": 8, "@ssl": 20, "[general": [9, 12], "[nextcloud": 9, "[proxy": 9, "[x": 66, "\\\"": 12, "\\\\": [12, 20], "\\command": 12, "\\currentcontrolset": 20, "\\currentversion": 12, "\\dav": 20, "\\hkey": 12, "\\microsoft": 12, "\\nc": 12, "\\nextcloud": [7, 9, 17, 20], "\\open": 12, "\\parameters": 20, "\\policies": 7, "\\propertyhandlers": 12, "\\propertysystem": 12, "\\remote": 20, "\\services": 20, "\\shell": 12, "\\software": [7, 12], "\\system": 20, "\\webclient": 20, "\\windows": 12, "]/": 39, "]thumbs": 8, "_\"": 17, "_*": 8, "__": 66, "_address": 8, "_application": 51, "_been": 8, "_blacklist": 11, "_bytes": 11, "_chunk": 11, "_classes": 12, "_conflict": 10, "_created": 8, "_critical": 11, "_current": 7, "_files": 10, "_folder": 8, "_free": 11, "_has": 8, "_http": 11, "_local": [7, 12, 20], "_locks": 20, "_logging": 16, "_machine": [7, 12, 20], "_max": 11, "_min": 11, "_obligation": 24, "_openai": 44, "_parallel": 11, "_password": 8, "_path": 20, "_pp": 20, "_push": 15, "_retention": 24, "_root": 12, "_rules": 16, "_size": 11, "_space": 11, "_sync": 8, "_that": 8, "_the": 51, "_time": 11, "_timeout": 11, "_transcription": 64, "_upload": 10, "_user": [7, 8, 12], "_username": 20, "_versions": 39, "_watches": 12, "_windows": 51, "_with": 51, "`_": 20, "``": [17, 20, 66], "aa": 80, "aaa": 80, "ability": [12, 44], "able": [12, 19, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "about": [5, 15, 19, 21, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "above": [19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absence": [40, 41, 44, 69], "absences": 41, "absent": 40, "accelerate": 15, "accept": [35, 37, 44, 70], "acceptance": [35, 37, 44], "accepted": [37, 41], "accepting": [41, 73], "access": [1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessible": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [22, 30, 69], "accidentally": 41, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [42, 44, 46, 47, 51], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 44, 62], "actionable": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activate": [42, 80], "active": [44, 65], "activities": [19, 59], "activity": [9, 12, 14, 19, 54, 82, 83], "actual": 15, "ad": 69, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "addition": [19, 20, 42, 76, 82], "additional": [13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": 69, "additions": 42, "address": [6, 7, 8, 9, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": 44, "addressbooks": [42, 51], "addresses": [41, 42, 60], "adds": [5, 41, 42, 44], "adjust": [9, 19, 20, 82], "adjustable": 35, "adjusted": [11, 15, 39], "adjusting": [12, 35], "adjustments": 10, "adjusts": 9, "admin": [13, 14, 42, 44], "administer": 82, "administration": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrative": [7, 35, 37], "administrator": [1, 14, 21, 26, 27, 29, 33, 35, 36, 37, 38, 41, 42, 44, 57, 66, 70, 74, 80, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanced": [14, 41, 47, 50, 51], "advantage": 12, "advise": 14, "advising": 26, "affected": 44, "affecting": 44, "affects": 4, "after": [9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 12, 21, 26, 39, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18, 33, 81], "agenda": [44, 57], "agendas": 57, "aggregate": 42, "aging": 33, "ai": [6, 66], "aid": 80, "aim": 80, "airplanes": 57, "aliases": [44, 52], "alice": 41, "align": 69, "alike": 69, "all": [1, 2, 5, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [7, 12, 15, 20, 29, 33, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowance": 42, "allowed": [8, 15, 20, 42, 60, 62], "allowing": [35, 41, 44, 75], "allows": [7, 15, 28, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabetical": 42, "alpine": 8, "already": [2, 10, 14, 19, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternative": 29, "alternatively": [2, 12, 14, 60], "always": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "am": 41, "amazon": [20, 27], "amount": 12, "an": [2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyzed": 44, "and": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 33, 37, 38, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "anonymous": [23, 30, 56], "another": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "any": [1, 7, 8, 14, 15, 19, 21, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyone": [66, 82], "anything": [12, 26, 48, 82], "anytime": [28, 62], "anywhere": [44, 46], "apache": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 45, 46, 48, 49, 50, 51, 52, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparent": 51, "appear": [2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 51, 59, 69, 70, 82], "appearance": [15, 44, 68, 73, 83], "appearing": 27, "appears": [15, 19, 21, 36, 44, 64, 66], "appimage": [12, 14, 17], "appimagelauncher": 12, "apple": [15, 20, 41, 49, 83], "applet": 48, "applicable": 10, "application": [7, 14, 16, 19, 20, 27, 41, 42, 46, 47, 60, 63, 72], "applications": [6, 17, 41, 42, 48, 49, 82], "applied": [19, 36, 44], "applies": [42, 69], "apply": [15, 36, 40, 44], "appointment": [48, 52], "appointments": 44, "appropriate": [51, 76], "approximately": 9, "apps": [15, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "apt": [17, 20], "arbitrary": 19, "archive": [8, 21], "archived": 69, "archives": 14, "are": [1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "area": [19, 41, 60], "around": [36, 42], "arrives": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "artificial": 1, "as": [1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 19, 26, 27, 41, 44, 45, 50, 62, 66], "asked": [35, 37], "asking": 28, "asks": 40, "assign": [36, 58, 69], "assigned": [36, 44, 58], "assigning": 21, "assignment": 58, "assistant": [6, 66], "assistive": 80, "associated": 19, "assuming": 15, "asterisk": 19, "at": [1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": 36, "attached": 44, "attachment": 41, "attachments": [29, 44, 67, 73], "attempt": [14, 44], "attempting": 10, "attempts": [44, 51], "attendee": 41, "attendees": 52, "attention": 10, "attribute": 82, "audio": [21, 62, 72, 73], "auth": 81, "authenticate": 20, "authentication": [6, 20, 27, 44, 46, 50, 51, 54, 82], "authenticator": 81, "author": 10, "authorities": 20, "auto": [7, 20, 41, 42, 44, 56], "autocompletion": 37, "automated": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autoresponder": 40, "autoupdater": 7, "availability": [19, 40, 69], "available": [1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 26, 27, 35, 39, 40, 41, 42, 44, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 69], "avatars": [42, 44], "avoid": 15, "away": [19, 41, 48, 69], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72, 80], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badge": [10, 21], "bandwidth": 19, "banned": 69, "banner": 26, "bar": [1, 19, 21, 41, 44, 48, 60, 64, 65, 69, 72, 76, 83], "base": [10, 45], "based": [44, 80, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "batch": 42, "be": [1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 27, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "because": [7, 12, 15, 19, 20, 26, 38, 44, 46], "become": 10, "becomes": [42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 26, 35, 41, 42, 44, 57, 69, 81], "before": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behave": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 37, 42, 60], "bell": 83, "belongs": 42, "below": [9, 10, 11, 17, 19, 26, 33, 41, 42, 44, 51, 65], "beside": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "big": 41, "bin": [21, 26, 33, 42], "binary": [8, 15], "birthdays": 41, "bit": 12, "bits": 14, "bitv": 80, "blacklisted": [11, 19], "block": 44, "blockquote": 66, "blocks": 41, "blue": [19, 41, 49], "blur": [60, 72], "boards": [2, 43], "bob": 35, "bodies": 44, "bold": 66, "book": [6, 41, 42, 47, 50], "bookable": 41, "books": [41, 50], "border": 27, "bot": 57, "both": [8, 10, 42, 44, 47, 48, 52, 55, 60], "bots": [73, 77], "bottom": [1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [19, 44, 51, 62], "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "bridge": 74, "bridges": 74, "brief": [5, 56], "brightness": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcast": 58, "browse": [20, 21, 27, 82], "browser": [2, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "browsers": [6, 81, 83], "browsing": 21, "bsd": 14, "bubble": 60, "bubbles": 55, "buckets": 27, "bug": 7, "bugs": [12, 18], "build": 14, "building": 42, "builds": 18, "built": [14, 17, 20, 21, 46], "bulk": 72, "bundle": [7, 43], "bundled": 7, "bundles": 15, "business": 44, "busy": 40, "but": [7, 10, 12, 14, 26, 33, 41, 42, 44, 66, 69, 80, 81, 82], "button": [1, 2, 5, 14, 19, 21, 24, 28, 29, 41, 42, 44, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 35, 41, 42, 65, 69, 72, 80], "by": [1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 35, 37, 41, 42, 44, 46, 48, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "bytes": [9, 11], "cache": 33, "caja": [19, 20], "calculated": 33, "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [6, 33, 40, 42, 43, 45, 46, 48, 49, 50, 52, 68, 69, 73, 83], "calendars": [2, 44, 45, 46, 48, 52], "call": [6, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65], "calls": [6, 60, 69, 70, 73, 77], "camera": [45, 60, 63, 72], "can": [1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellations": 41, "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "caption": 56, "captions": 76, "carddav": [42, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "careful": 12, "carla": 8, "carries": 20, "carry": 15, "case": [7, 12, 14, 26, 42, 45], "cases": [48, 62, 69, 82], "categories": 45, "cause": 19, "caused": 80, "causes": 80, "caution": 9, "cellular": 48, "center": 20, "centos": 20, "central": 69, "centres": 65, "certain": [11, 42, 44, 76], "certificate": [8, 47], "certificates": [20, 49], "certification": 20, "certs": 20, "chain": 21, "challenging": 41, "change": [4, 10, 14, 15, 19, 25, 36, 37, 40, 41, 48, 51, 55, 58, 69, 72, 82, 83], "changed": [10, 12, 26, 27, 41, 51, 82], "changes": [6, 8, 9, 10, 15, 19, 21, 28, 29, 36, 41, 42, 44, 58, 80, 81], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapter": [14, 20], "character": [19, 44], "characters": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "check": [7, 12, 19, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 44, 60, 62, 69], "checkboxes": [42, 44], "checked": [19, 41, 42], "checking": 9, "checklists": 69, "checkmark": [19, 41], "checks": [7, 44], "chips": 83, "chmod": 20, "choice": [12, 37, 64], "choices": 56, "choose": [1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronological": 21, "chronologically": 44, "chunk": [9, 11], "chunksize": 9, "cifs": 27, "cinnamon": 20, "circle": [15, 19, 69], "circles": 35, "circular": [39, 42], "circumstances": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classification": 44, "clean": 12, "cleaner": 44, "clear": [19, 20, 69], "cleared": 19, "clears": 16, "click": [1, 2, 5, 7, 12, 14, 19, 20, 21, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickable": 7, "clicked": 44, "clicking": [2, 7, 10, 14, 19, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": [41, 72], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 20, 25, 38, 49, 50, 51, 54, 63, 73], "clients": [7, 14, 17, 25, 41, 42, 54, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41], "cloudid": 70, "code": [14, 38, 41, 45, 66, 81], "codec": 21, "codes": 6, "cohesive": 5, "collaborate": 2, "collaboration": [6, 30, 42], "collaborative": 35, "collaboratively": [2, 3], "collapse": 44, "collapsed": [19, 80], "colleagues": 41, "collected": 41, "collective": [2, 5], "collectively": 5, "collectives": [4, 5, 6], "color": [41, 80], "colored": 27, "column": [21, 66], "columns": 60, "come": 80, "comes": [41, 44, 48], "command": [6, 13, 14, 17, 36, 57], "commands": [17, 73, 77], "comment": [21, 41], "commercial": 29, "common": 80, "communicate": 11, "communicating": 69, "communities": 3, "community": [14, 41], "companies": 7, "compare": 10, "compatibility": [12, 21], "compatible": [11, 27, 41, 44, 81], "complete": [17, 28, 42, 43, 45, 69], "completed": [14, 29, 66], "completely": [9, 62], "completion": 1, "complex": 41, "compliance": 62, "compliant": 80, "component": 19, "components": 19, "compose": 80, "composed": 44, "compromised": 26, "computer": [13, 20, 21, 25, 46], "computers": [5, 7], "concretize": 41, "conditions": 42, "conf": 20, "config": [7, 9, 17, 20, 24], "configuration": [6, 7, 11, 12, 13, 14, 16, 17, 19, 21, 26, 27, 35, 36, 37, 42, 44, 74, 82], "configurations": [11, 52], "configure": [14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configured": [1, 14, 15, 19, 33, 41, 44, 49, 59, 60, 69], "configures": 27, "configuring": [6, 27, 45, 54], "confirm": [12, 28, 41, 42, 44, 47], "confirmation": [9, 19, 28, 41, 69], "confirmed": 41, "confirming": 41, "confirms": [27, 28, 41], "conflict": [10, 41], "conflicted": 10, "conflicting": 10, "conflicts": [6, 13, 41], "confusion": 10, "congratulations": [2, 5], "connect": [12, 14, 20, 21, 25, 27, 54, 81], "connected": [1, 6, 15, 19, 26, 27, 41, 46, 81], "connection": [12, 15, 19, 27, 28, 45, 48, 51, 74], "connections": [9, 11, 27, 49, 54, 82], "connectivity": 15, "consent": 60, "consider": 17, "considerable": 12, "consideration": 17, "considerations": 6, "consistent": 15, "consisting": 43, "console": 20, "contact": [27, 41, 44, 45, 47, 80, 82, 83], "contacts": [6, 33, 41, 43, 45, 46, 48, 49, 52, 82, 83], "contain": [8, 10, 12, 41, 44], "contained": [19, 44], "containers": 17, "containing": [8, 10, 12, 19, 42, 44], "contains": [9, 10, 12, 19, 21, 39, 44, 60, 72], "content": [1, 2, 5, 8, 12, 15, 20, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 35, 41], "context": [1, 19, 41, 44, 56], "continually": 12, "continue": [10, 19, 44, 50], "continued": 69, "contrary": 8, "contrast": 80, "control": [20, 30, 32, 33, 36, 41, 57, 60, 69, 82], "controlled": [7, 11], "controlling": 7, "controls": 60, "convenience": 19, "conversation": [1, 35, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 35, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "copied": [5, 44], "copies": 15, "copy": [10, 12, 21, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctly": 15, "correctness": 19, "corresponding": [41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": 33, "counted": 33, "counter": 70, "country": 41, "counts": 33, "cover": 69, "covers": 42, "cowork": 2, "cp": 20, "create": [2, 10, 14, 15, 19, 20, 21, 25, 26, 28, 29, 33, 35, 36, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [2, 5, 18, 19, 20, 26, 35, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creates": [10, 12, 21, 39], "creating": [12, 19, 44, 54, 59, 82], "creation": [19, 36, 69, 76], "credentials": [27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 35, 44, 60], "currentcontrolset": 20, "currently": [1, 15, 19, 38, 39, 41, 42, 58, 60, 66], "cursor": [2, 41], "custom": [15, 19, 41, 44, 69, 80, 83], "customers": 18, "customisable": 83, "customise": [60, 83], "customize": [20, 44, 55], "customized": 41, "cutton": 19, "cycles": 12, "cycling": 19, "daily": [18, 41], "dangerous": 26, "dark": 80, "dashboard": 6, "data": [6, 12, 15, 17, 26, 33, 38, 39, 40, 41, 42, 43, 48, 66], "database": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dates": 41, "dav": [20, 48], "davdroid": 45, "davfs": 20, "davs": 20, "davx": 45, "day": [11, 39, 41, 69, 82], "daygridmonth": 41, "days": [33, 39, 41, 44, 59, 83], "debian": 8, "debug": 16, "decide": [5, 41, 44, 56], "decided": 5, "decides": 15, "decimal": 20, "deck": [42, 43, 66], "decline": [35, 44, 60, 70], "declined": 41, "declining": [41, 60], "decorations": [15, 66], "decrypt": [26, 38], "decrypted": 38, "decrypts": 26, "dedicated": [15, 44, 45, 50, 69], "deemed": 19, "deeply": 12, "default": [4, 8, 9, 10, 12, 14, 15, 19, 20, 21, 26, 28, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defaults": [8, 21, 41], "define": [19, 44], "defined": [15, 19, 41], "definition": 19, "del": 80, "delay": 15, "delegate": [41, 44], "delegated": 44, "delete": [1, 10, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 66, 80], "deleted": [9, 21, 24, 33, 41, 44, 59, 69], "deletes": 39, "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "deny": 54, "depend": [44, 82], "depending": [19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "depends": [12, 17, 21, 27, 41], "deployment": [7, 14, 18], "depth": 20, "descendants": 15, "describe": 7, "described": [41, 77], "describes": 11, "describing": 41, "description": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": [3, 44, 80], "desired": [12, 41, 42, 44, 66], "desktop": [2, 6, 7, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 63, 73, 82], "destination": [20, 21], "detailed": 41, "details": [1, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": 41, "detected": [9, 44], "detection": 15, "detects": 44, "determine": [41, 44], "developer": 13, "development": [18, 80], "device": [6, 15, 41, 60, 72, 81, 83], "devices": [6, 20, 38, 41, 60, 69, 72, 81], "df": 20, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "dialogue": [2, 41], "dialogues": 46, "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "difference": 41, "differences": [8, 10], "different": [7, 21, 35, 41, 42, 44, 69, 70, 81], "differently": 19, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directly": [1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 12, 19, 20, 29], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "disable": [1, 7, 9, 35, 41, 44, 47, 57, 60, 62, 64, 72], "disabled": [15, 21, 41, 42, 44], "disables": 26, "disabling": 15, "disallow": 7, "disappear": 42, "disappears": 60, "disconnect": 54, "discord": 74, "discover": [41, 69, 78], "discoverable": 59, "discovered": 41, "discovery": [9, 15, 47, 50], "discussion": [19, 76], "discussions": [44, 58, 60, 69, 76], "disk": [15, 26, 33, 39], "dismiss": 79, "dismisses": 60, "display": [1, 12, 20, 21, 38, 41, 51, 60, 66, 82], "displayed": [37, 42, 44, 46], "displaying": [16, 44], "displays": [15, 16, 19, 21, 44], "distributed": 41, "distribution": [14, 20, 62], "distributions": [7, 9, 14], "distro": 12, "disturb": [19, 41, 66, 69], "divide": [58, 60], "dividers": 66, "do": [7, 8, 12, 14, 17, 19, 26, 28, 33, 36, 41, 44, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [5, 12, 15, 21, 80], "documentation": [1, 14, 31, 33, 35, 37, 57, 74], "documented": 80, "documents": [1, 2, 8, 21, 46, 82], "does": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "doing": [9, 44], "dolphin": 19, "domain": [44, 47], "domains": 44, "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 27, 41, 42], "dots": [19, 35, 44], "double": [12, 14, 63], "down": [50, 69, 76], "download": [7, 10, 11, 12, 19, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloaded": 7, "downloading": [15, 19, 21, 35], "downloads": [7, 10, 11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drop": [12, 21, 35], "dropdown": [27, 49, 82], "due": [12, 15, 35, 37], "duration": [9, 41], "durations": 69, "during": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexia": 80, "each": [1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiece": 60, "ease": 80, "easier": 66, "easily": [5, 44, 76], "easy": [2, 5, 26], "echo": 12, "edge": [20, 83], "edit": [7, 19, 20, 28, 38, 56, 66, 72, 76, 83], "editable": 42, "edited": [33, 41], "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 21, 41, 44, 58], "editors": 80, "edits": 21, "effect": [28, 35], "effectively": 81, "efficient": 44, "either": [8, 12, 19, 35, 38, 41, 42, 47, 49, 60, 70, 76], "elapsed": 60, "element": [58, 60, 80], "elements": [66, 80], "eliminate": 41, "else": [10, 14, 60, 72], "elses": 42, "elsewhere": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "embed": [2, 41], "embedded": [41, 42], "embedding": 41, "emoji": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 41, 42, 44], "enable": [1, 4, 7, 9, 19, 26, 29, 38, 41, 57, 60, 62, 64, 72, 81], "enabled": [11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 38, 40, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "enables": [10, 19, 25, 26, 42, 60], "enabling": [15, 44, 62], "encoding": 20, "encrypt": [26, 38], "encrypted": [33, 38], "encryption": [6, 20, 27, 30, 33, 47], "end": [19, 30, 34, 35, 41, 44, 62, 80], "ends": [40, 41, 57, 62, 69], "engaged": 41, "enhance": 66, "enough": 12, "ensure": [15, 41, 44, 80], "ensures": [7, 15], "enter": [1, 2, 14, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entered": 44, "entering": 46, "enterprise": [18, 53], "entire": [21, 41, 44], "entirely": [7, 11, 15], "entities": 42, "entries": [19, 21], "entry": [1, 2, 21, 42, 82], "env": 16, "envelopes": 44, "environment": [6, 8, 10, 13], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47], "errors": [19, 51, 80], "esc": 60, "escape": 80, "especially": 15, "essential": 14, "etc": [20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [26, 40, 42, 51, 59, 69], "events": [42, 52, 69, 83], "every": [9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyone": [21, 41, 76], "everything": [14, 15, 18, 44, 80], "evicting": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "example": [15, 17, 19, 20, 26, 35, 41, 42, 44, 47, 48, 51, 79, 80, 81], "examples": 57, "exceed": [33, 39], "exceeds": 20, "excellent": 29, "except": [44, 69], "exchange": 41, "exclude": 19, "excluded": [12, 15, 33, 39], "excludes": 19, "excluding": 19, "exclusive": 44, "execute": [38, 57], "executed": 44, "execution": [1, 44], "exist": [20, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exit": 19, "exits": 8, "expand": 44, "expanded": 80, "expands": 19, "expected": [19, 44], "expects": 2, "experience": [18, 44, 60, 83], "experimental": 9, "expiration": [35, 39], "expires": 39, "explains": 20, "explicit": 62, "explicitly": [8, 27], "explorer": [10, 19], "export": [42, 52, 56], "exposed": 26, "extend": [66, 69], "extension": [12, 15, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "eye": 19, "eyes": 80, "factor": [6, 45], "factors": 81, "fae": 20, "fail": [7, 12], "failed": [12, 44], "failure": [9, 12], "falls": [11, 20], "false": [9, 11], "faq": [6, 13], "far": 35, "fastest": 42, "fatal": 11, "favor": 57, "favorite": [21, 44, 80], "favorited": 42, "favorites": [21, 42], "feasible": 14, "feature": [17, 18, 21, 26, 40, 41, 42, 44, 50, 62, 70, 74, 79], "features": [2, 7, 9, 12, 18, 19, 42, 44, 60, 70, 82], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "feeds": 60, "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "field": [1, 2, 19, 21, 28, 36, 37, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44, 51], "figure": [1, 36], "file": [6, 7, 8, 10, 11, 12, 13, 16, 17, 20, 21, 23, 25, 26, 28, 30, 31, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 56, 60, 62, 66, 71, 72, 76, 80], "fileinto": 44, "filename": [16, 19], "filenames": [26, 29], "files": [3, 6, 7, 8, 9, 10, 11, 13, 14, 17, 22, 24, 25, 28, 33, 35, 37, 38, 39, 41, 42, 46, 60, 62, 66, 68, 73, 83], "filesizelimitinbytes": 20, "filing": 41, "fill": [1, 5, 27, 41, 44, 50], "filled": [15, 27, 41], "filter": [21, 36, 42, 59, 83], "filtered": 1, "filtering": 69, "filters": [36, 44, 69, 76, 83], "final": 41, "finalize": 69, "finally": 41, "find": [12, 14, 19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "finding": 41, "finds": 37, "fine": [41, 48], "finish": 20, "finished": [5, 28, 41, 50, 52], "finishes": 1, "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [14, 48], "fixes": 7, "flag": 44, "flagged": 44, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "focus": [44, 80], "focused": [55, 58, 60], "folder": [4, 8, 10, 11, 14, 15, 17, 19, 21, 26, 27, 29, 33, 35, 36, 37, 41, 82], "folders": [8, 9, 14, 15, 17, 19, 21, 25, 26, 27, 35, 36, 37, 38, 42, 44], "foldersync": 20, "follow": [5, 14, 18, 19, 28, 35, 51, 80], "followed": [1, 19, 44], "following": [7, 8, 12, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "font": 80, "for": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "force": 9, "forceloginv": 9, "forcesyncinterval": 9, "forever": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 21, 41], "formats": [15, 21], "formatted": 44, "formatting": 5, "formerly": 45, "forth": 41, "forward": [69, 76], "forwarded": 41, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 80], "freeing": 15, "friends": 41, "from": [1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "ftp": [20, 27, 29], "ftps": 27, "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38, 80], "fun": 5, "function": [20, 29], "functionality": [7, 20, 42], "functions": 81, "further": [10, 38, 41, 44, 82], "future": [1, 10, 20, 44, 60, 62], "gallery": 26, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "general": [7, 12, 41, 77], "generally": 41, "generate": [41, 45, 46, 48, 54, 66, 81], "generated": [1, 41, 44, 49, 52, 54, 66], "generation": 1, "generic": 45, "german": 80, "gestures": 63, "get": [26, 41, 47, 51, 56, 63, 69, 72, 80, 81], "gets": [10, 37, 39, 42, 81], "getting": [3, 6], "gifs": 66, "gigabytes": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "give": [2, 5, 39, 41, 60, 62], "given": [35, 44, 60, 63], "gives": [1, 54], "giving": 12, "glance": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [12, 14, 18, 19, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gone": 41, "google": [41, 45, 81, 83], "got": 18, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "group": [7, 20, 41, 42, 44, 45, 58, 82], "grouped": [44, 83], "groups": [3, 26, 33, 41, 44, 45, 52, 56, 58, 60, 69], "groupware": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "gui": [8, 27, 45], "guidance": 31, "guide": [14, 47, 49], "guidelines": 80, "gvfs": 20, "had": 19, "halts": 44, "hand": [5, 19, 80], "handled": 44, "handler": 12, "hands": 60, "handy": 69, "happen": [10, 15, 41], "happens": [5, 15, 41], "happy": 19, "hard": [12, 41], "harder": 35, "hardware": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "have": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 21, 25, 26, 28, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "having": [9, 15, 29, 41], "header": [20, 21, 41, 44, 58, 80], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 57, 69, 80, 82, 83], "helpful": [33, 82], "helping": 41, "helps": [42, 57], "here": [2, 15, 44, 50, 66, 69, 72], "hesitate": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 72], "hides": [35, 55], "hierarchy": 35, "high": [64, 80], "higher": 12, "highlighted": [62, 76], "history": [6, 20, 21, 39], "hkey": [7, 12, 20], "holding": [42, 60], "home": [8, 14, 17, 20, 25, 41, 48], "horizontal": [2, 44], "host": 9, "hostname": 20, "hour": [39, 41, 69], "hours": [12, 16, 39, 69, 76], "hover": [2, 19, 42, 44, 66, 76], "how": [2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "however": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [1, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx": 45, "id": 82, "idea": 10, "ideal": 79, "ideally": 54, "ideas": 69, "ideation": 42, "identical": [26, 44], "identifier": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "iframe": 41, "ignore": [8, 19], "ignored": [12, 41], "ignoring": 19, "image": [1, 21, 26, 60], "images": [21, 60], "imagine": 10, "imap": 43, "immediately": [1, 10, 12, 14, 27, 36, 42, 54, 62, 69], "implemented": [25, 42], "implements": 44, "implicit": 20, "import": [12, 20, 42, 44, 52, 56], "importance": 44, "important": [2, 15, 38, 44, 69, 76, 80, 81, 83], "imported": 41, "importing": [41, 44], "imposed": 15, "improve": [20, 44], "improved": 20, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "include": [8, 21, 41, 82], "included": 6, "includes": [10, 19, 26, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrect": [9, 19], "increased": [15, 80], "increases": 20, "increasing": 11, "increment": 41, "increments": 41, "independent": [12, 41], "index": 26, "indicate": 19, "indicates": [19, 60], "indicating": 51, "indication": 20, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "individuals": 26, "influence": [11, 41], "info": 36, "inform": [7, 41], "informal": 42, "information": [8, 11, 12, 13, 14, 15, 19, 21, 33, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informed": [37, 41, 59], "informing": 7, "informs": 62, "infos": 41, "inherited": 42, "inhibits": 8, "ini": 9, "initial": [35, 48], "initialized": 26, "initiated": 35, "inline": [36, 66], "inotify": 12, "input": [1, 19, 56, 66, 80], "inputs": 41, "insert": [1, 2, 66], "inserted": [1, 44], "inserting": 72, "inside": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "install": [7, 12, 17, 19, 20, 41, 45], "installation": [6, 13, 48, 57], "installations": 28, "installed": [1, 8, 14, 15, 17, 19, 41, 42, 44, 52, 60, 74, 75, 83], "installer": 12, "installing": 20, "instance": [12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 41, 43, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [21, 51, 57, 74], "integrate": [12, 15, 57, 75, 77], "integrated": [15, 46, 49, 73], "integrates": [19, 44, 46], "integrating": [67, 73], "integration": [19, 66, 68, 73, 74], "integrations": 66, "intelligence": 1, "intelligent": 15, "intentionally": 12, "interacted": 44, "interacting": [67, 73], "interesting": 9, "interface": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfaces": 43, "interferes": 7, "internal": [19, 41, 69], "internet": [20, 48, 49], "interoperable": 41, "interruption": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 21, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "introduced": [19, 41], "introductory": 5, "intruder": 26, "invalid": [8, 54], "invisible": [19, 36, 41], "invitation": [41, 45, 72, 73], "invitations": 42, "invite": [42, 59, 70, 72], "invited": [41, 72], "invites": [42, 70], "inviting": 70, "invoke": 8, "involved": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphone": [20, 47], "irreversible": 41, "is": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issue": [15, 25, 26, 80], "issues": [14, 44, 66, 80], "it": [1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italicized": 66, "item": [8, 15, 21, 41, 48], "items": [15, 21, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "jobs": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "joinable": 58, "joined": [60, 69], "joining": [61, 62, 73], "joke": 42, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [13, 39], "kept": [15, 26, 42, 44], "key": [7, 28, 41, 42, 46, 72, 81, 83], "keyboard": [6, 60, 72], "keychain": 49, "keynote": 15, "keyring": 14, "keys": [26, 33], "kfy": 20, "know": [28, 41, 81], "knowledge": [2, 3], "known": [45, 81], "kontact": [6, 43], "korganizer": 48, "kwallet": 14, "label": [20, 28], "labeled": 51, "labelled": [41, 51], "labels": [28, 36], "landing": [2, 42], "language": [1, 44, 64, 82], "languages": 44, "large": [29, 44, 65], "larger": [19, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 51], "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": 4, "learn": [2, 21, 26, 42, 46, 48, 49], "learned": 2, "learns": 15, "least": [1, 39, 42], "leave": [21, 40], "leaving": 44, "left": [1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "less": [5, 11, 38], "let": [5, 7, 41, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "letting": 44, "level": [21, 35, 36, 41, 60, 62, 69, 80], "like": [5, 7, 15, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likely": [19, 26, 44], "liking": 80, "limit": [12, 19, 20, 39, 41, 69, 83], "limitation": 20, "limitations": 15, "limited": [12, 15, 37, 42, 69], "limits": 31, "line": [7, 8, 12, 17, 19, 36, 41, 66], "lines": 19, "link": [2, 12, 19, 21, 28, 29, 41, 56, 59, 66, 69, 72], "linked": 28, "links": [14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "list": [1, 2, 4, 10, 19, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": [1, 12, 29, 41, 42, 60, 82], "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 66, 69], "listweek": 41, "little": [19, 33, 56, 72], "live": 60, "llm": 44, "llms": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 82], "locally": [10, 15, 56], "locate": [9, 19, 51], "located": [4, 17, 19, 44], "location": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 51, 54, 80, 81, 83], "logged": [14, 44, 82], "logging": [6, 19, 29, 83], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logins": 20, "logo": 83, "logs": [16, 51], "long": [1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 47, 55, 77, 81, 83], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "lose": [6, 26, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeaker": 60, "lower": 80, "lowest": 42, "lts": 14, "luminosity": 80, "mac": 19, "machine": [7, 8, 10], "machines": 8, "macos": [6, 9, 13, 25, 42, 43], "made": [41, 42, 47], "magic": 5, "magically": 26, "mail": [6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": 42, "maintained": 14, "major": 14, "make": [12, 17, 25, 26, 29, 35, 39, 41, 42, 47, 49, 58, 60, 82], "makes": [5, 10, 28, 66, 74], "making": [9, 19, 23, 30, 41], "manage": [5, 6, 15, 21, 26, 36, 41, 42, 44, 51, 57, 77, 81, 82], "managed": [41, 44], "management": [20, 33, 36, 43], "manager": [5, 14, 17, 20, 21, 46, 50, 56], "managers": [7, 14], "managing": [6, 21, 31], "mandatory": [45, 62], "manner": [8, 41], "manual": [7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manually": [7, 12, 29, 39, 44, 50, 58, 62, 79], "many": [12, 26, 41], "mapping": 20, "mark": [19, 21, 44, 66], "markdown": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "marks": 27, "master": 26, "mastodon": 42, "match": [12, 42, 44, 83], "matched": 19, "matches": [7, 44], "matching": 19, "mate": 20, "matrix": [41, 74], "matterbridge": [73, 77], "mature": 50, "maxchunksize": 9, "maximum": [8, 9, 11, 41], "may": [7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "maybe": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [26, 44, 81], "meaning": [9, 44], "means": [15, 19, 27, 41, 44], "meanwhile": 42, "mechanism": 7, "media": [8, 21, 42, 60, 62, 69], "meet": 41, "meeting": [57, 59, 72, 83], "meetings": 69, "meets": 39, "member": [42, 69], "members": [2, 5, 35], "membership": 42, "memberships": [42, 82], "memory": 1, "mentioned": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merge": 42, "merged": 42, "message": [1, 19, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 76, 80, 81], "messages": [1, 6, 16, 19, 43, 57, 67, 73, 83], "metadata": [19, 33], "method": [7, 27, 28, 45, 58, 81], "methods": [7, 41, 42], "mib": 11, "microphone": [60, 72, 80], "microsoft": [9, 14, 83], "middle": 66, "might": [7, 9, 10, 14, 19, 41, 42, 44, 60, 63, 82], "migrate": [6, 43], "migrated": 52, "migration": 52, "milliseconds": 9, "mime": 12, "min": 9, "minchunksize": 9, "mind": 41, "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minute": [9, 39, 41], "minutes": [26, 27, 39, 48], "mitigate": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobile": [2, 20, 25, 38, 41, 42, 45, 73, 81, 82], "modal": [41, 83], "modals": 80, "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moderation": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modes": 44, "modification": [12, 19], "modifications": 42, "modified": [21, 42], "modify": [19, 20, 42, 60], "modifying": 19, "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrome": 19, "month": 41, "more": [2, 5, 7, 11, 12, 14, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreover": 41, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 28, 35], "mounted": 20, "mounts": 27, "mouse": [2, 63, 80], "move": [20, 21, 52, 58, 80], "moved": [9, 44, 69], "moves": 44, "movetotrash": 9, "moving": 44, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mtimes": 19, "much": [5, 26, 33, 82], "multiple": [19, 21, 35, 36, 41, 56, 58], "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "muted": [60, 72], "mutes": 60, "mutually": 44, "my": [2, 8], "mycertificate": 20, "mydata": 10, "mynextcloud": [20, 48], "name": [2, 4, 5, 7, 8, 10, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "names": 60, "narrow": [76, 83], "natively": 50, "naturally": 42, "nautilus": [19, 46], "navigate": [21, 35, 37, 42, 44, 49, 51, 80], "navigating": 6, "navigation": [1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [8, 12, 35], "near": [21, 50], "nearly": 10, "necessary": [19, 37, 41, 47, 54], "need": [2, 7, 9, 12, 14, 17, 20, 26, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 76], "needed": [11, 35, 38, 41, 48, 69], "needing": [15, 42], "needs": [10, 15, 28, 41, 42, 70], "nemo": [19, 20], "nested": 12, "net": 20, "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networks": 42, "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 21, 26, 27, 36, 37, 39, 42, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newly": [12, 15, 41], "newsletters": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloudcmd": 8, "nextcloudpassword": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusername": 20, "nice": 5, "nick": 5, "night": 66, "nitrokey": 81, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": [69, 82], "non": [2, 9, 14, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 66], "normally": [26, 41, 44], "not": [2, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 69, 81, 82, 83], "note": [4, 35, 42, 44, 51, 76], "notes": [2, 41, 69], "nothing": 26, "notice": [10, 41], "notification": [1, 7, 19, 35, 37, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [6, 9, 10, 19, 60, 66, 76, 82, 83], "notified": [41, 69, 72, 76], "notifies": 10, "notify": [7, 10, 15, 60, 69], "notifying": 7, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 46, 47, 48, 66, 81], "number": [11, 19, 28, 35, 41, 44, 58, 60, 69], "numbers": [15, 42], "object": [27, 35], "obscured": 69, "observe": 14, "oc": 28, "occ": 27, "occur": 26, "occurred": [10, 20], "occurs": [41, 44], "oct": 20, "of": [1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 41, 80], "offers": [7, 19, 20, 21, 41, 44, 60, 73], "office": [20, 21, 41], "officially": 14, "offline": [15, 19, 27], "often": 41, "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 28, 33, 80], "oldest": [33, 39, 44], "on": [1, 2, 5, 7, 8, 9, 10, 15, 17, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongoing": [62, 69], "online": [2, 19, 46, 83], "only": [2, 4, 7, 14, 15, 19, 26, 27, 28, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 76, 81, 82, 83], "onto": [21, 52], "open": [1, 2, 10, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [7, 15, 19, 69], "opening": [2, 15, 16, 41, 60], "opens": [10, 12, 15, 16, 19, 21, 29, 37, 42, 44, 60, 83], "openstack": [20, 27], "opensuse": [14, 20], "opentasks": 45, "operating": [7, 12, 17, 20], "operation": 11, "operations": 19, "operators": 44, "opportunity": 12, "opt": [9, 44], "option": [12, 16, 19, 26, 28, 33, 35, 36, 41, 42, 44, 45, 48, 56, 60, 62, 63, 72, 76], "optional": [26, 40, 41, 44], "optionally": [41, 45], "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 20, 21, 26, 35, 58, 60, 69, 72, 82, 83], "or": [1, 2, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 35, 42], "ordered": 66, "organic": 42, "organise": 36, "organizations": 42, "organize": [2, 3], "organized": 76, "organizer": [41, 44], "organizing": 5, "original": [33, 44, 64], "os": 8, "other": [1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 33, 35, 37, 41, 42, 44, 47, 48, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [2, 19, 25, 40, 41, 44, 69, 74, 82], "otherwise": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgoing": 44, "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outside": [14, 26, 36, 44, 82], "over": [2, 19, 20, 27, 41, 42, 44, 49, 69, 76], "overall": 80, "overflow": [19, 27], "overflows": 65, "overhead": 20, "overlapping": 41, "override": [7, 33], "overrides": [7, 8, 11], "overview": [2, 54, 57, 69, 83], "overwrite": [9, 41], "overwriting": 35, "own": [1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [10, 11, 27, 28, 35], "owner": [26, 33, 35, 37, 41, 42, 44], "owners": 26, "ownership": [23, 30, 42], "owns": 41, "package": [7, 8, 14, 17, 19, 20], "packages": [8, 14], "page": [2, 7, 14, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 80, 82, 83], "pages": [2, 4, 15, 35, 41, 77], "pane": [12, 44], "panel": [1, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "parameters": [20, 52], "parent": [19, 21, 42, 58], "part": [5, 12, 42, 44, 60, 69], "participant": [60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participation": 41, "particular": 58, "parts": 2, "party": [12, 70], "passed": [8, 39], "passkey": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [6, 81], "past": 69, "paste": [41, 51], "path": [8, 19, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "patterns": 19, "pause": 19, "paused": 19, "pauses": 19, "pc": 20, "pdf": 21, "peers": 2, "pen": 41, "penalty": 20, "pending": 70, "people": [2, 29, 41, 69, 82, 83], "per": [4, 8, 15, 41, 42, 45, 60], "perfectly": 18, "perform": [7, 9, 20, 42, 44], "performance": [20, 44], "performed": 44, "performs": 8, "period": [19, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanently": [4, 12, 15, 24, 41, 69], "permission": [57, 60, 63], "permissions": [37, 42, 60, 69], "persisted": 9, "persists": 27, "person": [10, 41, 69, 83], "personal": [6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "petersteier": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": 69, "photos": 80, "photothumb": 8, "php": 31, "physical": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picked": 41, "picker": [1, 21, 29, 36, 37], "pickers": 6, "picture": [5, 82, 83], "pictures": 42, "pie": 15, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "place": [1, 2, 7, 41, 42, 69], "placed": 8, "places": [20, 65, 83], "plain": [21, 54], "plan": [41, 48], "planning": 41, "plasma": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "please": [4, 26, 41, 42, 44, 63, 80, 82], "plus": [41, 42], "point": [14, 44, 45, 83], "pointing": [10, 27, 44], "policies": 7, "poll": [9, 15, 56], "pop": 7, "popover": 80, "popular": 41, "popup": 41, "port": [8, 9, 44, 47], "position": 42, "possibility": 38, "possible": [1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": 51, "posts": 57, "potential": 44, "power": 48, "ppa": 8, "pre": [18, 19, 44, 66], "precaution": 44, "preconfiguration": 14, "predefined": [19, 41, 44, 60], "prefer": [14, 44, 51], "preference": 41, "preferences": [6, 41, 44, 45, 52, 81], "preferred": [7, 20, 82], "preparation": [18, 41], "prepare": [41, 62], "prepared": 66, "preselected": 2, "present": [7, 27], "presentation": 21, "presenter": 63, "preserve": 19, "preserving": 21, "press": [1, 2, 5, 14, 28, 44, 46, 60, 83], "pressing": [5, 46, 66, 72], "pretty": 26, "prevent": [7, 35, 41, 42, 82], "prevented": 69, "prevents": 7, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principals": 51, "prior": 7, "privacy": [38, 44, 62, 83], "private": [41, 82], "privately": 66, "privileges": 7, "pro": 81, "problem": [12, 81], "problems": 11, "proc": 12, "procedure": 50, "proceed": 44, "process": [8, 12, 39, 41, 52], "processed": [44, 62], "processes": [8, 44], "produce": [9, 19], "produces": 21, "productivity": 43, "profile": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14], "programs": 17, "progress": [15, 19, 60], "project": 43, "promote": 69, "promoted": 65, "prompt": [8, 9, 14, 81], "promptdeleteallfiles": 9, "prompted": [14, 51, 60, 63, 72], "proofs": 81, "propagated": 35, "propagates": 8, "properly": [12, 49], "properties": 42, "propfind": 20, "proposal": 52, "proposes": 44, "protect": [26, 35, 81], "protected": 69, "protecting": 38, "protection": [35, 42], "protocol": [12, 20, 27, 47], "protocols": [50, 74], "provide": [7, 8, 12, 14, 15, 20, 41, 57, 69], "provided": [15, 41, 44, 69, 70], "provider": [1, 14, 15, 26, 64], "providers": 26, "provides": [1, 12, 14, 15, 19, 21, 38, 41, 42, 69], "providing": [26, 55, 56], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "published": [41, 82], "pull": 41, "purpose": 26, "purposes": 40, "push": [60, 80], "put": 69, "qr": [45, 81], "qt": 16, "quality": 80, "question": 19, "questions": 8, "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quota": [24, 30, 32, 82], "quotas": 33, "quotes": 66, "radio": 42, "raise": 80, "raised": 11, "random": 35, "randomly": 44, "range": [20, 76, 83], "ranging": 12, "rate": [41, 48], "rather": [20, 50], "re": [26, 33, 41, 44], "reach": [40, 80], "reached": [27, 41, 44], "reaches": 69, "reaction": 60, "read": [8, 26, 27, 35, 38, 41, 42, 44, 69, 82], "readers": 80, "reading": [15, 80], "reads": 9, "ready": [18, 27], "real": 64, "rearrange": 83, "reason": [47, 69], "reasons": 42, "receive": [1, 29, 41, 44, 60, 66, 70, 76, 81], "received": 72, "receives": [28, 37, 62], "receiving": [35, 44, 64, 70], "recent": [19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 35, 41], "recipients": 44, "recognisable": 15, "recommend": [15, 44], "recommended": 20, "record": [62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recordings": 62, "recover": 26, "recoverable": 21, "recovery": 6, "recurrence": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirected": [69, 72, 81], "redo": 50, "reduce": 11, "reduced": 80, "reducing": [15, 80], "refer": [14, 31], "reference": [21, 62, 76], "references": 18, "reflect": 19, "reflected": [27, 35, 41], "refresh": [20, 48, 80], "refreshed": [41, 50], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "register": [12, 14, 45], "registered": [12, 45, 60, 69, 78], "registering": 12, "registry": [7, 12], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulations": 62, "reject": 37, "rejected": 41, "rejection": 37, "rejoining": 69, "related": [17, 41, 44, 47, 83], "relates": 44, "relative": 41, "relaunch": 1, "release": [14, 18, 41], "releases": [14, 18], "relevant": [10, 41, 42, 44, 76], "remain": 44, "remaining": 11, "remains": 19, "remember": 1, "remembered": 1, "remind": 44, "reminder": 41, "reminders": [69, 76], "remote": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 47, 50], "remotely": 10, "remotepollinterval": 9, "removal": [12, 17], "removals": 42, "remove": [1, 7, 12, 17, 19, 26, 27, 28, 36, 38, 41, 44, 69, 83], "removed": [19, 33, 41, 44, 57, 69], "removes": [16, 20], "removing": [17, 36], "rename": [21, 36], "renamed": 44, "renames": 35, "render": 19, "reopen": 44, "repeat": [8, 51], "repeating": 41, "replace": [41, 45, 51, 60], "replacement": [40, 69], "replies": [57, 69, 76], "reply": [44, 66], "report": [18, 44, 80], "repositories": 8, "repository": [8, 9], "represents": 44, "reproduce": 18, "reproducible": 14, "request": [1, 20, 44], "requested": 45, "require": 41, "required": [7, 8, 27, 41, 47, 60, 64], "requirements": 74, "requires": [1, 8, 41, 62, 69], "requiring": [38, 44, 62, 81], "reschedule": 66, "reset": 40, "resetting": 41, "reshared": 41, "resharing": 35, "resizes": 60, "resolve": 10, "resolved": 10, "resolving": 10, "resource": [41, 45, 46, 48], "resources": [42, 46, 48], "respective": [41, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "response": [41, 44], "responses": 41, "responsive": 80, "responsiveness": 6, "rest": 25, "restarts": 7, "restore": [24, 26, 39, 41], "restoring": 41, "restrict": [6, 36], "restricted": 36, "restriction": 42, "result": [1, 9, 15, 19], "resulting": 48, "results": [1, 9, 83], "resume": [19, 44], "retention": [33, 36, 44, 69], "retried": [11, 44], "retries": 8, "retrieve": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": [19, 27], "return": [21, 28, 42, 60], "returned": 26, "revealed": 15, "revert": [35, 69], "review": [1, 20, 41], "reviewed": 41, "revoke": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": 1, "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": [35, 44], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "role": [42, 82], "roll": [39, 57], "room": 58, "rooms": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rows": 36, "rss": 6, "rule": 44, "rules": [36, 41, 44], "run": [1, 8, 9, 20, 26, 27, 39, 77], "running": [6, 15, 17, 26], "runs": 10, "rw": 20, "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "said": 7, "sales": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [12, 15, 41, 42, 51, 54, 56, 62, 80, 82], "saved": [5, 20, 27, 36, 39, 41, 42, 44, 51, 62], "saves": 44, "saving": [47, 48], "say": 10, "says": 26, "scan": [12, 27, 81], "scanned": 81, "scanner": 45, "scary": 5, "scenarios": 10, "schannel": 51, "schedule": [14, 41, 52, 66], "scheduled": [1, 41, 59, 66, 69], "scheme": 12, "scope": [14, 82], "scoped": 44, "scopes": 82, "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [26, 44], "scripting": 20, "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessly": 15, "search": [2, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80, 83], "searchable": 46, "searched": 44, "searches": [44, 83], "searching": [41, 44, 69, 82], "sec": 9, "second": [2, 6, 7, 39, 42, 44, 56, 66, 69], "seconds": [9, 11, 39, 48, 60, 62, 81], "secret": [8, 41, 81], "secrets": 20, "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secure": 38, "security": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": [35, 82], "seen": [26, 51], "sees": 38, "select": [2, 5, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selection": [36, 41, 44, 81], "selections": 41, "selective": 8, "selector": [41, 66], "self": [42, 49, 76], "semi": 19, "send": [1, 20, 29, 41, 44, 45, 58, 60, 66, 70, 76, 80], "sender": [44, 76], "senders": 44, "sending": [29, 67, 73, 76], "sends": 44, "sense": 10, "sensitive": 69, "sent": [10, 28, 41, 44, 69], "separate": [1, 41, 44, 82], "separately": [42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 36, 38, 41, 43, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "servercert": 20, "servers": [20, 21, 27, 28, 35, 41, 70, 82], "service": [26, 27, 47], "services": [20, 26, 27, 29, 57, 74, 77], "session": [9, 20, 42], "sessions": 9, "set": [4, 9, 26, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "sets": 41, "setting": [4, 6, 10, 12, 16, 35, 41, 43, 44, 48, 69, 81], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 35, 36, 37, 38, 40, 41, 42, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81, 82], "settle": 41, "setup": [12, 41, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [2, 19, 20, 26, 27, 29, 33, 38, 41, 42, 43, 56, 62, 63, 73, 82], "shared": [2, 3, 15, 21, 26, 27, 28, 33, 35, 41, 56, 62, 63, 69, 76, 82], "sharee": 35, "sharees": 35, "shares": [15, 20, 21, 23, 26, 27, 30, 41, 76, 82], "sharing": [6, 20, 21, 28, 30, 37, 61, 70, 73], "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": 62, "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [4, 9, 12, 19, 21, 40, 41, 42, 44, 60, 79, 81, 83], "showexperimentaloptions": 9, "showing": [4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "shows": [1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sick": 40, "side": [5, 10, 19, 35, 38, 42, 50, 52, 55], "sidebar": [2, 5, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "sieve": 44, "sign": [19, 42, 49], "signature": 44, "significant": [20, 44], "significantly": 20, "silent": [7, 60], "similar": [15, 19, 40, 41, 42], "similarly": [44, 46], "simple": [5, 27, 29, 39, 41, 44], "simplified": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "since": [35, 39, 44, 50, 81], "single": [8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sits": 19, "situation": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphone": 81, "smb": 27, "smtp": 44, "snap": 20, "snippets": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks": 9, "software": [12, 14, 17, 80], "solely": 44, "solution": 20, "solutions": 35, "solve": 81, "solved": 12, "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebody": 72, "someone": [10, 41, 42, 60, 69, 82], "something": 81, "sometimes": 41, "somewhere": 81, "soon": [15, 41], "sorting": 44, "source": [14, 37, 38], "sourcedir": 8, "sources": 48, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkle": 7, "speak": 72, "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specific": [8, 17, 39, 41, 42, 44, 58, 59, 66, 76, 79, 83], "specifically": 12, "specified": [8, 16, 44], "specifies": [9, 11], "specify": [7, 8, 16, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speed": 44, "speeds": 20, "split": 44, "spoken": 60, "spreadsheet": 21, "square": 42, "ssh": 27, "ssl": [8, 20, 47], "stable": [14, 18], "stacked": 44, "standard": [8, 14, 41], "standardized": 15, "standards": 80, "star": [21, 42], "starred": 21, "start": [1, 12, 38, 41, 44, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": 19, "state": [8, 15, 19, 20, 44], "status": [7, 25, 27, 40, 60, 69, 83], "stay": [41, 44, 59], "stdout": 16, "step": [12, 14, 36, 41, 47, 51, 69], "steps": [20, 28, 35, 44, 46, 48, 49, 50, 51], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "storage": [15, 20, 22, 24, 26, 30, 32, 81], "store": [19, 20, 26, 33, 42, 45, 81], "stored": [4, 15, 26, 39, 42, 44], "stores": [15, 20], "stream": [62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripes": 41, "structure": [2, 3, 21, 42], "structures": 26, "sub": [24, 45], "subfolder": 8, "subfolders": 12, "subject": 44, "subjects": 44, "submenu": 76, "submit": [1, 41], "subpage": 2, "subpages": 2, "subscribe": [50, 76], "subscribed": 76, "subscription": [41, 53], "subscriptions": 41, "subsequent": 15, "substantially": 20, "substring": 44, "successful": [14, 27, 28, 41], "successfully": [7, 51], "such": [1, 7, 10, 14, 19, 26, 27, 33, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suggested": [44, 50], "suit": 83, "suitable": 41, "summarization": 1, "summarizing": 44, "summary": 57, "superior": 35, "support": [14, 15, 17, 19, 20, 41, 42, 46, 49, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 50, 66, 74, 83], "supporting": 41, "supports": [14, 15, 20, 39, 41, 42, 44, 50, 81], "sure": [12, 17, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "switches": 8, "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 25, 41, 44, 45, 50, 51, 81], "synced": [12, 17, 19, 25, 41, 48], "synchronization": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronize": [8, 11, 20, 41, 48, 50, 51], "synchronized": [10, 13, 19, 50], "synchronizes": 50, "synchronizing": [6, 43], "syncing": [19, 42, 47, 49], "syncs": 12, "syntactical": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 27], "tab": [1, 12, 19, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tables": 66, "tabs": 19, "tackled": 69, "tag": [21, 44], "tagging": [36, 44], "tags": [21, 30, 32], "take": [2, 12, 17, 28, 41, 44, 48, 62, 69], "taken": 41, "takes": [9, 15, 26, 33, 42, 83], "taking": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "target": [9, 15, 37, 41], "targetchunkuploadduration": 9, "targeting": 44, "targets": [35, 83], "task": [2, 6, 43, 46, 66], "tasks": [1, 20, 41, 44, 46, 48, 57, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 80], "teams": [69, 74], "technical": 15, "technically": 14, "telegram": 42, "telephone": 82, "tell": [19, 41, 44], "tells": 19, "templates": 5, "temporarily": [12, 60], "temporary": 33, "ten": 27, "tentative": [41, 44], "tentatively": [41, 44], "terabytes": 12, "term": [41, 46], "test": [14, 24, 48], "tested": [10, 12], "testers": 18, "testing": [9, 18], "tests": 44, "text": [1, 2, 5, 10, 15, 19, 21, 26, 56, 66, 73, 80, 81], "than": [2, 16, 19, 20, 33, 39, 50, 56, 60, 66, 81], "thanks": 51, "that": [1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 21, 26, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17, 18, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 45, 47, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 21, 26, 28, 35, 37, 41, 44, 51, 54, 58, 60, 69, 82], "them": [4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 49, 56, 58, 69, 80, 81], "theme": 80, "themes": 6, "theming": 80, "themselves": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 26, 28, 29, 33, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "there": [1, 2, 7, 10, 17, 19, 20, 24, 26, 35, 41, 42, 44, 62, 66, 69, 71, 72, 76], "therefore": [38, 47], "these": [10, 14, 15, 19, 25, 26, 28, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": [2, 41], "third": [12, 20, 26], "this": [1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "those": [25, 41, 42, 43, 50, 54], "though": [9, 12, 19, 26], "thread": [1, 76], "threaded": 44, "threads": [44, 76], "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 35, 41, 44, 58, 65], "throughout": 41, "throw": 45, "thumbnail": 21, "thumbnails": [26, 33], "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tile": 65, "tiles": 65, "time": [9, 10, 12, 14, 15, 19, 20, 26, 35, 36, 39, 40, 41, 44, 48, 49, 57, 58, 59, 60, 62, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timeouts": 26, "times": [8, 19, 20], "timestamp": [37, 39], "timezone": 41, "timezones": 41, "title": [2, 5, 41, 44, 56, 59, 76], "tls": 51, "tlsv": 20, "tmp": 8, "to": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 27, 28, 29, 31, 33, 37, 38, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "together": [2, 41, 49, 62, 82], "toggle": [1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [35, 41, 54, 72, 81], "tokens": [6, 41, 54], "too": [41, 44], "tool": [2, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36, 43], "top": [1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "towards": 45, "tracker": 80, "trail": 21, "transcribes": 64, "transcription": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "transferred": 37, "transferring": 41, "translate": 44, "translated": [4, 64], "translation": [61, 73], "translations": 44, "transparent": 41, "trash": [9, 21, 26, 28, 33, 42, 54], "trashbin": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tree": 19, "tried": 44, "tries": [8, 47, 69], "trigger": [27, 41, 44, 50], "triggered": [9, 14, 44], "triggering": 44, "troubleshooting": 47, "true": [16, 44], "trust": [8, 38], "trusted": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tt": 5, "tumblr": 42, "turn": 75, "turned": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 51, 54, 56, 60, 80, 82], "txt": 10, "type": [1, 2, 7, 9, 14, 15, 19, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80, 81], "typeface": 80, "types": [15, 21, 42, 66, 69], "typical": 19, "typically": [19, 57, 81], "typing": [2, 37, 44, 69], "ubuntu": [8, 14, 17], "ui": [9, 41], "umount": 20, "un": 26, "unable": [10, 11], "unaffected": 11, "unauthorized": 81, "unavailable": [15, 27, 69], "unchanged": 44, "uncheck": [36, 41, 42], "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understand": 33, "understanding": 44, "undesired": 19, "undo": 41, "undone": 15, "unencrypted": [26, 33, 38], "unfocus": 80, "unfortunately": 20, "unified": [76, 83], "unifying": 5, "uninstall": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintended": 9, "unique": [26, 41, 60, 82], "universal": [6, 12], "universities": 7, "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlike": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmute": [60, 72], "unmuted": [60, 72], "unmutes": 60, "unordered": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolved": 10, "unselect": 42, "unsent": 44, "unshare": [35, 41], "unshares": 41, "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsynchronized": 15, "until": [9, 18, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unusable": 19, "up": [9, 15, 19, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "update": [6, 7, 10, 13, 19, 41, 42, 45, 48], "updated": [10, 14, 41, 54, 64], "updater": [6, 13, 14], "updates": [26, 42, 44], "updating": [7, 19, 44], "upgraded": 28, "upload": [9, 10, 19, 21, 27, 29, 31, 33, 35, 41, 42, 60], "uploaded": [9, 10, 11, 15, 33, 41, 62, 69], "uploaders": 29, "uploading": [41, 72], "uploads": [9, 10, 21, 23, 30, 33], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [44, 80], "usable": 80, "usage": [82, 83], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 28, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 33, 36, 38, 39, 40, 41, 42, 44, 51, 54, 80], "useful": [15, 21, 41, 44, 60, 72, 82], "user": [4, 8, 9, 10, 15, 17, 20, 27, 28, 33, 35, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "usermod": 20, "username": [8, 14, 19, 20, 28, 35, 37, 45, 46, 47, 48, 49, 50, 51], "users": [7, 9, 10, 14, 15, 18, 19, 20, 26, 28, 33, 36, 37, 41, 42, 44, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 20, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "usual": 26, "usually": [12, 44, 47], "utf": 20, "utilize": 44, "vacation": 40, "valid": [41, 44, 51], "validate": 50, "validated": 19, "value": [7, 11, 12, 16, 42, 44], "values": [9, 11, 19, 42], "var": 16, "variable": [9, 10, 11], "variables": [6, 13, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcards": 42, "vcf": 42, "vendor": 7, "venue": 41, "verbose": 8, "verification": 69, "verify": [20, 41, 44], "version": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": 39, "versions": [7, 9, 17, 18, 33, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "via": [4, 6, 10, 15, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrate": 60, "video": [21, 62, 63, 69, 72, 80], "videos": 21, "view": [1, 7, 14, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewable": 41, "viewed": 21, "viewer": [51, 80], "viewers": 80, "viewing": 35, "views": 21, "virtual": [17, 82], "visibility": [15, 37, 42, 69, 82], "visible": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visit": [25, 44], "visitors": 5, "vista": 20, "visual": 80, "visualized": 15, "voice": 60, "volume": 8, "vote": 41, "voted": 56, "votes": 41, "vpn": 20, "wait": 18, "waiting": [1, 19, 39, 44, 79], "want": [2, 4, 7, 14, 18, 19, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "wants": [5, 41], "warn": [12, 44], "warning": [19, 26, 41, 44], "warnings": 19, "was": [1, 9, 35, 39, 41, 44, 81, 83], "watches": 12, "way": [2, 12, 15, 19, 20, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 56, 62], "we": [2, 5, 12, 14, 15, 18, 26, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinars": [77, 79], "website": [43, 73], "wednesday": 41, "week": [39, 41, 69, 82], "weekly": 42, "weeks": [42, 69], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 41, 42, 51, 57, 70], "what": [5, 12, 19, 26, 27, 33, 36, 41, 57, 82], "whatever": 51, "wheel": 63, "when": [1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "whereas": 7, "wherever": 25, "whether": [9, 18, 27, 37, 41, 44, 56, 60], "which": [5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboards": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": 82, "wider": 82, "widget": 44, "widgets": [44, 83], "wiki": 74, "wildcards": [8, 19, 44], "will": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "window": [9, 10, 12, 15, 16, 29, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "with": [2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 29, 33, 36, 40, 43, 44, 45, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 41, 81], "words": [5, 38], "work": [10, 15, 19, 20, 26, 36, 41, 44, 45, 48, 54, 81, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [26, 27, 41, 44, 46, 81], "workshops": 42, "workspace": 9, "world": 82, "worry": 15, "would": [8, 11, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writable": 42, "write": [2, 3, 16, 41, 69], "writes": 16, "writing": [20, 44, 49], "written": 41, "wrong": [12, 19], "www": 51, "xing": 42, "xml": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 28, 30, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourpassword": 20, "yourself": [20, 36, 41, 69, 76], "yum": 20, "zip": 21, "zoom": [6, 63], "~/": 20, "\u00b7\u00b7": 36, "\u2019d": [41, 56], "\u2019drop": 56, "\u2019ll": [2, 29, 41, 58], "\u2019n": 56, "\u2019re": [5, 12, 28, 41], "\u2019s": [1, 4, 5, 7, 9, 14, 15, 17, 20, 21, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 81, 82, 83], "\u2019t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "\u2019ve": [18, 20], "\u201cedit": 15, "\u201d.": 2, "\u2026)": 44, "\u2026.": 5, "\u2026\u300d": 20, "\u2075,": 45, "\u2261)": 36, "\u3001*": 45, "\u3001\u300c": [20, 24], "\u3001\u300d": 45, "\u3001\uff08": 20, "\u3002,": 45, "\u3002:": 20, "\u3002debian": 20, "\u3002nautilus": 20, "\u3002nextcloud": [21, 24, 53], "\u3002ssl": 20, "\u3002webdav": 20, "\u3002\u3057\u304b\u3057": 45, "\u3002\u5024": 20, "\u3002\uff08": [0, 24], "\u3002\uff09": 24, "\u300c+": 45, "\u300cactive": 20, "\u300cadvanced": 20, "\u300cclear": 20, "\u300ccopy": 20, "\u300cdecrypt": 26, "\u300cencryption": 20, "\u300cenvironment": 20, "\u300ceverything": 20, "\u300cfile": 20, "\u300clogin": 20, "\u300cmore": 20, "\u300cmy": 20, "\u300cnew": 20, "\u300cok": 20, "\u300cpath": 20, "\u300cplace": 20, "\u300cremote": 20, "\u300csave": 20, "\u300csession": 20, "\u300cshow": 20, "\u300csub": 24, "\u300ctest": 24, "\u300ctime": 20, "\u300ctls": 20, "\u300d)": [16, 41, 51], "\u300d,": [5, 20, 41, 50, 51, 62], "\u300d.": [5, 12, 28, 41, 44, 51, 62], "\u300d\u2192": 20, "\u3042\u3063": 0, "\u3042\u306a\u305f": [20, 45, 53], "\u3042\u308a": [0, 20, 24, 45], "\u3042\u308b": [0, 20, 21], "\u3044\u308b": [0, 20, 24], "\u3044\u308c": 20, "\u304a\u3088\u3073": [0, 22, 30, 53], "\u304a\u308a": 0, "\u304a\u6301\u3061": 45, "\u304a\u6c17": [0, 21], "\u304b\u3064": 53, "\u304b\u3069": 20, "\u304b\u3069\u3046": 20, "\u304b\u3082": 20, "\u304b\u3089": [0, 20, 21, 24, 45, 53], "\u304c\u3044\u3064": 0, "\u304f\u3060": [20, 24, 31, 45], "\u3053\u305d": 53, "\u3053\u3068": [0, 20, 24, 25, 31], "\u3053\u306e": [0, 20, 24, 31], "\u3053\u308c": [20, 24, 45], "\u3053\u308c\u3089": [21, 31], "\u3054\u3068": 0, "\u3055\u3044": [20, 24, 31, 45], "\u3055\u3089\u306b": 24, "\u3057\u307e\u3059": 20, "\u3057\u307e\u305b": 20, "\u3057\u308c": 20, "\u3059\u3050": [24, 53], "\u3059\u3079": [0, 20, 53], "\u3059\u3079\u3066": [0, 20, 21, 53], "\u3059\u308b": [0, 22, 24, 25, 30, 31, 53], "\u305a\u308c": 31, "\u305b\u308b": [20, 45], "\u305d\u3057\u3066": 20, "\u305d\u306e": [0, 20, 45], "\u305d\u308c\u3089": [0, 45], "\u305f\u3044": [20, 45], "\u305f\u304b": 0, "\u305f\u304f": 45, "\u305f\u3059\u3079\u3066": 0, "\u305f\u3060\u3057": [20, 24], "\u305f\u3069\u308a": 20, "\u305f\u3073": [20, 24], "\u305f\u3081": [0, 20, 21, 24, 31, 45, 53], "\u305f\u3089": 20, "\u3060\u3051": [0, 24], "\u3060\u3055\u3044": [0, 20, 21, 31, 45], "\u3066\u304f": [20, 21], "\u3067\u304d": [0, 20, 21, 24, 45, 53], "\u3067\u304d\u308b": [0, 20, 21], "\u3067\u304f": [0, 45], "\u3067\u3057\u3087": 45, "\u3067\u3059": [20, 24, 31, 45, 53], "\u3068\u3044\u3046": [20, 45], "\u3068\u304a\u308a": 20, "\u3068\u304d": 45, "\u3068\u3053\u308d": 20, "\u3068\u3057\u3066": [0, 20], "\u3069\u306e": 0, "\u306a\u3044": [0, 20, 21, 24, 31], "\u306a\u304f": 24, "\u306a\u3057": [0, 20], "\u306a\u3063": [0, 20], "\u306a\u3069": [0, 20], "\u306a\u3089": 20, "\u306a\u308a": [0, 20, 24], "\u306a\u308b": [24, 45], "\u306b\u3064\u3044\u3066": 0, "\u306b\u3068\u3063": 31, "\u306b\u3088\u3063\u3066": [0, 20], "\u306b\u3088\u308b": 31, "\u306b\u95a2\u3059\u308b": 0, "\u306e\u3044": 31, "\u306e\u3067": 45, "\u306e\u307f": [0, 20, 24], "\u306f\u3058\u3081": 6, "\u306f\u3059\u3079\u3066": 0, "\u306f\u305a": 20, "\u3078\u3088\u3046": 53, "\u307e\u3057": 20, "\u307e\u3059": [0, 20, 21, 24, 25, 31, 45, 53], "\u307e\u305b": [20, 24], "\u307e\u305f": [0, 20, 31, 45, 53], "\u307e\u3067": [20, 24, 53], "\u307e\u3068\u3081": [0, 25], "\u307e\u3068\u3081\u3066": 0, "\u3082\u3057": 20, "\u3082\u306e": [20, 45], "\u3088\u3046": [0, 20, 24], "\u3088\u308a": [20, 24, 31], "\u3089\u308c": [24, 25], "\u3089\u308c\u308b": 20, "\u308c\u307e\u305b": 24, "\u308c\u308b": [0, 20, 24, 45], "\u308f\u3051": 24, "\u3092\u901a\u3057": [20, 45], "\u30a2\u30a4\u30b3\u30f3": [0, 45], "\u30a2\u30ab\u30a6\u30f3\u30c8": [20, 45], "\u30a2\u30af\u30bb\u30b9": [0, 6, 21, 30, 45], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3": [6, 20], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea": 6, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b9\u30c8\u30ea\u30fc\u30e0": 6, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30bf\u30d6": 0, "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9": [20, 22, 30], "\u30a2\u30c9\u30ec\u30b9": [20, 45], "\u30a2\u30d7\u30ea": [0, 20, 45, 53], "\u30a2\u30d7\u30ea\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb": 45, "\u30a2\u30f3\u30de\u30a6\u30f3\u30c8": 20, "\u30a4\u30d9\u30f3\u30c8": 0, "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9": [0, 20], "\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb": [0, 20, 45], "\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9": 21, "\u30a4\u30f3\u30dd\u30fc\u30c8": 20, "\u30a6\u30a3\u30f3\u30c9\u30a6": [20, 45], "\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6": 20, "\u30a8\u30e9\u30fc": 20, "\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8": 20, "\u30a8\u30f3\u30c8\u30ea": 0, "\u30aa\u30d5": 0, "\u30aa\u30d5\u30e9\u30a4\u30f3": 20, "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8": 0, "\u30aa\u30d7\u30b7\u30e7\u30f3": [0, 20], "\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0": 20, "\u30aa\u30f3": 0, "\u30aa\u30f3\u30e9\u30a4\u30f3\u30a2\u30ab\u30a6\u30f3\u30c8": 20, "\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9": [20, 53], "\u30ab\u30c6\u30b4\u30ea\u30fc": 0, "\u30ab\u30ec\u30f3\u30c0": 45, "\u30ab\u30ec\u30f3\u30c0\u30fc": 0, "\u30ab\u30ec\u30f3\u30c0\u30fc\u30a2\u30d7\u30ea": 45, "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [31, 53], "\u30af\u30ea\u30c3\u30af": [0, 20], "\u30b0\u30eb\u30fc\u30d7": [0, 20], "\u30b3\u30d4\u30fc": [0, 20, 24], "\u30b3\u30de\u30f3\u30c9": 20, "\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8": 20, "\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30e1\u30f3\u30d0\u30fc": 20, "\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8": 20, "\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb": 20, "\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf": [20, 24], "\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc": [20, 53], "\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9": 53, "\u30b4\u30df": 24, "\u30b5\u30a4\u30ba": [20, 31], "\u30b5\u30a4\u30c9\u30d0\u30fc": [6, 20], "\u30b5\u30a4\u30f3\u30a4\u30f3": 20, "\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": 20, "\u30b5\u30dd\u30fc\u30c8": [20, 53], "\u30b5\u30de\u30ea\u30fc": 0, "\u30b5\u30de\u30ea\u30fc\u30e1\u30fc\u30eb": 0, "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u30fc": 20, "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u30fc\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": 20, "\u30b5\u30fc\u30d0": [20, 21, 24], "\u30b5\u30fc\u30d0\u30a2\u30c9\u30ec\u30b9": 20, "\u30b5\u30fc\u30d0\u30fc": [20, 45, 53], "\u30b5\u30fc\u30d0\u30fc\u30a2\u30c9\u30ec\u30b9": 20, "\u30b5\u30fc\u30d3\u30b9": 20, "\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc": 53, "\u30b7\u30a7\u30a2": 20, "\u30b7\u30b9\u30c6\u30e0": [20, 21], "\u30b7\u30ca\u30ea\u30aa": 24, "\u30b9\u30af\u30ea\u30d7\u30c8": 20, "\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc": 20, "\u30b9\u30c6\u30c3\u30d7": 45, "\u30b9\u30c6\u30fc\u30bf\u30b9\u30e9\u30a4\u30f3": 20, "\u30b9\u30c8\u30ea\u30fc\u30e0": 0, "\u30b9\u30c8\u30ec\u30fc\u30b8": 20, "\u30b9\u30c8\u30ec\u30fc\u30b8\u30af\u30a9\u30fc\u30bf": 24, "\u30bb\u30ad\u30e5\u30a2": 53, "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3": 20, "\u30bb\u30af\u30b7\u30e7\u30f3": 20, "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2": 53, "\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3": 53, "\u30bf\u30b0": 0, "\u30bf\u30b9\u30af": [0, 45], "\u30bf\u30c3\u30d7": 45, "\u30bf\u30d6": [0, 20], "\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8": 0, "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9": 20, "\u30c1\u30a7\u30c3\u30af": [0, 20], "\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9": [0, 20], "\u30c6\u30b9\u30c8": 20, "\u30c7\u30a3\u30b9\u30af\u30c9\u30e9\u30a4\u30d6": 20, "\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": [20, 53], "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7": [0, 22, 30, 53], "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": 20, "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc": 25, "\u30c7\u30d0\u30a4\u30b9": [20, 53], "\u30c7\u30d5\u30a9\u30eb\u30c8": [0, 24, 31], "\u30c7\u30fc\u30bf": [20, 45, 53], "\u30c8\u30b0\u30eb": 0, "\u30c8\u30f3\u30cd\u30eb": 20, "\u30c8\u30fc\u30af\u30f3": [0, 20], "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8": [20, 24], "\u30c9\u30e1\u30a4\u30f3": 20, "\u30c9\u30e9\u30a4\u30d6\u30ec\u30bf\u30fc": 20, "\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3": 20, "\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3\u30e1\u30cb\u30e5\u30fc": 20, "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d0\u30fc": 0, "\u30cd\u30a4\u30c6\u30a3\u30d6": 20, "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af": 20, "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c9\u30e9\u30a4\u30d6": 20, "\u30d0\u30fc\u30b8\u30e7\u30f3": [20, 41], "\u30d1\u30b9": 20, "\u30d1\u30b9\u30ef\u30fc\u30c9": [20, 45], "\u30d5\u30a1\u30a4\u30eb": [6, 25, 53], "\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30c9\u30e9\u30a4\u30d0\u30fc": 20, "\u30d5\u30a3\u30fc\u30c9": 6, "\u30d5\u30a3\u30fc\u30c9\u30ea\u30fc\u30c0\u30fc": 0, "\u30d5\u30a9\u30eb\u30c0": [0, 24], "\u30d5\u30a9\u30eb\u30c0\u30fc": [0, 20, 53], "\u30d6\u30e9\u30a6\u30b6": 0, "\u30d6\u30e9\u30a6\u30b6\u30fc": [6, 20], "\u30d6\u30e9\u30a6\u30ba": 20, "\u30d7\u30c3\u30b7\u30e5": 0, "\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8": 53, "\u30d7\u30ed\u30c8\u30b3\u30eb": 20, "\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc": 20, "\u30d7\u30ed\u30d1\u30c6\u30a3": 20, "\u30d9\u30fc\u30b9": 20, "\u30db\u30b9\u30c8": 20, "\u30db\u30fc\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": 20, "\u30dc\u30bf\u30f3": [20, 45], "\u30dd\u30fc\u30bf\u30d6\u30eb": 20, "\u30dd\u30fc\u30c8": 20, "\u30de\u30a6\u30f3\u30c8\u30dd\u30a4\u30f3\u30c8": 20, "\u30de\u30c3\u30d7": 20, "\u30de\u30c8\u30ea\u30c3\u30af\u30b9": 0, "\u30e1\u30cb\u30e5\u30fc": 20, "\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc": 20, "\u30e2\u30d0\u30a4\u30eb": [0, 22, 30, 45], "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea": 20, "\u30e2\u30d0\u30a4\u30eb\u30c7\u30d0\u30a4\u30b9": 20, "\u30e6\u30fc\u30b6": [0, 24, 31, 45], "\u30e6\u30fc\u30b6\u30fc": 20, "\u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb": 6, "\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9": 20, "\u30ea\u30b9\u30c8": 45, "\u30ea\u30bd\u30fc\u30b9": 20, "\u30ea\u30e2\u30fc\u30c8web": 20, "\u30ea\u30e2\u30fc\u30c8\u30cd\u30c3\u30c8\u30ef\u30fc\u30af": 20, "\u30ea\u30e2\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb": 20, "\u30ea\u30e2\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0": 20, "\u30ea\u30f3\u30af": [0, 20], "\u30eb\u30fc\u30c8": 20, "\u30eb\u30fc\u30c8\u30d5\u30a9\u30eb\u30c0\u30fc": 20, "\u30ec\u30b8\u30b9\u30c8\u30ea": 20, "\u30ec\u30b8\u30b9\u30c8\u30ea\u30a8\u30c7\u30a3\u30bf\u30fc": 20, "\u30ed\u30b0": 20, "\u30ed\u30b0\u30a4\u30f3": [20, 45], "\u30ed\u30fc\u30ab\u30eb": [20, 53], "\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": 20, "\u30ed\u30fc\u30ab\u30eb\u30cf\u30fc\u30c9\u30c9\u30e9\u30a4\u30d6": 20, "\u30fb\u30d1\u30b9\u30ef\u30fc\u30c9": 20, "\u4e00\u6642\u7684": 20, "\u4e00\u89a7": 20, "\u4e00\u90e8": 31, "\u4e0a\u8a18": 0, "\u4e0a\u90e8": [0, 20], "\u4e0a\u9650": [20, 24, 31], "\u4e0b\u8a18": 20, "\u4e0b\u90e8": 0, "\u4e0d\u8981": 20, "\u4e21\u65b9": [20, 24], "\u4e21\u8005": 24, "\u4e88\u5b9a": 20, "\u4ed8\u3051": [0, 20], "\u4ed8\u4e0e": 45, "\u4ee3\u308f\u308a": 20, "\u4ee5\u4e0a": 20, "\u4ee5\u4e0b": 20, "\u4efb\u610f": [0, 20], "\u4f5c\u6210": [0, 21, 45], "\u4f7f\u3044\u65b9": 25, "\u4f7f\u3046": 20, "\u4f7f\u3063": 20, "\u4f7f\u7528": [6, 22, 25, 30, 53], "\u4f8b\u3048": 20, "\u4f9d\u983c": 31, "\u4fbf\u5229": [0, 20], "\u4fdd\u5b58": [20, 24], "\u4fdd\u6301": 24, "\u4fdd\u8b77": 20, "\u500b\u4eba": [0, 20, 24, 53], "\u5024\u3088\u308a": 24, "\u512a\u5148": 24, "\u5148\u982d": 20, "\u5165\u308a": [0, 21], "\u5165\u308c": [20, 24], "\u5165\u308c\u308b": 0, "\u5165\u529b": [20, 45], "\u516c\u5171": 20, "\u5171\u6709": [0, 53], "\u518d\u3073": 24, "\u518d\u5171\u6709": 21, "\u518d\u5ea6": [20, 45], "\u518d\u63a5": 20, "\u518d\u8d77": 20, "\u5206\u6563": 20, "\u5207\u308c\u308b": 24, "\u5207\u65ad": 20, "\u5225\u9014": 25, "\u5229\u7528": [0, 20, 21, 24], "\u5236\u9650": [20, 31], "\u524a\u9664": [0, 21, 30, 32], "\u524d\u65e5": 0, "\u5272\u308a": [20, 24], "\u5272\u308a\u5f53\u3066": 20, "\u52d5\u4f5c": 20, "\u52d5\u5f8c": 20, "\u5316\u63a5": 20, "\u533f\u540d": 20, "\u5341\u5206": 31, "\u5354\u529b": 53, "\u53c2\u7167": [20, 24], "\u53ce\u307e\u308b": 24, "\u53d6\u308b": 0, "\u53d6\u5f97": 20, "\u53d7\u3051": [0, 31], "\u53d7\u3051\u308b": 53, "\u53d7\u4fe1": 24, "\u53e4\u3044": [20, 24], "\u53ef\u80fd": [20, 24, 45], "\u5404\u7a2e": 31, "\u540c\u3058": 20, "\u540c\u671f": [6, 20, 22, 43, 53], "\u540c\u69d8": [20, 24], "\u540d\u524d": [0, 20, 24], "\u5411\u3051": [20, 25], "\u542b\u307e": [0, 20], "\u542b\u3080": 20, "\u554f\u3044\u5408\u308f": [20, 21], "\u57fa\u672c": 20, "\u5834\u5408": [0, 20, 21, 31], "\u5834\u6240": [20, 53], "\u5897\u3084\u3059": [20, 31], "\u5897\u52a0": 31, "\u5909\u6570": 31, "\u5909\u66f4": [0, 20, 24, 31, 41], "\u5927\u304d\u3044": 31, "\u5927\u4f01\u696d": 53, "\u5927\u5bb9\u91cf": [22, 30], "\u5931\u6557": 20, "\u5b89\u5168": [20, 53], "\u5b8c\u4e86": [20, 45], "\u5b8c\u5168": 24, "\u5b9f\u884c": [0, 20], "\u5b9f\u88c5": 20, "\u5bfe\u5fdc": [0, 20], "\u5bfe\u8c61": 24, "\u5c02\u7528": 20, "\u5c11\u3057": 24, "\u5c11\u3057\u9577\u304f": 20, "\u5c55\u958b": 20, "\u5de6\u4e0b": 20, "\u5de6\u5074": [0, 20], "\u5e0c\u671b": 20, "\u5f37\u304f": 20, "\u5f53\u3066": [20, 24], "\u5f71\u97ff": 0, "\u5f93\u3063": 20, "\u5fc5\u8981": [20, 31, 45], "\u60c5\u5831": [20, 45], "\u610f\u5473": 20, "\u6240\u6709": [20, 24], "\u624b\u4f5c\u696d": 45, "\u624b\u52d5": [20, 24], "\u6271\u3044": 20, "\u62bc\u3057": 20, "\u62bc\u4e0b": 45, "\u62e1\u5f35": 20, "\u6307\u5b9a": 20, "\u6307\u793a": 20, "\u63a5\u7d9a": 20, "\u63a8\u5968": [20, 25, 31], "\u63d0\u4f9b": [0, 20, 53], "\u64cd\u4f5c": 20, "\u6574\u7406": 0, "\u65b0\u3057\u3044": [20, 24, 45], "\u65b9\u6cd5": 45, "\u65e5\u4ed8": [0, 20], "\u65e5\u6570": 24, "\u65e5\u9593\u30b4\u30df": 24, "\u65e9\u304f": [0, 24], "\u6642\u523b": 24, "\u6642\u7cfb": 0, "\u6642\u9593": 0, "\u6697\u53f7": 20, "\u6697\u53f7\u5316": 20, "\u66f4\u65b0": [0, 20], "\u66f8\u304d\u53ef": 20, "\u6700\u3082": 24, "\u6700\u5927": [20, 24], "\u6700\u5f8c": 20, "\u6700\u8fd1": 0, "\u6700\u9069": 20, "\u6709\u52b9": [0, 20], "\u671f\u9593": 24, "\u671f\u9650": 24, "\u672b\u5c3e": 20, "\u691c\u7d22": 6, "\u691c\u8a3c": 20, "\u6982\u8981": 0, "\u69cb\u6210": 20, "\u69cb\u6587": 20, "\u6a29\u9650": [20, 31], "\u6a5f\u5668": 45, "\u6a5f\u80fd": [0, 20, 21], "\u6b63\u3057\u304f": 20, "\u6b8b\u308a": 20, "\u6bce\u671d": 0, "\u6bce\u9031": 0, "\u6ce8\u610f": 20, "\u6e96\u62e0": 53, "\u7121\u52b9": [0, 20, 21], "\u7121\u6599": 53, "\u7279\u5b9a": 0, "\u72b6\u614b": 20, "\u72ec\u7acb": 0, "\u73fe\u5728": [20, 24], "\u7528\u901a": 0, "\u753b\u9762": [20, 45], "\u767a\u751f": 20, "\u76ee\u7684": 24, "\u76f4\u5f8c": 0, "\u76f4\u63a5": 0, "\u7701\u7565": 20, "\u77e5\u8a2d": 0, "\u78ba\u4fdd": [20, 24], "\u78ba\u8a8d": [0, 20, 24, 45], "\u793a\u3057": 20, "\u79d8\u5bc6": 0, "\u79fb\u52d5": [0, 20, 24], "\u7a2e\u5225": 20, "\u7a2e\u985e": 0, "\u7a7a\u304d": 24, "\u7acb\u3061\u4e0a\u3052\u308b": 45, "\u7ba1\u7406": [6, 20, 21, 30, 31, 53], "\u7bb1\u5185": 24, "\u7c21\u5358": 20, "\u7d42\u4e86": 20, "\u7d44\u307f\u8fbc\u307e": 20, "\u7d4c\u904e": 24, "\u7d5e\u308a\u8fbc\u3080": 0, "\u7d71\u5408": 6, "\u7d9a\u3044": 20, "\u7d9a\u3051": [20, 24, 45], "\u7dad\u6301": 20, "\u7de8\u96c6": [20, 21], "\u7f6e\u304d\u63db\u3048": 20, "\u7f6e\u304f": 53, "\u7f72\u540d": 20, "\u7ffb\u8a33": 53, "\u8003\u3048\u308b": 20, "\u81ea\u5206": [0, 20, 24], "\u81ea\u52d5": 20, "\u81ea\u5b85": 53, "\u81ea\u5df1": 20, "\u8457\u4f5c": 20, "\u884c\u3044": 0, "\u884c\u304d": 45, "\u884c\u3063": 31, "\u8868\u793a": [6, 20, 45], "\u8907\u6570": [20, 53], "\u8907\u96d1": 24, "\u8981\u4ef6": 6, "\u8981\u6c42": 45, "\u89e3\u6c7a": 20, "\u89e3\u6d88": 20, "\u89e3\u9664": 20, "\u8a00\u3048": 31, "\u8a08\u7b97": 24, "\u8a18\u4e8b": 20, "\u8a18\u8f09": [0, 20], "\u8a18\u9332": [0, 20], "\u8a2d\u5b9a": [6, 20, 24, 31, 45], "\u8a2d\u8a08": 20, "\u8a31\u53ef": [20, 45], "\u8a3c\u660e": 20, "\u8a3c\u660e\u66f8": 20, "\u8a73\u7d30": [20, 24], "\u8a8d\u8a3c": [0, 20], "\u8a8d\u8b58": 20, "\u8aac\u660e": 24, "\u8aad\u307f": 20, "\u8aad\u307f\u53d6\u308a": 20, "\u8abf\u6574": 24, "\u8b66\u544a": 20, "\u8cc7\u683c": [20, 45], "\u8cfc\u8aad": 45, "\u8d77\u304d": 0, "\u8d77\u52d5": [20, 45], "\u8d85\u3048": 24, "\u8ee2\u9001": 20, "\u8ffd\u52a0": [0, 20, 24], "\u8ffd\u8de1": 0, "\u9001\u4fe1": 0, "\u901a\u5e38": 24, "\u901a\u77e5": 6, "\u9023\u7d61": [0, 31, 45], "\u9023\u7d61\u5148": 0, "\u9031\u9593": 0, "\u9032\u3081": 20, "\u904b\u7528": 53, "\u9069\u5207": [20, 31], "\u9078\u3073": 20, "\u9078\u3093": 45, "\u9078\u629e": [0, 20, 45], "\u90e8\u5206": 20, "\u91cd\u8981": 20, "\u9589\u3058": [20, 45], "\u958b\u3044": [0, 20], "\u958b\u304d": [0, 20, 45], "\u958b\u59cb": 20, "\u95a2\u9023": 0, "\u9632\u3050\u529b": 24, "\u9664\u304d": 20, "\u9805\u76ee": 20, "\u983b\u7e41": 20, "\u9b54\u6cd5": 24, "\uff08https": 20, "\uff08sni": 20, "\uff08\u4f8b": [0, 20], "\uff09:": 20, "\uff09webdav": 20, "\uff09\u3002": 20, "\uff11\u3064\u3081": 45}, "titles": ["\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea\u306e\u4f7f\u7528", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u76ee\u6b21", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "WebDAV \u3092\u4f7f\u7528\u3057\u3066 Nextcloud \u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b", "Accessing your files using the Nextcloud web interface", "\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9", "Sharing & collaboration", "\u524a\u9664\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406", "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u304a\u3088\u3073\u30e2\u30d0\u30a4\u30eb\u3067\u306e\u540c\u671f", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "\u30d5\u30a1\u30a4\u30eb\uff08Files\uff09\u3068\u540c\u671f", "\u5927\u5bb9\u91cf\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", "\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Android \u3068\u306e\u540c\u671f", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 \u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb \u306f\u3058\u3081\u306b", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"-directories": 12, "-end": 38, "-factor": 81, "-line": [8, 16], "-of": 40, "-office": 40, "-on": 50, "-one": 69, "-screen": 72, "-side": 26, "-specific": 54, "-to": [38, 69], "-up": 44, "/add": 41, "2ee": 38, "2fa": 51, "about": 12, "accepting": 70, "access": [4, 35, 36, 80], "accessing": [20, 21, 27], "account": [19, 44], "accounts": [19, 49], "actions": [15, 44], "activity": 21, "add": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "address": [42, 44, 82], "addresses": 44, "advanced": 44, "ai": [1, 44], "alias": [15, 44], "all": [44, 78], "alternative": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 35, 36, 41, 42, 44, 54, 57, 59, 60, 64, 66, 69, 72, 79, 80, 83], "android": 45, "anonymous": 29, "another": 44, "app": [41, 42, 44], "appearance": 55, "applications": 81, "appointment": 41, "appointments": 41, "apps": 75, "archive": 69, "are": 12, "as": [42, 44, 72], "assign": 41, "assigning": 36, "assistant": 1, "at": 42, "attachments": [41, 56], "attempting": 12, "attendees": 41, "audio": 60, "authentication": 81, "automated": 41, "automatic": [7, 44], "automation": 44, "autoresponder": 44, "autoresponders": 44, "availability": 41, "backends": 27, "background": 26, "backgrounds": 60, "ban": 69, "basic": 7, "be": 26, "being": 12, "between": 52, "bin": 41, "birthday": 41, "blocks": 44, "body": 44, "book": 82, "booked": 41, "booking": 41, "books": 42, "bots": 57, "breakout": [58, 60], "browser": 60, "browsers": 54, "browsing": 36, "busy": 41, "by": 36, "calendar": [41, 44, 47, 51, 59], "calendars": [41, 50], "call": [60, 62, 64, 65, 72], "calls": 61, "can": [26, 82], "card": 75, "cardbook": 50, "change": [12, 26, 27, 44], "changes": [12, 54], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "client": [8, 13, 15, 19, 60, 81], "clients": 60, "cloud": 28, "codes": 81, "collaboration": 23, "collectives": [2, 3], "color": 44, "command": [8, 16], "commands": 57, "comments": 21, "compact": [44, 55], "compose": 44, "composer": 44, "conditions": 44, "configuration": [9, 15, 41], "configure": 58, "configuring": [19, 81], "conflict": 15, "conflicts": 10, "connected": 54, "connecting": 21, "consent": 62, "considerations": 81, "contact": 42, "contacts": [42, 44, 47, 50, 51], "context": 15, "continuously": 12, "control": 39, "controlling": 60, "conversation": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "create": [5, 41, 42, 44, 75], "creates": 5, "creating": [21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "curl": 20, "cyberduck": 20, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "delegation": [41, 44], "delete": [41, 44], "deleting": 39, "deletion": 44, "desktop": [13, 19, 46, 60], "details": 21, "detection": [27, 44], "device": [38, 54], "devices": 54, "disable": 26, "disabled": 26, "disk": 11, "display": 44, "displaying": 38, "disposable": 69, "dolphin": 20, "download": [14, 60], "downloaded": 15, "drop": 29, "duplicate": [41, 42], "during": 60, "edit": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "email": [28, 72], "emoji": 66, "enable": [12, 44], "enabling": 38, "encrypted": 26, "encrypting": 38, "encryption": [26, 34, 38], "end": 38, "envelope": 44, "environment": 11, "environments": 7, "even": 12, "event": [41, 44], "events": [41, 59], "everyone": 5, "example": [8, 10], "exclude": 8, "experimental": 10, "expiration": 69, "explorer": 20, "export": 41, "extensions": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorite": 42, "favorites": 44, "features": 15, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "file": [9, 15, 19, 27, 29, 35], "files": [4, 12, 15, 19, 20, 21, 26, 27, 29, 30, 36, 56, 71], "filter": [44, 69], "filtering": [21, 44], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "folders": 12, "follow": 44, "for": [41, 44, 77], "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 69], "groups": [35, 42], "groupware": 43, "guest": 72, "hand": 60, "handling": 8, "hardware": 81, "history": 1, "holiday": 41, "hours": 41, "how": [5, 12, 26, 44], "icon": 19, "icons": 19, "ics": 41, "if": 81, "ignored": 19, "immediately": 60, "import": 41, "importing": 42, "in": [7, 12, 44, 56, 76, 81, 82], "inbox": 44, "inboxes": 44, "included": 80, "indicators": 15, "info": 44, "information": 42, "initial": 14, "inserting": 66, "install": [8, 14], "installation": 14, "instances": 52, "instructions": 17, "integrating": 75, "integration": [15, 44, 59, 71], "interacting": 76, "interface": [12, 21, 83], "internal": [35, 44], "into": 75, "introduction": 5, "introductions": 5, "invitation": [44, 70], "invitations": [41, 44], "invite": 41, "ios": 47, "is": 26, "issues": 15, "it": [12, 26], "items": 42, "job": 26, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": [44, 80], "known": 15, "kontact": 48, "language": 12, "layout": [44, 65], "levels": 36, "like": 12, "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "logging": 81, "login": 26, "lose": 81, "low": 11, "macos": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailing": 44, "making": 29, "manage": [54, 58, 62], "manager": 19, "managing": [36, 41, 42, 44, 54, 69], "manually": 42, "mark": 42, "markdown": [4, 66], "matterbridge": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "mention": 44, "menu": 15, "merging": 42, "message": [44, 75], "messages": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrate": 52, "minimize": 44, "mnemonic": 38, "mobile": 60, "modal": 44, "mode": 44, "moderators": 77, "modified": 12, "more": 66, "move": [12, 26, 44], "multiple": 42, "my": 12, "naming": 39, "native": 44, "nautilus": 20, "navigating": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26], "note": 69, "notifications": [1, 41, 69], "of": [12, 55], "on": [12, 14, 19, 44, 76], "onboard": 5, "one": 69, "only": 50, "open": 78, "operation": 44, "options": [16, 41, 42], "or": [26, 41, 42, 60, 72], "order": 44, "organize": 42, "other": 72, "others": 35, "our": 5, "out": 40, "outbox": 44, "overlay": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "participants": [60, 69], "password": [26, 54], "passwords": 54, "personal": 1, "phishing": 44, "picker": 66, "pickers": 1, "picture": 42, "pinning": 76, "planned": 26, "polls": 56, "possible": 26, "preferences": 82, "preventing": 7, "priority": 44, "privacy": 69, "private": [26, 69], "profile": [82, 83], "progress": 41, "project": 5, "proposal": 41, "proposals": 41, "proposed": 41, "public": 35, "publishing": 41, "quick": 44, "quota": 33, "raise": 60, "reactions": 60, "recipient": 44, "recommended": 50, "record": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "reminder": 76, "reminders": [41, 44], "remove": 42, "replies": 44, "replying": 66, "requirements": 14, "resources": 41, "responding": 41, "responsiveness": 80, "restrict": 82, "roles": 42, "room": 41, "rooms": [41, 58, 60], "rss": 0, "running": 1, "schedule": 59, "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "self": 69, "sending": [44, 66, 70], "server": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [29, 40, 76, 82], "settings": [1, 19, 44, 72, 83], "setup": [14, 49], "share": [21, 28, 35, 72, 75], "shared": [42, 44], "shares": [28, 35], "sharing": [15, 19, 23, 26, 27, 35, 41, 56, 63, 82], "shortcuts": 44, "sidebar": 21, "silent": 66, "smart": [1, 44, 66], "snooze": 44, "some": 12, "sort": 44, "space": 11, "speaker": 65, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19, 41], "step": 5, "steps": 2, "stops": 12, "storage": [27, 33], "sub": 12, "subfolder": 44, "subscribe": 41, "summary": [44, 66], "supported": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchronization": 19, "synchronized": 12, "synchronizing": [46, 47, 48, 49, 50, 51], "syncing": 12, "system": [14, 36], "systray": 19, "tag": 36, "tags": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44], "tasks": 75, "team": [5, 42], "teams": 42, "template": 5, "text": 44, "than": 12, "the": [7, 8, 12, 19, 21, 26, 38, 41, 42, 44, 46, 50, 60, 82, 83], "their": 5, "themes": 80, "there": 12, "they": 12, "this": 26, "thread": 44, "threaded": 76, "thunderbird": 50, "time": 42, "times": 41, "tlsv": 51, "to": [5, 12, 21, 26, 35, 36, 41, 42, 44, 66, 69], "together": 5, "tokens": 81, "tracked": 12, "transcription": 64, "transfer": 37, "translation": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [49, 51], "two": 81, "unified": 44, "uninstallation": 17, "universal": 80, "unsubscribe": 44, "up": [29, 41, 44, 60], "update": 18, "updater": 7, "updates": 7, "uploaded": 12, "uploading": [10, 21, 29], "uploads": 29, "usage": 8, "use": [2, 44], "user": [12, 19, 26, 41], "users": 35, "using": [8, 19, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "variables": 11, "version": 39, "versions": 14, "via": [28, 80], "video": 60, "view": [21, 55, 65, 78], "viewing": 41, "virtual": [15, 19, 42], "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "without": 26, "workflow": 7, "working": 41, "works": 12, "would": 12, "you": 81, "your": [5, 19, 21, 27, 29, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u2019s": [2, 26], "\u201d-": 5, "\u304a\u3088\u3073": [20, 25], "\u3059\u308b": [20, 45], "\u306a\u3044": 45, "\u306b\u3088\u308b": 24, "\u306f\u3058\u3081": 53, "\u307e\u305f": 21, "\u30a2\u30a4\u30b3\u30f3": 21, "\u30a2\u30af\u30bb\u30b9": [20, 22], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3": 0, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea": 0, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b5\u30de\u30ea\u30fc": 0, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b9\u30c8\u30ea\u30fc\u30e0": 0, "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9": 31, "\u30a2\u30d7\u30ea": 24, "\u30ab\u30ec\u30f3\u30c0\u30fc": 45, "\u30af\u30a9\u30fc\u30bf": 24, "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": 20, "\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3": 20, "\u30b3\u30f3\u30c6\u30f3\u30c4": 6, "\u30b5\u30a4\u30c9\u30d0\u30fc": 0, "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3": 20, "\u30b9\u30c8\u30ec\u30fc\u30b8": 24, "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7": [20, 25], "\u30c9\u30e9\u30a4\u30d6": 20, "\u30d3\u30c7\u30aa\u30d7\u30ec\u30a4\u30e4\u30fc": 21, "\u30d5\u30a1\u30a4\u30eb": [0, 20, 21, 22, 24, 30, 31, 32, 45], "\u30d5\u30a1\u30a4\u30eb\u30de\u30cd\u30fc\u30b8\u30e3\u30fc": 20, "\u30d5\u30a3\u30eb\u30bf\u30fc": 0, "\u30d5\u30a3\u30fc\u30c9": 0, "\u30d5\u30a9\u30eb\u30c0": 21, "\u30d6\u30e9\u30a6\u30b6\u30fc": 83, "\u30d7\u30ec\u30d3\u30e5\u30fc": 21, "\u30de\u30a6\u30f3\u30c8": 20, "\u30de\u30c3\u30d4\u30f3\u30b0": 20, "\u30e1\u30fc\u30eb": 0, "\u30e2\u30d0\u30a4\u30eb": 25, "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea": 45, "\u30e2\u30d0\u30a4\u30eb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [20, 25], "\u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb": 53, "\u4f5c\u6210": 20, "\u4f7f\u7528": [0, 20], "\u516c\u5f0f": 20, "\u516c\u958b": 20, "\u5171\u6709": [20, 21, 24], "\u5229\u7528": 45, "\u524a\u9664": 24, "\u52d5\u4f5c": 24, "\u540c\u671f": [25, 30, 45], "\u554f\u984c": 20, "\u56de\u7b54": 20, "\u5834\u5408": [24, 45], "\u5927\u5bb9\u91cf": 31, "\u5bb9\u91cf": 24, "\u64cd\u4f5c": 21, "\u65b9\u6cd5": 20, "\u65e2\u77e5": 20, "\u691c\u7d22": 83, "\u6bce\u65e5": 0, "\u72b6\u614b": 21, "\u76ee\u6b21": 6, "\u79fb\u52d5": 21, "\u7ba1\u7406": [24, 32], "\u7d4c\u7531": 20, "\u7d71\u5408": 83, "\u8868\u793a": 0, "\u8981\u4ef6": 83, "\u89e3\u6c7a\u7b56": 20, "\u8a2d\u5b9a": 0, "\u901a\u77e5": [0, 45], "\u9023\u7d61\u5148": 45, "\u9078\u629e": 21, "\u983b\u5ea6": 0}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Android \u3068\u306e\u540c\u671f": [[45, null]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u300f busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cyberduck \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-cyberduck"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \u300cEdit locally\u300d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Linux \u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067 WebDAV \u30de\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Linux\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Microsoft Windows\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u65b9\u6cd5": [[20, "accessing-files-using-microsoft-windows"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus \u30d5\u30a1\u30a4\u30eb\u30de\u30cd\u30fc\u30b8\u30e3\u30fc": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 \u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb \u306f\u3058\u3081\u306b": [[53, null]], "Nextcloud \u306e\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u5229\u7528\u3057\u306a\u3044\u5834\u5408": [[45, "without-the-nextcloud-mobile-app"]], "Nextcloud \u306e\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u5229\u7528\u3059\u308b\u5834\u5408": [[45, "with-the-nextcloud-mobile-app"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS \u30d5\u30a3\u30fc\u30c9": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "WebDAV \u3092\u4f7f\u7528\u3057\u3066 Nextcloud \u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, null]], "WebDAV \u7d4c\u7531\u3067\u516c\u958b\u5171\u6709\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-public-shares-over-webdav"]], "Webinar and lobby": [[79, null]], "Web\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u8981\u4ef6": [[83, "web-browser-requirements"]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "WinSCP \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-winscp"]], "Windows": [[7, "windows"], [17, "windows"]], "Windows Explorer \u3067\u30c9\u30e9\u30a4\u30d6\u3092\u30de\u30c3\u30d4\u30f3\u30b0\u3059\u308b": [[20, "mapping-drives-with-windows-explorer"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "cURL \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-curl"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b": [[20, "accessing-files-using-macos"]], "\u300c\u524a\u9664\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u300d\u30a2\u30d7\u30ea\u306b\u3088\u308b\u30b9\u30c8\u30ec\u30fc\u30b8\u5bb9\u91cf\u306e\u7ba1\u7406": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u306e\u30d5\u30a3\u30eb\u30bf\u30fc": [[0, "filtering-activities"]], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea\u306e\u4f7f\u7528": [[0, null]], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b9\u30c8\u30ea\u30fc\u30e0\u306e\u8868\u793a": [[0, "viewing-your-activity-stream"]], "\u30af\u30a9\u30fc\u30bf": [[24, "quotas"]], "\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067\u30c9\u30e9\u30a4\u30d6\u3092\u30de\u30c3\u30d4\u30f3\u30b0\u3059\u308b": [[20, "mapping-drives-with-the-command-line"]], "\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u76ee\u6b21": [[6, null]], "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u306eWebDAV\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [[20, "third-party-webdav-clients"]], "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u304a\u3088\u3073\u30e2\u30d0\u30a4\u30eb\u3067\u306e\u540c\u671f": [[25, null]], "\u30d3\u30c7\u30aa\u30d7\u30ec\u30a4\u30e4\u30fc": [[21, "video-player"]], "\u30d5\u30a1\u30a4\u30eb\u3068\u901a\u77e5": [[45, "files-and-notifications"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30a4\u30c9\u30d0\u30fc\u3067\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3": [[0, "activity-in-the-files-sidebar"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u30d7\u30ec\u30d3\u30e5\u30fc": [[21, "previewing-files"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u64cd\u4f5c": [[21, "file-controls"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u79fb\u52d5": [[21, "moving-files"]], "\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406": [[32, null]], "\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9": [[22, null]], "\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u306e\u9078\u629e": [[21, "selecting-files-or-folders"]], "\u30d5\u30a1\u30a4\u30eb\uff08Files\uff09\u3068\u540c\u671f": [[30, null]], "\u30e1\u30fc\u30eb\u901a\u77e5\u306e\u983b\u5ea6": [[0, "email-notification-frequency"]], "\u30e2\u30d0\u30a4\u30eb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [[25, "mobile-clients"]], "\u516c\u5f0f\u306eNextcloud\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u304a\u3088\u3073\u30e2\u30d0\u30a4\u30eb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "\u5171\u6709\u30d5\u30a1\u30a4\u30eb\u304c\u524a\u9664\u3055\u308c\u305f\u5834\u5408\u306e\u52d5\u4f5c": [[24, "what-happens-when-shared-files-are-deleted"]], "\u5171\u6709\u72b6\u614b\u30a2\u30a4\u30b3\u30f3": [[21, "sharing-status-icons"]], "\u524a\u9664\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406": [[24, null]], "\u554f\u984c": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\u56de\u7b54": [[20, "answer"]], "\u5927\u5bb9\u91cf\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9": [[31, null]], "\u65e2\u77e5\u306e\u554f\u984c": [[20, "known-issues"], [20, "known-problems"]], "\u6bce\u65e5\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b5\u30de\u30ea\u30fc": [[0, "daily-activity-summary"]], "\u7d71\u5408\u691c\u7d22": [[83, "unified-search"]], "\u89e3\u6c7a\u7b56": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\u89e3\u6c7a\u7b56 1": [[20, "solution-1"]], "\u89e3\u6c7a\u7b56 2": [[20, "solution-2"]], "\u901a\u77e5\u8a2d\u5b9a": [[0, "notification-settings"]], "\u9023\u7d61\u5148\u3068\u30ab\u30ec\u30f3\u30c0\u30fc": [[45, "contacts-and-calendar"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"!\u300d": 19, "\"$": 17, "\"%": 12, "\"*": 17, "\"<": 20, "\">": 20, "\"?": 20, "\"\\\"": 12, "##": 66, "$home": [7, 9, 17], "%.": 33, "%\\": [9, 17], "%appdata": [9, 17], "&arch": 8, "&keywords": 8, "&searchon": 8, "')": 20, "(calendar": 49, "(contacts": 49, "(default": 11, "(e": [8, 41], "(far": 83, "(for": 47, "(general": 19, "(kubuntu": 19, "(like": 81, "(of": 7, "(optional": 20, "(or": 4, "(replace": 47, "(s": [9, 42, 82], "(server": 50, "(top": 83, "(ubuntu": 19, "),": [10, 17, 19, 20, 41, 42, 44, 46, 50, 69, 81], ").": [2, 4, 7, 9, 10, 12, 16, 19, 20, 42, 44, 45, 47, 50, 58, 59, 64, 69, 81, 83], "):": 41, ")\u3001": 20, ")\u3002": 45, ")\u300d": [41, 51], "**": 66, "*.": 8, "*bold": 66, "*\u300d": 44, "+%d": 20, ", for": 48, "-%": 20, "--": 66, "->": 48, "-account": 15, "-added": 12, "-administrator": 82, "-and": 1, "-app": 41, "-authentication": 45, "-available": 20, "-background": 16, "-bar": [58, 62], "-based": [7, 8, 57, 81], "-block": 66, "-busy": 41, "-by": [14, 47], "-bytes": 20, "-called": 82, "-catching": 19, "-changes": 12, "-circles": 19, "-click": [14, 15, 19, 20, 35, 48, 63], "-client": [8, 43], "-clients": [8, 20], "-cmd": 8, "-compatibility": 12, "-compatible": [27, 41], "-confdir": 16, "-contact": 45, "-conversation": 60, "-dates": 12, "-day": 41, "-defined": 42, "-desktop": [8, 17], "-devs": 8, "-do": 69, "-document": 12, "-dot": [21, 27, 36, 44, 60, 65], "-down": 12, "-droid": 45, "-eml": 12, "-encrypted": 49, "-end": [26, 30, 34], "-event": 41, "-exclude": [8, 19], "-explanatory": 42, "-facing": [60, 82], "-factor": [6, 46, 50, 51, 54, 82], "-file": 36, "-files": [12, 41], "-fill": 56, "-filled": 44, "-fledged": 50, "-focused": 14, "-forth": 1, "-free": 60, "-generated": [1, 41, 44], "-get": 20, "-granular": 41, "-h": 8, "-header": 20, "-hierarchical": 2, "-hoc": 69, "-httpproxy": 8, "-in": [17, 20, 21, 26, 44, 46, 69, 82], "-indexer": 12, "-interactive": [8, 14], "-it": 51, "-knowledge": 12, "-level": [2, 16, 26], "-line": [6, 13, 14, 36], "-link": 21, "-locally": 9, "-logdebug": 16, "-logdir": 16, "-logexpire": 16, "-logfile": 16, "-logflush": 16, "-logwindow": 16, "-mail": 41, "-managed": [14, 27], "-management": 12, "-max": 8, "-modification": 12, "-n": 8, "-nextcloud": 19, "-non": 8, "-of": [6, 12, 43, 69], "-office": [6, 12, 43, 69], "-on": 41, "-one": [41, 66], "-only": [27, 38, 41, 42, 60, 77], "-ordered": 44, "-out": [26, 44, 69], "-overhauls": 12, "-p": 8, "-party": [20, 26, 41], "-password": [8, 48, 49], "-path": 8, "-performance": 64, "-populated": 19, "-powered": 1, "-related": 1, "-release": 12, "-releases": 18, "-requested": 20, "-retries": 8, "-rich": 50, "-right": 1, "-s": 8, "-screen": [60, 73], "-server": [28, 35], "-servers": 41, "-set": 41, "-share": [26, 33], "-sharing": 29, "-side": [15, 27, 30, 34, 44, 49], "-signed": 49, "-silent": 8, "-solves": 12, "-source": 20, "-specific": [6, 15, 27, 81], "-step": [14, 47], "-style": 43, "-sync": 8, "-talk": 60, "-term": [1, 18], "-time": [41, 64, 81], "-to": [30, 34, 44, 60, 66], "-trust": 8, "-u": 8, "-unsyncedfolders": 8, "-up": 7, "-update": 7, "-updater": 7, "-updates": 42, "-url": [28, 35], "-use": 81, "-used": 20, "-user": [4, 8], "-view": 41, "-way": 25, "-wide": [10, 26, 36, 62], "-with": 20, "-x": 17, ".)": [19, 26, 27, 66], ".*": 16, ".,": [8, 47], "..": [44, 66, 69, 71, 72, 74, 75, 76], "...": 8, ".:": 8, ".alpinelinux": 8, ".cfg": [7, 9, 12, 17], ".collectives": 4, ".com": [8, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], ".conf": 12, ".davfs": 20, ".db": 8, ".debian": 8, ".desktopclient": [9, 15, 17], ".e": [2, 16, 47], ".eml": 12, ".every": 41, ".example": [20, 35, 41, 45, 70], ".exe": [12, 20], ".fedoraproject": 8, ".fileproviderext": 15, ".g": [4, 8, 19, 41, 45, 49], ".ics": 41, ".inotify": 12, ".jpg": 20, ".log": 20, ".lst": [8, 19], ".max": 12, ".net": 8, ".nextcloud": [9, 15, 17], ".org": [8, 20, 47], ".pem": 20, ".php": [20, 24, 41, 45, 47], ".plist": 17, ".reddit": 51, ".txt": [10, 20], ".ubuntu": 8, ".wordpress": 12, ".y": 17, ".yourdomain": [20, 49], ".z": 17, ".\u300d": [12, 26, 44], "/#": [8, 20], "/$": 20, "/+": 8, "/.": [7, 9, 17, 20], "/<": [8, 20, 41], "/>": 20, "/[": [8, 39], "/activity": 0, "/application": 17, "/apps": [0, 41], "/blog": 12, "/busy": [40, 41], "/caches": 17, "/calendar": 41, "/carddav": [43, 49], "/cifs": 27, "/client": 8, "/com": [9, 17], "/comments": 51, "/community": 8, "/contacts": 49, "/containers": [9, 17], "/crashreporter": 17, "/data": [9, 17], "/dav": [20, 45, 47], "/davfs": 20, "/debian": 19, "/disable": [19, 60], "/edge": 8, "/embed": 41, "/etc": [12, 20], "/event": 41, "/files": 20, "/folder": 35, "/font": 80, "/fs": 12, "/fstab": 20, "/group": 17, "/help": 57, "/index": 41, "/inotify": 12, "/install": [8, 20, 73], "/kfy": 20, "/launchagents": 17, "/library": [9, 17], "/macos": 51, "/max": 12, "/media": 8, "/music": 8, "/my": 8, "/mycertificate": 20, "/mynextcloud": 48, "/nextcloud": [7, 8, 9, 12, 17, 20, 51], "/nextcloudusername": 20, "/nkujuxuj": 17, "/ns": 20, "/package": 8, "/participant": 41, "/pkgs": 8, "/plain": 20, "/pop": 43, "/preferences": [9, 17, 41], "/principals": 47, "/public": 20, "/r": 51, "/recipient": 44, "/remote": [20, 45, 47], "/remove": 20, "/resume": 19, "/roll": 57, "/s": [20, 35], "/save": 46, "/search": 8, "/source": 20, "/ssl": 20, "/sys": 12, "/sysctl": 12, "/target": 20, "/team": 69, "/thread": 44, "/token": [46, 48, 49], "/ubuntu": [8, 20], "/unmute": 60, "/unset": 44, "/user": [8, 20], "/username": [20, 47], "/users": 47, "/using": 51, "/vcard": 42, "/video": 73, "/welcome": 20, "/wiki": 57, "/windows": 20, "/write": 41, "/x": 8, "/yxcfkrwbjqyyzp": 35, "/~": 8, "/\u2026": 12, "0f": 20, "0fee": 20, "0x": 20, "1f": 20, "1\u3064": [20, 53], "1\u901a": 0, "2d": 20, "2f": 81, "2fa": [45, 46, 49, 81], "2mb": 31, "2nd": 81, "2\u3064": 45, "3a": 20, "3b": 17, "3rd": 41, "4gb": 20, "5e": 20, "5rcypb": 51, "5sm": 20, "9lek": 20, ":\"": 20, ":/": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], ":\\": 12, ":]": 8, ":collection": 20, ":d": 20, ":getcontentlength": 20, ":getcontenttype": 20, ":getetag": 20, ":getlastmodified": 20, ":href": 20, ":multistatus": 20, ":oc": 20, ":pass": 20, ":prop": 20, ":propstat": 20, ":quota": 20, ":resourcetype": 20, ":response": 20, ":s": 20, ":scan": 27, ":secret": 8, ":status": 20, ":youruser": 20, ";*": 16, "\n<": 20, ">\"": 20, ">-": 41, ">/": [20, 41], ">:": [8, 20], ">@": [8, 28, 35, 41], ">http": 20, ">text": 20, ">tue": 20, "?keywords": 8, "?suite": 8, "?\u300d": 44, "@=": 12, "@cloud": [35, 41, 70], "@pass": 8, "@server": 8, "@ssl": 20, "[general": [9, 12], "[nextcloud": 9, "[proxy": 9, "[x": 66, "\\\"": 12, "\\\\": [12, 20], "\\command": 12, "\\currentcontrolset": 20, "\\currentversion": 12, "\\dav": 20, "\\hkey": 12, "\\microsoft": 12, "\\nc": 12, "\\nextcloud": [7, 9, 17, 20], "\\open": 12, "\\parameters": 20, "\\policies": 7, "\\propertyhandlers": 12, "\\propertysystem": 12, "\\remote": 20, "\\services": 20, "\\shell": 12, "\\software": [7, 12], "\\system": 20, "\\webclient": 20, "\\windows": 12, "]/": 39, "]thumbs": 8, "_\"": 17, "_*": 8, "__": 66, "_address": 8, "_application": 51, "_been": 8, "_blacklist": 11, "_bytes": 11, "_chunk": 11, "_classes": 12, "_conflict": 10, "_created": 8, "_critical": 11, "_current": 7, "_files": 10, "_folder": 8, "_free": 11, "_has": 8, "_http": 11, "_local": [7, 12, 20], "_locks": 20, "_logging": 16, "_machine": [7, 12, 20], "_max": 11, "_min": 11, "_obligation": 24, "_openai": 44, "_parallel": 11, "_password": 8, "_path": 20, "_pp": 20, "_push": 15, "_retention": 24, "_root": 12, "_rules": 16, "_size": 11, "_space": 11, "_sync": 8, "_that": 8, "_the": 51, "_time": 11, "_timeout": 11, "_transcription": 64, "_upload": 10, "_user": [7, 8, 12], "_username": 20, "_versions": 39, "_watches": 12, "_windows": 51, "_with": 51, "`_": 20, "``": [17, 20, 66], "aa": 80, "aaa": 80, "ability": [12, 44], "able": [12, 19, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "about": [5, 15, 21, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "above": [19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absence": [40, 41, 44, 69], "absences": 41, "absent": 40, "accelerate": 15, "accept": [35, 37, 44, 70], "acceptance": [35, 37, 44], "accepted": [37, 41], "accepting": [41, 73], "access": [1, 3, 6, 8, 14, 15, 19, 20, 21, 26, 38, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 81, 82, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessible": [1, 5, 35, 39, 41, 69, 76], "accessibly": 5, "accessing": [22, 30, 69], "accidentally": 41, "according": [19, 44], "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [42, 44, 46, 47, 51], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 44, 62], "actionable": 75, "actions": [36, 42, 56, 57, 66, 69, 76, 77, 83], "activate": [42, 80], "active": [44, 65], "activities": [19, 59], "activity": [9, 12, 14, 19, 54, 82, 83], "actual": 15, "ad": 69, "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 35, 41, 42, 44, 81, 82], "addflag": 44, "adding": [7, 20, 26, 41, 44, 69], "addition": [19, 20, 42, 76, 82], "additional": [13, 19, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": 69, "additions": 42, "address": [6, 7, 8, 9, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": 44, "addressbooks": [42, 51], "addresses": [41, 42, 60], "adds": [5, 41, 42, 44], "adjust": [9, 19, 20, 82], "adjustable": 35, "adjusted": [11, 15, 39], "adjusting": [12, 35], "adjustments": 10, "adjusts": 9, "admin": [13, 14, 42, 44], "administer": 82, "administration": [1, 20, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrative": [7, 35, 37], "administrator": [1, 14, 21, 26, 27, 29, 33, 35, 36, 37, 38, 41, 42, 44, 57, 66, 70, 74, 80, 81, 82], "administrators": [7, 36, 57, 60, 62, 82], "admins": 36, "advanced": [14, 41, 47, 50, 51], "advantage": 12, "advise": 14, "advising": 26, "affected": 44, "affecting": 44, "affects": 4, "after": [9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 12, 21, 26, 39, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18, 33, 81], "agenda": [44, 57], "agendas": 57, "aggregate": 42, "aging": 33, "ai": [6, 66], "aid": 80, "aim": 80, "airplanes": 57, "aliases": [44, 52], "alice": 41, "align": 69, "alike": 69, "all": [1, 2, 5, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [7, 12, 15, 20, 29, 33, 35, 41, 42, 44, 55, 56, 58, 60, 62, 63, 80, 82], "allowance": 42, "allowed": [8, 15, 20, 42, 60, 62], "allowing": [35, 41, 44, 75], "allows": [7, 15, 28, 35, 40, 41, 42, 43, 44, 57, 79, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabetical": 42, "alpine": 8, "already": [2, 10, 14, 19, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "alternative": 29, "alternatively": [2, 12, 14, 60], "always": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "am": 41, "amazon": [20, 27], "amount": 12, "an": [2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyzed": 44, "and": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 25, 26, 27, 28, 29, 33, 37, 38, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "anonymous": [23, 30, 56], "another": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "any": [1, 7, 8, 14, 15, 19, 21, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anyone": [66, 82], "anything": [12, 26, 48, 82], "anytime": [28, 62], "anywhere": [44, 46], "apache": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 45, 46, 48, 49, 50, 51, 52, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparent": 51, "appear": [2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 51, 59, 69, 70, 82], "appearance": [15, 44, 68, 73, 83], "appearing": 27, "appears": [15, 19, 21, 36, 44, 64, 66], "appimage": [12, 14, 17], "appimagelauncher": 12, "apple": [15, 20, 41, 49, 83], "applet": 48, "applicable": 10, "application": [7, 14, 16, 19, 20, 27, 41, 42, 46, 47, 60, 63, 72], "applications": [6, 17, 41, 42, 48, 49, 82], "applied": [19, 36, 44], "applies": [42, 69], "apply": [15, 36, 40, 44], "appointment": [48, 52], "appointments": 44, "appropriate": [51, 76], "approximately": 9, "apps": [15, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "apt": [17, 20], "arbitrary": 19, "archive": [8, 21], "archived": 69, "archives": 14, "are": [1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "area": [19, 41, 60], "around": [36, 42], "arrives": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "artificial": 1, "as": [1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 19, 26, 27, 41, 44, 45, 50, 62, 66], "asked": [35, 37], "asking": 28, "asks": 40, "assign": [36, 58, 69], "assigned": [36, 44, 58], "assigning": 21, "assignment": 58, "assistant": [6, 66], "assistive": 80, "associated": 19, "assuming": 15, "asterisk": 19, "at": [1, 4, 10, 14, 17, 18, 19, 20, 21, 33, 36, 39, 41, 44, 47, 49, 50, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": 36, "attached": 44, "attachment": 41, "attachments": [29, 44, 67, 73], "attempt": [14, 44], "attempting": 10, "attempts": [44, 51], "attendee": 41, "attendees": 52, "attention": 10, "attribute": 82, "audio": [21, 62, 72, 73], "auth": 81, "authenticate": 20, "authentication": [6, 20, 27, 44, 46, 50, 51, 54, 82], "authenticator": 81, "author": 10, "authorities": 20, "auto": [7, 20, 41, 42, 44, 56], "autocompletion": 37, "automated": [36, 57], "automatic": [6, 13, 14, 15, 39, 50], "automatically": [5, 7, 9, 12, 14, 15, 20, 26, 27, 28, 35, 39, 41, 44, 47, 56, 58, 59, 62, 69], "autoresponder": 40, "autoupdater": 7, "availability": [19, 40, 69], "available": [1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 26, 27, 35, 39, 40, 41, 42, 44, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 69], "avatars": [42, 44], "avoid": 15, "away": [19, 41, 48, 69], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 27, 54, 64], "background": [16, 19, 27, 60, 72, 80], "backing": 44, "backup": [19, 41, 81], "backups": 39, "bad": 19, "badge": [10, 21], "bandwidth": 19, "banned": 69, "banner": 26, "bar": [1, 19, 21, 41, 44, 48, 60, 64, 65, 69, 72, 76, 83], "base": [10, 45], "based": [44, 80, 81], "basic": [14, 20, 41, 42], "basicauthlevel": 20, "basics": 2, "basis": [15, 42], "batch": 42, "be": [1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 15, 17, 19, 20, 27, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "because": [7, 12, 15, 19, 20, 26, 38, 44, 46], "become": 10, "becomes": [42, 69], "becoming": 5, "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 26, 35, 41, 42, 44, 57, 69, 81], "before": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "beginning": [44, 47, 80], "behalf": 44, "behave": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 15, 19, 37, 42, 60], "bell": 83, "belongs": 42, "below": [9, 10, 11, 17, 19, 26, 33, 41, 42, 44, 51, 65], "beside": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirectional": 25, "big": 41, "bin": [21, 26, 33, 42], "binary": [8, 15], "birthdays": 41, "bit": 12, "bits": 14, "bitv": 80, "blacklisted": [11, 19], "block": 44, "blockquote": 66, "blocks": 41, "blue": [19, 41, 49], "blur": [60, 72], "boards": [2, 43], "bob": 35, "bodies": 44, "bold": 66, "book": [6, 41, 42, 47, 50], "bookable": 41, "books": [41, 50], "bool": 15, "border": 27, "bot": 57, "both": [8, 10, 42, 44, 47, 48, 52, 55, 60], "bots": [73, 77], "bottom": [1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bounds": 9, "box": [19, 44, 51, 62], "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "bridge": 74, "bridges": 74, "brief": [5, 56], "brightness": 80, "bring": [8, 19, 41, 42, 72], "brings": 41, "broadcast": 58, "browse": [20, 21, 27, 82], "browser": [2, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "browsers": [6, 81, 83], "browsing": 21, "bsd": 14, "bubble": 60, "bubbles": 55, "buckets": 27, "bug": 7, "bugs": [12, 18], "build": 14, "building": 42, "builds": 18, "built": [14, 17, 20, 21, 46], "bulk": 72, "bundle": [7, 43], "bundled": 7, "bundles": 15, "business": 44, "busy": 40, "but": [7, 10, 12, 14, 26, 33, 41, 42, 44, 66, 69, 80, 81, 82], "button": [1, 2, 5, 14, 19, 21, 24, 28, 29, 41, 42, 44, 46, 50, 51, 60, 63, 66, 69, 72, 76, 78, 82, 83], "buttons": [21, 35, 41, 42, 65, 69, 72, 80], "by": [1, 2, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 29, 35, 37, 41, 42, 44, 46, 48, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 80, 81, 82, 83], "bytes": [9, 11], "cache": 33, "caja": [19, 20], "calculated": 33, "calculations": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [6, 33, 40, 42, 43, 45, 46, 48, 49, 50, 52, 68, 69, 73, 83], "calendars": [2, 44, 45, 46, 48, 52], "call": [6, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65], "calls": [6, 60, 69, 70, 73, 77], "camera": [45, 60, 63, 72], "can": [1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cancellations": 41, "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "caption": 56, "captions": 76, "carddav": [42, 47, 48, 49, 50, 51], "cards": [42, 66, 75], "careful": 12, "carla": 8, "carries": 20, "carry": 15, "case": [7, 12, 14, 26, 42, 45], "cases": [48, 62, 69, 82], "categories": 45, "cause": 19, "caused": 80, "causes": 80, "caution": 9, "cellular": 48, "center": 20, "centos": 20, "central": 69, "centres": 65, "certain": [11, 42, 44, 76], "certificate": [8, 47], "certificates": [20, 49], "certification": 20, "certs": 20, "chain": 21, "challenging": 41, "change": [4, 10, 14, 15, 19, 25, 36, 37, 40, 41, 48, 51, 55, 58, 69, 72, 82, 83], "changed": [10, 12, 26, 27, 41, 51, 82], "changes": [6, 8, 9, 10, 15, 19, 21, 28, 29, 36, 41, 42, 44, 58, 80, 81], "changing": [12, 20, 41, 69, 82], "channels": [6, 13], "chapter": [14, 20], "character": [19, 44], "characters": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chats": [35, 55, 56, 69], "chatting": [66, 69], "check": [7, 12, 19, 27, 36, 41, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 44, 60, 62, 69], "checkboxes": [42, 44], "checked": [19, 41, 42], "checking": 9, "checklists": 69, "checkmark": [19, 41], "checks": [7, 44], "chips": 83, "chmod": 20, "choice": [12, 37, 64], "choices": 56, "choose": [1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81, 82], "choosing": [12, 45, 56, 60], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronological": 21, "chronologically": 44, "chunk": [9, 11], "chunksize": 9, "cifs": 27, "cinnamon": 20, "circle": [15, 19, 69], "circles": 35, "circular": [39, 42], "circumstances": 9, "citrix": [9, 14], "clarity": 80, "classic": [15, 55], "classification": 44, "clean": 12, "cleaner": 44, "clear": [19, 20, 69], "cleared": 19, "clears": 16, "click": [1, 2, 5, 7, 12, 14, 19, 20, 21, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 69, 72, 76, 82, 83], "clickable": 7, "clicked": 44, "clicking": [2, 7, 10, 14, 19, 21, 24, 27, 28, 36, 41, 42, 44, 50, 52, 60, 62, 66, 69, 70, 72, 78, 83], "clicks": [41, 72], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 25, 38, 49, 50, 51, 54, 63, 73], "clients": [7, 14, 17, 25, 41, 42, 54, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 46, 47, 56, 80], "closely": 82, "closing": 19, "cloud": [15, 20, 21, 35, 41], "cloudid": 70, "code": [14, 38, 41, 45, 66, 81], "codec": 21, "codes": 6, "cohesive": 5, "collaborate": 2, "collaboration": [6, 30, 42], "collaborative": 35, "collaboratively": [2, 3], "collapse": 44, "collapsed": [19, 80], "colleagues": 41, "collected": 41, "collective": [2, 5], "collectively": 5, "collectives": [4, 5, 6], "color": [41, 80], "colored": 27, "column": [21, 66], "columns": 60, "com": 15, "come": 80, "comes": [41, 44, 48], "command": [6, 13, 14, 15, 17, 36, 57], "commands": [17, 73, 77], "comment": [21, 41], "commercial": 29, "common": 80, "communicate": 11, "communicating": 69, "communities": 3, "community": [14, 41], "companies": 7, "compare": 10, "compatibility": [12, 21], "compatible": [11, 27, 41, 44, 81], "complete": [17, 28, 42, 43, 45, 69], "completed": [14, 29, 66], "completely": [9, 62], "completion": 1, "complex": 41, "compliance": 62, "compliant": 80, "component": 19, "components": 19, "compose": 80, "composed": 44, "compromised": 26, "computer": [13, 20, 21, 25, 46], "computers": [5, 7], "concretize": 41, "conditions": 42, "conf": 20, "config": [7, 9, 17, 20, 24], "configuration": [6, 7, 11, 12, 13, 14, 16, 17, 19, 21, 26, 27, 35, 36, 37, 42, 44, 74, 82], "configurations": [11, 52], "configure": [14, 19, 20, 27, 35, 41, 42, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configured": [1, 14, 15, 19, 33, 41, 44, 49, 59, 60, 69], "configures": 27, "configuring": [6, 27, 45, 54], "confirm": [12, 28, 41, 42, 44, 47], "confirmation": [9, 19, 28, 41, 69], "confirmed": 41, "confirming": 41, "confirms": [27, 28, 41], "conflict": [10, 41], "conflicted": 10, "conflicting": 10, "conflicts": [6, 13, 41], "confusion": 10, "congratulations": [2, 5], "connect": [12, 14, 20, 21, 25, 27, 54, 81], "connected": [1, 6, 15, 19, 26, 27, 41, 46, 81], "connection": [12, 15, 19, 27, 28, 45, 48, 51, 74], "connections": [9, 11, 27, 49, 54, 82], "connectivity": 15, "consent": 60, "consider": 17, "considerable": 12, "consideration": 17, "considerations": 6, "consistent": 15, "consisting": 43, "console": 20, "contact": [27, 41, 44, 45, 47, 80, 82, 83], "contacts": [6, 33, 41, 43, 45, 46, 48, 49, 52, 82, 83], "contain": [8, 10, 12, 41, 44], "contained": [19, 44], "containers": 17, "containing": [8, 10, 12, 19, 42, 44], "contains": [9, 10, 12, 19, 21, 39, 44, 60, 72], "content": [1, 2, 5, 8, 12, 15, 20, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 35, 41], "context": [1, 19, 41, 44, 56], "continually": 12, "continue": [10, 19, 44, 50], "continued": 69, "contrary": 8, "contrast": 80, "control": [20, 30, 32, 33, 36, 41, 57, 60, 69, 82], "controlled": [7, 11], "controlling": 7, "controls": 60, "convenience": 19, "conversation": [1, 35, 44, 55, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 74, 79], "conversations": [1, 6, 35, 41, 42, 58, 59, 62, 66, 70, 73, 74, 75, 76, 77], "copied": [5, 44], "copies": 15, "copy": [10, 12, 21, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctly": 15, "correctness": 19, "corresponding": [41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": 33, "counted": 33, "counter": 70, "country": 41, "counts": 33, "couple": 15, "cover": 69, "covers": 42, "cowork": 2, "cp": 20, "create": [2, 10, 14, 15, 19, 20, 21, 25, 26, 28, 29, 33, 35, 36, 43, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [2, 5, 18, 19, 20, 26, 35, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creates": [10, 12, 21, 39], "creating": [12, 19, 44, 54, 59, 82], "creation": [19, 36, 69, 76], "credentials": [27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 35, 44, 60], "currentcontrolset": 20, "currently": [1, 15, 19, 38, 39, 41, 42, 58, 60, 66], "cursor": [2, 41], "custom": [15, 19, 41, 44, 69, 80, 83], "customers": 18, "customisable": 83, "customise": [60, 83], "customize": [20, 44, 55], "customized": 41, "cutton": 19, "cycles": 12, "cycling": 19, "daily": [18, 41], "dangerous": 26, "dark": 80, "dashboard": 6, "data": [6, 12, 15, 17, 26, 33, 38, 39, 40, 41, 42, 43, 48, 66], "database": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dates": 41, "dav": [20, 48], "davdroid": 45, "davfs": 20, "davs": 20, "davx": 45, "day": [11, 39, 41, 69, 82], "daygridmonth": 41, "days": [33, 39, 41, 44, 59, 83], "debian": 8, "debug": 16, "debugloggingenabled": 15, "decide": [5, 41, 44, 56], "decided": 5, "decides": 15, "decimal": 20, "deck": [42, 43, 66], "decline": [35, 44, 60, 70], "declined": 41, "declining": [41, 60], "decorations": [15, 66], "decrypt": [26, 38], "decrypted": 38, "decrypts": 26, "dedicated": [15, 44, 45, 50, 69], "deemed": 19, "deeply": 12, "default": [4, 8, 9, 10, 12, 14, 15, 19, 20, 21, 26, 28, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defaults": [8, 15, 21, 41], "define": [19, 44], "defined": [15, 19, 41], "definition": 19, "del": 80, "delay": 15, "delegate": [41, 44], "delegated": 44, "delete": [1, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 66, 80], "deleted": [9, 21, 24, 33, 41, 44, 59, 69], "deletes": 39, "deleting": [9, 15, 17, 41, 44], "deletion": [41, 69], "deny": 54, "depend": [44, 82], "depending": [19, 21, 26, 27, 36, 44, 48, 60, 63, 72, 80, 81], "depends": [12, 17, 21, 27, 41], "deployment": [7, 14, 18], "depth": 20, "descendants": 15, "describe": 7, "described": [41, 77], "describes": 11, "describing": 41, "description": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": [3, 44, 80], "desired": [12, 41, 42, 44, 66], "desktop": [2, 6, 7, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 63, 73, 82], "destination": [20, 21], "detailed": [15, 41], "details": [1, 20, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": 41, "detected": [9, 44], "detection": 15, "detects": 44, "determine": [41, 44], "developer": 13, "development": [18, 80], "device": [6, 15, 41, 60, 72, 81, 83], "devices": [6, 20, 38, 41, 60, 69, 72, 81], "df": 20, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogs": 19, "dialogue": [2, 41], "dialogues": 46, "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "difference": 41, "differences": [8, 10], "different": [7, 21, 35, 41, 42, 44, 69, 70, 81], "differently": 19, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directly": [1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directories": [8, 12, 19, 20, 29], "directory": [8, 12, 14, 16, 19, 20, 25, 28, 29, 35, 41], "disable": [1, 7, 9, 35, 41, 44, 47, 57, 60, 62, 64, 72], "disabled": [15, 21, 41, 42, 44], "disables": 26, "disabling": 15, "disallow": 7, "disappear": 42, "disappears": 60, "disconnect": 54, "discord": 74, "discover": [41, 69, 78], "discoverable": 59, "discovered": 41, "discovery": [9, 15, 47, 50], "discussion": [19, 76], "discussions": [44, 58, 60, 69, 76], "disk": [15, 26, 33, 39], "dismiss": 79, "dismisses": 60, "display": [1, 12, 20, 21, 38, 41, 51, 60, 66, 82], "displayed": [37, 42, 44, 46], "displaying": [16, 44], "displays": [15, 16, 19, 21, 44], "distributed": 41, "distribution": [14, 20, 62], "distributions": [7, 9, 14], "distro": 12, "disturb": [19, 41, 66, 69], "divide": [58, 60], "dividers": 66, "do": [7, 8, 12, 14, 17, 19, 26, 28, 33, 36, 41, 44, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [5, 12, 15, 21, 80], "documentation": [1, 14, 31, 33, 35, 37, 57, 74], "documented": 80, "documents": [1, 2, 8, 21, 46, 82], "does": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "doing": [9, 44], "dolphin": 19, "domain": [44, 47], "domains": 44, "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 27, 41, 42], "dots": [19, 35, 44], "double": [12, 14, 63], "down": [50, 69, 76], "download": [7, 10, 11, 12, 19, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloaded": 7, "downloading": [15, 19, 21, 35], "downloads": [7, 10, 11, 21, 60], "downward": 15, "draft": [44, 56], "drafts": 56, "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drop": [12, 21, 35], "dropdown": [27, 49, 82], "due": [12, 15, 35, 37], "duration": [9, 41], "durations": 69, "during": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexia": 80, "each": [1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiece": 60, "ease": 80, "easier": 66, "easily": [5, 44, 76], "easy": [2, 5, 26], "echo": 12, "edge": [20, 83], "edit": [7, 19, 20, 28, 38, 56, 66, 72, 76, 83], "editable": 42, "edited": [33, 41], "editing": [1, 29, 35, 44, 69, 71], "editor": [1, 2, 12, 15, 21, 41, 44, 58], "editors": 80, "edits": 21, "effect": [15, 28, 35], "effectively": 81, "efficient": 44, "either": [8, 12, 19, 35, 38, 41, 42, 47, 49, 60, 70, 76], "elapsed": 60, "element": [58, 60, 80], "elements": [66, 80], "eliminate": 41, "else": [10, 14, 60, 72], "elses": 42, "elsewhere": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emails": [41, 44], "embed": [2, 41], "embedded": [41, 42], "embedding": 41, "emoji": [2, 5, 19, 60, 69], "emphasizes": 2, "empty": [2, 21, 38, 41, 42, 44], "enable": [1, 4, 7, 9, 15, 19, 26, 29, 38, 41, 57, 60, 62, 64, 72, 81], "enabled": [11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 38, 40, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "enables": [10, 19, 25, 26, 42, 60], "enabling": [15, 44, 62], "encoding": 20, "encrypt": [26, 38], "encrypted": [33, 38], "encryption": [6, 20, 27, 30, 33, 47], "end": [19, 30, 34, 35, 41, 44, 62, 80], "ends": [40, 41, 57, 62, 69], "engaged": 41, "enhance": 66, "enough": 12, "ensure": [15, 41, 44, 80], "ensures": [7, 15], "enter": [1, 2, 14, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "entered": 44, "entering": 46, "enterprise": [18, 53], "entire": [21, 41, 44], "entirely": [7, 11, 15], "entities": 42, "entries": [15, 19, 21], "entry": [1, 2, 21, 42, 82], "env": 16, "envelopes": 44, "environment": [6, 8, 10, 13], "equivalent": 16, "erasing": 12, "error": [11, 19, 20, 44, 45, 47], "errors": [19, 51, 80], "esc": 60, "escape": 80, "especially": 15, "essential": 14, "etc": [20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [26, 40, 42, 51, 59, 69], "events": [42, 52, 69, 83], "every": [9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyone": [21, 41, 76], "everything": [14, 15, 18, 44, 80], "evicting": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": [5, 44], "example": [15, 17, 19, 20, 26, 35, 41, 42, 44, 47, 48, 51, 79, 80, 81], "examples": 57, "exceed": [33, 39], "exceeds": 20, "excellent": 29, "except": [44, 69], "exchange": 41, "exclude": 19, "excluded": [12, 15, 33, 39], "excludes": 19, "excluding": 19, "exclusive": 44, "execute": [38, 57], "executed": 44, "execution": [1, 44], "exist": [20, 59, 69], "existent": 41, "existing": [12, 15, 35, 41, 42, 44], "exists": [12, 69], "exit": 19, "exits": 8, "expand": 44, "expanded": 80, "expands": 19, "expected": [19, 44], "expects": 2, "experience": [18, 44, 60, 83], "experimental": 9, "expiration": [35, 39], "expires": 39, "explains": 20, "explicit": [15, 62], "explicitly": [8, 27], "explorer": [10, 19], "export": [42, 52, 56], "exposed": 26, "extend": [66, 69], "extension": [12, 15, 44], "external": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "extra": 12, "eye": 19, "eyes": 80, "factor": [6, 45], "factors": 81, "fae": 20, "fail": [7, 12], "failed": [12, 44], "failure": [9, 12], "falls": [11, 20], "false": [9, 11], "faq": [6, 13], "far": 35, "fastest": 42, "fatal": 11, "favor": 57, "favorite": [21, 44, 80], "favorited": 42, "favorites": [21, 42], "feasible": 14, "feature": [17, 18, 21, 26, 40, 41, 42, 44, 50, 62, 70, 74, 79], "features": [2, 7, 9, 12, 18, 19, 42, 44, 60, 70, 82], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "feeds": 60, "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "field": [1, 2, 19, 21, 28, 36, 37, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "fields": [5, 27, 41, 44, 51], "figure": [1, 36], "file": [6, 7, 8, 10, 11, 12, 13, 16, 17, 20, 21, 23, 25, 26, 28, 30, 31, 33, 36, 37, 38, 39, 41, 42, 44, 46, 52, 56, 60, 62, 66, 71, 72, 76, 80], "fileinto": 44, "filename": [16, 19], "filenames": [26, 29], "files": [3, 6, 7, 8, 9, 10, 11, 13, 14, 17, 22, 24, 25, 28, 33, 35, 37, 38, 39, 41, 42, 46, 60, 62, 66, 68, 73, 83], "filesizelimitinbytes": 20, "filing": 41, "fill": [1, 5, 27, 41, 44, 50], "filled": [15, 27, 41], "filter": [21, 36, 42, 59, 83], "filtered": 1, "filtering": 69, "filters": [36, 44, 69, 76, 83], "final": 41, "finalize": 69, "finally": 41, "find": [12, 14, 19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "finding": 41, "finds": 37, "fine": [41, 48], "finish": 20, "finished": [5, 28, 41, 50, 52], "finishes": 1, "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [14, 48], "fixes": 7, "flag": 44, "flagged": 44, "fleeting": 19, "flexibility": 44, "flow": [9, 41], "flows": 25, "flushes": 16, "focus": [44, 80], "focused": [55, 58, 60], "folder": [4, 8, 10, 11, 14, 15, 17, 19, 21, 26, 27, 29, 33, 35, 36, 37, 41, 82], "folders": [8, 9, 14, 15, 17, 19, 21, 25, 26, 27, 35, 36, 37, 38, 42, 44], "foldersync": 20, "follow": [5, 14, 18, 19, 28, 35, 51, 80], "followed": [1, 19, 44], "following": [7, 8, 12, 15, 16, 17, 19, 20, 21, 27, 40, 41, 42, 44, 46, 47, 48, 49, 52, 60, 81, 82], "follows": 9, "font": 80, "for": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "force": 9, "forceloginv": 9, "forcesyncinterval": 9, "forever": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 21, 41], "formats": [15, 21], "formatted": 44, "formatting": 5, "formerly": 45, "forth": 41, "forward": [69, 76], "forwarded": 41, "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 80], "freeing": 15, "friends": 41, "from": [1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "ftp": [20, 27, 29], "ftps": 27, "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38, 80], "fun": 5, "function": [20, 29], "functionality": [7, 20, 42], "functions": 81, "further": [10, 38, 41, 44, 82], "future": [1, 10, 20, 44, 60, 62], "gallery": 26, "gateway": [8, 69], "gb": 11, "gear": [42, 51], "general": [7, 12, 41, 77], "generally": 41, "generate": [41, 45, 46, 48, 54, 66, 81], "generated": [1, 41, 44, 49, 52, 54, 66], "generation": 1, "generic": 45, "german": 80, "gestures": 63, "get": [15, 26, 41, 47, 51, 56, 63, 69, 72, 80, 81], "gets": [10, 37, 39, 42, 81], "getting": [3, 6], "gifs": 66, "gigabytes": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "give": [2, 5, 39, 41, 60, 62], "given": [35, 44, 60, 63], "gives": [1, 54], "giving": 12, "glance": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [12, 14, 18, 19, 28, 35, 41, 44, 45, 48, 50, 58, 71, 72, 81], "going": [27, 41, 52], "gone": 41, "google": [41, 45, 81, 83], "got": 18, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "gravatar": 42, "gray": [19, 41], "green": [19, 27, 60, 72], "grey": 19, "greyed": 60, "group": [7, 20, 41, 42, 44, 45, 58, 82], "grouped": [44, 83], "groups": [3, 26, 33, 41, 44, 45, 52, 56, 58, 60, 69], "groupware": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "gui": [8, 27, 45], "guidance": 31, "guide": [14, 47, 49], "guidelines": 80, "gvfs": 20, "had": 19, "halts": 44, "hand": [5, 19, 80], "handled": 44, "handler": 12, "hands": 60, "handy": 69, "happen": [10, 15, 41], "happening": 15, "happens": [5, 15, 41], "happy": 19, "hard": [12, 41], "harder": 35, "hardware": [6, 83], "has": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "have": [1, 7, 8, 10, 12, 14, 15, 16, 17, 19, 21, 25, 26, 28, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "having": [9, 15, 29, 41], "header": [20, 21, 41, 44, 58, 80], "heading": [2, 66], "headings": [2, 5, 66], "help": [11, 16, 18, 41, 42, 44, 57, 69, 80, 82, 83], "helpful": [15, 33, 82], "helping": 41, "helps": [42, 57], "here": [2, 15, 44, 50, 66, 69, 72], "hesitate": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 72], "hides": [35, 55], "hierarchy": 35, "high": [64, 80], "higher": 12, "highlighted": [62, 76], "history": [6, 20, 21, 39], "hkey": [7, 12, 20], "holding": [42, 60], "home": [8, 14, 17, 20, 25, 41, 48], "hood": 15, "horizontal": [2, 44], "host": 9, "hostname": 20, "hour": [39, 41, 69], "hours": [12, 16, 39, 69, 76], "hover": [2, 19, 42, 44, 66, 76], "how": [2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "however": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [1, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx": 45, "id": 82, "idea": 10, "ideal": 79, "ideally": 54, "ideas": 69, "ideation": 42, "identical": [26, 44], "identifier": [41, 60], "identify": [15, 19, 54], "identity": [70, 81], "if": [1, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 80, 82], "iframe": 41, "ignore": [8, 19], "ignored": [12, 41], "ignoring": 19, "image": [1, 21, 26, 60], "images": [21, 60], "imagine": 10, "imap": 43, "immediately": [1, 10, 12, 14, 27, 36, 42, 54, 62, 69], "implemented": [25, 42], "implements": 44, "implicit": 20, "import": [12, 20, 42, 44, 52, 56], "importance": 44, "important": [2, 15, 38, 44, 69, 76, 80, 81, 83], "imported": 41, "importing": [41, 44], "imposed": 15, "improve": [20, 44], "improved": 20, "in": [1, 2, 4, 5, 6, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 83], "inactivity": 59, "include": [8, 21, 41, 82], "included": 6, "includes": [10, 19, 26, 42, 44], "including": [8, 20, 41, 44, 52, 59, 60, 62], "incoming": [35, 37, 44], "incorrect": [9, 19], "increased": [15, 80], "increases": 20, "increasing": 11, "increment": 41, "increments": 41, "independent": [12, 41], "index": 26, "indicate": 19, "indicates": [19, 60], "indicating": 51, "indication": 20, "indicator": [19, 21, 27, 44, 62], "indicators": 69, "individual": [14, 19, 26, 27, 41, 54, 72], "individually": [42, 44, 54], "individuals": 26, "influence": [11, 41], "info": 36, "inform": [7, 41], "informal": 42, "information": [8, 11, 12, 13, 14, 15, 21, 33, 35, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informational": 19, "informed": [37, 41, 59], "informing": 7, "informs": 62, "infos": 41, "inherited": 42, "inhibits": 8, "ini": 9, "initial": [35, 48], "initialized": 26, "initiated": 35, "inline": [36, 66], "inotify": 12, "input": [1, 19, 56, 66, 80], "inputs": 41, "insert": [1, 2, 66], "inserted": [1, 44], "inserting": 72, "inside": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "install": [7, 12, 17, 19, 20, 41, 45], "installation": [6, 13, 48, 57], "installations": 28, "installed": [1, 8, 14, 15, 17, 19, 41, 42, 44, 52, 60, 74, 75, 83], "installer": 12, "installing": 20, "instance": [12, 14, 15, 20, 27, 35, 41, 42, 44, 45, 52, 57, 60, 66, 69, 82], "instances": [6, 27, 41, 43, 70, 82], "instant": [59, 69], "instantly": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instructions": [21, 51, 57, 74], "integrate": [12, 15, 57, 75, 77], "integrated": [15, 46, 49, 73], "integrates": [19, 44, 46], "integrating": [67, 73], "integration": [66, 68, 73, 74], "integrations": 66, "intelligence": 1, "intelligent": 15, "intentionally": 12, "interacted": 44, "interacting": [67, 73], "interesting": 9, "interface": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfaces": 43, "interferes": 7, "internal": [19, 41, 69], "internet": [20, 48, 49], "interoperable": 41, "interruption": 69, "interval": [9, 12], "into": [1, 7, 10, 12, 14, 15, 17, 21, 25, 26, 29, 35, 37, 41, 42, 44, 46, 50, 51, 58, 60, 66], "introduced": [19, 41], "introductory": 5, "intruder": 26, "invalid": [8, 54], "investigating": 15, "invisible": [19, 36, 41], "invitation": [41, 45, 72, 73], "invitations": 42, "invite": [42, 59, 70, 72], "invited": [41, 72], "invites": [42, 70], "inviting": 70, "invoke": 8, "involved": 80, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphone": [20, 47], "irreversible": 41, "is": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "issue": [15, 25, 26, 80], "issues": [14, 44, 66, 80], "it": [1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 80, 81, 82], "italicized": 66, "item": [8, 15, 21, 41, 48], "items": [15, 21, 41, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 26, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "jobs": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79, 80], "joinable": 58, "joined": [60, 69], "joining": [61, 62, 73], "joke": 42, "json": 56, "jump": [2, 21], "jumping": 15, "just": [2, 5, 12, 18, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "keeping": 15, "keeps": [13, 39], "kept": [15, 26, 42, 44], "key": [7, 28, 41, 42, 46, 72, 81, 83], "keyboard": [6, 60, 72], "keychain": 49, "keynote": 15, "keyring": 14, "keys": [26, 33], "kfy": 20, "know": [28, 41, 81], "knowledge": [2, 3], "known": [45, 81], "kontact": [6, 43], "korganizer": 48, "kwallet": 14, "label": [20, 28], "labeled": 51, "labelled": [41, 51], "labels": [28, 36], "landing": [2, 42], "language": [1, 44, 64, 82], "languages": 44, "large": [29, 44, 65], "larger": [19, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 51], "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "leading": 4, "learn": [2, 21, 26, 42, 46, 48, 49], "learned": 2, "learns": 15, "least": [1, 39, 42], "leave": [21, 40], "leaving": 44, "left": [1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "less": [5, 11, 38], "let": [5, 7, 41, 60, 72, 79], "lets": [1, 21, 27, 36, 44, 52, 60, 62, 83], "letsencrypt": 47, "letting": 44, "level": [21, 35, 36, 41, 60, 62, 69, 80], "like": [5, 7, 15, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likely": [19, 26, 44], "liking": 80, "limit": [12, 19, 20, 39, 41, 69, 83], "limitation": 20, "limitations": 15, "limited": [12, 15, 37, 42, 69], "limits": 31, "line": [7, 8, 12, 17, 19, 36, 41, 66], "lines": 19, "link": [2, 12, 19, 21, 28, 29, 41, 56, 59, 66, 69, 72], "linked": 28, "links": [14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "list": [1, 2, 4, 10, 19, 21, 35, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listday": 41, "listed": [1, 12, 29, 41, 42, 60, 82], "listening": [8, 9], "listing": [29, 37, 57], "listmonth": 41, "lists": [19, 36, 41, 44, 66, 69], "listweek": 41, "little": [19, 33, 56, 72], "live": 60, "llm": 44, "llms": 44, "load": [44, 80], "lobby": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 82], "locally": [10, 15, 56], "locate": [9, 19, 51], "located": [4, 17, 19, 44], "location": [8, 12, 15, 20, 21, 41, 44, 50, 59, 69], "lock": 82, "log": [8, 14, 15, 16, 20, 21, 26, 51, 54, 80, 81, 83], "logged": [14, 44, 82], "logging": [6, 19, 29, 83], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logins": 20, "logo": 83, "logs": [16, 51], "long": [1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 47, 55, 77, 81, 83], "looking": 44, "looks": [41, 57, 70, 83], "loops": 12, "lose": [6, 26, 38], "losing": 81, "lost": 19, "lot": 10, "loudspeaker": 60, "lower": 80, "lowest": 42, "lts": 14, "luminosity": 80, "mac": [15, 19], "machine": [7, 8, 10], "machines": 8, "macos": [6, 9, 13, 19, 25, 42, 43], "made": [41, 42, 47], "magic": 5, "magically": 26, "mail": [6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "mails": [44, 80], "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": 42, "maintained": 14, "major": 14, "make": [12, 17, 25, 26, 29, 35, 39, 41, 42, 47, 49, 58, 60, 82], "makes": [5, 10, 28, 66, 74], "making": [9, 19, 23, 30, 41], "manage": [5, 6, 15, 21, 26, 36, 41, 42, 44, 51, 57, 77, 81, 82], "managed": [41, 44], "management": [20, 33, 36, 43], "manager": [5, 14, 17, 20, 21, 46, 50, 56], "managers": [7, 14], "managing": [6, 21, 31], "mandatory": [45, 62], "manner": [8, 41], "manual": [7, 13, 14, 15, 25, 27, 36, 44, 48, 49], "manually": [7, 12, 29, 39, 44, 50, 58, 62, 79], "many": [12, 26, 41], "mapping": 20, "mark": [19, 21, 44, 66], "markdown": [3, 6, 69], "marked": [15, 19, 21, 27, 42, 44, 54, 77], "marketing": [41, 82], "marking": 44, "marks": 27, "master": 26, "mastodon": 42, "match": [12, 42, 44, 83], "matched": 19, "matches": [7, 44], "matching": 19, "mate": 20, "matrix": [41, 74], "matterbridge": [73, 77], "mature": 50, "maxchunksize": 9, "maximum": [8, 9, 11, 41], "may": [7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "maybe": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [26, 44, 81], "meaning": [9, 44], "means": [15, 19, 27, 41, 44], "meanwhile": 42, "mechanism": 7, "media": [8, 21, 42, 60, 62, 69], "meet": 41, "meeting": [57, 59, 72, 83], "meetings": 69, "meets": 39, "member": [42, 69], "members": [2, 5, 35], "membership": 42, "memberships": [42, 82], "memory": 1, "mentioned": [57, 69, 82], "mentioning": 69, "mentions": 69, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": 80, "merge": 42, "merged": 42, "message": [1, 19, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 76, 80, 81], "messages": [1, 6, 16, 19, 43, 57, 67, 73, 83], "metadata": [19, 33], "method": [7, 27, 28, 45, 58, 81], "methods": [7, 41, 42], "mib": 11, "microphone": [60, 72, 80], "microsoft": [9, 14, 83], "middle": 66, "might": [7, 9, 10, 14, 19, 41, 42, 44, 60, 63, 82], "migrate": [6, 43], "migrated": 52, "migration": 52, "milliseconds": 9, "mime": 12, "min": 9, "minchunksize": 9, "mind": 41, "minimal": 18, "minimized": 44, "minimum": [9, 11, 42, 83], "minute": [9, 39, 41], "minutes": [26, 27, 39, 48], "mitigate": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobile": [2, 20, 25, 38, 41, 42, 45, 73, 81, 82], "modal": [41, 83], "modals": 80, "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moderation": 69, "moderator": [42, 56, 58, 60, 62, 69, 70, 74, 76, 77], "moderators": [6, 60, 62, 64, 69, 73], "modes": 44, "modification": [12, 19], "modifications": 42, "modified": [21, 42], "modify": [19, 20, 42, 60], "modifying": 19, "monitor": [8, 12, 63, 72], "monitoring": 57, "monochrome": 19, "month": 41, "more": [2, 5, 7, 11, 12, 14, 15, 21, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreover": 41, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 28, 35], "mounted": 20, "mounts": 27, "mouse": [2, 63, 80], "move": [20, 21, 52, 58, 80], "moved": [9, 44, 69], "moves": 44, "movetotrash": 9, "moving": 44, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mtimes": 19, "much": [5, 26, 33, 82], "multiple": [19, 21, 35, 36, 41, 56, 58], "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "muted": [60, 72], "mutes": 60, "mutually": 44, "my": [2, 8], "mycertificate": 20, "mydata": 10, "mynextcloud": [20, 48], "name": [2, 4, 5, 7, 8, 10, 20, 21, 27, 35, 36, 37, 39, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "names": 60, "narrow": [76, 83], "natively": 50, "naturally": 42, "nautilus": [19, 46], "navigate": [21, 35, 37, 42, 44, 49, 51, 80], "navigating": 6, "navigation": [1, 36, 65, 69, 76, 80, 83], "navigator": 20, "nc": [8, 12, 35], "near": [21, 50], "nearly": 10, "necessary": [19, 37, 41, 47, 54], "need": [2, 7, 9, 12, 14, 17, 20, 26, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 76], "needed": [11, 35, 38, 41, 48, 69], "needing": [15, 42], "needs": [10, 15, 28, 41, 42, 70], "nemo": [19, 20], "nested": 12, "net": 20, "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "networks": 42, "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 21, 26, 27, 36, 37, 39, 42, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newly": [12, 15, 41], "newsletters": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloudcmd": 8, "nextcloudpassword": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusername": 20, "nice": 5, "nick": 5, "night": 66, "nitrokey": 81, "no": [7, 9, 12, 15, 19, 20, 21, 26, 36, 41, 42, 44, 51, 69, 76, 81, 82], "noauto": 20, "nobody": [69, 82], "non": [2, 9, 14, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 66], "normally": [26, 41, 44], "not": [2, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 28, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 48, 49, 50, 51, 54, 58, 59, 60, 62, 63, 65, 66, 69, 81, 82, 83], "note": [4, 35, 42, 44, 51, 76], "notes": [2, 41, 69], "nothing": 26, "notice": [10, 41], "notification": [1, 7, 19, 35, 37, 41, 60, 62, 69, 70, 72, 76], "notificationrefreshinterval": 9, "notifications": [6, 9, 10, 19, 60, 66, 76, 82, 83], "notified": [41, 69, 72, 76], "notifies": 10, "notify": [7, 10, 15, 60, 69], "notifying": 7, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 46, 47, 48, 66, 81], "number": [11, 19, 28, 35, 41, 44, 58, 60, 69], "numbers": [15, 42], "object": [27, 35], "obscured": 69, "observe": 14, "oc": 28, "occ": 27, "occur": 26, "occurred": [10, 20], "occurs": [41, 44], "oct": 20, "of": [1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 75, 76, 80, 81, 82, 83], "off": [1, 44, 80], "offer": [15, 35, 41, 80], "offers": [7, 19, 20, 21, 41, 44, 60, 73], "office": [20, 21, 41], "officially": 14, "offline": [15, 19, 27], "often": 41, "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 28, 33, 80], "oldest": [33, 39, 44], "on": [1, 2, 5, 7, 8, 9, 10, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongoing": [62, 69], "online": [2, 19, 46, 83], "only": [2, 4, 7, 14, 15, 19, 26, 27, 28, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 76, 81, 82, 83], "onto": [21, 52], "open": [1, 2, 10, 12, 14, 15, 19, 20, 21, 26, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslexic": 80, "opened": [7, 15, 19, 69], "opening": [2, 15, 16, 41, 60], "opens": [10, 12, 15, 16, 19, 21, 29, 37, 42, 44, 60, 83], "openstack": [20, 27], "opensuse": [14, 20], "opentasks": 45, "operating": [7, 12, 17, 20], "operation": 11, "operations": 19, "operators": 44, "opportunity": 12, "opt": [9, 44], "option": [12, 16, 19, 26, 28, 33, 35, 36, 41, 42, 44, 45, 48, 56, 60, 62, 63, 72, 76], "optional": [26, 40, 41, 44], "optionally": [41, 45], "options": [6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 19, 20, 21, 26, 35, 58, 60, 69, 72, 82, 83], "or": [1, 2, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 51, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "order": [12, 35, 42], "ordered": 66, "organic": 42, "organise": 36, "organizations": 42, "organize": [2, 3], "organized": 76, "organizer": [41, 44], "organizing": 5, "original": [33, 44, 64], "os": 8, "other": [1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 33, 35, 37, 41, 42, 44, 47, 48, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "others": [2, 19, 25, 40, 41, 44, 69, 74, 82], "otherwise": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgoing": 44, "outlined": 15, "outlining": 57, "outlook": 41, "output": [1, 8, 16], "outside": [14, 26, 36, 44, 82], "over": [2, 19, 20, 27, 41, 42, 44, 49, 69, 76], "overall": 80, "overflow": [19, 27], "overflows": 65, "overhead": 20, "overlapping": 41, "override": [7, 33], "overrides": [7, 8, 11], "overview": [2, 54, 57, 69, 83], "overwrite": [9, 41], "overwriting": 35, "own": [1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [10, 11, 27, 28, 35], "owner": [26, 33, 35, 37, 41, 42, 44], "owners": 26, "ownership": [23, 30, 42], "owns": 41, "package": [7, 8, 14, 17, 19, 20], "packages": [8, 14], "page": [2, 7, 14, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 80, 82, 83], "pages": [2, 4, 15, 35, 41, 77], "pane": [12, 44], "panel": [1, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "parameters": [20, 52], "parent": [19, 21, 42, 58], "part": [5, 12, 42, 44, 60, 69], "participant": [60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participation": 41, "particular": 58, "parts": 2, "party": [12, 70], "passed": [8, 39], "passkey": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "passwords": [6, 81], "past": 69, "paste": [41, 51], "path": [8, 19, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "patterns": 19, "pause": 19, "paused": 19, "pauses": 19, "pc": 20, "pdf": 21, "peers": 2, "pen": 41, "penalty": 20, "pending": 70, "people": [2, 29, 41, 69, 82, 83], "per": [4, 8, 15, 41, 42, 45, 60], "perfectly": 18, "perform": [7, 9, 20, 42, 44], "performance": [20, 44], "performed": 44, "performs": 8, "period": [19, 33, 41, 59, 69, 76, 83], "periodic": 27, "permanently": [4, 12, 15, 24, 41, 69], "permission": [57, 60, 63], "permissions": [37, 42, 60, 69], "persisted": 9, "persists": 27, "person": [10, 41, 69, 83], "personal": [6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "petersteier": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": 69, "photos": 80, "photothumb": 8, "php": 31, "physical": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picked": 41, "picker": [1, 21, 29, 36, 37], "pickers": 6, "picture": [5, 82, 83], "pictures": 42, "pie": 15, "pim": [46, 50], "pin": [15, 76], "pinned": 76, "pkgs": 8, "place": [1, 2, 7, 41, 42, 69], "placed": 8, "places": [20, 65, 83], "plain": [21, 54], "plan": [41, 48], "planning": 41, "plasma": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "please": [4, 26, 41, 42, 44, 63, 80, 82], "plus": [41, 42], "point": [14, 44, 45, 83], "pointing": [10, 27, 44], "policies": 7, "poll": [9, 15, 56], "pop": 7, "popover": 80, "popular": 41, "popup": 41, "port": [8, 9, 44, 47], "position": 42, "possibility": 38, "possible": [1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": 51, "posts": 57, "potential": 44, "power": 48, "ppa": 8, "pre": [18, 19, 44, 66], "precaution": 44, "preconfiguration": 14, "predefined": [19, 41, 44, 60], "prefer": [14, 44, 51], "preference": 41, "preferences": [6, 41, 44, 45, 52, 81], "preferred": [7, 20, 82], "preparation": [18, 41], "prepare": [41, 62], "prepared": 66, "preselected": 2, "present": [7, 27], "presentation": 21, "presenter": 63, "preserve": 19, "preserving": 21, "press": [1, 2, 5, 14, 28, 44, 46, 60, 83], "pressing": [5, 46, 66, 72], "pretty": 26, "prevent": [7, 35, 41, 42, 82], "prevented": 69, "prevents": 7, "preview": [2, 21, 41, 44, 55, 60], "previews": [15, 21, 26], "previous": [1, 12, 21, 39, 41, 50, 51], "previously": 44, "primary": [44, 80], "principals": 51, "prior": 7, "privacy": [38, 44, 62, 83], "private": [41, 82], "privately": 66, "privileges": 7, "pro": 81, "problem": [12, 15, 81], "problems": 11, "proc": 12, "procedure": 50, "proceed": 44, "process": [8, 12, 39, 41, 52], "processed": [44, 62], "processes": [8, 44], "produce": [9, 19], "produces": 21, "productivity": 43, "profile": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14], "programs": 17, "progress": [15, 19, 60], "project": 43, "promote": 69, "promoted": 65, "prompt": [8, 9, 14, 81], "promptdeleteallfiles": 9, "prompted": [14, 51, 60, 63, 72], "proofs": 81, "propagated": 35, "propagates": 8, "properly": [12, 49], "properties": 42, "propfind": 20, "proposal": 52, "proposes": 44, "protect": [26, 35, 81], "protected": 69, "protecting": 38, "protection": [35, 42], "protocol": [12, 20, 27, 47], "protocols": [50, 74], "provide": [7, 8, 12, 14, 15, 20, 41, 57, 69], "provided": [15, 41, 44, 69, 70], "provider": [1, 6, 13, 14, 26, 64], "providers": 26, "provides": [1, 12, 14, 15, 19, 21, 38, 41, 42, 69], "providing": [26, 55, 56], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicly": 42, "published": [41, 82], "pull": 41, "purpose": 26, "purposes": 40, "push": [60, 80], "put": 69, "qr": [45, 81], "qt": 16, "quality": 80, "question": 19, "questions": 8, "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quota": [24, 30, 32, 82], "quotas": 33, "quotes": 66, "radio": 42, "raise": 80, "raised": 11, "random": 35, "randomly": 44, "range": [20, 76, 83], "ranging": 12, "rate": [41, 48], "rather": [20, 50], "re": [26, 33, 41, 44], "reach": [40, 80], "reached": [27, 41, 44], "reaches": 69, "reaction": 60, "read": [8, 26, 27, 35, 38, 41, 42, 44, 69, 82], "readers": 80, "reading": [15, 80], "reads": 9, "ready": [18, 27], "real": 64, "rearrange": 83, "reason": [47, 69], "reasons": 42, "receive": [1, 29, 41, 44, 60, 66, 70, 76, 81], "received": 72, "receives": [28, 37, 62], "receiving": [35, 44, 64, 70], "recent": [19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 35, 41], "recipients": 44, "recognisable": 15, "recommend": [15, 44], "recommended": [15, 20], "record": [62, 77], "recorded": [60, 62], "recording": [60, 73, 77], "recordings": 62, "recover": 26, "recoverable": 21, "recovery": 6, "recurrence": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirected": [69, 72, 81], "redo": 50, "reduce": 11, "reduced": 80, "reducing": [15, 80], "refer": [14, 31], "reference": [21, 62, 76], "references": 18, "reflect": 19, "reflected": [27, 35, 41], "refresh": [20, 48, 80], "refreshed": [41, 50], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "register": [12, 14, 45], "registered": [12, 45, 60, 69, 78], "registering": 12, "registry": [7, 12], "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularly": [11, 41], "regulations": 62, "reject": 37, "rejected": 41, "rejection": 37, "rejoining": 69, "related": [15, 17, 41, 44, 47, 83], "relates": 44, "relative": 41, "relaunch": 1, "release": [14, 18, 41], "releases": [14, 18], "relevant": [10, 41, 42, 44, 76], "remain": 44, "remaining": 11, "remains": 19, "remember": 1, "remembered": 1, "remind": 44, "reminder": 41, "reminders": [69, 76], "remote": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 47, 50], "remotely": 10, "remotepollinterval": 9, "removal": [12, 17], "removals": 42, "remove": [1, 7, 12, 17, 19, 26, 27, 28, 36, 38, 41, 44, 69, 83], "removed": [19, 33, 41, 44, 57, 69], "removes": [16, 20], "removing": [17, 36], "rename": [21, 36], "renamed": 44, "renames": 35, "render": 19, "reopen": 44, "repeat": [8, 51], "repeating": 41, "replace": [41, 45, 51, 60], "replacement": [40, 69], "replies": [57, 69, 76], "reply": [44, 66], "report": [15, 18, 44, 80], "repositories": 8, "repository": [8, 9], "represents": 44, "reproduce": 18, "reproducible": 14, "request": [1, 20, 44], "requested": 45, "require": 41, "required": [7, 8, 15, 27, 41, 47, 60, 64], "requirements": 74, "requires": [1, 8, 41, 62, 69], "requiring": [38, 44, 62, 81], "reschedule": 66, "reset": 40, "resetting": 41, "reshared": 41, "resharing": 35, "resizes": 60, "resolve": 10, "resolved": [10, 15], "resolving": 10, "resource": [41, 45, 46, 48], "resources": [42, 46, 48], "respective": [41, 42, 43, 49, 52, 58], "respond": [41, 44, 57], "responded": 41, "response": [41, 44], "responses": 41, "responsive": 80, "responsiveness": 6, "rest": 25, "restart": 15, "restarts": 7, "restore": [15, 24, 26, 39, 41], "restoring": 41, "restrict": [6, 36], "restricted": 36, "restriction": 42, "result": [1, 9, 15, 19], "resulting": 48, "results": [1, 9, 83], "resume": [19, 44], "retention": [33, 36, 44, 69], "retried": [11, 44], "retries": 8, "retrieve": [20, 42], "retrieved": 42, "retry": [27, 44], "retrying": [19, 27], "return": [21, 28, 42, 60], "returned": 26, "revealed": 15, "revert": [35, 69], "review": [1, 20, 41], "reviewed": 41, "revoke": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": 1, "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "rights": [35, 44], "ring": 60, "rising": 60, "risk": 18, "rm": 17, "roaming": 9, "role": [42, 82], "roll": [39, 57], "room": 58, "rooms": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rows": 36, "rss": 6, "rule": 44, "rules": [36, 41, 44], "run": [1, 8, 9, 20, 26, 27, 39, 77], "running": [6, 15, 17, 26], "runs": 10, "rw": 20, "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "said": 7, "sales": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [12, 15, 41, 42, 51, 54, 56, 62, 80, 82], "saved": [5, 20, 27, 36, 39, 41, 42, 44, 51, 62], "saves": 44, "saving": [47, 48], "say": 10, "says": 26, "scan": [12, 27, 81], "scanned": 81, "scanner": 45, "scary": 5, "scenarios": 10, "schannel": 51, "schedule": [14, 41, 52, 66], "scheduled": [1, 41, 59, 66, 69], "scheme": 12, "scope": [14, 82], "scoped": 44, "scopes": 82, "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screensharing": 63, "script": [26, 44], "scripting": 20, "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessly": 15, "search": [2, 21, 26, 36, 37, 42, 46, 69, 72, 78, 80, 83], "searchable": 46, "searched": 44, "searches": [44, 83], "searching": [41, 44, 69, 82], "sec": 9, "second": [2, 6, 7, 39, 42, 44, 56, 66, 69], "seconds": [9, 11, 15, 39, 48, 60, 62, 81], "secret": [8, 41, 81], "secrets": 20, "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 79], "sections": [7, 77], "secure": 38, "security": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seeing": [35, 82], "seen": [26, 51], "sees": 38, "select": [2, 5, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecting": [2, 14, 15, 41, 44, 56, 62], "selection": [36, 41, 44, 81], "selections": 41, "selective": 8, "selector": [41, 66], "self": [42, 49, 76], "semi": 19, "send": [1, 20, 29, 41, 44, 45, 58, 60, 66, 70, 76, 80], "sender": [44, 76], "senders": 44, "sending": [29, 67, 73, 76], "sends": 44, "sense": 10, "sensitive": 69, "sent": [10, 28, 41, 44, 69], "separate": [1, 41, 44, 82], "separately": [42, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 36, 38, 41, 43, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "servercert": 20, "servers": [20, 21, 27, 28, 35, 41, 70, 82], "service": [26, 27, 47], "services": [20, 26, 27, 29, 57, 74, 77], "session": [9, 20, 42], "sessions": 9, "set": [4, 9, 26, 33, 35, 40, 42, 44, 45, 48, 49, 51, 59, 62, 64, 69, 76, 77, 82, 83], "sets": 41, "setting": [4, 6, 10, 12, 16, 35, 41, 43, 44, 48, 69, 81], "settings": [4, 6, 7, 9, 10, 15, 20, 27, 35, 36, 37, 38, 40, 41, 42, 46, 47, 48, 49, 51, 52, 54, 55, 56, 60, 62, 64, 69, 70, 73, 74, 79, 80, 81, 82], "settle": 41, "setup": [12, 41, 51, 58, 74], "setups": 11, "several": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [2, 19, 20, 26, 27, 29, 33, 38, 41, 42, 43, 56, 62, 63, 73, 82], "shared": [2, 3, 15, 21, 26, 27, 28, 33, 35, 41, 56, 62, 63, 69, 76, 82], "sharee": 35, "sharees": 35, "shares": [15, 20, 21, 23, 26, 27, 30, 41, 76, 82], "sharing": [6, 20, 21, 28, 30, 37, 61, 70, 73], "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 44, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": 62, "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [4, 9, 12, 19, 21, 40, 41, 42, 44, 60, 79, 81, 83], "showexperimentaloptions": 9, "showing": [4, 10, 19, 21, 37, 41], "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "shows": [1, 10, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 83], "sick": 40, "side": [5, 10, 19, 35, 38, 42, 50, 52, 55], "sidebar": [2, 5, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "sieve": 44, "sign": [19, 42, 49], "signature": 44, "significant": [20, 44], "significantly": 20, "silent": [7, 60], "similar": [15, 19, 40, 41, 42], "similarly": [44, 46], "simple": [5, 27, 29, 39, 41, 44], "simplified": 41, "simply": [17, 19, 25, 42, 44, 56, 76], "since": [35, 39, 44, 50, 81], "single": [8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sits": 19, "situation": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "sizing": 9, "skip": [60, 80], "skipped": 11, "skipping": 60, "skipupdatecheck": 7, "slash": 19, "slot": 41, "slots": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphone": 81, "smb": 27, "smtp": 44, "snap": 20, "snippets": 44, "snoozed": 44, "snoozing": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks": 9, "software": [12, 14, 17, 80], "solely": 44, "solution": 20, "solutions": 35, "solve": 81, "solved": 12, "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebody": 72, "someone": [10, 41, 42, 60, 69, 82], "something": 81, "sometimes": 41, "somewhere": 81, "soon": [15, 41], "sorting": 44, "source": [14, 37, 38], "sourcedir": 8, "sources": 48, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkle": 7, "speak": 72, "speaker": 62, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specific": [8, 17, 39, 41, 42, 44, 58, 59, 66, 76, 79, 83], "specifically": 12, "specified": [8, 16, 44], "specifies": [9, 11], "specify": [7, 8, 16, 41, 42, 47, 58], "specifying": 42, "speech": [1, 60, 64], "speed": 44, "speeds": 20, "split": 44, "spoken": 60, "spreadsheet": 21, "square": 42, "ssh": 27, "ssl": [8, 20, 47], "stable": [14, 18], "stacked": 44, "standard": [8, 14, 41], "standardized": 15, "standards": 80, "star": [21, 42], "starred": 21, "start": [1, 12, 38, 41, 44, 52, 58, 62, 69, 71, 72, 76], "started": [3, 6, 60, 62, 69, 72], "starting": [9, 16, 41, 44, 73], "starts": [7, 40, 60, 79], "startup": 19, "state": [8, 15, 19, 20, 44], "status": [7, 25, 27, 40, 60, 69, 83], "stay": [41, 44, 59], "stdout": 16, "step": [12, 14, 36, 41, 47, 51, 69], "steps": [20, 28, 35, 44, 46, 48, 49, 50, 51], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63], "stopping": 62, "stops": 81, "storage": [15, 20, 22, 24, 26, 30, 32, 81], "store": [19, 20, 26, 33, 42, 45, 81], "stored": [4, 15, 26, 39, 42, 44], "stores": [15, 20], "stream": [62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripes": 41, "structure": [2, 3, 21, 42], "structures": 26, "sub": [24, 45], "subfolder": 8, "subfolders": 12, "subject": 44, "subjects": 44, "submenu": 76, "submit": [1, 41], "subpage": 2, "subpages": 2, "subscribe": [50, 76], "subscribed": 76, "subscription": [41, 53], "subscriptions": 41, "subsequent": 15, "substantially": 20, "substring": 44, "successful": [14, 27, 28, 41], "successfully": [7, 51], "such": [1, 7, 10, 14, 19, 26, 27, 33, 36, 41, 42, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suggested": [44, 50], "suit": 83, "suitable": 41, "summarization": 1, "summarizing": 44, "summary": 57, "superior": 35, "support": [14, 15, 17, 19, 20, 41, 42, 46, 49, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 50, 66, 74, 83], "supporting": 41, "supports": [14, 15, 20, 39, 41, 42, 44, 50, 81], "sure": [12, 17, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "switches": 8, "symbol": [41, 44], "symbolic": [12, 19], "sync": [8, 14, 17, 19, 25, 41, 44, 45, 50, 51, 81], "synced": [12, 17, 19, 25, 41, 48], "synchronization": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronize": [8, 11, 20, 41, 48, 50, 51], "synchronized": [10, 13, 19, 50], "synchronizes": 50, "synchronizing": [6, 43], "syncing": [19, 42, 47, 49], "syncs": 12, "syntactical": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systems": [7, 9, 14, 19, 27], "tab": [1, 12, 19, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tables": 66, "tabs": 19, "tackled": 69, "tag": [21, 44], "tagging": [36, 44], "tags": [21, 30, 32], "take": [2, 12, 17, 28, 41, 44, 48, 62, 69], "taken": 41, "takes": [9, 15, 26, 33, 42, 83], "taking": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talking": 60, "tap": [45, 60], "tapping": 60, "target": [9, 15, 37, 41], "targetchunkuploadduration": 9, "targeting": 44, "targets": [35, 83], "task": [2, 6, 43, 46, 66], "tasks": [1, 20, 41, 44, 46, 48, 57, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 80], "teams": [69, 74], "technical": 15, "technically": 14, "telegram": 42, "telephone": 82, "tell": [19, 41, 44], "tells": 19, "templates": 5, "temporarily": [12, 60], "temporary": 33, "ten": 27, "tentative": [41, 44], "tentatively": [41, 44], "terabytes": 12, "term": [41, 46], "terminal": 15, "test": [14, 24, 48], "tested": [10, 12], "testers": 18, "testing": [9, 18], "tests": 44, "text": [1, 2, 5, 10, 15, 19, 21, 26, 56, 66, 73, 80, 81], "than": [2, 16, 19, 20, 33, 39, 50, 56, 60, 66, 81], "thanks": 51, "that": [1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 21, 26, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 44, 47, 48, 50, 51, 57, 58, 59, 60, 62, 66, 69, 78, 81, 82, 83], "the": [1, 2, 4, 5, 6, 9, 10, 11, 13, 14, 16, 17, 18, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 35, 36, 37, 39, 40, 43, 45, 47, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "their": [7, 9, 14, 15, 21, 26, 28, 35, 37, 41, 44, 51, 54, 58, 60, 69, 82], "them": [4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 49, 56, 58, 69, 80, 81], "theme": 80, "themes": 6, "theming": 80, "themselves": [58, 64], "then": [2, 5, 7, 8, 12, 14, 15, 19, 20, 26, 28, 29, 33, 36, 41, 42, 44, 45, 48, 50, 51, 54, 62, 64, 69, 71, 76, 78, 81], "there": [1, 2, 7, 10, 17, 19, 20, 24, 26, 35, 41, 42, 44, 62, 66, 69, 71, 72, 76], "therefore": [38, 47], "these": [10, 14, 15, 19, 25, 26, 28, 35, 41, 42, 44, 46, 48, 69, 81, 82, 83], "they": [5, 8, 10, 15, 19, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "thing": [19, 50], "think": [2, 41], "third": [12, 20, 26], "this": [1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "those": [25, 41, 42, 43, 50, 54], "though": [9, 12, 19, 26], "thread": [1, 76], "threaded": 44, "threads": [44, 76], "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 35, 41, 44, 58, 65], "throughout": 41, "throw": 45, "thumbnail": 21, "thumbnails": [26, 33], "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tile": 65, "tiles": 65, "time": [9, 10, 12, 14, 15, 19, 20, 26, 35, 36, 39, 40, 41, 44, 48, 49, 57, 58, 59, 60, 62, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timeouts": 26, "times": [8, 19, 20], "timestamp": [37, 39], "timezone": 41, "timezones": 41, "title": [2, 5, 41, 44, 56, 59, 76], "tls": 51, "tlsv": 20, "tmp": 8, "to": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 25, 27, 28, 29, 31, 33, 37, 38, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "together": [2, 41, 49, 62, 82], "toggle": [1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [35, 41, 54, 72, 81], "tokens": [6, 41, 54], "too": [41, 44], "tool": [2, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "tools": [1, 7, 17, 36, 43], "top": [1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "towards": 45, "tracker": 80, "trail": 21, "transcribes": 64, "transcription": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "transferred": 37, "transferring": 41, "translate": 44, "translated": [4, 64], "translation": [61, 73], "translations": 44, "transparent": 41, "trash": [9, 21, 26, 28, 33, 42, 54], "trashbin": 24, "travelling": 41, "tray": [9, 10, 14, 19], "tree": 19, "tried": 44, "tries": [8, 47, 69], "trigger": [27, 41, 44, 50], "triggered": [9, 14, 44], "triggering": 44, "troubleshooting": 47, "true": [16, 44], "trust": [8, 38], "trusted": [20, 44, 82], "try": [14, 40, 47, 48], "trying": 26, "tt": 5, "tumblr": 42, "turn": 75, "turned": [44, 50], "turning": 9, "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 51, 54, 56, 60, 80, 82], "txt": 10, "type": [1, 2, 7, 9, 14, 15, 19, 21, 28, 36, 41, 47, 49, 50, 57, 60, 66, 80, 81], "typeface": 80, "types": [15, 21, 42, 66, 69], "typical": 19, "typically": [19, 57, 81], "typing": [2, 37, 44, 69], "ubuntu": [8, 14, 17], "ui": [9, 41], "umount": 20, "un": 26, "unable": [10, 11], "unaffected": 11, "unauthorized": 81, "unavailable": [15, 27, 69], "unchanged": 44, "uncheck": [36, 41, 42], "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergoing": 9, "understand": 33, "understanding": 44, "undesired": 19, "undo": 41, "undone": 15, "unencrypted": [26, 33, 38], "unfocus": 80, "unfortunately": 20, "unified": [76, 83], "unifying": 5, "uninstall": 17, "uninstallation": [6, 13], "uninstalling": 17, "unintended": 9, "unique": [26, 41, 60, 82], "universal": [6, 12], "universities": 7, "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlike": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmonitored": 12, "unmute": [60, 72], "unmuted": [60, 72], "unmutes": 60, "unordered": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolved": 10, "unselect": 42, "unsent": 44, "unshare": [35, 41], "unshares": 41, "unsubscribed": 44, "unsuccessful": 44, "unsynced": 8, "unsynchronized": 15, "until": [9, 18, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unusable": 19, "up": [9, 15, 19, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoming": [51, 59, 69, 83], "update": [6, 7, 10, 13, 19, 41, 42, 45, 48], "updated": [10, 14, 41, 54, 64], "updater": [6, 13, 14], "updates": [26, 42, 44], "updating": [7, 19, 44], "upgraded": 28, "upload": [9, 10, 19, 21, 27, 29, 31, 33, 35, 41, 42, 60], "uploaded": [9, 10, 11, 15, 33, 41, 62, 69], "uploaders": 29, "uploading": [41, 72], "uploads": [9, 10, 21, 23, 30, 33], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": [44, 80], "usable": 80, "usage": [82, 83], "use": [5, 7, 8, 9, 12, 15, 17, 19, 20, 21, 26, 27, 28, 40, 41, 42, 45, 47, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 19, 33, 36, 38, 39, 40, 41, 42, 44, 51, 54, 80], "useful": [15, 21, 41, 44, 60, 72, 82], "user": [4, 8, 9, 10, 15, 17, 20, 27, 28, 33, 35, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 60, 69, 70, 78, 82], "usermod": 20, "username": [8, 14, 19, 20, 28, 35, 37, 45, 46, 47, 48, 49, 50, 51], "users": [7, 9, 10, 14, 15, 18, 19, 20, 26, 28, 33, 36, 37, 41, 42, 44, 56, 57, 58, 69, 70, 82, 83], "uses": [7, 8, 12, 16, 19, 26, 39, 50, 60], "using": [1, 6, 7, 9, 11, 13, 14, 17, 20, 22, 23, 25, 29, 30, 34, 35, 40, 43, 45, 51, 54, 57, 62, 65, 69, 71, 72, 76, 82, 83], "usual": 26, "usually": [12, 44, 47], "utf": 20, "utilize": 44, "vacation": 40, "valid": [41, 44, 51], "validate": 50, "validated": 19, "value": [7, 11, 12, 15, 16, 42, 44], "values": [9, 11, 19, 42], "var": 16, "variable": [9, 10, 11], "variables": [6, 13, 41], "variety": [81, 82], "various": [41, 42], "vary": 80, "vcards": 42, "vcf": 42, "vendor": 7, "venue": 41, "verbose": 8, "verification": 69, "verify": [20, 41, 44], "version": [4, 7, 9, 10, 12, 14, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "versioning": 39, "versions": [7, 9, 17, 18, 33, 39, 83], "vertical": 44, "very": [5, 12, 20, 42, 80], "via": [4, 6, 10, 15, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrate": 60, "video": [21, 62, 63, 69, 72, 80], "videos": 21, "view": [1, 7, 14, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewable": 41, "viewed": 21, "viewer": [51, 80], "viewers": 80, "viewing": 35, "views": 21, "virtual": [17, 19, 82], "visibility": [15, 37, 42, 69, 82], "visible": [4, 10, 19, 21, 27, 35, 36, 42, 44, 46, 47, 66, 69], "visit": [25, 44], "visitors": 5, "vista": 20, "visual": 80, "visualized": 15, "voice": 60, "volume": 8, "vote": 41, "voted": 56, "votes": 41, "vpn": 20, "wait": 18, "waiting": [1, 19, 39, 44, 79], "want": [2, 4, 7, 14, 15, 18, 19, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "wants": [5, 41], "warn": [12, 44], "warning": [19, 26, 41, 44], "warnings": 19, "was": [1, 9, 35, 39, 41, 44, 81, 83], "watches": 12, "way": [2, 12, 15, 19, 20, 26, 38, 41, 42, 44, 47, 54, 59, 81], "ways": [17, 44, 56, 62], "we": [2, 5, 12, 14, 15, 18, 26, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinars": [77, 79], "website": [43, 73], "wednesday": 41, "week": [39, 41, 69, 82], "weekly": 42, "weeks": [42, 69], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 41, 42, 51, 57, 70], "what": [5, 12, 15, 19, 26, 27, 33, 36, 41, 57, 82], "whatever": 51, "wheel": 63, "when": [1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "whereas": 7, "wherever": 25, "whether": [9, 18, 27, 37, 41, 44, 56, 60], "which": [5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboards": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": 82, "wider": 82, "widget": 44, "widgets": [44, 83], "wiki": 74, "wildcards": [8, 19, 44], "will": [1, 2, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 25, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 80, 81, 82], "window": [9, 10, 12, 15, 16, 29, 46, 50, 60, 63, 72], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "with": [2, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 21, 25, 27, 28, 29, 33, 36, 40, 43, 44, 45, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 82, 83], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 41, 81], "words": [5, 38], "work": [10, 15, 19, 20, 26, 36, 41, 44, 45, 48, 54, 81, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 47, 81], "works": [26, 27, 41, 44, 46, 81], "workshops": 42, "workspace": 9, "world": 82, "worry": 15, "would": [8, 11, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writable": 42, "write": [2, 3, 15, 16, 41, 69], "writes": 16, "writing": [20, 44, 49], "written": 41, "wrong": [12, 19], "www": 51, "xing": 42, "xml": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yes": [15, 26, 36, 41], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 28, 30, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourpassword": 20, "yourself": [20, 36, 41, 69, 76], "yum": 20, "zip": 21, "zoom": [6, 63], "~/": 20, "\u00b7\u00b7": 36, "\u2019d": [41, 56], "\u2019drop": 56, "\u2019ll": [2, 29, 41, 58], "\u2019n": 56, "\u2019re": [5, 12, 28, 41], "\u2019s": [1, 4, 5, 7, 9, 14, 15, 17, 20, 21, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 81, 82, 83], "\u2019t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "\u2019ve": [18, 20], "\u201cedit": 15, "\u201d.": 2, "\u2026)": 44, "\u2026.": 5, "\u2026\u300d": 20, "\u2075,": 45, "\u2261)": 36, "\u3001*": 45, "\u3001\u300c": [20, 24], "\u3001\u300d": 45, "\u3001\uff08": 20, "\u3002,": 45, "\u3002:": 20, "\u3002debian": 20, "\u3002nautilus": 20, "\u3002nextcloud": [21, 24, 53], "\u3002ssl": 20, "\u3002webdav": 20, "\u3002\u3057\u304b\u3057": 45, "\u3002\u5024": 20, "\u3002\uff08": [0, 24], "\u3002\uff09": 24, "\u300c+": 45, "\u300cactive": 20, "\u300cadvanced": 20, "\u300cclear": 20, "\u300ccopy": 20, "\u300cdecrypt": 26, "\u300cencryption": 20, "\u300cenvironment": 20, "\u300ceverything": 20, "\u300cfile": 20, "\u300clogin": 20, "\u300cmore": 20, "\u300cmy": 20, "\u300cnew": 20, "\u300cok": 20, "\u300cpath": 20, "\u300cplace": 20, "\u300cremote": 20, "\u300csave": 20, "\u300csession": 20, "\u300cshow": 20, "\u300csub": 24, "\u300ctest": 24, "\u300ctime": 20, "\u300ctls": 20, "\u300d)": [16, 41, 51], "\u300d,": [5, 20, 41, 50, 51, 62], "\u300d.": [5, 12, 28, 41, 44, 51, 62], "\u300d\u2192": 20, "\u3042\u3063": 0, "\u3042\u306a\u305f": [20, 45, 53], "\u3042\u308a": [0, 20, 24, 45], "\u3042\u308b": [0, 20, 21], "\u3044\u308b": [0, 20, 24], "\u3044\u308c": 20, "\u304a\u3088\u3073": [0, 22, 30, 53], "\u304a\u308a": 0, "\u304a\u6301\u3061": 45, "\u304a\u6c17": [0, 21], "\u304b\u3064": 53, "\u304b\u3069": 20, "\u304b\u3069\u3046": 20, "\u304b\u3082": 20, "\u304b\u3089": [0, 20, 21, 24, 45, 53], "\u304c\u3044\u3064": 0, "\u304f\u3060": [20, 24, 31, 45], "\u3053\u305d": 53, "\u3053\u3068": [0, 20, 24, 25, 31], "\u3053\u306e": [0, 20, 24, 31], "\u3053\u308c": [20, 24, 45], "\u3053\u308c\u3089": [21, 31], "\u3054\u3068": 0, "\u3055\u3044": [20, 24, 31, 45], "\u3055\u3089\u306b": 24, "\u3057\u307e\u3059": 20, "\u3057\u307e\u305b": 20, "\u3057\u308c": 20, "\u3059\u3050": [24, 53], "\u3059\u3079": [0, 20, 53], "\u3059\u3079\u3066": [0, 20, 21, 53], "\u3059\u308b": [0, 22, 24, 25, 30, 31, 53], "\u305a\u308c": 31, "\u305b\u308b": [20, 45], "\u305d\u3057\u3066": 20, "\u305d\u306e": [0, 20, 45], "\u305d\u308c\u3089": [0, 45], "\u305f\u3044": [20, 45], "\u305f\u304b": 0, "\u305f\u304f": 45, "\u305f\u3059\u3079\u3066": 0, "\u305f\u3060\u3057": [20, 24], "\u305f\u3069\u308a": 20, "\u305f\u3073": [20, 24], "\u305f\u3081": [0, 20, 21, 24, 31, 45, 53], "\u305f\u3089": 20, "\u3060\u3051": [0, 24], "\u3060\u3055\u3044": [0, 20, 21, 31, 45], "\u3066\u304f": [20, 21], "\u3067\u304d": [0, 20, 21, 24, 45, 53], "\u3067\u304d\u308b": [0, 20, 21], "\u3067\u304f": [0, 45], "\u3067\u3057\u3087": 45, "\u3067\u3059": [20, 24, 31, 45, 53], "\u3068\u3044\u3046": [20, 45], "\u3068\u304a\u308a": 20, "\u3068\u304d": 45, "\u3068\u3053\u308d": 20, "\u3068\u3057\u3066": [0, 20], "\u3069\u306e": 0, "\u306a\u3044": [0, 20, 21, 24, 31], "\u306a\u304f": 24, "\u306a\u3057": [0, 20], "\u306a\u3063": [0, 20], "\u306a\u3069": [0, 20], "\u306a\u3089": 20, "\u306a\u308a": [0, 20, 24], "\u306a\u308b": [24, 45], "\u306b\u3064\u3044\u3066": 0, "\u306b\u3068\u3063": 31, "\u306b\u3088\u3063\u3066": [0, 20], "\u306b\u3088\u308b": 31, "\u306b\u95a2\u3059\u308b": 0, "\u306e\u3044": 31, "\u306e\u3067": 45, "\u306e\u307f": [0, 20, 24], "\u306f\u3058\u3081": 6, "\u306f\u3059\u3079\u3066": 0, "\u306f\u305a": 20, "\u3078\u3088\u3046": 53, "\u307e\u3057": 20, "\u307e\u3059": [0, 20, 21, 24, 25, 31, 45, 53], "\u307e\u305b": [20, 24], "\u307e\u305f": [0, 20, 31, 45, 53], "\u307e\u3067": [20, 24, 53], "\u307e\u3068\u3081": [0, 25], "\u307e\u3068\u3081\u3066": 0, "\u3082\u3057": 20, "\u3082\u306e": [20, 45], "\u3088\u3046": [0, 20, 24], "\u3088\u308a": [20, 24, 31], "\u3089\u308c": [24, 25], "\u3089\u308c\u308b": 20, "\u308c\u307e\u305b": 24, "\u308c\u308b": [0, 20, 24, 45], "\u308f\u3051": 24, "\u3092\u901a\u3057": [20, 45], "\u30a2\u30a4\u30b3\u30f3": [0, 45], "\u30a2\u30ab\u30a6\u30f3\u30c8": [20, 45], "\u30a2\u30af\u30bb\u30b9": [0, 6, 21, 30, 45], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3": [6, 20], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea": 6, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b9\u30c8\u30ea\u30fc\u30e0": 6, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30bf\u30d6": 0, "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9": [20, 22, 30], "\u30a2\u30c9\u30ec\u30b9": [20, 45], "\u30a2\u30d7\u30ea": [0, 20, 45, 53], "\u30a2\u30d7\u30ea\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb": 45, "\u30a2\u30f3\u30de\u30a6\u30f3\u30c8": 20, "\u30a4\u30d9\u30f3\u30c8": 0, "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9": [0, 20], "\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb": [0, 20, 45], "\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9": 21, "\u30a4\u30f3\u30dd\u30fc\u30c8": 20, "\u30a6\u30a3\u30f3\u30c9\u30a6": [20, 45], "\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6": 20, "\u30a8\u30e9\u30fc": 20, "\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8": 20, "\u30a8\u30f3\u30c8\u30ea": 0, "\u30aa\u30d5": 0, "\u30aa\u30d5\u30e9\u30a4\u30f3": 20, "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8": 0, "\u30aa\u30d7\u30b7\u30e7\u30f3": [0, 20], "\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0": 20, "\u30aa\u30f3": 0, "\u30aa\u30f3\u30e9\u30a4\u30f3\u30a2\u30ab\u30a6\u30f3\u30c8": 20, "\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9": [20, 53], "\u30ab\u30c6\u30b4\u30ea\u30fc": 0, "\u30ab\u30ec\u30f3\u30c0": 45, "\u30ab\u30ec\u30f3\u30c0\u30fc": 0, "\u30ab\u30ec\u30f3\u30c0\u30fc\u30a2\u30d7\u30ea": 45, "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [31, 53], "\u30af\u30ea\u30c3\u30af": [0, 20], "\u30b0\u30eb\u30fc\u30d7": [0, 20], "\u30b3\u30d4\u30fc": [0, 20, 24], "\u30b3\u30de\u30f3\u30c9": 20, "\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8": 20, "\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30e1\u30f3\u30d0\u30fc": 20, "\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8": 20, "\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb": 20, "\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf": [20, 24], "\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc": [20, 53], "\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9": 53, "\u30b4\u30df": 24, "\u30b5\u30a4\u30ba": [20, 31], "\u30b5\u30a4\u30c9\u30d0\u30fc": [6, 20], "\u30b5\u30a4\u30f3\u30a4\u30f3": 20, "\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": 20, "\u30b5\u30dd\u30fc\u30c8": [20, 53], "\u30b5\u30de\u30ea\u30fc": 0, "\u30b5\u30de\u30ea\u30fc\u30e1\u30fc\u30eb": 0, "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u30fc": 20, "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u30fc\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": 20, "\u30b5\u30fc\u30d0": [20, 21, 24], "\u30b5\u30fc\u30d0\u30a2\u30c9\u30ec\u30b9": 20, "\u30b5\u30fc\u30d0\u30fc": [20, 45, 53], "\u30b5\u30fc\u30d0\u30fc\u30a2\u30c9\u30ec\u30b9": 20, "\u30b5\u30fc\u30d3\u30b9": 20, "\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc": 53, "\u30b7\u30a7\u30a2": 20, "\u30b7\u30b9\u30c6\u30e0": [20, 21], "\u30b7\u30ca\u30ea\u30aa": 24, "\u30b9\u30af\u30ea\u30d7\u30c8": 20, "\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc": 20, "\u30b9\u30c6\u30c3\u30d7": 45, "\u30b9\u30c6\u30fc\u30bf\u30b9\u30e9\u30a4\u30f3": 20, "\u30b9\u30c8\u30ea\u30fc\u30e0": 0, "\u30b9\u30c8\u30ec\u30fc\u30b8": 20, "\u30b9\u30c8\u30ec\u30fc\u30b8\u30af\u30a9\u30fc\u30bf": 24, "\u30bb\u30ad\u30e5\u30a2": 53, "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3": 20, "\u30bb\u30af\u30b7\u30e7\u30f3": 20, "\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2": 53, "\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3": 53, "\u30bf\u30b0": 0, "\u30bf\u30b9\u30af": [0, 45], "\u30bf\u30c3\u30d7": 45, "\u30bf\u30d6": [0, 20], "\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8": 0, "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9": 20, "\u30c1\u30a7\u30c3\u30af": [0, 20], "\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9": [0, 20], "\u30c6\u30b9\u30c8": 20, "\u30c7\u30a3\u30b9\u30af\u30c9\u30e9\u30a4\u30d6": 20, "\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": [20, 53], "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7": [0, 22, 30, 53], "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": 20, "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc": 25, "\u30c7\u30d0\u30a4\u30b9": [20, 53], "\u30c7\u30d5\u30a9\u30eb\u30c8": [0, 24, 31], "\u30c7\u30fc\u30bf": [20, 45, 53], "\u30c8\u30b0\u30eb": 0, "\u30c8\u30f3\u30cd\u30eb": 20, "\u30c8\u30fc\u30af\u30f3": [0, 20], "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8": [20, 24], "\u30c9\u30e1\u30a4\u30f3": 20, "\u30c9\u30e9\u30a4\u30d6\u30ec\u30bf\u30fc": 20, "\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3": 20, "\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3\u30e1\u30cb\u30e5\u30fc": 20, "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d0\u30fc": 0, "\u30cd\u30a4\u30c6\u30a3\u30d6": 20, "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af": 20, "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c9\u30e9\u30a4\u30d6": 20, "\u30d0\u30fc\u30b8\u30e7\u30f3": [20, 41], "\u30d1\u30b9": 20, "\u30d1\u30b9\u30ef\u30fc\u30c9": [20, 45], "\u30d5\u30a1\u30a4\u30eb": [6, 25, 53], "\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30c9\u30e9\u30a4\u30d0\u30fc": 20, "\u30d5\u30a3\u30fc\u30c9": 6, "\u30d5\u30a3\u30fc\u30c9\u30ea\u30fc\u30c0\u30fc": 0, "\u30d5\u30a9\u30eb\u30c0": [0, 24], "\u30d5\u30a9\u30eb\u30c0\u30fc": [0, 20, 53], "\u30d6\u30e9\u30a6\u30b6": 0, "\u30d6\u30e9\u30a6\u30b6\u30fc": [6, 20], "\u30d6\u30e9\u30a6\u30ba": 20, "\u30d7\u30c3\u30b7\u30e5": 0, "\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8": 53, "\u30d7\u30ed\u30c8\u30b3\u30eb": 20, "\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc": 20, "\u30d7\u30ed\u30d1\u30c6\u30a3": 20, "\u30d9\u30fc\u30b9": 20, "\u30db\u30b9\u30c8": 20, "\u30db\u30fc\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": 20, "\u30dc\u30bf\u30f3": [20, 45], "\u30dd\u30fc\u30bf\u30d6\u30eb": 20, "\u30dd\u30fc\u30c8": 20, "\u30de\u30a6\u30f3\u30c8\u30dd\u30a4\u30f3\u30c8": 20, "\u30de\u30c3\u30d7": 20, "\u30de\u30c8\u30ea\u30c3\u30af\u30b9": 0, "\u30e1\u30cb\u30e5\u30fc": 20, "\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc": 20, "\u30e2\u30d0\u30a4\u30eb": [0, 22, 30, 45], "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea": 20, "\u30e2\u30d0\u30a4\u30eb\u30c7\u30d0\u30a4\u30b9": 20, "\u30e6\u30fc\u30b6": [0, 24, 31, 45], "\u30e6\u30fc\u30b6\u30fc": 20, "\u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb": 6, "\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9": 20, "\u30ea\u30b9\u30c8": 45, "\u30ea\u30bd\u30fc\u30b9": 20, "\u30ea\u30e2\u30fc\u30c8web": 20, "\u30ea\u30e2\u30fc\u30c8\u30cd\u30c3\u30c8\u30ef\u30fc\u30af": 20, "\u30ea\u30e2\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb": 20, "\u30ea\u30e2\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0": 20, "\u30ea\u30f3\u30af": [0, 20], "\u30eb\u30fc\u30c8": 20, "\u30eb\u30fc\u30c8\u30d5\u30a9\u30eb\u30c0\u30fc": 20, "\u30ec\u30b8\u30b9\u30c8\u30ea": 20, "\u30ec\u30b8\u30b9\u30c8\u30ea\u30a8\u30c7\u30a3\u30bf\u30fc": 20, "\u30ed\u30b0": 20, "\u30ed\u30b0\u30a4\u30f3": [20, 45], "\u30ed\u30fc\u30ab\u30eb": [20, 53], "\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea": 20, "\u30ed\u30fc\u30ab\u30eb\u30cf\u30fc\u30c9\u30c9\u30e9\u30a4\u30d6": 20, "\u30fb\u30d1\u30b9\u30ef\u30fc\u30c9": 20, "\u4e00\u6642\u7684": 20, "\u4e00\u89a7": 20, "\u4e00\u90e8": 31, "\u4e0a\u8a18": 0, "\u4e0a\u90e8": [0, 20], "\u4e0a\u9650": [20, 24, 31], "\u4e0b\u8a18": 20, "\u4e0b\u90e8": 0, "\u4e0d\u8981": 20, "\u4e21\u65b9": [20, 24], "\u4e21\u8005": 24, "\u4e88\u5b9a": 20, "\u4ed8\u3051": [0, 20], "\u4ed8\u4e0e": 45, "\u4ee3\u308f\u308a": 20, "\u4ee5\u4e0a": 20, "\u4ee5\u4e0b": 20, "\u4efb\u610f": [0, 20], "\u4f5c\u6210": [0, 21, 45], "\u4f7f\u3044\u65b9": 25, "\u4f7f\u3046": 20, "\u4f7f\u3063": 20, "\u4f7f\u7528": [6, 22, 25, 30, 53], "\u4f8b\u3048": 20, "\u4f9d\u983c": 31, "\u4fbf\u5229": [0, 20], "\u4fdd\u5b58": [20, 24], "\u4fdd\u6301": 24, "\u4fdd\u8b77": 20, "\u500b\u4eba": [0, 20, 24, 53], "\u5024\u3088\u308a": 24, "\u512a\u5148": 24, "\u5148\u982d": 20, "\u5165\u308a": [0, 21], "\u5165\u308c": [20, 24], "\u5165\u308c\u308b": 0, "\u5165\u529b": [20, 45], "\u516c\u5171": 20, "\u5171\u6709": [0, 53], "\u518d\u3073": 24, "\u518d\u5171\u6709": 21, "\u518d\u5ea6": [20, 45], "\u518d\u63a5": 20, "\u518d\u8d77": 20, "\u5206\u6563": 20, "\u5207\u308c\u308b": 24, "\u5207\u65ad": 20, "\u5225\u9014": 25, "\u5229\u7528": [0, 20, 21, 24], "\u5236\u9650": [20, 31], "\u524a\u9664": [0, 21, 30, 32], "\u524d\u65e5": 0, "\u5272\u308a": [20, 24], "\u5272\u308a\u5f53\u3066": 20, "\u52d5\u4f5c": 20, "\u52d5\u5f8c": 20, "\u5316\u63a5": 20, "\u533f\u540d": 20, "\u5341\u5206": 31, "\u5354\u529b": 53, "\u53c2\u7167": [20, 24], "\u53ce\u307e\u308b": 24, "\u53d6\u308b": 0, "\u53d6\u5f97": 20, "\u53d7\u3051": [0, 31], "\u53d7\u3051\u308b": 53, "\u53d7\u4fe1": 24, "\u53e4\u3044": [20, 24], "\u53ef\u80fd": [20, 24, 45], "\u5404\u7a2e": 31, "\u540c\u3058": 20, "\u540c\u671f": [6, 20, 22, 43, 53], "\u540c\u69d8": [20, 24], "\u540d\u524d": [0, 20, 24], "\u5411\u3051": [20, 25], "\u542b\u307e": [0, 20], "\u542b\u3080": 20, "\u554f\u3044\u5408\u308f": [20, 21], "\u57fa\u672c": 20, "\u5834\u5408": [0, 20, 21, 31], "\u5834\u6240": [20, 53], "\u5897\u3084\u3059": [20, 31], "\u5897\u52a0": 31, "\u5909\u6570": 31, "\u5909\u66f4": [0, 20, 24, 31, 41], "\u5927\u304d\u3044": 31, "\u5927\u4f01\u696d": 53, "\u5927\u5bb9\u91cf": [22, 30], "\u5931\u6557": 20, "\u5b89\u5168": [20, 53], "\u5b8c\u4e86": [20, 45], "\u5b8c\u5168": 24, "\u5b9f\u884c": [0, 20], "\u5b9f\u88c5": 20, "\u5bfe\u5fdc": [0, 20], "\u5bfe\u8c61": 24, "\u5c02\u7528": 20, "\u5c11\u3057": 24, "\u5c11\u3057\u9577\u304f": 20, "\u5c55\u958b": 20, "\u5de6\u4e0b": 20, "\u5de6\u5074": [0, 20], "\u5e0c\u671b": 20, "\u5f37\u304f": 20, "\u5f53\u3066": [20, 24], "\u5f71\u97ff": 0, "\u5f93\u3063": 20, "\u5fc5\u8981": [20, 31, 45], "\u60c5\u5831": [20, 45], "\u610f\u5473": 20, "\u6240\u6709": [20, 24], "\u624b\u4f5c\u696d": 45, "\u624b\u52d5": [20, 24], "\u6271\u3044": 20, "\u62bc\u3057": 20, "\u62bc\u4e0b": 45, "\u62e1\u5f35": 20, "\u6307\u5b9a": 20, "\u6307\u793a": 20, "\u63a5\u7d9a": 20, "\u63a8\u5968": [20, 25, 31], "\u63d0\u4f9b": [0, 20, 53], "\u64cd\u4f5c": 20, "\u6574\u7406": 0, "\u65b0\u3057\u3044": [20, 24, 45], "\u65b9\u6cd5": 45, "\u65e5\u4ed8": [0, 20], "\u65e5\u6570": 24, "\u65e5\u9593\u30b4\u30df": 24, "\u65e9\u304f": [0, 24], "\u6642\u523b": 24, "\u6642\u7cfb": 0, "\u6642\u9593": 0, "\u6697\u53f7": 20, "\u6697\u53f7\u5316": 20, "\u66f4\u65b0": [0, 20], "\u66f8\u304d\u53ef": 20, "\u6700\u3082": 24, "\u6700\u5927": [20, 24], "\u6700\u5f8c": 20, "\u6700\u8fd1": 0, "\u6700\u9069": 20, "\u6709\u52b9": [0, 20], "\u671f\u9593": 24, "\u671f\u9650": 24, "\u672b\u5c3e": 20, "\u691c\u7d22": 6, "\u691c\u8a3c": 20, "\u6982\u8981": 0, "\u69cb\u6210": 20, "\u69cb\u6587": 20, "\u6a29\u9650": [20, 31], "\u6a5f\u5668": 45, "\u6a5f\u80fd": [0, 20, 21], "\u6b63\u3057\u304f": 20, "\u6b8b\u308a": 20, "\u6bce\u671d": 0, "\u6bce\u9031": 0, "\u6ce8\u610f": 20, "\u6e96\u62e0": 53, "\u7121\u52b9": [0, 20, 21], "\u7121\u6599": 53, "\u7279\u5b9a": 0, "\u72b6\u614b": 20, "\u72ec\u7acb": 0, "\u73fe\u5728": [20, 24], "\u7528\u901a": 0, "\u753b\u9762": [20, 45], "\u767a\u751f": 20, "\u76ee\u7684": 24, "\u76f4\u5f8c": 0, "\u76f4\u63a5": 0, "\u7701\u7565": 20, "\u77e5\u8a2d": 0, "\u78ba\u4fdd": [20, 24], "\u78ba\u8a8d": [0, 20, 24, 45], "\u793a\u3057": 20, "\u79d8\u5bc6": 0, "\u79fb\u52d5": [0, 20, 24], "\u7a2e\u5225": 20, "\u7a2e\u985e": 0, "\u7a7a\u304d": 24, "\u7acb\u3061\u4e0a\u3052\u308b": 45, "\u7ba1\u7406": [6, 20, 21, 30, 31, 53], "\u7bb1\u5185": 24, "\u7c21\u5358": 20, "\u7d42\u4e86": 20, "\u7d44\u307f\u8fbc\u307e": 20, "\u7d4c\u904e": 24, "\u7d5e\u308a\u8fbc\u3080": 0, "\u7d71\u5408": 6, "\u7d9a\u3044": 20, "\u7d9a\u3051": [20, 24, 45], "\u7dad\u6301": 20, "\u7de8\u96c6": [20, 21], "\u7f6e\u304d\u63db\u3048": 20, "\u7f6e\u304f": 53, "\u7f72\u540d": 20, "\u7ffb\u8a33": 53, "\u8003\u3048\u308b": 20, "\u81ea\u5206": [0, 20, 24], "\u81ea\u52d5": 20, "\u81ea\u5b85": 53, "\u81ea\u5df1": 20, "\u8457\u4f5c": 20, "\u884c\u3044": 0, "\u884c\u304d": 45, "\u884c\u3063": 31, "\u8868\u793a": [6, 20, 45], "\u8907\u6570": [20, 53], "\u8907\u96d1": 24, "\u8981\u4ef6": 6, "\u8981\u6c42": 45, "\u89e3\u6c7a": 20, "\u89e3\u6d88": 20, "\u89e3\u9664": 20, "\u8a00\u3048": 31, "\u8a08\u7b97": 24, "\u8a18\u4e8b": 20, "\u8a18\u8f09": [0, 20], "\u8a18\u9332": [0, 20], "\u8a2d\u5b9a": [6, 20, 24, 31, 45], "\u8a2d\u8a08": 20, "\u8a31\u53ef": [20, 45], "\u8a3c\u660e": 20, "\u8a3c\u660e\u66f8": 20, "\u8a73\u7d30": [20, 24], "\u8a8d\u8a3c": [0, 20], "\u8a8d\u8b58": 20, "\u8aac\u660e": 24, "\u8aad\u307f": 20, "\u8aad\u307f\u53d6\u308a": 20, "\u8abf\u6574": 24, "\u8b66\u544a": 20, "\u8cc7\u683c": [20, 45], "\u8cfc\u8aad": 45, "\u8d77\u304d": 0, "\u8d77\u52d5": [20, 45], "\u8d85\u3048": 24, "\u8ee2\u9001": 20, "\u8ffd\u52a0": [0, 20, 24], "\u8ffd\u8de1": 0, "\u9001\u4fe1": 0, "\u901a\u5e38": 24, "\u901a\u77e5": 6, "\u9023\u7d61": [0, 31, 45], "\u9023\u7d61\u5148": 0, "\u9031\u9593": 0, "\u9032\u3081": 20, "\u904b\u7528": 53, "\u9069\u5207": [20, 31], "\u9078\u3073": 20, "\u9078\u3093": 45, "\u9078\u629e": [0, 20, 45], "\u90e8\u5206": 20, "\u91cd\u8981": 20, "\u9589\u3058": [20, 45], "\u958b\u3044": [0, 20], "\u958b\u304d": [0, 20, 45], "\u958b\u59cb": 20, "\u95a2\u9023": 0, "\u9632\u3050\u529b": 24, "\u9664\u304d": 20, "\u9805\u76ee": 20, "\u983b\u7e41": 20, "\u9b54\u6cd5": 24, "\uff08https": 20, "\uff08sni": 20, "\uff08\u4f8b": [0, 20], "\uff09:": 20, "\uff09webdav": 20, "\uff09\u3002": 20, "\uff11\u3064\u3081": 45}, "titles": ["\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea\u306e\u4f7f\u7528", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u76ee\u6b21", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "WebDAV \u3092\u4f7f\u7528\u3057\u3066 Nextcloud \u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b", "Accessing your files using the Nextcloud web interface", "\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9", "Sharing & collaboration", "\u524a\u9664\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406", "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u304a\u3088\u3073\u30e2\u30d0\u30a4\u30eb\u3067\u306e\u540c\u671f", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "\u30d5\u30a1\u30a4\u30eb\uff08Files\uff09\u3068\u540c\u671f", "\u5927\u5bb9\u91cf\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", "\u30d5\u30a1\u30a4\u30eb\u306e\u7ba1\u7406", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Android \u3068\u306e\u540c\u671f", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 \u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb \u306f\u3058\u3081\u306b", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"-directories": 12, "-end": 38, "-factor": 81, "-level": 15, "-line": [8, 16], "-of": 40, "-office": 40, "-on": 50, "-one": 69, "-screen": 72, "-side": 26, "-specific": 54, "-to": [38, 69], "-up": 44, "/add": 41, "2ee": 38, "2fa": 51, "about": 12, "accepting": 70, "access": [4, 35, 36, 80], "accessing": [20, 21, 27], "account": [19, 44], "accounts": [19, 49], "actions": [15, 44], "activity": 21, "add": [41, 42, 44, 50], "adding": [19, 27, 35, 38, 42], "address": [42, 44, 82], "addresses": 44, "advanced": 44, "ai": [1, 44], "alias": [15, 44], "all": [44, 78], "alternative": 50, "an": [5, 38, 41, 44, 70, 72, 78], "and": [14, 20, 21, 35, 36, 41, 42, 44, 54, 57, 59, 60, 64, 66, 69, 72, 79, 80, 83], "android": 45, "anonymous": 29, "another": 44, "app": [41, 42, 44], "appearance": 55, "applications": 81, "appointment": 41, "appointments": 41, "apps": 75, "archive": 69, "are": 12, "as": [42, 44, 72], "assign": 41, "assigning": 36, "assistant": 1, "at": 42, "attachments": [41, 56], "attempting": 12, "attendees": 41, "audio": 60, "authentication": 81, "automated": 41, "automatic": [7, 44], "automation": 44, "autoresponder": 44, "autoresponders": 44, "availability": 41, "backends": 27, "background": 26, "backgrounds": 60, "ban": 69, "basic": 7, "be": 26, "being": 12, "between": 52, "bin": 41, "birthday": 41, "blocks": 44, "body": 44, "book": 82, "booked": 41, "booking": 41, "books": 42, "bots": 57, "breakout": [58, 60], "browser": 60, "browsers": 54, "browsing": 36, "busy": 41, "by": 36, "calendar": [41, 44, 47, 51, 59], "calendars": [41, 50], "call": [60, 62, 64, 65, 72], "calls": 61, "can": [26, 82], "card": 75, "cardbook": 50, "change": [12, 26, 27, 44], "changes": [12, 54], "channels": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "checking": 41, "client": [8, 13, 19, 60, 81], "clients": 60, "cloud": 28, "codes": 81, "collaboration": 23, "collectives": [2, 3], "color": 44, "command": [8, 16], "commands": 57, "comments": 21, "compact": [44, 55], "compose": 44, "composer": 44, "conditions": 44, "configuration": [9, 15, 41], "configure": 58, "configuring": [19, 81], "conflict": 15, "conflicts": 10, "connected": 54, "connecting": 21, "consent": 62, "considerations": 81, "contact": 42, "contacts": [42, 44, 47, 50, 51], "context": 15, "continuously": 12, "control": 39, "controlling": 60, "conversation": [41, 69, 76, 78], "conversations": [55, 68, 69, 78], "create": [5, 41, 42, 44, 75], "creates": 5, "creating": [21, 28, 35, 36, 41, 69, 78], "credential": 8, "credits": 51, "curl": 20, "cyberduck": 20, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "delegation": [41, 44], "delete": [41, 44], "deleting": 39, "deletion": 44, "desktop": [13, 19, 46, 60], "details": 21, "detection": [27, 44], "device": [38, 54], "devices": 54, "disable": 26, "disabled": 26, "disk": 11, "display": 44, "displaying": 38, "disposable": 69, "dolphin": 20, "download": [14, 60], "downloaded": 15, "drop": 29, "duplicate": [41, 42], "during": 60, "edit": [12, 41, 42, 44], "editing": [41, 76], "editor": 19, "email": [28, 72], "emoji": 66, "enable": [12, 44], "enabling": 38, "encrypted": 26, "encrypting": 38, "encryption": [26, 34, 38], "end": 38, "envelope": 44, "environment": 11, "environments": 7, "even": 12, "event": [41, 44], "events": [41, 59], "everyone": 5, "example": [8, 10], "exclude": 8, "experimental": 10, "expiration": 69, "explorer": 20, "export": 41, "extensions": 15, "external": 27, "factor": 81, "faq": [12, 26], "favorite": 42, "favorites": 44, "features": 15, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "file": [9, 15, 19, 27, 29, 35], "files": [4, 12, 15, 19, 20, 21, 26, 27, 29, 30, 36, 56, 71], "filter": [44, 69], "filtering": [21, 44], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "folders": 12, "follow": 44, "for": [41, 44, 77], "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "functionality": 12, "general": [17, 19], "getting": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 69], "groups": [35, 42], "groupware": 43, "guest": 72, "hand": 60, "handling": 8, "hardware": 81, "history": 1, "holiday": 41, "hours": 41, "how": [5, 12, 26, 44], "icon": 19, "icons": 19, "ics": 41, "if": 81, "ignored": 19, "immediately": 60, "import": 41, "importing": 42, "in": [7, 12, 44, 56, 76, 81, 82], "inbox": 44, "inboxes": 44, "included": 80, "indicators": 15, "info": 44, "information": 42, "initial": 14, "inserting": 66, "install": [8, 14], "installation": 14, "instances": 52, "instructions": 17, "integrating": 75, "integration": [15, 44, 59, 71], "interacting": 76, "interface": [12, 21, 83], "internal": [35, 44], "into": 75, "introduction": 5, "introductions": 5, "invitation": [44, 70], "invitations": [41, 44], "invite": 41, "ios": 47, "is": 26, "issues": 15, "it": [12, 26], "items": 42, "job": 26, "join": [60, 72], "joining": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": [44, 80], "known": 15, "kontact": 48, "language": 12, "layout": [44, 65], "levels": 36, "like": 12, "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobby": 79, "local": 12, "locally": 12, "locking": 15, "logging": [15, 81], "login": 26, "lose": 81, "low": 11, "macos": [7, 14, 15, 17, 20, 49], "mail": 44, "mailing": 44, "making": 29, "manage": [54, 58, 62], "manager": 19, "managing": [36, 41, 42, 44, 54, 69], "manually": 42, "mark": 42, "markdown": [4, 66], "matterbridge": 74, "meeting": [41, 44], "meetings": 59, "members": 42, "mention": 44, "menu": 15, "merging": 42, "message": [44, 75], "messages": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrate": 52, "minimize": 44, "mnemonic": 38, "mobile": 60, "modal": 44, "mode": 44, "moderators": 77, "modified": 12, "more": 66, "move": [12, 26, 44], "multiple": 42, "my": 12, "naming": 39, "native": 44, "nautilus": 20, "navigating": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "not": [12, 26], "note": 69, "notifications": [1, 41, 69], "of": [12, 55], "on": [12, 14, 44, 76], "onboard": 5, "one": 69, "only": 50, "open": 78, "operation": 44, "options": [16, 41, 42], "or": [26, 41, 42, 60, 72], "order": 44, "organize": 42, "other": 72, "others": 35, "our": 5, "out": 40, "outbox": 44, "overlay": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "participants": [60, 69], "password": [26, 54], "passwords": 54, "personal": 1, "phishing": 44, "picker": 66, "pickers": 1, "picture": 42, "pinning": 76, "planned": 26, "polls": 56, "possible": 26, "preferences": 82, "preventing": 7, "priority": 44, "privacy": 69, "private": [26, 69], "profile": [82, 83], "progress": 41, "project": 5, "proposal": 41, "proposals": 41, "proposed": 41, "provider": 15, "public": 35, "publishing": 41, "quick": 44, "quota": 33, "raise": 60, "reactions": 60, "recipient": 44, "recommended": 50, "record": 60, "recording": 62, "recovery": [26, 81], "recurring": 41, "refresh": 44, "reliably": 12, "reminder": 76, "reminders": [41, 44], "remove": 42, "replies": 44, "replying": 66, "requirements": 14, "resources": 41, "responding": 41, "responsiveness": 80, "restrict": 82, "roles": 42, "room": 41, "rooms": [41, 58, 60], "rss": 0, "running": 1, "schedule": 59, "scheduled": 44, "scheduling": 66, "screen": [60, 63, 72], "search": [44, 76], "searching": 21, "second": 81, "security": [34, 44], "see": 82, "self": 69, "sending": [44, 66, 70], "server": [12, 14, 26, 44], "set": [19, 41, 60], "setting": [29, 40, 76, 82], "settings": [1, 19, 44, 72, 83], "setup": [14, 49], "share": [21, 28, 35, 72, 75], "shared": [42, 44], "shares": [28, 35], "sharing": [15, 19, 23, 26, 27, 35, 41, 56, 63, 82], "shortcuts": 44, "sidebar": 21, "silent": 66, "smart": [1, 44, 66], "snooze": 44, "some": 12, "sort": 44, "space": 11, "speaker": 65, "start": 60, "started": 2, "starting": [60, 72], "status": [15, 19, 41], "step": 5, "steps": 2, "stops": 12, "storage": [27, 33], "sub": 12, "subfolder": 44, "subscribe": 41, "summary": [44, 66], "supported": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchronization": 19, "synchronized": 12, "synchronizing": [46, 47, 48, 49, 50, 51], "syncing": 12, "system": [14, 36], "systray": 19, "tag": 36, "tags": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44], "tasks": 75, "team": [5, 42], "teams": 42, "template": 5, "text": 44, "than": 12, "the": [7, 8, 12, 15, 19, 21, 26, 38, 41, 42, 44, 46, 50, 60, 82, 83], "their": 5, "themes": 80, "there": 12, "they": 12, "this": 26, "thread": 44, "threaded": 76, "thunderbird": 50, "time": 42, "times": 41, "tlsv": 51, "to": [5, 12, 21, 26, 35, 36, 41, 42, 44, 66, 69], "together": 5, "tokens": 81, "tracked": 12, "transcription": 64, "transfer": 37, "translation": [44, 64], "transparency": 41, "trash": [41, 44], "troubleshooting": [15, 49, 51], "two": 81, "unified": 44, "uninstallation": 17, "universal": 80, "unsubscribe": 44, "up": [29, 41, 44, 60], "update": 18, "updater": 7, "updates": 7, "uploaded": 12, "uploading": [10, 21, 29], "uploads": 29, "usage": 8, "use": [2, 44], "user": [12, 19, 26, 41], "users": 35, "using": [8, 15, 19, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "variables": 11, "version": 39, "versions": 14, "via": [28, 80], "video": 60, "view": [21, 55, 65, 78], "viewing": 41, "virtual": 42, "want": 12, "warning": 12, "was": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": 19, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 35, 41, 42, 46, 47, 48, 49, 50, 51, 59, 75, 76, 81], "without": 26, "workflow": 7, "working": 41, "works": 12, "would": 12, "you": 81, "your": [5, 19, 21, 27, 29, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u2019s": [2, 26], "\u201d-": 5, "\u304a\u3088\u3073": [20, 25], "\u3059\u308b": [20, 45], "\u306a\u3044": 45, "\u306b\u3088\u308b": 24, "\u306f\u3058\u3081": 53, "\u307e\u305f": 21, "\u30a2\u30a4\u30b3\u30f3": 21, "\u30a2\u30af\u30bb\u30b9": [20, 22], "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3": 0, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30a2\u30d7\u30ea": 0, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b5\u30de\u30ea\u30fc": 0, "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30b9\u30c8\u30ea\u30fc\u30e0": 0, "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9": 31, "\u30a2\u30d7\u30ea": 24, "\u30ab\u30ec\u30f3\u30c0\u30fc": 45, "\u30af\u30a9\u30fc\u30bf": 24, "\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": 20, "\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3": 20, "\u30b3\u30f3\u30c6\u30f3\u30c4": 6, "\u30b5\u30a4\u30c9\u30d0\u30fc": 0, "\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3": 20, "\u30b9\u30c8\u30ec\u30fc\u30b8": 24, "\u30c7\u30b9\u30af\u30c8\u30c3\u30d7": [20, 25], "\u30c9\u30e9\u30a4\u30d6": 20, "\u30d3\u30c7\u30aa\u30d7\u30ec\u30a4\u30e4\u30fc": 21, "\u30d5\u30a1\u30a4\u30eb": [0, 20, 21, 22, 24, 30, 31, 32, 45], "\u30d5\u30a1\u30a4\u30eb\u30de\u30cd\u30fc\u30b8\u30e3\u30fc": 20, "\u30d5\u30a3\u30eb\u30bf\u30fc": 0, "\u30d5\u30a3\u30fc\u30c9": 0, "\u30d5\u30a9\u30eb\u30c0": 21, "\u30d6\u30e9\u30a6\u30b6\u30fc": 83, "\u30d7\u30ec\u30d3\u30e5\u30fc": 21, "\u30de\u30a6\u30f3\u30c8": 20, "\u30de\u30c3\u30d4\u30f3\u30b0": 20, "\u30e1\u30fc\u30eb": 0, "\u30e2\u30d0\u30a4\u30eb": 25, "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea": 45, "\u30e2\u30d0\u30a4\u30eb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8": [20, 25], "\u30e6\u30fc\u30b6\u30fc\u30de\u30cb\u30e5\u30a2\u30eb": 53, "\u4f5c\u6210": 20, "\u4f7f\u7528": [0, 20], "\u516c\u5f0f": 20, "\u516c\u958b": 20, "\u5171\u6709": [20, 21, 24], "\u5229\u7528": 45, "\u524a\u9664": 24, "\u52d5\u4f5c": 24, "\u540c\u671f": [25, 30, 45], "\u554f\u984c": 20, "\u56de\u7b54": 20, "\u5834\u5408": [24, 45], "\u5927\u5bb9\u91cf": 31, "\u5bb9\u91cf": 24, "\u64cd\u4f5c": 21, "\u65b9\u6cd5": 20, "\u65e2\u77e5": 20, "\u691c\u7d22": 83, "\u6bce\u65e5": 0, "\u72b6\u614b": 21, "\u76ee\u6b21": 6, "\u79fb\u52d5": 21, "\u7ba1\u7406": [24, 32], "\u7d4c\u7531": 20, "\u7d71\u5408": 83, "\u8868\u793a": 0, "\u8981\u4ef6": 83, "\u89e3\u6c7a\u7b56": 20, "\u8a2d\u5b9a": 0, "\u901a\u77e5": [0, 45], "\u9023\u7d61\u5148": 45, "\u9078\u629e": 21, "\u983b\u5ea6": 0}}) \ No newline at end of file diff --git a/server/latest/user_manual/ko/contents.html b/server/latest/user_manual/ko/contents.html index be604f54815..f9fe813476e 100644 --- a/server/latest/user_manual/ko/contents.html +++ b/server/latest/user_manual/ko/contents.html @@ -180,6 +180,7 @@
                          • 설치
                          • Uninstallation
                          • 동기화 클라이언트 사용하기
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/ko/desktop/autoupdate.html b/server/latest/user_manual/ko/desktop/autoupdate.html index b02c7ea2dfe..c416d4fd9f9 100644 --- a/server/latest/user_manual/ko/desktop/autoupdate.html +++ b/server/latest/user_manual/ko/desktop/autoupdate.html @@ -84,6 +84,7 @@
                          • 설치
                          • Uninstallation
                          • 동기화 클라이언트 사용하기
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/ko/desktop/commandline.html b/server/latest/user_manual/ko/desktop/commandline.html index 6f71983b42e..7106d069940 100644 --- a/server/latest/user_manual/ko/desktop/commandline.html +++ b/server/latest/user_manual/ko/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
                          • 설치
                          • Uninstallation
                          • 동기화 클라이언트 사용하기
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                            • Install
                            • Usage
                            • @@ -257,7 +258,7 @@

                              Example
                              diff --git a/server/latest/user_manual/ko/desktop/configfile.html b/server/latest/user_manual/ko/desktop/configfile.html index 21f7a1f6e1a..393ba01841c 100644 --- a/server/latest/user_manual/ko/desktop/configfile.html +++ b/server/latest/user_manual/ko/desktop/configfile.html @@ -84,6 +84,7 @@
                            • 설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/conflicts.html b/server/latest/user_manual/ko/desktop/conflicts.html index 869a3c80cd1..a7305934e4d 100644 --- a/server/latest/user_manual/ko/desktop/conflicts.html +++ b/server/latest/user_manual/ko/desktop/conflicts.html @@ -84,6 +84,7 @@
                            • 설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/envvars.html b/server/latest/user_manual/ko/desktop/envvars.html index de0c30df3ad..8ebf2efd6d4 100644 --- a/server/latest/user_manual/ko/desktop/envvars.html +++ b/server/latest/user_manual/ko/desktop/envvars.html @@ -84,6 +84,7 @@
                            • 설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/faq.html b/server/latest/user_manual/ko/desktop/faq.html index e87a31711fe..1876a5d2451 100644 --- a/server/latest/user_manual/ko/desktop/faq.html +++ b/server/latest/user_manual/ko/desktop/faq.html @@ -84,6 +84,7 @@
                            • 설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/index.html b/server/latest/user_manual/ko/desktop/index.html index 32c78a55414..77d466b5f05 100644 --- a/server/latest/user_manual/ko/desktop/index.html +++ b/server/latest/user_manual/ko/desktop/index.html @@ -84,6 +84,7 @@
                            • 설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • @@ -133,6 +134,7 @@

                              Desktop Client설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/installation.html b/server/latest/user_manual/ko/desktop/installation.html index e796564ee12..c8af4cae8b4 100644 --- a/server/latest/user_manual/ko/desktop/installation.html +++ b/server/latest/user_manual/ko/desktop/installation.html @@ -92,6 +92,7 @@
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/macosfileprovider.html b/server/latest/user_manual/ko/desktop/macosfileprovider.html new file mode 100644 index 00000000000..947aa7fa65d --- /dev/null +++ b/server/latest/user_manual/ko/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                              + + +
                              + +
                              + +
                              +
                              +
                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/ko/desktop/macosvfs.html b/server/latest/user_manual/ko/desktop/macosvfs.html index 4a63029f97f..497d7f7af97 100644 --- a/server/latest/user_manual/ko/desktop/macosvfs.html +++ b/server/latest/user_manual/ko/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                              - - -
                              - -
                              - -
                              -
                              -
                              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/ko/desktop/options.html b/server/latest/user_manual/ko/desktop/options.html index 38a535c1d57..d023ac77ea9 100644 --- a/server/latest/user_manual/ko/desktop/options.html +++ b/server/latest/user_manual/ko/desktop/options.html @@ -84,6 +84,7 @@
                            • 설치
                            • Uninstallation
                            • 동기화 클라이언트 사용하기
                            • +
                            • Using the macOS File Provider
                            • Using the Command-Line Client
                            • Command-Line Options
                            • Configuration File
                            • diff --git a/server/latest/user_manual/ko/desktop/uninstallation.html b/server/latest/user_manual/ko/desktop/uninstallation.html index a770154c7b2..ce1aae8ce30 100644 --- a/server/latest/user_manual/ko/desktop/uninstallation.html +++ b/server/latest/user_manual/ko/desktop/uninstallation.html @@ -92,6 +92,7 @@

                          • 동기화 클라이언트 사용하기
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/ko/desktop/updatechannel.html b/server/latest/user_manual/ko/desktop/updatechannel.html index 450ea653156..21292a881e8 100644 --- a/server/latest/user_manual/ko/desktop/updatechannel.html +++ b/server/latest/user_manual/ko/desktop/updatechannel.html @@ -84,6 +84,7 @@
                          • 설치
                          • Uninstallation
                          • 동기화 클라이언트 사용하기
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/ko/desktop/usage.html b/server/latest/user_manual/ko/desktop/usage.html index 9d0aa396589..4d3cb0e5b11 100644 --- a/server/latest/user_manual/ko/desktop/usage.html +++ b/server/latest/user_manual/ko/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
                          • 일반 창
                          • 네트워크 창 사용
                          • 무시된 파일 편집기 사용
                          • -
                          • Virtual Files on macOS -
                        • +
                        • Using the macOS File Provider
                        • Using the Command-Line Client
                        • Command-Line Options
                        • Configuration File
                        • @@ -303,15 +300,6 @@

                          네트워크 창 사용 -

                          Virtual Files on macOS

                          -

                          For information about using virtual files integration on macOS, see:

                          - - @@ -319,7 +307,7 @@

                          Virtual Files on macOS

                          diff --git a/server/latest/user_manual/ko/objects.inv b/server/latest/user_manual/ko/objects.inv index 9041c28c3b9..b967e32ced4 100644 Binary files a/server/latest/user_manual/ko/objects.inv and b/server/latest/user_manual/ko/objects.inv differ diff --git a/server/latest/user_manual/ko/searchindex.js b/server/latest/user_manual/ko/searchindex.js index c35e18a132d..fa1d34ea7b1 100644 --- a/server/latest/user_manual/ko/searchindex.js +++ b/server/latest/user_manual/ko/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. \uac1c\uc778\uc801\uc778 (\uc77c\ub300\uc77c) \ub300\ud654": [[69, "private-one-to-one-conversations"]], "100 \ub2e8\uacc4 \uc11c\ube0c \ub514\ub809\ud1a0\ub9ac\ubcf4\ub2e4 \uae4a\uac8c \ub3d9\uae30\ud654\ub97c \uc2dc\ub3c4\ud558\ub294 \uacbd\uc6b0 \ub3d9\uae30\ud654\ub97c \uc911\uc9c0\ud569\ub2c8\ub2e4.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "2. \uadf8\ub8f9 \ub300\ud654": [[69, "group-conversations"]], "3. \ub098\uc5d0\uac8c \uba54\ubaa8": [[69, "note-to-self"]], "4. \uc77c\ud68c\uc6a9 \ub300\ud654": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cyberduck\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c\uc5d0 \uc561\uc138\uc2a4": [[20, "accessing-files-using-cyberduck"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder \ud1b5\ud569": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to onboard your team": [[5, null]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[17, "linux"]], "Linux \uba85\ub839\uc904\uc5d0\uc11c WebDAV \ub9c8\uc6b4\ud2b8 \uc0dd\uc131": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Linux \ud658\uacbd\uc5d0\uc11c \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \ub9c9\uae30": [[7, "preventing-automatic-updates-in-linux-environments"]], "Linux\ub97c \ud1b5\ud574 \ud30c\uc77c\uc5d0 \uc811\uadfc\ud558\uae30": [[20, "accessing-files-using-linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Microsoft Windows\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-microsoft-windows"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus \ud30c\uc77c \ub9e4\ub2c8\uc800": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 \uc0ac\uc6a9\uc790 \ub9e4\ub274\uc5bc \uba38\ub9ac\ub9d0": [[53, null]], "Nextcloud \uacc4\uc815 \uc124\uc815 \uad6c\uc131": [[19, "configuring-nextcloud-account-settings"]], "Nextcloud \uacf5\uc2dd \ub370\uc2a4\ud06c\ud0d1 \ubc0f \ubaa8\ubc14\uc77c \ud074\ub77c\uc774\uc5b8\ud2b8": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Mail app": [[44, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "WebDAV\ub97c \ud1b5\ud574 Nextcloud \ud30c\uc77c\uc5d0 \uc811\uadfc\ud558\uae30": [[20, null]], "WebDAV\ub97c \ud1b5\ud574 \uacf5\uc6a9 \uacf5\uc720\uc5d0 \uc561\uc138\uc2a4": [[20, "accessing-public-shares-over-webdav"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "WinSCP\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-winscp"]], "Windows": [[17, "windows"]], "Windows \ud0d0\uc0c9\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub4dc\ub77c\uc774\ube0c \ub9e4\ud551": [[20, "mapping-drives-with-windows-explorer"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "cURL\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-curl"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "macOS\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-macos"]], "\u201c\ub85c\uceec\uc5d0\uc11c \uc218\uc815\u201d \uae30\ub2a5\uc774 \uc5b4\ub5bb\uac8c \ub3d9\uc791\ud558\ub098\uc694?": [[12, "how-the-edit-locally-functionality-works"]], "\uac1c\uc694": [[10, "overview"]], "\uacf5\uc720\ub41c \ud30c\uc77c\uc744 \uc0ad\uc81c\ud588\uc744 \ub54c \ubc8c\uc5b4\uc9c0\ub294 \uc77c": [[24, "what-happens-when-shared-files-are-deleted"]], "\uae30\ubcf8 \uc6cc\ud06c\ud50c\ub85c": [[7, "basic-workflow"]], "\uae30\ud0c0 \uc11c\ub4dc\ud30c\ud2f0 WebDAV \ud074\ub77c\uc774\uc5b8\ud2b8": [[20, "third-party-webdav-clients"]], "\ub0b4 \ub85c\uceec \ub3d9\uae30\ud654 \ud3f4\ub354\ub97c \uc774\ub3d9\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4.": [[12, "i-want-to-move-my-local-sync-folder"]], "\ub124\ud2b8\uc6cc\ud06c \ucc3d \uc0ac\uc6a9": [[19, "using-the-network-window"]], "\ub300\uc6a9\ub7c9 \ud30c\uc77c \uc5c5\ub85c\ub4dc": [[31, null]], "\ub300\ud654": [[69, null]], "\ub300\ud654 \uad00\ub9ac\ud558\uae30": [[69, "managing-a-conversation"]], "\ub300\ud654 \uae30\ub85d": [[69, "archive-conversations"]], "\ub300\ud654 \ub9cc\ub4e4\uae30": [[69, "creating-a-conversation"]], "\ub300\ud654\ub97c \ud544\ud130\ub9c1\ud558\uc138\uc694": [[69, "filter-your-conversations"]], "\ub370\uc2a4\ud06c\ud0d1\uc5d0\uc11c \uacf5\uc720": [[19, "sharing-from-your-desktop"]], "\ub370\uc2a4\ud06c\ud1b1 \ubc0f \ubaa8\ubc14\uc77c \ub3d9\uae30\ud654": [[25, null]], "\ub3d9\uae30\ud654 \uc0c1\ud0dc \ud45c\uc2dc\uae30": [[15, "sync-status-indicators"]], "\ub3d9\uae30\ud654 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc0ac\uc6a9\ud558\uae30": [[19, null]], "\ub3d9\uae30\ud654\ub41c \ud3f4\ub354\ub4e4\uc758 \ubcc0\uacbd\uc774 \uc548\uc815\uc801\uc73c\ub85c \ucd94\uc801\ub418\uc9c0 \uc54a\ub294\ub2e4\ub294 \uacbd\uace0\uac00 \uc788\uc2b5\ub2c8\ub2e4.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "\ub9ac\ub205\uc2a4": [[7, "linux"]], "\ub9ac\ub205\uc2a4\uc758 \uacbd\uc6b0": [[12, "on-linux"]], "\uba54\uc2dc\uc9c0 \ub9cc\ub8cc": [[69, "messages-expiration"]], "\uba85\ub839\uc904\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub4dc\ub77c\uc774\ube0c \ub9e4\ud551": [[20, "mapping-drives-with-the-command-line"]], "\ubaa8\ubc14\uc77c \ud074\ub77c\uc774\uc5b8\ud2b8": [[25, "mobile-clients"]], "\ubaa9\ucc28": [[6, null]], "\ubb34\uc2dc\ub41c \ud30c\uc77c \ud3b8\uc9d1\uae30 \uc0ac\uc6a9": [[19, "using-the-ignored-files-editor"]], "\ubb38\uc81c": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\ubd80\uc7ac\uc911 \uba54\uc2dc\uc9c0 \uc124\uc815": [[40, null]], "\uc0ac\uc6a9\uc790 \uc0c1\ud0dc \uc124\uc815": [[19, "set-the-user-status"]], "\uc0ad\uc81c\ub41c \ud30c\uc77c \uad00\ub9ac\ud558\uae30": [[24, null]], "\uc0ad\uc81c\ub41c \ud30c\uc77c \uc571\uc774 \uc800\uc7a5 \uc6a9\ub7c9\uc744 \uad00\ub9ac\ud558\ub294 \ubc29\uc2dd": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\uc0c8 \uacc4\uc815 \ucd94\uac00\ud558\uae30": [[19, "adding-new-accounts"]], "\uc124\uc815": [[15, "configuration"]], "\uc124\uce58": [[14, null]], "\uc194\ub8e8\uc158": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\uc2dc\uc2a4\ud15c \uc694\uad6c\uc0ac\ud56d": [[14, "system-requirements"]], "\uc2dc\uc2a4\ud15c \ud2b8\ub808\uc774 \uc544\uc774\ucf58": [[19, "systray-icon"]], "\uc54c\ub824\uc9c4 \ubb38\uc81c": [[20, "known-issues"], [20, "known-problems"]], "\uc54c\ub9bc \ubc0f \uac1c\uc778\uc815\ubcf4 \ubcf4\ud638": [[69, "notifications-and-privacy"]], "\uc5b4\ub5bb\uac8c \ud65c\uc131\ud654\ud558\ub098\uc694?": [[12, "how-to-enable-it"]], "\uc5c5\ub370\uc774\ud2b8 \ucc44\ub110": [[18, null]], "\uc608\uc81c": [[10, "example"]], "\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc694\uad6c\uc0ac\ud56d": [[83, "web-browser-requirements"]], "\uc708\ub3c4\uc6b0\uc988": [[7, "windows"]], "\uc708\ub3c4\uc6b0\uc988 \ud658\uacbd\uc5d0\uc11c \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc911\uc9c0": [[7, "preventing-automatic-updates-in-windows-environments"]], "\uc708\ub3c4\uc6b0\uc988\uc758 \uacbd\uc6b0": [[12, "on-windows"]], "\uc751\ub2f5": [[20, "answer"]], "\uc77c\ubc18 \ucc3d": [[19, "general-window"]], "\uc77c\ubd80 \ud30c\uc77c\uc740 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc558\uc5b4\ub3c4 \uacc4\uc18d\uc801\uc73c\ub85c \uc11c\ubc84\uc5d0 \uc5c5\ub85c\ub4dc\ub429\ub2c8\ub2e4.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "\uc790\ub3d9 \uc5c5\ub370\uc774\ud130": [[7, null]], "\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc911\uc9c0": [[7, "preventing-automatic-updates"]], "\uc9c0\uc6d0\ub418\ub294 \uae30\ub2a5": [[15, "supported-features"]], "\ucc38\uac00\uc790 \ucc28\ub2e8": [[69, "ban-participants"]], "\ucda9\ub3cc": [[10, null]], "\ucda9\ub3cc \uc62c\ub9ac\uae30 (\uc2e4\ud5d8\uc801)": [[10, "uploading-conflicts-experimental"]], "\ucee8\ud14d\uc2a4\ud2b8 \uba54\ub274 \ub3d9\uc791": [[15, "context-menu-actions"]], "\ud1a0\ud06c \ub300\uc2dc\ubcf4\ub4dc": [[69, "talk-dashboard"]], "\ud30c\uc77c \uad00\ub9ac\uc790 \uc624\ubc84\ub808\uc774 \uc544\uc774\ucf58": [[19, "file-manager-overlay-icons"]], "\ud30c\uc77c \ubc0f \ub3d9\uae30\ud654": [[30, null]], "\ud560\ub2f9 \uc6a9\ub7c9": [[24, "quotas"], [33, null]], "\ud574\uacb0 \ubc29\ubc95 1": [[20, "solution-1"]], "\ud574\uacb0 \ubc29\ubc95 2": [[20, "solution-2"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "0\uc5d0\uc11c": 41, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "100\ub2e8\uacc4": 12, "102": 50, "10\uc9c4\uc218": 20, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "1\uc2dc\uac04": 69, "1\uc744": 20, "1\uc77c": 69, "1\uc8fc\uc77c": 69, "2": [1, 2, 9, 11, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2mb\ub9cc": 31, "2nd": 81, "2\uc2dc\uac04": 12, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "30\uc77c\uae4c\uc9c0": 33, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "3\uac1c\uc758": 19, "3\ubc88": 19, "3\ubc88\uc758": 19, "4": [1, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb\ub85c": 20, "4\uac00\uc9c0": 18, "4\uc8fc\uc77c": 69, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "64\ube44\ud2b8": 14, "67\uc774": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51], "80": 20, "8080": [8, 9], "8\uc2dc\uac04": 69, "9": [1, 28, 41, 44], "A": [2, 5, 11, 12, 27, 35, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 72, 74, 76, 80, 81], "And": 80, "As": [0, 35, 41, 48, 56, 77, 82], "At": [20, 44, 49, 54], "But": 24, "By": [0, 5, 24, 41, 44, 48, 70], "For": [0, 2, 6, 13, 14, 17, 19, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 73, 80, 81, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 24, 26, 27, 28, 35, 36, 38, 39, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 72, 75, 76, 80, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 26, 29, 35, 36, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 17, 24, 38, 41, 44, 59, 60, 64, 73, 76, 80, 81, 82], "Its": [20, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 15, 17, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 26, 27, 35, 36, 38, 39, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 72], "These": [14, 26, 41, 44, 82], "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 70, 80, 81, 82], "With": [20, 21, 35, 44, 64, 70], "_": [8, 18], "__bold": 66, "_italic": 66, "_\ub294": 20, "_\uc5d0\uc11c": 33, "_\uc744": 20, "_\uc758": 37, "_\uc785\ub2c8\ub2e4": 20, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 21, 26, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [41, 44], "acceler": 15, "accept": [35, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": 44, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 26, 27, 29, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 75, 76, 77, 83], "activ": [6, 9, 14, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 12, 20, 24, 26, 41, 44, 81, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 46, 47, 48, 49, 51, 56, 66, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 41, 42, 56, 60, 66, 76, 82], "addition": 24, "address": [6, 8, 9, 27, 41, 45, 47, 49, 50, 51, 60, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 11, 15, 20, 24, 35, 39, 82], "admin": [14, 24, 36, 42, 44], "admin_manu": [33, 37], "administ": 82, "administr": [1, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 38, 41, 42, 44, 57, 60, 62, 64, 66, 70, 74, 80, 81, 82], "advanc": [14, 41, 47, 50, 51], "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 76, 81, 83], "afterward": 5, "ag": [20, 24], "again": [1, 9, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": 81, "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 35, 36, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 24, 29, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 35, 41, 45, 50, 51, 60, 72, 81], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alwai": [15, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 26, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 42, 44, 54, 57, 60, 62, 70, 72, 78, 80, 83], "anonym": [23, 30, 56], "anoth": [27, 35, 41, 42, 60, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apache\uc758": 31, "app": [1, 2, 4, 6, 15, 20, 21, 24, 26, 29, 36, 38, 39, 43, 46, 47, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appimage\ub85c": 12, "appimage\ub97c": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 36, 42, 44], "applic": [6, 7, 14, 16, 17, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [51, 76], "approxim": 9, "app\uc744": 53, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 24, 25, 26, 27, 29, 35, 36, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arch": 8, "archiv": [8, 21], "area": [41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "artifici": 1, "ask": [9, 19, 21, 26, 27, 35, 41, 44, 45, 50, 62, 66], "assign": [21, 44, 58], "assist": [6, 66, 80], "assum": 15, "attach": [29, 36, 44, 67, 73], "attempt": [14, 44, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "auto": [20, 41, 42, 44, 56], "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 35, 39, 41, 47, 50, 56, 58, 59, 62], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 70, 72, 73, 74, 76, 82], "avatar": [20, 41, 42, 44], "avoid": 15, "awai": [41, 48], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72, 80], "backup": [39, 41, 81], "badg": 21, "banner": 26, "bar": [0, 1, 21, 41, 44, 48, 58, 60, 62, 64, 65, 72, 76, 83], "base": [8, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [15, 20, 26, 38, 44, 46], "becom": [5, 42], "been": [8, 14, 15, 19, 21, 25, 26, 35, 41, 42, 44, 57, 81], "befor": [15, 17, 19, 20, 27, 41, 44, 60, 62, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behavior": [9, 11], "behind": 74, "being": [15, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 26, 41, 42, 44, 51, 65], "best": [14, 41, 83], "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 83], "bound": 9, "box": [0, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 6, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "build": [14, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": [24, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 73, 83], "call": [4, 6, 10, 38, 41, 57, 58, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [21, 26, 29, 36, 41, 42, 44, 56, 82], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "case": [14, 26, 42, 45, 48, 62, 82], "categori": [0, 45], "caus": 80, "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 15, 20, 21, 25, 29, 36, 41, 42, 48, 51, 55, 58, 72, 80, 81, 82, 83], "chapter": [14, 20], "charact": 44, "chart": 15, "chat": [6, 35, 42, 57, 59, 60, 62, 70, 71, 73, 74, 76, 77, 80], "check": [0, 9, 24, 27, 36, 42, 44, 60, 62, 72], "checkbox": [21, 36, 41, 42, 44, 60, 62], "checkmark": 41, "chip": 83, "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon\uc758": 20, "circl": [15, 35], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": 16, "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 16, 17, 19, 20, 25, 38, 41, 42, 43, 45, 49, 50, 51, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 18, 20, 33, 35, 37, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 41], "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 28, 29, 42, 43, 45, 62, 66], "complex": 41, "complianc": 62, "compliant": 80, "compos": 80, "compromis": 26, "comput": [5, 13, 20, 21, 25, 46], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 33, "configur": [0, 1, 6, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 35, 36, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 74, 77, 79, 82], "configuration_fil": 37, "configuration_serv": 33, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47], "conflict": [10, 41], "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": 17, "consider": [6, 17], "consist": [15, 43], "console\uc744": 20, "contact": [0, 6, 27, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 15, 25, 29, 35, 41, 66, 75, 76, 80], "context": [1, 15, 19, 41, 44, 56], "continu": [44, 45, 50], "contrari": 8, "contrast": 80, "control": [11, 20, 30, 32, 36, 41, 57, 82], "conveni": 0, "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 15, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctli": 15, "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "cover": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 14, 15, 20, 25, 26, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 76], "credenti": [27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "curl": 20, "curl\uc5d0": 20, "current": [1, 4, 14, 15, 21, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 20, 41, 44, 55, 80, 83], "customis": [60, 83], "cyberduck": 20, "cyberduck\uc740": 20, "d": [20, 41, 56], "dai": [0, 11, 24, 39, 41, 44, 59, 82, 83], "daili": 41, "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 41, 42, 43, 45, 48, 66], "databas": 26, "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50], "default": [0, 4, 8, 9, 11, 15, 20, 21, 24, 26, 35, 41, 42, 44, 48, 59, 60, 82], "defin": [15, 41, 42, 44], "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 33, 36, 42, 58, 59, 66, 80], "deni": 54, "depend": [0, 12, 17, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": [11, 41, 77], "descript": [5, 41, 56, 59, 72, 76], "deselect": 20, "design": [3, 44, 80], "desir": [12, 41, 42, 44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 24, 27, 35, 36, 39, 41, 42, 44, 52, 59, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": 80, "devic": [6, 15, 20, 41, 45, 60, 72, 81, 83], "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [26, 44, 60], "differ": [0, 7, 8, 21, 35, 41, 42, 44, 70, 81], "digest": 0, "digit": 35, "direct": [20, 35, 41, 42, 66], "directli": [0, 1, 15, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 16, 25, 29, 35, 41], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [41, 45, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [44, 58, 60, 76], "disk": [15, 26, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 20, 21, 41, 42, 46, 51, 60, 66, 82], "distribut": [9, 14, 20, 41, 62], "disturb": [41, 66, 69], "divid": [58, 60, 66], "do": [0, 8, 9, 12, 14, 17, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": [33, 37], "document": [1, 2, 5, 8, 12, 14, 15, 21, 24, 31, 35, 46, 57, 74, 80, 82], "doe": [8, 9, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "dolphin\uc758": 20, "domain": [44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [14, 63], "down": [0, 12, 50, 76], "download": [11, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drive_path": 20, "droid": 45, "drop": [12, 21, 35, 56], "dropdown": [27, 49, 82], "due": [15, 35], "durat": [9, 41], "dure": [41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 19, 20, 21, 28, 29, 35, 38, 56, 66, 71, 72, 83], "editor": [1, 2, 12, 15, 19, 21, 41, 44, 58, 80], "effect": [35, 81], "effici": 44, "either": [8, 12, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 60], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 35, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 27, 30, 47, 49], "end": [26, 30, 34, 35, 41, 44, 57, 62, 80], "eng": 20, "engag": 41, "enhanc": 66, "ensur": [15, 41, 44, 80], "enter": [1, 2, 14, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": 53, "entir": [11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 21, 42, 82], "env": 16, "environ": [6, 8, 13], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [24, 39], "excel": 29, "except": 44, "exchang": 41, "exclud": [15, 19, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59], "exit": 8, "expand": [44, 80], "expect": [2, 44], "experi": [44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": 19, "export": [42, 52, 56], "expos": 26, "extend": 66, "extens": 44, "extern": [2, 22, 26, 30, 41, 54, 56, 57, 77, 79], "extra": 12, "ey": 80, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": 44, "failur": 9, "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 9, 15, 17, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 42, 44, 47, 51, 56, 66, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 23, 24, 25, 28, 30, 31, 37, 38, 39, 41, 42, 44, 46, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": 37, "fileinto": 44, "filenam": [16, 26, 29], "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": 41, "find": [19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19], "finder\ub97c": 20, "finder\uc758": 20, "fine": [41, 48], "finish": [1, 5, 41, 45, 50, 52], "firefox": [20, 83], "first": [14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [14, 48], "flag": 44, "fledg": 50, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 25, 26, 27, 29, 35, 36, 37, 41, 42, 82], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 16, 17, 21, 27, 35, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 76], "found": [41, 44, 57, 72, 83], "four": 44, "fourth": 41, "free": [11, 15, 20, 39, 40, 41, 60, 80], "friend": 41, "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 26, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 29, 42, 81], "further": [38, 41, 44, 82], "futur": [1, 20, 44, 60, 62], "g": [0, 4, 8, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": 8, "gb": 11, "gear": [42, 51], "gener": [1, 9, 12, 19, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 39, 41, 42, 47, 51, 56, 63, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "giphi": 66, "github": [18, 25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "grai": 41, "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [27, 60, 72], "grei": [19, 60], "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guest": [6, 41, 56, 58, 59, 60, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvfs\ub97c": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 19, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 72, 74, 80, 81, 83], "halt": 44, "hand": [5, 80], "handl": 44, "handler": 12, "happen": [0, 5, 15, 41], "hard": 41, "harder": 35, "hardwar": [6, 83], "have": [1, 8, 9, 14, 15, 16, 17, 21, 24, 25, 26, 28, 29, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 16, 41, 42, 44, 53, 57, 80, 82, 83], "here": [2, 15, 44, 50, 66, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "highlight": [62, 76], "histori": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hkey_local_machinesystemcurrentcontrolsetserviceswebclientparamet": 20, "hold": [42, 60], "home": [7, 8, 9, 17, 20, 25, 41, 48], "horizont": [2, 44], "host": 9, "hour": [0, 16, 39, 76], "hourli": 0, "hover": [2, 42, 44, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [26, 41, 42, 44], "hr": 9, "href": 20, "html": [33, 37, 41], "http": [8, 9, 11, 12, 18, 20, 33, 35, 37, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "https\ub85c": 20, "https\ub97c": 20, "http\ub97c": 20, "http\uc758": 20, "hub": [41, 44], "i": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 24, 27, 28, 29, 33, 35, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 19, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 41, 54, 60], "ifram": 41, "ignor": [8, 19, 41], "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 14, 24, 27, 36, 42, 54, 62], "implement": [25, 42, 44], "import": [2, 15, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 44], "incorrect": 9, "increas": [11, 15, 20, 80], "increment": 41, "independ": [0, 41], "index": [12, 26, 41], "indic": [15, 21, 27, 44, 51, 60, 62], "individu": [26, 27, 41, 42, 44, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [8, 11, 13, 14, 15, 19, 21, 35, 41, 44, 46, 50, 51, 59, 60, 62, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 70, 82], "instant": 59, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instruct": [21, 51, 57, 74], "integr": [15, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 43, 44, 55, 73, 80, 82], "intern": 41, "internet": [48, 49], "interoper": 41, "interv": 9, "introduc": 41, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 33, 41, 48, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 41, 42, 44, 74, 83], "itself": [14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 39, 41, 42, 44, 76, 81], "kei": [7, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [29, 44, 65], "larger": 19, "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 72, 76], "latest": [14, 18, 25, 33, 37, 52, 83], "latter": 46, "launch": [14, 16, 19, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 44], "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 35, 41, 60, 62, 80], "librari": [9, 17], "like": [5, 15, 19, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [15, 20, 24, 31, 39, 41, 42, 83], "line": [6, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 21, 25, 28, 29, 41, 44, 56, 59, 66, 72, 80, 82], "linu": 41, "linux": [9, 13], "linux_usernam": 20, "linux\uc5d0\uc11c": 20, "linux\uc6a9": 25, "list": [1, 2, 4, 21, 29, 35, 36, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 50, 51, 59], "lock": 82, "log": [6, 8, 14, 16, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 41, 44], "longer": [41, 42, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "lose": [6, 26, 38], "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "machin": 8, "maco": [6, 9, 13, 20, 25, 42, 43, 51], "macos\uc758": 19, "mac\uc758": 19, "made": [41, 42, 45, 47], "magic": [5, 26], "mai": [0, 11, 14, 15, 17, 20, 24, 26, 27, 29, 35, 36, 41, 48, 60, 62, 80], "mail": [0, 6, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 26, 41, 44, 54, 80, 83], "main_pag": 20, "maintain": [14, 42], "major": 14, "make": [5, 9, 17, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 12, 14, 15, 17, 20, 21, 24, 26, 27, 30, 31, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [26, 41], "manner": [8, 41], "manual": [12, 14, 15, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 42, 44, 83], "mate\uc758": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 26, 27, 41, 44, 81], "meanwhil": 42, "media": [8, 21, 42, 60, 62], "meet": [39, 57, 72, 83], "member": [2, 5, 35], "membership": [42, 82], "memori": 1, "mention": [57, 82], "menu": [1, 2, 12, 15, 19, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 16, 26, 41, 47, 51, 56, 57, 58, 67, 69, 73, 80, 81, 83], "met": 24, "method": [27, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime\uc774": 12, "min": 9, "minchunks": 9, "mind": 41, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc\ub97c": 20, "mobil": [0, 2, 20, 25, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 70, 73, 74, 76], "modif": [12, 42], "modifi": [0, 21, 42, 60], "monitor": [8, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 11, 14, 21, 24, 26, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 55, 56, 58, 60, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [19, 26, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mtime\uc744": 19, "much": [5, 26, 33, 82], "multipl": [21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 16, 21, 27, 35, 36, 41, 42, 45, 47, 48, 50, 51, 54, 60, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 50, "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [41, 47, 54], "need": [2, 9, 11, 14, 15, 17, 20, 26, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 70, 76], "nemo": [19, 20], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42, 50], "never": [26, 38, 39, 41], "new": [1, 2, 5, 9, 15, 16, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [15, 41], "newslett": 44, "next": [5, 8, 9, 14, 15, 27, 36, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nextcloud\uac00": 20, "nextcloud\ub294": [19, 20, 24, 31, 53], "nextcloud\ub97c": 20, "nextcloud\uc5d0": [20, 28, 53], "nextcloud\uc640": 20, "nextcloud\uc758": [20, 31], "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 82, "non": [2, 8, 9, 14, 49, 82], "none": [44, 47, 51], "normal": [9, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": 41, "notif": [6, 9, 19, 35, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 28, 35, 41, 42, 44, 58, 60], "o": 8, "object": [0, 27, 35], "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [12, 21, 41], "office\uc5d0\uc11c": 20, "offici": 14, "offlin": [15, 27], "often": [0, 41], "ok": 20, "old": [9, 26, 39, 41], "older": [9, 16, 17, 24, 80], "oldest": [39, 44], "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59], "ongo": 62, "onli": [0, 2, 4, 14, 15, 24, 26, 27, 28, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 26, 27, 28, 29, 36, 38, 41, 42, 44, 45, 46, 47, 48, 58, 60, 66, 68, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": 14, "opensuse\uc5d0": 20, "opentask": 45, "oper": [11, 17, 20], "opt": [9, 44], "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 26, 28, 33, 35, 36, 44, 45, 48, 56, 58, 60, 62, 63, 72, 76, 82, 83], "order": [35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 60, 63, 65, 66, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 20, 27, 41, 42, 44, 49, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [8, 11, 24], "overview": [0, 2, 54, 57, 83], "overwrit": [9, 35, 41], "own": [0, 1, 8, 9, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [26, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 26, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": 44, "panel": [1, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [21, 42, 58], "part": [2, 5, 42, 44, 60], "parti": [20, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 81, 82, 83], "past": [41, 51], "path": [8, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 39, 44], "paus": 19, "pc\ub85c": 20, "pc\uc5d0\uc11c": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perform": [8, 9, 20, 42, 44, 64], "period": [24, 27, 41, 59, 76, 83], "perman": [4, 15, 24, 41], "permiss": [37, 42, 45, 57, 60, 63], "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 81, 82], "photo": 80, "photothumb": 8, "php": [20, 24, 41, 45, 47], "php\ub294": 31, "php\uc640": 31, "physic": 81, "pick": [41, 46, 48, 56, 80], "picker": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 65, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [14, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "port": [8, 9, 44, 47], "posit": 42, "possibl": [0, 1, 15, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 48], "ppa": 8, "pre": [44, 66], "precaut": 44, "preconfigur": 14, "predefin": [41, 44, 60], "prefer": [0, 6, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [41, 62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [35, 41, 42, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "pro": 81, "problem": [11, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 39, 41, 44, 52, 62], "produc": [9, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44], "program": [12, 14, 17], "progress": [15, 60], "project": 43, "promot": 65, "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": 49, "properti": 42, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [26, 35, 38, 42, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 8, 12, 14, 15, 20, 21, 26, 38, 41, 42, 44, 55, 56, 57, 64, 70], "provis": [14, 44], "proxi": [8, 9], "public": [20, 21, 36, 41, 56, 58, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": 26, "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": 8, "quick": [2, 66, 76], "quicker": 80, "quickli": [5, 21, 44, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 21, 26, 41, 44], "reach": [27, 41, 44, 80], "read": [8, 9, 15, 26, 27, 35, 38, 41, 42, 44, 80, 82], "reader": [0, 80], "readi": 27, "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47], "receiv": [0, 1, 28, 29, 35, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recognis": 15, "recommend": [15, 20, 44], "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [27, 60, 62], "reddit": 51, "redirect": [72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 21, 31, 62, 76], "reflect": [27, 35, 41], "refresh": [41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 78], "registri": 12, "regul": 62, "regular": [20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": 41, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [41, 42, 44, 76], "remain": [11, 44], "rememb": 1, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 26, 27, 28, 36, 38, 41, 44, 57, 83], "renam": [0, 21, 35, 36, 44], "reopen": 44, "repeat": [8, 41, 51], "replac": [41, 45, 47, 51, 60], "repli": [57, 76], "report": [44, 80], "repositori": [8, 9], "repres": 44, "reproduc": 14, "request": [1, 20, 44, 45], "requir": [1, 8, 27, 38, 41, 44, 45, 47, 60, 62, 64, 74, 81], "reschedul": 66, "reset": 41, "reshar": [35, 41], "resiz": 60, "resourc": [42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": 25, "restor": [24, 26, 39, 41], "restrict": [6, 36, 42], "result": [1, 9, 15, 48, 83], "resum": [19, 44], "retent": [24, 36, 44], "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 26, 42, 60], "reveal": 15, "revert": 35, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 80, 83], "ring": 60, "rise": 60, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 35, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 81], "sai": [10, 26], "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 15, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [27, 81], "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 41, 52], "scheme\uc774": 12, "scope": [14, 44, 82], "scp": 20, "screen": [42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 41, 42, 46, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66], "secret": [0, 8, 20, 41, 81], "section": [1, 9, 11, 12, 20, 26, 36, 41, 42, 44, 52, 55, 62, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 13, 14, 19, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 72, 76, 81], "selector": [41, 66], "self": [42, 49, 76], "send": [0, 1, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sent": [0, 28, 41, 44], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 12, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 54, 62, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 42], "set": [4, 6, 9, 15, 16, 20, 24, 26, 27, 33, 35, 36, 37, 38, 42, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 43, 61, 62, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [41, 42, 44], "shortcut": [20, 60, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 44, 45, 46, 47, 48, 51, 81], "show": [0, 1, 4, 9, 19, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 41, 42, 44, 46, 60, 83], "side": [5, 15, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 35, 36, 39, 41, 42, 44, 58, 60, 71, 76, 80, 83], "siev": 44, "sign": [42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [8, 60], "similar": [15, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [35, 39, 44, 50, 81], "singl": [0, 8, 21, 36, 41, 42, 44, 63, 72, 81], "singleton": 44, "sip": 69, "situat": 11, "size": [9, 11, 19, 20, 31, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snippet": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": [20, 35], "solv": [12, 81], "some": [5, 9, 14, 26, 27, 35, 41, 44, 48, 57, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [20, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 20, 24, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51], "specif": [0, 6, 8, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "ssl\ub85c": 20, "ssl\uc744": 20, "stabl": 14, "stack": 44, "stai": [24, 41, 44, 59], "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 41, 44, 45, 52, 58, 62, 71, 73, 76, 79], "startup": 19, "state": [8, 15, 44], "statu": [15, 20, 25, 27, 40, 60, 83], "stdout": 16, "step": [14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51], "still": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 80], "stolen": 81, "stop": [41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 24, 26, 30, 33, 81], "store": [4, 15, 26, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "stripe": 41, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45], "subscription\uc758": 53, "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": 51, "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 15, 16, 17, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sure": [17, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [41, 44], "sync": [8, 12, 14, 15, 17, 19, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 81], "synchron": [6, 8, 9, 10, 11, 13, 14, 15, 16, 19, 20, 41, 43], "syntax": 66, "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 21, 35, 39, 41, 56, 63, 72, 76, 80], "tabl": 66, "tag": [0, 21, 30, 32], "take": [2, 9, 15, 17, 26, 28, 41, 42, 44, 48, 62, 83], "taken": 41, "talk": [0, 1, 6, 35, 42, 44, 55, 57, 58, 63, 66, 68, 69, 70, 72, 74, 75, 80, 83], "talk\ub294": 69, "tap": [45, 60], "target": [9, 15, 20, 35, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 41, 43, 45, 46, 48, 57, 66], "teach": 44, "team": [2, 3, 6, 27, 43, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporarili": 60, "ten": 27, "tent": [41, 44], "term": [1, 41, 46], "test": [9, 14, 24, 44, 48], "text": [1, 2, 5, 10, 15, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 26, 28, 40, 41, 42, 44, 56, 60, 62, 65, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 56, 58, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": 50, "think": [2, 41], "third": [20, 26], "those": [0, 24, 25, 41, 42, 43, 50, 54], "though": [9, 26], "thread": 1, "three": [1, 14, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 26, 27, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 24, 26, 35, 36, 39, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 72, 80], "token": [0, 6, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tri": [8, 44, 47], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 38, 44, 82], "try": [26, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 50, 75], "two": [2, 6, 17, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 41, 42, 44, 47, 49, 50, 57, 60, 66, 80, 81], "typefac": 80, "typic": [57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19], "ubuntu\uc5d0": 20, "ui": [9, 41], "umount": 20, "un": 26, "unabl": 11, "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 27], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 11, 20, 27, 36, 44, 46, 51, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undo": 41, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": 6, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [44, 66, 80, 83], "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 24, 27, 39, 41, 44, 56, 72, 76, 79], "up": [9, 15, 19, 42, 45, 49, 51, 62, 64, 76, 77, 81, 83], "upcom": [51, 59, 83], "updat": [0, 10, 14, 26, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 23, 27, 30, 31, 35, 41, 42, 60, 62, 72], "upon": [44, 70], "upper": 50, "url": [8, 14, 20, 28, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "url\uacfc": [14, 19, 20], "url\ub85c": 20, "url\ub97c": 14, "url\ubcf4\ub2e4": 20, "url\uc740": [14, 20], "url\uc744": [28, 33], "url\uc758": 20, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 54, 57, 60, 62, 64, 65, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 70, 78, 82, 83], "user1": 24, "user1\uc758": 24, "user1\uc774": 24, "user2": 24, "user3": 24, "user3\uc640": 24, "user3\uc758": 24, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "valid": [41, 44, 50, 51], "valu": [9, 11, 16, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 13, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": 20, "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 20, 42, 80], "verifi": [20, 41, 44], "version": [4, 9, 12, 17, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 15, 21, 29, 35, 39, 41, 44, 46, 50, 60, 72], "vibrat": 60, "video": [62, 63, 72, 73, 80], "view": [1, 6, 14, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 15, 21, 27, 35, 36, 42, 44, 46, 47, 66, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 15, 17, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 39, 44, 79], "want": [0, 2, 4, 5, 14, 26, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 76, 80, 82], "warn": [26, 41, 44], "we": [2, 5, 14, 15, 26, 39, 41, 43, 44, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [27, 46], "webdav\uac00": 20, "webdav\ub294": 20, "webdav\ub85c": 20, "webdav\ub97c": [22, 30], "webdav\uc758": 20, "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 41, 44, 46, 48, 62, 80], "were": [9, 41, 42, 51, 57, 70], "what": [0, 5, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 19, 35, 39, 41, 42, 45, 56, 58, 60, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 44, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [20, 57, 74], "wildcard": [8, 44], "window": [6, 8, 9, 12, 13, 15, 16, 19, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "windows\ub294": 20, "windows\uc5d0\uc11c": 20, "windows\uc5d0\uc11c\ub294": 20, "wine": 20, "winehq": 20, "winhttp": 20, "winscp": 20, "winscp\uc758": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 35, 39, 41, 42, 44, 60, 72], "wizard": [12, 14], "won": [14, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49], "written": 41, "wrong": 19, "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "x\ub97c": 19, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 30, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "z\uc5d0": 20, "\uac00": [10, 12, 20, 24], "\uac00\ub2a5": [19, 69], "\uac00\ub2a5\uc131\uc744": 20, "\uac00\ub2a5\ud558\uac8c": 20, "\uac00\ub2a5\ud558\uace0": 7, "\uac00\ub2a5\ud558\ub3c4\ub85d": [20, 31], "\uac00\ub2a5\ud55c": [7, 19], "\uac00\ub2a5\ud560": 7, "\uac00\ub2a5\ud569\ub2c8\ub2e4": 7, "\uac00\uc0c1": 19, "\uac00\uc6a9": 19, "\uac00\uc6a9\uc131": [19, 40], "\uac00\uc7a5": [10, 20], "\uac00\uc815\uc5d0\uc11c": 53, "\uac00\uc838\uc624\uae30\ub97c": 20, "\uac00\uc838\uc624\ub824\uba74": 20, "\uac00\uc838\uc635\ub2c8\ub2e4": 20, "\uac00\uc9c0": 69, "\uac00\uc9c0\uace0": [7, 19], "\uac01": 19, "\uac01\uac01": 24, "\uac04\ub2e8\ud788": 19, "\uac04\ud3b8\ud558\uac8c": 69, "\uac10\uc2dc\ub97c": 12, "\uac12": [7, 19, 20], "\uac12\uc73c\ub85c": 12, "\uac12\uc740": [12, 20], "\uac12\uc744": [7, 20], "\uac15\ud654\ud558\ub824\uba74": 69, "\uac16\uc2b5\ub2c8\ub2e4": 69, "\uac19\uc2b5\ub2c8\ub2e4": [20, 33, 69], "\uac19\uc740": [7, 12, 19, 20, 24, 33, 69], "\uac19\uc774": [7, 12, 20], "\uac1c\ubc1c": 18, "\uac1c\ubc1c\uc790": 13, "\uac1c\ubcc4": [14, 19], "\uac1c\uc694\ub97c": 69, "\uac1c\uc758": 19, "\uac1c\uc778": [20, 53, 69], "\uac1c\uc778\uc774": 24, "\uac31\uc2e0\ud558\uc9c0\ub9cc": 19, "\uac70\uae30\uc11c": 69, "\uac70\uc808\uc744": 37, "\uac78": 53, "\uac80\uc0ac": 7, "\uac80\uc0ac\ub418\uc9c0": 19, "\uac80\uc0ac\ub420": 19, "\uac80\uc0ac\ub97c": 7, "\uac80\uc0ac\ud558\uace0": [7, 12], "\uac80\uc0c9": [37, 69], "\uac80\uc0c9\ub418\uc9c0": 37, "\uac80\uc0c9\ud558\uc5ec": 69, "\uac80\uc99d\ud560": 20, "\uac83": 20, "\uac83\uc5d0": 19, "\uac83\uc73c\ub85c": [7, 12], "\uac83\uc73c\ub85c\ub294": 12, "\uac83\uc740": [19, 24, 31], "\uac83\uc744": [7, 10, 12, 19, 31], "\uac83\uc774": [7, 10, 18, 20, 33], "\uac83\uc774\uace0": 40, "\uac83\uc785\ub2c8\ub2e4": [7, 10, 12, 19, 20, 37], "\uac8c\uc2a4\ud2b8": 69, "\uac8c\uc2a4\ud2b8\ub3c4": 69, "\uac8c\uc2a4\ud2b8\ub97c": 69, "\uac8c\uc2a4\ud2b8\uc5d0\uac8c\ub3c4": 69, "\uac8c\uc2a4\ud2b8\uc758": 69, "\uac8c\uc774\ud2b8\uc6e8\uc774": 69, "\uacb0\uc815": 12, "\uacbd\uace0": [19, 20], "\uacbd\uace0\uac00": [19, 20], "\uacbd\uace0\ub97c": 12, "\uacbd\ub85c": 20, "\uacbd\ub85c\ub97c": [19, 20], "\uacbd\ub85c\uc758": 19, "\uacbd\uc6b0": [7, 10, 19, 20, 28, 31, 33, 37, 40, 69], "\uacbd\uc6b0\uac00": 24, "\uacbd\uc6b0\ub97c": [20, 69], "\uacbd\uc6b0\uc5d0": [7, 20], "\uacbd\uc6b0\uc5d0\ub9cc": 19, "\uacbd\ud5d8\uc744": 18, "\uacc4\uc0b0\ub418\ub294": 33, "\uacc4\uc18d\ub429\ub2c8\ub2e4": 69, "\uacc4\uc815": [10, 12, 20], "\uacc4\uc815\uacfc": 19, "\uacc4\uc815\uc5d0": [19, 37], "\uacc4\uc815\uc5d0\uc11c\ub3c4": 24, "\uacc4\uc815\uc73c\ub85c": 20, "\uacc4\uc815\uc740": 19, "\uacc4\uc815\uc744": 19, "\uacc4\uc815\uc758": 20, "\uacc4\uc815\uc774": 24, "\uace0\uac1d\uc744": 18, "\uace0\uae09": 20, "\uace0\ub824\ud558\uc2ed\uc2dc\uc624": 12, "\uace0\ub974\uae30": 37, "\uace0\uc720\uc758": 7, "\uace0\uc815": 12, "\uace0\uce68\uc774": 20, "\uacf5\uac04": [19, 33], "\uacf5\uac04\uc785\ub2c8\ub2e4": 69, "\uacf5\uac1c": [20, 33, 69], "\uacf5\uac1c\ud558\uc5ec": 69, "\uacf5\uac1c\ud560\uc9c0": 69, "\uacf5\uacf5": 20, "\uacf5\uae09\uc790\uc5d0\uac8c": 20, "\uacf5\uc720": [20, 28, 33, 53], "\uacf5\uc720\uac00": [20, 28], "\uacf5\uc720\ub294": 28, "\uacf5\uc720\ub41c": [33, 69], "\uacf5\uc720\ub85c": 20, "\uacf5\uc720\ub97c": [20, 28, 33], "\uacf5\uc720\ubc1b\uc740": 33, "\uacf5\uc720\ubc1b\uc744": 28, "\uacf5\uc720\uc5d0\uc11c": 20, "\uacf5\uc720\ucc98\ub7fc": 20, "\uacf5\uc720\ud558\uace0": [33, 53], "\uacf5\uc720\ud558\uae38": 28, "\uacf5\uc720\ud558\ub294": 19, "\uacf5\uc720\ud558\ub354\ub77c\ub3c4": 33, "\uacf5\uc720\ud558\uba74": 33, "\uacf5\uc720\ud55c": 33, "\uacf5\uc720\ud560": [19, 28, 69], "\uacf5\uc720\ud569\ub2c8\ub2e4": 24, "\uacf5\uc720\ud588\ub2e4\uba74": 24, "\uacfc": 24, "\uacfc\uc815\uc744": [12, 18, 28], "\uad00\uacc4\uc5c6\uc774": 12, "\uad00\ub828\ub41c": 69, "\uad00\ub9ac": [20, 69], "\uad00\ub9ac\uac00": 33, "\uad00\ub9ac\ub97c": 33, "\uad00\ub9ac\uc758": 20, "\uad00\ub9ac\uc790": [7, 13, 33, 37, 69], "\uad00\ub9ac\uc790\uac00": [33, 69], "\uad00\ub9ac\uc790\ub294": [7, 31, 69], "\uad00\ub9ac\uc790\ub85c": 69, "\uad00\ub9ac\uc790\ub97c": 7, "\uad00\ub9ac\uc790\uc5d0": [19, 31], "\uad00\ub9ac\uc790\uc5d0\uc11c\ub3c4": 20, "\uad00\ub9ac\uc790\uc640": [19, 20], "\uad00\ub9ac\uc790\uc758": 31, "\uad00\ub9ac\ud558\uace0": 69, "\uad00\ub9ac\ud558\uae30": [30, 32], "\uad6c\ubb38\uc740": 20, "\uad6c\ubb38\uc744": 69, "\uad6c\ubb38\uc801\uc73c\ub85c": 19, "\uad6c\uc131\ub41c": 19, "\uad6c\uc131\uc6d0\ub4e4\uc740": 20, "\uad6c\uc131\uc744": 20, "\uad6c\uc131\ud558\uc5ec": 20, "\uad6c\uc131\ud560": 69, "\uad6c\uc131\ud574\uc57c": 20, "\uad6c\uccb4\uc801\uc73c\ub85c": 12, "\uad6c\ud604\uc744": 20, "\uad8c\uace0\ud569\ub2c8\ub2e4": 31, "\uad8c\uc7a5\ub418\ub294": 20, "\uad8c\uc7a5\ub418\uc9c0": 20, "\uad8c\uc7a5\ub418\uc9c0\ub294": 20, "\uad8c\ud55c\uc744": [20, 69], "\uad8c\ud55c\uc774": [7, 20], "\uadc0\ud558\uac00": 33, "\uadc0\ud558\uc758": [28, 33], "\uaddc\uc815\uc744": 53, "\uadf8": [10, 12, 19, 28, 33, 53], "\uadf8\uac83\uc73c\ub85c": 10, "\uadf8\uac83\uc740": 19, "\uadf8\ub4e4\uc758": 24, "\uadf8\ub7ec\ud558\ub4ef": 24, "\uadf8\ub7f0": [20, 69], "\uadf8\ub807\uac8c": 12, "\uadf8\ub807\ub2e4\uba74": 12, "\uadf8\ub807\uc9c0": 33, "\uadf8\ub8f9": 7, "\uadf8\ub8f9\uc5d0": 20, "\uadf8\ub8f9\uc774": 33, "\uadf8\ub8f9\uc774\ub098": 69, "\uadf8\ub97c": 33, "\uadf8\ub9ac\uace0": [10, 19], "\uae08\uc9c0": 19, "\uae30\uac00\ubc14\uc774\ud2b8\uc5d0\uc11c": 12, "\uae30\uac04": [40, 69], "\uae30\uac04\uc740": 69, "\uae30\uac04\uc744": [19, 33], "\uae30\uad00\uc744": 20, "\uae30\uad00\uc758": 20, "\uae30\uae30\ub97c": 69, "\uae30\uae30\uc640": 20, "\uae30\ub2a5\uacfc": 7, "\uae30\ub2a5\ub3c4": 20, "\uae30\ub2a5\uc740": 69, "\uae30\ub2a5\uc744": [7, 18, 19, 20], "\uae30\ub2a5\uc774": 20, "\uae30\ub2a5\uc785\ub2c8\ub2e4": [20, 69], "\uae30\ub2e4\ub9ac\uace0": 18, "\uae30\ub85d": 20, "\uae30\ub85d\ub41c": 69, "\uae30\ub85d\ud558\ubbc0\ub85c": 20, "\uae30\ubc18": [7, 10, 20], "\uae30\ubcf8": [12, 14, 19, 20, 31, 69], "\uae30\ubcf8\uc73c\ub85c": 28, "\uae30\ubcf8\uc801\uc73c\ub85c": [10, 31, 69], "\uae30\uc5c5": 18, "\uae30\uc874": [12, 69], "\uae30\ud0c0": 69, "\uae30\ud68c\uac00": 12, "\uae34": 40, "\uae41\ub2c8\ub2e4": 20, "\uae4a\uc9c0": 12, "\uae4c\uc9c0": 33, "\ub044\ub294": 7, "\ub04a\uc5b4\uc9c0\ub294": 20, "\ub04a\uc5b4\uc9c4": 19, "\ub04c": 7, "\ub05d\ub098\ub294": 19, "\ub05d\uc5d0": 20, "\ub098\uba38\uc9c0": 20, "\ub098\uc640": 69, "\ub098\ud0c0\ub0a0": 20, "\ub098\ud0c0\ub0b4\ub294": 19, "\ub098\ud0c0\ub0b4\ubbc0\ub85c": 19, "\ub098\ud0c0\ub0c5\ub2c8\ub2e4": 19, "\ub0a0\uc9dc": 69, "\ub0a0\uc9dc\ub97c": 20, "\ub0b4": [20, 28, 69], "\ub0b4\uac00": 69, "\ub0b4\ubd80": [19, 69], "\ub0b4\uc5d0": 24, "\ub0b4\uc6a9": 10, "\ub0b4\uc6a9\uc740": [20, 69], "\ub0b4\uc6a9\uc744": [10, 12], "\ub124\ud2b8\uc6cc\ud06c": 20, "\ub124\ud2b8\uc6cc\ud0b9": 20, "\ub178\ub780\uc0c9": 10, "\ub179\uc0c9": 19, "\ub17c\uc758\ub294": 19, "\ub192\uc740": 12, "\ub193\uc73c\uba74": 53, "\ub204\uad70\uac00\uac00": 69, "\ub204\ub974\uba74": 28, "\ub204\ub974\uc2ed\uc2dc\uc624": [20, 28], "\ub204\ub985\ub2c8\ub2e4": 20, "\ub208\uc5d0": 19, "\ub20c\ub7ec": 20, "\ub20c\ub7ec\uc57c": 28, "\ub294": [19, 24], "\ub298\ub9ac\ub824\uba74": 20, "\ub298\ub9b4": 20, "\ub2e4\ub8e8\uace0": 25, "\ub2e4\ub8e8\uba70": 69, "\ub2e4\ub974\uac8c": 19, "\ub2e4\ub978": [7, 10, 12, 19, 20, 24, 28, 33, 40, 53, 69], "\ub2e4\ub985\ub2c8\ub2e4": 20, "\ub2e4\uc218\uc758": 19, "\ub2e4\uc2dc": [12, 20, 24, 33, 37, 69], "\ub2e4\uc591\ud55c": 18, "\ub2e4\uc6b4\ub85c\ub4dc": [7, 12, 14, 20], "\ub2e4\uc6b4\ub85c\ub4dc\ub098": 19, "\ub2e4\uc6b4\ub85c\ub4dc\ub418\uc5c8\ub294\uc9c0": 20, "\ub2e4\uc6b4\ub85c\ub4dc\ub97c": 7, "\ub2e4\uc6b4\ub85c\ub4dc\uc640": 19, "\ub2e4\uc6b4\ub85c\ub4dc\ud558\uace0": 7, "\ub2e4\uc6b4\ub85c\ub4dc\ud55c": [7, 10], "\ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4": [7, 10], "\ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c": 12, "\ub2e4\uc74c": [7, 10, 12, 19, 20, 28, 40, 69], "\ub2e4\uc74c\uacfc": [12, 20, 24, 69], "\ub2e4\uc74c\uc73c\ub85c": 28, "\ub2e4\uc74c\uc744": 20, "\ub2e4\uc74c\uc758": [19, 20, 28], "\ub2e4\uc774\uc5bc\ub85c\uadf8": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\ub294": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\ub97c": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\uc5d0\uc11c": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\uc758": 19, "\ub2e4\uc774\uc5bc\uc544\uc6c3": 69, "\ub2e4\uc774\uc5bc\uc778": 69, "\ub2e8\uacc4\uc5d0\uc11c": 18, "\ub2e8\uacc4\uc5d0\uc11c\ub294": 69, "\ub2e8\uae30": 18, "\ub2e8\uc77c": 19, "\ub2e8\ucd94\ub85c": 20, "\ub2eb\uae30": 19, "\ub2eb\uc740": 20, "\ub2f4\ub2f9\uc790\uc640": 69, "\ub2f5\uc7a5": 69, "\ub2f9\uc2e0": 69, "\ub2f9\uc2e0\uacfc": 33, "\ub2f9\uc2e0\uc5d0\uac8c": 40, "\ub2f9\uc2e0\uc744": 20, "\ub2f9\uc2e0\uc758": [33, 40], "\ub2f9\uc2e0\uc774": 10, "\ub300\uac1c": 12, "\ub300\uaddc\ubaa8": 53, "\ub300\uae30\uc911\uc774\uac70\ub098": 19, "\ub300\ubd80\ubd84\uc758": 18, "\ub300\uc0c1": 37, "\ub300\uc2dc\ubcf4\ub4dc\ub294": 69, "\ub300\uc2dc\ubcf4\ub4dc\uc5d0\uc11c": 69, "\ub300\uc2dc\ubcf4\ub4dc\uc5d0\uc11c\ub294": 69, "\ub300\uc2e0": [12, 20], "\ub300\uc5ed\ud3ed\uc744": 19, "\ub300\uc6a9\ub7c9": [22, 30], "\ub300\uccb4": [20, 40, 69], "\ub300\ud45c\uc801\uc785\ub2c8\ub2e4": 24, "\ub300\ud558\uc5ec": [7, 10, 12, 19], "\ub300\ud559\uacfc": 7, "\ub300\ud55c": [7, 19, 20, 37, 69], "\ub300\ud574": [20, 24, 69], "\ub300\ud574\uc11c": 7, "\ub300\ud574\uc11c\ub294": 19, "\ub300\ud574\uc11c\ub9cc": 7, "\ub300\ud654": [68, 73], "\ub300\ud654\uac00": 69, "\ub300\ud654\ub294": 69, "\ub300\ud654\ub85c": [40, 69], "\ub300\ud654\uc0c1\uc790\uac00": 28, "\ub300\ud654\uc5d0": 69, "\ub300\ud654\uc5d0\ub294": 69, "\ub300\ud654\uc5d0\uc11c": 69, "\ub300\ud654\uc5d0\uc11c\ub294": 69, "\ub300\ud654\uc5d0\uc11c\ub3c4": 69, "\ub300\ud654\uc758": 69, "\ub300\ud654\ucc3d\uc5d0": 69, "\ub300\ud654\ucc3d\uc5d0\uc11c": 69, "\ub300\ud654\ucc3d\uc73c\ub85c": 69, "\ub300\ud654\ucc3d\uc744": 69, "\ub300\ud654\ucc3d\uc774": 69, "\ub354": [7, 12, 24, 37, 69], "\ub354\ube14": 12, "\ub370": 7, "\ub370\uc2a4\ud06c\ud0d1": 7, "\ub370\uc2a4\ud06c\ud0d1\uc5d0": 20, "\ub370\uc2a4\ud06c\ud1b1": [10, 12, 18, 19, 20, 22, 30], "\ub370\uc2a4\ud06c\ud1b1\uc5d0\uc11c": 20, "\ub370\uc774\ud130": [12, 37, 53], "\ub370\uc774\ud130\ub294": 40, "\ub370\uc774\ud130\ub3c4": 33, "\ub370\uc774\ud130\ub97c": [12, 20], "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0": 33, "\ub3c4\uad6c\uc640": 7, "\ub3c4\ub2ec\ud558\uba74": 69, "\ub3c4\uba54\uc778\uc758": 20, "\ub3c4\uc911": 19, "\ub3d9\uae30": [12, 14], "\ub3d9\uae30\ud654": [6, 7, 10, 13, 20, 22, 53], "\ub3d9\uae30\ud654\uac00": 19, "\ub3d9\uae30\ud654\ub418\uba70": 53, "\ub3d9\uae30\ud654\ub418\uc5c8\uace0": 19, "\ub3d9\uae30\ud654\ub418\uc5c8\ub294\uc9c0": 20, "\ub3d9\uae30\ud654\ub418\uc5c8\ub2e4\uba74": 19, "\ub3d9\uae30\ud654\ub41c": 19, "\ub3d9\uae30\ud654\ub429\ub2c8\ub2e4": 53, "\ub3d9\uae30\ud654\uc5d0": 19, "\ub3d9\uae30\ud654\uc5d0\uc11c": 12, "\ub3d9\uae30\ud654\uc640": 53, "\ub3d9\uae30\ud654\uc758": 19, "\ub3d9\uae30\ud654\ud558\uac70\ub098": 14, "\ub3d9\uae30\ud654\ud558\uae30": 25, "\ub3d9\uae30\ud654\ud558\ub294": [12, 20], "\ub3d9\uae30\ud654\ud558\ub3c4\ub85d": 12, "\ub3d9\uae30\ud654\ud558\uc2ed\uc2dc\uc624": 20, "\ub3d9\uae30\ud654\ud560": [19, 20, 53], "\ub3d9\uc548": 20, "\ub3d9\uc548\ub9cc": 69, "\ub3d9\uc77c\ud55c": 20, "\ub3d9\uc77c\ud569\ub2c8\ub2e4": 14, "\ub3d9\uc791": 10, "\ub3d9\uc791\uc5d0": 19, "\ub3d9\uc791\uc744": [7, 10, 69], "\ub3d9\uc791\uc774": 19, "\ub3d9\uc791\ud558\uace0": 19, "\ub3d9\uc791\ud558\ub294\uc9c0": 20, "\ub3d9\uc791\ud558\uc9c0": 19, "\ub3d9\uc791\ud569\ub2c8\ub2e4": [7, 19], "\ub418\uae30\ud654\ub418\uae30\ub97c": 19, "\ub418\uc5b4": 69, "\ub418\uc9c0": [12, 33], "\ub420": [10, 33], "\ub429\ub2c8\ub2e4": [20, 28, 69], "\ub450": [19, 69], "\ub450\uac00\uc9c0": 7, "\ub450\uac1c\uc758": 10, "\ub450\ubc88\uc9f8": 7, "\ub458": 20, "\ub4dc\ub77c\uc774\ubc84\ub97c": 20, "\ub4dc\ub77c\uc774\ube0c\ub85c": 20, "\ub4dc\ub77c\uc774\ube0c\ub97c": 20, "\ub4dc\ub77c\uc774\ube0c\uc5d0": 20, "\ub4dc\ub77c\uc774\ube0c\uc758": 20, "\ub4dc\ub86d\ub2e4\uc6b4": [12, 20], "\ub4dc\ub86d\ub2e4\uc6b4\uc744": 20, "\ub4e0\ub2e4\uba74": 19, "\ub4e4\uc5b4": [19, 20], "\ub4e4\uc5b4\uac00\uc2ed\uc2dc\uc624": 20, "\ub4f1": 20, "\ub4f1\uacfc": 69, "\ub4f1\ub85d\ub418\uc9c0": 12, "\ub4f1\ub85d\ub41c": [12, 69], "\ub4f1\uc740": 33, "\ub4f1\uc744": 69, "\ub4f1\uc758": [19, 40], "\ub514\ub809\ud130\ub9ac\ub97c": 20, "\ub514\ub809\ud130\ub9ac\uc5d0": [20, 53], "\ub514\ub809\ud130\ub9ac\uc758": 28, "\ub514\ub809\ud1a0\ub9ac": [19, 20], "\ub514\ub809\ud1a0\ub9ac\uac00": [12, 19], "\ub514\ub809\ud1a0\ub9ac\ub294": 19, "\ub514\ub809\ud1a0\ub9ac\ub4e4\uacfc": 12, "\ub514\ub809\ud1a0\ub9ac\ub85c": 12, "\ub514\ub809\ud1a0\ub9ac\ub97c": [12, 19], "\ub514\ub809\ud1a0\ub9ac\uc5d0": [19, 20], "\ub514\ub809\ud1a0\ub9ac\uc758": [14, 19], "\ub514\ubc14\uc774\uc2a4\uc5d0\ub3c4": 53, "\ub514\uc2a4\ud06c": [20, 33], "\ub530\ub77c": [19, 20, 37], "\ub530\ub77c\uc11c": 19, "\ub54c": [7, 10, 12, 14, 19, 20, 31, 33, 40, 69], "\ub54c\uae4c\uc9c0": [18, 20], "\ub54c\ub9c8\ub2e4": 20, "\ub54c\ub9cc": 19, "\ub54c\ubb38\uc5d0": [7, 12, 19], "\ub54c\uc640": 12, "\ub54c\uc758": 33, "\ub610\ub294": [19, 20, 28, 37, 53, 69], "\ub610\ud55c": [10, 19, 20, 24, 28, 69], "\ub744\ub294": 19, "\ub77c\uace0": 12, "\ub77c\ub294": 20, "\ub77c\ubca8\uc744": 28, "\ub77c\ubca8\uc774": 28, "\ub77c\uc778\uc740": 19, "\ub77c\uc778\uc744": 7, "\ub780\uc5d0\uc11c": 37, "\ub808\uc9c0\uc2a4\ud2b8\ub9ac": [7, 20], "\ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub85c": 12, "\ub808\uc9c0\uc2a4\ud2b8\ub9ac\uc5d0\uc11c": [12, 20], "\ub85c": [7, 19, 20], "\ub85c\uadf8": 19, "\ub85c\uadf8\uc778": 20, "\ub85c\uadf8\uc778\uc774\ub098": 19, "\ub85c\uadf8\uc778\ud560": 20, "\ub85c\uadf8\uc778\ud569\ub2c8\ub2e4": 20, "\ub85c\uceec": [10, 14, 19, 20, 53], "\ub85c\uceec\uacfc": 10, "\ub85c\uceec\uc5d0\uc11c": 15, "\ub8e8\ud2b8": [20, 37], "\ub8e8\ud2b8\uc640": 20, "\ub97c": [12, 19, 20, 24, 25, 37, 69], "\ub9ac\ub205\uc2a4": [12, 19], "\ub9ac\ub205\uc2a4\uc5d0\uc11c\ub294": 12, "\ub9ac\ub205\uc2a4\uc758": 19, "\ub9ac\uc18c\uc2a4\ub97c": 20, "\ub9ac\uc2a4\ud2b8": 19, "\ub9ac\uc2a4\ud2b8\uac00": 19, "\ub9ac\uc2a4\ud2b8\ub97c": [10, 19], "\ub9ac\uc2a4\ud2b8\uc5d0": 19, "\ub9ac\uc2a4\ud2b8\uc758": 19, "\ub9ac\ud134": 28, "\ub9b4\ub9ac\uc2a4": 18, "\ub9c1\ud06c": [12, 20, 28], "\ub9c1\ud06c\ub97c": [14, 19, 69], "\ub9c1\ud06c\uc5d0": 69, "\ub9c1\ud06c\uc774\uae30": 19, "\ub9c8\ubc95\uc0ac\ub97c": [12, 19], "\ub9c8\uc6b0\uc2a4": 20, "\ub9c8\uc6b0\uc2a4\ub97c": 19, "\ub9c8\uc6b4\ud2b8\ub429\ub2c8\ub2e4": 20, "\ub9c8\uc6b4\ud2b8\ub97c": 20, "\ub9c8\uc6b4\ud2b8\uc640": 20, "\ub9c8\uc6b4\ud2b8\ud558\uace0": 20, "\ub9c8\uc6b4\ud2b8\ud558\ub294": 20, "\ub9c8\uc6b4\ud2b8\ud558\ub824\uba74": 20, "\ub9c8\uc6b4\ud2b8\ud560": 20, "\ub9c8\uc74c\uc5d0": 19, "\ub9c8\uc9c0\ub9c9": 7, "\ub9c8\uc9c0\ub9c9\uc73c\ub85c": [19, 20], "\ub9c8\ucc2c\uac00\uc9c0\ub85c": 20, "\ub9c8\uce68": 20, "\ub9c8\ud06c\ub2e4\uc6b4": 69, "\ub9c9\uace0": 7, "\ub9c9\uae30\uc704\ud574": 12, "\ub9c9\ub294": 7, "\ub9c9\ub300": 69, "\ub9c9\ub300\uc5d0\uc11c": 20, "\ub9c9\uc2b5\ub2c8\ub2e4": 7, "\ub9c9\uc9c0\ub9cc": 7, "\ub9cc\ub4dc\uc138\uc694": 69, "\ub9cc\ub4e4": [20, 69], "\ub9cc\ub4e4\uac70\ub098": 20, "\ub9cc\ub4e4\uace0": 20, "\ub9cc\ub4e4\ub824\uba74": [20, 69], "\ub9cc\ub4e4\uc5c8\ub358": 19, "\ub9cc\uc57d": [12, 33], "\ub9cc\ud07c": 69, "\ub9ce\uc740": [7, 12], "\ub9de\uc9c0": 7, "\ub9de\ucda5\ub2c8\ub2e4": 24, "\ub9e4\ub274\uc5bc": 6, "\ub9e4\uc6b0": 12, "\ub9e4\uc77c": 18, "\ub9e4\uce6d\uc744": 19, "\ub9e4\ud551\ub41c": 20, "\ub9e4\ud551\uc774": 20, "\ub9e4\ud551\ud558\ub294": 20, "\ub9e4\ud551\ud558\ub824\uba74": 20, "\ub9e4\ud551\ud558\uba74": 20, "\ub9e4\ud551\ud558\uc5ec": 20, "\ub9e4\ud551\ud560": 20, "\ub9e4\ud551\ud569\ub2c8\ub2e4": 20, "\uba38\ub9ac\ub9d0": 6, "\uba38\uc2e0\uc5b4\ub294": 10, "\uba3c\uc800": 12, "\uba54\ub274": [19, 20], "\uba54\ub274\ub294": 19, "\uba54\ub274\ub97c": [12, 19, 20, 69], "\uba54\ub274\ubc14": 19, "\uba54\ub274\uc5bc": 13, "\uba54\ub274\uc5d0\uc11c": [19, 20, 69], "\uba54\ubaa8\ub85c": 69, "\uba54\ubaa8\ud558\uae30": 69, "\uba54\uc2dc\uc9c0": [6, 19, 43], "\uba54\uc2dc\uc9c0\uac00": [20, 69], "\uba54\uc2dc\uc9c0\ub294": 69, "\uba54\uc2dc\uc9c0\ub85c": 40, "\uba54\uc2dc\uc9c0\ub97c": [19, 40, 69], "\uba54\uc2dc\uc9c0\uc5d0": 69, "\uba54\uc2dc\uc9c0\uc640": 40, "\uba54\uc778": [19, 69], "\uba54\uc77c": 40, "\uba54\ud0c0\ub370\uc774\ud130": 33, "\uba54\ud0c0\ub370\uc774\ud130\ub85c": 19, "\uba58\uc158": 69, "\uba58\uc158\ub41c": 69, "\uba85\ub839": 20, "\uba85\ub839\uc744": 20, "\uba87": 69, "\ubaa8\ub2c8\ud130\ub9c1": 12, "\ubaa8\ub2c8\ud130\ub9c1\uc744": 12, "\ubaa8\ub450": 20, "\ubaa8\ub450\uc5d0\uac8c": 31, "\ubaa8\ub450\uc5d0\uc11c": 10, "\ubaa8\ub4e0": [12, 14, 18, 19, 20, 33, 37, 53, 69], "\ubaa8\ubc14\uc77c": [22, 30], "\ubaa8\uc784\uc758": 69, "\ubaa9\ub85d": 69, "\ubaa9\ub85d\uc5d0": 69, "\ubaa9\ub85d\uc5d0\ub294": 69, "\ubaa9\ub85d\uc5d0\uc11c": 69, "\ubaa9\ub85d\uc740": 69, "\ubaa9\ub85d\uc744": 20, "\ubaa9\uc801\uc5d0": 31, "\ubaa9\uc801\uc73c\ub85c": 40, "\ubabb\ud569\ub2c8\ub2e4": 20, "\ubb34\ub8cc": 53, "\ubb34\uc2dc": 19, "\ubb34\uc2dc\ub418\uc5c8\ub2e4\uba74": 19, "\ubb34\uc2dc\ub41c": 12, "\ubb34\uc2dc\ud558\uace0": 19, "\ubb38\ubc95\uc5d0": 19, "\ubb38\ubc95\uc744": 19, "\ubb38\uc11c": [33, 37], "\ubb38\uc11c\ub97c": [12, 24], "\ubb38\uc11c\uc5d0": 20, "\ubb38\uc11c\uc5d0\uc11c": 25, "\ubb38\uc758\ud558\uc2ed\uc2dc\uc624": 20, "\ubb38\uc758\ud558\uc5ec": 31, "\ubb38\uc790": [19, 20], "\ubb38\uc790\ub97c": 19, "\ubb38\uc790\uc5f4\uc5d0\ub294": 19, "\ubb38\uc790\uc5f4\uc744": 19, "\ubb38\uc81c\uac00": 20, "\ubb38\uc81c\ub294": 12, "\ubb38\uc81c\ub97c": 10, "\ubb38\uc81c\uc810\uacfc": 20, "\ubb3c\ub9ac\uc801": 20, "\ubb3c\uc74c\ud45c": 19, "\ubbf8\ub514\uc5b4": 69, "\ubbf8\ub9ac": 19, "\ubbf8\ub9ac\ubcf4\uae30": 18, "\ubbfc\uac10\ud55c": 69, "\ubc0f": [6, 12, 22, 28, 53], "\ubc14\uafc0\uc218\ub3c4": 12, "\ubc14\ub85c": [10, 12, 19, 69], "\ubc14\ub85c\uac00\uae30": 69, "\ubc14\uc758": 19, "\ubc15\uc2a4\uac00": 19, "\ubc18\uc601\ub418\uc9c0": 19, "\ubc18\uc6d0\uc740": 19, "\ubc1b\ub294": 53, "\ubc1b\uc2b5\ub2c8\ub2e4": 31, "\ubc1b\uc544\ubcfc": 7, "\ubc1c\uacac\ud558\uace0": 69, "\ubc1c\uc0dd\uc2dc\ud0a8": 19, "\ubc1c\uc0dd\ud558\uac70\ub098": 20, "\ubc1c\uc0dd\ud558\uba74": 20, "\ubc1c\uc0dd\ud55c": 10, "\ubc1c\uc0dd\ud560": [10, 19], "\ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4": 20, "\ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c": 10, "\ubc29\ubc95": 7, "\ubc29\ubc95\uc5d0": 7, "\ubc29\ubc95\uc73c\ub85c": [12, 20], "\ubc29\ubc95\uc740": [7, 20], "\ubc29\ubc95\uc744": [20, 28], "\ubc29\ubc95\uc785\ub2c8\ub2e4": 7, "\ubc29\uc2dd\uc5d0": 10, "\ubc29\uc2dd\uc73c\ub85c": 20, "\ubc29\uc2dd\uc744": [7, 33], "\ubc29\uc2dd\uc785\ub2c8\ub2e4": 19, "\ubc29\uc9c0\ud560": 24, "\ubc29\ud574": 19, "\ubc30\uc9c0\ub85c": 10, "\ubc30\uc9c0\ub97c": 10, "\ubc30\uce58\ub97c": 20, "\ubc30\ud3ec": [7, 18], "\ubc30\ud3ec\ud310\uacfc": 12, "\ubc30\ud3ec\ud310\uc740": 7, "\ubc30\ud3ec\ud569\ub2c8\ub2e4": 18, "\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c": 19, "\ubc31\uc5c5\uc744": 19, "\ubc84\uadf8": 7, "\ubc84\uadf8\ub97c": [12, 18], "\ubc84\uc804": [10, 18, 20, 28, 33, 41], "\ubc84\uc804\uacfc": [10, 19], "\ubc84\uc804\uc5d0": 7, "\ubc84\uc804\uc73c\ub85c": 18, "\ubc84\uc804\uc744": [7, 10, 18, 20], "\ubc84\uc804\uc758": [7, 14, 18, 20, 28, 33], "\ubc84\uc804\uc785\ub2c8\ub2e4": 18, "\ubc84\ud2bc": [19, 69], "\ubc84\ud2bc\uc73c\ub85c": 20, "\ubc84\ud2bc\uc744": [19, 20, 28, 69], "\ubc84\ud2bc\uc774": 69, "\ubc88\ub4e4\uc5d0": 7, "\ubc88\uc9f8": 69, "\ubc94\uc6a9\uc801\uc778": 12, "\ubc94\uc704": 20, "\ubc94\uc704\uc758": 12, "\ubca0\ud0c0": 18, "\ubcc0\uacbd": [10, 12, 19, 24, 37, 41], "\ubcc0\uacbd\ub3c4": 19, "\ubcc0\uacbd\ub418\uace0": 40, "\ubcc0\uacbd\ub41c": 10, "\ubcc0\uacbd\ub429\ub2c8\ub2e4": 28, "\ubcc0\uacbd\uc5d0": [10, 12], "\ubcc0\uacbd\uc740": 10, "\ubcc0\uacbd\uc744": [10, 12], "\ubcc0\uacbd\uc758": 10, "\ubcc0\uacbd\uc774": [10, 19], "\ubcc0\uacbd\ud558\uace0": 10, "\ubcc0\uacbd\ud558\ub294": [12, 19], "\ubcc0\uacbd\ud558\ub824\uba74": 20, "\ubcc0\uacbd\ud558\uba74": 69, "\ubcc0\uacbd\ud558\uc2ed\uc2dc\uc624": 20, "\ubcc0\uacbd\ud560": [14, 19, 69], "\ubcc0\uacbd\ud569\ub2c8\ub2e4": 12, "\ubcc0\uacbd\ud574\uc57c": 20, "\ubcc0\uc218": 10, "\ubcc0\uc218\uac12\uc758": 31, "\ubcc0\uc218\ub4e4\uc744": 31, "\ubcc0\uc218\ub97c": 31, "\ubcc4\ub3c4\uc758": 25, "\ubcc4\ud45c": 19, "\ubcd1\uac00": 40, "\ubcd1\ud569\ud558\uc2ed\uc2dc\uc624": 12, "\ubcf4\uace0": 69, "\ubcf4\uace0\ud560": 18, "\ubcf4\uad00": 33, "\ubcf4\uad00\ub418\uba74": 69, "\ubcf4\uad00\ub41c": 69, "\ubcf4\uad00\ub429\ub2c8\ub2e4": 33, "\ubcf4\uad00\ud558\uace0": 69, "\ubcf4\uad00\ud568\uc73c\ub85c": 69, "\ubcf4\ub0b8": 69, "\ubcf4\ub0bc": 20, "\ubcf4\ub0c5\ub2c8\ub2e4": 69, "\ubcf4\uc548": 20, "\ubcf4\uc548\ub418\uc9c0": 20, "\ubcf4\uc548\uc744": 20, "\ubcf4\uc5ec": 20, "\ubcf4\uc5ec\uc90d\ub2c8\ub2e4": [19, 20], "\ubcf4\uc778\ub2e4\uba74": 19, "\ubcf4\uc874": 69, "\ubcf4\uc874\ub429\ub2c8\ub2e4": 69, "\ubcf4\ud638\ub418\ub294": 69, "\ubcf4\ud638\ub41c": 20, "\ubcf4\ud638\ub97c": 69, "\ubcf5\uc0ac": [10, 20, 24], "\ubcf5\uc0ac\ud569\ub2c8\ub2e4": [12, 20], "\ubcf5\uc0ac\ud574\ub123\uc2b5\ub2c8\ub2e4": 10, "\ubcf5\uc7a1\ud560": 24, "\ubcf8": 20, "\ubcf8\uc778": 69, "\ubcf8\uc778\uc774": 69, "\ubcfc": 69, "\ubd80\ubd84\uc740": 20, "\ubd80\ubd84\uc744": [20, 37], "\ubd80\uc5ec\ud558\uac70\ub098": 69, "\ubd80\uc7ac": [40, 69], "\ubd80\uc7ac\uc911": [6, 43, 69], "\ubd80\uc7ac\uc911\uc5d0": 40, "\ubd80\uc7ac\uc911\uc774": 69, "\ubd80\uc7ac\uc911\uc778": 40, "\ubd80\ud130": 10, "\ubd80\ud305\ud558\uac70\ub098": 20, "\ubd84\uc0b0": 20, "\ubd99\uac8c": 28, "\ube0c\ub77c\uc6b0\uc800": [6, 20], "\ube0c\ub77c\uc6b0\uc800\ub294": 12, "\ube0c\ub77c\uc6b0\uc800\ub97c": 20, "\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c": [7, 14], "\ube0c\ub77c\uc6b0\uc800\uc640": 12, "\ube0c\ub77c\uc6b0\uc800\uc785\ub2c8\ub2e4": 20, "\ube14\ub799\ub9ac\uc2a4\ud2b8\ub418\uc5c8\ub2e4\uba74": 19, "\ube44": 20, "\ube44\uacf5\uac1c": 69, "\ube44\uad50\ud558\uace0": 10, "\ube44\ubc00\ubc88\ud638": 20, "\ube44\ubc00\ubc88\ud638\ub85c": 69, "\ube44\ubc00\ubc88\ud638\ub97c": 20, "\ube44\uc6c0": 19, "\ube44\ud574": 33, "\ube44\ud65c\uc131\ud654": 19, "\ube44\ud65c\uc131\ud654\ub418\uc5c8\uc74c\uc744": 20, "\ube44\ud65c\uc131\ud654\ud558\uae30\ub97c": 7, "\ube44\ud65c\uc131\ud654\ud558\ub294": 7, "\ube44\ud65c\uc131\ud654\ud558\uba74": 20, "\ube4c\ub4dc": 18, "\ube60\ub974\uac8c": 69, "\ube60\ub974\uace0": 69, "\ube60\ub978": 19, "\ubfd0": 28, "\uc0ac\ub78c\uacfc": 24, "\uc0ac\ub78c\uc744": 69, "\uc0ac\ub78c\uc774\uace0": 10, "\uc0ac\ubcf8\uc744": 12, "\uc0ac\uc6a9": [20, 33], "\uc0ac\uc6a9\uacfc": 19, "\uc0ac\uc6a9\ub429\ub2c8\ub2e4": 40, "\uc0ac\uc6a9\ubc95\uc740": 25, "\uc0ac\uc6a9\uc2dc": 20, "\uc0ac\uc6a9\uc744": 20, "\uc0ac\uc6a9\uc790": [6, 20, 28, 33, 37, 40, 69], "\uc0ac\uc6a9\uc790\uac00": [18, 20, 24, 33, 40, 69], "\uc0ac\uc6a9\uc790\ub098": 33, "\uc0ac\uc6a9\uc790\ub294": [7, 19, 24, 37, 69], "\uc0ac\uc6a9\uc790\ub3c4": 40, "\uc0ac\uc6a9\uc790\ub85c": 20, "\uc0ac\uc6a9\uc790\ub97c": [37, 40, 53], "\uc0ac\uc6a9\uc790\ubfd0": 69, "\uc0ac\uc6a9\uc790\uc5d0\uac8c": [10, 33, 69], "\uc0ac\uc6a9\uc790\uc640": [19, 24, 28, 69], "\uc0ac\uc6a9\uc790\uc758": [19, 20, 24, 28, 31, 37, 69], "\uc0ac\uc6a9\uc911\uc778": 7, "\uc0ac\uc6a9\ud558\uace0": 20, "\uc0ac\uc6a9\ud558\uae30": [6, 13], "\uc0ac\uc6a9\ud558\ub294": [7, 12, 19, 20, 53], "\uc0ac\uc6a9\ud558\ub294\uc9c0\uc5d0": 7, "\uc0ac\uc6a9\ud558\ub824\ub294": 20, "\uc0ac\uc6a9\ud558\ub824\uba74": 20, "\uc0ac\uc6a9\ud558\uba74": 20, "\uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624": [7, 19, 20, 25, 28], "\uc0ac\uc6a9\ud558\uc5ec": [7, 12, 19, 40, 69], "\uc0ac\uc6a9\ud558\uc9c0": 24, "\uc0ac\uc6a9\ud558\uc9c0\ub9cc": 12, "\uc0ac\uc6a9\ud55c\ub2e4\uba74": 12, "\uc0ac\uc6a9\ud560": [7, 18, 19, 20], "\uc0ac\uc6a9\ud569\ub2c8\ub2e4": [19, 20], "\uc0ac\uc6a9\ud574\uc57c": 7, "\uc0ac\uc720\ub97c": 69, "\uc0ac\uc774\ub4dc\ubc14\uc5d0": 28, "\uc0ac\uc774\ub4dc\ubc14\uc5d0\uc11c\ub294": 69, "\uc0ac\uc774\ub4dc\ubc14\uc758": 20, "\uc0ac\uc774\uc5d0": 10, "\uc0ac\uc9c4\uc774\ub098": 69, "\uc0ac\ud56d": 20, "\uc0ac\ud56d\uc5d0": 69, "\uc0ac\ud56d\uc744": 10, "\uc0ad\uc81c": [12, 19, 24, 69], "\uc0ad\uc81c\ub41c": [30, 32, 33], "\uc0ad\uc81c\ub429\ub2c8\ub2e4": [19, 33, 69], "\uc0ad\uc81c\uc5d0": 69, "\uc0ad\uc81c\ud558\ub294": 24, "\uc0ad\uc81c\ud558\ub824\uba74": 19, "\uc0ad\uc81c\ud558\uc9c0": [12, 28], "\uc0ad\uc81c\ud560": 28, "\uc0ad\uc81c\ud568": 24, "\uc0ad\uc81c\ud569\ub2c8\ub2e4": 10, "\uc0b0\uc785\ub418\uba70": 24, "\uc0b0\uc785\ub418\uc9c0": [24, 33], "\uc0b0\uc785\ub418\uc9c0\ub294": 33, "\uc0b0\uc785\ub429\ub2c8\ub2e4": 33, "\uc0b4\ub9ac\uae30": 12, "\uc0c1": 19, "\uc0c1\ub2e8": 20, "\uc0c1\ub2e8\uc5d0\ub294": 19, "\uc0c1\ub2e8\uc758": 69, "\uc0c1\ub2f9\ud55c": 12, "\uc0c1\ub300\ubc29": 69, "\uc0c1\ub300\ubc29\uc5d0": 69, "\uc0c1\uc704": 19, "\uc0c1\uc758": [10, 12, 19], "\uc0c1\uc790\ub97c": 20, "\uc0c1\ud0dc": 20, "\uc0c1\ud0dc\uac00": 19, "\uc0c1\ud0dc\ub294": [7, 19, 40], "\uc0c1\ud0dc\ub85c": 20, "\uc0c1\ud0dc\ub97c": [7, 19, 20, 69], "\uc0c1\ud0dc\uc5d0": 19, "\uc0c1\ud0dc\uc640": 19, "\uc0c1\ud0dc\uc9c0\ub9cc": 24, "\uc0c1\ud5a5\ud560": 31, "\uc0c1\ud669\uc5d0\uc11c": 10, "\uc0c1\ud669\uc5d0\uc11c\ub294": 10, "\uc0c1\ud669\uc744": 10, "\uc0c8": [7, 12, 20, 37, 69], "\uc0c8\ub85c": [12, 19, 20], "\uc0c8\ub85c\uc6b4": 69, "\uc0dd\ub7b5\ud558\uc2ed\uc2dc\uc624": 20, "\uc0dd\uc131": 19, "\uc0dd\uc131\ub418\uc5b4": [19, 69], "\uc0dd\uc131\ub41c": 19, "\uc0dd\uc131\ub429\ub2c8\ub2e4": 69, "\uc0dd\uc131\uc744": 69, "\uc0dd\uc131\ud558\uace0": [10, 19, 20, 69], "\uc0dd\uc131\ud558\ub294": 19, "\uc0dd\uc131\ud558\uc2ed\uc2dc\uc624": [20, 28], "\uc0dd\uc131\ud55c": 12, "\uc0dd\uc131\ud560": [12, 19, 20, 69], "\uc11c\ub4dc\ud30c\ud2f0": 12, "\uc11c\ub85c": 7, "\uc11c\uba85\ub41c": 20, "\uc11c\ubc84": [10, 19, 20, 28], "\uc11c\ubc84\uac00": [10, 20], "\uc11c\ubc84\ub85c": [10, 20], "\uc11c\ubc84\ub85c\ubd80\ud130": 28, "\uc11c\ubc84\ub97c": [20, 53], "\uc11c\ubc84\uc5d0": [19, 20, 53], "\uc11c\ubc84\uc5d0\uc11c": [20, 69], "\uc11c\ubc84\uc640": [19, 20, 28, 53], "\uc11c\ubc84\uc640\uc758": 19, "\uc11c\ubc84\uc758": [14, 20, 28, 69], "\uc11c\ube44\uc2a4": 20, "\uc11c\ube44\uc2a4\uac00": 20, "\uc11c\ube44\uc2a4\ub97c": 20, "\uc11c\ud2b8\ud30c\ud2f0": 20, "\uc120\ud0dd": [19, 20, 37], "\uc120\ud0dd\uc744": 12, "\uc120\ud0dd\ud558\uace0": [20, 37, 69], "\uc120\ud0dd\ud558\uae30": 12, "\uc120\ud0dd\ud558\ub294": 20, "\uc120\ud0dd\ud558\uc138\uc694": 69, "\uc120\ud0dd\ud558\uc2ed\uc2dc\uc624": 37, "\uc120\ud0dd\ud558\uc5ec": [19, 20], "\uc120\ud0dd\ud55c": [20, 37], "\uc120\ud0dd\ud560": [12, 14, 19, 20, 37, 69], "\uc120\ud0dd\ud569\ub2c8\ub2e4": [12, 20], "\uc120\ud0dd\ud574\uc57c": 20, "\uc120\ud589": 20, "\uc120\ud638\ub418\ub294": 7, "\uc120\ud638\uc5d0": 20, "\uc124\uacc4\ub41c": 20, "\uc124\uba85": 69, "\uc124\uba85\ub418\uc5b4": 20, "\uc124\uba85\uc11c\ub97c": 20, "\uc124\uba85\uc744": 69, "\uc124\uba85\ud55c": 19, "\uc124\uba85\ud569\ub2c8\ub2e4": 7, "\uc124\uc815": [6, 7, 10, 20, 43, 69], "\uc124\uc815\ub418\uc5b4": [31, 40], "\uc124\uc815\ub41c": 31, "\uc124\uc815\uc5d0": [19, 31, 37, 69], "\uc124\uc815\uc5d0\uc11c": 69, "\uc124\uc815\uc6a9": 20, "\uc124\uc815\uc744": [19, 69], "\uc124\uc815\uc758": [40, 69], "\uc124\uc815\ud558\uac70\ub098": 19, "\uc124\uc815\ud558\uace0": [19, 20, 33, 69], "\uc124\uc815\ud558\ub294": 12, "\uc124\uc815\ud558\ub824\uba74": 19, "\uc124\uc815\ud558\uc5ec": 10, "\uc124\uc815\ud558\uc600\ub2e4\uba74": 19, "\uc124\uc815\ud55c": 69, "\uc124\uc815\ud560": [12, 19, 69], "\uc124\uc815\ud569\ub2c8\ub2e4": [20, 24], "\uc124\uc815\ud588\ub2e4\uba74": 20, "\uc124\uc815\ud588\uc744": 33, "\uc124\uce58": [6, 13, 28], "\uc124\uce58\ub41c": 20, "\uc124\uce58\ud558\uac70\ub098": 12, "\uc124\uce58\ud558\ub824\uba74": 20, "\uc124\uce58\ud558\uc600\ub2e4\uba74": 19, "\uc124\uce58\ud560": 7, "\uc124\uce58\ud569\ub2c8\ub2e4": 20, "\uc124\uce58\ud574\uc57c": 19, "\uc131\uacf5\uc801\uc73c\ub85c": 7, "\uc131\ubd84\uc5d0\ub9cc": 19, "\uc131\ubd84\uc744": 19, "\uc138\uac1c": 19, "\uc138\uac1c\uc758": 19, "\uc138\ubd80": [20, 33, 69], "\uc138\uc158": 20, "\uc139\uc158\uc5d0": 7, "\uc139\uc158\uc5d0\uc11c": [7, 20, 40, 69], "\uc139\uc158\uc73c\ub85c": 69, "\uc139\uc158\uc740": 7, "\uc139\uc158\uc758": 69, "\uc18c\uc2a4": [14, 20, 53], "\uc18c\uc720\uad8c": 37, "\uc18c\uc720\uc790": [24, 37], "\uc18c\uc720\uc790\ub294": 37, "\uc18c\uc720\uc790\ub85c": 20, "\uc18c\uc720\uc790\ub9cc": 20, "\uc18c\uc720\uc790\uc758": 33, "\uc18c\uc720\ud558\uace0": 28, "\uc18c\uc720\ud55c": 24, "\uc18c\ud1b5\uc744": 69, "\uc18c\ud504\ud2b8\uc6e8\uc5b4\uac00": 12, "\uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c": 12, "\uc18c\ud504\ud2b8\uc6e8\uc5b4\uc785\ub2c8\ub2e4": 53, "\uc18d\uc131\uc744": 20, "\uc18d\ud55c": 69, "\uc194\ub8e8\uc158\uc744": 53, "\uc218": [7, 10, 12, 14, 18, 19, 20, 24, 28, 33, 37, 40, 53, 69], "\uc218\ub2e8\uc740": 24, "\uc218\ub3c4": [20, 69], "\uc218\ub3d9": 7, "\uc218\ub3d9\uc73c\ub85c": 20, "\uc218\ub77d": 37, "\uc218\ub77d\uacfc": 37, "\uc218\ub77d\ub418\uba74": 37, "\uc218\uc2e0\uc790": 24, "\uc218\uc2e0\uc790\ub294": 28, "\uc218\uc2e0\ud569\ub2c8\ub2e4": 37, "\uc218\uc815": 20, "\uc218\uc815\ub41c": 33, "\uc218\uc815\uc744": 7, "\uc218\uc815\uc774\ub098": 69, "\uc218\uc815\ud558\uc2ed\uc2dc\uc624": 7, "\uc218\uc815\ud560": 19, "\uc218\uc900\uc740": 69, "\uc218\ud589\uc744": 7, "\uc218\ud589\ud558\uc9c0": 7, "\uc21c\ud658": 12, "\uc21c\ud658\uacfc": 12, "\uc228\uaca8\uc9d0": 19, "\uc228\uaca8\uc9d1\ub2c8\ub2e4": 69, "\uc27d\uac8c": 20, "\uc2a4\ub0c5\uc778": 20, "\uc2a4\uc704\uce58\uac00": 10, "\uc2a4\uce94\ud560": 12, "\uc2a4\ud06c\ub9bd\ud305\ud560": 20, "\uc2ac\ub798\uc26c": 19, "\uc2b9\uaca9\uc2dc\ud0a4\uac70\ub098": 69, "\uc2dc": [7, 20], "\uc2dc\uac04": [19, 20], "\uc2dc\uac04\uc5d0": 69, "\uc2dc\uac04\uc740": 69, "\uc2dc\uac04\uc744": 69, "\uc2dc\uae30\ub97c": 19, "\uc2dc\ub3c4\ub97c": 19, "\uc2dc\ub3c4\ud560": 40, "\uc2dc\uc2a4\ud15c": [7, 10, 20], "\uc2dc\uc2a4\ud15c\uacfc": [7, 19, 20], "\uc2dc\uc2a4\ud15c\uc5d0": 20, "\uc2dc\uc2a4\ud15c\uc5d0\uc11c": 7, "\uc2dc\uc2a4\ud15c\uc73c\ub85c": 12, "\uc2dc\uc2a4\ud15c\uc758": 12, "\uc2dc\uc791": [7, 12, 20, 40], "\uc2dc\uc791\ub418\ub294\uc9c0": 20, "\uc2dc\uc791\ud558\uac70\ub098": 69, "\uc2dc\uc791\ud558\uace0": 7, "\uc2dc\uc791\ud558\ub824\uba74": 69, "\uc2dc\uc791\ud560": [12, 69], "\uc2dc\uc791\ud569\ub2c8\ub2e4": 20, "\uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4": 69, "\uc2dc\uc810\uc5d0": 40, "\uc2dc\uc810\uc774": 24, "\uc2dd\ubcc4\ud558\uac70\ub098": 19, "\uc2dd\ubcc4\ud558\uace0": 19, "\uc2dd\ubcc4\ud560": 19, "\uc2e0\uaddc": 12, "\uc2e0\ub8b0\ud560": 20, "\uc2e0\uc911\ud558\uac8c": 12, "\uc2e4\ud328\uc5d0": 12, "\uc2e4\ud328\ud558\uba74": 7, "\uc2e4\ud328\ud560": [12, 20], "\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4": 12, "\uc2e4\ud589": [7, 10, 20], "\uc2e4\ud589\uc73c\ub85c": 20, "\uc2e4\ud589\ud558\uace0": 20, "\uc2e4\ud589\ud558\ub294\ub370": 12, "\uc2e4\ud589\ud558\uc5ec": 20, "\uc2e4\ud589\ud560": 20, "\uc2ec\ubcfc\ub9ad": [12, 19], "\uc2f6\uac70\ub098": 18, "\uc2f6\uc740": 69, "\uc2f6\uc744": 19, "\uc378\ub124\uc77c": 33, "\uc4f0\uae30": 20, "\uc544\ub2c8\uac70\ub098": 19, "\uc544\ub2c8\ub77c": 69, "\uc544\ub2c8\uba74": 18, "\uc544\ub798": 20, "\uc544\ub798\ub97c": 10, "\uc544\ub798\uc758": [19, 37], "\uc544\ub9c8\ub3c4": 12, "\uc544\ubb34": 19, "\uc544\ubb34\ub3c4": 69, "\uc544\ubc14\ud0c0": 69, "\uc544\ubc14\ud0c0\ub97c": 19, "\uc544\uc6c3": 19, "\uc544\uc774\ub514": 20, "\uc544\uc774\ub514\uc5b4": 69, "\uc544\uc774\ub514\uc5b4\ub294": 10, "\uc544\uc774\ucf58": 10, "\uc544\uc774\ucf58\uacfc": 19, "\uc544\uc774\ucf58\uc5d0": 19, "\uc544\uc774\ucf58\uc73c\ub85c": 19, "\uc544\uc774\ucf58\uc740": 19, "\uc544\uc774\ucf58\uc744": [19, 28], "\uc544\uc774\ucf58\uc774": 19, "\uc544\uce74\uc774\ube0c\uc640": 14, "\uc548\uc5d0": 19, "\uc548\uc758": 19, "\uc548\uc804\ud558\uace0": [53, 69], "\uc548\uc804\ud55c": 53, "\uc548\uc815": 18, "\uc548\uc815\uc801\uc778": 18, "\uc54a\uac8c": 12, "\uc54a\uace0": 19, "\uc54a\uae30": [7, 19], "\uc54a\ub294\ub2e4\uba74": 19, "\uc54a\ub294\ud55c": [10, 12], "\uc54a\ub354\ub77c\ub3c4": 10, "\uc54a\ub3c4\ub85d": 24, "\uc54a\uc2b5\ub2c8\ub2e4": [7, 10, 12, 19, 20, 24, 28, 33], "\uc54a\uc558\ub2e4\uba74": [12, 20], "\uc54a\uc558\uc744": 33, "\uc54a\uc73c\ub824\uba74": 7, "\uc54a\uc73c\uba70": 69, "\uc54a\uc73c\ubbc0\ub85c": 31, "\uc54a\uc740": [7, 10, 12, 19, 20, 24, 33, 69], "\uc54a\uc744": [7, 12, 19, 20, 37], "\uc54a\uc74c": [12, 20], "\uc54a\uc9c0\ub9cc": [20, 69], "\uc54c\ub824\uc904": [7, 10], "\uc54c\ub824\uc90d\ub2c8\ub2e4": [7, 10], "\uc54c\ub9ac\ub824\ub294": 19, "\uc54c\ub9bc": [10, 19], "\uc54c\ub9bc\uc5d0\uc11c": 37, "\uc54c\ub9bc\uc5d0\uc11c\ub3c4": 69, "\uc54c\ub9bc\uc744": [7, 10, 19, 37, 69], "\uc54c\ub9bc\uc774": 7, "\uc54c\uc544\ubcf4\uc2ed\uc2dc\uc624": 24, "\uc554\uc2dc\uc801": 20, "\uc554\ud638\ub85c": 20, "\uc554\ud638\ub97c": 20, "\uc554\ud638\ud654": [20, 33], "\uc554\ud638\ud654\ub418\uc9c0": 20, "\uc554\ud638\ud654\ub41c": [20, 33], "\uc554\ud638\ud654\ub85c": 20, "\uc554\ud638\ud654\ud558\uc9c0": 20, "\uc561\uc138\uc2a4": 69, "\uc561\uc138\uc2a4\ub97c": 20, "\uc561\uc138\uc2a4\ud558\ub294": 69, "\uc561\uc138\uc2a4\ud558\ub824\ub294": 20, "\uc561\uc138\uc2a4\ud558\ub824\uba74": 20, "\uc561\uc138\uc2a4\ud558\uc9c0": 20, "\uc561\uc138\uc2a4\ud560": 20, "\uc571": [7, 20, 69], "\uc571\uacfc": [20, 33], "\uc571\ub4e4\uc740": 33, "\uc571\uc5d0": 20, "\uc571\uc5d0\uc11c": 69, "\uc571\uc740": [24, 40], "\uc571\uc744": [19, 20], "\uc57d\uac04": 12, "\uc57d\uc790\uc785\ub2c8\ub2e4": 20, "\uc591\uc2dd\uc5d0": 28, "\uc591\uc2dd\uc774": 28, "\uc591\uc758": 12, "\uc591\ucabd": 10, "\uc5b4\ub290": 19, "\uc5b4\ub5a0\ud55c": [19, 28], "\uc5b4\ub5a4": 20, "\uc5b4\ub5bb\uac8c": 7, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158": 19, "\uc5b8\uae09\ud558\ub294": 69, "\uc5b8\uc81c": 19, "\uc5b8\uc81c\ub098": 19, "\uc5c5\uadf8\ub808\uc774\ub4dc\uc2dc": 28, "\uc5c5\ub370\uc774\ud130": [6, 13, 14], "\uc5c5\ub370\uc774\ud130\uac00": 7, "\uc5c5\ub370\uc774\ud130\ub294": 7, "\uc5c5\ub370\uc774\ud130\ub97c": 7, "\uc5c5\ub370\uc774\ud2b8": [6, 10, 13], "\uc5c5\ub370\uc774\ud2b8\uac00": 7, "\uc5c5\ub370\uc774\ud2b8\ub294": 7, "\uc5c5\ub370\uc774\ud2b8\ub41c": 20, "\uc5c5\ub370\uc774\ud2b8\ub97c": [7, 19], "\uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4": 19, "\uc5c5\ub85c\ub4dc": [19, 22, 30], "\uc5c5\ub85c\ub4dc\ub418\uac70\ub098": 33, "\uc5c5\ub85c\ub4dc\ub418\uc9c0": 10, "\uc5c5\ub85c\ub4dc\ub41c": 33, "\uc5c5\ub85c\ub4dc\ub97c": [10, 33], "\uc5c5\ub85c\ub4dc\ud558\uace0": 10, "\uc5c5\ub85c\ub4dc\ud558\ub824\uace0": 10, "\uc5c5\ub85c\ub4dc\ud558\ub824\uba74": 20, "\uc5c5\ub85c\ub4dc\ud55c": 69, "\uc5c5\ub85c\ub4dc\ud560": [31, 33], "\uc5c6\uac8c": [19, 69], "\uc5c6\uae30": 12, "\uc5c6\ub294": [19, 20, 69], "\uc5c6\uc2b5\ub2c8\ub2e4": [7, 10, 12, 19, 20, 24, 69], "\uc5c6\uc73c\uba70": 69, "\uc5c6\uc74c": [20, 69], "\uc5c6\uc74c\uc744": 19, "\uc5c6\uc774": 69, "\uc5d0": [19, 20], "\uc5d0\uac8c": 69, "\uc5d0\uc11c": [7, 19, 20, 69], "\uc5d4\ud130": 28, "\uc5d4\ud130\ud504\ub77c\uc774\uc988": 18, "\uc5ec\uae30\uc5d0": 69, "\uc5ec\uae30\uc5d0\uc11c": 69, "\uc5ec\ub294\ub370": 12, "\uc5ec\ub7ec": [19, 69], "\uc5ec\ub7ec\ubd84\uc758": 53, "\uc5ec\ubd80": 69, "\uc5ec\ubd80\ub97c": 69, "\uc5ec\ubd80\uc5d0": [20, 37], "\uc5ec\ubd80\uc640": 69, "\uc5f0\uacb0": [12, 19, 20], "\uc5f0\uacb0\ub418\uc5c8\ub294\uc9c0\uc640": 19, "\uc5f0\uacb0\ub41c": 19, "\uc5f0\uacb0\ub420": 20, "\uc5f0\uacb0\uc5d0\uc11c": 20, "\uc5f0\uacb0\uc744": [12, 20], "\uc5f0\uacb0\uc758": 20, "\uc5f0\uacb0\uc774": [19, 20], "\uc5f0\uacb0\ud558\ub824\uba74": 20, "\uc5f0\uacb0\ud558\uc138\uc694": 20, "\uc5f0\uacb0\ud558\uc2ed\uc2dc\uc624": 20, "\uc5f0\uacb0\ud558\uc9c0": 20, "\uc5f0\uacb0\ud560": 20, "\uc5f0\uad00": 10, "\uc5f0\uad00\ub41c": 19, "\uc5f0\ub77d\uc744": 40, "\uc5f0\ub77d\ucc98": 33, "\uc5f0\ud569": 28, "\uc5f4": 19, "\uc5f4\uace0": 20, "\uc5f4\uae30": 19, "\uc5f4\ub9ac\uba74": 20, "\uc5f4\ub9b0": 19, "\uc5f4\ub9bd\ub2c8\ub2e4": 7, "\uc5f4\uc5b4\uc11c": 10, "\uc5fd\ub2c8\ub2e4": [10, 19, 20], "\uc601\uad6c\uc801\uc73c\ub85c": [12, 69], "\uc601\uc0c1": 69, "\uc601\uc5ed": 19, "\uc606\uc5d0": [37, 69], "\uc606\uc758": 19, "\uc608": 20, "\uc608\ub97c": [19, 20], "\uc608\uc0c1\ub300\ub85c": 19, "\uc608\uc2dc\uc5d0\uc11c": 20, "\uc608\uc5d0\uc11c\ub294": 20, "\uc608\uc640": 20, "\uc608\uc815\ub41c": 69, "\uc608\uc815\uc778": 69, "\uc608\uc81c\uc5d0\uc11c\ub294": [10, 20], "\uc624\ub798\ub41c": [24, 33], "\uc624\ub958": [19, 20], "\uc624\ub958\uac00": [19, 20], "\uc624\ub958\ub97c": 19, "\uc624\ub958\uc5d0": 19, "\uc624\ub978\ucabd": 20, "\uc624\ub978\ucabd\uc5d0": [19, 69], "\uc624\uc2e0": 53, "\uc624\uc9c1": 31, "\uc624\ud504\ub77c\uc778\uc73c\ub85c": 20, "\uc624\ud504\ub77c\uc778\uc77c": 19, "\uc624\ud508": [20, 53], "\uc628\ub77c\uc778": [19, 20], "\uc62c\ub824\uc11c": 19, "\uc62c\ub9ac\ub294": 10, "\uc62c\ubc14\ub974\uac8c": 20, "\uc62c\ubc14\ub978\uc9c0": 19, "\uc635\uc158": [18, 20], "\uc635\uc158\uc5d0\uc11c": 14, "\uc635\uc158\uc73c\ub85c": 20, "\uc635\uc158\uc740": 69, "\uc635\uc158\uc744": [7, 12, 18, 19, 20], "\uc640": 33, "\uc640\uc77c\ub4dc": 19, "\uc644\ub8cc\ub429\ub2c8\ub2e4": 28, "\uc644\ub8cc\ud560": 69, "\uc644\ub8cc\ud569\ub2c8\ub2e4": 20, "\uc644\ub8cc\ud574\uc57c": 69, "\uc644\ubcbd\ud558\uac8c": 18, "\uc644\uc804": 33, "\uc644\uc804\ud788": [7, 24], "\uc678\ubd80": 69, "\uc678\uc5d0\ub294": 69, "\uc67c\ucabd": 19, "\uc67c\ucabd\uc758": 20, "\uc694\uad6c\uc0ac\ud56d": 6, "\uc694\uad6c\ud558\uc2ed\uc2dc\uc624": 31, "\uc694\uccad": 37, "\uc694\uccad\uc758": 37, "\uc694\uccad\ud560": 31, "\uc6a9\ub3c4\ub85c": 69, "\uc6a9\ub7c9": [30, 31, 32], "\uc6a9\ub7c9\uc5d0": [24, 33], "\uc6a9\ub7c9\uc73c\ub85c": [24, 33], "\uc6a9\ub7c9\uc740": 33, "\uc6a9\ub7c9\uc744": 33, "\uc6a9\ub7c9\uc758": [24, 33], "\uc6a9\ub7c9\uc774": [24, 33], "\uc6b0\ub9ac\ub294": 12, "\uc6b0\ud074\ub9ad\uc740": 19, "\uc6b0\ud68c\uc801\uc778": 12, "\uc6b4\uc601": 7, "\uc6b4\uc601\uccb4\uc81c\uac00": 12, "\uc6b4\uc601\uccb4\uc81c\ub97c": 7, "\uc6b4\uc601\uccb4\uc81c\uc5d0\uc11c": [7, 20], "\uc6b4\uc601\uccb4\uc81c\uc758": 20, "\uc6b4\uc6a9\ud558\ub294": 53, "\uc6d0": 37, "\uc6d0\uaca9": [10, 20, 28], "\uc6d0\uaca9\uc9c0\uc5d0": 28, "\uc6d0\uacfc": 19, "\uc6d0\ub798": 33, "\uc6d0\uc5d0": 19, "\uc6d0\uc778\uc73c\ub85c": 40, "\uc6d0\ud074\ub9ad\uc73c\ub85c": 7, "\uc6d0\ud558\uac70\ub098": 18, "\uc6d0\ud558\ub294": [12, 20, 28, 69], "\uc6d0\ud558\uc9c0": [7, 19], "\uc6d0\ud55c\ub2e4\uba74": 7, "\uc6f9": [6, 7, 19, 20, 31], "\uc704\uc5d0\uc11c": 19, "\uc704\uce58\ub85c": 12, "\uc704\uce58\ub97c": 19, "\uc704\uce58\uc5d0": 10, "\uc704\uce58\ud55c": 19, "\uc704\ud558\uc5ec": 19, "\uc704\ud55c": [18, 20, 28, 53], "\uc704\ud574": [10, 12, 18, 19, 20, 25, 33, 69], "\uc704\ud574\uc11c": [7, 19], "\uc704\ud574\uc11c\ub294": 12, "\uc704\ud5d8\uc73c\ub85c": 18, "\uc708\ub3c4\uc6b0": 7, "\uc708\ub3c4\uc6b0\uc988": [12, 14, 19], "\uc708\ub3c4\uc6b0\uc988\ub294": 12, "\uc708\ub3c4\uc6b0\uc988\uc5d0\uc11c": 12, "\uc708\ub3c4\uc6b0\uc988\uc758": 19, "\uc720\uc0ac\ud569\ub2c8\ub2e4": 19, "\uc720\uc6a9\ud558\uc9c0\ub294": 31, "\uc720\uc6a9\ud569\ub2c8\ub2e4": 20, "\uc720\uc758\ud574": 20, "\uc720\uc9c0": 12, "\uc720\uc9c0\ub429\ub2c8\ub2e4": 69, "\uc720\uc9c0\ud558\uae30": 69, "\uc720\uc9c0\ud558\uc9c0": 19, "\uc720\uc9c0\ud560": 20, "\uc720\ud615\uc744": 20, "\uc720\ud615\uc774": 69, "\uc720\ud6a8\uc131": 19, "\uc720\ud6a8\ud558\uc9c0": 19, "\uc73c\ub85c": [10, 20], "\uc740": [10, 19], "\uc744": [10, 12, 19, 20, 37, 69], "\uc751\ub2f5\uc744": 40, "\uc751\uc6a9": 20, "\uc758": [7, 20, 24], "\uc758\ub3c4\uc801\uc73c\ub85c": 12, "\uc758\ubbf8\ud558\uace0": 20, "\uc758\ubbf8\ud569\ub2c8\ub2e4": 19, "\uc758\ud574": [19, 31], "\uc758\ud574\uc11c": 19, "\uc774": [7, 10, 12, 19, 20, 24, 28, 31, 37, 40, 69], "\uc774\uac83\ub3c4": 14, "\uc774\uac83\uc5d0": 19, "\uc774\uac83\uc740": [7, 12, 19], "\uc774\uacf3\uc740": 69, "\uc774\ub294": [20, 24, 28, 69], "\uc774\ub3d9": [20, 24], "\uc774\ub3d9\ud558\uac70\ub098": 12, "\uc774\ub3d9\ud558\ub824\uba74": 20, "\uc774\ub3d9\ud558\uc5ec": [20, 69], "\uc774\ub3d9\ud55c": 28, "\uc774\ub3d9\ud560": 69, "\uc774\ub3d9\ud569\ub2c8\ub2e4": [20, 24, 69], "\uc774\ub54c": 20, "\uc774\ub7ec\ud55c": [10, 24, 33, 69], "\uc774\ub7f0": [7, 19], "\uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4": 69, "\uc774\ub974\uae30\uae4c\uc9c0": 53, "\uc774\ub97c": [20, 24], "\uc774\ub984": [20, 24, 69], "\uc774\ub984\uacfc": [28, 69], "\uc774\ub984\uc5d0": 10, "\uc774\ub984\uc73c\ub85c": 20, "\uc774\ub984\uc744": [19, 20, 37, 69], "\uc774\ub984\uc758": 10, "\uc774\ub984\uc774": [20, 37], "\uc774\uba54\uc77c": 69, "\uc774\ubaa8\uc9c0": 19, "\uc774\ubaa8\uc9c0\ub97c": 19, "\uc774\ubaa8\ud2f0\ucf58": 69, "\uc774\ubbf8": [19, 69], "\uc774\ubc88\uc5d0\ub294": 12, "\uc774\ubca4\ud2b8": 69, "\uc774\ubca4\ud2b8\uc640": 69, "\uc774\uc0c1": [12, 14, 69], "\uc774\uc0c1\ub9cc": 20, "\uc774\uc0c1\uc758": [20, 28, 53], "\uc774\uc5d0": 20, "\uc774\uc6a9": 69, "\uc774\uc6a9\uc790\ubd80\ud130": 53, "\uc774\uc6a9\ud574": 20, "\uc774\uc804": [12, 14, 20, 28, 37], "\uc774\uc804\ub41c": 37, "\uc774\uc804\ud558\uace0\uc790": 37, "\uc774\uc804\ud560": 37, "\uc774\uc81c": 20, "\uc774\ud558": 20, "\uc774\ud558\uac00": 33, "\uc774\ud574\ud558\ub294": 33, "\uc774\ud6c4": 19, "\uc775\uba85\uc73c\ub85c": 20, "\uc778\uc2a4\ud134\uc2a4": 69, "\uc778\uc2a4\ud134\uc2a4\ub97c": 20, "\uc778\uc2a4\ud134\uc2a4\uc5d0": 14, "\uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c": 12, "\uc778\uc2a4\ud134\uc2a4\uc758": [14, 20], "\uc778\uc2a4\ud1a8\ub7ec\ub97c": 12, "\uc778\uc2dd\ud558\ub3c4\ub85d": 20, "\uc778\uc6d0": 69, "\uc778\uc99d": [20, 69], "\uc778\uc99d\uc11c": 20, "\uc778\uc99d\uc11c\uac00": 20, "\uc778\uc99d\uc11c\ub97c": 20, "\uc778\uc99d\uc11c\uc758": 20, "\uc778\uc99d\uc740": 69, "\uc778\uc99d\uc774": 20, "\uc778\ud130\ub137": 20, "\uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c": 40, "\uc778\ud130\ud398\uc774\uc2a4\uc640": 19, "\uc778\ud558\uc5ec": 40, "\uc77c": 69, "\uc77c\ubc18": 7, "\uc77c\ubc18\uacfc": 19, "\uc77c\ubc18\uc801\uc73c\ub85c": 19, "\uc77c\ubc18\uc801\uc778": [19, 24], "\uc77c\ubd80": [10, 19], "\uc77c\uc2dc": 19, "\uc77c\uc2dc\uc801\uc73c\ub85c": [12, 20], "\uc77c\uc2dc\uc815\uc9c0": 19, "\uc77c\uc73c\ud0ac": 10, "\uc77c\uc77c\uc758": 18, "\uc77c\uc790\ub97c": 12, "\uc77c\uc815": [33, 69], "\uc77c\uce58\ud558\ub294": [12, 19], "\uc77d\uae30": 20, "\uc77d\uc74c": 69, "\uc77d\uc9c0": 69, "\uc784\uc2dc": [19, 33], "\uc784\uc758\uc758": 20, "\uc785\ub2c8\ub2e4": [14, 19], "\uc785\ub825": [19, 28, 69], "\uc785\ub825\ud558\uace0": [20, 28, 37], "\uc785\ub825\ud558\ub294": 14, "\uc785\ub825\ud558\uba74": 20, "\uc785\ub825\ud558\uc138\uc694": [20, 28, 69], "\uc785\ub825\ud558\uc2ed\uc2dc\uc624": [14, 20], "\uc785\ub825\ud558\uc5ec": 20, "\uc785\ub825\ud55c": [20, 28, 69], "\uc785\ub825\ud569\ub2c8\ub2e4": [20, 40], "\uc788\uac70\ub098": 19, "\uc788\uac8c": 7, "\uc788\uace0": 10, "\uc788\uae30\ub54c\ubb38\uc5d0": 7, "\uc788\ub294": [7, 12, 19, 20, 24, 28, 33, 37, 69], "\uc788\ub294\ub370": 7, "\uc788\ub294\uc9c0": 69, "\uc788\ub2e4\ub294": [10, 20], "\uc788\ub2e4\uba74": 40, "\uc788\ub3c4\ub85d": [7, 18, 20, 33, 69], "\uc788\uc2b5\ub2c8\ub2e4": [7, 10, 14, 19, 20, 24, 25, 28, 31, 33, 37, 40, 53, 69], "\uc788\uc5b4\uc57c": 20, "\uc788\uc73c\uba70": [20, 69], "\uc788\uc73c\ubbc0\ub85c": 69, "\uc788\uc744": 7, "\uc788\uc9c0\ub9cc": 7, "\uc790\uaca9": 20, "\uc790\ub3d9": [6, 13, 14, 40], "\uc790\ub3d9\uc73c\ub85c": [20, 28, 69], "\uc790\ub3d9\uc801\uc73c\ub85c": 7, "\uc790\ub3d9\uc801\uc774\uace0": 12, "\uc790\ub9ac": 19, "\uc790\uc138\ud55c": [12, 20, 37], "\uc790\uc138\ud788": 24, "\uc790\uc2e0": 7, "\uc790\uc2e0\uacfc\uc758": 69, "\uc790\uc2e0\uc744": 20, "\uc790\uc2e0\uc758": [7, 28], "\uc790\uc8fc": 20, "\uc790\uccb4": 20, "\uc790\uccb4\ub97c": 7, "\uc790\uccb4\uc801\uc73c\ub85c": [7, 10], "\uc791\ub3d9\uc2dc\ud0a4\ub824\uba74": 20, "\uc791\uc131\uc790\uc778": 10, "\uc791\uc5c5\uc5d0": 69, "\uc791\uc5c5\uc744": [19, 20], "\uc791\uc5c5\uc774": 10, "\uc791\uc740": 19, "\uc798\ubabb": 37, "\uc798\ubabb\ub41c": [12, 19], "\uc7a5\uc18c\ub85c": 69, "\uc7a5\uc18c\uc5d0": 20, "\uc7a5\uc810\uc744": 12, "\uc7a5\uce58\uc5d0": 7, "\uc7a5\uce58\uc5d0\uc11c": 20, "\uc7ac\uac1c": 19, "\uc7ac\uacf5\uc720\ud560": 24, "\uc7ac\ubd80\ud305": 20, "\uc7ac\uc2dc\uc791\ud569\ub2c8\ub2e4": 7, "\uc7ac\uc815\uc758\ub97c": 7, "\uc7ac\uc815\uc758\ud558\ub824\uba74": 7, "\uc7ac\uc815\uc758\ud560": 7, "\uc7ac\ud604\ud558\uace0": 18, "\uc800\uc791": 20, "\uc800\uc7a5": [20, 33], "\uc800\uc7a5\ub41c": [20, 37], "\uc800\uc7a5\uc18c": [20, 53], "\uc800\uc7a5\uc18c\uc5d0": 20, "\uc800\uc7a5\ud558\uae30\ub97c": 19, "\uc800\uc7a5\ud558\ub824\uba74": 20, "\uc800\uc7a5\ud558\uc2ed\uc2dc\uc624": 12, "\uc800\uc7a5\ud560": 20, "\uc800\uc7a5\ud569\ub2c8\ub2e4": [20, 33], "\uc800\ud76c\ub294": 18, "\uc801\uc0c9": 19, "\uc801\uc5b4\ub450\uc138\uc694": 69, "\uc801\uc6a9\ub418\uba70": 69, "\uc801\uc6a9\ub429\ub2c8\ub2e4": 19, "\uc801\uc6a9\ud560": 10, "\uc801\uc6a9\ud569\ub2c8\ub2e4": 40, "\uc801\uc808\ud55c": [10, 20], "\uc801\ud569\ud558\ub3c4\ub85d": 31, "\uc804\ub2ec": 69, "\uc804\ub2ec\ud558\uc138\uc694": 69, "\uc804\ub2ec\ud574\uc57c": 20, "\uc804\uc1a1\ub418\uc9c0": 10, "\uc804\uc1a1\ub41c": 20, "\uc804\uc1a1\uc744": 20, "\uc804\uc5d0": [7, 12, 18, 20, 69], "\uc804\uc5ed": 19, "\uc804\uc6a9": [14, 20], "\uc804\uc6a9\uc785\ub2c8\ub2e4": 69, "\uc804\ud654": 69, "\uc804\ud654\ubc88\ud638": 69, "\uc810": 19, "\uc810\uc740": 19, "\uc810\uc744": 20, "\uc811\uadfc\uc774": 19, "\uc811\uadfc\ud558\uace0": 20, "\uc811\uadfc\ud558\uae30": [22, 30], "\uc811\uadfc\ud558\ub824\uace0": 14, "\uc811\uadfc\ud558\ub824\uba74": [20, 69], "\uc811\uadfc\ud560": [20, 69], "\uc811\uc18d\ud558\ub824\uace0": 69, "\uc811\ud600\uc788\uc744": 19, "\uc815\uae30\uc801\uc73c\ub85c": 12, "\uc815\ub3c4\ub97c": 33, "\uc815\ubcf4": [19, 20, 69], "\uc815\ubcf4\uac00": [20, 69], "\uc815\ubcf4\ub294": [12, 33, 37], "\uc815\ubcf4\ub97c": [12, 20, 33, 69], "\uc815\uc0c1\uc801\uc73c\ub85c": 20, "\uc815\uc758": 19, "\uc815\uc758\ub41c": 19, "\uc815\uc758\ud558\uace0": 19, "\uc815\uc758\ud558\uae30": 19, "\uc815\uc9c0\ud569\ub2c8\ub2e4": 19, "\uc815\ucc45\uc5d0": 7, "\uc815\ucc45\uc744": 7, "\uc815\ud558\uace0": 69, "\uc81c\uac70": 69, "\uc81c\uac70\ub41c": 24, "\uc81c\uac70\ub429\ub2c8\ub2e4": 19, "\uc81c\uac70\ub85c": 20, "\uc81c\uac70\ub97c": 12, "\uc81c\uac70\ud560": 7, "\uc81c\uac70\ud569\ub2c8\ub2e4": [12, 20], "\uc81c\uac70\ud574": 24, "\uc81c\uacf5\ub41c": 69, "\uc81c\uacf5\ub429\ub2c8\ub2e4": 12, "\uc81c\uacf5\ud558\uae30": 20, "\uc81c\uacf5\ud558\ub3c4\ub85d": 20, "\uc81c\uacf5\ud558\uc9c0": [7, 12], "\uc81c\uacf5\ud569\ub2c8\ub2e4": [7, 18, 19, 20, 53], "\uc81c\uacf5\ud574\uc11c": 7, "\uc81c\ub300\ub85c": [12, 20, 37], "\uc81c\ubc18": 20, "\uc81c\uc5b4\ub41c": 7, "\uc81c\uc5b4\ud310\uc744": 20, "\uc81c\uc5b4\ud558\ub294": 7, "\uc81c\uc678": 19, "\uc81c\uc678\ub418\uba70": 69, "\uc81c\uc678\ub420": 12, "\uc81c\uc678\ud558\uace0": 20, "\uc81c\uc678\ud558\ub294": 19, "\uc81c\uc678\ud558\ub824\uba74": 19, "\uc81c\uc678\ud560": 69, "\uc81c\uc678\ud569\ub2c8\ub2e4": 19, "\uc81c\uc791\ub41c": 18, "\uc81c\ud55c": [12, 69], "\uc81c\ud55c\ub418\uc5c8\uc2b5\ub2c8\ub2e4": 12, "\uc81c\ud55c\ub41c": [7, 69], "\uc81c\ud55c\uc740": 31, "\uc81c\ud55c\uc744": [20, 31], "\uc81c\ud55c\uc774": 69, "\uc81c\ud55c\ud55c": 20, "\uc81c\ud55c\ud560": 19, "\uc81c\ud55c\ud569\ub2c8\ub2e4": 20, "\uc870\uae08": [20, 24, 33], "\uc870\uc791\uc774": 31, "\uc870\uc815\ud558\ub294": 31, "\uc870\uc815\ud558\uc5ec": 12, "\uc870\uc815\ud560": 19, "\uc870\uc9c1\uc5d0": 53, "\uc874\uc7ac\ud558\uac8c": 10, "\uc874\uc7ac\ud558\ub294": 69, "\uc874\uc7ac\ud558\uc9c0": 24, "\uc874\uc7ac\ud560": 10, "\uc874\uc7ac\ud569\ub2c8\ub2e4": 12, "\uc885\ub8cc": [19, 40, 69], "\uc885\ub8cc\ud558\uace0": 20, "\uc885\ub8cc\ud569\ub2c8\ub2e4": 20, "\uc88b\uc2b5\ub2c8\ub2e4": [20, 33], "\uc88b\uc740": 20, "\uc88c\ud074\ub9ad\uc740": 19, "\uc8fc\uae30": 12, "\uc8fc\uae30\uc801\uc73c\ub85c": 12, "\uc8fc\ub85c": 20, "\uc8fc\uc11d": 20, "\uc8fc\uc18c": [20, 69], "\uc8fc\uc18c\ub3c4": 69, "\uc8fc\uc18c\ub85c": 20, "\uc8fc\uc18c\ub97c": 20, "\uc8fc\uc2ed\uc2dc\uc624": 20, "\uc8fc\uc758\uac00": 10, "\uc900\ube44": 18, "\uc900\ube44\ub418\uc5c8\uc2b5\ub2c8\ub2e4": 18, "\uc900\ube44\ub420": 18, "\uc900\uc218\ud558\ub294": 53, "\uc904\uc5d0": 20, "\uc904\uc744": [7, 20], "\uc904\uc758": 20, "\uc90d\ub2c8\ub2e4": 20, "\uc911": [7, 10, 19, 69], "\uc911\ub2e8": 69, "\uc911\uc559": 69, "\uc911\uc5d0\uc11c": 69, "\uc911\uc694\ud55c": 69, "\uc911\uc774\uace0": 20, "\uc911\uc778": [19, 69], "\uc911\uc784\uc744": 19, "\uc911\uc9c0": 19, "\uc911\uc9c0\ud558\ub824\uba74": 19, "\uc911\ucca9\ub41c": 12, "\uc989\uc11d": 69, "\uc989\uc2dc": [53, 69], "\uc99d\uac00\ub97c": 31, "\uc99d\uba85\uc744": 20, "\uc9c0\uae08": 20, "\uc9c0\uae08\uc740": 10, "\uc9c0\ub09c": 69, "\uc9c0\uc18d\ub418\ub294\uc9c0": 20, "\uc9c0\uc2dc\uc5d0": 20, "\uc9c0\uc6b0\uae30": 20, "\uc9c0\uc6b8": 20, "\uc9c0\uc6d0": [15, 19], "\uc9c0\uc6d0\uc744": 53, "\uc9c0\uc6d0\uc774": 19, "\uc9c0\uc6d0\ud558\ub294": 20, "\uc9c0\uc6d0\ud558\ub294\uc9c0": 20, "\uc9c0\uc6d0\ud558\uc9c0": 20, "\uc9c0\uc810\uc744": 20, "\uc9c0\uc815": 69, "\uc9c0\uc815\ub41c": 40, "\uc9c0\uc815\ud558\uc2ed\uc2dc\uc624": 20, "\uc9c0\uc815\ud55c": [20, 40, 69], "\uc9c0\uc815\ud569\ub2c8\ub2e4": [7, 20], "\uc9c0\uc815\ud574\uc57c": 69, "\uc9c1\uc811": [7, 12, 28], "\uc9c4\ud589": [19, 69], "\uc9c4\ud589\ub418\ub824\uace0": 10, "\uc9c4\ud589\ub418\uc9c0\ub9cc": 12, "\uc9c4\ud589\ud558\ub824\uba74": 12, "\uc9c4\ud589\ud560": 69, "\uc9c4\ud589\ud569\ub2c8\ub2e4": 19, "\uc9c8\uc11c": 69, "\uc9e7\uc740": 40, "\ucc28\uae30": 18, "\ucc28\ub2e8\ub41c": 69, "\ucc28\ub2e8\ub429\ub2c8\ub2e4": 69, "\ucc28\ub2e8\uc744": 69, "\ucc28\ub2e8\ud560": 69, "\ucc28\ub840\ub300\ub85c": 24, "\ucc28\uc774\uc810\uc744": 10, "\ucc28\uc9c0\ud558\uc9c0\ub9cc": 33, "\ucc28\ud6c4": 10, "\ucc38\uac00": 69, "\ucc38\uac00\uc790\ub97c": 69, "\ucc38\uace0\ud558\uc2ed\uc2dc\uc624": [12, 19], "\ucc38\uc5ec": 69, "\ucc38\uc5ec\uc790\ub97c": 69, "\ucc38\uc5ec\ud558\uac70\ub098": 69, "\ucc38\uc5ec\ud558\uace0": [18, 69], "\ucc38\uc5ec\ud55c": 69, "\ucc38\uc5ec\ud560": 69, "\ucc38\uc870": [18, 20], "\ucc38\uc870\ud558\uc2ed\uc2dc\uc624": [20, 37], "\ucc38\uc870\ud558\uc5ec": 24, "\ucc3d\uc5d0": 37, "\ucc3d\uc5d0\uc11c": 37, "\ucc3d\uc740": 19, "\ucc3d\uc744": 10, "\ucc3d\uc758": [10, 12, 19], "\ucc3d\uc774": 20, "\ucc3e\uc2b5\ub2c8\ub2e4": 37, "\ucc3e\uc544\ubcf4\uae30\ub97c": 20, "\ucc3e\uc744": [14, 20], "\ucc44\ub110": [6, 13], "\ucc44\ub110\uc744": 18, "\ucc44\ud305": 69, "\ucc44\ud305\uacfc": 69, "\ucc44\ud305\uc5d0\uc11c": 69, "\ucc44\ud305\uc744": 69, "\ucc44\ud305\uc774\ub098": 69, "\ucc98\ub9ac": 69, "\ucc98\ub9ac\ub97c": 20, "\ucc98\ub9ac\ud560": 12, "\uccab\ubc88\uc9f8": 7, "\uccad\uc0c9": 19, "\uccb4\uc81c\uc5d0\uc11c": 7, "\uccb4\ud06c": 19, "\uccb4\ud06c\ub41c": 19, "\uccb4\ud06c\ub9ac\uc2a4\ud2b8\ub97c": 69, "\uccb4\ud06c\ub9c8\ud06c\ub97c": 19, "\ucd08\uacfc\ud558\uba74": 33, "\ucd08\uacfc\ud558\uc5ec": 20, "\ucd08\uacfc\ud558\uc9c0": 24, "\ucd08\uacfc\ud55c\ub2e4\uba74": 24, "\ucd08\uae30\ud654": 19, "\ucd08\uae30\ud654\ub418\ub294": 19, "\ucd08\uae30\ud654\ub418\uc5b4\uc57c": 19, "\ucd08\uae30\ud654\ub429\ub2c8\ub2e4": 40, "\ucd08\uae30\ud654\ud560": 19, "\ucd5c\uadfc": [19, 20], "\ucd5c\ub300": [20, 24, 31, 33], "\ucd5c\ub300\uac12\uc778": 20, "\ucd5c\ub300\ud55c": 12, "\ucd5c\uc0c1\uc758": 18, "\ucd5c\uc18c\ud55c\uc758": 18, "\ucd5c\uc2e0": 18, "\ucd5c\uc801\ud654\ub418\uc9c0": 20, "\ucd94\uac00": [12, 19, 20, 28, 69], "\ucd94\uac00\ub41c": 12, "\ucd94\uac00\ub429\ub2c8\ub2e4": 69, "\ucd94\uac00\ub85c": 19, "\ucd94\uac00\uc801\uc73c\ub85c": 19, "\ucd94\uac00\ud558\uace0": 69, "\ucd94\uac00\ud558\uae30": 69, "\ucd94\uac00\ud558\ub294": 7, "\ucd94\uac00\ud558\ub824\uba74": 19, "\ucd94\uac00\ud558\uc138\uc694": 20, "\ucd94\uac00\ud558\uc2ed\uc2dc\uc624": [7, 20], "\ucd94\uac00\ud558\uc5ec": 69, "\ucd94\uac00\ud560": [40, 69], "\ucd94\uac00\ud569\ub2c8\ub2e4": [12, 20], "\ucd94\uc801\ud558\uae30": 18, "\ucd94\ud6c4": 69, "\ucda9\ub3cc": [6, 13], "\ucda9\ub3cc\ub41c": 10, "\ucda9\ub3cc\uc744": 10, "\ucda9\ub3cc\uc774": 10, "\ucda9\ubd84\ud55c": 12, "\ucde8\uae09\ub418\uc5b4": 19, "\uce21": 10, "\uce74\ub4dc": 19, "\uce90\uc2dc": 33, "\uce98\ub9b0\ub354": 69, "\ucee4\ubba4\ub2c8\ud2f0": 20, "\ucef4\ud4e8\ud130": 20, "\ucef4\ud4e8\ud130\uac00": 24, "\ucef4\ud4e8\ud130\ub294": 20, "\ucef4\ud4e8\ud130\ub97c": 20, "\ucef4\ud4e8\ud130\uc5d0": [7, 20], "\ucef4\ud4e8\ud130\uc5d0\uc11c": 20, "\ucef4\ud4e8\ud130\uc640": [20, 25], "\ucf54\ub4dc": 14, "\ucf58\ud150\uce20": [20, 69], "\ud06c\uae30\uac00": [20, 33], "\ud06c\uae30\ub97c": 20, "\ud074\ub77c\uc774\uc5b8\ud2b8": [6, 7, 13, 53], "\ud074\ub77c\uc774\uc5b8\ud2b8\uac00": [12, 19], "\ud074\ub77c\uc774\uc5b8\ud2b8\ub294": [7, 10, 12, 18, 19, 20], "\ud074\ub77c\uc774\uc5b8\ud2b8\ub85c": 20, "\ud074\ub77c\uc774\uc5b8\ud2b8\ub97c": [12, 19, 20, 31], "\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0": [7, 19], "\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c": [19, 20], "\ud074\ub77c\uc774\uc5b8\ud2b8\uc6a9": 20, "\ud074\ub77c\uc774\uc5b8\ud2b8\uc758": [7, 12, 19], "\ud074\ub9ad": 7, "\ud074\ub9ad\ud558\uace0": [12, 19, 20], "\ud074\ub9ad\ud558\uba74": [7, 28], "\ud074\ub9ad\ud558\uc138\uc694": [28, 69], "\ud074\ub9ad\ud558\uc2ed\uc2dc\uc624": 37, "\ud074\ub9ad\ud558\uc5ec": [10, 12, 19, 20, 37], "\ud074\ub9ad\ud55c": [20, 69], "\ud074\ub9ad\ud569\ub2c8\ub2e4": [12, 19, 20, 69], "\ud074\ub9ad\ud588\uc744\ub54c": 12, "\ud07d\ub2c8\ub2e4": 33, "\ud0a4": [28, 33], "\ud0a4\ub97c": 7, "\ud0c0\uc785": 7, "\ud0d0\uc0c9": 69, "\ud0d0\uc0c9\uae30": [10, 19], "\ud0d0\uc0c9\uae30\ub294": 20, "\ud0d0\uc0c9\uae30\uc785\ub2c8\ub2e4": 19, "\ud0d0\uc0c9\ud558\ub294": 20, "\ud0d0\uc0c9\ud560": 20, "\ud0ed": 19, "\ud0ed\uc5d0": 12, "\ud0ed\uc5d0\uc11c": [19, 20], "\ud0ed\uc73c\ub85c": 19, "\ud0ed\uc740": 19, "\ud0ed\uc744": 69, "\ud0ed\uc774": 19, "\ud130\ub110\uc744": 20, "\ud14c\ub77c\ubc14\uc774\ud2b8": 12, "\ud14c\uc2a4\ud130\uac00": 18, "\ud14c\uc2a4\ud2b8\uc5d0": 18, "\ud14c\uc2a4\ud2b8\ud558\uc2ed\uc2dc\uc624": 20, "\ud14c\uc2a4\ud2b8\ud558\uc600\uace0": 12, "\ud14c\uc2a4\ud2b8\ud560": 10, "\ud14c\uc2a4\ud2b8\ud569\ub2c8\ub2e4": 20, "\ud14d\uc2a4\ud2b8": 19, "\ud14d\uc2a4\ud2b8\ub294": 28, "\ud14d\uc2a4\ud2b8\uc758": 19, "\ud1a0\ub860": 69, "\ud1a0\ud06c": 40, "\ud1a0\ud070\uc744": 20, "\ud1b5\ud558\uc5ec": 19, "\ud1b5\ud569\ub429\ub2c8\ub2e4": 19, "\ud1b5\ud569\ud558\uae30": 12, "\ud1b5\ud569\ud574\uc57c": 12, "\ud1b5\ud574": [12, 22, 28, 30, 31, 33, 69], "\ud1b5\ud654": 69, "\ud1b5\ud654\ub294": 69, "\ud1b5\ud654\ub97c": 69, "\ud1b5\ud654\uc5d0": 69, "\ud234\uc744": 7, "\ud2b8\ub808\uc774": 10, "\ud2b8\ub9ac\uac00": 19, "\ud2b8\ub9ac\ub97c": 19, "\ud2b9\ubcc4": 18, "\ud2b9\ubcc4\ud55c": [24, 69], "\ud2b9\uc218\ud55c": 69, "\ud2b9\uc815": [31, 33, 69], "\ud300": 69, "\ud300\uc744": 69, "\ud30c\uc77c": [6, 10, 22, 28, 32, 33, 37, 53], "\ud30c\uc77c\uacfc": [12, 19, 37], "\ud30c\uc77c\ub3c4": 28, "\ud30c\uc77c\ub4e4": [12, 19], "\ud30c\uc77c\ub4e4\uc740": 53, "\ud30c\uc77c\ub4e4\uc744": [12, 19, 53], "\ud30c\uc77c\ub4e4\uc758": 19, "\ud30c\uc77c\ub610\ud55c": 24, "\ud30c\uc77c\ub85c": [10, 12], "\ud30c\uc77c\ub9cc": 24, "\ud30c\uc77c\ubd80\ud130": [24, 33], "\ud30c\uc77c\uc5d0": [10, 12, 19, 22, 30, 33], "\ud30c\uc77c\uc740": [19, 24, 33], "\ud30c\uc77c\uc744": [7, 10, 12, 14, 19, 20, 25, 28, 31, 33], "\ud30c\uc77c\uc758": [7, 12, 19, 20], "\ud30c\uc77c\uc774": [10, 12, 19, 20, 24, 33], "\ud30c\uc77c\uc774\ub098": [19, 37], "\ud31d\uc5c5\uc73c\ub85c": 7, "\ud328\ud0a4\uc9c0": 7, "\ud328\ud0a4\uc9c0\ub97c": 19, "\ud328\ud134": 19, "\ud328\ud134\uacfc": 19, "\ud328\ud134\uc5d0": 19, "\ud328\ud134\uc5d0\ub294": 19, "\ud328\ud134\uc740": 19, "\ud328\ud134\uc744": 19, "\ud328\ud134\uc758": 19, "\ud398\uc774\uc9c0\uac00": 7, "\ud398\uc774\uc9c0\ub85c": 28, "\ud398\uc774\uc9c0\uc5d0\uc11c": 14, "\ud3b8\ub9ac\ud558\uac8c": 69, "\ud3b8\uc758\ub97c": 19, "\ud3b8\uc9d1": 15, "\ud3b8\uc9d1\uae30\ub294": 19, "\ud3b8\uc9d1\uae30\ub85c": 12, "\ud3b8\uc9d1\uae30\ub97c": 20, "\ud3b8\uc9d1\uae30\uc5d0": 19, "\ud3b8\uc9d1\uae30\uc5d0\uc11c": 19, "\ud3b8\uc9d1\uae30\uc758": 19, "\ud3b8\uc9d1\ud558\uace0": 20, "\ud3b8\uc9d1\ud558\uc2ed\uc2dc\uc624": 7, "\ud3b8\uc9d1\ud560": 20, "\ud3ec\ud2b8\ub294": 20, "\ud3ec\ud2b8\ub97c": 20, "\ud3ec\ud568": [10, 20], "\ud3ec\ud568\ub418\uc5b4": [7, 19], "\ud3ec\ud568\ub418\uc9c0": 7, "\ud3ec\ud568\ub41c": [10, 69], "\ud3ec\ud568\ub429\ub2c8\ub2e4": 33, "\ud3ec\ud568\ud558\ub294": [10, 12], "\ud3ec\ud568\ud55c": 19, "\ud3ec\ud568\ud560": 12, "\ud3ec\ud568\ud569\ub2c8\ub2e4": 19, "\ud3f4\ub354": [14, 19, 20, 24, 37], "\ud3f4\ub354\uac00": [12, 19, 37], "\ud3f4\ub354\ub294": [12, 14], "\ud3f4\ub354\ub97c": [14, 19, 20, 33, 37, 53], "\ud3f4\ub354\uc5d0": 20, "\ud3f4\ub354\uc5d0\uc11c": [12, 37], "\ud3f4\ub354\uc758": [12, 37], "\ud45c\uc2dc": [20, 69], "\ud45c\uc2dc\uac00": 19, "\ud45c\uc2dc\uae30\ub294": 19, "\ud45c\uc2dc\ub294": 19, "\ud45c\uc2dc\ub418\uace0": 19, "\ud45c\uc2dc\ub418\uae30": 20, "\ud45c\uc2dc\ub418\ub294\uc9c0": [20, 69], "\ud45c\uc2dc\ub418\ub3c4\ub85d": 10, "\ud45c\uc2dc\ub418\uc5b4": 7, "\ud45c\uc2dc\ub418\uc5b4\uc57c": 20, "\ud45c\uc2dc\ub418\uc9c0": [19, 69], "\ud45c\uc2dc\ub41c": 19, "\ud45c\uc2dc\ub420": 37, "\ud45c\uc2dc\ub429\ub2c8\ub2e4": [7, 12, 19, 20, 28, 37, 69], "\ud45c\uc2dc\uc640": 69, "\ud45c\uc2dc\uc758": 69, "\ud45c\uc2dc\ud558\uace0": [10, 12, 19, 20], "\ud45c\uc2dc\ud558\uae30": 19, "\ud45c\uc2dc\ud558\uba74": 10, "\ud45c\uc2dc\ud558\uc9c0": 19, "\ud45c\uc2dc\ud55c": 19, "\ud45c\uc2dc\ud560": 40, "\ud45c\uc2dc\ud569\ub2c8\ub2e4": [10, 19, 40], "\ud504\ub808\uc784\uc6cc\ud06c\ub97c": 7, "\ud504\ub85c\uadf8\ub7a8": 20, "\ud504\ub85c\uadf8\ub7a8\uc774": 12, "\ud504\ub85c\ud1a0\ucf5c": 20, "\ud504\ub85c\ud1a0\ucf5c\uc744": 20, "\ud504\ub85c\ud544\uc5d0": 69, "\ud504\ub85d\uc2dc": 19, "\ud504\ub86c\ud504\ud2b8\ub97c": 20, "\ud504\ub86c\ud504\ud2b8\uc5d0": 20, "\ud544\ub4dc": [19, 69], "\ud544\ub4dc\ub97c": [19, 20], "\ud544\ub4dc\uc5d0": 20, "\ud544\ub4dc\uc640": 69, "\ud544\uc694": [12, 69], "\ud544\uc694\uac00": [7, 69], "\ud544\uc694\ud558\ub2e4\ub294": 10, "\ud544\uc694\ud558\ub2e4\uba74": 19, "\ud544\uc694\ud558\uc9c0": 20, "\ud544\uc694\ud55c": [20, 69], "\ud544\uc694\ud560": 20, "\ud544\uc694\ud569\ub2c8\ub2e4": [7, 12, 20, 31], "\ud544\ud130": 69, "\ud544\ud130\ub97c": 69, "\ud544\ud130\ub9c1": 69, "\ud544\ud130\ub9c1\ud560": 69, "\ud558\uac70\ub098": 19, "\ud558\uace0": 20, "\ud558\ub098": [20, 53], "\ud558\ub098\ub97c": [7, 10, 19], "\ud558\ub294": [19, 37], "\ud558\ub2e8\uc758": 69, "\ud558\ub4dc": 20, "\ud558\ub824\uba74": 12, "\ud558\uc704": 20, "\ud558\uc9c0": 19, "\ud558\uc9c0\ub9cc": [7, 10, 12, 19], "\ud55c\uacc4\uce58\ub97c": 24, "\ud560": [10, 12, 14, 19, 20, 69], "\ud560\ub2f9": [30, 32], "\ud560\ub2f9\ub41c": 33, "\ud560\ub2f9\ub7c9\uc5d0": 33, "\ud560\ub2f9\ub7c9\uc774": 33, "\ud560\ub2f9\uc5d0": 20, "\ud560\ub9cc\ud07c": 12, "\ud568\uaed8": 12, "\ud569\ub2c8\ub2e4": [7, 12, 19, 20, 28, 69], "\ud569\ub9ac\uc801\uc77c": 10, "\ud56d\ubaa9": 19, "\ud56d\ubaa9\uc5d0": 69, "\ud56d\ubaa9\uc73c\ub85c": 20, "\ud56d\ubaa9\uc740": 19, "\ud56d\ubaa9\uc744": [19, 20], "\ud56d\uc0c1": [7, 19, 20, 69], "\ud574\uacb0\ub418\uc9c0": 10, "\ud574\uacb0\ub429\ub2c8\ub2e4": 10, "\ud574\uacb0\ud558\uae30": 10, "\ud574\uacb0\ud560": [10, 12], "\ud574\ub2f9": [7, 19, 20, 24, 31, 33, 37, 69], "\ud574\ub2f9\ud558\uc9c0": 24, "\ud574\ub2f9\ud560": 20, "\ud574\uc57c": 12, "\ud574\uc81c\ud560": [20, 28, 69], "\ud574\uc8fc\ub294": 20, "\ud574\uc904\uac83\uc785\ub2c8\ub2e4": 12, "\ud574\uc90d\ub2c8\ub2e4": 7, "\ud578\ub4e4\ub7ec\uac00": 12, "\ud5c8\ube0c\uc785\ub2c8\ub2e4": 69, "\ud5c8\uc6a9": 20, "\ud5c8\uc6a9\ub41c": 20, "\ud5c8\uc6a9\ud558\ub294": 7, "\ud5c8\uc6a9\ud558\uba74": 33, "\ud5c8\uc6a9\ud558\uc9c0": [7, 12], "\ud5c8\uc6a9\ud55c": 33, "\ud5c8\uc6a9\ud569\ub2c8\ub2e4": 20, "\ud5c8\uc6a9\ud574\uc57c": 20, "\ud604\uc7ac": [19, 20], "\ud615\uc2dd\uc73c\ub85c": 28, "\ud638\uc2a4\ud2b8": 20, "\ud638\uc2a4\ud305\ub41c": 20, "\ud638\ud658\uc131": 12, "\ud639\uc740": [7, 12, 19, 28, 31, 40], "\ud63c\ub3d9\uc744": 10, "\ud648": [14, 20], "\ud654\uba74\uc758": 20, "\ud654\uc0b4\ud45c\ub97c": 28, "\ud655\uc778": [10, 20, 69], "\ud655\uc778\ub418\uace0": 28, "\ud655\uc778\ub780\uc744": [20, 69], "\ud655\uc778\uc744": 28, "\ud655\uc778\ud558\uace0": 69, "\ud655\uc778\ud558\ub294": 69, "\ud655\uc778\ud558\uc138\uc694": [20, 33], "\ud655\uc778\ud558\uc2ed\uc2dc\uc624": 19, "\ud655\uc778\ud558\uc5ec": [19, 20], "\ud655\uc778\ud558\uc600\uc73c\uba74": 12, "\ud655\uc778\ud560": [7, 20, 69], "\ud655\uc778\ud569\ub2c8\ub2e4": 20, "\ud655\uc778\ud574\uc57c\ud569\ub2c8\ub2e4": 19, "\ud655\uc7a5": 20, "\ud655\uc7a5\uc774\ubbc0\ub85c": 20, "\ud655\uc7a5\uc790\ub97c": 12, "\ud655\uc7a5\ud55c": 20, "\ud655\uc7a5\ud560": 69, "\ud655\uc7a5\ud569\ub2c8\ub2e4": 19, "\ud658\uacbd": [10, 20], "\ud658\uacbd\uc5d0\uc11c\ub294": 7, "\ud658\uacbd\uc5d0\uc11c\ub3c4": 20, "\ud658\uacbd\uc744": 69, "\ud658\uc601\ud569\ub2c8\ub2e4": 53, "\ud65c\ub3d9": [12, 19], "\ud65c\ub3d9\uc744": [19, 20], "\ud65c\uc131": 20, "\ud65c\uc131\ud654": 19, "\ud65c\uc131\ud654\ub418\uba74": 33, "\ud65c\uc131\ud654\ub418\uc5b4": 28, "\ud65c\uc131\ud654\ub41c": 19, "\ud65c\uc131\ud654\ub41c\ub2e4\uba74": 40, "\ud65c\uc131\ud654\ud558\ub294": 7, "\ud65c\uc131\ud654\ud558\uc9c0": 10, "\ud65c\uc131\ud654\ud574\uc57c": 20, "\ud65c\uc131\ud654\ud588\ub294\uc9c0": 20, "\ud65c\uc6a9\ud560": 69, "\ud669\uc0c9": 19, "\ud68c\uc0ac\ub098": 7, "\ud68c\uc0c9": 19, "\ud68c\uc758": 69, "\ud68c\uc758\ub97c": 69, "\ud68c\uc804": 19, "\ud6c4": [12, 19, 20, 28, 69], "\ud6c4\uc18d": 20, "\ud734\uac00": 40, "\ud734\ub300\uc6a9": 20, "\ud734\uc9c0\ud1b5": [28, 33], "\ud734\uc9c0\ud1b5\uc5d0": 33, "\ud734\uc9c0\ud1b5\uc5d0\ub294": 24, "\ud734\uc9c0\ud1b5\uc73c\ub85c": 24, "\ud734\uc9c0\ud1b5\uc758": 33, "\ud770\uc0c9": 19}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\ubaa9\ucc28", "\uc790\ub3d9 \uc5c5\ub370\uc774\ud130", "Using the Command-Line Client", "Configuration File", "\ucda9\ub3cc", "Environment Variables", "FAQ", "Desktop Client", "\uc124\uce58", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "\uc5c5\ub370\uc774\ud2b8 \ucc44\ub110", "\ub3d9\uae30\ud654 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc0ac\uc6a9\ud558\uae30", "WebDAV\ub97c \ud1b5\ud574 Nextcloud \ud30c\uc77c\uc5d0 \uc811\uadfc\ud558\uae30", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\uc0ad\uc81c\ub41c \ud30c\uc77c \uad00\ub9ac\ud558\uae30", "\ub370\uc2a4\ud06c\ud1b1 \ubc0f \ubaa8\ubc14\uc77c \ub3d9\uae30\ud654", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "\ud30c\uc77c \ubc0f \ub3d9\uae30\ud654", "\ub300\uc6a9\ub7c9 \ud30c\uc77c \uc5c5\ub85c\ub4dc", "Managing your files", "\ud560\ub2f9 \uc6a9\ub7c9", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "\ubd80\uc7ac\uc911 \uba54\uc2dc\uc9c0 \uc124\uc815", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 \uc0ac\uc6a9\uc790 \ub9e4\ub274\uc5bc \uba38\ub9ac\ub9d0", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "\ub300\ud654", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "For": 77, "The": 83, "With": 45, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [44, 49], "action": [15, 44], "activ": [0, 21], "ad": [27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": 44, "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 41, 58, 81], "conflict": 15, "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "control": [21, 39, 60], "convers": [41, 55, 68, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 42, 44, 75, 78], "credenti": 8, "credit": 51, "curl\uc744": 20, "cyberduck\uc744": 20, "daili": 0, "dashboard": [44, 83], "data": [52, 82], "deck": 75, "deleg": [41, 44], "delet": [39, 41, 44], "desktop": [13, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "disabl": 26, "disk": 11, "displai": [38, 44], "dolphin": 20, "download": [14, 15, 60], "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [41, 42, 44, 76], "email": [0, 28, 72], "emoji": 66, "enabl": [38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": 11, "event": [41, 44, 59], "everyon": 5, "exampl": 8, "exclud": 8, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 15, 19, 20, 21, 22, 26, 27, 29, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44], "finder": 15, "first": [2, 5], "folder": [21, 38, 44], "follow": 44, "frequenc": 0, "from": [27, 44, 59, 71, 75], "full": [60, 72], "gener": 17, "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 26, 44], "i": [12, 26], "ic": 41, "icon": 21, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "invit": [41, 44, 70], "io": 47, "issu": 15, "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": 15, "kontact": 48, "languag": 12, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16], "link": 35, "linux": [7, 14, 17, 20], "linux\ub97c": 20, "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "lock": 15, "log": 81, "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 49], "macos\ub97c": 20, "mail": 44, "make": 29, "manag": [32, 36, 41, 42, 44, 54, 58, 62], "manual": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "merg": 42, "messag": [44, 55, 66, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [45, 60], "modal": 44, "mode": 44, "moder": 77, "more": 66, "move": [21, 26, 44], "multipl": 42, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "new": [28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "notif": [0, 1, 41, 45], "onboard": 5, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "outbox": 44, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "particip": 60, "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "preview": 21, "prioriti": 44, "privat": 26, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": 35, "publish": 41, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "send": [44, 66, 70], "server": [14, 26, 44], "set": [0, 1, 29, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [21, 41], "step": [2, 5], "storag": 27, "stream": 0, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 27], "switch": 44, "synchron": [45, 46, 47, 48, 49, 50, 51], "system": 36, "tag": [36, 44], "talk": [41, 59, 60, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "theme": 80, "thi": 26, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "upload": [21, 29], "us": [0, 2, 8, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 26, 35, 41], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "web": [21, 83], "webdav": 20, "webdav\ub97c": 20, "webinar": 79, "what": 2, "who": 82, "why": 2, "widget": 41, "window": [14, 17, 20, 51], "windows\ub97c": 20, "winscp\ub97c": 20, "without": [26, 45], "work": 41, "would": 12, "you": 81, "your": [0, 5, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 81, 82], "zoom": 80, "\uac1c\uc694": 10, "\uac1c\uc778\uc801\uc778": 69, "\uac1c\uc778\uc815\ubcf4": 69, "\uacbd\uace0\uac00": 12, "\uacbd\uc6b0": 12, "\uacc4\uc18d\uc801\uc73c\ub85c": 12, "\uacc4\uc815": 19, "\uacf5\uc2dd": 20, "\uacf5\uc6a9": 20, "\uacf5\uc720": 19, "\uacf5\uc720\ub41c": 24, "\uacf5\uc720\uc5d0": 20, "\uad00\ub9ac\uc790": 19, "\uad00\ub9ac\ud558\uae30": [24, 69], "\uad00\ub9ac\ud558\ub294": 24, "\uad6c\uc131": 19, "\uadf8\ub8f9": 69, "\uae30\ub2a5": 15, "\uae30\ub2a5\uc774": 12, "\uae30\ub85d": 69, "\uae30\ubcf8": 7, "\uae30\ud0c0": 20, "\uae4a\uac8c": 12, "\ub098\uc5d0\uac8c": 69, "\ub0b4": 12, "\ub124\ud2b8\uc6cc\ud06c": 19, "\ub2e8\uacc4": 12, "\ub300\uc2dc\ubcf4\ub4dc": 69, "\ub300\uc6a9\ub7c9": 31, "\ub300\ud654": 69, "\ub300\ud654\ub97c": 69, "\ub370\uc2a4\ud06c\ud0d1": 20, "\ub370\uc2a4\ud06c\ud0d1\uc5d0\uc11c": 19, "\ub370\uc2a4\ud06c\ud1b1": 25, "\ub3d9\uae30\ud654": [12, 15, 19, 25, 30], "\ub3d9\uae30\ud654\ub41c": 12, "\ub3d9\uae30\ud654\ub97c": 12, "\ub3d9\uc791": 15, "\ub3d9\uc791\ud558\ub098\uc694": 12, "\ub4dc\ub77c\uc774\ube0c": 20, "\ub514\ub809\ud1a0\ub9ac\ubcf4\ub2e4": 12, "\ub54c": 24, "\ub85c\uceec": 12, "\ub85c\uceec\uc5d0\uc11c": 12, "\ub9ac\ub205\uc2a4": 7, "\ub9ac\ub205\uc2a4\uc758": 12, "\ub9c8\uc6b4\ud2b8": 20, "\ub9c9\uae30": 7, "\ub9cc\ub4e4\uae30": 69, "\ub9cc\ub8cc": 69, "\ub9e4\ub274\uc5bc": 53, "\ub9e4\ub2c8\uc800": 20, "\ub9e4\ud551": 20, "\uba38\ub9ac\ub9d0": 53, "\uba54\ub274": 15, "\uba54\ubaa8": 69, "\uba54\uc2dc\uc9c0": [40, 69], "\uba85\ub839\uc904\uc5d0\uc11c": 20, "\uba85\ub839\uc904\uc744": 20, "\ubaa8\ubc14\uc77c": [20, 25], "\ubaa9\ucc28": 6, "\ubb34\uc2dc\ub41c": 19, "\ubb38\uc81c": 20, "\ubc0f": [20, 25, 30, 69], "\ubc29\ubc95": 20, "\ubc29\uc2dd": 24, "\ubc8c\uc5b4\uc9c0\ub294": 24, "\ubcc0\uacbd\ub418\uc9c0": 12, "\ubcc0\uacbd\uc774": 12, "\ubcf4\ud638": 69, "\ubd80\uc7ac\uc911": 40, "\ube0c\ub77c\uc6b0\uc800": 83, "\uc0ac\uc6a9": 19, "\uc0ac\uc6a9\uc790": [19, 53], "\uc0ac\uc6a9\ud558\uae30": 19, "\uc0ac\uc6a9\ud558\uc5ec": 20, "\uc0ad\uc81c\ub41c": 24, "\uc0ad\uc81c\ud588\uc744": 24, "\uc0c1\ud0dc": [15, 19], "\uc0c8": 19, "\uc0dd\uc131": 20, "\uc11c\ub4dc\ud30c\ud2f0": 20, "\uc11c\ubc84\uc5d0": 12, "\uc11c\ube0c": 12, "\uc124\uc815": [15, 19, 40], "\uc124\uce58": 14, "\uc194\ub8e8\uc158": 20, "\uc218\uc815": 12, "\uc2dc\ub3c4\ud558\ub294": 12, "\uc2dc\uc2a4\ud15c": [14, 19], "\uc2e4\ud5d8\uc801": 10, "\uc2f6\uc2b5\ub2c8\ub2e4": 12, "\uc544\uc774\ucf58": 19, "\uc548\uc815\uc801\uc73c\ub85c": 12, "\uc54a\ub294\ub2e4\ub294": 12, "\uc54a\uc558\uc5b4\ub3c4": 12, "\uc54c\ub824\uc9c4": 20, "\uc54c\ub9bc": 69, "\uc561\uc138\uc2a4": 20, "\uc571\uc774": 24, "\uc5b4\ub5bb\uac8c": 12, "\uc5c5\ub370\uc774\ud130": 7, "\uc5c5\ub370\uc774\ud2b8": [7, 18], "\uc5c5\ub85c\ub4dc": 31, "\uc5c5\ub85c\ub4dc\ub429\ub2c8\ub2e4": 12, "\uc608\uc81c": 10, "\uc624\ubc84\ub808\uc774": 19, "\uc62c\ub9ac\uae30": 10, "\uc694\uad6c\uc0ac\ud56d": [14, 83], "\uc6a9\ub7c9": [24, 33], "\uc6a9\ub7c9\uc744": 24, "\uc6cc\ud06c\ud50c\ub85c": 7, "\uc6f9": 83, "\uc708\ub3c4\uc6b0\uc988": 7, "\uc708\ub3c4\uc6b0\uc988\uc758": 12, "\uc751\ub2f5": 20, "\uc774\ub3d9\ud558\uace0": 12, "\uc77c": 24, "\uc77c\ub300\uc77c": 69, "\uc77c\ubc18": 19, "\uc77c\ubd80": 12, "\uc77c\ud68c\uc6a9": 69, "\uc788\uc2b5\ub2c8\ub2e4": 12, "\uc790\ub3d9": 7, "\uc800\uc7a5": 24, "\uc811\uadfc\ud558\uae30": 20, "\uc911\uc9c0": 7, "\uc911\uc9c0\ud569\ub2c8\ub2e4": 12, "\uc9c0\uc6d0\ub418\ub294": 15, "\ucc28\ub2e8": 69, "\ucc38\uac00\uc790": 69, "\ucc3d": 19, "\ucc44\ub110": 18, "\ucd94\uac00\ud558\uae30": 19, "\ucd94\uc801\ub418\uc9c0": 12, "\ucda9\ub3cc": 10, "\ucee8\ud14d\uc2a4\ud2b8": 15, "\ud074\ub77c\uc774\uc5b8\ud2b8": [19, 20, 25], "\ud0d0\uc0c9\uae30\ub97c": 20, "\ud1a0\ud06c": 69, "\ud1b5\ud569": 15, "\ud1b5\ud574": 20, "\ud2b8\ub808\uc774": 19, "\ud30c\uc77c": [19, 20, 24, 30, 31], "\ud30c\uc77c\uc5d0": 20, "\ud30c\uc77c\uc740": 12, "\ud30c\uc77c\uc744": 24, "\ud3b8\uc9d1\uae30": 19, "\ud3f4\ub354\ub4e4\uc758": 12, "\ud3f4\ub354\ub97c": 12, "\ud45c\uc2dc\uae30": 15, "\ud544\ud130\ub9c1\ud558\uc138\uc694": 69, "\ud560\ub2f9": [24, 33], "\ud574\uacb0": 20, "\ud658\uacbd\uc5d0\uc11c": 7, "\ud65c\uc131\ud654\ud558\ub098\uc694": 12}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. \uac1c\uc778\uc801\uc778 (\uc77c\ub300\uc77c) \ub300\ud654": [[69, "private-one-to-one-conversations"]], "100 \ub2e8\uacc4 \uc11c\ube0c \ub514\ub809\ud1a0\ub9ac\ubcf4\ub2e4 \uae4a\uac8c \ub3d9\uae30\ud654\ub97c \uc2dc\ub3c4\ud558\ub294 \uacbd\uc6b0 \ub3d9\uae30\ud654\ub97c \uc911\uc9c0\ud569\ub2c8\ub2e4.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "2. \uadf8\ub8f9 \ub300\ud654": [[69, "group-conversations"]], "3. \ub098\uc5d0\uac8c \uba54\ubaa8": [[69, "note-to-self"]], "4. \uc77c\ud68c\uc6a9 \ub300\ud654": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user\u2019s password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cyberduck\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c\uc5d0 \uc561\uc138\uc2a4": [[20, "accessing-files-using-cyberduck"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to onboard your team": [[5, null]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[17, "linux"]], "Linux \uba85\ub839\uc904\uc5d0\uc11c WebDAV \ub9c8\uc6b4\ud2b8 \uc0dd\uc131": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Linux \ud658\uacbd\uc5d0\uc11c \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \ub9c9\uae30": [[7, "preventing-automatic-updates-in-linux-environments"]], "Linux\ub97c \ud1b5\ud574 \ud30c\uc77c\uc5d0 \uc811\uadfc\ud558\uae30": [[20, "accessing-files-using-linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Microsoft Windows\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-microsoft-windows"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus \ud30c\uc77c \ub9e4\ub2c8\uc800": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 \uc0ac\uc6a9\uc790 \ub9e4\ub274\uc5bc \uba38\ub9ac\ub9d0": [[53, null]], "Nextcloud \uacc4\uc815 \uc124\uc815 \uad6c\uc131": [[19, "configuring-nextcloud-account-settings"]], "Nextcloud \uacf5\uc2dd \ub370\uc2a4\ud06c\ud0d1 \ubc0f \ubaa8\ubc14\uc77c \ud074\ub77c\uc774\uc5b8\ud2b8": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Mail app": [[44, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "WebDAV\ub97c \ud1b5\ud574 Nextcloud \ud30c\uc77c\uc5d0 \uc811\uadfc\ud558\uae30": [[20, null]], "WebDAV\ub97c \ud1b5\ud574 \uacf5\uc6a9 \uacf5\uc720\uc5d0 \uc561\uc138\uc2a4": [[20, "accessing-public-shares-over-webdav"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "WinSCP\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-winscp"]], "Windows": [[17, "windows"]], "Windows \ud0d0\uc0c9\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub4dc\ub77c\uc774\ube0c \ub9e4\ud551": [[20, "mapping-drives-with-windows-explorer"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "cURL\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-curl"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud30c\uc77c \uc561\uc138\uc2a4": [[20, "accessing-files-using-macos"]], "\u201c\ub85c\uceec\uc5d0\uc11c \uc218\uc815\u201d \uae30\ub2a5\uc774 \uc5b4\ub5bb\uac8c \ub3d9\uc791\ud558\ub098\uc694?": [[12, "how-the-edit-locally-functionality-works"]], "\uac1c\uc694": [[10, "overview"]], "\uacf5\uc720\ub41c \ud30c\uc77c\uc744 \uc0ad\uc81c\ud588\uc744 \ub54c \ubc8c\uc5b4\uc9c0\ub294 \uc77c": [[24, "what-happens-when-shared-files-are-deleted"]], "\uae30\ubcf8 \uc6cc\ud06c\ud50c\ub85c": [[7, "basic-workflow"]], "\uae30\ud0c0 \uc11c\ub4dc\ud30c\ud2f0 WebDAV \ud074\ub77c\uc774\uc5b8\ud2b8": [[20, "third-party-webdav-clients"]], "\ub0b4 \ub85c\uceec \ub3d9\uae30\ud654 \ud3f4\ub354\ub97c \uc774\ub3d9\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4.": [[12, "i-want-to-move-my-local-sync-folder"]], "\ub124\ud2b8\uc6cc\ud06c \ucc3d \uc0ac\uc6a9": [[19, "using-the-network-window"]], "\ub300\uc6a9\ub7c9 \ud30c\uc77c \uc5c5\ub85c\ub4dc": [[31, null]], "\ub300\ud654": [[69, null]], "\ub300\ud654 \uad00\ub9ac\ud558\uae30": [[69, "managing-a-conversation"]], "\ub300\ud654 \uae30\ub85d": [[69, "archive-conversations"]], "\ub300\ud654 \ub9cc\ub4e4\uae30": [[69, "creating-a-conversation"]], "\ub300\ud654\ub97c \ud544\ud130\ub9c1\ud558\uc138\uc694": [[69, "filter-your-conversations"]], "\ub370\uc2a4\ud06c\ud0d1\uc5d0\uc11c \uacf5\uc720": [[19, "sharing-from-your-desktop"]], "\ub370\uc2a4\ud06c\ud1b1 \ubc0f \ubaa8\ubc14\uc77c \ub3d9\uae30\ud654": [[25, null]], "\ub3d9\uae30\ud654 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc0ac\uc6a9\ud558\uae30": [[19, null]], "\ub3d9\uae30\ud654\ub41c \ud3f4\ub354\ub4e4\uc758 \ubcc0\uacbd\uc774 \uc548\uc815\uc801\uc73c\ub85c \ucd94\uc801\ub418\uc9c0 \uc54a\ub294\ub2e4\ub294 \uacbd\uace0\uac00 \uc788\uc2b5\ub2c8\ub2e4.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "\ub9ac\ub205\uc2a4": [[7, "linux"]], "\ub9ac\ub205\uc2a4\uc758 \uacbd\uc6b0": [[12, "on-linux"]], "\uba54\uc2dc\uc9c0 \ub9cc\ub8cc": [[69, "messages-expiration"]], "\uba85\ub839\uc904\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub4dc\ub77c\uc774\ube0c \ub9e4\ud551": [[20, "mapping-drives-with-the-command-line"]], "\ubaa8\ubc14\uc77c \ud074\ub77c\uc774\uc5b8\ud2b8": [[25, "mobile-clients"]], "\ubaa9\ucc28": [[6, null]], "\ubb34\uc2dc\ub41c \ud30c\uc77c \ud3b8\uc9d1\uae30 \uc0ac\uc6a9": [[19, "using-the-ignored-files-editor"]], "\ubb38\uc81c": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "\ubd80\uc7ac\uc911 \uba54\uc2dc\uc9c0 \uc124\uc815": [[40, null]], "\uc0ac\uc6a9\uc790 \uc0c1\ud0dc \uc124\uc815": [[19, "set-the-user-status"]], "\uc0ad\uc81c\ub41c \ud30c\uc77c \uad00\ub9ac\ud558\uae30": [[24, null]], "\uc0ad\uc81c\ub41c \ud30c\uc77c \uc571\uc774 \uc800\uc7a5 \uc6a9\ub7c9\uc744 \uad00\ub9ac\ud558\ub294 \ubc29\uc2dd": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\uc0c8 \uacc4\uc815 \ucd94\uac00\ud558\uae30": [[19, "adding-new-accounts"]], "\uc124\uce58": [[14, null]], "\uc194\ub8e8\uc158": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "\uc2dc\uc2a4\ud15c \uc694\uad6c\uc0ac\ud56d": [[14, "system-requirements"]], "\uc2dc\uc2a4\ud15c \ud2b8\ub808\uc774 \uc544\uc774\ucf58": [[19, "systray-icon"]], "\uc54c\ub824\uc9c4 \ubb38\uc81c": [[20, "known-issues"], [20, "known-problems"]], "\uc54c\ub9bc \ubc0f \uac1c\uc778\uc815\ubcf4 \ubcf4\ud638": [[69, "notifications-and-privacy"]], "\uc5b4\ub5bb\uac8c \ud65c\uc131\ud654\ud558\ub098\uc694?": [[12, "how-to-enable-it"]], "\uc5c5\ub370\uc774\ud2b8 \ucc44\ub110": [[18, null]], "\uc608\uc81c": [[10, "example"]], "\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc694\uad6c\uc0ac\ud56d": [[83, "web-browser-requirements"]], "\uc708\ub3c4\uc6b0\uc988": [[7, "windows"]], "\uc708\ub3c4\uc6b0\uc988 \ud658\uacbd\uc5d0\uc11c \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc911\uc9c0": [[7, "preventing-automatic-updates-in-windows-environments"]], "\uc708\ub3c4\uc6b0\uc988\uc758 \uacbd\uc6b0": [[12, "on-windows"]], "\uc751\ub2f5": [[20, "answer"]], "\uc77c\ubc18 \ucc3d": [[19, "general-window"]], "\uc77c\ubd80 \ud30c\uc77c\uc740 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc558\uc5b4\ub3c4 \uacc4\uc18d\uc801\uc73c\ub85c \uc11c\ubc84\uc5d0 \uc5c5\ub85c\ub4dc\ub429\ub2c8\ub2e4.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "\uc790\ub3d9 \uc5c5\ub370\uc774\ud130": [[7, null]], "\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc911\uc9c0": [[7, "preventing-automatic-updates"]], "\ucc38\uac00\uc790 \ucc28\ub2e8": [[69, "ban-participants"]], "\ucda9\ub3cc": [[10, null]], "\ucda9\ub3cc \uc62c\ub9ac\uae30 (\uc2e4\ud5d8\uc801)": [[10, "uploading-conflicts-experimental"]], "\ud1a0\ud06c \ub300\uc2dc\ubcf4\ub4dc": [[69, "talk-dashboard"]], "\ud30c\uc77c \uad00\ub9ac\uc790 \uc624\ubc84\ub808\uc774 \uc544\uc774\ucf58": [[19, "file-manager-overlay-icons"]], "\ud30c\uc77c \ubc0f \ub3d9\uae30\ud654": [[30, null]], "\ud560\ub2f9 \uc6a9\ub7c9": [[24, "quotas"], [33, null]], "\ud574\uacb0 \ubc29\ubc95 1": [[20, "solution-1"]], "\ud574\uacb0 \ubc29\ubc95 2": [[20, "solution-2"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "0\uc5d0\uc11c": 41, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "100\ub2e8\uacc4": 12, "102": 50, "10\uc9c4\uc218": 20, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "1\uc2dc\uac04": 69, "1\uc744": 20, "1\uc77c": 69, "1\uc8fc\uc77c": 69, "2": [1, 2, 9, 11, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2mb\ub9cc": 31, "2nd": 81, "2\uc2dc\uac04": 12, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "30\uc77c\uae4c\uc9c0": 33, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "3\uac1c\uc758": 19, "3\ubc88": 19, "3\ubc88\uc758": 19, "4": [1, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb\ub85c": 20, "4\uac00\uc9c0": 18, "4\uc8fc\uc77c": 69, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "64\ube44\ud2b8": 14, "67\uc774": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51], "80": 20, "8080": [8, 9], "8\uc2dc\uac04": 69, "9": [1, 28, 41, 44], "A": [2, 5, 11, 12, 27, 35, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 72, 74, 76, 80, 81], "And": 80, "As": [0, 35, 41, 48, 56, 77, 82], "At": [20, 44, 49, 54], "But": 24, "By": [0, 5, 24, 41, 44, 48, 70], "For": [0, 2, 6, 13, 14, 17, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 73, 80, 81, 83], "If": [1, 4, 9, 11, 14, 15, 17, 20, 21, 24, 26, 27, 28, 35, 36, 38, 39, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 72, 75, 76, 80, 81, 82], "In": [1, 2, 8, 9, 14, 17, 19, 20, 26, 29, 35, 36, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 15, 17, 24, 38, 41, 44, 59, 60, 64, 73, 76, 80, 81, 82], "Its": [20, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 15, 17, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 26, 27, 35, 36, 38, 39, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 72], "These": [14, 26, 41, 44, 82], "To": [0, 1, 2, 4, 8, 12, 15, 16, 17, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 70, 80, 81, 82], "With": [20, 21, 35, 44, 64, 70], "_": [8, 18], "__bold": 66, "_italic": 66, "_\ub294": 20, "_\uc5d0\uc11c": 33, "_\uc744": 20, "_\uc758": 37, "_\uc785\ub2c8\ub2e4": 20, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 21, 26, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [41, 44], "acceler": 15, "accept": [35, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": 44, "accordingli": [44, 62], "account": [9, 12, 14, 15, 20, 26, 27, 29, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 75, 76, 77, 83], "activ": [6, 9, 14, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 12, 20, 24, 26, 41, 44, 81, 82], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 46, 47, 48, 49, 51, 56, 66, 74, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 41, 42, 56, 60, 66, 76, 82], "addition": 24, "address": [6, 8, 9, 27, 41, 45, 47, 49, 50, 51, 60, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 11, 15, 20, 24, 35, 39, 82], "admin": [14, 24, 36, 42, 44], "admin_manu": [33, 37], "administ": 82, "administr": [1, 14, 21, 24, 26, 27, 29, 31, 33, 35, 36, 38, 41, 42, 44, 57, 60, 62, 64, 66, 70, 74, 80, 81, 82], "advanc": [14, 41, 47, 50, 51], "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 14, 15, 16, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 76, 81, 83], "afterward": 5, "ag": [20, 24], "again": [1, 9, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": 81, "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 35, 36, 41, 42, 45, 46, 50, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 24, 29, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 14, 35, 41, 45, 50, 51, 60, 72, 81], "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alwai": [15, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 26, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 42, 44, 54, 57, 60, 62, 70, 72, 78, 80, 83], "anonym": [23, 30, 56], "anoth": [27, 35, 41, 42, 60, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apache\uc758": 31, "app": [1, 2, 4, 6, 15, 20, 21, 24, 26, 29, 36, 38, 39, 43, 46, 47, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appimage\ub85c": 12, "appimage\ub97c": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 36, 42, 44], "applic": [6, 7, 14, 16, 17, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [51, 76], "approxim": 9, "app\uc744": 53, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 24, 25, 26, 27, 29, 35, 36, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arch": 8, "archiv": [8, 21], "area": [41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "artifici": 1, "ask": [9, 19, 21, 26, 27, 35, 41, 44, 45, 50, 62, 66], "assign": [21, 44, 58], "assist": [6, 66, 80], "assum": 15, "attach": [29, 36, 44, 67, 73], "attempt": [14, 44, 51], "attende": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "auto": [20, 41, 42, 44, 56], "autom": [36, 57], "automat": [5, 9, 14, 15, 20, 26, 27, 35, 39, 41, 47, 50, 56, 58, 59, 62], "avail": [0, 1, 8, 9, 11, 14, 15, 17, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 70, 72, 73, 74, 76, 82], "avatar": [20, 41, 42, 44], "avoid": 15, "awai": [41, 48], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 27, 72, 80], "backup": [39, 41, 81], "badg": 21, "banner": 26, "bar": [0, 1, 21, 41, 44, 48, 58, 60, 62, 64, 65, 72, 76, 83], "base": [8, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [15, 20, 26, 38, 44, 46], "becom": [5, 42], "been": [8, 14, 15, 19, 21, 25, 26, 35, 41, 42, 44, 57, 81], "befor": [15, 17, 19, 20, 27, 41, 44, 60, 62, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behavior": [9, 11], "behind": 74, "being": [15, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 26, 41, 42, 44, 51, 65], "best": [14, 41, 83], "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": 14, "bitv": 80, "blacklist": 11, "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 83], "bound": 9, "box": [0, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 6, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "build": [14, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": [24, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 73, 83], "call": [4, 6, 10, 38, 41, 57, 58, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [21, 26, 29, 36, 41, 42, 44, 56, 82], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carri": [15, 20], "case": [14, 26, 42, 45, 48, 62, 82], "categori": [0, 45], "caus": 80, "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 15, 20, 21, 25, 29, 36, 41, 42, 48, 51, 55, 58, 72, 80, 81, 82, 83], "chapter": [14, 20], "charact": 44, "chart": 15, "chat": [6, 35, 42, 57, 59, 60, 62, 70, 71, 73, 74, 76, 77, 80], "check": [0, 9, 24, 27, 36, 42, 44, 60, 62, 72], "checkbox": [21, 36, 41, 42, 44, 60, 62], "checkmark": 41, "chip": 83, "chmod": 20, "choic": [56, 64], "choos": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon\uc758": 20, "circl": [15, 35], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": 16, "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 11, 12, 14, 15, 16, 17, 20, 25, 38, 41, 42, 43, 45, 49, 50, 51, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 18, 20, 33, 35, 37, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 41], "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 28, 29, 42, 43, 45, 62, 66], "complex": 41, "complianc": 62, "compliant": 80, "compos": 80, "compromis": 26, "comput": [5, 13, 20, 21, 25, 46], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 33, "configur": [0, 1, 6, 11, 12, 13, 14, 16, 17, 19, 20, 21, 24, 26, 27, 35, 36, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 74, 77, 79, 82], "configuration_fil": 37, "configuration_serv": 33, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47], "conflict": [10, 41], "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": 17, "consider": [6, 17], "consist": [15, 43], "console\uc744": 20, "contact": [0, 6, 27, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 17, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 15, 25, 29, 35, 41, 66, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [44, 45, 50], "contrari": 8, "contrast": 80, "control": [11, 20, 30, 32, 36, 41, 57, 82], "conveni": 0, "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 69, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 15, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctli": 15, "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "coupl": 15, "cover": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 14, 15, 20, 25, 26, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [36, 76], "credenti": [27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "curl": 20, "curl\uc5d0": 20, "current": [1, 4, 14, 15, 21, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 20, 41, 44, 55, 80, 83], "customis": [60, 83], "cyberduck": 20, "cyberduck\uc740": 20, "d": [20, 41, 56], "dai": [0, 11, 24, 39, 41, 44, 59, 82, 83], "daili": 41, "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 41, 42, 43, 45, 48, 66], "databas": 26, "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50], "default": [0, 4, 8, 9, 11, 15, 20, 21, 24, 26, 35, 41, 42, 44, 48, 59, 60, 82], "defin": [15, 41, 42, 44], "del": 80, "delai": 15, "delet": [0, 1, 9, 15, 17, 21, 24, 27, 28, 33, 36, 42, 58, 59, 66, 80], "deni": 54, "depend": [0, 12, 17, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": 14, "depth": 20, "descend": 15, "describ": [11, 41, 77], "descript": [5, 41, 56, 59, 72, 76], "deselect": 20, "design": [3, 44, 80], "desir": [12, 41, 42, 44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 24, 27, 35, 36, 39, 41, 42, 44, 52, 59, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": 80, "devic": [6, 15, 20, 41, 45, 60, 72, 81, 83], "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [26, 44, 60], "differ": [0, 7, 8, 21, 35, 41, 42, 44, 70, 81], "digest": 0, "digit": 35, "direct": [20, 35, 41, 42, 66], "directli": [0, 1, 15, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 16, 25, 29, 35, 41], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [41, 45, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [44, 58, 60, 76], "disk": [15, 26, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 20, 21, 41, 42, 46, 51, 60, 66, 82], "distribut": [9, 14, 20, 41, 62], "disturb": [41, 66, 69], "divid": [58, 60, 66], "do": [0, 8, 9, 12, 14, 17, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": [33, 37], "document": [1, 2, 5, 8, 12, 14, 15, 21, 24, 31, 35, 46, 57, 74, 80, 82], "doe": [8, 9, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "dolphin\uc758": 20, "domain": [44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [14, 63], "down": [0, 12, 50, 76], "download": [11, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drive_path": 20, "droid": 45, "drop": [12, 21, 35, 56], "dropdown": [27, 49, 82], "due": [15, 35], "durat": [9, 41], "dure": [41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 12, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 71, 72, 83], "editor": [1, 2, 12, 15, 19, 21, 41, 44, 58, 80], "effect": [15, 35, 81], "effici": 44, "either": [8, 12, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 60], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 9, 14, 15, 20, 21, 25, 26, 27, 29, 35, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 27, 30, 47, 49], "end": [26, 30, 34, 35, 41, 44, 57, 62, 80], "eng": 20, "engag": 41, "enhanc": 66, "ensur": [15, 41, 44, 80], "enter": [1, 2, 14, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": 53, "entir": [11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 21, 42, 82], "env": 16, "environ": [6, 8, 13], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [24, 39], "excel": 29, "except": 44, "exchang": 41, "exclud": [15, 19, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59], "exit": 8, "expand": [44, 80], "expect": [2, 44], "experi": [44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": 19, "export": [42, 52, 56], "expos": 26, "extend": 66, "extens": 44, "extern": [2, 22, 26, 30, 41, 54, 56, 57, 77, 79], "extra": 12, "ey": 80, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": 44, "failur": 9, "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 9, 17, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 42, 44, 47, 51, 56, 66, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 23, 24, 25, 28, 30, 31, 37, 38, 39, 41, 42, 44, 46, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": 37, "fileinto": 44, "filenam": [16, 26, 29], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": 41, "find": [19, 20, 21, 24, 25, 35, 41, 42, 43, 47, 48, 50, 56, 57, 66, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19], "finder\ub97c": 20, "finder\uc758": 20, "fine": [41, 48], "finish": [1, 5, 41, 45, 50, 52], "firefox": [20, 83], "first": [14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [14, 48], "flag": 44, "fledg": 50, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 25, 26, 27, 29, 35, 36, 37, 41, 42, 82], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 14, 15, 16, 17, 21, 27, 35, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 76], "found": [41, 44, 57, 72, 83], "four": 44, "fourth": 41, "free": [11, 15, 20, 39, 40, 41, 60, 80], "friend": 41, "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 26, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [12, 20, 29, 42, 81], "further": [38, 41, 44, 82], "futur": [1, 20, 44, 60, 62], "g": [0, 4, 8, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": 8, "gb": 11, "gear": [42, 51], "gener": [1, 9, 12, 19, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 39, 41, 42, 47, 51, 56, 63, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "giphi": 66, "github": [18, 25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 27, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "grai": 41, "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [27, 60, 72], "grei": [19, 60], "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guest": [6, 41, 56, 58, 59, 60, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvfs\ub97c": 20, "h": [8, 16, 20], "ha": [1, 8, 10, 15, 19, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 72, 74, 80, 81, 83], "halt": 44, "hand": [5, 80], "handl": 44, "handler": 12, "happen": [0, 5, 15, 41], "hard": 41, "harder": 35, "hardwar": [6, 83], "have": [1, 8, 9, 14, 15, 16, 17, 21, 24, 25, 26, 28, 29, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 15, 16, 41, 42, 44, 53, 57, 80, 82, 83], "here": [2, 15, 44, 50, 66, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "highlight": [62, 76], "histori": [6, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hkey_local_machinesystemcurrentcontrolsetserviceswebclientparamet": 20, "hold": [42, 60], "home": [7, 8, 9, 17, 20, 25, 41, 48], "hood": 15, "horizont": [2, 44], "host": 9, "hour": [0, 16, 39, 76], "hourli": 0, "hover": [2, 42, 44, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [26, 41, 42, 44], "hr": 9, "href": 20, "html": [33, 37, 41], "http": [8, 9, 11, 12, 18, 20, 33, 35, 37, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "https\ub85c": 20, "https\ub97c": 20, "http\ub97c": 20, "http\uc758": 20, "hub": [41, 44], "i": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 24, 27, 28, 29, 33, 35, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 60, 62, 63, 64, 66, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 19, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 41, 54, 60], "ifram": 41, "ignor": [8, 19, 41], "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 14, 24, 27, 36, 42, 54, 62], "implement": [25, 42, 44], "import": [2, 15, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 44], "incorrect": 9, "increas": [11, 15, 20, 80], "increment": 41, "independ": [0, 41], "index": [12, 26, 41], "indic": [21, 27, 44, 51, 60, 62], "individu": [26, 27, 41, 42, 44, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [8, 11, 13, 14, 15, 21, 35, 41, 44, 46, 50, 51, 59, 60, 62, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 12, 15, 17, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 70, 82], "instant": 59, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "instruct": [21, 51, 57, 74], "integr": [46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 43, 44, 55, 73, 80, 82], "intern": 41, "internet": [48, 49], "interoper": 41, "interv": 9, "introduc": 41, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 33, 41, 48, 56, 62, 75, 76], "its": [1, 8, 9, 11, 15, 21, 41, 42, 44, 74, 83], "itself": [14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 39, 41, 42, 44, 76, 81], "kei": [7, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [29, 44, 65], "larger": 19, "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 72, 76], "latest": [14, 18, 25, 33, 37, 52, 83], "latter": 46, "launch": [14, 16, 19, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 44], "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 35, 41, 60, 62, 80], "librari": [9, 17], "like": [5, 15, 19, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [15, 20, 24, 31, 39, 41, 42, 83], "line": [6, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 21, 25, 28, 29, 41, 44, 56, 59, 66, 72, 80, 82], "linu": 41, "linux": [9, 13], "linux_usernam": 20, "linux\uc5d0\uc11c": 20, "linux\uc6a9": 25, "list": [1, 2, 4, 21, 29, 35, 36, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 15, 17, 20, 21, 41, 44, 50, 51, 59], "lock": 82, "log": [6, 8, 14, 16, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 41, 44], "longer": [41, 42, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "lose": [6, 26, 38], "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": 15, "machin": 8, "maco": [6, 9, 13, 19, 20, 25, 42, 43, 51], "macos\uc758": 19, "mac\uc758": 19, "made": [41, 42, 45, 47], "magic": [5, 26], "mai": [0, 11, 14, 15, 17, 20, 24, 26, 27, 29, 35, 36, 41, 48, 60, 62, 80], "mail": [0, 6, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 26, 41, 44, 54, 80, 83], "main_pag": 20, "maintain": [14, 42], "major": 14, "make": [5, 9, 17, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 12, 14, 15, 17, 20, 21, 24, 26, 27, 30, 31, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [26, 41], "manner": [8, 41], "manual": [12, 14, 15, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 21, 27, 44, 54, 66, 77], "markdown": [3, 6], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 42, 44, 83], "mate\uc758": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 26, 27, 41, 44, 81], "meanwhil": 42, "media": [8, 21, 42, 60, 62], "meet": [39, 57, 72, 83], "member": [2, 5, 35], "membership": [42, 82], "memori": 1, "mention": [57, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 16, 26, 41, 47, 51, 56, 57, 58, 67, 69, 73, 80, 81, 83], "met": 24, "method": [27, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [9, 14, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime\uc774": 12, "min": 9, "minchunks": 9, "mind": 41, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc\ub97c": 20, "mobil": [0, 2, 20, 25, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 70, 73, 74, 76], "modif": [12, 42], "modifi": [0, 21, 42, 60], "monitor": [8, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 11, 14, 15, 21, 24, 26, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 55, 56, 58, 60, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [19, 26, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "mtime\uc744": 19, "much": [5, 26, 33, 82], "multipl": [21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": 2, "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 16, 21, 27, 35, 36, 41, 42, 45, 47, 48, 50, 51, 54, 60, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 50, "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [41, 47, 54], "need": [2, 9, 11, 14, 15, 17, 20, 26, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 70, 76], "nemo": [19, 20], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 27, 42, 50], "never": [26, 38, 39, 41], "new": [1, 2, 5, 9, 15, 16, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [15, 41], "newslett": 44, "next": [5, 8, 9, 14, 15, 27, 36, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nextcloud\uac00": 20, "nextcloud\ub294": [19, 20, 24, 31, 53], "nextcloud\ub97c": 20, "nextcloud\uc5d0": [20, 28, 53], "nextcloud\uc640": 20, "nextcloud\uc758": [20, 31], "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 82, "non": [2, 8, 9, 14, 49, 82], "none": [44, 47, 51], "normal": [9, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": 41, "notif": [6, 9, 19, 35, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 28, 35, 41, 42, 44, 58, 60], "o": 8, "object": [0, 27, 35], "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [12, 21, 41], "office\uc5d0\uc11c": 20, "offici": 14, "offlin": [15, 27], "often": [0, 41], "ok": 20, "old": [9, 26, 39, 41], "older": [9, 16, 17, 24, 80], "oldest": [39, 44], "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 81, 83], "one": [1, 2, 5, 8, 11, 14, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59], "ongo": 62, "onli": [0, 2, 4, 14, 15, 24, 26, 27, 28, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 12, 14, 15, 16, 20, 21, 26, 27, 28, 29, 36, 38, 41, 42, 44, 45, 46, 47, 48, 58, 60, 66, 68, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": 14, "opensuse\uc5d0": 20, "opentask": 45, "oper": [11, 17, 20], "opt": [9, 44], "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 20, 21, 26, 28, 33, 35, 36, 44, 45, 48, 56, 58, 60, 62, 63, 72, 76, 82, 83], "order": [35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 60, 63, 65, 66, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 20, 27, 41, 42, 44, 49, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [8, 11, 24], "overview": [0, 2, 54, 57, 83], "overwrit": [9, 35, 41], "own": [0, 1, 8, 9, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [26, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [8, 14, 17, 20], "page": [2, 4, 14, 15, 21, 24, 25, 26, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": 44, "panel": [1, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [21, 42, 58], "part": [2, 5, 42, 44, 60], "parti": [20, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 81, 82, 83], "past": [41, 51], "path": [8, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 39, 44], "paus": 19, "pc\ub85c": 20, "pc\uc5d0\uc11c": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perform": [8, 9, 20, 42, 44, 64], "period": [24, 27, 41, 59, 76, 83], "perman": [4, 15, 24, 41], "permiss": [37, 42, 45, 57, 60, 63], "persist": [9, 27], "person": [0, 6, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 81, 82], "photo": 80, "photothumb": 8, "php": [20, 24, 41, 45, 47], "php\ub294": 31, "php\uc640": 31, "physic": 81, "pick": [41, 46, 48, 56, 80], "picker": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 65, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [14, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "port": [8, 9, 44, 47], "posit": 42, "possibl": [0, 1, 15, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 48], "ppa": 8, "pre": [44, 66], "precaut": 44, "preconfigur": 14, "predefin": [41, 44, 60], "prefer": [0, 6, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [41, 62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": 21, "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [35, 41, 42, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "privaci": [38, 44, 62, 83], "privat": [41, 66, 82], "pro": 81, "problem": [11, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 39, 41, 44, 52, 62], "produc": [9, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44], "program": [12, 14, 17], "progress": [15, 60], "project": 43, "promot": 65, "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": 49, "properti": 42, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [26, 35, 38, 42, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 8, 12, 13, 14, 20, 21, 26, 38, 41, 42, 44, 55, 56, 57, 64, 70], "provis": [14, 44], "proxi": [8, 9], "public": [20, 21, 36, 41, 56, 58, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": 26, "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": 8, "quick": [2, 66, 76], "quicker": 80, "quickli": [5, 21, 44, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 21, 26, 41, 44], "reach": [27, 41, 44, 80], "read": [8, 9, 15, 26, 27, 35, 38, 41, 42, 44, 80, 82], "reader": [0, 80], "readi": 27, "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47], "receiv": [0, 1, 28, 29, 35, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recognis": 15, "recommend": [15, 20, 44], "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [27, 60, 62], "reddit": 51, "redirect": [72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 21, 31, 62, 76], "reflect": [27, 35, 41], "refresh": [41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 78], "registri": 12, "regul": 62, "regular": [20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": 41, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [41, 42, 44, 76], "remain": [11, 44], "rememb": 1, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 20, 26, 27, 28, 36, 38, 41, 44, 57, 83], "renam": [0, 21, 35, 36, 44], "reopen": 44, "repeat": [8, 41, 51], "replac": [41, 45, 47, 51, 60], "repli": [57, 76], "report": [15, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": 14, "request": [1, 20, 44, 45], "requir": [1, 8, 15, 27, 38, 41, 44, 45, 47, 60, 62, 64, 74, 81], "reschedul": 66, "reset": 41, "reshar": [35, 41], "resiz": 60, "resolv": 15, "resourc": [42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": 25, "restart": 15, "restor": [15, 24, 26, 39, 41], "restrict": [6, 36, 42], "result": [1, 9, 15, 48, 83], "resum": [19, 44], "retent": [24, 36, 44], "retri": [8, 11, 27, 44], "retriev": [20, 42], "return": [21, 26, 42, 60], "reveal": 15, "revert": 35, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 80, 83], "ring": 60, "rise": 60, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 35, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 81], "sai": [10, 26], "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 15, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [27, 81], "scanner": 45, "scari": 5, "schannel": 51, "schedul": [1, 14, 41, 52], "scheme\uc774": 12, "scope": [14, 44, 82], "scp": 20, "screen": [42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 41, 42, 46, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66], "secret": [0, 8, 20, 41, 81], "section": [1, 9, 11, 12, 20, 26, 36, 41, 42, 44, 52, 55, 62, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 13, 14, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 72, 76, 81], "selector": [41, 66], "self": [42, 49, 76], "send": [0, 1, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sent": [0, 28, 41, 44], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 12, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 54, 62, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 42], "set": [4, 6, 9, 15, 16, 20, 24, 26, 27, 33, 35, 36, 37, 38, 42, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 20, 29, 30, 37, 38, 43, 61, 62, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [41, 42, 44], "shortcut": [20, 60, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 20, 41, 44, 45, 46, 47, 48, 51, 81], "show": [0, 1, 4, 9, 19, 20, 21, 27, 35, 36, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 41, 42, 44, 46, 60, 83], "side": [5, 15, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 35, 36, 39, 41, 42, 44, 58, 60, 71, 76, 80, 83], "siev": 44, "sign": [42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [8, 60], "similar": [15, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [35, 39, 44, 50, 81], "singl": [0, 8, 21, 36, 41, 42, 44, 63, 72, 81], "singleton": 44, "sip": 69, "situat": 11, "size": [9, 11, 19, 20, 31, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "sni": 20, "snippet": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": [20, 35], "solv": [12, 81], "some": [5, 9, 14, 26, 27, 35, 41, 44, 48, 57, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [20, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 20, 24, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 26, 29, 51], "specif": [0, 6, 8, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "ssl\ub85c": 20, "ssl\uc744": 20, "stabl": 14, "stack": 44, "stai": [24, 41, 44, 59], "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 9, 12, 16, 38, 41, 44, 45, 52, 58, 62, 71, 73, 76, 79], "startup": 19, "state": [8, 15, 44], "statu": [20, 25, 27, 40, 60, 83], "stdout": 16, "step": [14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51], "still": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 80], "stolen": 81, "stop": [41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 24, 26, 30, 33, 81], "store": [4, 15, 26, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "stripe": 41, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subfold": 8, "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45], "subscription\uc758": 53, "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": 51, "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sure": [17, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "sy": 12, "symbol": [41, 44], "sync": [8, 12, 14, 17, 19, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 81], "synchron": [6, 8, 9, 10, 11, 13, 14, 15, 16, 19, 20, 41, 43], "syntax": 66, "sysctl": 12, "system": [8, 9, 12, 14, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 21, 35, 39, 41, 56, 63, 72, 76, 80], "tabl": 66, "tag": [0, 21, 30, 32], "take": [2, 9, 15, 17, 26, 28, 41, 42, 44, 48, 62, 83], "taken": 41, "talk": [0, 1, 6, 35, 42, 44, 55, 57, 58, 63, 66, 68, 69, 70, 72, 74, 75, 80, 83], "talk\ub294": 69, "tap": [45, 60], "target": [9, 15, 20, 35, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 41, 43, 45, 46, 48, 57, 66], "teach": 44, "team": [2, 3, 6, 27, 43, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporarili": 60, "ten": 27, "tent": [41, 44], "term": [1, 41, 46], "termin": 15, "test": [9, 14, 24, 44, 48], "text": [1, 2, 5, 10, 15, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 15, 26, 28, 40, 41, 42, 44, 56, 60, 62, 65, 70, 72, 81], "them": [0, 4, 5, 8, 9, 14, 15, 21, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 56, 58, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": 50, "think": [2, 41], "third": [20, 26], "those": [0, 24, 25, 41, 42, 43, 50, 54], "though": [9, 26], "thread": 1, "three": [1, 14, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 26, 27, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 14, 15, 20, 24, 26, 35, 36, 39, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 72, 80], "token": [0, 6, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 14], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tri": [8, 44, 47], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 38, 44, 82], "try": [26, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "turn": [9, 44, 50, 75], "two": [2, 6, 17, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 9, 15, 21, 36, 41, 42, 44, 47, 49, 50, 57, 60, 66, 80, 81], "typefac": 80, "typic": [57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19], "ubuntu\uc5d0": 20, "ui": [9, 41], "umount": 20, "un": 26, "unabl": 11, "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 27], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 46, 51, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undo": 41, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": 6, "unknown": 45, "unless": [8, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unord": 66, "unpin": 76, "unread": [44, 66, 80, 83], "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 24, 27, 39, 41, 44, 56, 72, 76, 79], "up": [9, 15, 19, 42, 45, 49, 51, 62, 64, 76, 77, 81, 83], "upcom": [51, 59, 83], "updat": [0, 10, 14, 26, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 23, 27, 30, 31, 35, 41, 42, 60, 62, 72], "upon": [44, 70], "upper": 50, "url": [8, 14, 20, 28, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "url\uacfc": [14, 19, 20], "url\ub85c": 20, "url\ub97c": 14, "url\ubcf4\ub2e4": 20, "url\uc740": [14, 20], "url\uc744": [28, 33], "url\uc758": 20, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 19, 20, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 54, 57, 60, 62, 64, 65, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 70, 78, 82, 83], "user1": 24, "user1\uc758": 24, "user1\uc774": 24, "user2": 24, "user3": 24, "user3\uc640": 24, "user3\uc758": 24, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "valid": [41, 44, 50, 51], "valu": [9, 11, 15, 16, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 13, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": 20, "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 20, 42, 80], "verifi": [20, 41, 44], "version": [4, 9, 12, 17, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 15, 21, 29, 35, 39, 41, 44, 46, 50, 60, 72], "vibrat": 60, "video": [62, 63, 72, 73, 80], "view": [1, 6, 14, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 15, 21, 27, 35, 36, 42, 44, 46, 47, 66, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 15, 17, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 39, 44, 79], "want": [0, 2, 4, 5, 14, 15, 26, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 76, 80, 82], "warn": [26, 41, 44], "we": [2, 5, 14, 15, 26, 39, 41, 43, 44, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [27, 46], "webdav\uac00": 20, "webdav\ub294": 20, "webdav\ub85c": 20, "webdav\ub97c": [22, 30], "webdav\uc758": 20, "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 17, 41, 44, 46, 48, 62, 80], "were": [9, 15, 41, 42, 51, 57, 70], "what": [0, 5, 15, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 15, 19, 35, 39, 41, 42, 45, 56, 58, 60, 72, 81, 83], "wherev": 25, "whether": [9, 27, 41, 44, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [20, 57, 74], "wildcard": [8, 44], "window": [6, 8, 9, 12, 13, 15, 16, 19, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "windows\ub294": 20, "windows\uc5d0\uc11c": 20, "windows\uc5d0\uc11c\ub294": 20, "wine": 20, "winehq": 20, "winhttp": 20, "winscp": 20, "winscp\uc758": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 35, 39, 41, 42, 44, 60, 72], "wizard": [12, 14], "won": [14, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 15, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49], "written": 41, "wrong": 19, "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "x\ub97c": 19, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 30, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "z\uc5d0": 20, "\uac00": [10, 12, 20, 24], "\uac00\ub2a5": [19, 69], "\uac00\ub2a5\uc131\uc744": 20, "\uac00\ub2a5\ud558\uac8c": 20, "\uac00\ub2a5\ud558\uace0": 7, "\uac00\ub2a5\ud558\ub3c4\ub85d": [20, 31], "\uac00\ub2a5\ud55c": [7, 19], "\uac00\ub2a5\ud560": 7, "\uac00\ub2a5\ud569\ub2c8\ub2e4": 7, "\uac00\uc0c1": 19, "\uac00\uc6a9": 19, "\uac00\uc6a9\uc131": [19, 40], "\uac00\uc7a5": [10, 20], "\uac00\uc815\uc5d0\uc11c": 53, "\uac00\uc838\uc624\uae30\ub97c": 20, "\uac00\uc838\uc624\ub824\uba74": 20, "\uac00\uc838\uc635\ub2c8\ub2e4": 20, "\uac00\uc9c0": 69, "\uac00\uc9c0\uace0": [7, 19], "\uac01": 19, "\uac01\uac01": 24, "\uac04\ub2e8\ud788": 19, "\uac04\ud3b8\ud558\uac8c": 69, "\uac10\uc2dc\ub97c": 12, "\uac12": [7, 19, 20], "\uac12\uc73c\ub85c": 12, "\uac12\uc740": [12, 20], "\uac12\uc744": [7, 20], "\uac15\ud654\ud558\ub824\uba74": 69, "\uac16\uc2b5\ub2c8\ub2e4": 69, "\uac19\uc2b5\ub2c8\ub2e4": [20, 33, 69], "\uac19\uc740": [7, 12, 19, 20, 24, 33, 69], "\uac19\uc774": [7, 12, 20], "\uac1c\ubc1c": 18, "\uac1c\ubc1c\uc790": 13, "\uac1c\ubcc4": [14, 19], "\uac1c\uc694\ub97c": 69, "\uac1c\uc758": 19, "\uac1c\uc778": [20, 53, 69], "\uac1c\uc778\uc774": 24, "\uac31\uc2e0\ud558\uc9c0\ub9cc": 19, "\uac70\uae30\uc11c": 69, "\uac70\uc808\uc744": 37, "\uac78": 53, "\uac80\uc0ac": 7, "\uac80\uc0ac\ub418\uc9c0": 19, "\uac80\uc0ac\ub420": 19, "\uac80\uc0ac\ub97c": 7, "\uac80\uc0ac\ud558\uace0": [7, 12], "\uac80\uc0c9": [37, 69], "\uac80\uc0c9\ub418\uc9c0": 37, "\uac80\uc0c9\ud558\uc5ec": 69, "\uac80\uc99d\ud560": 20, "\uac83": 20, "\uac83\uc5d0": 19, "\uac83\uc73c\ub85c": [7, 12], "\uac83\uc73c\ub85c\ub294": 12, "\uac83\uc740": [19, 24, 31], "\uac83\uc744": [7, 10, 12, 19, 31], "\uac83\uc774": [7, 10, 18, 20, 33], "\uac83\uc774\uace0": 40, "\uac83\uc785\ub2c8\ub2e4": [7, 10, 12, 19, 20, 37], "\uac8c\uc2a4\ud2b8": 69, "\uac8c\uc2a4\ud2b8\ub3c4": 69, "\uac8c\uc2a4\ud2b8\ub97c": 69, "\uac8c\uc2a4\ud2b8\uc5d0\uac8c\ub3c4": 69, "\uac8c\uc2a4\ud2b8\uc758": 69, "\uac8c\uc774\ud2b8\uc6e8\uc774": 69, "\uacb0\uc815": 12, "\uacbd\uace0": [19, 20], "\uacbd\uace0\uac00": [19, 20], "\uacbd\uace0\ub97c": 12, "\uacbd\ub85c": 20, "\uacbd\ub85c\ub97c": [19, 20], "\uacbd\ub85c\uc758": 19, "\uacbd\uc6b0": [7, 10, 19, 20, 28, 31, 33, 37, 40, 69], "\uacbd\uc6b0\uac00": 24, "\uacbd\uc6b0\ub97c": [20, 69], "\uacbd\uc6b0\uc5d0": [7, 20], "\uacbd\uc6b0\uc5d0\ub9cc": 19, "\uacbd\ud5d8\uc744": 18, "\uacc4\uc0b0\ub418\ub294": 33, "\uacc4\uc18d\ub429\ub2c8\ub2e4": 69, "\uacc4\uc815": [10, 12, 20], "\uacc4\uc815\uacfc": 19, "\uacc4\uc815\uc5d0": [19, 37], "\uacc4\uc815\uc5d0\uc11c\ub3c4": 24, "\uacc4\uc815\uc73c\ub85c": 20, "\uacc4\uc815\uc740": 19, "\uacc4\uc815\uc744": 19, "\uacc4\uc815\uc758": 20, "\uacc4\uc815\uc774": 24, "\uace0\uac1d\uc744": 18, "\uace0\uae09": 20, "\uace0\ub824\ud558\uc2ed\uc2dc\uc624": 12, "\uace0\ub974\uae30": 37, "\uace0\uc720\uc758": 7, "\uace0\uc815": 12, "\uace0\uce68\uc774": 20, "\uacf5\uac04": [19, 33], "\uacf5\uac04\uc785\ub2c8\ub2e4": 69, "\uacf5\uac1c": [20, 33, 69], "\uacf5\uac1c\ud558\uc5ec": 69, "\uacf5\uac1c\ud560\uc9c0": 69, "\uacf5\uacf5": 20, "\uacf5\uae09\uc790\uc5d0\uac8c": 20, "\uacf5\uc720": [20, 28, 33, 53], "\uacf5\uc720\uac00": [20, 28], "\uacf5\uc720\ub294": 28, "\uacf5\uc720\ub41c": [33, 69], "\uacf5\uc720\ub85c": 20, "\uacf5\uc720\ub97c": [20, 28, 33], "\uacf5\uc720\ubc1b\uc740": 33, "\uacf5\uc720\ubc1b\uc744": 28, "\uacf5\uc720\uc5d0\uc11c": 20, "\uacf5\uc720\ucc98\ub7fc": 20, "\uacf5\uc720\ud558\uace0": [33, 53], "\uacf5\uc720\ud558\uae38": 28, "\uacf5\uc720\ud558\ub294": 19, "\uacf5\uc720\ud558\ub354\ub77c\ub3c4": 33, "\uacf5\uc720\ud558\uba74": 33, "\uacf5\uc720\ud55c": 33, "\uacf5\uc720\ud560": [19, 28, 69], "\uacf5\uc720\ud569\ub2c8\ub2e4": 24, "\uacf5\uc720\ud588\ub2e4\uba74": 24, "\uacfc": 24, "\uacfc\uc815\uc744": [12, 18, 28], "\uad00\uacc4\uc5c6\uc774": 12, "\uad00\ub828\ub41c": 69, "\uad00\ub9ac": [20, 69], "\uad00\ub9ac\uac00": 33, "\uad00\ub9ac\ub97c": 33, "\uad00\ub9ac\uc758": 20, "\uad00\ub9ac\uc790": [7, 13, 33, 37, 69], "\uad00\ub9ac\uc790\uac00": [33, 69], "\uad00\ub9ac\uc790\ub294": [7, 31, 69], "\uad00\ub9ac\uc790\ub85c": 69, "\uad00\ub9ac\uc790\ub97c": 7, "\uad00\ub9ac\uc790\uc5d0": [19, 31], "\uad00\ub9ac\uc790\uc5d0\uc11c\ub3c4": 20, "\uad00\ub9ac\uc790\uc640": [19, 20], "\uad00\ub9ac\uc790\uc758": 31, "\uad00\ub9ac\ud558\uace0": 69, "\uad00\ub9ac\ud558\uae30": [30, 32], "\uad6c\ubb38\uc740": 20, "\uad6c\ubb38\uc744": 69, "\uad6c\ubb38\uc801\uc73c\ub85c": 19, "\uad6c\uc131\ub41c": 19, "\uad6c\uc131\uc6d0\ub4e4\uc740": 20, "\uad6c\uc131\uc744": 20, "\uad6c\uc131\ud558\uc5ec": 20, "\uad6c\uc131\ud560": 69, "\uad6c\uc131\ud574\uc57c": 20, "\uad6c\uccb4\uc801\uc73c\ub85c": 12, "\uad6c\ud604\uc744": 20, "\uad8c\uace0\ud569\ub2c8\ub2e4": 31, "\uad8c\uc7a5\ub418\ub294": 20, "\uad8c\uc7a5\ub418\uc9c0": 20, "\uad8c\uc7a5\ub418\uc9c0\ub294": 20, "\uad8c\ud55c\uc744": [20, 69], "\uad8c\ud55c\uc774": [7, 20], "\uadc0\ud558\uac00": 33, "\uadc0\ud558\uc758": [28, 33], "\uaddc\uc815\uc744": 53, "\uadf8": [10, 12, 19, 28, 33, 53], "\uadf8\uac83\uc73c\ub85c": 10, "\uadf8\uac83\uc740": 19, "\uadf8\ub4e4\uc758": 24, "\uadf8\ub7ec\ud558\ub4ef": 24, "\uadf8\ub7f0": [20, 69], "\uadf8\ub807\uac8c": 12, "\uadf8\ub807\ub2e4\uba74": 12, "\uadf8\ub807\uc9c0": 33, "\uadf8\ub8f9": 7, "\uadf8\ub8f9\uc5d0": 20, "\uadf8\ub8f9\uc774": 33, "\uadf8\ub8f9\uc774\ub098": 69, "\uadf8\ub97c": 33, "\uadf8\ub9ac\uace0": [10, 19], "\uae08\uc9c0": 19, "\uae30\uac00\ubc14\uc774\ud2b8\uc5d0\uc11c": 12, "\uae30\uac04": [40, 69], "\uae30\uac04\uc740": 69, "\uae30\uac04\uc744": [19, 33], "\uae30\uad00\uc744": 20, "\uae30\uad00\uc758": 20, "\uae30\uae30\ub97c": 69, "\uae30\uae30\uc640": 20, "\uae30\ub2a5\uacfc": 7, "\uae30\ub2a5\ub3c4": 20, "\uae30\ub2a5\uc740": 69, "\uae30\ub2a5\uc744": [7, 18, 19, 20], "\uae30\ub2a5\uc774": 20, "\uae30\ub2a5\uc785\ub2c8\ub2e4": [20, 69], "\uae30\ub2e4\ub9ac\uace0": 18, "\uae30\ub85d": 20, "\uae30\ub85d\ub41c": 69, "\uae30\ub85d\ud558\ubbc0\ub85c": 20, "\uae30\ubc18": [7, 10, 20], "\uae30\ubcf8": [12, 14, 19, 20, 31, 69], "\uae30\ubcf8\uc73c\ub85c": 28, "\uae30\ubcf8\uc801\uc73c\ub85c": [10, 31, 69], "\uae30\uc5c5": 18, "\uae30\uc874": [12, 69], "\uae30\ud0c0": 69, "\uae30\ud68c\uac00": 12, "\uae34": 40, "\uae41\ub2c8\ub2e4": 20, "\uae4a\uc9c0": 12, "\uae4c\uc9c0": 33, "\ub044\ub294": 7, "\ub04a\uc5b4\uc9c0\ub294": 20, "\ub04a\uc5b4\uc9c4": 19, "\ub04c": 7, "\ub05d\ub098\ub294": 19, "\ub05d\uc5d0": 20, "\ub098\uba38\uc9c0": 20, "\ub098\uc640": 69, "\ub098\ud0c0\ub0a0": 20, "\ub098\ud0c0\ub0b4\ub294": 19, "\ub098\ud0c0\ub0b4\ubbc0\ub85c": 19, "\ub098\ud0c0\ub0c5\ub2c8\ub2e4": 19, "\ub0a0\uc9dc": 69, "\ub0a0\uc9dc\ub97c": 20, "\ub0b4": [20, 28, 69], "\ub0b4\uac00": 69, "\ub0b4\ubd80": [19, 69], "\ub0b4\uc5d0": 24, "\ub0b4\uc6a9": 10, "\ub0b4\uc6a9\uc740": [20, 69], "\ub0b4\uc6a9\uc744": [10, 12], "\ub124\ud2b8\uc6cc\ud06c": 20, "\ub124\ud2b8\uc6cc\ud0b9": 20, "\ub178\ub780\uc0c9": 10, "\ub179\uc0c9": 19, "\ub17c\uc758\ub294": 19, "\ub192\uc740": 12, "\ub193\uc73c\uba74": 53, "\ub204\uad70\uac00\uac00": 69, "\ub204\ub974\uba74": 28, "\ub204\ub974\uc2ed\uc2dc\uc624": [20, 28], "\ub204\ub985\ub2c8\ub2e4": 20, "\ub208\uc5d0": 19, "\ub20c\ub7ec": 20, "\ub20c\ub7ec\uc57c": 28, "\ub294": [19, 24], "\ub298\ub9ac\ub824\uba74": 20, "\ub298\ub9b4": 20, "\ub2e4\ub8e8\uace0": 25, "\ub2e4\ub8e8\uba70": 69, "\ub2e4\ub974\uac8c": 19, "\ub2e4\ub978": [7, 10, 12, 19, 20, 24, 28, 33, 40, 53, 69], "\ub2e4\ub985\ub2c8\ub2e4": 20, "\ub2e4\uc218\uc758": 19, "\ub2e4\uc2dc": [12, 20, 24, 33, 37, 69], "\ub2e4\uc591\ud55c": 18, "\ub2e4\uc6b4\ub85c\ub4dc": [7, 12, 14, 20], "\ub2e4\uc6b4\ub85c\ub4dc\ub098": 19, "\ub2e4\uc6b4\ub85c\ub4dc\ub418\uc5c8\ub294\uc9c0": 20, "\ub2e4\uc6b4\ub85c\ub4dc\ub97c": 7, "\ub2e4\uc6b4\ub85c\ub4dc\uc640": 19, "\ub2e4\uc6b4\ub85c\ub4dc\ud558\uace0": 7, "\ub2e4\uc6b4\ub85c\ub4dc\ud55c": [7, 10], "\ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4": [7, 10], "\ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c": 12, "\ub2e4\uc74c": [7, 10, 12, 19, 20, 28, 40, 69], "\ub2e4\uc74c\uacfc": [12, 20, 24, 69], "\ub2e4\uc74c\uc73c\ub85c": 28, "\ub2e4\uc74c\uc744": 20, "\ub2e4\uc74c\uc758": [19, 20, 28], "\ub2e4\uc774\uc5bc\ub85c\uadf8": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\ub294": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\ub97c": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\uc5d0\uc11c": 19, "\ub2e4\uc774\uc5bc\ub85c\uadf8\uc758": 19, "\ub2e4\uc774\uc5bc\uc544\uc6c3": 69, "\ub2e4\uc774\uc5bc\uc778": 69, "\ub2e8\uacc4\uc5d0\uc11c": 18, "\ub2e8\uacc4\uc5d0\uc11c\ub294": 69, "\ub2e8\uae30": 18, "\ub2e8\uc77c": 19, "\ub2e8\ucd94\ub85c": 20, "\ub2eb\uae30": 19, "\ub2eb\uc740": 20, "\ub2f4\ub2f9\uc790\uc640": 69, "\ub2f5\uc7a5": 69, "\ub2f9\uc2e0": 69, "\ub2f9\uc2e0\uacfc": 33, "\ub2f9\uc2e0\uc5d0\uac8c": 40, "\ub2f9\uc2e0\uc744": 20, "\ub2f9\uc2e0\uc758": [33, 40], "\ub2f9\uc2e0\uc774": 10, "\ub300\uac1c": 12, "\ub300\uaddc\ubaa8": 53, "\ub300\uae30\uc911\uc774\uac70\ub098": 19, "\ub300\ubd80\ubd84\uc758": 18, "\ub300\uc0c1": 37, "\ub300\uc2dc\ubcf4\ub4dc\ub294": 69, "\ub300\uc2dc\ubcf4\ub4dc\uc5d0\uc11c": 69, "\ub300\uc2dc\ubcf4\ub4dc\uc5d0\uc11c\ub294": 69, "\ub300\uc2e0": [12, 20], "\ub300\uc5ed\ud3ed\uc744": 19, "\ub300\uc6a9\ub7c9": [22, 30], "\ub300\uccb4": [20, 40, 69], "\ub300\ud45c\uc801\uc785\ub2c8\ub2e4": 24, "\ub300\ud558\uc5ec": [7, 10, 12, 19], "\ub300\ud559\uacfc": 7, "\ub300\ud55c": [7, 19, 20, 37, 69], "\ub300\ud574": [20, 24, 69], "\ub300\ud574\uc11c": 7, "\ub300\ud574\uc11c\ub294": 19, "\ub300\ud574\uc11c\ub9cc": 7, "\ub300\ud654": [68, 73], "\ub300\ud654\uac00": 69, "\ub300\ud654\ub294": 69, "\ub300\ud654\ub85c": [40, 69], "\ub300\ud654\uc0c1\uc790\uac00": 28, "\ub300\ud654\uc5d0": 69, "\ub300\ud654\uc5d0\ub294": 69, "\ub300\ud654\uc5d0\uc11c": 69, "\ub300\ud654\uc5d0\uc11c\ub294": 69, "\ub300\ud654\uc5d0\uc11c\ub3c4": 69, "\ub300\ud654\uc758": 69, "\ub300\ud654\ucc3d\uc5d0": 69, "\ub300\ud654\ucc3d\uc5d0\uc11c": 69, "\ub300\ud654\ucc3d\uc73c\ub85c": 69, "\ub300\ud654\ucc3d\uc744": 69, "\ub300\ud654\ucc3d\uc774": 69, "\ub354": [7, 12, 24, 37, 69], "\ub354\ube14": 12, "\ub370": 7, "\ub370\uc2a4\ud06c\ud0d1": 7, "\ub370\uc2a4\ud06c\ud0d1\uc5d0": 20, "\ub370\uc2a4\ud06c\ud1b1": [10, 12, 18, 19, 20, 22, 30], "\ub370\uc2a4\ud06c\ud1b1\uc5d0\uc11c": 20, "\ub370\uc774\ud130": [12, 37, 53], "\ub370\uc774\ud130\ub294": 40, "\ub370\uc774\ud130\ub3c4": 33, "\ub370\uc774\ud130\ub97c": [12, 20], "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0": 33, "\ub3c4\uad6c\uc640": 7, "\ub3c4\ub2ec\ud558\uba74": 69, "\ub3c4\uba54\uc778\uc758": 20, "\ub3c4\uc911": 19, "\ub3d9\uae30": [12, 14], "\ub3d9\uae30\ud654": [6, 7, 10, 13, 20, 22, 53], "\ub3d9\uae30\ud654\uac00": 19, "\ub3d9\uae30\ud654\ub418\uba70": 53, "\ub3d9\uae30\ud654\ub418\uc5c8\uace0": 19, "\ub3d9\uae30\ud654\ub418\uc5c8\ub294\uc9c0": 20, "\ub3d9\uae30\ud654\ub418\uc5c8\ub2e4\uba74": 19, "\ub3d9\uae30\ud654\ub41c": 19, "\ub3d9\uae30\ud654\ub429\ub2c8\ub2e4": 53, "\ub3d9\uae30\ud654\uc5d0": 19, "\ub3d9\uae30\ud654\uc5d0\uc11c": 12, "\ub3d9\uae30\ud654\uc640": 53, "\ub3d9\uae30\ud654\uc758": 19, "\ub3d9\uae30\ud654\ud558\uac70\ub098": 14, "\ub3d9\uae30\ud654\ud558\uae30": 25, "\ub3d9\uae30\ud654\ud558\ub294": [12, 20], "\ub3d9\uae30\ud654\ud558\ub3c4\ub85d": 12, "\ub3d9\uae30\ud654\ud558\uc2ed\uc2dc\uc624": 20, "\ub3d9\uae30\ud654\ud560": [19, 20, 53], "\ub3d9\uc548": 20, "\ub3d9\uc548\ub9cc": 69, "\ub3d9\uc77c\ud55c": 20, "\ub3d9\uc77c\ud569\ub2c8\ub2e4": 14, "\ub3d9\uc791": 10, "\ub3d9\uc791\uc5d0": 19, "\ub3d9\uc791\uc744": [7, 10, 69], "\ub3d9\uc791\uc774": 19, "\ub3d9\uc791\ud558\uace0": 19, "\ub3d9\uc791\ud558\ub294\uc9c0": 20, "\ub3d9\uc791\ud558\uc9c0": 19, "\ub3d9\uc791\ud569\ub2c8\ub2e4": [7, 19], "\ub418\uae30\ud654\ub418\uae30\ub97c": 19, "\ub418\uc5b4": 69, "\ub418\uc9c0": [12, 33], "\ub420": [10, 33], "\ub429\ub2c8\ub2e4": [20, 28, 69], "\ub450": [19, 69], "\ub450\uac00\uc9c0": 7, "\ub450\uac1c\uc758": 10, "\ub450\ubc88\uc9f8": 7, "\ub458": 20, "\ub4dc\ub77c\uc774\ubc84\ub97c": 20, "\ub4dc\ub77c\uc774\ube0c\ub85c": 20, "\ub4dc\ub77c\uc774\ube0c\ub97c": 20, "\ub4dc\ub77c\uc774\ube0c\uc5d0": 20, "\ub4dc\ub77c\uc774\ube0c\uc758": 20, "\ub4dc\ub86d\ub2e4\uc6b4": [12, 20], "\ub4dc\ub86d\ub2e4\uc6b4\uc744": 20, "\ub4e0\ub2e4\uba74": 19, "\ub4e4\uc5b4": [19, 20], "\ub4e4\uc5b4\uac00\uc2ed\uc2dc\uc624": 20, "\ub4f1": 20, "\ub4f1\uacfc": 69, "\ub4f1\ub85d\ub418\uc9c0": 12, "\ub4f1\ub85d\ub41c": [12, 69], "\ub4f1\uc740": 33, "\ub4f1\uc744": 69, "\ub4f1\uc758": [19, 40], "\ub514\ub809\ud130\ub9ac\ub97c": 20, "\ub514\ub809\ud130\ub9ac\uc5d0": [20, 53], "\ub514\ub809\ud130\ub9ac\uc758": 28, "\ub514\ub809\ud1a0\ub9ac": [19, 20], "\ub514\ub809\ud1a0\ub9ac\uac00": [12, 19], "\ub514\ub809\ud1a0\ub9ac\ub294": 19, "\ub514\ub809\ud1a0\ub9ac\ub4e4\uacfc": 12, "\ub514\ub809\ud1a0\ub9ac\ub85c": 12, "\ub514\ub809\ud1a0\ub9ac\ub97c": [12, 19], "\ub514\ub809\ud1a0\ub9ac\uc5d0": [19, 20], "\ub514\ub809\ud1a0\ub9ac\uc758": [14, 19], "\ub514\ubc14\uc774\uc2a4\uc5d0\ub3c4": 53, "\ub514\uc2a4\ud06c": [20, 33], "\ub530\ub77c": [19, 20, 37], "\ub530\ub77c\uc11c": 19, "\ub54c": [7, 10, 12, 14, 19, 20, 31, 33, 40, 69], "\ub54c\uae4c\uc9c0": [18, 20], "\ub54c\ub9c8\ub2e4": 20, "\ub54c\ub9cc": 19, "\ub54c\ubb38\uc5d0": [7, 12, 19], "\ub54c\uc640": 12, "\ub54c\uc758": 33, "\ub610\ub294": [19, 20, 28, 37, 53, 69], "\ub610\ud55c": [10, 19, 20, 24, 28, 69], "\ub744\ub294": 19, "\ub77c\uace0": 12, "\ub77c\ub294": 20, "\ub77c\ubca8\uc744": 28, "\ub77c\ubca8\uc774": 28, "\ub77c\uc778\uc740": 19, "\ub77c\uc778\uc744": 7, "\ub780\uc5d0\uc11c": 37, "\ub808\uc9c0\uc2a4\ud2b8\ub9ac": [7, 20], "\ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub85c": 12, "\ub808\uc9c0\uc2a4\ud2b8\ub9ac\uc5d0\uc11c": [12, 20], "\ub85c": [7, 19, 20], "\ub85c\uadf8": 19, "\ub85c\uadf8\uc778": 20, "\ub85c\uadf8\uc778\uc774\ub098": 19, "\ub85c\uadf8\uc778\ud560": 20, "\ub85c\uadf8\uc778\ud569\ub2c8\ub2e4": 20, "\ub85c\uceec": [10, 14, 19, 20, 53], "\ub85c\uceec\uacfc": 10, "\ub8e8\ud2b8": [20, 37], "\ub8e8\ud2b8\uc640": 20, "\ub97c": [12, 19, 20, 24, 25, 37, 69], "\ub9ac\ub205\uc2a4": [12, 19], "\ub9ac\ub205\uc2a4\uc5d0\uc11c\ub294": 12, "\ub9ac\ub205\uc2a4\uc758": 19, "\ub9ac\uc18c\uc2a4\ub97c": 20, "\ub9ac\uc2a4\ud2b8": 19, "\ub9ac\uc2a4\ud2b8\uac00": 19, "\ub9ac\uc2a4\ud2b8\ub97c": [10, 19], "\ub9ac\uc2a4\ud2b8\uc5d0": 19, "\ub9ac\uc2a4\ud2b8\uc758": 19, "\ub9ac\ud134": 28, "\ub9b4\ub9ac\uc2a4": 18, "\ub9c1\ud06c": [12, 20, 28], "\ub9c1\ud06c\ub97c": [14, 19, 69], "\ub9c1\ud06c\uc5d0": 69, "\ub9c1\ud06c\uc774\uae30": 19, "\ub9c8\ubc95\uc0ac\ub97c": [12, 19], "\ub9c8\uc6b0\uc2a4": 20, "\ub9c8\uc6b0\uc2a4\ub97c": 19, "\ub9c8\uc6b4\ud2b8\ub429\ub2c8\ub2e4": 20, "\ub9c8\uc6b4\ud2b8\ub97c": 20, "\ub9c8\uc6b4\ud2b8\uc640": 20, "\ub9c8\uc6b4\ud2b8\ud558\uace0": 20, "\ub9c8\uc6b4\ud2b8\ud558\ub294": 20, "\ub9c8\uc6b4\ud2b8\ud558\ub824\uba74": 20, "\ub9c8\uc6b4\ud2b8\ud560": 20, "\ub9c8\uc74c\uc5d0": 19, "\ub9c8\uc9c0\ub9c9": 7, "\ub9c8\uc9c0\ub9c9\uc73c\ub85c": [19, 20], "\ub9c8\ucc2c\uac00\uc9c0\ub85c": 20, "\ub9c8\uce68": 20, "\ub9c8\ud06c\ub2e4\uc6b4": 69, "\ub9c9\uace0": 7, "\ub9c9\uae30\uc704\ud574": 12, "\ub9c9\ub294": 7, "\ub9c9\ub300": 69, "\ub9c9\ub300\uc5d0\uc11c": 20, "\ub9c9\uc2b5\ub2c8\ub2e4": 7, "\ub9c9\uc9c0\ub9cc": 7, "\ub9cc\ub4dc\uc138\uc694": 69, "\ub9cc\ub4e4": [20, 69], "\ub9cc\ub4e4\uac70\ub098": 20, "\ub9cc\ub4e4\uace0": 20, "\ub9cc\ub4e4\ub824\uba74": [20, 69], "\ub9cc\ub4e4\uc5c8\ub358": 19, "\ub9cc\uc57d": [12, 33], "\ub9cc\ud07c": 69, "\ub9ce\uc740": [7, 12], "\ub9de\uc9c0": 7, "\ub9de\ucda5\ub2c8\ub2e4": 24, "\ub9e4\ub274\uc5bc": 6, "\ub9e4\uc6b0": 12, "\ub9e4\uc77c": 18, "\ub9e4\uce6d\uc744": 19, "\ub9e4\ud551\ub41c": 20, "\ub9e4\ud551\uc774": 20, "\ub9e4\ud551\ud558\ub294": 20, "\ub9e4\ud551\ud558\ub824\uba74": 20, "\ub9e4\ud551\ud558\uba74": 20, "\ub9e4\ud551\ud558\uc5ec": 20, "\ub9e4\ud551\ud560": 20, "\ub9e4\ud551\ud569\ub2c8\ub2e4": 20, "\uba38\ub9ac\ub9d0": 6, "\uba38\uc2e0\uc5b4\ub294": 10, "\uba3c\uc800": 12, "\uba54\ub274": [19, 20], "\uba54\ub274\ub294": 19, "\uba54\ub274\ub97c": [12, 19, 20, 69], "\uba54\ub274\ubc14": 19, "\uba54\ub274\uc5bc": 13, "\uba54\ub274\uc5d0\uc11c": [19, 20, 69], "\uba54\ubaa8\ub85c": 69, "\uba54\ubaa8\ud558\uae30": 69, "\uba54\uc2dc\uc9c0": [6, 19, 43], "\uba54\uc2dc\uc9c0\uac00": [20, 69], "\uba54\uc2dc\uc9c0\ub294": 69, "\uba54\uc2dc\uc9c0\ub85c": 40, "\uba54\uc2dc\uc9c0\ub97c": [19, 40, 69], "\uba54\uc2dc\uc9c0\uc5d0": 69, "\uba54\uc2dc\uc9c0\uc640": 40, "\uba54\uc778": [19, 69], "\uba54\uc77c": 40, "\uba54\ud0c0\ub370\uc774\ud130": 33, "\uba54\ud0c0\ub370\uc774\ud130\ub85c": 19, "\uba58\uc158": 69, "\uba58\uc158\ub41c": 69, "\uba85\ub839": 20, "\uba85\ub839\uc744": 20, "\uba87": 69, "\ubaa8\ub2c8\ud130\ub9c1": 12, "\ubaa8\ub2c8\ud130\ub9c1\uc744": 12, "\ubaa8\ub450": 20, "\ubaa8\ub450\uc5d0\uac8c": 31, "\ubaa8\ub450\uc5d0\uc11c": 10, "\ubaa8\ub4e0": [12, 14, 18, 19, 20, 33, 37, 53, 69], "\ubaa8\ubc14\uc77c": [22, 30], "\ubaa8\uc784\uc758": 69, "\ubaa9\ub85d": 69, "\ubaa9\ub85d\uc5d0": 69, "\ubaa9\ub85d\uc5d0\ub294": 69, "\ubaa9\ub85d\uc5d0\uc11c": 69, "\ubaa9\ub85d\uc740": 69, "\ubaa9\ub85d\uc744": 20, "\ubaa9\uc801\uc5d0": 31, "\ubaa9\uc801\uc73c\ub85c": 40, "\ubabb\ud569\ub2c8\ub2e4": 20, "\ubb34\ub8cc": 53, "\ubb34\uc2dc": 19, "\ubb34\uc2dc\ub418\uc5c8\ub2e4\uba74": 19, "\ubb34\uc2dc\ub41c": 12, "\ubb34\uc2dc\ud558\uace0": 19, "\ubb38\ubc95\uc5d0": 19, "\ubb38\ubc95\uc744": 19, "\ubb38\uc11c": [33, 37], "\ubb38\uc11c\ub97c": [12, 24], "\ubb38\uc11c\uc5d0": 20, "\ubb38\uc11c\uc5d0\uc11c": 25, "\ubb38\uc758\ud558\uc2ed\uc2dc\uc624": 20, "\ubb38\uc758\ud558\uc5ec": 31, "\ubb38\uc790": [19, 20], "\ubb38\uc790\ub97c": 19, "\ubb38\uc790\uc5f4\uc5d0\ub294": 19, "\ubb38\uc790\uc5f4\uc744": 19, "\ubb38\uc81c\uac00": 20, "\ubb38\uc81c\ub294": 12, "\ubb38\uc81c\ub97c": 10, "\ubb38\uc81c\uc810\uacfc": 20, "\ubb3c\ub9ac\uc801": 20, "\ubb3c\uc74c\ud45c": 19, "\ubbf8\ub514\uc5b4": 69, "\ubbf8\ub9ac": 19, "\ubbf8\ub9ac\ubcf4\uae30": 18, "\ubbfc\uac10\ud55c": 69, "\ubc0f": [6, 12, 22, 28, 53], "\ubc14\uafc0\uc218\ub3c4": 12, "\ubc14\ub85c": [10, 12, 19, 69], "\ubc14\ub85c\uac00\uae30": 69, "\ubc14\uc758": 19, "\ubc15\uc2a4\uac00": 19, "\ubc18\uc601\ub418\uc9c0": 19, "\ubc18\uc6d0\uc740": 19, "\ubc1b\ub294": 53, "\ubc1b\uc2b5\ub2c8\ub2e4": 31, "\ubc1b\uc544\ubcfc": 7, "\ubc1c\uacac\ud558\uace0": 69, "\ubc1c\uc0dd\uc2dc\ud0a8": 19, "\ubc1c\uc0dd\ud558\uac70\ub098": 20, "\ubc1c\uc0dd\ud558\uba74": 20, "\ubc1c\uc0dd\ud55c": 10, "\ubc1c\uc0dd\ud560": [10, 19], "\ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4": 20, "\ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c": 10, "\ubc29\ubc95": 7, "\ubc29\ubc95\uc5d0": 7, "\ubc29\ubc95\uc73c\ub85c": [12, 20], "\ubc29\ubc95\uc740": [7, 20], "\ubc29\ubc95\uc744": [20, 28], "\ubc29\ubc95\uc785\ub2c8\ub2e4": 7, "\ubc29\uc2dd\uc5d0": 10, "\ubc29\uc2dd\uc73c\ub85c": 20, "\ubc29\uc2dd\uc744": [7, 33], "\ubc29\uc2dd\uc785\ub2c8\ub2e4": 19, "\ubc29\uc9c0\ud560": 24, "\ubc29\ud574": 19, "\ubc30\uc9c0\ub85c": 10, "\ubc30\uc9c0\ub97c": 10, "\ubc30\uce58\ub97c": 20, "\ubc30\ud3ec": [7, 18], "\ubc30\ud3ec\ud310\uacfc": 12, "\ubc30\ud3ec\ud310\uc740": 7, "\ubc30\ud3ec\ud569\ub2c8\ub2e4": 18, "\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c": 19, "\ubc31\uc5c5\uc744": 19, "\ubc84\uadf8": 7, "\ubc84\uadf8\ub97c": [12, 18], "\ubc84\uc804": [10, 18, 20, 28, 33, 41], "\ubc84\uc804\uacfc": [10, 19], "\ubc84\uc804\uc5d0": 7, "\ubc84\uc804\uc73c\ub85c": 18, "\ubc84\uc804\uc744": [7, 10, 18, 20], "\ubc84\uc804\uc758": [7, 14, 18, 20, 28, 33], "\ubc84\uc804\uc785\ub2c8\ub2e4": 18, "\ubc84\ud2bc": [19, 69], "\ubc84\ud2bc\uc73c\ub85c": 20, "\ubc84\ud2bc\uc744": [19, 20, 28, 69], "\ubc84\ud2bc\uc774": 69, "\ubc88\ub4e4\uc5d0": 7, "\ubc88\uc9f8": 69, "\ubc94\uc6a9\uc801\uc778": 12, "\ubc94\uc704": 20, "\ubc94\uc704\uc758": 12, "\ubca0\ud0c0": 18, "\ubcc0\uacbd": [10, 12, 19, 24, 37, 41], "\ubcc0\uacbd\ub3c4": 19, "\ubcc0\uacbd\ub418\uace0": 40, "\ubcc0\uacbd\ub41c": 10, "\ubcc0\uacbd\ub429\ub2c8\ub2e4": 28, "\ubcc0\uacbd\uc5d0": [10, 12], "\ubcc0\uacbd\uc740": 10, "\ubcc0\uacbd\uc744": [10, 12], "\ubcc0\uacbd\uc758": 10, "\ubcc0\uacbd\uc774": [10, 19], "\ubcc0\uacbd\ud558\uace0": 10, "\ubcc0\uacbd\ud558\ub294": [12, 19], "\ubcc0\uacbd\ud558\ub824\uba74": 20, "\ubcc0\uacbd\ud558\uba74": 69, "\ubcc0\uacbd\ud558\uc2ed\uc2dc\uc624": 20, "\ubcc0\uacbd\ud560": [14, 19, 69], "\ubcc0\uacbd\ud569\ub2c8\ub2e4": 12, "\ubcc0\uacbd\ud574\uc57c": 20, "\ubcc0\uc218": 10, "\ubcc0\uc218\uac12\uc758": 31, "\ubcc0\uc218\ub4e4\uc744": 31, "\ubcc0\uc218\ub97c": 31, "\ubcc4\ub3c4\uc758": 25, "\ubcc4\ud45c": 19, "\ubcd1\uac00": 40, "\ubcd1\ud569\ud558\uc2ed\uc2dc\uc624": 12, "\ubcf4\uace0": 69, "\ubcf4\uace0\ud560": 18, "\ubcf4\uad00": 33, "\ubcf4\uad00\ub418\uba74": 69, "\ubcf4\uad00\ub41c": 69, "\ubcf4\uad00\ub429\ub2c8\ub2e4": 33, "\ubcf4\uad00\ud558\uace0": 69, "\ubcf4\uad00\ud568\uc73c\ub85c": 69, "\ubcf4\ub0b8": 69, "\ubcf4\ub0bc": 20, "\ubcf4\ub0c5\ub2c8\ub2e4": 69, "\ubcf4\uc548": 20, "\ubcf4\uc548\ub418\uc9c0": 20, "\ubcf4\uc548\uc744": 20, "\ubcf4\uc5ec": 20, "\ubcf4\uc5ec\uc90d\ub2c8\ub2e4": [19, 20], "\ubcf4\uc778\ub2e4\uba74": 19, "\ubcf4\uc874": 69, "\ubcf4\uc874\ub429\ub2c8\ub2e4": 69, "\ubcf4\ud638\ub418\ub294": 69, "\ubcf4\ud638\ub41c": 20, "\ubcf4\ud638\ub97c": 69, "\ubcf5\uc0ac": [10, 20, 24], "\ubcf5\uc0ac\ud569\ub2c8\ub2e4": [12, 20], "\ubcf5\uc0ac\ud574\ub123\uc2b5\ub2c8\ub2e4": 10, "\ubcf5\uc7a1\ud560": 24, "\ubcf8": 20, "\ubcf8\uc778": 69, "\ubcf8\uc778\uc774": 69, "\ubcfc": 69, "\ubd80\ubd84\uc740": 20, "\ubd80\ubd84\uc744": [20, 37], "\ubd80\uc5ec\ud558\uac70\ub098": 69, "\ubd80\uc7ac": [40, 69], "\ubd80\uc7ac\uc911": [6, 43, 69], "\ubd80\uc7ac\uc911\uc5d0": 40, "\ubd80\uc7ac\uc911\uc774": 69, "\ubd80\uc7ac\uc911\uc778": 40, "\ubd80\ud130": 10, "\ubd80\ud305\ud558\uac70\ub098": 20, "\ubd84\uc0b0": 20, "\ubd99\uac8c": 28, "\ube0c\ub77c\uc6b0\uc800": [6, 20], "\ube0c\ub77c\uc6b0\uc800\ub294": 12, "\ube0c\ub77c\uc6b0\uc800\ub97c": 20, "\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c": [7, 14], "\ube0c\ub77c\uc6b0\uc800\uc640": 12, "\ube0c\ub77c\uc6b0\uc800\uc785\ub2c8\ub2e4": 20, "\ube14\ub799\ub9ac\uc2a4\ud2b8\ub418\uc5c8\ub2e4\uba74": 19, "\ube44": 20, "\ube44\uacf5\uac1c": 69, "\ube44\uad50\ud558\uace0": 10, "\ube44\ubc00\ubc88\ud638": 20, "\ube44\ubc00\ubc88\ud638\ub85c": 69, "\ube44\ubc00\ubc88\ud638\ub97c": 20, "\ube44\uc6c0": 19, "\ube44\ud574": 33, "\ube44\ud65c\uc131\ud654": 19, "\ube44\ud65c\uc131\ud654\ub418\uc5c8\uc74c\uc744": 20, "\ube44\ud65c\uc131\ud654\ud558\uae30\ub97c": 7, "\ube44\ud65c\uc131\ud654\ud558\ub294": 7, "\ube44\ud65c\uc131\ud654\ud558\uba74": 20, "\ube4c\ub4dc": 18, "\ube60\ub974\uac8c": 69, "\ube60\ub974\uace0": 69, "\ube60\ub978": 19, "\ubfd0": 28, "\uc0ac\ub78c\uacfc": 24, "\uc0ac\ub78c\uc744": 69, "\uc0ac\ub78c\uc774\uace0": 10, "\uc0ac\ubcf8\uc744": 12, "\uc0ac\uc6a9": [20, 33], "\uc0ac\uc6a9\uacfc": 19, "\uc0ac\uc6a9\ub429\ub2c8\ub2e4": 40, "\uc0ac\uc6a9\ubc95\uc740": 25, "\uc0ac\uc6a9\uc2dc": 20, "\uc0ac\uc6a9\uc744": 20, "\uc0ac\uc6a9\uc790": [6, 20, 28, 33, 37, 40, 69], "\uc0ac\uc6a9\uc790\uac00": [18, 20, 24, 33, 40, 69], "\uc0ac\uc6a9\uc790\ub098": 33, "\uc0ac\uc6a9\uc790\ub294": [7, 19, 24, 37, 69], "\uc0ac\uc6a9\uc790\ub3c4": 40, "\uc0ac\uc6a9\uc790\ub85c": 20, "\uc0ac\uc6a9\uc790\ub97c": [37, 40, 53], "\uc0ac\uc6a9\uc790\ubfd0": 69, "\uc0ac\uc6a9\uc790\uc5d0\uac8c": [10, 33, 69], "\uc0ac\uc6a9\uc790\uc640": [19, 24, 28, 69], "\uc0ac\uc6a9\uc790\uc758": [19, 20, 24, 28, 31, 37, 69], "\uc0ac\uc6a9\uc911\uc778": 7, "\uc0ac\uc6a9\ud558\uace0": 20, "\uc0ac\uc6a9\ud558\uae30": [6, 13], "\uc0ac\uc6a9\ud558\ub294": [7, 12, 19, 20, 53], "\uc0ac\uc6a9\ud558\ub294\uc9c0\uc5d0": 7, "\uc0ac\uc6a9\ud558\ub824\ub294": 20, "\uc0ac\uc6a9\ud558\ub824\uba74": 20, "\uc0ac\uc6a9\ud558\uba74": 20, "\uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624": [7, 19, 20, 25, 28], "\uc0ac\uc6a9\ud558\uc5ec": [7, 12, 19, 40, 69], "\uc0ac\uc6a9\ud558\uc9c0": 24, "\uc0ac\uc6a9\ud558\uc9c0\ub9cc": 12, "\uc0ac\uc6a9\ud55c\ub2e4\uba74": 12, "\uc0ac\uc6a9\ud560": [7, 18, 19, 20], "\uc0ac\uc6a9\ud569\ub2c8\ub2e4": [19, 20], "\uc0ac\uc6a9\ud574\uc57c": 7, "\uc0ac\uc720\ub97c": 69, "\uc0ac\uc774\ub4dc\ubc14\uc5d0": 28, "\uc0ac\uc774\ub4dc\ubc14\uc5d0\uc11c\ub294": 69, "\uc0ac\uc774\ub4dc\ubc14\uc758": 20, "\uc0ac\uc774\uc5d0": 10, "\uc0ac\uc9c4\uc774\ub098": 69, "\uc0ac\ud56d": 20, "\uc0ac\ud56d\uc5d0": 69, "\uc0ac\ud56d\uc744": 10, "\uc0ad\uc81c": [12, 19, 24, 69], "\uc0ad\uc81c\ub41c": [30, 32, 33], "\uc0ad\uc81c\ub429\ub2c8\ub2e4": [19, 33, 69], "\uc0ad\uc81c\uc5d0": 69, "\uc0ad\uc81c\ud558\ub294": 24, "\uc0ad\uc81c\ud558\ub824\uba74": 19, "\uc0ad\uc81c\ud558\uc9c0": [12, 28], "\uc0ad\uc81c\ud560": 28, "\uc0ad\uc81c\ud568": 24, "\uc0ad\uc81c\ud569\ub2c8\ub2e4": 10, "\uc0b0\uc785\ub418\uba70": 24, "\uc0b0\uc785\ub418\uc9c0": [24, 33], "\uc0b0\uc785\ub418\uc9c0\ub294": 33, "\uc0b0\uc785\ub429\ub2c8\ub2e4": 33, "\uc0b4\ub9ac\uae30": 12, "\uc0c1": 19, "\uc0c1\ub2e8": 20, "\uc0c1\ub2e8\uc5d0\ub294": 19, "\uc0c1\ub2e8\uc758": 69, "\uc0c1\ub2f9\ud55c": 12, "\uc0c1\ub300\ubc29": 69, "\uc0c1\ub300\ubc29\uc5d0": 69, "\uc0c1\uc704": 19, "\uc0c1\uc758": [10, 12, 19], "\uc0c1\uc790\ub97c": 20, "\uc0c1\ud0dc": 20, "\uc0c1\ud0dc\uac00": 19, "\uc0c1\ud0dc\ub294": [7, 19, 40], "\uc0c1\ud0dc\ub85c": 20, "\uc0c1\ud0dc\ub97c": [7, 19, 20, 69], "\uc0c1\ud0dc\uc5d0": 19, "\uc0c1\ud0dc\uc640": 19, "\uc0c1\ud0dc\uc9c0\ub9cc": 24, "\uc0c1\ud5a5\ud560": 31, "\uc0c1\ud669\uc5d0\uc11c": 10, "\uc0c1\ud669\uc5d0\uc11c\ub294": 10, "\uc0c1\ud669\uc744": 10, "\uc0c8": [7, 12, 20, 37, 69], "\uc0c8\ub85c": [12, 19, 20], "\uc0c8\ub85c\uc6b4": 69, "\uc0dd\ub7b5\ud558\uc2ed\uc2dc\uc624": 20, "\uc0dd\uc131": 19, "\uc0dd\uc131\ub418\uc5b4": [19, 69], "\uc0dd\uc131\ub41c": 19, "\uc0dd\uc131\ub429\ub2c8\ub2e4": 69, "\uc0dd\uc131\uc744": 69, "\uc0dd\uc131\ud558\uace0": [10, 19, 20, 69], "\uc0dd\uc131\ud558\ub294": 19, "\uc0dd\uc131\ud558\uc2ed\uc2dc\uc624": [20, 28], "\uc0dd\uc131\ud55c": 12, "\uc0dd\uc131\ud560": [12, 19, 20, 69], "\uc11c\ub4dc\ud30c\ud2f0": 12, "\uc11c\ub85c": 7, "\uc11c\uba85\ub41c": 20, "\uc11c\ubc84": [10, 19, 20, 28], "\uc11c\ubc84\uac00": [10, 20], "\uc11c\ubc84\ub85c": [10, 20], "\uc11c\ubc84\ub85c\ubd80\ud130": 28, "\uc11c\ubc84\ub97c": [20, 53], "\uc11c\ubc84\uc5d0": [19, 20, 53], "\uc11c\ubc84\uc5d0\uc11c": [20, 69], "\uc11c\ubc84\uc640": [19, 20, 28, 53], "\uc11c\ubc84\uc640\uc758": 19, "\uc11c\ubc84\uc758": [14, 20, 28, 69], "\uc11c\ube44\uc2a4": 20, "\uc11c\ube44\uc2a4\uac00": 20, "\uc11c\ube44\uc2a4\ub97c": 20, "\uc11c\ud2b8\ud30c\ud2f0": 20, "\uc120\ud0dd": [19, 20, 37], "\uc120\ud0dd\uc744": 12, "\uc120\ud0dd\ud558\uace0": [20, 37, 69], "\uc120\ud0dd\ud558\uae30": 12, "\uc120\ud0dd\ud558\ub294": 20, "\uc120\ud0dd\ud558\uc138\uc694": 69, "\uc120\ud0dd\ud558\uc2ed\uc2dc\uc624": 37, "\uc120\ud0dd\ud558\uc5ec": [19, 20], "\uc120\ud0dd\ud55c": [20, 37], "\uc120\ud0dd\ud560": [12, 14, 19, 20, 37, 69], "\uc120\ud0dd\ud569\ub2c8\ub2e4": [12, 20], "\uc120\ud0dd\ud574\uc57c": 20, "\uc120\ud589": 20, "\uc120\ud638\ub418\ub294": 7, "\uc120\ud638\uc5d0": 20, "\uc124\uacc4\ub41c": 20, "\uc124\uba85": 69, "\uc124\uba85\ub418\uc5b4": 20, "\uc124\uba85\uc11c\ub97c": 20, "\uc124\uba85\uc744": 69, "\uc124\uba85\ud55c": 19, "\uc124\uba85\ud569\ub2c8\ub2e4": 7, "\uc124\uc815": [6, 7, 10, 20, 43, 69], "\uc124\uc815\ub418\uc5b4": [31, 40], "\uc124\uc815\ub41c": 31, "\uc124\uc815\uc5d0": [19, 31, 37, 69], "\uc124\uc815\uc5d0\uc11c": 69, "\uc124\uc815\uc6a9": 20, "\uc124\uc815\uc744": [19, 69], "\uc124\uc815\uc758": [40, 69], "\uc124\uc815\ud558\uac70\ub098": 19, "\uc124\uc815\ud558\uace0": [19, 20, 33, 69], "\uc124\uc815\ud558\ub294": 12, "\uc124\uc815\ud558\ub824\uba74": 19, "\uc124\uc815\ud558\uc5ec": 10, "\uc124\uc815\ud558\uc600\ub2e4\uba74": 19, "\uc124\uc815\ud55c": 69, "\uc124\uc815\ud560": [12, 19, 69], "\uc124\uc815\ud569\ub2c8\ub2e4": [20, 24], "\uc124\uc815\ud588\ub2e4\uba74": 20, "\uc124\uc815\ud588\uc744": 33, "\uc124\uce58": [6, 13, 28], "\uc124\uce58\ub41c": 20, "\uc124\uce58\ud558\uac70\ub098": 12, "\uc124\uce58\ud558\ub824\uba74": 20, "\uc124\uce58\ud558\uc600\ub2e4\uba74": 19, "\uc124\uce58\ud560": 7, "\uc124\uce58\ud569\ub2c8\ub2e4": 20, "\uc124\uce58\ud574\uc57c": 19, "\uc131\uacf5\uc801\uc73c\ub85c": 7, "\uc131\ubd84\uc5d0\ub9cc": 19, "\uc131\ubd84\uc744": 19, "\uc138\uac1c": 19, "\uc138\uac1c\uc758": 19, "\uc138\ubd80": [20, 33, 69], "\uc138\uc158": 20, "\uc139\uc158\uc5d0": 7, "\uc139\uc158\uc5d0\uc11c": [7, 20, 40, 69], "\uc139\uc158\uc73c\ub85c": 69, "\uc139\uc158\uc740": 7, "\uc139\uc158\uc758": 69, "\uc18c\uc2a4": [14, 20, 53], "\uc18c\uc720\uad8c": 37, "\uc18c\uc720\uc790": [24, 37], "\uc18c\uc720\uc790\ub294": 37, "\uc18c\uc720\uc790\ub85c": 20, "\uc18c\uc720\uc790\ub9cc": 20, "\uc18c\uc720\uc790\uc758": 33, "\uc18c\uc720\ud558\uace0": 28, "\uc18c\uc720\ud55c": 24, "\uc18c\ud1b5\uc744": 69, "\uc18c\ud504\ud2b8\uc6e8\uc5b4\uac00": 12, "\uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c": 12, "\uc18c\ud504\ud2b8\uc6e8\uc5b4\uc785\ub2c8\ub2e4": 53, "\uc18d\uc131\uc744": 20, "\uc18d\ud55c": 69, "\uc194\ub8e8\uc158\uc744": 53, "\uc218": [7, 10, 12, 14, 18, 19, 20, 24, 28, 33, 37, 40, 53, 69], "\uc218\ub2e8\uc740": 24, "\uc218\ub3c4": [20, 69], "\uc218\ub3d9": 7, "\uc218\ub3d9\uc73c\ub85c": 20, "\uc218\ub77d": 37, "\uc218\ub77d\uacfc": 37, "\uc218\ub77d\ub418\uba74": 37, "\uc218\uc2e0\uc790": 24, "\uc218\uc2e0\uc790\ub294": 28, "\uc218\uc2e0\ud569\ub2c8\ub2e4": 37, "\uc218\uc815": 20, "\uc218\uc815\ub41c": 33, "\uc218\uc815\uc744": 7, "\uc218\uc815\uc774\ub098": 69, "\uc218\uc815\ud558\uc2ed\uc2dc\uc624": 7, "\uc218\uc815\ud560": 19, "\uc218\uc900\uc740": 69, "\uc218\ud589\uc744": 7, "\uc218\ud589\ud558\uc9c0": 7, "\uc21c\ud658": 12, "\uc21c\ud658\uacfc": 12, "\uc228\uaca8\uc9d0": 19, "\uc228\uaca8\uc9d1\ub2c8\ub2e4": 69, "\uc27d\uac8c": 20, "\uc2a4\ub0c5\uc778": 20, "\uc2a4\uc704\uce58\uac00": 10, "\uc2a4\uce94\ud560": 12, "\uc2a4\ud06c\ub9bd\ud305\ud560": 20, "\uc2ac\ub798\uc26c": 19, "\uc2b9\uaca9\uc2dc\ud0a4\uac70\ub098": 69, "\uc2dc": [7, 20], "\uc2dc\uac04": [19, 20], "\uc2dc\uac04\uc5d0": 69, "\uc2dc\uac04\uc740": 69, "\uc2dc\uac04\uc744": 69, "\uc2dc\uae30\ub97c": 19, "\uc2dc\ub3c4\ub97c": 19, "\uc2dc\ub3c4\ud560": 40, "\uc2dc\uc2a4\ud15c": [7, 10, 20], "\uc2dc\uc2a4\ud15c\uacfc": [7, 19, 20], "\uc2dc\uc2a4\ud15c\uc5d0": 20, "\uc2dc\uc2a4\ud15c\uc5d0\uc11c": 7, "\uc2dc\uc2a4\ud15c\uc73c\ub85c": 12, "\uc2dc\uc2a4\ud15c\uc758": 12, "\uc2dc\uc791": [7, 12, 20, 40], "\uc2dc\uc791\ub418\ub294\uc9c0": 20, "\uc2dc\uc791\ud558\uac70\ub098": 69, "\uc2dc\uc791\ud558\uace0": 7, "\uc2dc\uc791\ud558\ub824\uba74": 69, "\uc2dc\uc791\ud560": [12, 69], "\uc2dc\uc791\ud569\ub2c8\ub2e4": 20, "\uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4": 69, "\uc2dc\uc810\uc5d0": 40, "\uc2dc\uc810\uc774": 24, "\uc2dd\ubcc4\ud558\uac70\ub098": 19, "\uc2dd\ubcc4\ud558\uace0": 19, "\uc2dd\ubcc4\ud560": 19, "\uc2e0\uaddc": 12, "\uc2e0\ub8b0\ud560": 20, "\uc2e0\uc911\ud558\uac8c": 12, "\uc2e4\ud328\uc5d0": 12, "\uc2e4\ud328\ud558\uba74": 7, "\uc2e4\ud328\ud560": [12, 20], "\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4": 12, "\uc2e4\ud589": [7, 10, 20], "\uc2e4\ud589\uc73c\ub85c": 20, "\uc2e4\ud589\ud558\uace0": 20, "\uc2e4\ud589\ud558\ub294\ub370": 12, "\uc2e4\ud589\ud558\uc5ec": 20, "\uc2e4\ud589\ud560": 20, "\uc2ec\ubcfc\ub9ad": [12, 19], "\uc2f6\uac70\ub098": 18, "\uc2f6\uc740": 69, "\uc2f6\uc744": 19, "\uc378\ub124\uc77c": 33, "\uc4f0\uae30": 20, "\uc544\ub2c8\uac70\ub098": 19, "\uc544\ub2c8\ub77c": 69, "\uc544\ub2c8\uba74": 18, "\uc544\ub798": 20, "\uc544\ub798\ub97c": 10, "\uc544\ub798\uc758": [19, 37], "\uc544\ub9c8\ub3c4": 12, "\uc544\ubb34": 19, "\uc544\ubb34\ub3c4": 69, "\uc544\ubc14\ud0c0": 69, "\uc544\ubc14\ud0c0\ub97c": 19, "\uc544\uc6c3": 19, "\uc544\uc774\ub514": 20, "\uc544\uc774\ub514\uc5b4": 69, "\uc544\uc774\ub514\uc5b4\ub294": 10, "\uc544\uc774\ucf58": 10, "\uc544\uc774\ucf58\uacfc": 19, "\uc544\uc774\ucf58\uc5d0": 19, "\uc544\uc774\ucf58\uc73c\ub85c": 19, "\uc544\uc774\ucf58\uc740": 19, "\uc544\uc774\ucf58\uc744": [19, 28], "\uc544\uc774\ucf58\uc774": 19, "\uc544\uce74\uc774\ube0c\uc640": 14, "\uc548\uc5d0": 19, "\uc548\uc758": 19, "\uc548\uc804\ud558\uace0": [53, 69], "\uc548\uc804\ud55c": 53, "\uc548\uc815": 18, "\uc548\uc815\uc801\uc778": 18, "\uc54a\uac8c": 12, "\uc54a\uace0": 19, "\uc54a\uae30": [7, 19], "\uc54a\ub294\ub2e4\uba74": 19, "\uc54a\ub294\ud55c": [10, 12], "\uc54a\ub354\ub77c\ub3c4": 10, "\uc54a\ub3c4\ub85d": 24, "\uc54a\uc2b5\ub2c8\ub2e4": [7, 10, 12, 19, 20, 24, 28, 33], "\uc54a\uc558\ub2e4\uba74": [12, 20], "\uc54a\uc558\uc744": 33, "\uc54a\uc73c\ub824\uba74": 7, "\uc54a\uc73c\uba70": 69, "\uc54a\uc73c\ubbc0\ub85c": 31, "\uc54a\uc740": [7, 10, 12, 19, 20, 24, 33, 69], "\uc54a\uc744": [7, 12, 19, 20, 37], "\uc54a\uc74c": [12, 20], "\uc54a\uc9c0\ub9cc": [20, 69], "\uc54c\ub824\uc904": [7, 10], "\uc54c\ub824\uc90d\ub2c8\ub2e4": [7, 10], "\uc54c\ub9ac\ub824\ub294": 19, "\uc54c\ub9bc": [10, 19], "\uc54c\ub9bc\uc5d0\uc11c": 37, "\uc54c\ub9bc\uc5d0\uc11c\ub3c4": 69, "\uc54c\ub9bc\uc744": [7, 10, 19, 37, 69], "\uc54c\ub9bc\uc774": 7, "\uc54c\uc544\ubcf4\uc2ed\uc2dc\uc624": 24, "\uc554\uc2dc\uc801": 20, "\uc554\ud638\ub85c": 20, "\uc554\ud638\ub97c": 20, "\uc554\ud638\ud654": [20, 33], "\uc554\ud638\ud654\ub418\uc9c0": 20, "\uc554\ud638\ud654\ub41c": [20, 33], "\uc554\ud638\ud654\ub85c": 20, "\uc554\ud638\ud654\ud558\uc9c0": 20, "\uc561\uc138\uc2a4": 69, "\uc561\uc138\uc2a4\ub97c": 20, "\uc561\uc138\uc2a4\ud558\ub294": 69, "\uc561\uc138\uc2a4\ud558\ub824\ub294": 20, "\uc561\uc138\uc2a4\ud558\ub824\uba74": 20, "\uc561\uc138\uc2a4\ud558\uc9c0": 20, "\uc561\uc138\uc2a4\ud560": 20, "\uc571": [7, 20, 69], "\uc571\uacfc": [20, 33], "\uc571\ub4e4\uc740": 33, "\uc571\uc5d0": 20, "\uc571\uc5d0\uc11c": 69, "\uc571\uc740": [24, 40], "\uc571\uc744": [19, 20], "\uc57d\uac04": 12, "\uc57d\uc790\uc785\ub2c8\ub2e4": 20, "\uc591\uc2dd\uc5d0": 28, "\uc591\uc2dd\uc774": 28, "\uc591\uc758": 12, "\uc591\ucabd": 10, "\uc5b4\ub290": 19, "\uc5b4\ub5a0\ud55c": [19, 28], "\uc5b4\ub5a4": 20, "\uc5b4\ub5bb\uac8c": 7, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158": 19, "\uc5b8\uae09\ud558\ub294": 69, "\uc5b8\uc81c": 19, "\uc5b8\uc81c\ub098": 19, "\uc5c5\uadf8\ub808\uc774\ub4dc\uc2dc": 28, "\uc5c5\ub370\uc774\ud130": [6, 13, 14], "\uc5c5\ub370\uc774\ud130\uac00": 7, "\uc5c5\ub370\uc774\ud130\ub294": 7, "\uc5c5\ub370\uc774\ud130\ub97c": 7, "\uc5c5\ub370\uc774\ud2b8": [6, 10, 13], "\uc5c5\ub370\uc774\ud2b8\uac00": 7, "\uc5c5\ub370\uc774\ud2b8\ub294": 7, "\uc5c5\ub370\uc774\ud2b8\ub41c": 20, "\uc5c5\ub370\uc774\ud2b8\ub97c": [7, 19], "\uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4": 19, "\uc5c5\ub85c\ub4dc": [19, 22, 30], "\uc5c5\ub85c\ub4dc\ub418\uac70\ub098": 33, "\uc5c5\ub85c\ub4dc\ub418\uc9c0": 10, "\uc5c5\ub85c\ub4dc\ub41c": 33, "\uc5c5\ub85c\ub4dc\ub97c": [10, 33], "\uc5c5\ub85c\ub4dc\ud558\uace0": 10, "\uc5c5\ub85c\ub4dc\ud558\ub824\uace0": 10, "\uc5c5\ub85c\ub4dc\ud558\ub824\uba74": 20, "\uc5c5\ub85c\ub4dc\ud55c": 69, "\uc5c5\ub85c\ub4dc\ud560": [31, 33], "\uc5c6\uac8c": [19, 69], "\uc5c6\uae30": 12, "\uc5c6\ub294": [19, 20, 69], "\uc5c6\uc2b5\ub2c8\ub2e4": [7, 10, 12, 19, 20, 24, 69], "\uc5c6\uc73c\uba70": 69, "\uc5c6\uc74c": [20, 69], "\uc5c6\uc74c\uc744": 19, "\uc5c6\uc774": 69, "\uc5d0": [19, 20], "\uc5d0\uac8c": 69, "\uc5d0\uc11c": [7, 19, 20, 69], "\uc5d4\ud130": 28, "\uc5d4\ud130\ud504\ub77c\uc774\uc988": 18, "\uc5ec\uae30\uc5d0": 69, "\uc5ec\uae30\uc5d0\uc11c": 69, "\uc5ec\ub294\ub370": 12, "\uc5ec\ub7ec": [19, 69], "\uc5ec\ub7ec\ubd84\uc758": 53, "\uc5ec\ubd80": 69, "\uc5ec\ubd80\ub97c": 69, "\uc5ec\ubd80\uc5d0": [20, 37], "\uc5ec\ubd80\uc640": 69, "\uc5f0\uacb0": [12, 19, 20], "\uc5f0\uacb0\ub418\uc5c8\ub294\uc9c0\uc640": 19, "\uc5f0\uacb0\ub41c": 19, "\uc5f0\uacb0\ub420": 20, "\uc5f0\uacb0\uc5d0\uc11c": 20, "\uc5f0\uacb0\uc744": [12, 20], "\uc5f0\uacb0\uc758": 20, "\uc5f0\uacb0\uc774": [19, 20], "\uc5f0\uacb0\ud558\ub824\uba74": 20, "\uc5f0\uacb0\ud558\uc138\uc694": 20, "\uc5f0\uacb0\ud558\uc2ed\uc2dc\uc624": 20, "\uc5f0\uacb0\ud558\uc9c0": 20, "\uc5f0\uacb0\ud560": 20, "\uc5f0\uad00": 10, "\uc5f0\uad00\ub41c": 19, "\uc5f0\ub77d\uc744": 40, "\uc5f0\ub77d\ucc98": 33, "\uc5f0\ud569": 28, "\uc5f4": 19, "\uc5f4\uace0": 20, "\uc5f4\uae30": 19, "\uc5f4\ub9ac\uba74": 20, "\uc5f4\ub9b0": 19, "\uc5f4\ub9bd\ub2c8\ub2e4": 7, "\uc5f4\uc5b4\uc11c": 10, "\uc5fd\ub2c8\ub2e4": [10, 19, 20], "\uc601\uad6c\uc801\uc73c\ub85c": [12, 69], "\uc601\uc0c1": 69, "\uc601\uc5ed": 19, "\uc606\uc5d0": [37, 69], "\uc606\uc758": 19, "\uc608": 20, "\uc608\ub97c": [19, 20], "\uc608\uc0c1\ub300\ub85c": 19, "\uc608\uc2dc\uc5d0\uc11c": 20, "\uc608\uc5d0\uc11c\ub294": 20, "\uc608\uc640": 20, "\uc608\uc815\ub41c": 69, "\uc608\uc815\uc778": 69, "\uc608\uc81c\uc5d0\uc11c\ub294": [10, 20], "\uc624\ub798\ub41c": [24, 33], "\uc624\ub958": [19, 20], "\uc624\ub958\uac00": [19, 20], "\uc624\ub958\ub97c": 19, "\uc624\ub958\uc5d0": 19, "\uc624\ub978\ucabd": 20, "\uc624\ub978\ucabd\uc5d0": [19, 69], "\uc624\uc2e0": 53, "\uc624\uc9c1": 31, "\uc624\ud504\ub77c\uc778\uc73c\ub85c": 20, "\uc624\ud504\ub77c\uc778\uc77c": 19, "\uc624\ud508": [20, 53], "\uc628\ub77c\uc778": [19, 20], "\uc62c\ub824\uc11c": 19, "\uc62c\ub9ac\ub294": 10, "\uc62c\ubc14\ub974\uac8c": 20, "\uc62c\ubc14\ub978\uc9c0": 19, "\uc635\uc158": [18, 20], "\uc635\uc158\uc5d0\uc11c": 14, "\uc635\uc158\uc73c\ub85c": 20, "\uc635\uc158\uc740": 69, "\uc635\uc158\uc744": [7, 12, 18, 19, 20], "\uc640": 33, "\uc640\uc77c\ub4dc": 19, "\uc644\ub8cc\ub429\ub2c8\ub2e4": 28, "\uc644\ub8cc\ud560": 69, "\uc644\ub8cc\ud569\ub2c8\ub2e4": 20, "\uc644\ub8cc\ud574\uc57c": 69, "\uc644\ubcbd\ud558\uac8c": 18, "\uc644\uc804": 33, "\uc644\uc804\ud788": [7, 24], "\uc678\ubd80": 69, "\uc678\uc5d0\ub294": 69, "\uc67c\ucabd": 19, "\uc67c\ucabd\uc758": 20, "\uc694\uad6c\uc0ac\ud56d": 6, "\uc694\uad6c\ud558\uc2ed\uc2dc\uc624": 31, "\uc694\uccad": 37, "\uc694\uccad\uc758": 37, "\uc694\uccad\ud560": 31, "\uc6a9\ub3c4\ub85c": 69, "\uc6a9\ub7c9": [30, 31, 32], "\uc6a9\ub7c9\uc5d0": [24, 33], "\uc6a9\ub7c9\uc73c\ub85c": [24, 33], "\uc6a9\ub7c9\uc740": 33, "\uc6a9\ub7c9\uc744": 33, "\uc6a9\ub7c9\uc758": [24, 33], "\uc6a9\ub7c9\uc774": [24, 33], "\uc6b0\ub9ac\ub294": 12, "\uc6b0\ud074\ub9ad\uc740": 19, "\uc6b0\ud68c\uc801\uc778": 12, "\uc6b4\uc601": 7, "\uc6b4\uc601\uccb4\uc81c\uac00": 12, "\uc6b4\uc601\uccb4\uc81c\ub97c": 7, "\uc6b4\uc601\uccb4\uc81c\uc5d0\uc11c": [7, 20], "\uc6b4\uc601\uccb4\uc81c\uc758": 20, "\uc6b4\uc6a9\ud558\ub294": 53, "\uc6d0": 37, "\uc6d0\uaca9": [10, 20, 28], "\uc6d0\uaca9\uc9c0\uc5d0": 28, "\uc6d0\uacfc": 19, "\uc6d0\ub798": 33, "\uc6d0\uc5d0": 19, "\uc6d0\uc778\uc73c\ub85c": 40, "\uc6d0\ud074\ub9ad\uc73c\ub85c": 7, "\uc6d0\ud558\uac70\ub098": 18, "\uc6d0\ud558\ub294": [12, 20, 28, 69], "\uc6d0\ud558\uc9c0": [7, 19], "\uc6d0\ud55c\ub2e4\uba74": 7, "\uc6f9": [6, 7, 19, 20, 31], "\uc704\uc5d0\uc11c": 19, "\uc704\uce58\ub85c": 12, "\uc704\uce58\ub97c": 19, "\uc704\uce58\uc5d0": 10, "\uc704\uce58\ud55c": 19, "\uc704\ud558\uc5ec": 19, "\uc704\ud55c": [18, 20, 28, 53], "\uc704\ud574": [10, 12, 18, 19, 20, 25, 33, 69], "\uc704\ud574\uc11c": [7, 19], "\uc704\ud574\uc11c\ub294": 12, "\uc704\ud5d8\uc73c\ub85c": 18, "\uc708\ub3c4\uc6b0": 7, "\uc708\ub3c4\uc6b0\uc988": [12, 14, 19], "\uc708\ub3c4\uc6b0\uc988\ub294": 12, "\uc708\ub3c4\uc6b0\uc988\uc5d0\uc11c": 12, "\uc708\ub3c4\uc6b0\uc988\uc758": 19, "\uc720\uc0ac\ud569\ub2c8\ub2e4": 19, "\uc720\uc6a9\ud558\uc9c0\ub294": 31, "\uc720\uc6a9\ud569\ub2c8\ub2e4": 20, "\uc720\uc758\ud574": 20, "\uc720\uc9c0": 12, "\uc720\uc9c0\ub429\ub2c8\ub2e4": 69, "\uc720\uc9c0\ud558\uae30": 69, "\uc720\uc9c0\ud558\uc9c0": 19, "\uc720\uc9c0\ud560": 20, "\uc720\ud615\uc744": 20, "\uc720\ud615\uc774": 69, "\uc720\ud6a8\uc131": 19, "\uc720\ud6a8\ud558\uc9c0": 19, "\uc73c\ub85c": [10, 20], "\uc740": [10, 19], "\uc744": [10, 12, 19, 20, 37, 69], "\uc751\ub2f5\uc744": 40, "\uc751\uc6a9": 20, "\uc758": [7, 20, 24], "\uc758\ub3c4\uc801\uc73c\ub85c": 12, "\uc758\ubbf8\ud558\uace0": 20, "\uc758\ubbf8\ud569\ub2c8\ub2e4": 19, "\uc758\ud574": [19, 31], "\uc758\ud574\uc11c": 19, "\uc774": [7, 10, 12, 19, 20, 24, 28, 31, 37, 40, 69], "\uc774\uac83\ub3c4": 14, "\uc774\uac83\uc5d0": 19, "\uc774\uac83\uc740": [7, 12, 19], "\uc774\uacf3\uc740": 69, "\uc774\ub294": [20, 24, 28, 69], "\uc774\ub3d9": [20, 24], "\uc774\ub3d9\ud558\uac70\ub098": 12, "\uc774\ub3d9\ud558\ub824\uba74": 20, "\uc774\ub3d9\ud558\uc5ec": [20, 69], "\uc774\ub3d9\ud55c": 28, "\uc774\ub3d9\ud560": 69, "\uc774\ub3d9\ud569\ub2c8\ub2e4": [20, 24, 69], "\uc774\ub54c": 20, "\uc774\ub7ec\ud55c": [10, 24, 33, 69], "\uc774\ub7f0": [7, 19], "\uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4": 69, "\uc774\ub974\uae30\uae4c\uc9c0": 53, "\uc774\ub97c": [20, 24], "\uc774\ub984": [20, 24, 69], "\uc774\ub984\uacfc": [28, 69], "\uc774\ub984\uc5d0": 10, "\uc774\ub984\uc73c\ub85c": 20, "\uc774\ub984\uc744": [19, 20, 37, 69], "\uc774\ub984\uc758": 10, "\uc774\ub984\uc774": [20, 37], "\uc774\uba54\uc77c": 69, "\uc774\ubaa8\uc9c0": 19, "\uc774\ubaa8\uc9c0\ub97c": 19, "\uc774\ubaa8\ud2f0\ucf58": 69, "\uc774\ubbf8": [19, 69], "\uc774\ubc88\uc5d0\ub294": 12, "\uc774\ubca4\ud2b8": 69, "\uc774\ubca4\ud2b8\uc640": 69, "\uc774\uc0c1": [12, 14, 69], "\uc774\uc0c1\ub9cc": 20, "\uc774\uc0c1\uc758": [20, 28, 53], "\uc774\uc5d0": 20, "\uc774\uc6a9": 69, "\uc774\uc6a9\uc790\ubd80\ud130": 53, "\uc774\uc6a9\ud574": 20, "\uc774\uc804": [12, 14, 20, 28, 37], "\uc774\uc804\ub41c": 37, "\uc774\uc804\ud558\uace0\uc790": 37, "\uc774\uc804\ud560": 37, "\uc774\uc81c": 20, "\uc774\ud558": 20, "\uc774\ud558\uac00": 33, "\uc774\ud574\ud558\ub294": 33, "\uc774\ud6c4": 19, "\uc775\uba85\uc73c\ub85c": 20, "\uc778\uc2a4\ud134\uc2a4": 69, "\uc778\uc2a4\ud134\uc2a4\ub97c": 20, "\uc778\uc2a4\ud134\uc2a4\uc5d0": 14, "\uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c": 12, "\uc778\uc2a4\ud134\uc2a4\uc758": [14, 20], "\uc778\uc2a4\ud1a8\ub7ec\ub97c": 12, "\uc778\uc2dd\ud558\ub3c4\ub85d": 20, "\uc778\uc6d0": 69, "\uc778\uc99d": [20, 69], "\uc778\uc99d\uc11c": 20, "\uc778\uc99d\uc11c\uac00": 20, "\uc778\uc99d\uc11c\ub97c": 20, "\uc778\uc99d\uc11c\uc758": 20, "\uc778\uc99d\uc740": 69, "\uc778\uc99d\uc774": 20, "\uc778\ud130\ub137": 20, "\uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c": 40, "\uc778\ud130\ud398\uc774\uc2a4\uc640": 19, "\uc778\ud558\uc5ec": 40, "\uc77c": 69, "\uc77c\ubc18": 7, "\uc77c\ubc18\uacfc": 19, "\uc77c\ubc18\uc801\uc73c\ub85c": 19, "\uc77c\ubc18\uc801\uc778": [19, 24], "\uc77c\ubd80": [10, 19], "\uc77c\uc2dc": 19, "\uc77c\uc2dc\uc801\uc73c\ub85c": [12, 20], "\uc77c\uc2dc\uc815\uc9c0": 19, "\uc77c\uc73c\ud0ac": 10, "\uc77c\uc77c\uc758": 18, "\uc77c\uc790\ub97c": 12, "\uc77c\uc815": [33, 69], "\uc77c\uce58\ud558\ub294": [12, 19], "\uc77d\uae30": 20, "\uc77d\uc74c": 69, "\uc77d\uc9c0": 69, "\uc784\uc2dc": [19, 33], "\uc784\uc758\uc758": 20, "\uc785\ub2c8\ub2e4": [14, 19], "\uc785\ub825": [19, 28, 69], "\uc785\ub825\ud558\uace0": [20, 28, 37], "\uc785\ub825\ud558\ub294": 14, "\uc785\ub825\ud558\uba74": 20, "\uc785\ub825\ud558\uc138\uc694": [20, 28, 69], "\uc785\ub825\ud558\uc2ed\uc2dc\uc624": [14, 20], "\uc785\ub825\ud558\uc5ec": 20, "\uc785\ub825\ud55c": [20, 28, 69], "\uc785\ub825\ud569\ub2c8\ub2e4": [20, 40], "\uc788\uac70\ub098": 19, "\uc788\uac8c": 7, "\uc788\uace0": 10, "\uc788\uae30\ub54c\ubb38\uc5d0": 7, "\uc788\ub294": [7, 12, 19, 20, 24, 28, 33, 37, 69], "\uc788\ub294\ub370": 7, "\uc788\ub294\uc9c0": 69, "\uc788\ub2e4\ub294": [10, 20], "\uc788\ub2e4\uba74": 40, "\uc788\ub3c4\ub85d": [7, 18, 20, 33, 69], "\uc788\uc2b5\ub2c8\ub2e4": [7, 10, 14, 19, 20, 24, 25, 28, 31, 33, 37, 40, 53, 69], "\uc788\uc5b4\uc57c": 20, "\uc788\uc73c\uba70": [20, 69], "\uc788\uc73c\ubbc0\ub85c": 69, "\uc788\uc744": 7, "\uc788\uc9c0\ub9cc": 7, "\uc790\uaca9": 20, "\uc790\ub3d9": [6, 13, 14, 40], "\uc790\ub3d9\uc73c\ub85c": [20, 28, 69], "\uc790\ub3d9\uc801\uc73c\ub85c": 7, "\uc790\ub3d9\uc801\uc774\uace0": 12, "\uc790\ub9ac": 19, "\uc790\uc138\ud55c": [12, 20, 37], "\uc790\uc138\ud788": 24, "\uc790\uc2e0": 7, "\uc790\uc2e0\uacfc\uc758": 69, "\uc790\uc2e0\uc744": 20, "\uc790\uc2e0\uc758": [7, 28], "\uc790\uc8fc": 20, "\uc790\uccb4": 20, "\uc790\uccb4\ub97c": 7, "\uc790\uccb4\uc801\uc73c\ub85c": [7, 10], "\uc791\ub3d9\uc2dc\ud0a4\ub824\uba74": 20, "\uc791\uc131\uc790\uc778": 10, "\uc791\uc5c5\uc5d0": 69, "\uc791\uc5c5\uc744": [19, 20], "\uc791\uc5c5\uc774": 10, "\uc791\uc740": 19, "\uc798\ubabb": 37, "\uc798\ubabb\ub41c": [12, 19], "\uc7a5\uc18c\ub85c": 69, "\uc7a5\uc18c\uc5d0": 20, "\uc7a5\uc810\uc744": 12, "\uc7a5\uce58\uc5d0": 7, "\uc7a5\uce58\uc5d0\uc11c": 20, "\uc7ac\uac1c": 19, "\uc7ac\uacf5\uc720\ud560": 24, "\uc7ac\ubd80\ud305": 20, "\uc7ac\uc2dc\uc791\ud569\ub2c8\ub2e4": 7, "\uc7ac\uc815\uc758\ub97c": 7, "\uc7ac\uc815\uc758\ud558\ub824\uba74": 7, "\uc7ac\uc815\uc758\ud560": 7, "\uc7ac\ud604\ud558\uace0": 18, "\uc800\uc791": 20, "\uc800\uc7a5": [20, 33], "\uc800\uc7a5\ub41c": [20, 37], "\uc800\uc7a5\uc18c": [20, 53], "\uc800\uc7a5\uc18c\uc5d0": 20, "\uc800\uc7a5\ud558\uae30\ub97c": 19, "\uc800\uc7a5\ud558\ub824\uba74": 20, "\uc800\uc7a5\ud558\uc2ed\uc2dc\uc624": 12, "\uc800\uc7a5\ud560": 20, "\uc800\uc7a5\ud569\ub2c8\ub2e4": [20, 33], "\uc800\ud76c\ub294": 18, "\uc801\uc0c9": 19, "\uc801\uc5b4\ub450\uc138\uc694": 69, "\uc801\uc6a9\ub418\uba70": 69, "\uc801\uc6a9\ub429\ub2c8\ub2e4": 19, "\uc801\uc6a9\ud560": 10, "\uc801\uc6a9\ud569\ub2c8\ub2e4": 40, "\uc801\uc808\ud55c": [10, 20], "\uc801\ud569\ud558\ub3c4\ub85d": 31, "\uc804\ub2ec": 69, "\uc804\ub2ec\ud558\uc138\uc694": 69, "\uc804\ub2ec\ud574\uc57c": 20, "\uc804\uc1a1\ub418\uc9c0": 10, "\uc804\uc1a1\ub41c": 20, "\uc804\uc1a1\uc744": 20, "\uc804\uc5d0": [7, 12, 18, 20, 69], "\uc804\uc5ed": 19, "\uc804\uc6a9": [14, 20], "\uc804\uc6a9\uc785\ub2c8\ub2e4": 69, "\uc804\ud654": 69, "\uc804\ud654\ubc88\ud638": 69, "\uc810": 19, "\uc810\uc740": 19, "\uc810\uc744": 20, "\uc811\uadfc\uc774": 19, "\uc811\uadfc\ud558\uace0": 20, "\uc811\uadfc\ud558\uae30": [22, 30], "\uc811\uadfc\ud558\ub824\uace0": 14, "\uc811\uadfc\ud558\ub824\uba74": [20, 69], "\uc811\uadfc\ud560": [20, 69], "\uc811\uc18d\ud558\ub824\uace0": 69, "\uc811\ud600\uc788\uc744": 19, "\uc815\uae30\uc801\uc73c\ub85c": 12, "\uc815\ub3c4\ub97c": 33, "\uc815\ubcf4": [19, 20, 69], "\uc815\ubcf4\uac00": [20, 69], "\uc815\ubcf4\ub294": [12, 33, 37], "\uc815\ubcf4\ub97c": [12, 20, 33, 69], "\uc815\uc0c1\uc801\uc73c\ub85c": 20, "\uc815\uc758": 19, "\uc815\uc758\ub41c": 19, "\uc815\uc758\ud558\uace0": 19, "\uc815\uc758\ud558\uae30": 19, "\uc815\uc9c0\ud569\ub2c8\ub2e4": 19, "\uc815\ucc45\uc5d0": 7, "\uc815\ucc45\uc744": 7, "\uc815\ud558\uace0": 69, "\uc81c\uac70": 69, "\uc81c\uac70\ub41c": 24, "\uc81c\uac70\ub429\ub2c8\ub2e4": 19, "\uc81c\uac70\ub85c": 20, "\uc81c\uac70\ub97c": 12, "\uc81c\uac70\ud560": 7, "\uc81c\uac70\ud569\ub2c8\ub2e4": [12, 20], "\uc81c\uac70\ud574": 24, "\uc81c\uacf5\ub41c": 69, "\uc81c\uacf5\ub429\ub2c8\ub2e4": 12, "\uc81c\uacf5\ud558\uae30": 20, "\uc81c\uacf5\ud558\ub3c4\ub85d": 20, "\uc81c\uacf5\ud558\uc9c0": [7, 12], "\uc81c\uacf5\ud569\ub2c8\ub2e4": [7, 18, 19, 20, 53], "\uc81c\uacf5\ud574\uc11c": 7, "\uc81c\ub300\ub85c": [12, 20, 37], "\uc81c\ubc18": 20, "\uc81c\uc5b4\ub41c": 7, "\uc81c\uc5b4\ud310\uc744": 20, "\uc81c\uc5b4\ud558\ub294": 7, "\uc81c\uc678": 19, "\uc81c\uc678\ub418\uba70": 69, "\uc81c\uc678\ub420": 12, "\uc81c\uc678\ud558\uace0": 20, "\uc81c\uc678\ud558\ub294": 19, "\uc81c\uc678\ud558\ub824\uba74": 19, "\uc81c\uc678\ud560": 69, "\uc81c\uc678\ud569\ub2c8\ub2e4": 19, "\uc81c\uc791\ub41c": 18, "\uc81c\ud55c": [12, 69], "\uc81c\ud55c\ub418\uc5c8\uc2b5\ub2c8\ub2e4": 12, "\uc81c\ud55c\ub41c": [7, 69], "\uc81c\ud55c\uc740": 31, "\uc81c\ud55c\uc744": [20, 31], "\uc81c\ud55c\uc774": 69, "\uc81c\ud55c\ud55c": 20, "\uc81c\ud55c\ud560": 19, "\uc81c\ud55c\ud569\ub2c8\ub2e4": 20, "\uc870\uae08": [20, 24, 33], "\uc870\uc791\uc774": 31, "\uc870\uc815\ud558\ub294": 31, "\uc870\uc815\ud558\uc5ec": 12, "\uc870\uc815\ud560": 19, "\uc870\uc9c1\uc5d0": 53, "\uc874\uc7ac\ud558\uac8c": 10, "\uc874\uc7ac\ud558\ub294": 69, "\uc874\uc7ac\ud558\uc9c0": 24, "\uc874\uc7ac\ud560": 10, "\uc874\uc7ac\ud569\ub2c8\ub2e4": 12, "\uc885\ub8cc": [19, 40, 69], "\uc885\ub8cc\ud558\uace0": 20, "\uc885\ub8cc\ud569\ub2c8\ub2e4": 20, "\uc88b\uc2b5\ub2c8\ub2e4": [20, 33], "\uc88b\uc740": 20, "\uc88c\ud074\ub9ad\uc740": 19, "\uc8fc\uae30": 12, "\uc8fc\uae30\uc801\uc73c\ub85c": 12, "\uc8fc\ub85c": 20, "\uc8fc\uc11d": 20, "\uc8fc\uc18c": [20, 69], "\uc8fc\uc18c\ub3c4": 69, "\uc8fc\uc18c\ub85c": 20, "\uc8fc\uc18c\ub97c": 20, "\uc8fc\uc2ed\uc2dc\uc624": 20, "\uc8fc\uc758\uac00": 10, "\uc900\ube44": 18, "\uc900\ube44\ub418\uc5c8\uc2b5\ub2c8\ub2e4": 18, "\uc900\ube44\ub420": 18, "\uc900\uc218\ud558\ub294": 53, "\uc904\uc5d0": 20, "\uc904\uc744": [7, 20], "\uc904\uc758": 20, "\uc90d\ub2c8\ub2e4": 20, "\uc911": [7, 10, 19, 69], "\uc911\ub2e8": 69, "\uc911\uc559": 69, "\uc911\uc5d0\uc11c": 69, "\uc911\uc694\ud55c": 69, "\uc911\uc774\uace0": 20, "\uc911\uc778": [19, 69], "\uc911\uc784\uc744": 19, "\uc911\uc9c0": 19, "\uc911\uc9c0\ud558\ub824\uba74": 19, "\uc911\ucca9\ub41c": 12, "\uc989\uc11d": 69, "\uc989\uc2dc": [53, 69], "\uc99d\uac00\ub97c": 31, "\uc99d\uba85\uc744": 20, "\uc9c0\uae08": 20, "\uc9c0\uae08\uc740": 10, "\uc9c0\ub09c": 69, "\uc9c0\uc18d\ub418\ub294\uc9c0": 20, "\uc9c0\uc2dc\uc5d0": 20, "\uc9c0\uc6b0\uae30": 20, "\uc9c0\uc6b8": 20, "\uc9c0\uc6d0": 19, "\uc9c0\uc6d0\uc744": 53, "\uc9c0\uc6d0\uc774": 19, "\uc9c0\uc6d0\ud558\ub294": 20, "\uc9c0\uc6d0\ud558\ub294\uc9c0": 20, "\uc9c0\uc6d0\ud558\uc9c0": 20, "\uc9c0\uc810\uc744": 20, "\uc9c0\uc815": 69, "\uc9c0\uc815\ub41c": 40, "\uc9c0\uc815\ud558\uc2ed\uc2dc\uc624": 20, "\uc9c0\uc815\ud55c": [20, 40, 69], "\uc9c0\uc815\ud569\ub2c8\ub2e4": [7, 20], "\uc9c0\uc815\ud574\uc57c": 69, "\uc9c1\uc811": [7, 12, 28], "\uc9c4\ud589": [19, 69], "\uc9c4\ud589\ub418\ub824\uace0": 10, "\uc9c4\ud589\ub418\uc9c0\ub9cc": 12, "\uc9c4\ud589\ud558\ub824\uba74": 12, "\uc9c4\ud589\ud560": 69, "\uc9c4\ud589\ud569\ub2c8\ub2e4": 19, "\uc9c8\uc11c": 69, "\uc9e7\uc740": 40, "\ucc28\uae30": 18, "\ucc28\ub2e8\ub41c": 69, "\ucc28\ub2e8\ub429\ub2c8\ub2e4": 69, "\ucc28\ub2e8\uc744": 69, "\ucc28\ub2e8\ud560": 69, "\ucc28\ub840\ub300\ub85c": 24, "\ucc28\uc774\uc810\uc744": 10, "\ucc28\uc9c0\ud558\uc9c0\ub9cc": 33, "\ucc28\ud6c4": 10, "\ucc38\uac00": 69, "\ucc38\uac00\uc790\ub97c": 69, "\ucc38\uace0\ud558\uc2ed\uc2dc\uc624": [12, 19], "\ucc38\uc5ec": 69, "\ucc38\uc5ec\uc790\ub97c": 69, "\ucc38\uc5ec\ud558\uac70\ub098": 69, "\ucc38\uc5ec\ud558\uace0": [18, 69], "\ucc38\uc5ec\ud55c": 69, "\ucc38\uc5ec\ud560": 69, "\ucc38\uc870": [18, 20], "\ucc38\uc870\ud558\uc2ed\uc2dc\uc624": [20, 37], "\ucc38\uc870\ud558\uc5ec": 24, "\ucc3d\uc5d0": 37, "\ucc3d\uc5d0\uc11c": 37, "\ucc3d\uc740": 19, "\ucc3d\uc744": 10, "\ucc3d\uc758": [10, 12, 19], "\ucc3d\uc774": 20, "\ucc3e\uc2b5\ub2c8\ub2e4": 37, "\ucc3e\uc544\ubcf4\uae30\ub97c": 20, "\ucc3e\uc744": [14, 20], "\ucc44\ub110": [6, 13], "\ucc44\ub110\uc744": 18, "\ucc44\ud305": 69, "\ucc44\ud305\uacfc": 69, "\ucc44\ud305\uc5d0\uc11c": 69, "\ucc44\ud305\uc744": 69, "\ucc44\ud305\uc774\ub098": 69, "\ucc98\ub9ac": 69, "\ucc98\ub9ac\ub97c": 20, "\ucc98\ub9ac\ud560": 12, "\uccab\ubc88\uc9f8": 7, "\uccad\uc0c9": 19, "\uccb4\uc81c\uc5d0\uc11c": 7, "\uccb4\ud06c": 19, "\uccb4\ud06c\ub41c": 19, "\uccb4\ud06c\ub9ac\uc2a4\ud2b8\ub97c": 69, "\uccb4\ud06c\ub9c8\ud06c\ub97c": 19, "\ucd08\uacfc\ud558\uba74": 33, "\ucd08\uacfc\ud558\uc5ec": 20, "\ucd08\uacfc\ud558\uc9c0": 24, "\ucd08\uacfc\ud55c\ub2e4\uba74": 24, "\ucd08\uae30\ud654": 19, "\ucd08\uae30\ud654\ub418\ub294": 19, "\ucd08\uae30\ud654\ub418\uc5b4\uc57c": 19, "\ucd08\uae30\ud654\ub429\ub2c8\ub2e4": 40, "\ucd08\uae30\ud654\ud560": 19, "\ucd5c\uadfc": [19, 20], "\ucd5c\ub300": [20, 24, 31, 33], "\ucd5c\ub300\uac12\uc778": 20, "\ucd5c\ub300\ud55c": 12, "\ucd5c\uc0c1\uc758": 18, "\ucd5c\uc18c\ud55c\uc758": 18, "\ucd5c\uc2e0": 18, "\ucd5c\uc801\ud654\ub418\uc9c0": 20, "\ucd94\uac00": [12, 19, 20, 28, 69], "\ucd94\uac00\ub41c": 12, "\ucd94\uac00\ub429\ub2c8\ub2e4": 69, "\ucd94\uac00\ub85c": 19, "\ucd94\uac00\uc801\uc73c\ub85c": 19, "\ucd94\uac00\ud558\uace0": 69, "\ucd94\uac00\ud558\uae30": 69, "\ucd94\uac00\ud558\ub294": 7, "\ucd94\uac00\ud558\ub824\uba74": 19, "\ucd94\uac00\ud558\uc138\uc694": 20, "\ucd94\uac00\ud558\uc2ed\uc2dc\uc624": [7, 20], "\ucd94\uac00\ud558\uc5ec": 69, "\ucd94\uac00\ud560": [40, 69], "\ucd94\uac00\ud569\ub2c8\ub2e4": [12, 20], "\ucd94\uc801\ud558\uae30": 18, "\ucd94\ud6c4": 69, "\ucda9\ub3cc": [6, 13], "\ucda9\ub3cc\ub41c": 10, "\ucda9\ub3cc\uc744": 10, "\ucda9\ub3cc\uc774": 10, "\ucda9\ubd84\ud55c": 12, "\ucde8\uae09\ub418\uc5b4": 19, "\uce21": 10, "\uce74\ub4dc": 19, "\uce90\uc2dc": 33, "\uce98\ub9b0\ub354": 69, "\ucee4\ubba4\ub2c8\ud2f0": 20, "\ucef4\ud4e8\ud130": 20, "\ucef4\ud4e8\ud130\uac00": 24, "\ucef4\ud4e8\ud130\ub294": 20, "\ucef4\ud4e8\ud130\ub97c": 20, "\ucef4\ud4e8\ud130\uc5d0": [7, 20], "\ucef4\ud4e8\ud130\uc5d0\uc11c": 20, "\ucef4\ud4e8\ud130\uc640": [20, 25], "\ucf54\ub4dc": 14, "\ucf58\ud150\uce20": [20, 69], "\ud06c\uae30\uac00": [20, 33], "\ud06c\uae30\ub97c": 20, "\ud074\ub77c\uc774\uc5b8\ud2b8": [6, 7, 13, 53], "\ud074\ub77c\uc774\uc5b8\ud2b8\uac00": [12, 19], "\ud074\ub77c\uc774\uc5b8\ud2b8\ub294": [7, 10, 12, 18, 19, 20], "\ud074\ub77c\uc774\uc5b8\ud2b8\ub85c": 20, "\ud074\ub77c\uc774\uc5b8\ud2b8\ub97c": [12, 19, 20, 31], "\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0": [7, 19], "\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c": [19, 20], "\ud074\ub77c\uc774\uc5b8\ud2b8\uc6a9": 20, "\ud074\ub77c\uc774\uc5b8\ud2b8\uc758": [7, 12, 19], "\ud074\ub9ad": 7, "\ud074\ub9ad\ud558\uace0": [12, 19, 20], "\ud074\ub9ad\ud558\uba74": [7, 28], "\ud074\ub9ad\ud558\uc138\uc694": [28, 69], "\ud074\ub9ad\ud558\uc2ed\uc2dc\uc624": 37, "\ud074\ub9ad\ud558\uc5ec": [10, 12, 19, 20, 37], "\ud074\ub9ad\ud55c": [20, 69], "\ud074\ub9ad\ud569\ub2c8\ub2e4": [12, 19, 20, 69], "\ud074\ub9ad\ud588\uc744\ub54c": 12, "\ud07d\ub2c8\ub2e4": 33, "\ud0a4": [28, 33], "\ud0a4\ub97c": 7, "\ud0c0\uc785": 7, "\ud0d0\uc0c9": 69, "\ud0d0\uc0c9\uae30": [10, 19], "\ud0d0\uc0c9\uae30\ub294": 20, "\ud0d0\uc0c9\uae30\uc785\ub2c8\ub2e4": 19, "\ud0d0\uc0c9\ud558\ub294": 20, "\ud0d0\uc0c9\ud560": 20, "\ud0ed": 19, "\ud0ed\uc5d0": 12, "\ud0ed\uc5d0\uc11c": [19, 20], "\ud0ed\uc73c\ub85c": 19, "\ud0ed\uc740": 19, "\ud0ed\uc744": 69, "\ud0ed\uc774": 19, "\ud130\ub110\uc744": 20, "\ud14c\ub77c\ubc14\uc774\ud2b8": 12, "\ud14c\uc2a4\ud130\uac00": 18, "\ud14c\uc2a4\ud2b8\uc5d0": 18, "\ud14c\uc2a4\ud2b8\ud558\uc2ed\uc2dc\uc624": 20, "\ud14c\uc2a4\ud2b8\ud558\uc600\uace0": 12, "\ud14c\uc2a4\ud2b8\ud560": 10, "\ud14c\uc2a4\ud2b8\ud569\ub2c8\ub2e4": 20, "\ud14d\uc2a4\ud2b8": 19, "\ud14d\uc2a4\ud2b8\ub294": 28, "\ud14d\uc2a4\ud2b8\uc758": 19, "\ud1a0\ub860": 69, "\ud1a0\ud06c": 40, "\ud1a0\ud070\uc744": 20, "\ud1b5\ud558\uc5ec": 19, "\ud1b5\ud569\ub429\ub2c8\ub2e4": 19, "\ud1b5\ud569\ud558\uae30": 12, "\ud1b5\ud569\ud574\uc57c": 12, "\ud1b5\ud574": [12, 22, 28, 30, 31, 33, 69], "\ud1b5\ud654": 69, "\ud1b5\ud654\ub294": 69, "\ud1b5\ud654\ub97c": 69, "\ud1b5\ud654\uc5d0": 69, "\ud234\uc744": 7, "\ud2b8\ub808\uc774": 10, "\ud2b8\ub9ac\uac00": 19, "\ud2b8\ub9ac\ub97c": 19, "\ud2b9\ubcc4": 18, "\ud2b9\ubcc4\ud55c": [24, 69], "\ud2b9\uc218\ud55c": 69, "\ud2b9\uc815": [31, 33, 69], "\ud300": 69, "\ud300\uc744": 69, "\ud30c\uc77c": [6, 10, 22, 28, 32, 33, 37, 53], "\ud30c\uc77c\uacfc": [12, 19, 37], "\ud30c\uc77c\ub3c4": 28, "\ud30c\uc77c\ub4e4": [12, 19], "\ud30c\uc77c\ub4e4\uc740": 53, "\ud30c\uc77c\ub4e4\uc744": [12, 19, 53], "\ud30c\uc77c\ub4e4\uc758": 19, "\ud30c\uc77c\ub610\ud55c": 24, "\ud30c\uc77c\ub85c": [10, 12], "\ud30c\uc77c\ub9cc": 24, "\ud30c\uc77c\ubd80\ud130": [24, 33], "\ud30c\uc77c\uc5d0": [10, 12, 19, 22, 30, 33], "\ud30c\uc77c\uc740": [19, 24, 33], "\ud30c\uc77c\uc744": [7, 10, 12, 14, 19, 20, 25, 28, 31, 33], "\ud30c\uc77c\uc758": [7, 12, 19, 20], "\ud30c\uc77c\uc774": [10, 12, 19, 20, 24, 33], "\ud30c\uc77c\uc774\ub098": [19, 37], "\ud31d\uc5c5\uc73c\ub85c": 7, "\ud328\ud0a4\uc9c0": 7, "\ud328\ud0a4\uc9c0\ub97c": 19, "\ud328\ud134": 19, "\ud328\ud134\uacfc": 19, "\ud328\ud134\uc5d0": 19, "\ud328\ud134\uc5d0\ub294": 19, "\ud328\ud134\uc740": 19, "\ud328\ud134\uc744": 19, "\ud328\ud134\uc758": 19, "\ud398\uc774\uc9c0\uac00": 7, "\ud398\uc774\uc9c0\ub85c": 28, "\ud398\uc774\uc9c0\uc5d0\uc11c": 14, "\ud3b8\ub9ac\ud558\uac8c": 69, "\ud3b8\uc758\ub97c": 19, "\ud3b8\uc9d1\uae30\ub294": 19, "\ud3b8\uc9d1\uae30\ub85c": 12, "\ud3b8\uc9d1\uae30\ub97c": 20, "\ud3b8\uc9d1\uae30\uc5d0": 19, "\ud3b8\uc9d1\uae30\uc5d0\uc11c": 19, "\ud3b8\uc9d1\uae30\uc758": 19, "\ud3b8\uc9d1\ud558\uace0": 20, "\ud3b8\uc9d1\ud558\uc2ed\uc2dc\uc624": 7, "\ud3b8\uc9d1\ud560": 20, "\ud3ec\ud2b8\ub294": 20, "\ud3ec\ud2b8\ub97c": 20, "\ud3ec\ud568": [10, 20], "\ud3ec\ud568\ub418\uc5b4": [7, 19], "\ud3ec\ud568\ub418\uc9c0": 7, "\ud3ec\ud568\ub41c": [10, 69], "\ud3ec\ud568\ub429\ub2c8\ub2e4": 33, "\ud3ec\ud568\ud558\ub294": [10, 12], "\ud3ec\ud568\ud55c": 19, "\ud3ec\ud568\ud560": 12, "\ud3ec\ud568\ud569\ub2c8\ub2e4": 19, "\ud3f4\ub354": [14, 19, 20, 24, 37], "\ud3f4\ub354\uac00": [12, 19, 37], "\ud3f4\ub354\ub294": [12, 14], "\ud3f4\ub354\ub97c": [14, 19, 20, 33, 37, 53], "\ud3f4\ub354\uc5d0": 20, "\ud3f4\ub354\uc5d0\uc11c": [12, 37], "\ud3f4\ub354\uc758": [12, 37], "\ud45c\uc2dc": [20, 69], "\ud45c\uc2dc\uac00": 19, "\ud45c\uc2dc\uae30\ub294": 19, "\ud45c\uc2dc\ub294": 19, "\ud45c\uc2dc\ub418\uace0": 19, "\ud45c\uc2dc\ub418\uae30": 20, "\ud45c\uc2dc\ub418\ub294\uc9c0": [20, 69], "\ud45c\uc2dc\ub418\ub3c4\ub85d": 10, "\ud45c\uc2dc\ub418\uc5b4": 7, "\ud45c\uc2dc\ub418\uc5b4\uc57c": 20, "\ud45c\uc2dc\ub418\uc9c0": [19, 69], "\ud45c\uc2dc\ub41c": 19, "\ud45c\uc2dc\ub420": 37, "\ud45c\uc2dc\ub429\ub2c8\ub2e4": [7, 12, 19, 20, 28, 37, 69], "\ud45c\uc2dc\uc640": 69, "\ud45c\uc2dc\uc758": 69, "\ud45c\uc2dc\ud558\uace0": [10, 12, 19, 20], "\ud45c\uc2dc\ud558\uae30": 19, "\ud45c\uc2dc\ud558\uba74": 10, "\ud45c\uc2dc\ud558\uc9c0": 19, "\ud45c\uc2dc\ud55c": 19, "\ud45c\uc2dc\ud560": 40, "\ud45c\uc2dc\ud569\ub2c8\ub2e4": [10, 19, 40], "\ud504\ub808\uc784\uc6cc\ud06c\ub97c": 7, "\ud504\ub85c\uadf8\ub7a8": 20, "\ud504\ub85c\uadf8\ub7a8\uc774": 12, "\ud504\ub85c\ud1a0\ucf5c": 20, "\ud504\ub85c\ud1a0\ucf5c\uc744": 20, "\ud504\ub85c\ud544\uc5d0": 69, "\ud504\ub85d\uc2dc": 19, "\ud504\ub86c\ud504\ud2b8\ub97c": 20, "\ud504\ub86c\ud504\ud2b8\uc5d0": 20, "\ud544\ub4dc": [19, 69], "\ud544\ub4dc\ub97c": [19, 20], "\ud544\ub4dc\uc5d0": 20, "\ud544\ub4dc\uc640": 69, "\ud544\uc694": [12, 69], "\ud544\uc694\uac00": [7, 69], "\ud544\uc694\ud558\ub2e4\ub294": 10, "\ud544\uc694\ud558\ub2e4\uba74": 19, "\ud544\uc694\ud558\uc9c0": 20, "\ud544\uc694\ud55c": [20, 69], "\ud544\uc694\ud560": 20, "\ud544\uc694\ud569\ub2c8\ub2e4": [7, 12, 20, 31], "\ud544\ud130": 69, "\ud544\ud130\ub97c": 69, "\ud544\ud130\ub9c1": 69, "\ud544\ud130\ub9c1\ud560": 69, "\ud558\uac70\ub098": 19, "\ud558\uace0": 20, "\ud558\ub098": [20, 53], "\ud558\ub098\ub97c": [7, 10, 19], "\ud558\ub294": [19, 37], "\ud558\ub2e8\uc758": 69, "\ud558\ub4dc": 20, "\ud558\ub824\uba74": 12, "\ud558\uc704": 20, "\ud558\uc9c0": 19, "\ud558\uc9c0\ub9cc": [7, 10, 12, 19], "\ud55c\uacc4\uce58\ub97c": 24, "\ud560": [10, 12, 14, 19, 20, 69], "\ud560\ub2f9": [30, 32], "\ud560\ub2f9\ub41c": 33, "\ud560\ub2f9\ub7c9\uc5d0": 33, "\ud560\ub2f9\ub7c9\uc774": 33, "\ud560\ub2f9\uc5d0": 20, "\ud560\ub9cc\ud07c": 12, "\ud568\uaed8": 12, "\ud569\ub2c8\ub2e4": [7, 12, 19, 20, 28, 69], "\ud569\ub9ac\uc801\uc77c": 10, "\ud56d\ubaa9": 19, "\ud56d\ubaa9\uc5d0": 69, "\ud56d\ubaa9\uc73c\ub85c": 20, "\ud56d\ubaa9\uc740": 19, "\ud56d\ubaa9\uc744": [19, 20], "\ud56d\uc0c1": [7, 19, 20, 69], "\ud574\uacb0\ub418\uc9c0": 10, "\ud574\uacb0\ub429\ub2c8\ub2e4": 10, "\ud574\uacb0\ud558\uae30": 10, "\ud574\uacb0\ud560": [10, 12], "\ud574\ub2f9": [7, 19, 20, 24, 31, 33, 37, 69], "\ud574\ub2f9\ud558\uc9c0": 24, "\ud574\ub2f9\ud560": 20, "\ud574\uc57c": 12, "\ud574\uc81c\ud560": [20, 28, 69], "\ud574\uc8fc\ub294": 20, "\ud574\uc904\uac83\uc785\ub2c8\ub2e4": 12, "\ud574\uc90d\ub2c8\ub2e4": 7, "\ud578\ub4e4\ub7ec\uac00": 12, "\ud5c8\ube0c\uc785\ub2c8\ub2e4": 69, "\ud5c8\uc6a9": 20, "\ud5c8\uc6a9\ub41c": 20, "\ud5c8\uc6a9\ud558\ub294": 7, "\ud5c8\uc6a9\ud558\uba74": 33, "\ud5c8\uc6a9\ud558\uc9c0": [7, 12], "\ud5c8\uc6a9\ud55c": 33, "\ud5c8\uc6a9\ud569\ub2c8\ub2e4": 20, "\ud5c8\uc6a9\ud574\uc57c": 20, "\ud604\uc7ac": [19, 20], "\ud615\uc2dd\uc73c\ub85c": 28, "\ud638\uc2a4\ud2b8": 20, "\ud638\uc2a4\ud305\ub41c": 20, "\ud638\ud658\uc131": 12, "\ud639\uc740": [7, 12, 19, 28, 31, 40], "\ud63c\ub3d9\uc744": 10, "\ud648": [14, 20], "\ud654\uba74\uc758": 20, "\ud654\uc0b4\ud45c\ub97c": 28, "\ud655\uc778": [10, 20, 69], "\ud655\uc778\ub418\uace0": 28, "\ud655\uc778\ub780\uc744": [20, 69], "\ud655\uc778\uc744": 28, "\ud655\uc778\ud558\uace0": 69, "\ud655\uc778\ud558\ub294": 69, "\ud655\uc778\ud558\uc138\uc694": [20, 33], "\ud655\uc778\ud558\uc2ed\uc2dc\uc624": 19, "\ud655\uc778\ud558\uc5ec": [19, 20], "\ud655\uc778\ud558\uc600\uc73c\uba74": 12, "\ud655\uc778\ud560": [7, 20, 69], "\ud655\uc778\ud569\ub2c8\ub2e4": 20, "\ud655\uc778\ud574\uc57c\ud569\ub2c8\ub2e4": 19, "\ud655\uc7a5": 20, "\ud655\uc7a5\uc774\ubbc0\ub85c": 20, "\ud655\uc7a5\uc790\ub97c": 12, "\ud655\uc7a5\ud55c": 20, "\ud655\uc7a5\ud560": 69, "\ud655\uc7a5\ud569\ub2c8\ub2e4": 19, "\ud658\uacbd": [10, 20], "\ud658\uacbd\uc5d0\uc11c\ub294": 7, "\ud658\uacbd\uc5d0\uc11c\ub3c4": 20, "\ud658\uacbd\uc744": 69, "\ud658\uc601\ud569\ub2c8\ub2e4": 53, "\ud65c\ub3d9": [12, 19], "\ud65c\ub3d9\uc744": [19, 20], "\ud65c\uc131": 20, "\ud65c\uc131\ud654": 19, "\ud65c\uc131\ud654\ub418\uba74": 33, "\ud65c\uc131\ud654\ub418\uc5b4": 28, "\ud65c\uc131\ud654\ub41c": 19, "\ud65c\uc131\ud654\ub41c\ub2e4\uba74": 40, "\ud65c\uc131\ud654\ud558\ub294": 7, "\ud65c\uc131\ud654\ud558\uc9c0": 10, "\ud65c\uc131\ud654\ud574\uc57c": 20, "\ud65c\uc131\ud654\ud588\ub294\uc9c0": 20, "\ud65c\uc6a9\ud560": 69, "\ud669\uc0c9": 19, "\ud68c\uc0ac\ub098": 7, "\ud68c\uc0c9": 19, "\ud68c\uc758": 69, "\ud68c\uc758\ub97c": 69, "\ud68c\uc804": 19, "\ud6c4": [12, 19, 20, 28, 69], "\ud6c4\uc18d": 20, "\ud734\uac00": 40, "\ud734\ub300\uc6a9": 20, "\ud734\uc9c0\ud1b5": [28, 33], "\ud734\uc9c0\ud1b5\uc5d0": 33, "\ud734\uc9c0\ud1b5\uc5d0\ub294": 24, "\ud734\uc9c0\ud1b5\uc73c\ub85c": 24, "\ud734\uc9c0\ud1b5\uc758": 33, "\ud770\uc0c9": 19}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\ubaa9\ucc28", "\uc790\ub3d9 \uc5c5\ub370\uc774\ud130", "Using the Command-Line Client", "Configuration File", "\ucda9\ub3cc", "Environment Variables", "FAQ", "Desktop Client", "\uc124\uce58", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "\uc5c5\ub370\uc774\ud2b8 \ucc44\ub110", "\ub3d9\uae30\ud654 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc0ac\uc6a9\ud558\uae30", "WebDAV\ub97c \ud1b5\ud574 Nextcloud \ud30c\uc77c\uc5d0 \uc811\uadfc\ud558\uae30", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\uc0ad\uc81c\ub41c \ud30c\uc77c \uad00\ub9ac\ud558\uae30", "\ub370\uc2a4\ud06c\ud1b1 \ubc0f \ubaa8\ubc14\uc77c \ub3d9\uae30\ud654", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "\ud30c\uc77c \ubc0f \ub3d9\uae30\ud654", "\ub300\uc6a9\ub7c9 \ud30c\uc77c \uc5c5\ub85c\ub4dc", "Managing your files", "\ud560\ub2f9 \uc6a9\ub7c9", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "\ubd80\uc7ac\uc911 \uba54\uc2dc\uc9c0 \uc124\uc815", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 \uc0ac\uc6a9\uc790 \ub9e4\ub274\uc5bc \uba38\ub9ac\ub9d0", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "\ub300\ud654", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "For": 77, "The": 83, "With": 45, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [44, 49], "action": [15, 44], "activ": [0, 21], "ad": [27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": 44, "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 41, 58, 81], "conflict": 15, "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "control": [21, 39, 60], "convers": [41, 55, 68, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 42, 44, 75, 78], "credenti": 8, "credit": 51, "curl\uc744": 20, "cyberduck\uc744": 20, "daili": 0, "dashboard": [44, 83], "data": [52, 82], "debug": 15, "deck": 75, "deleg": [41, 44], "delet": [39, 41, 44], "desktop": [13, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "disabl": 26, "disk": 11, "displai": [38, 44], "dolphin": 20, "download": [14, 15, 60], "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [41, 42, 44, 76], "email": [0, 28, 72], "emoji": 66, "enabl": [38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": 11, "event": [41, 44, 59], "everyon": 5, "exampl": 8, "exclud": 8, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 15, 20, 21, 22, 26, 27, 29, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44], "finder": 15, "first": [2, 5], "folder": [21, 38, 44], "follow": 44, "frequenc": 0, "from": [27, 44, 59, 71, 75], "full": [60, 72], "gener": 17, "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 26, 44], "i": [12, 26], "ic": 41, "icon": 21, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "invit": [41, 44, 70], "io": 47, "issu": 15, "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": 15, "kontact": 48, "languag": 12, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16], "link": 35, "linux": [7, 14, 17, 20], "linux\ub97c": 20, "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "lock": 15, "log": [15, 81], "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 49], "macos\ub97c": 20, "mail": 44, "make": 29, "manag": [32, 36, 41, 42, 44, 54, 58, 62], "manual": 42, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [44, 55, 66, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [45, 60], "modal": 44, "mode": 44, "moder": 77, "more": 66, "move": [21, 26, 44], "multipl": 42, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "new": [28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "notif": [0, 1, 41, 45], "onboard": 5, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "outbox": 44, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "particip": 60, "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "preview": 21, "prioriti": 44, "privat": 26, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": 35, "publish": 41, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "send": [44, 66, 70], "server": [14, 26, 44], "set": [0, 1, 29, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 21, 41], "step": [2, 5], "storag": 27, "stream": 0, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": 15, "synchron": [45, 46, 47, 48, 49, 50, 51], "system": 36, "tag": [36, 44], "talk": [41, 59, 60, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "theme": 80, "thi": 26, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "upload": [21, 29], "us": [0, 2, 8, 15, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 26, 35, 41], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "web": [21, 83], "webdav": 20, "webdav\ub97c": 20, "webinar": 79, "what": 2, "who": 82, "why": 2, "widget": 41, "window": [14, 17, 20, 51], "windows\ub97c": 20, "winscp\ub97c": 20, "without": [26, 45], "work": 41, "would": 12, "you": 81, "your": [0, 5, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 81, 82], "zoom": 80, "\uac1c\uc694": 10, "\uac1c\uc778\uc801\uc778": 69, "\uac1c\uc778\uc815\ubcf4": 69, "\uacbd\uace0\uac00": 12, "\uacbd\uc6b0": 12, "\uacc4\uc18d\uc801\uc73c\ub85c": 12, "\uacc4\uc815": 19, "\uacf5\uc2dd": 20, "\uacf5\uc6a9": 20, "\uacf5\uc720": 19, "\uacf5\uc720\ub41c": 24, "\uacf5\uc720\uc5d0": 20, "\uad00\ub9ac\uc790": 19, "\uad00\ub9ac\ud558\uae30": [24, 69], "\uad00\ub9ac\ud558\ub294": 24, "\uad6c\uc131": 19, "\uadf8\ub8f9": 69, "\uae30\ub2a5\uc774": 12, "\uae30\ub85d": 69, "\uae30\ubcf8": 7, "\uae30\ud0c0": 20, "\uae4a\uac8c": 12, "\ub098\uc5d0\uac8c": 69, "\ub0b4": 12, "\ub124\ud2b8\uc6cc\ud06c": 19, "\ub2e8\uacc4": 12, "\ub300\uc2dc\ubcf4\ub4dc": 69, "\ub300\uc6a9\ub7c9": 31, "\ub300\ud654": 69, "\ub300\ud654\ub97c": 69, "\ub370\uc2a4\ud06c\ud0d1": 20, "\ub370\uc2a4\ud06c\ud0d1\uc5d0\uc11c": 19, "\ub370\uc2a4\ud06c\ud1b1": 25, "\ub3d9\uae30\ud654": [12, 19, 25, 30], "\ub3d9\uae30\ud654\ub41c": 12, "\ub3d9\uae30\ud654\ub97c": 12, "\ub3d9\uc791\ud558\ub098\uc694": 12, "\ub4dc\ub77c\uc774\ube0c": 20, "\ub514\ub809\ud1a0\ub9ac\ubcf4\ub2e4": 12, "\ub54c": 24, "\ub85c\uceec": 12, "\ub85c\uceec\uc5d0\uc11c": 12, "\ub9ac\ub205\uc2a4": 7, "\ub9ac\ub205\uc2a4\uc758": 12, "\ub9c8\uc6b4\ud2b8": 20, "\ub9c9\uae30": 7, "\ub9cc\ub4e4\uae30": 69, "\ub9cc\ub8cc": 69, "\ub9e4\ub274\uc5bc": 53, "\ub9e4\ub2c8\uc800": 20, "\ub9e4\ud551": 20, "\uba38\ub9ac\ub9d0": 53, "\uba54\ubaa8": 69, "\uba54\uc2dc\uc9c0": [40, 69], "\uba85\ub839\uc904\uc5d0\uc11c": 20, "\uba85\ub839\uc904\uc744": 20, "\ubaa8\ubc14\uc77c": [20, 25], "\ubaa9\ucc28": 6, "\ubb34\uc2dc\ub41c": 19, "\ubb38\uc81c": 20, "\ubc0f": [20, 25, 30, 69], "\ubc29\ubc95": 20, "\ubc29\uc2dd": 24, "\ubc8c\uc5b4\uc9c0\ub294": 24, "\ubcc0\uacbd\ub418\uc9c0": 12, "\ubcc0\uacbd\uc774": 12, "\ubcf4\ud638": 69, "\ubd80\uc7ac\uc911": 40, "\ube0c\ub77c\uc6b0\uc800": 83, "\uc0ac\uc6a9": 19, "\uc0ac\uc6a9\uc790": [19, 53], "\uc0ac\uc6a9\ud558\uae30": 19, "\uc0ac\uc6a9\ud558\uc5ec": 20, "\uc0ad\uc81c\ub41c": 24, "\uc0ad\uc81c\ud588\uc744": 24, "\uc0c1\ud0dc": 19, "\uc0c8": 19, "\uc0dd\uc131": 20, "\uc11c\ub4dc\ud30c\ud2f0": 20, "\uc11c\ubc84\uc5d0": 12, "\uc11c\ube0c": 12, "\uc124\uc815": [19, 40], "\uc124\uce58": 14, "\uc194\ub8e8\uc158": 20, "\uc218\uc815": 12, "\uc2dc\ub3c4\ud558\ub294": 12, "\uc2dc\uc2a4\ud15c": [14, 19], "\uc2e4\ud5d8\uc801": 10, "\uc2f6\uc2b5\ub2c8\ub2e4": 12, "\uc544\uc774\ucf58": 19, "\uc548\uc815\uc801\uc73c\ub85c": 12, "\uc54a\ub294\ub2e4\ub294": 12, "\uc54a\uc558\uc5b4\ub3c4": 12, "\uc54c\ub824\uc9c4": 20, "\uc54c\ub9bc": 69, "\uc561\uc138\uc2a4": 20, "\uc571\uc774": 24, "\uc5b4\ub5bb\uac8c": 12, "\uc5c5\ub370\uc774\ud130": 7, "\uc5c5\ub370\uc774\ud2b8": [7, 18], "\uc5c5\ub85c\ub4dc": 31, "\uc5c5\ub85c\ub4dc\ub429\ub2c8\ub2e4": 12, "\uc608\uc81c": 10, "\uc624\ubc84\ub808\uc774": 19, "\uc62c\ub9ac\uae30": 10, "\uc694\uad6c\uc0ac\ud56d": [14, 83], "\uc6a9\ub7c9": [24, 33], "\uc6a9\ub7c9\uc744": 24, "\uc6cc\ud06c\ud50c\ub85c": 7, "\uc6f9": 83, "\uc708\ub3c4\uc6b0\uc988": 7, "\uc708\ub3c4\uc6b0\uc988\uc758": 12, "\uc751\ub2f5": 20, "\uc774\ub3d9\ud558\uace0": 12, "\uc77c": 24, "\uc77c\ub300\uc77c": 69, "\uc77c\ubc18": 19, "\uc77c\ubd80": 12, "\uc77c\ud68c\uc6a9": 69, "\uc788\uc2b5\ub2c8\ub2e4": 12, "\uc790\ub3d9": 7, "\uc800\uc7a5": 24, "\uc811\uadfc\ud558\uae30": 20, "\uc911\uc9c0": 7, "\uc911\uc9c0\ud569\ub2c8\ub2e4": 12, "\ucc28\ub2e8": 69, "\ucc38\uac00\uc790": 69, "\ucc3d": 19, "\ucc44\ub110": 18, "\ucd94\uac00\ud558\uae30": 19, "\ucd94\uc801\ub418\uc9c0": 12, "\ucda9\ub3cc": 10, "\ud074\ub77c\uc774\uc5b8\ud2b8": [19, 20, 25], "\ud0d0\uc0c9\uae30\ub97c": 20, "\ud1a0\ud06c": 69, "\ud1b5\ud574": 20, "\ud2b8\ub808\uc774": 19, "\ud30c\uc77c": [19, 20, 24, 30, 31], "\ud30c\uc77c\uc5d0": 20, "\ud30c\uc77c\uc740": 12, "\ud30c\uc77c\uc744": 24, "\ud3b8\uc9d1\uae30": 19, "\ud3f4\ub354\ub4e4\uc758": 12, "\ud3f4\ub354\ub97c": 12, "\ud544\ud130\ub9c1\ud558\uc138\uc694": 69, "\ud560\ub2f9": [24, 33], "\ud574\uacb0": 20, "\ud658\uacbd\uc5d0\uc11c": 7, "\ud65c\uc131\ud654\ud558\ub098\uc694": 12}}) \ No newline at end of file diff --git a/server/latest/user_manual/lo/contents.html b/server/latest/user_manual/lo/contents.html index d9b842f45d8..2d4992ff7b5 100644 --- a/server/latest/user_manual/lo/contents.html +++ b/server/latest/user_manual/lo/contents.html @@ -179,6 +179,7 @@
                        • Installation
                        • Uninstallation
                        • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                        • +
                        • Using the macOS File Provider
                        • Using the Command-Line Client
                        • Command-Line Options
                        • Configuration File
                        • diff --git a/server/latest/user_manual/lo/desktop/autoupdate.html b/server/latest/user_manual/lo/desktop/autoupdate.html index a21e535d8f5..b153ed0c774 100644 --- a/server/latest/user_manual/lo/desktop/autoupdate.html +++ b/server/latest/user_manual/lo/desktop/autoupdate.html @@ -83,6 +83,7 @@
                        • Installation
                        • Uninstallation
                        • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                        • +
                        • Using the macOS File Provider
                        • Using the Command-Line Client
                        • Command-Line Options
                        • Configuration File
                        • diff --git a/server/latest/user_manual/lo/desktop/commandline.html b/server/latest/user_manual/lo/desktop/commandline.html index 76e1668830a..121801957fd 100644 --- a/server/latest/user_manual/lo/desktop/commandline.html +++ b/server/latest/user_manual/lo/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
                        • Installation
                        • Uninstallation
                        • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                        • +
                        • Using the macOS File Provider
                        • Using the Command-Line Client
                          • Install
                          • Usage
                          • @@ -256,7 +257,7 @@

                            Example
                            diff --git a/server/latest/user_manual/lo/desktop/configfile.html b/server/latest/user_manual/lo/desktop/configfile.html index 0df7c717cde..550dc1189cd 100644 --- a/server/latest/user_manual/lo/desktop/configfile.html +++ b/server/latest/user_manual/lo/desktop/configfile.html @@ -83,6 +83,7 @@
                          • Installation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/conflicts.html b/server/latest/user_manual/lo/desktop/conflicts.html index 3738c3bd7b7..93de589af51 100644 --- a/server/latest/user_manual/lo/desktop/conflicts.html +++ b/server/latest/user_manual/lo/desktop/conflicts.html @@ -83,6 +83,7 @@
                          • Installation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/envvars.html b/server/latest/user_manual/lo/desktop/envvars.html index 4e985f83736..d9f705eb14f 100644 --- a/server/latest/user_manual/lo/desktop/envvars.html +++ b/server/latest/user_manual/lo/desktop/envvars.html @@ -83,6 +83,7 @@
                          • Installation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/faq.html b/server/latest/user_manual/lo/desktop/faq.html index ad78d349bb4..9a27342efeb 100644 --- a/server/latest/user_manual/lo/desktop/faq.html +++ b/server/latest/user_manual/lo/desktop/faq.html @@ -83,6 +83,7 @@
                          • Installation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/index.html b/server/latest/user_manual/lo/desktop/index.html index fe3b5f36264..0f3a7e9a206 100644 --- a/server/latest/user_manual/lo/desktop/index.html +++ b/server/latest/user_manual/lo/desktop/index.html @@ -83,6 +83,7 @@
                          • Installation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • @@ -132,6 +133,7 @@

                            Desktop ClientInstallation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/installation.html b/server/latest/user_manual/lo/desktop/installation.html index ce867597a19..3cc02a82c26 100644 --- a/server/latest/user_manual/lo/desktop/installation.html +++ b/server/latest/user_manual/lo/desktop/installation.html @@ -91,6 +91,7 @@
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/macosfileprovider.html b/server/latest/user_manual/lo/desktop/macosfileprovider.html new file mode 100644 index 00000000000..f1ae77053c9 --- /dev/null +++ b/server/latest/user_manual/lo/desktop/macosfileprovider.html @@ -0,0 +1,826 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                            + + +
                            + +
                            + +
                            +
                            +
                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                            + + + +
                            +
                            +
                            ☁️ ເວີຊັນ
                            + +
                            + + 35 (latest) + +
                            + +
                            + + 34 (stable) + +
                            + +
                            + + 33 + +
                            + +
                            + + 32 + +
                            + +
                            +
                            +
                            + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/lo/desktop/macosvfs.html b/server/latest/user_manual/lo/desktop/macosvfs.html index bebd1dcdb99..497d7f7af97 100644 --- a/server/latest/user_manual/lo/desktop/macosvfs.html +++ b/server/latest/user_manual/lo/desktop/macosvfs.html @@ -1,758 +1 @@ - - - - - - - - - - ລູກຂ່າຍໄຟລ໌ສະເໝືອນ macOS — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            - - -
                            - -
                            - -
                            -
                            -
                            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            - - - -
                            -
                            -
                            ☁️ ເວີຊັນ
                            - -
                            - - 35 (latest) - -
                            - -
                            - - 34 (stable) - -
                            - -
                            - - 33 - -
                            - -
                            - - 32 - -
                            - -
                            -
                            -
                            - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/lo/desktop/options.html b/server/latest/user_manual/lo/desktop/options.html index d9b382766f3..7fd31da264b 100644 --- a/server/latest/user_manual/lo/desktop/options.html +++ b/server/latest/user_manual/lo/desktop/options.html @@ -83,6 +83,7 @@
                          • Installation
                          • Uninstallation
                          • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                          • +
                          • Using the macOS File Provider
                          • Using the Command-Line Client
                          • Command-Line Options
                          • Configuration File
                          • diff --git a/server/latest/user_manual/lo/desktop/uninstallation.html b/server/latest/user_manual/lo/desktop/uninstallation.html index b0732c8c6ee..1a15ccaddf7 100644 --- a/server/latest/user_manual/lo/desktop/uninstallation.html +++ b/server/latest/user_manual/lo/desktop/uninstallation.html @@ -91,6 +91,7 @@

                        • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                        • +
                        • Using the macOS File Provider
                        • Using the Command-Line Client
                        • Command-Line Options
                        • Configuration File
                        • diff --git a/server/latest/user_manual/lo/desktop/updatechannel.html b/server/latest/user_manual/lo/desktop/updatechannel.html index 00772326516..13942ff2501 100644 --- a/server/latest/user_manual/lo/desktop/updatechannel.html +++ b/server/latest/user_manual/lo/desktop/updatechannel.html @@ -83,6 +83,7 @@
                        • Installation
                        • Uninstallation
                        • ການນຳໃຊ້ຕົວລູກຂ່າຍການຊິງໂຄຣໄນ
                        • +
                        • Using the macOS File Provider
                        • Using the Command-Line Client
                        • Command-Line Options
                        • Configuration File
                        • diff --git a/server/latest/user_manual/lo/desktop/usage.html b/server/latest/user_manual/lo/desktop/usage.html index a7fcccae83b..75b2afb9f90 100644 --- a/server/latest/user_manual/lo/desktop/usage.html +++ b/server/latest/user_manual/lo/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
                        • ໜ້າຕ່າງທົ່ວໄປ
                        • ການນຳໃຊ້ໜ້າຕ່າງເຄືອຂ່າຍ
                        • ການນຳໃຊ້ຕົວແກ້ໄຂໄຟລ໌ທີ່ຖືກລະເວັ້ນ
                        • -
                        • Virtual Files on macOS -
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • @@ -297,15 +294,6 @@

                        ການນຳໃຊ້ໜ້າຕ່າງເຄືອຂ່າຍ

                        ໄຟລ໌ທີ່ເຮັດໃຫ້ເກີດຂໍ້ຜິດພາດສະເພາະຕົວສາມຄັ້ງໃນລະຫວ່າງການຊິງຈະຖືກລົບອອກ. ແນວໃດກໍຕາມ, ຕົວລູກຂ່າຍຍັງມີຕົວເລືອກໃຫ້ລອງຊິງໃໝ່ອີກສາມຄັ້ງສຳລັບໄຟລ໌ທີ່ເກີດຂໍ້ຜິດພາດ.

                      -
                      -

                      Virtual Files on macOS

                      -

                      For information about using virtual files integration on macOS, see:

                      - -
                      @@ -313,7 +301,7 @@

                      Virtual Files on macOS

                      diff --git a/server/latest/user_manual/lo/objects.inv b/server/latest/user_manual/lo/objects.inv index 5bd76bb0ccb..de1dd404fbb 100644 Binary files a/server/latest/user_manual/lo/objects.inv and b/server/latest/user_manual/lo/objects.inv differ diff --git a/server/latest/user_manual/lo/searchindex.js b/server/latest/user_manual/lo/searchindex.js index 21b1efa65a4..973331b3d87 100644 --- a/server/latest/user_manual/lo/searchindex.js +++ b/server/latest/user_manual/lo/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. \u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa\u0ec8\u0ea7\u0e99\u0e95\u0ebb\u0ea7 (\u0ec1\u0e9a\u0e9a\u0e95\u0ebb\u0ea7\u0e95\u0ecd\u0ec8\u0e95\u0ebb\u0ea7)": [[69, "private-one-to-one-conversations"]], "2. \u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e81\u0eb8\u0ec8\u0ea1": [[69, "group-conversations"]], "3. \u0e9a\u0eb1\u0e99\u0e97\u0eb6\u0e81\u0ec0\u0e96\u0eb4\u0e87\u0e95\u0ebb\u0e99\u0ec0\u0ead\u0e87": [[69, "note-to-self"]], "4. \u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e8a\u0ebb\u0ec8\u0ea7\u0e84\u0eb2\u0ea7": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendars": [[50, "calendars"]], "Call recording": [[62, null]], "Chat": [[67, null]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Conversations": [[68, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Deck": [[75, "deck"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filtering activities": [[0, "filtering-activities"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Known issues": [[20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Linux": [[7, "linux"], [17, "linux"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "RSS feed": [[0, "rss-feed"]], "Recommended method": [[50, "recommended-method"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing & collaboration": [[23, null]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Smart pickers": [[1, "smart-pickers"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Threaded messages": [[76, "threaded-messages"]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "\u0e81\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[69, "filter-your-conversations"]], "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0e88\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0e9f\u0eb4\u0e94\u0e8a\u0eb4\u0e87 (Phishing)": [[44, "phishing-detection"]], "\u0e81\u0eb2\u0e99\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "filtering-and-autoresponder"]], "\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99\u0ebb\u0e94\u0e84\u0ec8\u0eb2\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e9a\u0eb1\u0e99\u0e8a\u0eb5 Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1\u0eaa\u0ebd\u0e87 \u0ec1\u0ea5\u0eb0 \u0ea7\u0eb4\u0e94\u0eb5\u0ec2\u0ead": [[60, "controlling-audio-and-video"], [60, "id1"]], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1\u0ec4\u0e9f\u0ea5\u0ecc": [[21, "file-controls"]], "\u0e81\u0eb2\u0e99\u0e84\u0ebb\u0ec9\u0e99\u0eab\u0eb2\u0ec1\u0e9a\u0e9a\u0ea5\u0ea7\u0ea1\u0eaa\u0eb9\u0e99": [[44, "unified-search"], [83, "unified-search"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, "managing-a-conversation"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "message-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e9a\u0eb1\u0e99\u0e8a\u0eb5\u0ec0\u0ea1\u0ea5\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[44, "managing-your-mail-account"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5": [[44, "envelope-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0eab\u0ebc\u0eb2\u0e8d\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0e97\u0eb7\u0ec8\u0ead\u0e94\u0ebd\u0ea7": [[42, "managing-multiple-contacts-at-a-time"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0e94\u0ec8\u0ea7\u0e99": [[44, "quick-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0ea1\u0e99\u0eb9\u0e84\u0ea5\u0eb4\u0e81\u0e82\u0ea7\u0eb2": [[15, "context-menu-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc": [[15, "file-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a": [[24, null]], "\u0e81\u0eb2\u0e99\u0e8d\u0ec9\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5\u0ecc": [[21, "moving-files"]], "\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99\u0eb5\u0e99\u0e81\u0eb2\u0e99": [[44, "actions"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1 \u0ec1\u0ea5\u0eb0 \u0ead\u0eb7\u0ec8\u0e99\u0ec6": [[66, "replying-to-messages-and-more"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "autoresponders"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0ead\u0eb1\u0e94\u0eaa\u0eb0\u0ea5\u0eb4\u0e8d\u0eb0": [[44, "smart-replies"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0eae\u0eb1\u0e9a\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99": [[70, "accepting-an-invitation"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2": [[15, "configuration"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e81\u0eb2\u0e99\u0ea7\u0eb2\u0e87\u0ec4\u0e9f\u0ea5\u0ecc \u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99\u0ec0\u0ead\u0e87": [[29, "setting-up-your-own-file-drop"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0e9a\u0ecd\u0ec8\u0ea2\u0eb9\u0ec8\u0eab\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99": [[40, null]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1\u0eb1\u0e81\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[82, null]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e9a\u0eb1\u0e99\u0e8a\u0eb5": [[44, "account-settings"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa\u0ebb\u0ec8\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "scheduled-messages"], [66, "scheduling-messages"]], "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2": [[64, null]], "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa\u0ebb\u0e94": [[64, "call-live-transcription"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0ec1\u0e9a\u0e9a\u0eaa\u0eb0\u0ec0\u0edd\u0eb7\u0ead\u0e99": [[42, "importing-virtual-contacts"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9 Markdown": [[66, "using-markdown"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "using-encryption"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ea2\u0eb9\u0ec8\u0e9d\u0eb1\u0ec8\u0e87\u0ec0\u0e8a\u0eb5\u0ec0\u0ea7\u0eb5": [[26, null]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e95\u0ebb\u0ea7\u0ea5\u0eb9\u0e81\u0e82\u0ec8\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a\u0eb4\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99": [[19, null]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e95\u0ebb\u0ea7\u0ec1\u0e81\u0ec9\u0ec4\u0e82\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb0\u0ec0\u0ea7\u0eb1\u0ec9\u0e99": [[19, "using-the-ignored-files-editor"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0ec1\u0ead\u0eb1\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, null]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0ec0\u0e84\u0eb7\u0ead\u0e82\u0ec8\u0eb2\u0e8d": [[19, "using-the-network-window"]], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1 \u0ec1\u0ea5\u0eb0 \u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": [[59, "meetings-and-events"]], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e84\u0ead\u0ea1\u0e9e\u0eb4\u0ea7\u0ec0\u0e95\u0eb5 \u0ec1\u0ea5\u0eb0 \u0ea1\u0eb7\u0e96\u0eb7": [[25, null]], "\u0e81\u0eb2\u0e99\u0ea1\u0ead\u0e9a\u0edd\u0eb2\u0e8d\u0eaa\u0eb4\u0e94\u0e9a\u0eb1\u0e99\u0e8a\u0eb5": [[44, "account-delegation"]], "\u0e81\u0eb2\u0e99\u0ea5\u0eb1\u0ead\u0e81": [[15, "locking"]], "\u0e81\u0eb2\u0e99\u0ea5\u0eb6\u0e9a\u0e96\u0eb1\u0e87\u0e82\u0eb5\u0ec9\u0ec0\u0eab\u0e8d\u0eb7\u0ec9\u0ead\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "automatic-trash-deletion"]], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1 / \u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81": [[44, "message-display-operation-mode"]], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5\u0ebb\u0ea1": [[60, "reactions"]], "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, null]], "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0ec8\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[66, null]], "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0ec8\u0e87\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99": [[70, "sending-an-invitation"]], "\u0e81\u0eb2\u0e99\u0eaa\u0ec9\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, "creating-a-conversation"]], "\u0e81\u0eb2\u0e99\u0eaa\u0ec9\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b\u0eb5\u0e94": [[78, "creating-an-open-conversation"]], "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a\u0ecd\u0ec8\u0ea5\u0eb0\u0e9a\u0eb8\u0e95\u0ebb\u0ea7\u0e95\u0ebb\u0e99": [[29, null]], "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec4\u0e9f\u0ea5\u0ecc": [[29, "uploading-files"]], "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ebc\u0e94\u0ec4\u0e9f\u0ea5\u0ecc\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d\u0ec8": [[31, null]], "\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0e97\u0eb5\u0ec8\u0e8a\u0ec9\u0eb3\u0e81\u0eb1\u0e99": [[42, "merging-duplicate-contacts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, null]], "\u0e81\u0eb2\u0e99\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea1\u0e95\u0ecd\u0ec8\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99\u0e81\u0eb1\u0e9a Talk": [[59, null]], "\u0e81\u0eb2\u0e99\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea1\u0ec2\u0e8d\u0e87 Finder": [[15, "finder-integration"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e95\u0ebb\u0ea7\u0ea2\u0ec8\u0eb2\u0e87\u0ec4\u0e9f\u0ea5\u0ecc": [[21, "previewing-files"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e9b\u0eb6\u0ec9\u0ea1\u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8": [[42, "adding-and-managing-address-books"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0e9a\u0eb1\u0e99\u0e8a\u0eb5\u0ec3\u0edd\u0ec8": [[19, "adding-new-accounts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, "adding-contacts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0e94\u0ec9\u0ea7\u0e8d\u0e95\u0ebb\u0e99\u0ec0\u0ead\u0e87": [[42, "adding-contacts-manually"]], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5\u0eb5\u0ec8\u0ea1\u0e95\u0ebb\u0ec9\u0e99 \u0eab\u0ebc\u0eb7 \u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "starting-or-joining-a-call"]], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0ec4\u0e9f\u0ea5\u0ecc \u0eab\u0ebc\u0eb7 \u0ec2\u0e9f\u0e99\u0ec0\u0e94\u0eb5": [[21, "selecting-files-or-folders"]], "\u0e81\u0eb2\u0e99\u0ec0\u0ead\u0eb5\u0ec8\u0e8d\u0ec0\u0e96\u0eb4\u0e87 (Mention) \u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[44, "mention-contacts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb1\u0e9a\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99": [[44, "calendar-integration"]], "\u0e81\u0eb2\u0e99\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb1\u0e9a\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1 (Dashboard)": [[44, "dashboard-integration"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99 \u0ec1\u0ea5\u0eb0 \u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b\u0eb1\u0e99\u0eaa\u0ec8\u0ea7\u0e99\u0e95\u0ebb\u0ea7": [[69, "notifications-and-privacy"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99\u0ec3\u0eab\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0eb2\u0ea1\u0ea7\u0ebd\u0e81": [[44, "follow-up-reminders"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81\u0ead\u0eb5\u0ec2\u0ea1\u0e88\u0eb4": [[66, "inserting-emoji"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99": [[15, "sharing"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99\u0ec3\u0e99\u0e9b\u0eb6\u0ec9\u0ea1\u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8\u0e97\u0ebb\u0ec8\u0ea7\u0ec2\u0ea5\u0e81": [[82, "sharing-your-data-in-the-global-address-book"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0e88\u0eb2\u0e81\u0e84\u0ead\u0ea1\u0e9e\u0eb4\u0ea7\u0ec0\u0e95\u0eb5\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[19, "sharing-from-your-desktop"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "sharing-encrypted-files"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0edc\u0ec9\u0eb2\u0e88\u0ecd": [[63, null]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec0\u0ea1\u0ea5": [[44, "mail-translation"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec1\u0e9a\u0e9a\u0eaa\u0ebb\u0e94": [[64, "live-translation"]], "\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[61, null]], "\u0e81\u0eb2\u0e99\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0ec1\u0ead\u0eb1\u0e9a\u0ec0\u0ea1\u0ea5 (Mail)": [[44, null]], "\u0e81\u0eb2\u0e99\u0edd\u0ebb\u0e94\u0ead\u0eb2\u0e8d\u0eb8\u0e82\u0ead\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[69, "messages-expiration"]], "\u0e81\u0eb3\u0e99\u0ebb\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e88\u0eb2\u0e81\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99": [[59, "schedule-from-calendar"]], "\u0e81\u0eb8\u0ec8\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7": [[43, null]], "\u0e81\u0ec8\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81 (Outbox)": [[44, "outbox"]], "\u0e81\u0ec8\u0ead\u0e87\u0e88\u0ebb\u0e94\u0edd\u0eb2\u0e8d\u0e9a\u0eb8\u0ea5\u0eb4\u0ea1\u0eb0\u0eaa\u0eb4\u0e94": [[44, "priority-inbox"]], "\u0e82\u0ebd\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "compose-messages"]], "\u0e82\u0ecd\u0e49\u0e82\u0eb1\u0e94\u0ec1\u0e8d\u0ec8\u0e87\u0e82\u0ead\u0e87\u0eaa\u0ec8\u0ea7\u0e99\u0ec0\u0eaa\u0eb5\u0ea1 macOS": [[15, "macos-extensions-conflict"]], "\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[55, "chat-messages"]], "\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0e9a\u0ecd\u0ec8\u0ea1\u0eb5\u0eaa\u0ebd\u0e87\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99": [[66, "silent-messages"]], "\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e9c\u0eb9\u0ec9\u0eae\u0eb1\u0e9a\u0ec3\u0e99\u0edc\u0ec9\u0eb2\u0e82\u0ebd\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "recipient-info-on-composer"]], "\u0e84\u0ea7\u0eb2\u0ea1\u0e95\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0ea7\u0eb1\u0e9a\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a\u0eb5": [[83, "web-browser-requirements"]], "\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": [[44, "security"]], "\u0e84\u0eb3\u0e96\u0eb2\u0ea1\u0e97\u0eb5\u0ec8\u0e9e\u0ebb\u0e9a\u0ec0\u0ea5\u0eb7\u0ec9\u0ead\u0e8d\u0e81\u0ec8\u0ebd\u0ea7\u0e81\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "encryption-faq"]], "\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1": [[44, "meeting-invitations"]], "\u0e84\u0eb8\u0e99\u0eaa\u0ebb\u0ea1\u0e9a\u0eb1\u0e94\u0e97\u0eb5\u0ec8\u0eae\u0ead\u0e87\u0eae\u0eb1\u0e9a": [[15, "supported-features"]], "\u0e88\u0eb0\u0e9b\u0eb4\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ec4\u0e94\u0ec9\u0ec1\u0e99\u0ea7\u0ec3\u0e94?": [[26, "how-can-encryption-be-disabled"]], "\u0e88\u0eb0\u0ec0\u0e81\u0eb5\u0e94\u0eab\u0e8d\u0eb1\u0e87\u0e82\u0eb6\u0ec9\u0e99\u0ec0\u0ea1\u0eb7\u0ec8\u0ead\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a": [[24, "what-happens-when-shared-files-are-deleted"]], "\u0e88\u0eb1\u0e94\u0ea5\u0eb0\u0e9a\u0ebd\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0e94\u0ec9\u0ea7\u0e8d\u0e81\u0eb8\u0ec8\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8": [[42, "organize-your-contacts-with-contact-groups"]], "\u0e88\u0eb1\u0e94\u0ea5\u0ebd\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97\u0eb5\u0ec8\u0ea1\u0eb1\u0e81\u0ec4\u0ea7\u0ec9\u0e97\u0eb2\u0e87\u0ec0\u0e97\u0eb4\u0e87": [[44, "sort-favorites-up"]], "\u0e88\u0eb1\u0e94\u0ec0\u0e81\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, "archive-conversations"]], "\u0e88\u0eb3\u0e81\u0eb1\u0e94\u0e9c\u0eb9\u0ec9\u0e97\u0eb5\u0ec8\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab\u0eb1\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5\u0ecc\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[82, "restrict-who-can-see-your-profile-data"]], "\u0e8d\u0ebb\u0e81\u0ea1\u0eb7": [[60, "raise-hand"]], "\u0e8d\u0ebb\u0e81\u0ec0\u0ea5\u0eb5\u0e81\u0e81\u0eb2\u0e99\u0e95\u0eb4\u0e94\u0e95\u0eb2\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0eaa\u0ebb\u0ec8\u0e87\u0ec0\u0ea1\u0ea5 (Mailing list)": [[44, "unsubscribe-from-a-mailing-list"]], "\u0e8d\u0ec9\u0eb2\u0e8d\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0ec4\u0e9b\u0e97\u0eb5\u0ec8\u0ec2\u0e9f\u0e99\u0ec0\u0e94\u0eb5\u0e88\u0ebb\u0e94\u0edd\u0eb2\u0e8d\u0e82\u0eb5\u0ec9\u0ec0\u0eab\u0e8d\u0eb7\u0ec9\u0ead": [[44, "move-messages-to-junk-folder"]], "\u0e94\u0eb2\u0ea7\u0ec2\u0eab\u0ebc\u0e94\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "download-call-participants-list"]], "\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0eab\u0ec9\u0ead\u0e87\u0ec1\u0e8d\u0e81\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[60, "set-up-breakout-rooms"]], "\u0e95\u0eb1\u0ec9\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c\u0eb9\u0ec9\u0ec3\u0e8a\u0ec9": [[19, "set-the-user-status"]], "\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87": [[44, "filter"]], "\u0e95\u0ebb\u0ea7\u0e9a\u0ebb\u0ec8\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a\u0eb4\u0e87\u0e84\u0ecc": [[15, "sync-status-indicators"]], "\u0e95\u0ebb\u0ea7\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb5\u0ea1": [[42, "team-options"]], "\u0e95\u0ebb\u0ea7\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0ead\u0eb1\u0e94\u0eaa\u0eb0\u0ea5\u0eb4\u0e8d\u0eb0 (Smart Picker)": [[66, "smart-picker"]], "\u0e97\u0eb2\u0e87\u0ea5\u0eb1\u0e94\u0e84\u0eb5\u0e9a\u0ead\u0e94": [[44, "keyboard-shortcuts"]], "\u0e97\u0eb5\u0ea1": [[42, "teams"]], "\u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": [[44, "internal-addresses"]], "\u0e97\u0eb8\u0e81\u0e81\u0ec8\u0ead\u0e87\u0e88\u0ebb\u0e94\u0edd\u0eb2\u0e8d": [[44, "all-inboxes"]], "\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a\u0eb5 \u0ec1\u0ea5\u0eb0 \u0ec2\u0e9b\u0ea3\u0ec1\u0e81\u0ea3\u0ea1 Talk Desktop": [[60, "browser-and-talk-desktop-client"]], "\u0e9a\u0ea5\u0eb1\u0ead\u0e81\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1 (Text blocks)": [[44, "text-blocks"]], "\u0e9a\u0eb1\u0e99\u0e97\u0eb6\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "record-a-call"]], "\u0e9a\u0eb1\u0e99\u0eab\u0eb2\u0e97\u0eb5\u0ec8\u0e9e\u0ebb\u0e9a": [[15, "known-issues"]], "\u0e9a\u0ebb\u0e94\u0e9a\u0eb2\u0e94\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e97\u0eb5\u0ea1": [[42, "team-roles"]], "\u0e9a\u0ebb\u0e94\u0eaa\u0eb0\u0eab\u0ebc\u0eb8\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[66, "chat-summary"]], "\u0e9a\u0ebb\u0e94\u0eaa\u0eb0\u0eab\u0ebc\u0eb8\u0e9a\u0e81\u0eb8\u0ec8\u0ea1\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[44, "thread-summary"]], "\u0e9a\u0ebb\u0e94\u0eaa\u0eb0\u0eab\u0ebc\u0eb8\u0e9a\u0ec2\u0e94\u0e8d AI": [[44, "ai-summary"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e9c\u0ec8\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0eaa\u0ec8\u0ea7\u0e99\u0e95\u0ebb\u0ea7": [[26, "change-private-key-password"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0ea5\u0eb3\u0e94\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0ea5\u0ebd\u0e87": [[44, "change-sort-order"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0eaa\u0eb5\u0ec1\u0e97\u0eb1\u0e81": [[44, "change-color-for-tags"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0eae\u0eb9\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0ea7\u0eb2\u0e87": [[44, "switch-layout"]], "\u0e9e\u0eb7\u0ec9\u0e99\u0eab\u0ebc\u0eb1\u0e87": [[60, "backgrounds"]], "\u0ea1\u0eb5\u0ec1\u0e9c\u0e99\u0e97\u0eb5\u0ec8\u0e88\u0eb0\u0e8d\u0ec9\u0eb2\u0e8d\u0eaa\u0eb4\u0ec8\u0e87\u0e99\u0eb5\u0ec9\u0ec4\u0e9b\u0ec4\u0ea7\u0ec9\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eaa\u0eb9\u0ec8\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a\u0e84\u0eb1\u0ec9\u0e87\u0e95\u0ecd\u0ec8\u0ec4\u0e9b \u0eab\u0ebc\u0eb7 \u0ec3\u0eab\u0ec9\u0ec0\u0e9b\u0eb1\u0e99\u0ea7\u0ebd\u0e81\u0e87\u0eb2\u0e99\u0e9e\u0eb7\u0ec9\u0e99\u0eab\u0ebc\u0eb1\u0e87 (background job) \u0e9a\u0ecd\u0ec8?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u0ea1\u0eb8\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": [[65, "grid-view"]], "\u0ea1\u0eb8\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e9c\u0eb9\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2": [[65, "speaker-view"]], "\u0ea1\u0eb8\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0eab\u0e8d\u0ecd\u0ec9\u0e88\u0eb0\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e95\u0ebb\u0ea7\u0ea2\u0ec8\u0eb2\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0eab\u0ebc\u0ec9\u0eb2\u0eaa\u0eb8\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2, \u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0e8a\u0ec8\u0ea7\u0e8d\u0ec3\u0eab\u0ec9\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e87\u0ec8\u0eb2\u0e8d\u0e82\u0eb6\u0ec9\u0e99.": [[55, "compact-view-of-conversations-list"]], "\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "meeting-invitation-automation"]], "\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e9c\u0ec8\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb9\u0ec9\u0e84\u0eb7\u0e99": [[26, "recovery-key-password"]], "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97\u0eb5\u0ec8\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99": [[42, "shared-items"]], "\u0ea5\u0eb6\u0e9a\u0ec1\u0e97\u0eb1\u0e81": [[44, "delete-tags"]], "\u0ea5\u0eb9\u0e81\u0e82\u0ec8\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5\u0ecc\u0eaa\u0eb0\u0ec0\u0edd\u0eb7\u0ead\u0e99 macOS": [[15, null]], "\u0ea7\u0eb4\u0e97\u0eb5\u0e97\u0eb5\u0ec8\u0ec1\u0ead\u0eb1\u0e9a\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e9e\u0eb7\u0ec9\u0e99\u0e97\u0eb5\u0ec8\u0e88\u0eb1\u0e94\u0ec0\u0e81\u0eb1\u0e9a\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u0ea7\u0eb4\u0e97\u0eb5\u0ea5\u0eb6\u0e9a\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87": [[44, "how-to-delete-a-filter"]], "\u0ea7\u0eb4\u0e97\u0eb5\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87\u0ec3\u0edd\u0ec8": [[44, "how-to-add-a-new-filter"]], "\u0eaa\u0eb1\u0ec8\u0e87\u0eab\u0ec9\u0eb2\u0ea1\u0e9c\u0eb9\u0ec9\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1": [[69, "ban-participants"]], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b\u0eb4\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ec2\u0e94\u0e8d\u0e9a\u0ecd\u0ec8\u0ea1\u0eb5\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e9c\u0ec8\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9c\u0eb9\u0ec9\u0ec3\u0e8a\u0ec9\u0ec4\u0e94\u0ec9\u0e9a\u0ecd\u0ec8?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "\u0eaa\u0eb2\u0ea5\u0eb0\u0e9a\u0eb2\u0e99": [[6, null]], "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d \u0ec1\u0ea5\u0eb0 \u0eab\u0ec9\u0ead\u0e87\u0e9e\u0eb1\u0e81\u0ea5\u0ecd\u0e96\u0ec9\u0eb2": [[79, null]], "\u0eaa\u0ec9\u0eb2\u0e87\u0e81\u0eb4\u0e94\u0e88\u0eb0\u0e81\u0eb3": [[44, "create-an-event"]], "\u0eaa\u0ec9\u0eb2\u0e87\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "create-a-filter-from-a-message"]], "\u0eaa\u0ec9\u0eb2\u0e87\u0e97\u0eb5\u0ea1": [[42, "create-a-team"]], "\u0eaa\u0ec9\u0eb2\u0e87\u0edc\u0ec9\u0eb2\u0ea7\u0ebd\u0e81": [[44, "create-a-task"]], "\u0eab\u0e8d\u0ecd\u0ec9\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0e82\u0ebd\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "minimize-the-composer-modal"]], "\u0eae\u0eb9\u0e9a\u0e9e\u0eb2\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, "contact-picture"]], "\u0eae\u0eb9\u0e9a\u0ea5\u0eb1\u0e81\u0eaa\u0eb0\u0e99\u0eb0": [[55, null]], "\u0eae\u0eb9\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[65, null]], "\u0ec0\u0e81\u0eb1\u0e9a\u0ec4\u0ea7\u0ec9\u0ec3\u0e99\u0ec0\u0e84\u0eb7\u0ec8\u0ead\u0e87": [[15, "keep-downloaded"]], "\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97\u0eb1\u0e99\u0e97\u0eb5": [[60, "immediately-join-a-call"]], "\u0ec0\u0e84\u0eb7\u0ead\u0e82\u0ec8\u0eb2\u0e8d\u0eae\u0ec8\u0ea7\u0ea1": [[70, null]], "\u0ec0\u0e84\u0eb7\u0ec8\u0ead\u0e87\u0eab\u0ebc\u0eb4\u0ec9\u0e99\u0ea7\u0eb4\u0e94\u0eb5\u0ec2\u0ead": [[21, "video-player"]], "\u0ec0\u0e87\u0eb7\u0ec8\u0ead\u0e99\u0ec4\u0e82": [[44, "conditions"]], "\u0ec0\u0e95\u0eb1\u0ea1\u0e88\u0ecd": [[60, "full-screen"]], "\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b\u0eb5\u0e94\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94": [[78, "view-all-open-conversations"]], "\u0ec0\u0e9b\u0eb1\u0e99\u0ec4\u0e9b\u0ec4\u0e94\u0ec9\u0e9a\u0ecd\u0ec8\u0e97\u0eb5\u0ec8\u0e88\u0eb0\u0e9b\u0eb4\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e94\u0ec9\u0ea7\u0e8d\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb9\u0ec9\u0e84\u0eb7\u0e99?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u0ec0\u0e9b\u0eb5\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[78, null]], "\u0ec0\u0e9b\u0eb5\u0e94\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e84\u0ebb\u0ec9\u0e99\u0eab\u0eb2\u0ec3\u0e99\u0ec0\u0e99\u0eb7\u0ec9\u0ead\u0ec3\u0e99\u0ec0\u0ea1\u0ea5": [[44, "enable-mail-body-search"]], "\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0e9a\u0eb1\u0e99\u0e8a\u0eb5\u0ec0\u0ea1\u0ea5\u0ec3\u0edd\u0ec8": [[44, "add-a-new-mail-account"]], "\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a\u0eb4\u0e81\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ec3\u0e99\u0e97\u0eb5\u0ea1": [[42, "add-members-to-a-team"]], "\u0ec0\u0ea5\u0eb5\u0ec8\u0ea1\u0e95\u0ebb\u0ec9\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "start-the-call"]], "\u0ec0\u0ea5\u0eb7\u0ec8\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99 (Snooze)": [[44, "snooze"]], "\u0ec1\u0e81\u0ec9\u0ec4\u0e82 \u0eab\u0ebc\u0eb7 \u0ea5\u0ebb\u0e9a\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, "edit-or-remove-contact-information"]], "\u0ec1\u0e81\u0ec9\u0ec4\u0e82\u0ec1\u0e97\u0eb1\u0e81 (Tags)": [[44, "edit-tags"]], "\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1 Talk": [[69, "talk-dashboard"]], "\u0ec1\u0ead\u0eb1\u0e9a\u0ec3\u0e99\u0ea1\u0eb7\u0e96\u0eb7": [[60, "mobile-clients"]], "\u0ec2\u0e84\u0e95\u0ec9\u0eb2": [[24, "quotas"]], "\u0ec3\u0e8a\u0ec9\u0ec2\u0edd\u0e94\u0e81\u0eb0\u0e97\u0eb1\u0e94\u0eae\u0eb1\u0e94": [[44, "use-compact-mode"]], "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7\u0ec8\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "during-a-call"]], "\u0ec4\u0e84\u0ea5\u0ec0\u0ead\u0eb1\u0e99\u0eaa\u0eb3\u0ea5\u0eb1\u0e9a\u0ea1\u0eb7\u0e96\u0eb7": [[25, "mobile-clients"]], "\u0ec4\u0e9f\u0ea5\u0ecc Alias": [[15, "alias-files"]], "\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e9a\u0ecd\u0ec8\u0e96\u0eb7\u0e81\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "files-not-encrypted"]], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e8a\u0ec9\u0ead\u0e99\u0e97\u0eb1\u0e9a\u0ec3\u0e99\u0e95\u0ebb\u0ea7\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc": [[19, "file-manager-overlay-icons"]], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99": [[21, "sharing-status-icons"]], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a": [[19, "systray-icon"]], "\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0e97\u0ebb\u0ec8\u0ea7\u0ec4\u0e9b": [[19, "general-window"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 17, 20, 21, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 28, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 28, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "42wim": 74, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 20, 27, 35, 37, 39, 41, 44, 51, 53, 56, 57, 58, 66, 72, 76, 80, 81], "And": 80, "As": [0, 35, 41, 48, 56, 77], "At": [20, 49, 54], "Be": 12, "By": [0, 5, 10, 41, 48], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 27, 35, 36, 39, 41, 47, 51, 62, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 20, 21, 26, 27, 28, 33, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 50, 51, 54, 62, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 35, 36, 37, 38, 41, 44, 45, 46, 48, 49, 50, 51, 62, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 20, 33, 38, 41, 73, 76, 80, 81, 82], "Its": 20, "No": [9, 36, 41], "Not": [41, 69, 83], "On": [9, 14, 17, 20, 41, 50], "One": 41, "Or": [25, 45], "That": 12, "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 25, 27, 33, 35, 36, 37, 38, 39, 41, 42, 44, 46, 50, 52, 54, 58, 62, 72, 76, 80, 81], "Then": [12, 20, 48, 51, 76], "There": [17, 20, 41, 45, 72], "These": [14, 41], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 70, 80, 81, 82], "With": [10, 20, 21, 35], "_": [8, 24, 64, 74], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": 12, "abl": [12, 20, 27, 36, 41, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 33, 37, 41, 69, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 41, 47, 72, 76, 82], "absenc": 41, "accept": [35, 37, 41], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 45, 46, 54, 57, 62, 72, 76, 81, 83], "accessibli": 5, "accident": 41, "accordingli": 62, "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 20, 54, 80, 83], "ad": [2, 7, 12, 20, 41, 42, 44, 81, 82], "add": [1, 2, 5, 7, 12, 17, 20, 27, 28, 35, 36, 38, 46, 47, 48, 49, 51, 56, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 41, 56, 76, 82], "address": [7, 8, 9, 20, 27, 41, 42, 45, 47, 49, 50, 51, 72, 82, 83], "addressbook": 51, "adjust": [9, 10, 11, 12, 20, 35, 39, 82], "admin": [13, 14, 36], "admin_manu": 24, "administr": [1, 7, 14, 20, 21, 26, 27, 31, 33, 35, 36, 37, 38, 41, 44, 57, 62, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 16, 20, 39, 41, 44, 45, 47, 48, 57, 62, 76, 81, 83], "afterward": 5, "ag": [20, 33], "again": [1, 9, 12, 21, 39, 41, 44, 45, 50, 54, 72, 81], "against": [12, 18, 33, 81], "agenda": [44, 57], "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": 52, "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 27, 33, 35, 36, 37, 41, 44, 45, 46, 50, 51, 53, 54, 56, 57, 58, 62, 76, 78, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 29, 33, 35, 40, 41, 44, 56, 57, 58, 62, 63, 75, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 35, 41, 45, 50, 51, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 39, 41, 44, 46, 56, 58, 60, 72, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29], "alwai": [7, 15, 20, 25, 41, 42, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 42, 44, 45, 46, 47, 48, 50, 51, 54, 56, 57, 60, 70, 73, 76, 80], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 20, 21, 26, 27, 28, 29, 33, 39, 41, 44, 54, 57, 62, 72, 80, 83], "anonym": [20, 29, 56], "anoth": [12, 27, 35, 41, 76, 81], "answer": 5, "anyon": 82, "anyth": [12, 48], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 20, 21, 29, 33, 36, 38, 39, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 64, 67, 71, 73, 80, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 20, 21, 27, 36, 41, 42, 44, 51, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 36, 44], "applic": [6, 7, 10, 14, 16, 17, 20, 27, 41, 42, 46, 47, 48, 49, 72], "appoint": [48, 52], "appropri": [20, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 20, 21, 25, 26, 27, 33, 35, 36, 37, 38, 39, 40, 41, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": 20, "arch": 8, "archiv": [8, 14, 21], "area": 41, "around": 36, "arrow": [39, 50, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 27, 35, 37, 41, 45, 50, 62], "assign": [20, 21, 58], "assist": [6, 80], "attach": [29, 36, 67, 73], "attempt": [10, 14, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 27, 35, 39, 41, 44, 47, 50, 56, 58, 62], "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 20, 27, 35, 39, 40, 45, 46, 47, 50, 57, 58, 60, 72, 73, 76, 82], "avatar": [19, 20, 41, 42], "awai": [41, 48], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 48, 62, 71, 72, 83], "backend": [1, 54], "background": [16, 27, 72, 80], "backup": [39, 41, 81], "badg": [10, 21], "bar": [0, 1, 20, 21, 41, 48, 58, 62, 72, 76, 83], "base": [7, 8, 10, 20, 45, 57, 80, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [7, 12, 20, 26, 38, 46], "becom": [5, 10], "been": [7, 8, 10, 12, 14, 15, 20, 21, 25, 35, 41, 42, 44, 57, 81], "befor": [12, 17, 18, 20, 27, 41, 44, 62, 72], "begin": [47, 80], "behalf": 44, "behavior": [7, 9, 10, 11], "being": [7, 12, 20, 37], "bell": 83, "below": [0, 9, 10, 11, 17, 20, 33, 41, 44, 51], "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 20, 21, 43, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 33], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": 11, "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [41, 49], "blur": [60, 72], "board": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [42, 45, 47, 50, 82], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 44, 47, 48, 52], "bottom": [0, 1, 4, 20, 44, 50, 51, 54, 83], "bound": 9, "box": [0, 20, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 60, 72, 81, 83], "bsd": 14, "bucket": 27, "bug": [7, 12, 18], "build": [14, 18], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": 7, "busi": [40, 44], "button": [1, 2, 5, 14, 20, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 43, 46, 48, 49, 52, 69, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 71, 73, 77, 80, 82], "camera": [45, 60, 72], "can": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 60, 62, 70, 71, 72, 73, 75, 76, 77, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [20, 21, 29, 36, 41, 44, 56], "capabl": 20, "caption": [56, 76], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": 20, "case": [7, 12, 14, 20, 45, 48, 62, 82], "categori": [0, 45], "caus": 80, "caution": 9, "cellular": 48, "center": 20, "cento": 20, "cert": 20, "certain": [11, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 20, 21, 25, 29, 36, 37, 41, 44, 48, 51, 58, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "chart": 15, "chat": [6, 35, 57, 62, 71, 73, 76, 77, 80], "check": [0, 7, 9, 12, 20, 27, 36, 62, 72], "checkbox": [21, 36, 41, 62], "checkmark": 41, "chip": 83, "chmod": 20, "choic": [12, 37, 56], "choos": [0, 1, 2, 5, 12, 20, 21, 27, 29, 37, 41, 44, 45, 48, 49, 50, 51, 52, 54, 56, 58, 72, 81], "chose": 41, "chosen": [15, 37], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 35, 69], "circular": 39, "circumst": 9, "citrix": [9, 14], "clariti": 80, "clean": 12, "clear": [16, 20], "click": [0, 1, 2, 5, 7, 10, 12, 14, 19, 20, 21, 24, 27, 28, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 60, 62, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 38, 41, 45, 49, 50, 51, 53, 54, 60, 73], "clipboard": [41, 51], "clock": 81, "close": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35], "collaps": [44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 66], "com": [8, 9, 12, 17, 20, 24, 35, 41, 43, 45, 47, 48, 49, 51, 64, 70, 73, 74], "come": [41, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 81], "complet": [1, 9, 14, 17, 20, 28, 45, 62, 66], "complex": 41, "complianc": 62, "compliant": [53, 80], "compos": [44, 80], "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 24, "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 33, 35, 36, 37, 44, 45, 49, 52, 54, 57, 62, 77, 82], "configuration_serv": 24, "confirm": [9, 12, 27, 28, 41, 42, 44, 45, 47], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 81, 82], "consid": [17, 20], "consider": [6, 12, 17], "consol": 20, "contact": [0, 20, 27, 33, 41, 44, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 21, 39, 41, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 45, 50], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 53, 57, 82], "conveni": 0, "convers": [1, 6, 35, 44, 57, 58, 62, 69, 71, 72, 73, 75, 77, 78], "copi": [0, 5, 10, 12, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctli": 20, "correspond": [0, 41], "could": [27, 41, 44], "couldn": 44, "count": 33, "countri": 41, "cover": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 18, 25, 29, 33, 39, 40, 44, 45, 48, 51, 54, 56, 58, 71, 76, 77, 82], "creation": [36, 76], "credenti": [20, 27, 45, 49, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 20, 21, 25, 35, 38, 39, 41, 58], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [18, 20, 41, 80, 83], "customis": 83, "cycl": 12, "d": [20, 41, 56], "dai": [0, 11, 33, 39, 41, 83], "daili": [18, 41], "dark": 80, "dashboard": 6, "data": [6, 9, 12, 17, 20, 33, 38, 39, 41, 43, 45, 48, 53, 66, 82], "databas": 33, "date": [12, 19, 20, 35, 41, 44, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 41, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41], "decrypt": 38, "dedic": [20, 44, 45, 50], "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 20, 21, 35, 41, 48], "defin": 41, "del": 80, "delet": [0, 1, 9, 10, 17, 21, 24, 27, 28, 33, 36, 44, 58, 80], "deni": 54, "depend": [0, 12, 17, 20, 21, 27, 36, 41, 48, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 72, 76], "deselect": 20, "design": [3, 20, 80], "desir": [12, 20, 41], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 27, 33, 35, 36, 37, 39, 41, 44, 52, 82], "detect": [9, 41], "determin": 41, "dev": 8, "develop": [13, 18, 80], "devic": [6, 20, 41, 45, 53, 72, 81, 83], "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 56, 58], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": 12, "differ": [0, 7, 8, 10, 20, 21, 35, 41, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 35, 41], "directli": [0, 1, 21, 27, 36, 41, 44, 56, 62, 75], "directori": [8, 14, 16, 19, 20, 25, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 20, 21, 35, 41, 47, 57, 60, 62, 72], "disallow": 7, "disappear": 42, "disconnect": [20, 54], "discord": 74, "discov": [41, 45], "discoveri": [9, 47, 50], "discuss": [44, 58, 76], "disk": [15, 20, 26, 33, 39], "displai": [1, 12, 16, 20, 21, 37, 41, 44, 46, 51, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [41, 69], "divid": 58, "do": [0, 7, 8, 9, 12, 14, 17, 28, 33, 36, 41, 44, 45, 47, 62, 69, 72, 81], "doc": 24, "document": [1, 2, 5, 8, 12, 14, 20, 21, 31, 33, 35, 37, 46, 57, 80], "doe": [7, 8, 9, 12, 20, 25, 28, 48, 49, 54, 81], "doesn": [20, 46], "dolphin": 19, "domain": [20, 47], "don": [5, 39, 41, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 21, 27, 35, 36, 41, 44], "doubl": [12, 14], "down": [0, 12, 20, 50, 76], "download": [7, 10, 11, 12, 15, 20, 21, 25, 27, 35, 39, 52, 56, 62, 73], "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 29, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 35, 37], "durat": [9, 41], "dure": [41, 51, 62, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 21, 27, 35, 36, 41, 58, 82, 83], "earlier": 41, "eas": 80, "easi": [2, 5, 20], "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 20, 21, 28, 29, 33, 35, 38, 44, 56, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 58, 80], "effect": [35, 81], "either": [8, 12, 35, 38, 41, 45, 47, 49, 76], "element": [58, 80], "elimin": 41, "els": [10, 14, 72], "email": [29, 41, 44, 45, 49, 51, 73, 83], "emb": [2, 41], "embed": 41, "eml": 12, "emoji": [2, 5], "emphas": 2, "empti": [2, 21, 38, 41], "en": 74, "enabl": [0, 1, 4, 7, 9, 10, 14, 20, 21, 25, 27, 29, 33, 35, 41, 44, 45, 46, 49, 51, 57, 60, 62, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 26, 27, 30, 33, 47, 49], "end": [20, 30, 34, 35, 41, 57, 62, 80], "engag": 41, "enough": 12, "ensur": [7, 15, 20, 41, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 45, 46, 47, 48, 51, 54, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 21, 41, 44], "entri": [0, 1, 2, 20, 21, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 44, 51, 52, 83], "everi": [0, 9, 20, 21, 36, 39, 41, 54, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 80, 81], "exce": [20, 33, 39], "excel": 29, "except": [20, 44], "exchang": 41, "exclud": [12, 19, 33, 39], "execut": [1, 38, 57], "exist": [12, 20, 35, 41, 44], "exit": [8, 20], "expand": [20, 44, 80], "expect": 2, "experi": [18, 20, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [52, 56], "extens": [12, 20], "extern": [2, 22, 30, 41, 54, 56, 57, 77], "extra": 12, "ey": 80, "f": [12, 17, 45, 60, 72, 80, 83], "face": 82, "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 20, 21, 40, 41, 42, 44, 50, 62, 74], "feder": [23, 30, 70, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": 6, "fetch": 41, "few": [48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 20, 21, 27, 36, 37, 41, 44, 47, 51, 56, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 23, 24, 25, 26, 28, 29, 31, 33, 37, 38, 39, 41, 42, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 50, 56], "filter": [1, 36, 42, 76, 83], "final": [20, 41], "find": [12, 14, 20, 21, 24, 25, 35, 37, 41, 42, 47, 48, 50, 56, 57, 70, 72, 73, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 28, 38, 39, 41, 44, 48, 56, 71, 81], "fit": 80, "fix": [7, 14, 48], "fledg": 50, "fleet": 19, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 58], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 33, 35, 36, 37, 41, 53], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 20, 21, 27, 35, 41, 44, 45, 46, 47, 48, 49, 51, 52, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": 5, "form": [1, 26, 35, 42, 45], "format": [2, 5, 9, 21, 41], "formerli": 45, "forth": [1, 41], "forward": [41, 76], "found": [20, 41, 57, 72, 83], "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 53, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 17, 20, 21, 24, 33, 35, 36, 37, 38, 39, 41, 44, 45, 46, 49, 51, 53, 54, 56, 58, 62, 73, 76, 82, 83], "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 50, 57, 60, 73], "fulli": [20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 42, 81], "further": [10, 20, 38, 41, 82], "futur": [1, 10, 20, 62], "g": [0, 4, 8, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": 8, "gb": 11, "gear": 51, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 37, 39, 41, 47, 51, 56, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 62], "given": 35, "glanc": 36, "global": [76, 82], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": 41, "grant": [14, 41, 44, 45], "granular": 41, "gravatar": 42, "green": [27, 72], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 83], "groupwar": [41, 43, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 69, 73, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 18, 20, 21, 25, 27, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 72, 80, 81, 83], "hand": [5, 60, 80], "handl": 44, "handler": 12, "happen": [0, 5, 10, 41], "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 25, 28, 29, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 58, 80], "help": [11, 16, 18, 33, 41, 42, 53, 57, 80, 82, 83], "here": [2, 50, 72], "hesit": 80, "hidden": [4, 8], "hide": [29, 35, 44, 72], "hierarch": 2, "hierarchi": 35, "high": 80, "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hold": 60, "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizont": 2, "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 76], "hourli": 0, "hover": [2, 42, 76], "how": [0, 2, 3, 6, 7, 17, 20, 21, 33, 36, 41, 81], "howev": [7, 10, 12, 41], "hr": 9, "href": 20, "html": [24, 41], "http": [8, 9, 11, 12, 20, 24, 35, 41, 43, 45, 47, 48, 49, 51, 64, 74], "httpproxi": 8, "hub": [41, 44], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 20, 21, 27, 28, 29, 33, 35, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 60, 62, 72, 73, 75, 76, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 20, 21, 27, 28, 35, 36, 41, 44, 45, 50, 51, 54, 60, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "idea": 10, "ideal": 54, "ident": [70, 81], "identifi": [41, 54], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 53, 54, 62], "implement": [20, 25], "implicit": 20, "import": [2, 12, 15, 20, 38, 42, 52, 56, 69, 76, 80, 81, 83], "improv": 20, "includ": [6, 8, 10, 20, 21, 41, 52, 62], "incom": [35, 37], "incorrect": 9, "increas": [11, 20, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [20, 21, 27, 44, 51, 62], "individu": [14, 27, 41, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 62, 81, 82, 83], "inhibit": 8, "ini": 9, "initi": [35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 41, 56, 80], "insert": [1, 2, 72], "insid": [21, 27, 41, 48, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 17, 20, 41, 45, 48, 52, 57, 73, 75, 83], "instanc": [0, 6, 12, 14, 20, 27, 35, 41, 43, 45, 57, 70, 82], "instead": [9, 12, 20, 21, 41, 45, 51], "instruct": [20, 21, 51, 57], "integr": [12, 19, 46, 49, 57, 67, 68, 73, 77], "integration_openai": 44, "intellig": 1, "intention": 12, "interact": [8, 14, 67, 73], "interest": 9, "interfac": [1, 6, 9, 20, 22, 24, 25, 30, 44, 73, 80], "interfer": 7, "intern": 41, "internet": [20, 48, 49], "interoper": 41, "interv": [9, 12], "introduc": 41, "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [36, 41], "invit": [45, 70, 72], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73, 74], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 66, 80], "italic": 66, "item": [8, 15, 21, 24, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 20, 21, 41, 42, 44, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 62, 71, 73, 78, 80], "joinabl": 58, "jpg": 20, "json": 56, "jump": [2, 21], "junk": 44, "just": [2, 5, 12, 18, 20, 21, 27, 41, 45, 50, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 15, 20, 25, 38, 39, 41, 76, 81], "kei": [7, 33, 41, 46, 72, 81, 83], "kept": [15, 26], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "land": 2, "languag": 1, "larg": [29, 53], "larger": 33, "last": [5, 39, 54, 83], "later": [1, 2, 5, 44, 50, 54, 56, 72, 76], "latest": [7, 14, 18, 24, 25, 52, 74, 83], "latter": 46, "launch": [7, 12, 14, 16, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "ldap": 26, "lead": [4, 20], "learn": [2, 21, 26, 46, 48, 49], "least": [1, 39], "leav": [20, 21], "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 50, 52, 80, 83], "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 62, 72, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 62, 80], "librari": [9, 17], "like": [5, 7, 20, 21, 35, 41, 44, 47, 56, 57, 70, 80, 81], "limit": [12, 15, 20, 31, 37, 39, 41, 83], "line": [6, 7, 12, 13, 14, 17, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 56, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 66, 72, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [33, 56, 72], "live_transcript": 64, "ll": [2, 41, 58], "llm": 44, "load": 80, "lobbi": 77, "local": [8, 9, 10, 14, 15, 20, 21, 28, 41, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 20, 21, 41, 44, 50, 51], "lock": 82, "log": [6, 8, 14, 16, 20, 21, 29, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 45, 46, 50, 54, 81], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 41], "longer": [41, 76, 81], "look": [33, 35, 38, 41, 44, 47, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lot": 10, "lower": 80, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 45, 47], "magic": 5, "mai": [0, 7, 11, 12, 14, 17, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 62, 80], "mail": [0, 6, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 41, 54, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 20, 25, 28, 29, 35, 39, 41, 47, 49, 58], "manag": [5, 6, 7, 12, 14, 17, 21, 27, 30, 31, 33, 44, 46, 50, 51, 56, 57, 77, 81], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 20, 27, 36, 39, 44, 45, 48, 49, 50, 58, 62], "mark": [15, 21, 27, 44, 54, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 20, 27, 41, 44, 81], "mechan": 7, "media": [8, 21, 62], "meet": [39, 57, 72, 83], "member": [2, 5, 20, 35], "memori": 1, "mention": [57, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 44, 48, 49, 51, 58, 62, 71, 72, 75, 76, 80, 82, 83], "messag": [1, 16, 20, 41, 44, 47, 51, 56, 57, 58, 67, 69, 73, 80, 81, 83], "metadata": [19, 33], "method": [7, 20, 27, 41, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [7, 9, 10, 14, 20, 41, 44, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": [18, 44], "minimum": [9, 11, 83], "minut": [9, 27, 39, 41, 48], "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 73, 81], "modal": [41, 44, 80, 83], "mode": [44, 60, 69, 80], "model": 1, "moder": [6, 56, 58, 60, 62, 73, 76], "modif": 12, "modifi": [0, 20, 21], "monitor": [8, 12, 57, 72], "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 33, 36, 39, 41, 42, 45, 46, 48, 49, 50, 51, 53, 56, 58, 73, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 41, 44, 48, 83], "mount": [21, 27, 35], "mous": [2, 80], "move": [0, 9, 20, 21, 44, 52, 58, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 20, 27, 28, 38, 41, 51, 52, 62], "mute": [60, 72, 80], "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 45, 47, 48, 50, 51, 54, 60, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 49, 51, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 45, 46, 48, 49, 50, 58, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 50], "never": [38, 39, 41], "new": [1, 2, 5, 7, 9, 12, 16, 20, 21, 27, 36, 37, 39, 44, 45, 48, 50, 51, 52, 54, 56, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": [12, 41], "next": [5, 7, 8, 9, 14, 18, 27, 36, 37, 41, 44, 46, 47, 48, 50, 51, 56, 60, 62, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 64, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "non": [2, 8, 9, 14, 20, 49], "none": [47, 51], "normal": [7, 9, 41, 66], "note": [2, 4, 35, 41, 51, 76], "notic": [10, 41], "notif": [6, 7, 9, 10, 35, 37, 62, 72, 76, 83], "notifi": [0, 7, 10, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 41, 42, 45, 46, 47, 48, 81], "number": [11, 15, 28, 35, 41, 58], "o": 8, "object": [0, 27, 35], "observ": 14, "oc": 20, "occ": 27, "occur": [0, 10, 20, 41], "oct": 20, "off": [1, 80], "offer": [7, 20, 21, 35, 41, 73, 80], "offic": [12, 20, 21, 41], "offici": 14, "offlin": [15, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 20, 33, 80], "oldest": [33, 39], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 21, 27, 36, 41, 51, 52, 54, 58, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 20, 21, 25, 35, 36, 38, 39, 41, 44, 45, 53, 56, 81, 82, 83], "ones": [8, 41, 45], "ongo": 62, "onli": [0, 2, 4, 7, 14, 20, 27, 28, 35, 36, 38, 39, 41, 44, 46, 47, 54, 76, 77, 81, 82, 83], "onlin": [2, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 16, 20, 21, 27, 28, 29, 36, 37, 38, 41, 44, 45, 46, 47, 48, 53, 58, 72, 76, 78, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 20, 44, 53], "opportun": 12, "opt": 9, "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19, 20, 21, 28, 33, 35, 36, 45, 48, 56, 58, 62, 72, 76, 82, 83], "order": [12, 35, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 76], "organis": 36, "origin": [33, 44], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 16, 20, 21, 25, 26, 27, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 70, 71, 73, 81, 82, 83], "our": [14, 73, 80], "out": [5, 20, 35, 39, 41, 57, 73, 80, 81, 83], "outbound": 35, "outlin": 57, "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 27, 41, 42, 49, 76], "overal": 80, "overflow": 27, "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 33], "overview": [0, 2, 54, 57, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 53, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 33, 35, 37, 41, 44], "ownership": [23, 30], "p": 8, "packag": [7, 8, 14, 17, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 41, 54, 77, 80, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": 11, "paramet": [20, 52], "parent": [19, 21, 58], "part": [2, 5, 12, 20], "parti": [12, 41, 70], "particip": [41, 56, 57, 58, 62, 71, 72, 77], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 45, 46, 47, 48, 49, 50, 51, 81, 82, 83], "past": [41, 51], "path": [8, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 39], "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "peopl": [2, 29, 41, 82, 83], "per": [0, 4, 8, 41, 45], "perfectli": 18, "perform": [7, 8, 9, 20], "period": [27, 33, 41, 76, 83], "perman": [4, 12, 15, 24, 41], "permiss": [20, 37, 45, 57], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [45, 81, 82], "photo": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 53, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 41, 80, 82], "plist": 17, "plu": 41, "point": [10, 14, 20, 27, 45, 83], "polici": 7, "poll": 9, "pop": 7, "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "port": [8, 9, 20, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 18, 20, 35, 38, 41, 58, 62, 76], "possibli": [20, 41], "post": [51, 57], "power": [1, 48], "ppa": 8, "pre": [18, 66], "preconfigur": 14, "predefin": 41, "prefer": [0, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52], "prepar": [18, 41, 62], "preselect": 2, "present": [7, 21, 27], "preserv": 21, "press": [1, 2, 5, 14, 20, 44, 46, 60, 72, 83], "prevent": [35, 41, 82], "preview": [2, 21, 26, 41, 44], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "primari": 80, "princip": [47, 51], "prior": 7, "privaci": [38, 53, 62, 83], "privat": [41, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 81], "proc": 12, "procedur": 50, "process": [8, 12, 39, 41, 52, 62], "produc": [9, 21], "profil": [6, 9, 27, 41, 44, 82], "program": [12, 14, 17], "prompt": [8, 9, 14, 20, 51, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": 20, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "protect": [20, 35, 38, 81], "protocol": [12, 20, 27, 47, 50], "provid": [0, 1, 7, 8, 12, 14, 20, 21, 38, 41, 53, 56, 57], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 82], "publish": 82, "pull": 41, "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": 8, "quick": [2, 76], "quicker": 80, "quickli": [5, 21, 83], "quiet": 17, "quit": 17, "quota": [20, 24, 30, 32], "r": [51, 60, 80], "radio": 42, "rais": [11, 60, 80], "random": 35, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 33, 41], "reach": [27, 41, 44, 80], "read": [8, 9, 20, 26, 27, 35, 38, 41, 80, 82], "reader": [0, 80], "readi": [18, 27], "readthedoc": 74, "reappear": 45, "rearrang": 83, "reason": 47, "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 62, 70, 72, 76, 81], "recent": [0, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41, 44], "recogn": 20, "recommend": 20, "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [27, 62], "reddit": 51, "redirect": [72, 81], "redo": 50, "reduc": [11, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rel": 41, "relat": [0, 1, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 76], "remain": 11, "rememb": 1, "remot": [8, 9, 10, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 20, 27, 28, 33, 36, 38, 41, 42, 44, 57, 83], "renam": [0, 21, 35, 36], "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 41, 45, 47, 51], "repli": [44, 57, 76], "report": [18, 20, 44, 80], "repositori": [8, 9], "reproduc": [14, 18], "request": [1, 20, 45], "requir": [1, 7, 8, 20, 27, 38, 41, 45, 47, 62, 81], "reset": 41, "reshar": [35, 41], "resiz": 60, "resolv": 10, "resourc": [20, 45, 46, 48], "resourcetyp": 20, "respect": [41, 49, 52, 58], "respond": 57, "respons": [6, 20, 41], "rest": [20, 25], "restart": [7, 20], "restor": [24, 39, 41], "restrict": [20, 36, 82], "result": [1, 9, 48, 83], "resum": 44, "retent": [33, 36], "retri": [8, 11, 27, 44], "retriev": 20, "return": [21, 42, 60], "revert": 35, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 20, 35, 39, 42, 44, 48, 50, 80, 83], "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36], "rss": 6, "rule": [36, 41], "run": [6, 8, 9, 10, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 81], "sai": [10, 20], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 81], "save": [5, 12, 20, 27, 36, 39, 41, 44, 46, 47, 48, 51, 54, 56, 62, 80], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52], "scheme": 12, "scope": [14, 82], "scp": 20, "screen": [14, 20, 45, 51, 60, 62, 63, 73, 80, 81], "screenshar": 63, "script": [17, 20], "scroll": [20, 51], "search": [2, 8, 26, 36, 37, 41, 42, 46, 72, 78, 80, 82, 83], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 44, 48, 56, 62, 66], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 36, 37, 41, 42, 52, 62, 72, 77], "secur": [6, 20, 30, 38, 45, 51, 53, 83], "see": [1, 2, 9, 10, 12, 13, 14, 19, 20, 21, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 44, 56, 58, 62, 72, 81, 82, 83], "seen": 51, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 50, 51, 56, 62, 72, 76, 81], "selector": 41, "self": [20, 49, 76], "send": [0, 1, 20, 29, 41, 45, 58, 76, 80], "sender": [44, 76], "sens": 10, "sent": [0, 10, 28, 41, 44], "separ": [0, 1, 41, 44, 49, 81], "server": [8, 9, 10, 11, 13, 17, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 41, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 77], "session": [9, 20], "set": [4, 6, 7, 9, 10, 12, 16, 20, 27, 33, 35, 36, 37, 38, 44, 45, 46, 47, 48, 49, 51, 52, 54, 56, 62, 70, 73, 77, 80, 81, 82], "settl": 41, "setup": [11, 12, 41, 45, 51, 58], "sever": [62, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 29, 30, 33, 37, 38, 53, 62, 63, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": [18, 41, 44], "shortcut": [20, 60, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 20, 41, 45, 46, 47, 48, 51, 81], "show": [0, 1, 4, 9, 10, 12, 20, 21, 27, 35, 36, 37, 41, 42, 44, 54, 60, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 41, 42, 44, 46, 83], "side": [5, 10, 20, 27, 35, 38, 44, 49, 50, 52], "sidebar": [2, 5, 6, 15, 20, 27, 35, 36, 39, 41, 44, 58, 71, 76, 80, 83], "siev": 44, "sign": [20, 49], "signific": 20, "significantli": 20, "silent": [7, 8], "similar": [20, 41, 42], "similarli": 46, "simpl": [5, 27, 39, 41], "simpli": [17, 25, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 50, 81], "singl": [0, 8, 21, 36, 41, 72, 81], "singleton": 44, "sip": 69, "situat": [10, 11], "size": [9, 11, 20, 31, 33, 80], "skip": [11, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": 49, "smaller": 58, "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "so": [1, 5, 7, 9, 12, 14, 20, 21, 27, 29, 36, 41, 44, 48, 54, 72, 80, 81, 82, 83], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 26, 27, 33, 35, 41, 44, 48, 57, 80, 82], "somebodi": 72, "someon": [10, 41, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 41], "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 20, 33, 39, 60, 72, 80], "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [17, 18, 29, 51], "specif": [0, 6, 8, 12, 17, 27, 39, 41, 44, 58, 76, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 47, 58], "speech": 1, "speed": 20, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41], "stand": 20, "standard": [8, 14, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 41, 44, 45, 52, 58, 62, 71, 73, 76], "startup": 20, "state": [8, 20, 44], "statu": [7, 20, 25, 27, 40, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 45, 46, 47, 48, 49, 50, 51], "still": [2, 9, 21, 33, 41, 47, 62, 80], "stolen": 81, "stop": [41, 44, 58, 62, 63, 81], "storag": [20, 22, 26, 30, 32, 81], "store": [4, 20, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": 41, "stripe": 41, "strongli": 20, "structur": [2, 3, 21], "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": 20, "substanti": 20, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": 50, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "superior": 35, "support": [8, 16, 17, 20, 21, 39, 41, 44, 46, 49, 50, 51, 53, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 81], "swift": [20, 27], "switch": [8, 10, 21, 80, 83], "sy": 12, "symbol": [12, 19, 41], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 16, 20, 41, 43, 53], "syntax": 20, "sysctl": 12, "system": [7, 8, 9, 10, 12, 17, 20, 21, 27, 30, 32, 39, 41, 49, 51, 62], "t": [5, 10, 14, 20, 39, 41, 44, 46, 80, 81], "tab": [0, 1, 12, 20, 21, 35, 39, 41, 56, 72, 76, 80], "tag": [0, 21, 30, 32], "take": [2, 9, 12, 17, 28, 33, 41, 48, 62, 83], "taken": 41, "talk": [0, 1, 6, 35, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": 45, "target": [9, 20, 35, 37, 41, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 45, 46, 48, 57, 66], "team": [2, 3, 6, 27, 42, 74, 80], "technic": 14, "telegram": 42, "telephon": 82, "tell": 41, "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": 41, "terabyt": 12, "term": [1, 18, 41, 46], "test": [9, 10, 12, 14, 18, 20, 24, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 20, 33, 39, 50, 56, 81], "thank": 51, "thei": [5, 8, 10, 15, 20, 28, 37, 40, 41, 56, 62, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 21, 27, 28, 35, 36, 41, 42, 45, 49, 53, 56, 58, 80, 81], "theme": 6, "themselv": 58, "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 60, 62, 72, 80, 81, 82, 83], "thing": 50, "think": [2, 41], "third": 12, "those": [0, 25, 41, 50, 53, 54], "though": [9, 12, 20], "thread": [1, 44], "three": [1, 14, 21, 27, 35, 36, 41, 44, 56, 58], "threshold": [11, 83], "through": [1, 8, 12, 14, 20, 27, 35, 41, 44, 45, 58], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "time": [8, 9, 10, 12, 14, 15, 20, 35, 36, 39, 44, 48, 49, 57, 58, 62, 72, 76, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26, 44], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": 41, "tool": [1, 2, 7, 17, 36, 81], "toolbar": [2, 5, 36, 44, 72], "top": [0, 1, 2, 20, 21, 36, 41, 42, 44, 58, 62, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14], "trail": 21, "transcript": 1, "transfer": [20, 23, 27, 30, 41], "translat": [4, 53], "trash": [9, 21, 24, 28, 33, 54], "trashbin_retention_oblig": 24, "travel": 41, "tri": [8, 44, 47], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16], "trust": [8, 20, 38, 82], "try": [14, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 50, 75], "two": [2, 6, 7, 10, 12, 17, 25, 36, 39, 44, 45, 46, 50, 51, 54, 56, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 20, 21, 36, 37, 41, 47, 49, 50, 57, 80, 81], "typefac": 80, "typic": [57, 81], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [20, 27], "uncheck": [0, 36, 41], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 46, 51, 70, 72, 80, 81], "undergo": 9, "understand": [33, 44], "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 44, 76, 83], "uninstal": [6, 13], "unintend": 9, "uniqu": 41, "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlink": 28, "unlock": 81, "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [80, 83], "unresolv": 10, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "until": [9, 18, 20, 27, 33, 39, 41, 44, 56, 72, 76], "up": [7, 9, 15, 19, 20, 33, 45, 49, 51, 62, 76, 77, 81, 83], "upcom": [51, 83], "updat": [0, 6, 10, 13, 14, 20, 41, 44, 45, 48, 54], "upload": [9, 11, 20, 27, 29, 31, 33, 35, 41, 62, 72], "upon": [7, 20], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 43, 44, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 27, 33, 36, 37, 38, 39, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 70, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 47], "utf": 20, "v": [60, 72, 80], "v3": 41, "v6": 41, "valid": [41, 50, 51], "valu": [7, 9, 11, 12, 16, 20], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 41], "varieti": [81, 82], "variou": 41, "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 80], "verifi": [20, 41], "version": [4, 7, 9, 10, 12, 17, 18, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 83], "via": [4, 6, 10, 20, 21, 29, 33, 35, 39, 41, 46, 50, 60, 72], "video": [21, 62, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 44, 50, 56, 60, 76, 78, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 42, 82], "visibl": [4, 10, 21, 27, 35, 36, 37, 44, 46, 47, 82], "visit": 25, "visitor": 5, "vista": 20, "visual": 80, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 17, 20, 25, 38, 41, 44, 45, 47, 54, 56, 62, 81], "wait": [1, 18, 39], "want": [0, 2, 4, 5, 7, 14, 18, 20, 29, 35, 41, 44, 45, 48, 50, 52, 58, 76, 80, 82], "warn": [20, 41], "watch": 12, "we": [2, 5, 12, 14, 18, 20, 39, 41, 80], "web": [1, 6, 7, 14, 20, 22, 24, 25, 28, 30, 38, 41, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": 77, "websit": 73, "wednesdai": 41, "week": [0, 39, 41], "weekli": 0, "welcom": [20, 53], "well": [11, 14, 17, 41, 46, 48, 62, 80], "were": [9, 41, 51, 57], "what": [0, 5, 12, 20, 27, 33, 36, 41, 57, 82], "whatev": 51, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 19, 20, 21, 27, 28, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 62, 71, 72, 82], "where": [1, 5, 7, 8, 9, 10, 35, 37, 39, 41, 45, 56, 58, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 56], "which": [0, 5, 7, 9, 10, 12, 14, 15, 20, 21, 27, 36, 39, 41, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 80, 81, 82, 83], "while": [10, 20, 41, 44, 46, 56, 60, 62, 71, 80], "whiteboard": 2, "who": [5, 21, 28, 35, 41, 56, 62, 82], "whole": [26, 41], "whom": 41, "wide": [10, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19], "window": [6, 8, 9, 10, 13, 16, 19, 25, 27, 29, 43, 45, 46, 50, 60, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 50], "within": [9, 17, 44, 51, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 20, 27, 29, 35, 39, 41, 42, 44, 72], "wizard": [12, 14], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 20, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 27, 41, 80, 81], "wow": 5, "write": [2, 3, 16, 20, 41, 44, 49], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [36, 41], "year": [41, 83], "yellow": [10, 27, 42], "yet": [14, 25, 41, 42, 46], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 20, 21, 24, 25, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 60, 62, 69, 70, 71, 72, 73, 75, 76, 77, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 36, 38, 40, 42, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 60, 70, 72, 76, 80, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 6, "\u0e81": [6, 15, 19, 21, 24, 25, 26, 28, 42, 59, 60, 63, 66, 69, 70, 82], "\u0e81\u0e81": [42, 63, 69], "\u0e81\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e84\u0ea7\u0eb2\u0ea1\u0e96": 19, "\u0e81\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e95\u0eb2\u0ea1\u0ea5\u0eb3\u0e94": 42, "\u0e81\u0e81\u0eb0\u0e95": [19, 26, 40, 44], "\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e81\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 28, "\u0e81\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 42, "\u0e81\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 26, "\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e9a": 60, "\u0e81\u0e81\u0eb3\u0e99": [15, 31], "\u0e81\u0e82": [6, 13, 44, 60, 69], "\u0e81\u0e82\u0ea7\u0eb2\u0e82\u0ead\u0e87": 15, "\u0e81\u0e82\u0ea7\u0eb2\u0e88\u0eb0\u0e9a": 15, "\u0e81\u0e82\u0ea7\u0eb2\u0ec3\u0e99": 15, "\u0e81\u0e82\u0ea7\u0eb2\u0ec3\u0eaa": [15, 19], "\u0e81\u0e82\u0ead\u0e87\u0e95": 19, "\u0e81\u0e82\u0ead\u0e87\u0e97": [6, 42, 44, 81], "\u0e81\u0e82\u0ead\u0e87\u0e9c": 82, "\u0e81\u0e84": [24, 26, 42, 60, 63, 64, 69, 78], "\u0e81\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0e81\u0e88": 69, "\u0e81\u0e88\u0eb0\u0e84": 44, "\u0e81\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e81": 19, "\u0e81\u0e88\u0eb2\u0e81\u0e9e\u0eb2\u0e81\u0eaa": 42, "\u0e81\u0e88\u0eb3\u0e81": 31, "\u0e81\u0e8a": [15, 19, 42], "\u0e81\u0e8d": [15, 24, 44, 69], "\u0e81\u0e8d\u0eb2\u0ea7\u0e97": 44, "\u0e81\u0e94": 42, "\u0e81\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e81\u0e95": [15, 19, 26, 44, 60, 64, 69], "\u0e81\u0e96": 19, "\u0e81\u0e96\u0eb2\u0ea1\u0ec3\u0eab": [60, 63], "\u0e81\u0e97": [19, 28, 42, 44, 60, 63, 66], "\u0e81\u0e97\u0eb2\u0e87\u0ec0\u0ea5": 60, "\u0e81\u0e99": [15, 24], "\u0e81\u0e99\u0eb3\u0ec3\u0e8a": [19, 40, 44], "\u0e81\u0e99\u0eb3\u0ec4\u0e9b\u0ec4\u0ea7": 24, "\u0e81\u0e9a": [25, 44, 60], "\u0e81\u0e9b": [19, 26, 28, 42, 44, 60, 69], "\u0e81\u0e9b\u0eb0\u0e81\u0eb2\u0e99": 44, "\u0e81\u0e9c": [40, 42], "\u0e81\u0ea1": 69, "\u0e81\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec0\u0e8a": 44, "\u0e81\u0ea2": [19, 42], "\u0e81\u0ea5": [19, 29, 30, 32, 44, 59, 69, 73, 77], "\u0e81\u0ea5\u0eb0\u0e94": 69, "\u0e81\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0eab": 15, "\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e81\u0ea7": [19, 31, 44], "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ea7": [44, 60], "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ead": 69, "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ec3\u0eab": 44, "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ec4\u0ea7\u0e8d\u0eb2\u0e81\u0ead\u0e99\u0e82\u0ead\u0e87\u0e97": 19, "\u0e81\u0ea7\u0e94\u0ec0\u0e9a": [42, 44], "\u0e81\u0ea7\u0ea1\u0ec0\u0ead": 69, "\u0e81\u0eaa": [19, 26, 44, 69], "\u0e81\u0eaa\u0ead\u0e87\u0ec1\u0e97": 19, "\u0e81\u0eaa\u0ead\u0e99": 28, "\u0e81\u0eaa\u0ead\u0e99\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0ec0\u0e97": 19, "\u0e81\u0eaa\u0ead\u0e99\u0e8a": 15, "\u0e81\u0eaa\u0ead\u0e99\u0e94\u0ebd\u0ea7": 44, "\u0e81\u0eaa\u0ead\u0e99\u0e95": 19, "\u0e81\u0eaa\u0ead\u0e99\u0e97": [19, 66], "\u0e81\u0eaa\u0ead\u0e99\u0e9b": 19, "\u0e81\u0eaa\u0ead\u0e99\u0e9e": 19, "\u0e81\u0eaa\u0ead\u0e99\u0ec3\u0e94\u0ec6\u0e81": 44, "\u0e81\u0eaa\u0ead\u0e99\u0edd": 19, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0": [44, 68, 73], "\u0e81\u0eaa\u0eb0\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0eaa": 55, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0\u0e94": 42, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0\u0e97": 44, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 29, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea2": 44, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e9b": 60, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0e99\u0e81": 44, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0e99\u0ec1\u0ead": 42, "\u0e81\u0eaa\u0eb2": 19, "\u0e81\u0eaa\u0eb2\u0e82": 43, "\u0e81\u0eaa\u0eb2\u0e96": 44, "\u0e81\u0eaa\u0eb2\u0ea1\u0e84": 19, "\u0e81\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 42, "\u0e81\u0eaa\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81\u0eb3\u0e99": 69, "\u0e81\u0eaa\u0eb2\u0eab\u0eb2\u0ea5": 60, "\u0e81\u0eaa\u0eb2\u0ec3\u0e99\u0e96": 24, "\u0e81\u0eab\u0e8d": 19, "\u0e81\u0ead": 42, "\u0e81\u0ead\u0ead\u0e81": 44, "\u0e81\u0ead\u0eb0\u0e99": 15, "\u0e81\u0eae": 44, "\u0e81\u0eb0\u0ea5": [26, 42, 44, 63, 66], "\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e81\u0eb0\u0ec1\u0e88\u0e82\u0ead\u0e87\u0e97": 26, "\u0e81\u0eb2\u0e8d\u0ec0\u0e9b": 44, "\u0e81\u0eb2\u0e99": [26, 64], "\u0e81\u0eb2\u0e99\u0e81": [26, 69], "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0e9e": 15, "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e95": 44, "\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 60, "\u0e81\u0eb2\u0e99\u0e82": 69, "\u0e81\u0eb2\u0e99\u0e84": [6, 26], "\u0e81\u0eb2\u0e99\u0e84\u0ea5": [19, 42, 60], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84": 69, "\u0e81\u0eb2\u0e99\u0e88": [30, 32], "\u0e81\u0eb2\u0e99\u0e88\u0eb3\u0e81": 69, "\u0e81\u0eb2\u0e99\u0e8a": [15, 19], "\u0e81\u0eb2\u0e99\u0e8d": [15, 28, 44], "\u0e81\u0eb2\u0e99\u0e94": [63, 74], "\u0e81\u0eb2\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 19, "\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": [42, 69], "\u0e81\u0eb2\u0e99\u0e95": [6, 19, 42, 43, 55, 59, 60, 69, 79, 81], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 69, "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0eae": 73, "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1": [61, 73], "\u0e81\u0eb2\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0e97": 26, "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": [6, 13, 25, 30, 34, 43, 82], "\u0e81\u0eb2\u0e99\u0e9a": [40, 42, 60], "\u0e81\u0eb2\u0e99\u0e9b": [15, 19, 42, 44, 69], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 69, "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e95": 60, "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82": [22, 30], "\u0e81\u0eb2\u0e99\u0e9d": 42, "\u0e81\u0eb2\u0e99\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81": 26, "\u0e81\u0eb2\u0e99\u0ea2": [19, 69], "\u0e81\u0eb2\u0e99\u0ea5": [24, 28, 42], "\u0e81\u0eb2\u0e99\u0ea5\u0eb0\u0e94": 42, "\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e9e": 40, "\u0e81\u0eb2\u0e99\u0eaa": [42, 44, 59, 67, 68, 73, 74], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e84\u0ea7\u0eb2\u0ea1\u0e84": 15, "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e95": [15, 26], "\u0e81\u0eb2\u0e99\u0ead": [22, 23, 30, 42, 64, 66], "\u0e81\u0eb2\u0e99\u0ead\u0eb0\u0e99": 42, "\u0e81\u0eb2\u0e99\u0eae": 42, "\u0e81\u0eb2\u0e99\u0eae\u0ead\u0e87\u0eae": 19, "\u0e81\u0eb2\u0e99\u0ec0\u0e81": [15, 26], "\u0e81\u0eb2\u0e99\u0ec0\u0e82": [19, 30, 34, 61, 69, 73], "\u0e81\u0eb2\u0e99\u0ec0\u0e84": 59, "\u0e81\u0eb2\u0e99\u0ec0\u0e8a": [66, 68, 73, 74], "\u0e81\u0eb2\u0e99\u0ec0\u0e9a": [15, 42, 44], "\u0e81\u0eb2\u0e99\u0ec0\u0e9b": [26, 42], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e": [15, 24, 31], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 69, "\u0e81\u0eb2\u0e99\u0ec1\u0e81": [19, 31, 42], "\u0e81\u0eb2\u0e99\u0ec1\u0e88": [19, 60, 82], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a": [69, 74], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81\u0ea5": 66, "\u0e81\u0eb2\u0e99\u0ec1\u0e8d\u0e81\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ead": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec3\u0eab": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e9c": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [6, 28, 61, 73], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2": [61, 73], "\u0e81\u0eb2\u0e99\u0ec2\u0e97": [6, 60, 69, 73], "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e81\u0eb3\u0ea5": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e88\u0eb0\u0e94\u0eb3\u0ec0\u0e99": 69, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e99": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ea1": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0ea7": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa\u0ebd\u0e87\u0e88\u0eb0\u0ec3\u0e8a": 60, "\u0e81\u0eb2\u0e99\u0ec3\u0e8a": [6, 25, 29, 43, 63, 82], "\u0e81\u0eb2\u0e99\u0ec3\u0e94\u0e97": 26, "\u0e81\u0eb2\u0e99\u0ec3\u0eaa": 44, "\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": 15, "\u0e81\u0eb2\u0e99\u0edd\u0eb2\u0e8d\u0ea7": 44, "\u0e81\u0eb3\u0e99": [15, 19, 31, 44, 60, 66, 69, 74, 79], "\u0e81\u0eb3\u0ea5": [19, 44, 60, 65, 69], "\u0e81\u0ebd\u0ea1\u0ec4\u0ea7": 66, "\u0e81\u0ec0\u0e81": [19, 26, 44], "\u0e81\u0ec0\u0e88": 40, "\u0e81\u0ec0\u0e8a": 44, "\u0e81\u0ec0\u0e9a": 26, "\u0e81\u0ec0\u0e9b": [15, 26, 28, 42, 59], "\u0e81\u0ec0\u0e9e": [29, 42, 44], "\u0e81\u0ec0\u0ea5": [19, 26, 28, 42, 69], "\u0e81\u0ec0\u0ea7": [15, 19], "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2": [44, 60], "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": 26, "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84\u0ea5": [28, 60], "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec1\u0e95\u0eb0\u0ec4\u0ead\u0e84\u0ead\u0e99": 60, "\u0e81\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99\u0ec3\u0edd": 82, "\u0e81\u0ec1\u0e97": 44, "\u0e81\u0ec1\u0e9a": [26, 42], "\u0e81\u0ec1\u0e9a\u0e99\u0e88\u0eb0\u0e96": 69, "\u0e81\u0ec1\u0e9a\u0e99\u0e99\u0eb3": 69, "\u0e81\u0ec1\u0e9a\u0e99\u0ec4\u0e94": 69, "\u0e81\u0ec1\u0e9b\u0ec0\u0e9b": 64, "\u0e81\u0ec1\u0ea1": 26, "\u0e81\u0ec1\u0ea5": [42, 44, 69], "\u0e81\u0ec1\u0ead": 15, "\u0e81\u0ec3\u0e8a": 60, "\u0e81\u0ec3\u0e99": 15, "\u0e81\u0ec3\u0e99\u0e97": 42, "\u0e81\u0ec3\u0eaa": [19, 28, 59, 60, 69, 70], "\u0e81\u0ec4\u0e94": 42, "\u0e81\u0ec4\u0ea7": 25, "\u0e81\u0ec6\u0e9a": 15, "\u0e81\u0edd\u0eb2\u0e8d\u0e94": 19, "\u0e81\u0edd\u0eb2\u0e8d\u0e96": 19, "\u0e81\u0edd\u0eb2\u0e8d\u0ea7": 44, "\u0e82": [19, 26, 40, 42, 59, 60, 63, 64, 69, 70, 74], "\u0e82\u0ea7\u0eb2": 65, "\u0e82\u0ead\u0e87": [15, 31, 44, 74], "\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e95": [40, 69], "\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e82\u0ead\u0e87\u0e97": [6, 15, 21, 25, 26, 28, 31, 40, 42, 44, 60, 63, 69], "\u0e82\u0ead\u0e87\u0e9a": 44, "\u0e82\u0ead\u0e87\u0e9b": 42, "\u0e82\u0ead\u0e87\u0e9c": [19, 28, 60], "\u0e82\u0ead\u0e87\u0e9e": 24, "\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 69, "\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 42, "\u0e82\u0ead\u0e87\u0ea5\u0eb0\u0e9a": 42, "\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e82\u0ead\u0e87\u0ec0\u0e82": 28, "\u0e82\u0ead\u0e87\u0ec0\u0e8a": [19, 28], "\u0e82\u0ead\u0e87\u0ec1\u0ead": 42, "\u0e82\u0ead\u0e87\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0e82\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 24, "\u0e82\u0ead\u0e9a": 15, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0e97": 31, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0e99": 63, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": [19, 22, 30], "\u0e82\u0eb2\u0ea7": 19, "\u0e82\u0eb2\u0ea7\u0e9a\u0ead\u0e81\u0ec3\u0eab": 19, "\u0e82\u0eb2\u0ea7\u0edd\u0eb2\u0e8d\u0ec0\u0e96": 19, "\u0e82\u0ebd\u0e99\u0ec4\u0ead\u0ec0\u0e94\u0e8d": 69, "\u0e82\u0ebd\u0ea7": [19, 60], "\u0e82\u0ebd\u0ea7\u0e97": 19, "\u0e84": [19, 21, 24, 25, 31, 42, 44, 60, 69, 70, 74, 79], "\u0e84\u0ea5": [19, 28, 29, 42, 60, 63, 69], "\u0e84\u0ea7\u0e9a\u0e84": [42, 64, 69], "\u0e84\u0ea7\u0eb2\u0ea1": [19, 55, 67, 73], "\u0e84\u0ea7\u0eb2\u0ea1\u0e82\u0ead\u0e87\u0e97": [44, 55, 66], "\u0e84\u0ea7\u0eb2\u0ea1\u0e82\u0eb2\u0ec0\u0e82": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e8d": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e96": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e9a": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0ec0\u0e9b": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0e97": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0e9c": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0ec1\u0e8a": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb3\u0ead": 24, "\u0e84\u0ea7\u0eb2\u0ea1\u0e8a": 24, "\u0e84\u0ea7\u0eb2\u0ea1\u0e95": 6, "\u0e84\u0ea7\u0eb2\u0ea1\u0e95\u0ead\u0e9a\u0e81": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e9b\u0eb0\u0e81": 64, "\u0e84\u0ea7\u0eb2\u0ea1\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 64, "\u0e84\u0ea7\u0eb2\u0ea1\u0e97": [26, 44, 66, 69], "\u0e84\u0ea7\u0eb2\u0ea1\u0e97\u0eb3\u0ead": 66, "\u0e84\u0ea7\u0eb2\u0ea1\u0e99": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e9a": [6, 43], "\u0e84\u0ea7\u0eb2\u0ea1\u0e9e": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0ea1": 82, "\u0e84\u0ea7\u0eb2\u0ea1\u0ea2": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa": [26, 44], "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0ead\u0e94\u0e84": 15, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e97": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0eab": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ec0\u0ead\u0e87\u0ec4\u0e94": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb3\u0e84": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0eae": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eae\u0ead\u0e94\u0e81\u0eb3\u0e99": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9e": [66, 69], "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e88": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ec3\u0eab": 26, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0e8d\u0eb2\u0ea7": 40, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0eaa": 40, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0ea1": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e94\u0edc": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0e81": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0e97": 66, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0eaa": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0e88": 64, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0ec1\u0ead": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0edd": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec4\u0e94": [44, 66, 69], "\u0e84\u0ead\u0ea1\u0e9e": 24, "\u0e84\u0eb2\u0e94\u0ec4\u0ea7": 19, "\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e82\u0ead\u0e87\u0e97": 44, "\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e84": 26, "\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e97": 44, "\u0e84\u0eb3\u0e97": 44, "\u0e84\u0eb3\u0ea7": 44, "\u0e84\u0eb3\u0eaa": 26, "\u0e84\u0eb3\u0ead\u0eb0\u0e97": [59, 69], "\u0e84\u0eb3\u0ec0\u0e95": 44, "\u0e84\u0ebd\u0e87\u0e82": 42, "\u0e87": [15, 19, 24, 28, 40, 42, 43, 63, 64, 66, 69, 74], "\u0e87\u0e81": [19, 26, 28, 42, 44, 66, 69], "\u0e87\u0e81\u0ea7": 60, "\u0e87\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ec0\u0e97": 19, "\u0e87\u0e81\u0ead\u0e99": 42, "\u0e87\u0e81\u0ead\u0e99\u0e97": 42, "\u0e87\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e81\u0eb2\u0e99\u0e9b": 15, "\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e87\u0e81\u0eb2\u0e99\u0e95": [19, 42, 44, 69, 82], "\u0e87\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e9e": 44, "\u0e87\u0e81\u0eb2\u0e99\u0eaa": [59, 69], "\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 26, "\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0eae": 19, "\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [26, 28, 82], "\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ead\u0ead\u0e81\u0ec0\u0e9b": 60, "\u0e87\u0e82": [19, 26, 28, 42, 67, 69, 73, 82], "\u0e87\u0e82\u0ead\u0e87": 29, "\u0e87\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0e87\u0e82\u0ead\u0e87\u0e97": [19, 42], "\u0e87\u0e82\u0ead\u0e87\u0e9c": 31, "\u0e87\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 42, "\u0e87\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e87\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5\u0ec3\u0e99\u0e97": 44, "\u0e87\u0e82\u0ead\u0e87\u0ead": 60, "\u0e87\u0e82\u0ead\u0e87\u0ec0\u0e99": 15, "\u0e87\u0e82\u0ead\u0e87\u0ec1\u0e82\u0e81": 69, "\u0e87\u0e82\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0e87\u0e82\u0ead\u0e87\u0edc": 19, "\u0e87\u0e84": [6, 24, 26, 42, 43, 55, 59, 64, 69, 74, 79, 81], "\u0e87\u0e84\u0eb3\u0e99\u0ea7\u0e99\u0e9e": 24, "\u0e87\u0e84\u0eb3\u0ec0\u0e8a": 73, "\u0e87\u0e87\u0eb2\u0e99\u0e81": 44, "\u0e87\u0e87\u0eb2\u0e99\u0ec4\u0e94": 44, "\u0e87\u0e88\u0eb0\u0e96": 19, "\u0e87\u0e88\u0eb0\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e87\u0e88\u0eb0\u0ea1\u0eb2\u0ec0\u0e96": 69, "\u0e87\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 42, "\u0e87\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": 74, "\u0e87\u0e88\u0eb0\u0ec0\u0eab": 60, "\u0e87\u0e88\u0eb0\u0ec0\u0eae": 15, "\u0e87\u0e88\u0eb0\u0ec1\u0e88": 69, "\u0e87\u0e88\u0eb2\u0e81": [15, 19], "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82": 42, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 59, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0ec1\u0e88": 69, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0eaa": 69, "\u0e87\u0e88\u0eb2\u0e81\u0e95": 19, "\u0e87\u0e88\u0eb2\u0e81\u0e97": [42, 60], "\u0e87\u0e88\u0eb2\u0e81\u0e99": 44, "\u0e87\u0e88\u0eb2\u0e81\u0e9a": 26, "\u0e87\u0e88\u0eb2\u0e81\u0e9b": 15, "\u0e87\u0e88\u0eb2\u0e81\u0e9c": 44, "\u0e87\u0e88\u0eb2\u0e81\u0ea2": 69, "\u0e87\u0e88\u0eb2\u0e81\u0eaa\u0ead\u0e87\u0ea7": 60, "\u0e87\u0e88\u0eb2\u0e81\u0ec0\u0e84": 42, "\u0e87\u0e88\u0eb2\u0e81\u0ec0\u0e9b": [26, 44], "\u0e87\u0e88\u0eb2\u0e81\u0ec0\u0ea1\u0e99": 15, "\u0e87\u0e88\u0eb2\u0e81\u0ec1\u0ead": 44, "\u0e87\u0e88\u0eb2\u0e81\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": 59, "\u0e87\u0e8a": [15, 19, 29, 42, 60, 69], "\u0e87\u0e94": [40, 42], "\u0e87\u0e94\u0eb3\u0ec0\u0e99": [19, 60, 69], "\u0e87\u0e94\u0ebd\u0ea7": 44, "\u0e87\u0e94\u0ebd\u0ea7\u0ec1\u0ea5": 26, "\u0e87\u0e95": [15, 19, 40, 42, 44, 60, 66], "\u0e87\u0e95\u0eb2\u0ea1\u0e82": 44, "\u0e87\u0e95\u0eb2\u0ea1\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 63, "\u0e87\u0e96": [19, 44, 60], "\u0e87\u0e97": [19, 24, 26, 28, 42, 44, 60, 63, 64, 66, 69, 79], "\u0e87\u0e97\u0eb0\u0e9a\u0ebd\u0e99\u0ec1\u0ea5": [60, 69], "\u0e87\u0e97\u0eb0\u0e9a\u0ebd\u0e99\u0ec3\u0e99\u0ec0\u0e8a": 78, "\u0e87\u0e97\u0eb3\u0ead": [15, 26, 42], "\u0e87\u0e99": [15, 19, 21, 29, 42, 44, 59, 60, 66, 69, 82], "\u0e87\u0e9a": [15, 19, 26, 44, 59, 60, 63, 66, 69], "\u0e87\u0e9a\u0ead\u0e81\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec0\u0eab": 15, "\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e82\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ea2": 15, "\u0e87\u0e9a\u0ead\u0e81\u0ec0\u0e96": 19, "\u0e87\u0e9a\u0ead\u0e81\u0ec1\u0e9a\u0e9a\u0e81\u0eb3\u0e99": 15, "\u0e87\u0e9b": [6, 28, 43, 44, 61, 69, 73], "\u0e87\u0e9b\u0eb0\u0e81": 44, "\u0e87\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e97": 66, "\u0e87\u0e9b\u0eb0\u0eaa": 60, "\u0e87\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0e99": 44, "\u0e87\u0e9c": [40, 44, 65, 69], "\u0e87\u0e9e\u0eb2\u0e8d\u0eab": 44, "\u0e87\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 59, "\u0e87\u0ea1": [15, 19, 26, 42, 66, 69], "\u0e87\u0ea1\u0eb2\u0e9e": 44, "\u0e87\u0ea1\u0eb2\u0ec4\u0e94": 42, "\u0e87\u0ea2": [15, 19, 26, 42, 44, 60, 69], "\u0e87\u0ea5": [19, 29, 44, 69], "\u0e87\u0ea5\u0ea7\u0e87\u0e95": 44, "\u0e87\u0ea5\u0ea7\u0e87\u0e99\u0ead\u0e99": 44, "\u0e87\u0ea5\u0ea7\u0ea1\u0ec0\u0e96": 42, "\u0e87\u0ea5\u0eb0\u0eab": 26, "\u0e87\u0ea5\u0eb0\u0eab\u0ea7": 64, "\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 15, "\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": [42, 70, 74], "\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 59, "\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e97": [19, 44], "\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ec4\u0e94": 59, "\u0e87\u0ea7": [19, 24, 26, 42, 44, 60, 69], "\u0e87\u0eaa": [19, 24, 26, 42, 44, 69], "\u0e87\u0eaa\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e95": 55, "\u0e87\u0eaa\u0ead\u0e87\u0e84": 42, "\u0e87\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e87\u0eaa\u0ead\u0e87\u0ec0\u0e9b": 60, "\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": [19, 69], "\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d\u0ec4\u0e94": 19, "\u0e87\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0e94": 15, "\u0e87\u0eaa\u0eb0\u0ec0\u0edd": 44, "\u0e87\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 40, "\u0e87\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0": 69, "\u0e87\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0\u0e97": 69, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94": 74, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e88": 82, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e94": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": [19, 42, 44, 69], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": [26, 44], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9e": 66, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": 26, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 66, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ead": 60, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e8a": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": [44, 69], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9e": 44, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ea5": [59, 66], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eae": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e97\u0e99\u0ec3\u0eaa": 44, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec2\u0ead\u0e99\u0e81\u0eb3\u0ea1\u0eb0\u0eaa": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": [19, 64], "\u0e87\u0eaa\u0eb3\u0ea5": [19, 82], "\u0e87\u0eab": 26, "\u0e87\u0eab\u0ea7\u0eb0": 69, "\u0e87\u0eab\u0eb2\u0e82": 66, "\u0e87\u0ead": [19, 26, 44, 60], "\u0e87\u0ead\u0ead\u0e81": 42, "\u0e87\u0ead\u0ead\u0e81\u0e88\u0eb0\u0e96": 44, "\u0e87\u0ead\u0ead\u0e81\u0ec4\u0e9b\u0e9a": 44, "\u0e87\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ea5": 44, "\u0e87\u0eae": [42, 55, 69], "\u0e87\u0eae\u0ead\u0e87\u0eae": 42, "\u0e87\u0eb2\u0e99": [19, 26, 40, 42, 44, 59, 60, 64, 82], "\u0e87\u0eb2\u0e99\u0e81": 60, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e81": 44, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e87\u0eb2\u0e99\u0e84": [21, 44], "\u0e87\u0eb2\u0e99\u0e97": 44, "\u0e87\u0eb2\u0e99\u0e9a": 19, "\u0e87\u0eb2\u0e99\u0e9c": 66, "\u0e87\u0eb2\u0e99\u0ea1": 26, "\u0e87\u0eb2\u0e99\u0eaa": 15, "\u0e87\u0eb2\u0e99\u0ec0\u0ead\u0e87": 44, "\u0e87\u0eb2\u0e99\u0ec1\u0ea5": [26, 44], "\u0e87\u0eb2\u0e99\u0ec1\u0ead": [6, 43], "\u0e87\u0eb2\u0e99\u0ec2\u0e94\u0e8d\u0e9c": 44, "\u0e87\u0eb2\u0e99\u0ec2\u0edd\u0e94\u0e99": 66, "\u0e87\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0e8a": 44, "\u0e87\u0eb2\u0e99\u0ec4\u0e94": [15, 44], "\u0e87\u0eb2\u0e99\u0ec4\u0ea7": [28, 42], "\u0e87\u0ec0\u0e82": 60, "\u0e87\u0ec0\u0e87": 44, "\u0e87\u0ec0\u0e8a": [15, 19, 30, 34], "\u0e87\u0ec0\u0e94": [15, 55], "\u0e87\u0ec0\u0e95": [15, 19, 60, 70, 82], "\u0e87\u0ec0\u0e97": 44, "\u0e87\u0ec0\u0e9b": [26, 28, 42, 44, 60, 69, 82], "\u0e87\u0ec0\u0e9e": [19, 26, 69], "\u0e87\u0ec0\u0ea1": 63, "\u0e87\u0ec0\u0ea7": 65, "\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0edd": 66, "\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0ec4\u0ea7": 66, "\u0e87\u0ec0\u0eaa": 42, "\u0e87\u0ec0\u0eab": [15, 42, 69, 82], "\u0e87\u0ec0\u0eae": 44, "\u0e87\u0ec1\u0e82\u0e81\u0e9c": 59, "\u0e87\u0ec1\u0e8d\u0e81\u0e95": 42, "\u0e87\u0ec1\u0e95": 44, "\u0e87\u0ec1\u0e9a": 19, "\u0e87\u0ec1\u0e9e": 19, "\u0e87\u0ec1\u0ea1": 43, "\u0e87\u0ec1\u0ea5": [15, 19, 44], "\u0e87\u0ec1\u0ead": 19, "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99": [6, 13], "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99\u0e81\u0eb3\u0ea5": 19, "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99\u0e82\u0ead\u0e87\u0e97": 19, "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99\u0e9b": 19, "\u0e87\u0ec2\u0e94\u0e8d\u0e81": 44, "\u0e87\u0ec2\u0e94\u0e8d\u0e9a": 19, "\u0e87\u0ec2\u0e94\u0e8d\u0e9c": [64, 74], "\u0e87\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0e87\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0e87\u0ec3\u0e8a": [26, 44], "\u0e87\u0ec3\u0e99\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec0\u0e95": 42, "\u0e87\u0ec3\u0e99\u0e8a": 28, "\u0e87\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 19, "\u0e87\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e87\u0ec3\u0e99\u0eab": 44, "\u0e87\u0ec3\u0e99\u0ead\u0eb0\u0e99\u0eb2\u0e84": 44, "\u0e87\u0ec3\u0e99\u0ec0\u0e99": 44, "\u0e87\u0ec3\u0e99\u0ec0\u0ea1\u0e99": 15, "\u0e87\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e94\u0edc": 66, "\u0e87\u0ec3\u0eab": [15, 19, 69], "\u0e87\u0ec3\u0edd": [19, 42], "\u0e87\u0ec4\u0e94": [15, 42, 44, 66, 69, 74], "\u0e87\u0ec4\u0e9b\u0e81\u0ea7": 26, "\u0e87\u0ec4\u0e9b\u0ea5": 44, "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0e81\u0eb2\u0e99\u0eaa": [59, 69], "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0ea5\u0eb0\u0e9a": 19, "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0ec0\u0e8a": 19, "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 29, "\u0e87\u0ec4\u0e9b\u0ec1\u0ea5": 44, "\u0e87\u0ec4\u0e9f\u0ea5": [21, 26, 66], "\u0e87\u0ec4\u0ea7": [15, 19, 40, 42, 44, 69], "\u0e87\u0edc": [15, 26, 63], "\u0e87\u0edd": [15, 19, 21, 26, 42, 44, 59, 60, 65, 66], "\u0e88": [15, 26, 43, 59, 74, 79, 82], "\u0e88\u0eb0\u0e81": [26, 40, 44], "\u0e88\u0eb0\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ead\u0eb2\u0e8d": 24, "\u0e88\u0eb0\u0e82\u0eb0\u0eab\u0e8d\u0eb2\u0e8d\u0ec2\u0e84\u0e87\u0eaa": 19, "\u0e88\u0eb0\u0e88": [15, 24, 65], "\u0e88\u0eb0\u0e8a": [19, 42], "\u0e88\u0eb0\u0e8d": 19, "\u0e88\u0eb0\u0e8d\u0ead\u0ea1\u0eae": 70, "\u0e88\u0eb0\u0e94": 44, "\u0e88\u0eb0\u0e94\u0eb2\u0ea7\u0ec2\u0eab": [15, 60], "\u0e88\u0eb0\u0e96": [15, 19, 24, 29, 31, 40, 42, 44, 69], "\u0e88\u0eb0\u0e96\u0ead\u0e94\u0e84\u0eb3\u0ec0\u0ea7": 64, "\u0e88\u0eb0\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e88\u0eb0\u0e99\u0eb3\u0ec3\u0e8a": 40, "\u0e88\u0eb0\u0e9a": [15, 19, 24, 26, 28, 42, 44, 66, 69, 82], "\u0e88\u0eb0\u0e9b": [24, 28], "\u0e88\u0eb0\u0e9b\u0eb0\u0e81": [15, 19, 66], "\u0e88\u0eb0\u0e9b\u0eb2\u0e81": 42, "\u0e88\u0eb0\u0ea1": [15, 19, 42, 44, 64, 70], "\u0e88\u0eb0\u0ea1\u0eb2\u0ec0\u0e96": 59, "\u0e88\u0eb0\u0ea1\u0eb2\u0ec0\u0eae": 69, "\u0e88\u0eb0\u0ea2": 19, "\u0e88\u0eb0\u0ea5": 24, "\u0e88\u0eb0\u0ea5\u0eb0\u0e9a": 15, "\u0e88\u0eb0\u0eaa": [59, 69], "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": [40, 44], "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e84\u0eb3\u0ec0\u0e95": 44, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e95": 15, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9b": 42, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 65, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead": 44, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0ea1\u0e99": 42, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": 15, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 26, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": 19, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": 69, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": 42, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": 26, "\u0e88\u0eb0\u0eab\u0eb2\u0e8d\u0ec4\u0e9b\u0eab": 60, "\u0e88\u0eb0\u0ead": 42, "\u0e88\u0eb0\u0ec0\u0e81": 26, "\u0e88\u0eb0\u0ec0\u0e95": 44, "\u0e88\u0eb0\u0ec0\u0e9b": [15, 19, 26, 28, 42, 44, 69], "\u0e88\u0eb0\u0ec0\u0eab": [42, 70], "\u0e88\u0eb0\u0ec0\u0eae": [19, 26], "\u0e88\u0eb0\u0ec1\u0e88": [15, 69], "\u0e88\u0eb0\u0ec1\u0ea1": 44, "\u0e88\u0eb0\u0ec3\u0e8a": 26, "\u0e88\u0eb0\u0ec3\u0eab": 19, "\u0e88\u0eb0\u0ec4\u0e94": [60, 64], "\u0e88\u0eb0\u0ec4\u0e9b\u0eab\u0eb2\u0e9b\u0eb2\u0e8d\u0e97\u0eb2\u0e87\u0e82\u0ead\u0e87\u0ea1": 15, "\u0e88\u0eb0\u0edd": 24, "\u0e88\u0eb2\u0e81": 44, "\u0e88\u0eb2\u0e81\u0e81": 55, "\u0e88\u0eb2\u0e81\u0e95": 19, "\u0e88\u0eb2\u0e81\u0e99": [19, 26, 28, 42, 44, 69], "\u0e88\u0eb2\u0e81\u0e9b": [42, 69], "\u0e88\u0eb2\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 28, "\u0e88\u0eb2\u0e81\u0ec0\u0ea1\u0e99": [44, 60, 69], "\u0e88\u0eb2\u0e81\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84": 69, "\u0e88\u0eb2\u0e81\u0ec1\u0ead": [26, 69], "\u0e88\u0eb2\u0e81\u0edc": 19, "\u0e88\u0eb3\u0e81": [6, 15, 19, 42, 44, 69], "\u0e88\u0eb3\u0ec0\u0e9b": [26, 42, 64], "\u0e8a": [15, 19, 26, 28, 43, 44, 55, 60, 63, 66, 69, 79, 82], "\u0e8a\u0ead\u0e81\u0eab\u0eb2": 42, "\u0e8a\u0eb2\u0e9a": [19, 44], "\u0e8d": [15, 19, 24, 26, 28, 42, 66, 69, 82], "\u0e8d\u0e9a": 26, "\u0e8d\u0ea2": 42, "\u0e8d\u0eaa": 44, "\u0e8d\u0eb0": 15, "\u0e8d\u0eb0\u0e8a": 66, "\u0e8d\u0eb0\u0e94": 66, "\u0e8d\u0eb2\u0e94": [60, 63, 69], "\u0e8d\u0eb2\u0e94\u0e82\u0ead\u0e87\u0e97": 60, "\u0e8d\u0eb2\u0e94\u0e82\u0ead\u0e87\u0e9c": 69, "\u0e8d\u0eb2\u0e94\u0ec0\u0ea1": 60, "\u0e8d\u0eb2\u0e94\u0ec1\u0e81": 60, "\u0e8d\u0eb2\u0e94\u0ec3\u0eab": [15, 42, 44, 60, 63, 79], "\u0e8d\u0eb2\u0e94\u0ec3\u0edd": 24, "\u0e8d\u0eb2\u0e99\u0eb3": 44, "\u0e8d\u0ec3\u0eab": 26, "\u0e94": [15, 19, 24, 28, 29, 31, 59, 63, 65, 66, 69, 70, 74, 82], "\u0e94\u0e81": [19, 42, 44, 60, 70], "\u0e94\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0e94\u0e81\u0eb2\u0e99": [26, 43, 44, 69], "\u0e94\u0e81\u0eb2\u0e99\u0e81": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e95": 82, "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 42, "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 15, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ead": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0edc": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e84": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0e81\u0eb2\u0e99\u0e8d": 19, "\u0e94\u0e81\u0eb2\u0e99\u0e95": [19, 44, 74], "\u0e94\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e94": 64, "\u0e94\u0e81\u0eb2\u0e99\u0e97": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9c": [26, 82], "\u0e94\u0e81\u0eb2\u0e99\u0e9d": 15, "\u0e94\u0e81\u0eb2\u0e99\u0e9e\u0ea7\u0e81\u0ea1": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e81": 82, "\u0e94\u0e81\u0eb2\u0e99\u0eaa": [66, 68, 69, 73], "\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0eb3\u0ea5": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ead": [31, 42, 44], "\u0e94\u0e81\u0eb2\u0e99\u0eae": 82, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e81": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 15, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 42, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eab": 15, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eae": [19, 44], "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e88": [44, 60], "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e8d\u0e81\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec4\u0e94": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 63, "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0e95": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec2\u0e84\u0e87\u0e81\u0eb2\u0e99\u0e97": 43, "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e8a": [15, 24, 44, 60], "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0e9e\u0eb2\u0e8d\u0eab": 69, "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0edc": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e94": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": [30, 32], "\u0e94\u0e81\u0eb2\u0e99\u0edd": [26, 44], "\u0e94\u0e82": [15, 19, 26, 42, 44, 64, 66, 69], "\u0e94\u0e82\u0ead\u0e87": 26, "\u0e94\u0e82\u0ead\u0e87\u0e82": 44, "\u0e94\u0e82\u0ead\u0e87\u0e97": [26, 42, 44], "\u0e94\u0e82\u0ead\u0e87\u0e9c": 42, "\u0e94\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e82": 44, "\u0e94\u0e82\u0ead\u0e87\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0e94\u0e82\u0ead\u0e87\u0ead\u0eb2\u0e97": 82, "\u0e94\u0e82\u0eb2\u0e94": 26, "\u0e94\u0e84": [15, 28, 31, 60], "\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e8a": 15, "\u0e94\u0e88": [19, 24, 42, 44, 60, 69], "\u0e94\u0e88\u0eb0\u0e81\u0eb3": [69, 82], "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e88\u0eb0\u0e96": 44, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e97": [44, 59, 69], "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e99": 44, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0eaa\u0eb3\u0ea5": 44, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0eab": 19, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0ec0\u0e9b": 42, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0ec2\u0e94\u0e8d\u0ec1\u0ead": 69, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 42, "\u0e94\u0e88\u0eb0\u0e8d": 44, "\u0e94\u0e88\u0eb0\u0e96": 44, "\u0e94\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97": 60, "\u0e94\u0e88\u0eb0\u0ec0\u0eae": 26, "\u0e94\u0e88\u0eb2\u0e81": 42, "\u0e94\u0e88\u0eb2\u0e81\u0e82": 44, "\u0e94\u0e88\u0eb2\u0e81\u0e8a": 42, "\u0e94\u0e88\u0eb2\u0e81\u0e97": 42, "\u0e94\u0e88\u0eb2\u0e81\u0e99": 60, "\u0e94\u0e88\u0eb2\u0e81\u0e9b": 42, "\u0e94\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e94\u0e88\u0eb3\u0e81": [24, 31], "\u0e94\u0e88\u0eb3\u0e99\u0ea7\u0e99": 44, "\u0e94\u0e8a": 19, "\u0e94\u0e8a\u0eb0\u0e99": 26, "\u0e94\u0e94": 15, "\u0e94\u0e95": [6, 15, 19, 21, 28, 31, 40, 43, 60, 64, 66, 69, 70, 74], "\u0e94\u0e95\u0ead\u0e9a\u0eae": 44, "\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1": [15, 26, 28, 40, 42, 59, 60, 69], "\u0e94\u0e95\u0eb2\u0ea1": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0e95": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0e82": [19, 28], "\u0e94\u0e95\u0eb2\u0ea1\u0ea7\u0ebd\u0e81\u0e81": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0eaa\u0eb3\u0ea5": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0ec4\u0e94": 44, "\u0e94\u0e96": [26, 42], "\u0e94\u0e96\u0eb2\u0ea7\u0ead\u0e99": 24, "\u0e94\u0e97": [19, 24, 26, 31, 42, 44, 60, 64, 66, 82], "\u0e94\u0e97\u0eb2\u0e87\u0ec0\u0e95": 15, "\u0e94\u0e99": [24, 26, 42, 44, 70, 74], "\u0e94\u0e99\u0eb3\u0ec3\u0e8a": [29, 70], "\u0e94\u0e9a": [19, 26, 69], "\u0e94\u0e9a\u0eb2\u0e94": 42, "\u0e94\u0e9a\u0eb2\u0e94\u0e82\u0ead\u0e87\u0ec0\u0e82": 42, "\u0e94\u0e9a\u0eb2\u0e94\u0e88\u0eb0\u0ea1": 42, "\u0e94\u0e9a\u0eb2\u0e94\u0e97": 42, "\u0e94\u0e9b": [28, 42, 44, 66], "\u0e94\u0e9b\u0eb0\u0eaa": [26, 40], "\u0e94\u0e9c": [6, 42, 69], "\u0e94\u0e9d": 15, "\u0e94\u0e9e": [15, 24], "\u0e94\u0e9e\u0eb2\u0e94": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 44, "\u0e94\u0e9e\u0eb2\u0e94\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e95": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 44, "\u0e94\u0e9e\u0eb2\u0eaa\u0eb2\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e95": 64, "\u0e94\u0e9e\u0ebd\u0e87\u0e84": 44, "\u0e94\u0ea1": [15, 44, 60], "\u0e94\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0e99": 31, "\u0e94\u0ea2": [30, 34, 44, 59, 60, 69], "\u0e94\u0ea5": [15, 40], "\u0e94\u0ea5\u0ead\u0e81": 24, "\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e94\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0e94\u0ea5\u0eb3\u0e94": 44, "\u0e94\u0ea5\u0eb3\u0ec2\u0e9e\u0e87": 60, "\u0e94\u0ea7\u0eb2\u0e87\u0e9c": 65, "\u0e94\u0ea7\u0ebd\u0e81\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0e82\u0ead\u0e87\u0eaa\u0eb0\u0e84\u0ea3": 44, "\u0e94\u0ea7\u0ebd\u0e81\u0e95": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0e95\u0eb2\u0ea1\u0e97": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0e97": 44, "\u0e94\u0ea7\u0ebd\u0e81\u0e9c": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0ea2": [15, 19], "\u0e94\u0ea7\u0ebd\u0e81\u0eae": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0ec0\u0eab": 43, "\u0e94\u0ea7\u0ebd\u0e81\u0ec1\u0e97\u0e99": 69, "\u0e94\u0ea7\u0ebd\u0e81\u0ec4\u0e94": [26, 44], "\u0e94\u0ea7\u0ebd\u0e81\u0edc": 44, "\u0e94\u0eaa": [15, 19, 24, 26, 44, 63, 69], "\u0e94\u0eaa\u0eb0\u0ea5": 15, "\u0e94\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e94\u0eaa\u0eb2\u0ea1\u0e88": 44, "\u0e94\u0eaa\u0eb3\u0ea5": [42, 44], "\u0e94\u0eaa\u0ebd\u0e87\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0e94\u0eab": [15, 79], "\u0e94\u0eab\u0e8d": 26, "\u0e94\u0ead": [60, 69, 70, 74], "\u0e94\u0ead\u0e81\u0e88": 19, "\u0e94\u0ead\u0eb0\u0e99": [60, 69], "\u0e94\u0ead\u0eb2\u0e8d": 24, "\u0e94\u0eae": [42, 60, 69], "\u0e94\u0eb2\u0ea7\u0ec2\u0eab": [15, 26, 42], "\u0e94\u0eb3": 19, "\u0e94\u0eb3\u0ec0\u0e99": 42, "\u0e94\u0ebd\u0ea7": 19, "\u0e94\u0ebd\u0ea7\u0e81": [44, 70], "\u0e94\u0ebd\u0ea7\u0e97": [15, 26], "\u0e94\u0ec0\u0e82": 60, "\u0e94\u0ec0\u0e84": [19, 70], "\u0e94\u0ec0\u0e88": 44, "\u0e94\u0ec0\u0e97": 63, "\u0e94\u0ec0\u0e99": 44, "\u0e94\u0ec0\u0e9b": [15, 19, 26, 60, 65], "\u0e94\u0ec0\u0e9c": 26, "\u0e94\u0ec0\u0e9e": [19, 69], "\u0e94\u0ec0\u0ea1\u0e99": [19, 44, 60], "\u0e94\u0ec0\u0ea5": [26, 69], "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 59, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e82\u0ead\u0e87\u0ea5\u0eb0\u0e9a": 26, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e81\u0eb2\u0e99\u0e9b": 15, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0edd": 69, "\u0e94\u0ec0\u0eab": [21, 44], "\u0e94\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": 59, "\u0e94\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e94": 59, "\u0e94\u0ec0\u0ead\u0e87": [19, 69], "\u0e94\u0ec0\u0ead\u0e87\u0ec0\u0e8a": 44, "\u0e94\u0ec0\u0ead\u0e87\u0ec3\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 15, "\u0e94\u0ec1\u0e81": 42, "\u0e94\u0ec1\u0e96\u0e9a\u0e94": 60, "\u0e94\u0ec1\u0e99\u0ea7\u0e99": 26, "\u0e94\u0ec1\u0e9a\u0e99\u0ea7": 19, "\u0e94\u0ec1\u0e9a\u0e9a\u0e99": [26, 44], "\u0e94\u0ec1\u0ea1": [15, 26], "\u0e94\u0ec1\u0ea5": [26, 29, 42], "\u0e94\u0ec1\u0ead": 43, "\u0e94\u0ec2\u0e94\u0e8d": 15, "\u0e94\u0ec2\u0e94\u0e8d\u0e81": 26, "\u0e94\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 31, "\u0e94\u0ec2\u0e94\u0e8d\u0ead": 26, "\u0e94\u0ec2\u0e94\u0e8d\u0ec3\u0e8a": 40, "\u0e94\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0e94\u0ec3\u0e8a": [15, 19, 21, 26, 28, 40, 42, 59, 60, 64, 66, 82], "\u0e94\u0ec3\u0e94\u0ec6\u0e97": 42, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 19, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 31, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 42, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e81": 69, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e94\u0ec3\u0e99\u0e84": 15, "\u0e94\u0ec3\u0e99\u0ea5\u0eb0\u0e9a": 42, "\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e94\u0ec3\u0e99\u0ead": 15, "\u0e94\u0ec3\u0e99\u0ec1\u0ead": 42, "\u0e94\u0ec3\u0e99\u0edc": 65, "\u0e94\u0ec3\u0eab": [15, 19, 26, 31, 44, 60, 69, 74, 82], "\u0e94\u0ec3\u0edd": 44, "\u0e94\u0ec4\u0e94": [15, 24, 31, 42, 44, 64, 66, 69], "\u0e94\u0ec4\u0e9f\u0ea5": [15, 22, 26, 30, 42, 60], "\u0e94\u0ec4\u0ea5\u0e8d\u0eb0\u0eaa": 42, "\u0e94\u0ec4\u0ea7": [31, 44, 59, 60, 66, 69, 79], "\u0e94\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e96": 44, "\u0e94\u0ec6": 64, "\u0e94\u0edc": [19, 42], "\u0e94\u0edd\u0eb2\u0e8d\u0ec1\u0e9a\u0e9a\u0e9a": 44, "\u0e95": [6, 13, 21, 23, 25, 26, 28, 30, 31, 40, 43, 59, 63, 70, 74, 82], "\u0e95\u0ead\u0e99\u0e99": [29, 44], "\u0e95\u0ead\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 60, "\u0e95\u0ead\u0e9a\u0eae": 44, "\u0e95\u0eb0\u0eab": 19, "\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": 66, "\u0e95\u0eb2\u0ea1": [19, 26, 42, 44], "\u0e95\u0eb2\u0ea1\u0e84": 31, "\u0e95\u0eb2\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0e95": 44, "\u0e95\u0eb2\u0ea1\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0e97": 69, "\u0e95\u0eb2\u0ea1\u0e97": 82, "\u0e95\u0eb2\u0ea1\u0e9b": 26, "\u0e95\u0eb2\u0ea1\u0ea5\u0eb3\u0e94": 44, "\u0e95\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e95\u0eb2\u0ea1\u0ec1\u0e95": 15, "\u0e95\u0eb2\u0ea1\u0ec3\u0e88\u0ea1": 44, "\u0e95\u0eb3\u0ec1\u0edc": 15, "\u0e96": [15, 22, 28, 29, 30, 31, 32, 40, 42, 44, 59, 63, 66, 69, 73, 77, 82], "\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e97": [6, 15, 21, 25, 28, 29, 30, 31, 32, 40, 43, 55, 60, 63, 64, 65, 66, 68, 69, 70, 73, 74, 78, 79], "\u0e97\u0eb2\u0e87\u0e81\u0eb2\u0e87\u0ec3\u0e99\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": 65, "\u0e97\u0eb2\u0e87\u0e82": 55, "\u0e97\u0eb2\u0e87\u0e94": 66, "\u0e97\u0eb2\u0e87\u0ea5": 69, "\u0e97\u0eb2\u0e87\u0eab": 19, "\u0e97\u0eb2\u0e87\u0eae": 44, "\u0e97\u0eb2\u0e87\u0ec0\u0e97": [19, 69], "\u0e97\u0eb2\u0e87\u0ec0\u0e9a": 19, "\u0e97\u0eb2\u0e87\u0ec3\u0e99": 24, "\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0e82\u0ead\u0e87\u0e97": 26, "\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0ec3\u0e99\u0eae": 28, "\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0ec4\u0e94": 28, "\u0e97\u0eb3\u0ead": [42, 82], "\u0e99": [6, 23, 28, 30, 31, 40, 43, 63, 65, 66, 69, 73, 74, 78, 79, 82], "\u0e99\u0e81": [15, 19, 24, 26, 42, 44, 60, 68, 70, 73, 82], "\u0e99\u0e81\u0ea7": [24, 44, 79], "\u0e99\u0e81\u0eb2\u0e87\u0e82\u0ead\u0e87\u0e97": 69, "\u0e99\u0e81\u0eb2\u0e99": 26, "\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e99\u0e81\u0eb2\u0e99\u0e88\u0eb0\u0e96": 44, "\u0e99\u0e81\u0eb2\u0e99\u0e94": [44, 66], "\u0e99\u0e81\u0eb2\u0e99\u0e95": [42, 44], "\u0e99\u0e81\u0eb2\u0e99\u0e97": 42, "\u0e99\u0e81\u0eb2\u0e99\u0e99": 44, "\u0e99\u0e81\u0eb2\u0e99\u0e9b": [42, 60], "\u0e99\u0e81\u0eb2\u0e99\u0e9f": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ea2": 19, "\u0e99\u0e81\u0eb2\u0e99\u0ea5": 69, "\u0e99\u0e81\u0eb2\u0e99\u0eaa": [28, 29, 69], "\u0e99\u0e81\u0eb2\u0e99\u0ead": [15, 26], "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 42, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e95": 19, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e97": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9b": [15, 26, 44, 60, 66], "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9e": [44, 69], "\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e99\u0ea7\u0ec3\u0e94\u0e95": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b": 42, "\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec4\u0e94": 60, "\u0e99\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 42, "\u0e99\u0e81\u0eb3\u0ea5": 60, "\u0e99\u0e82": [6, 19, 24, 26, 40, 44, 59, 64, 66, 69], "\u0e99\u0e82\u0ead\u0e87": 82, "\u0e99\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e99\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0e82\u0ead\u0e87\u0e97": [6, 24, 26, 28, 42, 44], "\u0e99\u0e82\u0ead\u0e87\u0e9c": 42, "\u0e99\u0e82\u0ead\u0e87\u0ea1": 19, "\u0e99\u0e82\u0ead\u0e87\u0ec1\u0ead": [26, 42], "\u0e99\u0e82\u0eb0\u0edc\u0eb2\u0e99\u0e9a\u0ead\u0e81\u0ec3\u0eab": 19, "\u0e99\u0e84": [15, 26, 28, 42, 44, 69], "\u0e99\u0e84\u0ea5": [19, 63], "\u0e99\u0e84\u0ea5\u0eb2\u0ea7\u0e97": 15, "\u0e99\u0e84\u0ead\u0ea1\u0e9e": [22, 30], "\u0e99\u0e87": 29, "\u0e99\u0e88": [26, 44], "\u0e99\u0e88\u0eb0\u0e8d": 44, "\u0e99\u0e88\u0eb0\u0e94": 44, "\u0e99\u0e88\u0eb0\u0e96": [19, 24, 44, 64, 69], "\u0e99\u0e88\u0eb0\u0e9a": 24, "\u0e99\u0e88\u0eb0\u0ea1": 42, "\u0e99\u0e88\u0eb0\u0eaa": 19, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9b": 44, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 19, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9e\u0eb2\u0e9a\u0ea5\u0ea7\u0ea1\u0e82\u0ead\u0e87": 69, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea7": 60, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e84": 19, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0e95": 19, "\u0e99\u0e88\u0eb0\u0ead": 19, "\u0e99\u0e88\u0eb0\u0ec0\u0e9b": 66, "\u0e99\u0e88\u0eb0\u0ec0\u0eab": [26, 60], "\u0e99\u0e88\u0eb0\u0ec3\u0e8a": 26, "\u0e99\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e8a": [15, 19], "\u0e99\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0e9c": 60, "\u0e99\u0e8a": [15, 26, 28, 42, 43, 82], "\u0e99\u0e8d": [15, 19, 69], "\u0e99\u0e8d\u0ead\u0ea1\u0e81": 60, "\u0e99\u0e8d\u0eb2\u0ea7\u0ec0\u0e81": 65, "\u0e99\u0e94": [24, 42, 43, 44, 60, 69], "\u0e99\u0e94\u0ebd\u0ea7": 69, "\u0e99\u0e94\u0ebd\u0ea7\u0e81": [26, 44, 59], "\u0e99\u0e94\u0ebd\u0ea7\u0ec0\u0e97": 42, "\u0e99\u0e95": [19, 26, 28, 31, 42, 44, 64, 69, 70, 79], "\u0e99\u0e95\u0ead\u0e87\u0e97": 44, "\u0e99\u0e95\u0ead\u0e87\u0ead": 44, "\u0e99\u0e95\u0ead\u0e87\u0ec0\u0e81": 44, "\u0e99\u0e95\u0ead\u0e87\u0ec0\u0ea1\u0ea5": 44, "\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e99\u0e95": 74, "\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e99\u0eaa": 19, "\u0e99\u0e95\u0ead\u0e99\u0e97": 69, "\u0e99\u0e95\u0ead\u0e99\u0ec0\u0e82": 26, "\u0e99\u0e95\u0ead\u0e99\u0ec0\u0e8a": 44, "\u0e99\u0e95\u0ead\u0e99\u0ec0\u0eab": 28, "\u0e99\u0e95\u0eb0\u0ea5\u0eb2\u0e8d": 26, "\u0e99\u0e95\u0eb0\u0eab": 44, "\u0e99\u0e95\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0e99\u0e95\u0eb3\u0ec1\u0edc": 15, "\u0e99\u0e96": [15, 26, 44, 59, 64], "\u0e99\u0e97": [15, 19, 25, 26, 28, 42, 43, 44, 59, 66, 70, 78, 82], "\u0e99\u0e97\u0eb0\u0e99\u0eb2": [42, 59, 64, 68, 70, 73, 74, 79], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e81": 19, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82": 70, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0e97": [55, 59, 66], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0e88\u0eb0\u0e96": 59, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e84": 59, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0e96": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0e9b\u0eb2\u0e81": 59, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea2": 70, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0ec3\u0eab": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e8a": 60, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e95": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e96": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e97": [44, 60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e99": [59, 60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e99\u0eb3": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0e95": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e9c": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ea2": [59, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 70, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eab": [60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ead": [69, 70], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec0\u0eab": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a": 40, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e95": 66, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e96\u0eb2\u0ea7\u0ead\u0e99": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e9e": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec2\u0e94\u0e8d\u0ead": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0e94\u0edc": 44, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0e99": [59, 66, 74], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0e99\u0e9a": 74, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0eab": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0edd": [59, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec4\u0e94": [60, 66, 69], "\u0e99\u0e97\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e81": 42, "\u0e99\u0e97\u0eb2\u0e87\u0e97": 19, "\u0e99\u0e97\u0eb2\u0e87\u0ec0\u0ea5": 44, "\u0e99\u0e97\u0eb2\u0e87\u0ec2\u0e8a\u0e8a\u0ebd\u0ea7": 82, "\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81": [26, 28], "\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0e97": 26, "\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0ec0\u0e8a": 15, "\u0e99\u0e99": [15, 19, 26, 40, 42, 44, 70], "\u0e99\u0e99\u0eb2\u0ea1\u0eaa\u0eb0\u0e81": 44, "\u0e99\u0e9a": [15, 19, 26, 42, 44, 69], "\u0e99\u0e9b": [19, 28, 40, 44], "\u0e99\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec4\u0e9f\u0ea5": 15, "\u0e99\u0e9c": [19, 59, 60, 69, 82], "\u0e99\u0e9e": [24, 26, 44], "\u0e99\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0ec0\u0e82": 69, "\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ead": 42, "\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0e9f\u0ea5": 26, "\u0e99\u0e9e\u0eb2\u0eaa\u0eb2\u0e95": 64, "\u0e99\u0e9e\u0eb2\u0eaa\u0eb2\u0e97": [44, 64], "\u0e99\u0e9e\u0ebd\u0e87\u0ec1\u0e95": [28, 44], "\u0e99\u0e9f": 42, "\u0e99\u0ea1": [15, 26, 44, 59, 63, 74, 82], "\u0e99\u0ea1\u0eb2": [59, 70], "\u0e99\u0ea1\u0eb2\u0e88\u0eb2\u0e81\u0e94": 60, "\u0e99\u0ea1\u0eb2\u0e88\u0eb2\u0e81\u0e9a": 44, "\u0e99\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec4\u0ea7": 19, "\u0e99\u0ea1\u0eb2\u0ec0\u0e9b": 40, "\u0e99\u0ea2": [19, 28, 42, 44, 60, 63, 64, 69], "\u0e99\u0ea5": 59, "\u0e99\u0ea5\u0eb0\u0e94": 19, "\u0e99\u0ea5\u0eb0\u0eab": 26, "\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 42, "\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 44, "\u0e99\u0ea5\u0eb2\u0e8d\u0ead\u0eb2\u0e97": 42, "\u0e99\u0ea7": [19, 24, 26, 65, 79], "\u0e99\u0ea7\u0ebd\u0e99\u0eaa": 19, "\u0e99\u0eaa": [19, 21, 26, 40, 42, 44, 60, 70, 74, 79, 82], "\u0e99\u0eaa\u0eb0\u0e84\u0ea3": 44, "\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0e97": [59, 69], "\u0e99\u0eaa\u0eb0\u0e9a": 64, "\u0e99\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": [42, 69, 82], "\u0e99\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e81": 42, "\u0e99\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0eaa\u0eb3\u0ea5": 60, "\u0e99\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec1\u0e95": 44, "\u0e99\u0eaa\u0eb0\u0ec1\u0e9b\u0ea1": 44, "\u0e99\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0\u0ec2\u0e94\u0e8d\u0e9a": 42, "\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 42, "\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": 64, "\u0e99\u0eaa\u0eb3\u0e84": 69, "\u0e99\u0eaa\u0eb3\u0ea5": [28, 69, 82], "\u0e99\u0eab": [15, 44, 65], "\u0e99\u0eab\u0eb2": [26, 44, 69, 78], "\u0e99\u0eab\u0eb2\u0e81\u0ea1": 21, "\u0e99\u0eab\u0eb2\u0e82": [26, 44], "\u0e99\u0eab\u0eb2\u0e8a": 69, "\u0e99\u0eab\u0eb2\u0e94": 26, "\u0e99\u0eab\u0eb2\u0e97": 44, "\u0e99\u0eab\u0eb2\u0e97\u0eb2\u0e87\u0ea5": 44, "\u0e99\u0eab\u0eb2\u0e99": 15, "\u0e99\u0eab\u0eb2\u0ea2": 44, "\u0e99\u0eab\u0eb2\u0eab": 44, "\u0e99\u0eab\u0eb2\u0ead": 44, "\u0e99\u0eab\u0eb2\u0ec1\u0e9a\u0e9a\u0ea5\u0ea7\u0ea1\u0eaa": 6, "\u0e99\u0eab\u0eb2\u0ec4\u0e94": [44, 59], "\u0e99\u0ead": [24, 26, 29, 42, 44, 60, 63, 65, 66, 69], "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e8d": 19, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 19, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e88\u0eb0\u0ea5\u0eb0\u0ec0\u0ea7": 19, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e97": 82, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e99": [19, 24, 44, 69], "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e99\u0ead\u0e99": 44, "\u0e99\u0ead\u0e99\u0ea7": 42, "\u0e99\u0ead\u0e99\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 44, "\u0e99\u0ead\u0ead\u0e81\u0ec0\u0e9e": 24, "\u0e99\u0ead\u0ead\u0e81\u0ec1\u0e9a\u0e9a\u0ead": 15, "\u0e99\u0ead\u0ead\u0e81\u0ec2\u0e94\u0e8d\u0e9a": 15, "\u0e99\u0ead\u0ead\u0e81\u0ec4\u0e94": 26, "\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e84": 24, "\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e95": 26, "\u0e99\u0eae": 19, "\u0e99\u0eae\u0ead\u0e87\u0eae": 42, "\u0e99\u0eb2\u0e84\u0ea5": 63, "\u0e99\u0eb2\u0e97": 60, "\u0e99\u0eb2\u0ea1\u0ec1\u0e9d\u0e87": 44, "\u0e99\u0eb2\u0eaa\u0ead\u0e9a\u0e96\u0eb2\u0ea1\u0e9c": [44, 66], "\u0e99\u0eb2\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 26, "\u0e99\u0eb2\u0eae": 42, "\u0e99\u0eb2\u0ec0\u0ea5": 44, "\u0e99\u0eb3": 64, "\u0e99\u0eb3\u0eaa\u0eb0\u0ec0\u0edc": 63, "\u0e99\u0eb3\u0ec0\u0e82": [42, 44], "\u0e99\u0eb3\u0ec3\u0e8a": 70, "\u0e99\u0ec0\u0e81": [26, 44, 69], "\u0e99\u0ec0\u0e82": 69, "\u0e99\u0ec0\u0e84": 43, "\u0e99\u0ec0\u0e88": 26, "\u0e99\u0ec0\u0e8a": 19, "\u0e99\u0ec0\u0e95": 15, "\u0e99\u0ec0\u0e97": 28, "\u0e99\u0ec0\u0e9b": [15, 19, 44, 82], "\u0e99\u0ec0\u0e9e": [19, 26, 42, 43, 44, 60, 69, 70, 74], "\u0e99\u0ec0\u0ea1": [19, 40, 44, 63, 66, 69], "\u0e99\u0ec0\u0ea5": [24, 60], "\u0e99\u0ec0\u0ea7": 15, "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2": 24, "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0ec0\u0ea7": 60, "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": [19, 24], "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa\u0ead\u0e87\u0eaa\u0eb2\u0ea1\u0ead\u0eb2\u0e97": 42, "\u0e99\u0ec0\u0eaa\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e99\u0ec0\u0eab": [40, 42, 44], "\u0e99\u0ec0\u0eab\u0e94\u0e9c": 69, "\u0e99\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99": 15, "\u0e99\u0ec0\u0ead\u0e87": [24, 29, 44, 74, 79], "\u0e99\u0ec0\u0ead\u0e87\u0e82\u0ead\u0e87\u0e97": 69, "\u0e99\u0ec0\u0ead\u0e87\u0ec0\u0e9e": 44, "\u0e99\u0ec0\u0ead\u0e87\u0ec3\u0e99": 15, "\u0e99\u0ec0\u0ead\u0e87\u0ec4\u0e94": [42, 44, 64], "\u0e99\u0ec0\u0eae": [19, 26], "\u0e99\u0ec1\u0e82\u0e81": 60, "\u0e99\u0ec1\u0e8d\u0e81\u0e88\u0eb2\u0e81\u0e8a": 82, "\u0e99\u0ec1\u0e95\u0e81\u0e95": 19, "\u0e99\u0ec1\u0e96\u0e9a\u0e82": 26, "\u0e99\u0ec1\u0e96\u0e9a\u0ec0\u0e95": 26, "\u0e99\u0ec1\u0e96\u0ea7\u0e97\u0eb2\u0e87\u0e94": 65, "\u0e99\u0ec1\u0e97": 19, "\u0e99\u0ec1\u0e9a": 24, "\u0e99\u0ec1\u0e9a\u0e9a": [28, 82], "\u0e99\u0ec1\u0e9a\u0e9a\u0e81": 26, "\u0e99\u0ec1\u0e9a\u0e9a\u0e9a": 26, "\u0e99\u0ec1\u0e9a\u0e9a\u0eaa": 69, "\u0e99\u0ec1\u0e9a\u0e9a\u0ec0\u0e82": 26, "\u0e99\u0ec1\u0ea1": [19, 29, 59], "\u0e99\u0ec1\u0ea5": [19, 26, 69, 70], "\u0e99\u0ec2\u0e84\u0e95": 24, "\u0e99\u0ec2\u0e94\u0e8d\u0e81": [28, 42], "\u0e99\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": 66, "\u0e99\u0ec2\u0e94\u0e8d\u0e9a": 69, "\u0e99\u0ec2\u0e94\u0e8d\u0ead": [15, 44], "\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0eaa": 42, "\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 6, "\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 24, "\u0e99\u0ec3\u0e88\u0ea7": 15, "\u0e99\u0ec3\u0e88\u0ec0\u0ead\u0e87\u0ea7": 44, "\u0e99\u0ec3\u0e8a": 26, "\u0e99\u0ec3\u0e94\u0eab\u0eb2\u0e8d\u0ec4\u0e9b\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 21, "\u0e99\u0ec3\u0e94\u0edc": 26, "\u0e99\u0ec3\u0e99\u0e81": 42, "\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e84": 44, "\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": [66, 69], "\u0e99\u0ec3\u0e99\u0e8a": [42, 44], "\u0e99\u0ec3\u0e99\u0e97": [15, 42], "\u0e99\u0ec3\u0e99\u0e9a\u0eb2\u0e94\u0e94\u0ebd\u0ea7": 44, "\u0e99\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 44, "\u0e99\u0ec3\u0e99\u0e9f\u0ead\u0ea1\u0ec0\u0e82": 44, "\u0e99\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 42, "\u0e99\u0ec3\u0e99\u0eaa": 42, "\u0e99\u0ec3\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 44, "\u0e99\u0ec3\u0e99\u0eae": 63, "\u0e99\u0ec3\u0e99\u0ec0\u0e84": 15, "\u0e99\u0ec3\u0e99\u0ec0\u0e8a": [19, 69], "\u0e99\u0ec3\u0e99\u0ec4\u0e9f\u0ea5": [19, 28], "\u0e99\u0ec3\u0eab": [15, 19, 24, 26, 28, 43, 44, 69], "\u0e99\u0ec3\u0edd": [15, 21, 26, 28], "\u0e99\u0ec4\u0e94": [15, 19, 25, 26, 42, 44, 59, 60, 63, 66, 69, 70, 82], "\u0e99\u0ec4\u0e9b": [44, 65], "\u0e99\u0ec4\u0e9b\u0eab\u0eb2\u0e9c": 70, "\u0e99\u0ec4\u0e9b\u0eab\u0eb2\u0ec4\u0e9f\u0ea5": 19, "\u0e99\u0ec4\u0e9f\u0ea5": [19, 21, 24, 25, 28, 42, 66], "\u0e99\u0ec4\u0ea5\u0e8d\u0eb0": 15, "\u0e99\u0ec4\u0ea7": [15, 69], "\u0e99\u0ec4\u0eab": 15, "\u0e99\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e82": 19, "\u0e99\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ea2": 19, "\u0e99\u0ec6": [28, 40, 42, 44, 60, 69, 70, 74], "\u0e99\u0ec6\u0e88\u0eb0\u0ec0\u0eab": 63, "\u0e99\u0ec6\u0e95": 44, "\u0e99\u0ec6\u0e97": [44, 60, 70], "\u0e99\u0ec6\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": 60, "\u0e99\u0ec6\u0ec3\u0e99\u0ec0\u0e8a": 69, "\u0e99\u0ec6\u0ec4\u0e94": [19, 28], "\u0e99\u0ec6\u0ec4\u0ea7": 65, "\u0e99\u0edc": [29, 60, 61, 73], "\u0e99\u0edd\u0eb2\u0e8d\u0e84\u0ea7\u0eb2\u0ea1\u0ea7": 15, "\u0e9a": [21, 25, 28, 30, 31, 32, 40, 43, 63, 64, 68, 70, 73, 74, 82], "\u0e9a\u0e81": [15, 42, 69, 74], "\u0e9a\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ea1": 44, "\u0e9a\u0e81\u0ea7\u0e99": 19, "\u0e9a\u0e81\u0ea7\u0e99\u0ec3\u0e9c\u0ec3\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e87\u0e84": 66, "\u0e9a\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e9a\u0e81\u0eb0\u0ec1\u0e88\u0eab": 26, "\u0e9a\u0e81\u0eb2\u0e81\u0eb0\u0e9a\u0eb2\u0e94\u0e88\u0eb0\u0e8d": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e82\u0ead\u0e87\u0e97": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0e88": 69, "\u0e9a\u0e81\u0eb2\u0e99\u0e8a": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0e95": [19, 28, 44, 60, 74], "\u0e9a\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82": [42, 44], "\u0e9a\u0e81\u0eb2\u0e99\u0e9b": 15, "\u0e9a\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": [59, 69], "\u0e9a\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82": 25, "\u0e9a\u0e81\u0eb2\u0e99\u0ea5": 15, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa": [19, 70], "\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0eab": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d\u0e97": 79, "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e8a": [15, 19], "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9b": [44, 70], "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0ec1\u0e88": [60, 66, 70], "\u0e9a\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [15, 26], "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ea5\u0eb0\u0eaa": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec0\u0e82": 69, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0e84": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 19, "\u0e9a\u0e82": [15, 26, 44, 60, 64, 69, 74], "\u0e9a\u0e82\u0ead\u0e87\u0e97": [19, 21, 24, 26, 29, 31, 44, 60, 66], "\u0e9a\u0e82\u0ead\u0e87\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 63, "\u0e9a\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 42, "\u0e9a\u0e82\u0ead\u0e87\u0ec0\u0e82": 15, "\u0e9a\u0e82\u0ead\u0e87\u0ec1\u0e95": 19, "\u0e9a\u0e82\u0ead\u0e87\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0e9a\u0e84": [19, 24, 40, 44], "\u0e9a\u0e84\u0ea5\u0eb2\u0e8d\u0ec1\u0ead\u0e99": 31, "\u0e9a\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb3\u0e84": 44, "\u0e9a\u0e84\u0ead\u0ea1\u0e9e": [19, 25], "\u0e9a\u0e84\u0eb3\u0ec0\u0e8a": 73, "\u0e9a\u0e88": [26, 44], "\u0e9a\u0e88\u0eb0\u0e84": 19, "\u0e9a\u0e88\u0eb0\u0e9a": 24, "\u0e9a\u0e88\u0eb0\u0ea1": 42, "\u0e9a\u0e88\u0eb0\u0ea2": [24, 28], "\u0e9a\u0e88\u0eb0\u0eaa": 44, "\u0e9a\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e9b": 19, "\u0e9a\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ead": 26, "\u0e9a\u0e88\u0eb0\u0ec0\u0e9b": 19, "\u0e9a\u0e88\u0eb0\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e97": 44, "\u0e9a\u0e88\u0eb2\u0e81\u0e9e\u0eb2\u0e81\u0eaa": 26, "\u0e9a\u0e88\u0eb3\u0ec0\u0e9b": 28, "\u0e9a\u0e8a": 24, "\u0e9a\u0e8a\u0eb2\u0e9a\u0ea7": 42, "\u0e9a\u0e94": 24, "\u0e9a\u0e95": [15, 19, 66, 69], "\u0e9a\u0e95\u0ead\u0e9a\u0e81": [40, 44], "\u0e9a\u0e96": [15, 24, 28, 42], "\u0e9a\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e9a\u0e97": [15, 19, 24, 26, 42, 43, 44, 60, 66, 69], "\u0e9a\u0e97\u0ead\u0e81": 40, "\u0e9a\u0e97\u0eb3\u0ea1\u0eb0\u0e94\u0eb2": 60, "\u0e9a\u0e97\u0eb3\u0ead": 60, "\u0e9a\u0e99": [15, 28], "\u0e9a\u0e9a": [19, 26, 42, 44, 69, 82], "\u0e9a\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 6, "\u0e9a\u0e9a\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0e9b": [42, 44, 60], "\u0e9a\u0e9b\u0eb0\u0e81": 24, "\u0e9a\u0e9b\u0eb0\u0e95": [59, 69], "\u0e9a\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec4\u0e9f\u0ea5": 15, "\u0e9a\u0e9c": [15, 19, 24, 26, 28, 31, 44, 60, 64, 69, 70], "\u0e9a\u0e9e\u0ea5": [42, 43, 44, 60, 63, 82], "\u0e9a\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 69, "\u0e9a\u0e9e\u0eb0\u0e8d\u0eb2\u0e81\u0ead\u0e99\u0e97": 42, "\u0e9a\u0e9e\u0eb2\u0e9a\u0e82\u0ead\u0e87\u0e97": 60, "\u0e9a\u0e9e\u0eb2\u0e9a\u0e95": 26, "\u0e9a\u0e9e\u0eb2\u0e9a\u0e97": 60, "\u0e9a\u0e9e\u0eb2\u0e9a\u0ec3\u0eab": 42, "\u0e9a\u0ea1": [24, 66], "\u0e9a\u0ea1\u0eb2\u0ea2": 24, "\u0e9a\u0ea1\u0eb2\u0ec0\u0e9a": 66, "\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 63, "\u0e9a\u0ea5": [19, 28, 29, 42, 66, 68, 73], "\u0e9a\u0ea5\u0ea7\u0ea1\u0ec0\u0e82": 24, "\u0e9a\u0ea5\u0eb0\u0e9a": [19, 44], "\u0e9a\u0ea5\u0eb0\u0eab": 26, "\u0e9a\u0ea5\u0eb0\u0eab\u0ea7": 44, "\u0e9a\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e96": 15, "\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": [6, 43, 44], "\u0e9a\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e81": 69, "\u0e9a\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ec0\u0e9e": [24, 42], "\u0e9a\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ec3\u0e94\u0ec4\u0ea7": 42, "\u0e9a\u0ea7": [15, 26, 28, 60, 70], "\u0e9a\u0ea7\u0ebd\u0e81\u0e97": 69, "\u0e9a\u0eaa": [31, 43, 44, 60], "\u0e9a\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e97": 19, "\u0e9a\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 19, "\u0e9a\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0e9a\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81": 26, "\u0e9a\u0eaa\u0eb3\u0ea5": 19, "\u0e9a\u0eab": 44, "\u0e9a\u0ead": [15, 26, 40], "\u0e9a\u0ead\u0e94\u0eab": 44, "\u0e9a\u0ead\u0ead\u0e81": [19, 42, 69], "\u0e9a\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81": 24, "\u0e9a\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e9a\u0ead\u0ead\u0e81\u0ec2\u0e94\u0e8d\u0e95": 19, "\u0e9a\u0ead\u0eb0\u0e99": [42, 60], "\u0e9a\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec0\u0e9b": 26, "\u0e9a\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec0\u0eae": 19, "\u0e9a\u0eae": [15, 19, 24, 42, 44, 59, 69], "\u0e9a\u0eb2\u0e87\u0e82": 44, "\u0e9a\u0eb2\u0e87\u0e84": 82, "\u0e9a\u0eb2\u0e87\u0e95": 26, "\u0e9a\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0e9a\u0eb2\u0e8d": [59, 69], "\u0e9a\u0eb2\u0e8d\u0e97": 69, "\u0e9a\u0ec0\u0e81": [15, 24], "\u0e9a\u0ec0\u0e81\u0ea3\u0e94\u0ec1\u0ea5": 28, "\u0e9a\u0ec0\u0e82": [24, 26, 69], "\u0e9a\u0ec0\u0e84": [19, 42], "\u0e9a\u0ec0\u0e87": [42, 44], "\u0e9a\u0ec0\u0e8a": [19, 21, 24, 26, 28], "\u0e9a\u0ec0\u0e94\u0e94": 19, "\u0e9a\u0ec0\u0e94\u0e94\u0e81": 44, "\u0e9a\u0ec0\u0e94\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e9a\u0ec0\u0e94\u0e94\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e9a\u0ec0\u0e94\u0e94\u0e9b\u0eb0\u0e95": 44, "\u0e9a\u0ec0\u0e94\u0e94\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e9a\u0ec0\u0e94\u0e94\u0ead": 42, "\u0e9a\u0ec0\u0e94\u0e94\u0eae": 42, "\u0e9a\u0ec0\u0e94\u0e94\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e9a\u0ec0\u0e94\u0e94\u0ec4\u0e9f\u0ea5": 19, "\u0e9a\u0ec0\u0e97": [26, 42], "\u0e9a\u0ec0\u0e9a": 63, "\u0e9a\u0ec0\u0e9b": 82, "\u0e9a\u0ec0\u0e9f": 42, "\u0e9a\u0ec0\u0ea1\u0ea5": [6, 43], "\u0e9a\u0ec0\u0ea1\u0ea5\u0e81\u0ea7\u0e94\u0e9e": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0e81\u0ea7\u0e94\u0e9e": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e81\u0eb2\u0e99\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0e9f": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0ec1\u0e88": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb2\u0e81\u0eaa": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e96": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e9a": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0ea1": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0ead\u0eb0\u0e99": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0eae\u0ead\u0e87\u0eae": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0ec0\u0eae": 44, "\u0e9a\u0ec0\u0ea1\u0ea7": 40, "\u0e9a\u0ec0\u0ea5": 19, "\u0e9a\u0ec0\u0ea7": [19, 21, 24, 69], "\u0e9a\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0e9a\u0ec0\u0eab": [19, 42], "\u0e9a\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0e97": 59, "\u0e9a\u0ec0\u0ead\u0e87": 44, "\u0e9a\u0ec0\u0eae": 44, "\u0e9a\u0ec1\u0e82\u0e81": 69, "\u0e9a\u0ec1\u0e95": [15, 19, 42, 44, 55, 60, 66], "\u0e9a\u0ec1\u0e97\u0e99\u0e95": 19, "\u0e9a\u0ec1\u0e9a\u0e9a": [44, 66], "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ea5\u0eb0\u0ec0\u0ea7": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 60, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": [61, 73], "\u0e9a\u0ec1\u0e9a\u0e9a\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 55, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e84": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e97": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e99": 28, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e9a": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0eaa": [15, 66], "\u0e9a\u0ec1\u0e9a\u0e9a\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e82\u0ead\u0e87": 15, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec0\u0eab": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec0\u0ead\u0e87": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec1\u0ea5": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec3\u0e94\u0edc": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0edc": 63, "\u0e9a\u0ec1\u0ea1": 44, "\u0e9a\u0ec1\u0ea5": [26, 69], "\u0e9a\u0ec1\u0ead": [44, 82], "\u0e9a\u0ec2\u0e84\u0e95": 24, "\u0e9a\u0ec2\u0e94\u0e8d\u0ead": [44, 59], "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0ec1\u0e95": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e94": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 82, "\u0e9a\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 15, "\u0e9a\u0ec2\u0eab": [15, 19, 22, 30, 42, 60, 69], "\u0e9a\u0ec2\u0eab\u0ea5\u0e94": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0e82\u0ead\u0e87\u0e97": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0e94": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a": [23, 30], "\u0e9a\u0ec3\u0e99": 44, "\u0e9a\u0ec3\u0e99\u0e84\u0ead\u0ea1\u0e9e": 82, "\u0e9a\u0ec3\u0e99\u0ec0\u0ea1\u0e99": 65, "\u0e9a\u0ec3\u0e99\u0ec0\u0ea7": 15, "\u0e9a\u0ec3\u0edd": [19, 42, 44], "\u0e9a\u0ec4\u0e8a": [19, 44], "\u0e9a\u0ec4\u0e8a\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 43, "\u0e9a\u0ec4\u0e94": [31, 44, 74], "\u0e9a\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0e9a\u0ec4\u0e9b\u0e8d": 26, "\u0e9a\u0ec4\u0e9b\u0ea1\u0eb2\u0ea5\u0eb0\u0eab\u0ea7": 65, "\u0e9a\u0ec4\u0e9f\u0ea5": [15, 19, 28, 44], "\u0e9a\u0ec4\u0ea7": [19, 26, 44, 69], "\u0e9a\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec2\u0ea1\u0e87": 66, "\u0e9a\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 19, "\u0e9a\u0edc": [15, 43, 63, 82], "\u0e9a\u0edd\u0eb2\u0e8d\u0e84\u0ea7\u0eb2\u0ea1\u0ea7": 44, "\u0e9b": [15, 19, 24, 28, 29, 42, 60, 63, 64, 65, 69, 82], "\u0e9b\u0eb0\u0e81": [19, 44, 66], "\u0e9b\u0eb0\u0e81\u0ead\u0e99": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e81": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e82\u0ead\u0e87\u0e97": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e8a": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e97": 15, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e99": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0eaa": 69, "\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e94": [42, 43], "\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0ea1": 60, "\u0e9b\u0eb0\u0e95": [28, 43, 44, 68, 69, 70, 73], "\u0e9b\u0eb0\u0eaa": [44, 64], "\u0e9b\u0eb0\u0ec0\u0e9e\u0e94": [42, 60], "\u0e9b\u0eb0\u0ec2\u0eab\u0e8d\u0e94\u0e9b\u0eb2\u0e99\u0ec3\u0e94": 31, "\u0e9b\u0eb0\u0ec2\u0eab\u0e8d\u0e94\u0eab\u0eb2\u0e81\u0e97": 60, "\u0e9b\u0eb2\u0e81": [42, 69, 82], "\u0e9c": [6, 15, 19, 21, 24, 26, 28, 31, 40, 43, 63, 64, 66, 69, 70, 74, 78, 79, 82], "\u0e9d": [15, 30, 34], "\u0e9e": [19, 24, 42, 43, 69], "\u0e9e\u0ea7\u0e81\u0ea1": [15, 19, 44], "\u0e9e\u0ea7\u0e81\u0ec0\u0e82": [24, 69], "\u0e9e\u0ea7\u0e81\u0ec0\u0eae": [15, 25, 26, 31, 43, 44], "\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0ec0\u0e82": 26, "\u0e9e\u0eb0\u0ea5": 24, "\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81": 26, "\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81\u0ec0\u0e82": 69, "\u0e9e\u0eb2\u0e8d\u0eab": 44, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e95": [44, 69, 79], "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": [42, 69], "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e81": 44, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ead": 42, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec2\u0e94\u0e8d\u0e81": 44, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0e94": 19, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": 69, "\u0e9e\u0eb2\u0e9a\u0e82\u0ead\u0e87\u0ea5\u0eb0\u0e9a": 44, "\u0e9e\u0eb2\u0e9a\u0eaa": 64, "\u0e9e\u0eb2\u0e9a\u0eab": 44, "\u0e9e\u0eb2\u0eaa\u0eb2\u0e97": 44, "\u0e9e\u0ebd\u0e87\u0e84": 42, "\u0e9e\u0ebd\u0e87\u0ea5\u0eb0\u0eab": 26, "\u0e9e\u0ebd\u0e87\u0ec1\u0e95": [19, 24, 26, 31, 42, 44, 66], "\u0e9f": [19, 29, 42, 60], "\u0ea1": [6, 19, 21, 22, 28, 29, 30, 31, 40, 43, 63, 64, 70, 74, 79], "\u0ea1\u0e81": [24, 31, 42, 43, 69, 70], "\u0ea1\u0e81\u0eb2\u0e99\u0eaa": [42, 69], "\u0ea1\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0e96": 42, "\u0ea1\u0e81\u0eb2\u0e99\u0ec0\u0e8a": [19, 74], "\u0ea1\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 28, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0e9a": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0ea7": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa\u0ebd\u0e87\u0ec0\u0e97": 60, "\u0ea1\u0e82": [40, 44, 69, 79], "\u0ea1\u0e82\u0ead\u0e87": [44, 60], "\u0ea1\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": 64, "\u0ea1\u0e82\u0ead\u0e87\u0e95": [42, 60], "\u0ea1\u0e82\u0ead\u0e87\u0e97": 42, "\u0ea1\u0e82\u0ead\u0e87\u0ec1\u0e96\u0e9a\u0e82": 42, "\u0ea1\u0e82\u0ead\u0e87\u0ec1\u0e96\u0e9a\u0e99\u0eb3\u0e97\u0eb2\u0e87": 69, "\u0ea1\u0e82\u0ead\u0e87\u0edc": [60, 64], "\u0ea1\u0e82\u0ebd\u0e99\u0e82": 44, "\u0ea1\u0e84": 31, "\u0ea1\u0e84\u0ea7\u0e9a\u0e84": 60, "\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0e84": 42, "\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0eab": 66, "\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 69, "\u0ea1\u0e84\u0ead\u0e87": 74, "\u0ea1\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0ea1\u0e87\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e97": 43, "\u0ea1\u0e88\u0eb0\u0e96": 42, "\u0ea1\u0e88\u0eb0\u0e9a": 42, "\u0ea1\u0e88\u0eb2\u0e81\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec4\u0e9f\u0ea5": 19, "\u0ea1\u0e8a": 60, "\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7": [6, 42], "\u0ea1\u0e8d": 42, "\u0ea1\u0e94": 59, "\u0ea1\u0e95": [24, 26, 28, 42, 59, 64, 69, 82], "\u0ea1\u0e95\u0eb2\u0ea1\u0e95": 19, "\u0ea1\u0e97": [6, 44, 66, 69], "\u0ea1\u0e97\u0eb2\u0e87\u0ec0\u0e9a": 19, "\u0ea1\u0e99": [19, 42, 60], "\u0ea1\u0e99\u0eb3\u0e97\u0eb2\u0e87\u0ea2": 65, "\u0ea1\u0e9a": [21, 26, 40, 42, 60, 69, 70, 74, 79, 82], "\u0ea1\u0e9c": [15, 26, 44, 69], "\u0ea1\u0e9e": 24, "\u0ea1\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 69, "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0ec0\u0e99": 65, "\u0ea1\u0ea2": [24, 69], "\u0ea1\u0ea5": 69, "\u0ea1\u0ea5\u0eb0\u0eab": 26, "\u0ea1\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 42, "\u0ea1\u0ea7\u0ebd\u0e81\u0e82\u0ead\u0e87\u0e9c": 42, "\u0ea1\u0ea7\u0ebd\u0e81\u0ec0\u0ea1": 19, "\u0ea1\u0eaa": [42, 44, 60], "\u0ea1\u0eaa\u0eb0\u0ec0\u0edd": 69, "\u0ea1\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 44, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": 69, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": 42, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea1": [42, 69], "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 69, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": 69, "\u0ea1\u0eaa\u0eb3\u0ea5": 79, "\u0ea1\u0eab": 42, "\u0ea1\u0ead": [19, 42, 66], "\u0ea1\u0ead\u0ead\u0e81\u0edc": 63, "\u0ea1\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": 42, "\u0ea1\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e95": 42, "\u0ea1\u0eae": 42, "\u0ea1\u0eae\u0ead\u0e87\u0eae": 42, "\u0ea1\u0eb2\u0e8d": 69, "\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99": 44, "\u0ea1\u0eb2\u0e9e": 44, "\u0ea1\u0eb2\u0ec2\u0e94\u0e8d": 15, "\u0ea1\u0eb2\u0ec3\u0eab": [19, 26], "\u0ea1\u0ec0\u0e82": [42, 44, 63], "\u0ea1\u0ec0\u0e84": 43, "\u0ea1\u0ec0\u0e95": [19, 24, 42, 43, 60, 69, 70, 74], "\u0ea1\u0ec0\u0e99": 15, "\u0ea1\u0ec0\u0e9b": [42, 60], "\u0ea1\u0ec0\u0ea1\u0e81": 28, "\u0ea1\u0ec0\u0ea5": 44, "\u0ea1\u0ec0\u0eab": 44, "\u0ea1\u0ec0\u0ead\u0e87\u0ec3\u0e99\u0e9b": 19, "\u0ea1\u0ec1\u0e8a": 69, "\u0ea1\u0ec1\u0e9a\u0e9a\u0e94": 69, "\u0ea1\u0ec1\u0e9a\u0e9a\u0e97": 69, "\u0ea1\u0ec1\u0ea5": [26, 42], "\u0ea1\u0ec2\u0e94\u0e8d\u0e81": 42, "\u0ea1\u0ec2\u0e94\u0e8d\u0ead": 28, "\u0ea1\u0ec3\u0e94\u0e81": 42, "\u0ea1\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0ea1\u0ec3\u0e99\u0e82\u0eb0\u0e99\u0eb0\u0e97": 15, "\u0ea1\u0ec3\u0eaa": 28, "\u0ea1\u0ec3\u0eab": [42, 44], "\u0ea1\u0ec3\u0edd": [19, 44, 69], "\u0ea1\u0ec4\u0e94": [42, 59, 60, 69], "\u0ea1\u0ec4\u0e9b\u0e9e": 15, "\u0ea1\u0ec4\u0e9b\u0eab\u0eb2\u0e9c": 60, "\u0ea1\u0ec4\u0e9f\u0ea5": 24, "\u0ea1\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ea2": [6, 15, 19, 24, 26, 28, 43, 60, 63, 64, 66, 69, 70, 74, 79], "\u0ea3": 19, "\u0ea5": [19, 21, 24, 26, 60, 64, 66, 69, 74, 78, 79, 82], "\u0ea5\u0ea7\u0ea1\u0e97": [40, 44, 59, 60], "\u0ea5\u0ea7\u0ea1\u0ec0\u0e96": 42, "\u0ea5\u0ead\u0e87\u0e8a": 19, "\u0ea5\u0ead\u0e8d\u0e82": 60, "\u0ea5\u0eb0\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0ea5\u0eb0\u0e82": 74, "\u0ea5\u0eb0\u0e84": [42, 60], "\u0ea5\u0eb0\u0e99": [26, 42, 65, 69], "\u0ea5\u0eb0\u0e9a": [15, 19, 23, 28, 30, 40, 42, 60, 66, 69], "\u0ea5\u0eb0\u0e9b": 42, "\u0ea5\u0eb0\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0e84": 42, "\u0ea5\u0eb0\u0eab\u0ea7": [42, 74], "\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ead": 69, "\u0ea5\u0eb0\u0eae": 19, "\u0ea5\u0eb0\u0ec0\u0ea1\u0ea5\u0e97": 44, "\u0ea5\u0eb0\u0ec1\u0e96\u0ea7\u0ec3\u0e99\u0e95": 19, "\u0ea5\u0eb0\u0ec4\u0e9f\u0ea5": 19, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": [15, 66], "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0ea5": 15, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8d": 15, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e94": 69, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": [19, 21], "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e99": 15, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": 15, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0edc": 66, "\u0ea5\u0eb2\u0e8d\u0e87\u0eb2\u0e99": 44, "\u0ea5\u0eb2\u0e8d\u0e8a": [19, 29, 42, 43, 44, 82], "\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ead": 69, "\u0ea5\u0eb2\u0e8d\u0ec0\u0e8a": 44, "\u0ea5\u0eb3\u0e94": 60, "\u0ea5\u0eb3\u0ec2\u0e9e\u0e87\u0eab": 60, "\u0ea5\u0eb3\u0ec2\u0e9e\u0e87\u0ec3\u0e99\u0ec2\u0edd\u0e94\u0ec0\u0e9b": 60, "\u0ea7": [15, 19, 25, 28, 29, 31, 42, 59, 63, 64, 66, 70, 82], "\u0ea7\u0e81": [28, 44, 69], "\u0ea7\u0e81\u0ead\u0e87": 69, "\u0ea7\u0e81\u0ead\u0e87\u0e82": 69, "\u0ea7\u0e81\u0ead\u0e87\u0ec4\u0e94": 69, "\u0ea7\u0e82": [44, 59, 66], "\u0ea7\u0e82\u0ead\u0e87": 44, "\u0ea7\u0e82\u0ead\u0e87\u0e97": [19, 24, 26, 69, 82], "\u0ea7\u0e82\u0ead\u0e87\u0ec0\u0ea7": 44, "\u0ea7\u0e84\u0ea5": [42, 60, 69], "\u0ea7\u0e84\u0eb2\u0ea7": 19, "\u0ea7\u0e87\u0edc": [44, 60], "\u0ea7\u0e88": 15, "\u0ea7\u0e88\u0eb0\u0e8d": 42, "\u0ea7\u0e88\u0eb0\u0e96": 60, "\u0ea7\u0e88\u0eb0\u0e9a": [19, 26, 69], "\u0ea7\u0e88\u0eb0\u0ec0\u0e9b": 42, "\u0ea7\u0e8d": [43, 44, 66], "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0e81": 44, "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0e8d": 15, "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0ead": 69, "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 63, "\u0ea7\u0e8d\u0e82": [19, 42], "\u0ea7\u0e8d\u0e84": [44, 70], "\u0ea7\u0e8d\u0e95": [15, 24, 29, 44, 60, 64, 79], "\u0ea7\u0e8d\u0e9b": 19, "\u0ea7\u0e8d\u0e9b\u0eb0\u0ea2": 44, "\u0ea7\u0e8d\u0e9c": 42, "\u0ea7\u0e8d\u0ea5\u0eb0\u0eab": [26, 42, 69], "\u0ea7\u0e8d\u0ea7": [59, 69], "\u0ea7\u0e8d\u0eaa": 21, "\u0ea7\u0e8d\u0eab": 15, "\u0ea7\u0e8d\u0eae": 60, "\u0ea7\u0e8d\u0ec0\u0e84": 19, "\u0ea7\u0e8d\u0ec0\u0e99": 66, "\u0ea7\u0e8d\u0ec0\u0eab\u0e94\u0e9c": 42, "\u0ea7\u0e8d\u0ec0\u0eae": 43, "\u0ea7\u0e8d\u0ec3\u0eab": [15, 19, 26, 28, 42, 43, 44, 60, 66, 69, 79], "\u0ea7\u0e8d\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0e95": 19, "\u0ea7\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0ea7\u0e94\u0ebd\u0ea7": 19, "\u0ea7\u0e95": [23, 30, 60, 66, 74], "\u0ea7\u0e95\u0ead\u0e87": 59, "\u0ea7\u0e97": [26, 29, 69], "\u0ea7\u0e99": [40, 55, 59, 66, 69], "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 66, "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0e95": [44, 74], "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 42, "\u0ea7\u0e99\u0e82\u0ead\u0e87": 66, "\u0ea7\u0e99\u0e82\u0ead\u0e87\u0eaa": 42, "\u0ea7\u0e99\u0e82\u0eb0\u0eab\u0e8d\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5": 15, "\u0ea7\u0e99\u0e84": 44, "\u0ea7\u0e99\u0e88\u0eb0\u0ea1": 44, "\u0ea7\u0e99\u0e95": [21, 24, 42, 43, 44, 66, 82], "\u0ea7\u0e99\u0e97": [26, 44], "\u0ea7\u0e99\u0e99": 42, "\u0ea7\u0e99\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e97\u0eb2\u0e87\u0e94": 60, "\u0ea7\u0e99\u0ea5\u0eb0\u0eab": 26, "\u0ea7\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 42, "\u0ea7\u0e99\u0eab": [19, 44, 64], "\u0ea7\u0e99\u0ead": 44, "\u0ea7\u0e99\u0ec1\u0e8d\u0e81\u0e95": 44, "\u0ea7\u0e99\u0ec1\u0ead": 44, "\u0ea7\u0e99\u0ec3\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9b\u0eb0\u0e88": 15, "\u0ea7\u0e99\u0ec3\u0eab\u0e8d": 74, "\u0ea7\u0e99\u0ec4\u0e9f\u0ea5": 44, "\u0ea7\u0e99\u0edc": [42, 60, 69], "\u0ea7\u0e9a": 19, "\u0ea7\u0e9b": 31, "\u0ea7\u0e9b\u0eb0\u0ec4\u0ea7": 26, "\u0ea7\u0ea1": [6, 60, 65, 73, 79], "\u0ea7\u0ea1\u0e81": 19, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0eaa": [60, 69], "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [61, 70, 73], "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0ea5": 60, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0e9b": 60, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e94\u0edc": 79, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec4\u0e94": 69, "\u0ea7\u0ea1\u0e84": [60, 63, 65, 66, 69], "\u0ea7\u0ea1\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0ea7\u0ea1\u0e88\u0eb2\u0e81\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81": 79, "\u0ea7\u0ea1\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 70, "\u0ea7\u0ea1\u0e97": [59, 60, 64, 65, 70], "\u0ea7\u0ea1\u0ea1": 42, "\u0ea7\u0ea1\u0ead": 69, "\u0ea7\u0ea1\u0ec0\u0e9b": 60, "\u0ea7\u0ea1\u0ec1\u0e8a": 69, "\u0ea7\u0ea1\u0ec1\u0e95": 60, "\u0ea7\u0ea1\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84\u0ea5": 60, "\u0ea7\u0ea1\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec4\u0e94": 60, "\u0ea7\u0ea1\u0ec3\u0edd": 69, "\u0ea7\u0ea1\u0ec4\u0e94": [60, 69, 78], "\u0ea7\u0ea2": [15, 19, 26, 42, 44, 60], "\u0ea7\u0ea5": [6, 13], "\u0ea7\u0ea5\u0eb0\u0e9a": 60, "\u0ea7\u0eaa\u0eb2\u0ea1\u0e84": 19, "\u0ea7\u0eab": 44, "\u0ea7\u0ead": [19, 44], "\u0ea7\u0eb2\u0e87\u0e9c": 65, "\u0ea7\u0eb2\u0e87\u0ec1\u0e9c\u0e99\u0ec4\u0ea7": 69, "\u0ea7\u0ebd\u0e81": [44, 69], "\u0ea7\u0ec0\u0e82": 26, "\u0ea7\u0ec0\u0e95": [22, 24, 30, 82], "\u0ea7\u0ec0\u0e97": 26, "\u0ea7\u0ec0\u0e9b": 44, "\u0ea7\u0ec0\u0ea5": [15, 19, 21, 26, 44, 60, 63, 69, 82], "\u0ea7\u0ec0\u0ea5\u0e81\u0e88\u0eb0\u0ec0\u0e9b": 60, "\u0ea7\u0ec0\u0ea5\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0e84\u0eb3\u0ec0\u0e8a": 70, "\u0ea7\u0ec1\u0e81": 44, "\u0ea7\u0ec1\u0e97\u0e99": 69, "\u0ea7\u0ec1\u0e97\u0e99\u0e88\u0eb0\u0e96": 44, "\u0ea7\u0ec1\u0e9a": 26, "\u0ea7\u0ec1\u0e9a\u0e9a\u0e9e\u0eb2\u0eaa\u0eb2\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": 44, "\u0ea7\u0ec1\u0ea1": 82, "\u0ea7\u0ec2\u0ea1\u0e87": 69, "\u0ea7\u0ec2\u0ea5\u0e81": 6, "\u0ea7\u0ec3\u0e94": 60, "\u0ea7\u0ec3\u0eab": 26, "\u0ea7\u0ec4\u0e94": [15, 44, 66], "\u0ea7\u0ec4\u0e9b": [24, 42], "\u0ea7\u0ec4\u0e9b\u0ea1": 19, "\u0ea7\u0ec4\u0e9b\u0ec0\u0eab": 82, "\u0eaa": [15, 19, 21, 24, 26, 28, 59, 60, 64, 74, 82], "\u0eaa\u0e97": 15, "\u0eaa\u0ead\u0e87": [42, 69], "\u0eaa\u0ead\u0e9a\u0e96\u0eb2\u0ea1\u0e9c": 21, "\u0eaa\u0eb0\u0e84\u0ea3": 26, "\u0eaa\u0eb0\u0e94\u0ea7\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9b": 26, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0e97": 44, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 44, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e99": 24, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ea7": 69, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0eab\u0ea7": 40, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ead": 69, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e82\u0ead\u0e87\u0e82": 44, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e82\u0ead\u0e87\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e88\u0eb0\u0ec3\u0e8a": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e97": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e99": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": [40, 60], "\u0eaa\u0eb0\u0e99": 26, "\u0eaa\u0eb0\u0e9a": 44, "\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0eaa\u0eb0\u0ead\u0eb2\u0e94\u0e95\u0eb2": 44, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0": 82, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e81": [19, 26], "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e82": [26, 42], "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e8a": 42, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e9c": 26, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec0\u0ea1": 19, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec0\u0ea1\u0ea5\u0e97": 44, "\u0eaa\u0eb0\u0ec0\u0edd": 19, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e88": 19, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9a": 65, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea2": [60, 82], "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 60, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea7": 60, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0eaa": 44, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5": 60, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0ea1\u0ea5": 44, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": [19, 24, 44], "\u0eaa\u0eb2\u0e99\u0ec4\u0e94": 69, "\u0eaa\u0eb2\u0ea1": 26, "\u0eaa\u0eb2\u0ea1\u0e88": [19, 42, 60, 65], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81": 69, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e82\u0ebd\u0e99\u0ec4\u0e94": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84": [44, 59, 69, 78], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e88": [26, 44], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a": 19, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 15, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e96": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec0\u0e82": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": [66, 70], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9a": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": [24, 44, 82], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5\u0ea7\u0ea1\u0ea2": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": [44, 69, 70, 74], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e81": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": [26, 74], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9a": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": [15, 26], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9e": [42, 66, 74], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ea5": [26, 69, 70], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": [6, 69], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": [19, 42], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e97\u0e99\u0ec3\u0eaa": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": [15, 26], "\u0eaa\u0eb3\u0e84": 44, "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": [73, 77], "\u0eaa\u0eb3\u0ea5": [15, 19, 24, 25, 26, 42, 44, 60, 69], "\u0eaa\u0eb3\u0eae\u0ead\u0e87\u0e82": 44, "\u0eaa\u0eb3\u0ec0\u0e99": 24, "\u0eaa\u0eb3\u0ec0\u0ea5": 69, "\u0eaa\u0ebd\u0e87": 66, "\u0eaa\u0ebd\u0e87\u0ec1\u0e88": 60, "\u0eab": [6, 15, 19, 24, 28, 29, 31, 43, 44, 55, 59, 63, 64, 65, 66, 69, 70, 73, 77], "\u0eab\u0ea7": [24, 44], "\u0eab\u0eb2\u0e81\u0e95": [42, 69], "\u0eab\u0eb2\u0e81\u0e97": [26, 42, 44, 60, 69], "\u0eab\u0eb2\u0e81\u0e9a": [26, 44], "\u0eab\u0eb2\u0e81\u0e9b": 42, "\u0eab\u0eb2\u0e81\u0e9c": [26, 42, 44, 69], "\u0eab\u0eb2\u0e81\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 60, "\u0eab\u0eb2\u0e81\u0ea1": [44, 60], "\u0eab\u0eb2\u0e81\u0ea2": 60, "\u0eab\u0eb2\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eab\u0eb2\u0e81\u0ec1\u0ead": 44, "\u0eab\u0eb2\u0e81\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e94\u0edc": 60, "\u0eab\u0eb2\u0e97": 40, "\u0eab\u0eb2\u0e99\u0ea5\u0eb0\u0e9a": 64, "\u0eab\u0eb2\u0e99\u0ec0\u0e8a": 82, "\u0ead": [15, 19, 21, 24, 26, 28, 29, 31, 40, 42, 43, 59, 60, 63, 69, 70, 74, 82], "\u0ead\u0e81": [19, 42, 44, 60, 63, 64, 69], "\u0ead\u0e81\u0e81": 42, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0e81": 26, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0e95": 19, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0e9a": 60, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0ead\u0e81\u0e82": [19, 42], "\u0ead\u0e81\u0e84": 42, "\u0ead\u0e81\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": 44, "\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0ead\u0e81\u0e8a": [19, 69], "\u0ead\u0e81\u0e94": 19, "\u0ead\u0e81\u0e95": [42, 82], "\u0ead\u0e81\u0e95\u0ead\u0e9a\u0e81": 66, "\u0ead\u0e81\u0e97": [26, 60, 70], "\u0ead\u0e81\u0e99": [19, 26, 42, 60], "\u0ead\u0e81\u0e99\u0eb2\u0ea1\u0ec1\u0e9d\u0e87\u0e99": 44, "\u0ead\u0e81\u0e9a": 44, "\u0ead\u0e81\u0e9a\u0ea5": 44, "\u0ead\u0e81\u0e9b\u0eb0\u0e95": 44, "\u0ead\u0e81\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec0\u0e99": 66, "\u0ead\u0e81\u0e9c": [44, 69], "\u0ead\u0e81\u0e9e\u0eb2\u0eaa\u0eb2\u0eaa\u0eb3\u0ea5": 82, "\u0ead\u0e81\u0ea1": 82, "\u0ead\u0e81\u0ea2": 66, "\u0ead\u0e81\u0ea5\u0eb0\u0eab\u0ea7": [44, 55], "\u0ead\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ead\u0e81\u0ea7": [66, 69], "\u0ead\u0e81\u0ea7\u0e94\u0ec0\u0e9a": 44, "\u0ead\u0e81\u0eaa": [19, 44], "\u0ead\u0e81\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ead\u0e81\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e9a\u0eb2\u0e87\u0e84": 59, "\u0ead\u0e81\u0ead\u0eb0\u0e99": 79, "\u0ead\u0e81\u0eae": 60, "\u0ead\u0e81\u0eb2\u0e99\u0e9b": 60, "\u0ead\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0ead\u0e81\u0eb2\u0e99\u0ead": 29, "\u0ead\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0ead\u0e81\u0ec0\u0e87": 44, "\u0ead\u0e81\u0ec0\u0e8a": 59, "\u0ead\u0e81\u0ec0\u0e9e": 19, "\u0ead\u0e81\u0ec0\u0ea1\u0e99": 15, "\u0ead\u0e81\u0ec1\u0ea1": 69, "\u0ead\u0e81\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 44, "\u0ead\u0e81\u0ec3\u0e8a": 26, "\u0ead\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e81\u0ead\u0e87": 69, "\u0ead\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9b": 21, "\u0ead\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 63, "\u0ead\u0e81\u0ec3\u0eab": [15, 19, 44], "\u0ead\u0e81\u0ec4\u0e94": [42, 60, 66], "\u0ead\u0e81\u0ec4\u0e9f\u0ea5": [15, 44], "\u0ead\u0e81\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ead\u0e81\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": [19, 44], "\u0ead\u0e81\u0edc": 60, "\u0ead\u0e82": [6, 15, 42, 69, 73], "\u0ead\u0e82\u0ead\u0e87": 24, "\u0ead\u0e82\u0ead\u0e87\u0e97": 24, "\u0ead\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 24, "\u0ead\u0e84\u0ea5": [19, 70], "\u0ead\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 44, "\u0ead\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e94\u0ea7\u0e81": 19, "\u0ead\u0e87": [19, 42, 43, 44, 60, 69], "\u0ead\u0e87\u0e81": [15, 24, 42, 44, 69], "\u0ead\u0e87\u0e81\u0ead\u0e81\u0e82": 28, "\u0ead\u0e87\u0e81\u0eb2\u0e99": [6, 26, 42, 43, 44, 69, 82], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82": [31, 60], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0ea7": 6, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e94": 44, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e9a": 60, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e9b": 42, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ea5": [44, 66], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": [66, 69], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0eb3\u0eae\u0ead\u0e87\u0e82": 19, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ead": 42, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eae": 60, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e81": 69, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 44, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0eab": 69, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e81": 42, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e88": [19, 60], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81": 66, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 28, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0e8d\u0eb2\u0ea7\u0ec3\u0eab": 40, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 60, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0eaa": [40, 66], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0eab": [42, 44], "\u0ead\u0e87\u0e81\u0eb3\u0e99": 64, "\u0ead\u0e87\u0e82": [31, 55], "\u0ead\u0e87\u0e82\u0ea7\u0eb2\u0e82\u0ead\u0e87\u0e8a": 69, "\u0ead\u0e87\u0e82\u0ea7\u0eb2\u0e82\u0ead\u0e87\u0ec1\u0e96\u0e9a\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0ead\u0e87\u0e82\u0ead\u0e87\u0e97": [19, 60, 63], "\u0ead\u0e87\u0e82\u0ead\u0e87\u0ec4\u0ea7\u0e8d\u0eb2\u0e81\u0ead\u0e99\u0ec2\u0e94\u0e8d\u0e95": 19, "\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81\u0e88": 44, "\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": 44, "\u0ead\u0e87\u0e84": [44, 69], "\u0ead\u0e87\u0e88\u0eb0\u0e96": 42, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e9e": 40, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e82": [15, 31], "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0ead\u0eb2\u0e94\u0eaa": 44, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0ec1\u0ead": 44, "\u0ead\u0e87\u0e8a": [19, 42, 60], "\u0ead\u0e87\u0e95": [19, 44, 60], "\u0ead\u0e87\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": 65, "\u0ead\u0e87\u0e96": [15, 19], "\u0ead\u0e87\u0e97": [19, 26, 42, 44, 60], "\u0ead\u0e87\u0e99": [19, 24, 26, 28, 44], "\u0ead\u0e87\u0e9a": 26, "\u0ead\u0e87\u0e9b": [28, 66], "\u0ead\u0e87\u0e9e": [73, 77], "\u0ead\u0e87\u0ea1": [42, 43, 63, 64, 69], "\u0ead\u0e87\u0ea2": [28, 59, 60], "\u0ead\u0e87\u0eaa": 42, "\u0ead\u0e87\u0eaa\u0ead\u0e9a\u0e96\u0eb2\u0ea1\u0ec0\u0e8a": 15, "\u0ead\u0e87\u0eab": [19, 60], "\u0ead\u0e87\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 26, "\u0ead\u0e87\u0ec0\u0e82": 42, "\u0ead\u0e87\u0ec0\u0e84": 19, "\u0ead\u0e87\u0ec0\u0e97": 44, "\u0ead\u0e87\u0ec0\u0e9b": 44, "\u0ead\u0e87\u0ec0\u0ea5": 42, "\u0ead\u0e87\u0ec0\u0eae": [26, 28, 44, 69], "\u0ead\u0e87\u0ec2\u0e95": 60, "\u0ead\u0e87\u0ec3\u0e99\u0edc": 26, "\u0ead\u0e87\u0ec3\u0eaa": 19, "\u0ead\u0e87\u0ec4\u0e94": [26, 31, 42, 44, 69, 70, 74], "\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 26, "\u0ead\u0e87\u0ec4\u0ea7": [44, 69], "\u0ead\u0e87\u0edc": 60, "\u0ead\u0e87\u0edd\u0eb2\u0e8d": [19, 42, 44], "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e8a": 44, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e96": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e96\u0eb2\u0ea1": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e9a\u0ea7\u0e81\u0e96": 42, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0ea2": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0eaa\u0eb0\u0ec1\u0ea5": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0ec0\u0ea5": 44, "\u0ead\u0e88": [19, 40, 69], "\u0ead\u0e88\u0eb0\u0ea5": 42, "\u0ead\u0e8a": [44, 69], "\u0ead\u0e8d": 44, "\u0ead\u0e8d\u0e8d": 15, "\u0ead\u0e8d\u0e97": 42, "\u0ead\u0e8d\u0ea1": 31, "\u0ead\u0e8d\u0ea2": 63, "\u0ead\u0e8d\u0ead\u0ea1\u0eae": 70, "\u0ead\u0e8d\u0ec0\u0ea1": 24, "\u0ead\u0e8d\u0ec6\u0e97": 19, "\u0ead\u0e8d\u0ec6\u0ec0\u0e9e": 60, "\u0ead\u0e8d\u0edc": 42, "\u0ead\u0e94": 44, "\u0ead\u0e94\u0eb3\u0ec0\u0e99": 26, "\u0ead\u0e94\u0ec0\u0ea7\u0ea5\u0eb2": 19, "\u0ead\u0e95": [19, 44], "\u0ead\u0e96": [44, 69], "\u0ead\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0ead\u0e97": [15, 19, 24, 26, 28, 40, 42, 44, 60, 63, 66, 79], "\u0ead\u0e99": [19, 28, 40, 60, 70, 74], "\u0ead\u0e99\u0e81": 66, "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0e95": 44, "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0eab": 60, "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0ead": 60, "\u0ead\u0e99\u0e82": [44, 66, 69], "\u0ead\u0e99\u0e82\u0ead\u0e87\u0e97": [60, 82], "\u0ead\u0e99\u0e84\u0eb2\u0e8d": 42, "\u0ead\u0e99\u0e88\u0eb2\u0e81\u0e82": 66, "\u0ead\u0e99\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 19, "\u0ead\u0e99\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0ea1": 44, "\u0ead\u0e99\u0e8a": 28, "\u0ead\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 19, "\u0ead\u0e99\u0e95\u0eb2\u0ea1\u0ea5\u0eb0\u0e94": 69, "\u0ead\u0e99\u0e96": 19, "\u0ead\u0e99\u0e97": [15, 42, 44, 60, 69], "\u0ead\u0e99\u0e99": [15, 44, 69], "\u0ead\u0e99\u0e9c": [44, 60], "\u0ead\u0e99\u0ea5": [15, 44, 63], "\u0ead\u0e99\u0ea7": 19, "\u0ead\u0e99\u0eaa": [26, 42], "\u0ead\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": 15, "\u0ead\u0e99\u0ec0\u0e81": 26, "\u0ead\u0e99\u0ec0\u0e82": 60, "\u0ead\u0e99\u0ec0\u0e9a": 65, "\u0ead\u0e99\u0ec0\u0ea1\u0e81\u0e97": 15, "\u0ead\u0e99\u0ec0\u0ea5": 24, "\u0ead\u0e99\u0ec1\u0ea5": 19, "\u0ead\u0e99\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 60, "\u0ead\u0e99\u0ec3\u0e99\u0ec1\u0e95": 60, "\u0ead\u0e99\u0ec3\u0eab": 26, "\u0ead\u0e99\u0ec4\u0e82\u0e88\u0eb0\u0e96": 44, "\u0ead\u0e99\u0ec4\u0e82\u0e97": 44, "\u0ead\u0e99\u0ec4\u0e82\u0ec0\u0eab": 42, "\u0ead\u0e99\u0ec4\u0e82\u0ec3\u0eab": 44, "\u0ead\u0e99\u0ec4\u0e94": 42, "\u0ead\u0e99\u0ec4\u0ea7": 44, "\u0ead\u0e99\u0ec4\u0eab\u0ea7": 59, "\u0ead\u0e99\u0edc": 44, "\u0ead\u0e99\u0edd": 44, "\u0ead\u0e9a": [19, 44], "\u0ead\u0e9a\u0e81": 15, "\u0ead\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9b": 19, "\u0ead\u0e9a\u0ead\u0e81\u0ec3\u0eab": 19, "\u0ead\u0e9b": [15, 60], "\u0ead\u0e9b\u0eb0\u0e95": 60, "\u0ead\u0e9c": [26, 44], "\u0ead\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 40, "\u0ead\u0ea1": [26, 42, 44, 60, 69], "\u0ead\u0ea1\u0e81": [42, 43, 44, 60, 69], "\u0ead\u0ea1\u0e95": [15, 19, 26, 28, 44, 66, 68, 69, 70, 73, 74], "\u0ead\u0ea1\u0e97": [43, 69], "\u0ead\u0ea1\u0ec2\u0e8d\u0e87\u0e99": 15, "\u0ead\u0ea1\u0ec2\u0e8d\u0e87\u0ec0\u0e82": 15, "\u0ead\u0ea1\u0ec2\u0e8d\u0e87\u0ec2\u0e94\u0e8d\u0e81": 15, "\u0ead\u0ea1\u0ec2\u0e8d\u0e87\u0ec4\u0e9f\u0ea5": 15, "\u0ead\u0ea1\u0ec3\u0e8a": 19, "\u0ead\u0ea1\u0ec6\u0e81": 15, "\u0ead\u0ea2": [19, 63], "\u0ead\u0ea5": 19, "\u0ead\u0ea5\u0eb0\u0e9a": 19, "\u0ead\u0ea5\u0eb0\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e97": 42, "\u0ead\u0ea5\u0eb0\u0eab": 26, "\u0ead\u0ea5\u0eb2\u0e8d\u0e8a": 65, "\u0ead\u0eaa": [26, 28, 40, 42, 44, 59, 69], "\u0ead\u0eaa\u0ead\u0e99\u0ea5\u0eb0\u0e9a": 44, "\u0ead\u0eab": 15, "\u0ead\u0eab\u0eb2\u0e97": 66, "\u0ead\u0eab\u0eb2\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ead": 66, "\u0ead\u0eab\u0eb2\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": 15, "\u0ead\u0eab\u0eb2\u0ead": 66, "\u0ead\u0eab\u0eb2\u0ec3\u0e99\u0e94": 15, "\u0ead\u0ead": [29, 31], "\u0ead\u0ead\u0e81": 19, "\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81": 19, "\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": [19, 26], "\u0ead\u0ead\u0e81\u0ec1\u0e9a\u0e9a\u0ea1\u0eb2\u0ec0\u0e9e": 44, "\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": 19, "\u0ead\u0eae": [24, 31], "\u0ead\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ead\u0eae\u0ebd\u0e99\u0eae": [24, 26], "\u0ead\u0eb0\u0e99": [24, 42, 60, 63], "\u0ead\u0eb2\u0e8d": 24, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e96": [15, 26], "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e9a": 60, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ea1": 24, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec0\u0e9b": [26, 44], "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec3\u0e8a": [15, 44], "\u0ead\u0eb2\u0e94\u0ea1": 44, "\u0ead\u0eb2\u0e94\u0ec0\u0e81": 44, "\u0ead\u0eb2\u0e97": 69, "\u0ead\u0ec0\u0e81": 44, "\u0ead\u0ec0\u0e82": [19, 26, 42, 60, 69, 82], "\u0ead\u0ec0\u0e87": 44, "\u0ead\u0ec0\u0e8a": 15, "\u0ead\u0ec0\u0e95": 26, "\u0ead\u0ec0\u0e97": [24, 44], "\u0ead\u0ec0\u0e9a": [19, 59], "\u0ead\u0ec0\u0e9b": [15, 19, 24, 42, 44, 64, 66], "\u0ead\u0ec0\u0e9e": [19, 24, 42], "\u0ead\u0ec0\u0ea5": [15, 42, 65], "\u0ead\u0ec0\u0eae": 60, "\u0ead\u0ec1\u0e88": 60, "\u0ead\u0ec1\u0e8a": 70, "\u0ead\u0ec1\u0e97\u0e99\u0e97": 24, "\u0ead\u0ec1\u0e9a": [42, 63], "\u0ead\u0ec1\u0ead": 24, "\u0ead\u0ec2\u0e84\u0e87\u0eaa": 19, "\u0ead\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 44, "\u0ead\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0ead\u0ec3\u0e8a": 44, "\u0ead\u0ec3\u0e99": [44, 69], "\u0ead\u0ec3\u0e99\u0e82": 44, "\u0ead\u0ec3\u0e99\u0e82\u0ead\u0e87\u0e82": 69, "\u0ead\u0ec3\u0e99\u0ec0\u0ea1\u0ea5\u0ec4\u0e94": 44, "\u0ead\u0ec3\u0eab": [15, 42, 44, 60, 63, 66, 69], "\u0ead\u0ec4\u0e94": [44, 70], "\u0ead\u0ec4\u0e9f\u0ea5": 15, "\u0ead\u0ec4\u0ea7": 44, "\u0eae": [15, 19, 24, 26, 28, 29, 31, 60, 61, 64, 66, 68, 70, 73, 74], "\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eae\u0ea7\u0ea1\u0ec1\u0ea5": 42, "\u0eae\u0ead\u0e87\u0eae": [42, 44, 66, 74], "\u0eae\u0ebd\u0e99\u0eae": 42, "\u0eb2": [19, 26, 28, 29, 40, 42, 43, 44, 55, 60, 63, 66, 69, 73, 74, 77], "\u0eb2\u0e81": [15, 42, 44, 69], "\u0eb2\u0e81\u0ea7": 28, "\u0eb2\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0eb2\u0e81\u0eb2\u0e99\u0e88": 24, "\u0eb2\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eb2\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0eb2\u0e81\u0eb2\u0e99\u0e95": [42, 82], "\u0eb2\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 44, "\u0eb2\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e9e": 44, "\u0eb2\u0e81\u0eb2\u0e99\u0eaa": [59, 64, 69, 74, 79], "\u0eb2\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 15, "\u0eb2\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e9e": 69, "\u0eb2\u0e81\u0eb2\u0e99\u0ec1\u0e81": 42, "\u0eb2\u0e81\u0eb2\u0e99\u0ec1\u0e88": 60, "\u0eb2\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e88\u0eb0\u0ec0\u0ea5": 79, "\u0eb2\u0e81\u0eb2\u0e99\u0edd": 69, "\u0eb2\u0e82": [6, 31, 43, 44], "\u0eb2\u0e82\u0ead\u0e87": [15, 24, 31, 42], "\u0eb2\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 26, "\u0eb2\u0e82\u0ead\u0e87\u0e8d": 42, "\u0eb2\u0e82\u0ead\u0e87\u0e97": 60, "\u0eb2\u0e82\u0ead\u0e87\u0e9c": 60, "\u0eb2\u0e82\u0ead\u0e87\u0ec1\u0ead": 42, "\u0eb2\u0e82\u0ead\u0e87\u0ec4\u0e94": 42, "\u0eb2\u0e82\u0ebd\u0e99\u0e9c": 19, "\u0eb2\u0e84": [24, 26, 31], "\u0eb2\u0e84\u0ea7\u0e99\u0e88\u0eb0\u0ea1": 44, "\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1": [6, 81], "\u0eb2\u0e84\u0eb3\u0ead\u0eb0\u0e97": 69, "\u0eb2\u0e84\u0eb3\u0ec0\u0ea7": 60, "\u0eb2\u0e87": [19, 21, 26, 28, 40, 42, 44, 55, 60, 69, 74], "\u0eb2\u0e87\u0e81": [19, 28, 42], "\u0eb2\u0e87\u0e81\u0eb0\u0e94\u0eb2\u0e99\u0ea7\u0ebd\u0e81\u0ec1\u0e9a\u0e9a": 43, "\u0eb2\u0e87\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e95": [15, 19], "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e99": 44, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e9b": 15, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa": [44, 59, 70, 74], "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ead": 15, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1": 42, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e82\u0ead\u0e87\u0e97": 42, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [15, 28], "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": 64, "\u0eb2\u0e87\u0e82": [19, 42, 44, 69], "\u0eb2\u0e87\u0e82\u0ead\u0e87": [15, 31], "\u0eb2\u0e87\u0e84\u0ea7\u0eb2\u0ea1\u0e9c": 42, "\u0eb2\u0e87\u0e88\u0eb0\u0e96\u0eb2\u0ea1\u0eab\u0eb2\u0ec0\u0ea7\u0ea5\u0eb2\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e9a": 40, "\u0eb2\u0e87\u0e88\u0eb0\u0ea1": 19, "\u0eb2\u0e87\u0e8a": [19, 42, 66], "\u0eb2\u0e87\u0e94\u0ebd\u0ea7": 42, "\u0eb2\u0e87\u0e95": 69, "\u0eb2\u0e87\u0e96": 15, "\u0eb2\u0e87\u0e96\u0eb2\u0ea7\u0ead\u0e99": 24, "\u0eb2\u0e87\u0e96\u0eb2\u0ea7\u0ead\u0e99\u0ec3\u0e99\u0e97": 24, "\u0eb2\u0e87\u0e97": [24, 40, 44], "\u0eb2\u0e87\u0e99": 19, "\u0eb2\u0e87\u0e9a": [19, 66], "\u0eb2\u0e87\u0e9b": 42, "\u0eb2\u0e87\u0e9c": 63, "\u0eb2\u0e87\u0ea1": [65, 66], "\u0eb2\u0e87\u0ea2": 70, "\u0eb2\u0e87\u0ea5": [15, 19, 26, 28, 66], "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0eaa\u0eb3\u0ea5": 69, "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e95": 15, "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": [42, 55], "\u0eb2\u0e87\u0ea7": [44, 60, 69], "\u0eb2\u0e87\u0eaa": 24, "\u0eb2\u0e87\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0e87\u0eaa\u0ead\u0e87\u0eae": 44, "\u0eb2\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 19, "\u0eb2\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ec4\u0e94": 19, "\u0eb2\u0e87\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0eb2\u0e87\u0eab": [19, 69], "\u0eb2\u0e87\u0eab\u0eb2\u0e81": 44, "\u0eb2\u0e87\u0eab\u0eb2\u0e81\u0e88\u0eb2\u0e81": 42, "\u0eb2\u0e87\u0eab\u0eb2\u0e81\u0e9b\u0eb0\u0e81": 44, "\u0eb2\u0e87\u0eab\u0eb2\u0e81\u0ec3\u0e99": 25, "\u0eb2\u0e87\u0ead": [60, 66], "\u0eb2\u0e87\u0eae": 19, "\u0eb2\u0e87\u0ec0\u0e8a": 19, "\u0eb2\u0e87\u0ec0\u0e94": 26, "\u0eb2\u0e87\u0ec0\u0e97": [19, 42], "\u0eb2\u0e87\u0ec0\u0e99": 69, "\u0eb2\u0e87\u0ec0\u0e9b": 42, "\u0eb2\u0e87\u0ec0\u0e9e": 44, "\u0eb2\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0ea5": 59, "\u0eb2\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0edd": 59, "\u0eb2\u0e87\u0ec1\u0e8a": 69, "\u0eb2\u0e87\u0ec1\u0e97": 44, "\u0eb2\u0e87\u0ec1\u0e9a\u0e9a\u0e87": 42, "\u0eb2\u0e87\u0ec1\u0ea5": [19, 69], "\u0eb2\u0e87\u0ec1\u0ead": 63, "\u0eb2\u0e87\u0ec2\u0e94\u0e8d": 44, "\u0eb2\u0e87\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 26, "\u0eb2\u0e87\u0ec3\u0e94\u0e81": [26, 42], "\u0eb2\u0e87\u0ec3\u0e99\u0e94": 15, "\u0eb2\u0e87\u0ec3\u0eab": 24, "\u0eb2\u0e87\u0ec3\u0edd": 44, "\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": [15, 19], "\u0eb2\u0e87\u0ec4\u0ea7": [42, 44], "\u0eb2\u0e87\u0ec4\u0ea7\u0ea7\u0eb2": 19, "\u0eb2\u0e87\u0ec6": [15, 42, 44, 60, 69], "\u0eb2\u0e87\u0ec6\u0e81": 63, "\u0eb2\u0e87\u0ec6\u0e82\u0ead\u0e87": 70, "\u0eb2\u0e87\u0ec6\u0e82\u0ead\u0e87\u0e97": 42, "\u0eb2\u0e87\u0ec6\u0e97": [42, 82], "\u0eb2\u0e87\u0ec6\u0e9b\u0eb2\u0e81": 42, "\u0eb2\u0e87\u0ec6\u0ea2": 19, "\u0eb2\u0e87\u0ec6\u0eaa\u0eb3\u0ea5": 42, "\u0eb2\u0e87\u0ec6\u0ec3\u0e99\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0eb2\u0e87\u0ec6\u0ec3\u0eab": 42, "\u0eb2\u0e87\u0ec6\u0ec4\u0e94": 44, "\u0eb2\u0e87\u0edc": 42, "\u0eb2\u0e88": [44, 60, 61, 64, 65, 73, 79, 82], "\u0eb2\u0e88\u0eb0\u0e81": 24, "\u0eb2\u0e88\u0eb0\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0eb2\u0e88\u0eb0\u0e9b\u0eb2\u0e81": 42, "\u0eb2\u0e88\u0eb0\u0eae\u0ead\u0e94\u0e82": 24, "\u0eb2\u0e88\u0eb0\u0eae\u0ead\u0e94\u0ea7": 44, "\u0eb2\u0e88\u0eb0\u0ec0\u0e81": 42, "\u0eb2\u0e88\u0eb0\u0ec0\u0e9b": [15, 69], "\u0eb2\u0e88\u0eb0\u0ec0\u0eab": [26, 28], "\u0eb2\u0e88\u0eb3\u0ec0\u0e9b": [19, 26], "\u0eb2\u0e8d": [15, 24, 26, 42, 44, 59, 65], "\u0eb2\u0e8d\u0e81": 44, "\u0eb2\u0e8d\u0e81\u0ea7": [60, 66], "\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a": [6, 13], "\u0eb2\u0e8d\u0e81\u0eb3\u0e81": 28, "\u0eb2\u0e8d\u0e82": [15, 66, 69], "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e82": 19, "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e8a": [44, 66], "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e9b": 60, "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 15, "\u0eb2\u0e8d\u0e84": [15, 19, 42, 44], "\u0eb2\u0e8d\u0e84\u0ead\u0ea1\u0e9e": 19, "\u0eb2\u0e8d\u0e88\u0eb0\u0e95": 15, "\u0eb2\u0e8d\u0e88\u0eb0\u0ea1": 15, "\u0eb2\u0e8d\u0e8a": 19, "\u0eb2\u0e8d\u0e8d": 19, "\u0eb2\u0e8d\u0e94": 19, "\u0eb2\u0e8d\u0e94\u0eb2\u0e8d": [29, 42], "\u0eb2\u0e8d\u0e95": 69, "\u0eb2\u0e8d\u0e97": 19, "\u0eb2\u0e8d\u0e99": 42, "\u0eb2\u0e8d\u0e9a": 19, "\u0eb2\u0e8d\u0e9b\u0eb2\u0e99\u0ec3\u0e94": 26, "\u0eb2\u0e8d\u0ea2": 44, "\u0eb2\u0e8d\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 42, "\u0eb2\u0e8d\u0eaa": [42, 60], "\u0eb2\u0e8d\u0eaa\u0eb0\u0ec0\u0edd": 44, "\u0eb2\u0e8d\u0eaa\u0eb3\u0ec0\u0e99": 15, "\u0eb2\u0e8d\u0ead\u0ead\u0e9a\u0ea5\u0eb2\u0e8d": 19, "\u0eb2\u0e8d\u0eae": [6, 73], "\u0eb2\u0e8d\u0ec0\u0e94": 15, "\u0eb2\u0e8d\u0ec1\u0ea1": 19, "\u0eb2\u0e8d\u0ec1\u0ead": 66, "\u0eb2\u0e8d\u0ec3\u0e8a": 19, "\u0eb2\u0e8d\u0ec3\u0eaa": 19, "\u0eb2\u0e8d\u0ec4\u0e9b\u0ea2": [24, 69], "\u0eb2\u0e8d\u0ec4\u0e9b\u0ec4\u0ea7": 24, "\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5": 19, "\u0eb2\u0e8d\u0ec6": 44, "\u0eb2\u0e8d\u0ec6\u0ec0\u0e9e": 44, "\u0eb2\u0e94": [44, 79], "\u0eb2\u0e94\u0ebd\u0ea7\u0ec0\u0e97": 42, "\u0eb2\u0e95": [15, 28, 31, 40, 42, 60, 63], "\u0eb2\u0e97": [15, 19, 24, 26, 31, 40, 42, 44, 60, 63, 66, 82], "\u0eb2\u0e97\u0eb2\u0e87\u0eaa\u0eb3\u0e9c": 63, "\u0eb2\u0e99": [6, 15, 21, 24, 25, 26, 28, 31, 42, 43, 55, 59, 60, 63, 66, 81], "\u0eb2\u0e99\u0e81": [42, 60, 69], "\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e95": 26, "\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0eb2\u0e99\u0e81\u0eb3\u0e99": 19, "\u0eb2\u0e99\u0e81\u0eb3\u0ea5": [19, 26, 60, 69], "\u0eb2\u0e99\u0e82": [15, 26, 60, 69], "\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e97": [26, 82], "\u0eb2\u0e99\u0e82\u0eb2\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0eb2\u0e99\u0e84": [19, 44], "\u0eb2\u0e99\u0e84\u0ea5": [60, 63], "\u0eb2\u0e99\u0e84\u0ea7\u0e99\u0e84\u0ea5": 19, "\u0eb2\u0e99\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 26, "\u0eb2\u0e99\u0e88": 44, "\u0eb2\u0e99\u0e88\u0eb0\u0e95": 69, "\u0eb2\u0e99\u0e88\u0eb0\u0e96": [26, 44, 60, 69], "\u0eb2\u0e99\u0e88\u0eb0\u0e9a": [19, 26], "\u0eb2\u0e99\u0e88\u0eb0\u0e9b": 40, "\u0eb2\u0e99\u0e88\u0eb0\u0e9e": [19, 42], "\u0eb2\u0e99\u0e88\u0eb0\u0ea1": [19, 63], "\u0eb2\u0e99\u0e88\u0eb0\u0ea5": 24, "\u0eb2\u0e99\u0e88\u0eb0\u0eaa": 26, "\u0eb2\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead": 60, "\u0eb2\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0eae": 60, "\u0eb2\u0e99\u0e88\u0eb0\u0ec0\u0e82": 60, "\u0eb2\u0e99\u0e88\u0eb0\u0ec0\u0e9b": 69, "\u0eb2\u0e99\u0e88\u0eb0\u0ec0\u0eab": [26, 29, 42, 59, 60, 69, 82], "\u0eb2\u0e99\u0e88\u0eb0\u0ec4\u0e94": [29, 42], "\u0eb2\u0e99\u0e8a": [60, 65, 66], "\u0eb2\u0e99\u0e8d": [19, 26, 44, 59, 60, 63, 64, 66, 69, 74, 82], "\u0eb2\u0e99\u0e94": [21, 60], "\u0eb2\u0e99\u0e95": [26, 28, 31, 42, 44, 60, 66, 69, 82], "\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 44, "\u0eb2\u0e99\u0e96": [19, 69], "\u0eb2\u0e99\u0e97": 42, "\u0eb2\u0e99\u0e99\u0eb3": 63, "\u0eb2\u0e99\u0e9a": [19, 26, 40, 42, 60, 66], "\u0eb2\u0e99\u0e9b": [60, 79], "\u0eb2\u0e99\u0e9c": [26, 44], "\u0eb2\u0e99\u0e9e": [19, 26, 28], "\u0eb2\u0e99\u0ea1": [19, 21, 26, 42, 44, 60], "\u0eb2\u0e99\u0ea1\u0eb2": 69, "\u0eb2\u0e99\u0ea2": 69, "\u0eb2\u0e99\u0ea5": [24, 26, 42, 60, 64, 65, 69], "\u0eb2\u0e99\u0ea7": 66, "\u0eb2\u0e99\u0eaa": [42, 60, 69], "\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 44, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94": [42, 44], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81\u0eb3\u0e99": 59, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84": 44, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84\u0ea5": 59, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84\u0ea7\u0e9a\u0e84": 60, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e88": [42, 69, 82], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a": 63, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a\u0ead\u0e81\u0eab\u0eb2\u0e82": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a\u0ead\u0e81\u0eab\u0eb2\u0ea5\u0eb2\u0e8d\u0e8a": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8d": [42, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 60, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": [19, 26, 44, 59, 66, 69, 79, 82], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0ead\u0e9a\u0e81": 66, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": 70, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": [19, 44, 55, 60, 66, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": [19, 44, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": [15, 19, 28, 29, 43, 44, 66, 69, 78], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa\u0eb0\u0eab": 65, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0edc": 79, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eae": 59, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eae\u0ea7\u0ea1\u0ec4\u0e94": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e81": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": [21, 44, 60], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e8a": 28, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9a": [66, 74], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": [19, 42], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9e": [40, 42, 66, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ea5": [19, 26, 42, 44, 55, 60, 66, 69, 79], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ead": [19, 44], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eae": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": [42, 44, 66], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": [19, 26, 42], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0e82": 44, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": [15, 19, 42, 44, 60, 69], "\u0eb2\u0e99\u0eaa\u0eb3\u0ea5": [26, 69], "\u0eb2\u0e99\u0eaa\u0eb3\u0ec0\u0ea5": 29, "\u0eb2\u0e99\u0eab": [66, 69], "\u0eb2\u0e99\u0ead": [59, 69], "\u0eb2\u0e99\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 26, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e94": 60, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e95": [19, 24, 44], "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e96": [60, 63], "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e9a": 42, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ea1": 19, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec4\u0e94": 60, "\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0e99\u0ec0\u0e81": 24, "\u0eb2\u0e99\u0ec0\u0e82": [26, 42, 44, 60, 66], "\u0eb2\u0e99\u0ec0\u0e84": 44, "\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0eb2\u0e99\u0ec0\u0e97": [24, 26, 42, 60], "\u0eb2\u0e99\u0ec0\u0e99": 15, "\u0eb2\u0e99\u0ec0\u0e9b": [19, 26, 44, 60, 69, 82], "\u0eb2\u0e99\u0ec0\u0e9e": [26, 31], "\u0eb2\u0e99\u0ec0\u0ea1\u0e99": [15, 74], "\u0eb2\u0e99\u0ec0\u0ea5": [40, 42, 44, 60, 64], "\u0eb2\u0e99\u0ec0\u0ea7": [19, 31], "\u0eb2\u0e99\u0ec0\u0eaa\u0e8d": 26, "\u0eb2\u0e99\u0ec0\u0eaa\u0e8d\u0ea2": 26, "\u0eb2\u0e99\u0ec0\u0eab": [19, 44], "\u0eb2\u0e99\u0ec0\u0ead": 66, "\u0eb2\u0e99\u0ec0\u0ead\u0e87": [26, 28, 44, 60, 69, 82], "\u0eb2\u0e99\u0ec0\u0ead\u0e87\u0e88\u0eb0\u0ea2": 55, "\u0eb2\u0e99\u0ec0\u0ead\u0e87\u0e8d": 42, "\u0eb2\u0e99\u0ec0\u0ead\u0e87\u0ec0\u0e97": 42, "\u0eb2\u0e99\u0ec0\u0eae": [26, 44], "\u0eb2\u0e99\u0ec1\u0e81": 42, "\u0eb2\u0e99\u0ec1\u0e96\u0e9a": 69, "\u0eb2\u0e99\u0ec1\u0e9a": [24, 60], "\u0eb2\u0e99\u0ec1\u0ea1": 26, "\u0eb2\u0e99\u0ec1\u0ea5": [26, 44], "\u0eb2\u0e99\u0ec1\u0ead": 44, "\u0eb2\u0e99\u0ec2\u0e94\u0e8d\u0ead": [44, 60], "\u0eb2\u0e99\u0ec2\u0e97\u0ea5\u0eb0\u0eaa": 69, "\u0eb2\u0e99\u0ec3\u0e8a": [26, 44, 60, 63, 69], "\u0eb2\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 40, "\u0eb2\u0e99\u0ec3\u0e99\u0e97": 69, "\u0eb2\u0e99\u0ec3\u0e99\u0e9a": 26, "\u0eb2\u0e99\u0ec3\u0e99\u0e9b": 6, "\u0eb2\u0e99\u0ec3\u0e99\u0ec1\u0e8a": 69, "\u0eb2\u0e99\u0ec3\u0eab": [42, 44, 66], "\u0eb2\u0e99\u0ec4\u0e94": [19, 26, 28, 29, 42, 43, 44, 55, 60, 66, 69, 82], "\u0eb2\u0e99\u0ec4\u0e9b": [44, 60], "\u0eb2\u0e99\u0ec4\u0e9b\u0e95\u0eb2\u0ea1\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0ea1": 44, "\u0eb2\u0e99\u0ec4\u0ea7": 26, "\u0eb2\u0e99\u0edc": [15, 44], "\u0eb2\u0e99\u0edd\u0eb2\u0e8d\u0ec0\u0e96": 26, "\u0eb2\u0e9a": 15, "\u0eb2\u0e9a\u0ead\u0e81\u0ec0\u0e88": 26, "\u0eb2\u0e9a\u0eb2\u0e87\u0e81": 69, "\u0eb2\u0e9b\u0eb0\u0e95": 44, "\u0eb2\u0e9c": [24, 29, 42, 60], "\u0eb2\u0e9e\u0ea3": 19, "\u0eb2\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 60, "\u0eb2\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 26, "\u0eb2\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0e95": 40, "\u0eb2\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e97": 42, "\u0eb2\u0ea1": [15, 19, 26, 60, 66, 69], "\u0eb2\u0ea1\u0e81": 60, "\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 60, "\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0ea1\u0ea5": 19, "\u0eb2\u0ea1\u0ea5\u0eb0\u0e9a": 70, "\u0eb2\u0ea1\u0eb2": 69, "\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99": 31, "\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec1\u0ea5": 42, "\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec3\u0e99": 42, "\u0eb2\u0ea1\u0eb2\u0eae": 69, "\u0eb2\u0ea1\u0eb2\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0eb2\u0ea2": 70, "\u0eb2\u0ea5": [28, 74], "\u0eb2\u0ea5\u0eb0\u0e9a": [44, 60, 82], "\u0eb2\u0ea5\u0eb0\u0eab": [30, 34], "\u0eb2\u0ea5\u0eb0\u0eab\u0ea7": 15, "\u0eb2\u0ea7": 44, "\u0eb2\u0ea7\u0e9a\u0eb2\u0e87\u0ead": 44, "\u0eb2\u0ea7\u0ea1\u0eb2\u0e82": 19, "\u0eb2\u0ea7\u0eaa\u0eb2\u0e99": 19, "\u0eb2\u0ea7\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 69, "\u0eb2\u0ea7\u0ebd\u0e81": 66, "\u0eb2\u0ea7\u0ebd\u0e81\u0e88\u0eb0\u0e96": 44, "\u0eb2\u0ea7\u0ebd\u0e81\u0eaa\u0eb3\u0ea5": 44, "\u0eb2\u0ea7\u0ec0\u0e96": 69, "\u0eb2\u0eaa": [15, 19, 42, 44, 60, 63, 66, 69, 82], "\u0eb2\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e82\u0ead\u0e87\u0ea1": 74, "\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e8a": 15, "\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eae": 24, "\u0eb2\u0eaa\u0eb3\u0e84": 44, "\u0eb2\u0eaa\u0eb3\u0ec0\u0ea5": [28, 42], "\u0eb2\u0eab": [26, 79], "\u0eb2\u0eab\u0eb2\u0e81": 26, "\u0eb2\u0eab\u0eb2\u0e81\u0ea1": 63, "\u0eb2\u0eab\u0eb2\u0e81\u0ec0\u0e9b": 66, "\u0eb2\u0eab\u0eb2\u0e81\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 59, "\u0eb2\u0eab\u0eb2\u0e81\u0ec4\u0e94": 40, "\u0eb2\u0ead": [44, 60], "\u0eb2\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0eae": [55, 59, 61, 63, 64, 65, 66, 70, 73, 78, 79], "\u0eb2\u0eae\u0ead\u0e87\u0eae": 42, "\u0eb2\u0ec0\u0e82": 69, "\u0eb2\u0ec0\u0e84": 19, "\u0eb2\u0ec0\u0e88": [15, 26, 28, 42], "\u0eb2\u0ec0\u0e8a": [15, 44], "\u0eb2\u0ec0\u0e96": [19, 21, 26, 31, 42, 60, 63, 69, 82], "\u0eb2\u0ec0\u0e9a": 74, "\u0eb2\u0ec0\u0e9b": [19, 26, 40, 42, 44, 64, 66], "\u0eb2\u0ec0\u0e9e": 60, "\u0eb2\u0ec0\u0ea1": [19, 44, 66], "\u0eb2\u0ec0\u0ea1\u0ea5": 44, "\u0eb2\u0ec0\u0ea1\u0ea5\u0ec3\u0e99\u0ea5\u0eb0\u0e9a": 44, "\u0eb2\u0ec0\u0ea5": [24, 26, 28, 59, 69], "\u0eb2\u0ec0\u0ea7": 43, "\u0eb2\u0ec0\u0eae": 26, "\u0eb2\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ec3\u0eab": [15, 25, 44], "\u0eb2\u0ec1\u0ea1": 19, "\u0eb2\u0ec1\u0ead": [44, 59, 60], "\u0eb2\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0eb2\u0ec3\u0e8a": [42, 44], "\u0eb2\u0ec3\u0e94\u0e81": 19, "\u0eb2\u0ec3\u0e94\u0edc": 42, "\u0eb2\u0ec3\u0e99\u0e81": [26, 42], "\u0eb2\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": [42, 66, 69], "\u0eb2\u0ec3\u0e99\u0e96": 26, "\u0eb2\u0ec3\u0e99\u0e9b": 42, "\u0eb2\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 44, "\u0eb2\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 60, "\u0eb2\u0ec3\u0e99\u0ec0\u0e8a": 44, "\u0eb2\u0ec3\u0e99\u0ec2\u0e84\u0e95": 24, "\u0eb2\u0ec3\u0eab": [15, 44, 79], "\u0eb2\u0ec3\u0edd": 15, "\u0eb2\u0ec4\u0e94": [19, 42, 43, 44, 60, 69, 79], "\u0eb2\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0eb2\u0ec4\u0e9b": 42, "\u0eb2\u0ec4\u0e9b\u0e8a": 19, "\u0eb2\u0ec4\u0e9b\u0ea7\u0eb2\u0e87\u0ec4\u0ea7": 44, "\u0eb2\u0ec4\u0e9b\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": 24, "\u0eb2\u0ec4\u0e9f\u0ea5": [19, 24, 26], "\u0eb2\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0eb2\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0ec0\u0e81": 24, "\u0eb2\u0ec4\u0ea7": [19, 42, 44, 65], "\u0eb2\u0edc": [42, 60], "\u0ebd\u0e99": [26, 31], "\u0ebd\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97": 69, "\u0ebd\u0e99\u0e8a": [24, 44], "\u0ebd\u0e99\u0e97": 55, "\u0ebd\u0e99\u0e9a\u0eb2\u0e87\u0ea2": 31, "\u0ebd\u0e99\u0e9e": 60, "\u0ebd\u0e99\u0ea5\u0eb0\u0e94": 44, "\u0ebd\u0e99\u0ea5\u0eb0\u0eab": 82, "\u0ebd\u0e99\u0ec0\u0e9b": [28, 40], "\u0ebd\u0e99\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0ebd\u0e99\u0ec0\u0eab": 31, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87": [42, 44], "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e88": 60, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0e97": 15, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0e9d": 15, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0e9e": 69, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ea2": 15, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0eaa": 69, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec3\u0e94\u0ec6\u0e81": 19, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec3\u0e94\u0ec6\u0e96": 19, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec3\u0e99": 15, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec3\u0e99\u0ec0\u0e8a": 15, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec4\u0e94": 82, "\u0ebd\u0e99\u0ec2\u0e94\u0e8d\u0e9c": 26, "\u0ebd\u0ea1": 42, "\u0ebd\u0ea1\u0e82": 59, "\u0ebd\u0ea1\u0ea2": 28, "\u0ebd\u0ea7": 44, "\u0ebd\u0ea7\u0e81": [15, 19, 24, 42, 43, 59, 60, 69, 70], "\u0ebd\u0ea7\u0e82": [15, 42, 43, 44], "\u0ec0\u0e81": [19, 24, 26, 28, 44], "\u0ec0\u0e82": [15, 24, 26, 28, 42, 44, 59, 63, 64, 65, 66, 70, 74, 78, 79, 82], "\u0ec0\u0e82\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e88": 19, "\u0ec0\u0e84": [6, 15, 19, 42, 44, 73], "\u0ec0\u0e84\u0e8a": [42, 43, 44, 60, 63, 82], "\u0ec0\u0e84\u0eb2\u0eb0\u0ec2\u0e94\u0e8d": 44, "\u0ec0\u0e88": [19, 24, 26, 42], "\u0ec0\u0e88\u0eb2\u0eb0\u0e88": 60, "\u0ec0\u0e8a": [15, 19, 26, 28, 42, 43, 44, 59, 60, 66, 69, 70, 74, 82], "\u0ec0\u0e95": [43, 63, 82], "\u0ec0\u0e96": [26, 42], "\u0ec0\u0e97": [19, 26, 31, 42, 44, 59, 60, 66, 70], "\u0ec0\u0e99": [15, 31, 40, 44, 66, 69], "\u0ec0\u0e9a": [19, 21, 24, 26, 42, 44, 60, 69, 74], "\u0ec0\u0e9b": [15, 19, 28, 29, 42, 59, 60, 65, 66, 68, 69, 73, 79], "\u0ec0\u0e9e": [15, 19, 24, 26, 28, 40, 60, 63, 65, 66, 69, 70, 82], "\u0ec0\u0e9e\u0eb2\u0eb0\u0e97": 26, "\u0ec0\u0e9e\u0eb2\u0eb0\u0ea1": [26, 82], "\u0ec0\u0e9e\u0eb2\u0eb0\u0ea7": 26, "\u0ec0\u0e9f\u0e94\u0e82\u0ead\u0e87": 15, "\u0ec0\u0ea1": [15, 19, 24, 26, 28, 29, 31, 40, 42, 44, 59, 60, 64, 65, 66, 69, 70, 79], "\u0ec0\u0ea1\u0e81\u0eb2\u0ec4\u0e9a": 31, "\u0ec0\u0ea1\u0e95\u0eb2\u0ec0\u0e94\u0e95\u0eb2\u0e8a": 19, "\u0ec0\u0ea1\u0e99": [19, 42, 44, 69], "\u0ec0\u0ea1\u0ea5": [43, 44], "\u0ec0\u0ea1\u0ea5\u0e82\u0eb2\u0ec0\u0e82": 44, "\u0ec0\u0ea1\u0ea5\u0e88\u0eb2\u0e81\u0e97": 44, "\u0ec0\u0ea1\u0ea5\u0e94": 44, "\u0ec0\u0ea1\u0ea5\u0e97": 44, "\u0ec0\u0ea1\u0ea5\u0e9a": 44, "\u0ec0\u0ea1\u0ea5\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8d": 44, "\u0ec0\u0ea1\u0ea5\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa\u0eb0\u0eab": 44, "\u0ec0\u0ea1\u0ea5\u0eaa\u0eb3\u0e84": 44, "\u0ec0\u0ea1\u0ea5\u0ead": 44, "\u0ec0\u0ea1\u0ea5\u0ec0\u0e9e": 44, "\u0ec0\u0ea1\u0ea5\u0ec2\u0e94\u0e8d\u0e81": 44, "\u0ec0\u0ea1\u0ea5\u0ec2\u0e94\u0e8d\u0e9c": 44, "\u0ec0\u0ea1\u0ea5\u0ec3\u0e94\u0edc": 44, "\u0ec0\u0ea1\u0ea5\u0ec4\u0e94": 44, "\u0ec0\u0ea1\u0ea7": [42, 59, 60, 69, 82], "\u0ec0\u0ea1\u0ea7\u0e82\u0ead\u0e87\u0e9c": 60, "\u0ec0\u0ea5": [15, 19, 26, 42, 59, 66, 69, 82], "\u0ec0\u0ea7": [15, 19, 21, 28, 30, 34, 42, 43, 44, 60, 70, 78, 82], "\u0ec0\u0ea7\u0ea5\u0eb2": 59, "\u0ec0\u0ea7\u0ea5\u0eb2\u0e84\u0eb2\u0ea7\u0edc": 26, "\u0ec0\u0ea7\u0ea5\u0eb2\u0e95\u0ead\u0e9a\u0eaa\u0eb0\u0edc\u0ead\u0e87\u0e94": 44, "\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": [19, 44, 66], "\u0ec0\u0ea7\u0ea5\u0eb2\u0ec0\u0e9e": 44, "\u0ec0\u0eaa": [19, 66], "\u0ec0\u0eaa\u0e94": [19, 26, 44, 60, 69], "\u0ec0\u0eaa\u0e94\u0e81": 69, "\u0ec0\u0eaa\u0e94\u0e82\u0ead\u0e87": 15, "\u0ec0\u0eaa\u0e94\u0e84\u0eb3\u0ec0\u0e8a": 70, "\u0ec0\u0eaa\u0e94\u0e88\u0eb0\u0ec0\u0e9b": 60, "\u0ec0\u0eaa\u0e94\u0e97": 24, "\u0ec0\u0eab": [15, 19, 24, 26, 42, 44, 69], "\u0ec0\u0eab\u0e8d": [24, 26, 28, 42], "\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 59, "\u0ec0\u0eab\u0e94\u0e9c": 69, "\u0ec0\u0ead": [44, 65], "\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99\u0e84": 74, "\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99\u0eaa\u0eb3\u0ea5": 24, "\u0ec0\u0ead\u0e87\u0ec0\u0ea5": 26, "\u0ec0\u0eae": [19, 26, 44, 74], "\u0ec0\u0ec0\u0ea5": 69, "\u0ec0\u0edd\u0eb2\u0eb0\u0eaa": [31, 79], "\u0ec1\u0e81": [15, 19, 21], "\u0ec1\u0e82\u0e81": 69, "\u0ec1\u0e82\u0e81\u0e9c": 69, "\u0ec1\u0e82\u0e81\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 69, "\u0ec1\u0e82\u0e81\u0ec0\u0eab": 79, "\u0ec1\u0e88": [19, 69], "\u0ec1\u0e8a": 69, "\u0ec1\u0e8d\u0e81\u0e95": 44, "\u0ec1\u0e94\u0e87\u0e97": 19, "\u0ec1\u0e94\u0e87\u0ec0\u0e9e": 60, "\u0ec1\u0e95": [15, 19, 24, 26, 42, 44, 66, 69, 74], "\u0ec1\u0e95\u0e81\u0e95": 44, "\u0ec1\u0e95\u0eb0": 60, "\u0ec1\u0e95\u0eb0\u0e9b": 60, "\u0ec1\u0e96\u0e9a\u0e84": 44, "\u0ec1\u0e96\u0e9a\u0e94": [60, 64, 65], "\u0ec1\u0e96\u0e9a\u0ec0\u0ea1\u0e99": 19, "\u0ec1\u0e97": [19, 63], "\u0ec1\u0e97\u0e99": 40, "\u0ec1\u0e97\u0e99\u0e95": [19, 44], "\u0ec1\u0e97\u0e99\u0e97": [15, 64], "\u0ec1\u0e97\u0e99\u0e99\u0eb3": 40, "\u0ec1\u0e99": [15, 42, 44, 60], "\u0ec1\u0e99\u0e9a": 44, "\u0ec1\u0e99\u0ea7\u0ec3\u0e94\u0e81": [15, 19, 26, 44], "\u0ec1\u0e99\u0eb0\u0e99\u0eb3": 44, "\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ec3\u0eab": 31, "\u0ec1\u0e9a": [15, 19, 21, 24, 26, 28, 43, 63, 69], "\u0ec1\u0e9a\u0e99": 69, "\u0ec1\u0e9a\u0e9a\u0e81": 69, "\u0ec1\u0e9a\u0e9a\u0e8d\u0eb2\u0ea7": 40, "\u0ec1\u0e9a\u0e9a\u0e94": [15, 44, 55], "\u0ec1\u0e9a\u0e9a\u0e95": 44, "\u0ec1\u0e9a\u0e9a\u0e97": 44, "\u0ec1\u0e9a\u0e9a\u0e9a": 42, "\u0ec1\u0e9a\u0e9a\u0e9f\u0ead\u0e87\u0e82": 55, "\u0ec1\u0e9a\u0e9a\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 44, "\u0ec1\u0e9a\u0e9a\u0ead": [15, 42, 44], "\u0ec1\u0e9a\u0e9a\u0ead\u0ead\u0e9f\u0ea5\u0eb2\u0e8d": 15, "\u0ec1\u0e9a\u0e9a\u0ec1\u0e9a": 44, "\u0ec1\u0e9c\u0e99\u0e81\u0eb2\u0e99\u0e97": 26, "\u0ec1\u0e9e": 63, "\u0ec1\u0ea1": [15, 19, 24, 25, 26, 31, 42, 43, 44, 60, 69, 74, 79], "\u0ec1\u0ea5": [15, 19, 28, 29, 31, 42, 44, 60, 63, 64, 69, 74], "\u0ec1\u0ea5\u0e81\u0eb2\u0e99\u0eaa": 70, "\u0ec1\u0ea5\u0e8d": 42, "\u0ec1\u0ea5\u0ea5\u0eb0\u0e9a": [21, 24, 26, 29, 31, 42, 44, 60, 66, 69, 70, 74, 82], "\u0ec1\u0ea5\u0eb0": [15, 19, 21, 22, 24, 26, 28, 30, 31, 40, 43, 61, 63, 65, 70, 73, 74, 77, 78, 82], "\u0ec1\u0ea5\u0ec0\u0e9b": 44, "\u0ec1\u0ea5\u0ec1\u0ea5": 42, "\u0ec1\u0ead": [6, 15, 26, 40, 43, 44, 63, 64, 74], "\u0ec2\u0e84\u0e87\u0eaa": [26, 42], "\u0ec2\u0e84\u0e95": 82, "\u0ec2\u0e94\u0e8d\u0e81": [15, 19, 42, 44, 59, 60, 66, 74], "\u0ec2\u0e94\u0e8d\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e88\u0eb2\u0e81\u0e8a": 44, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e81": 66, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84": 69, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84\u0ea5": [19, 66], "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e95": 24, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": 66, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e9e": 44, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ea5\u0eb0\u0e9a": 26, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 19, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 69, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec3\u0e8a": [29, 65, 69], "\u0ec2\u0e94\u0e8d\u0e82": 60, "\u0ec2\u0e94\u0e8d\u0e84": [24, 42, 59], "\u0ec2\u0e94\u0e8d\u0e97": 55, "\u0ec2\u0e94\u0e8d\u0e9a": [19, 44], "\u0ec2\u0e94\u0e8d\u0e9c": [69, 70], "\u0ec2\u0e94\u0e8d\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99": 44, "\u0ec2\u0e94\u0e8d\u0ead": [15, 44], "\u0ec2\u0e94\u0e8d\u0ec0\u0ea5": 69, "\u0ec2\u0e94\u0e8d\u0ec1\u0ead": 60, "\u0ec2\u0e94\u0e8d\u0ec3\u0e8a": [42, 44, 59, 69], "\u0ec2\u0e94\u0e94\u0ec0\u0e94": 66, "\u0ec2\u0e94\u0ec0\u0ea1\u0e99": 44, "\u0ec2\u0e94\u0ec0\u0ea1\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0e94": 44, "\u0ec2\u0e97\u0ea5\u0eb0\u0eaa": [42, 60, 69], "\u0ec2\u0e97\u0eab\u0eb2\u0e9c": 69, "\u0ec2\u0e97\u0ead\u0ead\u0e81\u0e9c": 69, "\u0ec2\u0e97\u0ec2\u0e94\u0e8d\u0e9a": 60, "\u0ec2\u0e97\u0ec4\u0e94": 69, "\u0ec2\u0e9b\u0ea3\u0ec1\u0e81\u0ea3\u0ea1\u0e88": 43, "\u0ec2\u0e9b\u0ea3\u0ec2\u0e95\u0e84": 74, "\u0ec2\u0e9f\u0e99\u0ec0\u0e94": [15, 19, 24, 26, 28, 42, 82], "\u0ec2\u0ea1\u0e88": [19, 60, 69], "\u0ec2\u0ead": 69, "\u0ec2\u0ead\u0e81\u0eb2\u0e94\u0eaa": 26, "\u0ec2\u0ead\u0e82\u0ead\u0e87\u0e97": 60, "\u0ec2\u0ead\u0e82\u0ead\u0e87\u0e9c": 60, "\u0ec2\u0ead\u0e88\u0eb0\u0ec3\u0e8a": 60, "\u0ec2\u0ead\u0e88\u0eb2\u0e81\u0e81": 63, "\u0ec2\u0ead\u0ec0\u0e9e": 60, "\u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 42, "\u0ec2\u0edd\u0e94\u0eaa": 66, "\u0ec3\u0e81": [24, 69], "\u0ec3\u0e88\u0e81": 19, "\u0ec3\u0e88\u0ea7": [15, 44, 60], "\u0ec3\u0e8a": [15, 24, 25, 28, 31, 40, 42, 43, 60, 65, 69, 70, 78, 82], "\u0ec3\u0e94": 19, "\u0ec3\u0e94\u0e81": 82, "\u0ec3\u0e94\u0e97": [19, 26], "\u0ec3\u0e94\u0ec1\u0e94": 66, "\u0ec3\u0e94\u0ec6": [28, 42], "\u0ec3\u0e94\u0edc": [19, 42], "\u0ec3\u0e99": [15, 19, 24, 28, 42, 44, 60, 69, 70, 74], "\u0ec3\u0e99\u0e81": [26, 42, 44, 65], "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e95": [42, 44, 60, 69], "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": 60, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9a": 26, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": [19, 60, 69], "\u0ec3\u0e99\u0e82": [24, 44, 69], "\u0ec3\u0e99\u0e82\u0eb0\u0e99\u0eb0\u0e97": [15, 42, 66], "\u0ec3\u0e99\u0e84": 66, "\u0ec3\u0e99\u0e8a": [19, 66], "\u0ec3\u0e99\u0e95": 19, "\u0ec3\u0e99\u0e95\u0ead\u0e99\u0e95": 44, "\u0ec3\u0e99\u0e95\u0ead\u0e99\u0eaa": 69, "\u0ec3\u0e99\u0e96": 24, "\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 19, "\u0ec3\u0e99\u0e96\u0eb2\u0e99\u0e82": 26, "\u0ec3\u0e99\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 82, "\u0ec3\u0e99\u0e9a": 44, "\u0ec3\u0e99\u0e9b": [24, 42, 59], "\u0ec3\u0e99\u0e9b\u0eb0\u0e95": [44, 59], "\u0ec3\u0e99\u0e9e\u0eb2\u0e8d\u0eab": 69, "\u0ec3\u0e99\u0ea5\u0eb0\u0e9a": [15, 19, 66], "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": [15, 40, 42], "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5\u0e82\u0ead\u0e87\u0e97": 44, "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": [19, 42, 44, 59, 69, 70], "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e82\u0ead\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": 59, "\u0ec3\u0e99\u0eaa": [42, 44, 55, 60, 66, 74], "\u0ec3\u0e99\u0eaa\u0eb0\u0edd": 44, "\u0ec3\u0e99\u0eaa\u0eb2\u0e8d": 60, "\u0ec3\u0e99\u0eaa\u0eb2\u0e8d\u0e95\u0ead\u0e99\u0e99": 60, "\u0ec3\u0e99\u0ead": 44, "\u0ec3\u0e99\u0ead\u0eb0\u0e99\u0eb2\u0e84": [44, 60], "\u0ec3\u0e99\u0eae": 15, "\u0ec3\u0e99\u0ec0\u0e84": 19, "\u0ec3\u0e99\u0ec0\u0e8a": [15, 19, 26, 28, 70], "\u0ec3\u0e99\u0ec0\u0ea1\u0e99": [15, 19, 42, 44, 66, 74], "\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa": 44, "\u0ec3\u0e99\u0ec0\u0eaa": 19, "\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0e82": [28, 42], "\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0e94": 69, "\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0ec0\u0e84": 63, "\u0ec3\u0e99\u0ec1\u0e96\u0ea7\u0e99": 65, "\u0ec3\u0e99\u0ec1\u0e97": 19, "\u0ec3\u0e99\u0ec1\u0ead": 42, "\u0ec3\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 69, "\u0ec3\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": [15, 19], "\u0ec3\u0e99\u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0e88": 42, "\u0ec3\u0e99\u0ec4\u0e9f\u0ea5": [19, 24], "\u0ec3\u0e99\u0ec4\u0ea5\u0e8d\u0eb0\u0e97\u0eb3\u0ead": 44, "\u0ec3\u0e99\u0edc": [19, 42, 44, 82], "\u0ec3\u0e9c\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e97": 69, "\u0ec3\u0e9c\u0ec0\u0eab": 82, "\u0ec3\u0eaa": [19, 69], "\u0ec3\u0eaa\u0eaa\u0eb2\u0e8d\u0ea7": 60, "\u0ec3\u0eab": [15, 19, 21, 24, 28, 31, 42, 44, 60, 63, 64, 69], "\u0ec3\u0eab\u0e8d": 31, "\u0ec3\u0edd": [24, 28, 42, 44], "\u0ec4\u0e82": [19, 21, 44, 66, 69], "\u0ec4\u0e82\u0e82": 42, "\u0ec4\u0e82\u0e84": 31, "\u0ec4\u0e82\u0e88\u0eb0\u0ec0\u0e9b": 42, "\u0ec4\u0e82\u0e9a": 42, "\u0ec4\u0e82\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e94": 19, "\u0ec4\u0e82\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0ec4\u0e82\u0eaa\u0eb0\u0e84\u0ea3": 44, "\u0ec4\u0e82\u0eae": 19, "\u0ec4\u0e82\u0ec0\u0e97": 42, "\u0ec4\u0e82\u0ec1\u0e9a\u0e9a\u0e87": 44, "\u0ec4\u0e82\u0ec3\u0e99\u0ec0\u0e84": 15, "\u0ec4\u0e82\u0ec4\u0e94": [19, 42], "\u0ec4\u0e84\u0ec0\u0ead": 42, "\u0ec4\u0e94": [15, 19, 24, 42, 43, 44, 55, 59, 60, 66, 69, 70, 74, 82], "\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0ec4\u0e9b": [19, 44], "\u0ec4\u0e9b\u0e97": [28, 42, 44, 66], "\u0ec4\u0e9b\u0e99": [19, 40, 42, 44, 60], "\u0ec4\u0e9b\u0ea2": 69, "\u0ec4\u0e9b\u0ea7\u0eb2\u0e87\u0ec4\u0ea7": 66, "\u0ec4\u0e9b\u0eab\u0eb2\u0e82": 44, "\u0ec4\u0e9b\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0ec4\u0e9f\u0ea5": [19, 21, 24, 28, 29, 42, 60, 66], "\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e81": 69, "\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0edd": 69, "\u0ec4\u0ea7": [19, 29, 42, 69], "\u0ec4\u0ea7\u0e82": 44, "\u0ec4\u0ea7\u0e8d\u0eb2\u0e81\u0ead\u0e99": 69, "\u0ec4\u0ea7\u0e97": 42, "\u0ec4\u0ead\u0e84\u0ead\u0e99": [15, 28, 60], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 60, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0eab": 65, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eae": 28, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0e9e": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0ea1\u0ea5\u0ea2": 44, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e94\u0ec6\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0edc": 63, "\u0ec4\u0ead\u0e94": 82, "\u0ec6\u0ec4\u0e9b\u0e88\u0eb0\u0ec0\u0eae": 15, "\u0edc": [28, 40, 42, 63, 74], "\u0edd": 65, "\u0edd\u0ea7\u0e94": 79, "\u0edd\u0eb2\u0e8d\u0e84\u0ea7\u0eb2\u0ea1\u0ea7": 44, "\u0edd\u0eb2\u0e8d\u0e95": [60, 69], "\u0edd\u0eb2\u0e8d\u0ea7": [44, 66], "\u0edd\u0eb2\u0e8d\u0ec0\u0eab\u0e94": 44}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u0eaa\u0eb2\u0ea5\u0eb0\u0e9a\u0eb2\u0e99", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "\u0ea5\u0eb9\u0e81\u0e82\u0ec8\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5\u0ecc\u0eaa\u0eb0\u0ec0\u0edd\u0eb7\u0ead\u0e99 macOS", "Command-Line Options", "Uninstallation", "Update channels", "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e95\u0ebb\u0ea7\u0ea5\u0eb9\u0e81\u0e82\u0ec8\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a\u0eb4\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a", "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e84\u0ead\u0ea1\u0e9e\u0eb4\u0ea7\u0ec0\u0e95\u0eb5 \u0ec1\u0ea5\u0eb0 \u0ea1\u0eb7\u0e96\u0eb7", "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ea2\u0eb9\u0ec8\u0e9d\u0eb1\u0ec8\u0e87\u0ec0\u0e8a\u0eb5\u0ec0\u0ea7\u0eb5", "Using external storage", "Using federation shares", "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a\u0ecd\u0ec8\u0ea5\u0eb0\u0e9a\u0eb8\u0e95\u0ebb\u0ea7\u0e95\u0ebb\u0e99", "Files & synchronization", "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ebc\u0e94\u0ec4\u0e9f\u0ea5\u0ecc\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d\u0ec8", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0e9a\u0ecd\u0ec8\u0ea2\u0eb9\u0ec8\u0eab\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99", "Using the Calendar app", "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0ec1\u0ead\u0eb1\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8", "\u0e81\u0eb8\u0ec8\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7", "\u0e81\u0eb2\u0e99\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0ec1\u0ead\u0eb1\u0e9a\u0ec0\u0ea1\u0ea5 (Mail)", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "\u0eae\u0eb9\u0e9a\u0ea5\u0eb1\u0e81\u0eaa\u0eb0\u0e99\u0eb0", "Attachments", "Bots and commands", "Breakout rooms", "\u0e81\u0eb2\u0e99\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea1\u0e95\u0ecd\u0ec8\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99\u0e81\u0eb1\u0e9a Talk", "\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97", "\u0e81\u0eb2\u0e99\u0ec2\u0e97", "Call recording", "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0edc\u0ec9\u0eb2\u0e88\u0ecd", "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2", "\u0eae\u0eb9\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97", "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0ec8\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1", "Chat", "Conversations", "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2", "\u0ec0\u0e84\u0eb7\u0ead\u0e82\u0ec8\u0eb2\u0e8d\u0eae\u0ec8\u0ea7\u0ea1", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "\u0ec0\u0e9b\u0eb5\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2", "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d \u0ec1\u0ea5\u0eb0 \u0eab\u0ec9\u0ead\u0e87\u0e9e\u0eb1\u0e81\u0ea5\u0ecd\u0e96\u0ec9\u0eb2", "Universal access", "Using two-factor authentication", "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1\u0eb1\u0e81\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [44, 49], "action": 44, "activ": [0, 21], "ad": [27, 35, 38], "add": [41, 44, 50], "address": 44, "advanc": 44, "ai": [1, 44], "alia": [15, 44], "altern": 50, "an": [5, 38, 41, 72], "android": 45, "anoth": 44, "answer": 20, "app": [0, 41, 45, 75], "applic": 81, "appoint": 41, "ar": 12, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "authent": 81, "autom": 41, "automat": 7, "avail": 41, "backend": 27, "background": 26, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "book": 41, "bot": 57, "breakout": 58, "brows": 36, "browser": 54, "busi": 41, "calendar": [41, 45, 47, 50, 51], "call": [62, 72], "card": 75, "cardbook": 50, "chang": [12, 27, 54], "channel": 18, "chat": [1, 56, 67, 72, 75], "check": 41, "client": [8, 13, 20, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 20, 57], "comment": 21, "configur": [9, 41, 58, 81], "conflict": 10, "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 45, 47, 50, 51], "continu": 12, "control": 39, "convers": [41, 68, 76], "creat": [5, 20, 21, 28, 35, 36, 41, 75], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 83], "data": 52, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [39, 41], "desktop": [13, 20, 46, 60], "detail": 21, "detect": 27, "devic": [38, 54], "directori": 12, "disk": 11, "displai": 38, "dolphin": 20, "download": 14, "drive": 20, "duplic": 41, "e2e": 38, "edit": [12, 41, 76], "email": [0, 28, 72], "enabl": [12, 38], "encrypt": [34, 38], "end": 38, "environ": [7, 11], "even": 12, "event": 41, "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "explor": 20, "export": 41, "extern": 27, "factor": 81, "faq": 12, "favorit": 42, "feder": [21, 28, 35, 41], "feed": 0, "file": [0, 4, 9, 12, 19, 20, 21, 22, 27, 30, 32, 35, 36, 45, 56, 71], "filter": [0, 21], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "frequenc": 0, "from": [27, 71, 75], "full": 72, "function": 12, "gener": 17, "get": 2, "gnome": 46, "grid": 21, "group": [26, 35], "guest": 72, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12], "i": [12, 26], "ic": 41, "import": 41, "includ": 80, "initi": 14, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": 35, "introduct": [5, 53], "invit": 41, "io": 47, "issu": 20, "job": 26, "join": 72, "kde": [20, 48], "kei": 26, "keyboard": 80, "known": 20, "kontact": 48, "languag": 12, "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44], "local": 12, "log": 81, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "manag": [20, 32, 36, 41, 54, 58, 62], "manual": 53, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": 41, "mention": 44, "messag": [75, 76], "method": 50, "microsoft": 20, "migrat": 52, "mnemon": 38, "mobil": [20, 45], "moder": 77, "modifi": 12, "mount": 20, "move": 12, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "new": [28, 35, 41], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "notif": [0, 1, 41, 45], "offici": 20, "onboard": 5, "onli": 50, "option": [16, 41], "other": [35, 72], "our": 5, "outbox": 44, "over": 20, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "password": 54, "person": 1, "phish": 44, "picker": [1, 66], "pin": 76, "poll": 56, "possibl": 26, "prevent": 7, "problem": 20, "profil": 83, "progress": 41, "project": 5, "propos": 41, "public": [20, 35], "publish": 41, "quota": 33, "recommend": 50, "record": 62, "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 76], "requir": 14, "resourc": 41, "respond": 41, "respons": 80, "room": [41, 58], "rss": 0, "run": 1, "screen": 72, "search": [21, 44, 76], "second": 81, "secur": 34, "send": 44, "server": [12, 14, 44], "set": [0, 1, 41, 72, 76, 83], "setup": [14, 49], "share": [20, 21, 23, 26, 27, 28, 35, 41, 44, 56, 72, 75], "sidebar": [0, 21], "smart": [1, 66], "snooz": 44, "solut": 20, "some": 12, "space": 11, "specif": 54, "start": [2, 72], "statu": 41, "step": [2, 5], "stop": 12, "storag": [27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": 0, "support": [14, 27], "sync": 12, "synchron": [12, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": 5, "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "third": 20, "thread": 76, "thunderbird": 50, "time": 41, "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transfer": 37, "transpar": 41, "trash": 41, "troubleshoot": [49, 51], "two": 81, "uninstal": 17, "univers": 80, "up": 41, "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 20, 21, 27, 28, 38, 41, 50, 81], "usag": 8, "user": [12, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "view": [0, 21, 41], "virtual": 19, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "what": 2, "when": 12, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "without": 45, "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 21, 22, 27, 32, 35, 41, 49, 81], "zoom": 80, "\u0e81": [43, 44], "\u0e81\u0e81": 44, "\u0e81\u0e81\u0eb2\u0e99\u0e95": 44, "\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e81\u0e82": [15, 19], "\u0e81\u0e82\u0ea7\u0eb2": 15, "\u0e81\u0e82\u0ead\u0e87\u0e97": 82, "\u0e81\u0ea1": 60, "\u0e81\u0ea5": [24, 79], "\u0e81\u0ea5\u0eb0\u0ec0\u0ea7": 19, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0": 55, "\u0e81\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e81\u0eb2\u0e99\u0e81": 44, "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0e88": 44, "\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 19, "\u0e81\u0eb2\u0e99\u0e84": [44, 83], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84": [21, 60], "\u0e81\u0eb2\u0e99\u0e88": [15, 24, 42, 44, 69], "\u0e81\u0eb2\u0e99\u0e8d": 21, "\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e81\u0eb2\u0e99\u0e95": [15, 29, 40, 44, 66, 82], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": [44, 66], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0eae": 70, "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1": 64, "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82": 42, "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": [19, 26, 42, 66], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 59, "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82": 25, "\u0e81\u0eb2\u0e99\u0ea1\u0ead\u0e9a\u0edd\u0eb2\u0e8d\u0eaa": 44, "\u0e81\u0eb2\u0e99\u0ea5": [15, 44], "\u0e81\u0eb2\u0e99\u0eaa": [55, 66, 69, 70, 78], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 44, "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5": 60, "\u0e81\u0eb2\u0e99\u0ead": [29, 31], "\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e81\u0eb2\u0e99\u0ec0\u0e82": [26, 60], "\u0e81\u0eb2\u0e99\u0ec0\u0e8a": [15, 59], "\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 21, "\u0e81\u0eb2\u0e99\u0ec0\u0e9e": [19, 42], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5": [21, 60], "\u0e81\u0eb2\u0e99\u0ec0\u0ead": 44, "\u0e81\u0eb2\u0e99\u0ec0\u0eae": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e88": [44, 69], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81\u0ead": 66, "\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [15, 19, 26, 63, 82], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2": 64, "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec0\u0ea1\u0ea5": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e81\u0eb2\u0e99\u0ec2\u0e97": 61, "\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 44, "\u0e81\u0eb2\u0e99\u0edd": 69, "\u0e81\u0eb3\u0e99": 59, "\u0e81\u0ec0\u0e82": [26, 42], "\u0e81\u0ec0\u0e96": 69, "\u0e81\u0ec0\u0ea5": 44, "\u0e81\u0ec1\u0e9a": 24, "\u0e81\u0ec4\u0ea7": 44, "\u0e82": [15, 44, 55, 66], "\u0e82\u0ead\u0e87\u0e82": 69, "\u0e82\u0ead\u0e87\u0e97": [19, 29, 82], "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": 31, "\u0e82\u0ebd\u0e99\u0e82": 44, "\u0e84": [15, 26], "\u0e84\u0ea5": 15, "\u0e84\u0ea7\u0eb2\u0ea1": [44, 66, 69], "\u0e84\u0ea7\u0eb2\u0ea1\u0e95": 83, "\u0e84\u0ea7\u0eb2\u0ea1\u0e9a": 40, "\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa": 55, "\u0e84\u0ea7\u0eb2\u0ea1\u0eab": 55, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0e9a": 66, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec4\u0e9b\u0e97": 44, "\u0e84\u0eb3\u0e96\u0eb2\u0ea1\u0e97": 26, "\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0e87": [26, 44, 60], "\u0e87\u0e81\u0eb2\u0e99\u0eaa": 78, "\u0e87\u0e82": [24, 44, 66], "\u0e87\u0e82\u0ead\u0e87\u0eaa": 15, "\u0e87\u0e84": [15, 19, 29, 40, 44, 60, 82], "\u0e87\u0e84\u0eb3\u0ec0\u0e8a": 70, "\u0e87\u0e87": 55, "\u0e87\u0e95": [21, 26, 55, 69], "\u0e87\u0e99": 26, "\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 15, "\u0e87\u0e9b": [15, 19, 21, 24, 26, 42, 63, 82], "\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 19, "\u0e87\u0eab": 69, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e84": 44, "\u0e87\u0eb2\u0e99\u0ec0\u0e9a": 55, "\u0e87\u0eb2\u0e99\u0ec1\u0ead": 44, "\u0e87\u0ec0\u0e8a": 26, "\u0e87\u0ec0\u0e95": [44, 66, 69], "\u0e87\u0ec0\u0ea1\u0ea5": 44, "\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa": [44, 66], "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99": 19, "\u0e87\u0edd": 78, "\u0e88": [24, 42, 44, 69], "\u0e88\u0eb0\u0e8d": 26, "\u0e88\u0eb0\u0e9b": 26, "\u0e88\u0eb0\u0ec0\u0e81": 24, "\u0e88\u0eb0\u0ec0\u0e8a": 55, "\u0e88\u0eb3\u0e81": 82, "\u0e8a": 42, "\u0e8d": [44, 60], "\u0e8d\u0eb0": [44, 66], "\u0e8d\u0ec0\u0e96": 44, "\u0e94": [21, 26, 42, 44, 60, 64, 78], "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e94\u0e81\u0eb2\u0e99\u0e82": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9b": 42, "\u0e94\u0e81\u0eb2\u0e99\u0e9e": 24, "\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e94\u0e81\u0eb2\u0e99\u0eaa": 78, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0e94": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0ea1\u0e99": 15, "\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": [15, 19, 24], "\u0e94\u0e84": [19, 44], "\u0e94\u0e88\u0eb0\u0e81\u0eb3": 44, "\u0e94\u0e8a": 44, "\u0e94\u0e94": 26, "\u0e94\u0e95": [42, 44], "\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0ea7\u0ebd\u0e81": 44, "\u0e94\u0e97": [15, 78], "\u0e94\u0e9a": 44, "\u0e94\u0e9a\u0eb2\u0e94\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e97": 42, "\u0e94\u0e9c": [26, 82], "\u0e94\u0ea2": 26, "\u0e94\u0ea5\u0eb0\u0e9a\u0ebd\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e94\u0ea5\u0eb2\u0e8d\u0e8a": 60, "\u0e94\u0ea5\u0ebd\u0e87": 44, "\u0e94\u0ea5\u0ebd\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 44, "\u0e94\u0ea7\u0eb2\u0e87": 44, "\u0e94\u0ea7\u0ebd\u0e81": 44, "\u0e94\u0ea7\u0ebd\u0e81\u0eae": 44, "\u0e94\u0eaa\u0eb0\u0ea5": [44, 66], "\u0e94\u0eaa\u0eb0\u0eab": [44, 66], "\u0e94\u0eab\u0e8d": 24, "\u0e94\u0ead\u0eb2\u0e8d": 69, "\u0e94\u0eae": 44, "\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 60, "\u0e94\u0ec0\u0e81": [24, 69], "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e88\u0eb2\u0e81\u0e9b\u0eb0\u0e95": 59, "\u0e94\u0ec1\u0e8d": 15, "\u0e94\u0ec2\u0e94\u0e8d\u0e9a": 26, "\u0e94\u0ec3\u0e8a": 44, "\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 55, "\u0e94\u0ec4\u0e94": 26, "\u0e94\u0ec4\u0e9f\u0ea5": 31, "\u0e94\u0edd\u0eb2\u0e8d": 44, "\u0e94\u0edd\u0eb2\u0e8d\u0e82": 44, "\u0e94\u0edd\u0eb2\u0e8d\u0e9a": 44, "\u0e95": [15, 19, 29, 42, 44, 60, 66, 69], "\u0e96": [19, 24, 25, 26, 60, 79], "\u0e97": [19, 24, 26, 42, 44, 59, 82], "\u0e97\u0eb2\u0e87\u0ea5": 44, "\u0e97\u0eb2\u0e87\u0ec0\u0e97": 44, "\u0e99": [15, 19, 21, 24, 26, 29, 42, 44, 55, 59, 60, 70, 83], "\u0e99\u0e81": 59, "\u0e99\u0e81\u0eb2\u0e99": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e99\u0e82": 82, "\u0e99\u0e82\u0ead\u0e87\u0e97": 82, "\u0e99\u0e84\u0ead\u0ea1\u0e9e": 25, "\u0e99\u0e88\u0eb2\u0e81\u0e84\u0ead\u0ea1\u0e9e": 19, "\u0e99\u0e8a": [19, 44], "\u0e99\u0e95\u0ead\u0e87": 44, "\u0e99\u0e95\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e82": 44, "\u0e99\u0e95\u0ead\u0e87\u0ec3\u0edd": 44, "\u0e99\u0e96": 24, "\u0e99\u0e97": [24, 60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2": [44, 55, 60, 66, 69, 78], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0e97": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e81": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e8a": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b": 78, "\u0e99\u0e9b\u0eb0\u0e8a": 44, "\u0e99\u0e9c": 44, "\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e99\u0ea7": 21, "\u0e99\u0ea7\u0ebd\u0e81\u0e87\u0eb2\u0e99\u0e9e": 26, "\u0e99\u0eaa": [15, 69], "\u0e99\u0eaa\u0eb3\u0ea5": 25, "\u0e99\u0eab": [26, 60], "\u0e99\u0eab\u0eb2\u0e97": 15, "\u0e99\u0eab\u0eb2\u0ec1\u0e9a\u0e9a\u0ea5\u0ea7\u0ea1\u0eaa": [44, 83], "\u0e99\u0eab\u0eb2\u0ec3\u0e99\u0ec0\u0e99": 44, "\u0e99\u0ec0\u0ea1": 24, "\u0e99\u0ec0\u0ead\u0e87": [42, 69], "\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 82, "\u0e99\u0ec4\u0e9b\u0ec4\u0e94": 26, "\u0e99\u0ec4\u0e9f\u0ea5": 26, "\u0e99\u0ec6": 66, "\u0e99\u0edc": 63, "\u0e9a": [15, 19, 24, 26, 42, 44, 59, 60, 66, 69], "\u0e9a\u0e81": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0e9f": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa": [66, 69], "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e9a\u0e82": [24, 42, 66], "\u0e9a\u0e84": 26, "\u0e9a\u0e84\u0eb3\u0ec0\u0e8a": [44, 70], "\u0e9a\u0e88": 24, "\u0e9a\u0e95": 44, "\u0e9a\u0e96": 44, "\u0e9a\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 83, "\u0e9a\u0e9b\u0eb0\u0e95": 44, "\u0e9a\u0e9e\u0eb2\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0ea1": 25, "\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 60, "\u0e9a\u0ea5": [44, 55], "\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0ead": 44, "\u0e9a\u0ead\u0e94": 44, "\u0e9a\u0ec0\u0ea1\u0ea5": 44, "\u0e9a\u0ec0\u0ea5": 26, "\u0e9a\u0ec1\u0e97": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": 65, "\u0e9a\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84": 44, "\u0e9a\u0ec2\u0e94\u0e8d": 44, "\u0e9a\u0ec2\u0eab": 31, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec4\u0e9f\u0ea5": 29, "\u0e9a\u0ec3\u0e99\u0e95": 19, "\u0e9a\u0ec3\u0e99\u0ea1": 60, "\u0e9a\u0ec3\u0e99\u0edc": 44, "\u0e9a\u0ec4\u0e9f\u0ea5": 24, "\u0e9a\u0ec4\u0ea7": 15, "\u0e9b": [26, 44], "\u0e9b\u0eb0\u0e95": 59, "\u0e9c": [42, 44, 60], "\u0e9d": 26, "\u0e9e": [15, 26, 60], "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": 44, "\u0ea1": [15, 24, 25, 26, 42, 44, 55, 59, 60, 65, 66, 69, 82], "\u0ea1\u0e81\u0eb2\u0e99\u0eaa": 44, "\u0ea1\u0e88": 60, "\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7": 43, "\u0ea1\u0e95": [44, 60], "\u0ea1\u0e97": [42, 82], "\u0ea1\u0e9a": [15, 19, 44], "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": 65, "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e9c": 65, "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0eab\u0e8d": 55, "\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ea1\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0ea1\u0eaa\u0ebd\u0e87": 60, "\u0ea1\u0ead": 44, "\u0ea1\u0eb0\u0eaa": 44, "\u0ea1\u0ec4\u0e9f\u0ea5": 21, "\u0ea2": [40, 42, 44, 82], "\u0ea5": [15, 42, 44], "\u0ea5\u0eb0\u0e9a": [26, 29, 44], "\u0ea5\u0eb0\u0eab": 26, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 42, "\u0ea7": [24, 26, 44, 60, 69], "\u0ea7\u0e84\u0eb2\u0ea7": 69, "\u0ea7\u0e88": 19, "\u0ea7\u0e8a": 44, "\u0ea7\u0e8d\u0e81": [42, 44], "\u0ea7\u0e8d\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0ea7\u0e8d\u0e95": 42, "\u0ea7\u0e8d\u0ec3\u0eab": 55, "\u0ea7\u0e95": [29, 69], "\u0ea7\u0e99": 44, "\u0ea7\u0e99\u0e95": [26, 69], "\u0ea7\u0e99\u0ec0\u0eaa": 15, "\u0ea7\u0e9a": 15, "\u0ea7\u0ea1": [69, 70], "\u0ea7\u0ea1\u0e81": 44, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97": 60, "\u0ea7\u0ea2": [21, 55], "\u0ea7\u0ea5": 19, "\u0ea7\u0ec0\u0e95": [19, 25], "\u0ea7\u0ec0\u0ea5": [42, 66], "\u0ea7\u0ec1\u0e81": 19, "\u0ea7\u0ec2\u0ea5\u0e81": 82, "\u0ea7\u0ec4\u0e9b": 19, "\u0eaa": [42, 44, 69], "\u0eaa\u0eb0\u0ec0\u0edd": 15, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": 82, "\u0eaa\u0eb2\u0ea5\u0eb0\u0e9a\u0eb2\u0e99": 6, "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": 79, "\u0eaa\u0ebd\u0e87\u0ec1\u0e88": 66, "\u0eab": [21, 26, 40, 42, 60, 79], "\u0eab\u0e8d": 44, "\u0ead": [44, 66], "\u0ead\u0e81": 15, "\u0ead\u0e81\u0e82": 44, "\u0ead\u0e81\u0e97": 42, "\u0ead\u0e81\u0ead": 66, "\u0ead\u0e81\u0ec4\u0e9f\u0ea5": 21, "\u0ead\u0e82": [19, 70], "\u0ead\u0e87": 15, "\u0ead\u0e87\u0e81\u0eb2\u0e99": 40, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0ea7": 83, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 55, "\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81": 44, "\u0ead\u0e87\u0e88": 44, "\u0ead\u0e87\u0e9e": 79, "\u0ead\u0e87\u0eab": 21, "\u0ead\u0e87\u0ec1\u0e8d\u0e81\u0eaa": 60, "\u0ead\u0e8a": 55, "\u0ead\u0e8d\u0e81": 26, "\u0ead\u0e94\u0ebd\u0ea7": 42, "\u0ead\u0e99": [15, 42, 44, 66, 69], "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e88": 44, "\u0ead\u0e99\u0e97": 19, "\u0ead\u0e99\u0ec3\u0eab": 44, "\u0ead\u0e99\u0ec4\u0e82": 44, "\u0ead\u0ea1\u0e95": 59, "\u0ead\u0ea1\u0ec2\u0e8d\u0e87": 15, "\u0ead\u0ead": 44, "\u0ead\u0ec3\u0e99\u0ec0\u0ea1\u0ea5": 44, "\u0ead\u0ec4\u0e9f\u0ea5": 24, "\u0eae": [42, 44, 55, 65], "\u0eae\u0ead\u0e87\u0eae": 15, "\u0eb2": [15, 24, 65, 79], "\u0eb2\u0e81\u0eb2\u0e99\u0e95": 19, "\u0eb2\u0e81\u0eb2\u0e99\u0ea7\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 29, "\u0eb2\u0e82": 40, "\u0eb2\u0e82\u0ebd\u0e99\u0e82": 44, "\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1": 82, "\u0eb2\u0e87\u0e81": 44, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa": [69, 78], "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 55, "\u0eb2\u0e87\u0e82": 55, "\u0eb2\u0e87\u0e82\u0ebd\u0e99\u0e82": 44, "\u0eb2\u0e87\u0e95": 44, "\u0eb2\u0e87\u0e97": [19, 42], "\u0eb2\u0e87\u0ec0\u0e84": 19, "\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 21, "\u0eb2\u0e87\u0edc": 44, "\u0eb2\u0e88": 63, "\u0eb2\u0e8d": 19, "\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eb2\u0e8d\u0e82": [44, 55], "\u0eb2\u0e8d\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0e97": 42, "\u0eb2\u0e8d\u0eaa": 26, "\u0eb2\u0e8d\u0eae": 70, "\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5": [15, 21], "\u0eb2\u0e95": [19, 44, 55], "\u0eb2\u0e99": [19, 44, 69, 82], "\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0eaa": 26, "\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9c": 26, "\u0eb2\u0e99\u0ec0\u0ead\u0e87": 29, "\u0eb2\u0e99\u0ec3\u0e99\u0e9b": 82, "\u0eb2\u0e9a": [19, 44], "\u0eb2\u0ea1\u0e9c": 69, "\u0eb2\u0ea5\u0eb0\u0eab": 26, "\u0eb2\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0ea7\u0ebd\u0e81": 44, "\u0eb2\u0eaa": [26, 55], "\u0eb2\u0eab": 60, "\u0eb2\u0eae": [60, 69], "\u0eb2\u0ec3\u0e99\u0e97": 42, "\u0eb3\u0e81": 42, "\u0ebd\u0e99\u0ea5\u0eb0\u0eab": 26, "\u0ebd\u0e99\u0ea5\u0eb3\u0e94": 44, "\u0ebd\u0e99\u0eaa": 44, "\u0ebd\u0e99\u0eae": 44, "\u0ebd\u0ea7\u0e81": 26, "\u0ec0\u0e81": 15, "\u0ec0\u0e82": [60, 69], "\u0ec0\u0e84": [21, 70], "\u0ec0\u0e87": 44, "\u0ec0\u0e95": 60, "\u0ec0\u0e9a": 78, "\u0ec0\u0e9b": [26, 44, 78], "\u0ec0\u0e9e": [42, 44, 55], "\u0ec0\u0ea1\u0ea5\u0e82\u0ead\u0e87\u0e97": 44, "\u0ec0\u0ea1\u0ea5\u0ec3\u0edd": 44, "\u0ec0\u0ea5": [44, 60], "\u0ec0\u0ea7": [26, 65], "\u0ec0\u0eab\u0e8d": 44, "\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": 59, "\u0ec1\u0e81": [42, 44], "\u0ec1\u0e97": 44, "\u0ec1\u0e99\u0ea7\u0ec3\u0e94": 26, "\u0ec1\u0e9a": 42, "\u0ec1\u0e9a\u0e9a\u0e95": 69, "\u0ec1\u0e9a\u0e9a\u0eaa\u0eb0\u0ec0\u0edd": 42, "\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84": 69, "\u0ec1\u0e9c\u0e99\u0e97": 26, "\u0ec1\u0ea5\u0eb0": [25, 42, 44, 59, 60, 64, 66, 69, 79], "\u0ec1\u0ead": [24, 42, 60], "\u0ec2\u0e84\u0e95": 24, "\u0ec2\u0e9b\u0ea3\u0ec1\u0e81\u0ea3\u0ea1": 60, "\u0ec2\u0e9f\u0e99\u0ec0\u0e94": [21, 44], "\u0ec2\u0ea1\u0e88": 66, "\u0ec2\u0ead": [21, 60], "\u0ec2\u0edd\u0e94\u0e81\u0eb0\u0e97": 44, "\u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eae": 44, "\u0ec3\u0e8a": [19, 26, 44], "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 60, "\u0ec3\u0e99\u0ec0\u0e84": 15, "\u0ec3\u0eab": 26, "\u0ec3\u0edd": 19, "\u0ec4\u0e82": 42, "\u0ec4\u0e82\u0ec1\u0e97": 44, "\u0ec4\u0e82\u0ec4\u0e9f\u0ea5": 19, "\u0ec4\u0e84\u0ea5\u0ec0\u0ead": 25, "\u0ec4\u0e94": 26, "\u0ec4\u0e9b": 26, "\u0ec4\u0e9b\u0ec4\u0ea7": 26, "\u0ec4\u0e9f\u0ea5": [15, 26], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e8a": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 21, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 19, "\u0edc": [19, 44, 55]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. \u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa\u0ec8\u0ea7\u0e99\u0e95\u0ebb\u0ea7 (\u0ec1\u0e9a\u0e9a\u0e95\u0ebb\u0ea7\u0e95\u0ecd\u0ec8\u0e95\u0ebb\u0ea7)": [[69, "private-one-to-one-conversations"]], "2. \u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e81\u0eb8\u0ec8\u0ea1": [[69, "group-conversations"]], "3. \u0e9a\u0eb1\u0e99\u0e97\u0eb6\u0e81\u0ec0\u0e96\u0eb4\u0e87\u0e95\u0ebb\u0e99\u0ec0\u0ead\u0e87": [[69, "note-to-self"]], "4. \u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e8a\u0ebb\u0ec8\u0ea7\u0e84\u0eb2\u0ea7": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendars": [[50, "calendars"]], "Call recording": [[62, null]], "Chat": [[67, null]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Conversations": [[68, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filtering activities": [[0, "filtering-activities"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Linux": [[7, "linux"], [17, "linux"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "RSS feed": [[0, "rss-feed"]], "Recommended method": [[50, "recommended-method"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Smart pickers": [[1, "smart-pickers"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Threaded messages": [[76, "threaded-messages"]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u0e81\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[69, "filter-your-conversations"]], "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0e88\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0e9f\u0eb4\u0e94\u0e8a\u0eb4\u0e87 (Phishing)": [[44, "phishing-detection"]], "\u0e81\u0eb2\u0e99\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "filtering-and-autoresponder"]], "\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99\u0ebb\u0e94\u0e84\u0ec8\u0eb2\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e9a\u0eb1\u0e99\u0e8a\u0eb5 Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1\u0eaa\u0ebd\u0e87 \u0ec1\u0ea5\u0eb0 \u0ea7\u0eb4\u0e94\u0eb5\u0ec2\u0ead": [[60, "controlling-audio-and-video"], [60, "id1"]], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1\u0ec4\u0e9f\u0ea5\u0ecc": [[21, "file-controls"]], "\u0e81\u0eb2\u0e99\u0e84\u0ebb\u0ec9\u0e99\u0eab\u0eb2\u0ec1\u0e9a\u0e9a\u0ea5\u0ea7\u0ea1\u0eaa\u0eb9\u0e99": [[44, "unified-search"], [83, "unified-search"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, "managing-a-conversation"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "message-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e9a\u0eb1\u0e99\u0e8a\u0eb5\u0ec0\u0ea1\u0ea5\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[44, "managing-your-mail-account"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5": [[44, "envelope-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0eab\u0ebc\u0eb2\u0e8d\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0e97\u0eb7\u0ec8\u0ead\u0e94\u0ebd\u0ea7": [[42, "managing-multiple-contacts-at-a-time"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0e94\u0ec8\u0ea7\u0e99": [[44, "quick-actions"]], "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a": [[24, null]], "\u0e81\u0eb2\u0e99\u0e8d\u0ec9\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5\u0ecc": [[21, "moving-files"]], "\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99\u0eb5\u0e99\u0e81\u0eb2\u0e99": [[44, "actions"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1 \u0ec1\u0ea5\u0eb0 \u0ead\u0eb7\u0ec8\u0e99\u0ec6": [[66, "replying-to-messages-and-more"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "autoresponders"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81\u0eb1\u0e9a\u0ead\u0eb1\u0e94\u0eaa\u0eb0\u0ea5\u0eb4\u0e8d\u0eb0": [[44, "smart-replies"]], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0eae\u0eb1\u0e9a\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99": [[70, "accepting-an-invitation"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e81\u0eb2\u0e99\u0ea7\u0eb2\u0e87\u0ec4\u0e9f\u0ea5\u0ecc \u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99\u0ec0\u0ead\u0e87": [[29, "setting-up-your-own-file-drop"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0e9a\u0ecd\u0ec8\u0ea2\u0eb9\u0ec8\u0eab\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99": [[40, null]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1\u0eb1\u0e81\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[82, null]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e9a\u0eb1\u0e99\u0e8a\u0eb5": [[44, "account-settings"]], "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa\u0ebb\u0ec8\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "scheduled-messages"], [66, "scheduling-messages"]], "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2": [[64, null]], "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa\u0ebb\u0e94": [[64, "call-live-transcription"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0ec1\u0e9a\u0e9a\u0eaa\u0eb0\u0ec0\u0edd\u0eb7\u0ead\u0e99": [[42, "importing-virtual-contacts"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9 Markdown": [[66, "using-markdown"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "using-encryption"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ea2\u0eb9\u0ec8\u0e9d\u0eb1\u0ec8\u0e87\u0ec0\u0e8a\u0eb5\u0ec0\u0ea7\u0eb5": [[26, null]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e95\u0ebb\u0ea7\u0ea5\u0eb9\u0e81\u0e82\u0ec8\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a\u0eb4\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99": [[19, null]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e95\u0ebb\u0ea7\u0ec1\u0e81\u0ec9\u0ec4\u0e82\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb0\u0ec0\u0ea7\u0eb1\u0ec9\u0e99": [[19, "using-the-ignored-files-editor"]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0ec1\u0ead\u0eb1\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, null]], "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0ec0\u0e84\u0eb7\u0ead\u0e82\u0ec8\u0eb2\u0e8d": [[19, "using-the-network-window"]], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1 \u0ec1\u0ea5\u0eb0 \u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": [[59, "meetings-and-events"]], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e84\u0ead\u0ea1\u0e9e\u0eb4\u0ea7\u0ec0\u0e95\u0eb5 \u0ec1\u0ea5\u0eb0 \u0ea1\u0eb7\u0e96\u0eb7": [[25, null]], "\u0e81\u0eb2\u0e99\u0ea1\u0ead\u0e9a\u0edd\u0eb2\u0e8d\u0eaa\u0eb4\u0e94\u0e9a\u0eb1\u0e99\u0e8a\u0eb5": [[44, "account-delegation"]], "\u0e81\u0eb2\u0e99\u0ea5\u0eb6\u0e9a\u0e96\u0eb1\u0e87\u0e82\u0eb5\u0ec9\u0ec0\u0eab\u0e8d\u0eb7\u0ec9\u0ead\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "automatic-trash-deletion"]], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1 / \u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81": [[44, "message-display-operation-mode"]], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5\u0ebb\u0ea1": [[60, "reactions"]], "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, null]], "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0ec8\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[66, null]], "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0ec8\u0e87\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99": [[70, "sending-an-invitation"]], "\u0e81\u0eb2\u0e99\u0eaa\u0ec9\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, "creating-a-conversation"]], "\u0e81\u0eb2\u0e99\u0eaa\u0ec9\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b\u0eb5\u0e94": [[78, "creating-an-open-conversation"]], "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a\u0ecd\u0ec8\u0ea5\u0eb0\u0e9a\u0eb8\u0e95\u0ebb\u0ea7\u0e95\u0ebb\u0e99": [[29, null]], "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec4\u0e9f\u0ea5\u0ecc": [[29, "uploading-files"]], "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ebc\u0e94\u0ec4\u0e9f\u0ea5\u0ecc\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d\u0ec8": [[31, null]], "\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0e97\u0eb5\u0ec8\u0e8a\u0ec9\u0eb3\u0e81\u0eb1\u0e99": [[42, "merging-duplicate-contacts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, null]], "\u0e81\u0eb2\u0e99\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea1\u0e95\u0ecd\u0ec8\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99\u0e81\u0eb1\u0e9a Talk": [[59, null]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e95\u0ebb\u0ea7\u0ea2\u0ec8\u0eb2\u0e87\u0ec4\u0e9f\u0ea5\u0ecc": [[21, "previewing-files"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e9b\u0eb6\u0ec9\u0ea1\u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8": [[42, "adding-and-managing-address-books"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0e9a\u0eb1\u0e99\u0e8a\u0eb5\u0ec3\u0edd\u0ec8": [[19, "adding-new-accounts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, "adding-contacts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0e94\u0ec9\u0ea7\u0e8d\u0e95\u0ebb\u0e99\u0ec0\u0ead\u0e87": [[42, "adding-contacts-manually"]], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5\u0eb5\u0ec8\u0ea1\u0e95\u0ebb\u0ec9\u0e99 \u0eab\u0ebc\u0eb7 \u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "starting-or-joining-a-call"]], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0ec4\u0e9f\u0ea5\u0ecc \u0eab\u0ebc\u0eb7 \u0ec2\u0e9f\u0e99\u0ec0\u0e94\u0eb5": [[21, "selecting-files-or-folders"]], "\u0e81\u0eb2\u0e99\u0ec0\u0ead\u0eb5\u0ec8\u0e8d\u0ec0\u0e96\u0eb4\u0e87 (Mention) \u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[44, "mention-contacts"]], "\u0e81\u0eb2\u0e99\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb1\u0e9a\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99": [[44, "calendar-integration"]], "\u0e81\u0eb2\u0e99\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb1\u0e9a\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1 (Dashboard)": [[44, "dashboard-integration"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99 \u0ec1\u0ea5\u0eb0 \u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b\u0eb1\u0e99\u0eaa\u0ec8\u0ea7\u0e99\u0e95\u0ebb\u0ea7": [[69, "notifications-and-privacy"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99\u0ec3\u0eab\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0eb2\u0ea1\u0ea7\u0ebd\u0e81": [[44, "follow-up-reminders"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81\u0ead\u0eb5\u0ec2\u0ea1\u0e88\u0eb4": [[66, "inserting-emoji"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99\u0ec3\u0e99\u0e9b\u0eb6\u0ec9\u0ea1\u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8\u0e97\u0ebb\u0ec8\u0ea7\u0ec2\u0ea5\u0e81": [[82, "sharing-your-data-in-the-global-address-book"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0e88\u0eb2\u0e81\u0e84\u0ead\u0ea1\u0e9e\u0eb4\u0ea7\u0ec0\u0e95\u0eb5\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[19, "sharing-from-your-desktop"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "sharing-encrypted-files"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0edc\u0ec9\u0eb2\u0e88\u0ecd": [[63, null]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec0\u0ea1\u0ea5": [[44, "mail-translation"]], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec1\u0e9a\u0e9a\u0eaa\u0ebb\u0e94": [[64, "live-translation"]], "\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[61, null]], "\u0e81\u0eb2\u0e99\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0ec1\u0ead\u0eb1\u0e9a\u0ec0\u0ea1\u0ea5 (Mail)": [[44, null]], "\u0e81\u0eb2\u0e99\u0edd\u0ebb\u0e94\u0ead\u0eb2\u0e8d\u0eb8\u0e82\u0ead\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[69, "messages-expiration"]], "\u0e81\u0eb3\u0e99\u0ebb\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e88\u0eb2\u0e81\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99": [[59, "schedule-from-calendar"]], "\u0e81\u0eb8\u0ec8\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7": [[43, null]], "\u0e81\u0ec8\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81 (Outbox)": [[44, "outbox"]], "\u0e81\u0ec8\u0ead\u0e87\u0e88\u0ebb\u0e94\u0edd\u0eb2\u0e8d\u0e9a\u0eb8\u0ea5\u0eb4\u0ea1\u0eb0\u0eaa\u0eb4\u0e94": [[44, "priority-inbox"]], "\u0e82\u0ebd\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "compose-messages"]], "\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[55, "chat-messages"]], "\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0e9a\u0ecd\u0ec8\u0ea1\u0eb5\u0eaa\u0ebd\u0e87\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99": [[66, "silent-messages"]], "\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e9c\u0eb9\u0ec9\u0eae\u0eb1\u0e9a\u0ec3\u0e99\u0edc\u0ec9\u0eb2\u0e82\u0ebd\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "recipient-info-on-composer"]], "\u0e84\u0ea7\u0eb2\u0ea1\u0e95\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0ea7\u0eb1\u0e9a\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a\u0eb5": [[83, "web-browser-requirements"]], "\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": [[44, "security"]], "\u0e84\u0eb3\u0e96\u0eb2\u0ea1\u0e97\u0eb5\u0ec8\u0e9e\u0ebb\u0e9a\u0ec0\u0ea5\u0eb7\u0ec9\u0ead\u0e8d\u0e81\u0ec8\u0ebd\u0ea7\u0e81\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "encryption-faq"]], "\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1": [[44, "meeting-invitations"]], "\u0e88\u0eb0\u0e9b\u0eb4\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ec4\u0e94\u0ec9\u0ec1\u0e99\u0ea7\u0ec3\u0e94?": [[26, "how-can-encryption-be-disabled"]], "\u0e88\u0eb0\u0ec0\u0e81\u0eb5\u0e94\u0eab\u0e8d\u0eb1\u0e87\u0e82\u0eb6\u0ec9\u0e99\u0ec0\u0ea1\u0eb7\u0ec8\u0ead\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a": [[24, "what-happens-when-shared-files-are-deleted"]], "\u0e88\u0eb1\u0e94\u0ea5\u0eb0\u0e9a\u0ebd\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8\u0e94\u0ec9\u0ea7\u0e8d\u0e81\u0eb8\u0ec8\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8": [[42, "organize-your-contacts-with-contact-groups"]], "\u0e88\u0eb1\u0e94\u0ea5\u0ebd\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97\u0eb5\u0ec8\u0ea1\u0eb1\u0e81\u0ec4\u0ea7\u0ec9\u0e97\u0eb2\u0e87\u0ec0\u0e97\u0eb4\u0e87": [[44, "sort-favorites-up"]], "\u0e88\u0eb1\u0e94\u0ec0\u0e81\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[69, "archive-conversations"]], "\u0e88\u0eb3\u0e81\u0eb1\u0e94\u0e9c\u0eb9\u0ec9\u0e97\u0eb5\u0ec8\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab\u0eb1\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5\u0ecc\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99": [[82, "restrict-who-can-see-your-profile-data"]], "\u0e8d\u0ebb\u0e81\u0ea1\u0eb7": [[60, "raise-hand"]], "\u0e8d\u0ebb\u0e81\u0ec0\u0ea5\u0eb5\u0e81\u0e81\u0eb2\u0e99\u0e95\u0eb4\u0e94\u0e95\u0eb2\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0eaa\u0ebb\u0ec8\u0e87\u0ec0\u0ea1\u0ea5 (Mailing list)": [[44, "unsubscribe-from-a-mailing-list"]], "\u0e8d\u0ec9\u0eb2\u0e8d\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0ec4\u0e9b\u0e97\u0eb5\u0ec8\u0ec2\u0e9f\u0e99\u0ec0\u0e94\u0eb5\u0e88\u0ebb\u0e94\u0edd\u0eb2\u0e8d\u0e82\u0eb5\u0ec9\u0ec0\u0eab\u0e8d\u0eb7\u0ec9\u0ead": [[44, "move-messages-to-junk-folder"]], "\u0e94\u0eb2\u0ea7\u0ec2\u0eab\u0ebc\u0e94\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "download-call-participants-list"]], "\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0eab\u0ec9\u0ead\u0e87\u0ec1\u0e8d\u0e81\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[60, "set-up-breakout-rooms"]], "\u0e95\u0eb1\u0ec9\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c\u0eb9\u0ec9\u0ec3\u0e8a\u0ec9": [[19, "set-the-user-status"]], "\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87": [[44, "filter"]], "\u0e95\u0ebb\u0ea7\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb5\u0ea1": [[42, "team-options"]], "\u0e95\u0ebb\u0ea7\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0ead\u0eb1\u0e94\u0eaa\u0eb0\u0ea5\u0eb4\u0e8d\u0eb0 (Smart Picker)": [[66, "smart-picker"]], "\u0e97\u0eb2\u0e87\u0ea5\u0eb1\u0e94\u0e84\u0eb5\u0e9a\u0ead\u0e94": [[44, "keyboard-shortcuts"]], "\u0e97\u0eb5\u0ea1": [[42, "teams"]], "\u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": [[44, "internal-addresses"]], "\u0e97\u0eb8\u0e81\u0e81\u0ec8\u0ead\u0e87\u0e88\u0ebb\u0e94\u0edd\u0eb2\u0e8d": [[44, "all-inboxes"]], "\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a\u0eb5 \u0ec1\u0ea5\u0eb0 \u0ec2\u0e9b\u0ea3\u0ec1\u0e81\u0ea3\u0ea1 Talk Desktop": [[60, "browser-and-talk-desktop-client"]], "\u0e9a\u0ea5\u0eb1\u0ead\u0e81\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1 (Text blocks)": [[44, "text-blocks"]], "\u0e9a\u0eb1\u0e99\u0e97\u0eb6\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "record-a-call"]], "\u0e9a\u0ebb\u0e94\u0e9a\u0eb2\u0e94\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e97\u0eb5\u0ea1": [[42, "team-roles"]], "\u0e9a\u0ebb\u0e94\u0eaa\u0eb0\u0eab\u0ebc\u0eb8\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[66, "chat-summary"]], "\u0e9a\u0ebb\u0e94\u0eaa\u0eb0\u0eab\u0ebc\u0eb8\u0e9a\u0e81\u0eb8\u0ec8\u0ea1\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[44, "thread-summary"]], "\u0e9a\u0ebb\u0e94\u0eaa\u0eb0\u0eab\u0ebc\u0eb8\u0e9a\u0ec2\u0e94\u0e8d AI": [[44, "ai-summary"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e9c\u0ec8\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0eaa\u0ec8\u0ea7\u0e99\u0e95\u0ebb\u0ea7": [[26, "change-private-key-password"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0ea5\u0eb3\u0e94\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0ea5\u0ebd\u0e87": [[44, "change-sort-order"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0eaa\u0eb5\u0ec1\u0e97\u0eb1\u0e81": [[44, "change-color-for-tags"]], "\u0e9b\u0ec8\u0ebd\u0e99\u0eae\u0eb9\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0ea7\u0eb2\u0e87": [[44, "switch-layout"]], "\u0e9e\u0eb7\u0ec9\u0e99\u0eab\u0ebc\u0eb1\u0e87": [[60, "backgrounds"]], "\u0ea1\u0eb5\u0ec1\u0e9c\u0e99\u0e97\u0eb5\u0ec8\u0e88\u0eb0\u0e8d\u0ec9\u0eb2\u0e8d\u0eaa\u0eb4\u0ec8\u0e87\u0e99\u0eb5\u0ec9\u0ec4\u0e9b\u0ec4\u0ea7\u0ec9\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eaa\u0eb9\u0ec8\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a\u0e84\u0eb1\u0ec9\u0e87\u0e95\u0ecd\u0ec8\u0ec4\u0e9b \u0eab\u0ebc\u0eb7 \u0ec3\u0eab\u0ec9\u0ec0\u0e9b\u0eb1\u0e99\u0ea7\u0ebd\u0e81\u0e87\u0eb2\u0e99\u0e9e\u0eb7\u0ec9\u0e99\u0eab\u0ebc\u0eb1\u0e87 (background job) \u0e9a\u0ecd\u0ec8?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "\u0ea1\u0eb8\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": [[65, "grid-view"]], "\u0ea1\u0eb8\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e9c\u0eb9\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2": [[65, "speaker-view"]], "\u0ea1\u0eb8\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0eab\u0e8d\u0ecd\u0ec9\u0e88\u0eb0\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e95\u0ebb\u0ea7\u0ea2\u0ec8\u0eb2\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0eab\u0ebc\u0ec9\u0eb2\u0eaa\u0eb8\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2, \u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0e8a\u0ec8\u0ea7\u0e8d\u0ec3\u0eab\u0ec9\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e87\u0ec8\u0eb2\u0e8d\u0e82\u0eb6\u0ec9\u0e99.": [[55, "compact-view-of-conversations-list"]], "\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a\u0e84\u0eb3\u0ec0\u0e8a\u0eb5\u0e99\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1\u0ead\u0eb1\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1\u0eb1\u0e94": [[44, "meeting-invitation-automation"]], "\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e9c\u0ec8\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb9\u0ec9\u0e84\u0eb7\u0e99": [[26, "recovery-key-password"]], "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97\u0eb5\u0ec8\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99": [[42, "shared-items"]], "\u0ea5\u0eb6\u0e9a\u0ec1\u0e97\u0eb1\u0e81": [[44, "delete-tags"]], "\u0ea7\u0eb4\u0e97\u0eb5\u0e97\u0eb5\u0ec8\u0ec1\u0ead\u0eb1\u0e9a\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0e9e\u0eb7\u0ec9\u0e99\u0e97\u0eb5\u0ec8\u0e88\u0eb1\u0e94\u0ec0\u0e81\u0eb1\u0e9a\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99": [[24, "how-the-deleted-files-app-manages-storage-space"]], "\u0ea7\u0eb4\u0e97\u0eb5\u0ea5\u0eb6\u0e9a\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87": [[44, "how-to-delete-a-filter"]], "\u0ea7\u0eb4\u0e97\u0eb5\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87\u0ec3\u0edd\u0ec8": [[44, "how-to-add-a-new-filter"]], "\u0eaa\u0eb1\u0ec8\u0e87\u0eab\u0ec9\u0eb2\u0ea1\u0e9c\u0eb9\u0ec9\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1": [[69, "ban-participants"]], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b\u0eb4\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ec2\u0e94\u0e8d\u0e9a\u0ecd\u0ec8\u0ea1\u0eb5\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e9c\u0ec8\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9c\u0eb9\u0ec9\u0ec3\u0e8a\u0ec9\u0ec4\u0e94\u0ec9\u0e9a\u0ecd\u0ec8?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "\u0eaa\u0eb2\u0ea5\u0eb0\u0e9a\u0eb2\u0e99": [[6, null]], "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d \u0ec1\u0ea5\u0eb0 \u0eab\u0ec9\u0ead\u0e87\u0e9e\u0eb1\u0e81\u0ea5\u0ecd\u0e96\u0ec9\u0eb2": [[79, null]], "\u0eaa\u0ec9\u0eb2\u0e87\u0e81\u0eb4\u0e94\u0e88\u0eb0\u0e81\u0eb3": [[44, "create-an-event"]], "\u0eaa\u0ec9\u0eb2\u0e87\u0e95\u0ebb\u0ea7\u0e8a\u0ec8\u0ea7\u0e8d\u0e81\u0eb1\u0ec8\u0e99\u0e95\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "create-a-filter-from-a-message"]], "\u0eaa\u0ec9\u0eb2\u0e87\u0e97\u0eb5\u0ea1": [[42, "create-a-team"]], "\u0eaa\u0ec9\u0eb2\u0e87\u0edc\u0ec9\u0eb2\u0ea7\u0ebd\u0e81": [[44, "create-a-task"]], "\u0eab\u0e8d\u0ecd\u0ec9\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0e82\u0ebd\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1": [[44, "minimize-the-composer-modal"]], "\u0eae\u0eb9\u0e9a\u0e9e\u0eb2\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, "contact-picture"]], "\u0eae\u0eb9\u0e9a\u0ea5\u0eb1\u0e81\u0eaa\u0eb0\u0e99\u0eb0": [[55, null]], "\u0eae\u0eb9\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[65, null]], "\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97\u0eb1\u0e99\u0e97\u0eb5": [[60, "immediately-join-a-call"]], "\u0ec0\u0e84\u0eb7\u0ead\u0e82\u0ec8\u0eb2\u0e8d\u0eae\u0ec8\u0ea7\u0ea1": [[70, null]], "\u0ec0\u0e84\u0eb7\u0ec8\u0ead\u0e87\u0eab\u0ebc\u0eb4\u0ec9\u0e99\u0ea7\u0eb4\u0e94\u0eb5\u0ec2\u0ead": [[21, "video-player"]], "\u0ec0\u0e87\u0eb7\u0ec8\u0ead\u0e99\u0ec4\u0e82": [[44, "conditions"]], "\u0ec0\u0e95\u0eb1\u0ea1\u0e88\u0ecd": [[60, "full-screen"]], "\u0ec0\u0e9a\u0eb4\u0ec8\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b\u0eb5\u0e94\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94": [[78, "view-all-open-conversations"]], "\u0ec0\u0e9b\u0eb1\u0e99\u0ec4\u0e9b\u0ec4\u0e94\u0ec9\u0e9a\u0ecd\u0ec8\u0e97\u0eb5\u0ec8\u0e88\u0eb0\u0e9b\u0eb4\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0e94\u0ec9\u0ea7\u0e8d\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb9\u0ec9\u0e84\u0eb7\u0e99?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u0ec0\u0e9b\u0eb5\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2": [[78, null]], "\u0ec0\u0e9b\u0eb5\u0e94\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e84\u0ebb\u0ec9\u0e99\u0eab\u0eb2\u0ec3\u0e99\u0ec0\u0e99\u0eb7\u0ec9\u0ead\u0ec3\u0e99\u0ec0\u0ea1\u0ea5": [[44, "enable-mail-body-search"]], "\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0e9a\u0eb1\u0e99\u0e8a\u0eb5\u0ec0\u0ea1\u0ea5\u0ec3\u0edd\u0ec8": [[44, "add-a-new-mail-account"]], "\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a\u0eb4\u0e81\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ec3\u0e99\u0e97\u0eb5\u0ea1": [[42, "add-members-to-a-team"]], "\u0ec0\u0ea5\u0eb5\u0ec8\u0ea1\u0e95\u0ebb\u0ec9\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "start-the-call"]], "\u0ec0\u0ea5\u0eb7\u0ec8\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e88\u0ec9\u0e87\u0ec0\u0e95\u0eb7\u0ead\u0e99 (Snooze)": [[44, "snooze"]], "\u0ec1\u0e81\u0ec9\u0ec4\u0e82 \u0eab\u0ebc\u0eb7 \u0ea5\u0ebb\u0e9a\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8": [[42, "edit-or-remove-contact-information"]], "\u0ec1\u0e81\u0ec9\u0ec4\u0e82\u0ec1\u0e97\u0eb1\u0e81 (Tags)": [[44, "edit-tags"]], "\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84\u0eb8\u0ea1 Talk": [[69, "talk-dashboard"]], "\u0ec1\u0ead\u0eb1\u0e9a\u0ec3\u0e99\u0ea1\u0eb7\u0e96\u0eb7": [[60, "mobile-clients"]], "\u0ec2\u0e84\u0e95\u0ec9\u0eb2": [[24, "quotas"]], "\u0ec3\u0e8a\u0ec9\u0ec2\u0edd\u0e94\u0e81\u0eb0\u0e97\u0eb1\u0e94\u0eae\u0eb1\u0e94": [[44, "use-compact-mode"]], "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7\u0ec8\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": [[60, "during-a-call"]], "\u0ec4\u0e84\u0ea5\u0ec0\u0ead\u0eb1\u0e99\u0eaa\u0eb3\u0ea5\u0eb1\u0e9a\u0ea1\u0eb7\u0e96\u0eb7": [[25, "mobile-clients"]], "\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e9a\u0ecd\u0ec8\u0e96\u0eb7\u0e81\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94": [[26, "files-not-encrypted"]], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e8a\u0ec9\u0ead\u0e99\u0e97\u0eb1\u0e9a\u0ec3\u0e99\u0e95\u0ebb\u0ea7\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc": [[19, "file-manager-overlay-icons"]], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99": [[21, "sharing-status-icons"]], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a": [[19, "systray-icon"]], "\u0edc\u0ec9\u0eb2\u0e95\u0ec8\u0eb2\u0e87\u0e97\u0ebb\u0ec8\u0ea7\u0ec4\u0e9b": [[19, "general-window"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 28, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 28, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "42wim": 74, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 20, 27, 35, 37, 39, 41, 44, 51, 53, 56, 57, 58, 66, 72, 76, 80, 81], "And": 80, "As": [0, 35, 41, 48, 56, 77], "At": [20, 49, 54], "Be": 12, "By": [0, 5, 10, 41, 48], "For": [0, 2, 6, 10, 13, 14, 17, 20, 27, 35, 36, 39, 41, 47, 51, 62, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 20, 21, 26, 27, 28, 33, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 50, 51, 54, 62, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 35, 36, 37, 38, 41, 44, 45, 46, 48, 49, 50, 51, 62, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 20, 33, 38, 41, 73, 76, 80, 81, 82], "Its": 20, "No": [9, 15, 36, 41], "Not": [41, 69, 83], "On": [9, 14, 15, 17, 20, 41, 50], "One": 41, "Or": [25, 45], "That": 12, "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 25, 27, 33, 35, 36, 37, 38, 39, 41, 42, 44, 46, 50, 52, 54, 58, 62, 72, 76, 80, 81], "Then": [12, 20, 48, 51, 76], "There": [17, 20, 41, 45, 72], "These": [14, 41], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 70, 80, 81, 82], "With": [10, 20, 21, 35], "_": [8, 24, 64, 74], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": 12, "abl": [12, 20, 27, 36, 41, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 33, 37, 41, 69, 71, 73, 76], "abov": [0, 20, 21, 35, 36, 41, 47, 72, 76, 82], "absenc": 41, "acceler": 15, "accept": [35, 37, 41], "access": [0, 1, 3, 5, 6, 8, 14, 15, 26, 30, 38, 39, 41, 44, 45, 46, 54, 57, 62, 72, 76, 81, 83], "accessibli": 5, "accident": 41, "accordingli": 62, "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 56, 57, 62, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 20, 54, 80, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 42, 44, 81, 82], "add": [1, 2, 5, 7, 12, 17, 20, 27, 28, 35, 36, 38, 46, 47, 48, 49, 51, 56, 76, 83], "addflag": 44, "addit": [0, 13, 20, 21, 41, 56, 76, 82], "address": [7, 8, 9, 20, 27, 41, 42, 45, 47, 49, 50, 51, 72, 82, 83], "addressbook": 51, "adjust": [9, 10, 11, 12, 15, 20, 35, 39, 82], "admin": [13, 14, 36], "admin_manu": 24, "administr": [1, 7, 14, 20, 21, 26, 27, 31, 33, 35, 36, 37, 38, 41, 44, 57, 62, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 20, 39, 41, 44, 45, 47, 48, 57, 62, 76, 81, 83], "afterward": 5, "ag": [20, 33], "again": [1, 9, 12, 21, 39, 41, 44, 45, 50, 54, 72, 81], "against": [12, 18, 33, 81], "agenda": [44, 57], "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": 52, "alic": 41, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 27, 33, 35, 36, 37, 41, 44, 45, 46, 50, 51, 53, 54, 56, 57, 58, 62, 76, 78, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 29, 33, 35, 40, 41, 44, 56, 57, 58, 62, 63, 75, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 35, 41, 45, 50, 51, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 39, 41, 44, 46, 56, 58, 60, 72, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29], "alwai": [7, 15, 20, 25, 41, 42, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 42, 44, 45, 46, 47, 48, 50, 51, 54, 56, 57, 60, 70, 73, 76, 80], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 20, 21, 26, 27, 28, 29, 33, 39, 41, 44, 54, 57, 62, 72, 80, 83], "anonym": [20, 29, 56], "anoth": [12, 27, 35, 41, 76, 81], "answer": 5, "anyon": 82, "anyth": [12, 48], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 20, 21, 29, 33, 36, 38, 39, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 64, 67, 71, 73, 80, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 20, 21, 27, 36, 41, 42, 44, 51, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 36, 44], "applic": [6, 7, 10, 14, 16, 17, 20, 27, 41, 42, 46, 47, 48, 49, 72], "appoint": [48, 52], "appropri": [20, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 20, 21, 25, 26, 27, 33, 35, 36, 37, 38, 39, 40, 41, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": 20, "arch": 8, "archiv": [8, 14, 21], "area": 41, "around": 36, "arrow": [15, 39, 50, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 27, 35, 37, 41, 45, 50, 62], "assign": [20, 21, 58], "assist": [6, 80], "assum": 15, "attach": [29, 36, 67, 73], "attempt": [10, 14, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 27, 35, 39, 41, 44, 47, 50, 56, 58, 62], "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 20, 27, 35, 39, 40, 45, 46, 47, 50, 57, 58, 60, 72, 73, 76, 82], "avatar": [19, 20, 41, 42], "avoid": 15, "awai": [41, 48], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 48, 62, 71, 72, 83], "backend": [1, 54], "background": [16, 27, 72, 80], "backup": [39, 41, 81], "badg": [10, 21], "bar": [0, 1, 20, 21, 41, 48, 58, 62, 72, 76, 83], "base": [7, 8, 10, 20, 45, 57, 80, 81], "basi": 15, "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": 0, "becaus": [7, 12, 15, 20, 26, 38, 46], "becom": [5, 10], "been": [7, 8, 10, 12, 14, 15, 20, 21, 25, 35, 41, 42, 44, 57, 81], "befor": [12, 15, 17, 18, 20, 27, 41, 44, 62, 72], "begin": [47, 80], "behalf": 44, "behavior": [7, 9, 10, 11], "being": [7, 12, 15, 20, 37], "bell": 83, "below": [0, 9, 10, 11, 17, 20, 33, 41, 44, 51], "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 43, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 33], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": 11, "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [41, 49], "blur": [60, 72], "board": 2, "bob": 35, "bodi": 44, "bold": 66, "book": [42, 45, 47, 50, 82], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 44, 47, 48, 52], "bottom": [0, 1, 4, 20, 44, 50, 51, 54, 83], "bound": 9, "box": [0, 20, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 60, 72, 81, 83], "bsd": 14, "bucket": 27, "bug": [7, 12, 18], "build": [14, 18], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15], "busi": [40, 44], "button": [1, 2, 5, 14, 20, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 43, 46, 48, 49, 52, 69, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 71, 73, 77, 80, 82], "camera": [45, 60, 72], "can": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 60, 62, 70, 71, 72, 73, 75, 76, 77, 78, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [20, 21, 29, 36, 41, 44, 56], "capabl": 20, "caption": [56, 76], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 45, 48, 62, 82], "categori": [0, 45], "caus": 80, "caution": 9, "cellular": 48, "center": 20, "cento": 20, "cert": 20, "certain": [11, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 20, 21, 25, 29, 36, 37, 41, 44, 48, 51, 58, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "chart": 15, "chat": [6, 35, 57, 62, 71, 73, 76, 77, 80], "check": [0, 7, 9, 12, 20, 27, 36, 62, 72], "checkbox": [21, 36, 41, 62], "checkmark": 41, "chip": 83, "chmod": 20, "choic": [12, 37, 56], "choos": [0, 1, 2, 5, 12, 15, 20, 21, 27, 29, 37, 41, 44, 45, 48, 49, 50, 51, 52, 54, 56, 58, 72, 81], "chose": 41, "chosen": [15, 37], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 35, 69], "circular": 39, "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": 15, "clean": 12, "clear": [16, 20], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 60, 62, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 38, 41, 45, 49, 50, 51, 53, 54, 60, 73], "clipboard": [41, 51], "clock": 81, "close": [5, 14, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35], "collaps": [44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 66], "com": [8, 9, 12, 15, 17, 20, 24, 35, 41, 43, 45, 47, 48, 49, 51, 64, 70, 73, 74], "come": [41, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 81], "complet": [1, 9, 14, 17, 20, 28, 45, 62, 66], "complex": 41, "complianc": 62, "compliant": [53, 80], "compos": [44, 80], "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 24, "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 33, 35, 36, 37, 44, 45, 49, 52, 54, 57, 62, 77, 82], "configuration_serv": 24, "confirm": [9, 12, 27, 28, 41, 42, 44, 45, 47], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 81, 82], "consid": [17, 20], "consider": [6, 12, 17], "consist": 15, "consol": 20, "contact": [0, 20, 27, 33, 41, 44, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 21, 39, 41, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 45, 50], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 53, 57, 82], "conveni": 0, "convers": [1, 6, 35, 44, 57, 58, 62, 69, 71, 72, 73, 75, 77, 78], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [20, 81], "correctli": [15, 20], "correspond": [0, 41], "could": [27, 41, 44], "couldn": 44, "count": 33, "countri": 41, "coupl": 15, "cover": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 25, 29, 33, 39, 40, 44, 45, 48, 51, 54, 56, 58, 71, 76, 77, 82], "creation": [36, 76], "credenti": [20, 27, 45, 49, 51], "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 20, 21, 25, 35, 38, 39, 41, 58], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 20, 41, 80, 83], "customis": 83, "cycl": 12, "d": [20, 41, 56], "dai": [0, 11, 33, 39, 41, 83], "daili": [18, 41], "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 33, 38, 39, 41, 43, 45, 48, 53, 66, 82], "databas": 33, "date": [12, 15, 19, 20, 35, 41, 44, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41], "decor": 15, "decrypt": 38, "dedic": [15, 20, 44, 45, 50], "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 20, 21, 35, 41, 48], "defin": [15, 41], "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 21, 24, 27, 28, 33, 36, 44, 58, 80], "deni": 54, "depend": [0, 12, 17, 20, 21, 27, 36, 41, 48, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 72, 76], "deselect": 20, "design": [3, 20, 80], "desir": [12, 20, 41], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 27, 33, 35, 36, 37, 39, 41, 44, 52, 82], "detect": [9, 15, 41], "determin": 41, "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 72, 81, 83], "dialog": [9, 12, 14, 16, 19, 21, 36, 44, 46, 51, 56, 58], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": 12, "differ": [0, 7, 8, 10, 20, 21, 35, 41, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 35, 41], "directli": [0, 1, 15, 21, 27, 36, 41, 44, 56, 62, 75], "directori": [8, 14, 16, 19, 20, 25, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 20, 21, 35, 41, 47, 57, 60, 62, 72], "disallow": 7, "disappear": 42, "disconnect": [20, 54], "discord": 74, "discov": [41, 45], "discoveri": [9, 15, 47, 50], "discuss": [44, 58, 76], "disk": [15, 20, 26, 33, 39], "displai": [1, 12, 15, 16, 20, 21, 37, 41, 44, 46, 51, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [41, 69], "divid": 58, "do": [0, 7, 8, 9, 12, 14, 17, 28, 33, 36, 41, 44, 45, 47, 62, 69, 72, 81], "doc": 24, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 33, 35, 37, 46, 57, 80], "doe": [7, 8, 9, 12, 20, 25, 28, 48, 49, 54, 81], "doesn": [20, 46], "dolphin": 19, "domain": [20, 47], "don": [5, 39, 41, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 21, 27, 35, 36, 41, 44], "doubl": [12, 14], "down": [0, 12, 20, 50, 76], "download": [7, 10, 11, 12, 20, 21, 25, 27, 35, 39, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 29, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41], "dure": [41, 51, 62, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 21, 27, 35, 36, 41, 58, 82, 83], "earlier": 41, "eas": 80, "easi": [2, 5, 20], "easili": [5, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 20, 21, 28, 29, 33, 35, 38, 44, 56, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 58, 80], "effect": [15, 35, 81], "either": [8, 12, 35, 38, 41, 45, 47, 49, 76], "element": [58, 80], "elimin": 41, "els": [10, 14, 72], "email": [29, 41, 44, 45, 49, 51, 73, 83], "emb": [2, 41], "embed": 41, "eml": 12, "emoji": [2, 5], "emphas": 2, "empti": [2, 21, 38, 41], "en": 74, "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 20, 21, 25, 27, 29, 33, 35, 41, 44, 45, 46, 49, 51, 57, 60, 62, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 26, 27, 30, 33, 47, 49], "end": [20, 30, 34, 35, 41, 57, 62, 80], "engag": 41, "enough": 12, "ensur": [7, 15, 20, 41, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 45, 46, 47, 48, 51, 54, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 41, 44], "entri": [0, 1, 2, 15, 20, 21, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 44, 51, 52, 83], "everi": [0, 9, 20, 21, 36, 39, 41, 54, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": 21, "exactli": 5, "exampl": [15, 17, 20, 35, 41, 45, 47, 48, 51, 57, 70, 80, 81], "exce": [20, 33, 39], "excel": 29, "except": [20, 44], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "execut": [1, 38, 57], "exist": [12, 15, 20, 35, 41, 44], "exit": [8, 20], "expand": [20, 44, 80], "expect": 2, "experi": [18, 20, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [52, 56], "extens": [12, 20], "extern": [2, 22, 30, 41, 54, 56, 57, 77], "extra": 12, "ey": 80, "f": [12, 17, 45, 60, 72, 80, 83], "face": 82, "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 20, 21, 40, 41, 42, 44, 50, 62, 74], "feder": [23, 30, 70, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": 6, "fetch": 41, "few": [48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 20, 21, 27, 36, 37, 41, 44, 47, 51, 56, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 19, 23, 24, 25, 26, 28, 29, 31, 33, 37, 38, 39, 41, 42, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": 16, "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 50, 56], "filter": [1, 36, 42, 76, 83], "final": [20, 41], "find": [12, 14, 20, 21, 24, 25, 35, 37, 41, 42, 47, 48, 50, 56, 57, 70, 72, 73, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 39, 41, 44, 48, 56, 71, 81], "fit": 80, "fix": [7, 14, 48], "fledg": 50, "fleet": 19, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 58], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 33, 35, 36, 37, 41, 53], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 20, 21, 27, 35, 41, 44, 45, 46, 47, 48, 49, 51, 52, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": 5, "form": [1, 26, 35, 42, 45], "format": [2, 5, 9, 15, 21, 41], "formerli": 45, "forth": [1, 41], "forward": [41, 76], "found": [20, 41, 57, 72, 83], "fourth": 41, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 53, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 33, 35, 36, 37, 38, 39, 41, 44, 45, 46, 49, 51, 53, 54, 56, 58, 62, 73, 76, 82, 83], "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 50, 57, 60, 73], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 42, 81], "further": [10, 20, 38, 41, 82], "futur": [1, 10, 20, 62], "g": [0, 4, 8, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": 8, "gb": 11, "gear": 51, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 37, 39, 41, 47, 51, 56, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 62], "given": 35, "glanc": 36, "global": [76, 82], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": 41, "grant": [14, 41, 44, 45], "granular": 41, "gravatar": 42, "green": [27, 72], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 83], "groupwar": [41, 43, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 69, 73, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 20, 21, 25, 27, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 72, 80, 81, 83], "hand": [5, 60, 80], "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 25, 28, 29, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 58, 80], "help": [11, 15, 16, 18, 33, 41, 42, 53, 57, 80, 82, 83], "here": [2, 15, 50, 72], "hesit": 80, "hidden": [4, 8], "hide": [29, 35, 44, 72], "hierarch": 2, "hierarchi": 35, "high": 80, "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hold": 60, "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "hood": 15, "horizont": 2, "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 76], "hourli": 0, "hover": [2, 42, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 81], "howev": [7, 10, 12, 41], "hr": 9, "href": 20, "html": [24, 41], "http": [8, 9, 11, 12, 20, 24, 35, 41, 43, 45, 47, 48, 49, 51, 64, 74], "httpproxi": 8, "hub": [41, 44], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 20, 21, 27, 28, 29, 33, 35, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 60, 62, 72, 73, 75, 76, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 44, 45, 50, 51, 54, 60, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "idea": 10, "ideal": 54, "ident": [70, 81], "identifi": [15, 41, 54], "ifram": 41, "ignor": [8, 12, 41], "imag": [1, 21], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 53, 54, 62], "implement": [20, 25], "implicit": 20, "import": [2, 12, 15, 20, 38, 42, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": 20, "includ": [6, 8, 10, 20, 21, 41, 52, 62], "incom": [35, 37], "incorrect": 9, "increas": [11, 15, 20, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [20, 21, 27, 44, 51, 62], "individu": [14, 27, 41, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 62, 81, 82, 83], "inhibit": 8, "ini": 9, "initi": [35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 41, 56, 80], "insert": [1, 2, 72], "insid": [21, 27, 41, 48, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 20, 41, 45, 48, 52, 57, 73, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 45, 57, 70, 82], "instead": [9, 12, 15, 20, 21, 41, 45, 51], "instruct": [20, 21, 51, 57], "integr": [12, 46, 49, 57, 67, 68, 73, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 20, 22, 24, 25, 30, 44, 73, 80], "interfer": 7, "intern": 41, "internet": [20, 48, 49], "interoper": 41, "interv": [9, 12], "introduc": 41, "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [36, 41], "invit": [45, 70, 72], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73, 74], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 66, 80], "italic": 66, "item": [8, 15, 21, 24, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 20, 21, 41, 42, 44, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 62, 71, 73, 78, 80], "joinabl": 58, "jpg": 20, "json": 56, "jump": [2, 15, 21], "junk": 44, "just": [2, 5, 12, 18, 20, 21, 27, 41, 45, 50, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 38, 39, 41, 76, 81], "kei": [7, 33, 41, 46, 72, 81, 83], "kept": [15, 26], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 36, 41, 51], "land": 2, "languag": 1, "larg": [29, 53], "larger": 33, "last": [5, 39, 54, 83], "later": [1, 2, 5, 44, 50, 54, 56, 72, 76], "latest": [7, 14, 18, 24, 25, 52, 74, 83], "latter": 46, "launch": [7, 12, 14, 16, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 26, 46, 48, 49], "least": [1, 39], "leav": [20, 21], "left": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 50, 52, 80, 83], "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 62, 72, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 62, 80], "librari": [9, 17], "like": [5, 7, 15, 20, 21, 35, 41, 44, 47, 56, 57, 70, 80, 81], "limit": [12, 15, 20, 31, 37, 39, 41, 83], "line": [6, 7, 12, 13, 14, 17, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 56, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 66, 72, 81], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [33, 56, 72], "live_transcript": 64, "ll": [2, 41, 58], "llm": 44, "load": 80, "lobbi": 77, "local": [8, 9, 10, 14, 15, 20, 21, 28, 41, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 20, 21, 41, 44, 50, 51], "lock": 82, "log": [6, 8, 14, 16, 20, 21, 29, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 20, 45, 46, 50, 54, 81], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 41], "longer": [41, 76, 81], "look": [33, 35, 38, 41, 44, 47, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lot": 10, "lower": 80, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 45, 47], "magic": 5, "mai": [0, 7, 11, 12, 14, 15, 17, 20, 26, 27, 29, 33, 35, 36, 37, 41, 48, 62, 80], "mail": [0, 6, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 20, 41, 54, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 20, 25, 28, 29, 35, 39, 41, 47, 49, 58], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 27, 30, 31, 33, 44, 46, 50, 51, 56, 57, 77, 81], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 27, 36, 39, 44, 45, 48, 49, 50, 58, 62], "mark": [15, 21, 27, 44, 54, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 20, 27, 41, 44, 81], "mechan": 7, "media": [8, 21, 62], "meet": [39, 57, 72, 83], "member": [2, 5, 20, 35], "memori": 1, "mention": [57, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 44, 48, 49, 51, 58, 62, 71, 72, 75, 76, 80, 82, 83], "messag": [1, 16, 20, 41, 44, 47, 51, 56, 57, 58, 67, 69, 73, 80, 81, 83], "metadata": [19, 33], "method": [7, 20, 27, 41, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [7, 9, 10, 14, 20, 41, 44, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": [18, 44], "minimum": [9, 11, 83], "minut": [9, 27, 39, 41, 48], "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 73, 81], "modal": [41, 44, 80, 83], "mode": [44, 60, 69, 80], "model": 1, "moder": [6, 56, 58, 60, 62, 73, 76], "modif": 12, "modifi": [0, 20, 21], "monitor": [8, 12, 57, 72], "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 33, 36, 39, 41, 42, 45, 46, 48, 49, 50, 51, 53, 56, 58, 73, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 41, 44, 48, 83], "mount": [21, 27, 35], "mous": [2, 80], "move": [0, 9, 20, 21, 44, 52, 58, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 20, 27, 28, 38, 41, 51, 52, 62], "mute": [60, 72, 80], "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 45, 47, 48, 50, 51, 54, 60, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 49, 51, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 45, 46, 48, 49, 50, 58, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 50], "never": [38, 39, 41], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 44, 45, 48, 50, 51, 52, 54, 56, 69, 76, 80], "newer": [41, 42, 44, 80], "newli": [12, 15, 41], "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 44, 46, 47, 48, 50, 51, 56, 60, 62, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 64, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "non": [2, 8, 9, 14, 20, 49], "none": [47, 51], "normal": [7, 9, 41, 66], "note": [2, 4, 35, 41, 51, 76], "notic": [10, 41], "notif": [6, 7, 9, 10, 35, 37, 62, 72, 76, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 41, 42, 45, 46, 47, 48, 81], "number": [11, 15, 28, 35, 41, 58], "o": 8, "object": [0, 27, 35], "observ": 14, "oc": 20, "occ": 27, "occur": [0, 10, 20, 41], "oct": 20, "off": [1, 80], "offer": [7, 15, 20, 21, 35, 41, 73, 80], "offic": [12, 20, 21, 41], "offici": 14, "offlin": [15, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 20, 33, 80], "oldest": [33, 39], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 51, 52, 54, 58, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 20, 21, 25, 35, 36, 38, 39, 41, 44, 45, 53, 56, 81, 82, 83], "ones": [8, 41, 45], "ongo": 62, "onli": [0, 2, 4, 7, 14, 15, 20, 27, 28, 35, 36, 38, 39, 41, 44, 46, 47, 54, 76, 77, 81, 82, 83], "onlin": [2, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 20, 21, 27, 28, 29, 36, 37, 38, 41, 44, 45, 46, 47, 48, 53, 58, 72, 76, 78, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 20, 44, 53], "opportun": 12, "opt": 9, "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 45, 48, 56, 58, 62, 72, 76, 82, 83], "order": [12, 35, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 76], "organis": 36, "origin": [33, 44], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 20, 21, 25, 26, 27, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 70, 71, 73, 81, 82, 83], "otherwis": 15, "our": [14, 15, 73, 80], "out": [5, 20, 35, 39, 41, 57, 73, 80, 81, 83], "outbound": 35, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 27, 41, 42, 49, 76], "overal": 80, "overflow": 27, "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 33], "overview": [0, 2, 54, 57, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 53, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 33, 35, 37, 41, 44], "ownership": [23, 30], "p": 8, "packag": [7, 8, 14, 17, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 41, 54, 77, 80, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15], "paramet": [20, 52], "parent": [19, 21, 58], "part": [2, 5, 12, 20], "parti": [12, 41, 70], "particip": [41, 56, 57, 58, 62, 71, 72, 77], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 45, 46, 47, 48, 49, 50, 51, 81, 82, 83], "past": [41, 51], "path": [8, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 39], "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "peopl": [2, 29, 41, 82, 83], "per": [0, 4, 8, 15, 41, 45], "perfectli": 18, "perform": [7, 8, 9, 20], "period": [27, 33, 41, 76, 83], "perman": [4, 12, 15, 24, 41], "permiss": [20, 37, 45, 57], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [45, 81, 82], "photo": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 53, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 41, 80, 82], "plist": 17, "plu": 41, "point": [10, 14, 20, 27, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popular": 41, "popup": 41, "port": [8, 9, 20, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 20, 35, 38, 41, 58, 62, 76], "possibli": [20, 41], "post": [51, 57], "power": [1, 48], "ppa": 8, "pre": [18, 66], "preconfigur": 14, "predefin": 41, "prefer": [0, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52], "prepar": [18, 41, 62], "preselect": 2, "present": [7, 21, 27], "preserv": 21, "press": [1, 2, 5, 14, 20, 44, 46, 60, 72, 83], "prevent": [35, 41, 82], "preview": [2, 15, 21, 26, 41, 44], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "primari": 80, "princip": [47, 51], "prior": 7, "privaci": [38, 53, 62, 83], "privat": [41, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "proc": 12, "procedur": 50, "process": [8, 12, 39, 41, 52, 62], "produc": [9, 21], "profil": [6, 9, 27, 41, 44, 82], "program": [12, 14, 17], "progress": 15, "prompt": [8, 9, 14, 20, 51, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": 20, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": 52, "propstat": 20, "protect": [20, 35, 38, 81], "protocol": [12, 20, 27, 47, 50], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 20, 21, 38, 41, 53, 56, 57], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 82], "publish": 82, "pull": 41, "push": [0, 60, 80], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": 8, "quick": [2, 76], "quicker": 80, "quickli": [5, 21, 83], "quiet": 17, "quit": 17, "quota": [20, 24, 30, 32], "r": [51, 60, 80], "radio": 42, "rais": [11, 60, 80], "random": 35, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 33, 41], "reach": [27, 41, 44, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 80, 82], "reader": [0, 80], "readi": [18, 27], "readthedoc": 74, "reappear": 45, "rearrang": 83, "reason": 47, "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 62, 70, 72, 76, 81], "recent": [0, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41, 44], "recogn": 20, "recognis": 15, "recommend": [15, 20], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [27, 62], "reddit": 51, "redirect": [72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 76], "remain": 11, "rememb": 1, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 20, 27, 28, 33, 36, 38, 41, 42, 44, 57, 83], "renam": [0, 21, 35, 36], "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 41, 45, 47, 51], "repli": [44, 57, 76], "report": [15, 18, 20, 44, 80], "repositori": [8, 9], "reproduc": [14, 18], "request": [1, 20, 45], "requir": [1, 7, 8, 15, 20, 27, 38, 41, 45, 47, 62, 81], "reset": 41, "reshar": [35, 41], "resiz": 60, "resolv": [10, 15], "resourc": [20, 45, 46, 48], "resourcetyp": 20, "respect": [41, 49, 52, 58], "respond": 57, "respons": [6, 20, 41], "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 39, 41], "restrict": [20, 36, 82], "result": [1, 9, 15, 48, 83], "resum": 44, "retent": [33, 36], "retri": [8, 11, 27, 44], "retriev": 20, "return": [21, 42, 60], "reveal": 15, "revert": 35, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 20, 35, 39, 42, 44, 48, 50, 80, 83], "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36], "rss": 6, "rule": [36, 41], "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 81], "sai": [10, 20], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 44, 46, 47, 48, 51, 54, 56, 62, 80], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52], "scheme": 12, "scope": [14, 82], "scp": 20, "screen": [14, 20, 45, 51, 60, 62, 63, 73, 80, 81], "screenshar": 63, "script": [17, 20], "scroll": [20, 51], "seamlessli": 15, "search": [2, 8, 26, 36, 37, 41, 42, 46, 72, 78, 80, 82, 83], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 44, 48, 56, 62, 66], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 36, 37, 41, 42, 52, 62, 72, 77], "secur": [6, 20, 30, 38, 45, 51, 53, 83], "see": [1, 2, 9, 10, 12, 13, 14, 20, 21, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 44, 56, 58, 62, 72, 81, 82, 83], "seen": 51, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 50, 51, 56, 62, 72, 76, 81], "selector": 41, "self": [20, 49, 76], "send": [0, 1, 20, 29, 41, 45, 58, 76, 80], "sender": [44, 76], "sens": 10, "sent": [0, 10, 28, 41, 44], "separ": [0, 1, 41, 44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 41, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 77], "session": [9, 20], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 35, 36, 37, 38, 44, 45, 46, 47, 48, 49, 51, 52, 54, 56, 62, 70, 73, 77, 80, 81, 82], "settl": 41, "setup": [11, 12, 41, 45, 51, 58], "sever": [62, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 19, 29, 30, 33, 37, 38, 53, 62, 63, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": [18, 41, 44], "shortcut": [20, 60, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 20, 41, 45, 46, 47, 48, 51, 81], "show": [0, 1, 4, 9, 10, 12, 20, 21, 27, 35, 36, 37, 41, 42, 44, 54, 60, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 41, 42, 44, 46, 83], "side": [5, 10, 15, 20, 27, 35, 38, 44, 49, 50, 52], "sidebar": [2, 5, 6, 15, 20, 27, 35, 36, 39, 41, 44, 58, 71, 76, 80, 83], "siev": 44, "sign": [20, 49], "signific": 20, "significantli": 20, "silent": [7, 8], "similar": [15, 20, 41, 42], "similarli": 46, "simpl": [5, 27, 39, 41], "simpli": [17, 25, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 50, 81], "singl": [0, 8, 21, 36, 41, 72, 81], "singleton": 44, "sip": 69, "situat": [10, 11], "size": [9, 11, 20, 31, 33, 80], "skip": [11, 80], "skipupdatecheck": 7, "slot": 41, "slow": 20, "small": 49, "smaller": 58, "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "so": [1, 5, 7, 9, 12, 14, 15, 20, 21, 27, 29, 36, 41, 44, 48, 54, 72, 80, 81, 82, 83], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 26, 27, 33, 35, 41, 44, 48, 57, 80, 82], "somebodi": 72, "someon": [10, 41, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 20, 33, 39, 60, 72, 80], "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 29, 51], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 44, 58, 76, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 47, 58], "speech": 1, "speed": 20, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 41, 44, 45, 52, 58, 62, 71, 73, 76], "startup": 20, "state": [8, 15, 20, 44], "statu": [7, 20, 25, 27, 40, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 45, 46, 47, 48, 49, 50, 51], "still": [2, 9, 15, 21, 33, 41, 47, 62, 80], "stolen": 81, "stop": [41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 20, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72], "strikethrough": [15, 41], "stripe": 41, "strongli": 20, "structur": [2, 3, 21], "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": 50, "suit": [8, 83], "suitabl": 41, "summar": 1, "summari": [44, 57], "superior": 35, "support": [8, 16, 17, 20, 21, 39, 41, 44, 46, 49, 50, 51, 53, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 81], "swift": [20, 27], "switch": [8, 10, 21, 80, 83], "sy": 12, "symbol": [12, 19, 41], "sync": [8, 14, 17, 19, 20, 25, 41, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntax": 20, "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 20, 21, 27, 30, 32, 39, 41, 49, 51, 62], "t": [5, 10, 14, 20, 39, 41, 44, 46, 80, 81], "tab": [0, 1, 12, 20, 21, 35, 39, 41, 56, 72, 76, 80], "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 33, 41, 48, 62, 83], "taken": 41, "talk": [0, 1, 6, 35, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": 45, "target": [9, 15, 20, 35, 37, 41, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 45, 46, 48, 57, 66], "team": [2, 3, 6, 27, 42, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": 41, "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": 41, "terabyt": 12, "term": [1, 18, 41, 46], "termin": 15, "test": [9, 10, 12, 14, 18, 20, 24, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 20, 33, 39, 50, 56, 81], "thank": 51, "thei": [5, 8, 10, 15, 20, 28, 37, 40, 41, 56, 62, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 35, 36, 41, 42, 45, 49, 53, 56, 58, 80, 81], "theme": 6, "themselv": 58, "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 60, 62, 72, 80, 81, 82, 83], "thing": 50, "think": [2, 41], "third": 12, "those": [0, 25, 41, 50, 53, 54], "though": [9, 12, 20], "thread": [1, 44], "three": [1, 14, 21, 27, 35, 36, 41, 44, 56, 58], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 35, 41, 44, 45, 58], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "time": [8, 9, 10, 12, 14, 15, 20, 35, 36, 39, 44, 48, 49, 57, 58, 62, 72, 76, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26, 44], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": 41, "tool": [1, 2, 7, 17, 36, 81], "toolbar": [2, 5, 36, 44, 72], "top": [0, 1, 2, 20, 21, 36, 41, 42, 44, 58, 62, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14], "trail": 21, "transcript": 1, "transfer": [20, 23, 27, 30, 41], "translat": [4, 53], "trash": [9, 21, 24, 28, 33, 54], "trashbin_retention_oblig": 24, "travel": 41, "tri": [8, 44, 47], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16], "trust": [8, 20, 38, 82], "try": [14, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 50, 75], "two": [2, 6, 7, 10, 12, 17, 25, 36, 39, 44, 45, 46, 50, 51, 54, 56, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 20, 21, 36, 37, 41, 47, 49, 50, 57, 80, 81], "typefac": 80, "typic": [57, 81], "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27], "uncheck": [0, 36, 41], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 46, 51, 70, 72, 80, 81], "undergo": 9, "understand": [33, 44], "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 44, 76, 83], "uninstal": [6, 13], "unintend": 9, "uniqu": 41, "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [80, 83], "unresolv": 10, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 33, 39, 41, 44, 56, 72, 76], "up": [7, 9, 15, 19, 20, 33, 45, 49, 51, 62, 76, 77, 81, 83], "upcom": [51, 83], "updat": [0, 6, 10, 13, 14, 20, 41, 44, 45, 48, 54], "upload": [9, 11, 15, 20, 27, 29, 31, 33, 35, 41, 62, 72], "upon": [7, 20], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 43, 44, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 27, 33, 36, 37, 38, 39, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 70, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 47], "utf": 20, "v": [60, 72, 80], "v3": 41, "v6": 41, "valid": [41, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 20], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 41], "varieti": [81, 82], "variou": 41, "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 80], "verifi": [20, 41], "version": [4, 7, 9, 10, 12, 17, 18, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 83], "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 46, 50, 60, 72], "video": [21, 62, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 44, 50, 56, 60, 76, 78, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 42, 82], "visibl": [4, 10, 15, 21, 27, 35, 36, 37, 44, 46, 47, 82], "visit": 25, "visitor": 5, "vista": 20, "visual": [15, 80], "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 20, 25, 38, 41, 44, 45, 47, 54, 56, 62, 81], "wait": [1, 18, 39], "want": [0, 2, 4, 5, 7, 14, 15, 18, 20, 29, 35, 41, 44, 45, 48, 50, 52, 58, 76, 80, 82], "warn": [20, 41], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 39, 41, 80], "web": [1, 6, 7, 14, 15, 20, 22, 24, 25, 28, 30, 38, 41, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": 77, "websit": 73, "wednesdai": 41, "week": [0, 39, 41], "weekli": 0, "welcom": [20, 53], "well": [11, 14, 17, 41, 46, 48, 62, 80], "were": [9, 15, 41, 51, 57], "what": [0, 5, 12, 15, 20, 27, 33, 36, 41, 57, 82], "whatev": 51, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 27, 28, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 62, 71, 72, 82], "where": [1, 5, 7, 8, 9, 10, 15, 35, 37, 39, 41, 45, 56, 58, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 56], "which": [0, 5, 7, 9, 10, 12, 14, 15, 20, 21, 27, 36, 39, 41, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 80, 81, 82, 83], "while": [10, 15, 20, 41, 44, 46, 56, 60, 62, 71, 80], "whiteboard": 2, "who": [5, 21, 28, 35, 41, 56, 62, 82], "whole": [15, 26, 41], "whom": 41, "wide": [10, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19], "window": [6, 8, 9, 10, 13, 15, 16, 19, 25, 27, 29, 43, 45, 46, 50, 60, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 50], "within": [9, 15, 17, 44, 51, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 20, 27, 29, 35, 39, 41, 42, 44, 72], "wizard": [12, 14], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 20, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 27, 41, 80, 81], "wow": 5, "write": [2, 3, 15, 16, 20, 41, 44, 49], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 36, 41], "year": [41, 83], "yellow": [10, 27, 42], "yet": [14, 15, 25, 41, 42, 46], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 20, 21, 24, 25, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 58, 60, 62, 69, 70, 71, 72, 73, 75, 76, 77, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 36, 38, 40, 42, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 60, 70, 72, 76, 80, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 6, "\u0e81": [6, 19, 21, 24, 25, 26, 28, 42, 59, 60, 63, 66, 69, 70, 82], "\u0e81\u0e81": [42, 63, 69], "\u0e81\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e84\u0ea7\u0eb2\u0ea1\u0e96": 19, "\u0e81\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e95\u0eb2\u0ea1\u0ea5\u0eb3\u0e94": 42, "\u0e81\u0e81\u0eb0\u0e95": [19, 26, 40, 44], "\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e81\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 28, "\u0e81\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 42, "\u0e81\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 26, "\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e9a": 60, "\u0e81\u0e81\u0eb3\u0e99": 31, "\u0e81\u0e82": [6, 13, 44, 60, 69], "\u0e81\u0e82\u0ea7\u0eb2\u0ec3\u0eaa": 19, "\u0e81\u0e82\u0ead\u0e87\u0e95": 19, "\u0e81\u0e82\u0ead\u0e87\u0e97": [6, 42, 44, 81], "\u0e81\u0e82\u0ead\u0e87\u0e9c": 82, "\u0e81\u0e84": [24, 26, 42, 60, 63, 64, 69, 78], "\u0e81\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0e81\u0e88": 69, "\u0e81\u0e88\u0eb0\u0e84": 44, "\u0e81\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e81": 19, "\u0e81\u0e88\u0eb2\u0e81\u0e9e\u0eb2\u0e81\u0eaa": 42, "\u0e81\u0e88\u0eb3\u0e81": 31, "\u0e81\u0e8a": [19, 42], "\u0e81\u0e8d": [24, 44, 69], "\u0e81\u0e8d\u0eb2\u0ea7\u0e97": 44, "\u0e81\u0e94": 42, "\u0e81\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e81\u0e95": [19, 26, 44, 60, 64, 69], "\u0e81\u0e96": 19, "\u0e81\u0e96\u0eb2\u0ea1\u0ec3\u0eab": [60, 63], "\u0e81\u0e97": [19, 28, 42, 44, 60, 63, 66], "\u0e81\u0e97\u0eb2\u0e87\u0ec0\u0ea5": 60, "\u0e81\u0e99": 24, "\u0e81\u0e99\u0eb3\u0ec3\u0e8a": [19, 40, 44], "\u0e81\u0e99\u0eb3\u0ec4\u0e9b\u0ec4\u0ea7": 24, "\u0e81\u0e9a": [25, 44, 60], "\u0e81\u0e9b": [19, 26, 28, 42, 44, 60, 69], "\u0e81\u0e9b\u0eb0\u0e81\u0eb2\u0e99": 44, "\u0e81\u0e9c": [40, 42], "\u0e81\u0ea1": 69, "\u0e81\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec0\u0e8a": 44, "\u0e81\u0ea2": [19, 42], "\u0e81\u0ea5": [19, 29, 30, 32, 44, 59, 69, 73, 77], "\u0e81\u0ea5\u0eb0\u0e94": 69, "\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e81\u0ea7": [19, 31, 44], "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ea7": [44, 60], "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ead": 69, "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ec3\u0eab": 44, "\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ec4\u0ea7\u0e8d\u0eb2\u0e81\u0ead\u0e99\u0e82\u0ead\u0e87\u0e97": 19, "\u0e81\u0ea7\u0e94\u0ec0\u0e9a": [42, 44], "\u0e81\u0ea7\u0ea1\u0ec0\u0ead": 69, "\u0e81\u0eaa": [19, 26, 44, 69], "\u0e81\u0eaa\u0ead\u0e87\u0ec1\u0e97": 19, "\u0e81\u0eaa\u0ead\u0e99": 28, "\u0e81\u0eaa\u0ead\u0e99\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0ec0\u0e97": 19, "\u0e81\u0eaa\u0ead\u0e99\u0e94\u0ebd\u0ea7": 44, "\u0e81\u0eaa\u0ead\u0e99\u0e95": 19, "\u0e81\u0eaa\u0ead\u0e99\u0e97": [19, 66], "\u0e81\u0eaa\u0ead\u0e99\u0e9b": 19, "\u0e81\u0eaa\u0ead\u0e99\u0e9e": 19, "\u0e81\u0eaa\u0ead\u0e99\u0ec3\u0e94\u0ec6\u0e81": 44, "\u0e81\u0eaa\u0ead\u0e99\u0edd": 19, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0": [44, 68, 73], "\u0e81\u0eaa\u0eb0\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0eaa": 55, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0\u0e94": 42, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0\u0e97": 44, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 29, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea2": 44, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e9b": 60, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0e99\u0e81": 44, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0e99\u0ec1\u0ead": 42, "\u0e81\u0eaa\u0eb2": 19, "\u0e81\u0eaa\u0eb2\u0e82": 43, "\u0e81\u0eaa\u0eb2\u0e96": 44, "\u0e81\u0eaa\u0eb2\u0ea1\u0e84": 19, "\u0e81\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 42, "\u0e81\u0eaa\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81\u0eb3\u0e99": 69, "\u0e81\u0eaa\u0eb2\u0eab\u0eb2\u0ea5": 60, "\u0e81\u0eaa\u0eb2\u0ec3\u0e99\u0e96": 24, "\u0e81\u0eab\u0e8d": 19, "\u0e81\u0ead": 42, "\u0e81\u0ead\u0ead\u0e81": 44, "\u0e81\u0eae": 44, "\u0e81\u0eb0\u0ea5": [26, 42, 44, 63, 66], "\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e81\u0eb0\u0ec1\u0e88\u0e82\u0ead\u0e87\u0e97": 26, "\u0e81\u0eb2\u0e8d\u0ec0\u0e9b": 44, "\u0e81\u0eb2\u0e99": [26, 64], "\u0e81\u0eb2\u0e99\u0e81": [26, 69], "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e95": 44, "\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 60, "\u0e81\u0eb2\u0e99\u0e82": 69, "\u0e81\u0eb2\u0e99\u0e84": [6, 26], "\u0e81\u0eb2\u0e99\u0e84\u0ea5": [19, 42, 60], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84": 69, "\u0e81\u0eb2\u0e99\u0e88": [30, 32], "\u0e81\u0eb2\u0e99\u0e88\u0eb3\u0e81": 69, "\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e81\u0eb2\u0e99\u0e8d": [28, 44], "\u0e81\u0eb2\u0e99\u0e94": [63, 74], "\u0e81\u0eb2\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 19, "\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": [42, 69], "\u0e81\u0eb2\u0e99\u0e95": [6, 19, 42, 43, 55, 59, 60, 69, 79, 81], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 69, "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0eae": 73, "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1": [61, 73], "\u0e81\u0eb2\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0e97": 26, "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": [6, 13, 25, 30, 34, 43, 82], "\u0e81\u0eb2\u0e99\u0e9a": [40, 42, 60], "\u0e81\u0eb2\u0e99\u0e9b": [19, 42, 44, 69], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 69, "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e95": 60, "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82": [22, 30], "\u0e81\u0eb2\u0e99\u0e9d": 42, "\u0e81\u0eb2\u0e99\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81": 26, "\u0e81\u0eb2\u0e99\u0ea2": [19, 69], "\u0e81\u0eb2\u0e99\u0ea5": [24, 28, 42], "\u0e81\u0eb2\u0e99\u0ea5\u0eb0\u0e94": 42, "\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e9e": 40, "\u0e81\u0eb2\u0e99\u0eaa": [42, 44, 59, 67, 68, 73, 74], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e95": 26, "\u0e81\u0eb2\u0e99\u0ead": [22, 23, 30, 42, 64, 66], "\u0e81\u0eb2\u0e99\u0ead\u0eb0\u0e99": 42, "\u0e81\u0eb2\u0e99\u0eae": 42, "\u0e81\u0eb2\u0e99\u0eae\u0ead\u0e87\u0eae": 19, "\u0e81\u0eb2\u0e99\u0ec0\u0e81": 26, "\u0e81\u0eb2\u0e99\u0ec0\u0e82": [19, 30, 34, 61, 69, 73], "\u0e81\u0eb2\u0e99\u0ec0\u0e84": 59, "\u0e81\u0eb2\u0e99\u0ec0\u0e8a": [66, 68, 73, 74], "\u0e81\u0eb2\u0e99\u0ec0\u0e9a": [42, 44], "\u0e81\u0eb2\u0e99\u0ec0\u0e9b": [26, 42], "\u0e81\u0eb2\u0e99\u0ec0\u0e9e": [24, 31], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 69, "\u0e81\u0eb2\u0e99\u0ec1\u0e81": [19, 31, 42], "\u0e81\u0eb2\u0e99\u0ec1\u0e88": [19, 60, 82], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a": [69, 74], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81\u0ea5": 66, "\u0e81\u0eb2\u0e99\u0ec1\u0e8d\u0e81\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ead": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec3\u0eab": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e9c": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [6, 28, 61, 73], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2": [61, 73], "\u0e81\u0eb2\u0e99\u0ec2\u0e97": [6, 60, 69, 73], "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e81\u0eb3\u0ea5": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e88\u0eb0\u0e94\u0eb3\u0ec0\u0e99": 69, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e99": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ea1": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0ea7": 60, "\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa\u0ebd\u0e87\u0e88\u0eb0\u0ec3\u0e8a": 60, "\u0e81\u0eb2\u0e99\u0ec3\u0e8a": [6, 25, 29, 43, 63, 82], "\u0e81\u0eb2\u0e99\u0ec3\u0e94\u0e97": 26, "\u0e81\u0eb2\u0e99\u0ec3\u0eaa": 44, "\u0e81\u0eb2\u0e99\u0edd\u0eb2\u0e8d\u0ea7": 44, "\u0e81\u0eb3\u0e99": [19, 31, 44, 60, 66, 69, 74, 79], "\u0e81\u0eb3\u0ea5": [19, 44, 60, 65, 69], "\u0e81\u0ebd\u0ea1\u0ec4\u0ea7": 66, "\u0e81\u0ec0\u0e81": [19, 26, 44], "\u0e81\u0ec0\u0e88": 40, "\u0e81\u0ec0\u0e8a": 44, "\u0e81\u0ec0\u0e9a": 26, "\u0e81\u0ec0\u0e9b": [26, 28, 42, 59], "\u0e81\u0ec0\u0e9e": [29, 42, 44], "\u0e81\u0ec0\u0ea5": [19, 26, 28, 42, 69], "\u0e81\u0ec0\u0ea7": 19, "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2": [44, 60], "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": 26, "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84\u0ea5": [28, 60], "\u0e81\u0ec0\u0ea7\u0ea5\u0eb2\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec1\u0e95\u0eb0\u0ec4\u0ead\u0e84\u0ead\u0e99": 60, "\u0e81\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99\u0ec3\u0edd": 82, "\u0e81\u0ec1\u0e97": 44, "\u0e81\u0ec1\u0e9a": [26, 42], "\u0e81\u0ec1\u0e9a\u0e99\u0e88\u0eb0\u0e96": 69, "\u0e81\u0ec1\u0e9a\u0e99\u0e99\u0eb3": 69, "\u0e81\u0ec1\u0e9a\u0e99\u0ec4\u0e94": 69, "\u0e81\u0ec1\u0e9b\u0ec0\u0e9b": 64, "\u0e81\u0ec1\u0ea1": 26, "\u0e81\u0ec1\u0ea5": [42, 44, 69], "\u0e81\u0ec3\u0e8a": 60, "\u0e81\u0ec3\u0e99\u0e97": 42, "\u0e81\u0ec3\u0eaa": [19, 28, 59, 60, 69, 70], "\u0e81\u0ec4\u0e94": 42, "\u0e81\u0ec4\u0ea7": 25, "\u0e81\u0edd\u0eb2\u0e8d\u0e94": 19, "\u0e81\u0edd\u0eb2\u0e8d\u0e96": 19, "\u0e81\u0edd\u0eb2\u0e8d\u0ea7": 44, "\u0e82": [19, 26, 40, 42, 59, 60, 63, 64, 69, 70, 74], "\u0e82\u0ea7\u0eb2": 65, "\u0e82\u0ead\u0e87": [31, 44, 74], "\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e95": [40, 69], "\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e82\u0ead\u0e87\u0e97": [6, 21, 25, 26, 28, 31, 40, 42, 44, 60, 63, 69], "\u0e82\u0ead\u0e87\u0e9a": 44, "\u0e82\u0ead\u0e87\u0e9b": 42, "\u0e82\u0ead\u0e87\u0e9c": [19, 28, 60], "\u0e82\u0ead\u0e87\u0e9e": 24, "\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 69, "\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 42, "\u0e82\u0ead\u0e87\u0ea5\u0eb0\u0e9a": 42, "\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e82\u0ead\u0e87\u0ec0\u0e82": 28, "\u0e82\u0ead\u0e87\u0ec0\u0e8a": [19, 28], "\u0e82\u0ead\u0e87\u0ec1\u0ead": 42, "\u0e82\u0ead\u0e87\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0e82\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 24, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0e97": 31, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0e99": 63, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": [19, 22, 30], "\u0e82\u0eb2\u0ea7": 19, "\u0e82\u0eb2\u0ea7\u0e9a\u0ead\u0e81\u0ec3\u0eab": 19, "\u0e82\u0eb2\u0ea7\u0edd\u0eb2\u0e8d\u0ec0\u0e96": 19, "\u0e82\u0ebd\u0e99\u0ec4\u0ead\u0ec0\u0e94\u0e8d": 69, "\u0e82\u0ebd\u0ea7": [19, 60], "\u0e82\u0ebd\u0ea7\u0e97": 19, "\u0e84": [19, 21, 24, 25, 31, 42, 44, 60, 69, 70, 74, 79], "\u0e84\u0ea5": [19, 28, 29, 42, 60, 63, 69], "\u0e84\u0ea7\u0e9a\u0e84": [42, 64, 69], "\u0e84\u0ea7\u0eb2\u0ea1": [19, 55, 67, 73], "\u0e84\u0ea7\u0eb2\u0ea1\u0e82\u0ead\u0e87\u0e97": [44, 55, 66], "\u0e84\u0ea7\u0eb2\u0ea1\u0e82\u0eb2\u0ec0\u0e82": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e8d": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e96": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e9a": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0ec0\u0e9b": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0e97": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0e9c": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0ec1\u0e8a": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb3\u0ead": 24, "\u0e84\u0ea7\u0eb2\u0ea1\u0e8a": 24, "\u0e84\u0ea7\u0eb2\u0ea1\u0e95": 6, "\u0e84\u0ea7\u0eb2\u0ea1\u0e95\u0ead\u0e9a\u0e81": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e88\u0eb0\u0e9b\u0eb0\u0e81": 64, "\u0e84\u0ea7\u0eb2\u0ea1\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 64, "\u0e84\u0ea7\u0eb2\u0ea1\u0e97": [26, 44, 66, 69], "\u0e84\u0ea7\u0eb2\u0ea1\u0e97\u0eb3\u0ead": 66, "\u0e84\u0ea7\u0eb2\u0ea1\u0e99": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0e9a": [6, 43], "\u0e84\u0ea7\u0eb2\u0ea1\u0e9e": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0ea1": 82, "\u0e84\u0ea7\u0eb2\u0ea1\u0ea2": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa": [26, 44], "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e97": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0eab": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ec0\u0ead\u0e87\u0ec4\u0e94": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb3\u0e84": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0eae": 19, "\u0e84\u0ea7\u0eb2\u0ea1\u0eae\u0ead\u0e94\u0e81\u0eb3\u0e99": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9e": [66, 69], "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e88": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ec3\u0eab": 26, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0e8d\u0eb2\u0ea7": 40, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0eaa": 40, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0ea1": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e94\u0edc": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0e81": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0e97": 66, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0eaa": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0e88": 64, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0ec1\u0ead": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0edd": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec4\u0e94": [44, 66, 69], "\u0e84\u0ead\u0ea1\u0e9e": 24, "\u0e84\u0eb2\u0e94\u0ec4\u0ea7": 19, "\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e82\u0ead\u0e87\u0e97": 44, "\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e84": 26, "\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e97": 44, "\u0e84\u0eb3\u0e97": 44, "\u0e84\u0eb3\u0ea7": 44, "\u0e84\u0eb3\u0eaa": 26, "\u0e84\u0eb3\u0ead\u0eb0\u0e97": [59, 69], "\u0e84\u0eb3\u0ec0\u0e95": 44, "\u0e84\u0ebd\u0e87\u0e82": 42, "\u0e87": [19, 24, 28, 40, 42, 43, 63, 64, 66, 69, 74], "\u0e87\u0e81": [19, 26, 28, 42, 44, 66, 69], "\u0e87\u0e81\u0ea7": 60, "\u0e87\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ec0\u0e97": 19, "\u0e87\u0e81\u0ead\u0e99": 42, "\u0e87\u0e81\u0ead\u0e99\u0e97": 42, "\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e87\u0e81\u0eb2\u0e99\u0e95": [19, 42, 44, 69, 82], "\u0e87\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e9e": 44, "\u0e87\u0e81\u0eb2\u0e99\u0eaa": [59, 69], "\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 26, "\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0eae": 19, "\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [26, 28, 82], "\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ead\u0ead\u0e81\u0ec0\u0e9b": 60, "\u0e87\u0e82": [19, 26, 28, 42, 67, 69, 73, 82], "\u0e87\u0e82\u0ead\u0e87": 29, "\u0e87\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0e87\u0e82\u0ead\u0e87\u0e97": [19, 42], "\u0e87\u0e82\u0ead\u0e87\u0e9c": 31, "\u0e87\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 42, "\u0e87\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e87\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5\u0ec3\u0e99\u0e97": 44, "\u0e87\u0e82\u0ead\u0e87\u0ead": 60, "\u0e87\u0e82\u0ead\u0e87\u0ec1\u0e82\u0e81": 69, "\u0e87\u0e82\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0e87\u0e82\u0ead\u0e87\u0edc": 19, "\u0e87\u0e84": [6, 24, 26, 42, 43, 55, 59, 64, 69, 74, 79, 81], "\u0e87\u0e84\u0eb3\u0e99\u0ea7\u0e99\u0e9e": 24, "\u0e87\u0e84\u0eb3\u0ec0\u0e8a": 73, "\u0e87\u0e87\u0eb2\u0e99\u0e81": 44, "\u0e87\u0e87\u0eb2\u0e99\u0ec4\u0e94": 44, "\u0e87\u0e88\u0eb0\u0e96": 19, "\u0e87\u0e88\u0eb0\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e87\u0e88\u0eb0\u0ea1\u0eb2\u0ec0\u0e96": 69, "\u0e87\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 42, "\u0e87\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": 74, "\u0e87\u0e88\u0eb0\u0ec0\u0eab": 60, "\u0e87\u0e88\u0eb0\u0ec1\u0e88": 69, "\u0e87\u0e88\u0eb2\u0e81": 19, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82": 42, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 59, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0ec1\u0e88": 69, "\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0eaa": 69, "\u0e87\u0e88\u0eb2\u0e81\u0e95": 19, "\u0e87\u0e88\u0eb2\u0e81\u0e97": [42, 60], "\u0e87\u0e88\u0eb2\u0e81\u0e99": 44, "\u0e87\u0e88\u0eb2\u0e81\u0e9a": 26, "\u0e87\u0e88\u0eb2\u0e81\u0e9c": 44, "\u0e87\u0e88\u0eb2\u0e81\u0ea2": 69, "\u0e87\u0e88\u0eb2\u0e81\u0eaa\u0ead\u0e87\u0ea7": 60, "\u0e87\u0e88\u0eb2\u0e81\u0ec0\u0e84": 42, "\u0e87\u0e88\u0eb2\u0e81\u0ec0\u0e9b": [26, 44], "\u0e87\u0e88\u0eb2\u0e81\u0ec1\u0ead": 44, "\u0e87\u0e88\u0eb2\u0e81\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": 59, "\u0e87\u0e8a": [19, 29, 42, 60, 69], "\u0e87\u0e94": [40, 42], "\u0e87\u0e94\u0eb3\u0ec0\u0e99": [19, 60, 69], "\u0e87\u0e94\u0ebd\u0ea7": 44, "\u0e87\u0e94\u0ebd\u0ea7\u0ec1\u0ea5": 26, "\u0e87\u0e95": [19, 40, 42, 44, 60, 66], "\u0e87\u0e95\u0eb2\u0ea1\u0e82": 44, "\u0e87\u0e95\u0eb2\u0ea1\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 63, "\u0e87\u0e96": [19, 44, 60], "\u0e87\u0e97": [19, 24, 26, 28, 42, 44, 60, 63, 64, 66, 69, 79], "\u0e87\u0e97\u0eb0\u0e9a\u0ebd\u0e99\u0ec1\u0ea5": [60, 69], "\u0e87\u0e97\u0eb0\u0e9a\u0ebd\u0e99\u0ec3\u0e99\u0ec0\u0e8a": 78, "\u0e87\u0e97\u0eb3\u0ead": [26, 42], "\u0e87\u0e99": [19, 21, 29, 42, 44, 59, 60, 66, 69, 82], "\u0e87\u0e9a": [19, 26, 44, 59, 60, 63, 66, 69], "\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e87\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e82\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0e87\u0e9a\u0ead\u0e81\u0ec0\u0e96": 19, "\u0e87\u0e9b": [6, 28, 43, 44, 61, 69, 73], "\u0e87\u0e9b\u0eb0\u0e81": 44, "\u0e87\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e97": 66, "\u0e87\u0e9b\u0eb0\u0eaa": 60, "\u0e87\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0e99": 44, "\u0e87\u0e9c": [40, 44, 65, 69], "\u0e87\u0e9e\u0eb2\u0e8d\u0eab": 44, "\u0e87\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 59, "\u0e87\u0ea1": [19, 26, 42, 66, 69], "\u0e87\u0ea1\u0eb2\u0e9e": 44, "\u0e87\u0ea1\u0eb2\u0ec4\u0e94": 42, "\u0e87\u0ea2": [19, 26, 42, 44, 60, 69], "\u0e87\u0ea5": [19, 29, 44, 69], "\u0e87\u0ea5\u0ea7\u0e87\u0e95": 44, "\u0e87\u0ea5\u0ea7\u0e87\u0e99\u0ead\u0e99": 44, "\u0e87\u0ea5\u0ea7\u0ea1\u0ec0\u0e96": 42, "\u0e87\u0ea5\u0eb0\u0eab": 26, "\u0e87\u0ea5\u0eb0\u0eab\u0ea7": 64, "\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": [42, 70, 74], "\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 59, "\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e97": [19, 44], "\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ec4\u0e94": 59, "\u0e87\u0ea7": [19, 24, 26, 42, 44, 60, 69], "\u0e87\u0eaa": [19, 24, 26, 42, 44, 69], "\u0e87\u0eaa\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e95": 55, "\u0e87\u0eaa\u0ead\u0e87\u0e84": 42, "\u0e87\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e87\u0eaa\u0ead\u0e87\u0ec0\u0e9b": 60, "\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": [19, 69], "\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d\u0ec4\u0e94": 19, "\u0e87\u0eaa\u0eb0\u0ec0\u0edd": 44, "\u0e87\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 40, "\u0e87\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0": 69, "\u0e87\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0\u0e97": 69, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94": 74, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e88": 82, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e94": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": [19, 42, 44, 69], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": [26, 44], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9e": 66, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": 26, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 66, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ead": 60, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e8a": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": [44, 69], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9e": 44, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ea5": [59, 66], "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eae": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e97\u0e99\u0ec3\u0eaa": 44, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec2\u0ead\u0e99\u0e81\u0eb3\u0ea1\u0eb0\u0eaa": 42, "\u0e87\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": [19, 64], "\u0e87\u0eaa\u0eb3\u0ea5": [19, 82], "\u0e87\u0eab": 26, "\u0e87\u0eab\u0ea7\u0eb0": 69, "\u0e87\u0eab\u0eb2\u0e82": 66, "\u0e87\u0ead": [19, 26, 44, 60], "\u0e87\u0ead\u0ead\u0e81": 42, "\u0e87\u0ead\u0ead\u0e81\u0e88\u0eb0\u0e96": 44, "\u0e87\u0ead\u0ead\u0e81\u0ec4\u0e9b\u0e9a": 44, "\u0e87\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ea5": 44, "\u0e87\u0eae": [42, 55, 69], "\u0e87\u0eae\u0ead\u0e87\u0eae": 42, "\u0e87\u0eb2\u0e99": [19, 26, 40, 42, 44, 59, 60, 64, 82], "\u0e87\u0eb2\u0e99\u0e81": 60, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e81": 44, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e87\u0eb2\u0e99\u0e84": [21, 44], "\u0e87\u0eb2\u0e99\u0e97": 44, "\u0e87\u0eb2\u0e99\u0e9a": 19, "\u0e87\u0eb2\u0e99\u0e9c": 66, "\u0e87\u0eb2\u0e99\u0ea1": 26, "\u0e87\u0eb2\u0e99\u0ec0\u0ead\u0e87": 44, "\u0e87\u0eb2\u0e99\u0ec1\u0ea5": [26, 44], "\u0e87\u0eb2\u0e99\u0ec1\u0ead": [6, 43], "\u0e87\u0eb2\u0e99\u0ec2\u0e94\u0e8d\u0e9c": 44, "\u0e87\u0eb2\u0e99\u0ec2\u0edd\u0e94\u0e99": 66, "\u0e87\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0e8a": 44, "\u0e87\u0eb2\u0e99\u0ec4\u0e94": 44, "\u0e87\u0eb2\u0e99\u0ec4\u0ea7": [28, 42], "\u0e87\u0ec0\u0e82": 60, "\u0e87\u0ec0\u0e87": 44, "\u0e87\u0ec0\u0e8a": [19, 30, 34], "\u0e87\u0ec0\u0e94": 55, "\u0e87\u0ec0\u0e95": [19, 60, 70, 82], "\u0e87\u0ec0\u0e97": 44, "\u0e87\u0ec0\u0e9b": [26, 28, 42, 44, 60, 69, 82], "\u0e87\u0ec0\u0e9e": [19, 26, 69], "\u0e87\u0ec0\u0ea1": 63, "\u0e87\u0ec0\u0ea7": 65, "\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0edd": 66, "\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0ec4\u0ea7": 66, "\u0e87\u0ec0\u0eaa": 42, "\u0e87\u0ec0\u0eab": [42, 69, 82], "\u0e87\u0ec0\u0eae": 44, "\u0e87\u0ec1\u0e82\u0e81\u0e9c": 59, "\u0e87\u0ec1\u0e8d\u0e81\u0e95": 42, "\u0e87\u0ec1\u0e95": 44, "\u0e87\u0ec1\u0e9a": 19, "\u0e87\u0ec1\u0e9e": 19, "\u0e87\u0ec1\u0ea1": 43, "\u0e87\u0ec1\u0ea5": [19, 44], "\u0e87\u0ec1\u0ead": 19, "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99": [6, 13], "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99\u0e81\u0eb3\u0ea5": 19, "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99\u0e82\u0ead\u0e87\u0e97": 19, "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99\u0e9b": 19, "\u0e87\u0ec2\u0e94\u0e8d\u0e81": 44, "\u0e87\u0ec2\u0e94\u0e8d\u0e9a": 19, "\u0e87\u0ec2\u0e94\u0e8d\u0e9c": [64, 74], "\u0e87\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0e87\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0e87\u0ec3\u0e8a": [26, 44], "\u0e87\u0ec3\u0e99\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec0\u0e95": 42, "\u0e87\u0ec3\u0e99\u0e8a": 28, "\u0e87\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 19, "\u0e87\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e87\u0ec3\u0e99\u0eab": 44, "\u0e87\u0ec3\u0e99\u0ead\u0eb0\u0e99\u0eb2\u0e84": 44, "\u0e87\u0ec3\u0e99\u0ec0\u0e99": 44, "\u0e87\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e94\u0edc": 66, "\u0e87\u0ec3\u0eab": [19, 69], "\u0e87\u0ec3\u0edd": [19, 42], "\u0e87\u0ec4\u0e94": [42, 44, 66, 69, 74], "\u0e87\u0ec4\u0e9b\u0e81\u0ea7": 26, "\u0e87\u0ec4\u0e9b\u0ea5": 44, "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0e81\u0eb2\u0e99\u0eaa": [59, 69], "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0ea5\u0eb0\u0e9a": 19, "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0ec0\u0e8a": 19, "\u0e87\u0ec4\u0e9b\u0eab\u0eb2\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 29, "\u0e87\u0ec4\u0e9b\u0ec1\u0ea5": 44, "\u0e87\u0ec4\u0e9f\u0ea5": [21, 26, 66], "\u0e87\u0ec4\u0ea7": [19, 40, 42, 44, 69], "\u0e87\u0edc": [26, 63], "\u0e87\u0edd": [19, 21, 26, 42, 44, 59, 60, 65, 66], "\u0e88": [26, 43, 59, 74, 79, 82], "\u0e88\u0eb0\u0e81": [26, 40, 44], "\u0e88\u0eb0\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ead\u0eb2\u0e8d": 24, "\u0e88\u0eb0\u0e82\u0eb0\u0eab\u0e8d\u0eb2\u0e8d\u0ec2\u0e84\u0e87\u0eaa": 19, "\u0e88\u0eb0\u0e88": [24, 65], "\u0e88\u0eb0\u0e8a": [19, 42], "\u0e88\u0eb0\u0e8d": 19, "\u0e88\u0eb0\u0e8d\u0ead\u0ea1\u0eae": 70, "\u0e88\u0eb0\u0e94": 44, "\u0e88\u0eb0\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 60, "\u0e88\u0eb0\u0e96": [19, 24, 29, 31, 40, 42, 44, 69], "\u0e88\u0eb0\u0e96\u0ead\u0e94\u0e84\u0eb3\u0ec0\u0ea7": 64, "\u0e88\u0eb0\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e88\u0eb0\u0e99\u0eb3\u0ec3\u0e8a": 40, "\u0e88\u0eb0\u0e9a": [19, 24, 26, 28, 42, 44, 66, 69, 82], "\u0e88\u0eb0\u0e9b": [24, 28], "\u0e88\u0eb0\u0e9b\u0eb0\u0e81": [19, 66], "\u0e88\u0eb0\u0e9b\u0eb2\u0e81": 42, "\u0e88\u0eb0\u0ea1": [19, 42, 44, 64, 70], "\u0e88\u0eb0\u0ea1\u0eb2\u0ec0\u0e96": 59, "\u0e88\u0eb0\u0ea1\u0eb2\u0ec0\u0eae": 69, "\u0e88\u0eb0\u0ea2": 19, "\u0e88\u0eb0\u0ea5": 24, "\u0e88\u0eb0\u0eaa": [59, 69], "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": [40, 44], "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e84\u0eb3\u0ec0\u0e95": 44, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9b": 42, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 65, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead": 44, "\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0ea1\u0e99": 42, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 26, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": 19, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": 69, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": 42, "\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": 26, "\u0e88\u0eb0\u0eab\u0eb2\u0e8d\u0ec4\u0e9b\u0eab": 60, "\u0e88\u0eb0\u0ead": 42, "\u0e88\u0eb0\u0ec0\u0e81": 26, "\u0e88\u0eb0\u0ec0\u0e95": 44, "\u0e88\u0eb0\u0ec0\u0e9b": [19, 26, 28, 42, 44, 69], "\u0e88\u0eb0\u0ec0\u0eab": [42, 70], "\u0e88\u0eb0\u0ec0\u0eae": [19, 26], "\u0e88\u0eb0\u0ec1\u0e88": 69, "\u0e88\u0eb0\u0ec1\u0ea1": 44, "\u0e88\u0eb0\u0ec3\u0e8a": 26, "\u0e88\u0eb0\u0ec3\u0eab": 19, "\u0e88\u0eb0\u0ec4\u0e94": [60, 64], "\u0e88\u0eb0\u0edd": 24, "\u0e88\u0eb2\u0e81": 44, "\u0e88\u0eb2\u0e81\u0e81": 55, "\u0e88\u0eb2\u0e81\u0e95": 19, "\u0e88\u0eb2\u0e81\u0e99": [19, 26, 28, 42, 44, 69], "\u0e88\u0eb2\u0e81\u0e9b": [42, 69], "\u0e88\u0eb2\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 28, "\u0e88\u0eb2\u0e81\u0ec0\u0ea1\u0e99": [44, 60, 69], "\u0e88\u0eb2\u0e81\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84": 69, "\u0e88\u0eb2\u0e81\u0ec1\u0ead": [26, 69], "\u0e88\u0eb2\u0e81\u0edc": 19, "\u0e88\u0eb3\u0e81": [6, 19, 42, 44, 69], "\u0e88\u0eb3\u0ec0\u0e9b": [26, 42, 64], "\u0e8a": [19, 26, 28, 43, 44, 55, 60, 63, 66, 69, 79, 82], "\u0e8a\u0ead\u0e81\u0eab\u0eb2": 42, "\u0e8a\u0eb2\u0e9a": [19, 44], "\u0e8d": [19, 24, 26, 28, 42, 66, 69, 82], "\u0e8d\u0e9a": 26, "\u0e8d\u0ea2": 42, "\u0e8d\u0eaa": 44, "\u0e8d\u0eb0\u0e8a": 66, "\u0e8d\u0eb0\u0e94": 66, "\u0e8d\u0eb2\u0e94": [60, 63, 69], "\u0e8d\u0eb2\u0e94\u0e82\u0ead\u0e87\u0e97": 60, "\u0e8d\u0eb2\u0e94\u0e82\u0ead\u0e87\u0e9c": 69, "\u0e8d\u0eb2\u0e94\u0ec0\u0ea1": 60, "\u0e8d\u0eb2\u0e94\u0ec1\u0e81": 60, "\u0e8d\u0eb2\u0e94\u0ec3\u0eab": [42, 44, 60, 63, 79], "\u0e8d\u0eb2\u0e94\u0ec3\u0edd": 24, "\u0e8d\u0eb2\u0e99\u0eb3": 44, "\u0e8d\u0ec3\u0eab": 26, "\u0e94": [19, 24, 28, 29, 31, 59, 63, 65, 66, 69, 70, 74, 82], "\u0e94\u0e81": [19, 42, 44, 60, 70], "\u0e94\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0e94\u0e81\u0eb2\u0e99": [26, 43, 44, 69], "\u0e94\u0e81\u0eb2\u0e99\u0e81": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e95": 82, "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 42, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ead": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0edc": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e84": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0e81\u0eb2\u0e99\u0e8d": 19, "\u0e94\u0e81\u0eb2\u0e99\u0e95": [19, 44, 74], "\u0e94\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e94": 64, "\u0e94\u0e81\u0eb2\u0e99\u0e97": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9c": [26, 82], "\u0e94\u0e81\u0eb2\u0e99\u0e9e\u0ea7\u0e81\u0ea1": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e81": 82, "\u0e94\u0e81\u0eb2\u0e99\u0eaa": [66, 68, 69, 73], "\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0eb3\u0ea5": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ead": [31, 42, 44], "\u0e94\u0e81\u0eb2\u0e99\u0eae": 82, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e81": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 42, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eae": [19, 44], "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e88": [44, 60], "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e8d\u0e81\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec4\u0e94": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 63, "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0e95": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec2\u0e84\u0e87\u0e81\u0eb2\u0e99\u0e97": 43, "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e8a": [24, 44, 60], "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0e9e\u0eb2\u0e8d\u0eab": 69, "\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0edc": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e94": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": [30, 32], "\u0e94\u0e81\u0eb2\u0e99\u0edd": [26, 44], "\u0e94\u0e82": [19, 26, 42, 44, 64, 66, 69], "\u0e94\u0e82\u0ead\u0e87": 26, "\u0e94\u0e82\u0ead\u0e87\u0e82": 44, "\u0e94\u0e82\u0ead\u0e87\u0e97": [26, 42, 44], "\u0e94\u0e82\u0ead\u0e87\u0e9c": 42, "\u0e94\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e82": 44, "\u0e94\u0e82\u0ead\u0e87\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0e94\u0e82\u0ead\u0e87\u0ead\u0eb2\u0e97": 82, "\u0e94\u0e82\u0eb2\u0e94": 26, "\u0e94\u0e84": [28, 31, 60], "\u0e94\u0e88": [19, 24, 42, 44, 60, 69], "\u0e94\u0e88\u0eb0\u0e81\u0eb3": [69, 82], "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e88\u0eb0\u0e96": 44, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e97": [44, 59, 69], "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0e99": 44, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0eaa\u0eb3\u0ea5": 44, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0eab": 19, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0ec0\u0e9b": 42, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0ec2\u0e94\u0e8d\u0ec1\u0ead": 69, "\u0e94\u0e88\u0eb0\u0e81\u0eb3\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 42, "\u0e94\u0e88\u0eb0\u0e8d": 44, "\u0e94\u0e88\u0eb0\u0e96": 44, "\u0e94\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97": 60, "\u0e94\u0e88\u0eb0\u0ec0\u0eae": 26, "\u0e94\u0e88\u0eb2\u0e81": 42, "\u0e94\u0e88\u0eb2\u0e81\u0e82": 44, "\u0e94\u0e88\u0eb2\u0e81\u0e8a": 42, "\u0e94\u0e88\u0eb2\u0e81\u0e97": 42, "\u0e94\u0e88\u0eb2\u0e81\u0e99": 60, "\u0e94\u0e88\u0eb2\u0e81\u0e9b": 42, "\u0e94\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e94\u0e88\u0eb3\u0e81": [24, 31], "\u0e94\u0e88\u0eb3\u0e99\u0ea7\u0e99": 44, "\u0e94\u0e8a": 19, "\u0e94\u0e8a\u0eb0\u0e99": 26, "\u0e94\u0e95": [6, 19, 21, 28, 31, 40, 43, 60, 64, 66, 69, 70, 74], "\u0e94\u0e95\u0ead\u0e9a\u0eae": 44, "\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1": [26, 28, 40, 42, 59, 60, 69], "\u0e94\u0e95\u0eb2\u0ea1": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0e95": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0e82": [19, 28], "\u0e94\u0e95\u0eb2\u0ea1\u0ea7\u0ebd\u0e81\u0e81": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0eaa\u0eb3\u0ea5": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0ec4\u0e94": 44, "\u0e94\u0e96": [26, 42], "\u0e94\u0e96\u0eb2\u0ea7\u0ead\u0e99": 24, "\u0e94\u0e97": [19, 24, 26, 31, 42, 44, 60, 64, 66, 82], "\u0e94\u0e99": [24, 26, 42, 44, 70, 74], "\u0e94\u0e99\u0eb3\u0ec3\u0e8a": [29, 70], "\u0e94\u0e9a": [19, 26, 69], "\u0e94\u0e9a\u0eb2\u0e94": 42, "\u0e94\u0e9a\u0eb2\u0e94\u0e82\u0ead\u0e87\u0ec0\u0e82": 42, "\u0e94\u0e9a\u0eb2\u0e94\u0e88\u0eb0\u0ea1": 42, "\u0e94\u0e9a\u0eb2\u0e94\u0e97": 42, "\u0e94\u0e9b": [28, 42, 44, 66], "\u0e94\u0e9b\u0eb0\u0eaa": [26, 40], "\u0e94\u0e9c": [6, 42, 69], "\u0e94\u0e9e": 24, "\u0e94\u0e9e\u0eb2\u0e94": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 44, "\u0e94\u0e9e\u0eb2\u0e94\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e95": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0e9e\u0eb2\u0e94\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 44, "\u0e94\u0e9e\u0eb2\u0eaa\u0eb2\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e95": 64, "\u0e94\u0e9e\u0ebd\u0e87\u0e84": 44, "\u0e94\u0ea1": [44, 60], "\u0e94\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0e99": 31, "\u0e94\u0ea2": [30, 34, 44, 59, 60, 69], "\u0e94\u0ea5": 40, "\u0e94\u0ea5\u0ead\u0e81": 24, "\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e94\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0e94\u0ea5\u0eb3\u0e94": 44, "\u0e94\u0ea5\u0eb3\u0ec2\u0e9e\u0e87": 60, "\u0e94\u0ea7\u0eb2\u0e87\u0e9c": 65, "\u0e94\u0ea7\u0ebd\u0e81\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0e82\u0ead\u0e87\u0eaa\u0eb0\u0e84\u0ea3": 44, "\u0e94\u0ea7\u0ebd\u0e81\u0e95": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0e95\u0eb2\u0ea1\u0e97": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0e97": 44, "\u0e94\u0ea7\u0ebd\u0e81\u0e9c": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0ea2": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0eae": 19, "\u0e94\u0ea7\u0ebd\u0e81\u0ec0\u0eab": 43, "\u0e94\u0ea7\u0ebd\u0e81\u0ec1\u0e97\u0e99": 69, "\u0e94\u0ea7\u0ebd\u0e81\u0ec4\u0e94": [26, 44], "\u0e94\u0ea7\u0ebd\u0e81\u0edc": 44, "\u0e94\u0eaa": [19, 24, 26, 44, 63, 69], "\u0e94\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e94\u0eaa\u0eb2\u0ea1\u0e88": 44, "\u0e94\u0eaa\u0eb3\u0ea5": [42, 44], "\u0e94\u0eaa\u0ebd\u0e87\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0e94\u0eab": 79, "\u0e94\u0eab\u0e8d": 26, "\u0e94\u0ead": [60, 69, 70, 74], "\u0e94\u0ead\u0e81\u0e88": 19, "\u0e94\u0ead\u0eb0\u0e99": [60, 69], "\u0e94\u0ead\u0eb2\u0e8d": 24, "\u0e94\u0eae": [42, 60, 69], "\u0e94\u0eb2\u0ea7\u0ec2\u0eab": [26, 42], "\u0e94\u0eb3": 19, "\u0e94\u0eb3\u0ec0\u0e99": 42, "\u0e94\u0ebd\u0ea7": 19, "\u0e94\u0ebd\u0ea7\u0e81": [44, 70], "\u0e94\u0ebd\u0ea7\u0e97": 26, "\u0e94\u0ec0\u0e82": 60, "\u0e94\u0ec0\u0e84": [19, 70], "\u0e94\u0ec0\u0e88": 44, "\u0e94\u0ec0\u0e97": 63, "\u0e94\u0ec0\u0e99": 44, "\u0e94\u0ec0\u0e9b": [19, 26, 60, 65], "\u0e94\u0ec0\u0e9c": 26, "\u0e94\u0ec0\u0e9e": [19, 69], "\u0e94\u0ec0\u0ea1\u0e99": [19, 44, 60], "\u0e94\u0ec0\u0ea5": [26, 69], "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 59, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e82\u0ead\u0e87\u0ea5\u0eb0\u0e9a": 26, "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0edd": 69, "\u0e94\u0ec0\u0eab": [21, 44], "\u0e94\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": 59, "\u0e94\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e94": 59, "\u0e94\u0ec0\u0ead\u0e87": [19, 69], "\u0e94\u0ec0\u0ead\u0e87\u0ec0\u0e8a": 44, "\u0e94\u0ec1\u0e81": 42, "\u0e94\u0ec1\u0e96\u0e9a\u0e94": 60, "\u0e94\u0ec1\u0e99\u0ea7\u0e99": 26, "\u0e94\u0ec1\u0e9a\u0e99\u0ea7": 19, "\u0e94\u0ec1\u0e9a\u0e9a\u0e99": [26, 44], "\u0e94\u0ec1\u0ea1": 26, "\u0e94\u0ec1\u0ea5": [26, 29, 42], "\u0e94\u0ec1\u0ead": 43, "\u0e94\u0ec2\u0e94\u0e8d\u0e81": 26, "\u0e94\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 31, "\u0e94\u0ec2\u0e94\u0e8d\u0ead": 26, "\u0e94\u0ec2\u0e94\u0e8d\u0ec3\u0e8a": 40, "\u0e94\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0e94\u0ec3\u0e8a": [19, 21, 26, 28, 40, 42, 59, 60, 64, 66, 82], "\u0e94\u0ec3\u0e94\u0ec6\u0e97": 42, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 19, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 31, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 42, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e81": 69, "\u0e94\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e94\u0ec3\u0e99\u0ea5\u0eb0\u0e9a": 42, "\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e94\u0ec3\u0e99\u0ec1\u0ead": 42, "\u0e94\u0ec3\u0e99\u0edc": 65, "\u0e94\u0ec3\u0eab": [19, 26, 31, 44, 60, 69, 74, 82], "\u0e94\u0ec3\u0edd": 44, "\u0e94\u0ec4\u0e94": [24, 31, 42, 44, 64, 66, 69], "\u0e94\u0ec4\u0e9f\u0ea5": [22, 26, 30, 42, 60], "\u0e94\u0ec4\u0ea5\u0e8d\u0eb0\u0eaa": 42, "\u0e94\u0ec4\u0ea7": [31, 44, 59, 60, 66, 69, 79], "\u0e94\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e96": 44, "\u0e94\u0ec6": 64, "\u0e94\u0edc": [19, 42], "\u0e94\u0edd\u0eb2\u0e8d\u0ec1\u0e9a\u0e9a\u0e9a": 44, "\u0e95": [6, 13, 21, 23, 25, 26, 28, 30, 31, 40, 43, 59, 63, 70, 74, 82], "\u0e95\u0ead\u0e99\u0e99": [29, 44], "\u0e95\u0ead\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 60, "\u0e95\u0ead\u0e9a\u0eae": 44, "\u0e95\u0eb0\u0eab": 19, "\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": 66, "\u0e95\u0eb2\u0ea1": [19, 26, 42, 44], "\u0e95\u0eb2\u0ea1\u0e84": 31, "\u0e95\u0eb2\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0e95": 44, "\u0e95\u0eb2\u0ea1\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0e97": 69, "\u0e95\u0eb2\u0ea1\u0e97": 82, "\u0e95\u0eb2\u0ea1\u0e9b": 26, "\u0e95\u0eb2\u0ea1\u0ea5\u0eb3\u0e94": 44, "\u0e95\u0eb2\u0ea1\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e95\u0eb2\u0ea1\u0ec3\u0e88\u0ea1": 44, "\u0e96": [22, 28, 29, 30, 31, 32, 40, 42, 44, 59, 63, 66, 69, 73, 77, 82], "\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0e97": [6, 21, 25, 28, 29, 30, 31, 32, 40, 43, 55, 60, 63, 64, 65, 66, 68, 69, 70, 73, 74, 78, 79], "\u0e97\u0eb2\u0e87\u0e81\u0eb2\u0e87\u0ec3\u0e99\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": 65, "\u0e97\u0eb2\u0e87\u0e82": 55, "\u0e97\u0eb2\u0e87\u0e94": 66, "\u0e97\u0eb2\u0e87\u0ea5": 69, "\u0e97\u0eb2\u0e87\u0eab": 19, "\u0e97\u0eb2\u0e87\u0eae": 44, "\u0e97\u0eb2\u0e87\u0ec0\u0e97": [19, 69], "\u0e97\u0eb2\u0e87\u0ec0\u0e9a": 19, "\u0e97\u0eb2\u0e87\u0ec3\u0e99": 24, "\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0e82\u0ead\u0e87\u0e97": 26, "\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0ec3\u0e99\u0eae": 28, "\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0ec4\u0e94": 28, "\u0e97\u0eb3\u0ead": [42, 82], "\u0e99": [6, 23, 28, 30, 31, 40, 43, 63, 65, 66, 69, 73, 74, 78, 79, 82], "\u0e99\u0e81": [19, 24, 26, 42, 44, 60, 68, 70, 73, 82], "\u0e99\u0e81\u0ea7": [24, 44, 79], "\u0e99\u0e81\u0eb2\u0e87\u0e82\u0ead\u0e87\u0e97": 69, "\u0e99\u0e81\u0eb2\u0e99": 26, "\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e99\u0e81\u0eb2\u0e99\u0e88\u0eb0\u0e96": 44, "\u0e99\u0e81\u0eb2\u0e99\u0e94": [44, 66], "\u0e99\u0e81\u0eb2\u0e99\u0e95": [42, 44], "\u0e99\u0e81\u0eb2\u0e99\u0e97": 42, "\u0e99\u0e81\u0eb2\u0e99\u0e99": 44, "\u0e99\u0e81\u0eb2\u0e99\u0e9b": [42, 60], "\u0e99\u0e81\u0eb2\u0e99\u0e9f": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ea2": 19, "\u0e99\u0e81\u0eb2\u0e99\u0ea5": 69, "\u0e99\u0e81\u0eb2\u0e99\u0eaa": [28, 29, 69], "\u0e99\u0e81\u0eb2\u0e99\u0ead": 26, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 42, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e95": 19, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e97": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9b": [26, 44, 60, 66], "\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9e": [44, 69], "\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e99\u0ea7\u0ec3\u0e94\u0e95": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b": 42, "\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec4\u0e94": 60, "\u0e99\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 42, "\u0e99\u0e81\u0eb3\u0ea5": 60, "\u0e99\u0e82": [6, 19, 24, 26, 40, 44, 59, 64, 66, 69], "\u0e99\u0e82\u0ead\u0e87": 82, "\u0e99\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e99\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0e82\u0ead\u0e87\u0e97": [6, 24, 26, 28, 42, 44], "\u0e99\u0e82\u0ead\u0e87\u0e9c": 42, "\u0e99\u0e82\u0ead\u0e87\u0ea1": 19, "\u0e99\u0e82\u0ead\u0e87\u0ec1\u0ead": [26, 42], "\u0e99\u0e82\u0eb0\u0edc\u0eb2\u0e99\u0e9a\u0ead\u0e81\u0ec3\u0eab": 19, "\u0e99\u0e84": [26, 28, 42, 44, 69], "\u0e99\u0e84\u0ea5": [19, 63], "\u0e99\u0e84\u0ead\u0ea1\u0e9e": [22, 30], "\u0e99\u0e87": 29, "\u0e99\u0e88": [26, 44], "\u0e99\u0e88\u0eb0\u0e8d": 44, "\u0e99\u0e88\u0eb0\u0e94": 44, "\u0e99\u0e88\u0eb0\u0e96": [19, 24, 44, 64, 69], "\u0e99\u0e88\u0eb0\u0e9a": 24, "\u0e99\u0e88\u0eb0\u0ea1": 42, "\u0e99\u0e88\u0eb0\u0eaa": 19, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9b": 44, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 19, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9e\u0eb2\u0e9a\u0ea5\u0ea7\u0ea1\u0e82\u0ead\u0e87": 69, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea7": 60, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e84": 19, "\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0e95": 19, "\u0e99\u0e88\u0eb0\u0ead": 19, "\u0e99\u0e88\u0eb0\u0ec0\u0e9b": 66, "\u0e99\u0e88\u0eb0\u0ec0\u0eab": [26, 60], "\u0e99\u0e88\u0eb0\u0ec3\u0e8a": 26, "\u0e99\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0e99\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0e9c": 60, "\u0e99\u0e8a": [26, 28, 42, 43, 82], "\u0e99\u0e8d": [19, 69], "\u0e99\u0e8d\u0ead\u0ea1\u0e81": 60, "\u0e99\u0e8d\u0eb2\u0ea7\u0ec0\u0e81": 65, "\u0e99\u0e94": [24, 42, 43, 44, 60, 69], "\u0e99\u0e94\u0ebd\u0ea7": 69, "\u0e99\u0e94\u0ebd\u0ea7\u0e81": [26, 44, 59], "\u0e99\u0e94\u0ebd\u0ea7\u0ec0\u0e97": 42, "\u0e99\u0e95": [19, 26, 28, 31, 42, 44, 64, 69, 70, 79], "\u0e99\u0e95\u0ead\u0e87\u0e97": 44, "\u0e99\u0e95\u0ead\u0e87\u0ead": 44, "\u0e99\u0e95\u0ead\u0e87\u0ec0\u0e81": 44, "\u0e99\u0e95\u0ead\u0e87\u0ec0\u0ea1\u0ea5": 44, "\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e99\u0e95": 74, "\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e99\u0eaa": 19, "\u0e99\u0e95\u0ead\u0e99\u0e97": 69, "\u0e99\u0e95\u0ead\u0e99\u0ec0\u0e82": 26, "\u0e99\u0e95\u0ead\u0e99\u0ec0\u0e8a": 44, "\u0e99\u0e95\u0ead\u0e99\u0ec0\u0eab": 28, "\u0e99\u0e95\u0eb0\u0ea5\u0eb2\u0e8d": 26, "\u0e99\u0e95\u0eb0\u0eab": 44, "\u0e99\u0e95\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0e99\u0e96": [26, 44, 59, 64], "\u0e99\u0e97": [19, 25, 26, 28, 42, 43, 44, 59, 66, 70, 78, 82], "\u0e99\u0e97\u0eb0\u0e99\u0eb2": [42, 59, 64, 68, 70, 73, 74, 79], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e81": 19, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82": 70, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0e97": [55, 59, 66], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0e88\u0eb0\u0e96": 59, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e84": 59, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0e96": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0e9b\u0eb2\u0e81": 59, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea2": 70, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e88\u0eb0\u0ec3\u0eab": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e8a": 60, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e95": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e96": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e97": [44, 60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e99": [59, 60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e99\u0eb3": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0e95": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e9c": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ea2": [59, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 70, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eab": [60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ead": [69, 70], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec0\u0eab": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a": 40, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e95": 66, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e96\u0eb2\u0ea7\u0ead\u0e99": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e9e": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec2\u0e94\u0e8d\u0ead": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0e94\u0edc": 44, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0e99": [59, 66, 74], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0e99\u0e9a": 74, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0eab": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec3\u0edd": [59, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec4\u0e94": [60, 66, 69], "\u0e99\u0e97\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e81": 42, "\u0e99\u0e97\u0eb2\u0e87\u0e97": 19, "\u0e99\u0e97\u0eb2\u0e87\u0ec0\u0ea5": 44, "\u0e99\u0e97\u0eb2\u0e87\u0ec2\u0e8a\u0e8a\u0ebd\u0ea7": 82, "\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81": [26, 28], "\u0e99\u0e97\u0eb2\u0e87\u0ec4\u0e81\u0e97": 26, "\u0e99\u0e99": [19, 26, 40, 42, 44, 70], "\u0e99\u0e99\u0eb2\u0ea1\u0eaa\u0eb0\u0e81": 44, "\u0e99\u0e9a": [19, 26, 42, 44, 69], "\u0e99\u0e9b": [19, 28, 40, 44], "\u0e99\u0e9c": [19, 59, 60, 69, 82], "\u0e99\u0e9e": [24, 26, 44], "\u0e99\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0ec0\u0e82": 69, "\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ead": 42, "\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0e9f\u0ea5": 26, "\u0e99\u0e9e\u0eb2\u0eaa\u0eb2\u0e95": 64, "\u0e99\u0e9e\u0eb2\u0eaa\u0eb2\u0e97": [44, 64], "\u0e99\u0e9e\u0ebd\u0e87\u0ec1\u0e95": [28, 44], "\u0e99\u0e9f": 42, "\u0e99\u0ea1": [26, 44, 59, 63, 74, 82], "\u0e99\u0ea1\u0eb2": [59, 70], "\u0e99\u0ea1\u0eb2\u0e88\u0eb2\u0e81\u0e94": 60, "\u0e99\u0ea1\u0eb2\u0e88\u0eb2\u0e81\u0e9a": 44, "\u0e99\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec4\u0ea7": 19, "\u0e99\u0ea1\u0eb2\u0ec0\u0e9b": 40, "\u0e99\u0ea2": [19, 28, 42, 44, 60, 63, 64, 69], "\u0e99\u0ea5": 59, "\u0e99\u0ea5\u0eb0\u0e94": 19, "\u0e99\u0ea5\u0eb0\u0eab": 26, "\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 42, "\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 44, "\u0e99\u0ea5\u0eb2\u0e8d\u0ead\u0eb2\u0e97": 42, "\u0e99\u0ea7": [19, 24, 26, 65, 79], "\u0e99\u0ea7\u0ebd\u0e99\u0eaa": 19, "\u0e99\u0eaa": [19, 21, 26, 40, 42, 44, 60, 70, 74, 79, 82], "\u0e99\u0eaa\u0eb0\u0e84\u0ea3": 44, "\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0e97": [59, 69], "\u0e99\u0eaa\u0eb0\u0e9a": 64, "\u0e99\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": [42, 69, 82], "\u0e99\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e81": 42, "\u0e99\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0eaa\u0eb3\u0ea5": 60, "\u0e99\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec1\u0e95": 44, "\u0e99\u0eaa\u0eb0\u0ec1\u0e9b\u0ea1": 44, "\u0e99\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0\u0ec2\u0e94\u0e8d\u0e9a": 42, "\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 42, "\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": 64, "\u0e99\u0eaa\u0eb3\u0e84": 69, "\u0e99\u0eaa\u0eb3\u0ea5": [28, 69, 82], "\u0e99\u0eab": [44, 65], "\u0e99\u0eab\u0eb2": [26, 44, 69, 78], "\u0e99\u0eab\u0eb2\u0e81\u0ea1": 21, "\u0e99\u0eab\u0eb2\u0e82": [26, 44], "\u0e99\u0eab\u0eb2\u0e8a": 69, "\u0e99\u0eab\u0eb2\u0e94": 26, "\u0e99\u0eab\u0eb2\u0e97": 44, "\u0e99\u0eab\u0eb2\u0e97\u0eb2\u0e87\u0ea5": 44, "\u0e99\u0eab\u0eb2\u0ea2": 44, "\u0e99\u0eab\u0eb2\u0eab": 44, "\u0e99\u0eab\u0eb2\u0ead": 44, "\u0e99\u0eab\u0eb2\u0ec1\u0e9a\u0e9a\u0ea5\u0ea7\u0ea1\u0eaa": 6, "\u0e99\u0eab\u0eb2\u0ec4\u0e94": [44, 59], "\u0e99\u0ead": [24, 26, 29, 42, 44, 60, 63, 65, 66, 69], "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e8d": 19, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 19, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e88\u0eb0\u0ea5\u0eb0\u0ec0\u0ea7": 19, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e97": 82, "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e99": [19, 24, 44, 69], "\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e99\u0ead\u0e99": 44, "\u0e99\u0ead\u0e99\u0ea7": 42, "\u0e99\u0ead\u0e99\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 44, "\u0e99\u0ead\u0ead\u0e81\u0ec0\u0e9e": 24, "\u0e99\u0ead\u0ead\u0e81\u0ec4\u0e94": 26, "\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e84": 24, "\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e95": 26, "\u0e99\u0eae": 19, "\u0e99\u0eae\u0ead\u0e87\u0eae": 42, "\u0e99\u0eb2\u0e84\u0ea5": 63, "\u0e99\u0eb2\u0e97": 60, "\u0e99\u0eb2\u0ea1\u0ec1\u0e9d\u0e87": 44, "\u0e99\u0eb2\u0eaa\u0ead\u0e9a\u0e96\u0eb2\u0ea1\u0e9c": [44, 66], "\u0e99\u0eb2\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 26, "\u0e99\u0eb2\u0eae": 42, "\u0e99\u0eb2\u0ec0\u0ea5": 44, "\u0e99\u0eb3": 64, "\u0e99\u0eb3\u0eaa\u0eb0\u0ec0\u0edc": 63, "\u0e99\u0eb3\u0ec0\u0e82": [42, 44], "\u0e99\u0eb3\u0ec3\u0e8a": 70, "\u0e99\u0ec0\u0e81": [26, 44, 69], "\u0e99\u0ec0\u0e82": 69, "\u0e99\u0ec0\u0e84": 43, "\u0e99\u0ec0\u0e88": 26, "\u0e99\u0ec0\u0e8a": 19, "\u0e99\u0ec0\u0e97": 28, "\u0e99\u0ec0\u0e9b": [19, 44, 82], "\u0e99\u0ec0\u0e9e": [19, 26, 42, 43, 44, 60, 69, 70, 74], "\u0e99\u0ec0\u0ea1": [19, 40, 44, 63, 66, 69], "\u0e99\u0ec0\u0ea5": [24, 60], "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2": 24, "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0ec0\u0ea7": 60, "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": [19, 24], "\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa\u0ead\u0e87\u0eaa\u0eb2\u0ea1\u0ead\u0eb2\u0e97": 42, "\u0e99\u0ec0\u0eaa\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e99\u0ec0\u0eab": [40, 42, 44], "\u0e99\u0ec0\u0eab\u0e94\u0e9c": 69, "\u0e99\u0ec0\u0ead\u0e87": [24, 29, 44, 74, 79], "\u0e99\u0ec0\u0ead\u0e87\u0e82\u0ead\u0e87\u0e97": 69, "\u0e99\u0ec0\u0ead\u0e87\u0ec0\u0e9e": 44, "\u0e99\u0ec0\u0ead\u0e87\u0ec4\u0e94": [42, 44, 64], "\u0e99\u0ec0\u0eae": [19, 26], "\u0e99\u0ec1\u0e82\u0e81": 60, "\u0e99\u0ec1\u0e8d\u0e81\u0e88\u0eb2\u0e81\u0e8a": 82, "\u0e99\u0ec1\u0e95\u0e81\u0e95": 19, "\u0e99\u0ec1\u0e96\u0e9a\u0e82": 26, "\u0e99\u0ec1\u0e96\u0e9a\u0ec0\u0e95": 26, "\u0e99\u0ec1\u0e96\u0ea7\u0e97\u0eb2\u0e87\u0e94": 65, "\u0e99\u0ec1\u0e97": 19, "\u0e99\u0ec1\u0e9a": 24, "\u0e99\u0ec1\u0e9a\u0e9a": [28, 82], "\u0e99\u0ec1\u0e9a\u0e9a\u0e81": 26, "\u0e99\u0ec1\u0e9a\u0e9a\u0e9a": 26, "\u0e99\u0ec1\u0e9a\u0e9a\u0eaa": 69, "\u0e99\u0ec1\u0e9a\u0e9a\u0ec0\u0e82": 26, "\u0e99\u0ec1\u0ea1": [19, 29, 59], "\u0e99\u0ec1\u0ea5": [19, 26, 69, 70], "\u0e99\u0ec2\u0e84\u0e95": 24, "\u0e99\u0ec2\u0e94\u0e8d\u0e81": [28, 42], "\u0e99\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": 66, "\u0e99\u0ec2\u0e94\u0e8d\u0e9a": 69, "\u0e99\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0eaa": 42, "\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 6, "\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 24, "\u0e99\u0ec3\u0e88\u0ec0\u0ead\u0e87\u0ea7": 44, "\u0e99\u0ec3\u0e8a": 26, "\u0e99\u0ec3\u0e94\u0eab\u0eb2\u0e8d\u0ec4\u0e9b\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 21, "\u0e99\u0ec3\u0e94\u0edc": 26, "\u0e99\u0ec3\u0e99\u0e81": 42, "\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e84": 44, "\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": [66, 69], "\u0e99\u0ec3\u0e99\u0e8a": [42, 44], "\u0e99\u0ec3\u0e99\u0e97": 42, "\u0e99\u0ec3\u0e99\u0e9a\u0eb2\u0e94\u0e94\u0ebd\u0ea7": 44, "\u0e99\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 44, "\u0e99\u0ec3\u0e99\u0e9f\u0ead\u0ea1\u0ec0\u0e82": 44, "\u0e99\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e99\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 42, "\u0e99\u0ec3\u0e99\u0eaa": 42, "\u0e99\u0ec3\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 44, "\u0e99\u0ec3\u0e99\u0eae": 63, "\u0e99\u0ec3\u0e99\u0ec0\u0e8a": [19, 69], "\u0e99\u0ec3\u0e99\u0ec4\u0e9f\u0ea5": [19, 28], "\u0e99\u0ec3\u0eab": [19, 24, 26, 28, 43, 44, 69], "\u0e99\u0ec3\u0edd": [21, 26, 28], "\u0e99\u0ec4\u0e94": [19, 25, 26, 42, 44, 59, 60, 63, 66, 69, 70, 82], "\u0e99\u0ec4\u0e9b": [44, 65], "\u0e99\u0ec4\u0e9b\u0eab\u0eb2\u0e9c": 70, "\u0e99\u0ec4\u0e9b\u0eab\u0eb2\u0ec4\u0e9f\u0ea5": 19, "\u0e99\u0ec4\u0e9f\u0ea5": [19, 21, 24, 25, 28, 42, 66], "\u0e99\u0ec4\u0ea7": 69, "\u0e99\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e82": 19, "\u0e99\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ea2": 19, "\u0e99\u0ec6": [28, 40, 42, 44, 60, 69, 70, 74], "\u0e99\u0ec6\u0e88\u0eb0\u0ec0\u0eab": 63, "\u0e99\u0ec6\u0e95": 44, "\u0e99\u0ec6\u0e97": [44, 60, 70], "\u0e99\u0ec6\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": 60, "\u0e99\u0ec6\u0ec3\u0e99\u0ec0\u0e8a": 69, "\u0e99\u0ec6\u0ec4\u0e94": [19, 28], "\u0e99\u0ec6\u0ec4\u0ea7": 65, "\u0e99\u0edc": [29, 60, 61, 73], "\u0e9a": [21, 25, 28, 30, 31, 32, 40, 43, 63, 64, 68, 70, 73, 74, 82], "\u0e9a\u0e81": [42, 69, 74], "\u0e9a\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0ea1": 44, "\u0e9a\u0e81\u0ea7\u0e99": 19, "\u0e9a\u0e81\u0ea7\u0e99\u0ec3\u0e9c\u0ec3\u0e99\u0e95\u0ead\u0e99\u0e81\u0eb2\u0e87\u0e84": 66, "\u0e9a\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e9a\u0e81\u0eb0\u0ec1\u0e88\u0eab": 26, "\u0e9a\u0e81\u0eb2\u0e81\u0eb0\u0e9a\u0eb2\u0e94\u0e88\u0eb0\u0e8d": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e82\u0ead\u0e87\u0e97": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0e88": 69, "\u0e9a\u0e81\u0eb2\u0e99\u0e8a": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0e95": [19, 28, 44, 60, 74], "\u0e9a\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82": [42, 44], "\u0e9a\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": [59, 69], "\u0e9a\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82": 25, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa": [19, 70], "\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0eab": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d\u0e97": 79, "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9b": [44, 70], "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 42, "\u0e9a\u0e81\u0eb2\u0e99\u0ec1\u0e88": [60, 66, 70], "\u0e9a\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 26, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ea5\u0eb0\u0eaa": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec0\u0e82": 69, "\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0e84": 60, "\u0e9a\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 19, "\u0e9a\u0e82": [26, 44, 60, 64, 69, 74], "\u0e9a\u0e82\u0ead\u0e87\u0e97": [19, 21, 24, 26, 29, 31, 44, 60, 66], "\u0e9a\u0e82\u0ead\u0e87\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 63, "\u0e9a\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 42, "\u0e9a\u0e82\u0ead\u0e87\u0ec1\u0e95": 19, "\u0e9a\u0e82\u0ead\u0e87\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0e9a\u0e84": [19, 24, 40, 44], "\u0e9a\u0e84\u0ea5\u0eb2\u0e8d\u0ec1\u0ead\u0e99": 31, "\u0e9a\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb3\u0e84": 44, "\u0e9a\u0e84\u0ead\u0ea1\u0e9e": [19, 25], "\u0e9a\u0e84\u0eb3\u0ec0\u0e8a": 73, "\u0e9a\u0e88": [26, 44], "\u0e9a\u0e88\u0eb0\u0e84": 19, "\u0e9a\u0e88\u0eb0\u0e9a": 24, "\u0e9a\u0e88\u0eb0\u0ea1": 42, "\u0e9a\u0e88\u0eb0\u0ea2": [24, 28], "\u0e9a\u0e88\u0eb0\u0eaa": 44, "\u0e9a\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e9b": 19, "\u0e9a\u0e88\u0eb0\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ead": 26, "\u0e9a\u0e88\u0eb0\u0ec0\u0e9b": 19, "\u0e9a\u0e88\u0eb0\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0e84\u0eb3\u0e95\u0ead\u0e9a\u0e97": 44, "\u0e9a\u0e88\u0eb2\u0e81\u0e9e\u0eb2\u0e81\u0eaa": 26, "\u0e9a\u0e88\u0eb3\u0ec0\u0e9b": 28, "\u0e9a\u0e8a": 24, "\u0e9a\u0e8a\u0eb2\u0e9a\u0ea7": 42, "\u0e9a\u0e94": 24, "\u0e9a\u0e95": [19, 66, 69], "\u0e9a\u0e95\u0ead\u0e9a\u0e81": [40, 44], "\u0e9a\u0e96": [24, 28, 42], "\u0e9a\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e9a\u0e97": [19, 24, 26, 42, 43, 44, 60, 66, 69], "\u0e9a\u0e97\u0ead\u0e81": 40, "\u0e9a\u0e97\u0eb3\u0ea1\u0eb0\u0e94\u0eb2": 60, "\u0e9a\u0e97\u0eb3\u0ead": 60, "\u0e9a\u0e99": 28, "\u0e9a\u0e9a": [19, 26, 42, 44, 69, 82], "\u0e9a\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 6, "\u0e9a\u0e9a\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0e9b": [42, 44, 60], "\u0e9a\u0e9b\u0eb0\u0e81": 24, "\u0e9a\u0e9b\u0eb0\u0e95": [59, 69], "\u0e9a\u0e9c": [19, 24, 26, 28, 31, 44, 60, 64, 69, 70], "\u0e9a\u0e9e\u0ea5": [42, 43, 44, 60, 63, 82], "\u0e9a\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 69, "\u0e9a\u0e9e\u0eb0\u0e8d\u0eb2\u0e81\u0ead\u0e99\u0e97": 42, "\u0e9a\u0e9e\u0eb2\u0e9a\u0e82\u0ead\u0e87\u0e97": 60, "\u0e9a\u0e9e\u0eb2\u0e9a\u0e95": 26, "\u0e9a\u0e9e\u0eb2\u0e9a\u0e97": 60, "\u0e9a\u0e9e\u0eb2\u0e9a\u0ec3\u0eab": 42, "\u0e9a\u0ea1": [24, 66], "\u0e9a\u0ea1\u0eb2\u0ea2": 24, "\u0e9a\u0ea1\u0eb2\u0ec0\u0e9a": 66, "\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 63, "\u0e9a\u0ea5": [19, 28, 29, 42, 66, 68, 73], "\u0e9a\u0ea5\u0ea7\u0ea1\u0ec0\u0e82": 24, "\u0e9a\u0ea5\u0eb0\u0e9a": [19, 44], "\u0e9a\u0ea5\u0eb0\u0eab": 26, "\u0e9a\u0ea5\u0eb0\u0eab\u0ea7": 44, "\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": [6, 43, 44], "\u0e9a\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e81": 69, "\u0e9a\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ec0\u0e9e": [24, 42], "\u0e9a\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ec3\u0e94\u0ec4\u0ea7": 42, "\u0e9a\u0ea7": [26, 28, 60, 70], "\u0e9a\u0ea7\u0ebd\u0e81\u0e97": 69, "\u0e9a\u0eaa": [31, 43, 44, 60], "\u0e9a\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e97": 19, "\u0e9a\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 19, "\u0e9a\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0e9a\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81": 26, "\u0e9a\u0eaa\u0eb3\u0ea5": 19, "\u0e9a\u0eab": 44, "\u0e9a\u0ead": [26, 40], "\u0e9a\u0ead\u0e94\u0eab": 44, "\u0e9a\u0ead\u0ead\u0e81": [19, 42, 69], "\u0e9a\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81": 24, "\u0e9a\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e9a\u0ead\u0ead\u0e81\u0ec2\u0e94\u0e8d\u0e95": 19, "\u0e9a\u0ead\u0eb0\u0e99": [42, 60], "\u0e9a\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec0\u0e9b": 26, "\u0e9a\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec0\u0eae": 19, "\u0e9a\u0eae": [19, 24, 42, 44, 59, 69], "\u0e9a\u0eb2\u0e87\u0e82": 44, "\u0e9a\u0eb2\u0e87\u0e84": 82, "\u0e9a\u0eb2\u0e87\u0e95": 26, "\u0e9a\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0e9a\u0eb2\u0e8d": [59, 69], "\u0e9a\u0eb2\u0e8d\u0e97": 69, "\u0e9a\u0ec0\u0e81": 24, "\u0e9a\u0ec0\u0e81\u0ea3\u0e94\u0ec1\u0ea5": 28, "\u0e9a\u0ec0\u0e82": [24, 26, 69], "\u0e9a\u0ec0\u0e84": [19, 42], "\u0e9a\u0ec0\u0e87": [42, 44], "\u0e9a\u0ec0\u0e8a": [19, 21, 24, 26, 28], "\u0e9a\u0ec0\u0e94\u0e94": 19, "\u0e9a\u0ec0\u0e94\u0e94\u0e81": 44, "\u0e9a\u0ec0\u0e94\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e9a\u0ec0\u0e94\u0e94\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e9a\u0ec0\u0e94\u0e94\u0e9b\u0eb0\u0e95": 44, "\u0e9a\u0ec0\u0e94\u0e94\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e9a\u0ec0\u0e94\u0e94\u0ead": 42, "\u0e9a\u0ec0\u0e94\u0e94\u0eae": 42, "\u0e9a\u0ec0\u0e94\u0e94\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e9a\u0ec0\u0e94\u0e94\u0ec4\u0e9f\u0ea5": 19, "\u0e9a\u0ec0\u0e97": [26, 42], "\u0e9a\u0ec0\u0e9a": 63, "\u0e9a\u0ec0\u0e9b": 82, "\u0e9a\u0ec0\u0e9f": 42, "\u0e9a\u0ec0\u0ea1\u0ea5": [6, 43], "\u0e9a\u0ec0\u0ea1\u0ea5\u0e81\u0ea7\u0e94\u0e9e": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0e81\u0ea7\u0e94\u0e9e": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e81\u0eb2\u0e99\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0e9f": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb0\u0ec1\u0e88": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e88\u0eb2\u0e81\u0eaa": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e96": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0e9a": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0ea1": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0ead\u0eb0\u0e99": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0eae\u0ead\u0e87\u0eae": 44, "\u0e9a\u0ec0\u0ea1\u0ea5\u0ec0\u0eae": 44, "\u0e9a\u0ec0\u0ea1\u0ea7": 40, "\u0e9a\u0ec0\u0ea5": 19, "\u0e9a\u0ec0\u0ea7": [19, 21, 24, 69], "\u0e9a\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0e9a\u0ec0\u0eab": [19, 42], "\u0e9a\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0e97": 59, "\u0e9a\u0ec0\u0ead\u0e87": 44, "\u0e9a\u0ec0\u0eae": 44, "\u0e9a\u0ec1\u0e82\u0e81": 69, "\u0e9a\u0ec1\u0e95": [19, 42, 44, 55, 60, 66], "\u0e9a\u0ec1\u0e97\u0e99\u0e95": 19, "\u0e9a\u0ec1\u0e9a\u0e9a": [44, 66], "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ea5\u0eb0\u0ec0\u0ea7": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 60, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": [61, 73], "\u0e9a\u0ec1\u0e9a\u0e9a\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 55, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e84": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e97": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e99": 28, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e9a": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0eaa": 66, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec0\u0eab": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec0\u0ead\u0e87": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec1\u0ea5": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec3\u0e94\u0edc": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0e9a\u0ec1\u0e9a\u0e9a\u0edc": 63, "\u0e9a\u0ec1\u0ea1": 44, "\u0e9a\u0ec1\u0ea5": [26, 69], "\u0e9a\u0ec1\u0ead": [44, 82], "\u0e9a\u0ec2\u0e84\u0e95": 24, "\u0e9a\u0ec2\u0e94\u0e8d\u0ead": [44, 59], "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0ec1\u0e95": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e88\u0eb2\u0e81\u0eaa": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0e9f\u0eb2\u0e8d\u0e94": 42, "\u0e9a\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 82, "\u0e9a\u0ec2\u0eab": [19, 22, 30, 42, 60, 69], "\u0e9a\u0ec2\u0eab\u0ea5\u0e94": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0e82\u0ead\u0e87\u0e97": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0e94": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a": [23, 30], "\u0e9a\u0ec3\u0e99": 44, "\u0e9a\u0ec3\u0e99\u0e84\u0ead\u0ea1\u0e9e": 82, "\u0e9a\u0ec3\u0e99\u0ec0\u0ea1\u0e99": 65, "\u0e9a\u0ec3\u0edd": [19, 42, 44], "\u0e9a\u0ec4\u0e8a": [19, 44], "\u0e9a\u0ec4\u0e8a\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 43, "\u0e9a\u0ec4\u0e94": [31, 44, 74], "\u0e9a\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0e9a\u0ec4\u0e9b\u0e8d": 26, "\u0e9a\u0ec4\u0e9b\u0ea1\u0eb2\u0ea5\u0eb0\u0eab\u0ea7": 65, "\u0e9a\u0ec4\u0e9f\u0ea5": [19, 28, 44], "\u0e9a\u0ec4\u0ea7": [19, 26, 44, 69], "\u0e9a\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec2\u0ea1\u0e87": 66, "\u0e9a\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 19, "\u0e9a\u0edc": [43, 63, 82], "\u0e9a\u0edd\u0eb2\u0e8d\u0e84\u0ea7\u0eb2\u0ea1\u0ea7": 44, "\u0e9b": [19, 24, 28, 29, 42, 60, 63, 64, 65, 69, 82], "\u0e9b\u0eb0\u0e81": [19, 44, 66], "\u0e9b\u0eb0\u0e81\u0ead\u0e99": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e81": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e82\u0ead\u0e87\u0e97": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e8a": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0e99": 60, "\u0e9b\u0eb0\u0e81\u0ead\u0e99\u0eaa": 69, "\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e94": [42, 43], "\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0ea1": 60, "\u0e9b\u0eb0\u0e95": [28, 43, 44, 68, 69, 70, 73], "\u0e9b\u0eb0\u0eaa": [44, 64], "\u0e9b\u0eb0\u0ec0\u0e9e\u0e94": [42, 60], "\u0e9b\u0eb0\u0ec2\u0eab\u0e8d\u0e94\u0e9b\u0eb2\u0e99\u0ec3\u0e94": 31, "\u0e9b\u0eb0\u0ec2\u0eab\u0e8d\u0e94\u0eab\u0eb2\u0e81\u0e97": 60, "\u0e9b\u0eb2\u0e81": [42, 69, 82], "\u0e9c": [6, 19, 21, 24, 26, 28, 31, 40, 43, 63, 64, 66, 69, 70, 74, 78, 79, 82], "\u0e9d": [30, 34], "\u0e9e": [19, 24, 42, 43, 69], "\u0e9e\u0ea7\u0e81\u0ea1": [19, 44], "\u0e9e\u0ea7\u0e81\u0ec0\u0e82": [24, 69], "\u0e9e\u0ea7\u0e81\u0ec0\u0eae": [25, 26, 31, 43, 44], "\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0ec0\u0e82": 26, "\u0e9e\u0eb0\u0ea5": 24, "\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81": 26, "\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81\u0ec0\u0e82": 69, "\u0e9e\u0eb2\u0e8d\u0eab": 44, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e95": [44, 69, 79], "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": [42, 69], "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e81": 44, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ead": 42, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec2\u0e94\u0e8d\u0e81": 44, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0e94": 19, "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": 69, "\u0e9e\u0eb2\u0e9a\u0e82\u0ead\u0e87\u0ea5\u0eb0\u0e9a": 44, "\u0e9e\u0eb2\u0e9a\u0eaa": 64, "\u0e9e\u0eb2\u0e9a\u0eab": 44, "\u0e9e\u0eb2\u0eaa\u0eb2\u0e97": 44, "\u0e9e\u0ebd\u0e87\u0e84": 42, "\u0e9e\u0ebd\u0e87\u0ea5\u0eb0\u0eab": 26, "\u0e9e\u0ebd\u0e87\u0ec1\u0e95": [19, 24, 26, 31, 42, 44, 66], "\u0e9f": [19, 29, 42, 60], "\u0ea1": [6, 19, 21, 22, 28, 29, 30, 31, 40, 43, 63, 64, 70, 74, 79], "\u0ea1\u0e81": [24, 31, 42, 43, 69, 70], "\u0ea1\u0e81\u0eb2\u0e99\u0eaa": [42, 69], "\u0ea1\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0e96": 42, "\u0ea1\u0e81\u0eb2\u0e99\u0ec0\u0e8a": [19, 74], "\u0ea1\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 28, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0e9a": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0ea7": 60, "\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa\u0ebd\u0e87\u0ec0\u0e97": 60, "\u0ea1\u0e82": [40, 44, 69, 79], "\u0ea1\u0e82\u0ead\u0e87": [44, 60], "\u0ea1\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": 64, "\u0ea1\u0e82\u0ead\u0e87\u0e95": [42, 60], "\u0ea1\u0e82\u0ead\u0e87\u0e97": 42, "\u0ea1\u0e82\u0ead\u0e87\u0ec1\u0e96\u0e9a\u0e82": 42, "\u0ea1\u0e82\u0ead\u0e87\u0ec1\u0e96\u0e9a\u0e99\u0eb3\u0e97\u0eb2\u0e87": 69, "\u0ea1\u0e82\u0ead\u0e87\u0edc": [60, 64], "\u0ea1\u0e82\u0ebd\u0e99\u0e82": 44, "\u0ea1\u0e84": 31, "\u0ea1\u0e84\u0ea7\u0e9a\u0e84": 60, "\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0e84": 42, "\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0eab": 66, "\u0ea1\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 69, "\u0ea1\u0e84\u0ead\u0e87": 74, "\u0ea1\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0ea1\u0e87\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e97": 43, "\u0ea1\u0e88\u0eb0\u0e96": 42, "\u0ea1\u0e88\u0eb0\u0e9a": 42, "\u0ea1\u0e88\u0eb2\u0e81\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec4\u0e9f\u0ea5": 19, "\u0ea1\u0e8a": 60, "\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7": [6, 42], "\u0ea1\u0e8d": 42, "\u0ea1\u0e94": 59, "\u0ea1\u0e95": [24, 26, 28, 42, 59, 64, 69, 82], "\u0ea1\u0e95\u0eb2\u0ea1\u0e95": 19, "\u0ea1\u0e97": [6, 44, 66, 69], "\u0ea1\u0e97\u0eb2\u0e87\u0ec0\u0e9a": 19, "\u0ea1\u0e99": [19, 42, 60], "\u0ea1\u0e99\u0eb3\u0e97\u0eb2\u0e87\u0ea2": 65, "\u0ea1\u0e9a": [21, 26, 40, 42, 60, 69, 70, 74, 79, 82], "\u0ea1\u0e9c": [26, 44, 69], "\u0ea1\u0e9e": 24, "\u0ea1\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 69, "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0ec0\u0e99": 65, "\u0ea1\u0ea2": [24, 69], "\u0ea1\u0ea5": 69, "\u0ea1\u0ea5\u0eb0\u0eab": 26, "\u0ea1\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 42, "\u0ea1\u0ea7\u0ebd\u0e81\u0e82\u0ead\u0e87\u0e9c": 42, "\u0ea1\u0ea7\u0ebd\u0e81\u0ec0\u0ea1": 19, "\u0ea1\u0eaa": [42, 44, 60], "\u0ea1\u0eaa\u0eb0\u0ec0\u0edd": 69, "\u0ea1\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 44, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": 69, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": 42, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea1": [42, 69], "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": 69, "\u0ea1\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": 69, "\u0ea1\u0eaa\u0eb3\u0ea5": 79, "\u0ea1\u0eab": 42, "\u0ea1\u0ead": [19, 42, 66], "\u0ea1\u0ead\u0ead\u0e81\u0edc": 63, "\u0ea1\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": 42, "\u0ea1\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e95": 42, "\u0ea1\u0eae": 42, "\u0ea1\u0eae\u0ead\u0e87\u0eae": 42, "\u0ea1\u0eb2\u0e8d": 69, "\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99": 44, "\u0ea1\u0eb2\u0e9e": 44, "\u0ea1\u0eb2\u0ec3\u0eab": [19, 26], "\u0ea1\u0ec0\u0e82": [42, 44, 63], "\u0ea1\u0ec0\u0e84": 43, "\u0ea1\u0ec0\u0e95": [19, 24, 42, 43, 60, 69, 70, 74], "\u0ea1\u0ec0\u0e9b": [42, 60], "\u0ea1\u0ec0\u0ea1\u0e81": 28, "\u0ea1\u0ec0\u0ea5": 44, "\u0ea1\u0ec0\u0eab": 44, "\u0ea1\u0ec0\u0ead\u0e87\u0ec3\u0e99\u0e9b": 19, "\u0ea1\u0ec1\u0e8a": 69, "\u0ea1\u0ec1\u0e9a\u0e9a\u0e94": 69, "\u0ea1\u0ec1\u0e9a\u0e9a\u0e97": 69, "\u0ea1\u0ec1\u0ea5": [26, 42], "\u0ea1\u0ec2\u0e94\u0e8d\u0e81": 42, "\u0ea1\u0ec2\u0e94\u0e8d\u0ead": 28, "\u0ea1\u0ec3\u0e94\u0e81": 42, "\u0ea1\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0ea1\u0ec3\u0eaa": 28, "\u0ea1\u0ec3\u0eab": [42, 44], "\u0ea1\u0ec3\u0edd": [19, 44, 69], "\u0ea1\u0ec4\u0e94": [42, 59, 60, 69], "\u0ea1\u0ec4\u0e9b\u0eab\u0eb2\u0e9c": 60, "\u0ea1\u0ec4\u0e9f\u0ea5": 24, "\u0ea1\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ea2": [6, 19, 24, 26, 28, 43, 60, 63, 64, 66, 69, 70, 74, 79], "\u0ea3": 19, "\u0ea5": [19, 21, 24, 26, 60, 64, 66, 69, 74, 78, 79, 82], "\u0ea5\u0ea7\u0ea1\u0e97": [40, 44, 59, 60], "\u0ea5\u0ea7\u0ea1\u0ec0\u0e96": 42, "\u0ea5\u0ead\u0e87\u0e8a": 19, "\u0ea5\u0ead\u0e8d\u0e82": 60, "\u0ea5\u0eb0\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0ea5\u0eb0\u0e82": 74, "\u0ea5\u0eb0\u0e84": [42, 60], "\u0ea5\u0eb0\u0e99": [26, 42, 65, 69], "\u0ea5\u0eb0\u0e9a": [19, 23, 28, 30, 40, 42, 60, 66, 69], "\u0ea5\u0eb0\u0e9b": 42, "\u0ea5\u0eb0\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0e84": 42, "\u0ea5\u0eb0\u0eab\u0ea7": [42, 74], "\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ead": 69, "\u0ea5\u0eb0\u0eae": 19, "\u0ea5\u0eb0\u0ec0\u0ea1\u0ea5\u0e97": 44, "\u0ea5\u0eb0\u0ec1\u0e96\u0ea7\u0ec3\u0e99\u0e95": 19, "\u0ea5\u0eb0\u0ec4\u0e9f\u0ea5": 19, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 66, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e94": 69, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": [19, 21], "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0edc": 66, "\u0ea5\u0eb2\u0e8d\u0e87\u0eb2\u0e99": 44, "\u0ea5\u0eb2\u0e8d\u0e8a": [19, 29, 42, 43, 44, 82], "\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0ead": 69, "\u0ea5\u0eb2\u0e8d\u0ec0\u0e8a": 44, "\u0ea5\u0eb3\u0e94": 60, "\u0ea5\u0eb3\u0ec2\u0e9e\u0e87\u0eab": 60, "\u0ea5\u0eb3\u0ec2\u0e9e\u0e87\u0ec3\u0e99\u0ec2\u0edd\u0e94\u0ec0\u0e9b": 60, "\u0ea7": [19, 25, 28, 29, 31, 42, 59, 63, 64, 66, 70, 82], "\u0ea7\u0e81": [28, 44, 69], "\u0ea7\u0e81\u0ead\u0e87": 69, "\u0ea7\u0e81\u0ead\u0e87\u0e82": 69, "\u0ea7\u0e81\u0ead\u0e87\u0ec4\u0e94": 69, "\u0ea7\u0e82": [44, 59, 66], "\u0ea7\u0e82\u0ead\u0e87": 44, "\u0ea7\u0e82\u0ead\u0e87\u0e97": [19, 24, 26, 69, 82], "\u0ea7\u0e82\u0ead\u0e87\u0ec0\u0ea7": 44, "\u0ea7\u0e84\u0ea5": [42, 60, 69], "\u0ea7\u0e84\u0eb2\u0ea7": 19, "\u0ea7\u0e87\u0edc": [44, 60], "\u0ea7\u0e88\u0eb0\u0e8d": 42, "\u0ea7\u0e88\u0eb0\u0e96": 60, "\u0ea7\u0e88\u0eb0\u0e9a": [19, 26, 69], "\u0ea7\u0e88\u0eb0\u0ec0\u0e9b": 42, "\u0ea7\u0e8d": [43, 44, 66], "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0e81": 44, "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0ead": 69, "\u0ea7\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 63, "\u0ea7\u0e8d\u0e82": [19, 42], "\u0ea7\u0e8d\u0e84": [44, 70], "\u0ea7\u0e8d\u0e95": [24, 29, 44, 60, 64, 79], "\u0ea7\u0e8d\u0e9b": 19, "\u0ea7\u0e8d\u0e9b\u0eb0\u0ea2": 44, "\u0ea7\u0e8d\u0e9c": 42, "\u0ea7\u0e8d\u0ea5\u0eb0\u0eab": [26, 42, 69], "\u0ea7\u0e8d\u0ea7": [59, 69], "\u0ea7\u0e8d\u0eaa": 21, "\u0ea7\u0e8d\u0eae": 60, "\u0ea7\u0e8d\u0ec0\u0e84": 19, "\u0ea7\u0e8d\u0ec0\u0e99": 66, "\u0ea7\u0e8d\u0ec0\u0eab\u0e94\u0e9c": 42, "\u0ea7\u0e8d\u0ec0\u0eae": 43, "\u0ea7\u0e8d\u0ec3\u0eab": [19, 26, 28, 42, 43, 44, 60, 66, 69, 79], "\u0ea7\u0e8d\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0e95": 19, "\u0ea7\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0ea7\u0e94\u0ebd\u0ea7": 19, "\u0ea7\u0e95": [23, 30, 60, 66, 74], "\u0ea7\u0e95\u0ead\u0e87": 59, "\u0ea7\u0e97": [26, 29, 69], "\u0ea7\u0e99": [40, 55, 59, 66, 69], "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 66, "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0e95": [44, 74], "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0ea7\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 42, "\u0ea7\u0e99\u0e82\u0ead\u0e87": 66, "\u0ea7\u0e99\u0e82\u0ead\u0e87\u0eaa": 42, "\u0ea7\u0e99\u0e84": 44, "\u0ea7\u0e99\u0e88\u0eb0\u0ea1": 44, "\u0ea7\u0e99\u0e95": [21, 24, 42, 43, 44, 66, 82], "\u0ea7\u0e99\u0e97": [26, 44], "\u0ea7\u0e99\u0e99": 42, "\u0ea7\u0e99\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e97\u0eb2\u0e87\u0e94": 60, "\u0ea7\u0e99\u0ea5\u0eb0\u0eab": 26, "\u0ea7\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9c": 42, "\u0ea7\u0e99\u0eab": [19, 44, 64], "\u0ea7\u0e99\u0ead": 44, "\u0ea7\u0e99\u0ec1\u0e8d\u0e81\u0e95": 44, "\u0ea7\u0e99\u0ec1\u0ead": 44, "\u0ea7\u0e99\u0ec3\u0eab\u0e8d": 74, "\u0ea7\u0e99\u0ec4\u0e9f\u0ea5": 44, "\u0ea7\u0e99\u0edc": [42, 60, 69], "\u0ea7\u0e9a": 19, "\u0ea7\u0e9b": 31, "\u0ea7\u0e9b\u0eb0\u0ec4\u0ea7": 26, "\u0ea7\u0ea1": [6, 60, 65, 73, 79], "\u0ea7\u0ea1\u0e81": 19, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0eaa": [60, 69], "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": [61, 70, 73], "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0ea5": 60, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0e9b": 60, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e94\u0edc": 79, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec4\u0e94": 69, "\u0ea7\u0ea1\u0e84": [60, 63, 65, 66, 69], "\u0ea7\u0ea1\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0ea7\u0ea1\u0e88\u0eb2\u0e81\u0e9e\u0eb2\u0e8d\u0e99\u0ead\u0e81": 79, "\u0ea7\u0ea1\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 70, "\u0ea7\u0ea1\u0e97": [59, 60, 64, 65, 70], "\u0ea7\u0ea1\u0ea1": 42, "\u0ea7\u0ea1\u0ead": 69, "\u0ea7\u0ea1\u0ec0\u0e9b": 60, "\u0ea7\u0ea1\u0ec1\u0e8a": 69, "\u0ea7\u0ea1\u0ec1\u0e95": 60, "\u0ea7\u0ea1\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84\u0ea5": 60, "\u0ea7\u0ea1\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec4\u0e94": 60, "\u0ea7\u0ea1\u0ec3\u0edd": 69, "\u0ea7\u0ea1\u0ec4\u0e94": [60, 69, 78], "\u0ea7\u0ea2": [19, 26, 42, 44, 60], "\u0ea7\u0ea5": [6, 13], "\u0ea7\u0ea5\u0eb0\u0e9a": 60, "\u0ea7\u0eaa\u0eb2\u0ea1\u0e84": 19, "\u0ea7\u0eab": 44, "\u0ea7\u0ead": [19, 44], "\u0ea7\u0eb2\u0e87\u0e9c": 65, "\u0ea7\u0eb2\u0e87\u0ec1\u0e9c\u0e99\u0ec4\u0ea7": 69, "\u0ea7\u0ebd\u0e81": [44, 69], "\u0ea7\u0ec0\u0e82": 26, "\u0ea7\u0ec0\u0e95": [22, 24, 30, 82], "\u0ea7\u0ec0\u0e97": 26, "\u0ea7\u0ec0\u0e9b": 44, "\u0ea7\u0ec0\u0ea5": [19, 21, 26, 44, 60, 63, 69, 82], "\u0ea7\u0ec0\u0ea5\u0e81\u0e88\u0eb0\u0ec0\u0e9b": 60, "\u0ea7\u0ec0\u0ea5\u0e81\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0e84\u0eb3\u0ec0\u0e8a": 70, "\u0ea7\u0ec1\u0e81": 44, "\u0ea7\u0ec1\u0e97\u0e99": 69, "\u0ea7\u0ec1\u0e97\u0e99\u0e88\u0eb0\u0e96": 44, "\u0ea7\u0ec1\u0e9a": 26, "\u0ea7\u0ec1\u0e9a\u0e9a\u0e9e\u0eb2\u0eaa\u0eb2\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": 44, "\u0ea7\u0ec1\u0ea1": 82, "\u0ea7\u0ec2\u0ea1\u0e87": 69, "\u0ea7\u0ec2\u0ea5\u0e81": 6, "\u0ea7\u0ec3\u0e94": 60, "\u0ea7\u0ec3\u0eab": 26, "\u0ea7\u0ec4\u0e94": [44, 66], "\u0ea7\u0ec4\u0e9b": [24, 42], "\u0ea7\u0ec4\u0e9b\u0ea1": 19, "\u0ea7\u0ec4\u0e9b\u0ec0\u0eab": 82, "\u0eaa": [19, 21, 24, 26, 28, 59, 60, 64, 74, 82], "\u0eaa\u0ead\u0e87": [42, 69], "\u0eaa\u0ead\u0e9a\u0e96\u0eb2\u0ea1\u0e9c": 21, "\u0eaa\u0eb0\u0e84\u0ea3": 26, "\u0eaa\u0eb0\u0e94\u0ea7\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9b": 26, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0e97": 44, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 44, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e99": 24, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ea7": 69, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0eab\u0ea7": 40, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ead": 69, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e82\u0ead\u0e87\u0e82": 44, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e82\u0ead\u0e87\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e88\u0eb0\u0ec3\u0e8a": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e97": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e99": 19, "\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": [40, 60], "\u0eaa\u0eb0\u0e99": 26, "\u0eaa\u0eb0\u0e9a": 44, "\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0eaa\u0eb0\u0ead\u0eb2\u0e94\u0e95\u0eb2": 44, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0": 82, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e81": [19, 26], "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e82": [26, 42], "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e8a": 42, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e9c": 26, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec0\u0ea1": 19, "\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0ec0\u0ea1\u0ea5\u0e97": 44, "\u0eaa\u0eb0\u0ec0\u0edd": 19, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e88": 19, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e9a": 65, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea2": [60, 82], "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 60, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea7": 60, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0eaa": 44, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5": 60, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0ea1\u0ea5": 44, "\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": [19, 24, 44], "\u0eaa\u0eb2\u0e99\u0ec4\u0e94": 69, "\u0eaa\u0eb2\u0ea1": 26, "\u0eaa\u0eb2\u0ea1\u0e88": [19, 42, 60, 65], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81": 69, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e82\u0ebd\u0e99\u0ec4\u0e94": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84": [44, 59, 69, 78], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e88": [26, 44], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a": 19, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e96": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec0\u0e82": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": [66, 70], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9a": 42, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": [24, 44, 82], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5\u0ea7\u0ea1\u0ea2": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": [44, 69, 70, 74], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e81": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": [26, 74], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9a": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9e": [42, 66, 74], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ea5": [26, 69, 70], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": [6, 69], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": [19, 42], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e97\u0e99\u0ec3\u0eaa": 44, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": 26, "\u0eaa\u0eb3\u0e84": 44, "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": [73, 77], "\u0eaa\u0eb3\u0ea5": [19, 24, 25, 26, 42, 44, 60, 69], "\u0eaa\u0eb3\u0eae\u0ead\u0e87\u0e82": 44, "\u0eaa\u0eb3\u0ec0\u0e99": 24, "\u0eaa\u0eb3\u0ec0\u0ea5": 69, "\u0eaa\u0ebd\u0e87": 66, "\u0eaa\u0ebd\u0e87\u0ec1\u0e88": 60, "\u0eab": [6, 19, 24, 28, 29, 31, 43, 44, 55, 59, 63, 64, 65, 66, 69, 70, 73, 77], "\u0eab\u0ea7": [24, 44], "\u0eab\u0eb2\u0e81\u0e95": [42, 69], "\u0eab\u0eb2\u0e81\u0e97": [26, 42, 44, 60, 69], "\u0eab\u0eb2\u0e81\u0e9a": [26, 44], "\u0eab\u0eb2\u0e81\u0e9b": 42, "\u0eab\u0eb2\u0e81\u0e9c": [26, 42, 44, 69], "\u0eab\u0eb2\u0e81\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 60, "\u0eab\u0eb2\u0e81\u0ea1": [44, 60], "\u0eab\u0eb2\u0e81\u0ea2": 60, "\u0eab\u0eb2\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eab\u0eb2\u0e81\u0ec1\u0ead": 44, "\u0eab\u0eb2\u0e81\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e94\u0edc": 60, "\u0eab\u0eb2\u0e97": 40, "\u0eab\u0eb2\u0e99\u0ea5\u0eb0\u0e9a": 64, "\u0eab\u0eb2\u0e99\u0ec0\u0e8a": 82, "\u0ead": [19, 21, 24, 26, 28, 29, 31, 40, 42, 43, 59, 60, 63, 69, 70, 74, 82], "\u0ead\u0e81": [19, 42, 44, 60, 63, 64, 69], "\u0ead\u0e81\u0e81": 42, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0e81": 26, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0e95": 19, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0e9a": 60, "\u0ead\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0ead\u0e81\u0e82": [19, 42], "\u0ead\u0e81\u0e84": 42, "\u0ead\u0e81\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": 44, "\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0ead\u0e81\u0e8a": [19, 69], "\u0ead\u0e81\u0e94": 19, "\u0ead\u0e81\u0e95": [42, 82], "\u0ead\u0e81\u0e95\u0ead\u0e9a\u0e81": 66, "\u0ead\u0e81\u0e97": [26, 60, 70], "\u0ead\u0e81\u0e99": [19, 26, 42, 60], "\u0ead\u0e81\u0e99\u0eb2\u0ea1\u0ec1\u0e9d\u0e87\u0e99": 44, "\u0ead\u0e81\u0e9a": 44, "\u0ead\u0e81\u0e9a\u0ea5": 44, "\u0ead\u0e81\u0e9b\u0eb0\u0e95": 44, "\u0ead\u0e81\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ec0\u0e99": 66, "\u0ead\u0e81\u0e9c": [44, 69], "\u0ead\u0e81\u0e9e\u0eb2\u0eaa\u0eb2\u0eaa\u0eb3\u0ea5": 82, "\u0ead\u0e81\u0ea1": 82, "\u0ead\u0e81\u0ea2": 66, "\u0ead\u0e81\u0ea5\u0eb0\u0eab\u0ea7": [44, 55], "\u0ead\u0e81\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ead\u0e81\u0ea7": [66, 69], "\u0ead\u0e81\u0ea7\u0e94\u0ec0\u0e9a": 44, "\u0ead\u0e81\u0eaa": [19, 44], "\u0ead\u0e81\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ead\u0e81\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e9a\u0eb2\u0e87\u0e84": 59, "\u0ead\u0e81\u0ead\u0eb0\u0e99": 79, "\u0ead\u0e81\u0eae": 60, "\u0ead\u0e81\u0eb2\u0e99\u0e9b": 60, "\u0ead\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0ead\u0e81\u0eb2\u0e99\u0ead": 29, "\u0ead\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0ead\u0e81\u0ec0\u0e87": 44, "\u0ead\u0e81\u0ec0\u0e8a": 59, "\u0ead\u0e81\u0ec0\u0e9e": 19, "\u0ead\u0e81\u0ec1\u0ea1": 69, "\u0ead\u0e81\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 44, "\u0ead\u0e81\u0ec3\u0e8a": 26, "\u0ead\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e81\u0ead\u0e87": 69, "\u0ead\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9b": 21, "\u0ead\u0e81\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 63, "\u0ead\u0e81\u0ec3\u0eab": [19, 44], "\u0ead\u0e81\u0ec4\u0e94": [42, 60, 66], "\u0ead\u0e81\u0ec4\u0e9f\u0ea5": 44, "\u0ead\u0e81\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ead\u0e81\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": [19, 44], "\u0ead\u0e81\u0edc": 60, "\u0ead\u0e82": [6, 42, 69, 73], "\u0ead\u0e82\u0ead\u0e87": 24, "\u0ead\u0e82\u0ead\u0e87\u0e97": 24, "\u0ead\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 24, "\u0ead\u0e84\u0ea5": [19, 70], "\u0ead\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 44, "\u0ead\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0eb0\u0e94\u0ea7\u0e81": 19, "\u0ead\u0e87": [19, 42, 43, 44, 60, 69], "\u0ead\u0e87\u0e81": [24, 42, 44, 69], "\u0ead\u0e87\u0e81\u0ead\u0e81\u0e82": 28, "\u0ead\u0e87\u0e81\u0eb2\u0e99": [6, 26, 42, 43, 44, 69, 82], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82": [31, 60], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0ea7": 6, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e94": 44, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e9a": 60, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e9b": 42, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ea5": [44, 66], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": [66, 69], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa\u0eb3\u0eae\u0ead\u0e87\u0e82": 19, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ead": 42, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eae": 60, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e81": 69, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0ea5": 44, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0eab": 69, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e81": 42, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e88": [19, 60], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81": 66, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 28, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0e8d\u0eb2\u0ea7\u0ec3\u0eab": 40, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 60, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0eaa": [40, 66], "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0eab": [42, 44], "\u0ead\u0e87\u0e81\u0eb3\u0e99": 64, "\u0ead\u0e87\u0e82": [31, 55], "\u0ead\u0e87\u0e82\u0ea7\u0eb2\u0e82\u0ead\u0e87\u0e8a": 69, "\u0ead\u0e87\u0e82\u0ea7\u0eb2\u0e82\u0ead\u0e87\u0ec1\u0e96\u0e9a\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0ead\u0e87\u0e82\u0ead\u0e87\u0e97": [19, 60, 63], "\u0ead\u0e87\u0e82\u0ead\u0e87\u0ec4\u0ea7\u0e8d\u0eb2\u0e81\u0ead\u0e99\u0ec2\u0e94\u0e8d\u0e95": 19, "\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81\u0e88": 44, "\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec3\u0eab": 44, "\u0ead\u0e87\u0e84": [44, 69], "\u0ead\u0e87\u0e88\u0eb0\u0e96": 42, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0e9e": 40, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e82": 31, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0ead\u0eb2\u0e94\u0eaa": 44, "\u0ead\u0e87\u0e88\u0eb2\u0e81\u0ec1\u0ead": 44, "\u0ead\u0e87\u0e8a": [19, 42, 60], "\u0ead\u0e87\u0e95": [19, 44, 60], "\u0ead\u0e87\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": 65, "\u0ead\u0e87\u0e96": 19, "\u0ead\u0e87\u0e97": [19, 26, 42, 44, 60], "\u0ead\u0e87\u0e99": [19, 24, 26, 28, 44], "\u0ead\u0e87\u0e9a": 26, "\u0ead\u0e87\u0e9b": [28, 66], "\u0ead\u0e87\u0e9e": [73, 77], "\u0ead\u0e87\u0ea1": [42, 43, 63, 64, 69], "\u0ead\u0e87\u0ea2": [28, 59, 60], "\u0ead\u0e87\u0eaa": 42, "\u0ead\u0e87\u0eab": [19, 60], "\u0ead\u0e87\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 26, "\u0ead\u0e87\u0ec0\u0e82": 42, "\u0ead\u0e87\u0ec0\u0e84": 19, "\u0ead\u0e87\u0ec0\u0e97": 44, "\u0ead\u0e87\u0ec0\u0e9b": 44, "\u0ead\u0e87\u0ec0\u0ea5": 42, "\u0ead\u0e87\u0ec0\u0eae": [26, 28, 44, 69], "\u0ead\u0e87\u0ec2\u0e95": 60, "\u0ead\u0e87\u0ec3\u0e99\u0edc": 26, "\u0ead\u0e87\u0ec3\u0eaa": 19, "\u0ead\u0e87\u0ec4\u0e94": [26, 31, 42, 44, 69, 70, 74], "\u0ead\u0e87\u0ec4\u0e9f\u0ea5": 26, "\u0ead\u0e87\u0ec4\u0ea7": [44, 69], "\u0ead\u0e87\u0edc": 60, "\u0ead\u0e87\u0edd\u0eb2\u0e8d": [19, 42, 44], "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e8a": 44, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e96": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e96\u0eb2\u0ea1": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0e9a\u0ea7\u0e81\u0e96": 42, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0ea2": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0eaa\u0eb0\u0ec1\u0ea5": 19, "\u0ead\u0e87\u0edd\u0eb2\u0e8d\u0ec0\u0ea5": 44, "\u0ead\u0e88": [19, 40, 69], "\u0ead\u0e88\u0eb0\u0ea5": 42, "\u0ead\u0e8a": [44, 69], "\u0ead\u0e8d": 44, "\u0ead\u0e8d\u0e97": 42, "\u0ead\u0e8d\u0ea1": 31, "\u0ead\u0e8d\u0ea2": 63, "\u0ead\u0e8d\u0ead\u0ea1\u0eae": 70, "\u0ead\u0e8d\u0ec0\u0ea1": 24, "\u0ead\u0e8d\u0ec6\u0e97": 19, "\u0ead\u0e8d\u0ec6\u0ec0\u0e9e": 60, "\u0ead\u0e8d\u0edc": 42, "\u0ead\u0e94": 44, "\u0ead\u0e94\u0eb3\u0ec0\u0e99": 26, "\u0ead\u0e94\u0ec0\u0ea7\u0ea5\u0eb2": 19, "\u0ead\u0e95": [19, 44], "\u0ead\u0e96": [44, 69], "\u0ead\u0e96\u0ead\u0e94\u0ea5\u0eb0\u0eab": 26, "\u0ead\u0e97": [19, 24, 26, 28, 40, 42, 44, 60, 63, 66, 79], "\u0ead\u0e99": [19, 28, 40, 60, 70, 74], "\u0ead\u0e99\u0e81": 66, "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0e95": 44, "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0eab": 60, "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec3\u0e99\u0ead": 60, "\u0ead\u0e99\u0e82": [44, 66, 69], "\u0ead\u0e99\u0e82\u0ead\u0e87\u0e97": [60, 82], "\u0ead\u0e99\u0e84\u0eb2\u0e8d": 42, "\u0ead\u0e99\u0e88\u0eb2\u0e81\u0e82": 66, "\u0ead\u0e99\u0e88\u0eb2\u0e81\u0ec0\u0e8a": 19, "\u0ead\u0e99\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0ea1": 44, "\u0ead\u0e99\u0e8a": 28, "\u0ead\u0e99\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 19, "\u0ead\u0e99\u0e95\u0eb2\u0ea1\u0ea5\u0eb0\u0e94": 69, "\u0ead\u0e99\u0e96": 19, "\u0ead\u0e99\u0e97": [42, 44, 60, 69], "\u0ead\u0e99\u0e99": [44, 69], "\u0ead\u0e99\u0e9c": [44, 60], "\u0ead\u0e99\u0ea5": [44, 63], "\u0ead\u0e99\u0ea7": 19, "\u0ead\u0e99\u0eaa": [26, 42], "\u0ead\u0e99\u0ec0\u0e81": 26, "\u0ead\u0e99\u0ec0\u0e82": 60, "\u0ead\u0e99\u0ec0\u0e9a": 65, "\u0ead\u0e99\u0ec0\u0ea5": 24, "\u0ead\u0e99\u0ec1\u0ea5": 19, "\u0ead\u0e99\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 60, "\u0ead\u0e99\u0ec3\u0e99\u0ec1\u0e95": 60, "\u0ead\u0e99\u0ec3\u0eab": 26, "\u0ead\u0e99\u0ec4\u0e82\u0e88\u0eb0\u0e96": 44, "\u0ead\u0e99\u0ec4\u0e82\u0e97": 44, "\u0ead\u0e99\u0ec4\u0e82\u0ec0\u0eab": 42, "\u0ead\u0e99\u0ec4\u0e82\u0ec3\u0eab": 44, "\u0ead\u0e99\u0ec4\u0e94": 42, "\u0ead\u0e99\u0ec4\u0ea7": 44, "\u0ead\u0e99\u0ec4\u0eab\u0ea7": 59, "\u0ead\u0e99\u0edc": 44, "\u0ead\u0e99\u0edd": 44, "\u0ead\u0e9a": [19, 44], "\u0ead\u0e9a\u0ead\u0e81\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9b": 19, "\u0ead\u0e9a\u0ead\u0e81\u0ec3\u0eab": 19, "\u0ead\u0e9b": 60, "\u0ead\u0e9b\u0eb0\u0e95": 60, "\u0ead\u0e9c": [26, 44], "\u0ead\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 40, "\u0ead\u0ea1": [26, 42, 44, 60, 69], "\u0ead\u0ea1\u0e81": [42, 43, 44, 60, 69], "\u0ead\u0ea1\u0e95": [19, 26, 28, 44, 66, 68, 69, 70, 73, 74], "\u0ead\u0ea1\u0e97": [43, 69], "\u0ead\u0ea1\u0ec3\u0e8a": 19, "\u0ead\u0ea2": [19, 63], "\u0ead\u0ea5": 19, "\u0ead\u0ea5\u0eb0\u0e9a": 19, "\u0ead\u0ea5\u0eb0\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e97": 42, "\u0ead\u0ea5\u0eb0\u0eab": 26, "\u0ead\u0ea5\u0eb2\u0e8d\u0e8a": 65, "\u0ead\u0eaa": [26, 28, 40, 42, 44, 59, 69], "\u0ead\u0eaa\u0ead\u0e99\u0ea5\u0eb0\u0e9a": 44, "\u0ead\u0eab\u0eb2\u0e97": 66, "\u0ead\u0eab\u0eb2\u0e9b\u0eb0\u0ec0\u0e9e\u0e94\u0ead": 66, "\u0ead\u0eab\u0eb2\u0ead": 66, "\u0ead\u0ead": [29, 31], "\u0ead\u0ead\u0e81": 19, "\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81": 19, "\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": [19, 26], "\u0ead\u0ead\u0e81\u0ec1\u0e9a\u0e9a\u0ea1\u0eb2\u0ec0\u0e9e": 44, "\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": 19, "\u0ead\u0eae": [24, 31], "\u0ead\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ead\u0eae\u0ebd\u0e99\u0eae": [24, 26], "\u0ead\u0eb0\u0e99": [24, 42, 60, 63], "\u0ead\u0eb2\u0e8d": 24, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e96": 26, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e9a": 60, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ea1": 24, "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec0\u0e9b": [26, 44], "\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec3\u0e8a": 44, "\u0ead\u0eb2\u0e94\u0ea1": 44, "\u0ead\u0eb2\u0e94\u0ec0\u0e81": 44, "\u0ead\u0eb2\u0e97": 69, "\u0ead\u0ec0\u0e81": 44, "\u0ead\u0ec0\u0e82": [19, 26, 42, 60, 69, 82], "\u0ead\u0ec0\u0e87": 44, "\u0ead\u0ec0\u0e95": 26, "\u0ead\u0ec0\u0e97": [24, 44], "\u0ead\u0ec0\u0e9a": [19, 59], "\u0ead\u0ec0\u0e9b": [19, 24, 42, 44, 64, 66], "\u0ead\u0ec0\u0e9e": [19, 24, 42], "\u0ead\u0ec0\u0ea5": [42, 65], "\u0ead\u0ec0\u0eae": 60, "\u0ead\u0ec1\u0e88": 60, "\u0ead\u0ec1\u0e8a": 70, "\u0ead\u0ec1\u0e97\u0e99\u0e97": 24, "\u0ead\u0ec1\u0e9a": [42, 63], "\u0ead\u0ec1\u0ead": 24, "\u0ead\u0ec2\u0e84\u0e87\u0eaa": 19, "\u0ead\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 44, "\u0ead\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0ead\u0ec3\u0e8a": 44, "\u0ead\u0ec3\u0e99": [44, 69], "\u0ead\u0ec3\u0e99\u0e82": 44, "\u0ead\u0ec3\u0e99\u0e82\u0ead\u0e87\u0e82": 69, "\u0ead\u0ec3\u0e99\u0ec0\u0ea1\u0ea5\u0ec4\u0e94": 44, "\u0ead\u0ec3\u0eab": [42, 44, 60, 63, 66, 69], "\u0ead\u0ec4\u0e94": [44, 70], "\u0ead\u0ec4\u0ea7": 44, "\u0eae": [19, 24, 26, 28, 29, 31, 60, 61, 64, 66, 68, 70, 73, 74], "\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eae\u0ea7\u0ea1\u0ec1\u0ea5": 42, "\u0eae\u0ead\u0e87\u0eae": [42, 44, 66, 74], "\u0eae\u0ebd\u0e99\u0eae": 42, "\u0eb2": [19, 26, 28, 29, 40, 42, 43, 44, 55, 60, 63, 66, 69, 73, 74, 77], "\u0eb2\u0e81": [42, 44, 69], "\u0eb2\u0e81\u0ea7": 28, "\u0eb2\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0eb2\u0e81\u0eb2\u0e99\u0e88": 24, "\u0eb2\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eb2\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0eb2\u0e81\u0eb2\u0e99\u0e95": [42, 82], "\u0eb2\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 44, "\u0eb2\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e9e": 44, "\u0eb2\u0e81\u0eb2\u0e99\u0eaa": [59, 64, 69, 74, 79], "\u0eb2\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0e9e": 69, "\u0eb2\u0e81\u0eb2\u0e99\u0ec1\u0e81": 42, "\u0eb2\u0e81\u0eb2\u0e99\u0ec1\u0e88": 60, "\u0eb2\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e88\u0eb0\u0ec0\u0ea5": 79, "\u0eb2\u0e81\u0eb2\u0e99\u0edd": 69, "\u0eb2\u0e82": [6, 31, 43, 44], "\u0eb2\u0e82\u0ead\u0e87": [24, 31, 42], "\u0eb2\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 26, "\u0eb2\u0e82\u0ead\u0e87\u0e8d": 42, "\u0eb2\u0e82\u0ead\u0e87\u0e97": 60, "\u0eb2\u0e82\u0ead\u0e87\u0e9c": 60, "\u0eb2\u0e82\u0ead\u0e87\u0ec1\u0ead": 42, "\u0eb2\u0e82\u0ead\u0e87\u0ec4\u0e94": 42, "\u0eb2\u0e82\u0ebd\u0e99\u0e9c": 19, "\u0eb2\u0e84": [24, 26, 31], "\u0eb2\u0e84\u0ea7\u0e99\u0e88\u0eb0\u0ea1": 44, "\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1": [6, 81], "\u0eb2\u0e84\u0eb3\u0ead\u0eb0\u0e97": 69, "\u0eb2\u0e84\u0eb3\u0ec0\u0ea7": 60, "\u0eb2\u0e87": [19, 21, 26, 28, 40, 42, 44, 55, 60, 69, 74], "\u0eb2\u0e87\u0e81": [19, 28, 42], "\u0eb2\u0e87\u0e81\u0eb0\u0e94\u0eb2\u0e99\u0ea7\u0ebd\u0e81\u0ec1\u0e9a\u0e9a": 43, "\u0eb2\u0e87\u0e81\u0eb0\u0ec1\u0e88\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e95": 19, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0e99": 44, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa": [44, 59, 70, 74], "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1": 42, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e82\u0ead\u0e87\u0e97": 42, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 28, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": 64, "\u0eb2\u0e87\u0e82": [19, 42, 44, 69], "\u0eb2\u0e87\u0e82\u0ead\u0e87": 31, "\u0eb2\u0e87\u0e84\u0ea7\u0eb2\u0ea1\u0e9c": 42, "\u0eb2\u0e87\u0e88\u0eb0\u0e96\u0eb2\u0ea1\u0eab\u0eb2\u0ec0\u0ea7\u0ea5\u0eb2\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e9a": 40, "\u0eb2\u0e87\u0e88\u0eb0\u0ea1": 19, "\u0eb2\u0e87\u0e8a": [19, 42, 66], "\u0eb2\u0e87\u0e94\u0ebd\u0ea7": 42, "\u0eb2\u0e87\u0e95": 69, "\u0eb2\u0e87\u0e96\u0eb2\u0ea7\u0ead\u0e99": 24, "\u0eb2\u0e87\u0e96\u0eb2\u0ea7\u0ead\u0e99\u0ec3\u0e99\u0e97": 24, "\u0eb2\u0e87\u0e97": [24, 40, 44], "\u0eb2\u0e87\u0e99": 19, "\u0eb2\u0e87\u0e9a": [19, 66], "\u0eb2\u0e87\u0e9b": 42, "\u0eb2\u0e87\u0e9c": 63, "\u0eb2\u0e87\u0ea1": [65, 66], "\u0eb2\u0e87\u0ea2": 70, "\u0eb2\u0e87\u0ea5": [19, 26, 28, 66], "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0eaa\u0eb3\u0ea5": 69, "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": [42, 55], "\u0eb2\u0e87\u0ea7": [44, 60, 69], "\u0eb2\u0e87\u0eaa": 24, "\u0eb2\u0e87\u0eaa\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0e87\u0eaa\u0ead\u0e87\u0eae": 44, "\u0eb2\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0": 19, "\u0eb2\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0ec4\u0e94": 19, "\u0eb2\u0e87\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0eb2\u0e87\u0eab": [19, 69], "\u0eb2\u0e87\u0eab\u0eb2\u0e81": 44, "\u0eb2\u0e87\u0eab\u0eb2\u0e81\u0e88\u0eb2\u0e81": 42, "\u0eb2\u0e87\u0eab\u0eb2\u0e81\u0e9b\u0eb0\u0e81": 44, "\u0eb2\u0e87\u0eab\u0eb2\u0e81\u0ec3\u0e99": 25, "\u0eb2\u0e87\u0ead": [60, 66], "\u0eb2\u0e87\u0eae": 19, "\u0eb2\u0e87\u0ec0\u0e8a": 19, "\u0eb2\u0e87\u0ec0\u0e94": 26, "\u0eb2\u0e87\u0ec0\u0e97": [19, 42], "\u0eb2\u0e87\u0ec0\u0e99": 69, "\u0eb2\u0e87\u0ec0\u0e9b": 42, "\u0eb2\u0e87\u0ec0\u0e9e": 44, "\u0eb2\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0ea5": 59, "\u0eb2\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0edd": 59, "\u0eb2\u0e87\u0ec1\u0e8a": 69, "\u0eb2\u0e87\u0ec1\u0e97": 44, "\u0eb2\u0e87\u0ec1\u0e9a\u0e9a\u0e87": 42, "\u0eb2\u0e87\u0ec1\u0ea5": [19, 69], "\u0eb2\u0e87\u0ec1\u0ead": 63, "\u0eb2\u0e87\u0ec2\u0e94\u0e8d": 44, "\u0eb2\u0e87\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 26, "\u0eb2\u0e87\u0ec3\u0e94\u0e81": [26, 42], "\u0eb2\u0e87\u0ec3\u0eab": 24, "\u0eb2\u0e87\u0ec3\u0edd": 44, "\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 19, "\u0eb2\u0e87\u0ec4\u0ea7": [42, 44], "\u0eb2\u0e87\u0ec4\u0ea7\u0ea7\u0eb2": 19, "\u0eb2\u0e87\u0ec6": [42, 44, 60, 69], "\u0eb2\u0e87\u0ec6\u0e81": 63, "\u0eb2\u0e87\u0ec6\u0e82\u0ead\u0e87": 70, "\u0eb2\u0e87\u0ec6\u0e82\u0ead\u0e87\u0e97": 42, "\u0eb2\u0e87\u0ec6\u0e97": [42, 82], "\u0eb2\u0e87\u0ec6\u0e9b\u0eb2\u0e81": 42, "\u0eb2\u0e87\u0ec6\u0ea2": 19, "\u0eb2\u0e87\u0ec6\u0eaa\u0eb3\u0ea5": 42, "\u0eb2\u0e87\u0ec6\u0ec3\u0e99\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0eb2\u0e87\u0ec6\u0ec3\u0eab": 42, "\u0eb2\u0e87\u0ec6\u0ec4\u0e94": 44, "\u0eb2\u0e87\u0edc": 42, "\u0eb2\u0e88": [44, 60, 61, 64, 65, 73, 79, 82], "\u0eb2\u0e88\u0eb0\u0e81": 24, "\u0eb2\u0e88\u0eb0\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0eb2\u0e88\u0eb0\u0e9b\u0eb2\u0e81": 42, "\u0eb2\u0e88\u0eb0\u0eae\u0ead\u0e94\u0e82": 24, "\u0eb2\u0e88\u0eb0\u0eae\u0ead\u0e94\u0ea7": 44, "\u0eb2\u0e88\u0eb0\u0ec0\u0e81": 42, "\u0eb2\u0e88\u0eb0\u0ec0\u0e9b": 69, "\u0eb2\u0e88\u0eb0\u0ec0\u0eab": [26, 28], "\u0eb2\u0e88\u0eb3\u0ec0\u0e9b": [19, 26], "\u0eb2\u0e8d": [24, 26, 42, 44, 59, 65], "\u0eb2\u0e8d\u0e81": 44, "\u0eb2\u0e8d\u0e81\u0ea7": [60, 66], "\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a": [6, 13], "\u0eb2\u0e8d\u0e81\u0eb3\u0e81": 28, "\u0eb2\u0e8d\u0e82": [66, 69], "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e82": 19, "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e8a": [44, 66], "\u0eb2\u0e8d\u0e82\u0ead\u0e87\u0e9b": 60, "\u0eb2\u0e8d\u0e84": [19, 42, 44], "\u0eb2\u0e8d\u0e84\u0ead\u0ea1\u0e9e": 19, "\u0eb2\u0e8d\u0e8a": 19, "\u0eb2\u0e8d\u0e8d": 19, "\u0eb2\u0e8d\u0e94": 19, "\u0eb2\u0e8d\u0e94\u0eb2\u0e8d": [29, 42], "\u0eb2\u0e8d\u0e95": 69, "\u0eb2\u0e8d\u0e97": 19, "\u0eb2\u0e8d\u0e99": 42, "\u0eb2\u0e8d\u0e9a": 19, "\u0eb2\u0e8d\u0e9b\u0eb2\u0e99\u0ec3\u0e94": 26, "\u0eb2\u0e8d\u0ea2": 44, "\u0eb2\u0e8d\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 42, "\u0eb2\u0e8d\u0eaa": [42, 60], "\u0eb2\u0e8d\u0eaa\u0eb0\u0ec0\u0edd": 44, "\u0eb2\u0e8d\u0ead\u0ead\u0e9a\u0ea5\u0eb2\u0e8d": 19, "\u0eb2\u0e8d\u0eae": [6, 73], "\u0eb2\u0e8d\u0ec1\u0ea1": 19, "\u0eb2\u0e8d\u0ec1\u0ead": 66, "\u0eb2\u0e8d\u0ec3\u0e8a": 19, "\u0eb2\u0e8d\u0ec3\u0eaa": 19, "\u0eb2\u0e8d\u0ec4\u0e9b\u0ea2": [24, 69], "\u0eb2\u0e8d\u0ec4\u0e9b\u0ec4\u0ea7": 24, "\u0eb2\u0e8d\u0ec6": 44, "\u0eb2\u0e8d\u0ec6\u0ec0\u0e9e": 44, "\u0eb2\u0e94": [44, 79], "\u0eb2\u0e94\u0ebd\u0ea7\u0ec0\u0e97": 42, "\u0eb2\u0e95": [28, 31, 40, 42, 60, 63], "\u0eb2\u0e97": [19, 24, 26, 31, 40, 42, 44, 60, 63, 66, 82], "\u0eb2\u0e97\u0eb2\u0e87\u0eaa\u0eb3\u0e9c": 63, "\u0eb2\u0e99": [6, 21, 24, 25, 26, 28, 31, 42, 43, 55, 59, 60, 63, 66, 81], "\u0eb2\u0e99\u0e81": [42, 60, 69], "\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e95": 26, "\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0eb2\u0e99\u0e81\u0eb3\u0e99": 19, "\u0eb2\u0e99\u0e81\u0eb3\u0ea5": [19, 26, 60, 69], "\u0eb2\u0e99\u0e82": [26, 60, 69], "\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e97": [26, 82], "\u0eb2\u0e99\u0e82\u0eb2\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0eb2\u0e99\u0e84": [19, 44], "\u0eb2\u0e99\u0e84\u0ea5": [60, 63], "\u0eb2\u0e99\u0e84\u0ea7\u0e99\u0e84\u0ea5": 19, "\u0eb2\u0e99\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 26, "\u0eb2\u0e99\u0e88": 44, "\u0eb2\u0e99\u0e88\u0eb0\u0e95": 69, "\u0eb2\u0e99\u0e88\u0eb0\u0e96": [26, 44, 60, 69], "\u0eb2\u0e99\u0e88\u0eb0\u0e9a": [19, 26], "\u0eb2\u0e99\u0e88\u0eb0\u0e9b": 40, "\u0eb2\u0e99\u0e88\u0eb0\u0e9e": [19, 42], "\u0eb2\u0e99\u0e88\u0eb0\u0ea1": [19, 63], "\u0eb2\u0e99\u0e88\u0eb0\u0ea5": 24, "\u0eb2\u0e99\u0e88\u0eb0\u0eaa": 26, "\u0eb2\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead": 60, "\u0eb2\u0e99\u0e88\u0eb0\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0eae": 60, "\u0eb2\u0e99\u0e88\u0eb0\u0ec0\u0e82": 60, "\u0eb2\u0e99\u0e88\u0eb0\u0ec0\u0e9b": 69, "\u0eb2\u0e99\u0e88\u0eb0\u0ec0\u0eab": [26, 29, 42, 59, 60, 69, 82], "\u0eb2\u0e99\u0e88\u0eb0\u0ec4\u0e94": [29, 42], "\u0eb2\u0e99\u0e8a": [60, 65, 66], "\u0eb2\u0e99\u0e8d": [19, 26, 44, 59, 60, 63, 64, 66, 69, 74, 82], "\u0eb2\u0e99\u0e94": [21, 60], "\u0eb2\u0e99\u0e95": [26, 28, 31, 42, 44, 60, 66, 69, 82], "\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": 44, "\u0eb2\u0e99\u0e96": [19, 69], "\u0eb2\u0e99\u0e97": 42, "\u0eb2\u0e99\u0e99\u0eb3": 63, "\u0eb2\u0e99\u0e9a": [19, 26, 40, 42, 60, 66], "\u0eb2\u0e99\u0e9b": [60, 79], "\u0eb2\u0e99\u0e9c": [26, 44], "\u0eb2\u0e99\u0e9e": [19, 26, 28], "\u0eb2\u0e99\u0ea1": [19, 21, 26, 42, 44, 60], "\u0eb2\u0e99\u0ea1\u0eb2": 69, "\u0eb2\u0e99\u0ea2": 69, "\u0eb2\u0e99\u0ea5": [24, 26, 42, 60, 64, 65, 69], "\u0eb2\u0e99\u0ea7": 66, "\u0eb2\u0e99\u0eaa": [42, 60, 69], "\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 44, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94": [42, 44], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e81\u0eb3\u0e99": 59, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84": 44, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84\u0ea5": 59, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e84\u0ea7\u0e9a\u0e84": 60, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e88": [42, 69, 82], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a": 63, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a\u0ead\u0e81\u0eab\u0eb2\u0e82": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8a\u0ead\u0e81\u0eab\u0eb2\u0ea5\u0eb2\u0e8d\u0e8a": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8d": [42, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 60, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95": [19, 26, 44, 59, 66, 69, 79, 82], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0ead\u0e9a\u0e81": 66, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e99\u0eb3\u0ec3\u0e8a": 70, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": [19, 44, 55, 60, 66, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ea5": [19, 44, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa": [19, 28, 29, 43, 44, 66, 69, 78], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa\u0eb0\u0eab": 65, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0edc": 79, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eae": 59, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eae\u0ea7\u0ea1\u0ec4\u0e94": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e81": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": [21, 44, 60], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e8a": 28, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9a": [66, 74], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9b": [19, 42], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e9e": [40, 42, 66, 69], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ea5": [19, 26, 42, 44, 55, 60, 66, 69, 79], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": 69, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0ead": [19, 44], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eae": 42, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e81": [42, 44, 66], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9a": [19, 26, 42], "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0e82": 44, "\u0eb2\u0e99\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec3\u0e8a": [19, 42, 44, 60, 69], "\u0eb2\u0e99\u0eaa\u0eb3\u0ea5": [26, 69], "\u0eb2\u0e99\u0eaa\u0eb3\u0ec0\u0ea5": 29, "\u0eb2\u0e99\u0eab": [66, 69], "\u0eb2\u0e99\u0ead": [59, 69], "\u0eb2\u0e99\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0ea5\u0eb0\u0e9a": 26, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e94": 60, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e95": [19, 24, 44], "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e96": [60, 63], "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0e9a": 42, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ea1": 19, "\u0eb2\u0e99\u0ead\u0eb2\u0e94\u0e88\u0eb0\u0ec4\u0e94": 60, "\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0e99\u0ec0\u0e81": 24, "\u0eb2\u0e99\u0ec0\u0e82": [26, 42, 44, 60, 66], "\u0eb2\u0e99\u0ec0\u0e84": 44, "\u0eb2\u0e99\u0ec0\u0e8a": 19, "\u0eb2\u0e99\u0ec0\u0e97": [24, 26, 42, 60], "\u0eb2\u0e99\u0ec0\u0e9b": [19, 26, 44, 60, 69, 82], "\u0eb2\u0e99\u0ec0\u0e9e": [26, 31], "\u0eb2\u0e99\u0ec0\u0ea1\u0e99": 74, "\u0eb2\u0e99\u0ec0\u0ea5": [40, 42, 44, 60, 64], "\u0eb2\u0e99\u0ec0\u0ea7": [19, 31], "\u0eb2\u0e99\u0ec0\u0eaa\u0e8d": 26, "\u0eb2\u0e99\u0ec0\u0eaa\u0e8d\u0ea2": 26, "\u0eb2\u0e99\u0ec0\u0eab": [19, 44], "\u0eb2\u0e99\u0ec0\u0ead": 66, "\u0eb2\u0e99\u0ec0\u0ead\u0e87": [26, 28, 44, 60, 69, 82], "\u0eb2\u0e99\u0ec0\u0ead\u0e87\u0e88\u0eb0\u0ea2": 55, "\u0eb2\u0e99\u0ec0\u0ead\u0e87\u0e8d": 42, "\u0eb2\u0e99\u0ec0\u0ead\u0e87\u0ec0\u0e97": 42, "\u0eb2\u0e99\u0ec0\u0eae": [26, 44], "\u0eb2\u0e99\u0ec1\u0e81": 42, "\u0eb2\u0e99\u0ec1\u0e96\u0e9a": 69, "\u0eb2\u0e99\u0ec1\u0e9a": [24, 60], "\u0eb2\u0e99\u0ec1\u0ea1": 26, "\u0eb2\u0e99\u0ec1\u0ea5": [26, 44], "\u0eb2\u0e99\u0ec1\u0ead": 44, "\u0eb2\u0e99\u0ec2\u0e94\u0e8d\u0ead": [44, 60], "\u0eb2\u0e99\u0ec2\u0e97\u0ea5\u0eb0\u0eaa": 69, "\u0eb2\u0e99\u0ec3\u0e8a": [26, 44, 60, 63, 69], "\u0eb2\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 40, "\u0eb2\u0e99\u0ec3\u0e99\u0e97": 69, "\u0eb2\u0e99\u0ec3\u0e99\u0e9a": 26, "\u0eb2\u0e99\u0ec3\u0e99\u0e9b": 6, "\u0eb2\u0e99\u0ec3\u0e99\u0ec1\u0e8a": 69, "\u0eb2\u0e99\u0ec3\u0eab": [42, 44, 66], "\u0eb2\u0e99\u0ec4\u0e94": [19, 26, 28, 29, 42, 43, 44, 55, 60, 66, 69, 82], "\u0eb2\u0e99\u0ec4\u0e9b": [44, 60], "\u0eb2\u0e99\u0ec4\u0e9b\u0e95\u0eb2\u0ea1\u0e88\u0eb3\u0e99\u0ea7\u0e99\u0ea1": 44, "\u0eb2\u0e99\u0ec4\u0ea7": 26, "\u0eb2\u0e99\u0edc": 44, "\u0eb2\u0e99\u0edd\u0eb2\u0e8d\u0ec0\u0e96": 26, "\u0eb2\u0e9a\u0ead\u0e81\u0ec0\u0e88": 26, "\u0eb2\u0e9a\u0eb2\u0e87\u0e81": 69, "\u0eb2\u0e9b\u0eb0\u0e95": 44, "\u0eb2\u0e9c": [24, 29, 42, 60], "\u0eb2\u0e9e\u0ea3": 19, "\u0eb2\u0e9e\u0ea7\u0e81\u0ec0\u0e82": 60, "\u0eb2\u0e9e\u0ea7\u0e81\u0ec0\u0eae": 26, "\u0eb2\u0e9e\u0eb0\u0e8d\u0eb2\u0e8d\u0eb2\u0ea1\u0e95": 40, "\u0eb2\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e97": 42, "\u0eb2\u0ea1": [19, 26, 60, 66, 69], "\u0eb2\u0ea1\u0e81": 60, "\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 60, "\u0eb2\u0ea1\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0ea1\u0ea5": 19, "\u0eb2\u0ea1\u0ea5\u0eb0\u0e9a": 70, "\u0eb2\u0ea1\u0eb2": 69, "\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99": 31, "\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec1\u0ea5": 42, "\u0eb2\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99\u0ec3\u0e99": 42, "\u0eb2\u0ea1\u0eb2\u0eae": 69, "\u0eb2\u0ea1\u0eb2\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0eb2\u0ea2": 70, "\u0eb2\u0ea5": [28, 74], "\u0eb2\u0ea5\u0eb0\u0e9a": [44, 60, 82], "\u0eb2\u0ea5\u0eb0\u0eab": [30, 34], "\u0eb2\u0ea7": 44, "\u0eb2\u0ea7\u0e9a\u0eb2\u0e87\u0ead": 44, "\u0eb2\u0ea7\u0ea1\u0eb2\u0e82": 19, "\u0eb2\u0ea7\u0eaa\u0eb2\u0e99": 19, "\u0eb2\u0ea7\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 69, "\u0eb2\u0ea7\u0ebd\u0e81": 66, "\u0eb2\u0ea7\u0ebd\u0e81\u0e88\u0eb0\u0e96": 44, "\u0eb2\u0ea7\u0ebd\u0e81\u0eaa\u0eb3\u0ea5": 44, "\u0eb2\u0ea7\u0ec0\u0e96": 69, "\u0eb2\u0eaa": [19, 42, 44, 60, 63, 66, 69, 82], "\u0eb2\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e82\u0ead\u0e87\u0ea1": 74, "\u0eb2\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eae": 24, "\u0eb2\u0eaa\u0eb3\u0e84": 44, "\u0eb2\u0eaa\u0eb3\u0ec0\u0ea5": [28, 42], "\u0eb2\u0eab": [26, 79], "\u0eb2\u0eab\u0eb2\u0e81": 26, "\u0eb2\u0eab\u0eb2\u0e81\u0ea1": 63, "\u0eb2\u0eab\u0eb2\u0e81\u0ec0\u0e9b": 66, "\u0eb2\u0eab\u0eb2\u0e81\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 59, "\u0eb2\u0eab\u0eb2\u0e81\u0ec4\u0e94": 40, "\u0eb2\u0ead": [44, 60], "\u0eb2\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0eb2\u0eae": [55, 59, 61, 63, 64, 65, 66, 70, 73, 78, 79], "\u0eb2\u0eae\u0ead\u0e87\u0eae": 42, "\u0eb2\u0ec0\u0e82": 69, "\u0eb2\u0ec0\u0e84": 19, "\u0eb2\u0ec0\u0e88": [26, 28, 42], "\u0eb2\u0ec0\u0e8a": 44, "\u0eb2\u0ec0\u0e96": [19, 21, 26, 31, 42, 60, 63, 69, 82], "\u0eb2\u0ec0\u0e9a": 74, "\u0eb2\u0ec0\u0e9b": [19, 26, 40, 42, 44, 64, 66], "\u0eb2\u0ec0\u0e9e": 60, "\u0eb2\u0ec0\u0ea1": [19, 44, 66], "\u0eb2\u0ec0\u0ea1\u0ea5": 44, "\u0eb2\u0ec0\u0ea1\u0ea5\u0ec3\u0e99\u0ea5\u0eb0\u0e9a": 44, "\u0eb2\u0ec0\u0ea5": [24, 26, 28, 59, 69], "\u0eb2\u0ec0\u0ea7": 43, "\u0eb2\u0ec0\u0eae": 26, "\u0eb2\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ec3\u0eab": [25, 44], "\u0eb2\u0ec1\u0ea1": 19, "\u0eb2\u0ec1\u0ead": [44, 59, 60], "\u0eb2\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0eb2\u0ec3\u0e8a": [42, 44], "\u0eb2\u0ec3\u0e94\u0e81": 19, "\u0eb2\u0ec3\u0e94\u0edc": 42, "\u0eb2\u0ec3\u0e99\u0e81": [26, 42], "\u0eb2\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": [42, 66, 69], "\u0eb2\u0ec3\u0e99\u0e96": 26, "\u0eb2\u0ec3\u0e99\u0e9b": 42, "\u0eb2\u0ec3\u0e99\u0e9b\u0eb0\u0e95": 44, "\u0eb2\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 60, "\u0eb2\u0ec3\u0e99\u0ec0\u0e8a": 44, "\u0eb2\u0ec3\u0e99\u0ec2\u0e84\u0e95": 24, "\u0eb2\u0ec3\u0eab": [44, 79], "\u0eb2\u0ec4\u0e94": [19, 42, 43, 44, 60, 69, 79], "\u0eb2\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0eb2\u0ec4\u0e9b": 42, "\u0eb2\u0ec4\u0e9b\u0e8a": 19, "\u0eb2\u0ec4\u0e9b\u0ea7\u0eb2\u0e87\u0ec4\u0ea7": 44, "\u0eb2\u0ec4\u0e9b\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": 24, "\u0eb2\u0ec4\u0e9f\u0ea5": [19, 24, 26], "\u0eb2\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0eb2\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0e81\u0eb2\u0e99\u0ec0\u0e81": 24, "\u0eb2\u0ec4\u0ea7": [19, 42, 44, 65], "\u0eb2\u0edc": [42, 60], "\u0ebd\u0e99": [26, 31], "\u0ebd\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97": 69, "\u0ebd\u0e99\u0e8a": [24, 44], "\u0ebd\u0e99\u0e97": 55, "\u0ebd\u0e99\u0e9a\u0eb2\u0e87\u0ea2": 31, "\u0ebd\u0e99\u0e9e": 60, "\u0ebd\u0e99\u0ea5\u0eb0\u0e94": 44, "\u0ebd\u0e99\u0ea5\u0eb0\u0eab": 82, "\u0ebd\u0e99\u0ec0\u0e9b": [28, 40], "\u0ebd\u0e99\u0ec0\u0ea7\u0ea5\u0eb2": 44, "\u0ebd\u0e99\u0ec0\u0eab": 31, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87": [42, 44], "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e88": 60, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0e9e": 69, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0eaa": 69, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec3\u0e94\u0ec6\u0e81": 19, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec3\u0e94\u0ec6\u0e96": 19, "\u0ebd\u0e99\u0ec1\u0e9b\u0e87\u0ec4\u0e94": 82, "\u0ebd\u0e99\u0ec2\u0e94\u0e8d\u0e9c": 26, "\u0ebd\u0ea1": 42, "\u0ebd\u0ea1\u0e82": 59, "\u0ebd\u0ea1\u0ea2": 28, "\u0ebd\u0ea7": 44, "\u0ebd\u0ea7\u0e81": [19, 24, 42, 43, 59, 60, 69, 70], "\u0ebd\u0ea7\u0e82": [42, 43, 44], "\u0ec0\u0e81": [19, 24, 26, 28, 44], "\u0ec0\u0e82": [24, 26, 28, 42, 44, 59, 63, 64, 65, 66, 70, 74, 78, 79, 82], "\u0ec0\u0e82\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e88": 19, "\u0ec0\u0e84": [6, 19, 42, 44, 73], "\u0ec0\u0e84\u0e8a": [42, 43, 44, 60, 63, 82], "\u0ec0\u0e84\u0eb2\u0eb0\u0ec2\u0e94\u0e8d": 44, "\u0ec0\u0e88": [19, 24, 26, 42], "\u0ec0\u0e88\u0eb2\u0eb0\u0e88": 60, "\u0ec0\u0e8a": [19, 26, 28, 42, 43, 44, 59, 60, 66, 69, 70, 74, 82], "\u0ec0\u0e95": [43, 63, 82], "\u0ec0\u0e96": [26, 42], "\u0ec0\u0e97": [19, 26, 31, 42, 44, 59, 60, 66, 70], "\u0ec0\u0e99": [31, 40, 44, 66, 69], "\u0ec0\u0e9a": [19, 21, 24, 26, 42, 44, 60, 69, 74], "\u0ec0\u0e9b": [19, 28, 29, 42, 59, 60, 65, 66, 68, 69, 73, 79], "\u0ec0\u0e9e": [19, 24, 26, 28, 40, 60, 63, 65, 66, 69, 70, 82], "\u0ec0\u0e9e\u0eb2\u0eb0\u0e97": 26, "\u0ec0\u0e9e\u0eb2\u0eb0\u0ea1": [26, 82], "\u0ec0\u0e9e\u0eb2\u0eb0\u0ea7": 26, "\u0ec0\u0ea1": [19, 24, 26, 28, 29, 31, 40, 42, 44, 59, 60, 64, 65, 66, 69, 70, 79], "\u0ec0\u0ea1\u0e81\u0eb2\u0ec4\u0e9a": 31, "\u0ec0\u0ea1\u0e95\u0eb2\u0ec0\u0e94\u0e95\u0eb2\u0e8a": 19, "\u0ec0\u0ea1\u0e99": [19, 42, 44, 69], "\u0ec0\u0ea1\u0ea5": [43, 44], "\u0ec0\u0ea1\u0ea5\u0e82\u0eb2\u0ec0\u0e82": 44, "\u0ec0\u0ea1\u0ea5\u0e88\u0eb2\u0e81\u0e97": 44, "\u0ec0\u0ea1\u0ea5\u0e94": 44, "\u0ec0\u0ea1\u0ea5\u0e97": 44, "\u0ec0\u0ea1\u0ea5\u0e9a": 44, "\u0ec0\u0ea1\u0ea5\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e8d": 44, "\u0ec0\u0ea1\u0ea5\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0eaa\u0eb0\u0eab": 44, "\u0ec0\u0ea1\u0ea5\u0eaa\u0eb3\u0e84": 44, "\u0ec0\u0ea1\u0ea5\u0ead": 44, "\u0ec0\u0ea1\u0ea5\u0ec0\u0e9e": 44, "\u0ec0\u0ea1\u0ea5\u0ec2\u0e94\u0e8d\u0e81": 44, "\u0ec0\u0ea1\u0ea5\u0ec2\u0e94\u0e8d\u0e9c": 44, "\u0ec0\u0ea1\u0ea5\u0ec3\u0e94\u0edc": 44, "\u0ec0\u0ea1\u0ea5\u0ec4\u0e94": 44, "\u0ec0\u0ea1\u0ea7": [42, 59, 60, 69, 82], "\u0ec0\u0ea1\u0ea7\u0e82\u0ead\u0e87\u0e9c": 60, "\u0ec0\u0ea5": [19, 26, 42, 59, 66, 69, 82], "\u0ec0\u0ea7": [19, 21, 28, 30, 34, 42, 43, 44, 60, 70, 78, 82], "\u0ec0\u0ea7\u0ea5\u0eb2": 59, "\u0ec0\u0ea7\u0ea5\u0eb2\u0e84\u0eb2\u0ea7\u0edc": 26, "\u0ec0\u0ea7\u0ea5\u0eb2\u0e95\u0ead\u0e9a\u0eaa\u0eb0\u0edc\u0ead\u0e87\u0e94": 44, "\u0ec0\u0ea7\u0ea5\u0eb2\u0e97": [19, 44, 66], "\u0ec0\u0ea7\u0ea5\u0eb2\u0ec0\u0e9e": 44, "\u0ec0\u0eaa": [19, 66], "\u0ec0\u0eaa\u0e94": [19, 26, 44, 60, 69], "\u0ec0\u0eaa\u0e94\u0e81": 69, "\u0ec0\u0eaa\u0e94\u0e84\u0eb3\u0ec0\u0e8a": 70, "\u0ec0\u0eaa\u0e94\u0e88\u0eb0\u0ec0\u0e9b": 60, "\u0ec0\u0eaa\u0e94\u0e97": 24, "\u0ec0\u0eab": [19, 24, 26, 42, 44, 69], "\u0ec0\u0eab\u0e8d": [24, 26, 28, 42], "\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 59, "\u0ec0\u0eab\u0e94\u0e9c": 69, "\u0ec0\u0ead": [44, 65], "\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99\u0e84": 74, "\u0ec0\u0ead\u0e81\u0eb0\u0eaa\u0eb2\u0e99\u0eaa\u0eb3\u0ea5": 24, "\u0ec0\u0ead\u0e87\u0ec0\u0ea5": 26, "\u0ec0\u0eae": [19, 26, 44, 74], "\u0ec0\u0ec0\u0ea5": 69, "\u0ec0\u0edd\u0eb2\u0eb0\u0eaa": [31, 79], "\u0ec1\u0e81": [19, 21], "\u0ec1\u0e82\u0e81": 69, "\u0ec1\u0e82\u0e81\u0e9c": 69, "\u0ec1\u0e82\u0e81\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0e82": 69, "\u0ec1\u0e82\u0e81\u0ec0\u0eab": 79, "\u0ec1\u0e88": [19, 69], "\u0ec1\u0e8a": 69, "\u0ec1\u0e8d\u0e81\u0e95": 44, "\u0ec1\u0e94\u0e87\u0e97": 19, "\u0ec1\u0e94\u0e87\u0ec0\u0e9e": 60, "\u0ec1\u0e95": [19, 24, 26, 42, 44, 66, 69, 74], "\u0ec1\u0e95\u0e81\u0e95": 44, "\u0ec1\u0e95\u0eb0": 60, "\u0ec1\u0e95\u0eb0\u0e9b": 60, "\u0ec1\u0e96\u0e9a\u0e84": 44, "\u0ec1\u0e96\u0e9a\u0e94": [60, 64, 65], "\u0ec1\u0e96\u0e9a\u0ec0\u0ea1\u0e99": 19, "\u0ec1\u0e97": [19, 63], "\u0ec1\u0e97\u0e99": 40, "\u0ec1\u0e97\u0e99\u0e95": [19, 44], "\u0ec1\u0e97\u0e99\u0e97": 64, "\u0ec1\u0e97\u0e99\u0e99\u0eb3": 40, "\u0ec1\u0e99": [42, 44, 60], "\u0ec1\u0e99\u0e9a": 44, "\u0ec1\u0e99\u0ea7\u0ec3\u0e94\u0e81": [19, 26, 44], "\u0ec1\u0e99\u0eb0\u0e99\u0eb3": 44, "\u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ec3\u0eab": 31, "\u0ec1\u0e9a": [19, 21, 24, 26, 28, 43, 63, 69], "\u0ec1\u0e9a\u0e99": 69, "\u0ec1\u0e9a\u0e9a\u0e81": 69, "\u0ec1\u0e9a\u0e9a\u0e8d\u0eb2\u0ea7": 40, "\u0ec1\u0e9a\u0e9a\u0e94": [44, 55], "\u0ec1\u0e9a\u0e9a\u0e95": 44, "\u0ec1\u0e9a\u0e9a\u0e97": 44, "\u0ec1\u0e9a\u0e9a\u0e9a": 42, "\u0ec1\u0e9a\u0e9a\u0e9f\u0ead\u0e87\u0e82": 55, "\u0ec1\u0e9a\u0e9a\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99": 44, "\u0ec1\u0e9a\u0e9a\u0ead": [42, 44], "\u0ec1\u0e9a\u0e9a\u0ec1\u0e9a": 44, "\u0ec1\u0e9c\u0e99\u0e81\u0eb2\u0e99\u0e97": 26, "\u0ec1\u0e9e": 63, "\u0ec1\u0ea1": [19, 24, 25, 26, 31, 42, 43, 44, 60, 69, 74, 79], "\u0ec1\u0ea5": [19, 28, 29, 31, 42, 44, 60, 63, 64, 69, 74], "\u0ec1\u0ea5\u0e81\u0eb2\u0e99\u0eaa": 70, "\u0ec1\u0ea5\u0e8d": 42, "\u0ec1\u0ea5\u0ea5\u0eb0\u0e9a": [21, 24, 26, 29, 31, 42, 44, 60, 66, 69, 70, 74, 82], "\u0ec1\u0ea5\u0eb0": [19, 21, 22, 24, 26, 28, 30, 31, 40, 43, 61, 63, 65, 70, 73, 74, 77, 78, 82], "\u0ec1\u0ea5\u0ec0\u0e9b": 44, "\u0ec1\u0ea5\u0ec1\u0ea5": 42, "\u0ec1\u0ead": [6, 26, 40, 43, 44, 63, 64, 74], "\u0ec2\u0e84\u0e87\u0eaa": [26, 42], "\u0ec2\u0e84\u0e95": 82, "\u0ec2\u0e94\u0e8d\u0e81": [19, 42, 44, 59, 60, 66, 74], "\u0ec2\u0e94\u0e8d\u0e81\u0ea7\u0e94\u0eaa\u0ead\u0e9a\u0e88\u0eb2\u0e81\u0e8a": 44, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e81": 66, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84": 69, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e84\u0ea5": [19, 66], "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e95": 24, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": 66, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e9e": 44, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ea5\u0eb0\u0e9a": 26, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9b": 19, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0e9e": 69, "\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ec3\u0e8a": [29, 65, 69], "\u0ec2\u0e94\u0e8d\u0e82": 60, "\u0ec2\u0e94\u0e8d\u0e84": [24, 42, 59], "\u0ec2\u0e94\u0e8d\u0e97": 55, "\u0ec2\u0e94\u0e8d\u0e9a": [19, 44], "\u0ec2\u0e94\u0e8d\u0e9c": [69, 70], "\u0ec2\u0e94\u0e8d\u0ea1\u0eb2\u0e94\u0e95\u0eb0\u0e96\u0eb2\u0e99": 44, "\u0ec2\u0e94\u0e8d\u0ead": 44, "\u0ec2\u0e94\u0e8d\u0ec0\u0ea5": 69, "\u0ec2\u0e94\u0e8d\u0ec1\u0ead": 60, "\u0ec2\u0e94\u0e8d\u0ec3\u0e8a": [42, 44, 59, 69], "\u0ec2\u0e94\u0e94\u0ec0\u0e94": 66, "\u0ec2\u0e94\u0ec0\u0ea1\u0e99": 44, "\u0ec2\u0e94\u0ec0\u0ea1\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0ec4\u0e94": 44, "\u0ec2\u0e97\u0ea5\u0eb0\u0eaa": [42, 60, 69], "\u0ec2\u0e97\u0eab\u0eb2\u0e9c": 69, "\u0ec2\u0e97\u0ead\u0ead\u0e81\u0e9c": 69, "\u0ec2\u0e97\u0ec2\u0e94\u0e8d\u0e9a": 60, "\u0ec2\u0e97\u0ec4\u0e94": 69, "\u0ec2\u0e9b\u0ea3\u0ec1\u0e81\u0ea3\u0ea1\u0e88": 43, "\u0ec2\u0e9b\u0ea3\u0ec2\u0e95\u0e84": 74, "\u0ec2\u0e9f\u0e99\u0ec0\u0e94": [19, 24, 26, 28, 42, 82], "\u0ec2\u0ea1\u0e88": [19, 60, 69], "\u0ec2\u0ead": 69, "\u0ec2\u0ead\u0e81\u0eb2\u0e94\u0eaa": 26, "\u0ec2\u0ead\u0e82\u0ead\u0e87\u0e97": 60, "\u0ec2\u0ead\u0e82\u0ead\u0e87\u0e9c": 60, "\u0ec2\u0ead\u0e88\u0eb0\u0ec3\u0e8a": 60, "\u0ec2\u0ead\u0e88\u0eb2\u0e81\u0e81": 63, "\u0ec2\u0ead\u0ec0\u0e9e": 60, "\u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 42, "\u0ec2\u0edd\u0e94\u0eaa": 66, "\u0ec3\u0e81": [24, 69], "\u0ec3\u0e88\u0e81": 19, "\u0ec3\u0e88\u0ea7": [44, 60], "\u0ec3\u0e8a": [24, 25, 28, 31, 40, 42, 43, 60, 65, 69, 70, 78, 82], "\u0ec3\u0e94": 19, "\u0ec3\u0e94\u0e81": 82, "\u0ec3\u0e94\u0e97": [19, 26], "\u0ec3\u0e94\u0ec1\u0e94": 66, "\u0ec3\u0e94\u0ec6": [28, 42], "\u0ec3\u0e94\u0edc": [19, 42], "\u0ec3\u0e99": [19, 24, 28, 42, 44, 60, 69, 70, 74], "\u0ec3\u0e99\u0e81": [26, 42, 44, 65], "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e88": 44, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e95": [42, 44, 60, 69], "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": 60, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9a": 26, "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": [19, 60, 69], "\u0ec3\u0e99\u0e82": [24, 44, 69], "\u0ec3\u0e99\u0e82\u0eb0\u0e99\u0eb0\u0e97": [42, 66], "\u0ec3\u0e99\u0e84": 66, "\u0ec3\u0e99\u0e8a": [19, 66], "\u0ec3\u0e99\u0e95": 19, "\u0ec3\u0e99\u0e95\u0ead\u0e99\u0e95": 44, "\u0ec3\u0e99\u0e95\u0ead\u0e99\u0eaa": 69, "\u0ec3\u0e99\u0e96": 24, "\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 19, "\u0ec3\u0e99\u0e96\u0eb2\u0e99\u0e82": 26, "\u0ec3\u0e99\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 82, "\u0ec3\u0e99\u0e9a": 44, "\u0ec3\u0e99\u0e9b": [24, 42, 59], "\u0ec3\u0e99\u0e9b\u0eb0\u0e95": [44, 59], "\u0ec3\u0e99\u0e9e\u0eb2\u0e8d\u0eab": 69, "\u0ec3\u0e99\u0ea5\u0eb0\u0e9a": [19, 66], "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": [40, 42], "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5\u0e82\u0ead\u0e87\u0e97": 44, "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": [19, 42, 44, 59, 69, 70], "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0ea5\u0eb0\u0ead\u0ebd\u0e94\u0e82\u0ead\u0e87\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": 59, "\u0ec3\u0e99\u0eaa": [42, 44, 55, 60, 66, 74], "\u0ec3\u0e99\u0eaa\u0eb0\u0edd": 44, "\u0ec3\u0e99\u0eaa\u0eb2\u0e8d": 60, "\u0ec3\u0e99\u0eaa\u0eb2\u0e8d\u0e95\u0ead\u0e99\u0e99": 60, "\u0ec3\u0e99\u0ead": 44, "\u0ec3\u0e99\u0ead\u0eb0\u0e99\u0eb2\u0e84": [44, 60], "\u0ec3\u0e99\u0ec0\u0e84": 19, "\u0ec3\u0e99\u0ec0\u0e8a": [19, 26, 28, 70], "\u0ec3\u0e99\u0ec0\u0ea1\u0e99": [19, 42, 44, 66, 74], "\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa": 44, "\u0ec3\u0e99\u0ec0\u0eaa": 19, "\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0e82": [28, 42], "\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0e94": 69, "\u0ec3\u0e99\u0ec1\u0e96\u0e9a\u0ec0\u0e84": 63, "\u0ec3\u0e99\u0ec1\u0e96\u0ea7\u0e99": 65, "\u0ec3\u0e99\u0ec1\u0e97": 19, "\u0ec3\u0e99\u0ec1\u0ead": 42, "\u0ec3\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 69, "\u0ec3\u0e99\u0ec2\u0e9f\u0e99\u0ec0\u0e94": 19, "\u0ec3\u0e99\u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0e88": 42, "\u0ec3\u0e99\u0ec4\u0e9f\u0ea5": [19, 24], "\u0ec3\u0e99\u0ec4\u0ea5\u0e8d\u0eb0\u0e97\u0eb3\u0ead": 44, "\u0ec3\u0e99\u0edc": [19, 42, 44, 82], "\u0ec3\u0e9c\u0e99\u0ead\u0e81\u0e88\u0eb2\u0e81\u0e97": 69, "\u0ec3\u0e9c\u0ec0\u0eab": 82, "\u0ec3\u0eaa": [19, 69], "\u0ec3\u0eaa\u0eaa\u0eb2\u0e8d\u0ea7": 60, "\u0ec3\u0eab": [19, 21, 24, 28, 31, 42, 44, 60, 63, 64, 69], "\u0ec3\u0eab\u0e8d": 31, "\u0ec3\u0edd": [24, 28, 42, 44], "\u0ec4\u0e82": [19, 21, 44, 66, 69], "\u0ec4\u0e82\u0e82": 42, "\u0ec4\u0e82\u0e84": 31, "\u0ec4\u0e82\u0e88\u0eb0\u0ec0\u0e9b": 42, "\u0ec4\u0e82\u0e9a": 42, "\u0ec4\u0e82\u0e9b\u0eb0\u0e81\u0ead\u0e9a\u0e94": 19, "\u0ec4\u0e82\u0ea5\u0eb2\u0e8d\u0e8a": 19, "\u0ec4\u0e82\u0eaa\u0eb0\u0e84\u0ea3": 44, "\u0ec4\u0e82\u0eae": 19, "\u0ec4\u0e82\u0ec0\u0e97": 42, "\u0ec4\u0e82\u0ec1\u0e9a\u0e9a\u0e87": 44, "\u0ec4\u0e82\u0ec4\u0e94": [19, 42], "\u0ec4\u0e84\u0ec0\u0ead": 42, "\u0ec4\u0e94": [19, 24, 42, 43, 44, 55, 59, 60, 66, 69, 70, 74, 82], "\u0ec4\u0e94\u0ec0\u0ea5": 19, "\u0ec4\u0e9b": [19, 44], "\u0ec4\u0e9b\u0e97": [28, 42, 44, 66], "\u0ec4\u0e9b\u0e99": [19, 40, 42, 44, 60], "\u0ec4\u0e9b\u0ea2": 69, "\u0ec4\u0e9b\u0ea7\u0eb2\u0e87\u0ec4\u0ea7": 66, "\u0ec4\u0e9b\u0eab\u0eb2\u0e82": 44, "\u0ec4\u0e9b\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa": 60, "\u0ec4\u0e9f\u0ea5": [19, 21, 24, 28, 29, 42, 60, 66], "\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e81": 69, "\u0ec4\u0ea5\u0e8d\u0eb0\u0ec0\u0ea7\u0ea5\u0eb2\u0edd": 69, "\u0ec4\u0ea7": [19, 29, 42, 69], "\u0ec4\u0ea7\u0e82": 44, "\u0ec4\u0ea7\u0e8d\u0eb2\u0e81\u0ead\u0e99": 69, "\u0ec4\u0ea7\u0e97": 42, "\u0ec4\u0ead\u0e84\u0ead\u0e99": [28, 60], "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 60, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0eab": 65, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eae": 28, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0e9e": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec0\u0ea1\u0ea5\u0ea2": 44, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e94\u0ec6\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec4\u0ea1\u0ec2\u0e84\u0ea3\u0ec2\u0e9f\u0e99": 60, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0edc": 63, "\u0ec4\u0ead\u0e94": 82, "\u0edc": [28, 40, 42, 63, 74], "\u0edd": 65, "\u0edd\u0ea7\u0e94": 79, "\u0edd\u0eb2\u0e8d\u0e84\u0ea7\u0eb2\u0ea1\u0ea7": 44, "\u0edd\u0eb2\u0e8d\u0e95": [60, 69], "\u0edd\u0eb2\u0e8d\u0ea7": [44, 66], "\u0edd\u0eb2\u0e8d\u0ec0\u0eab\u0e94": 44}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u0eaa\u0eb2\u0ea5\u0eb0\u0e9a\u0eb2\u0e99", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e95\u0ebb\u0ea7\u0ea5\u0eb9\u0e81\u0e82\u0ec8\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a\u0eb4\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "\u0e81\u0eb2\u0e99\u0e88\u0eb1\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5\u0ecc\u0e97\u0eb5\u0ec8\u0e96\u0eb7\u0e81\u0ea5\u0eb6\u0e9a", "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82\u0ecd\u0ec9\u0ea1\u0eb9\u0e99\u0e84\u0ead\u0ea1\u0e9e\u0eb4\u0ea7\u0ec0\u0e95\u0eb5 \u0ec1\u0ea5\u0eb0 \u0ea1\u0eb7\u0e96\u0eb7", "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ea5\u0eb0\u0eab\u0eb1\u0e94\u0ea2\u0eb9\u0ec8\u0e9d\u0eb1\u0ec8\u0e87\u0ec0\u0e8a\u0eb5\u0ec0\u0ea7\u0eb5", "Using external storage", "Using federation shares", "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a\u0ecd\u0ec8\u0ea5\u0eb0\u0e9a\u0eb8\u0e95\u0ebb\u0ea7\u0e95\u0ebb\u0e99", "Files & synchronization", "\u0e81\u0eb2\u0e99\u0ead\u0eb1\u0e9a\u0ec2\u0eab\u0ebc\u0e94\u0ec4\u0e9f\u0ea5\u0ecc\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d\u0ec8", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1\u0e9a\u0ecd\u0ec8\u0ea2\u0eb9\u0ec8\u0eab\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99", "Using the Calendar app", "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a\u0ec9\u0ec1\u0ead\u0eb1\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a\u0eb7\u0ec8\u0e9c\u0eb9\u0ec9\u0e95\u0eb4\u0e94\u0e95\u0ecd\u0ec8", "\u0e81\u0eb8\u0ec8\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7", "\u0e81\u0eb2\u0e99\u0ec3\u0e8a\u0ec9\u0e87\u0eb2\u0e99\u0ec1\u0ead\u0eb1\u0e9a\u0ec0\u0ea1\u0ea5 (Mail)", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "\u0eae\u0eb9\u0e9a\u0ea5\u0eb1\u0e81\u0eaa\u0eb0\u0e99\u0eb0", "Attachments", "Bots and commands", "Breakout rooms", "\u0e81\u0eb2\u0e99\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea1\u0e95\u0ecd\u0ec8\u0e9b\u0eb0\u0e95\u0eb4\u0e97\u0eb4\u0e99\u0e81\u0eb1\u0e9a Talk", "\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97", "\u0e81\u0eb2\u0e99\u0ec2\u0e97", "Call recording", "\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e9b\u0eb1\u0e99\u0edc\u0ec9\u0eb2\u0e88\u0ecd", "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2", "\u0eae\u0eb9\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97", "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0ec8\u0e87\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1", "Chat", "Conversations", "\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2", "\u0ec0\u0e84\u0eb7\u0ead\u0e82\u0ec8\u0eb2\u0e8d\u0eae\u0ec8\u0ea7\u0ea1", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "\u0ec0\u0e9b\u0eb5\u0e94\u0e81\u0eb2\u0e99\u0eaa\u0ebb\u0e99\u0e97\u0eb0\u0e99\u0eb2", "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d \u0ec1\u0ea5\u0eb0 \u0eab\u0ec9\u0ead\u0e87\u0e9e\u0eb1\u0e81\u0ea5\u0ecd\u0e96\u0ec9\u0eb2", "Universal access", "Using two-factor authentication", "\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0ec9\u0e87\u0e84\u0ec8\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1\u0eb1\u0e81\u0e82\u0ead\u0e87\u0e97\u0ec8\u0eb2\u0e99", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [44, 49], "action": [15, 44], "activ": [0, 21], "ad": [27, 35, 38], "add": [41, 44, 50], "address": 44, "advanc": 44, "ai": [1, 44], "alia": [15, 44], "altern": 50, "an": [5, 38, 41, 72], "android": 45, "anoth": 44, "answer": 20, "app": [0, 41, 45, 75], "applic": 81, "appoint": 41, "ar": 12, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "authent": 81, "autom": 41, "automat": 7, "avail": 41, "backend": 27, "background": 26, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "book": 41, "bot": 57, "breakout": 58, "brows": 36, "browser": 54, "busi": 41, "calendar": [41, 45, 47, 50, 51], "call": [62, 72], "card": 75, "cardbook": 50, "chang": [12, 27, 54], "channel": 18, "chat": [1, 56, 67, 72, 75], "check": 41, "client": [8, 13, 20, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "command": [8, 16, 20, 57], "comment": 21, "configur": [9, 15, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 45, 47, 50, 51], "context": 15, "continu": 12, "control": 39, "convers": [41, 68, 76], "creat": [5, 20, 21, 28, 35, 36, 41, 75], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 83], "data": 52, "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [39, 41], "desktop": [13, 20, 46, 60], "detail": 21, "detect": 27, "devic": [38, 54], "directori": 12, "disk": 11, "displai": 38, "dolphin": 20, "download": [14, 15], "drive": 20, "duplic": 41, "e2e": 38, "edit": [12, 41, 76], "email": [0, 28, 72], "enabl": [12, 38], "encrypt": [34, 38], "end": 38, "environ": [7, 11], "even": 12, "event": 41, "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": 42, "featur": 15, "feder": [21, 28, 35, 41], "feed": 0, "file": [0, 4, 9, 12, 15, 20, 21, 22, 27, 30, 32, 35, 36, 45, 56, 71], "filter": [0, 21], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "frequenc": 0, "from": [27, 71, 75], "full": 72, "function": 12, "gener": 17, "get": 2, "gnome": 46, "grid": 21, "group": [26, 35], "guest": 72, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12], "i": [12, 26], "ic": 41, "import": 41, "includ": 80, "indic": 15, "initi": 14, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": 35, "introduct": [5, 53], "invit": 41, "io": 47, "issu": [15, 20], "job": 26, "join": 72, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 80, "known": [15, 20], "kontact": 48, "languag": 12, "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44], "local": 12, "lock": 15, "log": [15, 81], "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "manag": [20, 32, 36, 41, 54, 58, 62], "manual": 53, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": 41, "mention": 44, "menu": 15, "messag": [75, 76], "method": 50, "microsoft": 20, "migrat": 52, "mnemon": 38, "mobil": [20, 45], "moder": 77, "modifi": 12, "mount": 20, "move": 12, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "new": [28, 35, 41], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "notif": [0, 1, 41, 45], "offici": 20, "onboard": 5, "onli": 50, "option": [16, 41], "other": [35, 72], "our": 5, "outbox": 44, "over": 20, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "password": 54, "person": 1, "phish": 44, "picker": [1, 66], "pin": 76, "poll": 56, "possibl": 26, "prevent": 7, "problem": 20, "profil": 83, "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": [20, 35], "publish": 41, "quota": 33, "recommend": 50, "record": 62, "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 76], "requir": 14, "resourc": 41, "respond": 41, "respons": 80, "room": [41, 58], "rss": 0, "run": 1, "screen": 72, "search": [21, 44, 76], "second": 81, "secur": 34, "send": 44, "server": [12, 14, 44], "set": [0, 1, 41, 72, 76, 83], "setup": [14, 49], "share": [15, 20, 21, 23, 26, 27, 28, 35, 41, 44, 56, 72, 75], "sidebar": [0, 21], "smart": [1, 66], "snooz": 44, "solut": 20, "some": 12, "space": 11, "specif": 54, "start": [2, 72], "statu": [15, 41], "step": [2, 5], "stop": 12, "storag": [27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": 0, "support": [14, 15, 27], "sync": [12, 15], "synchron": [12, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": 5, "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "third": 20, "thread": 76, "thunderbird": 50, "time": 41, "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transfer": 37, "transpar": 41, "trash": 41, "troubleshoot": [15, 49, 51], "two": 81, "uninstal": 17, "univers": 80, "up": 41, "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 15, 20, 21, 27, 28, 38, 41, 50, 81], "usag": 8, "user": [12, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "view": [0, 21, 41], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "what": 2, "when": 12, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "without": 45, "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 21, 22, 27, 32, 35, 41, 49, 81], "zoom": 80, "\u0e81": [43, 44], "\u0e81\u0e81": 44, "\u0e81\u0e81\u0eb2\u0e99\u0e95": 44, "\u0e81\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e81\u0e82": 19, "\u0e81\u0e82\u0ead\u0e87\u0e97": 82, "\u0e81\u0ea1": 60, "\u0e81\u0ea5": [24, 79], "\u0e81\u0ea5\u0eb0\u0ec0\u0ea7": 19, "\u0e81\u0eaa\u0eb0\u0e99\u0eb0": 55, "\u0e81\u0ead\u0e87\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e81\u0eb2\u0e99\u0e81": 44, "\u0e81\u0eb2\u0e99\u0e81\u0ea7\u0e94\u0e88": 44, "\u0e81\u0eb2\u0e99\u0e81\u0eb3\u0e99": 19, "\u0e81\u0eb2\u0e99\u0e84": [44, 83], "\u0e81\u0eb2\u0e99\u0e84\u0ea7\u0e9a\u0e84": [21, 60], "\u0e81\u0eb2\u0e99\u0e88": [24, 42, 44, 69], "\u0e81\u0eb2\u0e99\u0e8d": 21, "\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99": 44, "\u0e81\u0eb2\u0e99\u0e95": [29, 40, 44, 66, 82], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0e81": [44, 66], "\u0e81\u0eb2\u0e99\u0e95\u0ead\u0e9a\u0eae": 70, "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1": 64, "\u0e81\u0eb2\u0e99\u0e96\u0ead\u0e94\u0e84\u0ea7\u0eb2\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec0\u0e82": 42, "\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0ec3\u0e8a": [19, 26, 42, 66], "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e8a": 59, "\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0eaa\u0eb2\u0e99\u0e82": 25, "\u0e81\u0eb2\u0e99\u0ea1\u0ead\u0e9a\u0edd\u0eb2\u0e8d\u0eaa": 44, "\u0e81\u0eb2\u0e99\u0ea5": 44, "\u0e81\u0eb2\u0e99\u0eaa": [55, 66, 69, 70, 78], "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e82": 44, "\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ead\u0eb2\u0ea5": 60, "\u0e81\u0eb2\u0e99\u0ead": [29, 31], "\u0e81\u0eb2\u0e99\u0eae\u0ea7\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e81\u0eb2\u0e99\u0ec0\u0e82": [26, 60], "\u0e81\u0eb2\u0e99\u0ec0\u0e8a": 59, "\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 21, "\u0e81\u0eb2\u0e99\u0ec0\u0e9e": [19, 42], "\u0e81\u0eb2\u0e99\u0ec0\u0ea5": [21, 60], "\u0e81\u0eb2\u0e99\u0ec0\u0ead": 44, "\u0e81\u0eb2\u0e99\u0ec0\u0eae": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e88": [44, 69], "\u0e81\u0eb2\u0e99\u0ec1\u0e8a\u0e81\u0ead": 66, "\u0e81\u0eb2\u0e99\u0ec1\u0e9a": [19, 26, 63, 82], "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2": 64, "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec0\u0ea1\u0ea5": 44, "\u0e81\u0eb2\u0e99\u0ec1\u0e9b\u0e9e\u0eb2\u0eaa\u0eb2\u0ec1\u0e9a\u0e9a\u0eaa": 64, "\u0e81\u0eb2\u0e99\u0ec2\u0e97": 61, "\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 44, "\u0e81\u0eb2\u0e99\u0edd": 69, "\u0e81\u0eb3\u0e99": 59, "\u0e81\u0ec0\u0e82": [26, 42], "\u0e81\u0ec0\u0e96": 69, "\u0e81\u0ec0\u0ea5": 44, "\u0e81\u0ec1\u0e9a": 24, "\u0e81\u0ec4\u0ea7": 44, "\u0e82": [44, 55, 66], "\u0e82\u0ead\u0e87\u0e82": 69, "\u0e82\u0ead\u0e87\u0e97": [19, 29, 82], "\u0e82\u0eb0\u0edc\u0eb2\u0e94\u0ec3\u0eab\u0e8d": 31, "\u0e82\u0ebd\u0e99\u0e82": 44, "\u0e84": 26, "\u0e84\u0ea7\u0eb2\u0ea1": [44, 66, 69], "\u0e84\u0ea7\u0eb2\u0ea1\u0e95": 83, "\u0e84\u0ea7\u0eb2\u0ea1\u0e9a": 40, "\u0e84\u0ea7\u0eb2\u0ea1\u0e9b\u0ead\u0e94\u0ec4\u0e9e": 44, "\u0e84\u0ea7\u0eb2\u0ea1\u0eaa": 55, "\u0e84\u0ea7\u0eb2\u0ea1\u0eab": 55, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0e9b": 69, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec1\u0e9a\u0e9a\u0e9a": 66, "\u0e84\u0ea7\u0eb2\u0ea1\u0ec4\u0e9b\u0e97": 44, "\u0e84\u0eb3\u0e96\u0eb2\u0ea1\u0e97": 26, "\u0e84\u0eb3\u0ec0\u0e8a": 44, "\u0e87": [26, 44, 60], "\u0e87\u0e81\u0eb2\u0e99\u0eaa": 78, "\u0e87\u0e82": [24, 44, 66], "\u0e87\u0e84": [19, 29, 40, 44, 60, 82], "\u0e87\u0e84\u0eb3\u0ec0\u0e8a": 70, "\u0e87\u0e87": 55, "\u0e87\u0e95": [21, 26, 55, 69], "\u0e87\u0e99": 26, "\u0e87\u0e9b": [19, 21, 24, 26, 42, 63, 82], "\u0e87\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e9c": 19, "\u0e87\u0eab": 69, "\u0e87\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e84": 44, "\u0e87\u0eb2\u0e99\u0ec0\u0e9a": 55, "\u0e87\u0eb2\u0e99\u0ec1\u0ead": 44, "\u0e87\u0ec0\u0e8a": 26, "\u0e87\u0ec0\u0e95": [44, 66, 69], "\u0e87\u0ec0\u0ea1\u0ea5": 44, "\u0e87\u0ec0\u0ea7\u0ea5\u0eb2\u0eaa": [44, 66], "\u0e87\u0ec2\u0e84\u0ea3\u0ec4\u0e99": 19, "\u0e87\u0edd": 78, "\u0e88": [24, 42, 44, 69], "\u0e88\u0eb0\u0e8d": 26, "\u0e88\u0eb0\u0e9b": 26, "\u0e88\u0eb0\u0ec0\u0e81": 24, "\u0e88\u0eb0\u0ec0\u0e8a": 55, "\u0e88\u0eb3\u0e81": 82, "\u0e8a": 42, "\u0e8d": [44, 60], "\u0e8d\u0eb0": [44, 66], "\u0e8d\u0ec0\u0e96": 44, "\u0e94": [21, 26, 42, 44, 60, 64, 78], "\u0e94\u0e81\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0eaa": 69, "\u0e94\u0e81\u0eb2\u0e99\u0e82": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9a": 44, "\u0e94\u0e81\u0eb2\u0e99\u0e9b": 42, "\u0e94\u0e81\u0eb2\u0e99\u0e9e": 24, "\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec0\u0ea1\u0ea5": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e94\u0e81\u0eb2\u0e99\u0eaa": 78, "\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e94\u0e81\u0eb2\u0e99\u0ec1\u0e9a\u0e9a\u0e94": 44, "\u0e94\u0e81\u0eb2\u0e99\u0ec4\u0e9f\u0ea5": [19, 24], "\u0e94\u0e84": [19, 44], "\u0e94\u0e88\u0eb0\u0e81\u0eb3": 44, "\u0e94\u0e8a": 44, "\u0e94\u0e94": 26, "\u0e94\u0e95": [42, 44], "\u0e94\u0e95\u0eb0\u0ec2\u0e99\u0ea1": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 44, "\u0e94\u0e95\u0eb2\u0ea1\u0ea7\u0ebd\u0e81": 44, "\u0e94\u0e97": 78, "\u0e94\u0e9a": 44, "\u0e94\u0e9a\u0eb2\u0e94\u0e9e\u0eb2\u0e8d\u0ec3\u0e99\u0e97": 42, "\u0e94\u0e9c": [26, 82], "\u0e94\u0ea2": 26, "\u0e94\u0ea5\u0eb0\u0e9a\u0ebd\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e94\u0ea5\u0eb2\u0e8d\u0e8a": 60, "\u0e94\u0ea5\u0ebd\u0e87": 44, "\u0e94\u0ea5\u0ebd\u0e87\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 44, "\u0e94\u0ea7\u0eb2\u0e87": 44, "\u0e94\u0ea7\u0ebd\u0e81": 44, "\u0e94\u0ea7\u0ebd\u0e81\u0eae": 44, "\u0e94\u0eaa\u0eb0\u0ea5": [44, 66], "\u0e94\u0eaa\u0eb0\u0eab": [44, 66], "\u0e94\u0eab\u0e8d": 24, "\u0e94\u0ead\u0eb2\u0e8d": 69, "\u0e94\u0eae": 44, "\u0e94\u0eb2\u0ea7\u0ec2\u0eab": 60, "\u0e94\u0ec0\u0e81": [24, 69], "\u0e94\u0ec0\u0ea7\u0ea5\u0eb2\u0e88\u0eb2\u0e81\u0e9b\u0eb0\u0e95": 59, "\u0e94\u0ec2\u0e94\u0e8d\u0e9a": 26, "\u0e94\u0ec3\u0e8a": 44, "\u0e94\u0ec3\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 55, "\u0e94\u0ec4\u0e94": 26, "\u0e94\u0ec4\u0e9f\u0ea5": 31, "\u0e94\u0edd\u0eb2\u0e8d": 44, "\u0e94\u0edd\u0eb2\u0e8d\u0e82": 44, "\u0e94\u0edd\u0eb2\u0e8d\u0e9a": 44, "\u0e95": [19, 29, 42, 44, 60, 66, 69], "\u0e96": [19, 24, 25, 26, 60, 79], "\u0e97": [19, 24, 26, 42, 44, 59, 82], "\u0e97\u0eb2\u0e87\u0ea5": 44, "\u0e97\u0eb2\u0e87\u0ec0\u0e97": 44, "\u0e99": [19, 21, 24, 26, 29, 42, 44, 55, 59, 60, 70, 83], "\u0e99\u0e81": 59, "\u0e99\u0e81\u0eb2\u0e99": 44, "\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0e99\u0e82": 82, "\u0e99\u0e82\u0ead\u0e87\u0e97": 82, "\u0e99\u0e84\u0ead\u0ea1\u0e9e": 25, "\u0e99\u0e88\u0eb2\u0e81\u0e84\u0ead\u0ea1\u0e9e": 19, "\u0e99\u0e8a": [19, 44], "\u0e99\u0e95\u0ead\u0e87": 44, "\u0e99\u0e95\u0ead\u0e87\u0e88\u0eb2\u0e81\u0e82": 44, "\u0e99\u0e95\u0ead\u0e87\u0ec3\u0edd": 44, "\u0e99\u0e96": 24, "\u0e99\u0e97": [24, 60, 69], "\u0e99\u0e97\u0eb0\u0e99\u0eb2": [44, 55, 60, 66, 69, 78], "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0e82\u0ead\u0e87\u0e97": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0eaa": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e81": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0e8a": 69, "\u0e99\u0e97\u0eb0\u0e99\u0eb2\u0ec1\u0e9a\u0e9a\u0ec0\u0e9b": 78, "\u0e99\u0e9b\u0eb0\u0e8a": 44, "\u0e99\u0e9c": 44, "\u0e99\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e99\u0ea7": 21, "\u0e99\u0ea7\u0ebd\u0e81\u0e87\u0eb2\u0e99\u0e9e": 26, "\u0e99\u0eaa": 69, "\u0e99\u0eaa\u0eb3\u0ea5": 25, "\u0e99\u0eab": [26, 60], "\u0e99\u0eab\u0eb2\u0ec1\u0e9a\u0e9a\u0ea5\u0ea7\u0ea1\u0eaa": [44, 83], "\u0e99\u0eab\u0eb2\u0ec3\u0e99\u0ec0\u0e99": 44, "\u0e99\u0ec0\u0ea1": 24, "\u0e99\u0ec0\u0ead\u0e87": [42, 69], "\u0e99\u0ec2\u0e9b\u0ea3\u0ec4\u0e9f\u0ea5": 82, "\u0e99\u0ec4\u0e9b\u0ec4\u0e94": 26, "\u0e99\u0ec4\u0e9f\u0ea5": 26, "\u0e99\u0ec6": 66, "\u0e99\u0edc": 63, "\u0e9a": [19, 24, 26, 42, 44, 59, 60, 66, 69], "\u0e9a\u0e81": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0e9f": 44, "\u0e9a\u0e81\u0eb2\u0e99\u0eaa": [66, 69], "\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0e9a\u0e82": [24, 42, 66], "\u0e9a\u0e84": 26, "\u0e9a\u0e84\u0eb3\u0ec0\u0e8a": [44, 70], "\u0e9a\u0e88": 24, "\u0e9a\u0e95": 44, "\u0e9a\u0e96": 44, "\u0e9a\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 83, "\u0e9a\u0e9b\u0eb0\u0e95": 44, "\u0e9a\u0e9e\u0eb2\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0ea1": 25, "\u0e9a\u0ea3\u0eb2\u0ea7\u0ec0\u0e8a": 60, "\u0e9a\u0ea5": [44, 55], "\u0e9a\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0e9a\u0ead": 44, "\u0e9a\u0ead\u0e94": 44, "\u0e9a\u0ec0\u0ea1\u0ea5": 44, "\u0e9a\u0ec0\u0ea5": 26, "\u0e9a\u0ec1\u0e97": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0e88": 44, "\u0e9a\u0ec1\u0e9a\u0e9a\u0e81\u0eb2\u0e99\u0ec2\u0e97": 65, "\u0e9a\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84": 44, "\u0e9a\u0ec2\u0e94\u0e8d": 44, "\u0e9a\u0ec2\u0eab": 31, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec1\u0e9a\u0e9a\u0e9a": 29, "\u0e9a\u0ec2\u0eab\u0ea5\u0e94\u0ec4\u0e9f\u0ea5": 29, "\u0e9a\u0ec3\u0e99\u0e95": 19, "\u0e9a\u0ec3\u0e99\u0ea1": 60, "\u0e9a\u0ec3\u0e99\u0edc": 44, "\u0e9a\u0ec4\u0e9f\u0ea5": 24, "\u0e9b": [26, 44], "\u0e9b\u0eb0\u0e95": 59, "\u0e9c": [42, 44, 60], "\u0e9d": 26, "\u0e9e": [26, 60], "\u0e9e\u0eb2\u0e8d\u0ec3\u0e99": 44, "\u0ea1": [24, 25, 26, 42, 44, 55, 59, 60, 65, 66, 69, 82], "\u0ea1\u0e81\u0eb2\u0e99\u0eaa": 44, "\u0ea1\u0e88": 60, "\u0ea1\u0e8a\u0ead\u0e9a\u0ec1\u0ea7": 43, "\u0ea1\u0e95": [44, 60], "\u0ea1\u0e97": [42, 82], "\u0ea1\u0e9a": [19, 44], "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e95\u0eb2\u0e95\u0eb0\u0ea5\u0eb2\u0e87": 65, "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0e9c": 65, "\u0ea1\u0ea1\u0ead\u0e87\u0ec1\u0e9a\u0e9a\u0eab\u0e8d": 55, "\u0ea1\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0ea1\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a": 42, "\u0ea1\u0eaa\u0ebd\u0e87": 60, "\u0ea1\u0ead": 44, "\u0ea1\u0eb0\u0eaa": 44, "\u0ea1\u0ec4\u0e9f\u0ea5": 21, "\u0ea2": [40, 42, 44, 82], "\u0ea5": [42, 44], "\u0ea5\u0eb0\u0e9a": [26, 29, 44], "\u0ea5\u0eb0\u0eab": 26, "\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e97": 42, "\u0ea7": [24, 26, 44, 60, 69], "\u0ea7\u0e84\u0eb2\u0ea7": 69, "\u0ea7\u0e88": 19, "\u0ea7\u0e8a": 44, "\u0ea7\u0e8d\u0e81": [42, 44], "\u0ea7\u0e8d\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0ea7\u0e8d\u0e95": 42, "\u0ea7\u0e8d\u0ec3\u0eab": 55, "\u0ea7\u0e95": [29, 69], "\u0ea7\u0e99": 44, "\u0ea7\u0e99\u0e95": [26, 69], "\u0ea7\u0ea1": [69, 70], "\u0ea7\u0ea1\u0e81": 44, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec2\u0e97\u0e97": 60, "\u0ea7\u0ea2": [21, 55], "\u0ea7\u0ea5": 19, "\u0ea7\u0ec0\u0e95": [19, 25], "\u0ea7\u0ec0\u0ea5": [42, 66], "\u0ea7\u0ec1\u0e81": 19, "\u0ea7\u0ec2\u0ea5\u0e81": 82, "\u0ea7\u0ec4\u0e9b": 19, "\u0eaa": [42, 44, 69], "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0e9b": 26, "\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab": 82, "\u0eaa\u0eb2\u0ea5\u0eb0\u0e9a\u0eb2\u0e99": 6, "\u0eaa\u0eb3\u0ea1\u0eb0\u0e99\u0eb2\u0ead\u0ead\u0e99\u0ea5\u0eb2\u0e8d": 79, "\u0eaa\u0ebd\u0e87\u0ec1\u0e88": 66, "\u0eab": [21, 26, 40, 42, 60, 79], "\u0eab\u0e8d": 44, "\u0ead": [44, 66], "\u0ead\u0e81\u0e82": 44, "\u0ead\u0e81\u0e97": 42, "\u0ead\u0e81\u0ead": 66, "\u0ead\u0e81\u0ec4\u0e9f\u0ea5": 21, "\u0ead\u0e82": [19, 70], "\u0ead\u0e87\u0e81\u0eb2\u0e99": 40, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ead\u0e87\u0ec0\u0ea7": 83, "\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec0\u0e9a": 55, "\u0ead\u0e87\u0e82\u0eb2\u0ead\u0ead\u0e81": 44, "\u0ead\u0e87\u0e88": 44, "\u0ead\u0e87\u0e9e": 79, "\u0ead\u0e87\u0eab": 21, "\u0ead\u0e87\u0ec1\u0e8d\u0e81\u0eaa": 60, "\u0ead\u0e8a": 55, "\u0ead\u0e8d\u0e81": 26, "\u0ead\u0e94\u0ebd\u0ea7": 42, "\u0ead\u0e99": [42, 44, 66, 69], "\u0ead\u0e99\u0e81\u0eb2\u0e99\u0ec1\u0e88": 44, "\u0ead\u0e99\u0e97": 19, "\u0ead\u0e99\u0ec3\u0eab": 44, "\u0ead\u0e99\u0ec4\u0e82": 44, "\u0ead\u0ea1\u0e95": 59, "\u0ead\u0ead": 44, "\u0ead\u0ec3\u0e99\u0ec0\u0ea1\u0ea5": 44, "\u0ead\u0ec4\u0e9f\u0ea5": 24, "\u0eae": [42, 44, 55, 65], "\u0eb2": [24, 65, 79], "\u0eb2\u0e81\u0eb2\u0e99\u0e95": 19, "\u0eb2\u0e81\u0eb2\u0e99\u0ea7\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 29, "\u0eb2\u0e82": 40, "\u0eb2\u0e82\u0ebd\u0e99\u0e82": 44, "\u0eb2\u0e84\u0ea7\u0eb2\u0ea1\u0ea1": 82, "\u0eb2\u0e87\u0e81": 44, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0eaa": [69, 78], "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec2\u0e97": 60, "\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ec3\u0e8a": 55, "\u0eb2\u0e87\u0e82": 55, "\u0eb2\u0e87\u0e82\u0ebd\u0e99\u0e82": 44, "\u0eb2\u0e87\u0e95": 44, "\u0eb2\u0e87\u0e97": [19, 42], "\u0eb2\u0e87\u0ec0\u0e84": 19, "\u0eb2\u0e87\u0ec4\u0e9f\u0ea5": 21, "\u0eb2\u0e87\u0edc": 44, "\u0eb2\u0e88": 63, "\u0eb2\u0e8d": 19, "\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0e8a": 19, "\u0eb2\u0e8d\u0e82": [44, 55], "\u0eb2\u0e8d\u0ea5\u0eb2\u0e8d\u0e81\u0eb2\u0e99\u0ec3\u0e99\u0ec0\u0e97": 42, "\u0eb2\u0e8d\u0eaa": 26, "\u0eb2\u0e8d\u0eae": 70, "\u0eb2\u0e8d\u0ec4\u0e9f\u0ea5": 21, "\u0eb2\u0e95": [19, 44, 55], "\u0eb2\u0e99": [19, 44, 69, 82], "\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0e81": 26, "\u0eb2\u0e99\u0e81\u0eb0\u0ec1\u0e88\u0eaa": 26, "\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9c": 26, "\u0eb2\u0e99\u0ec0\u0ead\u0e87": 29, "\u0eb2\u0e99\u0ec3\u0e99\u0e9b": 82, "\u0eb2\u0e9a": [19, 44], "\u0eb2\u0ea1\u0e9c": 69, "\u0eb2\u0ea5\u0eb0\u0eab": 26, "\u0eb2\u0ea5\u0eb2\u0e8d\u0e8a": 42, "\u0eb2\u0ea7\u0ebd\u0e81": 44, "\u0eb2\u0eaa": [26, 55], "\u0eb2\u0eab": 60, "\u0eb2\u0eae": [60, 69], "\u0eb2\u0ec3\u0e99\u0e97": 42, "\u0eb3\u0e81": 42, "\u0ebd\u0e99\u0ea5\u0eb0\u0eab": 26, "\u0ebd\u0e99\u0ea5\u0eb3\u0e94": 44, "\u0ebd\u0e99\u0eaa": 44, "\u0ebd\u0e99\u0eae": 44, "\u0ebd\u0ea7\u0e81": 26, "\u0ec0\u0e82": [60, 69], "\u0ec0\u0e84": [21, 70], "\u0ec0\u0e87": 44, "\u0ec0\u0e95": 60, "\u0ec0\u0e9a": 78, "\u0ec0\u0e9b": [26, 44, 78], "\u0ec0\u0e9e": [42, 44, 55], "\u0ec0\u0ea1\u0ea5\u0e82\u0ead\u0e87\u0e97": 44, "\u0ec0\u0ea1\u0ea5\u0ec3\u0edd": 44, "\u0ec0\u0ea5": [44, 60], "\u0ec0\u0ea7": [26, 65], "\u0ec0\u0eab\u0e8d": 44, "\u0ec0\u0eab\u0e94\u0e81\u0eb2\u0e99": 59, "\u0ec1\u0e81": [42, 44], "\u0ec1\u0e97": 44, "\u0ec1\u0e99\u0ea7\u0ec3\u0e94": 26, "\u0ec1\u0e9a": 42, "\u0ec1\u0e9a\u0e9a\u0e95": 69, "\u0ec1\u0e9a\u0e9a\u0eaa\u0eb0\u0ec0\u0edd": 42, "\u0ec1\u0e9c\u0e87\u0e84\u0ea7\u0e9a\u0e84": 69, "\u0ec1\u0e9c\u0e99\u0e97": 26, "\u0ec1\u0ea5\u0eb0": [25, 42, 44, 59, 60, 64, 66, 69, 79], "\u0ec1\u0ead": [24, 42, 60], "\u0ec2\u0e84\u0e95": 24, "\u0ec2\u0e9b\u0ea3\u0ec1\u0e81\u0ea3\u0ea1": 60, "\u0ec2\u0e9f\u0e99\u0ec0\u0e94": [21, 44], "\u0ec2\u0ea1\u0e88": 66, "\u0ec2\u0ead": [21, 60], "\u0ec2\u0edd\u0e94\u0e81\u0eb0\u0e97": 44, "\u0ec2\u0edd\u0e94\u0e81\u0eb2\u0e99\u0ec0\u0eae": 44, "\u0ec3\u0e8a": [19, 26, 44], "\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0ec0\u0e82": 26, "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7": 60, "\u0ec3\u0eab": 26, "\u0ec3\u0edd": 19, "\u0ec4\u0e82": 42, "\u0ec4\u0e82\u0ec1\u0e97": 44, "\u0ec4\u0e82\u0ec4\u0e9f\u0ea5": 19, "\u0ec4\u0e84\u0ea5\u0ec0\u0ead": 25, "\u0ec4\u0e94": 26, "\u0ec4\u0e9b": 26, "\u0ec4\u0e9b\u0ec4\u0ea7": 26, "\u0ec4\u0e9f\u0ea5": 26, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0e8a": 19, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0eaa\u0eb0\u0e96\u0eb2\u0e99\u0eb0\u0e81\u0eb2\u0e99\u0ec1\u0e9a": 21, "\u0ec4\u0ead\u0e84\u0ead\u0e99\u0ec3\u0e99\u0e96\u0eb2\u0e94\u0ea5\u0eb0\u0e9a": 19, "\u0edc": [19, 44, 55]}}) \ No newline at end of file diff --git a/server/latest/user_manual/lt/contents.html b/server/latest/user_manual/lt/contents.html index 19b3f69dcac..a771f9f7091 100644 --- a/server/latest/user_manual/lt/contents.html +++ b/server/latest/user_manual/lt/contents.html @@ -180,6 +180,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/lt/desktop/autoupdate.html b/server/latest/user_manual/lt/desktop/autoupdate.html index 7e754db3f9f..9ff1a2b400c 100644 --- a/server/latest/user_manual/lt/desktop/autoupdate.html +++ b/server/latest/user_manual/lt/desktop/autoupdate.html @@ -84,6 +84,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/lt/desktop/commandline.html b/server/latest/user_manual/lt/desktop/commandline.html index 0d6b93828c2..21f2c755406 100644 --- a/server/latest/user_manual/lt/desktop/commandline.html +++ b/server/latest/user_manual/lt/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                      • Install
                      • Usage
                      • @@ -257,7 +258,7 @@

                        Example
                        diff --git a/server/latest/user_manual/lt/desktop/configfile.html b/server/latest/user_manual/lt/desktop/configfile.html index 3c514379b65..8fb60a50b52 100644 --- a/server/latest/user_manual/lt/desktop/configfile.html +++ b/server/latest/user_manual/lt/desktop/configfile.html @@ -84,6 +84,7 @@
                      • Installation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/conflicts.html b/server/latest/user_manual/lt/desktop/conflicts.html index 49c920a9d92..50f1c1abf79 100644 --- a/server/latest/user_manual/lt/desktop/conflicts.html +++ b/server/latest/user_manual/lt/desktop/conflicts.html @@ -84,6 +84,7 @@
                      • Installation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/envvars.html b/server/latest/user_manual/lt/desktop/envvars.html index 667bcb42021..bd4b3749638 100644 --- a/server/latest/user_manual/lt/desktop/envvars.html +++ b/server/latest/user_manual/lt/desktop/envvars.html @@ -84,6 +84,7 @@
                      • Installation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/faq.html b/server/latest/user_manual/lt/desktop/faq.html index 504714ddc6f..b68950b1f75 100644 --- a/server/latest/user_manual/lt/desktop/faq.html +++ b/server/latest/user_manual/lt/desktop/faq.html @@ -84,6 +84,7 @@
                      • Installation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/index.html b/server/latest/user_manual/lt/desktop/index.html index e1d4d34e984..9fad11b1aa3 100644 --- a/server/latest/user_manual/lt/desktop/index.html +++ b/server/latest/user_manual/lt/desktop/index.html @@ -84,6 +84,7 @@
                      • Installation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • @@ -133,6 +134,7 @@

                        Desktop ClientInstallation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/installation.html b/server/latest/user_manual/lt/desktop/installation.html index b1a4c02e7dc..41052b75d24 100644 --- a/server/latest/user_manual/lt/desktop/installation.html +++ b/server/latest/user_manual/lt/desktop/installation.html @@ -92,6 +92,7 @@
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/macosfileprovider.html b/server/latest/user_manual/lt/desktop/macosfileprovider.html new file mode 100644 index 00000000000..72ca779db7a --- /dev/null +++ b/server/latest/user_manual/lt/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                        + + +
                        + +
                        + +
                        +
                        +
                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/lt/desktop/macosvfs.html b/server/latest/user_manual/lt/desktop/macosvfs.html index ea043f8a8ea..497d7f7af97 100644 --- a/server/latest/user_manual/lt/desktop/macosvfs.html +++ b/server/latest/user_manual/lt/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        - - -
                        - -
                        - -
                        -
                        -
                        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/lt/desktop/options.html b/server/latest/user_manual/lt/desktop/options.html index aa2c91d95f8..933c8d780ed 100644 --- a/server/latest/user_manual/lt/desktop/options.html +++ b/server/latest/user_manual/lt/desktop/options.html @@ -84,6 +84,7 @@
                      • Installation
                      • Uninstallation
                      • Using the Synchronization Client
                      • +
                      • Using the macOS File Provider
                      • Using the Command-Line Client
                      • Command-Line Options
                      • Configuration File
                      • diff --git a/server/latest/user_manual/lt/desktop/uninstallation.html b/server/latest/user_manual/lt/desktop/uninstallation.html index de13d39f86e..96d46eac4f1 100644 --- a/server/latest/user_manual/lt/desktop/uninstallation.html +++ b/server/latest/user_manual/lt/desktop/uninstallation.html @@ -92,6 +92,7 @@

                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/lt/desktop/updatechannel.html b/server/latest/user_manual/lt/desktop/updatechannel.html index c38bd1d34c9..1bccc13a0e0 100644 --- a/server/latest/user_manual/lt/desktop/updatechannel.html +++ b/server/latest/user_manual/lt/desktop/updatechannel.html @@ -84,6 +84,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/lt/desktop/usage.html b/server/latest/user_manual/lt/desktop/usage.html index 7f9714633fe..752f062ed7b 100644 --- a/server/latest/user_manual/lt/desktop/usage.html +++ b/server/latest/user_manual/lt/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
                    • General Window
                    • Using the Network Window
                    • Using the Ignored Files Editor
                    • -
                    • Virtual Files on macOS -
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • @@ -383,15 +380,6 @@

                    Using the Network Window -

                    Virtual Files on macOS

                    -

                    For information about using virtual files integration on macOS, see:

                    - - @@ -399,7 +387,7 @@

                    Virtual Files on macOS

                    diff --git a/server/latest/user_manual/lt/objects.inv b/server/latest/user_manual/lt/objects.inv index 8d77bac8bcd..bb518fd4b4c 100644 Binary files a/server/latest/user_manual/lt/objects.inv and b/server/latest/user_manual/lt/objects.inv differ diff --git a/server/latest/user_manual/lt/searchindex.js b/server/latest/user_manual/lt/searchindex.js index 46083d36eeb..ccde81bb7ab 100644 --- a/server/latest/user_manual/lt/searchindex.js +++ b/server/latest/user_manual/lt/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anonimini\u0173 \u012fk\u0117lim\u0173 k\u016brimas": [[29, null]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Ar galima i\u0161jungti \u0161ifravim\u0105 be vartotojo slapta\u017eod\u017eio?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Ar planuojama tai perkelti \u012f kito vartotojo prisijungim\u0105 ar \u012f fonin\u012f darb\u0105?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Ar \u012fmanoma i\u0161jungti \u0161ifravim\u0105 naudojant atk\u016brimo rakt\u0105?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Atk\u016brimo rakto slapta\u017eodis": [[26, "recovery-key-password"]], "Atsakymas": [[20, "answer"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Bendrinimo b\u016bsenos piktogramos": [[21, "sharing-status-icons"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2018 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Dideli\u0173 fail\u0173 \u012fk\u0117limai": [[31, null]], "Disk\u0173 priskyrimas naudojant komand\u0173 eilut\u0119": [[20, "mapping-drives-with-the-command-line"]], "Disk\u0173 priskyrimas naudojant \u201eWindows Explorer\u201c": [[20, "mapping-drives-with-windows-explorer"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Failai ne\u0161ifruoti": [[26, "files-not-encrypted"]], "Fail\u0173 arba aplank\u0173 pasirinkimas": [[21, "selecting-files-or-folders"]], "Fail\u0173 perk\u0117limas": [[21, "moving-files"]], "Fail\u0173 per\u017ei\u016bra": [[21, "previewing-files"]], "Fail\u0173 valdikliai": [[21, "file-controls"]], "Fail\u0173 \u012fk\u0117limas": [[29, "uploading-files"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How the \u201eEdit locally\u201c functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "I\u0161trint\u0173 fail\u0173 tvarkymas": [[24, null]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kaip galima i\u0161jungti \u0161ifravim\u0105?": [[26, "how-can-encryption-be-disabled"]], "Kaip i\u0161trint\u0173 fail\u0173 program\u0117l\u0117 tvarko saugyklos viet\u0105": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Kas nutinka, kai bendrinami failai i\u0161trinami": [[24, "what-happens-when-shared-files-are-deleted"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Kvotos": [[24, "quotas"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Mobili\u0173j\u0173 \u012frengini\u0173 klientai": [[25, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Oficialios \u201eNextcloud\u201c programos kompiuteriams ir mobiliesiems \u012frenginiams": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Pakeiskite privataus rakto slapta\u017eod\u012f": [[26, "change-private-key-password"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Prieiga prie fail\u0173 naudojant \u201eCyberduck\u201c": [[20, "accessing-files-using-cyberduck"]], "Prieiga prie fail\u0173 naudojant \u201eLinux\u201c": [[20, "accessing-files-using-linux"]], "Prieiga prie fail\u0173 naudojant \u201eMicrosoft Windows\u201c": [[20, "accessing-files-using-microsoft-windows"]], "Prieiga prie fail\u0173 naudojant \u201eWinSCP\u201c": [[20, "accessing-files-using-winscp"]], "Prieiga prie fail\u0173 naudojant \u201ecURL\u201c": [[20, "accessing-files-using-curl"]], "Prieiga prie fail\u0173 naudojant \u201emacOS\u201c": [[20, "accessing-files-using-macos"]], "Prieiga prie vie\u0161\u0173 bendrinim\u0173 per WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Prieiga prie \u201eNextcloud\u201c fail\u0173 naudojant \u201eWebDAV\u201c": [[20, null]], "Priority inbox": [[44, "priority-inbox"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Saugojimo kvota": [[33, null]], "Savo fail\u0173 saugyklos nustatymas": [[29, "setting-up-your-own-file-drop"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Sprendimas": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Sprendimas 1": [[20, "solution-1"]], "Sprendimas 2": [[20, "solution-2"]], "Stacionari\u0173j\u0173 ir mobili\u0173j\u0173 \u012frengini\u0173 sinchronizavimas": [[25, null]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Tre\u010di\u0173j\u0173 \u0161ali\u0173 WebDAV klientai": [[20, "third-party-webdav-clients"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Turinys": [[6, null]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "U\u017e\u0161ifruot\u0173 fail\u0173 bendrinimas": [[26, "sharing-encrypted-files"]], "Vaizdo grotuvas": [[21, "video-player"]], "Versijos i\u0161trynimas": [[39, "deleting-a-version"]], "Versijos \u012fvardijimas": [[39, "naming-a-version"]], "Versij\u0173 valdymas": [[39, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "WebDAV jung\u010di\u0173 k\u016brimas Linux komandin\u0117je eilut\u0117je": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u0160ifravimas serverio pus\u0117je": [[26, null]], "\u0160ifravimo DUK": [[26, "encryption-faq"]], "\u0160ifravimo naudojimas": [[26, "using-encryption"]], "\u017dinomos problemos": [[20, "known-issues"], [20, "known-problems"]], "\u201eNautilus\u201c fail\u0173 tvarkykl\u0117": [[20, "nautilus-file-manager"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": [12, 24, 26], "By": [0, 5, 10, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 27, 35, 36, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 37, 38, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": [8, 20, 26, 33], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abiej\u0173": 24, "abil": [12, 44], "abl": [12, 19, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 21, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 35, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": [26, 33], "administ": 82, "administr": [1, 7, 14, 20, 21, 26, 27, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "administratoriau": [31, 33], "administratoriu": [21, 24, 26, 29, 33], "administratoriui": [26, 31], "administratoriumi": 31, "administratori\u0173": 21, "administravimo": 24, "adresa": 20, "adreso": 20, "adresu": 20, "adres\u0105": [20, 28], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 29, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alternatyvi": 20, "alwai": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 21, 26, 27, 28, 29, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anks\u010diausiai": 24, "anoniminio": 29, "anonimini\u0173": [23, 30], "anonimi\u0161kai": 20, "anonym": [29, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "api": [20, 24, 26, 33], "aplank": [20, 24], "aplanka": [20, 24], "aplanku": [20, 26, 28], "aplank\u0105": [20, 24, 29, 33], "aplank\u0173": [20, 26], "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 29, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [51, 76], "approxim": 9, "apra\u0161yta": 25, "apra\u0161yti": 20, "apribojimai": 26, "apribojim\u0173": 31, "apsaugota": 20, "apsaugoti": 26, "apsaugotu": 20, "apskai\u010diuoja": 24, "apskai\u010diuojama": 33, "apskritimo": 39, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arba": [20, 24, 26, 28, 29, 31], "arbitrari": 19, "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 50, 66, 72, 80], "artifici": 1, "ask": [9, 19, 27, 35, 37, 40, 41, 44, 45, 50, 62, 66], "asmenimi": 26, "asmenini": 20, "asmeniniai": 24, "asmenin\u0119": 20, "assign": [21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atidarykit": 20, "atidaryti": 26, "atidarytum\u0117t": 20, "atjungti": 20, "atkurti": [26, 39], "atk\u016brima": 26, "atlaisvint\u0173": 24, "atlikit": 28, "atminkit": 20, "atminti": 24, "atnaujina": 26, "atnaujinti": 20, "atnaujintuos": 28, "atpa\u017eint\u0173": 20, "atsidari": 20, "atsieja": 28, "atsijungti": 26, "atsijunkit": 26, "atsisi\u0173sti": [20, 26], "atsisi\u0173stum\u0117t": 39, "atskirai": 25, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "atveju": [20, 26], "atvirojo": 20, "at\u0161aukit": 26, "audio": [21, 62, 72, 73], "autentifikavima": 20, "autentifikuojama": 20, "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 27, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "automatinio": 39, "automatin\u012f": 39, "automati\u0161kai": [20, 26, 28], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 35, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "baigiasi": 24, "baigta": 29, "bandanti": 26, "bandwidth": 19, "bandydami": 20, "bar": [0, 1, 19, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "bazini": 20, "baz\u0117j": [26, 33], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "bei": 21, "being": [7, 12, 15, 19, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 41, 42, 44, 51, 65], "bendra": [20, 33], "bendrin": [24, 26, 28, 33], "bendrina": [24, 33], "bendrinama": 20, "bendrinami": 33, "bendrinamo": 26, "bendrinamu": [20, 33], "bendrinam\u0105": [26, 28], "bendrinam\u0173": [20, 26], "bendrinima": [28, 33], "bendrinimai": 20, "bendrinimo": [20, 28, 33], "bendrinimu": [20, 26], "bendrinim\u0105": [20, 26, 28], "bendrinkit": 26, "bendrinti": [21, 24, 26, 28], "bendruomen\u0117": 20, "besid": 19, "best": [10, 14, 18, 41, 83], "bet": [20, 24, 26, 28], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 33, 42], "binari": [8, 15], "bit": [12, 14], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bu": [20, 24, 26, 29], "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "buvo": [20, 24], "byte": [9, 11, 20], "b\u016bda": [20, 26], "b\u016bdai": 20, "b\u016bdami": 20, "b\u016bdu": [20, 24, 26, 29, 39], "b\u016bseno": 20, "b\u016bsen\u0105": 20, "b\u016bsite": 26, "b\u016bti": [20, 26, 33], "b\u016bt\u0173": [20, 24, 26], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 29, 36, 41, 42, 44, 56, 82], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 35, 36, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 20, 25, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 26, 33, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 28, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 33, "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "configuration_fil": 26, "configuration_serv": 33, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": 17, "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 27, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 36, 39, 41, 53, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": 15, "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 25, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 35, 38, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dabar": [20, 29], "dabartin": 20, "dai": [0, 11, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dalinkit\u0117": 26, "dalyti": 26, "dal\u012f": 20, "dar": [26, 33], "darbalaukio": 20, "darbalaukyj": 20, "darbui": 20, "dark": 80, "daryti": [20, 26], "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dato": 24, "daugiau": [20, 24, 33, 39], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "da\u017enai": 20, "db": 8, "de": 12, "debes\u012f": 28, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50, 69], "dedikuotojo": 20, "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 33, 36, 39, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 21, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 44, 80], "desir": [12, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 27, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "de\u0161iniuoju": 20, "de\u0161in\u0117j": 39, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogo": 28, "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 44, 60], "dideli\u0173": [22, 30], "didesni": 33, "didesni\u0173": 31, "did\u017eiausi\u0105": 20, "diegimuos": 28, "dien\u0173": [24, 33, 39], "differ": [0, 7, 8, 10, 19, 21, 35, 41, 42, 44, 69, 70, 81], "digest": 0, "digit": 35, "direct": [20, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26], "diska": 20, "disko": [20, 33, 39], "disku": 20, "diskui": 20, "disk\u0105": 20, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": [26, 33], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dokumentacijoj": [20, 24, 33], "dolphin": 19, "domain": [44, 47], "domeno": 20, "don": [5, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 35, 56], "dropdown": [27, 49, 82], "due": [12, 15, 35, 37], "duomeni": [20, 26, 33], "duomen\u0173": [26, 33], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dydi": 33, "dyd\u012f": 20, "dyd\u017ei\u0173": 31, "dynam": 9, "dyslexia": 80, "d\u0117l": 20, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 44, 58, 80], "effect": [35, 81], "effici": 44, "eikit": [20, 28], "eilut\u0117": 20, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "eiti": 20, "ekran": 20, "elaps": 60, "element": [58, 60, 66, 80], "elementa": 20, "elemento": 20, "element\u0105": 20, "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 20, 26, 27, 30, 47, 49], "encryption_configur": 26, "end": [19, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "eng": 20, "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 41, 44, 80], "enter": [1, 2, 14, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esam\u0105": 20, "esanti": 26, "esant\u012f": 24, "esan\u010diu": [20, 24], "esan\u010di\u0105": [20, 39], "esan\u010di\u0173": 20, "esc": 60, "escap": 80, "esm\u0117": [26, 28], "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": 20, "excel": 29, "except": [44, 69], "exchang": 41, "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19], "expand": [19, 44, 80], "expect": [2, 19, 44], "experi": [18, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 44], "extern": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 24, 44], "faila": [20, 24], "failai": [20, 21, 28, 33], "failam": [24, 26], "failo": [20, 26, 39], "failu": [20, 21, 24, 25, 26, 28, 31, 33], "failuos": 26, "failur": [9, 12], "fail\u0105": [20, 24, 26, 28], "fail\u0173": [22, 28, 30, 32, 33], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "federuota": 28, "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 31, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19], "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 21, 25, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": 5, "form": [1, 26, 35, 42, 44, 45], "forma": 28, "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "formo": [28, 39], "forth": [1, 41], "forward": [41, 69, 76], "found": [41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 40, 41, 53, 60, 80], "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 35, 36, 37, 38, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 42, 81], "funkcija": [20, 21, 26, 29], "funkcijo": 20, "funkcij\u0105": [20, 26, 29], "funkcij\u0173": 20, "further": [10, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 41, 45, 49, 51], "galerija": 26, "gali": [20, 24, 26, 33], "galiausiai": 20, "galima": 20, "galimybi\u0173": 26, "galimyb\u0117": 26, "galimyb\u0119": [20, 21], "galiojimo": [24, 39], "galit": [20, 21, 26, 28, 29, 39], "gali\u0173": 24, "gal\u0117": 26, "gal\u0117jo": [24, 33], "gal\u0117sit": 20, "gal\u0117ti": 20, "gal\u0117t\u0173": 26, "gatewai": [8, 69], "gausit": [20, 29], "gauti": 20, "gav\u0117ja": [24, 28], "gav\u0117jo": 24, "gb": [11, 20], "gear": [42, 51], "gelton\u0105": 26, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 37, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "grei\u010diausiai": [20, 26], "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "grupi\u0173": 26, "grup\u0117": 20, "grup\u0117m": 33, "grup\u0119": 26, "gr\u0105\u017einti": 26, "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 21, 25, 27, 33, 35, 36, 38, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 21, 25, 28, 29, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hkey_local_machinesystemcurrentcontrolsetserviceswebclientparamet": 20, "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizont": [2, 44], "host": 9, "hour": [0, 12, 16, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 41, 42, 44], "hr": 9, "href": 20, "html": [26, 33, 41], "http": [8, 9, 11, 12, 20, 26, 33, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70, 81], "identifi": [15, 19, 41, 54, 60], "identi\u0161ki": 26, "ifram": 41, "ignor": [8, 12, 41], "iki": [20, 31, 33], "ilgesni": 20, "iliustruoja": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 80], "increment": 41, "indeksa": 26, "independ": [0, 12, 41], "index": [12, 41], "indic": [19, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 27, 41, 42, 44, 53, 54, 72], "individualiai": 26, "individualiu": 26, "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 21, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informacija": 20, "informacijo": [20, 24, 33], "informacij\u0105": [20, 33], "inherit": 42, "inhibit": 8, "ini": 9, "inicijuoti": 26, "initi": [35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "integruoti": 20, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "internetin\u0117": 20, "interneto": 20, "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": [21, 22, 24, 26, 28, 29, 30, 31, 33], "irrevers": 41, "issu": [14, 25, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 33, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "i\u0161": [20, 21, 24, 26, 28], "i\u0161bandykit": 20, "i\u0161eiti": 20, "i\u0161jungia": 26, "i\u0161jungta": 20, "i\u0161jungti": 21, "i\u0161orin\u012f": 26, "i\u0161or\u0117": 26, "i\u0161pl\u0117tima": 20, "i\u0161saugokit": 20, "i\u0161saugomi": 20, "i\u0161saugoti": 20, "i\u0161saugot\u0105": 20, "i\u0161skleid\u017eiamajam": 20, "i\u0161skleid\u017eiam\u0105j\u012f": 20, "i\u0161skleiskit": 20, "i\u0161skyru": 20, "i\u0161tekliu": 20, "i\u0161trin": 24, "i\u0161trina": [24, 39], "i\u0161trinama": 24, "i\u0161trinti": [21, 24, 33, 39], "i\u0161trintiem": 24, "i\u0161trint\u0173": [30, 32, 33], "i\u0161trynimo": 24, "i\u0161\u0161ifruoja": 26, "i\u0161\u0161ifruoti": 26, "jai": 26, "jam": 20, "jame": 20, "jei": [20, 21, 24, 26, 29, 31, 33, 39], "ji": [20, 24, 26, 33, 39], "jie": [20, 26, 28], "jiem": [26, 28], "jo": [20, 24, 25, 26], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joje": 20, "joke": 42, "jokio": 20, "joki\u0173": 28, "jpg": 20, "json": 56, "ju": 26, "jum": [20, 26, 31], "jumi": [24, 33], "jump": [2, 15, 21], "jungti": 20, "jungt\u012f": 20, "juo": 24, "juostoj": [20, 28], "juost\u0105": 26, "just": [2, 5, 12, 18, 21, 27, 41, 45, 50, 66, 72, 80, 81], "j\u0105": [20, 26, 29, 39], "j\u012f": [20, 26, 28, 33], "j\u016bs\u0173": [20, 21, 24, 26, 33], "j\u0173": [20, 21, 24, 33], "ka": 39, "kad": [20, 24, 26, 29, 33, 39], "kada": [26, 28], "kadangi": [20, 31], "kaddressbook": 48, "kai": [20, 26, 28, 29, 33, 39], "kaip": [20, 28, 33], "kair\u0117j": 20, "kalendar": 48, "kalendoriau": 33, "kanban": 43, "karto": 24, "kart\u0105": [20, 24, 26, 39], "kasdien": 39, "katalog": 20, "katalogai": 20, "katalogo": 20, "katalogu": 28, "katalog\u0105": 20, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 38, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 81, 83], "keleta": 26, "kelia": 26, "keliai": 20, "keli\u0105": 20, "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kiek": 26, "kiekviena": 26, "kiekvien\u0105": [20, 24, 39], "kintamuosiu": 31, "kitai": [24, 28], "kiti": [24, 33], "kitiem": 33, "kito": 20, "kitomi": 20, "kitu": [20, 24], "kituos": 28, "kit\u0105": 20, "klaida": 20, "klaido": 20, "klaid\u0105": 20, "klavi\u0161u": 20, "klavi\u0161\u0105": 28, "klient": 20, "klienta": 20, "klientu": 20, "klient\u0105": [20, 31], "klient\u0173": 20, "know": [28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kodo": 20, "kok\u012f": 20, "kol": [20, 24, 33, 39], "komandin\u0117": 20, "komando": 20, "komand\u0105": 20, "komentar\u0105": 20, "kompiuteri": 20, "kompiuterio": [20, 24], "kompiuteriu": 25, "kompiuteryj": 20, "kompiuter\u012f": 20, "konfig\u016bracijo": [20, 31], "konfig\u016bracijoj": 20, "konfig\u016bracij\u0105": 26, "konfig\u016bruoj": 20, "konkre\u010di\u0105": 39, "kontact": [6, 43], "kontakt\u0173": 33, "kopijo": 24, "kopijuoti": [20, 24], "koreguojamo": 39, "korgan": 48, "kreipkit\u0117": 21, "kubuntu": 19, "kur": 20, "kuri": [20, 24, 26, 33], "kuria": 20, "kuriai": 20, "kuriam": [20, 26, 28], "kuriant": 20, "kurio": [20, 21, 26, 33], "kuriomi": 26, "kuriuo": [20, 24], "kuri\u0105": [20, 26], "kuri\u0173": 24, "kurti": [20, 21, 28], "kur\u012f": [20, 28], "kvota": [24, 30, 32], "kvoto": 33, "kvot\u0105": [24, 33], "kvot\u0173": 24, "kwallet": 14, "kyla": 20, "k\u0105": 28, "k\u016brima": [23, 30], "label": [20, 26, 36, 41, 51], "laika": 24, "laikinai": 20, "laikini": 33, "laiko": [24, 26, 39], "laikom": 39, "laikomi": 24, "laikot": 20, "laikotarp\u012f": [24, 33], "laikui": 24, "laisvo": [24, 39], "laisv\u0105": 24, "land": [2, 42], "langa": 20, "langel\u012f": 20, "languag": [1, 44, 64, 82], "lang\u0105": 28, "larg": [29, 44, 53, 65], "larger": 19, "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 26, 33, 52, 83], "latter": 46, "lauk": 20, "lauk\u0105": [20, 28], "launch": [7, 12, 14, 16, 19, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "leidimu": 20, "leid\u017eia": [20, 26, 28], "leid\u017eiam\u0105": 24, "leid\u017eianti": 20, "leid\u017eiat": 33, "length": 41, "lengvai": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 21, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likt\u0173": 26, "likusi\u0105": 20, "limit": [12, 15, 19, 20, 31, 37, 41, 42, 69, 83], "limita": [24, 31], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": 5, "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 41, 44, 54, 69, 80, 83], "main_pag": 20, "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 25, 28, 29, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "maksimalio": 20, "maksimali\u0105": 24, "manag": [5, 6, 7, 12, 14, 15, 17, 20, 21, 27, 30, 31, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manonextcloud": 20, "manual": [6, 7, 12, 13, 14, 15, 27, 36, 44, 45, 48, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "mati": 26, "matoma": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 41], "mayb": 41, "ma\u017eesnio": 33, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabait\u0173": 31, "member": [2, 5, 35, 69], "membership": [42, 82], "memori": 1, "meniu": 20, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "metadata": 19, "metaduomeni": 33, "method": [7, 27, 41, 42, 45, 58, 81], "metoda": 20, "metod\u0105": 28, "metu": [20, 24, 39], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "miniati\u016bro": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "minut\u0119": 39, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 41, 42, 73, 81, 82], "mobilieji": 20, "mobili\u0105sia": 20, "mobili\u0173j\u0173": [22, 30], "mobil\u0173j\u012f": 20, "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "model\u012f": 39, "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "modifikuoti": 31, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 36, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mygtuka": 28, "mygtuku": [20, 29], "mygtuk\u0105": [20, 28], "mynextcloud": 48, "m\u0117gstamiausi": 21, "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "nam\u0173": 20, "nariai": 20, "narrow": [0, 76, 83], "nar\u0161ykli\u0173": 20, "nar\u0161ykl\u0117": 20, "nar\u0161ykl\u0119": 20, "nar\u0161yti": 20, "nar\u0161ytum\u0117t": 20, "nativ": 50, "natur": 42, "naudinga": [20, 31, 33], "naudo": 26, "naudodama": 26, "naudodami": [20, 21, 29], "naudoj": [22, 30], "naudoja": [20, 26], "naudojama": [20, 26], "naudojamo": 26, "naudojanti": 20, "naudojantiai": 28, "naudojima": 25, "naudojimo": [20, 24], "naudokit": [20, 28], "naudoti": [20, 25, 26, 29], "naudotojai": 28, "naudotojam": 20, "naudotojo": 26, "naudotoj\u0173": [24, 33], "nauja": [24, 39], "naujesni": 20, "nauji": 24, "naujiem": 24, "naujo": [20, 26], "nauju": 20, "naujuos": 28, "nauj\u0105": [24, 26, 28], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": [20, 24, 26], "nearli": 10, "neatskleid\u017eiami": 26, "nebu": [24, 26, 39], "necessari": [19, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "negali": 26, "negalima": 20, "negal\u0117": 26, "negal\u0117sit": 26, "nei": [20, 24, 31, 33, 39], "nei\u0161trin": 24, "nei\u0161trina": [24, 28], "nelaukdami": 39, "nemo": [19, 20], "nenaudoja": 39, "neoptimizuoti": 20, "nepaisyt\u0173": 33, "nepakeit\u0117": 26, "nepalaikyti": 20, "nepasiekiama": 20, "nepavyksta": 20, "nepavykti": 20, "neplanuojama": 26, "nepraraskit": 26, "neprisijung\u0119": 20, "neprivalom\u0105": 20, "nereikia": 26, "nereik\u0117": 20, "nerekomenduojama": 20, "nesijungia": 20, "nest": 12, "nesuk\u016br\u0117": 26, "net": [8, 20], "netrc": 8, "neturi": 24, "neturit": 26, "netur\u0117": 26, "network": [9, 11, 15, 20, 27, 42, 50], "neu\u017e\u0161ifruota": [20, 33], "neu\u017e\u0161ifruoti": 33, "neu\u017e\u0161ifruot\u0105": 20, "never": [38, 41, 69], "nevir\u0161yt\u0173": 24, "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "ne\u012fdiegti": 20, "ne\u012fgalinta": 26, "ne\u012fkeliama": 24, "ne\u012fmanoma": 20, "ne\u012fskai\u010diuojami": [24, 33], "ne\u012fskai\u010diuojamo": 33, "ne\u0161ifruojami": 26, "ne\u0161iojam\u0105j\u0105": 20, "nice": 5, "nick": 5, "niekada": [26, 39], "nieko": 26, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 49, 82], "none": [44, 47, 51], "nor": [20, 21, 26], "norima": 20, "norint": [20, 31], "norit": [20, 26, 28], "normal": [7, 9, 19, 41, 44, 66], "nor\u0117dami": [20, 25, 28, 31, 39], "note": [2, 4, 35, 41, 42, 44, 51, 76], "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 41, 42, 44, 45, 46, 47, 48, 66, 81], "nukopijuokit": 20, "numatytasi": 31, "numatytieji": 31, "numatytuosiu": [24, 28, 31], "numatyt\u0105j\u012f": 26, "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "nuo": [20, 24, 26], "nuoroda": [20, 28], "nuorod\u0105": 29, "nuotolini": 28, "nuotoliniai": 20, "nuotolinio": 28, "nuotoliniu": 26, "nuotoliniuos": 20, "nuotolini\u0173": 28, "nuotolin\u0117": [20, 26], "nuotolin\u0117s": 26, "nuotolin\u0119": 20, "nuotolin\u012f": [20, 28], "nurodydami": 20, "nurodykit": 20, "nurodymo": 20, "nurodymu": 20, "nurodyti": 20, "nusi\u0173sti": 29, "nuskaityti": 26, "nustatydama": 24, "nustatyk": 26, "nustatykit": 20, "nustatymai": 20, "nustatymu": [24, 28, 31], "nustatysit": 20, "nustatyta": 33, "nustatyti": [24, 26, 31], "nustat\u0117t": 20, "nutikti": 26, "nutr\u016bksta": 20, "n\u0117ra": [20, 24, 26, 31], "o": [8, 20, 24, 26], "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": [0, 10, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 27], "oficialia": 20, "oficialiu": 20, "oficiali\u0173": 20, "often": [0, 41], "ok": 20, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 80], "oldest": 44, "omenyj": 26, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 35, 36, 38, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 27, 28, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "operacijom": 20, "operacin": 20, "operacin\u0117j": 20, "operacin\u0117s": 20, "opportun": 12, "opt": [9, 44], "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "originali\u0105": 20, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 20, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "pabaigo": 39, "pabaigoj": 20, "packag": [7, 8, 14, 17, 19, 20], "padaryti": 28, "padarytum": 26, "padidinti": [20, 31], "pagal": [24, 26, 28, 31, 33, 39], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pageidauj": 20, "pagrindinio": 20, "pagrindiniu": 26, "pagrindin\u0117": 26, "pagrindu": 20, "paie\u0161ko": 26, "pakartotinai": [21, 33], "pakartotini": 33, "pakatalogyj": 20, "pakeiskit": 20, "pakeista": 41, "pakeisti": [20, 24, 26], "pakeit\u0117": 26, "palaikan\u010dia": 20, "palaiko": 20, "paleidimo": 20, "paleid\u017eiama": 20, "paleisdami": 20, "paleiskit": 20, "paleisti": [20, 26], "paliek": 20, "pamati": 28, "pamatysit": [26, 29], "pamatytum\u0117t": 20, "pamesit": 26, "pametu": 26, "pamir\u0161k": 26, "panaikinkit": 20, "pana\u0161au": 26, "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "paprasta": [26, 29], "papra\u0161yti": 26, "parallel": [11, 15, 19], "paramet": [20, 52], "parametr\u0105": 24, "parent": [19, 21, 42, 58], "parinkti": [20, 26], "parinkt\u012f": 20, "parodoma": 20, "parodyta": 20, "part": [2, 5, 12, 42, 44, 60, 69], "parti": [12, 20, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pasiekia": [24, 39], "pasiekta": 24, "pasiekti": [20, 21, 26], "pasikei\u010dia": 28, "pasinaudoti": 26, "pasira\u0161yt\u0105": 20, "pasirenkama": 26, "pasirinkit": 20, "pasirinkta": 20, "pasirinkti": [20, 26], "pasirodi": 20, "pasirodo": 20, "paskirstyta": 20, "paskirti": 26, "paskyro": 20, "paskyroj": 26, "paskyr\u0105": 20, "paslapti": 20, "paslauga": 20, "paslaugo": 20, "paslaug\u0105": 20, "paslaug\u0173": [20, 26], "paspaudu": 20, "paspauskit": 20, "paspausti": 28, "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "pat": [20, 39], "patariama": 26, "pateikdami": 26, "pateikiamu": 20, "pateiktam": 20, "pateikti": 29, "pateiktuos": 20, "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "patikrinkit": 20, "patikrinti": 20, "pattern": [8, 19, 39, 44], "patvirtin": 28, "patvirtinimo": 28, "pat\u012f": 20, "paus": 19, "pavadinimai": [26, 29], "pavadinimo": 20, "pavadinimu": [20, 26], "pavadinim\u0105": [20, 39], "pavadintam": 20, "pavojinga": 26, "pavyzdyj": 20, "pavyzd\u017eiui": 20, "pavyzd\u017eiuos": 20, "pa\u0161alinti": [26, 28], "pa\u017eym\u0117": 28, "pa\u017eym\u0117kit": 20, "pa\u017eym\u0117tam": 20, "pdf": 21, "peer": 2, "pel\u0117": 20, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 26, 31, 33, 41, 42, 45, 60], "perdavimui": 20, "perduoti": 20, "pereikit": 20, "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perkeliama": [20, 24], "perkelta": 24, "perkelti": [20, 24], "perkraukit": 20, "perkrovim\u0173": 20, "perman": [4, 12, 15, 24, 41, 69], "permiss": [37, 42, 45, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "pervadinti": 24, "per\u017ei\u016bro": 26, "per\u017ei\u016br\u0117kit": 20, "per\u017ei\u016br\u0117ti": 21, "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "piktogram\u0105": 28, "pim": [46, 50], "pin": 15, "pirm\u0105": [26, 39], "pirm\u0105j\u0105": 39, "pirm\u0105sia": 39, "pirm\u0173j\u0173": 39, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [41, 48], "planuoj": 20, "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "pl\u0117tini": 20, "po": [20, 39], "point": [10, 14, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 44, 47], "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 48], "ppa": 8, "pradinio": 33, "pradin\u0117": 20, "praleiskit": 20, "prane\u0161ima": 20, "prane\u0161im\u0105": [20, 26], "prane\u0161\u0117": 20, "prarasit": 26, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "pridedama": 24, "prid\u0117kit": 20, "prid\u0117ti": [20, 26, 28], "prie": [22, 26, 28, 30], "prieiga": [22, 30, 31], "prieigo": 26, "prieig\u0105": [20, 26], "prieinamo": 24, "prieinamu": 20, "prievada": 20, "prievad\u0105": 20, "prijungia": 20, "prijungiama": 20, "prijungimo": 20, "prijungti": [20, 28], "prijungto": 26, "prijungtum\u0117t": 20, "priklauso": 20, "priklausomai": 26, "primari": [44, 80], "primygtinai": 20, "princip": [47, 51], "princip\u0105": 26, "prior": 7, "prisijungdami": 20, "prisijungian\u010dio": 20, "prisijungima": 20, "prisijungimo": [20, 26], "prisijungimui": 20, "prisijungsit": 26, "prisijungti": [20, 26], "prisijungu": [20, 26], "prisijung\u0119": 20, "prisijunkit": [20, 26], "priskiria": 20, "priskirti": 20, "priskirtum\u0117t": 20, "priskyrimo": 20, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "priva\u010diam": 26, "priva\u010diu": 26, "priva\u010di\u0173": 26, "priversti": 26, "privileg": 7, "pro": 81, "problem": [11, 12, 81], "problema": 26, "problem\u0173": 20, "proc": 12, "proce": 44, "procedur": 50, "proceso": 39, "process": [8, 12, 41, 44, 52, 62], "proces\u0105": [20, 39], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "programa": [24, 26], "programo": 33, "programoj": 20, "program\u0105": 25, "program\u0117l": 20, "program\u0117l\u0117": [26, 39], "program\u0117l\u0119": [20, 26], "program\u0173": 26, "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 49], "properti": 42, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "protokolo": 20, "protokolu": 20, "protokol\u0105": 20, "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [20, 21, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": 40, "push": [0, 60, 80], "puslapyj": 26, "puslap\u012f": [20, 26, 28, 29], "pus\u0117j": [20, 30, 34], "put": 69, "pvz": [20, 26, 33], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "raid": 20, "rais": [11, 80], "rakta": 26, "raktai": [26, 33], "raktu": 26, "raktui": 26, "rakt\u0173": 26, "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rankiniu": [20, 24, 29, 39], "rasit": [20, 24, 33], "rasti": 20, "rate": [41, 48], "rather": [20, 50], "ra\u0161yti": 20, "re": [5, 12, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "receiv": [0, 1, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recognis": 15, "recommend": [15, 20, 44], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "redaguokit": 20, "redaguoti": [20, 21, 33], "redaktori\u0173": 20, "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registr": 20, "registravimo": 20, "registri": [7, 12, 20], "registruoja": 20, "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reikalauja": 20, "reikalinga": [20, 31], "reikia": [20, 26, 28, 31], "reikiama": 20, "reik\u0117": 20, "reik\u0161m\u0117": [20, 24], "reik\u0161m\u0119": [20, 24], "rei\u0161kia": 20, "reject": [37, 41], "rejoin": 69, "rekomenduojam": [20, 25, 31], "rekomenduojama": 20, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 6, 7, 8, 27, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": 10, "resourc": [42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": 25, "restart": 7, "restor": [24, 41], "restrict": [6, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "riboja": [20, 31], "rib\u0105": [20, 24, 39], "rich": [1, 50], "right": [1, 15, 19, 20, 35, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "rodo": 20, "rodoma": 20, "rodykl\u0119": [28, 39], "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "ry\u0161i": 20, "ry\u0161iai": 20, "ry\u0161iam": 20, "ry\u0161io": 20, "ry\u0161iu": 20, "ry\u0161iuos": 20, "ry\u0161i\u0173": 20, "ry\u0161\u012f": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 69, 81], "sai": 10, "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "saugiam": 20, "saugo": [33, 39], "saugojimo": [24, 30, 32], "saugoma": 20, "saugomi": 26, "saugomu": 20, "saugom\u0173": 39, "saugoti": [20, 26], "sauguma": 20, "saugumo": 26, "saugykla": 20, "saugyklo": [26, 33], "saugyklos": 26, "savait\u0119": 39, "savaranki\u0161kai": 20, "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "savininka": 26, "savininkam": 26, "savininko": [24, 26, 33], "savininkui": 20, "savinink\u0105": 20, "savo": [20, 21, 24, 26, 28], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenariju": 24, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 21, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": 51, "sekcij\u0105": 20, "sekund": 39, "sekund\u0119": 39, "sekund\u017ei\u0173": 39, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "senesn": 28, "senesni": 24, "senesn\u0117": 33, "senesn\u0117s": 20, "seni": 26, "seniausi": 33, "seniausia": 39, "seniausiomi": 24, "seniausiu": 24, "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "senum\u0105": 24, "sen\u0105": 26, "sen\u0117jimo": 33, "separ": [0, 1, 41, 42, 44, 49, 81, 82], "sertifikata": 20, "sertifikato": 20, "sertifikat\u0105": 20, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "serveri": 20, "serveriai": 28, "serverio": [20, 21, 24, 28, 30, 34], "serveriu": 20, "serveriui": [20, 26], "serveriuos": [20, 28], "serveri\u0173": 28, "serveryj": [20, 26], "server\u012f": [20, 26], "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 20, 29, 30, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 27, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siekiant": 24, "siev": 44, "sign": [19, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [35, 39, 44, 50, 81], "sinchronizacij\u0105": 20, "sinchronizavima": [22, 30], "sinchronizavimo": 20, "sinchronizuoti": [20, 25], "sinchronizuotum\u0117t": 20, "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sintaks\u0117": 20, "sip": 69, "sistema": 20, "sistemo": 20, "sistemoj": [20, 21, 24], "sistemom": 25, "sistemos": 20, "sistem\u0105": 20, "sit": 19, "situat": [10, 11], "siuntimo": 29, "size": [9, 11, 19, 20, 31, 42, 80], "si\u016bloma": 26, "skaityti": 20, "skai\u010diu": [33, 39], "skiltyj": 20, "skip": [11, 60, 80], "skipupdatecheck": 7, "skiria": 24, "skirta": 20, "skirtojo": 26, "skirtuk": 20, "skirt\u0105": 25, "sklandu": 26, "skriptuoti": 20, "skript\u0105": 26, "skyriuj": 26, "slapta\u017eod\u012f": 20, "slapta\u017eod\u017eio": 20, "slapta\u017eod\u017eiu": 26, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [20, 35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "spauskit": 20, "speak": 72, "speaker": 62, "special": [15, 17, 18, 29, 51, 69], "special\u0173": 26, "specif": [0, 6, 8, 12, 15, 17, 27, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "sprendimai": 20, "spustel\u0117dami": [20, 28], "spustel\u0117kit": [20, 28, 29, 39], "spustel\u0117ti": 28, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacionariuoju": 25, "stacionari\u0173j\u0173": [22, 30], "stack": 44, "stai": [41, 44, 59], "standard": [8, 14, 15, 41, 80], "stand\u017eiojo": 20, "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": 19, "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "stebuklingai": 26, "stebukling\u0173": 24, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 39, 42, 44, 45, 81], "straipsnyj": 20, "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "structur": [2, 3, 21, 42], "strukt\u016bro": 26, "style": 43, "su": [20, 24, 25, 26, 28, 29, 31, 33], "sub": [24, 45], "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "sud\u0117tinga": 24, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "sukonfig\u016bravo": 33, "sukonfig\u016bruota": 31, "sukonfig\u016bruoti": 20, "sukuri": [28, 33], "sukuriama": 39, "sukurkit": 20, "sukurti": [20, 28], "sukurtum\u0117t": 26, "sukurt\u0173": 20, "suma\u017e\u0117ja": 33, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "suprasti": 33, "sure": [12, 17, 39, 41, 47, 49, 60, 81], "susiduri": 20, "susidursit": 26, "susiejima": 20, "susietam": 20, "susieti": 20, "susiet\u0105": 28, "susisiekit": [20, 31], "suteikdami": 20, "suteikia": 20, "suteikti": 39, "su\u017einokit": 26, "svarbiomi": 20, "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntact": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "s\u0105ra\u0161\u0105": [20, 24], "s\u0105saj\u0105": 21, "t": [5, 10, 14, 20, 39, 41, 42, 44, 46, 66, 80, 81], "ta": 20, "tab": [0, 1, 12, 19, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tada": [20, 26], "tag": [0, 21, 30, 32], "tai": [20, 24, 28], "taikoma": 26, "taip": [20, 24, 26, 33, 39], "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talpykla": 33, "tam": 31, "tampa": [20, 24], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "ta\u010diau": [24, 26, 33], "ta\u0161ka": 20, "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "teikiami": 20, "teik\u0117ja": 26, "teik\u0117jam": 26, "teik\u0117ju": 20, "teisingai": 20, "teisi\u0173": 20, "teksto": 26, "tekstu": 26, "tekti": 26, "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporarili": [12, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termina": 33, "test": [9, 10, 12, 14, 18, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 20], "those": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "ti": [28, 33], "tick": 62, "tie": 26, "tiek": [20, 24, 33], "tiesiog": 26, "tiesiogiai": 26, "tiesiogin": 28, "tik": [20, 24, 26, 28, 31], "tikrina": 24, "tikru": 31, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 35, 36, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": 37, "timezon": 41, "tinkamai": 20, "tinkam\u0105": 20, "tinkam\u0173": 31, "tinkla": 20, "tinklai": 20, "tinklo": 20, "tip\u0105": 20, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "tod\u0117l": [20, 21, 26], "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "tokia": 20, "tokiu": 26, "tok\u012f": 20, "toliau": [20, 26, 28], "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tre\u010diosio": 20, "tre\u010di\u0173j\u0173": 26, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47, 48], "trynima": 24, "tr\u016bksta": 21, "tt": 5, "tue": 20, "tumblr": 42, "tunel\u012f": 20, "tuo": [20, 24, 26], "turi": [20, 21, 26, 28, 39], "turimo": 39, "turinio": 20, "turit": [20, 26], "turn": [9, 44, 50, 75], "tur\u0117tum": 26, "tur\u0117tum\u0117t": 20, "tur\u0117t\u0173": 20, "tvarkykit": 26, "tvarkykl\u0117mi": 20, "tvarkykl\u0119": 20, "tvarkyma": [30, 32], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 21, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "t\u0105": [20, 26], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "unikaliam": 26, "uninstal": [6, 13], "unintend": 9, "uniqu": [41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 27, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 19, 27, 29, 31, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 20, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44, 47], "utf": 20, "util": 44, "u\u017e": 24, "u\u017ebaikit": 20, "u\u017edarykit": 20, "u\u017eima": 33, "u\u017ekirsti": 24, "u\u017epildykit": 20, "u\u017etikrinta": 20, "u\u017etikrinti": [20, 24], "u\u017etruk": 26, "u\u017e\u0161ifruoti": 33, "u\u017e\u0161ifruotum\u0117t": 26, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "vadov": 25, "vaizd\u0173": 26, "valanda": 39, "valand\u0105": 39, "valdyma": [20, 30, 32, 33], "valdymo": [24, 33], "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 16, 19, 42, 44], "var": 16, "varda": [20, 26], "vardo": 20, "vardu": 20, "vard\u0105": [20, 28], "vari": 80, "variabl": [6, 9, 10, 13, 41], "varieti": [81, 82], "variou": [41, 42], "vartotoja": 26, "vartotojai": [24, 26, 28, 33], "vartotojam": [20, 31, 33], "vartotojas1": 24, "vartotojas2": 24, "vartotojas3": 24, "vartotojo": [20, 28, 39], "vartotojo1": 24, "vartotojo3": 24, "vartotoju": [20, 26], "vartotojui2": 24, "vartotojui3": 24, "vcard": 42, "vcf": 42, "ve": [18, 20], "veikia": [20, 26], "veikian\u010di\u0105": 26, "veikl\u0105": [20, 31], "veiksma": 26, "veiksmu": 28, "veikti": 26, "veikt\u0173": 20, "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "versija": [20, 28, 39], "versijai": 39, "versijo": 33, "versijoj": 41, "versijos": 20, "versij\u0105": [20, 39], "versij\u0173": [20, 30, 32, 33], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 39, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "vertinama": 26, "vert\u0117": 20, "vert\u0119": 20, "vi": 33, "via": [4, 6, 10, 15, 21, 29, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "vienint": 26, "vienu": 20, "vien\u0105": 39, "vietiniam": 20, "vietinio": 20, "vietin\u012f": 20, "vieto": [24, 33, 39], "vietoj": 20, "view": [1, 6, 7, 14, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "vie\u0161ai": 20, "vie\u0161oj": 20, "vie\u0161\u0105": 33, "vie\u0161\u0105j\u012f": 20, "virtual": [17, 82], "vir\u0161esni": 24, "vir\u0161ija": [24, 33, 39], "vir\u0161utin\u0117j": 20, "visada": 20, "visai": 26, "visam": [24, 26], "visi": [21, 26, 33], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visiem": 26, "visit": [25, 44], "visitor": 5, "visi\u0161kai": 31, "viska": 28, "viso": 26, "vista": 20, "visu": [20, 26], "visual": [15, 80], "vis\u0105": 20, "vis\u0173": 26, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "vykdykit": 20, "v\u0117l": [20, 24, 26, 39], "v\u0117lesni\u0173": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 27, 28, 35, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [20, 57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winehq": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "ypatingo": 26, "ypatyb": 20, "yra": [20, 24, 26, 33], "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u012f": [20, 21, 24, 28, 29, 33, 39], "\u012fdiegta": 20, "\u012fdiegti": 20, "\u012fdiegtum\u0117t": 20, "\u012fdiekit": 20, "\u012fjungia": 26, "\u012fjungsit": 26, "\u012fjungta": [20, 26, 28, 33], "\u012fjungti": [20, 26], "\u012fjungu": 26, "\u012fjung\u0117": [26, 29], "\u012fjung\u0117t": 20, "\u012fkeliant": 31, "\u012fkelti": [20, 33], "\u012fkeltum\u0117t": 29, "\u012fk\u0117limai": [22, 30], "\u012fk\u0117limo": [29, 31], "\u012fk\u0117limu": 33, "\u012fk\u0117limui": 31, "\u012fk\u0117lim\u0173": [23, 30], "\u012fprastai": 26, "\u012fprastu": 26, "\u012fra\u0161ykit": 20, "\u012fra\u0161\u0105": 20, "\u012frenginiu": 20, "\u012frenginiuos": 20, "\u012frengini\u0173": [22, 30], "\u012frengin\u012f": 20, "\u012fsitikinkit": 20, "\u012fskaitant": 20, "\u012fskai\u010diuojama": 33, "\u012fskai\u010diuojami": [24, 33], "\u012fsp\u0117jam\u0105j\u0105": 26, "\u012fsp\u0117jan\u010di\u0105": 26, "\u012fsp\u0117jimai": 20, "\u012fsp\u0117jim\u0105": 20, "\u012ftraukiami": 24, "\u012ftraukta": 39, "\u012fveskit": [20, 28], "\u012fvesti": 28, "\u012fvest\u0105": 28, "\u012fvyko": 20, "\u0161akniniam": 20, "\u0161aknin\u0117j": 20, "\u0161ali": 20, "\u0161alinami": 33, "\u0161ali\u0173": 26, "\u0161i": [20, 24, 26, 31], "\u0161ia": [20, 21, 28], "\u0161iai": 20, "\u0161iam": 20, "\u0161ie": [26, 33], "\u0161iek": [20, 24, 33], "\u0161ifravima": [30, 34], "\u0161ifravimo": 33, "\u0161ifruojami": 26, "\u0161ifruoti": 26, "\u0161ifruotuos": 20, "\u0161ifruot\u0105": 20, "\u0161ifruot\u0173": 26, "\u0161iuk\u0161liad\u0117\u017e": 24, "\u0161iuk\u0161liad\u0117\u017e\u0117": [24, 28, 33], "\u0161iuk\u0161liad\u0117\u017e\u0117j": [24, 26, 33], "\u0161iuk\u0161liad\u0117\u017e\u0119": 24, "\u0161iuo": [24, 28, 31, 39], "\u0161i\u0105": [20, 24, 26, 39], "\u0161onin\u0117j": [20, 28], "\u0161\u012f": [28, 39], "\u017eemyn": 20, "\u017einiatinklio": [20, 21, 31], "\u017einosit": 20, "\u017emon\u0117mi": 24, "\u017er": [20, 24], "\u017eymomi": 24, "\u017eym\u0105": [20, 39], "\u017eym\u0119": 28}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Turinys", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Prieiga prie \u201eNextcloud\u201c fail\u0173 naudojant \u201eWebDAV\u201c", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "I\u0161trint\u0173 fail\u0173 tvarkymas", "Stacionari\u0173j\u0173 ir mobili\u0173j\u0173 \u012frengini\u0173 sinchronizavimas", "\u0160ifravimas serverio pus\u0117je", "Using external storage", "Using federation shares", "Anonimini\u0173 \u012fk\u0117lim\u0173 k\u016brimas", "Files & synchronization", "Dideli\u0173 fail\u0173 \u012fk\u0117limai", "Managing your files", "Saugojimo kvota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Versij\u0173 valdymas", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonimini\u0173": 29, "anoth": 44, "aplank\u0173": 21, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 26], "arba": 21, "archiv": 69, "assign": [36, 41], "assist": 1, "atk\u016brimo": 26, "atsakyma": 20, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": 60, "ban": 69, "basic": 7, "bendrinami": 24, "bendrinima": 26, "bendrinimo": 21, "bendrinim\u0173": 20, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "b\u016bseno": 21, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": 82, "card": 75, "cardbook": 50, "chang": [12, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": 60, "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "darb\u0105": 26, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [41, 44], "desktop": [13, 19, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "dideli\u0173": 31, "directori": 12, "disk": 11, "disk\u0173": 20, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "duk": 26, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "eilut\u0117j": 20, "eilut\u0119": 20, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "failai": [24, 26], "fail\u0173": [20, 21, 24, 26, 29, 31], "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 30, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "follow": 44, "fonin\u012f": 26, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "galima": 26, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "grotuva": 21, "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 44], "i": [12, 26], "ic": 41, "icon": 19, "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "ir": [20, 25], "issu": 15, "item": 42, "i\u0161jungti": 26, "i\u0161trinami": 24, "i\u0161trint\u0173": 24, "i\u0161trynima": 39, "join": [60, 72], "jung\u010di\u0173": 20, "junk": 44, "ka": 24, "kai": 24, "kaip": [24, 26], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "kito": 26, "klientai": [20, 25], "known": 15, "komandin\u0117j": 20, "komand\u0173": 20, "kompiuteriam": 20, "kontact": 48, "kvota": 33, "kvoto": 24, "k\u016brima": [20, 29], "languag": 12, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 81, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "manag": [19, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [45, 60], "mobiliesiem": 20, "mobili\u0173j\u0173": 25, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "move": [12, 44], "multipl": 42, "my": 12, "nativ": 44, "naudoj": [20, 26], "naudojima": 26, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "ne\u0161ifruoti": 26, "note": 69, "notif": [0, 1, 41, 45, 69], "nustatyma": 29, "nutinka": 24, "offic": 40, "oficialio": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "pakeiskit": 26, "parent": 5, "particip": [60, 69], "pasirinkima": 21, "password": 54, "per": 20, "perkelti": 26, "perk\u0117lima": 21, "person": 1, "per\u017ei\u016bra": 21, "phish": 44, "picker": [1, 66], "pictur": 42, "piktogramo": 21, "pin": 76, "planuojama": 26, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "prie": 20, "prieiga": 20, "prioriti": 44, "prisijungim\u0105": 26, "priskyrima": 20, "privaci": 69, "privat": 69, "privatau": 26, "problema": 20, "problemo": 20, "profil": [82, 83], "programo": 20, "program\u0117l\u0117": 24, "progress": 41, "project": 5, "propos": 41, "public": 35, "publish": 41, "pus\u0117j": 26, "quick": 44, "rais": 60, "rakto": 26, "rakt\u0105": 26, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "saugojimo": 33, "saugyklo": [24, 29], "savo": 29, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "self": 69, "send": [44, 66, 70], "server": [12, 14, 44], "serverio": 26, "set": [0, 1, 19, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "sidebar": [0, 21], "silent": 66, "sinchronizavima": 25, "slapta\u017eodi": 26, "slapta\u017eod\u012f": 26, "slapta\u017eod\u017eio": 26, "smart": [1, 44, 66], "snooz": 44, "some": 12, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "sprendima": 20, "stacionari\u0173j\u0173": 25, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "tai": 26, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "tre\u010di\u0173j\u0173": 20, "troubleshoot": [49, 51], "turini": 6, "tvarko": 24, "tvarkykl\u0117": 20, "tvarkyma": 24, "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 19, 21, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 35, 41, 53], "u\u017e\u0161ifruot\u0173": 26, "vaizdo": 21, "valdikliai": 21, "valdyma": 39, "variabl": 11, "vartotojo": 26, "versijo": 39, "versij\u0173": 39, "version": 14, "via": [28, 80], "video": 60, "viet\u0105": 24, "view": [0, 21, 41, 55, 65, 78], "vie\u0161\u0173": 20, "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": 45, "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u012f": 26, "\u012fk\u0117lima": 29, "\u012fk\u0117limai": 31, "\u012fk\u0117lim\u0173": 29, "\u012fmanoma": 26, "\u012frenginiam": 20, "\u012frengini\u0173": 25, "\u012fvardijima": 39, "\u0161ali\u0173": 20, "\u0161ifravima": 26, "\u0161ifravimo": 26, "\u0161ifravim\u0105": 26, "\u017einomo": 20}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anonimini\u0173 \u012fk\u0117lim\u0173 k\u016brimas": [[29, null]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Ar galima i\u0161jungti \u0161ifravim\u0105 be vartotojo slapta\u017eod\u017eio?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Ar planuojama tai perkelti \u012f kito vartotojo prisijungim\u0105 ar \u012f fonin\u012f darb\u0105?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Ar \u012fmanoma i\u0161jungti \u0161ifravim\u0105 naudojant atk\u016brimo rakt\u0105?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Atk\u016brimo rakto slapta\u017eodis": [[26, "recovery-key-password"]], "Atsakymas": [[20, "answer"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Bendrinimo b\u016bsenos piktogramos": [[21, "sharing-status-icons"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2018 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Dideli\u0173 fail\u0173 \u012fk\u0117limai": [[31, null]], "Disk\u0173 priskyrimas naudojant komand\u0173 eilut\u0119": [[20, "mapping-drives-with-the-command-line"]], "Disk\u0173 priskyrimas naudojant \u201eWindows Explorer\u201c": [[20, "mapping-drives-with-windows-explorer"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Failai ne\u0161ifruoti": [[26, "files-not-encrypted"]], "Fail\u0173 arba aplank\u0173 pasirinkimas": [[21, "selecting-files-or-folders"]], "Fail\u0173 perk\u0117limas": [[21, "moving-files"]], "Fail\u0173 per\u017ei\u016bra": [[21, "previewing-files"]], "Fail\u0173 valdikliai": [[21, "file-controls"]], "Fail\u0173 \u012fk\u0117limas": [[29, "uploading-files"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files & synchronization": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How the \u201eEdit locally\u201c functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "I\u0161trint\u0173 fail\u0173 tvarkymas": [[24, null]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kaip galima i\u0161jungti \u0161ifravim\u0105?": [[26, "how-can-encryption-be-disabled"]], "Kaip i\u0161trint\u0173 fail\u0173 program\u0117l\u0117 tvarko saugyklos viet\u0105": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Kas nutinka, kai bendrinami failai i\u0161trinami": [[24, "what-happens-when-shared-files-are-deleted"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Kvotos": [[24, "quotas"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Mobili\u0173j\u0173 \u012frengini\u0173 klientai": [[25, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Oficialios \u201eNextcloud\u201c programos kompiuteriams ir mobiliesiems \u012frenginiams": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Pakeiskite privataus rakto slapta\u017eod\u012f": [[26, "change-private-key-password"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Prieiga prie fail\u0173 naudojant \u201eCyberduck\u201c": [[20, "accessing-files-using-cyberduck"]], "Prieiga prie fail\u0173 naudojant \u201eLinux\u201c": [[20, "accessing-files-using-linux"]], "Prieiga prie fail\u0173 naudojant \u201eMicrosoft Windows\u201c": [[20, "accessing-files-using-microsoft-windows"]], "Prieiga prie fail\u0173 naudojant \u201eWinSCP\u201c": [[20, "accessing-files-using-winscp"]], "Prieiga prie fail\u0173 naudojant \u201ecURL\u201c": [[20, "accessing-files-using-curl"]], "Prieiga prie fail\u0173 naudojant \u201emacOS\u201c": [[20, "accessing-files-using-macos"]], "Prieiga prie vie\u0161\u0173 bendrinim\u0173 per WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Prieiga prie \u201eNextcloud\u201c fail\u0173 naudojant \u201eWebDAV\u201c": [[20, null]], "Priority inbox": [[44, "priority-inbox"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Saugojimo kvota": [[33, null]], "Savo fail\u0173 saugyklos nustatymas": [[29, "setting-up-your-own-file-drop"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Sprendimas": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Sprendimas 1": [[20, "solution-1"]], "Sprendimas 2": [[20, "solution-2"]], "Stacionari\u0173j\u0173 ir mobili\u0173j\u0173 \u012frengini\u0173 sinchronizavimas": [[25, null]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Tre\u010di\u0173j\u0173 \u0161ali\u0173 WebDAV klientai": [[20, "third-party-webdav-clients"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Turinys": [[6, null]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "U\u017e\u0161ifruot\u0173 fail\u0173 bendrinimas": [[26, "sharing-encrypted-files"]], "Vaizdo grotuvas": [[21, "video-player"]], "Versijos i\u0161trynimas": [[39, "deleting-a-version"]], "Versijos \u012fvardijimas": [[39, "naming-a-version"]], "Versij\u0173 valdymas": [[39, null]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "WebDAV jung\u010di\u0173 k\u016brimas Linux komandin\u0117je eilut\u0117je": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u0160ifravimas serverio pus\u0117je": [[26, null]], "\u0160ifravimo DUK": [[26, "encryption-faq"]], "\u0160ifravimo naudojimas": [[26, "using-encryption"]], "\u017dinomos problemos": [[20, "known-issues"], [20, "known-problems"]], "\u201eNautilus\u201c fail\u0173 tvarkykl\u0117": [[20, "nautilus-file-manager"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": [12, 24, 26], "By": [0, 5, 10, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 27, 35, 36, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 37, 38, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": [8, 20, 26, 33], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abiej\u0173": 24, "abil": [12, 44], "abl": [12, 19, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 21, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 35, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": [26, 33], "administ": 82, "administr": [1, 7, 14, 20, 21, 26, 27, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "administratoriau": [31, 33], "administratoriu": [21, 24, 26, 29, 33], "administratoriui": [26, 31], "administratoriumi": 31, "administratori\u0173": 21, "administravimo": 24, "adresa": 20, "adreso": 20, "adresu": 20, "adres\u0105": [20, 28], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 7, 8, 12, 15, 20, 29, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alternatyvi": 20, "alwai": [7, 15, 19, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 21, 26, 27, 28, 29, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anks\u010diausiai": 24, "anoniminio": 29, "anonimini\u0173": [23, 30], "anonimi\u0161kai": 20, "anonym": [29, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "api": [20, 24, 26, 33], "aplank": [20, 24], "aplanka": [20, 24], "aplanku": [20, 26, 28], "aplank\u0105": [20, 24, 29, 33], "aplank\u0173": [20, 26], "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 29, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [51, 76], "approxim": 9, "apra\u0161yta": 25, "apra\u0161yti": 20, "apribojimai": 26, "apribojim\u0173": 31, "apsaugota": 20, "apsaugoti": 26, "apsaugotu": 20, "apskai\u010diuoja": 24, "apskai\u010diuojama": 33, "apskritimo": 39, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arba": [20, 24, 26, 28, 29, 31], "arbitrari": 19, "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 50, 66, 72, 80], "artifici": 1, "ask": [9, 19, 27, 35, 37, 40, 41, 44, 45, 50, 62, 66], "asmenimi": 26, "asmenini": 20, "asmeniniai": 24, "asmenin\u0119": 20, "assign": [21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atidarykit": 20, "atidaryti": 26, "atidarytum\u0117t": 20, "atjungti": 20, "atkurti": [26, 39], "atk\u016brima": 26, "atlaisvint\u0173": 24, "atlikit": 28, "atminkit": 20, "atminti": 24, "atnaujina": 26, "atnaujinti": 20, "atnaujintuos": 28, "atpa\u017eint\u0173": 20, "atsidari": 20, "atsieja": 28, "atsijungti": 26, "atsijunkit": 26, "atsisi\u0173sti": [20, 26], "atsisi\u0173stum\u0117t": 39, "atskirai": 25, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "atveju": [20, 26], "atvirojo": 20, "at\u0161aukit": 26, "audio": [21, 62, 72, 73], "autentifikavima": 20, "autentifikuojama": 20, "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 27, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "automatinio": 39, "automatin\u012f": 39, "automati\u0161kai": [20, 26, 28], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 35, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "baigiasi": 24, "baigta": 29, "bandanti": 26, "bandwidth": 19, "bandydami": 20, "bar": [0, 1, 19, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "bazini": 20, "baz\u0117j": [26, 33], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "bei": 21, "being": [7, 12, 15, 19, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 41, 42, 44, 51, 65], "bendra": [20, 33], "bendrin": [24, 26, 28, 33], "bendrina": [24, 33], "bendrinama": 20, "bendrinami": 33, "bendrinamo": 26, "bendrinamu": [20, 33], "bendrinam\u0105": [26, 28], "bendrinam\u0173": [20, 26], "bendrinima": [28, 33], "bendrinimai": 20, "bendrinimo": [20, 28, 33], "bendrinimu": [20, 26], "bendrinim\u0105": [20, 26, 28], "bendrinkit": 26, "bendrinti": [21, 24, 26, 28], "bendruomen\u0117": 20, "besid": 19, "best": [10, 14, 18, 41, 83], "bet": [20, 24, 26, 28], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 33, 42], "binari": [8, 15], "bit": [12, 14], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bu": [20, 24, 26, 29], "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "buvo": [20, 24], "byte": [9, 11, 20], "b\u016bda": [20, 26], "b\u016bdai": 20, "b\u016bdami": 20, "b\u016bdu": [20, 24, 26, 29, 39], "b\u016bseno": 20, "b\u016bsen\u0105": 20, "b\u016bsite": 26, "b\u016bti": [20, 26, 33], "b\u016bt\u0173": [20, 24, 26], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 29, 36, 41, 42, 44, 56, 82], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 35, 36, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 25, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 26, 33, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 28, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "config_sample_php_paramet": 33, "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "configuration_fil": 26, "configuration_serv": 33, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": 17, "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 27, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 36, 39, 41, 53, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": 15, "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 25, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 35, 38, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dabar": [20, 29], "dabartin": 20, "dai": [0, 11, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dalinkit\u0117": 26, "dalyti": 26, "dal\u012f": 20, "dar": [26, 33], "darbalaukio": 20, "darbalaukyj": 20, "darbui": 20, "dark": 80, "daryti": [20, 26], "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dato": 24, "daugiau": [20, 24, 33, 39], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "da\u017enai": 20, "db": 8, "de": 12, "debes\u012f": 28, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50, 69], "dedikuotojo": 20, "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 33, 36, 39, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 21, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 44, 80], "desir": [12, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 27, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "de\u0161iniuoju": 20, "de\u0161in\u0117j": 39, "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogo": 28, "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 44, 60], "dideli\u0173": [22, 30], "didesni": 33, "didesni\u0173": 31, "did\u017eiausi\u0105": 20, "diegimuos": 28, "dien\u0173": [24, 33, 39], "differ": [0, 7, 8, 10, 19, 21, 35, 41, 42, 44, 69, 70, 81], "digest": 0, "digit": 35, "direct": [20, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26], "diska": 20, "disko": [20, 33, 39], "disku": 20, "diskui": 20, "disk\u0105": 20, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": [26, 33], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dokumentacijoj": [20, 24, 33], "dolphin": 19, "domain": [44, 47], "domeno": 20, "don": [5, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [20, 36, 41], "drive_path": 20, "droid": 45, "drop": [12, 21, 29, 35, 56], "dropdown": [27, 49, 82], "due": [12, 15, 35, 37], "duomeni": [20, 26, 33], "duomen\u0173": [26, 33], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dydi": 33, "dyd\u012f": 20, "dyd\u017ei\u0173": 31, "dynam": 9, "dyslexia": 80, "d\u0117l": 20, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 44, 58, 80], "effect": [15, 35, 81], "effici": 44, "eikit": [20, 28], "eilut\u0117": 20, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "eiti": 20, "ekran": 20, "elaps": 60, "element": [58, 60, 66, 80], "elementa": 20, "elemento": 20, "element\u0105": 20, "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 20, 26, 27, 30, 47, 49], "encryption_configur": 26, "end": [19, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "eng": 20, "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 41, 44, 80], "enter": [1, 2, 14, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esam\u0105": 20, "esanti": 26, "esant\u012f": 24, "esan\u010diu": [20, 24], "esan\u010di\u0105": [20, 39], "esan\u010di\u0173": 20, "esc": 60, "escap": 80, "esm\u0117": [26, 28], "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 36, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": 20, "excel": 29, "except": [44, 69], "exchang": 41, "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19], "expand": [19, 44, 80], "expect": [2, 19, 44], "experi": [18, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 44], "extern": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 24, 44], "faila": [20, 24], "failai": [20, 21, 28, 33], "failam": [24, 26], "failo": [20, 26, 39], "failu": [20, 21, 24, 25, 26, 28, 31, 33], "failuos": 26, "failur": [9, 12], "fail\u0105": [20, 24, 26, 28], "fail\u0173": [22, 28, 30, 32, 33], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "federuota": 28, "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 31, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 15, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 21, 25, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": 5, "form": [1, 26, 35, 42, 44, 45], "forma": 28, "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "formo": [28, 39], "forth": [1, 41], "forward": [41, 69, 76], "found": [41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 40, 41, 53, 60, 80], "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 35, 36, 37, 38, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 42, 81], "funkcija": [20, 21, 26, 29], "funkcijo": 20, "funkcij\u0105": [20, 26, 29], "funkcij\u0173": 20, "further": [10, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 41, 45, 49, 51], "galerija": 26, "gali": [20, 24, 26, 33], "galiausiai": 20, "galima": 20, "galimybi\u0173": 26, "galimyb\u0117": 26, "galimyb\u0119": [20, 21], "galiojimo": [24, 39], "galit": [20, 21, 26, 28, 29, 39], "gali\u0173": 24, "gal\u0117": 26, "gal\u0117jo": [24, 33], "gal\u0117sit": 20, "gal\u0117ti": 20, "gal\u0117t\u0173": 26, "gatewai": [8, 69], "gausit": [20, 29], "gauti": 20, "gav\u0117ja": [24, 28], "gav\u0117jo": 24, "gb": [11, 20], "gear": [42, 51], "gelton\u0105": 26, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 37, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "grei\u010diausiai": [20, 26], "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "grupi\u0173": 26, "grup\u0117": 20, "grup\u0117m": 33, "grup\u0119": 26, "gr\u0105\u017einti": 26, "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 21, 25, 27, 33, 35, 36, 38, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 21, 25, 28, 29, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 15, 16, 18, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hkey_local_machinesystemcurrentcontrolsetserviceswebclientparamet": 20, "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "hood": 15, "horizont": [2, 44], "host": 9, "hour": [0, 12, 16, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 41, 42, 44], "hr": 9, "href": 20, "html": [26, 33, 41], "http": [8, 9, 11, 12, 20, 26, 33, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 29, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70, 81], "identifi": [15, 19, 41, 54, 60], "identi\u0161ki": 26, "ifram": 41, "ignor": [8, 12, 41], "iki": [20, 31, 33], "ilgesni": 20, "iliustruoja": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 80], "increment": 41, "indeksa": 26, "independ": [0, 12, 41], "index": [12, 41], "indic": [19, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 27, 41, 42, 44, 53, 54, 72], "individualiai": 26, "individualiu": 26, "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 21, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informacija": 20, "informacijo": [20, 24, 33], "informacij\u0105": [20, 33], "inherit": 42, "inhibit": 8, "ini": 9, "inicijuoti": 26, "initi": [35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "integruoti": 20, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "internetin\u0117": 20, "interneto": 20, "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": [21, 22, 24, 26, 28, 29, 30, 31, 33], "irrevers": 41, "issu": [14, 25, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 33, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "i\u0161": [20, 21, 24, 26, 28], "i\u0161bandykit": 20, "i\u0161eiti": 20, "i\u0161jungia": 26, "i\u0161jungta": 20, "i\u0161jungti": 21, "i\u0161orin\u012f": 26, "i\u0161or\u0117": 26, "i\u0161pl\u0117tima": 20, "i\u0161saugokit": 20, "i\u0161saugomi": 20, "i\u0161saugoti": 20, "i\u0161saugot\u0105": 20, "i\u0161skleid\u017eiamajam": 20, "i\u0161skleid\u017eiam\u0105j\u012f": 20, "i\u0161skleiskit": 20, "i\u0161skyru": 20, "i\u0161tekliu": 20, "i\u0161trin": 24, "i\u0161trina": [24, 39], "i\u0161trinama": 24, "i\u0161trinti": [21, 24, 33, 39], "i\u0161trintiem": 24, "i\u0161trint\u0173": [30, 32, 33], "i\u0161trynimo": 24, "i\u0161\u0161ifruoja": 26, "i\u0161\u0161ifruoti": 26, "jai": 26, "jam": 20, "jame": 20, "jei": [20, 21, 24, 26, 29, 31, 33, 39], "ji": [20, 24, 26, 33, 39], "jie": [20, 26, 28], "jiem": [26, 28], "jo": [20, 24, 25, 26], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joje": 20, "joke": 42, "jokio": 20, "joki\u0173": 28, "jpg": 20, "json": 56, "ju": 26, "jum": [20, 26, 31], "jumi": [24, 33], "jump": [2, 15, 21], "jungti": 20, "jungt\u012f": 20, "juo": 24, "juostoj": [20, 28], "juost\u0105": 26, "just": [2, 5, 12, 18, 21, 27, 41, 45, 50, 66, 72, 80, 81], "j\u0105": [20, 26, 29, 39], "j\u012f": [20, 26, 28, 33], "j\u016bs\u0173": [20, 21, 24, 26, 33], "j\u0173": [20, 21, 24, 33], "ka": 39, "kad": [20, 24, 26, 29, 33, 39], "kada": [26, 28], "kadangi": [20, 31], "kaddressbook": 48, "kai": [20, 26, 28, 29, 33, 39], "kaip": [20, 28, 33], "kair\u0117j": 20, "kalendar": 48, "kalendoriau": 33, "kanban": 43, "karto": 24, "kart\u0105": [20, 24, 26, 39], "kasdien": 39, "katalog": 20, "katalogai": 20, "katalogo": 20, "katalogu": 28, "katalog\u0105": 20, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 38, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 81, 83], "keleta": 26, "kelia": 26, "keliai": 20, "keli\u0105": 20, "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kiek": 26, "kiekviena": 26, "kiekvien\u0105": [20, 24, 39], "kintamuosiu": 31, "kitai": [24, 28], "kiti": [24, 33], "kitiem": 33, "kito": 20, "kitomi": 20, "kitu": [20, 24], "kituos": 28, "kit\u0105": 20, "klaida": 20, "klaido": 20, "klaid\u0105": 20, "klavi\u0161u": 20, "klavi\u0161\u0105": 28, "klient": 20, "klienta": 20, "klientu": 20, "klient\u0105": [20, 31], "klient\u0173": 20, "know": [28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kodo": 20, "kok\u012f": 20, "kol": [20, 24, 33, 39], "komandin\u0117": 20, "komando": 20, "komand\u0105": 20, "komentar\u0105": 20, "kompiuteri": 20, "kompiuterio": [20, 24], "kompiuteriu": 25, "kompiuteryj": 20, "kompiuter\u012f": 20, "konfig\u016bracijo": [20, 31], "konfig\u016bracijoj": 20, "konfig\u016bracij\u0105": 26, "konfig\u016bruoj": 20, "konkre\u010di\u0105": 39, "kontact": [6, 43], "kontakt\u0173": 33, "kopijo": 24, "kopijuoti": [20, 24], "koreguojamo": 39, "korgan": 48, "kreipkit\u0117": 21, "kubuntu": 19, "kur": 20, "kuri": [20, 24, 26, 33], "kuria": 20, "kuriai": 20, "kuriam": [20, 26, 28], "kuriant": 20, "kurio": [20, 21, 26, 33], "kuriomi": 26, "kuriuo": [20, 24], "kuri\u0105": [20, 26], "kuri\u0173": 24, "kurti": [20, 21, 28], "kur\u012f": [20, 28], "kvota": [24, 30, 32], "kvoto": 33, "kvot\u0105": [24, 33], "kvot\u0173": 24, "kwallet": 14, "kyla": 20, "k\u0105": 28, "k\u016brima": [23, 30], "label": [20, 26, 36, 41, 51], "laika": 24, "laikinai": 20, "laikini": 33, "laiko": [24, 26, 39], "laikom": 39, "laikomi": 24, "laikot": 20, "laikotarp\u012f": [24, 33], "laikui": 24, "laisvo": [24, 39], "laisv\u0105": 24, "land": [2, 42], "langa": 20, "langel\u012f": 20, "languag": [1, 44, 64, 82], "lang\u0105": 28, "larg": [29, 44, 53, 65], "larger": 19, "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 26, 33, 52, 83], "latter": 46, "lauk": 20, "lauk\u0105": [20, 28], "launch": [7, 12, 14, 16, 19, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "leidimu": 20, "leid\u017eia": [20, 26, 28], "leid\u017eiam\u0105": 24, "leid\u017eianti": 20, "leid\u017eiat": 33, "length": 41, "lengvai": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 21, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "likt\u0173": 26, "likusi\u0105": 20, "limit": [12, 15, 19, 20, 31, 37, 41, 42, 69, 83], "limita": [24, 31], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": 5, "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 41, 44, 54, 69, 80, 83], "main_pag": 20, "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 25, 28, 29, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "maksimalio": 20, "maksimali\u0105": 24, "manag": [5, 6, 7, 12, 14, 15, 17, 20, 21, 27, 30, 31, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manonextcloud": 20, "manual": [6, 7, 12, 13, 14, 15, 27, 36, 44, 45, 48, 49, 50, 58, 62, 79], "map": 20, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "mati": 26, "matoma": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 41], "mayb": 41, "ma\u017eesnio": 33, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabait\u0173": 31, "member": [2, 5, 35, 69], "membership": [42, 82], "memori": 1, "meniu": 20, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "metadata": 19, "metaduomeni": 33, "method": [7, 27, 41, 42, 45, 58, 81], "metoda": 20, "metod\u0105": 28, "metu": [20, 24, 39], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": 41, "miniati\u016bro": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "minut\u0119": 39, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 20, 25, 38, 41, 42, 73, 81, 82], "mobilieji": 20, "mobili\u0105sia": 20, "mobili\u0173j\u0173": [22, 30], "mobil\u0173j\u012f": 20, "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "model\u012f": 39, "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "modifikuoti": 31, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 36, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mygtuka": 28, "mygtuku": [20, 29], "mygtuk\u0105": [20, 28], "mynextcloud": 48, "m\u0117gstamiausi": 21, "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "nam\u0173": 20, "nariai": 20, "narrow": [0, 76, 83], "nar\u0161ykli\u0173": 20, "nar\u0161ykl\u0117": 20, "nar\u0161ykl\u0119": 20, "nar\u0161yti": 20, "nar\u0161ytum\u0117t": 20, "nativ": 50, "natur": 42, "naudinga": [20, 31, 33], "naudo": 26, "naudodama": 26, "naudodami": [20, 21, 29], "naudoj": [22, 30], "naudoja": [20, 26], "naudojama": [20, 26], "naudojamo": 26, "naudojanti": 20, "naudojantiai": 28, "naudojima": 25, "naudojimo": [20, 24], "naudokit": [20, 28], "naudoti": [20, 25, 26, 29], "naudotojai": 28, "naudotojam": 20, "naudotojo": 26, "naudotoj\u0173": [24, 33], "nauja": [24, 39], "naujesni": 20, "nauji": 24, "naujiem": 24, "naujo": [20, 26], "nauju": 20, "naujuos": 28, "nauj\u0105": [24, 26, 28], "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "ne": [20, 24, 26], "nearli": 10, "neatskleid\u017eiami": 26, "nebu": [24, 26, 39], "necessari": [19, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "negali": 26, "negalima": 20, "negal\u0117": 26, "negal\u0117sit": 26, "nei": [20, 24, 31, 33, 39], "nei\u0161trin": 24, "nei\u0161trina": [24, 28], "nelaukdami": 39, "nemo": [19, 20], "nenaudoja": 39, "neoptimizuoti": 20, "nepaisyt\u0173": 33, "nepakeit\u0117": 26, "nepalaikyti": 20, "nepasiekiama": 20, "nepavyksta": 20, "nepavykti": 20, "neplanuojama": 26, "nepraraskit": 26, "neprisijung\u0119": 20, "neprivalom\u0105": 20, "nereikia": 26, "nereik\u0117": 20, "nerekomenduojama": 20, "nesijungia": 20, "nest": 12, "nesuk\u016br\u0117": 26, "net": [8, 20], "netrc": 8, "neturi": 24, "neturit": 26, "netur\u0117": 26, "network": [9, 11, 15, 20, 27, 42, 50], "neu\u017e\u0161ifruota": [20, 33], "neu\u017e\u0161ifruoti": 33, "neu\u017e\u0161ifruot\u0105": 20, "never": [38, 41, 69], "nevir\u0161yt\u0173": 24, "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "ne\u012fdiegti": 20, "ne\u012fgalinta": 26, "ne\u012fkeliama": 24, "ne\u012fmanoma": 20, "ne\u012fskai\u010diuojami": [24, 33], "ne\u012fskai\u010diuojamo": 33, "ne\u0161ifruojami": 26, "ne\u0161iojam\u0105j\u0105": 20, "nice": 5, "nick": 5, "niekada": [26, 39], "nieko": 26, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 49, 82], "none": [44, 47, 51], "nor": [20, 21, 26], "norima": 20, "norint": [20, 31], "norit": [20, 26, 28], "normal": [7, 9, 19, 41, 44, 66], "nor\u0117dami": [20, 25, 28, 31, 39], "note": [2, 4, 35, 41, 42, 44, 51, 76], "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 41, 42, 44, 45, 46, 47, 48, 66, 81], "nukopijuokit": 20, "numatytasi": 31, "numatytieji": 31, "numatytuosiu": [24, 28, 31], "numatyt\u0105j\u012f": 26, "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "nuo": [20, 24, 26], "nuoroda": [20, 28], "nuorod\u0105": 29, "nuotolini": 28, "nuotoliniai": 20, "nuotolinio": 28, "nuotoliniu": 26, "nuotoliniuos": 20, "nuotolini\u0173": 28, "nuotolin\u0117": [20, 26], "nuotolin\u0117s": 26, "nuotolin\u0119": 20, "nuotolin\u012f": [20, 28], "nurodydami": 20, "nurodykit": 20, "nurodymo": 20, "nurodymu": 20, "nurodyti": 20, "nusi\u0173sti": 29, "nuskaityti": 26, "nustatydama": 24, "nustatyk": 26, "nustatykit": 20, "nustatymai": 20, "nustatymu": [24, 28, 31], "nustatysit": 20, "nustatyta": 33, "nustatyti": [24, 26, 31], "nustat\u0117t": 20, "nutikti": 26, "nutr\u016bksta": 20, "n\u0117ra": [20, 24, 26, 31], "o": [8, 20, 24, 26], "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": [0, 10, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 27], "oficialia": 20, "oficialiu": 20, "oficiali\u0173": 20, "often": [0, 41], "ok": 20, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 80], "oldest": 44, "omenyj": 26, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 35, 36, 38, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 27, 28, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "operacijom": 20, "operacin": 20, "operacin\u0117j": 20, "operacin\u0117s": 20, "opportun": 12, "opt": [9, 44], "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "originali\u0105": 20, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 20, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "pabaigo": 39, "pabaigoj": 20, "packag": [7, 8, 14, 17, 19, 20], "padaryti": 28, "padarytum": 26, "padidinti": [20, 31], "pagal": [24, 26, 28, 31, 33, 39], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pageidauj": 20, "pagrindinio": 20, "pagrindiniu": 26, "pagrindin\u0117": 26, "pagrindu": 20, "paie\u0161ko": 26, "pakartotinai": [21, 33], "pakartotini": 33, "pakatalogyj": 20, "pakeiskit": 20, "pakeista": 41, "pakeisti": [20, 24, 26], "pakeit\u0117": 26, "palaikan\u010dia": 20, "palaiko": 20, "paleidimo": 20, "paleid\u017eiama": 20, "paleisdami": 20, "paleiskit": 20, "paleisti": [20, 26], "paliek": 20, "pamati": 28, "pamatysit": [26, 29], "pamatytum\u0117t": 20, "pamesit": 26, "pametu": 26, "pamir\u0161k": 26, "panaikinkit": 20, "pana\u0161au": 26, "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "paprasta": [26, 29], "papra\u0161yti": 26, "parallel": [11, 15, 19], "paramet": [20, 52], "parametr\u0105": 24, "parent": [19, 21, 42, 58], "parinkti": [20, 26], "parinkt\u012f": 20, "parodoma": 20, "parodyta": 20, "part": [2, 5, 12, 42, 44, 60, 69], "parti": [12, 20, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pasiekia": [24, 39], "pasiekta": 24, "pasiekti": [20, 21, 26], "pasikei\u010dia": 28, "pasinaudoti": 26, "pasira\u0161yt\u0105": 20, "pasirenkama": 26, "pasirinkit": 20, "pasirinkta": 20, "pasirinkti": [20, 26], "pasirodi": 20, "pasirodo": 20, "paskirstyta": 20, "paskirti": 26, "paskyro": 20, "paskyroj": 26, "paskyr\u0105": 20, "paslapti": 20, "paslauga": 20, "paslaugo": 20, "paslaug\u0105": 20, "paslaug\u0173": [20, 26], "paspaudu": 20, "paspauskit": 20, "paspausti": 28, "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "pat": [20, 39], "patariama": 26, "pateikdami": 26, "pateikiamu": 20, "pateiktam": 20, "pateikti": 29, "pateiktuos": 20, "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "patikrinkit": 20, "patikrinti": 20, "pattern": [8, 19, 39, 44], "patvirtin": 28, "patvirtinimo": 28, "pat\u012f": 20, "paus": 19, "pavadinimai": [26, 29], "pavadinimo": 20, "pavadinimu": [20, 26], "pavadinim\u0105": [20, 39], "pavadintam": 20, "pavojinga": 26, "pavyzdyj": 20, "pavyzd\u017eiui": 20, "pavyzd\u017eiuos": 20, "pa\u0161alinti": [26, 28], "pa\u017eym\u0117": 28, "pa\u017eym\u0117kit": 20, "pa\u017eym\u0117tam": 20, "pdf": 21, "peer": 2, "pel\u0117": 20, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 26, 31, 33, 41, 42, 45, 60], "perdavimui": 20, "perduoti": 20, "pereikit": 20, "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perkeliama": [20, 24], "perkelta": 24, "perkelti": [20, 24], "perkraukit": 20, "perkrovim\u0173": 20, "perman": [4, 12, 15, 24, 41, 69], "permiss": [37, 42, 45, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 10, 20, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "pervadinti": 24, "per\u017ei\u016bro": 26, "per\u017ei\u016br\u0117kit": 20, "per\u017ei\u016br\u0117ti": 21, "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "piktogram\u0105": 28, "pim": [46, 50], "pin": 15, "pirm\u0105": [26, 39], "pirm\u0105j\u0105": 39, "pirm\u0105sia": 39, "pirm\u0173j\u0173": 39, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [41, 48], "planuoj": 20, "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "pl\u0117tini": 20, "po": [20, 39], "point": [10, 14, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 44, 47], "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 48], "ppa": 8, "pradinio": 33, "pradin\u0117": 20, "praleiskit": 20, "prane\u0161ima": 20, "prane\u0161im\u0105": [20, 26], "prane\u0161\u0117": 20, "prarasit": 26, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "pridedama": 24, "prid\u0117kit": 20, "prid\u0117ti": [20, 26, 28], "prie": [22, 26, 28, 30], "prieiga": [22, 30, 31], "prieigo": 26, "prieig\u0105": [20, 26], "prieinamo": 24, "prieinamu": 20, "prievada": 20, "prievad\u0105": 20, "prijungia": 20, "prijungiama": 20, "prijungimo": 20, "prijungti": [20, 28], "prijungto": 26, "prijungtum\u0117t": 20, "priklauso": 20, "priklausomai": 26, "primari": [44, 80], "primygtinai": 20, "princip": [47, 51], "princip\u0105": 26, "prior": 7, "prisijungdami": 20, "prisijungian\u010dio": 20, "prisijungima": 20, "prisijungimo": [20, 26], "prisijungimui": 20, "prisijungsit": 26, "prisijungti": [20, 26], "prisijungu": [20, 26], "prisijung\u0119": 20, "prisijunkit": [20, 26], "priskiria": 20, "priskirti": 20, "priskirtum\u0117t": 20, "priskyrimo": 20, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "priva\u010diam": 26, "priva\u010diu": 26, "priva\u010di\u0173": 26, "priversti": 26, "privileg": 7, "pro": 81, "problem": [11, 12, 15, 81], "problema": 26, "problem\u0173": 20, "proc": 12, "proce": 44, "procedur": 50, "proceso": 39, "process": [8, 12, 41, 44, 52, 62], "proces\u0105": [20, 39], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "programa": [24, 26], "programo": 33, "programoj": 20, "program\u0105": 25, "program\u0117l": 20, "program\u0117l\u0117": [26, 39], "program\u0117l\u0119": [20, 26], "program\u0173": 26, "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 49], "properti": 42, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "protokolo": 20, "protokolu": 20, "protokol\u0105": 20, "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [20, 21, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": 40, "push": [0, 60, 80], "puslapyj": 26, "puslap\u012f": [20, 26, 28, 29], "pus\u0117j": [20, 30, 34], "put": 69, "pvz": [20, 26, 33], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "raid": 20, "rais": [11, 80], "rakta": 26, "raktai": [26, 33], "raktu": 26, "raktui": 26, "rakt\u0173": 26, "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rankiniu": [20, 24, 29, 39], "rasit": [20, 24, 33], "rasti": 20, "rate": [41, 48], "rather": [20, 50], "ra\u0161yti": 20, "re": [5, 12, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "receiv": [0, 1, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recognis": 15, "recommend": [15, 20, 44], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "redaguokit": 20, "redaguoti": [20, 21, 33], "redaktori\u0173": 20, "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registr": 20, "registravimo": 20, "registri": [7, 12, 20], "registruoja": 20, "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reikalauja": 20, "reikalinga": [20, 31], "reikia": [20, 26, 28, 31], "reikiama": 20, "reik\u0117": 20, "reik\u0161m\u0117": [20, 24], "reik\u0161m\u0119": [20, 24], "rei\u0161kia": 20, "reject": [37, 41], "rejoin": 69, "rekomenduojam": [20, 25, 31], "rekomenduojama": 20, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 6, 7, 8, 15, 27, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": [10, 15], "resourc": [42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": 25, "restart": [7, 15], "restor": [15, 24, 41], "restrict": [6, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "riboja": [20, 31], "rib\u0105": [20, 24, 39], "rich": [1, 50], "right": [1, 15, 19, 20, 35, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "rodo": 20, "rodoma": 20, "rodykl\u0119": [28, 39], "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "ry\u0161i": 20, "ry\u0161iai": 20, "ry\u0161iam": 20, "ry\u0161io": 20, "ry\u0161iu": 20, "ry\u0161iuos": 20, "ry\u0161i\u0173": 20, "ry\u0161\u012f": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 69, 81], "sai": 10, "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "saugiam": 20, "saugo": [33, 39], "saugojimo": [24, 30, 32], "saugoma": 20, "saugomi": 26, "saugomu": 20, "saugom\u0173": 39, "saugoti": [20, 26], "sauguma": 20, "saugumo": 26, "saugykla": 20, "saugyklo": [26, 33], "saugyklos": 26, "savait\u0119": 39, "savaranki\u0161kai": 20, "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "savininka": 26, "savininkam": 26, "savininko": [24, 26, 33], "savininkui": 20, "savinink\u0105": 20, "savo": [20, 21, 24, 26, 28], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenariju": 24, "scenario": 10, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 21, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": 51, "sekcij\u0105": 20, "sekund": 39, "sekund\u0119": 39, "sekund\u017ei\u0173": 39, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "senesn": 28, "senesni": 24, "senesn\u0117": 33, "senesn\u0117s": 20, "seni": 26, "seniausi": 33, "seniausia": 39, "seniausiomi": 24, "seniausiu": 24, "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "senum\u0105": 24, "sen\u0105": 26, "sen\u0117jimo": 33, "separ": [0, 1, 41, 42, 44, 49, 81, 82], "sertifikata": 20, "sertifikato": 20, "sertifikat\u0105": 20, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "serveri": 20, "serveriai": 28, "serverio": [20, 21, 24, 28, 30, 34], "serveriu": 20, "serveriui": [20, 26], "serveriuos": [20, 28], "serveri\u0173": 28, "serveryj": [20, 26], "server\u012f": [20, 26], "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 20, 29, 30, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 27, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siekiant": 24, "siev": 44, "sign": [19, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [35, 39, 44, 50, 81], "sinchronizacij\u0105": 20, "sinchronizavima": [22, 30], "sinchronizavimo": 20, "sinchronizuoti": [20, 25], "sinchronizuotum\u0117t": 20, "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sintaks\u0117": 20, "sip": 69, "sistema": 20, "sistemo": 20, "sistemoj": [20, 21, 24], "sistemom": 25, "sistemos": 20, "sistem\u0105": 20, "sit": 19, "situat": [10, 11], "siuntimo": 29, "size": [9, 11, 19, 20, 31, 42, 80], "si\u016bloma": 26, "skaityti": 20, "skai\u010diu": [33, 39], "skiltyj": 20, "skip": [11, 60, 80], "skipupdatecheck": 7, "skiria": 24, "skirta": 20, "skirtojo": 26, "skirtuk": 20, "skirt\u0105": 25, "sklandu": 26, "skriptuoti": 20, "skript\u0105": 26, "skyriuj": 26, "slapta\u017eod\u012f": 20, "slapta\u017eod\u017eio": 20, "slapta\u017eod\u017eiu": 26, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [20, 35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "spauskit": 20, "speak": 72, "speaker": 62, "special": [15, 17, 18, 29, 51, 69], "special\u0173": 26, "specif": [0, 6, 8, 12, 15, 17, 27, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "sprendimai": 20, "spustel\u0117dami": [20, 28], "spustel\u0117kit": [20, 28, 29, 39], "spustel\u0117ti": 28, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacionariuoju": 25, "stacionari\u0173j\u0173": [22, 30], "stack": 44, "stai": [41, 44, 59], "standard": [8, 14, 15, 41, 80], "stand\u017eiojo": 20, "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": 19, "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "stebuklingai": 26, "stebukling\u0173": 24, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 39, 42, 44, 45, 81], "straipsnyj": 20, "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "structur": [2, 3, 21, 42], "strukt\u016bro": 26, "style": 43, "su": [20, 24, 25, 26, 28, 29, 31, 33], "sub": [24, 45], "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "sud\u0117tinga": 24, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "sukonfig\u016bravo": 33, "sukonfig\u016bruota": 31, "sukonfig\u016bruoti": 20, "sukuri": [28, 33], "sukuriama": 39, "sukurkit": 20, "sukurti": [20, 28], "sukurtum\u0117t": 26, "sukurt\u0173": 20, "suma\u017e\u0117ja": 33, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "suprasti": 33, "sure": [12, 17, 39, 41, 47, 49, 60, 81], "susiduri": 20, "susidursit": 26, "susiejima": 20, "susietam": 20, "susieti": 20, "susiet\u0105": 28, "susisiekit": [20, 31], "suteikdami": 20, "suteikia": 20, "suteikti": 39, "su\u017einokit": 26, "svarbiomi": 20, "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "syntact": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "s\u0105ra\u0161\u0105": [20, 24], "s\u0105saj\u0105": 21, "t": [5, 10, 14, 20, 39, 41, 42, 44, 46, 66, 80, 81], "ta": 20, "tab": [0, 1, 12, 19, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tada": [20, 26], "tag": [0, 21, 30, 32], "tai": [20, 24, 28], "taikoma": 26, "taip": [20, 24, 26, 33, 39], "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talpykla": 33, "tam": 31, "tampa": [20, 24], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "ta\u010diau": [24, 26, 33], "ta\u0161ka": 20, "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "teikiami": 20, "teik\u0117ja": 26, "teik\u0117jam": 26, "teik\u0117ju": 20, "teisingai": 20, "teisi\u0173": 20, "teksto": 26, "tekstu": 26, "tekti": 26, "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporarili": [12, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termin": 15, "termina": 33, "test": [9, 10, 12, 14, 18, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 20], "those": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "ti": [28, 33], "tick": 62, "tie": 26, "tiek": [20, 24, 33], "tiesiog": 26, "tiesiogiai": 26, "tiesiogin": 28, "tik": [20, 24, 26, 28, 31], "tikrina": 24, "tikru": 31, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 35, 36, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": 37, "timezon": 41, "tinkamai": 20, "tinkam\u0105": 20, "tinkam\u0173": 31, "tinkla": 20, "tinklai": 20, "tinklo": 20, "tip\u0105": 20, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "tod\u0117l": [20, 21, 26], "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "tokia": 20, "tokiu": 26, "tok\u012f": 20, "toliau": [20, 26, 28], "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tre\u010diosio": 20, "tre\u010di\u0173j\u0173": 26, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47, 48], "trynima": 24, "tr\u016bksta": 21, "tt": 5, "tue": 20, "tumblr": 42, "tunel\u012f": 20, "tuo": [20, 24, 26], "turi": [20, 21, 26, 28, 39], "turimo": 39, "turinio": 20, "turit": [20, 26], "turn": [9, 44, 50, 75], "tur\u0117tum": 26, "tur\u0117tum\u0117t": 20, "tur\u0117t\u0173": 20, "tvarkykit": 26, "tvarkykl\u0117mi": 20, "tvarkykl\u0119": 20, "tvarkyma": [30, 32], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 21, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "t\u0105": [20, 26], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "unikaliam": 26, "uninstal": [6, 13], "unintend": 9, "uniqu": [41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 27, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 19, 27, 29, 31, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44, 47], "utf": 20, "util": 44, "u\u017e": 24, "u\u017ebaikit": 20, "u\u017edarykit": 20, "u\u017eima": 33, "u\u017ekirsti": 24, "u\u017epildykit": 20, "u\u017etikrinta": 20, "u\u017etikrinti": [20, 24], "u\u017etruk": 26, "u\u017e\u0161ifruoti": 33, "u\u017e\u0161ifruotum\u0117t": 26, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "vadov": 25, "vaizd\u0173": 26, "valanda": 39, "valand\u0105": 39, "valdyma": [20, 30, 32, 33], "valdymo": [24, 33], "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 19, 42, 44], "var": 16, "varda": [20, 26], "vardo": 20, "vardu": 20, "vard\u0105": [20, 28], "vari": 80, "variabl": [6, 9, 10, 13, 41], "varieti": [81, 82], "variou": [41, 42], "vartotoja": 26, "vartotojai": [24, 26, 28, 33], "vartotojam": [20, 31, 33], "vartotojas1": 24, "vartotojas2": 24, "vartotojas3": 24, "vartotojo": [20, 28, 39], "vartotojo1": 24, "vartotojo3": 24, "vartotoju": [20, 26], "vartotojui2": 24, "vartotojui3": 24, "vcard": 42, "vcf": 42, "ve": [18, 20], "veikia": [20, 26], "veikian\u010di\u0105": 26, "veikl\u0105": [20, 31], "veiksma": 26, "veiksmu": 28, "veikti": 26, "veikt\u0173": 20, "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "versija": [20, 28, 39], "versijai": 39, "versijo": 33, "versijoj": 41, "versijos": 20, "versij\u0105": [20, 39], "versij\u0173": [20, 30, 32, 33], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 39, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "vertinama": 26, "vert\u0117": 20, "vert\u0119": 20, "vi": 33, "via": [4, 6, 10, 15, 21, 29, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "vienint": 26, "vienu": 20, "vien\u0105": 39, "vietiniam": 20, "vietinio": 20, "vietin\u012f": 20, "vieto": [24, 33, 39], "vietoj": 20, "view": [1, 6, 7, 14, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "vie\u0161ai": 20, "vie\u0161oj": 20, "vie\u0161\u0105": 33, "vie\u0161\u0105j\u012f": 20, "virtual": [17, 19, 82], "vir\u0161esni": 24, "vir\u0161ija": [24, 33, 39], "vir\u0161utin\u0117j": 20, "visada": 20, "visai": 26, "visam": [24, 26], "visi": [21, 26, 33], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visiem": 26, "visit": [25, 44], "visitor": 5, "visi\u0161kai": 31, "viska": 28, "viso": 26, "vista": 20, "visu": [20, 26], "visual": [15, 80], "vis\u0105": 20, "vis\u0173": 26, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "vykdykit": 20, "v\u0117l": [20, 24, 26, 39], "v\u0117lesni\u0173": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 27, 28, 35, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [20, 57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winehq": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "ypatingo": 26, "ypatyb": 20, "yra": [20, 24, 26, 33], "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u012f": [20, 21, 24, 28, 29, 33, 39], "\u012fdiegta": 20, "\u012fdiegti": 20, "\u012fdiegtum\u0117t": 20, "\u012fdiekit": 20, "\u012fjungia": 26, "\u012fjungsit": 26, "\u012fjungta": [20, 26, 28, 33], "\u012fjungti": [20, 26], "\u012fjungu": 26, "\u012fjung\u0117": [26, 29], "\u012fjung\u0117t": 20, "\u012fkeliant": 31, "\u012fkelti": [20, 33], "\u012fkeltum\u0117t": 29, "\u012fk\u0117limai": [22, 30], "\u012fk\u0117limo": [29, 31], "\u012fk\u0117limu": 33, "\u012fk\u0117limui": 31, "\u012fk\u0117lim\u0173": [23, 30], "\u012fprastai": 26, "\u012fprastu": 26, "\u012fra\u0161ykit": 20, "\u012fra\u0161\u0105": 20, "\u012frenginiu": 20, "\u012frenginiuos": 20, "\u012frengini\u0173": [22, 30], "\u012frengin\u012f": 20, "\u012fsitikinkit": 20, "\u012fskaitant": 20, "\u012fskai\u010diuojama": 33, "\u012fskai\u010diuojami": [24, 33], "\u012fsp\u0117jam\u0105j\u0105": 26, "\u012fsp\u0117jan\u010di\u0105": 26, "\u012fsp\u0117jimai": 20, "\u012fsp\u0117jim\u0105": 20, "\u012ftraukiami": 24, "\u012ftraukta": 39, "\u012fveskit": [20, 28], "\u012fvesti": 28, "\u012fvest\u0105": 28, "\u012fvyko": 20, "\u0161akniniam": 20, "\u0161aknin\u0117j": 20, "\u0161ali": 20, "\u0161alinami": 33, "\u0161ali\u0173": 26, "\u0161i": [20, 24, 26, 31], "\u0161ia": [20, 21, 28], "\u0161iai": 20, "\u0161iam": 20, "\u0161ie": [26, 33], "\u0161iek": [20, 24, 33], "\u0161ifravima": [30, 34], "\u0161ifravimo": 33, "\u0161ifruojami": 26, "\u0161ifruoti": 26, "\u0161ifruotuos": 20, "\u0161ifruot\u0105": 20, "\u0161ifruot\u0173": 26, "\u0161iuk\u0161liad\u0117\u017e": 24, "\u0161iuk\u0161liad\u0117\u017e\u0117": [24, 28, 33], "\u0161iuk\u0161liad\u0117\u017e\u0117j": [24, 26, 33], "\u0161iuk\u0161liad\u0117\u017e\u0119": 24, "\u0161iuo": [24, 28, 31, 39], "\u0161i\u0105": [20, 24, 26, 39], "\u0161onin\u0117j": [20, 28], "\u0161\u012f": [28, 39], "\u017eemyn": 20, "\u017einiatinklio": [20, 21, 31], "\u017einosit": 20, "\u017emon\u0117mi": 24, "\u017er": [20, 24], "\u017eymomi": 24, "\u017eym\u0105": [20, 39], "\u017eym\u0119": 28}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Turinys", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Prieiga prie \u201eNextcloud\u201c fail\u0173 naudojant \u201eWebDAV\u201c", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "I\u0161trint\u0173 fail\u0173 tvarkymas", "Stacionari\u0173j\u0173 ir mobili\u0173j\u0173 \u012frengini\u0173 sinchronizavimas", "\u0160ifravimas serverio pus\u0117je", "Using external storage", "Using federation shares", "Anonimini\u0173 \u012fk\u0117lim\u0173 k\u016brimas", "Files & synchronization", "Dideli\u0173 fail\u0173 \u012fk\u0117limai", "Managing your files", "Saugojimo kvota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Versij\u0173 valdymas", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonimini\u0173": 29, "anoth": 44, "aplank\u0173": 21, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 26], "arba": 21, "archiv": 69, "assign": [36, 41], "assist": 1, "atk\u016brimo": 26, "atsakyma": 20, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": 60, "ban": 69, "basic": 7, "bendrinami": 24, "bendrinima": 26, "bendrinimo": 21, "bendrinim\u0173": 20, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "b\u016bseno": 21, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": 82, "card": 75, "cardbook": 50, "chang": [12, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": 60, "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "darb\u0105": 26, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [41, 44], "desktop": [13, 19, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "dideli\u0173": 31, "directori": 12, "disk": 11, "disk\u0173": 20, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "duk": 26, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "eilut\u0117j": 20, "eilut\u0119": 20, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "failai": [24, 26], "fail\u0173": [20, 21, 24, 26, 29, 31], "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 30, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "follow": 44, "fonin\u012f": 26, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "galima": 26, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "grotuva": 21, "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 44], "i": [12, 26], "ic": 41, "icon": 19, "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "ir": [20, 25], "issu": 15, "item": 42, "i\u0161jungti": 26, "i\u0161trinami": 24, "i\u0161trint\u0173": 24, "i\u0161trynima": 39, "join": [60, 72], "jung\u010di\u0173": 20, "junk": 44, "ka": 24, "kai": 24, "kaip": [24, 26], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "kito": 26, "klientai": [20, 25], "known": 15, "komandin\u0117j": 20, "komand\u0173": 20, "kompiuteriam": 20, "kontact": 48, "kvota": 33, "kvoto": 24, "k\u016brima": [20, 29], "languag": 12, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": [15, 81], "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "manag": [19, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [45, 60], "mobiliesiem": 20, "mobili\u0173j\u0173": 25, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "move": [12, 44], "multipl": 42, "my": 12, "nativ": 44, "naudoj": [20, 26], "naudojima": 26, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "ne\u0161ifruoti": 26, "note": 69, "notif": [0, 1, 41, 45, 69], "nustatyma": 29, "nutinka": 24, "offic": 40, "oficialio": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "pakeiskit": 26, "parent": 5, "particip": [60, 69], "pasirinkima": 21, "password": 54, "per": 20, "perkelti": 26, "perk\u0117lima": 21, "person": 1, "per\u017ei\u016bra": 21, "phish": 44, "picker": [1, 66], "pictur": 42, "piktogramo": 21, "pin": 76, "planuojama": 26, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "prie": 20, "prieiga": 20, "prioriti": 44, "prisijungim\u0105": 26, "priskyrima": 20, "privaci": 69, "privat": 69, "privatau": 26, "problema": 20, "problemo": 20, "profil": [82, 83], "programo": 20, "program\u0117l\u0117": 24, "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": 35, "publish": 41, "pus\u0117j": 26, "quick": 44, "rais": 60, "rakto": 26, "rakt\u0105": 26, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "saugojimo": 33, "saugyklo": [24, 29], "savo": 29, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "self": 69, "send": [44, 66, 70], "server": [12, 14, 44], "serverio": 26, "set": [0, 1, 19, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "sidebar": [0, 21], "silent": 66, "sinchronizavima": 25, "slapta\u017eodi": 26, "slapta\u017eod\u012f": 26, "slapta\u017eod\u017eio": 26, "smart": [1, 44, 66], "snooz": 44, "some": 12, "sort": 44, "space": 11, "speaker": 65, "specif": 54, "sprendima": 20, "stacionari\u0173j\u0173": 25, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 30, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "tai": 26, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "tre\u010di\u0173j\u0173": 20, "troubleshoot": [15, 49, 51], "turini": 6, "tvarko": 24, "tvarkykl\u0117": 20, "tvarkyma": 24, "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 15, 19, 21, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 35, 41, 53], "u\u017e\u0161ifruot\u0173": 26, "vaizdo": 21, "valdikliai": 21, "valdyma": 39, "variabl": 11, "vartotojo": 26, "versijo": 39, "versij\u0173": 39, "version": 14, "via": [28, 80], "video": 60, "viet\u0105": 24, "view": [0, 21, 41, 55, 65, 78], "vie\u0161\u0173": 20, "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": 45, "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u012f": 26, "\u012fk\u0117lima": 29, "\u012fk\u0117limai": 31, "\u012fk\u0117lim\u0173": 29, "\u012fmanoma": 26, "\u012frenginiam": 20, "\u012frengini\u0173": 25, "\u012fvardijima": 39, "\u0161ali\u0173": 20, "\u0161ifravima": 26, "\u0161ifravimo": 26, "\u0161ifravim\u0105": 26, "\u017einomo": 20}}) \ No newline at end of file diff --git a/server/latest/user_manual/mn/contents.html b/server/latest/user_manual/mn/contents.html index 255d84a0115..50eed14b336 100644 --- a/server/latest/user_manual/mn/contents.html +++ b/server/latest/user_manual/mn/contents.html @@ -179,6 +179,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/mn/desktop/autoupdate.html b/server/latest/user_manual/mn/desktop/autoupdate.html index 58b3b7f2a4d..795a34c7ac5 100644 --- a/server/latest/user_manual/mn/desktop/autoupdate.html +++ b/server/latest/user_manual/mn/desktop/autoupdate.html @@ -83,6 +83,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/mn/desktop/commandline.html b/server/latest/user_manual/mn/desktop/commandline.html index 660e28c4da0..429ee95f433 100644 --- a/server/latest/user_manual/mn/desktop/commandline.html +++ b/server/latest/user_manual/mn/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                    • Install
                    • Usage
                    • @@ -256,7 +257,7 @@

                      Example
                      diff --git a/server/latest/user_manual/mn/desktop/configfile.html b/server/latest/user_manual/mn/desktop/configfile.html index 133c12b7ca1..b2d5056a11e 100644 --- a/server/latest/user_manual/mn/desktop/configfile.html +++ b/server/latest/user_manual/mn/desktop/configfile.html @@ -83,6 +83,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/conflicts.html b/server/latest/user_manual/mn/desktop/conflicts.html index af019c34057..19c47302cf8 100644 --- a/server/latest/user_manual/mn/desktop/conflicts.html +++ b/server/latest/user_manual/mn/desktop/conflicts.html @@ -83,6 +83,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/envvars.html b/server/latest/user_manual/mn/desktop/envvars.html index 0a78694e8d1..c83afd6dbb2 100644 --- a/server/latest/user_manual/mn/desktop/envvars.html +++ b/server/latest/user_manual/mn/desktop/envvars.html @@ -83,6 +83,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/faq.html b/server/latest/user_manual/mn/desktop/faq.html index c6c0f744a8b..51accb1480f 100644 --- a/server/latest/user_manual/mn/desktop/faq.html +++ b/server/latest/user_manual/mn/desktop/faq.html @@ -83,6 +83,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/index.html b/server/latest/user_manual/mn/desktop/index.html index 90995dc3a57..66a2ebebb45 100644 --- a/server/latest/user_manual/mn/desktop/index.html +++ b/server/latest/user_manual/mn/desktop/index.html @@ -83,6 +83,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • @@ -132,6 +133,7 @@

                      Desktop ClientInstallation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/installation.html b/server/latest/user_manual/mn/desktop/installation.html index df1647b07bb..f3f4acdba38 100644 --- a/server/latest/user_manual/mn/desktop/installation.html +++ b/server/latest/user_manual/mn/desktop/installation.html @@ -91,6 +91,7 @@
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/macosfileprovider.html b/server/latest/user_manual/mn/desktop/macosfileprovider.html new file mode 100644 index 00000000000..ca7189291ed --- /dev/null +++ b/server/latest/user_manual/mn/desktop/macosfileprovider.html @@ -0,0 +1,826 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + +
                      + +
                      + +
                      +
                      +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + + +
                      +
                      +
                      ☁️ Хувилбар
                      + +
                      + + 35 (latest) + +
                      + +
                      + + 34 (stable) + +
                      + +
                      + + 33 + +
                      + +
                      + + 32 + +
                      + +
                      +
                      +
                      + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/mn/desktop/macosvfs.html b/server/latest/user_manual/mn/desktop/macosvfs.html index 70a77a9cd84..497d7f7af97 100644 --- a/server/latest/user_manual/mn/desktop/macosvfs.html +++ b/server/latest/user_manual/mn/desktop/macosvfs.html @@ -1,798 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      - - -
                      - -
                      - -
                      -
                      -
                      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      - - - -
                      -
                      -
                      ☁️ Хувилбар
                      - -
                      - - 35 (latest) - -
                      - -
                      - - 34 (stable) - -
                      - -
                      - - 33 - -
                      - -
                      - - 32 - -
                      - -
                      -
                      -
                      - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/mn/desktop/options.html b/server/latest/user_manual/mn/desktop/options.html index 0ab85ffbad4..3d7347c60e1 100644 --- a/server/latest/user_manual/mn/desktop/options.html +++ b/server/latest/user_manual/mn/desktop/options.html @@ -83,6 +83,7 @@
                    • Installation
                    • Uninstallation
                    • Using the Synchronization Client
                    • +
                    • Using the macOS File Provider
                    • Using the Command-Line Client
                    • Command-Line Options
                    • Configuration File
                    • diff --git a/server/latest/user_manual/mn/desktop/uninstallation.html b/server/latest/user_manual/mn/desktop/uninstallation.html index df8e46426b4..a3cf06cbaf3 100644 --- a/server/latest/user_manual/mn/desktop/uninstallation.html +++ b/server/latest/user_manual/mn/desktop/uninstallation.html @@ -91,6 +91,7 @@

                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/mn/desktop/updatechannel.html b/server/latest/user_manual/mn/desktop/updatechannel.html index ed2409c38ac..0213cb119fa 100644 --- a/server/latest/user_manual/mn/desktop/updatechannel.html +++ b/server/latest/user_manual/mn/desktop/updatechannel.html @@ -83,6 +83,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/mn/desktop/usage.html b/server/latest/user_manual/mn/desktop/usage.html index 873e4134934..7948bebba94 100644 --- a/server/latest/user_manual/mn/desktop/usage.html +++ b/server/latest/user_manual/mn/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
                  • General Window
                  • Using the Network Window
                  • Using the Ignored Files Editor
                  • -
                  • Virtual Files on macOS -
                  +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • @@ -382,15 +379,6 @@

                  Using the Network Window -

                  Virtual Files on macOS

                  -

                  For information about using virtual files integration on macOS, see:

                  - - @@ -398,7 +386,7 @@

                  Virtual Files on macOS

                  diff --git a/server/latest/user_manual/mn/objects.inv b/server/latest/user_manual/mn/objects.inv index 4c0e8d7307f..1fd199ec8a6 100644 Binary files a/server/latest/user_manual/mn/objects.inv and b/server/latest/user_manual/mn/objects.inv differ diff --git a/server/latest/user_manual/mn/searchindex.js b/server/latest/user_manual/mn/searchindex.js index 32ce7872798..1c6556bd605 100644 --- a/server/latest/user_manual/mn/searchindex.js +++ b/server/latest/user_manual/mn/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user's password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u0410\u0433\u0443\u0443\u043b\u0433\u0430": [[6, null]], "\u0424\u0430\u0439\u043b & \u0422\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447": [[30, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "But": 24, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 24, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 25, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 24, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24, 33], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alloc": 24, "allow": [0, 7, 8, 12, 15, 20, 24, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 21, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "complic": 24, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 24, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": [24, 33], "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 24, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 24, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 25, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 24, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 30, 33, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 24, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 24, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [24, 39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": [1, 24], "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 28, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 24, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 24, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 24, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [24, 35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 26, 31, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 25, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 24, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 20], "restor": [24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 24, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": [10, 24], "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 25, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 22, 30, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [24, 37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 24, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u0442\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447": 6, "\u0444\u0430\u0439\u043b": 6}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u0410\u0433\u0443\u0443\u043b\u0433\u0430", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "\u0424\u0430\u0439\u043b & \u0422\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 24], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [24, 39, 41, 44], "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "happen": 24, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 24, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 81, "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 24, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": [20, 35], "publish": 41, "quick": 44, "quota": [24, 33], "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 24, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 25, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u0430\u0433\u0443\u0443\u043b\u0433\u0430": 6, "\u0442\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447": 30, "\u0444\u0430\u0439\u043b": 30}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding a public share to your Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Can encryption be disabled without the user's password?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Change color for tags": [[44, "change-color-for-tags"]], "Change private key password": [[26, "change-private-key-password"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees' busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Configuring two-factor authentication": [[81, "configuring-two-factor-authentication"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Considerations": [[81, "considerations"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Desktop Client": [[13, null]], "Desktop and mobile synchronization": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Device-specific passwords and password changes": [[54, "device-specific-passwords-and-password-changes"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Encryption FAQ": [[26, "encryption-faq"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File controls": [[21, "file-controls"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Files not encrypted": [[26, "files-not-encrypted"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "How can encryption be disabled?": [[26, "how-can-encryption-be-disabled"]], "How the \"Edit locally\" functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How the deleted files app manages storage space": [[24, "how-the-deleted-files-app-manages-storage-space"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Included themes": [[80, "included-themes"]], "Initial Setup": [[14, "initial-setup"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Internal shares with users and groups": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is it planned to move this to the next user login or a background job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is it possible to disable encryption with the recovery key?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Large file uploads": [[31, null]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logging in with two-factor authentication": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Making anonymous uploads": [[29, null]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Manage connected browsers and devices": [[54, null]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing connected browsers": [[54, "managing-connected-browsers"]], "Managing deleted files": [[24, null]], "Managing devices": [[54, "managing-devices"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[25, "mobile-clients"], [60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Moving files": [[21, "moving-files"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating via keyboard": [[80, "navigating-via-keyboard"]], "Navigating your files": [[21, "navigating-your-files"]], "Nextcloud 35 user manual introduction": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Others with access": [[35, "others-with-access"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Previewing files": [[21, "previewing-files"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Public link shares": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quotas": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recovery key password": [[26, "recovery-key-password"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Selecting files or folders": [[21, "selecting-files-or-folders"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting up your own file drop": [[29, "setting-up-your-own-file-drop"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing encrypted files": [[26, "sharing-encrypted-files"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing status icons": [[21, "sharing-status-icons"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Storage quota": [[33, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal access": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Uploading files": [[29, "uploading-files"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using client applications with two-factor authentication": [[81, "using-client-applications-with-two-factor-authentication"]], "Using encryption": [[26, "using-encryption"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Using two-factor authentication": [[81, null]], "Using two-factor authentication with hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Version control": [[39, null]], "Video player": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What happens when shared files are deleted": [[24, "what-happens-when-shared-files-are-deleted"]], "What's next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom and responsiveness": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u0410\u0433\u0443\u0443\u043b\u0433\u0430": [[6, null]], "\u0424\u0430\u0439\u043b & \u0422\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447": [[30, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 24, 27, 33, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2nd": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 35, 37, 39, 41, 42, 44, 51, 53, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "And": 80, "As": [0, 19, 31, 35, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "But": 24, "By": [0, 5, 10, 24, 31, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 26, 28, 29, 35, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 24, 33, 38, 41, 44, 59, 60, 64, 69, 73, 76, 80, 81, 82], "Its": [20, 25, 26], "No": [9, 15, 26, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 80, 81, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 26, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 24, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 80, 81, 82], "With": [10, 20, 21, 35, 44, 64, 70], "_": 8, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 26, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 24, 26, 33, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [35, 37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 31, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 81, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 26, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 24, 26, 41, 44, 69, 81, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": [24, 69], "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 24, 35, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": [14, 26], "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 26, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": [20, 24, 33], "again": [1, 9, 12, 21, 24, 26, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18, 24, 33, 81], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aid": 80, "aim": 80, "airplan": 57, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 28, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alloc": 24, "allow": [0, 7, 8, 12, 15, 20, 24, 28, 29, 33, 35, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 31, 35, 41, 45, 50, 51, 60, 69, 72, 81], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 26, 27, 29, 31, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 24, 26, 27, 28, 29, 33, 39, 41, 42, 44, 54, 57, 60, 62, 69, 70, 72, 78, 80, 83], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 35, 41, 42, 60, 69, 76, 81], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 33, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 80, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [6, 7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "appoint": [44, 48, 52], "appropri": [20, 31, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 80, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 28, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 21, 26, 27, 28, 35, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [6, 20, 27, 44, 45, 46, 50, 51, 54, 82], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 35, 39, 41, 47, 50, 56, 58, 59, 62, 69], "autorespond": 40, "autoupdat": 7, "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 24, 26, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72, 80], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [7, 8, 10, 20, 44, 45, 57, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 26, 31, 35, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 26, 33, 41, 42, 44, 51, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bidirect": 25, "big": 41, "bin": [21, 24, 26, 33, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 24, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bright": 80, "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 29, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 80, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cach": [17, 33], "caja": [19, 20], "calcul": [24, 33, 41], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 26, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": [19, 80], "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 31, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 6, 8, 9, 10, 14, 15, 19, 20, 21, 25, 28, 29, 36, 37, 40, 41, 42, 48, 51, 55, 58, 69, 72, 80, 81, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 12, 19, 20, 24, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 35, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "clariti": 80, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 29, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 35, 42], "collaps": [19, 44, 80], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41, 80], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48, 80], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "common": 80, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 29, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": [53, 80], "complic": 24, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 24, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 24, 26, 27, 31, 33, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 6, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [6, 12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 31, 33, 41, 43, 46, 48, 49, 52, 80, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 35, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 35, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 24, 25, 41, 44, 51], "corner": 50, "correct": [19, 20, 81], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [26, 27, 41, 44], "couldn": 44, "count": [24, 33], "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 26, 29, 33, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 24, 25, 35, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 80, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dai": [0, 11, 24, 33, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "danger": 26, "dark": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 33, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databas": [26, 33], "date": [12, 15, 19, 20, 35, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [35, 41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 24, 26, 28, 31, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 27, 28, 30, 32, 33, 36, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 26, 27, 36, 41, 44, 48, 60, 63, 72, 80, 81, 82], "deploy": [7, 14, 18], "depth": 20, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 24, 27, 33, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18, 80], "devic": [6, 15, 20, 41, 45, 53, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 26, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 35, 41, 42, 44, 69, 70, 81], "dig": 20, "digest": 0, "digit": 35, "direct": [20, 28, 35, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 26, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 35, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 33, 39], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 24, 26, 28, 33, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 24, 25, 31, 33, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 24, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66, 80], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 35, 36, 41, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 35, 56], "dropdown": [20, 27, 49, 82], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dyslexia": 80, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 35, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "eas": 80, "easi": [2, 5, 20, 26], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 33, 35, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 28, 35, 81], "effici": 44, "either": [8, 12, 19, 35, 38, 41, 42, 45, 47, 49, 60, 70, 76], "elaps": 60, "element": [58, 60, 66, 80], "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 28, 29, 33, 35, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 33, 47, 49], "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69, 80], "engag": 41, "enhanc": 66, "enough": 12, "ensur": [7, 15, 20, 24, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 31, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51, 80], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 26, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 24, 26, 36, 39, 41, 42, 54, 60, 62, 81, 83], "everyon": [21, 41, 53, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 80, 81], "exce": [20, 24, 33, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 33, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44, 80], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [24, 35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "expos": 26, "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 26, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": [19, 80], "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51, 54, 82], "fail": [7, 12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": [35, 83], "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 26, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [26, 42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 28, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 25, 28, 30, 33, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19, 26, 29], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 35, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 80, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 28, 41, 45, 50, 52], "firefox": [20, 83], "first": [7, 12, 14, 15, 26, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "fit": [65, 80], "fix": [7, 14, 48], "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 24, 25, 26, 27, 29, 33, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 28, 35, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 81, 82], "font": 80, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": [5, 26], "form": [1, 26, 28, 35, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formerli": 45, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "framework": 7, "free": [11, 15, 20, 24, 39, 40, 41, 53, 60, 80], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 26, 28, 33, 35, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 53, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38, 80], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [7, 20, 29, 42, 81], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 24, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 80, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [35, 44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 35, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 7, 17, 20, 33, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 25, 26, 27, 29, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 80, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "harder": 35, "hardwar": [6, 83], "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "help": [11, 15, 16, 18, 33, 41, 42, 44, 53, 57, 69, 80, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hesit": 80, "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarchi": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48, 53], "hood": 15, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 26, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 27, 28, 35, 36, 41, 42, 44, 45, 50, 51, 54, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [26, 44, 70, 81], "identifi": [15, 19, 41, 54, 60], "ifram": 41, "ignor": [8, 12, 41], "illustr": 24, "imag": [1, 21, 26, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 24, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [6, 8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [35, 37, 44], "incorrect": [9, 19], "increas": [11, 15, 20, 31, 80], "increment": 41, "independ": [0, 12, 41], "index": [12, 26, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individu": [14, 19, 26, 27, 41, 42, 44, 53, 54, 72], "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 33, 35, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "inherit": 42, "inhibit": 8, "ini": 9, "initi": [26, 35, 48], "inlin": [36, 66], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 24, 27, 41, 48, 59, 77, 80], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introduct": 6, "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involv": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 26, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76, 80], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79, 80], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 24, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalendar": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 28, 33, 41, 42, 46, 72, 81, 83], "kept": [15, 26, 42, 44], "keyboard": [6, 60, 72], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "know": [20, 28, 41, 81], "knowledg": [2, 3, 12], "known": [45, 81], "kontact": [6, 43], "korgan": 48, "kubuntu": 19, "kwallet": 14, "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [22, 29, 30, 44, 53, 65], "larger": [19, 31, 33], "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 24, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 35, 41, 60, 62, 69, 80], "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 26, 35, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80, 81], "limit": [12, 15, 19, 20, 24, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "littl": [19, 24, 33, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 29, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [6, 8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 80, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 35, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 26, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luminos": 80, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": [5, 24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 24, 26, 27, 29, 33, 35, 36, 37, 41, 48, 60, 62, 80], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 26, 41, 44, 54, 69, 80, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 23, 24, 25, 26, 28, 30, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "mandatori": [45, 62], "mani": [12, 26, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "master": 26, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 24, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 26, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [24, 39, 57, 69, 72, 83], "megabyt": 31, "member": [2, 5, 20, 35, 69], "membership": [42, 82], "memori": [1, 24], "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 26, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 81, 83], "met": 24, "metadata": [19, 33], "method": [7, 20, 27, 28, 41, 42, 45, 58, 81], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "miss": 21, "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69, 80], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 31, 42, 60], "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 24, 26, 33, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 26, 41, 44, 48, 74, 83], "mount": [21, 27, 28, 35], "mous": [2, 63, 80], "move": [0, 9, 20, 24, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 26, 33, 82], "multipl": [19, 21, 35, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 26, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 35, 36, 37, 42, 44, 49, 51, 65, 69, 76], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 26, 28, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [26, 38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 24, 26, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 28, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 35, 41, 42, 44, 51, 76], "noth": 26, "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 35, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 29, 41, 42, 44, 45, 46, 47, 48, 66, 81], "number": [11, 15, 19, 28, 35, 41, 42, 44, 58, 60, 69], "o": 8, "object": [0, 27, 35], "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 26, 41, 44], "oct": 20, "off": [1, 44, 80], "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 12, 26, 39, 41], "older": [9, 14, 16, 17, 20, 24, 28, 33, 80], "oldest": [24, 33, 39, 44], "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 35, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 24, 26, 27, 28, 31, 35, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 26, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20, 53], "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 26, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [33, 44, 64], "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73, 80], "out": [5, 6, 19, 20, 26, 35, 39, 41, 43, 44, 57, 60, 63, 69, 73, 80, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 26, 36, 44, 82], "over": [2, 19, 24, 27, 41, 42, 44, 49, 69, 76], "overal": 80, "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [7, 8, 11, 24, 33], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 28, 35, 41, 42, 44, 53, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 24, 26, 33, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 26, 28, 29, 33, 35, 41, 42, 54, 74, 77, 80, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 26, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passkei": 83, "password": [6, 8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 24, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 24, 27, 33, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 24, 25, 27, 33, 35, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": [20, 81], "pick": [37, 41, 46, 48, 56, 69, 80], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 24, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 26, 41, 42, 44, 63, 80, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 35, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "potenti": 44, "power": [1, 24, 48], "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 28, 44, 46, 60, 66, 72, 83], "pretti": 26, "prevent": [24, 35, 41, 42, 69, 82], "preview": [2, 15, 26, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": [44, 80], "princip": [47, 51], "prior": 7, "privaci": [38, 44, 53, 62, 83], "privat": [41, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "proof": 81, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 26, 35, 38, 42, 69, 81], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 26, 31, 38, 41, 42, 44, 53, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 33, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": [26, 40], "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qualiti": 80, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 30, 32, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "random": 35, "randomli": 44, "rang": [12, 20, 76, 83], "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 21, 26, 28, 33, 41, 44], "reach": [27, 40, 41, 44, 69, 80], "read": [8, 9, 15, 20, 26, 27, 35, 38, 41, 42, 44, 69, 80, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 35, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76, 81], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [24, 28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 25, 31, 44], "reconnect": 20, "record": [0, 73, 77], "recov": 26, "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72, 81], "redo": 50, "reduc": [11, 15, 80], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": [37, 41], "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 24, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44, 80], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 31, 44, 45], "requir": [1, 6, 7, 8, 15, 20, 27, 31, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74, 81], "reschedul": 66, "reset": [40, 41], "reshar": [35, 41], "resiz": 60, "resolv": [10, 15], "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respond": [44, 57], "respons": [6, 20, 41, 44], "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 26, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [24, 33, 36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 26, 28, 42, 60], "reveal": 15, "revert": [35, 69], "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [24, 42, 73, 77], "root": [8, 15, 20, 35, 37, 41], "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 24, 26, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 53, 69, 81], "sai": [10, 20, 26], "said": 7, "sale": 82, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": [10, 24], "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamless": 26, "seamlessli": 15, "search": [2, 6, 8, 26, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41, 81], "section": [1, 7, 9, 11, 12, 20, 26, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 26, 30, 38, 45, 51, 53, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": [26, 51], "select": [0, 1, 2, 5, 8, 14, 15, 20, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 25, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 24, 26, 27, 31, 33, 35, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 80, 81], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75, 80], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 33, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 35, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 81, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 35, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 80, 83], "siev": 44, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 29, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 33, 42, 80], "skip": [11, 60, 80], "skipupdatecheck": 7, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 80, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 53, 80], "sole": 44, "solut": [35, 53], "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 33, 35, 41, 44, 48, 57, 69, 80, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "someth": 81, "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "soonest": 24, "sourc": [14, 20, 37, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 33, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 6, 8, 12, 15, 17, 27, 39, 41, 42, 44, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "spreadsheet": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 24, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 35, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 33, 41, 42, 44, 47, 62, 69, 80], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 32, 81], "store": [4, 15, 19, 20, 26, 33, 39, 42, 44, 45, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 26, 42], "style": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45, 53], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "superior": 35, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 53, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 22, 30, 41, 43, 53], "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 80, 81], "tab": [0, 1, 12, 19, 20, 21, 35, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 26, 28, 33, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tap": [45, 60], "target": [9, 15, 20, 35, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temporari": 33, "temporarili": [12, 20, 60], "ten": 27, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termin": 15, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 56, 66, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 24, 31, 33, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 24, 26, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 24, 26, 27, 28, 35, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 80, 81], "theme": 6, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 80, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": [12, 26], "those": [0, 24, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20, 26], "thread": 1, "three": [1, 14, 19, 21, 27, 35, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 26, 27, 31, 35, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": [21, 26, 33], "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 24, 26, 35, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11, 26], "timestamp": [24, 37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43, 81], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": [33, 41], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 24, 26, 28, 33, 42, 54], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 26, 40, 47, 48], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 6, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 54, 56, 60, 80, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80, 81], "typefac": 80, "typic": [19, 57, 81], "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "umount": 20, "un": 26, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unauthor": 81, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": [33, 44], "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 33, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": [35, 41], "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 24, 27, 33, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 33, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 26, 41, 42, 44, 45, 48, 54, 64], "upgrad": 28, "upload": [9, 11, 15, 19, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 82, 83], "usabl": 80, "usag": [24, 25, 82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 6, 7, 8, 9, 10, 14, 15, 17, 18, 20, 24, 27, 28, 31, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user1": 24, "user2": 24, "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 26, 44, 47], "utf": 20, "util": 44, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 24, 42, 44], "var": 16, "vari": 80, "variabl": [6, 9, 10, 13, 31, 41], "varieti": [81, 82], "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 33, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 6, 10, 15, 20, 21, 29, 33, 35, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 35, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 35, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": [15, 80], "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "wa": [0, 1, 9, 35, 39, 41, 44, 81, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62, 81], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 35, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 80, 82], "warn": [19, 20, 26, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 25, 26, 31, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": [20, 53], "well": [11, 14, 17, 40, 41, 44, 46, 48, 62, 80], "were": [9, 15, 24, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 26, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 35, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 24, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71, 80], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 26, 28, 35, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 35, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 26, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 26, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [10, 19, 26, 27, 42], "yet": [14, 15, 25, 26, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 30, 31, 33, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 80, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u0442\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447": 6, "\u0444\u0430\u0439\u043b": 6}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u0410\u0433\u0443\u0443\u043b\u0433\u0430", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Managing deleted files", "Desktop and mobile synchronization", "Using server-side encryption", "Using external storage", "Using federation shares", "Making anonymous uploads", "\u0424\u0430\u0439\u043b & \u0422\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447", "Large file uploads", "Managing your files", "Storage quota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 user manual introduction", "Manage connected browsers and devices", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal access", "Using two-factor authentication", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": [2, 26], "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 35, 36, 80], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 35, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 24, 41, 42, 44, 45, 75], "appear": 55, "applic": 81, "appoint": 41, "ar": [12, 24], "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "authent": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "avail": 41, "backend": 27, "background": [26, 60], "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60, 83], "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": [26, 82], "card": 75, "cardbook": 50, "chang": [12, 26, 27, 44, 54], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58, 81], "conflict": [10, 15], "connect": [21, 54], "consent": 62, "consider": 81, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [24, 39, 41, 44], "desktop": [13, 19, 20, 25, 46, 60], "detail": 21, "detect": [27, 44], "devic": [38, 54], "directori": 12, "disabl": 26, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "drop": 29, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "envelop": 44, "environ": [7, 11], "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 24, 26, 27, 29, 31, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 21, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 35, 42, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "happen": 24, "hardwar": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 24, 26, 44], "i": [12, 26], "ic": 41, "icon": [19, 21], "ignor": 19, "immedi": 60, "import": [41, 42], "inbox": 44, "includ": 80, "indic": 15, "info": 44, "inform": 42, "initi": 14, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": [5, 53], "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "job": 26, "join": [60, 72], "junk": 44, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": [44, 80], "known": [15, 20], "kontact": 48, "languag": 12, "larg": 31, "layout": [44, 65], "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": [15, 81], "login": 26, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "make": 29, "manag": [19, 20, 24, 32, 36, 41, 42, 44, 54, 58, 62, 69], "manual": [42, 53], "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "mount": 20, "move": [12, 21, 26, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "network": 19, "new": [19, 28, 35, 41, 44], "next": [2, 26], "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "option": [16, 41, 42], "order": 44, "organ": 42, "other": [35, 72], "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27, 29], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "password": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "plan": 26, "player": 21, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "preview": 21, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": [20, 35], "publish": 41, "quick": 44, "quota": [24, 33], "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respond": 41, "respons": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "select": 21, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 29, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 24, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": [11, 24], "speaker": 65, "specif": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "step": [2, 5], "stop": 12, "storag": [24, 27, 33], "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 25, 45, 46, 47, 48, 49, 50, 51], "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "templat": 5, "text": 44, "than": 12, "thei": 12, "theme": 80, "thi": 26, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "two": 81, "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [29, 41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21, 29, 31], "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66, 81], "usag": 8, "user": [12, 19, 26, 35, 41, 53], "variabl": 11, "version": [14, 39], "via": [28, 80], "video": [21, 60], "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": [2, 24], "when": [12, 24], "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": [26, 45], "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 29, 32, 35, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u0430\u0433\u0443\u0443\u043b\u0433\u0430": 6, "\u0442\u043e\u0445\u0438\u043e\u043b\u0434\u0443\u0443\u043b\u0430\u0433\u0447": 30, "\u0444\u0430\u0439\u043b": 30}}) \ No newline at end of file diff --git a/server/latest/user_manual/nb_NO/contents.html b/server/latest/user_manual/nb_NO/contents.html index bf748fa4f56..6bbd4d72e61 100644 --- a/server/latest/user_manual/nb_NO/contents.html +++ b/server/latest/user_manual/nb_NO/contents.html @@ -180,6 +180,7 @@
                • Installation
                • Uninstallation
                • Using the Synchronization Client
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nb_NO/desktop/autoupdate.html b/server/latest/user_manual/nb_NO/desktop/autoupdate.html index 15dac1bbb59..8196b92aed3 100644 --- a/server/latest/user_manual/nb_NO/desktop/autoupdate.html +++ b/server/latest/user_manual/nb_NO/desktop/autoupdate.html @@ -84,6 +84,7 @@
                • Installation
                • Uninstallation
                • Using the Synchronization Client
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nb_NO/desktop/commandline.html b/server/latest/user_manual/nb_NO/desktop/commandline.html index 282e527df7f..127aaf0b44b 100644 --- a/server/latest/user_manual/nb_NO/desktop/commandline.html +++ b/server/latest/user_manual/nb_NO/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
                • Installation
                • Uninstallation
                • Using the Synchronization Client
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                  • Install
                  • Usage
                  • @@ -257,7 +258,7 @@

                    Example
                    diff --git a/server/latest/user_manual/nb_NO/desktop/configfile.html b/server/latest/user_manual/nb_NO/desktop/configfile.html index 31716987464..b7de0d85e0c 100644 --- a/server/latest/user_manual/nb_NO/desktop/configfile.html +++ b/server/latest/user_manual/nb_NO/desktop/configfile.html @@ -84,6 +84,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/conflicts.html b/server/latest/user_manual/nb_NO/desktop/conflicts.html index cbd3ed45386..eda83fd0f5c 100644 --- a/server/latest/user_manual/nb_NO/desktop/conflicts.html +++ b/server/latest/user_manual/nb_NO/desktop/conflicts.html @@ -84,6 +84,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/envvars.html b/server/latest/user_manual/nb_NO/desktop/envvars.html index 3ed3515bef1..cfbda3521e6 100644 --- a/server/latest/user_manual/nb_NO/desktop/envvars.html +++ b/server/latest/user_manual/nb_NO/desktop/envvars.html @@ -84,6 +84,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/faq.html b/server/latest/user_manual/nb_NO/desktop/faq.html index 882e1f1302f..db343252854 100644 --- a/server/latest/user_manual/nb_NO/desktop/faq.html +++ b/server/latest/user_manual/nb_NO/desktop/faq.html @@ -84,6 +84,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/index.html b/server/latest/user_manual/nb_NO/desktop/index.html index 5afd533dabe..3f6706fca37 100644 --- a/server/latest/user_manual/nb_NO/desktop/index.html +++ b/server/latest/user_manual/nb_NO/desktop/index.html @@ -84,6 +84,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • @@ -133,6 +134,7 @@

                    Desktop ClientInstallation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/installation.html b/server/latest/user_manual/nb_NO/desktop/installation.html index aedc556e827..fb3d5c90f0b 100644 --- a/server/latest/user_manual/nb_NO/desktop/installation.html +++ b/server/latest/user_manual/nb_NO/desktop/installation.html @@ -92,6 +92,7 @@
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/macosfileprovider.html b/server/latest/user_manual/nb_NO/desktop/macosfileprovider.html new file mode 100644 index 00000000000..ff693826ed6 --- /dev/null +++ b/server/latest/user_manual/nb_NO/desktop/macosfileprovider.html @@ -0,0 +1,825 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    + + +
                    + +
                    + +
                    +
                    +
                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    + + + +
                    +
                    +
                    ☁️ Versjoner
                    + +
                    + + 35 (latest) + +
                    + +
                    + + 34 (stable) + +
                    + +
                    + + 33 + +
                    + +
                    + + 32 + +
                    + +
                    +
                    +
                    + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/nb_NO/desktop/macosvfs.html b/server/latest/user_manual/nb_NO/desktop/macosvfs.html index 2d08f424c7f..497d7f7af97 100644 --- a/server/latest/user_manual/nb_NO/desktop/macosvfs.html +++ b/server/latest/user_manual/nb_NO/desktop/macosvfs.html @@ -1,797 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    - - -
                    - -
                    - -
                    -
                    -
                    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    - - - -
                    -
                    -
                    ☁️ Versjoner
                    - -
                    - - 35 (latest) - -
                    - -
                    - - 34 (stable) - -
                    - -
                    - - 33 - -
                    - -
                    - - 32 - -
                    - -
                    -
                    -
                    - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/nb_NO/desktop/options.html b/server/latest/user_manual/nb_NO/desktop/options.html index 933792847f5..157959c9bf6 100644 --- a/server/latest/user_manual/nb_NO/desktop/options.html +++ b/server/latest/user_manual/nb_NO/desktop/options.html @@ -84,6 +84,7 @@
                  • Installation
                  • Uninstallation
                  • Using the Synchronization Client
                  • +
                  • Using the macOS File Provider
                  • Using the Command-Line Client
                  • Command-Line Options
                  • Configuration File
                  • diff --git a/server/latest/user_manual/nb_NO/desktop/uninstallation.html b/server/latest/user_manual/nb_NO/desktop/uninstallation.html index d005e53d3fb..5e0c8590699 100644 --- a/server/latest/user_manual/nb_NO/desktop/uninstallation.html +++ b/server/latest/user_manual/nb_NO/desktop/uninstallation.html @@ -92,6 +92,7 @@

                • Using the Synchronization Client
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nb_NO/desktop/updatechannel.html b/server/latest/user_manual/nb_NO/desktop/updatechannel.html index e9e6768d46d..5d02a57c9df 100644 --- a/server/latest/user_manual/nb_NO/desktop/updatechannel.html +++ b/server/latest/user_manual/nb_NO/desktop/updatechannel.html @@ -84,6 +84,7 @@
                • Installation
                • Uninstallation
                • Using the Synchronization Client
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nb_NO/desktop/usage.html b/server/latest/user_manual/nb_NO/desktop/usage.html index 1433d7be2a1..cedd87a7615 100644 --- a/server/latest/user_manual/nb_NO/desktop/usage.html +++ b/server/latest/user_manual/nb_NO/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
                • General Window
                • Using the Network Window
                • Using the Ignored Files Editor
                • -
                • Virtual Files on macOS -
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • @@ -383,15 +380,6 @@

                Using the Network Window -

                Virtual Files on macOS

                -

                For information about using virtual files integration on macOS, see:

                - - @@ -399,7 +387,7 @@

                Virtual Files on macOS

                diff --git a/server/latest/user_manual/nb_NO/objects.inv b/server/latest/user_manual/nb_NO/objects.inv index 191d7e64b39..6980d2e7508 100644 Binary files a/server/latest/user_manual/nb_NO/objects.inv and b/server/latest/user_manual/nb_NO/objects.inv differ diff --git a/server/latest/user_manual/nb_NO/searchindex.js b/server/latest/user_manual/nb_NO/searchindex.js index 66370e70424..a36e5110bf4 100644 --- a/server/latest/user_manual/nb_NO/searchindex.js +++ b/server/latest/user_manual/nb_NO/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Abonner p\u00e5 en feriekalender": [[41, "subscribe-to-a-holiday-calendar"]], "Abonnere p\u00e5 en kalender": [[41, "subscribe-to-a-calendar"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrer tilkoblede nettlesere og enheter": [[54, null]], "Administrere forslag": [[41, "managing-proposals"]], "Administrere hendelser": [[41, "managing-events"]], "Administrere kalenderne dine": [[41, "managing-your-calendars"]], "Administrere slettede filer": [[24, null]], "Administrerer enheter": [[54, "managing-devices"]], "Administrerer tilkoblede nettlesere": [[54, "managing-connected-browsers"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Andre med tilgang": [[35, "others-with-access"]], "Angir preferansene dine": [[82, null]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Arbeide med bestilt time": [[41, "working-with-the-booked-appointment"]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Automatisert brukerstatus": [[41, "automated-user-status"]], "Autoresponders": [[44, "autoresponders"]], "Avtaler": [[41, "appointments"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Begrens hvem som kan se profildataene dine": [[82, "restrict-who-can-see-your-profile-data"]], "Bestilling av avtale": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Bruk av kryptering": [[26, "using-encryption"]], "Bruke Kalenderappen": [[41, null]], "Bruke klientapplikasjoner med tofaktorautentisering": [[81, "using-client-applications-with-two-factor-authentication"]], "Bruke kryptering p\u00e5 serversiden": [[26, null]], "Bruke tofaktorautentisering med maskinvaretokener": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Bruker tofaktorautentisering": [[81, null]], "Bursdagskalender": [[41, "birthday-calendar"]], "Calendar": [[47, "calendar"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Deler dataene dine i den globale adresseboken": [[82, "sharing-your-data-in-the-global-address-book"]], "Delete tags": [[44, "delete-tags"]], "Deling av kalendere": [[41, "sharing-calendars"]], "Deling av krypterte filer": [[26, "sharing-encrypted-files"]], "Deling av statusikoner": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Endre passord for privatn\u00f8kkel": [[26, "change-private-key-password"]], "Enhetlig s\u00f8k": [[83, "unified-search"]], "Enhets-spesifikke passord og passordendringer": [[54, "device-specific-passwords-and-password-changes"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Er det mulig \u00e5 deaktivere kryptering med gjenopprettelsesn\u00f8kkelen?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Er det planlagt \u00e5 flytte dette til neste brukerp\u00e5logging eller en bakgrunnsjobb?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Feils\u00f8king": [[49, "troubleshooting"]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filer ikke kryptert": [[26, "files-not-encrypted"]], "Filer og synkronisering": [[30, null]], "Filer og varslinger": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filkontroller": [[21, "file-controls"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Foreta anonyme opplastinger": [[29, null]], "Forh\u00e5ndsvisning av filer": [[21, "previewing-files"]], "Forslag": [[41, "proposals"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "F\u00f8derert kalenderdeling": [[41, "federated-calendar-sharing"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Gjenopprettingsn\u00f8kkelpassord": [[26, "recovery-key-password"]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "Hensyn": [[81, "considerations"]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "Hva hender n\u00e5r delte filer slettes": [[24, "what-happens-when-shared-files-are-deleted"]], "Hvordan appen for slettede filer administrerer lagringsplass": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Hvordan kan kryptering deaktiveres?": [[26, "how-can-encryption-be-disabled"]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Importer en Event/ADD .ics Event": [[41, "import-an-event-add-ics-event"]], "Importer en kalender": [[41, "import-a-calendar"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inkluderte temaer": [[80, "included-themes"]], "Innholdsfortegnelse": [[6, null]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Interne delinger med brukere og grupper": [[35, "internal-shares-with-users-and-groups"]], "Invitere deltakere til en hendelse": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kalender": [[51, "calendar"]], "Kalendergjennomsiktighet": [[41, "calendar-transparency"]], "Kalenderwidget": [[41, "calendar-widget"]], "Kan kryptering deaktiveres uten brukerens passord?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Kjente problemer": [[20, "known-problems"]], "Kjente problemstillinger": [[20, "known-issues"]], "Known issues": [[15, "known-issues"]], "Konfigurer tofaktorautentisering": [[81, "configuring-two-factor-authentication"]], "Kontakter": [[51, "contacts"]], "Kontakter og Kalender": [[45, "contacts-and-calendar"]], "Krav til nettleser": [[83, "web-browser-requirements"]], "Kryptering - Ofte Stilte Sp\u00f8rsm\u00e5l": [[26, "encryption-faq"]], "Kvoter": [[24, "quotas"]], "Lage et forslag": [[41, "creating-a-proposal"]], "Lagringskvote": [[33, null]], "Laste opp filer": [[29, "uploading-files"]], "Legg til Talk samtaler": [[41, "add-talk-conversation"]], "Legg til regelmessige alternativer": [[41, "add-recurring-options"]], "Legge til en offentlig deling i Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Legge til vedlegg til hendelser": [[41, "add-attachments-to-events"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logget inn med tofaktorautentisering": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u00f8sning": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "L\u00f8sning 1": [[20, "solution-1"]], "L\u00f8sning 2": [[20, "solution-2"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Med Nextcloud-mobilappen": [[45, "with-the-nextcloud-mobile-app"]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Mobile klienter": [[25, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus filbehandler": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigering via tastatur": [[80, "navigating-via-keyboard"]], "Navngivning av versjon": [[39, "naming-a-version"]], "Nextcloud 35 brukerh\u00e5ndbok introduksjon": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Offentlige koblinger til delte ressurser": [[35, "public-link-shares"]], "Offisielle Nextcloud PC og mobile klienter": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Opprett en ny hendelse": [[41, "create-a-new-event"]], "Opprette Talk-rom for bestilte avtaler": [[41, "create-talk-room-for-booked-appointments"]], "Opprette WebDAV-monteringer p\u00e5 Linux-kommandolinjen": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Opprette en avtalekonfigurasjon": [[41, "creating-an-appointment-configuration"]], "Opprette en ny kalender": [[41, "create-a-new-calendar"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Papirkurv": [[41, "trash-bin"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Publisere en kalender": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Rediger, dupliser eller slett en hendelse": [[41, "edit-duplicate-or-delete-an-event"]], "Rediger, eksporter eller slett en kalender.": [[41, "edit-export-or-delete-a-calendar"]], "Redigere et forslag": [[41, "editing-a-proposal"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Romtilgjengelighet": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Sett opp kontoene dine": [[49, "setup-your-accounts"]], "Sett opp p\u00e5minnelser": [[41, "set-up-reminders"]], "Sette opp din egen filslipp": [[29, "setting-up-your-own-file-drop"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Sjekke deltakernes opptatt-tider": [[41, "checking-attendees-busy-times"]], "Skrivebords- og mobilsynkronisering": [[25, null]], "Sletting av en versjon": [[39, "deleting-a-version"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Store filopplastinger": [[31, null]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Svar": [[20, "answer"]], "Svare p\u00e5 et foresl\u00e5tt m\u00f8te": [[41, "responding-to-a-proposed-meeting"]], "Svare p\u00e5 invitasjoner": [[41, "responding-to-invitations"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with iOS": [[47, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Synkronisere med Android": [[45, null]], "Synkronisere med Gnome-skrivebordet": [[46, null]], "Synkronisere med KDE Kontact": [[48, null]], "Synkronisere med Windows 10": [[51, null]], "Synkronisere med macOS": [[49, null]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Tildele rom og ressurser til en hendelse": [[41, "assign-rooms-and-resources-to-an-event"]], "Tilgang til Nextcloud filer ved hjelp av WebDAV": [[20, null]], "Tilgang til filer ved hjelp av Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Tilgang til filer ved hjelp av Linux": [[20, "accessing-files-using-linux"]], "Tilgang til filer ved hjelp av Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Tilgang til filer ved hjelp av WinSCP": [[20, "accessing-files-using-winscp"]], "Tilgang til filer ved hjelp av cURL": [[20, "accessing-files-using-curl"]], "Tilgang til filer ved hjelp av macOS": [[20, "accessing-files-using-macos"]], "Tilgang til offentlige delinger over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Tilgjengelighet (arbeidstid)": [[41, "availability-working-hours"]], "Tilordne stasjoner med Windows Utforsker": [[20, "mapping-drives-with-windows-explorer"]], "Tilordne stasjoner med kommandolinjen": [[20, "mapping-drives-with-the-command-line"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Tredjeparts WebDAV-klienter": [[20, "third-party-webdav-clients"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"]], "Uninstallation": [[17, null]], "Universell tilgang": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Uten Nextcloud-mobilappen": [[45, "without-the-nextcloud-mobile-app"]], "Varsler for et foresl\u00e5tt m\u00f8te": [[41, "notifications-for-a-proposed-meeting"]], "Velge filer eller mapper": [[21, "selecting-files-or-folders"]], "Versjonskontroll": [[39, null]], "Videoavspiller": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Vise fremdriften til et forslag": [[41, "viewing-a-proposal-progress"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom og respons": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00c5 flytte filer": [[21, "moving-files"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "09": 41, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 44], "A": [2, 5, 11, 19, 27, 39, 42, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 19, 48, 56, 77], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 44, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 24, 25, 26, 27, 35, 36, 39, 41, 42, 44, 45, 47, 51, 60, 62, 69, 73, 80, 81, 82, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 36, 38, 40, 41, 42, 44, 45, 46, 47, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 38, 44, 59, 60, 64, 69, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 44, 50], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 36, 38, 39, 40, 42, 44, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 42, 44, 66, 69, 72], "These": [14, 19, 44, 69], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": [8, 20, 25, 26, 37, 43, 46, 53, 80], "__": [35, 45], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 27, 36, 42, 44, 45, 56, 58, 80, 81, 82], "abonnement": 41, "abonnementet": 53, "abonnementslenk": 41, "abonnementslenken": 41, "abort": 11, "about": [0, 5, 15, 19, 21, 42, 59, 69, 70, 71, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 42, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 42, 44, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [7, 8, 9, 27, 45, 47, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": [26, 35, 37], "administr": [1, 6, 7, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 51, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administrasjon": 20, "administrasjonen": 41, "administrativ": [31, 35, 37], "administratorbruk": 82, "administratordokumentasjon": [24, 33, 35, 37], "administratoren": [21, 24, 26, 29, 31, 33, 41, 82], "administrer": [6, 30, 32, 82], "adress": 20, "adresseboken": 6, "adresseb\u00f8ken": [41, 45], "adressen": [20, 28, 41], "advanc": [14, 41, 47, 50, 51], "advantag": 12, "advar": 26, "advarsel": 20, "advarselsbann": 26, "advarselssymbol": 41, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "akkurat": [20, 24, 41], "aksepten": 37, "akseptert": [37, 41], "aktiv": [20, 26], "aktiver": [20, 26, 80], "aktivert": [26, 28, 29, 33, 35, 41, 49, 51, 82], "aktivitet": 20, "aktivitetsstr\u00f8mmen": 82, "aktuel": [35, 41, 51], "alderen": 24, "aldr": 33, "aldri": [26, 39], "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 33, 35, 36, 37, 41, 42, 45, 46, 50, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 80, 82, 83], "allered": [31, 35, 41, 81], "allow": [0, 7, 8, 12, 15, 20, 29, 40, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alltid": [20, 41], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alt": [20, 28, 41, 51], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alternativ": [20, 26, 35], "alternativen": [20, 82], "alternativet": [20, 26, 41], "alwai": [7, 15, 19, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 47, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analyz": 44, "anbefal": [20, 25, 31], "anbefalt": 20, "andr": [20, 24, 28, 33, 41, 48, 53, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "angi": [20, 35, 41, 48], "angir": [6, 81], "angitt": 31, "angr": 41, "ani": [0, 1, 7, 8, 14, 15, 19, 21, 26, 27, 28, 29, 39, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "annen": [20, 35, 41, 81], "anonym": [23, 30, 56], "anonymt": 20, "anoth": [12, 27, 42, 60, 69, 76], "anser": 20, "answer": 5, "antal": 41, "antallet": 41, "anyon": [66, 82], "anyth": [12, 48], "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 29, 36, 38, 39, 40, 41, 43, 45, 47, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appen": [20, 26, 33, 41, 45, 46, 51, 53, 80, 81], "apper": [20, 33, 41, 43], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 42, 46, 47, 49, 60, 63, 72], "applikasjon": 41, "applikasjonen": [41, 48], "applikasjonsmenyen": 20, "appoint": [44, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbeid": 48, "arbeidstiden": 41, "arbitrari": 19, "arch": 8, "archiv": [8, 14, 21], "area": [19, 60], "arkiver": 41, "around": [36, 42], "arrang": 41, "arrangement": 41, "arrangementet": 41, "arrang\u00f8r": 41, "arrang\u00f8ren": 41, "arriv": 44, "arrow": [15, 50, 66, 72, 80], "artifici": 1, "artikkelen": 20, "ask": [9, 19, 27, 40, 44, 45, 50, 62, 66], "assign": [21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atskilt": 82, "attach": [29, 36, 41, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": [41, 52], "attent": 10, "attribut": 82, "audio": [21, 62, 72], "auth": 81, "authent": [20, 27, 44, 45, 46, 50, 81], "author": [10, 20], "auto": [7, 20, 42, 44, 56], "autofullf\u00f8r": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 27, 39, 47, 50, 56, 58, 59, 62, 69], "automatisk": [20, 26, 28, 35, 39, 41], "autorespond": 40, "autoupdat": 7, "av": [22, 24, 28, 30, 31, 33, 35, 37, 43, 46, 48, 49, 51, 53, 54, 80, 81, 82], "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 41, 42, 44, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 74, 76, 82], "avansert": [20, 41, 51], "avatar": [19, 20, 42, 44, 69], "avataren": 41, "avbestil": 41, "avbryt": 41, "avgj\u00f8r": 41, "avheng": [20, 41, 82], "avhengig": [26, 48, 81], "avkrysningen": 41, "avkrysningsboksen": 41, "avlys": 41, "avmonter": 20, "avoid": 15, "avslo": 41, "avslutt": 20, "avsl\u00e5": [35, 41], "avtal": 48, "avtaledetaljen": 41, "avtalekonfigurasjonen": 41, "avtalen": 41, "avtaleplass": 41, "avtaletidsluk": 41, "avvis": [37, 41], "avvisningen": 37, "avvist": 41, "awai": [19, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 81], "bad": 19, "badg": [10, 21], "bakgrunnsfarg": 80, "bandwidth": 19, "bane": 20, "banen": [20, 51], "banner": 26, "bar": [0, 1, 19, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bare": [20, 24, 26, 28, 31, 35, 41, 46, 81], "base": [7, 8, 10, 44, 45, 57, 81], "basert": [20, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "bedrift": 53, "bedt": 45, "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "begren": 6, "begrens": 20, "begrenset": [20, 31, 37], "begrepet": 41, "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "behold": [26, 39], "behov": 41, "behovet": 41, "being": [7, 12, 15, 19, 42, 60], "bekreft": [28, 41, 45], "bekrefted": 41, "bekreftels": 41, "bekreftelsesdialogbok": 41, "bekreftelseslenken": 41, "bekreftet": 41, "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 42, 44, 65], "ber": [26, 28], "beregn": [24, 33], "beregning": 41, "besid": 19, "beskrevet": 41, "beskriv": 41, "beskrivels": 41, "beskrivelsen": 41, "beskytt": [26, 81], "beskytted": 20, "best": [10, 14, 18, 41, 83], "bestemm": 41, "bestemt": [39, 41], "bestillingen": 41, "bestillingssiden": 41, "best\u00e5r": 43, "beta": 18, "betraktn": 41, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "betyr": [20, 41], "bevi": 81, "beyond": 17, "bidirect": 25, "bilder": 26, "bin": [21, 41, 42], "binari": [8, 15], "bit": [12, 14], "bitfir": 45, "bitv": 80, "bla": [20, 51], "blacklist": [11, 19], "ble": [24, 35, 41, 51], "bli": [24, 35, 39, 41, 46, 51, 80], "blir": [24, 26, 37, 41, 45, 81], "block": 66, "blockquot": 66, "blog": 12, "blokker": 41, "blue": [19, 49], "blur": [60, 72], "bl\u00e5": 41, "board": 2, "bob": 35, "boksen": 20, "bold": 66, "book": [41, 47, 50, 82], "booket": 41, "border": 27, "bort": 41, "bortsett": 20, "bot": [73, 77], "both": [8, 10, 42, 44, 47, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 44, 51, 62], "bra": 48, "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 42, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 7, 12, 14, 20, 21, 28, 38, 51, 54, 63, 72, 81, 83], "bruk": [20, 28, 82], "bruke": [6, 20, 29, 30, 34, 43, 51, 54, 80], "bruken": 25, "bruker": [6, 20, 24, 25, 26, 28, 31, 33, 37, 39, 41, 48, 54, 82], "bruker1": 24, "bruker2": 24, "bruker3": 24, "brukeren": [20, 28, 35, 37, 39, 41], "brukerh\u00e5ndbok": 6, "brukeridentifikatoren": 41, "brukerikonet": 51, "brukerkvot": 33, "brukern": 41, "brukernavn": [20, 37, 45, 49, 51], "brukernavnet": [20, 28, 35, 49], "brukernavnfeltet": 20, "brukerpassordet": 26, "brukerstatusen": 41, "brukstilfel": 48, "brukstilfellet": 20, "brukt": 41, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "bunnen": 51, "burd": 41, "bursdagsdato": 41, "bursdagskalenderen": 41, "busi": [40, 41, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "bygg": 41, "byte": [9, 11, 20], "bytt": [41, 82], "b\u00e5de": [20, 24, 48], "b\u00e5ndet": 80, "b\u00e6rbare": 20, "b\u00f8r": [20, 41, 46], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 42, 45, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 29, 36, 42, 44, 56], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 42, 45, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47], "cfg": [7, 9, 12, 17], "chain": 21, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 40, 41, 42, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatter": 35, "check": [0, 7, 9, 12, 19, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": 19, "chip": 83, "chmod": 20, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 27, 29, 42, 44, 45, 48, 49, 50, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": [15, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 20, 25, 38, 41, 42, 45, 50, 51, 53, 54, 63, 81], "clipboard": 51, "clock": [66, 81], "close": [5, 14, 19, 36, 41, 44, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 42], "collaps": [19, 44], "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 26, 35, 37, 41, 43, 45, 47, 48, 49, 51, 53, 70, 73, 80], "come": [44, 48], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 44, 81], "complet": [1, 9, 14, 17, 28, 42, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25], "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 41, 42, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_fil": [26, 35, 37], "confirm": [9, 12, 19, 27, 28, 42, 44, 47, 69], "conflict": [6, 13], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": [12, 17], "consist": 15, "consol": 20, "contact": [0, 6, 27, 43, 45, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 19, 44, 56], "continu": [10, 19, 44, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 36, 39, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 41, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 44, 51], "corner": 50, "correct": [19, 20], "correctli": 15, "correspond": [0, 44], "could": [27, 44], "couldn": 44, "counter": 70, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 25, 29, 39, 40, 41, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 38, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 18, 19, 20, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 56], "da": [24, 26, 41, 82], "dag": [39, 41], "dagen": 39, "dager": [24, 33, 41], "daglig": 41, "dagrutenettm\u00e5n": 41, "dai": [0, 11, 41, 44, 59, 69, 83], "daili": 18, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 40, 41, 42, 43, 53, 66, 82], "databasen": [26, 33], "dataen": [6, 26, 33, 41, 45], "datafil": 24, "datafilen": 26, "datamaskin": [20, 25], "datamaskinen": [20, 46, 53], "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "dato": [20, 41], "datoen": 41, "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "db": 8, "de": [12, 20, 24, 26, 28, 33, 35, 37, 39, 41, 43, 45, 48, 51, 53, 80], "deaktiver": [21, 35, 41], "deaktivert": [20, 41], "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50, 69], "dedikert": 20, "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69], "defin": [15, 19, 42, 44], "definert": 41, "definit": 19, "deg": [20, 24, 26, 28, 33, 35, 41, 43, 49], "dekrypter": 26, "del": [26, 35, 41, 80], "delai": 15, "dele": [20, 24, 28, 33, 43, 53, 82], "deleeieren": 33, "delehold": 35, "delen": [26, 37, 41], "deleprogramvar": 53, "deler": [6, 24, 26, 28, 33, 35, 41], "deleren": 35, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 41, 42, 58, 59, 66, 69, 80], "deling": [26, 41], "delingen": [20, 26, 28, 35], "delingseier": 26, "delingsfanen": 35, "delingskobl": 20, "delingskobling": 82, "delingslenk": [28, 35], "delingsl\u00f8sn": 53, "delingsmenyen": 41, "delingsparten": 35, "delingspassordet": 20, "delingsrettighet": 35, "delingstokenet": 20, "delt": [20, 26, 28, 33, 41, 53], "deltak": 41, "deltakels": 41, "deltakelsesniv\u00e5et": 41, "deltakelsesstatu": 41, "deltakeren": 41, "deltakermatrisen": 41, "deltakervalg": 41, "dem": [20, 21, 24, 26, 35, 41, 43, 45, 53, 80, 82], "den": [6, 20, 24, 26, 28, 29, 33, 35, 37, 39, 41, 45, 48, 53, 73, 80, 81], "deni": 54, "denn": [20, 24, 26, 28, 31, 35, 39, 41, 48, 51], "depend": [0, 12, 17, 19, 21, 27, 36, 44, 60, 63, 72, 80, 82], "deploy": [7, 14, 18], "depth": 20, "der": [20, 35, 37, 41, 45], "dere": [20, 24, 41], "derett": [20, 26, 28, 41, 48, 51], "descend": 15, "describ": [7, 11, 77], "descript": [5, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 44, 80], "designet": [20, 80], "designteam": 80, "desir": [12, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 53, 63], "desktopcli": [9, 17], "dessuten": 26, "destin": [20, 21], "det": [20, 29, 31, 33, 35, 37, 39, 41, 45, 48, 51, 81, 82], "detail": [1, 20, 27, 36, 39, 42, 44, 45, 52, 59, 69, 82], "detalj": [35, 37, 41], "detaljen": 41, "detaljert": 41, "detect": [9, 15], "determin": 44, "dett": [20, 24, 28, 35, 39, 41, 45, 46, 48, 80, 82], "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogbok": [28, 41], "dialogboks": 46, "dialogboksen": [41, 51], "dialogen": 41, "dialogu": 2, "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 21, 42, 44, 69, 70], "digest": 0, "din": [20, 21, 24, 25, 26, 28, 31, 33, 35, 41, 45, 48, 51, 53, 81, 82], "dine": [6, 20, 21, 24, 26, 53, 80, 81], "direct": [20, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 25, 29], "directory_that_has_been_cr": 8, "direkt": [26, 28, 35, 41], "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 26], "diskplassen": 33, "diskplassgrensen": 39, "diskstasjon": 20, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 42, 51, 60, 66, 82], "diss": [21, 26, 28, 31, 33, 35, 41, 43, 46, 48, 53, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "dit": 41, "ditt": [20, 21, 26, 41, 43, 49, 51, 82], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 28, 36, 41, 44, 47, 60, 62, 63, 65, 69, 72, 81], "doc": [26, 35, 37], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 46, 53, 57, 74, 80], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "dokument": [46, 82], "dokumentasjonen": 20, "dokumentert": [20, 25, 80], "dolphin": 19, "domain": [44, 47], "domenet": 20, "don": [5, 39, 42, 66], "done": [12, 38, 56, 66, 72], "dot": [4, 19, 21, 27, 36, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 42, 52, 56, 62], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drar": 41, "drift": 81, "drive": [20, 36], "drive_path": 20, "driver": 53, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "du": [20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 37, 39, 41, 43, 45, 46, 48, 49, 51, 53, 54, 73, 80, 81, 82], "due": [12, 15], "dukk": 41, "dupliser": 41, "durat": [9, 69], "dure": [19, 40, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dysleksi": 80, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49, 51, 82], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 38, 41, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 44, 58, 80], "editoren": 41, "effect": 81, "effici": 44, "egen": [28, 35], "egendefinert": 41, "egenskapen": 20, "eget": [53, 80], "egn": 41, "eier": [20, 24, 37, 41], "eieren": [26, 35, 41], "either": [8, 12, 19, 38, 42, 47, 49, 60, 70, 76], "ek": [20, 41, 51], "eksempel": [20, 26, 33, 41, 48, 80, 81], "eksempelet": [20, 35], "eksemplen": 20, "eksemplet": 20, "eksisterend": [35, 41], "ekskludert": [33, 39], "eksporter": 41, "ekstern": [20, 26, 28, 35, 41], "elaps": 60, "eldr": [20, 24, 28, 33], "eldst": [24, 33, 39], "element": [41, 58, 60, 66, 80], "elementen": 41, "elementet": 48, "elementst\u00f8rrelsen": 80, "eliminer": 41, "eller": [20, 24, 28, 29, 31, 33, 35, 37, 45, 46, 48, 49, 53, 80, 81], "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 42, 44, 45, 59, 60, 69, 73, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 42, 44], "en": [20, 24, 28, 29, 31, 33, 37, 43, 45, 46, 48, 51, 53, 80, 81, 82], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 26, 27, 30, 47], "encryption_configur": 26, "end": [19, 26, 30, 34, 40, 44, 57, 62, 69], "enda": 51, "endelig": 41, "endr": [20, 28, 31, 37, 41, 48, 51, 81, 82], "endrer": 20, "endret": [26, 41, 51], "endring": 41, "endringen": 41, "enest": [26, 41], "eng": 20, "engasjert": 41, "enhanc": 66, "enhet": [6, 20, 41, 45, 53, 81], "enheten": [41, 45, 54, 81], "enhetlig": 6, "enkel": [20, 26], "enkelt": [20, 26, 29, 41], "enkeltperson": [26, 53], "enkl": 41, "enn": [20, 24, 31, 33, 39, 82], "enn\u00e5": [26, 41], "enough": 12, "ensur": [7, 15, 44, 80], "enten": [35, 41, 45], "enter": [1, 2, 14, 35, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 44], "entiti": 42, "entri": [0, 1, 2, 19, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13], "equival": 16, "er": [20, 24, 25, 28, 29, 31, 33, 35, 41, 43, 45, 46, 48, 53, 80, 81, 82], "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51], "erstatt": [20, 41, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "et": [20, 26, 28, 35, 37, 39, 43, 46, 48, 51, 53, 73, 80, 81], "etc": [12, 20, 27, 66], "ett": 41, "etter": [20, 26, 39, 41, 45, 48, 80], "etterfulgt": 20, "ettersom": 26, "even": [2, 9, 10, 15, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "eventuel": [41, 80], "eventuelt": [41, 45], "everi": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 18, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 42, 44, 59, 69], "exit": [8, 19], "expand": [19, 44], "expect": [2, 19, 44], "experi": [18, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19, 53], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 44], "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 41, 45, 51, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50], "fail": [7, 12, 44], "failur": [9, 12], "faktisk": [28, 35], "faktor": 81, "faktoren": 81, "fall": [11, 20], "fals": [9, 11], "fanen": [20, 41], "faq": [6, 13], "far": 83, "farg": 41, "fargen": 41, "farlig": 26, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favoritt": 21, "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 42, 44, 50, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feil": 20, "feilmeld": 20, "fellesressurs": 20, "fellesskapet": 20, "felt": 41, "felten": 51, "feltet": [20, 28, 51], "ferdig": [20, 28, 51], "few": [42, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fiks": 48, "fil": [20, 24, 35, 37, 39, 41, 46], "filbehandl": 46, "filbehandler": 20, "filbehandleren": 46, "fildeling": [28, 35], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": [35, 37], "fileinto": 44, "filen": [20, 21, 24, 26, 28, 33, 35, 37, 53], "filenam": [16, 19], "filer": [6, 22, 25, 28, 31, 32, 33, 35, 37, 41, 46, 53], "files_vers": 39, "filesizelimitinbyt": 20, "filgjenopprettingsn\u00f8kkelen": 26, "fill": [1, 5, 15, 27, 44, 50, 56], "filnavn": 26, "filnavnen": [26, 29], "filoperasjon": 20, "filopplasting": [22, 30], "filoverf\u00f8ring": 20, "filprotokol": 20, "filslipp": 35, "filst\u00f8rrelsen": 20, "filsynkronis": 53, "filsystem": 20, "filsystemdriveren": 20, "filsystemmontering": 20, "filter": [1, 36, 42, 59, 76, 83], "filtilgang": 20, "filvelg": 37, "filversjonen": 33, "fin": 41, "final": 69, "find": [12, 14, 19, 20, 21, 24, 25, 41, 42, 47, 50, 56, 57, 66, 69, 70, 72, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 20, 50, 52], "finn": [26, 35, 41, 43, 73, 80], "finner": [37, 41, 48, 80], "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 42, 44, 48, 56, 60, 66, 71], "fit": 65, "fix": [7, 14], "fjerd": 41, "fjern": [20, 26, 28, 33, 41], "fjerner": 41, "flag": 44, "fledg": 50, "fleet": 19, "flere": [20, 35, 41, 53, 80, 81], "flest": 48, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "flytt": 24, "flytter": 20, "flyttet": 24, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 21, 25, 27, 29, 35, 36, 37, 41, 42], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 21, 27, 40, 42, 47, 49, 52, 60, 80, 82], "forbered": 41, "forberedelsestiden": 41, "forbund": 82, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "fordi": 26, "forekomst": [20, 41], "forekomsten": [20, 41], "forel\u00f8pig": 41, "forent": [28, 35], "foreta": [23, 30], "foretrekk": [20, 51], "foretrukn": 82, "forget": 5, "forhindr": [24, 35], "forh\u00e5ndsdefinert": 41, "forh\u00e5ndsvis": [21, 41], "forh\u00e5ndsvisning": 26, "forklar": 41, "form": [1, 26, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formatet": [28, 41], "forrig": 41, "forsikr": 49, "forskjellen": 41, "forskjellig": [35, 81], "forslagen": 41, "forslaget": 41, "forslagseditoren": 41, "forslagsel": 41, "forslagselementet": 41, "forslagslisten": 41, "forslagsprosessen": 41, "forst\u00e5": 33, "fortel": 41, "forth": 1, "fortsatt": [26, 33, 41, 80], "fortsett": 45, "forward": [69, 76], "for\u00e5rsaket": 80, "found": [20, 44, 57, 72, 83], "four": 44, "fra": [20, 24, 26, 28, 33, 35, 37, 39, 41, 45, 46, 53, 54, 73, 82], "frakoblet": 20, "frakobling": 20, "framework": 7, "frav\u00e6rstiden": 41, "free": [11, 15, 20, 40, 41, 60], "frem": 41, "fremdriftslinj": 41, "fremgangsm\u00e5ten": 51, "fri": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 42, 44, 50, 57, 73], "fullf\u00f8r": [20, 45], "fullf\u00f8rer": 43, "fullf\u00f8rt": [29, 41], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fullstendig": 41, "fullt": [80, 82], "fullteksts\u00f8keappen": 26, "fun": 5, "function": [7, 20, 42, 81], "funger": [20, 26, 41, 46, 48, 81], "funksjon": [20, 41], "funksjonen": [20, 21, 26, 29, 82], "further": [10, 38, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "fyll": [20, 41], "fylt": 41, "fysisk": 81, "f\u00e5": [20, 21, 26, 41, 51, 80, 82], "f\u00e5r": [20, 41], "f\u00e5tt": 35, "f\u00f8dselsdagen": 41, "f\u00f8lg": [20, 28, 35, 51], "f\u00f8lge": [46, 48], "f\u00f8lgend": [20, 41, 45, 81, 82], "f\u00f8r": [20, 24, 26, 41, 48], "f\u00f8rer": 80, "f\u00f8rst": 41, "f\u00f8rste": [26, 39, 41, 48, 81, 82], "g": [0, 4, 8, 19, 45, 49], "galleri": 26, "gaml": [26, 41], "gang": [20, 24, 26, 35, 39, 41, 48, 51], "ganger": 41, "gansk": 26, "gatewai": [8, 69], "gb": [11, 20], "gear": 42, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "generel": [41, 80], "generelt": 41, "generer": [41, 81], "generert": 41, "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 42, 47, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gi": [20, 24, 45], "gif": 66, "gigabyt": 12, "giphi": 66, "gir": [20, 35, 41, 53], "github": [25, 66, 74, 80], "gitlab": 66, "give": [0, 1, 2, 5, 12, 54, 60, 62], "given": [44, 60, 63], "gjeldend": 20, "gjelder": 26, "gjenkjenn": 20, "gjennom": [20, 26, 35, 41], "gjennomg\u00e5": 41, "gjennomg\u00e5tt": 41, "gjennomsiktig": 41, "gjennomstreket": 41, "gjenopprett": [26, 39, 41], "gjenopprettingsalternativ": 26, "gjenopprettingsn\u00f8kkelen": 26, "gjenopprettingsn\u00f8kkelfunksjonen": 26, "gjenspeil": 41, "gjentakelsen": 41, "gjentakend": 41, "gjester": 41, "gjord": [26, 41], "gjort": [41, 45], "gj\u00f8r": [20, 26], "gj\u00f8re": [26, 28, 35, 41, 46, 48, 82], "glanc": 36, "glem": 26, "global": [6, 19, 76], "globusknappen": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 27, 41, 44, 45, 50, 52, 58, 71, 72, 81], "godkjen": 20, "godkjenn": 20, "godkjenningsinnstillingen": 35, "godta": [35, 37, 41], "godtatt": 41, "godtok": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": 19, "grant": [14, 41, 44, 45, 60, 63], "granul\u00e6r": 41, "grati": [53, 80], "grav": 20, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "grensen": [20, 24, 39], "grensesnittet": [80, 82], "group": [0, 3, 7, 17, 20, 44, 45, 52, 56, 58, 60, 83], "groupwar": [6, 42, 48, 52], "grunn": [35, 37], "grunnleggend": 41, "grupp": 41, "gruppedeling": 26, "gruppemedlemskap": 82, "gruppen": [20, 41], "grupper": [26, 33, 41], "gruppevareinnstillingen": 41, "gr\u00e5tt": 41, "guard": 12, "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gult": 26, "gvf": 20, "gyldig": [41, 51], "g\u00e5": [20, 28, 35, 41, 45, 48], "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 24, 25, 26, 27, 33, 36, 38, 41, 44, 45, 56, 69, 72, 74, 81, 83], "had": 19, "haken": 41, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": [41, 44], "handler": [12, 41], "happen": [0, 5, 10, 15], "happi": 19, "har": [20, 21, 24, 26, 29, 35, 39, 41, 45, 46, 49, 51, 80, 81], "hard": 12, "harddisk": [20, 41], "hardwar": 83, "hastigheten": 41, "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 21, 25, 28, 29, 33, 39, 41, 42, 44, 45, 46, 47, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "havner": 41, "head": [2, 5, 66], "header": [20, 21, 44, 58], "heldagshendels": 41, "hele": [26, 41], "help": [11, 16, 18, 42, 44, 57, 69, 82, 83], "helst": [20, 28, 41, 46, 54], "helt": 31, "hemmelig": 41, "hemmelighet": 20, "hemmeligheten": 81, "hendelsen": 41, "hendelsesdeltaker": 41, "hendelsesdetalj": 41, "hendelseseditoren": 41, "hendelsesnavnet": 41, "hensyn": 6, "henter": [20, 41], "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "hierarkiet": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 21, 39], "historikk": 20, "hjelp": [22, 26, 30, 41, 53, 80], "hjelper": 41, "hjem": [41, 48, 53], "hjemmekatalogen": 20, "hjemmesid": 43, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hkey_local_machinesystemcurrentcontrolsetserviceswebclientparamet": 20, "hoc": 69, "hold": [20, 41, 42, 60], "home": [7, 8, 9, 14, 17, 20, 25], "hopp": 80, "horizont": [2, 44], "host": 9, "hour": [0, 12, 16, 41, 69, 76], "hourli": 0, "hovedform\u00e5let": 26, "hovedgrensesnittet": 41, "hovedinnholdet": 80, "hovedn\u00f8kkelen": 26, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 42, 60, 81], "howev": [7, 10, 12, 19, 42, 44], "hr": 9, "href": 20, "html": [26, 35, 37, 41], "http": [8, 9, 11, 12, 20, 26, 35, 37, 41, 43, 45, 46, 47, 48, 49, 51, 53, 73, 80], "httpproxi": 8, "hub": [41, 44, 69], "huket": 41, "hurtigbuff": 33, "husk": [20, 41], "hva": [41, 82], "hvem": [6, 35], "hver": [20, 24, 26, 35, 39, 41], "hvert": [39, 41, 81], "hvi": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 45, 48, 51, 80, 81, 82], "hvilk": [20, 41, 45], "hvilken": [20, 41, 54], "hvor": [26, 35, 41, 46], "hvordan": [20, 33], "hvorvidt": 41, "hyppig": 20, "h\u00f8y": 80, "h\u00f8ykontrastmodu": 80, "h\u00f8yre": 39, "h\u00f8yreklikk": [20, 48], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx5": 45, "icsx\u2075": 45, "id": [45, 82], "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 54, 60], "identisk": 26, "identiteten": 81, "ifram": 41, "igjen": [24, 26, 39, 45], "ignor": [8, 12], "ignorert": 41, "ikk": [20, 24, 31, 33, 35, 41, 45, 48, 49, 51, 80, 82], "ikonet": [28, 35, 41, 45], "illustrer": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imidlertid": 41, "immedi": [1, 10, 12, 14, 27, 36, 42, 54, 62, 69], "implement": [25, 42, 44], "implementer": 20, "implementeringen": 20, "implisitt": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "importen": 20, "importer": 41, "importert": 41, "impos": 15, "improv": [20, 44], "inact": 59, "includ": [8, 10, 19, 20, 21, 42, 44, 52, 59, 60, 62], "incom": 44, "incorrect": [9, 19], "increas": [11, 15, 20], "independ": [0, 12], "index": [12, 41], "indic": [19, 20, 21, 27, 44, 60, 62, 69], "indiker": 51, "individu": [14, 19, 27, 41, 42, 44, 54, 72], "individuel": [26, 41], "influenc": 11, "info": 36, "infoen": 41, "inform": [7, 8, 11, 12, 13, 14, 15, 19, 21, 44, 46, 50, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informasjon": [20, 24, 33, 41], "informasjonen": [35, 51], "informer": 41, "informert": [37, 41], "ingen": [26, 28, 41, 51, 82], "ingent": 26, "inherit": 42, "inhibit": 8, "ini": 9, "initialisert": 26, "initiert": 35, "inkluder": [20, 26, 41, 82], "inkludert": [6, 20, 41], "inlin": [36, 66], "inn": [6, 20, 24, 26, 28, 35, 37, 41, 45, 46, 51, 80], "inndata": 41, "innebygd": [20, 41, 46], "innebyggingskobl": 41, "innehold": 41, "innhold": 20, "innholdet": 41, "innkommend": [35, 37], "innledend": 20, "innlog": 20, "innloggingen": 26, "innstilling": [20, 35, 41, 45, 48, 51, 80, 82], "innstillingen": [41, 46, 48, 51, 80], "innstillingsikonet": 51, "innstillingsmenyen": 80, "inntil": 41, "inntreff": 41, "inotifi": 12, "input": [1, 19, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "installasjon": 28, "installasjonen": 20, "installer": [20, 41, 45], "installert": [20, 41], "instan": 41, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instansen": 41, "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 45, 51, 64], "instruct": [21, 51, 57, 74], "instruksjonen": 20, "integr": [12, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "integrer": 46, "integrert": 73, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 80], "interfer": 7, "intern": [19, 41, 69], "internett": [20, 49], "internettforbindelsen": 48, "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": 19, "introductori": 5, "introduksjon": 6, "introdusert": 41, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invitasjonsstatu": 41, "invitert": 41, "invok": 8, "involvert": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "issu": [14, 25, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 21, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 76], "ja": 26, "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 21, 27, 45, 50, 66, 72, 80, 81], "juster": [24, 35, 39], "kaddressbook": 48, "kalend": [33, 43, 46, 48], "kalendar": 48, "kalender": [45, 46, 48], "kalenderabonnementen": [41, 45], "kalenderappen": [6, 43], "kalenderapplikasjon": 41, "kalenderdeling": 41, "kalenderen": [41, 48, 51], "kalenderfil": 41, "kalenderhendels": 41, "kalenderhendelsen": 41, "kalenderkild": 48, "kalenderlisten": [41, 48], "kalendermappen": 41, "kalendern": 45, "kalendernavnet": 41, "kalenderserver": 41, "kalendertjen": 51, "kalenderweb": 41, "kalt": 20, "kan": [6, 20, 21, 24, 28, 29, 33, 35, 37, 39, 41, 43, 46, 48, 51, 53, 54, 73, 80, 81], "kanban": 43, "kansellering": 41, "kanskj": [20, 26, 35, 41], "katalog": 20, "katalogdelen": 20, "katalogen": [20, 35], "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 38, 42, 44, 69, 76, 81], "kei": [7, 42, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kildebrukeren": 37, "kildekod": [20, 53], "kjent": [45, 81], "kj\u00f8r": 20, "kj\u00f8re": [20, 26, 41], "kj\u00f8rer": 20, "kl": 37, "klarheten": 80, "klient": [20, 43], "klientappen": 51, "klientapplikasjon": 6, "klienten": 20, "klienter": 41, "klientsiden": 49, "klikk": [20, 28, 29, 35, 37, 39, 41, 49, 51], "klikker": [20, 29, 37, 39, 41, 51], "klikket": 41, "klokken": 41, "klokkeslett": 41, "knapp": [29, 45], "knappen": [20, 28, 41], "knapper": 41, "know": 28, "knowledg": [2, 3, 12], "knyttet": 41, "kobl": [20, 41, 54], "kobler": [20, 28], "koblet": 26, "kobling": [41, 82], "koblingen": [29, 35, 41, 82], "kode": 81, "koden": 81, "kolleg": 41, "kom": 80, "kommando": 20, "kommandoen": 20, "kommandosyntak": 20, "kommend": 51, "kommentar": 41, "kommer": [20, 26, 80], "kompat": [20, 41], "kompatibel": [41, 53], "kompleks": 41, "komplisert": 24, "konfigur": 6, "konfigurasjon": [31, 35], "konfigurasjonen": 26, "konfigurasjonsfil": 20, "konfigurer": [20, 35, 41], "konfigurert": [24, 31, 33, 41, 45, 49], "konflikt": 41, "konflikten": 41, "konkretiser": 41, "kontact": [6, 43], "kontakt": [20, 31, 33, 41, 43, 46, 48, 80], "kontakten": 41, "kontaktressursen": 48, "kontekst": 41, "konto": [20, 37, 41, 45, 46, 51], "kontoen": [20, 26, 45, 51, 81], "kontoer": [46, 49, 51], "kontonavnet": 51, "kontrast": 80, "kontrastproblem": 80, "kontrol": 41, "kontroller": [20, 53], "kontrollpanel": 20, "kopi": 24, "kopier": [20, 24, 41], "korgan": 48, "krav": 6, "krefter": 24, "kretser": 35, "kreve": [45, 81], "krever": [20, 31, 41], "krypter": [20, 30, 34], "krypteringen": 26, "krypteringsapp": 26, "krypteringsn\u00f8kkel": 26, "krypteringsn\u00f8kl": [26, 33], "krypteringsn\u00f8klen": 26, "krypteringspassordet": 26, "kryptert": [20, 33, 49], "kryss": 20, "kubuntu": 19, "kun": [20, 41], "kunn": [20, 26, 41, 51, 82], "kvalitet": 80, "kvote": [33, 82], "kvoten": [24, 33], "kvoter": 33, "kwallet": 14, "la": 41, "label": [20, 26, 36, 41, 51], "lage": [39, 43], "lager": 20, "laget": 43, "lagr": [20, 26, 41, 46, 48, 51, 82], "lagred": [20, 39], "lagrer": [33, 41], "lagret": [20, 26, 51], "lagringskvot": [24, 30, 32], "lagringskvoten": 24, "lagringsplassadministrasjonen": [24, 33], "lagringstjenest": 26, "lagt": 41, "land": [2, 41, 42], "langt": 35, "languag": [1, 44, 64], "lar": [20, 28, 33, 35, 41, 43], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 20, 26, 33, 35, 39, 41, 44, 54, 55, 73, 83], "laster": [20, 31], "lastet": 20, "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 26, 35, 37, 52, 83], "launch": [7, 12, 14, 16, 19], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 40, 44], "ledetekst": 20, "ledeteksten": 20, "ledig": [24, 39, 41], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legg": [20, 24, 26, 28, 46, 48, 51, 53, 81], "legger": 41, "legitimasjon": 20, "legitimasjonen": 45, "lengden": 41, "lenger": 41, "lengr": 20, "lenk": [29, 35, 41], "lenken": [29, 41], "lenker": 35, "lese": [20, 26, 41], "lesefeilen": 80, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "lett": 80, "level": [2, 16, 21, 26, 60, 62, 69, 80], "lever": [20, 41], "leverand\u00f8ren": [20, 26], "levert": 41, "librari": [9, 17], "liggend": 24, "ligner": 41, "like": [5, 7, 15, 19, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "likhet": 41, "lim": [41, 51], "limit": [12, 15, 19, 20, 31, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 66], "linj": 20, "linjen": [20, 41], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 35, 44, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 21, 29, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listedag": 41, "listem\u00e5n": 41, "listen": [8, 9, 20, 35, 41, 48, 54], "lister": 41, "listeuk": 41, "litt": [20, 24, 33, 41, 48], "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logg": [20, 26, 49, 51], "logger": [20, 26], "logget": 6, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81], "logo": 83, "logwindow": 16, "lokal": [20, 41, 53], "long": [0, 1, 9, 15, 40, 44], "longer": [42, 69, 76, 81], "look": [33, 38, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luke": 41, "luker": 41, "lukk": [20, 45], "lurt": [41, 48], "lyd": 73, "lysheten": 80, "lysstyrken": 80, "l\u00e6re": [24, 26], "l\u00f8sninger": 20, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [42, 47], "magic": 5, "magisk": [24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "main_pag": 20, "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 25, 28, 29, 39, 42, 47, 58, 60, 66, 74], "maksim": 24, "maksimal": [20, 24], "maksimalt": 24, "maksimalverdien": 20, "maksimumsgrens": 41, "manag": [5, 6, 7, 12, 14, 15, 17, 20, 21, 27, 30, 31, 41, 46, 50, 56, 57, 77], "mandatori": [45, 62], "mang": [26, 41], "mangler": 21, "mani": 12, "manner": 8, "manual": [7, 12, 13, 14, 15, 25, 27, 36, 44, 49, 50, 58, 62, 79], "manuel": 48, "manuelt": [20, 24, 29, 39, 45], "map": 20, "mapp": [20, 24, 33, 35, 37], "mappehierarkiniv\u00e5": 35, "mappeinnholdet": 35, "mappen": [24, 28, 35, 37, 53], "mappenavnet": 37, "mapper": [26, 35, 37, 53], "mappestrukturen": 26, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "markedsf\u00f8ringsplanleg": 41, "market": 82, "mark\u00f8ren": 41, "maskinvaretoken": 6, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matris": 41, "matrix": [0, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 27, 44, 81], "meanwhil": 42, "mechan": 7, "med": [6, 21, 24, 25, 28, 29, 33, 43, 53, 80, 82], "media": [8, 21, 42, 60, 62, 69], "medlemm": [20, 35], "meet": [41, 57, 69, 72, 83], "megabyt": 31, "meld": [26, 41, 51], "mellom": 41, "member": [2, 5, 69], "membership": 42, "memori": 1, "men": [20, 24, 26, 33, 41, 45, 46, 80], "mener": 26, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 42, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menyalternativet": 20, "menyen": [20, 41, 51], "menylinj": 20, "menylinjen": 48, "mer": [24, 26, 33, 39, 41, 43, 45, 73], "merk": [20, 51], "merkelappen": 28, "merker": 28, "merket": 51, "merknad": 35, "messag": [1, 6, 16, 19, 43, 47, 56, 57, 58, 67, 73, 80, 83], "mest": [26, 41], "metadata": [19, 33], "method": [7, 27, 42, 45, 58, 81], "metod": 20, "metoden": [20, 28], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "midlertidig": [20, 33], "might": [7, 9, 10, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "milj\u00f8": 20, "millisecond": 9, "mime": 12, "min": [9, 20], "minchunks": 9, "mindr": 41, "miniatyrbild": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minnebruk": 24, "minut": [9, 27, 39], "minutt": [26, 39, 41, 48], "minuttet": 39, "mislykk": 20, "mist": 26, "mister": 26, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 38, 41, 42, 45, 81], "mobilapp": [20, 73, 82], "mobildataplanen": 48, "mobilenheten": 20, "mobilklient": 20, "mobilklienten": 73, "mobilsynkronis": [22, 30], "modal": [80, 83], "modalen": 41, "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 21, 42, 60], "modu": 20, "modul": 20, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "monter": [20, 28, 35], "monteringsinformasjonen": 20, "monteringspunktet": 20, "montert": 20, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 21, 26, 36, 41, 42, 44, 46, 48, 49, 50, 55, 56, 58, 60, 69, 70, 74, 81, 82, 83], "morn": 0, "most": [18, 19, 44, 74, 83], "mot": [24, 33, 81], "motta": 41, "mottak": [24, 35, 41], "mottakeren": [24, 28, 35], "mottar": [29, 35, 37, 41, 81], "mount": [20, 21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "mulig": [35, 41], "muligen": 41, "mulighet": 41, "muligheten": [20, 21, 41], "multipl": [19, 21, 36, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mye": 26, "mynextcloud": [20, 48], "m\u00e5": [20, 26, 28, 41, 45, 49, 51], "m\u00e5l": 35, "m\u00e5lbrukeren": 37, "m\u00e5ldagen": 41, "m\u00e5ldeltakern": 41, "m\u00e5ned": 41, "m\u00e5nedsvisningen": 41, "m\u00e5te": [20, 26, 41, 46, 81], "m\u00e5ten": [20, 26, 41], "m\u00e5ter": 45, "m\u00e5tte": [26, 80], "m\u00f8nsteret": 39, "m\u00f8rk": 80, "m\u00f8rkt": 80, "m\u00f8ter": 41, "m\u00f8tet": 41, "m\u00f8tetidspunkt": 41, "m\u00f8tetidspunktet": 41, "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 36, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 50, "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 49, 51, 65, 69, 76], "navigasjonen": 80, "naviger": 35, "navigeringen": 80, "navn": [20, 24, 35, 39, 41, 48, 82], "navnet": [35, 37, 41], "navngi": 39, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 47, 54], "ned": [20, 26, 39, 73], "nedenfor": [20, 26, 51], "nedlast": 35, "nedlastingen": 35, "nedlastingsknappen": 35, "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 38, 42, 44, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nei": 26, "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "nettadressen": [20, 51], "nettflyt": 45, "nettgrensesnittet": 21, "nettkonto": 20, "nettles": [6, 20], "nettleser": [6, 20, 81], "nettleseren": 20, "nettleserh\u00f8yreklikkalternativ": 35, "nettlesern": 54, "nettstedet": 73, "nettverk": 20, "nettverksdel": 20, "nettverksstasjon": 20, "nettverksstasjonen": 20, "nettverkstilkobl": 20, "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 21, 27, 36, 37, 39, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudbrukernavn": 20, "nextcloudcmd": 8, "nextcloudpassord": 20, "nextcloudurl": 8, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "noe": [20, 26, 41, 48, 81], "noen": [21, 26, 33, 35, 41, 48, 80, 82], "non": [2, 8, 9, 14], "none": [44, 47], "normal": [7, 9, 19, 44, 66], "normalt": [26, 41], "note": [2, 4, 41, 42, 44, 76], "notic": 10, "notif": [6, 7, 9, 10, 19, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 7, 10, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 42, 44, 47, 66], "number": [11, 15, 19, 28, 42, 44, 58, 60, 69], "ny": [20, 24, 28, 35, 37, 39, 45, 48], "nye": [24, 26, 28, 35, 41, 82], "nyer": 20, "nylig": [20, 41], "nytt": [20, 21, 24, 26, 33, 35, 41, 45], "nyttig": [20, 31, 33, 41], "n\u00e5": [20, 29, 41, 45, 46, 48, 81], "n\u00e5dd": 41, "n\u00e5r": [20, 26, 28, 29, 31, 33, 35, 39, 41, 45, 48], "n\u00e6rmest": 24, "n\u00f8dvendig": [20, 35, 37, 41], "n\u00f8kkel": 81, "n\u00f8kkelringen": 49, "n\u00f8klene": 26, "n\u00f8l": 80, "o": 8, "object": [0, 27], "objektet": 35, "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": [0, 10, 20, 44], "oct": 20, "off": [1, 44, 80], "offentlig": [33, 41], "offer": [7, 15, 19, 20, 21, 35, 44, 60, 80], "offic": [6, 12, 20, 21, 43, 69], "offici": 14, "offlin": [15, 19, 27], "often": [0, 41], "og": [6, 21, 22, 24, 26, 28, 29, 31, 33, 37, 43, 46, 48, 49, 51, 53, 73, 81, 82], "ogs\u00e5": [20, 39, 41, 46, 80, 82], "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "om": [20, 24, 26, 28, 31, 35, 37, 41, 43, 45, 48, 49, 73], "omdirigert": 81, "omr\u00e5det": 41, "omstart": 20, "omtrent": 33, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 46, 83], "onsdag": 41, "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 38, 42, 44, 45, 47, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "operativsystem": 20, "operativsystemet": 20, "opp": [20, 31, 33, 35, 45], "oppbevaringsperioden": [24, 33], "oppdag": [41, 45], "oppdater": [20, 26, 41, 48], "oppdateringsfrekven": 48, "oppdatert": [20, 41], "oppfyl": 39, "oppfylt": 24, "oppf\u00f8r": 37, "oppf\u00f8ringen": 20, "oppf\u00f8rt": [41, 82], "oppgav": [20, 41, 45, 46, 48], "oppgavetavl": 43, "oppgi": [26, 41, 45], "oppgradert": 28, "opphev": [26, 35], "oppheved": 41, "opplast": 35, "opplasted": [33, 41], "opplasting": [23, 30, 31, 33], "opplastingen": [29, 41], "opplastingsfunksjonen": 29, "opplastingsgrens": 31, "opplastingsgrensen": 31, "opplastingsmappen": 29, "opplev": 20, "opportun": 12, "opprett": [21, 26, 28, 33, 35, 45, 48], "opprettet": [20, 26, 35, 41, 51], "opprinnelig": [20, 33, 35], "oppsettet": 45, "oppstart": 20, "opptatthetsinformasjon": 41, "opt": [9, 44], "optimalisert": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 42, 66], "org": [8, 20, 45, 46, 47], "organ": [0, 2, 3, 5, 44, 76], "organis": 36, "origin": [44, 64], "osv": 41, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 44], "out": [5, 6, 19, 20, 39, 43, 44, 57, 60, 63, 69, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "ovenfor": 41, "over": [2, 19, 27, 41, 42, 44, 48, 49, 69, 76, 82], "overflow": [19, 27, 65], "overf\u00f8r": [20, 37, 41], "overf\u00f8ringen": 37, "overf\u00f8rt": 37, "overhaul": 12, "overhead": 20, "overlappend": 41, "overordnet": 35, "overrid": [7, 8, 11], "oversett": 53, "overskrid": [20, 24, 39], "overskriften": 41, "overskriv": 35, "overstig": 33, "overstyr": [24, 33, 41], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 7, 8, 9, 10, 29, 35, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20, 45], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 42, 54, 74, 77, 83], "pakk": 43, "pane": [12, 44], "panel": [1, 36, 44, 50], "paperclip": 56, "papirkurv": 24, "papirkurven": [24, 26, 33, 41], "papirkurvfilen": 24, "papirkurvikonet": 28, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 42, 44, 60, 69], "parti": [12, 20, 70], "particip": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "partsklient": 41, "pass": [8, 20, 39], "passend": 41, "passer": 31, "passkei": 83, "passord": [6, 20, 45, 51, 81], "passordbeskyttels": 35, "passordendring": 6, "passordet": [26, 82], "passordfeltet": 20, "passordgjenoppret": 26, "password": [8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 19, 27, 47, 48], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pcen": 20, "pdf": 21, "peer": 2, "pem": 20, "penalti": 20, "pend": 70, "penn": 41, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [37, 42, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 10, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personen": 41, "personlig": [20, 24, 35, 41, 82], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pilen": 28, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 42, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "planlagt": 41, "planlegg": [20, 41], "plasmakalenderapplet": 48, "plass": [24, 39], "plassen": [24, 41], "plasser": [20, 41], "plasseringen": 41, "plassgrensen": 24, "platform": 17, "playback": 21, "pleas": [4, 42, 44, 63, 82], "plist": 17, "plu": 42, "plukk": 41, "pluss": 41, "point": [10, 14, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": [7, 41], "pop3": 43, "popov": 80, "popul": 19, "popul\u00e6r": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "porten": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 38, 42, 44, 58, 59, 62, 74, 76], "possibli": 20, "post": [41, 49, 51, 57], "postadress": [41, 51, 82], "posten": 41, "postinformasjonen": 41, "postkass": 51, "postkasseinnstilling": 51, "postserveren": 41, "postvarsl": 41, "postvarsling": 41, "potenti": 44, "power": 1, "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 44, 60], "prefer": [0, 7, 9, 14, 17, 20, 44, 45, 52], "preferans": [41, 82], "preferansen": [6, 41, 81], "prepar": [18, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 50], "previous": 44, "prikken": 35, "prikker": 41, "primari": 44, "prim\u00e6r": 80, "prim\u00e6rknappen": 80, "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [26, 41, 66, 82], "privatlivet": 53, "privileg": 7, "pro": 81, "problem": [11, 12, 80, 81], "problemspor": 80, "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 44, 52, 62], "produc": [9, 19, 21], "produktivitetsverkt\u00f8yen": 43, "profil": [6, 9, 27, 42, 44, 69, 82], "profilbildet": 82, "profildataen": 6, "profilsiden": 41, "program": [12, 14, 17], "programmen": 82, "progress": [15, 19, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": 12, "properti": 42, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [41, 44, 52], "propstat": 20, "prosjektstyringsverkt\u00f8i": 43, "protect": [35, 38, 42, 69], "protocol": [12, 20, 27, 47, 50, 74], "protokol": 20, "protokollen": 20, "protokollinformasjon": 20, "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 38, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "pr\u00f8ve": 48, "pr\u00f8ver": 26, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicli": 42, "publisert": 41, "publish": 82, "punktsmenyen": 41, "purpos": 40, "push": [0, 60, 80], "put": 69, "p\u00e5": [21, 24, 28, 29, 30, 33, 34, 35, 37, 39, 43, 45, 46, 48, 49, 51, 53, 73, 80, 81, 82], "p\u00e5f\u00f8lgend": 20, "p\u00e5log": [20, 26], "p\u00e5logging": 20, "p\u00e5loggingsinformasjon": 20, "p\u00e5loggingskod": 81, "p\u00e5loggingsnavnet": 82, "p\u00e5loggingspassordet": 26, "p\u00e5loggingssiden": 80, "p\u00e5loggingsvindu": 45, "p\u00e5virk": 41, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 76, 83], "rapport": 80, "rapporter": 80, "rapportert": 20, "rather": [20, 50], "re": [5, 12, 44], "reach": [27, 40, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 47, 69], "receiv": [0, 1, 28, 29, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 21, 44, 54, 83], "recheck": 27, "recipi": 28, "recognis": 15, "recommend": [15, 20, 44], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "red": [19, 27, 60, 62], "reddit": 51, "redig": [20, 35], "rediger": [20, 21], "redigeringsprogrammet": 41, "redigert": 33, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "reduser": 80, "redusert": 80, "ref": 41, "refer": [14, 18, 21, 31, 62, 76], "reflect": [19, 27], "refresh": [50, 80], "reg": 12, "regardless": 56, "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registeret": 20, "registerredig": 20, "registri": [7, 12], "regler": 41, "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": 11, "reiser": 41, "rejoin": 69, "rekk": [35, 81], "rel": 41, "relat": [0, 1, 15, 17, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18], "relev": [10, 42, 44, 76], "relevant": 41, "remain": [11, 19, 44], "rememb": 1, "remind": [41, 69], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 44, 57, 69, 83], "renam": [0, 21, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 51], "replac": [40, 45, 47, 60, 69], "repli": [57, 69, 76], "report": [18, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 7, 8, 27, 38, 44, 47, 60, 62, 64, 69, 74], "reschedul": 66, "reset": 40, "resiz": 60, "resolv": 10, "resourc": [41, 42, 45, 46, 48], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respekt": [41, 43], "respon": 6, "respond": [44, 57], "respons": [20, 44], "responsivt": 80, "ressur": [20, 28, 35, 41, 46], "ressurs": [46, 48], "ressursen": [26, 28, 35, 41, 48], "ressursserverdel": 41, "rest": 25, "restart": 7, "resten": 20, "restor": 24, "restrict": [36, 42, 82], "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "rettighet": 35, "rettigheten": 35, "return": [21, 42, 60], "returtasten": 28, "reveal": 15, "revert": 69, "review": [1, 20], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "riktig": [20, 49, 81], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "rommet": 41, "room": [41, 42, 73, 77], "root": [8, 15, 20], "roten": [20, 37], "rotkatalogen": 41, "rotmappen": [20, 35], "row": [21, 36, 65], "rss": 6, "rule": [36, 44], "rullegardinmenyen": 20, "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "said": 7, "sale": 82, "samarbeidsredigeringsl\u00f8sning": 35, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samlet": 41, "samm": [20, 41, 46], "sammen": 41, "sammenknyttet": [28, 35], "samt": [41, 48, 73], "samtal": [35, 80], "sannsynlig": 26, "sannsynligvi": 20, "satt": [33, 41, 48], "save": [5, 12, 15, 27, 36, 39, 42, 44, 47, 54, 56, 62, 80], "scan": [12, 27], "scanner": 45, "scari": 5, "scenariet": 24, "scenario": 10, "schannel": 51, "schedul": [1, 14, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 44], "scroll": [20, 44, 51, 65, 66], "se": [6, 20, 24, 26, 28, 29, 33, 35, 37, 41, 81], "seamlessli": 15, "search": [2, 8, 36, 42, 69, 72, 78, 80, 82, 83], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 42, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 7, 9, 11, 12, 20, 36, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 10, 12, 13, 14, 19, 21, 25, 26, 27, 28, 29, 33, 36, 38, 40, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "seg": [20, 41], "seksjon": 41, "seksjonen": [20, 41], "sekund": [39, 48, 81], "sekunden": 39, "sekundet": 39, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 62, 66, 69, 72, 76, 81], "selector": 66, "self": [42, 76], "selv": [20, 41, 80], "selvsignert": [20, 49], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [41, 44, 76], "sendt": 41, "sens": 10, "sensit": 69, "sent": [0, 10, 28, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81], "separat": 25, "ser": [20, 41], "sertifikat": [20, 49], "sertifikatadvarsl": 20, "sertifikatet": 20, "sertifikatfeilen": 20, "sertifiseringsinstans": 20, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 26, 27, 28, 29, 35, 36, 37, 38, 41, 43, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 80, 81, 82, 83], "server_address": 8, "serveradministrasjonen": 41, "serveradministratoren": [21, 24], "serveradress": 20, "serveradressen": 20, "serveralternativ": 48, "servercert": 20, "serveren": [20, 26, 41, 45, 53, 82], "serverkonfigurasjonen": 20, "serversiden": [30, 34], "servertilkoblingen": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 43, 45, 47, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "sett": [20, 24, 26, 45], "setter": [41, 82], "setup": [11, 12, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": [18, 40, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 42, 44, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 27, 29, 35, 38, 42, 44, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 42, 44, 58, 60, 69, 71, 76, 83], "sidefelt": 41, "sidefeltet": [20, 28, 35], "siden": [20, 26, 28, 31, 35, 37, 41, 82], "sidepanelet": 80, "sider": 41, "sier": [20, 26], "siev": 44, "sifret": 35, "sign": [19, 42], "signatur": 44, "signific": [20, 44], "significantli": 20, "sikker": [20, 53], "sikkerheten": 20, "sikkerhetskopi": 41, "sikkerhetsproblem": 26, "sikr": [20, 24], "sikret": 20, "silent": [7, 8, 60], "similar": [15, 19, 40, 42], "similarli": 44, "simpl": [5, 27, 39, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sin": [28, 41], "sinc": [35, 39, 44, 50, 81], "sine": [24, 26, 41], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sirkelpilen": 39, "sirkler": 35, "sistnevnt": 46, "sit": 19, "sitt": 53, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "sjekk": 20, "sjekker": [24, 41], "skal": [20, 37, 41, 46, 48, 51], "skann": 81, "skaper": [28, 35], "skip": [11, 60, 80], "skipupdatecheck": 7, "skje": [26, 41], "skjemaet": [28, 35], "skjemafelt": 28, "skjer": 41, "skjermen": 20, "skjermst\u00f8rrels": 80, "skjul": 35, "skjule": 80, "skjuler": 35, "skj\u00f8nt": 26, "skrevet": 41, "skrift": 80, "skrifttyp": 80, "skript": 20, "skriptet": 26, "skriv": [20, 41, 45, 51, 81], "skrive": [20, 28, 37, 41, 46], "skrivebeskytted": 41, "skrivebeskyttet": [35, 41], "skrivebord": [22, 30, 46, 73, 82], "skrivebordet": [6, 20, 43], "skrivebordsklienten": 20, "skriver": [20, 28, 35], "skrivetilgang": 41, "sky": [28, 35], "slash": 19, "slet": 41, "slett": [21, 39], "sletted": [30, 32, 33, 41], "sletter": [24, 28, 39, 41], "slettet": [24, 41], "slik": [20, 35, 41, 48, 80], "slikt": 26, "slipper": 41, "slow": 20, "slutt": [20, 41], "slutten": [20, 41, 80], "slutter": 41, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snapin": 20, "snarveier": 80, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 20, "solv": [12, 81], "som": [6, 20, 24, 26, 28, 31, 33, 35, 37, 41, 43, 45, 46, 48, 51, 53, 54, 80, 81], "some": [5, 9, 10, 14, 19, 26, 27, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sosial": 82, "sourc": [14, 20, 38], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "spesielt": 26, "spesifikk": [6, 41], "spesifis": 20, "spesifiser": 41, "split": 44, "spoken": 60, "spreadsheet": 21, "spr\u00e5k": 82, "spurt": [35, 37], "sp\u00f8r": [21, 41], "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [44, 59], "standard": [8, 14, 15, 24, 26, 28, 31, 35, 41, 48, 80], "standarden": 41, "standardmapp": 82, "standardvisningen": 41, "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 51, 52, 58, 62, 69, 71, 73, 76, 79], "starter": 20, "startet": 35, "startup": 19, "stasjonen": 20, "stasjonsbokstaven": 20, "stasjon\u00e6r": 25, "state": [8, 15, 19, 44], "statu": [7, 20, 25, 27, 40, 41, 60, 69, 83], "statusen": 41, "statuslinj": 20, "stdout": 16, "sted": [20, 41], "stedet": [20, 41], "stemm": 41, "stemmer": 41, "step": [12, 14, 20, 28, 36, 44, 47, 49, 50, 51, 69], "sterkest": 20, "stil": 43, "still": [2, 9, 15, 21, 42, 44, 47, 62, 69], "stolen": 81, "stop": [19, 44, 58, 62, 63, 81], "stor": 41, "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 22, 30, 39, 42, 44, 45, 53, 81], "stream": [6, 62, 72], "strikethrough": 15, "string": 19, "striper": 41, "structur": [2, 3, 21, 42], "str\u00f8m": 48, "st\u00e5r": 20, "st\u00f8rre": [31, 33], "st\u00f8rrelsen": [20, 33], "st\u00f8rrelser": 31, "st\u00f8te": 26, "st\u00f8ter": 20, "st\u00f8tte": [41, 46, 53], "st\u00f8ttede": 41, "st\u00f8tter": [20, 41, 49, 81], "sub": 45, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28], "successfulli": 7, "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "summar": [1, 44], "summari": 57, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 39, 47, 60, 81], "svar": 41, "svaren": 41, "svarsiden": 41, "svart": 41, "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 44], "sync": [8, 14, 17, 19, 25, 42, 44, 47, 50, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 43, 51], "syne": 41, "synkronis": [6, 45, 49], "synkroniser": [6, 20, 25, 41, 43, 53], "synkroniseringsinnstilling": 51, "synkroniseringsklient": 20, "synkronisert": 20, "synlig": [35, 41, 46], "synlighetskonfigurasjon": 37, "syntact": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 42, 44, 49, 51, 60, 62, 64, 70], "systemansvarlig": [41, 80], "systemet": [20, 21, 41], "systeminnstilling": 20, "s\u00e5": [21, 26, 28, 29, 35, 41, 53, 80], "s\u00f8k": 6, "s\u00f8kbare": 46, "s\u00f8ke": 41, "s\u00f8kefeltet": 37, "s\u00f8keindeksen": 26, "s\u00f8keord": 46, "s\u00f8ml\u00f8": 26, "s\u00f8ppelikonet": 54, "s\u00f8rg": [20, 41], "s\u00f8rge": 41, "t": [5, 10, 14, 20, 39, 42, 44, 46, 66, 81], "ta": [41, 48], "tab": [0, 1, 12, 19, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 42, 44, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tannhjulikonet": 51, "tap": [45, 60], "tar": [26, 33], "target": [9, 15, 20, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 57, 66, 69], "tastatur": 6, "tasten": 46, "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technic": [14, 15], "tekstchat": 73, "teksten": 80, "tekstmeld": 81, "telefonen": 81, "telegram": 42, "telephon": 82, "tell": [19, 24, 33, 44], "teller": [24, 33], "tema": 80, "temaer": 6, "temafargen": 80, "temporarili": [12, 60], "ten": 27, "tent": 44, "terabyt": 12, "term": [1, 18], "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 80], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 38, 39, 40, 42, 44, 45, 47, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": 2, "third": [12, 20], "those": [0, 25, 42, 50, 54], "though": [9, 12, 19], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tid": [41, 48], "tidliger": [41, 45, 51], "tidrutenettdag": 41, "tidrutenettuk": 41, "tidsavbrudd": 26, "tidsinterval": 20, "tidsluk": 41, "tidsluken": 41, "tidsplan": 41, "tidspunkt": 41, "tidspunkten": 41, "tidspunktet": 41, "tidsrom": 41, "tidsrommet": 41, "tidsson": 41, "tidssonevelgeren": 41, "tidsstempel": 37, "tidsstempelet": 39, "tidsstemplen": 24, "tidsvarighet": 41, "til": [6, 21, 22, 24, 28, 29, 30, 31, 33, 39, 45, 46, 48, 49, 51, 53, 54, 80, 81, 82], "tilbak": [26, 41, 48], "tilbakestil": [35, 41], "tilbi": 41, "tilbyr": [73, 80], "tildel": 24, "tile": 65, "tilfel": 26, "tilfeldig": 35, "tilfellet": 26, "tilgang": [6, 21, 22, 26, 30, 31, 41, 45, 81, 82], "tilgangen": 26, "tilgangstillatels": 45, "tilgjengelig": [20, 24, 26, 35, 39, 41, 45, 46, 82], "tilgjengelighet": 80, "tilgjengeligheten": [41, 80], "tilgjengelighetsinnstillingen": 80, "tilknytn": 20, "tilknytted": 28, "tilkobled": [6, 20, 41, 81], "tilkoblet": 46, "tilkobling": [20, 49], "tilkoblingen": [20, 48], "tilkoblingsstatu": 20, "tilkoblingstyp": 20, "tillat": [20, 33, 35], "tillatels": 20, "tillatelsen": 20, "tillatt": [20, 24], "tillegg": [24, 46], "tilordnet": 20, "tilordningen": 20, "tilpass": 80, "tilpasset": [41, 80], "tilstand": 20, "tilsvarend": 41, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 39, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timebestillingen": 41, "timen": 39, "timeout": [9, 11], "timeplanen": 41, "timer": 41, "titl": [2, 5, 44, 56, 59, 76], "tittel": 41, "tittelen": 41, "tjener": 20, "tjenest": 20, "tjenesteleverand\u00f8r": [26, 53], "tjenesten": [20, 26], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "tofaktorautentis": [6, 51, 54, 82], "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tom": 41, "too": 44, "tool": [1, 2, 7, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "toppteksten": 80, "total": 41, "totalen": 33, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 42], "transifex": 53, "translat": [4, 61, 73], "transpar": 41, "trash": [9, 21, 28, 41, 42], "trashbin_retention_oblig": 24, "tre": [35, 41], "tredjepartsapp": [20, 26], "tredjepartskli": 20, "tredjepartsklient": 20, "tree": 19, "trenger": [20, 26, 28, 31], "trepunktsmenyen": 41, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 44, 50], "trinn": [41, 45, 51], "trinnen": [28, 35, 46, 48, 51], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47], "trygg": 53, "trygt": 53, "trykk": [20, 28, 45, 46], "trykker": 45, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "tver": 41, "two": [2, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 21, 36, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80], "typic": [19, 57], "t\u00f8m": [20, 41], "t\u00f8mme": 20, "u": [8, 20, 44, 80], "u2f": 81, "uautorisert": 81, "uavhengig": 41, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "uk": [39, 41], "ukedag": [41, 82], "uken": 41, "ukevisningen": 41, "ukryptert": [26, 33], "ulik": 41, "umiddelbart": [24, 53], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 42], "und": 5, "under": [1, 7, 11, 20, 24, 27, 33, 36, 37, 41, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "underkatalog": 20, "understand": 44, "undesir": 19, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 76, 83], "unik": [26, 41], "unikt": 82, "uninstal": [6, 13], "unintend": 9, "uniqu": 60, "univers": [7, 12, 80], "universel": 6, "unknown": 45, "unless": [8, 10, 12, 20, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "uopprettelig": 41, "up": [7, 9, 15, 19, 41, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 19, 27, 29, 31, 41, 42, 60, 62, 69, 72], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 20, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 41, 43, 45, 47, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47, 50, 51, 52, 53, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 50], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44, 47], "ut": [20, 26, 35, 41, 43, 73, 80], "utelat": 20, "uten": [20, 35, 39, 41], "utf": 20, "utfordrend": 41, "utfylt": 41, "util": 44, "utilgjengelig": 20, "utilsiktet": 41, "utklippstavlen": 41, "utl\u00f8psdato": 35, "utl\u00f8psdatoen": 24, "utl\u00f8psprosessen": 39, "utl\u00f8s": 41, "utsatt": 26, "utvid": [20, 80], "utvidels": 20, "utvikl": 80, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valgen": 41, "valget": [37, 41], "valgfri": [20, 41], "valgfritt": 26, "valgt": [37, 41], "valid": [19, 44, 50], "valu": [7, 9, 11, 12, 16, 19, 42, 44], "vanlig": [26, 80], "vanligvi": 81, "vanskeliger": 35, "var": [16, 41, 81], "variabl": [6, 9, 10, 13, 31, 41], "variablen": 31, "varier": 80, "varieti": 82, "varighet": 41, "varigheten": 41, "variou": 42, "varsel": [35, 37, 41], "varsl": 41, "varslen": [41, 82], "varsling": 41, "varslingsmetod": 41, "vcard": 42, "vcf": 42, "ve": [18, 20], "ved": [22, 24, 26, 28, 29, 30, 37, 41, 46, 48, 53, 80, 81], "vedvarend": 20, "veien": 41, "veksl": 41, "velg": [20, 26, 37, 41, 45, 48, 51, 80, 82], "velger": [20, 46, 48, 51], "velkommen": 53, "vellykket": 41, "vendor": 7, "venner": 41, "vennligst": [26, 80], "venstr": [20, 41], "vent": 39, "verbos": 8, "verdi": 20, "verdidataen": 20, "verdien": [20, 24], "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 44], "verkt\u00f8yet": 81, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 39, 41, 42, 44, 49, 50, 52, 83], "versjon": [20, 82], "versjonen": [20, 39], "versjonsappen": 39, "versjonskontrol": [30, 32, 33], "vertic": 44, "vertsnavnfeltet": 20, "vet": [20, 81], "vi": [20, 25, 26, 31, 39, 41, 43, 80], "via": [4, 6, 10, 15, 20, 21, 29, 31, 33, 35, 39, 41, 44, 45, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "vider": [35, 41], "videredelingen": 33, "videresendt": 41, "view": [1, 6, 7, 14, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "viktig": 20, "viktigst": 41, "vil": [20, 24, 26, 28, 29, 35, 37, 39, 41, 45, 46, 51, 80, 81, 82], "vilk\u00e5rlig": 20, "vill": [20, 26], "vindu": 41, "vinduet": [20, 41], "virk": 26, "virtual": [17, 82], "vise": [20, 29, 35, 37, 45, 48, 51, 81, 82], "viser": [20, 35, 37, 41, 45], "visibl": [4, 10, 15, 19, 21, 27, 36, 42, 44, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "visn": [35, 41], "visningen": 41, "viss": 31, "vist": 46, "vista": 20, "visual": 15, "visuel": 80, "vite": 41, "voic": 60, "volum": 8, "vote": 56, "vpn": 20, "v\u00e5r": [43, 80], "v\u00e5rt": [73, 80], "v\u00e6re": [20, 26, 33, 37, 41, 46, 48, 49, 51, 81], "wa": [0, 1, 9, 39, 44, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 38, 42, 44, 47, 54, 56, 59, 62], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 29, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 44, 45, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webgrensesnitt": 73, "webgrensesnitten": 43, "webinar": [73, 77], "webklienten": 31, "webserver": 20, "week": [0, 42, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 44, 62], "were": [9, 42, 57, 70], "what": [0, 5, 12, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 27, 28, 40, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "where": [1, 5, 7, 8, 9, 10, 15, 19, 39, 42, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 27, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 27, 36, 39, 42, 44, 46, 47, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 42, 44, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [10, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [20, 57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 46, 50, 60, 63, 72], "wine": 20, "winehq": 20, "winhttp": 20, "wipe": 17, "wish": [44, 50, 60], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 41, 44, 45, 47, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "wrong": [12, 19], "www": [46, 51], "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "ytterliger": [20, 41], "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e5": [20, 24, 25, 28, 29, 31, 33, 35, 37, 39, 41, 45, 46, 48, 51, 53, 54, 80, 81, 82], "\u00e5pen": [20, 53], "\u00e5pne": [20, 26, 37, 41, 46, 48, 80], "\u00e5pner": [41, 45, 46], "\u00e5r": 41, "\u00e9n": [39, 41, 53], "\u00f8ke": 20, "\u00f8ker": 31, "\u00f8kning": [31, 41], "\u00f8kningen": 41, "\u00f8kt": [20, 80], "\u00f8nske": 80, "\u00f8nskede": 20, "\u00f8nsker": 41, "\u00f8nsket": 41, "\u00f8verst": [20, 41], "\u00f8yeblikket": [24, 41], "\u00f8ynen": 80}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Innholdsfortegnelse", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Tilgang til Nextcloud filer ved hjelp av WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Administrere slettede filer", "Skrivebords- og mobilsynkronisering", "Bruke kryptering p\u00e5 serversiden", "Using external storage", "Using federation shares", "Foreta anonyme opplastinger", "Filer og synkronisering", "Store filopplastinger", "Managing your files", "Lagringskvote", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Versjonskontroll", "Setting out-of-office messages", "Bruke Kalenderappen", "Using the Contacts app", "Groupware", "Using the Mail app", "Synkronisere med Android", "Synkronisere med Gnome-skrivebordet", "Synchronizing with iOS", "Synkronisere med KDE Kontact", "Synkronisere med macOS", "Synchronizing with Thunderbird", "Synkronisere med Windows 10", "Migrate data between instances", "Nextcloud 35 brukerh\u00e5ndbok introduksjon", "Administrer tilkoblede nettlesere og enheter", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universell tilgang", "Bruker tofaktorautentisering", "Angir preferansene dine", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "abonn": 41, "abonner": 41, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": [19, 44], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44], "administr": 54, "administrer": [24, 41, 54], "adresseboken": 82, "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "alternativ": 41, "an": [5, 38, 44, 70, 72, 78], "andr": 35, "android": 45, "angir": 82, "anonym": 29, "anoth": 44, "app": [0, 42, 44, 75], "appear": 55, "appen": 24, "ar": 12, "arbeid": 41, "arbeidstid": 41, "archiv": 69, "assign": 36, "assist": 1, "attach": 56, "attempt": 12, "audio": 60, "autom": 44, "automat": [7, 44], "automatisert": 41, "autorespond": 44, "av": [20, 21, 26, 39, 41], "avtal": 41, "avtalekonfigurasjon": 41, "backend": 27, "background": 60, "bakgrunnsjobb": 26, "ban": 69, "basic": 7, "begren": 82, "bestil": 41, "bestilt": 41, "between": 52, "block": 44, "bodi": 44, "book": 42, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "bruk": 26, "bruke": [26, 41, 81], "bruker": [35, 81], "brukeren": 26, "brukerh\u00e5ndbok": 53, "brukerp\u00e5log": 26, "brukerstatu": 41, "bursdagskalend": 41, "calendar": [41, 44, 47, 50, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "client": [8, 13, 15, 19, 60], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 47, 50], "context": 15, "continu": 12, "control": 60, "convers": [55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": 52, "dataen": 82, "deaktiver": 26, "deck": 75, "deeper": 12, "dele": [21, 26, 35, 41], "deleg": [41, 44], "deler": 82, "delet": 44, "deling": [20, 35], "delt": [24, 35], "deltaker": 41, "deltakern": 41, "den": 82, "desktop": [13, 19, 60], "det": 26, "detail": 21, "detect": [27, 44], "dett": 26, "devic": 38, "din": 29, "dine": [41, 49, 82], "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "duplic": 42, "duplis": 41, "dure": 60, "e2e": 38, "edit": [12, 42, 44, 76], "editor": 19, "egen": 29, "eksport": 41, "eller": [21, 26, 41], "email": [0, 28, 72], "emoji": 66, "en": [26, 35, 39, 41], "enabl": [12, 38, 44], "encrypt": [34, 38], "end": 38, "endr": 26, "enhet": 54, "enhetlig": 83, "envelop": 44, "environ": [7, 11], "er": 26, "et": 41, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 70], "feed": 0, "feils\u00f8k": 49, "feriekalend": 41, "filbehandl": 20, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filer": [20, 21, 24, 26, 29, 30, 45], "filkontrol": 21, "filopplasting": 31, "filslipp": 29, "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "flytt": [21, 26], "folder": [12, 38, 44], "follow": 44, "foresl\u00e5tt": 41, "foreta": 29, "forh\u00e5ndsvisn": 21, "forslag": 41, "fremdriften": 41, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "f\u00f8derert": 41, "gener": [17, 19], "get": 2, "gjenopprettelsesn\u00f8kkelen": 26, "gjenopprettingsn\u00f8kkelpassord": 26, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "groupwar": 43, "grupper": 35, "guest": 72, "hand": 60, "handl": 8, "hendels": 41, "hender": 24, "hensyn": 81, "histori": 1, "hjelp": 20, "how": [5, 12, 44], "hva": 24, "hvem": 82, "hvordan": [24, 26], "i": [12, 26, 35, 82], "ic": 41, "icon": 19, "ignor": 19, "ikk": 26, "immedi": 60, "import": [41, 42], "inbox": 44, "indic": 15, "info": 44, "inform": 42, "initi": 14, "inkludert": 80, "inn": 81, "innholdsfortegnels": 6, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "introduksjon": 53, "invit": [44, 70], "invitasjon": 41, "inviter": 41, "io": 47, "issu": 15, "item": 42, "join": [60, 72], "junk": 44, "kalend": [41, 45, 51], "kalender": 41, "kalenderappen": 41, "kalenderdel": 41, "kalendergjennomsiktighet": 41, "kalendern": 41, "kalenderwidget": 41, "kan": [26, 82], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "kjent": 20, "klientapplikasjon": 81, "klienter": [20, 25], "known": 15, "kobling": 35, "kommandolinjen": 20, "konfigur": 81, "kontact": 48, "kontakt": [45, 51], "kontoen": 49, "krav": 83, "krypter": 26, "kryptert": 26, "kvoter": 24, "lage": 41, "lagringskvot": 33, "lagringsplass": 24, "languag": 12, "last": 29, "layout": [44, 65], "legg": [35, 41], "level": 36, "like": 12, "line": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "logget": 81, "lose": 81, "low": 11, "l\u00f8sning": 20, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "manag": [19, 32, 36, 42, 44, 58, 62, 69], "manual": 42, "mapper": 21, "mark": 42, "markdown": [4, 66], "maskinvaretoken": 81, "matterbridg": 74, "med": [20, 26, 35, 41, 45, 46, 48, 49, 51, 81], "meet": [44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 60], "mobilappen": 45, "mobilsynkronis": 25, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "montering": 20, "more": 66, "move": [12, 44], "mulig": 26, "multipl": 42, "my": 12, "m\u00f8te": 41, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "navngivn": 39, "nest": 26, "nettles": 83, "nettleser": 54, "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 69], "ny": 41, "n\u00e5r": 24, "offentlig": [20, 35], "offic": 40, "offisiel": 20, "oft": 26, "og": [20, 25, 30, 35, 41, 45, 54, 80], "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "opp": [29, 41, 49], "opplasting": 29, "opprett": [20, 41], "opptatt": 41, "option": [16, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "papirkurv": 41, "parent": 5, "particip": [60, 69], "passord": [26, 54], "passordendring": 54, "pc": 20, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "planlagt": 26, "poll": 56, "possibl": 26, "preferansen": 82, "prevent": 7, "prioriti": 44, "privaci": 69, "privat": 69, "privatn\u00f8kkel": 26, "problem": 20, "problemstilling": 20, "profil": 83, "profildataen": 82, "project": 5, "publiser": 41, "p\u00e5": [20, 26, 41], "p\u00e5minnels": 41, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "redig": 41, "rediger": 41, "refresh": 44, "regelmessig": 41, "reliabl": 12, "remind": [44, 76], "remov": 42, "repli": [44, 66], "requir": 14, "respon": 80, "ressurs": [35, 41], "role": 42, "rom": 41, "romtilgjengelighet": 41, "room": [58, 60], "rss": 0, "run": 1, "samtal": 41, "schedul": [44, 59, 66], "screen": [60, 63, 72], "se": 82, "search": [21, 44, 76], "second": 81, "secur": [34, 44], "self": 69, "send": [44, 66, 70], "server": [12, 14, 44], "serversiden": 26, "set": [0, 1, 19, 40, 44, 60, 72, 76, 83], "sett": [29, 41, 49], "setup": 14, "share": [15, 19, 21, 23, 26, 27, 28, 35, 42, 44, 56, 63, 72, 75], "shortcut": 44, "sidebar": [0, 21], "silent": 66, "sjekk": 41, "skrivebord": 25, "skrivebordet": 46, "slet": 39, "slett": [24, 41], "sletted": 24, "smart": [1, 44, 66], "snooz": 44, "som": 82, "some": 12, "sort": 44, "space": 11, "speaker": 65, "spesifikk": 54, "sp\u00f8rsm\u00e5l": 26, "start": [2, 60, 72], "stasjon": 20, "statu": [15, 19], "statusikon": 21, "step": [2, 5], "stilt": 26, "stop": 12, "storag": 27, "store": 31, "stream": 0, "sub": 12, "subfold": 44, "summari": [0, 44, 66], "support": [14, 15, 27], "svar": 20, "svare": 41, "switch": 44, "sync": [12, 15], "synchron": [12, 19, 47, 50], "synkronis": 30, "synkroniser": [45, 46, 48, 49, 51], "system": [14, 36], "systrai": 19, "s\u00f8k": 83, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "tastatur": 80, "team": [5, 42], "temaer": 80, "templat": 5, "text": 44, "than": 12, "thei": 12, "thread": [44, 76], "thunderbird": 50, "tider": 41, "til": [20, 26, 35, 41, 83], "tildel": 41, "tilgang": [20, 35, 80], "tilgjengelighet": 41, "tilkobled": 54, "tilordn": 20, "time": [41, 42], "tlsv1": 51, "tofaktorautentis": 81, "togeth": 5, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "trash": 44, "tredjepart": 20, "troubleshoot": 51, "unifi": 44, "uninstal": 17, "universel": 80, "unsubscrib": 44, "up": [44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 19, 21, 27, 28, 38, 42, 44, 50, 66], "usag": 8, "user": [12, 19], "uten": [26, 45], "utforsk": 20, "variabl": 11, "varsler": 41, "varsling": 45, "ved": 20, "vedlegg": 41, "velg": 21, "version": 14, "versjon": 39, "versjonskontrol": 39, "via": [28, 80], "video": 60, "videoavspil": 21, "view": [0, 21, 55, 65, 78], "virtual": [15, 19, 42], "vise": 41, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "why": 2, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "work": 12, "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 42, 44, 69, 81], "zoom": 80, "\u00e5": [21, 26]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Abonner p\u00e5 en feriekalender": [[41, "subscribe-to-a-holiday-calendar"]], "Abonnere p\u00e5 en kalender": [[41, "subscribe-to-a-calendar"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrer tilkoblede nettlesere og enheter": [[54, null]], "Administrere forslag": [[41, "managing-proposals"]], "Administrere hendelser": [[41, "managing-events"]], "Administrere kalenderne dine": [[41, "managing-your-calendars"]], "Administrere slettede filer": [[24, null]], "Administrerer enheter": [[54, "managing-devices"]], "Administrerer tilkoblede nettlesere": [[54, "managing-connected-browsers"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Andre med tilgang": [[35, "others-with-access"]], "Angir preferansene dine": [[82, null]], "Appearance": [[55, null]], "Apps integrating with messages": [[75, null]], "Arbeide med bestilt time": [[41, "working-with-the-booked-appointment"]], "Archive conversations": [[69, "archive-conversations"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Automatisert brukerstatus": [[41, "automated-user-status"]], "Autoresponders": [[44, "autoresponders"]], "Avtaler": [[41, "appointments"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Begrens hvem som kan se profildataene dine": [[82, "restrict-who-can-see-your-profile-data"]], "Bestilling av avtale": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Bruk av kryptering": [[26, "using-encryption"]], "Bruke Kalenderappen": [[41, null]], "Bruke klientapplikasjoner med tofaktorautentisering": [[81, "using-client-applications-with-two-factor-authentication"]], "Bruke kryptering p\u00e5 serversiden": [[26, null]], "Bruke tofaktorautentisering med maskinvaretokener": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Bruker tofaktorautentisering": [[81, null]], "Bursdagskalender": [[41, "birthday-calendar"]], "Calendar": [[47, "calendar"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Deler dataene dine i den globale adresseboken": [[82, "sharing-your-data-in-the-global-address-book"]], "Delete tags": [[44, "delete-tags"]], "Deling av kalendere": [[41, "sharing-calendars"]], "Deling av krypterte filer": [[26, "sharing-encrypted-files"]], "Deling av statusikoner": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Endre passord for privatn\u00f8kkel": [[26, "change-private-key-password"]], "Enhetlig s\u00f8k": [[83, "unified-search"]], "Enhets-spesifikke passord og passordendringer": [[54, "device-specific-passwords-and-password-changes"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Er det mulig \u00e5 deaktivere kryptering med gjenopprettelsesn\u00f8kkelen?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Er det planlagt \u00e5 flytte dette til neste brukerp\u00e5logging eller en bakgrunnsjobb?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "Feils\u00f8king": [[49, "troubleshooting"]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filer ikke kryptert": [[26, "files-not-encrypted"]], "Filer og synkronisering": [[30, null]], "Filer og varslinger": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filkontroller": [[21, "file-controls"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Foreta anonyme opplastinger": [[29, null]], "Forh\u00e5ndsvisning av filer": [[21, "previewing-files"]], "Forslag": [[41, "proposals"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "F\u00f8derert kalenderdeling": [[41, "federated-calendar-sharing"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Gjenopprettingsn\u00f8kkelpassord": [[26, "recovery-key-password"]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "Hensyn": [[81, "considerations"]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "Hva hender n\u00e5r delte filer slettes": [[24, "what-happens-when-shared-files-are-deleted"]], "Hvordan appen for slettede filer administrerer lagringsplass": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Hvordan kan kryptering deaktiveres?": [[26, "how-can-encryption-be-disabled"]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Importer en Event/ADD .ics Event": [[41, "import-an-event-add-ics-event"]], "Importer en kalender": [[41, "import-a-calendar"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inkluderte temaer": [[80, "included-themes"]], "Innholdsfortegnelse": [[6, null]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Interne delinger med brukere og grupper": [[35, "internal-shares-with-users-and-groups"]], "Invitere deltakere til en hendelse": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kalender": [[51, "calendar"]], "Kalendergjennomsiktighet": [[41, "calendar-transparency"]], "Kalenderwidget": [[41, "calendar-widget"]], "Kan kryptering deaktiveres uten brukerens passord?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Kjente problemer": [[20, "known-problems"]], "Kjente problemstillinger": [[20, "known-issues"]], "Known issues": [[15, "known-issues"]], "Konfigurer tofaktorautentisering": [[81, "configuring-two-factor-authentication"]], "Kontakter": [[51, "contacts"]], "Kontakter og Kalender": [[45, "contacts-and-calendar"]], "Krav til nettleser": [[83, "web-browser-requirements"]], "Kryptering - Ofte Stilte Sp\u00f8rsm\u00e5l": [[26, "encryption-faq"]], "Kvoter": [[24, "quotas"]], "Lage et forslag": [[41, "creating-a-proposal"]], "Lagringskvote": [[33, null]], "Laste opp filer": [[29, "uploading-files"]], "Legg til Talk samtaler": [[41, "add-talk-conversation"]], "Legg til regelmessige alternativer": [[41, "add-recurring-options"]], "Legge til en offentlig deling i Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Legge til vedlegg til hendelser": [[41, "add-attachments-to-events"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logget inn med tofaktorautentisering": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "L\u00f8sning": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "L\u00f8sning 1": [[20, "solution-1"]], "L\u00f8sning 2": [[20, "solution-2"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Med Nextcloud-mobilappen": [[45, "with-the-nextcloud-mobile-app"]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Mobile klienter": [[25, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus filbehandler": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigering via tastatur": [[80, "navigating-via-keyboard"]], "Navngivning av versjon": [[39, "naming-a-version"]], "Nextcloud 35 brukerh\u00e5ndbok introduksjon": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Offentlige koblinger til delte ressurser": [[35, "public-link-shares"]], "Offisielle Nextcloud PC og mobile klienter": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Opprett en ny hendelse": [[41, "create-a-new-event"]], "Opprette Talk-rom for bestilte avtaler": [[41, "create-talk-room-for-booked-appointments"]], "Opprette WebDAV-monteringer p\u00e5 Linux-kommandolinjen": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Opprette en avtalekonfigurasjon": [[41, "creating-an-appointment-configuration"]], "Opprette en ny kalender": [[41, "create-a-new-calendar"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Papirkurv": [[41, "trash-bin"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Publisere en kalender": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Rediger, dupliser eller slett en hendelse": [[41, "edit-duplicate-or-delete-an-event"]], "Rediger, eksporter eller slett en kalender.": [[41, "edit-export-or-delete-a-calendar"]], "Redigere et forslag": [[41, "editing-a-proposal"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Romtilgjengelighet": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Sett opp kontoene dine": [[49, "setup-your-accounts"]], "Sett opp p\u00e5minnelser": [[41, "set-up-reminders"]], "Sette opp din egen filslipp": [[29, "setting-up-your-own-file-drop"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Sjekke deltakernes opptatt-tider": [[41, "checking-attendees-busy-times"]], "Skrivebords- og mobilsynkronisering": [[25, null]], "Sletting av en versjon": [[39, "deleting-a-version"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Store filopplastinger": [[31, null]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Svar": [[20, "answer"]], "Svare p\u00e5 et foresl\u00e5tt m\u00f8te": [[41, "responding-to-a-proposed-meeting"]], "Svare p\u00e5 invitasjoner": [[41, "responding-to-invitations"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with iOS": [[47, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Synkronisere med Android": [[45, null]], "Synkronisere med Gnome-skrivebordet": [[46, null]], "Synkronisere med KDE Kontact": [[48, null]], "Synkronisere med Windows 10": [[51, null]], "Synkronisere med macOS": [[49, null]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Tildele rom og ressurser til en hendelse": [[41, "assign-rooms-and-resources-to-an-event"]], "Tilgang til Nextcloud filer ved hjelp av WebDAV": [[20, null]], "Tilgang til filer ved hjelp av Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Tilgang til filer ved hjelp av Linux": [[20, "accessing-files-using-linux"]], "Tilgang til filer ved hjelp av Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Tilgang til filer ved hjelp av WinSCP": [[20, "accessing-files-using-winscp"]], "Tilgang til filer ved hjelp av cURL": [[20, "accessing-files-using-curl"]], "Tilgang til filer ved hjelp av macOS": [[20, "accessing-files-using-macos"]], "Tilgang til offentlige delinger over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Tilgjengelighet (arbeidstid)": [[41, "availability-working-hours"]], "Tilordne stasjoner med Windows Utforsker": [[20, "mapping-drives-with-windows-explorer"]], "Tilordne stasjoner med kommandolinjen": [[20, "mapping-drives-with-the-command-line"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Tredjeparts WebDAV-klienter": [[20, "third-party-webdav-clients"]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"]], "Uninstallation": [[17, null]], "Universell tilgang": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using the Activity app": [[0, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Uten Nextcloud-mobilappen": [[45, "without-the-nextcloud-mobile-app"]], "Varsler for et foresl\u00e5tt m\u00f8te": [[41, "notifications-for-a-proposed-meeting"]], "Velge filer eller mapper": [[21, "selecting-files-or-folders"]], "Versjonskontroll": [[39, null]], "Videoavspiller": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Vise fremdriften til et forslag": [[41, "viewing-a-proposal-progress"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom og respons": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c5 flytte filer": [[21, "moving-files"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": [12, 41], "04": [10, 14], "07": 20, "09": 41, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 44], "A": [2, 5, 11, 19, 27, 39, 42, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 19, 48, 56, 77], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 44, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 24, 25, 26, 27, 35, 36, 39, 41, 42, 44, 45, 47, 51, 60, 62, 69, 73, 80, 81, 82, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 36, 38, 40, 41, 42, 44, 45, 46, 47, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 29, 36, 38, 41, 42, 44, 45, 46, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 38, 44, 59, 60, 64, 69, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 44, 50], "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 36, 38, 39, 40, 42, 44, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 42, 44, 66, 69, 72], "These": [14, 19, 44, 69], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": [8, 20, 25, 26, 37, 43, 46, 53, 80], "__": [35, 45], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 27, 36, 42, 44, 45, 56, 58, 80, 81, 82], "abonnement": 41, "abonnementet": 53, "abonnementslenk": 41, "abonnementslenken": 41, "abort": 11, "about": [0, 5, 15, 21, 42, 59, 69, 70, 71, 76], "abov": [0, 19, 20, 21, 35, 36, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 83], "accessibli": 5, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 42, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 42, 44, 54, 59, 65, 80, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [7, 8, 9, 27, 45, 47, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 82], "admin": [13, 14, 36, 42, 44], "admin_manu": [26, 35, 37], "administr": [1, 6, 7, 14, 21, 26, 27, 31, 33, 36, 38, 42, 44, 51, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administrasjon": 20, "administrasjonen": 41, "administrativ": [31, 35, 37], "administratorbruk": 82, "administratordokumentasjon": [24, 33, 35, 37], "administratoren": [21, 24, 26, 29, 31, 33, 41, 82], "administrer": [6, 30, 32, 82], "adress": 20, "adresseboken": 6, "adresseb\u00f8ken": [41, 45], "adressen": [20, 28, 41], "advanc": [14, 41, 47, 50, 51], "advantag": 12, "advar": 26, "advarsel": 20, "advarselsbann": 26, "advarselssymbol": 41, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "akkurat": [20, 24, 41], "aksepten": 37, "akseptert": [37, 41], "aktiv": [20, 26], "aktiver": [20, 26, 80], "aktivert": [26, 28, 29, 33, 35, 41, 49, 51, 82], "aktivitet": 20, "aktivitetsstr\u00f8mmen": 82, "aktuel": [35, 41, 51], "alderen": 24, "aldr": 33, "aldri": [26, 39], "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 24, 26, 27, 33, 35, 36, 37, 41, 42, 45, 46, 50, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 80, 82, 83], "allered": [31, 35, 41, 81], "allow": [0, 7, 8, 12, 15, 20, 29, 40, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alltid": [20, 41], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alt": [20, 28, 41, 51], "alter": [12, 38], "altern": [2, 12, 14, 29, 60], "alternativ": [20, 26, 35], "alternativen": [20, 82], "alternativet": [20, 26, 41], "alwai": [7, 15, 19, 25, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 47, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "analyz": 44, "anbefal": [20, 25, 31], "anbefalt": 20, "andr": [20, 24, 28, 33, 41, 48, 53, 81, 82], "android": [6, 20, 25, 38, 43, 53, 73], "angi": [20, 35, 41, 48], "angir": [6, 81], "angitt": 31, "angr": 41, "ani": [0, 1, 7, 8, 14, 15, 19, 21, 26, 27, 28, 29, 39, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "annen": [20, 35, 41, 81], "anonym": [23, 30, 56], "anonymt": 20, "anoth": [12, 27, 42, 60, 69, 76], "anser": 20, "answer": 5, "antal": 41, "antallet": 41, "anyon": [66, 82], "anyth": [12, 48], "anytim": [28, 62], "anywher": 44, "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 29, 36, 38, 39, 40, 41, 43, 45, 47, 48, 49, 50, 51, 52, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 21, 27, 36, 42, 44, 59, 64, 66, 68, 69, 70, 73, 83], "appen": [20, 26, 33, 41, 45, 46, 51, 53, 80, 81], "apper": [20, 33, 41, 43], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 42, 46, 47, 49, 60, 63, 72], "applikasjon": 41, "applikasjonen": [41, 48], "applikasjonsmenyen": 20, "appoint": [44, 52], "appropri": 76, "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbeid": 48, "arbeidstiden": 41, "arbitrari": 19, "arch": 8, "archiv": [8, 14, 21], "area": [19, 60], "arkiver": 41, "around": [36, 42], "arrang": 41, "arrangement": 41, "arrangementet": 41, "arrang\u00f8r": 41, "arrang\u00f8ren": 41, "arriv": 44, "arrow": [15, 50, 66, 72, 80], "artifici": 1, "artikkelen": 20, "ask": [9, 19, 27, 40, 44, 45, 50, 62, 66], "assign": [21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "atskilt": 82, "attach": [29, 36, 41, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": [41, 52], "attent": 10, "attribut": 82, "audio": [21, 62, 72], "auth": 81, "authent": [20, 27, 44, 45, 46, 50, 81], "author": [10, 20], "auto": [7, 20, 42, 44, 56], "autofullf\u00f8r": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 27, 39, 47, 50, 56, 58, 59, 62, 69], "automatisk": [20, 26, 28, 35, 39, 41], "autorespond": 40, "autoupdat": 7, "av": [22, 24, 28, 30, 31, 33, 35, 37, 43, 46, 48, 49, 51, 53, 54, 80, 81, 82], "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 41, 42, 44, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 74, 76, 82], "avansert": [20, 41, 51], "avatar": [19, 20, 42, 44, 69], "avataren": 41, "avbestil": 41, "avbryt": 41, "avgj\u00f8r": 41, "avheng": [20, 41, 82], "avhengig": [26, 48, 81], "avkrysningen": 41, "avkrysningsboksen": 41, "avlys": 41, "avmonter": 20, "avoid": 15, "avslo": 41, "avslutt": 20, "avsl\u00e5": [35, 41], "avtal": 48, "avtaledetaljen": 41, "avtalekonfigurasjonen": 41, "avtalen": 41, "avtaleplass": 41, "avtaletidsluk": 41, "avvis": [37, 41], "avvisningen": 37, "avvist": 41, "awai": [19, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 81], "bad": 19, "badg": [10, 21], "bakgrunnsfarg": 80, "bandwidth": 19, "bane": 20, "banen": [20, 51], "banner": 26, "bar": [0, 1, 19, 21, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bare": [20, 24, 26, 28, 31, 35, 41, 46, 81], "base": [7, 8, 10, 44, 45, 57, 81], "basert": [20, 80, 81], "basi": [15, 42], "basic": [2, 14, 20, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "bedrift": 53, "bedt": 45, "been": [7, 8, 10, 12, 14, 15, 19, 21, 25, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "begren": 6, "begrens": 20, "begrenset": [20, 31, 37], "begrepet": 41, "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "behold": [26, 39], "behov": 41, "behovet": 41, "being": [7, 12, 15, 19, 42, 60], "bekreft": [28, 41, 45], "bekrefted": 41, "bekreftels": 41, "bekreftelsesdialogbok": 41, "bekreftelseslenken": 41, "bekreftet": 41, "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 42, 44, 65], "ber": [26, 28], "beregn": [24, 33], "beregning": 41, "besid": 19, "beskrevet": 41, "beskriv": 41, "beskrivels": 41, "beskrivelsen": 41, "beskytt": [26, 81], "beskytted": 20, "best": [10, 14, 18, 41, 83], "bestemm": 41, "bestemt": [39, 41], "bestillingen": 41, "bestillingssiden": 41, "best\u00e5r": 43, "beta": 18, "betraktn": 41, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "betyr": [20, 41], "bevi": 81, "beyond": 17, "bidirect": 25, "bilder": 26, "bin": [21, 41, 42], "binari": [8, 15], "bit": [12, 14], "bitfir": 45, "bitv": 80, "bla": [20, 51], "blacklist": [11, 19], "ble": [24, 35, 41, 51], "bli": [24, 35, 39, 41, 46, 51, 80], "blir": [24, 26, 37, 41, 45, 81], "block": 66, "blockquot": 66, "blog": 12, "blokker": 41, "blue": [19, 49], "blur": [60, 72], "bl\u00e5": 41, "board": 2, "bob": 35, "boksen": 20, "bold": 66, "book": [41, 47, 50, 82], "booket": 41, "bool": 15, "border": 27, "bort": 41, "bortsett": 20, "bot": [73, 77], "both": [8, 10, 42, 44, 47, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 44, 51, 62], "bra": 48, "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 42, 72], "broadcast": 58, "brows": [21, 27, 82], "browser": [0, 2, 7, 12, 14, 20, 21, 28, 38, 51, 54, 63, 72, 81, 83], "bruk": [20, 28, 82], "bruke": [6, 20, 29, 30, 34, 43, 51, 54, 80], "bruken": 25, "bruker": [6, 20, 24, 25, 26, 28, 31, 33, 37, 39, 41, 48, 54, 82], "bruker1": 24, "bruker2": 24, "bruker3": 24, "brukeren": [20, 28, 35, 37, 39, 41], "brukerh\u00e5ndbok": 6, "brukeridentifikatoren": 41, "brukerikonet": 51, "brukerkvot": 33, "brukern": 41, "brukernavn": [20, 37, 45, 49, 51], "brukernavnet": [20, 28, 35, 49], "brukernavnfeltet": 20, "brukerpassordet": 26, "brukerstatusen": 41, "brukstilfel": 48, "brukstilfellet": 20, "brukt": 41, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21], "bulk": 72, "bundl": [7, 15], "bunnen": 51, "burd": 41, "bursdagsdato": 41, "bursdagskalenderen": 41, "busi": [40, 41, 44], "button": [1, 2, 5, 14, 19, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "bygg": 41, "byte": [9, 11, 20], "bytt": [41, 82], "b\u00e5de": [20, 24, 48], "b\u00e5ndet": 80, "b\u00e6rbare": 20, "b\u00f8r": [20, 41, 46], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 40, 42, 45, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 29, 36, 42, 44, 56], "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 42, 45, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47], "cfg": [7, 9, 12, 17], "chain": 21, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 29, 36, 40, 41, 42, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatter": 35, "check": [0, 7, 9, 12, 19, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": 19, "chip": 83, "chmod": 20, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 27, 29, 42, 44, 45, 48, 49, 50, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81], "chosen": [15, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 25, 38, 41, 42, 45, 50, 51, 53, 54, 63, 81], "clipboard": 51, "clock": [66, 81], "close": [5, 14, 19, 36, 41, 44, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 42], "collaps": [19, 44], "collect": [4, 5, 6, 20], "color": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 26, 35, 37, 41, 43, 45, 47, 48, 49, 51, 53, 70, 73, 80], "come": [44, 48], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": 51, "commerci": 29, "commun": [3, 8, 11, 14, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 44, 81], "complet": [1, 9, 14, 17, 28, 42, 45, 62, 66, 69], "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25], "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 41, 42, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_fil": [26, 35, 37], "confirm": [9, 12, 19, 27, 28, 42, 44, 47, 69], "conflict": [6, 13], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 45, 51, 54, 74, 81, 82], "consent": 60, "consid": 17, "consider": [12, 17], "consist": 15, "consol": 20, "contact": [0, 6, 27, 43, 45, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 25, 29, 66, 69, 75, 76, 80], "context": [1, 19, 44, 56], "continu": [10, 19, 44, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 36, 39, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 41, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 44, 51], "corner": 50, "correct": [19, 20], "correctli": 15, "correspond": [0, 44], "could": [27, 44], "couldn": 44, "counter": 70, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 20, 25, 29, 39, 40, 41, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 21, 25, 38, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": 2, "custom": [15, 18, 19, 20, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 56], "da": [24, 26, 41, 82], "dag": [39, 41], "dagen": 39, "dager": [24, 33, 41], "daglig": 41, "dagrutenettm\u00e5n": 41, "dai": [0, 11, 41, 44, 59, 69, 83], "daili": 18, "dashboard": 6, "data": [6, 9, 12, 15, 17, 26, 38, 39, 40, 41, 42, 43, 53, 66, 82], "databasen": [26, 33], "dataen": [6, 26, 33, 41, 45], "datafil": 24, "datafilen": 26, "datamaskin": [20, 25], "datamaskinen": [20, 46, 53], "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "dato": [20, 41], "datoen": 41, "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "db": 8, "de": [12, 20, 24, 26, 28, 33, 35, 37, 39, 41, 43, 45, 48, 51, 53, 80], "deaktiver": [21, 35, 41], "deaktivert": [20, 41], "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 44, 45, 50, 69], "dedikert": 20, "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69], "defin": [15, 19, 42, 44], "definert": 41, "definit": 19, "deg": [20, 24, 26, 28, 33, 35, 41, 43, 49], "dekrypter": 26, "del": [26, 35, 41, 80], "delai": 15, "dele": [20, 24, 28, 33, 43, 53, 82], "deleeieren": 33, "delehold": 35, "delen": [26, 37, 41], "deleprogramvar": 53, "deler": [6, 24, 26, 28, 33, 35, 41], "deleren": 35, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 41, 42, 58, 59, 66, 69, 80], "deling": [26, 41], "delingen": [20, 26, 28, 35], "delingseier": 26, "delingsfanen": 35, "delingskobl": 20, "delingskobling": 82, "delingslenk": [28, 35], "delingsl\u00f8sn": 53, "delingsmenyen": 41, "delingsparten": 35, "delingspassordet": 20, "delingsrettighet": 35, "delingstokenet": 20, "delt": [20, 26, 28, 33, 41, 53], "deltak": 41, "deltakels": 41, "deltakelsesniv\u00e5et": 41, "deltakelsesstatu": 41, "deltakeren": 41, "deltakermatrisen": 41, "deltakervalg": 41, "dem": [20, 21, 24, 26, 35, 41, 43, 45, 53, 80, 82], "den": [6, 20, 24, 26, 28, 29, 33, 35, 37, 39, 41, 45, 48, 53, 73, 80, 81], "deni": 54, "denn": [20, 24, 26, 28, 31, 35, 39, 41, 48, 51], "depend": [0, 12, 17, 19, 21, 27, 36, 44, 60, 63, 72, 80, 82], "deploy": [7, 14, 18], "depth": 20, "der": [20, 35, 37, 41, 45], "dere": [20, 24, 41], "derett": [20, 26, 28, 41, 48, 51], "descend": 15, "describ": [7, 11, 77], "descript": [5, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 44, 80], "designet": [20, 80], "designteam": 80, "desir": [12, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 53, 63], "desktopcli": [9, 15, 17], "dessuten": 26, "destin": [20, 21], "det": [20, 29, 31, 33, 35, 37, 39, 41, 45, 48, 51, 81, 82], "detail": [1, 15, 20, 27, 36, 39, 42, 44, 45, 52, 59, 69, 82], "detalj": [35, 37, 41], "detaljen": 41, "detaljert": 41, "detect": [9, 15], "determin": 44, "dett": [20, 24, 28, 35, 39, 41, 45, 46, 48, 80, 82], "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogbok": [28, 41], "dialogboks": 46, "dialogboksen": [41, 51], "dialogen": 41, "dialogu": 2, "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 21, 42, 44, 69, 70], "digest": 0, "din": [20, 21, 24, 25, 26, 28, 31, 33, 35, 41, 45, 48, 51, 53, 81, 82], "dine": [6, 20, 21, 24, 26, 53, 80, 81], "direct": [20, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 25, 29], "directory_that_has_been_cr": 8, "direkt": [26, 28, 35, 41], "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 21, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": 54, "discord": 74, "discov": [69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 26], "diskplassen": 33, "diskplassgrensen": 39, "diskstasjon": 20, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 42, 51, 60, 66, 82], "diss": [21, 26, 28, 31, 33, 35, 41, 43, 46, 48, 53, 82], "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "dit": 41, "ditt": [20, 21, 26, 41, 43, 49, 51, 82], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 28, 36, 41, 44, 47, 60, 62, 63, 65, 69, 72, 81], "doc": [26, 35, 37], "document": [1, 2, 5, 8, 12, 14, 15, 21, 31, 46, 53, 57, 74, 80], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "dokument": [46, 82], "dokumentasjonen": 20, "dokumentert": [20, 25, 80], "dolphin": 19, "domain": [44, 47], "domenet": 20, "don": [5, 39, 42, 66], "done": [12, 38, 56, 66, 72], "dot": [4, 19, 21, 27, 36, 42, 44, 60, 65], "doubl": [12, 14, 63], "down": [0, 12, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 42, 52, 56, 62], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drar": 41, "drift": 81, "drive": [20, 36], "drive_path": 20, "driver": 53, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [27, 49, 82], "du": [20, 21, 24, 25, 26, 28, 29, 31, 33, 35, 37, 39, 41, 43, 45, 46, 48, 49, 51, 53, 54, 73, 80, 81, 82], "due": [12, 15], "dukk": 41, "dupliser": 41, "durat": [9, 69], "dure": [19, 40, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dysleksi": 80, "e": [0, 2, 4, 8, 16, 19, 41, 45, 47, 49, 51, 82], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 42, 44, 58, 60, 74, 82, 83], "earpiec": 60, "easi": [2, 5], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 38, 41, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 21, 41, 44, 58, 80], "editoren": 41, "effect": [15, 81], "effici": 44, "egen": [28, 35], "egendefinert": 41, "egenskapen": 20, "eget": [53, 80], "egn": 41, "eier": [20, 24, 37, 41], "eieren": [26, 35, 41], "either": [8, 12, 19, 38, 42, 47, 49, 60, 70, 76], "ek": [20, 41, 51], "eksempel": [20, 26, 33, 41, 48, 80, 81], "eksempelet": [20, 35], "eksemplen": 20, "eksemplet": 20, "eksisterend": [35, 41], "ekskludert": [33, 39], "eksporter": 41, "ekstern": [20, 26, 28, 35, 41], "elaps": 60, "eldr": [20, 24, 28, 33], "eldst": [24, 33, 39], "element": [41, 58, 60, 66, 80], "elementen": 41, "elementet": 48, "elementst\u00f8rrelsen": 80, "eliminer": 41, "eller": [20, 24, 28, 29, 31, 33, 35, 37, 45, 46, 48, 49, 53, 80, 81], "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 42, 44, 45, 59, 60, 69, 73, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 42, 44], "en": [20, 24, 28, 29, 31, 33, 37, 43, 45, 46, 48, 51, 53, 80, 81, 82], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encrypt": [6, 26, 27, 30, 47], "encryption_configur": 26, "end": [19, 26, 30, 34, 40, 44, 57, 62, 69], "enda": 51, "endelig": 41, "endr": [20, 28, 31, 37, 41, 48, 51, 81, 82], "endrer": 20, "endret": [26, 41, 51], "endring": 41, "endringen": 41, "enest": [26, 41], "eng": 20, "engasjert": 41, "enhanc": 66, "enhet": [6, 20, 41, 45, 53, 81], "enheten": [41, 45, 54, 81], "enhetlig": 6, "enkel": [20, 26], "enkelt": [20, 26, 29, 41], "enkeltperson": [26, 53], "enkl": 41, "enn": [20, 24, 31, 33, 39, 82], "enn\u00e5": [26, 41], "enough": 12, "ensur": [7, 15, 44, 80], "enten": [35, 41, 45], "enter": [1, 2, 14, 35, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [7, 11, 15, 21, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13], "equival": 16, "er": [20, 24, 25, 28, 29, 31, 33, 35, 41, 43, 45, 46, 48, 53, 80, 81, 82], "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51], "erstatt": [20, 41, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "et": [20, 26, 28, 35, 37, 39, 43, 46, 48, 51, 53, 73, 80, 81], "etc": [12, 20, 27, 66], "ett": 41, "etter": [20, 26, 39, 41, 45, 48, 80], "etterfulgt": 20, "ettersom": 26, "even": [2, 9, 10, 15, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "eventuel": [41, 80], "eventuelt": [41, 45], "everi": [0, 9, 20, 21, 36, 42, 54, 60, 62, 83], "everyon": [21, 76], "everyth": [0, 14, 15, 18, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "excel": 29, "except": [44, 69], "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 42, 44, 59, 69], "exit": [8, 19], "expand": [19, 44], "expect": [2, 19, 44], "experi": [18, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19, 53], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 44], "extern": [2, 22, 30, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 41, 45, 51, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50], "fail": [7, 12, 44], "failur": [9, 12], "faktisk": [28, 35], "faktor": 81, "faktoren": 81, "fall": [11, 20], "fals": [9, 11], "fanen": [20, 41], "faq": [6, 13], "far": 83, "farg": 41, "fargen": 41, "farlig": 26, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favoritt": 21, "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 21, 40, 42, 44, 50, 60, 62, 70, 74, 79], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feil": 20, "feilmeld": 20, "fellesressurs": 20, "fellesskapet": 20, "felt": 41, "felten": 51, "feltet": [20, 28, 51], "ferdig": [20, 28, 51], "few": [42, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 21, 27, 36, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fiks": 48, "fil": [20, 24, 35, 37, 39, 41, 46], "filbehandl": 46, "filbehandler": 20, "filbehandleren": 46, "fildeling": [28, 35], "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "file_sharing_configur": [35, 37], "fileinto": 44, "filen": [20, 21, 24, 26, 28, 33, 35, 37, 53], "filenam": [16, 19], "fileproviderext": 15, "filer": [6, 22, 25, 28, 31, 32, 33, 35, 37, 41, 46, 53], "files_vers": 39, "filesizelimitinbyt": 20, "filgjenopprettingsn\u00f8kkelen": 26, "fill": [1, 5, 15, 27, 44, 50, 56], "filnavn": 26, "filnavnen": [26, 29], "filoperasjon": 20, "filopplasting": [22, 30], "filoverf\u00f8ring": 20, "filprotokol": 20, "filslipp": 35, "filst\u00f8rrelsen": 20, "filsynkronis": 53, "filsystem": 20, "filsystemdriveren": 20, "filsystemmontering": 20, "filter": [1, 36, 42, 59, 76, 83], "filtilgang": 20, "filvelg": 37, "filversjonen": 33, "fin": 41, "final": 69, "find": [12, 14, 19, 20, 21, 24, 25, 41, 42, 47, 50, 56, 57, 66, 69, 70, 72, 74, 81, 82], "finder": [17, 19, 20], "finish": [1, 5, 20, 50, 52], "finn": [26, 35, 41, 43, 73, 80], "finner": [37, 41, 48, 80], "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 42, 44, 48, 56, 60, 66, 71], "fit": 65, "fix": [7, 14], "fjerd": 41, "fjern": [20, 26, 28, 33, 41], "fjerner": 41, "flag": 44, "fledg": 50, "fleet": 19, "flere": [20, 35, 41, 53, 80, 81], "flest": 48, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "flytt": 24, "flytter": 20, "flyttet": 24, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 21, 25, 27, 29, 35, 36, 37, 41, 42], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 21, 27, 40, 42, 47, 49, 52, 60, 80, 82], "forbered": 41, "forberedelsestiden": 41, "forbund": 82, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "fordi": 26, "forekomst": [20, 41], "forekomsten": [20, 41], "forel\u00f8pig": 41, "forent": [28, 35], "foreta": [23, 30], "foretrekk": [20, 51], "foretrukn": 82, "forget": 5, "forhindr": [24, 35], "forh\u00e5ndsdefinert": 41, "forh\u00e5ndsvis": [21, 41], "forh\u00e5ndsvisning": 26, "forklar": 41, "form": [1, 26, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formatet": [28, 41], "forrig": 41, "forsikr": 49, "forskjellen": 41, "forskjellig": [35, 81], "forslagen": 41, "forslaget": 41, "forslagseditoren": 41, "forslagsel": 41, "forslagselementet": 41, "forslagslisten": 41, "forslagsprosessen": 41, "forst\u00e5": 33, "fortel": 41, "forth": 1, "fortsatt": [26, 33, 41, 80], "fortsett": 45, "forward": [69, 76], "for\u00e5rsaket": 80, "found": [20, 44, 57, 72, 83], "four": 44, "fra": [20, 24, 26, 28, 33, 35, 37, 39, 41, 45, 46, 53, 54, 73, 82], "frakoblet": 20, "frakobling": 20, "framework": 7, "frav\u00e6rstiden": 41, "free": [11, 15, 20, 40, 41, 60], "frem": 41, "fremdriftslinj": 41, "fremgangsm\u00e5ten": 51, "fri": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 42, 44, 50, 57, 73], "fullf\u00f8r": [20, 45], "fullf\u00f8rer": 43, "fullf\u00f8rt": [29, 41], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fullstendig": 41, "fullt": [80, 82], "fullteksts\u00f8keappen": 26, "fun": 5, "function": [7, 20, 42, 81], "funger": [20, 26, 41, 46, 48, 81], "funksjon": [20, 41], "funksjonen": [20, 21, 26, 29, 82], "further": [10, 38, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "fyll": [20, 41], "fylt": 41, "fysisk": 81, "f\u00e5": [20, 21, 26, 41, 51, 80, 82], "f\u00e5r": [20, 41], "f\u00e5tt": 35, "f\u00f8dselsdagen": 41, "f\u00f8lg": [20, 28, 35, 51], "f\u00f8lge": [46, 48], "f\u00f8lgend": [20, 41, 45, 81, 82], "f\u00f8r": [20, 24, 26, 41, 48], "f\u00f8rer": 80, "f\u00f8rst": 41, "f\u00f8rste": [26, 39, 41, 48, 81, 82], "g": [0, 4, 8, 19, 45, 49], "galleri": 26, "gaml": [26, 41], "gang": [20, 24, 26, 35, 39, 41, 48, 51], "ganger": 41, "gansk": 26, "gatewai": [8, 69], "gb": [11, 20], "gear": 42, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "generel": [41, 80], "generelt": 41, "generer": [41, 81], "generert": 41, "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 42, 47, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gi": [20, 24, 45], "gif": 66, "gigabyt": 12, "giphi": 66, "gir": [20, 35, 41, 53], "github": [25, 66, 74, 80], "gitlab": 66, "give": [0, 1, 2, 5, 12, 54, 60, 62], "given": [44, 60, 63], "gjeldend": 20, "gjelder": 26, "gjenkjenn": 20, "gjennom": [20, 26, 35, 41], "gjennomg\u00e5": 41, "gjennomg\u00e5tt": 41, "gjennomsiktig": 41, "gjennomstreket": 41, "gjenopprett": [26, 39, 41], "gjenopprettingsalternativ": 26, "gjenopprettingsn\u00f8kkelen": 26, "gjenopprettingsn\u00f8kkelfunksjonen": 26, "gjenspeil": 41, "gjentakelsen": 41, "gjentakend": 41, "gjester": 41, "gjord": [26, 41], "gjort": [41, 45], "gj\u00f8r": [20, 26], "gj\u00f8re": [26, 28, 35, 41, 46, 48, 82], "glanc": 36, "glem": 26, "global": [6, 19, 76], "globusknappen": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 27, 41, 44, 45, 50, 52, 58, 71, 72, 81], "godkjen": 20, "godkjenn": 20, "godkjenningsinnstillingen": 35, "godta": [35, 37, 41], "godtatt": 41, "godtok": 41, "googl": [41, 45, 81, 83], "got": 18, "grai": 19, "grant": [14, 41, 44, 45, 60, 63], "granul\u00e6r": 41, "grati": [53, 80], "grav": 20, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "grensen": [20, 24, 39], "grensesnittet": [80, 82], "group": [0, 3, 7, 17, 20, 44, 45, 52, 56, 58, 60, 83], "groupwar": [6, 42, 48, 52], "grunn": [35, 37], "grunnleggend": 41, "grupp": 41, "gruppedeling": 26, "gruppemedlemskap": 82, "gruppen": [20, 41], "grupper": [26, 33, 41], "gruppevareinnstillingen": 41, "gr\u00e5tt": 41, "guard": 12, "guest": [6, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gult": 26, "gvf": 20, "gyldig": [41, 51], "g\u00e5": [20, 28, 35, 41, 45, 48], "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 24, 25, 26, 27, 33, 36, 38, 41, 44, 45, 56, 69, 72, 74, 81, 83], "had": 19, "haken": 41, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": [41, 44], "handler": [12, 41], "happen": [0, 5, 10, 15], "happi": 19, "har": [20, 21, 24, 26, 29, 35, 39, 41, 45, 46, 49, 51, 80, 81], "hard": 12, "harddisk": [20, 41], "hardwar": 83, "hastigheten": 41, "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 21, 25, 28, 29, 33, 39, 41, 42, 44, 45, 46, 47, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "havner": 41, "head": [2, 5, 66], "header": [20, 21, 44, 58], "heldagshendels": 41, "hele": [26, 41], "help": [11, 15, 16, 18, 42, 44, 57, 69, 82, 83], "helst": [20, 28, 41, 46, 54], "helt": 31, "hemmelig": 41, "hemmelighet": 20, "hemmeligheten": 81, "hendelsen": 41, "hendelsesdeltaker": 41, "hendelsesdetalj": 41, "hendelseseditoren": 41, "hendelsesnavnet": 41, "hensyn": 6, "henter": [20, 41], "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "hierarkiet": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 21, 39], "historikk": 20, "hjelp": [22, 26, 30, 41, 53, 80], "hjelper": 41, "hjem": [41, 48, 53], "hjemmekatalogen": 20, "hjemmesid": 43, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hkey_local_machinesystemcurrentcontrolsetserviceswebclientparamet": 20, "hoc": 69, "hold": [20, 41, 42, 60], "home": [7, 8, 9, 14, 17, 20, 25], "hood": 15, "hopp": 80, "horizont": [2, 44], "host": 9, "hour": [0, 12, 16, 41, 69, 76], "hourli": 0, "hovedform\u00e5let": 26, "hovedgrensesnittet": 41, "hovedinnholdet": 80, "hovedn\u00f8kkelen": 26, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 42, 60, 81], "howev": [7, 10, 12, 19, 42, 44], "hr": 9, "href": 20, "html": [26, 35, 37, 41], "http": [8, 9, 11, 12, 20, 26, 35, 37, 41, 43, 45, 46, 47, 48, 49, 51, 53, 73, 80], "httpproxi": 8, "hub": [41, 44, 69], "huket": 41, "hurtigbuff": 33, "husk": [20, 41], "hva": [41, 82], "hvem": [6, 35], "hver": [20, 24, 26, 35, 39, 41], "hvert": [39, 41, 81], "hvi": [20, 21, 24, 26, 29, 31, 33, 35, 37, 39, 41, 45, 48, 51, 80, 81, 82], "hvilk": [20, 41, 45], "hvilken": [20, 41, 54], "hvor": [26, 35, 41, 46], "hvordan": [20, 33], "hvorvidt": 41, "hyppig": 20, "h\u00f8y": 80, "h\u00f8ykontrastmodu": 80, "h\u00f8yre": 39, "h\u00f8yreklikk": [20, 48], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx5": 45, "icsx\u2075": 45, "id": [45, 82], "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 54, 60], "identisk": 26, "identiteten": 81, "ifram": 41, "igjen": [24, 26, 39, 45], "ignor": [8, 12], "ignorert": 41, "ikk": [20, 24, 31, 33, 35, 41, 45, 48, 49, 51, 80, 82], "ikonet": [28, 35, 41, 45], "illustrer": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imidlertid": 41, "immedi": [1, 10, 12, 14, 27, 36, 42, 54, 62, 69], "implement": [25, 42, 44], "implementer": 20, "implementeringen": 20, "implisitt": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "importen": 20, "importer": 41, "importert": 41, "impos": 15, "improv": [20, 44], "inact": 59, "includ": [8, 10, 19, 20, 21, 42, 44, 52, 59, 60, 62], "incom": 44, "incorrect": [9, 19], "increas": [11, 15, 20], "independ": [0, 12], "index": [12, 41], "indic": [19, 20, 21, 27, 44, 60, 62, 69], "indiker": 51, "individu": [14, 19, 27, 41, 42, 44, 54, 72], "individuel": [26, 41], "influenc": 11, "info": 36, "infoen": 41, "inform": [7, 8, 11, 12, 13, 14, 15, 19, 21, 44, 46, 50, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informasjon": [20, 24, 33, 41], "informasjonen": [35, 51], "informer": 41, "informert": [37, 41], "ingen": [26, 28, 41, 51, 82], "ingent": 26, "inherit": 42, "inhibit": 8, "ini": 9, "initialisert": 26, "initiert": 35, "inkluder": [20, 26, 41, 82], "inkludert": [6, 20, 41], "inlin": [36, 66], "inn": [6, 20, 24, 26, 28, 35, 37, 41, 45, 46, 51, 80], "inndata": 41, "innebygd": [20, 41, 46], "innebyggingskobl": 41, "innehold": 41, "innhold": 20, "innholdet": 41, "innkommend": [35, 37], "innledend": 20, "innlog": 20, "innloggingen": 26, "innstilling": [20, 35, 41, 45, 48, 51, 80, 82], "innstillingen": [41, 46, 48, 51, 80], "innstillingsikonet": 51, "innstillingsmenyen": 80, "inntil": 41, "inntreff": 41, "inotifi": 12, "input": [1, 19, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 59, 77], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "installasjon": 28, "installasjonen": 20, "installer": [20, 41, 45], "installert": [20, 41], "instan": 41, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instansen": 41, "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 45, 51, 64], "instruct": [21, 51, 57, 74], "instruksjonen": 20, "integr": [12, 19, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "integrer": 46, "integrert": 73, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 80], "interfer": 7, "intern": [19, 41, 69], "internett": [20, 49], "internettforbindelsen": 48, "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": 19, "introductori": 5, "introduksjon": 6, "introdusert": 41, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invitasjonsstatu": 41, "invitert": 41, "invok": 8, "involvert": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "issu": [14, 25, 44, 66, 80], "italic": 66, "item": [8, 15, 21, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 21, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 76], "ja": 26, "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 21, 27, 45, 50, 66, 72, 80, 81], "juster": [24, 35, 39], "kaddressbook": 48, "kalend": [33, 43, 46, 48], "kalendar": 48, "kalender": [45, 46, 48], "kalenderabonnementen": [41, 45], "kalenderappen": [6, 43], "kalenderapplikasjon": 41, "kalenderdeling": 41, "kalenderen": [41, 48, 51], "kalenderfil": 41, "kalenderhendels": 41, "kalenderhendelsen": 41, "kalenderkild": 48, "kalenderlisten": [41, 48], "kalendermappen": 41, "kalendern": 45, "kalendernavnet": 41, "kalenderserver": 41, "kalendertjen": 51, "kalenderweb": 41, "kalt": 20, "kan": [6, 20, 21, 24, 28, 29, 33, 35, 37, 39, 41, 43, 46, 48, 51, 53, 54, 73, 80, 81], "kanban": 43, "kansellering": 41, "kanskj": [20, 26, 35, 41], "katalog": 20, "katalogdelen": 20, "katalogen": [20, 35], "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 38, 42, 44, 69, 76, 81], "kei": [7, 42, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kildebrukeren": 37, "kildekod": [20, 53], "kjent": [45, 81], "kj\u00f8r": 20, "kj\u00f8re": [20, 26, 41], "kj\u00f8rer": 20, "kl": 37, "klarheten": 80, "klient": [20, 43], "klientappen": 51, "klientapplikasjon": 6, "klienten": 20, "klienter": 41, "klientsiden": 49, "klikk": [20, 28, 29, 35, 37, 39, 41, 49, 51], "klikker": [20, 29, 37, 39, 41, 51], "klikket": 41, "klokken": 41, "klokkeslett": 41, "knapp": [29, 45], "knappen": [20, 28, 41], "knapper": 41, "know": 28, "knowledg": [2, 3, 12], "knyttet": 41, "kobl": [20, 41, 54], "kobler": [20, 28], "koblet": 26, "kobling": [41, 82], "koblingen": [29, 35, 41, 82], "kode": 81, "koden": 81, "kolleg": 41, "kom": 80, "kommando": 20, "kommandoen": 20, "kommandosyntak": 20, "kommend": 51, "kommentar": 41, "kommer": [20, 26, 80], "kompat": [20, 41], "kompatibel": [41, 53], "kompleks": 41, "komplisert": 24, "konfigur": 6, "konfigurasjon": [31, 35], "konfigurasjonen": 26, "konfigurasjonsfil": 20, "konfigurer": [20, 35, 41], "konfigurert": [24, 31, 33, 41, 45, 49], "konflikt": 41, "konflikten": 41, "konkretiser": 41, "kontact": [6, 43], "kontakt": [20, 31, 33, 41, 43, 46, 48, 80], "kontakten": 41, "kontaktressursen": 48, "kontekst": 41, "konto": [20, 37, 41, 45, 46, 51], "kontoen": [20, 26, 45, 51, 81], "kontoer": [46, 49, 51], "kontonavnet": 51, "kontrast": 80, "kontrastproblem": 80, "kontrol": 41, "kontroller": [20, 53], "kontrollpanel": 20, "kopi": 24, "kopier": [20, 24, 41], "korgan": 48, "krav": 6, "krefter": 24, "kretser": 35, "kreve": [45, 81], "krever": [20, 31, 41], "krypter": [20, 30, 34], "krypteringen": 26, "krypteringsapp": 26, "krypteringsn\u00f8kkel": 26, "krypteringsn\u00f8kl": [26, 33], "krypteringsn\u00f8klen": 26, "krypteringspassordet": 26, "kryptert": [20, 33, 49], "kryss": 20, "kubuntu": 19, "kun": [20, 41], "kunn": [20, 26, 41, 51, 82], "kvalitet": 80, "kvote": [33, 82], "kvoten": [24, 33], "kvoter": 33, "kwallet": 14, "la": 41, "label": [20, 26, 36, 41, 51], "lage": [39, 43], "lager": 20, "laget": 43, "lagr": [20, 26, 41, 46, 48, 51, 82], "lagred": [20, 39], "lagrer": [33, 41], "lagret": [20, 26, 51], "lagringskvot": [24, 30, 32], "lagringskvoten": 24, "lagringsplassadministrasjonen": [24, 33], "lagringstjenest": 26, "lagt": 41, "land": [2, 41, 42], "langt": 35, "languag": [1, 44, 64], "lar": [20, 28, 33, 35, 41, 43], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 20, 26, 33, 35, 39, 41, 44, 54, 55, 73, 83], "laster": [20, 31], "lastet": 20, "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 26, 35, 37, 52, 83], "launch": [7, 12, 14, 16, 19], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [21, 40, 44], "ledetekst": 20, "ledeteksten": 20, "ledig": [24, 39, 41], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legg": [20, 24, 26, 28, 46, 48, 51, 53, 81], "legger": 41, "legitimasjon": 20, "legitimasjonen": 45, "lengden": 41, "lenger": 41, "lengr": 20, "lenk": [29, 35, 41], "lenken": [29, 41], "lenker": 35, "lese": [20, 26, 41], "lesefeilen": 80, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "lett": 80, "level": [2, 16, 21, 26, 60, 62, 69, 80], "lever": [20, 41], "leverand\u00f8ren": [20, 26], "levert": 41, "librari": [9, 17], "liggend": 24, "ligner": 41, "like": [5, 7, 15, 19, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "likhet": 41, "lim": [41, 51], "limit": [12, 15, 19, 20, 31, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 66], "linj": 20, "linjen": [20, 41], "link": [0, 2, 12, 14, 19, 21, 25, 28, 29, 35, 44, 56, 59, 66, 69, 72, 80], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 21, 29, 36, 38, 41, 42, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "listedag": 41, "listem\u00e5n": 41, "listen": [8, 9, 20, 35, 41, 48, 54], "lister": 41, "listeuk": 41, "litt": [20, 24, 33, 41, 48], "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logg": [20, 26, 49, 51], "logger": [20, 26], "logget": 6, "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 54, 81], "logo": 83, "logwindow": 16, "lokal": [20, 41, 53], "long": [0, 1, 9, 15, 40, 44], "longer": [42, 69, 76, 81], "look": [33, 38, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "luke": 41, "luker": 41, "lukk": [20, 45], "lurt": [41, 48], "lyd": 73, "lysheten": 80, "lysstyrken": 80, "l\u00e6re": [24, 26], "l\u00f8sninger": 20, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [42, 47], "magic": 5, "magisk": [24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 44, 54, 69, 83], "main_pag": 20, "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 25, 28, 29, 39, 42, 47, 58, 60, 66, 74], "maksim": 24, "maksimal": [20, 24], "maksimalt": 24, "maksimalverdien": 20, "maksimumsgrens": 41, "manag": [5, 6, 7, 12, 14, 15, 17, 20, 21, 27, 30, 31, 41, 46, 50, 56, 57, 77], "mandatori": [45, 62], "mang": [26, 41], "mangler": 21, "mani": 12, "manner": 8, "manual": [7, 12, 13, 14, 15, 25, 27, 36, 44, 49, 50, 58, 62, 79], "manuel": 48, "manuelt": [20, 24, 29, 39, 45], "map": 20, "mapp": [20, 24, 33, 35, 37], "mappehierarkiniv\u00e5": 35, "mappeinnholdet": 35, "mappen": [24, 28, 35, 37, 53], "mappenavnet": 37, "mapper": [26, 35, 37, 53], "mappestrukturen": 26, "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "markedsf\u00f8ringsplanleg": 41, "market": 82, "mark\u00f8ren": 41, "maskinvaretoken": 6, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matris": 41, "matrix": [0, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 27, 44, 81], "meanwhil": 42, "mechan": 7, "med": [6, 21, 24, 25, 28, 29, 33, 43, 53, 80, 82], "media": [8, 21, 42, 60, 62, 69], "medlemm": [20, 35], "meet": [41, 57, 69, 72, 83], "megabyt": 31, "meld": [26, 41, 51], "mellom": 41, "member": [2, 5, 69], "membership": 42, "memori": 1, "men": [20, 24, 26, 33, 41, 45, 46, 80], "mener": 26, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 21, 27, 36, 42, 44, 49, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menyalternativet": 20, "menyen": [20, 41, 51], "menylinj": 20, "menylinjen": 48, "mer": [24, 26, 33, 39, 41, 43, 45, 73], "merk": [20, 51], "merkelappen": 28, "merker": 28, "merket": 51, "merknad": 35, "messag": [1, 6, 16, 19, 43, 47, 56, 57, 58, 67, 73, 80, 83], "mest": [26, 41], "metadata": [19, 33], "method": [7, 27, 42, 45, 58, 81], "metod": 20, "metoden": [20, 28], "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "midlertidig": [20, 33], "might": [7, 9, 10, 14, 19, 42, 44, 60, 63, 82], "migrat": [6, 43], "milj\u00f8": 20, "millisecond": 9, "mime": 12, "min": [9, 20], "minchunks": 9, "mindr": 41, "miniatyrbild": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minnebruk": 24, "minut": [9, 27, 39], "minutt": [26, 39, 41, 48], "minuttet": 39, "mislykk": 20, "mist": 26, "mister": 26, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 38, 41, 42, 45, 81], "mobilapp": [20, 73, 82], "mobildataplanen": 48, "mobilenheten": 20, "mobilklient": 20, "mobilklienten": 73, "mobilsynkronis": [22, 30], "modal": [80, 83], "modalen": 41, "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 21, 42, 60], "modu": 20, "modul": 20, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "monter": [20, 28, 35], "monteringsinformasjonen": 20, "monteringspunktet": 20, "montert": 20, "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 21, 26, 36, 41, 42, 44, 46, 48, 49, 50, 55, 56, 58, 60, 69, 70, 74, 81, 82, 83], "morn": 0, "most": [18, 19, 44, 74, 83], "mot": [24, 33, 81], "motta": 41, "mottak": [24, 35, 41], "mottakeren": [24, 28, 35], "mottar": [29, 35, 37, 41, 81], "mount": [20, 21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "mulig": [35, 41], "muligen": 41, "mulighet": 41, "muligheten": [20, 21, 41], "multipl": [19, 21, 36, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mye": 26, "mynextcloud": [20, 48], "m\u00e5": [20, 26, 28, 41, 45, 49, 51], "m\u00e5l": 35, "m\u00e5lbrukeren": 37, "m\u00e5ldagen": 41, "m\u00e5ldeltakern": 41, "m\u00e5ned": 41, "m\u00e5nedsvisningen": 41, "m\u00e5te": [20, 26, 41, 46, 81], "m\u00e5ten": [20, 26, 41], "m\u00e5ter": 45, "m\u00e5tte": [26, 80], "m\u00f8nsteret": 39, "m\u00f8rk": 80, "m\u00f8rkt": 80, "m\u00f8ter": 41, "m\u00f8tet": 41, "m\u00f8tetidspunkt": 41, "m\u00f8tetidspunktet": 41, "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 36, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "nativ": 50, "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 49, 51, 65, 69, 76], "navigasjonen": 80, "naviger": 35, "navigeringen": 80, "navn": [20, 24, 35, 39, 41, 48, 82], "navnet": [35, 37, 41], "navngi": 39, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 47, 54], "ned": [20, 26, 39, 73], "nedenfor": [20, 26, 51], "nedlast": 35, "nedlastingen": 35, "nedlastingsknappen": 35, "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 38, 42, 44, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nei": 26, "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "nettadressen": [20, 51], "nettflyt": 45, "nettgrensesnittet": 21, "nettkonto": 20, "nettles": [6, 20], "nettleser": [6, 20, 81], "nettleseren": 20, "nettleserh\u00f8yreklikkalternativ": 35, "nettlesern": 54, "nettstedet": 73, "nettverk": 20, "nettverksdel": 20, "nettverksstasjon": 20, "nettverksstasjonen": 20, "nettverkstilkobl": 20, "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 21, 27, 36, 37, 39, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 37, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudbrukernavn": 20, "nextcloudcmd": 8, "nextcloudpassord": 20, "nextcloudurl": 8, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "nkujuxuj3b": 17, "noauto": 20, "nobodi": 69, "noe": [20, 26, 41, 48, 81], "noen": [21, 26, 33, 35, 41, 48, 80, 82], "non": [2, 8, 9, 14], "none": [44, 47], "normal": [7, 9, 19, 44, 66], "normalt": [26, 41], "note": [2, 4, 41, 42, 44, 76], "notic": 10, "notif": [6, 7, 9, 10, 19, 60, 62, 66, 70, 72, 76, 83], "notifi": [0, 7, 10, 15, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 42, 44, 47, 66], "number": [11, 15, 19, 28, 42, 44, 58, 60, 69], "ny": [20, 24, 28, 35, 37, 39, 45, 48], "nye": [24, 26, 28, 35, 41, 82], "nyer": 20, "nylig": [20, 41], "nytt": [20, 21, 24, 26, 33, 35, 41, 45], "nyttig": [20, 31, 33, 41], "n\u00e5": [20, 29, 41, 45, 46, 48, 81], "n\u00e5dd": 41, "n\u00e5r": [20, 26, 28, 29, 31, 33, 35, 39, 41, 45, 48], "n\u00e6rmest": 24, "n\u00f8dvendig": [20, 35, 37, 41], "n\u00f8kkel": 81, "n\u00f8kkelringen": 49, "n\u00f8klene": 26, "n\u00f8l": 80, "o": 8, "object": [0, 27], "objektet": 35, "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occ_command": 26, "occur": [0, 10, 20, 44], "oct": 20, "off": [1, 44, 80], "offentlig": [33, 41], "offer": [7, 15, 19, 20, 21, 35, 44, 60, 80], "offic": [6, 12, 20, 21, 43, 69], "offici": 14, "offlin": [15, 19, 27], "often": [0, 41], "og": [6, 21, 22, 24, 26, 28, 29, 31, 33, 37, 43, 46, 48, 49, 51, 53, 73, 81, 82], "ogs\u00e5": [20, 39, 41, 46, 80, 82], "ok": 20, "old": [9, 12, 39], "older": [9, 14, 16, 17, 80], "oldest": 44, "om": [20, 24, 26, 28, 31, 35, 37, 41, 43, 45, 48, 49, 73], "omdirigert": 81, "omr\u00e5det": 41, "omstart": 20, "omtrent": 33, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 46, 83], "onsdag": 41, "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 38, 42, 44, 45, 47, 48, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "operativsystem": 20, "operativsystemet": 20, "opp": [20, 31, 33, 35, 45], "oppbevaringsperioden": [24, 33], "oppdag": [41, 45], "oppdater": [20, 26, 41, 48], "oppdateringsfrekven": 48, "oppdatert": [20, 41], "oppfyl": 39, "oppfylt": 24, "oppf\u00f8r": 37, "oppf\u00f8ringen": 20, "oppf\u00f8rt": [41, 82], "oppgav": [20, 41, 45, 46, 48], "oppgavetavl": 43, "oppgi": [26, 41, 45], "oppgradert": 28, "opphev": [26, 35], "oppheved": 41, "opplast": 35, "opplasted": [33, 41], "opplasting": [23, 30, 31, 33], "opplastingen": [29, 41], "opplastingsfunksjonen": 29, "opplastingsgrens": 31, "opplastingsgrensen": 31, "opplastingsmappen": 29, "opplev": 20, "opportun": 12, "opprett": [21, 26, 28, 33, 35, 45, 48], "opprettet": [20, 26, 35, 41, 51], "opprinnelig": [20, 33, 35], "oppsettet": 45, "oppstart": 20, "opptatthetsinformasjon": 41, "opt": [9, 44], "optimalisert": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 42, 66], "org": [8, 20, 45, 46, 47], "organ": [0, 2, 3, 5, 44, 76], "organis": 36, "origin": [44, 64], "osv": 41, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 44], "out": [5, 6, 19, 20, 39, 43, 44, 57, 60, 63, 69, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "ovenfor": 41, "over": [2, 19, 27, 41, 42, 44, 48, 49, 69, 76, 82], "overflow": [19, 27, 65], "overf\u00f8r": [20, 37, 41], "overf\u00f8ringen": 37, "overf\u00f8rt": 37, "overhaul": 12, "overhead": 20, "overlappend": 41, "overordnet": 35, "overrid": [7, 8, 11], "oversett": 53, "overskrid": [20, 24, 39], "overskriften": 41, "overskriv": 35, "overstig": 33, "overstyr": [24, 33, 41], "overview": [0, 2, 54, 57, 69, 83], "overwrit": 9, "own": [0, 1, 7, 8, 9, 10, 29, 35, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20, 45], "page": [2, 4, 7, 14, 15, 21, 24, 25, 33, 35, 42, 54, 74, 77, 83], "pakk": 43, "pane": [12, 44], "panel": [1, 36, 44, 50], "paperclip": 56, "papirkurv": 24, "papirkurven": [24, 26, 33, 41], "papirkurvfilen": 24, "papirkurvikonet": 28, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 42, 44, 60, 69], "parti": [12, 20, 70], "particip": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "partsklient": 41, "pass": [8, 20, 39], "passend": 41, "passer": 31, "passkei": 83, "passord": [6, 20, 45, 51, 81], "passordbeskyttels": 35, "passordendring": 6, "passordet": [26, 82], "passordfeltet": 20, "passordgjenoppret": 26, "password": [8, 14, 20, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [51, 69], "path": [8, 19, 27, 47, 48], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pcen": 20, "pdf": 21, "peer": 2, "pem": 20, "penalti": 20, "pend": 70, "penn": 41, "peopl": [2, 29, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [37, 42, 57, 60, 63, 69], "persist": [9, 27], "person": [0, 6, 10, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personen": 41, "personlig": [20, 24, 35, 41, 82], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [56, 69], "picker": [6, 21, 29, 36], "pictur": [5, 82, 83], "pie": 15, "pilen": 28, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 42, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "planlagt": 41, "planlegg": [20, 41], "plasmakalenderapplet": 48, "plass": [24, 39], "plassen": [24, 41], "plasser": [20, 41], "plasseringen": 41, "plassgrensen": 24, "platform": 17, "playback": 21, "pleas": [4, 42, 44, 63, 82], "plist": 17, "plu": 42, "plukk": 41, "pluss": 41, "point": [10, 14, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": [7, 41], "pop3": 43, "popov": 80, "popul": 19, "popul\u00e6r": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "porten": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 38, 42, 44, 58, 59, 62, 74, 76], "possibli": 20, "post": [41, 49, 51, 57], "postadress": [41, 51, 82], "posten": 41, "postinformasjonen": 41, "postkass": 51, "postkasseinnstilling": 51, "postserveren": 41, "postvarsl": 41, "postvarsling": 41, "potenti": 44, "power": 1, "ppa": 8, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 44, 60], "prefer": [0, 7, 9, 14, 17, 20, 44, 45, 52], "preferans": [41, 82], "preferansen": [6, 41, 81], "prepar": [18, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "prevent": [42, 69, 82], "preview": [2, 15, 21, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 50], "previous": 44, "prikken": 35, "prikker": 41, "primari": 44, "prim\u00e6r": 80, "prim\u00e6rknappen": 80, "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [26, 41, 66, 82], "privatlivet": 53, "privileg": 7, "pro": 81, "problem": [11, 12, 15, 80, 81], "problemspor": 80, "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 44, 52, 62], "produc": [9, 19, 21], "produktivitetsverkt\u00f8yen": 43, "profil": [6, 9, 27, 42, 44, 69, 82], "profilbildet": 82, "profildataen": 6, "profilsiden": 41, "program": [12, 14, 17], "programmen": 82, "progress": [15, 19, 60], "promot": [65, 69], "prompt": [8, 9, 14, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": 12, "properti": 42, "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [41, 44, 52], "propstat": 20, "prosjektstyringsverkt\u00f8i": 43, "protect": [35, 38, 42, 69], "protocol": [12, 20, 27, 47, 50, 74], "protokol": 20, "protokollen": 20, "protokollinformasjon": 20, "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 38, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "pr\u00f8ve": 48, "pr\u00f8ver": 26, "public": [20, 21, 35, 36, 56, 58, 69, 82], "publicli": 42, "publisert": 41, "publish": 82, "punktsmenyen": 41, "purpos": 40, "push": [0, 60, 80], "put": 69, "p\u00e5": [21, 24, 28, 29, 30, 33, 34, 35, 37, 39, 43, 45, 46, 48, 49, 51, 53, 73, 80, 81, 82], "p\u00e5f\u00f8lgend": 20, "p\u00e5log": [20, 26], "p\u00e5logging": 20, "p\u00e5loggingsinformasjon": 20, "p\u00e5loggingskod": 81, "p\u00e5loggingsnavnet": 82, "p\u00e5loggingspassordet": 26, "p\u00e5loggingssiden": 80, "p\u00e5loggingsvindu": 45, "p\u00e5virk": 41, "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 76, 83], "rapport": 80, "rapporter": 80, "rapportert": 20, "rather": [20, 50], "re": [5, 12, 44], "reach": [27, 40, 44, 69], "read": [8, 9, 15, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 47, 69], "receiv": [0, 1, 28, 29, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 21, 44, 54, 83], "recheck": 27, "recipi": 28, "recognis": 15, "recommend": [15, 20, 44], "record": [0, 73, 77], "recover": 21, "recoveri": 6, "red": [19, 27, 60, 62], "reddit": 51, "redig": [20, 35], "rediger": [20, 21], "redigeringsprogrammet": 41, "redigert": 33, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "reduser": 80, "redusert": 80, "ref": 41, "refer": [14, 18, 21, 31, 62, 76], "reflect": [19, 27], "refresh": [50, 80], "reg": 12, "regardless": 56, "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registeret": 20, "registerredig": 20, "registri": [7, 12], "regler": 41, "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": 11, "reiser": 41, "rejoin": 69, "rekk": [35, 81], "rel": 41, "relat": [0, 1, 15, 17, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18], "relev": [10, 42, 44, 76], "relevant": 41, "remain": [11, 19, 44], "rememb": 1, "remind": [41, 69], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 44, 57, 69, 83], "renam": [0, 21, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 51], "replac": [40, 45, 47, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 7, 8, 15, 27, 38, 44, 47, 60, 62, 64, 69, 74], "reschedul": 66, "reset": 40, "resiz": 60, "resolv": [10, 15], "resourc": [41, 42, 45, 46, 48], "resourcetyp": 20, "respect": [42, 49, 52, 58], "respekt": [41, 43], "respon": 6, "respond": [44, 57], "respons": [20, 44], "responsivt": 80, "ressur": [20, 28, 35, 41, 46], "ressurs": [46, 48], "ressursen": [26, 28, 35, 41, 48], "ressursserverdel": 41, "rest": 25, "restart": [7, 15], "resten": 20, "restor": [15, 24], "restrict": [36, 42, 82], "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "rettighet": 35, "rettigheten": 35, "return": [21, 42, 60], "returtasten": 28, "reveal": 15, "revert": 69, "review": [1, 20], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "riktig": [20, 49, 81], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "rommet": 41, "room": [41, 42, 73, 77], "root": [8, 15, 20], "roten": [20, 37], "rotkatalogen": 41, "rotmappen": [20, 35], "row": [21, 36, 65], "rss": 6, "rule": [36, 44], "rullegardinmenyen": 20, "run": [6, 8, 9, 10, 15, 17, 20, 27, 39, 77], "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": 10, "said": 7, "sale": 82, "samarbeidsredigeringsl\u00f8sning": 35, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samlet": 41, "samm": [20, 41, 46], "sammen": 41, "sammenknyttet": [28, 35], "samt": [41, 48, 73], "samtal": [35, 80], "sannsynlig": 26, "sannsynligvi": 20, "satt": [33, 41, 48], "save": [5, 12, 15, 27, 36, 39, 42, 44, 47, 54, 56, 62, 80], "scan": [12, 27], "scanner": 45, "scari": 5, "scenariet": 24, "scenario": 10, "schannel": 51, "schedul": [1, 14, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 44], "scroll": [20, 44, 51, 65, 66], "se": [6, 20, 24, 26, 28, 29, 33, 35, 37, 41, 81], "seamlessli": 15, "search": [2, 8, 36, 42, 69, 72, 78, 80, 82, 83], "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 42, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20], "section": [1, 7, 9, 11, 12, 20, 36, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 10, 12, 13, 14, 19, 21, 25, 26, 27, 28, 29, 33, 36, 38, 40, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seen": 51, "seg": [20, 41], "seksjon": 41, "seksjonen": [20, 41], "sekund": [39, 48, 81], "sekunden": 39, "sekundet": 39, "select": [0, 1, 2, 5, 8, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 62, 66, 69, 72, 76, 81], "selector": 66, "self": [42, 76], "selv": [20, 41, 80], "selvsignert": [20, 49], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [41, 44, 76], "sendt": 41, "sens": 10, "sensit": 69, "sent": [0, 10, 28, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81], "separat": 25, "ser": [20, 41], "sertifikat": [20, 49], "sertifikatadvarsl": 20, "sertifikatet": 20, "sertifikatfeilen": 20, "sertifiseringsinstans": 20, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 26, 27, 28, 29, 35, 36, 37, 38, 41, 43, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 80, 81, 82, 83], "server_address": 8, "serveradministrasjonen": 41, "serveradministratoren": [21, 24], "serveradress": 20, "serveradressen": 20, "serveralternativ": 48, "servercert": 20, "serveren": [20, 26, 41, 45, 53, 82], "serverkonfigurasjonen": 20, "serversiden": [30, 34], "servertilkoblingen": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 36, 37, 38, 41, 42, 43, 45, 47, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "sett": [20, 24, 26, 45], "setter": [41, 82], "setup": [11, 12, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 20, 29, 30, 37, 38, 61, 62, 69, 70, 73, 76, 82], "shell": 12, "shift": [42, 80], "short": [18, 40, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 42, 44, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 27, 29, 35, 38, 42, 44, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 42, 44, 58, 60, 69, 71, 76, 83], "sidefelt": 41, "sidefeltet": [20, 28, 35], "siden": [20, 26, 28, 31, 35, 37, 41, 82], "sidepanelet": 80, "sider": 41, "sier": [20, 26], "siev": 44, "sifret": 35, "sign": [19, 42], "signatur": 44, "signific": [20, 44], "significantli": 20, "sikker": [20, 53], "sikkerheten": 20, "sikkerhetskopi": 41, "sikkerhetsproblem": 26, "sikr": [20, 24], "sikret": 20, "silent": [7, 8, 60], "similar": [15, 19, 40, 42], "similarli": 44, "simpl": [5, 27, 39, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sin": [28, 41], "sinc": [35, 39, 44, 50, 81], "sine": [24, 26, 41], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sirkelpilen": 39, "sirkler": 35, "sistnevnt": 46, "sit": 19, "sitt": 53, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "sjekk": 20, "sjekker": [24, 41], "skal": [20, 37, 41, 46, 48, 51], "skann": 81, "skaper": [28, 35], "skip": [11, 60, 80], "skipupdatecheck": 7, "skje": [26, 41], "skjemaet": [28, 35], "skjemafelt": 28, "skjer": 41, "skjermen": 20, "skjermst\u00f8rrels": 80, "skjul": 35, "skjule": 80, "skjuler": 35, "skj\u00f8nt": 26, "skrevet": 41, "skrift": 80, "skrifttyp": 80, "skript": 20, "skriptet": 26, "skriv": [20, 41, 45, 51, 81], "skrive": [20, 28, 37, 41, 46], "skrivebeskytted": 41, "skrivebeskyttet": [35, 41], "skrivebord": [22, 30, 46, 73, 82], "skrivebordet": [6, 20, 43], "skrivebordsklienten": 20, "skriver": [20, 28, 35], "skrivetilgang": 41, "sky": [28, 35], "slash": 19, "slet": 41, "slett": [21, 39], "sletted": [30, 32, 33, 41], "sletter": [24, 28, 39, 41], "slettet": [24, 41], "slik": [20, 35, 41, 48, 80], "slikt": 26, "slipper": 41, "slow": 20, "slutt": [20, 41], "slutten": [20, 41, 80], "slutter": 41, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snapin": 20, "snarveier": 80, "sni": 20, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 21, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": 42, "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solut": 20, "solv": [12, 81], "som": [6, 20, 24, 26, 28, 31, 33, 35, 37, 41, 43, 45, 46, 48, 51, 53, 54, 80, 81], "some": [5, 9, 10, 14, 19, 26, 27, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15], "sosial": 82, "sourc": [14, 20, 38], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "spesielt": 26, "spesifikk": [6, 41], "spesifis": 20, "spesifiser": 41, "split": 44, "spoken": 60, "spreadsheet": 21, "spr\u00e5k": 82, "spurt": [35, 37], "sp\u00f8r": [21, 41], "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [44, 59], "standard": [8, 14, 15, 24, 26, 28, 31, 35, 41, 48, 80], "standarden": 41, "standardmapp": 82, "standardvisningen": 41, "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 51, 52, 58, 62, 69, 71, 73, 76, 79], "starter": 20, "startet": 35, "startup": 19, "stasjonen": 20, "stasjonsbokstaven": 20, "stasjon\u00e6r": 25, "state": [8, 15, 19, 44], "statu": [7, 20, 25, 27, 40, 41, 60, 69, 83], "statusen": 41, "statuslinj": 20, "stdout": 16, "sted": [20, 41], "stedet": [20, 41], "stemm": 41, "stemmer": 41, "step": [12, 14, 20, 28, 36, 44, 47, 49, 50, 51, 69], "sterkest": 20, "stil": 43, "still": [2, 9, 15, 21, 42, 44, 47, 62, 69], "stolen": 81, "stop": [19, 44, 58, 62, 63, 81], "stor": 41, "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 22, 30, 39, 42, 44, 45, 53, 81], "stream": [6, 62, 72], "strikethrough": 15, "string": 19, "striper": 41, "structur": [2, 3, 21, 42], "str\u00f8m": 48, "st\u00e5r": 20, "st\u00f8rre": [31, 33], "st\u00f8rrelsen": [20, 33], "st\u00f8rrelser": 31, "st\u00f8te": 26, "st\u00f8ter": 20, "st\u00f8tte": [41, 46, 53], "st\u00f8ttede": 41, "st\u00f8tter": [20, 41, 49, 81], "sub": 45, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subsequ": 15, "substanti": 20, "substr": 44, "success": [14, 27, 28], "successfulli": 7, "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "summar": [1, 44], "summari": 57, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 39, 47, 60, 81], "svar": 41, "svaren": 41, "svarsiden": 41, "svart": 41, "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 44], "sync": [8, 14, 17, 19, 25, 42, 44, 47, 50, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 43, 51], "syne": 41, "synkronis": [6, 45, 49], "synkroniser": [6, 20, 25, 41, 43, 53], "synkroniseringsinnstilling": 51, "synkroniseringsklient": 20, "synkronisert": 20, "synlig": [35, 41, 46], "synlighetskonfigurasjon": 37, "syntact": 19, "syntax": [19, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 42, 44, 49, 51, 60, 62, 64, 70], "systemansvarlig": [41, 80], "systemet": [20, 21, 41], "systeminnstilling": 20, "s\u00e5": [21, 26, 28, 29, 35, 41, 53, 80], "s\u00f8k": 6, "s\u00f8kbare": 46, "s\u00f8ke": 41, "s\u00f8kefeltet": 37, "s\u00f8keindeksen": 26, "s\u00f8keord": 46, "s\u00f8ml\u00f8": 26, "s\u00f8ppelikonet": 54, "s\u00f8rg": [20, 41], "s\u00f8rge": 41, "t": [5, 10, 14, 20, 39, 42, 44, 46, 66, 81], "ta": [41, 48], "tab": [0, 1, 12, 19, 21, 39, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 42, 44, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "tannhjulikonet": 51, "tap": [45, 60], "tar": [26, 33], "target": [9, 15, 20, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 57, 66, 69], "tastatur": 6, "tasten": 46, "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technic": [14, 15], "tekstchat": 73, "teksten": 80, "tekstmeld": 81, "telefonen": 81, "telegram": 42, "telephon": 82, "tell": [19, 24, 33, 44], "teller": [24, 33], "tema": 80, "temaer": 6, "temafargen": 80, "temporarili": [12, 60], "ten": 27, "tent": 44, "terabyt": 12, "term": [1, 18], "termin": 15, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 80], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 38, 39, 40, 42, 44, 45, 47, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": 2, "third": [12, 20], "those": [0, 25, 42, 50, 54], "though": [9, 12, 19], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 44, 58, 65], "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tid": [41, 48], "tidliger": [41, 45, 51], "tidrutenettdag": 41, "tidrutenettuk": 41, "tidsavbrudd": 26, "tidsinterval": 20, "tidsluk": 41, "tidsluken": 41, "tidsplan": 41, "tidspunkt": 41, "tidspunkten": 41, "tidspunktet": 41, "tidsrom": 41, "tidsrommet": 41, "tidsson": 41, "tidssonevelgeren": 41, "tidsstempel": 37, "tidsstempelet": 39, "tidsstemplen": 24, "tidsvarighet": 41, "til": [6, 21, 22, 24, 28, 29, 30, 31, 33, 39, 45, 46, 48, 49, 51, 53, 54, 80, 81, 82], "tilbak": [26, 41, 48], "tilbakestil": [35, 41], "tilbi": 41, "tilbyr": [73, 80], "tildel": 24, "tile": 65, "tilfel": 26, "tilfeldig": 35, "tilfellet": 26, "tilgang": [6, 21, 22, 26, 30, 31, 41, 45, 81, 82], "tilgangen": 26, "tilgangstillatels": 45, "tilgjengelig": [20, 24, 26, 35, 39, 41, 45, 46, 82], "tilgjengelighet": 80, "tilgjengeligheten": [41, 80], "tilgjengelighetsinnstillingen": 80, "tilknytn": 20, "tilknytted": 28, "tilkobled": [6, 20, 41, 81], "tilkoblet": 46, "tilkobling": [20, 49], "tilkoblingen": [20, 48], "tilkoblingsstatu": 20, "tilkoblingstyp": 20, "tillat": [20, 33, 35], "tillatels": 20, "tillatelsen": 20, "tillatt": [20, 24], "tillegg": [24, 46], "tilordnet": 20, "tilordningen": 20, "tilpass": 80, "tilpasset": [41, 80], "tilstand": 20, "tilsvarend": 41, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 39, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timebestillingen": 41, "timen": 39, "timeout": [9, 11], "timeplanen": 41, "timer": 41, "titl": [2, 5, 44, 56, 59, 76], "tittel": 41, "tittelen": 41, "tjener": 20, "tjenest": 20, "tjenesteleverand\u00f8r": [26, 53], "tjenesten": [20, 26], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "tofaktorautentis": [6, 51, 54, 82], "togeth": [2, 49, 62, 82], "toggl": [0, 1, 21, 44, 60, 65, 69, 72, 80], "token": [0, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tom": 41, "too": 44, "tool": [1, 2, 7, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "toppteksten": 80, "total": 41, "totalen": 33, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 42], "transifex": 53, "translat": [4, 61, 73], "transpar": 41, "trash": [9, 21, 28, 41, 42], "trashbin_retention_oblig": 24, "tre": [35, 41], "tredjepartsapp": [20, 26], "tredjepartskli": 20, "tredjepartsklient": 20, "tree": 19, "trenger": [20, 26, 28, 31], "trepunktsmenyen": 41, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 44, 50], "trinn": [41, 45, 51], "trinnen": [28, 35, 46, 48, 51], "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47], "trygg": 53, "trygt": 53, "trykk": [20, 28, 45, 46], "trykker": 45, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "tver": 41, "two": [2, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 21, 36, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80], "typic": [19, 57], "t\u00f8m": [20, 41], "t\u00f8mme": 20, "u": [8, 20, 44, 80], "u2f": 81, "uautorisert": 81, "uavhengig": 41, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "uk": [39, 41], "ukedag": [41, 82], "uken": 41, "ukevisningen": 41, "ukryptert": [26, 33], "ulik": 41, "umiddelbart": [24, 53], "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 27, 69], "unchang": 44, "uncheck": [0, 36, 42], "und": 5, "under": [1, 7, 11, 15, 20, 24, 27, 33, 36, 37, 41, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "underkatalog": 20, "understand": 44, "undesir": 19, "undon": 15, "unencrypt": [26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 76, 83], "unik": [26, 41], "unikt": 82, "uninstal": [6, 13], "unintend": 9, "uniqu": 60, "univers": [7, 12, 80], "universel": 6, "unknown": 45, "unless": [8, 10, 12, 20, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 27, 44, 56, 72, 76, 79], "unus": 19, "uopprettelig": 41, "up": [7, 9, 15, 19, 41, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 41, 42, 44, 45, 54, 64], "upload": [9, 11, 15, 19, 27, 29, 31, 41, 42, 60, 62, 69, 72], "upon": [7, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 41, 43, 45, 47, 49, 51, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": 83, "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 33, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47, 50, 51, 52, 53, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "user3": 24, "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 50], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44, 47], "ut": [20, 26, 35, 41, 43, 73, 80], "utelat": 20, "uten": [20, 35, 39, 41], "utf": 20, "utfordrend": 41, "utfylt": 41, "util": 44, "utilgjengelig": 20, "utilsiktet": 41, "utklippstavlen": 41, "utl\u00f8psdato": 35, "utl\u00f8psdatoen": 24, "utl\u00f8psprosessen": 39, "utl\u00f8s": 41, "utsatt": 26, "utvid": [20, 80], "utvidels": 20, "utvikl": 80, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valgen": 41, "valget": [37, 41], "valgfri": [20, 41], "valgfritt": 26, "valgt": [37, 41], "valid": [19, 44, 50], "valu": [7, 9, 11, 12, 15, 16, 19, 42, 44], "vanlig": [26, 80], "vanligvi": 81, "vanskeliger": 35, "var": [16, 41, 81], "variabl": [6, 9, 10, 13, 31, 41], "variablen": 31, "varier": 80, "varieti": 82, "varighet": 41, "varigheten": 41, "variou": 42, "varsel": [35, 37, 41], "varsl": 41, "varslen": [41, 82], "varsling": 41, "varslingsmetod": 41, "vcard": 42, "vcf": 42, "ve": [18, 20], "ved": [22, 24, 26, 28, 29, 30, 37, 41, 46, 48, 53, 80, 81], "vedvarend": 20, "veien": 41, "veksl": 41, "velg": [20, 26, 37, 41, 45, 48, 51, 80, 82], "velger": [20, 46, 48, 51], "velkommen": 53, "vellykket": 41, "vendor": 7, "venner": 41, "vennligst": [26, 80], "venstr": [20, 41], "vent": 39, "verbos": 8, "verdi": 20, "verdidataen": 20, "verdien": [20, 24], "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 44], "verkt\u00f8yet": 81, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 39, 41, 42, 44, 49, 50, 52, 83], "versjon": [20, 82], "versjonen": [20, 39], "versjonsappen": 39, "versjonskontrol": [30, 32, 33], "vertic": 44, "vertsnavnfeltet": 20, "vet": [20, 81], "vi": [20, 25, 26, 31, 39, 41, 43, 80], "via": [4, 6, 10, 15, 20, 21, 29, 31, 33, 35, 39, 41, 44, 45, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "vider": [35, 41], "videredelingen": 33, "videresendt": 41, "view": [1, 6, 7, 14, 27, 36, 41, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewer": [51, 80], "viktig": 20, "viktigst": 41, "vil": [20, 24, 26, 28, 29, 35, 37, 39, 41, 45, 46, 51, 80, 81, 82], "vilk\u00e5rlig": 20, "vill": [20, 26], "vindu": 41, "vinduet": [20, 41], "virk": 26, "virtual": [17, 19, 82], "vise": [20, 29, 35, 37, 45, 48, 51, 81, 82], "viser": [20, 35, 37, 41, 45], "visibl": [4, 10, 15, 19, 21, 27, 36, 42, 44, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "visn": [35, 41], "visningen": 41, "viss": 31, "vist": 46, "vista": 20, "visual": 15, "visuel": 80, "vite": 41, "voic": 60, "volum": 8, "vote": 56, "vpn": 20, "v\u00e5r": [43, 80], "v\u00e5rt": [73, 80], "v\u00e6re": [20, 26, 33, 37, 41, 46, 48, 49, 51, 81], "wa": [0, 1, 9, 39, 44, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 38, 42, 44, 47, 54, 56, 59, 62], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 29, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 44, 45, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": 46, "webgrensesnitt": 73, "webgrensesnitten": 43, "webinar": [73, 77], "webklienten": 31, "webserver": 20, "week": [0, 42, 69], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 44, 62], "were": [9, 15, 42, 57, 70], "what": [0, 5, 12, 15, 19, 27, 33, 36, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 27, 28, 40, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "where": [1, 5, 7, 8, 9, 10, 15, 19, 39, 42, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 27, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 27, 36, 39, 42, 44, 46, 47, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 42, 44, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 21, 28, 56, 62, 82], "whole": [15, 26], "wide": [10, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [20, 57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 46, 50, 60, 63, 72], "wine": 20, "winehq": 20, "winhttp": 20, "wipe": 17, "wish": [44, 50, 60], "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 41, 44, 45, 47, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "wrong": [12, 19], "www": [46, 51], "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 69, 76], "yourus": 20, "ytterliger": [20, 41], "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e5": [20, 24, 25, 28, 29, 31, 33, 35, 37, 39, 41, 45, 46, 48, 51, 53, 54, 80, 81, 82], "\u00e5pen": [20, 53], "\u00e5pne": [20, 26, 37, 41, 46, 48, 80], "\u00e5pner": [41, 45, 46], "\u00e5r": 41, "\u00e9n": [39, 41, 53], "\u00f8ke": 20, "\u00f8ker": 31, "\u00f8kning": [31, 41], "\u00f8kningen": 41, "\u00f8kt": [20, 80], "\u00f8nske": 80, "\u00f8nskede": 20, "\u00f8nsker": 41, "\u00f8nsket": 41, "\u00f8verst": [20, 41], "\u00f8yeblikket": [24, 41], "\u00f8ynen": 80}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Innholdsfortegnelse", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Tilgang til Nextcloud filer ved hjelp av WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Administrere slettede filer", "Skrivebords- og mobilsynkronisering", "Bruke kryptering p\u00e5 serversiden", "Using external storage", "Using federation shares", "Foreta anonyme opplastinger", "Filer og synkronisering", "Store filopplastinger", "Managing your files", "Lagringskvote", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Versjonskontroll", "Setting out-of-office messages", "Bruke Kalenderappen", "Using the Contacts app", "Groupware", "Using the Mail app", "Synkronisere med Android", "Synkronisere med Gnome-skrivebordet", "Synchronizing with iOS", "Synkronisere med KDE Kontact", "Synkronisere med macOS", "Synchronizing with Thunderbird", "Synkronisere med Windows 10", "Migrate data between instances", "Nextcloud 35 brukerh\u00e5ndbok introduksjon", "Administrer tilkoblede nettlesere og enheter", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universell tilgang", "Bruker tofaktorautentisering", "Angir preferansene dine", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "abonn": 41, "abonner": 41, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": [19, 44], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44], "administr": 54, "administrer": [24, 41, 54], "adresseboken": 82, "advanc": 44, "ai": [1, 44], "alia": [15, 44], "all": [44, 78], "altern": 50, "alternativ": 41, "an": [5, 38, 44, 70, 72, 78], "andr": 35, "android": 45, "angir": 82, "anonym": 29, "anoth": 44, "app": [0, 42, 44, 75], "appear": 55, "appen": 24, "ar": 12, "arbeid": 41, "arbeidstid": 41, "archiv": 69, "assign": 36, "assist": 1, "attach": 56, "attempt": 12, "audio": 60, "autom": 44, "automat": [7, 44], "automatisert": 41, "autorespond": 44, "av": [20, 21, 26, 39, 41], "avtal": 41, "avtalekonfigurasjon": 41, "backend": 27, "background": 60, "bakgrunnsjobb": 26, "ban": 69, "basic": 7, "begren": 82, "bestil": 41, "bestilt": 41, "between": 52, "block": 44, "bodi": 44, "book": 42, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "bruk": 26, "bruke": [26, 41, 81], "bruker": [35, 81], "brukeren": 26, "brukerh\u00e5ndbok": 53, "brukerp\u00e5log": 26, "brukerstatu": 41, "bursdagskalend": 41, "calendar": [41, 44, 47, 50, 59], "call": [60, 61, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "client": [8, 13, 19, 60], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 47, 50], "context": 15, "continu": 12, "control": 60, "convers": [55, 68, 69, 76, 78], "creat": [5, 21, 28, 35, 36, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": 52, "dataen": 82, "deaktiver": 26, "debug": 15, "deck": 75, "deeper": 12, "dele": [21, 26, 35, 41], "deleg": [41, 44], "deler": 82, "delet": 44, "deling": [20, 35], "delt": [24, 35], "deltaker": 41, "deltakern": 41, "den": 82, "desktop": [13, 19, 60], "det": 26, "detail": 21, "detect": [27, 44], "dett": 26, "devic": 38, "din": 29, "dine": [41, 49, 82], "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "duplic": 42, "duplis": 41, "dure": 60, "e2e": 38, "edit": [12, 42, 44, 76], "editor": 19, "egen": 29, "eksport": 41, "eller": [21, 26, 41], "email": [0, 28, 72], "emoji": 66, "en": [26, 35, 39, 41], "enabl": [12, 38, 44], "encrypt": [34, 38], "end": 38, "endr": 26, "enhet": 54, "enhetlig": 83, "envelop": 44, "environ": [7, 11], "er": 26, "et": 41, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 70], "feed": 0, "feils\u00f8k": 49, "feriekalend": 41, "filbehandl": 20, "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 32, 35, 36, 56, 71], "filer": [20, 21, 24, 26, 29, 30, 45], "filkontrol": 21, "filopplasting": 31, "filslipp": 29, "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "flytt": [21, 26], "folder": [12, 38, 44], "follow": 44, "foresl\u00e5tt": 41, "foreta": 29, "forh\u00e5ndsvisn": 21, "forslag": 41, "fremdriften": 41, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "f\u00f8derert": 41, "gener": [17, 19], "get": 2, "gjenopprettelsesn\u00f8kkelen": 26, "gjenopprettingsn\u00f8kkelpassord": 26, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "groupwar": 43, "grupper": 35, "guest": 72, "hand": 60, "handl": 8, "hendels": 41, "hender": 24, "hensyn": 81, "histori": 1, "hjelp": 20, "how": [5, 12, 44], "hva": 24, "hvem": 82, "hvordan": [24, 26], "i": [12, 26, 35, 82], "ic": 41, "icon": 19, "ignor": 19, "ikk": 26, "immedi": 60, "import": [41, 42], "inbox": 44, "indic": 15, "info": 44, "inform": 42, "initi": 14, "inkludert": 80, "inn": 81, "innholdsfortegnels": 6, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "introduksjon": 53, "invit": [44, 70], "invitasjon": 41, "inviter": 41, "io": 47, "issu": 15, "item": 42, "join": [60, 72], "junk": 44, "kalend": [41, 45, 51], "kalender": 41, "kalenderappen": 41, "kalenderdel": 41, "kalendergjennomsiktighet": 41, "kalendern": 41, "kalenderwidget": 41, "kan": [26, 82], "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "kjent": 20, "klientapplikasjon": 81, "klienter": [20, 25], "known": 15, "kobling": 35, "kommandolinjen": 20, "konfigur": 81, "kontact": 48, "kontakt": [45, 51], "kontoen": 49, "krav": 83, "krypter": 26, "kryptert": 26, "kvoter": 24, "lage": 41, "lagringskvot": 33, "lagringsplass": 24, "languag": 12, "last": 29, "layout": [44, 65], "legg": [35, 41], "level": [15, 36], "like": 12, "line": [8, 16], "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 15, "logget": 81, "lose": 81, "low": 11, "l\u00f8sning": 20, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "manag": [19, 32, 36, 42, 44, 58, 62, 69], "manual": 42, "mapper": 21, "mark": 42, "markdown": [4, 66], "maskinvaretoken": 81, "matterbridg": 74, "med": [20, 26, 35, 41, 45, 46, 48, 49, 51, 81], "meet": [44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 60], "mobilappen": 45, "mobilsynkronis": 25, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "montering": 20, "more": 66, "move": [12, 44], "mulig": 26, "multipl": 42, "my": 12, "m\u00f8te": 41, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "navngivn": 39, "nest": 26, "nettles": 83, "nettleser": 54, "network": 19, "new": [19, 28, 35, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 69], "ny": 41, "n\u00e5r": 24, "offentlig": [20, 35], "offic": 40, "offisiel": 20, "oft": 26, "og": [20, 25, 30, 35, 41, 45, 54, 80], "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "opp": [29, 41, 49], "opplasting": 29, "opprett": [20, 41], "opptatt": 41, "option": [16, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "papirkurv": 41, "parent": 5, "particip": [60, 69], "passord": [26, 54], "passordendring": 54, "pc": 20, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "planlagt": 26, "poll": 56, "possibl": 26, "preferansen": 82, "prevent": 7, "prioriti": 44, "privaci": 69, "privat": 69, "privatn\u00f8kkel": 26, "problem": 20, "problemstilling": 20, "profil": 83, "profildataen": 82, "project": 5, "provid": 15, "publiser": 41, "p\u00e5": [20, 26, 41], "p\u00e5minnels": 41, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "redig": 41, "rediger": 41, "refresh": 44, "regelmessig": 41, "reliabl": 12, "remind": [44, 76], "remov": 42, "repli": [44, 66], "requir": 14, "respon": 80, "ressurs": [35, 41], "role": 42, "rom": 41, "romtilgjengelighet": 41, "room": [58, 60], "rss": 0, "run": 1, "samtal": 41, "schedul": [44, 59, 66], "screen": [60, 63, 72], "se": 82, "search": [21, 44, 76], "second": 81, "secur": [34, 44], "self": 69, "send": [44, 66, 70], "server": [12, 14, 44], "serversiden": 26, "set": [0, 1, 19, 40, 44, 60, 72, 76, 83], "sett": [29, 41, 49], "setup": 14, "share": [15, 19, 21, 23, 26, 27, 28, 35, 42, 44, 56, 63, 72, 75], "shortcut": 44, "sidebar": [0, 21], "silent": 66, "sjekk": 41, "skrivebord": 25, "skrivebordet": 46, "slet": 39, "slett": [24, 41], "sletted": 24, "smart": [1, 44, 66], "snooz": 44, "som": 82, "some": 12, "sort": 44, "space": 11, "speaker": 65, "spesifikk": 54, "sp\u00f8rsm\u00e5l": 26, "start": [2, 60, 72], "stasjon": 20, "statu": [15, 19], "statusikon": 21, "step": [2, 5], "stilt": 26, "stop": 12, "storag": 27, "store": 31, "stream": 0, "sub": 12, "subfold": 44, "summari": [0, 44, 66], "support": [14, 15, 27], "svar": 20, "svare": 41, "switch": 44, "sync": [12, 15], "synchron": [12, 19, 47, 50], "synkronis": 30, "synkroniser": [45, 46, 48, 49, 51], "system": [14, 36], "systrai": 19, "s\u00f8k": 83, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "tastatur": 80, "team": [5, 42], "temaer": 80, "templat": 5, "text": 44, "than": 12, "thei": 12, "thread": [44, 76], "thunderbird": 50, "tider": 41, "til": [20, 26, 35, 41, 83], "tildel": 41, "tilgang": [20, 35, 80], "tilgjengelighet": 41, "tilkobled": 54, "tilordn": 20, "time": [41, 42], "tlsv1": 51, "tofaktorautentis": 81, "togeth": 5, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "trash": 44, "tredjepart": 20, "troubleshoot": [15, 51], "unifi": 44, "uninstal": 17, "universel": 80, "unsubscrib": 44, "up": [44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 15, 19, 21, 27, 28, 38, 42, 44, 50, 66], "usag": 8, "user": [12, 19], "uten": [26, 45], "utforsk": 20, "variabl": 11, "varsler": 41, "varsling": 45, "ved": 20, "vedlegg": 41, "velg": 21, "version": 14, "versjon": 39, "versjonskontrol": 39, "via": [28, 80], "video": 60, "videoavspil": 21, "view": [0, 21, 55, 65, 78], "virtual": 42, "vise": 41, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "why": 2, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "work": 12, "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 42, 44, 69, 81], "zoom": 80, "\u00e5": [21, 26]}}) \ No newline at end of file diff --git a/server/latest/user_manual/nl/contents.html b/server/latest/user_manual/nl/contents.html index 2c674989be9..18f6c63d057 100644 --- a/server/latest/user_manual/nl/contents.html +++ b/server/latest/user_manual/nl/contents.html @@ -180,6 +180,7 @@
              • Installatie
              • Uninstallation
              • De synchronisatieclient gebruiken
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nl/desktop/autoupdate.html b/server/latest/user_manual/nl/desktop/autoupdate.html index a44eb709b23..3b86bdd92c9 100644 --- a/server/latest/user_manual/nl/desktop/autoupdate.html +++ b/server/latest/user_manual/nl/desktop/autoupdate.html @@ -84,6 +84,7 @@
              • Installatie
              • Uninstallation
              • De synchronisatieclient gebruiken
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nl/desktop/commandline.html b/server/latest/user_manual/nl/desktop/commandline.html index 89766f0ce7f..dd60b806115 100644 --- a/server/latest/user_manual/nl/desktop/commandline.html +++ b/server/latest/user_manual/nl/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
              • Installatie
              • Uninstallation
              • De synchronisatieclient gebruiken
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
                • Install
                • Usage
                • @@ -257,7 +258,7 @@

                  Example
                  diff --git a/server/latest/user_manual/nl/desktop/configfile.html b/server/latest/user_manual/nl/desktop/configfile.html index 0dce77a589c..bc1dfb0389e 100644 --- a/server/latest/user_manual/nl/desktop/configfile.html +++ b/server/latest/user_manual/nl/desktop/configfile.html @@ -84,6 +84,7 @@
                • Installatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/conflicts.html b/server/latest/user_manual/nl/desktop/conflicts.html index 6f854f245d3..77bc9409c71 100644 --- a/server/latest/user_manual/nl/desktop/conflicts.html +++ b/server/latest/user_manual/nl/desktop/conflicts.html @@ -84,6 +84,7 @@
                • Installatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/envvars.html b/server/latest/user_manual/nl/desktop/envvars.html index f99fd140566..bf9a5e25f97 100644 --- a/server/latest/user_manual/nl/desktop/envvars.html +++ b/server/latest/user_manual/nl/desktop/envvars.html @@ -84,6 +84,7 @@
                • Installatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/faq.html b/server/latest/user_manual/nl/desktop/faq.html index db0864fdc53..2bf1d2d4827 100644 --- a/server/latest/user_manual/nl/desktop/faq.html +++ b/server/latest/user_manual/nl/desktop/faq.html @@ -84,6 +84,7 @@
                • Installatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/index.html b/server/latest/user_manual/nl/desktop/index.html index 2c7cb093d66..6771386a727 100644 --- a/server/latest/user_manual/nl/desktop/index.html +++ b/server/latest/user_manual/nl/desktop/index.html @@ -84,6 +84,7 @@
                • Installatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • @@ -133,6 +134,7 @@

                  Desktop ClientInstallatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/installation.html b/server/latest/user_manual/nl/desktop/installation.html index 9d61a96b06e..697775dabd8 100644 --- a/server/latest/user_manual/nl/desktop/installation.html +++ b/server/latest/user_manual/nl/desktop/installation.html @@ -92,6 +92,7 @@
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/macosfileprovider.html b/server/latest/user_manual/nl/desktop/macosfileprovider.html new file mode 100644 index 00000000000..aff7e97de43 --- /dev/null +++ b/server/latest/user_manual/nl/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + + +
                  + +
                  + +
                  +
                  +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/nl/desktop/macosvfs.html b/server/latest/user_manual/nl/desktop/macosvfs.html index 98ab80c5c86..497d7f7af97 100644 --- a/server/latest/user_manual/nl/desktop/macosvfs.html +++ b/server/latest/user_manual/nl/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  - - -
                  - -
                  - -
                  -
                  -
                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/nl/desktop/options.html b/server/latest/user_manual/nl/desktop/options.html index a4f43acf769..bfbfb41e8da 100644 --- a/server/latest/user_manual/nl/desktop/options.html +++ b/server/latest/user_manual/nl/desktop/options.html @@ -84,6 +84,7 @@
                • Installatie
                • Uninstallation
                • De synchronisatieclient gebruiken
                • +
                • Using the macOS File Provider
                • Using the Command-Line Client
                • Command-Line Options
                • Configuration File
                • diff --git a/server/latest/user_manual/nl/desktop/uninstallation.html b/server/latest/user_manual/nl/desktop/uninstallation.html index 00034f034b5..bb318c62e32 100644 --- a/server/latest/user_manual/nl/desktop/uninstallation.html +++ b/server/latest/user_manual/nl/desktop/uninstallation.html @@ -92,6 +92,7 @@

              • De synchronisatieclient gebruiken
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nl/desktop/updatechannel.html b/server/latest/user_manual/nl/desktop/updatechannel.html index ff9c37efd5f..8e1c17d5b98 100644 --- a/server/latest/user_manual/nl/desktop/updatechannel.html +++ b/server/latest/user_manual/nl/desktop/updatechannel.html @@ -84,6 +84,7 @@
              • Installatie
              • Uninstallation
              • De synchronisatieclient gebruiken
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nl/desktop/usage.html b/server/latest/user_manual/nl/desktop/usage.html index 5fc0d98f744..5a72d9a6354 100644 --- a/server/latest/user_manual/nl/desktop/usage.html +++ b/server/latest/user_manual/nl/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
              • Algemene venster
              • Netwerkvenster gebruiken
              • Het gebruik van de Genegeerde Bestanden Editor
              • -
              • Virtual Files on macOS -
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • @@ -299,15 +296,6 @@

              Netwerkvenster gebruiken -

              Virtual Files on macOS

              -

              For information about using virtual files integration on macOS, see:

              - - @@ -315,7 +303,7 @@

              Virtual Files on macOS

              diff --git a/server/latest/user_manual/nl/groupware/sync_ios.html b/server/latest/user_manual/nl/groupware/sync_ios.html index b71b2e47586..8bd78c20a5e 100644 --- a/server/latest/user_manual/nl/groupware/sync_ios.html +++ b/server/latest/user_manual/nl/groupware/sync_ios.html @@ -186,7 +186,7 @@

              ContactpersonenNotitie

              If you select CalDAV only calendar syncing will be made available.

              -

              Als dan het nog niet werkt, kijk dan naar Probleemoplossing voor Contacten en Kalender of Probleemoplossing voor Serviceontdekking.

              +

              Als dan het nog niet werkt, kijk dan naar Probleemoplossing voor Contacten en Kalender of Probleemoplossing voor Serviceontdekking.

              diff --git a/server/latest/user_manual/nl/objects.inv b/server/latest/user_manual/nl/objects.inv index 46812da4f70..d5206e40b66 100644 Binary files a/server/latest/user_manual/nl/objects.inv and b/server/latest/user_manual/nl/objects.inv differ diff --git a/server/latest/user_manual/nl/searchindex.js b/server/latest/user_manual/nl/searchindex.js index 69821032527..ca584af2207 100644 --- a/server/latest/user_manual/nl/searchindex.js +++ b/server/latest/user_manual/nl/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI samenvatting": [[44, "ai-summary"]], "Aanbevolen methode": [[50, "recommended-method"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Accountdelegatie": [[44, "account-delegation"]], "Accountinstellingen": [[44, "account-settings"]], "Acties": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Agenda": [[47, "calendar"]], "Agenda\u2019s": [[50, "calendars"]], "Algemene venster": [[19, "general-window"]], "Alias files": [[15, "alias-files"]], "Alle inboxen": [[44, "all-inboxes"]], "Alternatief: Gebruik van de Cardbook add-on (alleen voor contacten)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anderen met toegang": [[35, "others-with-access"]], "Anonieme uploads maken": [[29, null]], "Antwoord": [[20, "answer"]], "Apparaat specifieke wachtwoorden en wachtwoord wijzigingen": [[54, "device-specific-passwords-and-password-changes"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatisch Updates Voorkomen in Windows Omgevingen": [[7, "preventing-automatic-updates-in-windows-environments"]], "Automatisch prullenbak legen": [[44, "automatic-trash-deletion"]], "Automatische Updates Voorkomen": [[7, "preventing-automatic-updates"]], "Automatische antwoorden": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basis workflow": [[7, "basic-workflow"]], "Beheer van apparaten": [[54, "managing-devices"]], "Beheer van gekoppelde browsers": [[54, "managing-connected-browsers"]], "Beheer van het Mail-account": [[44, "managing-your-mail-account"]], "Beheer van verwijderde bestanden": [[24, null]], "Beheren van gekoppelde browsers en apparaten": [[54, null]], "Bekende problemen": [[20, "known-issues"], [20, "known-problems"]], "Beperken wie jouw profielgegevens kunnen zien": [[82, "restrict-who-can-see-your-profile-data"]], "Bericht-acties": [[44, "message-actions"]], "Berichten tonen / Werkingsmodus": [[44, "message-display-operation-mode"]], "Bestanden & synchronisatie": [[30, null]], "Bestanden niet versleuteld": [[26, "files-not-encrypted"]], "Bestanden of mappen selecteren": [[21, "selecting-files-or-folders"]], "Bestanden uploaden": [[29, "uploading-files"]], "Bestanden verplaatsen": [[21, "moving-files"]], "Bestandsbeheer": [[21, "file-controls"]], "Bestandsbeheer overlay-pictogrammen": [[19, "file-manager-overlay-icons"]], "Beveiliging": [[44, "security"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Configuratie": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configureren van twee-factor authenticatie": [[81, "configuring-two-factor-authentication"]], "Conflicten": [[10, null]], "Conflicten uploaden (experimenteel)": [[10, "uploading-conflicts-experimental"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact afbeelding": [[42, "contact-picture"]], "Contacten": [[50, "contacts"]], "Contactpersonen": [[47, "contacts"]], "Contactpersonen Toevoegen": [[42, "adding-contacts"]], "Contacts": [[51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Contextmenu-acties": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cre\u00eber een filter vanuit een bericht": [[44, "create-a-filter-from-a-message"]], "Cre\u00eber een gebeurtenis": [[44, "create-an-event"]], "Cre\u00eber een taak": [[44, "create-a-task"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboardintegratie": [[44, "dashboard-integration"]], "De Automatische Updater": [[7, null]], "De synchronisatieclient gebruiken": [[19, null]], "De werking van de functionaliteit \u201cLokaal bewerken\u201d": [[12, "how-the-edit-locally-functionality-works"]], "Deck": [[75, "deck"]], "Delen vanaf je bureaublad": [[19, "sharing-from-your-desktop"]], "Derde-partij WebDAV clienten": [[20, "third-party-webdav-clients"]], "Desktop Client": [[13, null]], "Desktop- en mobiele synchronisatie": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Een publiek share toevoegen aan jouw Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Een versie een naam geven": [[39, "naming-a-version"]], "Een versie verwijderen": [[39, "deleting-a-version"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encryptie FAQ": [[26, "encryption-faq"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelop-acties": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Er was een waarschuwing over wijzigingen in gesynchroniseerde mappen die niet betrouwbaar worden geregistreerd.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filteren en automatisch antwoorden": [[44, "filtering-and-autoresponder"]], "Filtering activities": [[0, "filtering-activities"]], "Finder integratie": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "Gebruik maken van twee-factor authenticatie": [[81, null]], "Gebruik van client toepassingen met twee-factor authenticatie": [[81, "using-client-applications-with-two-factor-authentication"]], "Gebruik van de Mail app": [[44, null]], "Gebruik van de contactpersonen-app": [[42, null]], "Gebruikersstatus instellen": [[19, "set-the-user-status"]], "Gedeelde items": [[42, "shared-items"]], "Gegevens delen in het algemene adressenboek": [[82, "sharing-your-data-in-the-global-address-book"]], "General instructions": [[17, "general-instructions"]], "Geplande berichten": [[44, "scheduled-messages"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "Herstelsleutel wachtwoord": [[26, "recovery-key-password"]], "Het gebruik van de Genegeerde Bestanden Editor": [[19, "using-the-ignored-files-editor"]], "Het gebruik van twee-factor authenticatie met hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Het instellen van automatische afwezigheidsberichten": [[40, null]], "Het instellen van jouw voorkeuren": [[82, null]], "Het maken van WebDAV mounts op de Linux commandoregel": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Het opzetten van een eigen bestandsdrop": [[29, "setting-up-your-own-file-drop"]], "Hoe de app voor verwijderde bestanden de opslagruimte beheert": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Hoe een filter te verwijderen": [[44, "how-to-delete-a-filter"]], "Hoe een nieuw filter toe te voegen": [[44, "how-to-add-a-new-filter"]], "Hoe je dit kunt inschakelen": [[12, "how-to-enable-it"]], "Hoe kan versleuteling worden uitgeschakeld?": [[26, "how-can-encryption-be-disabled"]], "How to onboard your team": [[5, null]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ik wil mijn lokale synchronisatiemap verplaatsen.": [[12, "i-want-to-move-my-local-sync-folder"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importeren van Virtuele Contactpersonen": [[42, "importing-virtual-contacts"]], "Inbegrepen thema\u2019s": [[80, "included-themes"]], "Inhoudsopgave": [[6, null]], "Initial Setup": [[14, "initial-setup"]], "Inloggen met tweefactor authenticatie": [[81, "logging-in-with-two-factor-authentication"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installatie": [[14, null]], "Instellingen voor Nextcloud-accounts configureren": [[19, "configuring-nextcloud-account-settings"]], "Interacting with messages": [[76, null]], "Interne adressen": [[44, "internal-addresses"]], "Interne shares met gebruikers en groepen": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is het gepland om dit te verplaatsen naar de volgende gebruikerslogin of een achtergrond job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is het mogelijk om de versleuteling met de herstelcode uit te schakelen?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kan de versleuteling worden uitgeschakeld zonder het wachtwoord van de gebruiker?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Maak berichten": [[44, "compose-messages"]], "Maak een team aan": [[42, "create-a-team"]], "Mailvertaling": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimaliseer het berichtvenster": [[44, "minimize-the-composer-modal"]], "Mobiele clients": [[25, "mobile-clients"]], "Mobile clients": [[60, "mobile-clients"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus bestandsbeheerder": [[20, "nautilus-file-manager"]], "Navigatie via het toetsenbord": [[80, "navigating-via-keyboard"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Netwerkvenster gebruiken": [[19, "using-the-network-window"]], "Nextcloud 35 gebruikershandleiding introductie": [[53, null]], "Nieuwe accounts toevoegen": [[19, "adding-new-accounts"]], "Noem contactpersonen": [[44, "mention-contacts"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Offici\u00eble Nextcloud-desktop- en mobiele clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Ondersteunde functionaliteiten": [[15, "supported-features"]], "Ontvangersinfo in het mailscherm": [[44, "recipient-info-on-composer"]], "Op Linux": [[12, "on-linux"]], "Op Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Oplossing": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Oplossing 1": [[20, "solution-1"]], "Oplossing 2": [[20, "solution-2"]], "Opslagquota": [[33, null]], "Opvolgherinneringen": [[44, "follow-up-reminders"]], "Organiseer contacten in groepen": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Overwegingen": [[81, "considerations"]], "Overzicht": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing-detectie": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Previewing bestanden": [[21, "previewing-files"]], "Prioriteitsinbox": [[44, "priority-inbox"]], "Probleem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Publieke links voor delen": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quota\u2019s": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schakel zoeken in mailtekst in": [[44, "enable-mail-body-search"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Serie-samenvatting": [[44, "thread-summary"]], "Serververeisten": [[14, "system-requirements"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Slimme antwoorden": [[44, "smart-replies"]], "Sluimer": [[44, "snooze"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Sommige bestanden worden continu naar de server ge\u00fcpload, zelfs wanneer deze niet worden aangepast.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Stations toewijzen met Windows Verkenner": [[20, "mapping-drives-with-windows-explorer"]], "Stations toewijzen met de opdrachtregel": [[20, "mapping-drives-with-the-command-line"]], "Statuspictogrammen voor delen": [[21, "sharing-status-icons"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicatoren": [[15, "sync-status-indicators"]], "Synchronisatie met Thunderbird": [[50, null]], "Synchronisatie met de GNOME-desktop": [[46, null]], "Synchronisatie met iOS": [[47, null]], "Synchronisatie stopt bij het synchroniseren van subdirectories met een hi\u00ebrarchie dieper dan 100.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with macOS": [[49, null]], "Systeemvakpictogram": [[19, "systray-icon"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Te verzenden-map": [[44, "outbox"]], "Team opties": [[42, "team-options"]], "Team rollen": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Toegang tot Nextcloud bestanden met behulp van WebDAV": [[20, null]], "Toegang tot bestanden met WinSCP": [[20, "accessing-files-using-winscp"]], "Toegang tot bestanden met behulp van Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Toegang tot bestanden met behulp van Linux": [[20, "accessing-files-using-linux"]], "Toegang tot bestanden met behulp van Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Toegang tot bestanden met behulp van cURL": [[20, "accessing-files-using-curl"]], "Toegang tot bestanden met behulp van macOS": [[20, "accessing-files-using-macos"]], "Toegang tot publieke shares via WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Toevoegen en Beheren Adresboeken": [[42, "adding-and-managing-address-books"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universele toegang": [[80, null]], "Update-kanalen": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploads van grote bestanden": [[31, null]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Veelgestelde vragen": [[12, null]], "Vereisten voor webbrowsers": [[83, "web-browser-requirements"]], "Verlaat mailinglijst": [[44, "unsubscribe-from-a-mailing-list"]], "Verplaats berichten naar de Junk map": [[44, "move-messages-to-junk-folder"]], "Versiebeheer": [[39, null]], "Versleutelde bestanden delen": [[26, "sharing-encrypted-files"]], "Versleuteling gebruiken": [[26, "using-encryption"]], "Verwijder labels": [[44, "delete-tags"]], "Videospeler": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Voeg contacten handmatig toe": [[42, "adding-contacts-manually"]], "Voeg een nieuw mailaccount toe": [[44, "add-a-new-mail-account"]], "Voeg leden toe aan een team": [[42, "add-members-to-a-team"]], "Voorbeeld": [[10, "example"]], "Voorkomen Automatische Updates in Linux Omgevingen": [[7, "preventing-automatic-updates-in-linux-environments"]], "Voorwaarden": [[44, "conditions"]], "Wat gebeurt er als gedeelde bestanden worden verwijderd?": [[24, "what-happens-when-shared-files-are-deleted"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Wijzig indeling": [[44, "switch-layout"]], "Wijzig kleur voor labels": [[44, "change-color-for-tags"]], "Wijzig labels": [[44, "edit-tags"]], "Wijzig of verwijder contactinformatie": [[42, "edit-or-remove-contact-information"]], "Wijzig priv\u00e9 sleutelwachtwoord": [[26, "change-private-key-password"]], "Wijzig sorteervolgorde": [[44, "change-sort-order"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom en responsiviteit": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "Al": 14, "Alle": [20, 21, 46], "Alles": 20, "Als": [7, 12, 19, 20, 24, 26, 31, 33, 35, 39, 40, 42, 44, 47, 50, 80, 81, 82], "Ben": 82, "Bij": [7, 10, 19, 31, 35, 44], "Daar": 44, "Dan": 44, "De": [6, 10, 13, 14, 18, 20, 24, 26, 28, 33, 35, 37, 39, 40, 42, 44, 46, 80, 82], "Deze": [7, 19, 20, 26, 33, 35, 40, 42, 44, 82], "Dit": [7, 10, 12, 14, 19, 20, 26, 35, 42, 44, 46, 80], "Door": [10, 20, 44], "Een": [19, 20, 42, 44, 53, 80], "En": 80, "Er": [14, 26, 35, 37, 42], "Het": [6, 10, 12, 24, 25, 26, 28, 33, 39, 42, 43, 44, 46, 50, 80], "Hier": [19, 42], "Hoe": 47, "In": [1, 2, 7, 8, 9, 10, 12, 14, 17, 19, 20, 26, 29, 35, 36, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "Is": 19, "Ja": 26, "Je": [19, 20, 21, 24, 26, 28, 29, 35, 39, 47, 53, 54, 80, 81, 82], "Kan": 44, "Kon": 12, "Maar": 24, "Meer": [12, 20, 43, 44], "Met": [7, 19, 20, 35, 42], "Mijn": 20, "Na": [7, 39, 44], "Niet": [12, 19, 42], "Nog": 35, "Nu": [20, 29, 44], "Of": 18, "Om": [10, 12, 19, 20, 24, 35, 39, 42, 44, 47, 80, 82], "Omdat": [7, 44], "Onder": 46, "Op": [14, 19, 20, 46, 50, 81], "Te": 20, "U": 80, "Van": 81, "Voor": [10, 19, 20, 25, 26, 31, 35, 39, 42, 47], "Ze": [19, 26], "Zonder": 12, "_": 8, "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 25, 26, 27, 29, 33, 36, 37, 39, 45, 48, 49, 50, 51, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "aaan": 44, "aanbevool": 20, "aanbied": 20, "aandacht": 10, "aanklik": 7, "aanklikbar": 7, "aankoom": 42, "aanmaak": [19, 21, 33, 35, 39, 44], "aanmel": 20, "aanmeld": [19, 20], "aanpas": [7, 10, 19, 24, 35, 39, 44, 80], "aanpast": 12, "aantal": [19, 26, 35, 44, 81], "aanvaard": 37, "aanvinkbox": 44, "aanvul": 19, "aanzet": 44, "aanzien": [20, 31], "aanzienlijk": [12, 44], "ability": 12, "abl": [27, 36, 41, 42, 45, 51, 56, 58, 80, 81, 82], "abonneer": 50, "aborted": 11, "aborts": 11, "about": [0, 5, 15, 19, 21, 41, 59, 69, 70, 71, 73, 76], "above": [0, 20, 21, 35, 36, 41, 42, 66, 70, 72, 76, 82], "absence": [41, 69], "accelerat": 15, "accep": [41, 44, 73], "acceptance": 44, "accepted": 41, "accepteer": [35, 37], "acces": [0, 1, 3, 6, 8, 14, 15, 26, 30, 38, 41, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 80, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessibl": [1, 5, 39, 41, 69, 76], "accessibly": 5, "accidentally": 41, "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 19, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47, 51], "accounttab": 19, "accounttype": 47, "acht": 43, "achtergrond": [7, 19], "achtergrondkleur": 80, "acros": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "actief": [19, 20, 44], "actiemenu": 44, "actif": [12, 19, 20, 82], "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 76, 77, 83], "actionabl": 75, "activat": [42, 80], "active": 65, "activeer": 44, "activitie": 59, "activity": [6, 9, 14, 54, 83], "actual": 15, "actualiseer": 19, "ad": [5, 20, 41, 42, 44, 69], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 41, 42, 44, 82], "addition": [20, 42, 76, 82], "additional": [0, 13, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": 69, "addres": [8, 9, 27, 41, 42, 45, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": 51, "adjust": [9, 20, 82], "adjusted": [11, 15], "adjusts": 9, "admin": [14, 36, 42, 44], "admininstrator": 44, "administration": [1, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 41, 42, 44, 57, 60, 62, 66, 70, 74, 80, 81, 82], "administreer": [31, 35, 37], "adr": [20, 28, 44, 50], "adresboek": [44, 47, 50], "adresboeknaam": 42, "adresboekscherm": 50, "adresbook": 50, "adressenboek": 6, "advanced": [14, 41, 51], "advie": 44, "adviseer": 26, "adviser": 14, "af": [20, 26, 44], "afbeeldingsminiatuur": 26, "afezigheidsinstal": 44, "affect": 44, "affected": [0, 44], "affects": 4, "afhankelijk": [19, 26, 81, 82], "afkort": 44, "afsluit": 19, "afstand": [20, 28, 35, 50], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "afwees": [19, 40], "afwezigheidsbericht": [6, 43], "afwezigheidsmeld": 44, "afwijs": 37, "afzender": 44, "afzenderadr": 44, "afzenderinformeer": 44, "ag": 20, "again": [1, 9, 21, 41, 44, 45, 54, 63, 72, 81], "agenda": [33, 44, 46, 57], "ago": 0, "ai": [6, 66], "aim": 80, "airplane": 57, "alheel": 80, "alias": 52, "alice": 41, "align": 69, "alike": 69, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 42, 44, 45, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alle": [12, 14, 19, 20, 24, 26, 33, 35, 37, 42, 44], "alleen": [7, 14, 19, 20, 24, 26, 28, 35, 42, 44, 46], "allow": [0, 12, 15, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "allowed": [8, 15, 20, 60, 62], "alma": 14, "almeen": [6, 7, 44], "almost": 81, "alnaarlang": 44, "along": [8, 52], "alphabetical": 42, "alpine": 8, "alpinelinux": 8, "already": [2, 14, 41, 45, 51, 60, 69, 72], "alsjeblief": 80, "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alstublief": 26, "alter": [12, 38], "alternative": 29, "alternatively": [2, 12, 14, 60], "alterneer": [12, 20], "always": [15, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 42, 44, 45, 46, 48, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 44, 46, 47, 48, 49, 51, 52, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "andagebeurtenis": 42, "andas": 57, "andeer": [40, 42], "ander": [7, 10, 12, 14, 19, 20, 24, 28, 33, 35, 42, 44, 53, 80, 81, 82], "anderman": 42, "android": [6, 20, 25, 38, 43, 53, 73], "anoniem": 20, "anonieme": [23, 30], "anonymous": [29, 56], "another": [27, 41, 42, 60, 69, 76], "answer": 5, "antwoor": 40, "antwoord": 44, "any": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyone": [66, 82], "anyth": [26, 48], "anytime": [28, 62], "anywher": 44, "ap": [0, 15, 17, 20, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "apache": 31, "apart": [25, 42, 44], "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparaat": [6, 20, 53, 81], "apparent": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 69, 70], "appearance": [15, 44, 68, 73, 83], "appimag": [12, 14, 17], "appimalauncher": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "applicatiemap": 19, "application": [7, 14, 16, 17, 20, 27, 41, 42, 46, 48, 49, 60, 63, 72], "appliceer": [26, 42, 47, 82], "applie": [42, 69], "applied": 36, "apply": [15, 36, 44], "appointment": [48, 52], "appointments": 44, "appropriat": [51, 76], "approximately": 9, "arch": 8, "archief": 14, "archive": [8, 21], "archived": 69, "are": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "area": [41, 60], "around": 36, "arrow": [15, 66, 72, 80], "artificial": 1, "artikel": 20, "as": [0, 1, 2, 4, 5, 6, 8, 9, 11, 14, 15, 16, 17, 20, 21, 26, 27, 35, 36, 38, 41, 45, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 27, 41, 45, 62, 66], "assign": [21, 58, 69], "assigned": [36, 58], "assignment": 58, "assisteer": [6, 66], "assistent": 19, "assistive": 80, "assuum": 15, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 44, 49, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": 36, "attached": 44, "attachment": 41, "attachments": [29, 44, 67, 73], "attemp": 14, "attempts": 51, "attendee": 41, "attendees": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auteur": 10, "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 51, 81], "authenticator": 81, "authenticeer": [6, 54, 82], "authenticeert": 20, "authoor": 20, "authoritie": 20, "auto": [7, 20, 41, 42, 44, 56], "automated": [36, 57], "automatic": [15, 44], "automatically": [5, 9, 14, 15, 20, 26, 27, 39, 41, 44, 56, 58, 59, 62, 69], "automatisch": [6, 12, 13, 14, 20, 28, 35, 37, 39, 43, 47, 50], "availability": 69, "availabl": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 45, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avanceer": [20, 44, 47, 50], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "away": [41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 19, 20, 21, 39, 41, 44, 48, 54, 62, 64, 66, 71, 72, 83], "backendconfigureer": 26, "background": [16, 27, 72], "backup": [39, 41, 81], "badg": [10, 21], "banned": 69, "banner": 26, "bar": [0, 1, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": 45, "based": [8, 57, 81], "baseer": [7, 20, 44, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "basis": [15, 19, 42, 80, 81], "basisbestand": 10, "basiscertificeringsinstantie": 20, "basisverificeer": 20, "batch": 42, "batche": 0, "be": [0, 1, 2, 4, 5, 8, 9, 11, 12, 15, 17, 20, 27, 36, 37, 38, 40, 41, 42, 44, 45, 47, 48, 49, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [15, 20, 26, 38, 46], "become": 69, "becoom": 5, "bedoelt": 26, "bedraag": 33, "bedraagt": 33, "bedrijf": 7, "bedrijfsrapport": 44, "beek": 81, "beeld": 42, "been": [8, 14, 15, 19, 21, 25, 41, 42, 44, 57, 69, 81], "beet": [12, 24], "befor": [15, 17, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [12, 44, 80], "begint": 40, "begrijp": 33, "behalf": 44, "behalve": 20, "behandel": 44, "behavior": [9, 11, 69], "beheer": [6, 7, 20, 21, 26, 29, 30, 31, 32, 33, 81, 82], "beheerdershandleid": [13, 24, 33, 35, 37], "beheersrecht": 7, "beheert": 53, "behind": 74, "behoud": [12, 20], "behoudt": 19, "behulp": [22, 29, 30, 53], "beide": [10, 47], "being": [15, 42, 60], "bekeek": 7, "bekijk": [20, 21, 35, 44], "belang": 44, "belangrijjk": 44, "belangrijk": [20, 44], "belangrijke": 44, "belangrijkst": [19, 26], "beleid": 7, "beleidsregel": 7, "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 41, 44, 51, 65], "bemoeilijk": 35, "benader": [14, 42], "bent": [10, 19, 20, 40, 80], "beoog": 37, "bepaal": [7, 31, 42, 44], "bepaald": 44, "beperk": [6, 12, 19, 20, 31, 37, 42], "bereek": 33, "bereik": [24, 40, 44, 80], "berekent": 24, "bericht": [26, 37, 40], "berichtserie": 44, "berichttekst": 44, "bescherm": [12, 26, 81], "beschik": [7, 19, 20, 26, 35, 40, 42, 44, 46, 50], "beschikbar": [19, 24, 39, 42, 82], "beschouwd": 19, "beschreef": 80, "beschrijf": 7, "beslag": 33, "bespreek": 19, "best": [10, 14, 18, 41, 83], "bestaand": [12, 35, 44], "bestaat": [12, 42, 43], "bestand": [6, 7, 10, 14, 22, 25, 28, 32, 33, 35, 37, 39, 42, 46, 53], "bestandendrop": 35, "bestandenherstelcode": 26, "bestandenpagina": 26, "bestandsbeheer": 46, "bestandsbewerk": 20, "bestandsgroot": 20, "bestandskiezer": 37, "bestandsmanager": 46, "bestandsnaam": [19, 26, 29], "bestandsoverdracht": 20, "bestandssysteem": [19, 20], "bestandstoegang": 20, "bestandstructuur": 19, "bestandstype": 19, "bestandsversie": 33, "besturingssysteem": [7, 12, 20], "besturingssysteembeheer": 19, "beta": 18, "betekent": [20, 44], "beter": 44, "betrek": 44, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 55, 65, 74, 80], "beur": [26, 44], "beurtenis": 42, "bevat": [10, 12, 19, 42, 44], "beveil": [20, 35], "beveiligd": 20, "bevest": [19, 28, 42, 44, 47], "bevestigt": 28, "bevind": [19, 35, 42], "bevindt": [19, 20, 42], "bewaak": 12, "bewaar": 20, "bewaartermijn": 24, "bewaartijd": 33, "bewakingsmap": 12, "beweeg": 19, "bewerk": [19, 20, 21, 33, 35], "bewerkingsoplos": 35, "bewijs": 81, "beyond": 17, "bezoek": 44, "be\u00ebind": 20, "bidirectional": 25, "bied": [20, 80], "biedt": [12, 19, 20, 44], "big": 41, "bijbehoor": 43, "bijv": 47, "bijvoorbeeld": [19, 20, 26, 44, 47, 80, 81], "bijwerk": [7, 10, 19, 20, 26, 28], "bijwerkkanaal": 7, "bijzonder": 44, "bin": [21, 42, 44, 80], "binary": [8, 15], "binnenin": 24, "birthdays": 41, "bit": 14, "bitv": 80, "blacklisted": 11, "blader": 20, "blauw": 19, "blauwe": 19, "blijf": [10, 19, 20, 24, 44], "block": [41, 66], "blockquot": 66, "blog": 12, "blootstel": 26, "blue": [41, 49], "blur": [60, 72], "board": 2, "bob": 35, "bodie": 44, "body": 44, "bold": 66, "book": [42, 45, 50, 82], "bookabl": 41, "bor": 27, "bot": [73, 77], "both": [8, 42, 44, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "bovenaan": [19, 20, 44], "bovendien": [24, 26], "bovenlig": 19, "box": [51, 62], "boxe": 0, "bracht": 37, "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "breidt": 19, "breng": 19, "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "bron": [42, 46], "bronbruiker": 37, "broncode": 14, "brows": [21, 27, 82], "browser": [0, 2, 6, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "bruik": [6, 7, 12, 13, 20, 25, 28, 29, 39, 40, 43, 47, 53, 54, 80, 82], "bruikelijk": 26, "bruiker": [7, 10, 18, 19, 20, 24, 28, 31, 33, 37, 39, 40, 42, 44, 82], "bruiker1": 24, "bruiker2": 24, "bruiker3": 24, "bruikersaccoun": 20, "bruikersback": 26, "bruikershandleid": 6, "bruikersinstel": 42, "bruikersnaam": [19, 20, 28, 35, 37, 47, 50], "bruikersquota": 33, "bruikersstatus": 40, "bruikerswachtwoor": 26, "bruikslimiet": 24, "bruikssitueer": 20, "bsd": 14, "bubbl": [55, 60], "buckets": 27, "bug": 12, "build": [14, 18], "built": [14, 17, 20, 21], "buit": 14, "bulk": 72, "bundel": [7, 43], "bundl": [7, 15], "bureaublad": [14, 20], "busy": 40, "but": [12, 14, 41, 42, 44, 45, 66, 69, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "by": [0, 1, 2, 5, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 41, 42, 44, 48, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cache": [17, 33], "caja": [19, 20], "cal": [6, 60, 69, 70, 73, 77], "calculation": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 43, 47, 48, 49, 52, 68, 69, 73, 83], "call": [6, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cancellation": 41, "cannot": [21, 26, 29, 36, 41, 44, 56], "caption": [56, 76], "carbook": 50, "card": 66, "carddac": 50, "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carrie": 20, "carry": 15, "case": [14, 42, 45, 48, 62, 69, 82], "categorie": 45, "category": 0, "caution": 9, "cellular": 48, "center": 20, "centos": 20, "centr": 65, "central": 69, "certain": [11, 42, 76], "certificaat": [20, 47], "certificaatfout": 20, "certificaatwaarschuw": 20, "certificat": [8, 49], "certification": 20, "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 15, 20, 21, 25, 26, 29, 36, 41, 44, 48, 51, 54, 55, 58, 69, 72, 80, 82, 83], "changed": [10, 12, 27, 41, 51], "chapter": [14, 20], "chart": 15, "chat": [6, 35, 40, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 41, 60, 62, 69], "checkboxe": [42, 44], "checked": [41, 42], "checklists": 69, "checkmark": 41, "chip": 83, "chmod": 20, "choice": [56, 64], "chonologisch": 44, "choos": [15, 45, 56, 60], "choose": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81], "chose": 41, "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chunk": [9, 11], "chunksize": 9, "cif": 27, "cijf": 35, "cikel": 35, "cinnamon": 20, "circl": [15, 69], "circular": 42, "circumstance": 9, "cirkel": [19, 35], "citrix": [9, 14], "citrixbruiker": 14, "classic": [15, 55], "classification": 44, "clean": 12, "cleaner": 44, "clear": [16, 69], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clicked": 44, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 19, 25, 38, 43, 45, 49, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 41, 54, 73, 81], "clipboard": [41, 51], "cli\u00ebnt": 12, "clock": [66, 81], "close": [5, 14, 36, 41, 44, 45, 46, 56, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 26, 38, 41, 45, 66], "codec": 21, "codeer": [20, 26, 33], "coder": 26, "cohesive": 5, "collaborat": 2, "collaboration": [6, 30], "collaboratively": [2, 3], "collaboreer": 35, "collaps": 44, "colleagues": 41, "collected": 41, "collectie": 42, "collection": 20, "collective": [4, 5, 6], "collectively": 5, "color": 41, "colored": 27, "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 48], "command": [6, 12, 13, 14, 17, 36, 73, 77], "commando": 20, "comment": [21, 41], "comments": 51, "commercial": 29, "communicaat": 69, "communicat": 11, "communitie": 3, "community": [8, 14, 20, 41], "compatibel": [20, 44], "compatibil": 12, "compatibility": [12, 21], "compatibl": [11, 27, 41, 81], "complet": [17, 28, 45, 69], "completed": [14, 66], "completeer": 37, "completely": [9, 62], "completion": 1, "complex": 41, "compliance": 62, "compliant": 80, "compliceer": 24, "compos": 80, "composed": 44, "composer": 44, "compromised": 26, "computer": [5, 13, 20, 21, 25, 46, 53], "computerbestand": 24, "concretize": 41, "conditie": 44, "condition": 42, "conf": [7, 9, 12, 17, 20, 24], "confdir": 16, "configur": [0, 14, 20, 27, 41, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configuratiebestand": 7, "configuratiefout": 19, "configuratiescherm": [20, 42], "configuration": [6, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 44, 52, 74, 82], "configured": [1, 14, 15, 41, 49, 59, 60, 69], "configureer": [19, 20, 24, 31, 33, 35, 37, 42, 44], "configurer": [6, 20, 42, 44], "configuur": [27, 45, 54], "confirm": [12, 27, 41, 42, 44, 45], "confirmation": [9, 28, 41, 69], "confirmed": 41, "conflict": [6, 13, 41], "conflicted": 10, "conflicter": 10, "conflictopmaakbestand": 10, "conflicts": 41, "conforme": 53, "congratulation": [2, 5], "connect": [14, 20, 25, 27, 54, 81], "connected": [1, 15, 26, 27, 41, 54], "connection": [9, 11, 12, 15, 27, 28, 45, 48, 49, 51, 54, 74, 82], "connectivity": 15, "consent": 60, "consider": 17, "consideration": 17, "consistent": 15, "consool": 20, "contacpersoon": 42, "contact": [20, 27, 31, 41, 43, 44, 45, 46, 47, 80, 82, 83], "contactgeven": 42, "contactgroep": 42, "contactpersoon": [6, 33, 43], "contacts": [0, 41, 48, 49, 52, 82, 83], "contain": [0, 8, 9, 10, 21, 39, 41, 44, 60, 72], "container": [9, 17], "content": [1, 2, 5, 8, 15, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 41], "context": [1, 15, 19, 41, 44, 56], "continue": 45, "continued": 69, "contrary": 8, "contrast": 80, "contrastmodus": 80, "control": [20, 36, 39, 41, 57, 69, 82], "controleer": [19, 20, 44], "controleert": [7, 24, 44], "controler": [12, 20], "controlled": 11, "controol": [7, 44], "convenient": 0, "conversation": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "converseer": 42, "copie": 15, "copied": [5, 44], "copy": [0, 10, 21, 25, 41, 44, 51], "correct": [12, 19, 20], "correctly": 15, "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "country": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreporter": 17, "creat": [54, 59, 82], "create": [0, 2, 14, 15, 20, 21, 25, 28, 29, 36, 39, 44, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 20, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creation": [36, 69, 76], "credential": [27, 45, 49, 51], "cre\u00eber": [10, 19, 28, 35, 42], "cre\u00ebert": 10, "cros": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 60], "currentcontrolset": 20, "currently": [1, 15, 38, 41, 42, 58, 60, 66], "cursor": [2, 41], "custom": [15, 41, 69, 83], "customis": [60, 83], "customisabl": 83, "customize": [20, 55], "customized": 41, "cycli": 12, "d": [20, 41, 56], "daag": [24, 33, 39, 44], "daan": [12, 28, 46], "daarmee": 10, "daarna": [7, 12, 19, 26, 50], "daarom": [12, 47], "daarvan": 12, "daarvoor": 19, "daf": 20, "dag": [39, 82], "daily": [18, 41], "dalijks": 18, "dashboard": [6, 44], "data": [6, 9, 12, 15, 17, 26, 38, 39, 41, 42, 43, 45, 48, 66, 82], "databas": [26, 33], "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "datum": [20, 44], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "day": [0, 11, 41, 69], "daygridmonth": 41, "days": [41, 59, 83], "db": 8, "debian": [8, 19, 20], "debug": 16, "decide": [5, 15, 41, 56], "decided": 5, "decimaal": 20, "deck": [42, 43, 66], "declin": [41, 60], "decline": [44, 60, 70], "declined": 41, "decoder": 26, "decoration": [15, 66], "decryp": [26, 38], "decrypted": 38, "dedicated": [15, 20, 44, 45, 69], "deel": [6, 20, 28, 33, 43, 53], "deelt": [24, 28, 33, 35], "deep": [0, 12, 17, 21, 27, 36, 41, 48, 60, 63, 72, 80, 82], "def": 8, "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 42, 48, 59, 60, 69], "defaults": [8, 21, 41], "defined": [15, 41], "definieer": [19, 44], "degeen": 35, "del": 80, "delay": 15, "deleet": [9, 15, 17, 41, 44], "delegat": [41, 44], "delegated": 44, "delegeer": 44, "delet": [0, 1, 17, 21, 24, 27, 28, 36, 39, 42, 44, 58, 66, 80], "deleted": [9, 21, 24, 41, 59, 69], "deletion": [41, 69], "deny": 54, "deployment": 14, "depth": 20, "derde": 12, "derden": [20, 26], "derlijk": 40, "descendants": 15, "describ": 41, "describe": 11, "described": [41, 77], "description": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": 3, "desired": [12, 41, 42, 44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 19, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 10, 12, 17, 18, 19], "destination": [20, 21], "detail": [1, 20, 24, 27, 33, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detailed": 41, "detect": 41, "detected": 9, "detection": 15, "detects": 44, "determine": 41, "device": [15, 20, 41, 45, 54, 60, 69, 72, 81, 83], "dezelf": [7, 14, 19, 20, 46], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogue": [2, 41], "dialoog": [19, 28], "dialoogven": [19, 44, 46], "diaspora": 42, "dice": 57, "did": 60, "dien": 42, "dienst": 26, "dienstverlener": 53, "diep": 12, "difference": [8, 41], "different": [0, 7, 21, 41, 69, 70], "digest": 0, "direct": [20, 28, 35, 41, 42, 44, 53, 66], "directly": [0, 1, 15, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directorie": [8, 29], "directory": [8, 16, 20, 25, 29, 41], "directory_that_has_been_created": 8, "directorycomponent": 19, "directorydeel": 20, "dirname": 16, "disabl": [0, 1, 9, 15, 41, 57, 60, 62, 64, 72], "disabled": [15, 21, 41, 42], "disappear": [42, 60], "discipline": 42, "disconnect": 54, "discord": 74, "discover": [41, 45, 69, 78], "discoverabl": 59, "discovered": 41, "discovery": [9, 15], "discussion": [44, 58, 60, 69, 76], "disk": [15, 26], "dismis": [60, 79], "display": [1, 12, 16, 20, 21, 41, 44, 51, 60, 66, 82], "displayed": 44, "displays": [15, 16, 21, 44], "distributed": [20, 41], "distributie": [7, 12], "distribution": [9, 14, 20, 62], "disturb": [41, 66, 69], "divide": [58, 60], "divider": 66, "do": [0, 8, 12, 14, 17, 26, 28, 36, 41, 44, 45, 60, 62, 63, 65, 69, 72, 81], "doc": 42, "document": [5, 12, 15, 21, 46, 80, 82], "documentation": [1, 14, 31, 57, 74], "documenteer": [20, 25], "documents": [1, 2, 8, 21], "doel": [26, 35], "doelbruiker": 37, "doeleind": 40, "does": [8, 9, 20, 25, 28, 48, 49, 54, 59, 81], "doesn": [20, 46], "doing": 9, "dolphin": 19, "domain": 47, "domein": [20, 44, 47], "domeinnaam": 47, "don": [5, 26, 39, 41, 42, 66], "done": [38, 41, 48, 51, 56, 66, 72], "donker": 80, "doorblader": 20, "doorgaan": [19, 50], "doorgeef": [20, 44], "doorstuur": 81, "doorzoek": 46, "dot": [4, 21, 27, 36, 41, 44, 60, 65], "doubl": [14, 63], "down": [0, 12, 69, 76], "download": [7, 10, 11, 12, 15, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloadknop": 35, "downloadpagina": 7, "downloadt": 10, "downward": 15, "draad": 44, "draag": [19, 37], "draaiend": 19, "draf": [44, 56], "drafts": 56, "drag": [7, 10, 19, 21, 56], "drie": [19, 35, 42, 44], "drif": 81, "drive": [20, 36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [20, 27, 49, 82], "druk": [20, 46], "dubbelklik": 12, "due": 15, "duration": [9, 41, 69], "duur": [40, 41, 51, 62, 64, 72], "duurt": 26, "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexie": 80, "e": [0, 2, 4, 8, 16, 41, 45, 47, 49, 51, 82], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earlier": 41, "earpiece": 60, "easier": 66, "easily": [5, 76], "easy": [2, 5], "echo": 12, "echter": [7, 10, 12, 19, 26, 44], "edg": [8, 20, 83], "edit": [1, 12, 20, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "edited": 41, "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "edits": 21, "eef": [2, 9, 15, 41, 69, 71, 80, 82], "eenvoud": [20, 26, 29, 44], "eenvoudigweg": 42, "eer": 44, "eerst": [7, 12, 20, 26, 39, 42, 44, 81, 82], "effectively": 81, "efficient": 44, "eig": [7, 26, 28, 35, 42, 44], "eigen": [20, 24, 26, 33, 35, 37, 42], "einaarschap": 42, "eind": [19, 20, 44, 80], "eindigt": 40, "einschap": 20, "eis": 81, "either": [8, 12, 38, 41, 42, 45, 49, 60, 70, 76], "elapsed": 60, "element": [58, 60, 80], "elements": [66, 80], "eliminat": 41, "elk": [19, 20, 28, 39, 42], "elke": [19, 20, 26, 39, 42, 44, 46, 80, 81], "els": [10, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 83], "emailaddres": 42, "emailadr": 44, "emailonderwerp": 44, "emailtekst": 44, "embed": [2, 41], "embedded": 41, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphasize": 2, "empty": [2, 21, 38, 41], "enabl": [0, 1, 4, 9, 15, 25, 29, 41, 42, 44, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 20, 21, 26, 27, 38, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "encood": 20, "encrypted": [26, 38, 49], "encryptiesleutel": 33, "encryption": [6, 27, 30], "end": [26, 30, 34, 41, 57, 62, 69], "engaged": 41, "enhance": 66, "enige": [26, 28], "enkeel": [19, 80, 82], "enkel": [19, 42, 44], "ensur": [15, 41, 80], "enter": [1, 2, 14, 28, 35, 41, 45, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [21, 41, 44], "entirely": [11, 15], "entrie": [0, 21], "entry": [0, 1, 2, 21, 42, 82], "env": 16, "envelope": 44, "environment": [6, 8, 13], "equivalent": 16, "eraas": 12, "erg": [12, 31], "ergen": 44, "erop": 19, "error": [11, 20, 44, 45, 51], "eruit": 35, "ervaar": 18, "ervan": 25, "ervoor": [20, 24, 26, 47], "esc": 60, "escape": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "evenal": [40, 46], "event": [0, 40, 44, 51, 59, 69], "events": [0, 52, 69, 83], "eventuel": [40, 80], "every": [0, 9, 20, 21, 36, 41, 54, 60, 62, 83], "everyone": [21, 41, 76], "everyth": [0, 15, 44, 80], "evict": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": 5, "exampl": [15, 17, 20, 35, 41, 42, 45, 47, 48, 51, 57, 70, 79, 81], "excellent": 29, "excep": [44, 69], "exchang": 41, "exclude": 19, "excluded": 15, "exclusive": 44, "exe": [12, 20], "execut": [38, 57], "executed": 44, "execution": 1, "exist": [12, 15, 20, 41, 42, 44, 59, 69], "existent": 41, "exists": 69, "exits": 8, "expand": 44, "expects": 2, "experience": [44, 60, 83], "experimental": 9, "expir": 39, "expiration": 35, "explain": 20, "explicit": 62, "explicitly": [8, 27], "explorer": 19, "export": [52, 56], "exporteer": 42, "ext": [66, 69], "extensie": 12, "extension": 44, "extern": [10, 28], "external": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "externe": [10, 20, 26, 28, 35], "extra": [12, 19], "f": [17, 45, 60, 72, 80, 83], "faac": [60, 82], "faciliter": 42, "factoor": 81, "factor": [6, 45, 46, 51, 54, 82], "failur": 9, "fal": [11, 20], "fals": [9, 11], "far": 83, "fatal": 11, "favor": 57, "favoriet": 21, "favorit": [0, 21, 80], "favorited": 42, "feasibl": 14, "featur": [2, 9, 15, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feit": 20, "feite": [28, 35], "fetch": 41, "few": [48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": 41, "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "filen": 44, "filename": 16, "files_version": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 27, 41, 56], "filled": [15, 27, 41], "filter": [36, 42, 59, 76, 83], "filtered": [0, 1], "filterregel": 44, "filterscrip": 44, "final": 41, "finalize": 69, "finally": 41, "find": [20, 21, 24, 25, 41, 42, 48, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": 45, "finishe": 1, "finished": [5, 41, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 38, 41, 42, 44, 48, 56, 60, 66, 71], "fit": 65, "fix": 48, "flow": [9, 25, 41], "flushe": 16, "focus": [44, 80], "focused": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 5, 8, 9, 14, 16, 17, 21, 27, 41, 42, 44, 45, 48, 49, 51, 52, 60, 80, 82], "followed": 1, "for": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 17, 19, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 42, 44, 45, 47, 48, 49, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "force": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forever": 41, "forget": 5, "form": [1, 26, 42, 45], "format": [2, 5, 9, 21, 41], "formats": [15, 21], "formatted": 44, "formel": 42, "formerly": 45, "formulier": [28, 35], "formulierveld": 28, "forth": [1, 41], "forward": [69, 76], "forwarded": 41, "found": [41, 57, 72, 83], "fourth": 41, "fout": [12, 18, 19, 20, 44, 80], "foutmeld": [20, 44, 47], "framework": 7, "free": [11, 15, 20, 40, 41, 60], "freeing": 15, "friend": 41, "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 45, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "full": [9, 41, 44, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38], "fun": 5, "functie": [7, 12, 18, 20, 21, 26, 29, 44, 50, 82], "function": [20, 81], "functionality": [12, 20, 42], "functionalteit": 42, "further": [38, 41, 82], "futur": [1, 20, 60, 62], "fysieke": [20, 81], "g": [0, 4, 8, 41, 45, 49, 51], "ga": [20, 28, 35, 44, 50], "gaan": 44, "gaat": [7, 24], "gallerie": 26, "gateway": [8, 69], "gb": [11, 20], "gear": 51, "geef": [7, 19, 20, 26, 44], "gel": 42, "geld": 44, "gele": [10, 19, 26], "genereer": 44, "geop": [7, 19, 20, 42, 44], "get": [3, 6, 10, 20, 26, 41, 42, 51, 56, 63, 69, 72, 81], "gevaarlijk": 26, "geval": [7, 12, 26], "geven": [6, 12, 26, 33, 40, 42, 53], "gid": 47, "gif": [0, 60, 63, 66], "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "give": [1, 2, 5, 41, 54, 60, 62], "glance": 36, "globaal": 19, "global": [76, 82], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 41, 44, 45, 48, 58, 71, 72, 81], "goed": 44, "going": [27, 41, 52], "gone": 41, "googl": [41, 45, 81, 83], "graag": 80, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "granular": 41, "grap": 42, "gratis": 80, "gravatar": 42, "gray": 41, "green": [27, 60, 72], "gren": 24, "grey": 19, "greyed": 60, "grijze": 19, "groene": 19, "groep": [7, 20, 26, 33], "groepslidmaatschap": 82, "groepwar": 43, "groot": [20, 31, 33, 80], "grote": [22, 30, 53], "groter": [19, 31, 33], "group": [3, 17, 20, 41, 42, 44, 45, 52, 56, 58, 60], "grouped": [0, 44, 83], "groupwar": [6, 41, 42, 48, 52], "guest": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "gui": [8, 27, 45], "guidance": 31, "guide": [14, 49], "guideline": 80, "gvfs": 20, "h": [8, 16, 20], "haaf": [9, 15, 29, 41], "halve": 19, "hand": [5, 20, 80], "handled": 44, "handler": 12, "handmaat": [7, 12, 20, 24, 29, 39, 44], "handtekeen": 44, "handy": 69, "hang": 44, "hangt": 20, "hap": [15, 41], "happen": [0, 5, 15, 41], "happened": 0, "har": [12, 20], "hard": 41, "hardwar": [6, 83], "has": [1, 8, 10, 15, 19, 21, 25, 27, 33, 36, 38, 41, 44, 45, 51, 56, 69, 72, 74, 81, 83], "have": [1, 8, 14, 15, 16, 17, 21, 25, 26, 28, 33, 39, 41, 42, 44, 45, 46, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "hebt": [19, 20, 26, 35, 42, 81], "heef": [7, 12, 18, 19, 21, 24, 26, 29, 31, 33, 35, 39, 44, 46, 80], "heel": 10, "heime": 81, "helder": 80, "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "helpful": 82, "hen": [10, 26], "here": [2, 15, 66, 69, 72], "herhaal": [19, 50], "herhaald": 50, "herinner": 44, "herken": 20, "hernoem": 24, "hernoemd": 44, "hernoemt": 35, "herstart": 7, "herstarts": 20, "herstel": [14, 26, 39], "hersteloptie": 26, "hervat": 19, "hetzelf": 50, "hid": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarchical": 2, "hierboof": [19, 47], "hierdoor": [26, 28, 44], "hieronder": [10, 19, 20, 26, 42], "hiervan": 19, "hiervoor": 44, "high": [64, 80], "highlighted": [62, 76], "history": [6, 21, 39], "hi\u00ebrarchie": 35, "hkey_classes_root": 12, "hkey_current_user": 7, "hkey_local_machine": [7, 20], "hkey_local_machinesoftwaremicrosoftwindowscurrentversionpropertysystempropertyhandler": 12, "hoc": 69, "hoef": [12, 28], "hoeveel": 12, "hoewel": [12, 20], "hoge": 80, "hoger": [12, 20, 35], "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hoofd": 19, "hoofddialoogven": 19, "hoofdmap": [20, 35], "hoofdsleutel": 26, "hoog": 80, "hoogstwaarschijnlijk": 26, "hoogt": 37, "horizontaal": 44, "horizontal": 2, "hos": 20, "host": 9, "hostnaam": 20, "houd": [20, 39, 44], "houdt": [39, 47], "hour": [0, 16, 69, 76], "hourly": 0, "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 41, 60, 81], "however": [41, 42], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "huid": [19, 20, 35], "hulp": 80, "hulpbron": 20, "i": [2, 16, 47], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 51, 60, 63, 65, 66, 72, 76, 82, 83], "icoon": [19, 35, 42, 44, 50], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ideal": 79, "ideally": 54, "ideas": 69, "idee": 10, "ident": 81, "identiek": 26, "identificer": 19, "identifier": [41, 60], "identify": [15, 54], "identity": 70, "iedereen": 53, "iet": [20, 33, 40, 81], "if": [0, 1, 4, 6, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "iframe": 41, "ignor": 8, "ignored": 41, "illustreert": 24, "imag": [1, 21, 60], "imagine": 10, "imap": 43, "immediately": [1, 14, 27, 36, 54, 62, 69], "implementatieoptie": 18, "implemented": 25, "implementeer": 20, "implements": 44, "impliceer": 44, "impliciet": 20, "import": [42, 44, 52, 56], "imported": 41, "importeer": [2, 15, 38, 42, 69, 76, 80, 81, 83], "importer": [12, 20], "imports": 42, "imposed": 15, "improve": 20, "improved": 20, "inactivity": 59, "inbegreep": 6, "inbouw": [20, 42, 46], "incl": 50, "include": [8, 21, 26, 41], "inclusief": [20, 44], "incluud": [8, 20, 41, 52, 59, 60, 62], "incorrect": [9, 19], "increas": [11, 20], "increased": 15, "increment": 41, "increments": 41, "independent": [0, 41], "index": 41, "indexer": 12, "indicaat": 51, "indicat": 60, "indication": 20, "indicator": [15, 21, 27, 44, 62, 69], "indiceer": 19, "indien": [37, 40], "individual": [27, 41, 54, 72], "individually": [42, 44, 54], "individueel": 19, "individuel": [19, 26], "individuen": 53, "influence": [11, 41], "info": [7, 36], "inform": [41, 62], "informatiepictogram": 19, "information": [8, 11, 13, 14, 15, 19, 21, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informed": [41, 59], "informeer": [12, 20, 24, 33, 35, 42, 43], "informel": 42, "informer": 10, "infos": 41, "inherited": 42, "inhibits": 8, "inhoud": [10, 12, 20, 35, 80], "ini": 9, "initial": 48, "initialiseer": 26, "inklap": 19, "inkoom": [35, 37, 44], "inline": [36, 66], "inlog": [6, 20, 26, 44, 50], "inlogcode": 81, "inloggeven": 20, "inlogpagina": 80, "inlogt": [20, 26], "inlogwachtwoord": 26, "inotify": 12, "input": [1, 56, 66, 80], "inputs": 41, "inschakel": [19, 20, 26, 28, 29, 33, 35, 40, 42, 44, 82], "inschakelt": [10, 26], "insert": [1, 2, 72], "inserted": [1, 44], "inside": [21, 27, 41, 48, 59, 77], "instagram": 42, "instal": 20, "install": [17, 20, 41, 45, 73], "installatieprogramma": 12, "installation": [14, 48, 57], "installed": [0, 1, 8, 14, 15, 17, 41, 52, 60, 74, 75, 83], "installeer": [6, 7, 13, 19, 20, 28, 42, 44], "installer": [12, 19, 20], "instance": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instantie": [12, 14, 20], "instantly": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "insteer": [59, 69], "instel": [6, 7, 12, 20, 26, 31, 33, 35, 42, 43, 44, 46, 47, 80, 81], "instellinnappliceer": 47, "instellinnmenu": 80, "instellinnven": [10, 19], "instelt": 20, "instructie": [20, 42], "instruction": [21, 51, 57, 74], "integraat": [67, 73], "integrat": [15, 44, 57, 75, 77], "integrated": [15, 49, 73], "integration": [15, 19, 66, 68, 73, 74], "integration_openai": 44, "integreer": [12, 44, 46], "integreert": [19, 46], "intelligence": 1, "intelligent": 15, "interact": [67, 73], "interactie": 44, "interactive": [8, 14], "interest": 9, "interface": [1, 6, 9, 15, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "intern": 44, "internal": [41, 69], "interne": 19, "internet": [48, 49], "internetoptie": 20, "interoperabl": 41, "interruption": 69, "interval": [9, 12], "into": [1, 15, 17, 21, 25, 29, 35, 41, 44, 51, 58, 60, 66], "introduced": 41, "introduceer": 19, "introductie": 6, "introductory": 5, "intruder": 26, "invalid": [8, 54], "invisibl": [36, 41], "invit": [59, 70, 72], "invitation": [45, 72, 73], "invited": [41, 72], "invoer": [14, 19, 28, 44], "invoerscherm": 44, "invoke": 8, "invouw": 80, "invul": 82, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphone": [20, 47], "irreversibl": 41, "issue": [15, 25, 80], "issues": 66, "it": [0, 1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 41, 42, 44, 45, 48, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82, 83], "italicized": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "itself": [14, 20, 41, 76], "jezelf": 20, "jij": [10, 82], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joined": [60, 69], "jou": [18, 24, 33], "jouw": [6, 10, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 40, 47, 50, 80, 81], "jpg": 20, "json": 56, "juist": 20, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 45, 66, 72, 80, 81], "kaart": 42, "kaddressbook": 48, "kalendar": 48, "kalender": [43, 47], "kanaal": [6, 13], "kanban": 43, "kant": 35, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keer": [12, 19, 20, 26], "kenmerk": [19, 44], "kent": [42, 81], "kep": [15, 26, 42], "keuze": [12, 18, 37], "keuzemenu": 12, "key": [7, 41, 42, 72, 83], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keys": 26, "keyword": 8, "kfy9lek5sm928xp": 20, "kies": [12, 19, 20, 26, 37, 44, 46, 47, 50, 80, 82], "kiest": [12, 20], "kijk": 47, "klaar": 18, "klant": 18, "kleine": 19, "klik": [7, 10, 12, 19, 20, 28, 29, 35, 37, 39, 42, 44, 50], "kllik": 44, "klok": 42, "klop": 81, "knop": [19, 20, 28, 29, 42, 44, 50, 80], "know": [28, 41], "knowledg": [2, 3, 12], "known": 45, "komt": [20, 44], "kontact": [6, 43], "koom": [26, 35], "koos": [7, 14, 37, 44], "kop": [44, 80], "kopie": [10, 12, 24], "kopieer": [10, 12, 20, 24], "koppel": [6, 19, 20, 28, 81, 82], "korganizer": 48, "kort": [18, 24, 40, 42], "kracht": 24, "kreeg": [35, 44], "krijg": [20, 21, 26, 42, 44, 82], "krijgt": [20, 47], "kubuntu": 19, "kun": [6, 7, 10, 19, 20, 24, 26, 35, 40, 42, 44, 47, 50, 80, 81], "kunt": [19, 20, 21, 28, 29, 35, 39, 43, 47, 53], "kwaal": 80, "kwallet": 14, "laat": [7, 19, 20, 26, 33, 35, 44], "laatst": [7, 18, 19, 46], "label": [20, 28, 36], "labeled": 51, "labelled": [41, 51], "labelt": 28, "land": 2, "lang": [40, 44], "langer": [20, 35], "languag": [1, 44, 64], "larg": [29, 44, 65], "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [14, 25, 52, 83], "launch": [14, 16, 45, 51], "launchagents": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "learned": 2, "least": [1, 39], "leave": 21, "leed": [20, 35], "leeftijd": 24, "leeg": [41, 42], "lees": [20, 26, 33, 35, 37, 42], "leesfout": 80, "lef": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "leid": [19, 26], "leidt": 12, "length": 41, "les": [5, 11, 38], "let": [1, 5, 21, 27, 36, 41, 42, 44, 52, 60, 62, 72, 79, 83], "letsencryp": 47, "lettertype": 80, "level": [2, 16, 21, 26, 41, 60, 62, 69, 80], "leverancier": 20, "library": [9, 17], "lichtsterk": 80, "lid": 42, "lidmaatschap": 42, "liever": 20, "lig": 33, "ligt": 44, "lijk": 44, "lijn": 20, "lijst": [10, 19, 20, 35, 44, 54, 82], "like": [5, 15, 21, 41, 42, 44, 56, 57, 59, 60, 70, 74, 80], "likely": 19, "limiet": [12, 20, 24, 39], "limit": [41, 69, 83], "limitation": [15, 20], "limited": [15, 69], "limits": 31, "line": [6, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linked": 28, "linker": 42, "linkerkant": [19, 20], "linkerklik": 19, "linklus": 12, "linksonder": [42, 50], "linus": 41, "linux": [9, 13, 19, 25], "linux_username": 20, "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listday": 41, "listed": [1, 41, 42, 60], "listen": [8, 9], "listmonth": 41, "lists": [36, 41, 45, 66, 69], "listweek": 41, "littl": [56, 72], "live": 60, "live_transcription": 64, "ll": [2, 41, 58], "llm": 44, "load": 80, "lobby": [73, 77], "locaal": [14, 42], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 82], "locally": [9, 10, 12, 15, 56], "locat": [9, 51], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41, 44, 59, 69], "loceer": [12, 46, 50], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 83], "logdebug": 16, "logdir": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "login": [8, 9, 14, 20, 26, 42, 45, 46, 54, 81, 82], "loginformulier": 44, "logingeven": 20, "logisch": 10, "logo": 83, "logwindow": 16, "lokaal": [10, 15, 19, 20, 44, 53], "lokaliser": 19, "long": [0, 1, 9, 15, 41], "longer": [41, 42, 69, 76, 81], "look": [33, 38, 41, 44, 55, 57, 70, 77, 81, 83], "loos": 81, "los": [10, 54, 82], "lose": [6, 38], "loudspeaker": 60, "lower": 80, "loxpir": 16, "lst": [8, 19], "lts": 14, "luk": 42, "m": [60, 72, 80], "maak": [6, 9, 10, 12, 18, 19, 23, 24, 26, 28, 30, 35, 41, 43, 53, 54, 82], "mac": 19, "machine": [7, 8, 10], "macos": [6, 9, 13, 25, 42, 43, 51], "made": [41, 45, 47], "mag": 26, "magic": 5, "magisch": [24, 26], "mail": [0, 6, 40, 41, 43, 52, 80], "mailadr": 82, "mailbox": 51, "mailclient": 50, "mailicoon": 44, "mailindel": 44, "mailinstel": 44, "mailserver": 44, "main": [9, 14, 16, 20, 41, 54, 69, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": 19, "make": [5, 17, 25, 28, 29, 39, 41, 49, 58, 60, 66, 74], "manaag": [6, 21, 30, 31], "manag": [5, 15, 21, 26, 36, 41, 44, 51, 57, 77], "managed": [14, 27, 41, 44], "manager": [5, 14, 17, 20, 21, 46, 50, 56], "manamen": [12, 20, 36], "mandatory": [45, 62], "manier": [19, 20, 26, 42, 46, 81], "manner": [8, 41], "manual": [14, 15, 25, 27, 36, 44, 48, 49], "manually": [12, 44, 45, 50, 58, 62, 79], "many": 41, "map": [14, 19, 20, 24, 26, 28, 29, 33, 35, 37, 42, 53], "mapcomponent": 19, "mapgroot": 19, "mappenlijst": 19, "mappenstructuur": 26, "mapsynchronisatieverbind": 19, "mark": [21, 27, 44, 66], "markdown": [3, 6, 69], "marked": [15, 21, 27, 42, 44, 54, 77], "markeer": [19, 44], "market": [41, 82], "mastodon": 42, "match": [19, 42, 44, 83], "matche": 7, "matcht": 19, "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watche": 12, "maxchunksize": 9, "maximaal": [20, 24], "maximum": [8, 9, 11, 41], "may": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 48, 60, 62], "maybe": 41, "mb": [9, 11], "mdn": 21, "mean": [9, 15, 27, 41, 44, 81], "meanwhil": 42, "mechaan": 7, "media": [8, 21, 42, 60, 62, 69], "mee": [20, 24, 33, 44], "meerdere": [19, 35], "meereek": [24, 33], "meest": 18, "meestal": [12, 47, 81], "meet": [57, 69, 72, 83], "meetel": 33, "meewerk": 80, "megabyt": 31, "mel": [20, 80], "meld": [7, 26, 35, 82], "meldingsbied": 19, "meldt": 10, "member": [2, 5, 42, 69], "membership": 42, "memory": 1, "mens": 24, "mention": 69, "mentioned": [57, 69, 82], "menu": [1, 2, 12, 15, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 82, 83], "menubalk": [19, 20], "menuoptie": 20, "menus": 80, "merged": 42, "messag": [1, 16, 41, 44, 51, 56, 57, 58, 67, 73, 80, 83], "metadata": [19, 33], "meteen": 44, "method": [27, 41, 45, 58, 81], "methode": [7, 20, 28, 42], "methood": [7, 20], "mib": 11, "microphone": [60, 72, 80], "microsof": [9, 14, 83], "middl": 66, "might": [9, 14, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "millisecond": 9, "mime": 12, "min": 9, "minchunksize": 9, "mind": 41, "minder": 33, "miniatuur": 33, "minimaal": 18, "minimize": 44, "minimized": 44, "minimum": [9, 11, 42, 83], "minst": 42, "minut": [9, 27, 39, 41, 48], "minuut": [26, 39], "misluk": [7, 20], "misschien": 19, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobiel": [22, 30, 82], "mobil": [0, 2, 20, 25, 38, 41, 42, 73, 81], "mocht": [7, 80], "modaal": 44, "modal": [41, 44, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moderation": 69, "moderator": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modification": [12, 19], "modified": [0, 21, 42], "modify": [0, 42, 60], "moeten": [19, 20, 26, 42, 44, 46, 47, 50], "molijk": [7, 12, 18, 19, 20, 21, 33, 35, 44], "moment": [19, 24, 28], "momenteel": [19, 24, 39, 42], "monitoor": 57, "monitor": [8, 63, 72], "monochrome": 19, "month": 41, "moof": 44, "moog": 24, "more": [0, 2, 5, 11, 14, 21, 26, 36, 41, 42, 44, 45, 46, 48, 49, 51, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreover": 41, "morn": 0, "most": [19, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 35], "mounted": 20, "mounts": 27, "mouse": [2, 63, 80], "move": [0, 20, 21, 44, 52, 58, 80], "moved": [9, 44, 69], "movetotrash": 9, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "muis": 19, "muiscursor": 44, "multipl": [21, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 20, 27, 28, 38, 41, 42, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "muted": [60, 72], "mutually": 44, "my": 2, "my_sync_folder": 8, "mycertificat": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 44, 56], "naadloze": 26, "naaf": 35, "naam": [10, 20, 35, 37, 42, 50, 82], "naast": [19, 37, 42, 44], "nadat": [12, 20, 26, 42, 44], "name": [2, 4, 5, 7, 8, 16, 20, 21, 27, 36, 41, 42, 45, 47, 48, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "naturally": 42, "nautilus": [19, 46], "navigaat": 6, "navigat": [0, 21, 37, 44, 49, 51, 80], "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "navigeer": [6, 20, 44], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "near": 21, "nearly": 10, "necessary": [41, 54], "nee": 26, "need": [2, 9, 14, 15, 17, 20, 41, 42, 45, 46, 48, 49, 58, 64, 69, 70, 76], "needed": [11, 38, 41, 48, 69], "neem": [20, 31, 33, 44, 80], "neerpatroon": 19, "negeer": 12, "nemo": [19, 20], "neral": [9, 12, 41, 77], "nerally": 41, "nerat": [41, 45, 46, 48, 54, 66, 81], "nerated": [1, 41, 44, 49, 52, 54, 66], "neration": 1, "nereer": [44, 81], "neric": 45, "nerpatroon": 19, "nes": 12, "net": [8, 12, 20, 24, 44], "netrc": 8, "netwerk": [20, 50], "netwerkinstel": 19, "netwerknaam": 20, "netwerkproxy": 19, "netwerkshar": 20, "netwerkstation": 20, "netwerkverbind": 20, "network": [9, 11, 15, 27, 42], "never": [38, 41, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 42, 44, 45, 48, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newly": [15, 41], "nexctloud": [14, 50], "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 48, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusername": 20, "nice": 5, "nick": 5, "niemand": 82, "nieuw": [12, 19, 20, 24, 42, 50], "nieuwe": [7, 12, 20, 24, 26, 28, 35, 37, 39, 42, 44, 50, 82], "nieuwsbrief": 44, "nieuwst": [7, 18, 44], "niewe": 44, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [9, 15, 20, 21, 36, 41, 42, 51, 69, 76, 81, 82], "noauto": 20, "nobody": 69, "noeg": 12, "non": [2, 8, 9, 14, 49], "none": 51, "nood": [7, 10, 12, 19, 20, 31, 35, 37, 44, 50], "noodzakelijk": 47, "nooit": [26, 39], "normaal": 19, "normal": [9, 66], "normally": [26, 41, 44], "not": [0, 2, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 40, 41, 42, 44, 45, 48, 49, 51, 54, 58, 59, 60, 62, 63, 65, 66, 69, 81, 82, 83], "note": [2, 4, 41, 44, 51, 76], "notice": 41, "notification": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notificationrefreshinterval": 9, "notificeer": [7, 37], "notified": [0, 41, 69, 72, 76], "notify": [15, 60, 69], "notify_push": 15, "notitie": 35, "now": [2, 5, 10, 14, 41, 42, 45, 48, 66], "ns": 20, "number": [11, 15, 28, 41, 42, 58, 60, 69], "nut": 33, "object": [0, 27, 35], "obscured": 69, "observe": 14, "oc": [20, 28], "occ": 27, "occur": 41, "occurred": 0, "oct": 20, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 41, 44, 60, 73, 80], "office": [12, 20, 21, 41, 69], "officially": 14, "offline": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 39, 41], "older": [9, 16, 17, 80], "omgeef": 20, "omlaag": 50, "omtrent": 42, "omvat": 42, "omvingsvariabel": 10, "omzet": 50, "on": [0, 1, 2, 5, 8, 9, 10, 12, 15, 17, 20, 21, 24, 25, 26, 27, 31, 33, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onacht": 12, "onautoriseer": 81, "onboard": [2, 3, 6], "onbruik": 19, "onbruikelijk": 12, "once": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "onderaan": 42, "onderdeel": 44, "onderneem": [18, 53], "ondersteun": [14, 15, 19, 46, 50, 53], "ondersteund": [14, 42, 44, 50], "ondersteunt": [20, 42, 50, 81], "onderteek": 20, "ondervindt": 20, "onderwerp": 44, "onderwijs": 44, "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ongo": [62, 69], "onjuist": 19, "onlees": 44, "online": [2, 19, 20, 46, 83], "only": [0, 2, 4, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onmiddellijk": [10, 12, 24, 42], "onoplos": 10, "ontbreek": 21, "ontdek": [44, 50], "ontkoppel": 20, "ontkoppeld": 28, "ontlast": 80, "onto": [21, 52], "ontsleutel": 26, "ontsleutelt": 26, "ontvang": [35, 44], "ontvanger": [24, 28, 35, 44], "ontvangt": [20, 29, 37, 81], "ontwikkel": [18, 80], "ontwikkelaarshandleid": 13, "ontworp": [20, 44, 80], "onveer": 33, "onveranderd": 44, "onversleutel": [20, 33], "onwens": [19, 44], "onze": [43, 80], "onzicht": 19, "oof": [44, 47], "oog": 80, "oop": [0, 1, 2, 12, 14, 15, 19, 20, 21, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "oorspronkelijk": [33, 35], "opef": 47, "open": [2, 10, 12, 15, 16, 19, 20, 21, 26, 29, 41, 60, 83], "openbar": [20, 35], "opendyslexic": 80, "opened": [15, 69], "openstack": [20, 27], "opensus": [14, 20], "opent": [10, 19, 28, 37, 42], "opentask": 45, "operaat": [17, 20], "operation": [11, 44], "operatoor": 44, "opgeef": 44, "oplos": [10, 12, 53], "opmerk": 10, "opnieuw": [12, 20, 21, 26, 33], "opnoom": 19, "opslaag": [20, 26, 39, 42, 44], "opslaan": [19, 20, 26, 42, 47], "opslag": [20, 26], "opslagdienst": 26, "opslagplaats": 20, "opslagquota": [24, 30, 32], "opslagruimt": 33, "opstart": [7, 20], "opt": [9, 44], "optie": [7, 12, 14, 19, 20, 26, 35, 44, 82], "optimaliseer": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 21, 28, 33, 35, 36, 42, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "optional": [20, 41, 44], "optionally": [41, 45], "optionel": [20, 26, 40], "optreed": [10, 20], "optreedt": 44, "opval": 19, "opvolg": 44, "opzet": 35, "opzettelijk": 12, "opzicht": 33, "or": [0, 1, 2, 4, 5, 6, 8, 11, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 42, 44, 45, 48, 49, 51, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "ordered": [44, 66], "org": [8, 20, 47], "organis": [5, 36], "organisch": 42, "organiser": 42, "organize": [2, 3], "organized": [0, 76], "organizer": [41, 44], "original": [44, 64], "originel": 20, "os": 8, "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 48, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "oude": [12, 26], "ouder": [14, 20, 24, 28, 33], "oudst": [24, 33, 39, 44], "our": [15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": 57, "outlined": 15, "outlook": 41, "output": [1, 8, 16], "outside": [36, 44, 82], "overdraag": [20, 37], "overdracht": 37, "overeen": 44, "overeenkomst": 44, "overeenkoom": 12, "overflow": [27, 65], "overgeef": 42, "overhaul": 12, "overhead": 20, "overlap": 41, "overloop": 19, "override": [8, 11], "overruul": 24, "overschreef": 35, "overschrijd": [24, 39], "overschrijdt": 20, "overschrijf": 7, "overview": [0, 2, 54, 57, 69, 83], "overweeg": 6, "overwrit": [9, 41], "overzicht": [37, 42], "own": [0, 1, 8, 9, 29, 35, 41, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_size": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 41, 44], "ownership": [23, 30], "p": 8, "paar": [26, 42], "packag": [8, 14, 17, 20], "pad": [19, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pagina": [14, 26, 28, 29, 35, 82], "pakket": 19, "pane": 44, "paneel": [12, 50], "panel": [1, 36, 44], "paperclip": 56, "paragraaf": 7, "parallel": [11, 15, 19], "parameter": [20, 52], "parent": [21, 42, 58], "part": [5, 42, 44, 60, 69], "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participation": 41, "particular": [0, 58], "partij": 12, "parts": 2, "party": [20, 41, 70], "pas": [8, 12, 20, 80], "passed": [8, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 27, 47, 48, 51], "pathtomountpoint": 20, "patroon": [19, 39], "patroonlijk": 44, "patroonreek": 19, "pattern": [8, 39], "paused": 19, "pauzeert": 19, "pauzer": 19, "pauzr": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalty": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfect": 18, "perform": [8, 9, 20, 42, 44], "performance": [20, 64], "performed": 44, "performeer": 44, "period": [41, 59, 69, 76, 83], "periode": 19, "periodic": 27, "permanent": [12, 24], "permanently": [4, 15, 24, 41, 69], "permissie": [20, 42], "permission": [37, 45, 57, 60, 63, 69], "persisted": 9, "persists": 27, "person": [41, 69, 83], "personal": [0, 6, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "persoon": [10, 26, 35], "persoonlijk": [20, 24, 35, 44, 82], "petersteier": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [41, 48, 56, 69], "picked": 41, "picker": [6, 21, 29, 36], "pictogram": [28, 35, 54], "pictur": [5, 42, 82, 83], "pie": 15, "pijl": [28, 39, 50], "pim": [46, 50], "pin": 15, "pinned": 76, "pkgs": 8, "plaat": [12, 20, 50, 53], "plaats": [20, 24], "plaatsvind": 10, "place": [1, 2, 7, 20, 41, 65, 69, 83], "placed": 8, "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "please": [4, 41, 44, 63, 82], "plek": 42, "plist": 17, "plus": [41, 42], "point": [20, 27, 45, 83], "policie": 7, "poll": [9, 15, 56], "poog": [10, 44], "poort": [20, 47], "poos": 44, "pop3": 43, "popover": 80, "popular": 41, "popup": [7, 41], "port": [8, 9, 44], "portabl": 20, "position": 42, "possibility": 38, "possibl": [0, 1, 15, 38, 41, 42, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": 51, "posts": 57, "power": 48, "powered": 1, "ppa": 8, "praktisch": 31, "pre": [18, 66], "precie": 44, "preconfiguration": 14, "predefined": [41, 44, 60], "prefer": [14, 44, 51], "preference": [0, 9, 17, 41, 45, 52, 82], "preferred": 20, "prepar": [41, 62], "preparation": 41, "prepared": 66, "pres": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "preselected": 2, "present": 27, "presentation": 21, "presenter": 63, "preserf": 21, "prevent": [41, 42, 82], "prevented": 69, "preview": [2, 15, 26, 41, 44, 55, 60], "previous": [0, 1, 12, 21, 39, 41, 51], "primair": 80, "primary": 44, "principal": [47, 51], "privacy": [38, 44, 62, 83], "privat": [26, 41, 82], "privately": 66, "priv\u00e9": 82, "pro": 81, "probeert": 47, "prober": [26, 40, 47], "probleem": 12, "probleemoplos": 47, "problem": [11, 14, 18, 80, 81], "proc": 12, "procedur": 50, "proces": [8, 41, 44, 52], "processed": 62, "produce": [9, 21], "productiviteitstool": 43, "profielfoto": 82, "profielgeven": 6, "profil": [6, 9, 27, 41, 42, 44, 69, 82], "program": [12, 14, 17], "programma": 12, "progres": [15, 60], "projectmanamenttool": 43, "promot": 69, "promoted": 65, "promp": [8, 9, 14, 81], "promptdeleteallfil": 9, "prompted": [14, 51, 60, 63, 72], "prop": 20, "propagat": 8, "propagated": 35, "properly": 49, "propertie": 42, "propfind": 20, "proposal": 52, "propstat": 20, "protect": 38, "protected": 69, "protection": 35, "protocol": [12, 20, 27, 47, 50, 74], "protocolinformeer": 20, "provid": [55, 56], "provide": [0, 1, 8, 12, 14, 15, 20, 21, 38, 41, 57, 69], "provided": [15, 41, 69, 70], "provider": [1, 14, 15, 26, 64], "provision": 14, "provisioned": 44, "proxy": [8, 9], "prullenbak": [24, 28, 33, 42, 54], "public": [20, 21, 35, 36, 41, 56, 58, 69, 82], "publicly": 42, "publieke": 33, "published": [41, 82], "pull": 41, "pun": 44, "puntenmenu": 42, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_ruul": 16, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quota": [20, 33, 82], "quote": 66, "quotum": 33, "r": [51, 60, 80], "raad": [20, 25, 31], "raadpleeg": 20, "radio": 42, "raise": 80, "raised": 11, "rang": [76, 83], "rapport": 44, "rapporteer": 80, "rapporter": 18, "rate": [41, 48], "rather": 20, "re": [5, 26, 41, 44], "reache": 69, "reached": [27, 41, 44], "read": [8, 9, 15, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "ready": 27, "reager": 44, "real": 64, "reappear": 45, "rearrang": 83, "reason": 69, "receif": [64, 70], "receive": [0, 1, 28, 29, 41, 44, 60, 62, 66, 70, 76], "received": 72, "recent": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recht": [20, 35, 42], "rechtermuisklikoptie": 35, "rechtermuisknop": [19, 20], "rechts": [19, 39], "rechtsboof": 50, "rechtstreek": [19, 26], "recipient": [28, 41, 44], "recognisabl": 15, "recom": 15, "recommended": 20, "record": [0, 73, 77], "recorded": [60, 62], "recoverabl": 21, "recovery": 6, "recurrence": 41, "red": [27, 60, 62], "reddit": 51, "redeen": 42, "redirected": [69, 72], "redit": 20, "reduce": 11, "reduuc": 15, "reed": 47, "ref": 44, "refer": [14, 31], "reference": [21, 62, 76], "referentie": 18, "reflected": [27, 41], "refresh": [48, 80], "refreshed": 41, "reg": 12, "regardles": [41, 56], "regel": [7, 19, 20, 44], "regi": [7, 12, 14, 20, 45], "region": 41, "registered": [45, 60, 69, 78], "registreert": 20, "registry": 12, "regular": [20, 27, 36, 41, 60], "regularly": [11, 41], "regulation": 62, "reguler": 33, "regulier": [42, 50], "rejected": 41, "rejoin": 69, "rekeen": [20, 44], "relat": 44, "related": [0, 1, 15, 17, 41, 44, 83], "relative": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "relevant": [10, 41, 42, 44, 76], "relmaat": 12, "remain": 11, "remember": 1, "remembered": 1, "reminder": 69, "remoof": [17, 36], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remotely": 10, "remotepollinterval": 9, "removal": [12, 17], "remove": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 69, 83], "removed": [41, 44, 57, 69], "rename": [0, 21, 36], "reop": 44, "repeat": [8, 41, 51], "replace": [41, 45, 47, 51, 60], "replacement": 69, "replie": [44, 57, 69, 76], "repositorie": 8, "repository": [8, 9], "representeert": 44, "reproduceer": 14, "reproducer": 18, "request": [1, 20], "requested": [20, 45], "requir": [1, 8, 38, 41, 44, 62, 69], "required": [8, 27, 41, 45, 60, 64], "requirements": 74, "rescheduul": 66, "reset": 41, "reshaar": 35, "reshared": 41, "resize": 60, "resource": [45, 46, 48], "resourcetype": 20, "respective": [41, 42, 49, 52, 58], "respond": [44, 57], "responded": 41, "respons": [20, 41, 44], "responsief": 80, "responsif": 6, "rest": [20, 25], "restoor": 41, "restor": [24, 41], "restrict": [36, 82], "restricted": 36, "restriction": 42, "result": [1, 9, 15, 48], "results": [1, 9, 83], "resume": 44, "retention": [36, 69], "retrie": 8, "retried": [11, 44], "retrief": [20, 42], "retrieved": 42, "retry": [27, 44], "return": [21, 42, 60], "revealed": 15, "revert": 69, "review": [1, 20, 41], "reviewed": 41, "revoke": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": 1, "richt": 18, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "rights": 44, "ring": 60, "ris": 60, "risico": 18, "rm": 17, "rman": 80, "roam": 9, "rode": 19, "role": 82, "roll": [39, 57], "rond": 39, "room": [73, 77], "root": [8, 15, 20, 37, 41], "row": [21, 36, 65], "rss": 6, "ruimt": [19, 20, 24, 39], "rule": [36, 41], "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "rw": 20, "s": [0, 1, 4, 5, 6, 8, 9, 10, 11, 14, 15, 17, 20, 21, 27, 33, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 81, 82, 83], "s3": [20, 27], "saaf": 48, "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "samensteller": 44, "samenwerk": 42, "save": [15, 41, 44, 51, 54, 56, 62, 80], "saved": [5, 27, 36, 39, 41, 44, 51, 62], "say": 10, "scan": [12, 27, 81], "scanner": 45, "scary": 5, "scenario": [10, 24], "schakel": [10, 20, 21, 47], "schannel": 51, "scheduled": [1, 41, 44, 59, 66, 69], "scheduul": [14, 41, 52], "schema": 12, "scherm": [14, 19, 20, 42, 44, 50], "schermgroot": 80, "schiedenis": 20, "schijf": 20, "schijfruimt": 33, "schijfruimtelimiet": 39, "schik": [31, 53], "schone": 12, "schrijf": [20, 44], "schuine": 19, "scope": 82, "scoped": 44, "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshaar": 63, "scrip": [20, 26, 44], "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "seamlessly": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searche": [44, 83], "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 41], "secrets": 20, "sectie": [7, 37, 40, 44], "section": [1, 9, 11, 12, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": 38, "security": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seeing": 82, "seen": 51, "sees": 38, "select": [0, 2, 5, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecteer": [20, 37, 42, 44], "selecteert": 20, "selectie": 14, "selectievak": [19, 20], "selection": [36, 41, 44, 81], "selective": 8, "selector": [41, 66], "self": [49, 76], "send": [0, 1, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensitive": 69, "sent": [0, 28, 41, 44, 69], "separat": [0, 1, 41, 44], "separately": [44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_addres": 8, "serveradr": 20, "serverbeheer": [21, 24], "serverbrede": 10, "servercert": 20, "servermeld": 19, "serververbind": 20, "serverversie": [10, 19], "service": [20, 26, 27, 29, 44, 57, 74, 77], "serviceontdek": 47, "serviceprovider": 26, "sessie": [20, 42], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 42, 44, 45, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "settl": 41, "setup": [11, 41, 45, 51, 58, 74], "several": [44, 62, 66, 69, 75], "sftp": [20, 27], "shaar": [0, 6, 21, 28, 29, 30, 37, 61, 70, 73, 82], "shall": 9, "share": [0, 2, 15, 19, 23, 26, 27, 29, 30, 33, 38, 41, 56, 62, 63, 73, 76, 82], "shared": [0, 2, 3, 15, 21, 27, 28, 41, 56, 62, 63, 69, 76, 82], "shell": 12, "shif": [42, 80], "short": [41, 44], "shortcut": [20, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 9, 11, 14, 20, 41, 45, 46, 48, 51, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentaloption": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 41, 42, 44, 60, 69, 83], "side": [5, 15, 27, 30, 34, 38, 42, 44, 49, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "sieve": 44, "sign": 49, "signed": 49, "significant": 20, "significantly": 20, "silent": [8, 60], "similar": [15, 41, 42], "simpl": [5, 27, 39, 41], "simplified": 41, "simply": [17, 25, 44, 56, 76], "since": [35, 39, 81], "sind": [44, 50], "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sis": 9, "situation": 11, "situeer": 10, "size": [9, 11, 20, 31], "skip": [60, 80], "skipped": 11, "skipupdatecheck": 7, "sla": [20, 46], "slaan": [33, 82], "slechts": 31, "sleutel": [7, 26, 81], "slot": [20, 41], "slow": 20, "sluit": [19, 20, 47, 80], "smaak": 80, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphone": 81, "smb": 27, "sms": 81, "smtp": 44, "snap": 20, "snel": [19, 44], "snelkoppel": 44, "snelst": 42, "sneltoets": 80, "sni": 20, "snippets": 44, "snoos": 44, "snooze": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 42, 53, 80], "solely": 44, "solution": 20, "solve": [12, 81], "som": [10, 33, 35, 44], "some": [5, 9, 14, 26, 27, 41, 44, 48, 57, 69, 82], "somebody": 72, "someone": [10, 41, 60, 69, 82], "sometime": 41, "somewher": 81, "soon": [0, 15, 41], "soort": 42, "sorter": 44, "source": [20, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "speciaal": 26, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specific": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specificeer": 7, "specificer": 42, "specifie": [9, 11], "specified": [8, 16], "specifiek": [12, 50], "specifieke": [6, 39], "specify": [8, 16, 41, 58], "speech": [1, 60, 64], "speed": [20, 44], "splits": 44, "spook": 60, "spreadsheet": 21, "sprek": [35, 80], "square": 42, "ssh": 27, "ssl": [8, 20, 47], "staan": 44, "staat": [12, 19, 20, 26, 28, 35, 42, 44, 82], "stabiel": 18, "stabl": [14, 18], "stacked": 44, "standaard": [10, 12, 14, 24, 26, 28, 31, 35, 42, 44], "standaardlabel": 44, "standaardlijst": 19, "standaardmap": [14, 44, 82], "standard": [8, 41, 80], "standardized": 15, "stap": [28, 35, 46, 50], "stapswijze": 47, "star": [20, 21, 42, 44], "starred": 21, "start": [1, 7, 9, 12, 16, 19, 20, 38, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76], "started": [3, 6, 60, 62, 69, 72], "starts": [60, 79], "state": [8, 15, 44], "stationsletter": 20, "status": [7, 19, 20, 25, 27, 40, 44, 60, 69, 83], "statusbericht": 19, "statusindicator": 19, "statusregel": 20, "stay": [41, 59], "stdout": 16, "steed": [33, 44], "stel": [10, 12, 19, 20, 24, 35, 42, 44], "stelt": [19, 26, 28, 35], "step": [14, 20, 28, 36, 41, 44, 45, 48, 49, 51, 69], "still": [2, 9, 15, 21, 26, 41, 42, 44, 62, 69], "stip": [19, 35], "stool": 81, "stoor": 19, "stop": [19, 35, 41, 44, 58, 62, 63, 81], "stopzet": 35, "storag": [15, 20, 22, 26, 30, 33, 81], "store": [15, 42, 45, 81], "stored": [4, 15, 39, 42, 44], "stream": [6, 62, 72], "streep": 19, "strikethrough": [15, 41], "stripe": 41, "stroom": 82, "structur": [2, 3, 21], "structuur": 42, "stur": 63, "stuur": 10, "sub": [24, 45], "subdirectory": 20, "subfolder": 8, "subjects": 44, "submap": 12, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscribe": 76, "subscribed": 76, "subscription": [41, 45], "subsequent": 15, "substantially": 20, "successful": [14, 27, 28, 41], "successfully": 51, "succesvol": 7, "such": [0, 1, 14, 26, 27, 36, 41, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suit": 83, "suitabl": 41, "suite": 8, "summarization": 1, "summary": [44, 57], "support": [14, 15, 17, 20, 41, 46, 49, 51, 81], "supported": [8, 15, 16, 21, 41, 42, 44, 66, 74, 83], "supports": [14, 15, 20, 39, 41, 44], "sure": [17, 39, 41, 49, 60, 81], "swif": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "switche": 8, "symbol": 41, "symbolisch": [12, 19], "symbool": [42, 44], "sync": [8, 12, 14, 17, 19, 25, 41, 44, 45, 47, 49, 51, 53, 81], "synced": [12, 17, 25, 41, 48], "synchronis": [6, 43], "synchronisatieaccount": 19, "synchronisatieactif": 19, "synchronisatiebewerk": 19, "synchronisatieclient": [6, 12, 13], "synchronisatieclients": 20, "synchronisatiefout": 19, "synchronisatiemap": 19, "synchronisatieproce": 12, "synchronisatiestatus": 19, "synchronisatiestatusbalk": 19, "synchronisatietoestand": 19, "synchronisatieverbind": 12, "synchroniseer": [6, 7, 10, 19, 20, 22, 43, 53], "synchroniseert": 12, "synchroniser": [19, 20, 42, 53], "synchronization": [8, 9, 11, 14, 15, 16, 19, 50, 51], "synchronize": [8, 11, 20, 41, 45, 48, 50, 51], "synchronized": [10, 13], "syncrhoniser": 14, "syntactisch": 19, "syntax": [20, 66, 69], "syntaxis": 19, "sys": 12, "sysctl": 12, "systeem": [7, 12, 14, 19, 20, 21, 42, 44], "systeemadresboek": 42, "systeembelast": 44, "systeembestand": 19, "systeemfout": 20, "systeeminstel": [20, 44], "systeemmeld": 10, "systeempictogram": 19, "systeemvak": 19, "systeemvakpictogram": 10, "system": [8, 9, 12, 15, 17, 20, 21, 27, 30, 32, 39, 41, 49, 51, 60, 62, 64, 70], "t": [5, 14, 20, 26, 37, 39, 41, 42, 44, 46, 66, 81], "taak": [20, 41, 46], "taakkaart": 43, "taal": [44, 82], "tab": [0, 1, 19, 21, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabblaad": 19, "tabblad": [12, 19, 20, 35], "tabl": 66, "tackled": 69, "tag": [21, 30, 32, 44], "tagged": 0, "take": [2, 9, 15, 17, 28, 41, 48, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talksprek": 35, "tandwiel": 42, "tap": [45, 60], "target": [9, 15, 20, 41], "targets": 83, "tartchunkuploadduration": 9, "task": [0, 2, 6, 41, 45, 48, 57, 66, 69], "tcontentlength": 20, "tcontenttype": 20, "team": [2, 3, 6, 27, 43, 69, 74, 80], "teambuilder": 42, "teamleed": 42, "teamlid": 42, "technical": 15, "technically": 14, "teeg": [12, 81], "teek": [19, 44], "teken": [19, 44], "tekenreek": 19, "tekst": [19, 26, 44, 80], "tekstinvoerveld": 19, "tekstveld": 19, "tel": [19, 24, 33], "telefoon": 81, "telegram": 42, "telephone": 82, "telken": [24, 35, 39], "tell": 41, "telt": 33, "temporarily": 60, "ten": [20, 27, 33], "tenetie": 44, "tenminst": 42, "tentative": [41, 44], "tentatively": [41, 44], "tenzij": [10, 12], "ter": 19, "terabyt": 12, "term": [1, 41], "termijn": 18, "terugstuur": 26, "terugzet": 40, "terwijl": [7, 20, 44, 80], "tes": [10, 12], "test": [9, 14, 18, 20, 24, 48], "tester": 18, "tests": 44, "tetag": 20, "tevreed": 19, "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 38, 39, 40, 41, 42, 44, 48, 51, 57, 58, 59, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "their": [9, 14, 15, 21, 41, 44, 51, 54, 58, 60, 69, 82], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 45, 49, 56, 58, 69, 81], "thema": 6, "themakleur": 80, "thematiser": 80, "theme": 80, "themselve": [58, 64], "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 48, 51, 54, 62, 64, 69, 71, 76, 78, 81], "there": [1, 2, 10, 17, 20, 24, 41, 45, 62, 66, 69, 71, 72, 76], "therefor": 38, "these": [14, 15, 25, 41, 44, 48, 69, 81, 83], "they": [5, 8, 15, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "think": [2, 41], "third": 20, "this": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 45, 48, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "those": [0, 25, 41, 42, 54], "though": 9, "thread": [1, 44, 76], "threaded": 44, "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thuis": 53, "thuisomgef": 53, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tijd": 44, "tijdaanduid": 37, "tijdelijk": [12, 19, 20, 33], "tijden": [19, 26, 40], "tijdsaanduid": 24, "tijdsbereik": 20, "tijdstip": [39, 44], "tik": 44, "tile": 65, "time": [8, 9, 10, 14, 15, 19, 20, 26, 36, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timezone": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tlastmodified": 20, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 42, 44, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "toe": [7, 12, 19, 20, 24, 35, 50], "toegang": [6, 19, 21, 22, 26, 30, 31, 42, 81, 82], "toegankelijk": [35, 80], "toegankelijkheidsinstel": 80, "toeken": 39, "toekomst": [10, 44], "toelaat": 35, "toepas": [6, 19, 20, 42, 44], "toepassingsbied": 14, "toestaan": [7, 12, 20, 42], "toestaat": 33, "toestane": [20, 24], "toestel": 81, "toet": [20, 46], "toets": 28, "toetsenbord": 6, "toevoeg": [12, 20, 24, 28, 40, 44, 46, 47, 50, 81], "toevoegt": 26, "toewees": 20, "toewijst": 20, "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [6, 41, 54], "token1": 41, "token2": 41, "token3": 41, "too": 41, "took": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "tool": [1, 2, 7, 17, 36, 81], "toolbar": [2, 5, 36, 44, 63, 72], "toon": [10, 12, 19, 28, 42], "toont": [19, 20, 35, 40, 42, 44, 81], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "totaal": 33, "total": 41, "totdat": [24, 33, 39], "tother": [2, 41, 49, 62, 82], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trail": 21, "transcribe": 64, "transcription": [1, 61, 73], "transfer": [20, 23, 27, 30, 41], "transferred": 37, "translat": 53, "translated": [4, 64], "translation": [61, 73], "transparent": 41, "trash": [9, 21, 28, 42], "trashbin_retention_obligation": 24, "travel": 41, "tray": [9, 14], "tried": 44, "tries": [8, 69], "trigger": [27, 41, 44, 50], "trigred": [0, 9, 14, 44], "true": [7, 16], "trust": [8, 20, 38], "trusted": 82, "try": 48, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 75], "turned": 44, "tus": [10, 42, 44, 80], "twee": [6, 7, 10, 12, 19, 42, 44, 54, 82], "tweede": [7, 81], "tweefactor": 6, "tweefactorauthenticeer": 50, "tween": 42, "twijfel": 80, "two": [2, 17, 25, 36, 39, 42, 44, 45, 46, 51, 56, 60, 80, 81, 82], "txt": [10, 20], "typ": [2, 20, 28, 37, 44, 47, 69, 81], "type": [0, 1, 2, 7, 9, 15, 21, 36, 41, 47, 49, 57, 60, 66, 69, 80], "typically": 57, "typisch": 19, "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "uitbreid": 20, "uitgaand": 44, "uitklapmenu": 20, "uitlog": [19, 26], "uitnood": 42, "uitroltool": 7, "uitschakel": [7, 19, 20, 42, 44], "uitschakelt": 26, "uitschrijf": 44, "uitsloot": [12, 33, 39], "uitsluit": 19, "uitsluitingsdefinitiebestand": 19, "uitsluitlingsijst": 19, "uitvoer": [7, 20, 44], "uitwissel": 19, "uitzet": 7, "uitzoom": 80, "umount": 20, "un": 26, "unabl": 11, "unaffected": 11, "unauthenticated": 0, "unavailabl": [15, 27, 69], "uncheck": [0, 36, 41, 42], "uncommentarieer": 20, "und": 5, "under": [1, 11, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undo": 41, "undone": 15, "unencrypted": [26, 38], "unfocus": 80, "unfortunately": 20, "uniek": 82, "unified": [6, 76], "unify": 5, "uninstal": 17, "uninstall": 17, "uninstallation": [6, 13], "unintended": 9, "unique": [26, 41, 60], "univers": 7, "universal": 80, "universeel": [6, 12], "unknown": 45, "unles": [8, 20, 41, 81], "unlike": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unselect": 42, "unshaar": 41, "unshar": 41, "unsuccessful": 44, "unsynced": 8, "unsyncedfolder": 8, "unsynchronized": 15, "until": [9, 27, 41, 44, 56, 72, 76, 79], "up": [9, 15, 19, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoom": [51, 59, 69, 83], "updaat": 44, "updat": [0, 6, 10, 13, 41, 42, 44, 45, 48], "updatecontrolemechaan": 7, "updated": [10, 14, 41, 54, 64], "updatefunctie": 7, "updatekanaal": 18, "updateproce": 7, "updater": [6, 13, 14], "upload": [9, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 72], "uploadbandbreedt": 19, "uploaded": [9, 11, 15, 41, 62, 69], "uploader": 29, "uploadfunctie": 29, "uploadlimiet": 31, "uploadmap": 29, "uploadt": 10, "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": 80, "usabl": 80, "usag": 83, "use": [5, 7, 8, 9, 15, 16, 17, 20, 21, 26, 27, 40, 41, 45, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 20, 33, 36, 38, 39, 41, 51, 54, 80], "useful": [15, 21, 41, 44, 60, 72, 82], "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "username": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48, 49, 51], "userpreference": 42, "using_the_windows_10_calendar_application_with": 51, "usually": 44, "utf": 20, "uur": [12, 39], "uus": [1, 6, 9, 11, 13, 14, 17, 19, 20, 22, 23, 25, 29, 30, 34, 35, 43, 44, 45, 51, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "v": [37, 60, 72, 80], "v3": 41, "v6": 41, "vaak": 20, "vak": 20, "vakantie": 40, "valid": [41, 51], "valideer": [19, 50], "valt": 14, "value": [11, 16, 42], "values": [9, 11, 42], "vanaf": [20, 24, 28, 35, 44, 46, 47, 50], "vanuit": [14, 19, 20, 26, 42], "vanweg": [12, 35, 37, 40, 44], "var": 16, "variabel": 31, "variabl": [6, 9, 13, 41], "varieer": [12, 80], "variety": 82, "various": [41, 42], "vasthoud": 44, "vaststel": 12, "vcard": 42, "vcf": 42, "ve": 20, "veelstel": [6, 13], "veelvoorkoom": 80, "veil": [20, 53], "veiligheidsprobleem": 26, "veld": [20, 42, 44, 47], "vele": 50, "ven": [20, 50], "vendor": 7, "venue": 41, "ver": [10, 44, 80], "verander": 20, "veranderd": 41, "verandert": [12, 19, 40, 81], "verband": [7, 47], "verberg": 35, "verbergt": 35, "verbeteer": [7, 80], "verbind": [12, 19, 20], "verbindingsassistent": 12, "verbindingsstatus": [19, 20], "verbindingstype": 20, "verbond": [19, 26, 46], "verbos": 8, "verbreek": 54, "verbrook": 20, "vereist": [6, 7, 10, 20, 47], "vergeet": 26, "verhoog": [20, 31], "verhoogt": [31, 80], "verification": 69, "verify": [20, 41], "verkeer": 12, "verkenner": 19, "verkennerven": 10, "verklaar": 42, "verlaat": 20, "verleend": 35, "verlies": 26, "verliest": 26, "verlijk": [10, 19], "verloop": 44, "verloor": 19, "vermakkelijk": 80, "vermeld": [12, 29], "verminder": 80, "vermindert": 80, "vernieuw": 20, "veroorzaak": [19, 44, 80], "verouder": 33, "verplaats": [20, 24], "verplaatst": [24, 44], "vers": 29, "verschijn": [20, 42, 44, 82], "verschijnt": [7, 19], "verschil": [7, 10, 35, 42, 44, 80, 81], "versie": [7, 10, 14, 18, 20, 41, 42, 44, 50, 82], "versiebeheer": [30, 32, 33], "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "versleutel": [20, 47], "versleuteld": 20, "versleutelingscode": 26, "versleutelingssleutel": 26, "versleutelingswachtwoord": 26, "verstuur": 44, "verstuurd": 44, "vertaal": 44, "vertaald": 44, "vertel": 19, "vertelt": 19, "verticaal": 44, "vertrouw": [20, 44], "vervaldatum": [24, 35], "vervalproce": 39, "vervang": [20, 40], "ververst": 50, "vervolgen": [12, 19, 20, 26, 28], "vervolgkeuzelijst": 20, "vervolgkeuzemenu": 20, "verwacht": [19, 44], "verwar": 10, "verwijder": [7, 10, 12, 19, 20, 21, 26, 28, 30, 32, 33], "verwijderd": [19, 28, 33, 42, 44], "verwijdert": [12, 24, 39], "very": [5, 20, 80], "verzenddatum": 44, "verzoek": 44, "verzond": 44, "verzorg": 7, "via": [4, 6, 7, 10, 15, 21, 26, 29, 31, 33, 35, 39, 41, 42, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "videos": 21, "vier": 44, "view": [1, 6, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewed": 21, "viewer": [51, 80], "vind": [12, 43, 47, 80], "vindt": [20, 37], "ving": 19, "vink": [19, 20], "virtual": [17, 42, 82], "virtuel": 19, "visibility": [15, 69, 82], "visibl": [4, 21, 27, 36, 44, 66, 69], "visit": [25, 44], "visitor": 5, "vista": 20, "visualized": 15, "visuel": 80, "vlag": 44, "vleed": 44, "voeg": [7, 12, 19, 20, 35, 50], "voegt": 44, "voegvlagtoe": 44, "voer": [14, 20, 26, 28, 35, 42, 44, 46, 47, 50, 81], "voice": 60, "voldaan": 24, "voldoend": 47, "voldoet": 39, "volg": [7, 12, 18, 19, 20, 28, 35, 40, 42, 44, 46, 47, 50, 81, 82], "volgen": 39, "volgt": 42, "volled": [7, 12, 26, 42, 50, 82], "voltooi": 20, "voltooid": 29, "volume": 8, "volwaard": 50, "volwas": 50, "von": [20, 44], "vooraf": 19, "voorafgaand": 20, "voorbeel": 20, "voorbeeld": [19, 20, 35, 47], "voorbereid": 18, "voordat": [12, 20], "voorgaand": 50, "voorkeur": [6, 20, 44, 81], "voorkeursmethode": 7, "voorkomt": 7, "voorkoom": [24, 35], "voorprogrammeer": 19, "voorrang": 44, "voorstel": [44, 50], "voortduur": 12, "vooruit": 44, "voorzicht": 12, "voorziet": [7, 53], "vor": 18, "vorige": 12, "vorm": 28, "vote": 41, "voted": 56, "vouw": 20, "vpn": 20, "vraag": [6, 13, 19, 21, 26, 28, 31, 35, 37, 50], "vraagt": 40, "vraagteek": 19, "vrije": [24, 39], "vuilnisbak": [24, 26, 44], "vul": [20, 43, 44, 50], "waar": [7, 10, 12, 19, 20, 24, 35, 42, 44], "waaraan": 20, "waarbij": 20, "waardoor": [20, 28, 35], "waarin": [26, 28, 37], "waarmee": [20, 35, 43, 44], "waarna": [19, 44], "waarschijnlijk": [20, 44], "waarschuw": [7, 19, 20, 44], "waarschuwingsbanner": 26, "waarschuwingsicoon": 19, "waarschuwingspictogram": 19, "waarschuwingssymbool": 19, "waarschuwt": [7, 12, 26, 44], "wacht": [18, 39], "wachtrij": 19, "wachtwoor": 6, "wachtwoord": [6, 20, 35, 47, 50, 81, 82], "wachtwoordbeveil": 42, "wachtwoordherstel": 26, "wachtwoordveld": 20, "wait": [1, 79], "wanneer": [10, 19, 20, 24, 26, 28, 29, 33, 39, 40, 46], "wants": [5, 41], "warn": 41, "watche": 12, "way": [2, 15, 20, 25, 38, 41, 44, 54, 59], "ways": [17, 44, 45, 56, 62], "we": [2, 5, 12, 14, 15, 20, 26, 31, 39, 41, 43, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 41, 44, 45, 73, 80], "webauthn": 81, "webbrowser": [6, 7, 20], "webclient": [20, 31], "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinterface": [19, 21, 43], "webserver": 20, "websit": [43, 73], "wednesday": 41, "week": [0, 39, 41, 42, 69, 82], "weekly": [0, 42], "weer": [20, 24, 26, 39, 50], "weergeef": [10, 19, 20, 37, 46], "wees": [12, 44], "weet": [12, 20, 26, 35, 44], "weg": 20, "weiger": 35, "wel": [12, 19, 26, 44], "welcome": 20, "welk": 50, "welke": [12, 19, 20, 44, 50], "welkom": 53, "well": [11, 17, 41, 48, 62], "wens": [7, 12, 20, 28, 44], "wer": [24, 44], "were": [9, 41, 42, 51, 57, 70], "werk": [7, 10, 19, 20, 26, 44, 46, 47, 81], "what": [0, 5, 27, 33, 36, 41, 57, 82], "whatever": 51, "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "where": [1, 5, 8, 9, 15, 39, 41, 45, 56, 58, 60, 69, 72, 81, 83], "wherever": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 42, 44, 45, 46, 48, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 41, 56, 62, 82], "whole": [15, 26, 41], "whom": 41, "wide": [26, 36, 62, 82], "wider": 82, "widget": 44, "widgets": [44, 83], "wij": 25, "wijs": [6, 7, 10, 15, 19, 20, 31, 37, 82], "wijst": [10, 20, 24], "wijzig": [10, 14, 26, 42, 44, 82], "wijzigbar": 42, "wijzigingsdatum": 12, "wijzigt": 12, "wiki": [57, 74], "wildcard": [8, 19, 44], "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 20, 25, 27, 28, 36, 37, 38, 40, 41, 42, 44, 45, 47, 48, 49, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "willekeur": [19, 20, 35, 44], "wilt": [18, 19, 20, 42], "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 45, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "winkel": 20, "wipe": [17, 41], "wis": [19, 20, 44], "wish": [41, 60], "wit": 19, "with": [0, 2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 19, 21, 25, 27, 28, 36, 40, 42, 43, 44, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 17, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 41, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 41, 81], "wone": 19, "woon": 18, "wor": [7, 10, 14, 19, 20, 28, 29, 33, 35, 39, 40, 42, 44, 46, 50, 53, 80, 81, 82], "word": [5, 26, 38, 81], "wordpres": 12, "work": [2, 15, 20, 27, 36, 45, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspace": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [20, 41, 44, 49], "write": [2, 3, 16, 41, 69], "wrong": 19, "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": [36, 41], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "youruser": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zakelijk": 18, "zeerst": 20, "zeg": 10, "zeker": 12, "zelfonderteek": 20, "zelfs": 10, "zelfstand": 10, "zet": [44, 82], "zicht": [10, 14, 19, 35, 37, 42, 44, 46, 47], "zichzelf": [7, 42], "zie": [10, 12, 20, 24, 26, 29, 35, 42, 44], "ziee": 19, "ziekteverlof": 40, "zien": [6, 7, 19, 20, 26, 35, 42], "ziet": [19, 42, 81, 82], "zijbalk": [20, 28, 35, 42, 80], "zip": 21, "zoal": [7, 12, 19, 20, 24, 33, 42, 44, 47, 81], "zodat": [10, 20], "zodra": 40, "zoek": [42, 50], "zoekappliceer": 26, "zoekindex": 26, "zoekoptie": 44, "zoekterm": 46, "zoekveld": [37, 44], "zoiet": 26, "zoom": [6, 63], "zorg": [20, 24, 47], "zoud": [26, 46], "zover": 35, "zowel": [10, 20, 24, 44, 47], "zul": [14, 26, 42, 44, 46, 50], "zulke": 44, "zult": [10, 19], "zwart": 19, "\u00e9\u00e9n": 44, "\u00fcpload": 10, "\u00fcploade": 33}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Inhoudsopgave", "De Automatische Updater", "Using the Command-Line Client", "Configuration File", "Conflicten", "Environment Variables", "Veelgestelde vragen", "Desktop Client", "Installatie", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update-kanalen", "De synchronisatieclient gebruiken", "Toegang tot Nextcloud bestanden met behulp van WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Beheer van verwijderde bestanden", "Desktop- en mobiele synchronisatie", "Using server-side encryption", "Using external storage", "Using federation shares", "Anonieme uploads maken", "Bestanden & synchronisatie", "Uploads van grote bestanden", "Managing your files", "Opslagquota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Versiebeheer", "Het instellen van automatische afwezigheidsberichten", "Using the Calendar app", "Gebruik van de contactpersonen-app", "Groupware", "Gebruik van de Mail app", "Synchronizing with Android", "Synchronisatie met de GNOME-desktop", "Synchronisatie met iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronisatie met Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 gebruikershandleiding introductie", "Beheren van gekoppelde browsers en apparaten", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universele toegang", "Gebruik maken van twee-factor authenticatie", "Het instellen van jouw voorkeuren", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "Alle": 44, "De": [7, 12, 19], "Derde": 20, "Een": [35, 39], "Er": 12, "Het": [19, 20, 29, 40, 81, 82], "Hoe": [12, 24, 26, 44], "Ik": 12, "Is": 26, "Kan": 26, "Op": 12, "Te": 44, "Wat": 24, "a": [1, 21, 28, 35, 38, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "aanbevool": 50, "aanpas": 12, "accep": 70, "acces": [4, 20, 21, 22, 27, 36], "account": 44, "accountdelegeer": 44, "accountinstel": 44, "accounts": [19, 49], "achtergrond": 26, "actie": [15, 44], "action": [15, 44], "activitie": 0, "activity": [0, 21], "ad": [27, 38], "add": [41, 44, 50], "addres": 44, "adres": 44, "adresboek": 42, "adressenboek": 82, "advanced": 44, "afbeeld": 42, "afwezigheidsbericht": 40, "agenda": [47, 50], "ai": [1, 44], "alias": [15, 44], "all": 78, "alleen": 50, "almeen": [19, 82], "alterneer": 50, "an": [5, 38, 41, 70, 72, 78], "and": [14, 20, 21, 36, 41, 45, 57, 59, 60, 64, 66, 69, 72, 79, 83], "andeer": 35, "android": 45, "anonieme": 29, "another": 44, "antwoor": 44, "antwoord": 20, "ap": 75, "app": [0, 24, 41, 42, 44, 45], "apparaat": 54, "appearance": 55, "appointment": 41, "appointments": 41, "archive": 69, "as": [42, 44, 72], "assign": [36, 41], "assisteer": 1, "at": 42, "attachments": [41, 56], "attendees": 41, "audio": 60, "authenticeer": 81, "automated": 41, "automation": 44, "automatisch": [7, 40, 44], "availability": 41, "back": 27, "background": 60, "ban": 69, "basis": 7, "beek": 20, "beheer": [24, 42, 44, 54], "beheert": 24, "behulp": 20, "beperk": 82, "bericht": 44, "berichtven": 44, "bestand": [12, 19, 20, 21, 24, 26, 29, 30, 31], "bestandsbeheer": [19, 20, 21], "bestandsdrop": 29, "betrouw": 12, "between": 52, "beur": 24, "beurtenis": 44, "beveil": 44, "bewerk": 12, "bin": 41, "birthday": 41, "block": 44, "book": 41, "booked": 41, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60], "bruik": [19, 26, 42, 44, 50, 81], "bruiker": [26, 35], "bruikershandleid": 53, "bruikerslogin": 26, "bruikersstatus": 19, "bureaublad": 19, "busy": 41, "by": 36, "cal": 61, "calendar": [41, 44, 45, 51, 59], "call": [60, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": [12, 27], "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 20, 60, 81], "clients": [20, 25, 60], "cloud": 28, "code": 81, "collaboration": 23, "collective": [2, 3], "command": [8, 16, 57], "commandoregel": 20, "comments": 21, "compact": [44, 55], "configur": 58, "configuration": [9, 41], "configureer": 15, "configurer": [19, 81], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 50], "contactinformeer": 42, "contactpersoon": [42, 44, 47], "contacts": [42, 45, 51], "contextmenu": 15, "continu": 12, "control": 60, "conversation": [41, 55, 68, 69, 76, 78], "creat": [21, 28, 35, 36, 41, 69, 78], "create": [5, 41, 75], "credential": 8, "credits": 51, "cre\u00eber": 44, "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [69, 83], "dashboardintegreer": 44, "data": 52, "deck": 75, "deel": [19, 21, 24, 26, 35, 42, 82], "delegation": [41, 44], "delet": 41, "desktop": [13, 20, 25, 46, 60], "detail": 21, "detectie": 44, "detection": 27, "device": 38, "dieper": 12, "disk": 11, "display": 38, "disposabl": 69, "dolphin": 20, "download": [14, 60], "downloaded": 15, "duplicat": [41, 42], "duur": 60, "e2ee": 38, "edit": [41, 76], "editor": 19, "eig": 29, "email": [0, 28, 72], "emoji": 66, "enabl": 38, "encryp": 38, "encryptie": 26, "encryption": [26, 34, 38], "end": 38, "envelop": 44, "environment": 11, "event": 41, "events": [41, 59], "everyone": 5, "exampl": 8, "exclude": 8, "experimenteel": 10, "expiration": 69, "export": 41, "extension": 15, "external": 27, "factor": 81, "faq": 26, "favorit": [42, 44], "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "file": [0, 4, 9, 15, 19, 20, 21, 22, 27, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [38, 44], "for": [41, 77], "frequency": 0, "from": [27, 59, 71, 75], "full": [60, 72], "functionaal": [12, 15], "geef": 39, "get": 2, "geven": 82, "gnome": 46, "grid": [21, 65], "groep": [35, 42], "grote": 31, "group": [26, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "handmaat": 42, "hardwar": 81, "herstelcode": 26, "herstelsleutel": 26, "history": 1, "hi\u00ebrarchie": 12, "holiday": 41, "hour": 41, "how": 5, "i": 12, "ic": 41, "if": 81, "immediately": 60, "import": 41, "importer": 42, "inbegreep": 80, "inbox": 44, "indeel": 44, "indicatoor": 15, "inhoudsopgave": 6, "initial": 14, "inlog": 81, "inschakel": 12, "insert": 66, "install": [8, 14], "installeer": 14, "instance": 52, "instel": [19, 40, 82], "instruction": 17, "integraat": 75, "integration": [44, 59, 71], "integreer": 15, "interact": 76, "interface": [12, 21, 83], "interne": [35, 44], "into": 75, "introductie": 53, "introduction": 5, "invit": 41, "invitation": [41, 44, 70], "ios": 47, "issues": 15, "item": 42, "job": 26, "join": [60, 72], "jouw": [35, 82], "junk": 44, "kanaal": 18, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "kleur": 44, "known": 15, "kontact": 48, "koppel": 54, "kun": 82, "kunt": 12, "label": 44, "languag": 12, "layout": 65, "leed": 42, "leeg": 44, "level": 36, "like": 12, "line": [8, 16], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 55, 60], "live": 64, "lobby": 79, "lock": 15, "lokaal": 12, "lose": 81, "low": 11, "maak": [20, 29, 42, 44, 81], "macos": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "mailaccount": 44, "mailinglijst": 44, "mailscherm": 44, "mailtekst": 44, "mailvertaal": 44, "manaag": [32, 36, 41, 42, 69], "manag": [58, 62], "map": [12, 21, 44], "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "merg": 42, "messag": [55, 66, 69, 75, 76], "methode": 50, "microsof": 20, "migrat": 52, "minimaliseer": 44, "mnemonic": 38, "mobiel": [20, 25], "mobil": [45, 60], "mode": 44, "moderator": 77, "molijk": 26, "more": 66, "mounts": 20, "multipl": 42, "naam": 39, "native": 44, "nautilus": 20, "navigaat": [21, 83], "navigeer": 80, "negeer": 19, "neral": 17, "netwerkven": 19, "new": [28, 35, 41], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nieuw": 44, "nieuwe": 19, "noem": 44, "note": 69, "notification": [0, 1, 41, 45, 69], "officieel": 20, "omgeef": 7, "on": [14, 19, 50, 76], "onboard": 5, "ondersteund": 15, "one": 69, "ontvanrsinfo": 44, "oop": 78, "opdrachtregel": 20, "oplos": 20, "opslagquota": 33, "opslagruimt": 24, "optie": 42, "option": [16, 41], "opvolgherinner": 44, "opzet": 29, "or": [41, 60, 72], "organiseer": 42, "other": 72, "our": 5, "overlay": 19, "overweeg": 81, "overzicht": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "participants": [60, 69], "partij": 20, "personal": 1, "phish": 44, "picker": [1, 66], "pictogram": 19, "pin": 76, "plan": [26, 44], "pol": 56, "possibl": 26, "preview": 21, "prioriteitsinbox": 44, "privacy": 69, "privat": 69, "priv\u00e9": 26, "probleem": 20, "problem": 20, "profielgeven": 82, "profil": 83, "progres": 41, "project": 5, "proposal": 41, "proposed": 41, "prullenbak": 44, "publiek": 35, "publieke": [20, 35], "publish": 41, "quick": 44, "quota": 24, "raise": 60, "reaction": 60, "record": [60, 62], "recovery": [26, 81], "recur": 41, "refresh": 44, "registreer": 12, "reminder": [41, 76], "reply": 66, "resource": 41, "respond": 41, "responsif": 80, "rol": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "s": [2, 24, 50, 80], "samenvat": 44, "schakel": [26, 44], "scheduul": [59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "security": 34, "selecteer": 21, "self": 69, "send": [44, 66, 70], "serie": 44, "server": [12, 14, 26, 44], "serververeist": 14, "set": [0, 1, 41, 60, 72, 76, 83], "setup": [14, 49], "shaar": [15, 23, 26, 27, 35, 41, 56, 63], "share": [20, 21, 28, 35, 72, 75], "shared": 44, "shortcuts": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sleutelwachtwoord": 26, "slimme": 44, "sluimer": 44, "smart": [1, 66], "som": 12, "sort": 44, "sorteervolgor": 44, "space": 11, "speaker": 65, "specifieke": 54, "start": [60, 72], "started": 2, "station": 20, "status": [15, 41], "statuspictogram": 21, "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "subdirectorie": 12, "subfolder": 44, "subscribe": 41, "summary": [0, 66], "supported": [14, 27], "sync": 15, "synchronis": [45, 48, 49, 51], "synchronisatieclient": 19, "synchronisatiemap": 12, "synchroniseer": [12, 25, 30, 46, 47, 50], "synchroniser": 12, "systeemvakpictogram": 19, "system": 36, "taak": 44, "tag": 36, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": [5, 42], "templat": 5, "text": 44, "the": [0, 8, 12, 21, 26, 38, 41, 45, 60, 83], "their": 5, "thema": 80, "threaded": 76, "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "to": [5, 12, 21, 36, 38, 41, 66, 69], "toe": [42, 44], "toegang": [20, 35, 80], "toepas": 81, "toetsenbord": 80, "toevoeg": [19, 35, 42], "toewijs": 20, "token": 81, "toon": 44, "tother": 5, "transcription": 64, "transfer": 37, "translation": 64, "transparency": 41, "trash": 41, "troubleshoot": [49, 51], "twee": 81, "tweefactor": 81, "uitschakel": 26, "unified": [44, 83], "uninstallation": 17, "universeel": 80, "up": [41, 44, 60], "updat": [7, 18], "updater": 7, "upload": [10, 21, 29, 31], "usag": 8, "use": [2, 44], "user": [12, 41], "uus": [0, 8, 21, 26, 27, 28, 38, 41, 66], "vanaf": 19, "vanuit": 44, "variabl": 11, "veelstel": 12, "ven": 19, "vereist": 83, "verkenner": 20, "verlaat": 44, "verplaats": [12, 21, 26, 44], "vers": 44, "versie": 39, "versiebeheer": 39, "version": 14, "versleutel": 26, "versleuteld": 26, "verwijder": [24, 39, 42, 44], "verwijderd": 24, "via": [20, 28, 80], "video": 60, "videospeler": 21, "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19], "virtuel": 42, "voeg": [42, 44], "volg": 26, "voorbeeld": 10, "voorkeur": 82, "voorkoom": 7, "voorwaar": 44, "vraag": 12, "waarschuw": 12, "wachtwoor": 54, "wachtwoord": [26, 54], "wanneer": 12, "web": [21, 83], "webbrowser": 83, "webdav": 20, "webinar": 79, "werk": 12, "werkingsmodus": 44, "what": 2, "why": 2, "widget": 41, "wijs": [12, 26, 42, 44, 54], "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 41, 45, 48, 49, 51, 59, 75, 76], "without": 45, "wor": [12, 24, 26], "work": 41, "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 21, 22, 27, 32, 41, 49, 69, 81], "zelfs": 12, "zien": 82, "zoek": 44, "zoom": 80, "\u00fcpload": 12}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI samenvatting": [[44, "ai-summary"]], "Aanbevolen methode": [[50, "recommended-method"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Accountdelegatie": [[44, "account-delegation"]], "Accountinstellingen": [[44, "account-settings"]], "Acties": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Agenda": [[47, "calendar"]], "Agenda\u2019s": [[50, "calendars"]], "Algemene venster": [[19, "general-window"]], "Alias files": [[15, "alias-files"]], "Alle inboxen": [[44, "all-inboxes"]], "Alternatief: Gebruik van de Cardbook add-on (alleen voor contacten)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anderen met toegang": [[35, "others-with-access"]], "Anonieme uploads maken": [[29, null]], "Antwoord": [[20, "answer"]], "Apparaat specifieke wachtwoorden en wachtwoord wijzigingen": [[54, "device-specific-passwords-and-password-changes"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatisch Updates Voorkomen in Windows Omgevingen": [[7, "preventing-automatic-updates-in-windows-environments"]], "Automatisch prullenbak legen": [[44, "automatic-trash-deletion"]], "Automatische Updates Voorkomen": [[7, "preventing-automatic-updates"]], "Automatische antwoorden": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basis workflow": [[7, "basic-workflow"]], "Beheer van apparaten": [[54, "managing-devices"]], "Beheer van gekoppelde browsers": [[54, "managing-connected-browsers"]], "Beheer van het Mail-account": [[44, "managing-your-mail-account"]], "Beheer van verwijderde bestanden": [[24, null]], "Beheren van gekoppelde browsers en apparaten": [[54, null]], "Bekende problemen": [[20, "known-issues"], [20, "known-problems"]], "Beperken wie jouw profielgegevens kunnen zien": [[82, "restrict-who-can-see-your-profile-data"]], "Bericht-acties": [[44, "message-actions"]], "Berichten tonen / Werkingsmodus": [[44, "message-display-operation-mode"]], "Bestanden & synchronisatie": [[30, null]], "Bestanden niet versleuteld": [[26, "files-not-encrypted"]], "Bestanden of mappen selecteren": [[21, "selecting-files-or-folders"]], "Bestanden uploaden": [[29, "uploading-files"]], "Bestanden verplaatsen": [[21, "moving-files"]], "Bestandsbeheer": [[21, "file-controls"]], "Bestandsbeheer overlay-pictogrammen": [[19, "file-manager-overlay-icons"]], "Beveiliging": [[44, "security"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configureren van twee-factor authenticatie": [[81, "configuring-two-factor-authentication"]], "Conflicten": [[10, null]], "Conflicten uploaden (experimenteel)": [[10, "uploading-conflicts-experimental"]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact afbeelding": [[42, "contact-picture"]], "Contacten": [[50, "contacts"]], "Contactpersonen": [[47, "contacts"]], "Contactpersonen Toevoegen": [[42, "adding-contacts"]], "Contacts": [[51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Cre\u00eber een filter vanuit een bericht": [[44, "create-a-filter-from-a-message"]], "Cre\u00eber een gebeurtenis": [[44, "create-an-event"]], "Cre\u00eber een taak": [[44, "create-a-task"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboardintegratie": [[44, "dashboard-integration"]], "De Automatische Updater": [[7, null]], "De synchronisatieclient gebruiken": [[19, null]], "De werking van de functionaliteit \u201cLokaal bewerken\u201d": [[12, "how-the-edit-locally-functionality-works"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delen vanaf je bureaublad": [[19, "sharing-from-your-desktop"]], "Derde-partij WebDAV clienten": [[20, "third-party-webdav-clients"]], "Desktop Client": [[13, null]], "Desktop- en mobiele synchronisatie": [[25, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Een publiek share toevoegen aan jouw Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Een versie een naam geven": [[39, "naming-a-version"]], "Een versie verwijderen": [[39, "deleting-a-version"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encryptie FAQ": [[26, "encryption-faq"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelop-acties": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Er was een waarschuwing over wijzigingen in gesynchroniseerde mappen die niet betrouwbaar worden geregistreerd.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filteren en automatisch antwoorden": [[44, "filtering-and-autoresponder"]], "Filtering activities": [[0, "filtering-activities"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "Gebruik maken van twee-factor authenticatie": [[81, null]], "Gebruik van client toepassingen met twee-factor authenticatie": [[81, "using-client-applications-with-two-factor-authentication"]], "Gebruik van de Mail app": [[44, null]], "Gebruik van de contactpersonen-app": [[42, null]], "Gebruikersstatus instellen": [[19, "set-the-user-status"]], "Gedeelde items": [[42, "shared-items"]], "Gegevens delen in het algemene adressenboek": [[82, "sharing-your-data-in-the-global-address-book"]], "General instructions": [[17, "general-instructions"]], "Geplande berichten": [[44, "scheduled-messages"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "Herstelsleutel wachtwoord": [[26, "recovery-key-password"]], "Het gebruik van de Genegeerde Bestanden Editor": [[19, "using-the-ignored-files-editor"]], "Het gebruik van twee-factor authenticatie met hardware tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Het instellen van automatische afwezigheidsberichten": [[40, null]], "Het instellen van jouw voorkeuren": [[82, null]], "Het maken van WebDAV mounts op de Linux commandoregel": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Het opzetten van een eigen bestandsdrop": [[29, "setting-up-your-own-file-drop"]], "Hoe de app voor verwijderde bestanden de opslagruimte beheert": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Hoe een filter te verwijderen": [[44, "how-to-delete-a-filter"]], "Hoe een nieuw filter toe te voegen": [[44, "how-to-add-a-new-filter"]], "Hoe je dit kunt inschakelen": [[12, "how-to-enable-it"]], "Hoe kan versleuteling worden uitgeschakeld?": [[26, "how-can-encryption-be-disabled"]], "How to onboard your team": [[5, null]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ik wil mijn lokale synchronisatiemap verplaatsen.": [[12, "i-want-to-move-my-local-sync-folder"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importeren van Virtuele Contactpersonen": [[42, "importing-virtual-contacts"]], "Inbegrepen thema\u2019s": [[80, "included-themes"]], "Inhoudsopgave": [[6, null]], "Initial Setup": [[14, "initial-setup"]], "Inloggen met tweefactor authenticatie": [[81, "logging-in-with-two-factor-authentication"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installatie": [[14, null]], "Instellingen voor Nextcloud-accounts configureren": [[19, "configuring-nextcloud-account-settings"]], "Interacting with messages": [[76, null]], "Interne adressen": [[44, "internal-addresses"]], "Interne shares met gebruikers en groepen": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Is het gepland om dit te verplaatsen naar de volgende gebruikerslogin of een achtergrond job?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Is het mogelijk om de versleuteling met de herstelcode uit te schakelen?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kan de versleuteling worden uitgeschakeld zonder het wachtwoord van de gebruiker?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Maak berichten": [[44, "compose-messages"]], "Maak een team aan": [[42, "create-a-team"]], "Mailvertaling": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimaliseer het berichtvenster": [[44, "minimize-the-composer-modal"]], "Mobiele clients": [[25, "mobile-clients"]], "Mobile clients": [[60, "mobile-clients"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus bestandsbeheerder": [[20, "nautilus-file-manager"]], "Navigatie via het toetsenbord": [[80, "navigating-via-keyboard"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Netwerkvenster gebruiken": [[19, "using-the-network-window"]], "Nextcloud 35 gebruikershandleiding introductie": [[53, null]], "Nieuwe accounts toevoegen": [[19, "adding-new-accounts"]], "Noem contactpersonen": [[44, "mention-contacts"]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Offici\u00eble Nextcloud-desktop- en mobiele clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Ontvangersinfo in het mailscherm": [[44, "recipient-info-on-composer"]], "Op Linux": [[12, "on-linux"]], "Op Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Oplossing": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Oplossing 1": [[20, "solution-1"]], "Oplossing 2": [[20, "solution-2"]], "Opslagquota": [[33, null]], "Opvolgherinneringen": [[44, "follow-up-reminders"]], "Organiseer contacten in groepen": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Overwegingen": [[81, "considerations"]], "Overzicht": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing-detectie": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Previewing bestanden": [[21, "previewing-files"]], "Prioriteitsinbox": [[44, "priority-inbox"]], "Probleem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Publieke links voor delen": [[35, "public-link-shares"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "Quota\u2019s": [[24, "quotas"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schakel zoeken in mailtekst in": [[44, "enable-mail-body-search"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Serie-samenvatting": [[44, "thread-summary"]], "Serververeisten": [[14, "system-requirements"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Silent messages": [[66, "silent-messages"]], "Slimme antwoorden": [[44, "smart-replies"]], "Sluimer": [[44, "snooze"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Sommige bestanden worden continu naar de server ge\u00fcpload, zelfs wanneer deze niet worden aangepast.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Stations toewijzen met Windows Verkenner": [[20, "mapping-drives-with-windows-explorer"]], "Stations toewijzen met de opdrachtregel": [[20, "mapping-drives-with-the-command-line"]], "Statuspictogrammen voor delen": [[21, "sharing-status-icons"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronisatie met Thunderbird": [[50, null]], "Synchronisatie met de GNOME-desktop": [[46, null]], "Synchronisatie met iOS": [[47, null]], "Synchronisatie stopt bij het synchroniseren van subdirectories met een hi\u00ebrarchie dieper dan 100.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with macOS": [[49, null]], "Systeemvakpictogram": [[19, "systray-icon"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Te verzenden-map": [[44, "outbox"]], "Team opties": [[42, "team-options"]], "Team rollen": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Threaded messages": [[76, "threaded-messages"]], "Toegang tot Nextcloud bestanden met behulp van WebDAV": [[20, null]], "Toegang tot bestanden met WinSCP": [[20, "accessing-files-using-winscp"]], "Toegang tot bestanden met behulp van Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Toegang tot bestanden met behulp van Linux": [[20, "accessing-files-using-linux"]], "Toegang tot bestanden met behulp van Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Toegang tot bestanden met behulp van cURL": [[20, "accessing-files-using-curl"]], "Toegang tot bestanden met behulp van macOS": [[20, "accessing-files-using-macos"]], "Toegang tot publieke shares via WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Toevoegen en Beheren Adresboeken": [[42, "adding-and-managing-address-books"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universele toegang": [[80, null]], "Update-kanalen": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploads van grote bestanden": [[31, null]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "Veelgestelde vragen": [[12, null]], "Vereisten voor webbrowsers": [[83, "web-browser-requirements"]], "Verlaat mailinglijst": [[44, "unsubscribe-from-a-mailing-list"]], "Verplaats berichten naar de Junk map": [[44, "move-messages-to-junk-folder"]], "Versiebeheer": [[39, null]], "Versleutelde bestanden delen": [[26, "sharing-encrypted-files"]], "Versleuteling gebruiken": [[26, "using-encryption"]], "Verwijder labels": [[44, "delete-tags"]], "Videospeler": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Voeg contacten handmatig toe": [[42, "adding-contacts-manually"]], "Voeg een nieuw mailaccount toe": [[44, "add-a-new-mail-account"]], "Voeg leden toe aan een team": [[42, "add-members-to-a-team"]], "Voorbeeld": [[10, "example"]], "Voorkomen Automatische Updates in Linux Omgevingen": [[7, "preventing-automatic-updates-in-linux-environments"]], "Voorwaarden": [[44, "conditions"]], "Wat gebeurt er als gedeelde bestanden worden verwijderd?": [[24, "what-happens-when-shared-files-are-deleted"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Wijzig indeling": [[44, "switch-layout"]], "Wijzig kleur voor labels": [[44, "change-color-for-tags"]], "Wijzig labels": [[44, "edit-tags"]], "Wijzig of verwijder contactinformatie": [[42, "edit-or-remove-contact-information"]], "Wijzig priv\u00e9 sleutelwachtwoord": [[26, "change-private-key-password"]], "Wijzig sorteervolgorde": [[44, "change-sort-order"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom en responsiviteit": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "Al": 14, "Alle": [20, 21, 46], "Alles": 20, "Als": [7, 12, 19, 20, 24, 26, 31, 33, 35, 39, 40, 42, 44, 47, 50, 80, 81, 82], "Ben": 82, "Bij": [7, 10, 19, 31, 35, 44], "Daar": 44, "Dan": 44, "De": [6, 10, 13, 14, 18, 20, 24, 26, 28, 33, 35, 37, 39, 40, 42, 44, 46, 80, 82], "Deze": [7, 19, 20, 26, 33, 35, 40, 42, 44, 82], "Dit": [7, 10, 12, 14, 19, 20, 26, 35, 42, 44, 46, 80], "Door": [10, 20, 44], "Een": [19, 20, 42, 44, 53, 80], "En": 80, "Er": [14, 26, 35, 37, 42], "Het": [6, 10, 12, 24, 25, 26, 28, 33, 39, 42, 43, 44, 46, 50, 80], "Hier": [19, 42], "Hoe": 47, "In": [1, 2, 7, 8, 9, 10, 12, 14, 17, 19, 20, 26, 29, 35, 36, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 80, 81, 82], "Is": 19, "Ja": 26, "Je": [19, 20, 21, 24, 26, 28, 29, 35, 39, 47, 53, 54, 80, 81, 82], "Kan": 44, "Kon": 12, "Maar": 24, "Meer": [12, 20, 43, 44], "Met": [7, 19, 20, 35, 42], "Mijn": 20, "Na": [7, 39, 44], "Niet": [12, 19, 42], "Nog": 35, "Nu": [20, 29, 44], "Of": 18, "Om": [10, 12, 19, 20, 24, 35, 39, 42, 44, 47, 80, 82], "Omdat": [7, 44], "Onder": 46, "Op": [14, 19, 20, 46, 50, 81], "Te": 20, "U": 80, "Van": 81, "Voor": [10, 19, 20, 25, 26, 31, 35, 39, 42, 47], "Ze": [19, 26], "Zonder": 12, "_": 8, "__bold": 66, "_italicized": 66, "a": [0, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 25, 26, 27, 29, 33, 36, 37, 39, 45, 48, 49, 50, 51, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 70, 71, 73, 74, 77, 79, 80, 81, 82, 83], "aa": 80, "aaa": 80, "aaan": 44, "aanbevool": 20, "aanbied": 20, "aandacht": 10, "aanklik": 7, "aanklikbar": 7, "aankoom": 42, "aanmaak": [19, 21, 33, 35, 39, 44], "aanmel": 20, "aanmeld": [19, 20], "aanpas": [7, 10, 19, 24, 35, 39, 44, 80], "aanpast": 12, "aantal": [19, 26, 35, 44, 81], "aanvaard": 37, "aanvinkbox": 44, "aanvul": 19, "aanzet": 44, "aanzien": [20, 31], "aanzienlijk": [12, 44], "ability": 12, "abl": [27, 36, 41, 42, 45, 51, 56, 58, 80, 81, 82], "abonneer": 50, "aborted": 11, "aborts": 11, "about": [0, 5, 15, 21, 41, 59, 69, 70, 71, 73, 76], "above": [0, 20, 21, 35, 36, 41, 42, 66, 70, 72, 76, 82], "absence": [41, 69], "accelerat": 15, "accep": [41, 44, 73], "acceptance": 44, "accepted": 41, "accepteer": [35, 37], "acces": [0, 1, 3, 6, 8, 14, 15, 26, 30, 38, 41, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 80, 83], "accessed": [15, 74], "accessibility": [80, 83], "accessibl": [1, 5, 39, 41, 69, 76], "accessibly": 5, "accidentally": 41, "accordingly": [44, 62], "account": [9, 10, 12, 14, 15, 19, 20, 26, 27, 29, 37, 41, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "accounts": [20, 42, 44, 46, 47, 51], "accounttab": 19, "accounttype": 47, "acht": 43, "achtergrond": [7, 19], "achtergrondkleur": 80, "acros": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "actief": [19, 20, 44], "actiemenu": 44, "actif": [12, 19, 20, 82], "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 76, 77, 83], "actionabl": 75, "activat": [42, 80], "active": 65, "activeer": 44, "activitie": 59, "activity": [6, 9, 14, 54, 83], "actual": 15, "actualiseer": 19, "ad": [5, 20, 41, 42, 44, 69], "add": [1, 2, 5, 17, 20, 27, 28, 35, 36, 38, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "added": [2, 12, 27, 41, 42, 44, 82], "addition": [20, 42, 76, 82], "additional": [0, 13, 20, 21, 41, 56, 60, 66, 69, 76], "additionally": 69, "addres": [8, 9, 27, 41, 42, 45, 49, 50, 51, 60, 69, 72, 82, 83], "addressbook": 51, "adjust": [9, 20, 82], "adjusted": [11, 15], "adjusts": 9, "admin": [14, 36, 42, 44], "admininstrator": 44, "administration": [1, 27, 31, 36, 41, 57, 62, 64, 69, 74], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 41, 42, 44, 57, 60, 62, 66, 70, 74, 80, 81, 82], "administreer": [31, 35, 37], "adr": [20, 28, 44, 50], "adresboek": [44, 47, 50], "adresboeknaam": 42, "adresboekscherm": 50, "adresbook": 50, "adressenboek": 6, "advanced": [14, 41, 51], "advie": 44, "adviseer": 26, "adviser": 14, "af": [20, 26, 44], "afbeeldingsminiatuur": 26, "afezigheidsinstal": 44, "affect": 44, "affected": [0, 44], "affects": 4, "afhankelijk": [19, 26, 81, 82], "afkort": 44, "afsluit": 19, "afstand": [20, 28, 35, 50], "after": [0, 9, 14, 15, 16, 20, 41, 44, 45, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "afwees": [19, 40], "afwezigheidsbericht": [6, 43], "afwezigheidsmeld": 44, "afwijs": 37, "afzender": 44, "afzenderadr": 44, "afzenderinformeer": 44, "ag": 20, "again": [1, 9, 21, 41, 44, 45, 54, 63, 72, 81], "agenda": [33, 44, 46, 57], "ago": 0, "ai": [6, 66], "aim": 80, "airplane": 57, "alheel": 80, "alias": 52, "alice": 41, "align": 69, "alike": 69, "all": [0, 1, 2, 5, 8, 9, 11, 15, 16, 17, 21, 26, 27, 36, 41, 42, 44, 45, 51, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "alle": [12, 14, 19, 20, 24, 26, 33, 35, 37, 42, 44], "alleen": [7, 14, 19, 20, 24, 26, 28, 35, 42, 44, 46], "allow": [0, 12, 15, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "allowed": [8, 15, 20, 60, 62], "alma": 14, "almeen": [6, 7, 44], "almost": 81, "alnaarlang": 44, "along": [8, 52], "alphabetical": 42, "alpine": 8, "alpinelinux": 8, "already": [2, 14, 41, 45, 51, 60, 69, 72], "alsjeblief": 80, "also": [0, 4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alstublief": 26, "alter": [12, 38], "alternative": 29, "alternatively": [2, 12, 14, 60], "alterneer": [12, 20], "always": [15, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "an": [0, 2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 42, 44, 45, 46, 48, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80], "and": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 44, 46, 47, 48, 49, 51, 52, 54, 56, 58, 61, 62, 63, 65, 70, 71, 73, 74, 75, 76, 77, 78, 80, 81, 82], "andagebeurtenis": 42, "andas": 57, "andeer": [40, 42], "ander": [7, 10, 12, 14, 19, 20, 24, 28, 33, 35, 42, 44, 53, 80, 81, 82], "anderman": 42, "android": [6, 20, 25, 38, 43, 53, 73], "anoniem": 20, "anonieme": [23, 30], "anonymous": [29, 56], "another": [27, 41, 42, 60, 69, 76], "answer": 5, "antwoor": 40, "antwoord": 44, "any": [0, 1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anyone": [66, 82], "anyth": [26, 48], "anytime": [28, 62], "anywher": 44, "ap": [0, 15, 17, 20, 33, 41, 43, 44, 46, 47, 66, 67, 73, 82, 83], "apache": 31, "apart": [25, 42, 44], "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 48, 49, 50, 51, 52, 53, 59, 60, 64, 69, 71, 74, 80, 81, 83], "apparaat": [6, 20, 53, 81], "apparent": 51, "appdata": [9, 17], "appear": [0, 2, 15, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 69, 70], "appearance": [15, 44, 68, 73, 83], "appimag": [12, 14, 17], "appimalauncher": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "applicatiemap": 19, "application": [7, 14, 16, 17, 20, 27, 41, 42, 46, 48, 49, 60, 63, 72], "appliceer": [26, 42, 47, 82], "applie": [42, 69], "applied": 36, "apply": [15, 36, 44], "appointment": [48, 52], "appointments": 44, "appropriat": [51, 76], "approximately": 9, "arch": 8, "archief": 14, "archive": [8, 21], "archived": 69, "are": [0, 1, 4, 8, 9, 11, 14, 15, 16, 17, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "area": [41, 60], "around": 36, "arrow": [15, 66, 72, 80], "artificial": 1, "artikel": 20, "as": [0, 1, 2, 4, 5, 6, 8, 9, 11, 14, 15, 16, 17, 20, 21, 26, 27, 35, 36, 38, 41, 45, 48, 49, 54, 56, 59, 62, 65, 66, 69, 70, 73, 76, 77, 80, 81, 82, 83], "ask": [9, 27, 41, 45, 62, 66], "assign": [21, 58, 69], "assigned": [36, 58], "assignment": 58, "assisteer": [6, 66], "assistent": 19, "assistive": 80, "assuum": 15, "asterisk": 19, "at": [0, 1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 44, 49, 54, 58, 60, 62, 64, 66, 69, 71, 79, 80, 83], "attach": 36, "attached": 44, "attachment": 41, "attachments": [29, 44, 67, 73], "attemp": 14, "attempts": 51, "attendee": 41, "attendees": 52, "attribut": 82, "audio": [21, 62, 72, 73], "auteur": 10, "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 51, 81], "authenticator": 81, "authenticeer": [6, 54, 82], "authenticeert": 20, "authoor": 20, "authoritie": 20, "auto": [7, 20, 41, 42, 44, 56], "automated": [36, 57], "automatic": [15, 44], "automatically": [5, 9, 14, 15, 20, 26, 27, 39, 41, 44, 56, 58, 59, 62, 69], "automatisch": [6, 12, 13, 14, 20, 28, 35, 37, 39, 43, 47, 50], "availability": 69, "availabl": [0, 1, 8, 9, 11, 14, 15, 17, 20, 27, 40, 41, 42, 45, 47, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avanceer": [20, 44, 47, 50], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "away": [41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 19, 20, 21, 39, 41, 44, 48, 54, 62, 64, 66, 71, 72, 83], "backendconfigureer": 26, "background": [16, 27, 72], "backup": [39, 41, 81], "badg": [10, 21], "banned": 69, "banner": 26, "bar": [0, 1, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": 45, "based": [8, 57, 81], "baseer": [7, 20, 44, 81], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "basis": [15, 19, 42, 80, 81], "basisbestand": 10, "basiscertificeringsinstantie": 20, "basisverificeer": 20, "batch": 42, "batche": 0, "be": [0, 1, 2, 4, 5, 8, 9, 11, 12, 15, 17, 20, 27, 36, 37, 38, 40, 41, 42, 44, 45, 47, 48, 49, 51, 52, 56, 57, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 74, 76, 80, 81, 82], "becaus": [15, 20, 26, 38, 46], "become": 69, "becoom": 5, "bedoelt": 26, "bedraag": 33, "bedraagt": 33, "bedrijf": 7, "bedrijfsrapport": 44, "beek": 81, "beeld": 42, "been": [8, 14, 15, 19, 21, 25, 41, 42, 44, 57, 69, 81], "beet": [12, 24], "befor": [15, 17, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [12, 44, 80], "begint": 40, "begrijp": 33, "behalf": 44, "behalve": 20, "behandel": 44, "behavior": [9, 11, 69], "beheer": [6, 7, 20, 21, 26, 29, 30, 31, 32, 33, 81, 82], "beheerdershandleid": [13, 24, 33, 35, 37], "beheersrecht": 7, "beheert": 53, "behind": 74, "behoud": [12, 20], "behoudt": 19, "behulp": [22, 29, 30, 53], "beide": [10, 47], "being": [15, 42, 60], "bekeek": 7, "bekijk": [20, 21, 35, 44], "belang": 44, "belangrijjk": 44, "belangrijk": [20, 44], "belangrijke": 44, "belangrijkst": [19, 26], "beleid": 7, "beleidsregel": 7, "bell": 83, "belong": 42, "below": [0, 9, 11, 17, 41, 44, 51, 65], "bemoeilijk": 35, "benader": [14, 42], "bent": [10, 19, 20, 40, 80], "beoog": 37, "bepaal": [7, 31, 42, 44], "bepaald": 44, "beperk": [6, 12, 19, 20, 31, 37, 42], "bereek": 33, "bereik": [24, 40, 44, 80], "berekent": 24, "bericht": [26, 37, 40], "berichtserie": 44, "berichttekst": 44, "bescherm": [12, 26, 81], "beschik": [7, 19, 20, 26, 35, 40, 42, 44, 46, 50], "beschikbar": [19, 24, 39, 42, 82], "beschouwd": 19, "beschreef": 80, "beschrijf": 7, "beslag": 33, "bespreek": 19, "best": [10, 14, 18, 41, 83], "bestaand": [12, 35, 44], "bestaat": [12, 42, 43], "bestand": [6, 7, 10, 14, 22, 25, 28, 32, 33, 35, 37, 39, 42, 46, 53], "bestandendrop": 35, "bestandenherstelcode": 26, "bestandenpagina": 26, "bestandsbeheer": 46, "bestandsbewerk": 20, "bestandsgroot": 20, "bestandskiezer": 37, "bestandsmanager": 46, "bestandsnaam": [19, 26, 29], "bestandsoverdracht": 20, "bestandssysteem": [19, 20], "bestandstoegang": 20, "bestandstructuur": 19, "bestandstype": 19, "bestandsversie": 33, "besturingssysteem": [7, 12, 20], "besturingssysteembeheer": 19, "beta": 18, "betekent": [20, 44], "beter": 44, "betrek": 44, "better": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 42, 43, 55, 65, 74, 80], "beur": [26, 44], "beurtenis": 42, "bevat": [10, 12, 19, 42, 44], "beveil": [20, 35], "beveiligd": 20, "bevest": [19, 28, 42, 44, 47], "bevestigt": 28, "bevind": [19, 35, 42], "bevindt": [19, 20, 42], "bewaak": 12, "bewaar": 20, "bewaartermijn": 24, "bewaartijd": 33, "bewakingsmap": 12, "beweeg": 19, "bewerk": [19, 20, 21, 33, 35], "bewerkingsoplos": 35, "bewijs": 81, "beyond": 17, "bezoek": 44, "be\u00ebind": 20, "bidirectional": 25, "bied": [20, 80], "biedt": [12, 19, 20, 44], "big": 41, "bijbehoor": 43, "bijv": 47, "bijvoorbeeld": [19, 20, 26, 44, 47, 80, 81], "bijwerk": [7, 10, 19, 20, 26, 28], "bijwerkkanaal": 7, "bijzonder": 44, "bin": [21, 42, 44, 80], "binary": [8, 15], "binnenin": 24, "birthdays": 41, "bit": 14, "bitv": 80, "blacklisted": 11, "blader": 20, "blauw": 19, "blauwe": 19, "blijf": [10, 19, 20, 24, 44], "block": [41, 66], "blockquot": 66, "blog": 12, "blootstel": 26, "blue": [41, 49], "blur": [60, 72], "board": 2, "bob": 35, "bodie": 44, "body": 44, "bold": 66, "book": [42, 45, 50, 82], "bookabl": 41, "bool": 15, "bor": 27, "bot": [73, 77], "both": [8, 42, 44, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 44, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "bovenaan": [19, 20, 44], "bovendien": [24, 26], "bovenlig": 19, "box": [51, 62], "boxe": 0, "bracht": 37, "branded": 7, "breadcrumb": 21, "breakout": [73, 77], "breidt": 19, "breng": 19, "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "bron": [42, 46], "bronbruiker": 37, "broncode": 14, "brows": [21, 27, 82], "browser": [0, 2, 6, 12, 14, 20, 21, 28, 35, 38, 51, 63, 72, 81, 83], "bruik": [6, 7, 12, 13, 20, 25, 28, 29, 39, 40, 43, 47, 53, 54, 80, 82], "bruikelijk": 26, "bruiker": [7, 10, 18, 19, 20, 24, 28, 31, 33, 37, 39, 40, 42, 44, 82], "bruiker1": 24, "bruiker2": 24, "bruiker3": 24, "bruikersaccoun": 20, "bruikersback": 26, "bruikershandleid": 6, "bruikersinstel": 42, "bruikersnaam": [19, 20, 28, 35, 37, 47, 50], "bruikersquota": 33, "bruikersstatus": 40, "bruikerswachtwoor": 26, "bruikslimiet": 24, "bruikssitueer": 20, "bsd": 14, "bubbl": [55, 60], "buckets": 27, "bug": 12, "build": [14, 18], "built": [14, 17, 20, 21], "buit": 14, "bulk": 72, "bundel": [7, 43], "bundl": [7, 15], "bureaublad": [14, 20], "busy": 40, "but": [12, 14, 41, 42, 44, 45, 66, 69, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "by": [0, 1, 2, 5, 8, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 27, 28, 41, 42, 44, 48, 50, 52, 56, 58, 59, 60, 62, 64, 66, 69, 70, 72, 74, 76, 78, 81, 82, 83], "byte": [9, 11, 20], "c": [12, 20, 80], "cache": [17, 33], "caja": [19, 20], "cal": [6, 60, 69, 70, 73, 77], "calculation": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 43, 47, 48, 49, 52, 68, 69, 73, 83], "call": [6, 41, 57, 58, 61, 69, 71, 73, 77, 79, 80], "called": [4, 10, 38, 65, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "cancel": [1, 41], "cancellation": 41, "cannot": [21, 26, 29, 36, 41, 44, 56], "caption": [56, 76], "carbook": 50, "card": 66, "carddac": 50, "carddav": [42, 43, 47, 48, 49, 50, 51], "carla": 8, "carrie": 20, "carry": 15, "case": [14, 42, 45, 48, 62, 69, 82], "categorie": 45, "category": 0, "caution": 9, "cellular": 48, "center": 20, "centos": 20, "centr": 65, "central": 69, "certain": [11, 42, 76], "certificaat": [20, 47], "certificaatfout": 20, "certificaatwaarschuw": 20, "certificat": [8, 49], "certification": 20, "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 15, 20, 21, 25, 26, 29, 36, 41, 44, 48, 51, 54, 55, 58, 69, 72, 80, 82, 83], "changed": [10, 12, 27, 41, 51], "chapter": [14, 20], "chart": 15, "chat": [6, 35, 40, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "check": [0, 7, 9, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [21, 36, 41, 60, 62, 69], "checkboxe": [42, 44], "checked": [41, 42], "checklists": 69, "checkmark": 41, "chip": 83, "chmod": 20, "choice": [56, 64], "chonologisch": 44, "choos": [15, 45, 56, 60], "choose": [0, 1, 2, 5, 15, 20, 21, 26, 27, 29, 41, 42, 44, 45, 48, 49, 51, 52, 54, 55, 58, 59, 60, 63, 66, 72, 79, 81], "chose": 41, "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronological": [0, 21], "chunk": [9, 11], "chunksize": 9, "cif": 27, "cijf": 35, "cikel": 35, "cinnamon": 20, "circl": [15, 69], "circular": 42, "circumstance": 9, "cirkel": [19, 35], "citrix": [9, 14], "citrixbruiker": 14, "classic": [15, 55], "classification": 44, "clean": 12, "cleaner": 44, "clear": [16, 69], "click": [0, 1, 2, 5, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clicked": 44, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 19, 25, 38, 43, 45, 49, 51, 53, 54, 63, 73], "clients": [7, 8, 14, 17, 41, 54, 73, 81], "clipboard": [41, 51], "cli\u00ebnt": 12, "clock": [66, 81], "close": [5, 14, 36, 41, 44, 45, 46, 56, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 26, 38, 41, 45, 66], "codec": 21, "codeer": [20, 26, 33], "coder": 26, "cohesive": 5, "collaborat": 2, "collaboration": [6, 30], "collaboratively": [2, 3], "collaboreer": 35, "collaps": 44, "colleagues": 41, "collected": 41, "collectie": 42, "collection": 20, "collective": [4, 5, 6], "collectively": 5, "color": 41, "colored": 27, "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 48], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "commando": 20, "comment": [21, 41], "comments": 51, "commercial": 29, "communicaat": 69, "communicat": 11, "communitie": 3, "community": [8, 14, 20, 41], "compatibel": [20, 44], "compatibil": 12, "compatibility": [12, 21], "compatibl": [11, 27, 41, 81], "complet": [17, 28, 45, 69], "completed": [14, 66], "completeer": 37, "completely": [9, 62], "completion": 1, "complex": 41, "compliance": 62, "compliant": 80, "compliceer": 24, "compos": 80, "composed": 44, "composer": 44, "compromised": 26, "computer": [5, 13, 20, 21, 25, 46, 53], "computerbestand": 24, "concretize": 41, "conditie": 44, "condition": 42, "conf": [7, 9, 12, 17, 20, 24], "confdir": 16, "configur": [0, 14, 20, 27, 41, 44, 54, 57, 62, 69, 77, 79, 81, 82], "configuratiebestand": 7, "configuratiefout": 19, "configuratiescherm": [20, 42], "configuration": [6, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 44, 52, 74, 82], "configured": [1, 14, 15, 41, 49, 59, 60, 69], "configureer": [19, 20, 24, 31, 33, 35, 37, 42, 44], "configurer": [6, 20, 42, 44], "configuur": [27, 45, 54], "confirm": [12, 27, 41, 42, 44, 45], "confirmation": [9, 28, 41, 69], "confirmed": 41, "conflict": [6, 13, 41], "conflicted": 10, "conflicter": 10, "conflictopmaakbestand": 10, "conflicts": 41, "conforme": 53, "congratulation": [2, 5], "connect": [14, 20, 25, 27, 54, 81], "connected": [1, 15, 26, 27, 41, 54], "connection": [9, 11, 12, 15, 27, 28, 45, 48, 49, 51, 54, 74, 82], "connectivity": 15, "consent": 60, "consider": 17, "consideration": 17, "consistent": 15, "consool": 20, "contacpersoon": 42, "contact": [20, 27, 31, 41, 43, 44, 45, 46, 47, 80, 82, 83], "contactgeven": 42, "contactgroep": 42, "contactpersoon": [6, 33, 43], "contacts": [0, 41, 48, 49, 52, 82, 83], "contain": [0, 8, 9, 10, 21, 39, 41, 44, 60, 72], "container": [9, 17], "content": [1, 2, 5, 8, 15, 66, 69, 75, 76, 80], "contents": [10, 15, 25, 29, 41], "context": [1, 19, 41, 44, 56], "continue": 45, "continued": 69, "contrary": 8, "contrast": 80, "contrastmodus": 80, "control": [20, 36, 39, 41, 57, 69, 82], "controleer": [19, 20, 44], "controleert": [7, 24, 44], "controler": [12, 20], "controlled": 11, "controol": [7, 44], "convenient": 0, "conversation": [1, 6, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "converseer": 42, "copie": 15, "copied": [5, 44], "copy": [0, 10, 21, 25, 41, 44, 51], "correct": [12, 19, 20], "correctly": 15, "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "country": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreporter": 17, "creat": [54, 59, 82], "create": [0, 2, 14, 15, 20, 21, 25, 28, 29, 36, 39, 44, 45, 48, 51, 54, 56, 58, 59, 66, 69, 70, 74, 76, 77, 78], "created": [0, 2, 5, 20, 36, 39, 40, 41, 44, 45, 51, 58, 59, 69, 71], "creation": [36, 69, 76], "credential": [27, 45, 49, 51], "cre\u00eber": [10, 19, 28, 35, 42], "cre\u00ebert": 10, "cros": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 21, 25, 60], "currentcontrolset": 20, "currently": [1, 15, 38, 41, 42, 58, 60, 66], "cursor": [2, 41], "custom": [15, 41, 69, 83], "customis": [60, 83], "customisabl": 83, "customize": [20, 55], "customized": 41, "cycli": 12, "d": [20, 41, 56], "daag": [24, 33, 39, 44], "daan": [12, 28, 46], "daarmee": 10, "daarna": [7, 12, 19, 26, 50], "daarom": [12, 47], "daarvan": 12, "daarvoor": 19, "daf": 20, "dag": [39, 82], "daily": [18, 41], "dalijks": 18, "dashboard": [6, 44], "data": [6, 9, 12, 15, 17, 26, 38, 39, 41, 42, 43, 45, 48, 66, 82], "databas": [26, 33], "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "datum": [20, 44], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "day": [0, 11, 41, 69], "daygridmonth": 41, "days": [41, 59, 83], "db": 8, "debian": [8, 19, 20], "debug": 16, "debuglogginnabled": 15, "decide": [5, 15, 41, 56], "decided": 5, "decimaal": 20, "deck": [42, 43, 66], "declin": [41, 60], "decline": [44, 60, 70], "declined": 41, "decoder": 26, "decoration": [15, 66], "decryp": [26, 38], "decrypted": 38, "dedicated": [15, 20, 44, 45, 69], "deel": [6, 20, 28, 33, 43, 53], "deelt": [24, 28, 33, 35], "deep": [0, 12, 17, 21, 27, 36, 41, 48, 60, 63, 72, 80, 82], "def": 8, "default": [0, 4, 8, 9, 11, 15, 20, 21, 41, 42, 48, 59, 60, 69], "defaults": [8, 15, 21, 41], "defined": [15, 41], "definieer": [19, 44], "degeen": 35, "del": 80, "delay": 15, "deleet": [9, 15, 17, 41, 44], "delegat": [41, 44], "delegated": 44, "delegeer": 44, "delet": [0, 1, 15, 17, 21, 24, 27, 28, 36, 39, 42, 44, 58, 66, 80], "deleted": [9, 21, 24, 41, 59, 69], "deletion": [41, 69], "deny": 54, "deployment": 14, "depth": 20, "derde": 12, "derden": [20, 26], "derlijk": 40, "descendants": 15, "describ": 41, "describe": 11, "described": [41, 77], "description": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": 80, "designed": 3, "desired": [12, 41, 42, 44, 66], "desktop": [0, 2, 6, 8, 12, 14, 15, 16, 17, 19, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 10, 12, 15, 17, 18, 19], "destination": [20, 21], "detail": [1, 20, 24, 27, 33, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detailed": [15, 41], "detect": 41, "detected": 9, "detection": 15, "detects": 44, "determine": 41, "device": [15, 20, 41, 45, 54, 60, 69, 72, 81, 83], "dezelf": [7, 14, 19, 20, 46], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogue": [2, 41], "dialoog": [19, 28], "dialoogven": [19, 44, 46], "diaspora": 42, "dice": 57, "did": 60, "dien": 42, "dienst": 26, "dienstverlener": 53, "diep": 12, "difference": [8, 41], "different": [0, 7, 21, 41, 69, 70], "digest": 0, "direct": [20, 28, 35, 41, 42, 44, 53, 66], "directly": [0, 1, 15, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directorie": [8, 29], "directory": [8, 16, 20, 25, 29, 41], "directory_that_has_been_created": 8, "directorycomponent": 19, "directorydeel": 20, "dirname": 16, "disabl": [0, 1, 9, 15, 41, 57, 60, 62, 64, 72], "disabled": [15, 21, 41, 42], "disappear": [42, 60], "discipline": 42, "disconnect": 54, "discord": 74, "discover": [41, 45, 69, 78], "discoverabl": 59, "discovered": 41, "discovery": [9, 15], "discussion": [44, 58, 60, 69, 76], "disk": [15, 26], "dismis": [60, 79], "display": [1, 12, 16, 20, 21, 41, 44, 51, 60, 66, 82], "displayed": 44, "displays": [15, 16, 21, 44], "distributed": [20, 41], "distributie": [7, 12], "distribution": [9, 14, 20, 62], "disturb": [41, 66, 69], "divide": [58, 60], "divider": 66, "do": [0, 8, 12, 14, 17, 26, 28, 36, 41, 44, 45, 60, 62, 63, 65, 69, 72, 81], "doc": 42, "document": [5, 12, 15, 21, 46, 80, 82], "documentation": [1, 14, 31, 57, 74], "documenteer": [20, 25], "documents": [1, 2, 8, 21], "doel": [26, 35], "doelbruiker": 37, "doeleind": 40, "does": [8, 9, 20, 25, 28, 48, 49, 54, 59, 81], "doesn": [20, 46], "doing": 9, "dolphin": 19, "domain": 47, "domein": [20, 44, 47], "domeinnaam": 47, "don": [5, 26, 39, 41, 42, 66], "done": [38, 41, 48, 51, 56, 66, 72], "donker": 80, "doorblader": 20, "doorgaan": [19, 50], "doorgeef": [20, 44], "doorstuur": 81, "doorzoek": 46, "dot": [4, 21, 27, 36, 41, 44, 60, 65], "doubl": [14, 63], "down": [0, 12, 69, 76], "download": [7, 10, 11, 12, 15, 19, 20, 21, 25, 26, 27, 35, 39, 42, 52, 56, 62, 73], "downloadknop": 35, "downloadpagina": 7, "downloadt": 10, "downward": 15, "draad": 44, "draag": [19, 37], "draaiend": 19, "draf": [44, 56], "drafts": 56, "drag": [7, 10, 19, 21, 56], "drie": [19, 35, 42, 44], "drif": 81, "drive": [20, 36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 21, 29, 56], "dropdown": [20, 27, 49, 82], "druk": [20, 46], "dubbelklik": 12, "due": 15, "duration": [9, 41, 69], "duur": [40, 41, 51, 62, 64, 72], "duurt": 26, "dword": [7, 20], "dynamic": 9, "dynamically": 9, "dyslexie": 80, "e": [0, 2, 4, 8, 16, 41, 45, 47, 49, 51, 82], "each": [0, 1, 9, 14, 16, 17, 21, 27, 36, 41, 42, 58, 60, 74, 82, 83], "earlier": 41, "earpiece": 60, "easier": 66, "easily": [5, 76], "easy": [2, 5], "echo": 12, "echter": [7, 10, 12, 19, 26, 44], "edg": [8, 20, 83], "edit": [1, 12, 15, 20, 28, 29, 38, 44, 56, 66, 69, 71, 72, 83], "edited": 41, "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "edits": 21, "eef": [2, 9, 15, 41, 69, 71, 80, 82], "eenvoud": [20, 26, 29, 44], "eenvoudigweg": 42, "eer": 44, "eerst": [7, 12, 20, 26, 39, 42, 44, 81, 82], "effect": 15, "effectively": 81, "efficient": 44, "eig": [7, 26, 28, 35, 42, 44], "eigen": [20, 24, 26, 33, 35, 37, 42], "einaarschap": 42, "eind": [19, 20, 44, 80], "eindigt": 40, "einschap": 20, "eis": 81, "either": [8, 12, 38, 41, 42, 45, 49, 60, 70, 76], "elapsed": 60, "element": [58, 60, 80], "elements": [66, 80], "eliminat": 41, "elk": [19, 20, 28, 39, 42], "elke": [19, 20, 26, 39, 42, 44, 46, 80, 81], "els": [10, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 83], "emailaddres": 42, "emailadr": 44, "emailonderwerp": 44, "emailtekst": 44, "embed": [2, 41], "embedded": 41, "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphasize": 2, "empty": [2, 21, 38, 41], "enabl": [0, 1, 4, 9, 15, 25, 29, 41, 42, 44, 57, 60, 62, 64, 72, 81], "enabled": [0, 14, 15, 20, 21, 26, 27, 38, 41, 42, 44, 45, 46, 49, 51, 59, 60, 62, 64, 66, 70, 81, 82], "encood": 20, "encrypted": [26, 38, 49], "encryptiesleutel": 33, "encryption": [6, 27, 30], "end": [26, 30, 34, 41, 57, 62, 69], "engaged": 41, "enhance": 66, "enige": [26, 28], "enkeel": [19, 80, 82], "enkel": [19, 42, 44], "ensur": [15, 41, 80], "enter": [1, 2, 14, 28, 35, 41, 45, 46, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [21, 41, 44], "entirely": [11, 15], "entrie": [0, 15, 21], "entry": [0, 1, 2, 21, 42, 82], "env": 16, "envelope": 44, "environment": [6, 8, 13], "equivalent": 16, "eraas": 12, "erg": [12, 31], "ergen": 44, "erop": 19, "error": [11, 20, 44, 45, 51], "eruit": 35, "ervaar": 18, "ervan": 25, "ervoor": [20, 24, 26, 47], "esc": 60, "escape": 80, "especially": 15, "essential": 14, "etc": [12, 20, 27, 35, 41, 66], "evenal": [40, 46], "event": [0, 40, 44, 51, 59, 69], "events": [0, 52, 69, 83], "eventuel": [40, 80], "every": [0, 9, 20, 21, 36, 41, 54, 60, 62, 83], "everyone": [21, 41, 76], "everyth": [0, 15, 44, 80], "evict": 15, "eviction": 15, "evolution": 46, "ex": 44, "exact": [21, 44], "exactly": 5, "exampl": [15, 17, 20, 35, 41, 42, 45, 47, 48, 51, 57, 70, 79, 81], "excellent": 29, "excep": [44, 69], "exchang": 41, "exclude": 19, "excluded": 15, "exclusive": 44, "exe": [12, 20], "execut": [38, 57], "executed": 44, "execution": 1, "exist": [12, 15, 20, 41, 42, 44, 59, 69], "existent": 41, "exists": 69, "exits": 8, "expand": 44, "expects": 2, "experience": [44, 60, 83], "experimental": 9, "expir": 39, "expiration": 35, "explain": 20, "explicit": [15, 62], "explicitly": [8, 27], "explorer": 19, "export": [52, 56], "exporteer": 42, "ext": [66, 69], "extensie": 12, "extension": 44, "extern": [10, 28], "external": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "externally": 27, "externe": [10, 20, 26, 28, 35], "extra": [12, 19], "f": [17, 45, 60, 72, 80, 83], "faac": [60, 82], "faciliter": 42, "factoor": 81, "factor": [6, 45, 46, 51, 54, 82], "failur": 9, "fal": [11, 20], "fals": [9, 11], "far": 83, "fatal": 11, "favor": 57, "favoriet": 21, "favorit": [0, 21, 80], "favorited": 42, "feasibl": 14, "featur": [2, 9, 17, 21, 40, 41, 42, 44, 60, 62, 70, 74, 79], "federated": [21, 23, 30, 70, 82], "federation": [6, 23, 30, 73], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feit": 20, "feite": [28, 35], "fetch": 41, "few": [48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 21, 27, 36, 41, 44, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": 41, "file": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 52, 60, 62, 66, 68, 72, 73, 76, 80, 83], "filen": 44, "filename": 16, "fileproviderext": 15, "files_version": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 27, 41, 56], "filled": [15, 27, 41], "filter": [36, 42, 59, 76, 83], "filtered": [0, 1], "filterregel": 44, "filterscrip": 44, "final": 41, "finalize": 69, "finally": 41, "find": [20, 21, 24, 25, 41, 42, 48, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": 45, "finishe": 1, "finished": [5, 41, 50, 52], "firefox": [20, 83], "first": [14, 15, 28, 38, 41, 42, 44, 48, 56, 60, 66, 71], "fit": 65, "fix": 48, "flow": [9, 25, 41], "flushe": 16, "focus": [44, 80], "focused": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 21, 25, 27, 29, 35, 36, 37, 41], "foldersync": 20, "follow": [0, 5, 8, 9, 14, 15, 16, 17, 21, 27, 41, 42, 44, 45, 48, 49, 51, 52, 60, 80, 82], "followed": 1, "for": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 15, 17, 20, 21, 25, 26, 27, 28, 31, 35, 36, 37, 38, 39, 42, 44, 45, 47, 48, 49, 51, 54, 56, 57, 58, 60, 62, 64, 66, 69, 71, 73, 74, 76, 79, 80, 81, 82, 83], "force": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forever": 41, "forget": 5, "form": [1, 26, 42, 45], "format": [2, 5, 9, 21, 41], "formats": [15, 21], "formatted": 44, "formel": 42, "formerly": 45, "formulier": [28, 35], "formulierveld": 28, "forth": [1, 41], "forward": [69, 76], "forwarded": 41, "found": [41, 57, 72, 83], "fourth": 41, "fout": [12, 18, 19, 20, 44, 80], "foutmeld": [20, 44, 47], "framework": 7, "free": [11, 15, 20, 40, 41, 60], "freeing": 15, "friend": 41, "from": [0, 1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 44, 45, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "full": [9, 41, 44, 57, 73], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25, 38], "fun": 5, "functie": [7, 12, 18, 20, 21, 26, 29, 44, 50, 82], "function": [20, 81], "functionality": [12, 20, 42], "functionalteit": 42, "further": [38, 41, 82], "futur": [1, 20, 60, 62], "fysieke": [20, 81], "g": [0, 4, 8, 41, 45, 49, 51], "ga": [20, 28, 35, 44, 50], "gaan": 44, "gaat": [7, 24], "gallerie": 26, "gateway": [8, 69], "gb": [11, 20], "gear": 51, "geef": [7, 19, 20, 26, 44], "gel": 42, "geld": 44, "gele": [10, 19, 26], "genereer": 44, "geop": [7, 19, 20, 42, 44], "get": [3, 6, 10, 15, 20, 26, 41, 42, 51, 56, 63, 69, 72, 81], "gevaarlijk": 26, "geval": [7, 12, 26], "geven": [6, 12, 26, 33, 40, 42, 53], "gid": 47, "gif": [0, 60, 63, 66], "gigabyt": 12, "giphy": 66, "github": [25, 66, 74], "gitlab": 66, "give": [1, 2, 5, 41, 54, 60, 62], "glance": 36, "globaal": 19, "global": [76, 82], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 19, 41, 44, 45, 48, 58, 71, 72, 81], "goed": 44, "going": [27, 41, 52], "gone": 41, "googl": [41, 45, 81, 83], "graag": 80, "grant": [14, 41, 44, 45, 60, 63], "granted": 60, "granular": 41, "grap": 42, "gratis": 80, "gravatar": 42, "gray": 41, "green": [27, 60, 72], "gren": 24, "grey": 19, "greyed": 60, "grijze": 19, "groene": 19, "groep": [7, 20, 26, 33], "groepslidmaatschap": 82, "groepwar": 43, "groot": [20, 31, 33, 80], "grote": [22, 30, 53], "groter": [19, 31, 33], "group": [3, 17, 20, 41, 42, 44, 45, 52, 56, 58, 60], "grouped": [0, 44, 83], "groupwar": [6, 41, 42, 48, 52], "guest": [6, 56, 60, 69, 73], "guests": [41, 58, 59, 69, 79, 82], "gui": [8, 27, 45], "guidance": 31, "guide": [14, 49], "guideline": 80, "gvfs": 20, "h": [8, 16, 20], "haaf": [9, 15, 29, 41], "halve": 19, "hand": [5, 20, 80], "handled": 44, "handler": 12, "handmaat": [7, 12, 20, 24, 29, 39, 44], "handtekeen": 44, "handy": 69, "hang": 44, "hangt": 20, "hap": [15, 41], "happen": [0, 5, 15, 41], "happened": 0, "har": [12, 20], "hard": 41, "hardwar": [6, 83], "has": [1, 8, 10, 15, 19, 21, 25, 27, 33, 36, 38, 41, 44, 45, 51, 56, 69, 72, 74, 81, 83], "have": [1, 8, 14, 15, 16, 17, 21, 25, 26, 28, 33, 39, 41, 42, 44, 45, 46, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "head": [2, 5, 66], "header": [20, 21, 41, 44, 58, 80], "hebt": [19, 20, 26, 35, 42, 81], "heef": [7, 12, 18, 19, 21, 24, 26, 29, 31, 33, 35, 39, 44, 46, 80], "heel": 10, "heime": 81, "helder": 80, "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "helpful": [15, 82], "hen": [10, 26], "here": [2, 15, 66, 69, 72], "herhaal": [19, 50], "herhaald": 50, "herinner": 44, "herken": 20, "hernoem": 24, "hernoemd": 44, "hernoemt": 35, "herstart": 7, "herstarts": 20, "herstel": [14, 26, 39], "hersteloptie": 26, "hervat": 19, "hetzelf": 50, "hid": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarchical": 2, "hierboof": [19, 47], "hierdoor": [26, 28, 44], "hieronder": [10, 19, 20, 26, 42], "hiervan": 19, "hiervoor": 44, "high": [64, 80], "highlighted": [62, 76], "history": [6, 21, 39], "hi\u00ebrarchie": 35, "hkey_classes_root": 12, "hkey_current_user": 7, "hkey_local_machine": [7, 20], "hkey_local_machinesoftwaremicrosoftwindowscurrentversionpropertysystempropertyhandler": 12, "hoc": 69, "hoef": [12, 28], "hoeveel": 12, "hoewel": [12, 20], "hoge": 80, "hoger": [12, 20, 35], "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hood": 15, "hoofd": 19, "hoofddialoogven": 19, "hoofdmap": [20, 35], "hoofdsleutel": 26, "hoog": 80, "hoogstwaarschijnlijk": 26, "hoogt": 37, "horizontaal": 44, "horizontal": 2, "hos": 20, "host": 9, "hostnaam": 20, "houd": [20, 39, 44], "houdt": [39, 47], "hour": [0, 16, 69, 76], "hourly": 0, "hover": [2, 42, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 41, 60, 81], "however": [41, 42], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44, 69], "huid": [19, 20, 35], "hulp": 80, "hulpbron": 20, "i": [2, 16, 47], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 51, 60, 63, 65, 66, 72, 76, 82, 83], "icoon": [19, 35, 42, 44, 50], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "ideal": 79, "ideally": 54, "ideas": 69, "idee": 10, "ident": 81, "identiek": 26, "identificer": 19, "identifier": [41, 60], "identify": [15, 54], "identity": 70, "iedereen": 53, "iet": [20, 33, 40, 81], "if": [0, 1, 4, 6, 9, 11, 14, 15, 17, 20, 21, 26, 27, 28, 36, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 51, 54, 59, 60, 62, 63, 66, 69, 70, 72, 75, 76, 82], "iframe": 41, "ignor": 8, "ignored": 41, "illustreert": 24, "imag": [1, 21, 60], "imagine": 10, "imap": 43, "immediately": [1, 14, 27, 36, 54, 62, 69], "implementatieoptie": 18, "implemented": 25, "implementeer": 20, "implements": 44, "impliceer": 44, "impliciet": 20, "import": [42, 44, 52, 56], "imported": 41, "importeer": [2, 15, 38, 42, 69, 76, 80, 81, 83], "importer": [12, 20], "imports": 42, "imposed": 15, "improve": 20, "improved": 20, "inactivity": 59, "inbegreep": 6, "inbouw": [20, 42, 46], "incl": 50, "include": [8, 21, 26, 41], "inclusief": [20, 44], "incluud": [8, 20, 41, 52, 59, 60, 62], "incorrect": [9, 19], "increas": [11, 20], "increased": 15, "increment": 41, "increments": 41, "independent": [0, 41], "index": 41, "indexer": 12, "indicaat": 51, "indicat": 60, "indication": 20, "indicator": [21, 27, 44, 62, 69], "indiceer": 19, "indien": [37, 40], "individual": [27, 41, 54, 72], "individually": [42, 44, 54], "individueel": 19, "individuel": [19, 26], "individuen": 53, "influence": [11, 41], "info": [7, 36], "inform": [41, 62], "informatiepictogram": 19, "information": [8, 11, 13, 14, 15, 21, 41, 44, 46, 50, 51, 59, 60, 69, 70, 74, 81, 82, 83], "informed": [41, 59], "informeer": [12, 20, 24, 33, 35, 42, 43], "informel": 42, "informer": 10, "infos": 41, "inherited": 42, "inhibits": 8, "inhoud": [10, 12, 20, 35, 80], "ini": 9, "initial": 48, "initialiseer": 26, "inklap": 19, "inkoom": [35, 37, 44], "inline": [36, 66], "inlog": [6, 20, 26, 44, 50], "inlogcode": 81, "inloggeven": 20, "inlogpagina": 80, "inlogt": [20, 26], "inlogwachtwoord": 26, "inotify": 12, "input": [1, 56, 66, 80], "inputs": 41, "inschakel": [19, 20, 26, 28, 29, 33, 35, 40, 42, 44, 82], "inschakelt": [10, 26], "insert": [1, 2, 72], "inserted": [1, 44], "inside": [21, 27, 41, 48, 59, 77], "instagram": 42, "instal": 20, "install": [17, 20, 41, 45, 73], "installatieprogramma": 12, "installation": [14, 48, 57], "installed": [0, 1, 8, 14, 15, 17, 41, 52, 60, 74, 75, 83], "installeer": [6, 7, 13, 19, 20, 28, 42, 44], "installer": [12, 19, 20], "instance": [0, 6, 12, 14, 15, 20, 27, 35, 41, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instantie": [12, 14, 20], "instantly": 69, "instead": [9, 15, 20, 21, 41, 45, 51, 64], "insteer": [59, 69], "instel": [6, 7, 12, 20, 26, 31, 33, 35, 42, 43, 44, 46, 47, 80, 81], "instellinnappliceer": 47, "instellinnmenu": 80, "instellinnven": [10, 19], "instelt": 20, "instructie": [20, 42], "instruction": [21, 51, 57, 74], "integraat": [67, 73], "integrat": [15, 44, 57, 75, 77], "integrated": [15, 49, 73], "integration": [66, 68, 73, 74], "integration_openai": 44, "integreer": [12, 44, 46], "integreert": [19, 46], "intelligence": 1, "intelligent": 15, "interact": [67, 73], "interactie": 44, "interactive": [8, 14], "interest": 9, "interface": [1, 6, 9, 15, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "intern": 44, "internal": [41, 69], "interne": 19, "internet": [48, 49], "internetoptie": 20, "interoperabl": 41, "interruption": 69, "interval": [9, 12], "into": [1, 15, 17, 21, 25, 29, 35, 41, 44, 51, 58, 60, 66], "introduced": 41, "introduceer": 19, "introductie": 6, "introductory": 5, "intruder": 26, "invalid": [8, 54], "investigaat": 15, "invisibl": [36, 41], "invit": [59, 70, 72], "invitation": [45, 72, 73], "invited": [41, 72], "invoer": [14, 19, 28, 44], "invoerscherm": 44, "invoke": 8, "invouw": 80, "invul": 82, "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphone": [20, 47], "irreversibl": 41, "issue": [15, 25, 80], "issues": 66, "it": [0, 1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 41, 42, 44, 45, 48, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 72, 73, 74, 76, 81, 82, 83], "italicized": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "itself": [14, 20, 41, 76], "jezelf": 20, "jij": [10, 82], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joined": [60, 69], "jou": [18, 24, 33], "jouw": [6, 10, 19, 20, 21, 24, 25, 26, 28, 29, 31, 33, 40, 47, 50, 80, 81], "jpg": 20, "json": 56, "juist": 20, "jump": [2, 15, 21], "just": [2, 5, 21, 26, 27, 41, 45, 66, 72, 80, 81], "kaart": 42, "kaddressbook": 48, "kalendar": 48, "kalender": [43, 47], "kanaal": [6, 13], "kanban": 43, "kant": 35, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 25, 26, 38, 41, 42, 44, 69, 76, 81], "keer": [12, 19, 20, 26], "kenmerk": [19, 44], "kent": [42, 81], "kep": [15, 26, 42], "keuze": [12, 18, 37], "keuzemenu": 12, "key": [7, 41, 42, 72, 83], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keys": 26, "keyword": 8, "kfy9lek5sm928xp": 20, "kies": [12, 19, 20, 26, 37, 44, 46, 47, 50, 80, 82], "kiest": [12, 20], "kijk": 47, "klaar": 18, "klant": 18, "kleine": 19, "klik": [7, 10, 12, 19, 20, 28, 29, 35, 37, 39, 42, 44, 50], "kllik": 44, "klok": 42, "klop": 81, "knop": [19, 20, 28, 29, 42, 44, 50, 80], "know": [28, 41], "knowledg": [2, 3, 12], "known": 45, "komt": [20, 44], "kontact": [6, 43], "koom": [26, 35], "koos": [7, 14, 37, 44], "kop": [44, 80], "kopie": [10, 12, 24], "kopieer": [10, 12, 20, 24], "koppel": [6, 19, 20, 28, 81, 82], "korganizer": 48, "kort": [18, 24, 40, 42], "kracht": 24, "kreeg": [35, 44], "krijg": [20, 21, 26, 42, 44, 82], "krijgt": [20, 47], "kubuntu": 19, "kun": [6, 7, 10, 19, 20, 24, 26, 35, 40, 42, 44, 47, 50, 80, 81], "kunt": [19, 20, 21, 28, 29, 35, 39, 43, 47, 53], "kwaal": 80, "kwallet": 14, "laat": [7, 19, 20, 26, 33, 35, 44], "laatst": [7, 18, 19, 46], "label": [20, 28, 36], "labeled": 51, "labelled": [41, 51], "labelt": 28, "land": 2, "lang": [40, 44], "langer": [20, 35], "languag": [1, 44, 64], "larg": [29, 44, 65], "last": [5, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [14, 25, 52, 83], "launch": [14, 16, 45, 51], "launchagents": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": 4, "learn": [2, 15, 21, 26, 46, 48, 49], "learned": 2, "least": [1, 39], "leave": 21, "leed": [20, 35], "leeftijd": 24, "leeg": [41, 42], "lees": [20, 26, 33, 35, 37, 42], "leesfout": 80, "lef": [0, 1, 2, 5, 20, 21, 27, 36, 41, 44, 48, 52, 60, 65, 66, 80, 83], "leftmost": 60, "leid": [19, 26], "leidt": 12, "length": 41, "les": [5, 11, 38], "let": [1, 5, 21, 27, 36, 41, 42, 44, 52, 60, 62, 72, 79, 83], "letsencryp": 47, "lettertype": 80, "level": [2, 16, 21, 26, 41, 60, 62, 69, 80], "leverancier": 20, "library": [9, 17], "lichtsterk": 80, "lid": 42, "lidmaatschap": 42, "liever": 20, "lig": 33, "ligt": 44, "lijk": 44, "lijn": 20, "lijst": [10, 19, 20, 35, 44, 54, 82], "like": [5, 15, 21, 41, 42, 44, 56, 57, 59, 60, 70, 74, 80], "likely": 19, "limiet": [12, 20, 24, 39], "limit": [41, 69, 83], "limitation": [15, 20], "limited": [15, 69], "limits": 31, "line": [6, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linked": 28, "linker": 42, "linkerkant": [19, 20], "linkerklik": 19, "linklus": 12, "linksonder": [42, 50], "linus": 41, "linux": [9, 13, 19, 25], "linux_username": 20, "list": [1, 2, 4, 21, 29, 36, 38, 41, 42, 44, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81], "listday": 41, "listed": [1, 41, 42, 60], "listen": [8, 9], "listmonth": 41, "lists": [36, 41, 45, 66, 69], "listweek": 41, "littl": [56, 72], "live": 60, "live_transcription": 64, "ll": [2, 41, 58], "llm": 44, "load": 80, "lobby": [73, 77], "locaal": [14, 42], "local": [8, 9, 10, 12, 15, 20, 21, 28, 41, 82], "locally": [9, 10, 12, 15, 56], "locat": [9, 51], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41, 44, 59, 69], "loceer": [12, 46, 50], "lock": 82, "log": [8, 14, 16, 20, 21, 26, 29, 51, 54, 81, 83], "logdebug": 16, "logdir": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "login": [8, 9, 14, 20, 26, 42, 45, 46, 54, 81, 82], "loginformulier": 44, "logingeven": 20, "logisch": 10, "logo": 83, "logwindow": 16, "lokaal": [10, 19, 20, 44, 53], "lokaliser": 19, "long": [0, 1, 9, 15, 41], "longer": [41, 42, 69, 76, 81], "look": [33, 38, 41, 44, 55, 57, 70, 77, 81, 83], "loos": 81, "los": [10, 54, 82], "lose": [6, 38], "loudspeaker": 60, "lower": 80, "loxpir": 16, "lst": [8, 19], "lts": 14, "luk": 42, "m": [60, 72, 80], "maak": [6, 9, 10, 12, 18, 19, 23, 24, 26, 28, 30, 35, 41, 43, 53, 54, 82], "mac": [15, 19], "machine": [7, 8, 10], "macos": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 45, 47], "mag": 26, "magic": 5, "magisch": [24, 26], "mail": [0, 6, 40, 41, 43, 52, 80], "mailadr": 82, "mailbox": 51, "mailclient": 50, "mailicoon": 44, "mailindel": 44, "mailinstel": 44, "mailserver": 44, "main": [9, 14, 16, 20, 41, 54, 69, 83], "maintain": 42, "maintained": 14, "major": 14, "mak": 19, "make": [5, 17, 25, 28, 29, 39, 41, 49, 58, 60, 66, 74], "manaag": [6, 21, 30, 31], "manag": [5, 15, 21, 26, 36, 41, 44, 51, 57, 77], "managed": [14, 27, 41, 44], "manager": [5, 14, 17, 20, 21, 46, 50, 56], "manamen": [12, 20, 36], "mandatory": [45, 62], "manier": [19, 20, 26, 42, 46, 81], "manner": [8, 41], "manual": [14, 15, 25, 27, 36, 44, 48, 49], "manually": [12, 44, 45, 50, 58, 62, 79], "many": 41, "map": [14, 19, 20, 24, 26, 28, 29, 33, 35, 37, 42, 53], "mapcomponent": 19, "mapgroot": 19, "mappenlijst": 19, "mappenstructuur": 26, "mapsynchronisatieverbind": 19, "mark": [21, 27, 44, 66], "markdown": [3, 6, 69], "marked": [15, 21, 27, 42, 44, 54, 77], "markeer": [19, 44], "market": [41, 82], "mastodon": 42, "match": [19, 42, 44, 83], "matche": 7, "matcht": 19, "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "max": 8, "max_user_watche": 12, "maxchunksize": 9, "maximaal": [20, 24], "maximum": [8, 9, 11, 41], "may": [0, 11, 14, 15, 17, 20, 26, 27, 29, 36, 41, 48, 60, 62], "maybe": 41, "mb": [9, 11], "mdn": 21, "mean": [9, 15, 27, 41, 44, 81], "meanwhil": 42, "mechaan": 7, "media": [8, 21, 42, 60, 62, 69], "mee": [20, 24, 33, 44], "meerdere": [19, 35], "meereek": [24, 33], "meest": 18, "meestal": [12, 47, 81], "meet": [57, 69, 72, 83], "meetel": 33, "meewerk": 80, "megabyt": 31, "mel": [20, 80], "meld": [7, 26, 35, 82], "meldingsbied": 19, "meldt": 10, "member": [2, 5, 42, 69], "membership": 42, "memory": 1, "mens": 24, "mention": 69, "mentioned": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 82, 83], "menubalk": [19, 20], "menuoptie": 20, "menus": 80, "merged": 42, "messag": [1, 16, 41, 44, 51, 56, 57, 58, 67, 73, 80, 83], "metadata": [19, 33], "meteen": 44, "method": [27, 41, 45, 58, 81], "methode": [7, 20, 28, 42], "methood": [7, 20], "mib": 11, "microphone": [60, 72, 80], "microsof": [9, 14, 83], "middl": 66, "might": [9, 14, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "millisecond": 9, "mime": 12, "min": 9, "minchunksize": 9, "mind": 41, "minder": 33, "miniatuur": 33, "minimaal": 18, "minimize": 44, "minimized": 44, "minimum": [9, 11, 42, 83], "minst": 42, "minut": [9, 27, 39, 41, 48], "minuut": [26, 39], "misluk": [7, 20], "misschien": 19, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobiel": [22, 30, 82], "mobil": [0, 2, 20, 25, 38, 41, 42, 73, 81], "mocht": [7, 80], "modaal": 44, "modal": [41, 44, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moderation": 69, "moderator": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modification": [12, 19], "modified": [0, 21, 42], "modify": [0, 42, 60], "moeten": [19, 20, 26, 42, 44, 46, 47, 50], "molijk": [7, 12, 18, 19, 20, 21, 33, 35, 44], "moment": [19, 24, 28], "momenteel": [19, 24, 39, 42], "monitoor": 57, "monitor": [8, 63, 72], "monochrome": 19, "month": 41, "moof": 44, "moog": 24, "more": [0, 2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 44, 45, 46, 48, 49, 51, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreover": 41, "morn": 0, "most": [19, 41, 44, 48, 74, 83], "mount": [20, 21, 27, 35], "mounted": 20, "mounts": 27, "mouse": [2, 63, 80], "move": [0, 20, 21, 44, 52, 58, 80], "moved": [9, 44, 69], "movetotrash": 9, "mozilla": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "muis": 19, "muiscursor": 44, "multipl": [21, 36, 41, 56, 58], "multistatus": 20, "music": 8, "must": [8, 12, 14, 20, 27, 28, 38, 41, 42, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "muted": [60, 72], "mutually": 44, "my": 2, "my_sync_folder": 8, "mycertificat": 20, "mydata": 10, "mynextcloud": [20, 48], "n": [8, 44, 56], "naadloze": 26, "naaf": 35, "naam": [10, 20, 35, 37, 42, 50, 82], "naast": [19, 37, 42, 44], "nadat": [12, 20, 26, 42, 44], "name": [2, 4, 5, 7, 8, 16, 20, 21, 27, 36, 41, 42, 45, 47, 48, 51, 54, 60, 69, 72, 82, 83], "narrow": [0, 76, 83], "naturally": 42, "nautilus": [19, 46], "navigaat": 6, "navigat": [0, 21, 37, 44, 49, 51, 80], "navigation": [0, 1, 36, 65, 69, 76, 80, 83], "navigator": 20, "navigeer": [6, 20, 44], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "near": 21, "nearly": 10, "necessary": [41, 54], "nee": 26, "need": [2, 9, 14, 15, 17, 20, 41, 42, 45, 46, 48, 49, 58, 64, 69, 70, 76], "needed": [11, 38, 41, 48, 69], "neem": [20, 31, 33, 44, 80], "neerpatroon": 19, "negeer": 12, "nemo": [19, 20], "neral": [9, 12, 41, 77], "nerally": 41, "nerat": [41, 45, 46, 48, 54, 66, 81], "nerated": [1, 41, 44, 49, 52, 54, 66], "neration": 1, "nereer": [44, 81], "neric": 45, "nerpatroon": 19, "nes": 12, "net": [8, 12, 20, 24, 44], "netrc": 8, "netwerk": [20, 50], "netwerkinstel": 19, "netwerknaam": 20, "netwerkproxy": 19, "netwerkshar": 20, "netwerkstation": 20, "netwerkverbind": 20, "network": [9, 11, 15, 27, 42], "never": [38, 41, 69], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 42, 44, 45, 48, 51, 52, 54, 56, 59, 69, 76, 80], "newer": [41, 42, 44, 80], "newly": [15, 41], "nexctloud": [14, 50], "next": [5, 8, 9, 14, 15, 27, 36, 41, 44, 46, 48, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusername": 20, "nice": 5, "nick": 5, "niemand": 82, "nieuw": [12, 19, 20, 24, 42, 50], "nieuwe": [7, 12, 20, 24, 26, 28, 35, 37, 39, 42, 44, 50, 82], "nieuwsbrief": 44, "nieuwst": [7, 18, 44], "niewe": 44, "night": 66, "nitrokey": 81, "nkujuxuj3b": 17, "no": [9, 15, 20, 21, 36, 41, 42, 51, 69, 76, 81, 82], "noauto": 20, "nobody": 69, "noeg": 12, "non": [2, 8, 9, 14, 49], "none": 51, "nood": [7, 10, 12, 19, 20, 31, 35, 37, 44, 50], "noodzakelijk": 47, "nooit": [26, 39], "normaal": 19, "normal": [9, 66], "normally": [26, 41, 44], "not": [0, 2, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 40, 41, 42, 44, 45, 48, 49, 51, 54, 58, 59, 60, 62, 63, 65, 66, 69, 81, 82, 83], "note": [2, 4, 41, 44, 51, 76], "notice": 41, "notification": [6, 9, 60, 62, 66, 70, 72, 76, 83], "notificationrefreshinterval": 9, "notificeer": [7, 37], "notified": [0, 41, 69, 72, 76], "notify": [15, 60, 69], "notify_push": 15, "notitie": 35, "now": [2, 5, 10, 14, 41, 42, 45, 48, 66], "ns": 20, "number": [11, 15, 28, 41, 42, 58, 60, 69], "nut": 33, "object": [0, 27, 35], "obscured": 69, "observe": 14, "oc": [20, 28], "occ": 27, "occur": 41, "occurred": 0, "oct": 20, "off": [1, 44, 80], "offer": [15, 20, 21, 35, 41, 44, 60, 73, 80], "office": [12, 20, 21, 41, 69], "officially": 14, "offline": [15, 19, 20, 27], "often": [0, 41], "ok": 20, "old": [9, 39, 41], "older": [9, 16, 17, 80], "omgeef": 20, "omlaag": 50, "omtrent": 42, "omvat": 42, "omvingsvariabel": 10, "omzet": 50, "on": [0, 1, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 21, 24, 25, 26, 27, 31, 33, 36, 38, 39, 41, 42, 44, 45, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 65, 66, 69, 70, 72, 73, 74, 78, 80, 81, 82, 83], "onacht": 12, "onautoriseer": 81, "onboard": [2, 3, 6], "onbruik": 19, "onbruikelijk": 12, "once": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "onderaan": 42, "onderdeel": 44, "onderneem": [18, 53], "ondersteun": [14, 19, 46, 50, 53], "ondersteund": [14, 42, 44, 50], "ondersteunt": [20, 42, 50, 81], "onderteek": 20, "ondervindt": 20, "onderwerp": 44, "onderwijs": 44, "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 42, 44, 45, 56, 59, 60, 66, 70, 81, 82, 83], "ongo": [62, 69], "onjuist": 19, "onlees": 44, "online": [2, 19, 20, 46, 83], "only": [0, 2, 4, 15, 27, 28, 36, 38, 39, 41, 42, 44, 47, 54, 60, 76, 77, 81, 82, 83], "onmiddellijk": [10, 12, 24, 42], "onoplos": 10, "ontbreek": 21, "ontdek": [44, 50], "ontkoppel": 20, "ontkoppeld": 28, "ontlast": 80, "onto": [21, 52], "ontsleutel": 26, "ontsleutelt": 26, "ontvang": [35, 44], "ontvanger": [24, 28, 35, 44], "ontvangt": [20, 29, 37, 81], "ontwikkel": [18, 80], "ontwikkelaarshandleid": 13, "ontworp": [20, 44, 80], "onveer": 33, "onveranderd": 44, "onversleutel": [20, 33], "onwens": [19, 44], "onze": [43, 80], "onzicht": 19, "oof": [44, 47], "oog": 80, "oop": [0, 1, 2, 12, 14, 15, 19, 20, 21, 27, 28, 36, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 66, 68, 69, 72, 73, 76, 80, 82, 83], "oorspronkelijk": [33, 35], "opef": 47, "open": [2, 10, 12, 15, 16, 19, 20, 21, 26, 29, 41, 60, 83], "openbar": [20, 35], "opendyslexic": 80, "opened": [15, 69], "openstack": [20, 27], "opensus": [14, 20], "opent": [10, 19, 28, 37, 42], "opentask": 45, "operaat": [17, 20], "operation": [11, 44], "operatoor": 44, "opgeef": 44, "oplos": [10, 12, 53], "opmerk": 10, "opnieuw": [12, 20, 21, 26, 33], "opnoom": 19, "opslaag": [20, 26, 39, 42, 44], "opslaan": [19, 20, 26, 42, 47], "opslag": [20, 26], "opslagdienst": 26, "opslagplaats": 20, "opslagquota": [24, 30, 32], "opslagruimt": 33, "opstart": [7, 20], "opt": [9, 44], "optie": [7, 12, 14, 19, 20, 26, 35, 44, 82], "optimaliseer": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 19, 21, 28, 33, 35, 36, 42, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "optional": [20, 41, 44], "optionally": [41, 45], "optionel": [20, 26, 40], "optreed": [10, 20], "optreedt": 44, "opval": 19, "opvolg": 44, "opzet": 35, "opzettelijk": 12, "opzicht": 33, "or": [0, 1, 2, 4, 5, 6, 8, 11, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 38, 42, 44, 45, 48, 49, 51, 55, 56, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83], "ordered": [44, 66], "org": [8, 20, 47], "organis": [5, 36], "organisch": 42, "organiser": 42, "organize": [2, 3], "organized": [0, 76], "organizer": [41, 44], "original": [44, 64], "originel": 20, "os": 8, "other": [0, 1, 2, 4, 8, 11, 14, 15, 16, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 48, 49, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "oude": [12, 26], "ouder": [14, 20, 24, 28, 33], "oudst": [24, 33, 39, 44], "our": [15, 73], "out": [5, 20, 26, 39, 41, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outbox": 44, "outlin": 57, "outlined": 15, "outlook": 41, "output": [1, 8, 16], "outside": [36, 44, 82], "overdraag": [20, 37], "overdracht": 37, "overeen": 44, "overeenkomst": 44, "overeenkoom": 12, "overflow": [27, 65], "overgeef": 42, "overhaul": 12, "overhead": 20, "overlap": 41, "overloop": 19, "override": [8, 11], "overruul": 24, "overschreef": 35, "overschrijd": [24, 39], "overschrijdt": 20, "overschrijf": 7, "overview": [0, 2, 54, 57, 69, 83], "overweeg": 6, "overwrit": [9, 41], "overzicht": [37, 42], "own": [0, 1, 8, 9, 29, 35, 41, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_size": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 41, 44], "ownership": [23, 30], "p": 8, "paar": [26, 42], "packag": [8, 14, 17, 20], "pad": [19, 20], "page": [2, 4, 14, 15, 21, 24, 25, 33, 35, 41, 42, 54, 74, 77, 83], "pagina": [14, 26, 28, 29, 35, 82], "pakket": 19, "pane": 44, "paneel": [12, 50], "panel": [1, 36, 44], "paperclip": 56, "paragraaf": 7, "parallel": [11, 15, 19], "parameter": [20, 52], "parent": [21, 42, 58], "part": [5, 42, 44, 60, 69], "participant": [41, 60, 62, 69, 70], "participants": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "participation": 41, "particular": [0, 58], "partij": 12, "parts": 2, "party": [20, 41, 70], "pas": [8, 12, 20, 80], "passed": [8, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 49, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 27, 47, 48, 51], "pathtomountpoint": 20, "patroon": [19, 39], "patroonlijk": 44, "patroonreek": 19, "pattern": [8, 39], "paused": 19, "pauzeert": 19, "pauzer": 19, "pauzr": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalty": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfect": 18, "perform": [8, 9, 20, 42, 44], "performance": [20, 64], "performed": 44, "performeer": 44, "period": [41, 59, 69, 76, 83], "periode": 19, "periodic": 27, "permanent": [12, 24], "permanently": [4, 15, 24, 41, 69], "permissie": [20, 42], "permission": [37, 45, 57, 60, 63, 69], "persisted": 9, "persists": 27, "person": [41, 69, 83], "personal": [0, 6, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "persoon": [10, 26, 35], "persoonlijk": [20, 24, 35, 44, 82], "petersteier": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": 69, "photos": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [41, 48, 56, 69], "picked": 41, "picker": [6, 21, 29, 36], "pictogram": [28, 35, 54], "pictur": [5, 42, 82, 83], "pie": 15, "pijl": [28, 39, 50], "pim": [46, 50], "pin": 15, "pinned": 76, "pkgs": 8, "plaat": [12, 20, 50, 53], "plaats": [20, 24], "plaatsvind": 10, "place": [1, 2, 7, 20, 41, 65, 69, 83], "placed": 8, "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "platform": 17, "play": [21, 45, 62], "playback": 21, "please": [4, 41, 44, 63, 82], "plek": 42, "plist": 17, "plus": [41, 42], "point": [20, 27, 45, 83], "policie": 7, "poll": [9, 15, 56], "poog": [10, 44], "poort": [20, 47], "poos": 44, "pop3": 43, "popover": 80, "popular": 41, "popup": [7, 41], "port": [8, 9, 44], "portabl": 20, "position": 42, "possibility": 38, "possibl": [0, 1, 15, 38, 41, 42, 58, 59, 62, 74, 76], "possibly": [20, 41], "post": 51, "posts": 57, "power": 48, "powered": 1, "ppa": 8, "praktisch": 31, "pre": [18, 66], "precie": 44, "preconfiguration": 14, "predefined": [41, 44, 60], "prefer": [14, 44, 51], "preference": [0, 9, 17, 41, 45, 52, 82], "preferred": 20, "prepar": [41, 62], "preparation": 41, "prepared": 66, "pres": [1, 2, 5, 14, 44, 46, 60, 66, 72, 83], "preselected": 2, "present": 27, "presentation": 21, "presenter": 63, "preserf": 21, "prevent": [41, 42, 82], "prevented": 69, "preview": [2, 15, 26, 41, 44, 55, 60], "previous": [0, 1, 12, 21, 39, 41, 51], "primair": 80, "primary": 44, "principal": [47, 51], "privacy": [38, 44, 62, 83], "privat": [26, 41, 82], "privately": 66, "priv\u00e9": 82, "pro": 81, "probeert": 47, "prober": [26, 40, 47], "probleem": 12, "probleemoplos": 47, "problem": [11, 14, 15, 18, 80, 81], "proc": 12, "procedur": 50, "proces": [8, 41, 44, 52], "processed": 62, "produce": [9, 21], "productiviteitstool": 43, "profielfoto": 82, "profielgeven": 6, "profil": [6, 9, 27, 41, 42, 44, 69, 82], "program": [12, 14, 17], "programma": 12, "progres": [15, 60], "projectmanamenttool": 43, "promot": 69, "promoted": 65, "promp": [8, 9, 14, 81], "promptdeleteallfil": 9, "prompted": [14, 51, 60, 63, 72], "prop": 20, "propagat": 8, "propagated": 35, "properly": 49, "propertie": 42, "propfind": 20, "proposal": 52, "propstat": 20, "protect": 38, "protected": 69, "protection": 35, "protocol": [12, 20, 27, 47, 50, 74], "protocolinformeer": 20, "provid": [55, 56], "provide": [0, 1, 8, 12, 14, 15, 20, 21, 38, 41, 57, 69], "provided": [15, 41, 69, 70], "provider": [1, 6, 13, 14, 26, 64], "provision": 14, "provisioned": 44, "proxy": [8, 9], "prullenbak": [24, 28, 33, 42, 54], "public": [20, 21, 35, 36, 41, 56, 58, 69, 82], "publicly": 42, "publieke": 33, "published": [41, 82], "pull": 41, "pun": 44, "puntenmenu": 42, "push": [0, 60, 80], "put": 69, "qr": [45, 81], "qt": 16, "qt_logging_ruul": 16, "question": 8, "quick": [2, 66, 69, 76], "quicker": 80, "quickly": [5, 21, 69, 83], "quiet": 17, "quit": 17, "quota": [20, 33, 82], "quote": 66, "quotum": 33, "r": [51, 60, 80], "raad": [20, 25, 31], "raadpleeg": 20, "radio": 42, "raise": 80, "raised": 11, "rang": [76, 83], "rapport": 44, "rapporteer": 80, "rapporter": 18, "rate": [41, 48], "rather": 20, "re": [5, 26, 41, 44], "reache": 69, "reached": [27, 41, 44], "read": [8, 9, 15, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "ready": 27, "reager": 44, "real": 64, "reappear": 45, "rearrang": 83, "reason": 69, "receif": [64, 70], "receive": [0, 1, 28, 29, 41, 44, 60, 62, 66, 70, 76], "received": 72, "recent": [0, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recht": [20, 35, 42], "rechtermuisklikoptie": 35, "rechtermuisknop": [19, 20], "rechts": [19, 39], "rechtsboof": 50, "rechtstreek": [19, 26], "recipient": [28, 41, 44], "recognisabl": 15, "recom": 15, "recommended": [15, 20], "record": [0, 73, 77], "recorded": [60, 62], "recoverabl": 21, "recovery": 6, "recurrence": 41, "red": [27, 60, 62], "reddit": 51, "redeen": 42, "redirected": [69, 72], "redit": 20, "reduce": 11, "reduuc": 15, "reed": 47, "ref": 44, "refer": [14, 31], "reference": [21, 62, 76], "referentie": 18, "reflected": [27, 41], "refresh": [48, 80], "refreshed": 41, "reg": 12, "regardles": [41, 56], "regel": [7, 19, 20, 44], "regi": [7, 12, 14, 20, 45], "region": 41, "registered": [45, 60, 69, 78], "registreert": 20, "registry": 12, "regular": [20, 27, 36, 41, 60], "regularly": [11, 41], "regulation": 62, "reguler": 33, "regulier": [42, 50], "rejected": 41, "rejoin": 69, "rekeen": [20, 44], "relat": 44, "related": [0, 1, 15, 17, 41, 44, 83], "relative": 41, "relaunch": 1, "releas": [12, 14, 18, 41], "relevant": [10, 41, 42, 44, 76], "relmaat": 12, "remain": 11, "remember": 1, "remembered": 1, "reminder": 69, "remoof": [17, 36], "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47], "remotely": 10, "remotepollinterval": 9, "removal": [12, 17], "remove": [1, 12, 16, 17, 20, 27, 28, 36, 38, 41, 42, 44, 69, 83], "removed": [41, 44, 57, 69], "rename": [0, 21, 36], "reop": 44, "repeat": [8, 41, 51], "replace": [41, 45, 47, 51, 60], "replacement": 69, "replie": [44, 57, 69, 76], "report": 15, "repositorie": 8, "repository": [8, 9], "representeert": 44, "reproduceer": 14, "reproducer": 18, "request": [1, 20], "requested": [20, 45], "requir": [1, 8, 38, 41, 44, 62, 69], "required": [8, 15, 27, 41, 45, 60, 64], "requirements": 74, "rescheduul": 66, "reset": 41, "reshaar": 35, "reshared": 41, "resize": 60, "resolved": 15, "resource": [45, 46, 48], "resourcetype": 20, "respective": [41, 42, 49, 52, 58], "respond": [44, 57], "responded": 41, "respons": [20, 41, 44], "responsief": 80, "responsif": 6, "rest": [20, 25], "restart": 15, "restoor": 41, "restor": [15, 24, 41], "restrict": [36, 82], "restricted": 36, "restriction": 42, "result": [1, 9, 15, 48], "results": [1, 9, 83], "resume": 44, "retention": [36, 69], "retrie": 8, "retried": [11, 44], "retrief": [20, 42], "retrieved": 42, "retry": [27, 44], "return": [21, 42, 60], "revealed": 15, "revert": 69, "review": [1, 20, 41], "reviewed": 41, "revoke": 44, "revoked": 20, "rf": 17, "rfc": 41, "rich": 1, "richt": 18, "right": [1, 15, 20, 42, 44, 48, 60, 65, 66, 69, 80, 83], "rights": 44, "ring": 60, "ris": 60, "risico": 18, "rm": 17, "rman": 80, "roam": 9, "rode": 19, "role": 82, "roll": [39, 57], "rond": 39, "room": [73, 77], "root": [8, 15, 20, 37, 41], "row": [21, 36, 65], "rss": 6, "ruimt": [19, 20, 24, 39], "rule": [36, 41], "run": [6, 8, 9, 15, 17, 20, 27, 39, 77], "rw": 20, "s": [0, 1, 4, 5, 6, 8, 9, 10, 11, 14, 15, 17, 20, 21, 27, 33, 35, 41, 42, 44, 45, 46, 58, 60, 62, 76, 81, 82, 83], "s3": [20, 27], "saaf": 48, "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 58, 62, 70, 81], "samensteller": 44, "samenwerk": 42, "save": [15, 41, 44, 51, 54, 56, 62, 80], "saved": [5, 27, 36, 39, 41, 44, 51, 62], "say": 10, "scan": [12, 27, 81], "scanner": 45, "scary": 5, "scenario": [10, 24], "schakel": [10, 20, 21, 47], "schannel": 51, "scheduled": [1, 41, 44, 59, 66, 69], "scheduul": [14, 41, 52], "schema": 12, "scherm": [14, 19, 20, 42, 44, 50], "schermgroot": 80, "schiedenis": 20, "schijf": 20, "schijfruimt": 33, "schijfruimtelimiet": 39, "schik": [31, 53], "schone": 12, "schrijf": [20, 44], "schuine": 19, "scope": 82, "scoped": 44, "scp": 20, "screen": [45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshaar": 63, "scrip": [20, 26, 44], "scripts": [17, 44], "scroll": [20, 44, 51, 65, 66], "seamlessly": 15, "search": [2, 6, 8, 36, 41, 42, 69, 72, 78, 80, 82], "searche": [44, 83], "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 41], "secrets": 20, "sectie": [7, 37, 40, 44], "section": [1, 9, 11, 12, 20, 36, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": 38, "security": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 40, 41, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 82, 83], "seeing": 82, "seen": 51, "sees": 38, "select": [0, 2, 5, 14, 15, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selected": [1, 15, 21, 36, 41, 42, 44], "selecteer": [20, 37, 42, 44], "selecteert": 20, "selectie": 14, "selectievak": [19, 20], "selection": [36, 41, 44, 81], "selective": 8, "selector": [41, 66], "self": [49, 76], "send": [0, 1, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sensitive": 69, "sent": [0, 28, 41, 44, 69], "separat": [0, 1, 41, 44], "separately": [44, 49, 81], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_addres": 8, "serveradr": 20, "serverbeheer": [21, 24], "serverbrede": 10, "servercert": 20, "servermeld": 19, "serververbind": 20, "serverversie": [10, 19], "service": [20, 26, 27, 29, 44, 57, 74, 77], "serviceontdek": 47, "serviceprovider": 26, "sessie": [20, 42], "session": 9, "set": [4, 6, 9, 15, 16, 20, 27, 33, 36, 37, 38, 42, 44, 45, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81, 82], "settl": 41, "setup": [11, 41, 45, 51, 58, 74], "several": [44, 62, 66, 69, 75], "sftp": [20, 27], "shaar": [0, 6, 21, 28, 29, 30, 37, 61, 70, 73, 82], "shall": 9, "share": [0, 2, 15, 19, 23, 26, 27, 29, 30, 33, 38, 41, 56, 62, 63, 73, 76, 82], "shared": [0, 2, 3, 15, 21, 27, 28, 41, 56, 62, 63, 69, 76, 82], "shell": 12, "shif": [42, 80], "short": [41, 44], "shortcut": [20, 60, 69], "shortcuts": [60, 72, 80, 83], "shortly": [0, 62], "should": [5, 9, 11, 14, 20, 41, 45, 46, 48, 51, 69, 81], "show": [0, 1, 4, 9, 20, 21, 27, 36, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentaloption": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 41, 42, 44, 60, 69, 83], "side": [5, 15, 27, 30, 34, 38, 42, 44, 49, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 36, 39, 41, 44, 58, 60, 69, 71, 76, 83], "sieve": 44, "sign": 49, "signed": 49, "significant": 20, "significantly": 20, "silent": [8, 60], "similar": [15, 41, 42], "simpl": [5, 27, 39, 41], "simplified": 41, "simply": [17, 25, 44, 56, 76], "since": [35, 39, 81], "sind": [44, 50], "singl": [0, 8, 21, 36, 41, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sis": 9, "situation": 11, "situeer": 10, "size": [9, 11, 20, 31], "skip": [60, 80], "skipped": 11, "skipupdatecheck": 7, "sla": [20, 46], "slaan": [33, 82], "slechts": 31, "sleutel": [7, 26, 81], "slot": [20, 41], "slow": 20, "sluit": [19, 20, 47, 80], "smaak": 80, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphone": 81, "smb": 27, "sms": 81, "smtp": 44, "snap": 20, "snel": [19, 44], "snelkoppel": 44, "snelst": 42, "sneltoets": 80, "sni": 20, "snippets": 44, "snoos": 44, "snooze": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 42, 53, 80], "solely": 44, "solution": 20, "solve": [12, 81], "som": [10, 33, 35, 44], "some": [5, 9, 14, 26, 27, 41, 44, 48, 57, 69, 82], "somebody": 72, "someone": [10, 41, 60, 69, 82], "sometime": 41, "somewher": 81, "soon": [0, 15, 41], "soort": 42, "sorter": 44, "source": [20, 38, 48, 53], "sourcedir": 8, "space": [2, 3, 15, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "speciaal": 26, "special": [15, 18, 26, 29, 51, 69], "specially": 17, "specific": [0, 8, 15, 17, 27, 41, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specificeer": 7, "specificer": 42, "specifie": [9, 11], "specified": [8, 16], "specifiek": [12, 50], "specifieke": [6, 39], "specify": [8, 16, 41, 58], "speech": [1, 60, 64], "speed": [20, 44], "splits": 44, "spook": 60, "spreadsheet": 21, "sprek": [35, 80], "square": 42, "ssh": 27, "ssl": [8, 20, 47], "staan": 44, "staat": [12, 19, 20, 26, 28, 35, 42, 44, 82], "stabiel": 18, "stabl": [14, 18], "stacked": 44, "standaard": [10, 12, 14, 24, 26, 28, 31, 35, 42, 44], "standaardlabel": 44, "standaardlijst": 19, "standaardmap": [14, 44, 82], "standard": [8, 41, 80], "standardized": 15, "stap": [28, 35, 46, 50], "stapswijze": 47, "star": [20, 21, 42, 44], "starred": 21, "start": [1, 7, 9, 12, 16, 19, 20, 38, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76], "started": [3, 6, 60, 62, 69, 72], "starts": [60, 79], "state": [8, 15, 44], "stationsletter": 20, "status": [7, 19, 20, 25, 27, 40, 44, 60, 69, 83], "statusbericht": 19, "statusindicator": 19, "statusregel": 20, "stay": [41, 59], "stdout": 16, "steed": [33, 44], "stel": [10, 12, 19, 20, 24, 35, 42, 44], "stelt": [19, 26, 28, 35], "step": [14, 20, 28, 36, 41, 44, 45, 48, 49, 51, 69], "still": [2, 9, 15, 21, 26, 41, 42, 44, 62, 69], "stip": [19, 35], "stool": 81, "stoor": 19, "stop": [19, 35, 41, 44, 58, 62, 63, 81], "stopzet": 35, "storag": [15, 20, 22, 26, 30, 33, 81], "store": [15, 42, 45, 81], "stored": [4, 15, 39, 42, 44], "stream": [6, 62, 72], "streep": 19, "strikethrough": [15, 41], "stripe": 41, "stroom": 82, "structur": [2, 3, 21], "structuur": 42, "stur": 63, "stuur": 10, "sub": [24, 45], "subdirectory": 20, "subfolder": 8, "subjects": 44, "submap": 12, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscribe": 76, "subscribed": 76, "subscription": [41, 45], "subsequent": 15, "substantially": 20, "successful": [14, 27, 28, 41], "successfully": 51, "succesvol": 7, "such": [0, 1, 14, 26, 27, 36, 41, 44, 59, 62, 66, 69, 76, 80, 81, 82, 83], "sudo": 17, "suit": 83, "suitabl": 41, "suite": 8, "summarization": 1, "summary": [44, 57], "support": [14, 15, 17, 20, 41, 46, 49, 51, 81], "supported": [8, 16, 21, 41, 42, 44, 66, 74, 83], "supports": [14, 15, 20, 39, 41, 44], "sure": [17, 39, 41, 49, 60, 81], "swif": [20, 27], "switch": [8, 21, 60, 65, 80, 83], "switche": 8, "symbol": 41, "symbolisch": [12, 19], "symbool": [42, 44], "sync": [8, 12, 14, 17, 19, 25, 41, 44, 45, 47, 49, 51, 53, 81], "synced": [12, 17, 25, 41, 48], "synchronis": [6, 43], "synchronisatieaccount": 19, "synchronisatieactif": 19, "synchronisatiebewerk": 19, "synchronisatieclient": [6, 12, 13], "synchronisatieclients": 20, "synchronisatiefout": 19, "synchronisatiemap": 19, "synchronisatieproce": 12, "synchronisatiestatus": 19, "synchronisatiestatusbalk": 19, "synchronisatietoestand": 19, "synchronisatieverbind": 12, "synchroniseer": [6, 7, 10, 19, 20, 22, 43, 53], "synchroniseert": 12, "synchroniser": [19, 20, 42, 53], "synchronization": [8, 9, 11, 14, 15, 16, 19, 50, 51], "synchronize": [8, 11, 20, 41, 45, 48, 50, 51], "synchronized": [10, 13], "syncrhoniser": 14, "syntactisch": 19, "syntax": [20, 66, 69], "syntaxis": 19, "sys": 12, "sysctl": 12, "systeem": [7, 12, 14, 19, 20, 21, 42, 44], "systeemadresboek": 42, "systeembelast": 44, "systeembestand": 19, "systeemfout": 20, "systeeminstel": [20, 44], "systeemmeld": 10, "systeempictogram": 19, "systeemvak": 19, "systeemvakpictogram": 10, "system": [8, 9, 12, 15, 17, 20, 21, 27, 30, 32, 39, 41, 49, 51, 60, 62, 64, 70], "t": [5, 14, 20, 26, 37, 39, 41, 42, 44, 46, 66, 81], "taak": [20, 41, 46], "taakkaart": 43, "taal": [44, 82], "tab": [0, 1, 19, 21, 39, 41, 56, 63, 69, 72, 76, 80], "tabbed": 21, "tabblaad": 19, "tabblad": [12, 19, 20, 35], "tabl": 66, "tackled": 69, "tag": [21, 30, 32, 44], "tagged": 0, "take": [2, 9, 15, 17, 28, 41, 48, 62, 69, 83], "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talksprek": 35, "tandwiel": 42, "tap": [45, 60], "target": [9, 15, 20, 41], "targets": 83, "tartchunkuploadduration": 9, "task": [0, 2, 6, 41, 45, 48, 57, 66, 69], "tcontentlength": 20, "tcontenttype": 20, "team": [2, 3, 6, 27, 43, 69, 74, 80], "teambuilder": 42, "teamleed": 42, "teamlid": 42, "technical": 15, "technically": 14, "teeg": [12, 81], "teek": [19, 44], "teken": [19, 44], "tekenreek": 19, "tekst": [19, 26, 44, 80], "tekstinvoerveld": 19, "tekstveld": 19, "tel": [19, 24, 33], "telefoon": 81, "telegram": 42, "telephone": 82, "telken": [24, 35, 39], "tell": 41, "telt": 33, "temporarily": 60, "ten": [20, 27, 33], "tenetie": 44, "tenminst": 42, "tentative": [41, 44], "tentatively": [41, 44], "tenzij": [10, 12], "ter": 19, "terabyt": 12, "term": [1, 41], "termijn": 18, "terminal": 15, "terugstuur": 26, "terugzet": 40, "terwijl": [7, 20, 44, 80], "tes": [10, 12], "test": [9, 14, 18, 20, 24, 48], "tester": 18, "tests": 44, "tetag": 20, "tevreed": 19, "text": [1, 2, 5, 10, 15, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 20, 56, 60, 66, 81], "thank": 51, "that": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 38, 39, 40, 41, 42, 44, 48, 51, 57, 58, 59, 60, 62, 66, 69, 78, 81, 83], "the": [1, 2, 4, 5, 6, 7, 9, 10, 11, 13, 14, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "their": [9, 14, 15, 21, 41, 44, 51, 54, 58, 60, 69, 82], "them": [0, 4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 45, 49, 56, 58, 69, 81], "thema": 6, "themakleur": 80, "thematiser": 80, "theme": 80, "themselve": [58, 64], "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 41, 42, 44, 45, 48, 51, 54, 62, 64, 69, 71, 76, 78, 81], "there": [1, 2, 10, 17, 20, 24, 41, 45, 62, 66, 69, 71, 72, 76], "therefor": 38, "these": [14, 15, 25, 41, 44, 48, 69, 81, 83], "they": [5, 8, 15, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "think": [2, 41], "third": 20, "this": [0, 1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 17, 20, 21, 25, 27, 28, 29, 38, 39, 40, 41, 42, 44, 45, 48, 49, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "those": [0, 25, 41, 42, 54], "though": 9, "thread": [1, 44, 76], "threaded": 44, "three": [1, 14, 21, 27, 36, 41, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thuis": 53, "thuisomgef": 53, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "thus": 8, "tick": 62, "tijd": 44, "tijdaanduid": 37, "tijdelijk": [12, 19, 20, 33], "tijden": [19, 26, 40], "tijdsaanduid": 24, "tijdsbereik": 20, "tijdstip": [39, 44], "tik": 44, "tile": 65, "time": [8, 9, 10, 14, 15, 19, 20, 26, 36, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "timezone": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tlastmodified": 20, "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 39, 40, 42, 44, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83], "today": 83, "toe": [7, 12, 19, 20, 24, 35, 50], "toegang": [6, 19, 21, 22, 26, 30, 31, 42, 81, 82], "toegankelijk": [35, 80], "toegankelijkheidsinstel": 80, "toeken": 39, "toekomst": [10, 44], "toelaat": 35, "toepas": [6, 19, 20, 42, 44], "toepassingsbied": 14, "toestaan": [7, 12, 20, 42], "toestaat": 33, "toestane": [20, 24], "toestel": 81, "toet": [20, 46], "toets": 28, "toetsenbord": 6, "toevoeg": [12, 20, 24, 28, 40, 44, 46, 47, 50, 81], "toevoegt": 26, "toewees": 20, "toewijst": 20, "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [6, 41, 54], "token1": 41, "token2": 41, "token3": 41, "too": 41, "took": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "tool": [1, 2, 7, 17, 36, 81], "toolbar": [2, 5, 36, 44, 63, 72], "toon": [10, 12, 19, 28, 42], "toont": [19, 20, 35, 40, 42, 44, 81], "top": [0, 1, 2, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "totaal": 33, "total": 41, "totdat": [24, 33, 39], "tother": [2, 41, 49, 62, 82], "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "tracker": 80, "trail": 21, "transcribe": 64, "transcription": [1, 61, 73], "transfer": [20, 23, 27, 30, 41], "transferred": 37, "translat": 53, "translated": [4, 64], "translation": [61, 73], "transparent": 41, "trash": [9, 21, 28, 42], "trashbin_retention_obligation": 24, "travel": 41, "tray": [9, 14], "tried": 44, "tries": [8, 69], "trigger": [27, 41, 44, 50], "trigred": [0, 9, 14, 44], "true": [7, 16], "trust": [8, 20, 38], "trusted": 82, "try": 48, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 75], "turned": 44, "tus": [10, 42, 44, 80], "twee": [6, 7, 10, 12, 19, 42, 44, 54, 82], "tweede": [7, 81], "tweefactor": 6, "tweefactorauthenticeer": 50, "tween": 42, "twijfel": 80, "two": [2, 17, 25, 36, 39, 42, 44, 45, 46, 51, 56, 60, 80, 81, 82], "txt": [10, 20], "typ": [2, 20, 28, 37, 44, 47, 69, 81], "type": [0, 1, 2, 7, 9, 15, 21, 36, 41, 47, 49, 57, 60, 66, 69, 80], "typically": 57, "typisch": 19, "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "uitbreid": 20, "uitgaand": 44, "uitklapmenu": 20, "uitlog": [19, 26], "uitnood": 42, "uitroltool": 7, "uitschakel": [7, 19, 20, 42, 44], "uitschakelt": 26, "uitschrijf": 44, "uitsloot": [12, 33, 39], "uitsluit": 19, "uitsluitingsdefinitiebestand": 19, "uitsluitlingsijst": 19, "uitvoer": [7, 20, 44], "uitwissel": 19, "uitzet": 7, "uitzoom": 80, "umount": 20, "un": 26, "unabl": 11, "unaffected": 11, "unauthenticated": 0, "unavailabl": [15, 27, 69], "uncheck": [0, 36, 41, 42], "uncommentarieer": 20, "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undo": 41, "undone": 15, "unencrypted": [26, 38], "unfocus": 80, "unfortunately": 20, "uniek": 82, "unified": [6, 76], "unify": 5, "uninstal": 17, "uninstall": 17, "uninstallation": [6, 13], "unintended": 9, "unique": [26, 41, 60], "univers": 7, "universal": 80, "universeel": [6, 12], "unknown": 45, "unles": [8, 20, 41, 81], "unlike": 15, "unlink": 28, "unlock": [15, 81], "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unpin": 76, "unread": [66, 69, 80, 83], "unselect": 42, "unshaar": 41, "unshar": 41, "unsuccessful": 44, "unsynced": 8, "unsyncedfolder": 8, "unsynchronized": 15, "until": [9, 27, 41, 44, 56, 72, 76, 79], "up": [9, 15, 19, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcoom": [51, 59, 69, 83], "updaat": 44, "updat": [0, 6, 10, 13, 41, 42, 44, 45, 48], "updatecontrolemechaan": 7, "updated": [10, 14, 41, 54, 64], "updatefunctie": 7, "updatekanaal": 18, "updateproce": 7, "updater": [6, 13, 14], "upload": [9, 20, 22, 23, 27, 30, 33, 35, 41, 42, 60, 72], "uploadbandbreedt": 19, "uploaded": [9, 11, 15, 41, 62, 69], "uploader": 29, "uploadfunctie": 29, "uploadlimiet": 31, "uploadmap": 29, "uploadt": 10, "upon": [69, 70], "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": 80, "usabl": 80, "usag": 83, "use": [5, 7, 8, 9, 15, 16, 17, 20, 21, 26, 27, 40, 41, 45, 48, 49, 51, 54, 57, 60, 64, 65, 69, 70, 72, 75, 80, 81, 82, 83], "use_lock": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 17, 20, 33, 36, 38, 39, 41, 51, 54, 80], "useful": [15, 21, 41, 44, 60, 72, 82], "user": [0, 4, 8, 9, 14, 15, 17, 20, 27, 33, 36, 37, 38, 39, 42, 44, 45, 47, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "username": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48, 49, 51], "userpreference": 42, "using_the_windows_10_calendar_application_with": 51, "usually": 44, "utf": 20, "uur": [12, 39], "uus": [1, 6, 9, 11, 13, 14, 17, 20, 22, 23, 25, 29, 30, 34, 35, 43, 44, 45, 51, 54, 57, 62, 65, 69, 71, 72, 76, 81, 82, 83], "v": [37, 60, 72, 80], "v3": 41, "v6": 41, "vaak": 20, "vak": 20, "vakantie": 40, "valid": [41, 51], "valideer": [19, 50], "valt": 14, "value": [11, 15, 16, 42], "values": [9, 11, 42], "vanaf": [20, 24, 28, 35, 44, 46, 47, 50], "vanuit": [14, 19, 20, 26, 42], "vanweg": [12, 35, 37, 40, 44], "var": 16, "variabel": 31, "variabl": [6, 9, 13, 41], "varieer": [12, 80], "variety": 82, "various": [41, 42], "vasthoud": 44, "vaststel": 12, "vcard": 42, "vcf": 42, "ve": 20, "veelstel": [6, 13], "veelvoorkoom": 80, "veil": [20, 53], "veiligheidsprobleem": 26, "veld": [20, 42, 44, 47], "vele": 50, "ven": [20, 50], "vendor": 7, "venue": 41, "ver": [10, 44, 80], "verander": 20, "veranderd": 41, "verandert": [12, 19, 40, 81], "verband": [7, 47], "verberg": 35, "verbergt": 35, "verbeteer": [7, 80], "verbind": [12, 19, 20], "verbindingsassistent": 12, "verbindingsstatus": [19, 20], "verbindingstype": 20, "verbond": [19, 26, 46], "verbos": 8, "verbreek": 54, "verbrook": 20, "vereist": [6, 7, 10, 20, 47], "vergeet": 26, "verhoog": [20, 31], "verhoogt": [31, 80], "verification": 69, "verify": [20, 41], "verkeer": 12, "verkenner": 19, "verkennerven": 10, "verklaar": 42, "verlaat": 20, "verleend": 35, "verlies": 26, "verliest": 26, "verlijk": [10, 19], "verloop": 44, "verloor": 19, "vermakkelijk": 80, "vermeld": [12, 29], "verminder": 80, "vermindert": 80, "vernieuw": 20, "veroorzaak": [19, 44, 80], "verouder": 33, "verplaats": [20, 24], "verplaatst": [24, 44], "vers": 29, "verschijn": [20, 42, 44, 82], "verschijnt": [7, 19], "verschil": [7, 10, 35, 42, 44, 80, 81], "versie": [7, 10, 14, 18, 20, 41, 42, 44, 50, 82], "versiebeheer": [30, 32, 33], "version": [4, 9, 12, 17, 20, 21, 39, 41, 42, 44, 49, 52, 83], "versleutel": [20, 47], "versleuteld": 20, "versleutelingscode": 26, "versleutelingssleutel": 26, "versleutelingswachtwoord": 26, "verstuur": 44, "verstuurd": 44, "vertaal": 44, "vertaald": 44, "vertel": 19, "vertelt": 19, "verticaal": 44, "vertrouw": [20, 44], "vervaldatum": [24, 35], "vervalproce": 39, "vervang": [20, 40], "ververst": 50, "vervolgen": [12, 19, 20, 26, 28], "vervolgkeuzelijst": 20, "vervolgkeuzemenu": 20, "verwacht": [19, 44], "verwar": 10, "verwijder": [7, 10, 12, 19, 20, 21, 26, 28, 30, 32, 33], "verwijderd": [19, 28, 33, 42, 44], "verwijdert": [12, 24, 39], "very": [5, 20, 80], "verzenddatum": 44, "verzoek": 44, "verzond": 44, "verzorg": 7, "via": [4, 6, 7, 10, 15, 21, 26, 29, 31, 33, 35, 39, 41, 42, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "videos": 21, "vier": 44, "view": [1, 6, 27, 36, 44, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewed": 21, "viewer": [51, 80], "vind": [12, 43, 47, 80], "vindt": [20, 37], "ving": 19, "vink": [19, 20], "virtual": [17, 42, 82], "virtuel": 19, "visibility": [15, 69, 82], "visibl": [4, 21, 27, 36, 44, 66, 69], "visit": [25, 44], "visitor": 5, "vista": 20, "visualized": 15, "visuel": 80, "vlag": 44, "vleed": 44, "voeg": [7, 12, 19, 20, 35, 50], "voegt": 44, "voegvlagtoe": 44, "voer": [14, 20, 26, 28, 35, 42, 44, 46, 47, 50, 81], "voice": 60, "voldaan": 24, "voldoend": 47, "voldoet": 39, "volg": [7, 12, 18, 19, 20, 28, 35, 40, 42, 44, 46, 47, 50, 81, 82], "volgen": 39, "volgt": 42, "volled": [7, 12, 26, 42, 50, 82], "voltooi": 20, "voltooid": 29, "volume": 8, "volwaard": 50, "volwas": 50, "von": [20, 44], "vooraf": 19, "voorafgaand": 20, "voorbeel": 20, "voorbeeld": [19, 20, 35, 47], "voorbereid": 18, "voordat": [12, 20], "voorgaand": 50, "voorkeur": [6, 20, 44, 81], "voorkeursmethode": 7, "voorkomt": 7, "voorkoom": [24, 35], "voorprogrammeer": 19, "voorrang": 44, "voorstel": [44, 50], "voortduur": 12, "vooruit": 44, "voorzicht": 12, "voorziet": [7, 53], "vor": 18, "vorige": 12, "vorm": 28, "vote": 41, "voted": 56, "vouw": 20, "vpn": 20, "vraag": [6, 13, 19, 21, 26, 28, 31, 35, 37, 50], "vraagt": 40, "vraagteek": 19, "vrije": [24, 39], "vuilnisbak": [24, 26, 44], "vul": [20, 43, 44, 50], "waar": [7, 10, 12, 19, 20, 24, 35, 42, 44], "waaraan": 20, "waarbij": 20, "waardoor": [20, 28, 35], "waarin": [26, 28, 37], "waarmee": [20, 35, 43, 44], "waarna": [19, 44], "waarschijnlijk": [20, 44], "waarschuw": [7, 19, 20, 44], "waarschuwingsbanner": 26, "waarschuwingsicoon": 19, "waarschuwingspictogram": 19, "waarschuwingssymbool": 19, "waarschuwt": [7, 12, 26, 44], "wacht": [18, 39], "wachtrij": 19, "wachtwoor": 6, "wachtwoord": [6, 20, 35, 47, 50, 81, 82], "wachtwoordbeveil": 42, "wachtwoordherstel": 26, "wachtwoordveld": 20, "wait": [1, 79], "wanneer": [10, 19, 20, 24, 26, 28, 29, 33, 39, 40, 46], "wants": [5, 41], "warn": 41, "watche": 12, "way": [2, 15, 20, 25, 38, 41, 44, 54, 59], "ways": [17, 44, 45, 56, 62], "we": [2, 5, 12, 14, 15, 20, 26, 31, 39, 41, 43, 80], "web": [1, 6, 14, 15, 20, 22, 24, 25, 28, 30, 38, 41, 44, 45, 73, 80], "webauthn": 81, "webbrowser": [6, 7, 20], "webclient": [20, 31], "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "webinterface": [19, 21, 43], "webserver": 20, "websit": [43, 73], "wednesday": 41, "week": [0, 39, 41, 42, 69, 82], "weekly": [0, 42], "weer": [20, 24, 26, 39, 50], "weergeef": [10, 19, 20, 37, 46], "wees": [12, 44], "weet": [12, 20, 26, 35, 44], "weg": 20, "weiger": 35, "wel": [12, 19, 26, 44], "welcome": 20, "welk": 50, "welke": [12, 19, 20, 44, 50], "welkom": 53, "well": [11, 17, 41, 48, 62], "wens": [7, 12, 20, 28, 44], "wer": [24, 44], "were": [9, 15, 41, 42, 51, 57, 70], "werk": [7, 10, 19, 20, 26, 44, 46, 47, 81], "what": [0, 5, 15, 27, 33, 36, 41, 57, 82], "whatever": 51, "wheel": 63, "when": [0, 1, 2, 5, 9, 11, 12, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenever": 26, "where": [1, 5, 8, 9, 15, 39, 41, 45, 56, 58, 60, 69, 72, 81, 83], "wherever": 25, "whether": [9, 27, 41, 56, 60], "which": [0, 5, 9, 14, 15, 20, 21, 27, 36, 39, 41, 42, 44, 45, 46, 48, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 41, 42, 44, 56, 60, 62, 66, 71], "whiteboard": 2, "who": [5, 21, 28, 41, 56, 62, 82], "whole": [15, 26, 41], "whom": 41, "wide": [26, 36, 62, 82], "wider": 82, "widget": 44, "widgets": [44, 83], "wij": 25, "wijs": [6, 7, 10, 19, 20, 31, 37, 82], "wijst": [10, 20, 24], "wijzig": [10, 14, 26, 42, 44, 82], "wijzigbar": 42, "wijzigingsdatum": 12, "wijzigt": 12, "wiki": [57, 74], "wildcard": [8, 19, 44], "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 20, 25, 27, 28, 36, 37, 38, 40, 41, 42, 44, 45, 47, 48, 49, 51, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 70, 71, 72, 81, 82], "willekeur": [19, 20, 35, 44], "wilt": [18, 19, 20, 42], "window": [6, 8, 9, 13, 15, 16, 19, 25, 27, 29, 43, 45, 46, 60, 63, 72], "wine": 20, "winhttp": 20, "winkel": 20, "wipe": [17, 41], "wis": [19, 20, 44], "wish": [41, 60], "wit": 19, "with": [0, 2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 19, 21, 25, 27, 28, 36, 40, 42, 43, 44, 52, 54, 55, 56, 57, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 77, 79, 80, 81, 82, 83], "within": [9, 15, 17, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 41, 42, 44, 60, 69, 72], "wizard": [12, 14], "won": [14, 41, 81], "wone": 19, "woon": 18, "wor": [7, 10, 14, 19, 20, 28, 29, 33, 35, 39, 40, 42, 44, 46, 50, 53, 80, 81, 82], "word": [5, 26, 38, 81], "wordpres": 12, "work": [2, 15, 20, 27, 36, 45, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspace": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 44, 60, 80, 81], "wow": 5, "writ": [20, 41, 44, 49], "write": [2, 3, 15, 16, 41, 69], "wrong": 19, "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": [15, 36, 41], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 19, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "youruser": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zakelijk": 18, "zeerst": 20, "zeg": 10, "zeker": 12, "zelfonderteek": 20, "zelfs": 10, "zelfstand": 10, "zet": [44, 82], "zicht": [10, 14, 19, 35, 37, 42, 44, 46, 47], "zichzelf": [7, 42], "zie": [10, 12, 20, 24, 26, 29, 35, 42, 44], "ziee": 19, "ziekteverlof": 40, "zien": [6, 7, 19, 20, 26, 35, 42], "ziet": [19, 42, 81, 82], "zijbalk": [20, 28, 35, 42, 80], "zip": 21, "zoal": [7, 12, 19, 20, 24, 33, 42, 44, 47, 81], "zodat": [10, 20], "zodra": 40, "zoek": [42, 50], "zoekappliceer": 26, "zoekindex": 26, "zoekoptie": 44, "zoekterm": 46, "zoekveld": [37, 44], "zoiet": 26, "zoom": [6, 63], "zorg": [20, 24, 47], "zoud": [26, 46], "zover": 35, "zowel": [10, 20, 24, 44, 47], "zul": [14, 26, 42, 44, 46, 50], "zulke": 44, "zult": [10, 19], "zwart": 19, "\u00e9\u00e9n": 44, "\u00fcpload": 10, "\u00fcploade": 33}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Inhoudsopgave", "De Automatische Updater", "Using the Command-Line Client", "Configuration File", "Conflicten", "Environment Variables", "Veelgestelde vragen", "Desktop Client", "Installatie", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update-kanalen", "De synchronisatieclient gebruiken", "Toegang tot Nextcloud bestanden met behulp van WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Beheer van verwijderde bestanden", "Desktop- en mobiele synchronisatie", "Using server-side encryption", "Using external storage", "Using federation shares", "Anonieme uploads maken", "Bestanden & synchronisatie", "Uploads van grote bestanden", "Managing your files", "Opslagquota", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Versiebeheer", "Het instellen van automatische afwezigheidsberichten", "Using the Calendar app", "Gebruik van de contactpersonen-app", "Groupware", "Gebruik van de Mail app", "Synchronizing with Android", "Synchronisatie met de GNOME-desktop", "Synchronisatie met iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronisatie met Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 gebruikershandleiding introductie", "Beheren van gekoppelde browsers en apparaten", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universele toegang", "Gebruik maken van twee-factor authenticatie", "Het instellen van jouw voorkeuren", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "Alle": 44, "De": [7, 12, 19], "Derde": 20, "Een": [35, 39], "Er": 12, "Het": [19, 20, 29, 40, 81, 82], "Hoe": [12, 24, 26, 44], "Ik": 12, "Is": 26, "Kan": 26, "Op": 12, "Te": 44, "Wat": 24, "a": [1, 21, 28, 35, 38, 41, 42, 44, 56, 60, 62, 69, 72, 75, 76], "aanbevool": 50, "aanpas": 12, "accep": 70, "acces": [4, 20, 21, 22, 27, 36], "account": 44, "accountdelegeer": 44, "accountinstel": 44, "accounts": [19, 49], "achtergrond": 26, "actie": 44, "action": [15, 44], "activitie": 0, "activity": [0, 21], "ad": [27, 38], "add": [41, 44, 50], "addres": 44, "adres": 44, "adresboek": 42, "adressenboek": 82, "advanced": 44, "afbeeld": 42, "afwezigheidsbericht": 40, "agenda": [47, 50], "ai": [1, 44], "alias": [15, 44], "all": 78, "alleen": 50, "almeen": [19, 82], "alterneer": 50, "an": [5, 38, 41, 70, 72, 78], "and": [14, 20, 21, 36, 41, 45, 57, 59, 60, 64, 66, 69, 72, 79, 83], "andeer": 35, "android": 45, "anonieme": 29, "another": 44, "antwoor": 44, "antwoord": 20, "ap": 75, "app": [0, 24, 41, 42, 44, 45], "apparaat": 54, "appearance": 55, "appointment": 41, "appointments": 41, "archive": 69, "as": [42, 44, 72], "assign": [36, 41], "assisteer": 1, "at": 42, "attachments": [41, 56], "attendees": 41, "audio": 60, "authenticeer": 81, "automated": 41, "automation": 44, "automatisch": [7, 40, 44], "availability": 41, "back": 27, "background": 60, "ban": 69, "basis": 7, "beek": 20, "beheer": [24, 42, 44, 54], "beheert": 24, "behulp": 20, "beperk": 82, "bericht": 44, "berichtven": 44, "bestand": [12, 19, 20, 21, 24, 26, 29, 30, 31], "bestandsbeheer": [19, 20, 21], "bestandsdrop": 29, "betrouw": 12, "between": 52, "beur": 24, "beurtenis": 44, "beveil": 44, "bewerk": 12, "bin": 41, "birthday": 41, "block": 44, "book": 41, "booked": 41, "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [54, 60], "bruik": [19, 26, 42, 44, 50, 81], "bruiker": [26, 35], "bruikershandleid": 53, "bruikerslogin": 26, "bruikersstatus": 19, "bureaublad": 19, "busy": 41, "by": 36, "cal": 61, "calendar": [41, 44, 45, 51, 59], "call": [60, 62, 64, 65, 72], "card": 75, "cardbook": 50, "chang": [12, 27], "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 20, 60, 81], "clients": [20, 25, 60], "cloud": 28, "code": 81, "collaboration": 23, "collective": [2, 3], "command": [8, 16, 57], "commandoregel": 20, "comments": 21, "compact": [44, 55], "configur": 58, "configuration": [9, 15, 41], "configurer": [19, 81], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 50], "contactinformeer": 42, "contactpersoon": [42, 44, 47], "contacts": [42, 45, 51], "context": 15, "continu": 12, "control": 60, "conversation": [41, 55, 68, 69, 76, 78], "creat": [21, 28, 35, 36, 41, 69, 78], "create": [5, 41, 75], "credential": 8, "credits": 51, "cre\u00eber": 44, "curl": 20, "cyberduck": 20, "daily": 0, "dashboard": [69, 83], "dashboardintegreer": 44, "data": 52, "debug": 15, "deck": 75, "deel": [19, 21, 24, 26, 35, 42, 82], "delegation": [41, 44], "delet": 41, "desktop": [13, 20, 25, 46, 60], "detail": 21, "detectie": 44, "detection": 27, "device": 38, "dieper": 12, "disk": 11, "display": 38, "disposabl": 69, "dolphin": 20, "download": [14, 60], "downloaded": 15, "duplicat": [41, 42], "duur": 60, "e2ee": 38, "edit": [41, 76], "editor": 19, "eig": 29, "email": [0, 28, 72], "emoji": 66, "enabl": 38, "encryp": 38, "encryptie": 26, "encryption": [26, 34, 38], "end": 38, "envelop": 44, "environment": 11, "event": 41, "events": [41, 59], "everyone": 5, "exampl": 8, "exclude": 8, "experimenteel": 10, "expiration": 69, "export": 41, "extension": 15, "external": 27, "factor": 81, "faq": 26, "favorit": [42, 44], "featur": 15, "federated": [28, 35, 41], "federation": [21, 28, 35, 70], "feed": 0, "file": [0, 4, 9, 15, 20, 21, 22, 27, 32, 35, 36, 45, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [38, 44], "for": [41, 77], "frequency": 0, "from": [27, 59, 71, 75], "full": [60, 72], "functionaal": 12, "geef": 39, "get": 2, "geven": 82, "gnome": 46, "grid": [21, 65], "groep": [35, 42], "grote": 31, "group": [26, 69], "groupwar": 43, "guest": 72, "hand": 60, "handl": 8, "handmaat": 42, "hardwar": 81, "herstelcode": 26, "herstelsleutel": 26, "history": 1, "hi\u00ebrarchie": 12, "holiday": 41, "hour": 41, "how": 5, "i": 12, "ic": 41, "if": 81, "immediately": 60, "import": 41, "importer": 42, "inbegreep": 80, "inbox": 44, "indeel": 44, "indicator": 15, "inhoudsopgave": 6, "initial": 14, "inlog": 81, "inschakel": 12, "insert": 66, "install": [8, 14], "installeer": 14, "instance": 52, "instel": [19, 40, 82], "instruction": 17, "integraat": 75, "integration": [15, 44, 59, 71], "interact": 76, "interface": [12, 21, 83], "interne": [35, 44], "into": 75, "introductie": 53, "introduction": 5, "invit": 41, "invitation": [41, 44, 70], "ios": 47, "issues": 15, "item": 42, "job": 26, "join": [60, 72], "jouw": [35, 82], "junk": 44, "kanaal": 18, "kde": [20, 48], "keep": 15, "key": 26, "keyboard": 44, "kleur": 44, "known": 15, "kontact": 48, "koppel": 54, "kun": 82, "kunt": 12, "label": 44, "languag": 12, "layout": 65, "leed": 42, "leeg": 44, "level": [15, 36], "like": 12, "line": [8, 16], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 55, 60], "live": 64, "lobby": 79, "lock": 15, "log": 15, "lokaal": 12, "lose": 81, "low": 11, "maak": [20, 29, 42, 44, 81], "macos": [7, 14, 15, 17, 20, 49], "mail": 44, "mailaccount": 44, "mailinglijst": 44, "mailscherm": 44, "mailtekst": 44, "mailvertaal": 44, "manaag": [32, 36, 41, 42, 69], "manag": [58, 62], "map": [12, 21, 44], "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "menu": 15, "merg": 42, "messag": [55, 66, 69, 75, 76], "methode": 50, "microsof": 20, "migrat": 52, "minimaliseer": 44, "mnemonic": 38, "mobiel": [20, 25], "mobil": [45, 60], "mode": 44, "moderator": 77, "molijk": 26, "more": 66, "mounts": 20, "multipl": 42, "naam": 39, "native": 44, "nautilus": 20, "navigaat": [21, 83], "navigeer": 80, "negeer": 19, "neral": 17, "netwerkven": 19, "new": [28, 35, 41], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nieuw": 44, "nieuwe": 19, "noem": 44, "note": 69, "notification": [0, 1, 41, 45, 69], "officieel": 20, "omgeef": 7, "on": [14, 50, 76], "onboard": 5, "one": 69, "ontvanrsinfo": 44, "oop": 78, "opdrachtregel": 20, "oplos": 20, "opslagquota": 33, "opslagruimt": 24, "optie": 42, "option": [16, 41], "opvolgherinner": 44, "opzet": 29, "or": [41, 60, 72], "organiseer": 42, "other": 72, "our": 5, "overlay": 19, "overweeg": 81, "overzicht": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "participants": [60, 69], "partij": 20, "personal": 1, "phish": 44, "picker": [1, 66], "pictogram": 19, "pin": 76, "plan": [26, 44], "pol": 56, "possibl": 26, "preview": 21, "prioriteitsinbox": 44, "privacy": 69, "privat": 69, "priv\u00e9": 26, "probleem": 20, "problem": 20, "profielgeven": 82, "profil": 83, "progres": 41, "project": 5, "proposal": 41, "proposed": 41, "provider": 15, "prullenbak": 44, "publiek": 35, "publieke": [20, 35], "publish": 41, "quick": 44, "quota": 24, "raise": 60, "reaction": 60, "record": [60, 62], "recovery": [26, 81], "recur": 41, "refresh": 44, "registreer": 12, "reminder": [41, 76], "reply": 66, "resource": 41, "respond": 41, "responsif": 80, "rol": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "s": [2, 24, 50, 80], "samenvat": 44, "schakel": [26, 44], "scheduul": [59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "security": 34, "selecteer": 21, "self": 69, "send": [44, 66, 70], "serie": 44, "server": [12, 14, 26, 44], "serververeist": 14, "set": [0, 1, 41, 60, 72, 76, 83], "setup": [14, 49], "shaar": [15, 23, 26, 27, 35, 41, 56, 63], "share": [20, 21, 28, 35, 72, 75], "shared": 44, "shortcuts": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sleutelwachtwoord": 26, "slimme": 44, "sluimer": 44, "smart": [1, 66], "som": 12, "sort": 44, "sorteervolgor": 44, "space": 11, "speaker": 65, "specifieke": 54, "start": [60, 72], "started": 2, "station": 20, "status": [15, 41], "statuspictogram": 21, "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "subdirectorie": 12, "subfolder": 44, "subscribe": 41, "summary": [0, 66], "supported": [14, 15, 27], "sync": 15, "synchronis": [45, 48, 49, 51], "synchronisatieclient": 19, "synchronisatiemap": 12, "synchroniseer": [12, 25, 30, 46, 47, 50], "synchroniser": 12, "systeemvakpictogram": 19, "system": 36, "taak": 44, "tag": 36, "talk": [41, 59, 60, 69, 71, 73], "task": [1, 75], "team": [5, 42], "templat": 5, "text": 44, "the": [0, 8, 12, 15, 21, 26, 38, 41, 45, 60, 83], "their": 5, "thema": 80, "threaded": 76, "thunderbird": 50, "time": [41, 42], "tlsv1": 51, "to": [5, 12, 21, 36, 38, 41, 66, 69], "toe": [42, 44], "toegang": [20, 35, 80], "toepas": 81, "toetsenbord": 80, "toevoeg": [19, 35, 42], "toewijs": 20, "token": 81, "toon": 44, "tother": 5, "transcription": 64, "transfer": 37, "translation": 64, "transparency": 41, "trash": 41, "troubleshoot": [15, 49, 51], "twee": 81, "tweefactor": 81, "uitschakel": 26, "unified": [44, 83], "uninstallation": 17, "universeel": 80, "up": [41, 44, 60], "updat": [7, 18], "updater": 7, "upload": [10, 21, 29, 31], "usag": 8, "use": [2, 44], "user": [12, 41], "uus": [0, 8, 15, 21, 26, 27, 28, 38, 41, 66], "vanaf": 19, "vanuit": 44, "variabl": 11, "veelstel": 12, "ven": 19, "vereist": 83, "verkenner": 20, "verlaat": 44, "verplaats": [12, 21, 26, 44], "vers": 44, "versie": 39, "versiebeheer": 39, "version": 14, "versleutel": 26, "versleuteld": 26, "verwijder": [24, 39, 42, 44], "verwijderd": 24, "via": [20, 28, 80], "video": 60, "videospeler": 21, "view": [0, 21, 41, 55, 65, 78], "virtuel": 42, "voeg": [42, 44], "volg": 26, "voorbeeld": 10, "voorkeur": 82, "voorkoom": 7, "voorwaar": 44, "vraag": 12, "waarschuw": 12, "wachtwoor": 54, "wachtwoord": [26, 54], "wanneer": 12, "web": [21, 83], "webbrowser": 83, "webdav": 20, "webinar": 79, "werk": 12, "werkingsmodus": 44, "what": 2, "why": 2, "widget": 41, "wijs": [12, 26, 42, 44, 54], "window": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26, 41, 45, 48, 49, 51, 59, 75, 76], "without": 45, "wor": [12, 24, 26], "work": 41, "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 21, 22, 27, 32, 41, 49, 69, 81], "zelfs": 12, "zien": 82, "zoek": 44, "zoom": 80, "\u00fcpload": 12}}) \ No newline at end of file diff --git a/server/latest/user_manual/nn/contents.html b/server/latest/user_manual/nn/contents.html index 05a165b53c8..3c0c7bb4927 100644 --- a/server/latest/user_manual/nn/contents.html +++ b/server/latest/user_manual/nn/contents.html @@ -179,6 +179,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/nn/desktop/autoupdate.html b/server/latest/user_manual/nn/desktop/autoupdate.html index d8f9a729435..262e036e881 100644 --- a/server/latest/user_manual/nn/desktop/autoupdate.html +++ b/server/latest/user_manual/nn/desktop/autoupdate.html @@ -83,6 +83,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/nn/desktop/commandline.html b/server/latest/user_manual/nn/desktop/commandline.html index 53a36e565d5..396c9fe945d 100644 --- a/server/latest/user_manual/nn/desktop/commandline.html +++ b/server/latest/user_manual/nn/desktop/commandline.html @@ -31,7 +31,7 @@ - + @@ -83,6 +83,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
              • Install
              • Usage
              • @@ -256,7 +257,7 @@

                Example
                diff --git a/server/latest/user_manual/nn/desktop/configfile.html b/server/latest/user_manual/nn/desktop/configfile.html index dae3ef8560c..c87bb36248a 100644 --- a/server/latest/user_manual/nn/desktop/configfile.html +++ b/server/latest/user_manual/nn/desktop/configfile.html @@ -83,6 +83,7 @@
              • Installation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/conflicts.html b/server/latest/user_manual/nn/desktop/conflicts.html index 6e478e19d34..b6bf05e9013 100644 --- a/server/latest/user_manual/nn/desktop/conflicts.html +++ b/server/latest/user_manual/nn/desktop/conflicts.html @@ -83,6 +83,7 @@
              • Installation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/envvars.html b/server/latest/user_manual/nn/desktop/envvars.html index e5e3611af23..92e1c724dc1 100644 --- a/server/latest/user_manual/nn/desktop/envvars.html +++ b/server/latest/user_manual/nn/desktop/envvars.html @@ -83,6 +83,7 @@
              • Installation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/faq.html b/server/latest/user_manual/nn/desktop/faq.html index bbefcd874b1..d7081a59f76 100644 --- a/server/latest/user_manual/nn/desktop/faq.html +++ b/server/latest/user_manual/nn/desktop/faq.html @@ -83,6 +83,7 @@
              • Installation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/index.html b/server/latest/user_manual/nn/desktop/index.html index 77d87a21c39..e6f100fb3ce 100644 --- a/server/latest/user_manual/nn/desktop/index.html +++ b/server/latest/user_manual/nn/desktop/index.html @@ -83,6 +83,7 @@
              • Installation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • @@ -132,6 +133,7 @@

                Desktop ClientInstallation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/installation.html b/server/latest/user_manual/nn/desktop/installation.html index 88406f3c4db..01ea2c38ca6 100644 --- a/server/latest/user_manual/nn/desktop/installation.html +++ b/server/latest/user_manual/nn/desktop/installation.html @@ -91,6 +91,7 @@
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/macosfileprovider.html b/server/latest/user_manual/nn/desktop/macosfileprovider.html new file mode 100644 index 00000000000..a56bbff9e17 --- /dev/null +++ b/server/latest/user_manual/nn/desktop/macosfileprovider.html @@ -0,0 +1,826 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + + +
                + +
                + +
                +
                +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + + + +
                +
                +
                ☁️ Versjoner
                + +
                + + 35 (latest) + +
                + +
                + + 34 (stable) + +
                + +
                + + 33 + +
                + +
                + + 32 + +
                + +
                +
                +
                + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/nn/desktop/macosvfs.html b/server/latest/user_manual/nn/desktop/macosvfs.html index 67955039bf0..497d7f7af97 100644 --- a/server/latest/user_manual/nn/desktop/macosvfs.html +++ b/server/latest/user_manual/nn/desktop/macosvfs.html @@ -1,798 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                - - -
                - -
                - -
                -
                -
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                - - - -
                -
                -
                ☁️ Versjoner
                - -
                - - 35 (latest) - -
                - -
                - - 34 (stable) - -
                - -
                - - 33 - -
                - -
                - - 32 - -
                - -
                -
                -
                - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/nn/desktop/options.html b/server/latest/user_manual/nn/desktop/options.html index 2fd15ef3d56..7b7db0741f1 100644 --- a/server/latest/user_manual/nn/desktop/options.html +++ b/server/latest/user_manual/nn/desktop/options.html @@ -83,6 +83,7 @@
              • Installation
              • Uninstallation
              • Using the Synchronization Client
              • +
              • Using the macOS File Provider
              • Using the Command-Line Client
              • Command-Line Options
              • Configuration File
              • diff --git a/server/latest/user_manual/nn/desktop/uninstallation.html b/server/latest/user_manual/nn/desktop/uninstallation.html index fc18fe6157a..8700cb04448 100644 --- a/server/latest/user_manual/nn/desktop/uninstallation.html +++ b/server/latest/user_manual/nn/desktop/uninstallation.html @@ -91,6 +91,7 @@

            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/nn/desktop/updatechannel.html b/server/latest/user_manual/nn/desktop/updatechannel.html index efde8dfd56b..de7cadb0b8d 100644 --- a/server/latest/user_manual/nn/desktop/updatechannel.html +++ b/server/latest/user_manual/nn/desktop/updatechannel.html @@ -83,6 +83,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/nn/desktop/usage.html b/server/latest/user_manual/nn/desktop/usage.html index c7bee9d489b..50642b6c218 100644 --- a/server/latest/user_manual/nn/desktop/usage.html +++ b/server/latest/user_manual/nn/desktop/usage.html @@ -30,7 +30,7 @@ - + @@ -92,12 +92,9 @@
            • General Window
            • Using the Network Window
            • Using the Ignored Files Editor
            • -
            • Virtual Files on macOS -
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • @@ -382,15 +379,6 @@

            Using the Network Window -

            Virtual Files on macOS

            -

            For information about using virtual files integration on macOS, see:

            - - @@ -398,7 +386,7 @@

            Virtual Files on macOS

            diff --git a/server/latest/user_manual/nn/objects.inv b/server/latest/user_manual/nn/objects.inv index 7deb3fd9fd6..63d6a4d9d80 100644 Binary files a/server/latest/user_manual/nn/objects.inv and b/server/latest/user_manual/nn/objects.inv differ diff --git a/server/latest/user_manual/nn/searchindex.js b/server/latest/user_manual/nn/searchindex.js index c0b6dca28d0..e4339545054 100644 --- a/server/latest/user_manual/nn/searchindex.js +++ b/server/latest/user_manual/nn/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrere einingar": [[54, "managing-devices"]], "Administrere sletta filer": [[24, null]], "Administrere tilkopla nettlesere": [[54, "managing-connected-browsers"]], "Administrere tilkopla nettlesere og einingar": [[54, null]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Andre med tilgong": [[35, "others-with-access"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Bruk av klient applikasjoner med to-faktor autentisering": [[81, "using-client-applications-with-two-factor-authentication"]], "Bruk av kryptering": [[26, "using-encryption"]], "Bruk av to-faktor autentifisering med maskinvare-tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Bruk av to-stegs autentifisering": [[81, null]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Deling av krypterte filer": [[26, "sharing-encrypted-files"]], "Deling av status ikoner.": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Eining-spesifikke passord og passord endringar": [[54, "device-specific-passwords-and-password-changes"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Endre privat n\u00f8kkel passord": [[26, "change-private-key-password"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Er det mogleg \u00e5 deaktivere kryptering med gjenopprettings n\u00f8kkelen?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Er det planlagt \u00e5 flytte dette til den neste brukar innloggingen eller ein bakgrunns jobb?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filer & synkronisasjon": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filkontroller": [[21, "file-controls"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Flytting av filer": [[21, "moving-files"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Framvisning av filer": [[21, "previewing-files"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Gjenoppretting n\u00f8kkel passord": [[26, "recovery-key-password"]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "Hensyn": [[81, "considerations"]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ikkje krypterte filer": [[26, "files-not-encrypted"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inkludert temaer": [[80, "included-themes"]], "Innhaldsliste": [[6, null]], "Innlogging med to-faktor autentifisering": [[81, "logging-in-with-two-factor-authentication"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Interne delinger med brukarar og grupper": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kan kryptering bli deaktivert utan brukaren sitt passord?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Konfigurering av to-faktor autentifisering": [[81, "configuring-two-factor-authentication"]], "Korleis den sletta fil applikasjonen administrerer lagringsplass": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Korleis kan kryptering bli deaktivert?": [[26, "how-can-encryption-be-disabled"]], "Kryptering FAQ": [[26, "encryption-faq"]], "Kva skjer n\u00e5r delte filer vert sletta": [[24, "what-happens-when-shared-files-are-deleted"]], "Kvoter": [[24, "quotas"]], "Lagringskvote": [[33, null]], "Legge til ein offentleg deling til din Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Mobile klienter": [[25, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigering gjennom tastatur": [[80, "navigating-via-keyboard"]], "Nextcloud 35 brukar manual introduksjon": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Offentlege link delingar": [[35, "public-link-shares"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Opplasting av filer": [[29, "uploading-files"]], "Oppsettje din eigen filslipp": [[29, "setting-up-your-own-file-drop"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snakk": [[73, null]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Store fil opplastinger": [[31, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Synkronisering p\u00e5 skrivebord og mobil": [[25, null]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal aksess": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Valg av filer og mapper": [[21, "selecting-files-or-folders"]], "Version control": [[39, null]], "Videospelar": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom og respons": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]], "\u00c5 lage anonyme opplastinger": [[29, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80, 81], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2sa": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 37, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 19, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 24, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 38, 41, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 29, 36, 41, 44, 81], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": [8, 26], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adgang": 31, "adjust": [9, 10, 11, 12, 15, 19, 20, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "admin_manu": 26, "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "administrasjonen": 24, "administrativ": 31, "administratoren": [21, 24, 26], "administrer": [6, 30, 32, 81], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "aksept": 35, "aksepter": 35, "aksess": [6, 35], "aksesser": [21, 26], "aktiver": [26, 80], "aktivert": [26, 28, 29, 33, 35], "alderen": 24, "aldri": 26, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allered": [31, 81], "allow": [0, 7, 8, 12, 15, 20, 29, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 41, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alt": 28, "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alternativ": 26, "alternativet": 26, "alternativt": 26, "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "anbefal": [25, 26, 31], "andr": [24, 26, 28, 33, 81], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "annan": [35, 81], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 82, 83], "appar": [33, 51], "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appen": [26, 33, 80, 81], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "applikasjon": [6, 26], "appoint": [44, 48, 52], "appropri": [20, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 27, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "augen": 80, "auk": 31, "auker": 31, "aukt": 80, "autentifis": [6, 54, 82], "autentis": 6, "auth": 81, "authent": [20, 27, 44, 45, 46, 50, 51, 81], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 39, 41, 47, 50, 56, 58, 59, 62, 69], "automatisk": 35, "autorespond": 40, "autoupdat": 7, "av": [6, 24, 28, 31, 33, 35, 53, 54, 80, 82], "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avgrensa": 31, "avhengig": [26, 81], "avoid": 15, "avvis": 35, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bakgrunnsfarg": 80, "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bare": 28, "base": [7, 8, 10, 20, 44, 45, 57, 81], "basert": [80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "bedrift": 53, "bedriftsabonn": 53, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "beh\u00f8ver": 31, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bekreft": 28, "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 41, 42, 44, 51, 65], "berekn": 33, "berekna": 33, "berr": [24, 26, 31, 35, 81], "besid": 19, "beskytt": [26, 81], "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "bevi": 81, "beyond": 17, "bidirect": 25, "big": 41, "bild": 26, "bin": [21, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "bli": [24, 33, 35, 80, 81], "blitt": [24, 26], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 54, 63, 72, 81], "bruk": [6, 24, 28, 54, 82], "brukar": [6, 33], "brukar1": 24, "brukar2": 24, "brukar3": 24, "brukarar": [24, 26, 28, 31, 33], "brukarnamnet": 35, "brukbar": 80, "bruke": [25, 29, 54, 81], "bruken": 25, "brukeren": 35, "brukt": 80, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "b\u00e5de": 24, "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 26, 29, 36, 37, 40, 41, 42, 48, 51, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatter": 35, "check": [0, 7, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 25, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 42], "collaps": [19, 44], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 26, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_fil": 26, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 54, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 41, 43, 46, 48, 49, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 36, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dagar": [24, 33], "dai": [0, 11, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 24, 26, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databasen": [26, 33], "dataen": [26, 33], "datamaskin": 25, "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "deaktiver": [21, 35], "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "deg": [24, 26, 28, 33, 35], "dei": [21, 24, 26, 28, 33, 35, 80, 81], "deira": [24, 26, 28, 35], "dekrypter": 26, "del": [26, 80], "dela": 24, "delai": 15, "delar": [24, 35], "delarar": 35, "delaren": [33, 35], "dele": [28, 33, 53], "deler": [24, 28, 33, 35], "deleren": 35, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 42, 58, 59, 66, 69, 80], "deling": 26, "delinga": 35, "delingen": [26, 28, 33, 35], "delingsfanen": 35, "delt": [26, 33], "den": [28, 29, 33, 35, 53, 80, 81], "deni": 54, "denn": [24, 26, 28, 31, 35], "depend": [0, 12, 17, 19, 20, 21, 27, 36, 41, 44, 48, 60, 63, 72, 80, 82], "deploy": [7, 14, 18], "depth": 20, "der": 35, "derett": 26, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "designa": 80, "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "dess": [21, 26, 28, 31, 35], "destin": [20, 21], "det": [24, 29, 31, 33, 35, 80, 81], "detail": [1, 20, 27, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detalj": [24, 33], "detect": [9, 15, 41], "determin": [41, 44], "dett": [24, 28, 35, 80], "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 45, 53, 54, 60, 69, 72, 81, 83], "di": [24, 33, 35], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 41, 42, 44, 69, 70], "dig": 20, "digest": 0, "din": [21, 24, 25, 26, 28, 31, 33, 80, 81], "dine": [21, 24, 26, 35, 53, 80], "direct": [20, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 41, 53], "directory_that_has_been_cr": 8, "direkt": [26, 28, 35], "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 26, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 39], "diskplassen": 33, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "diss": 33, "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "ditt": [21, 26], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": 26, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dokumentasjon": [24, 33], "dokumentert": [25, 80], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "dottan": 35, "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 29, 56], "dropdown": [20, 27, 49, 82], "du": [21, 24, 26, 28, 29, 31, 33, 35, 53, 54, 80, 81], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dysleksi": 80, "d\u00e5": [26, 28, 35], "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51, 80], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "easi": [2, 5, 20], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": 81, "effici": 44, "ei": [24, 29, 31, 33, 35, 53, 81], "eigar": 26, "eigaren": [24, 26, 33, 35], "eigen": [28, 35], "ein": [6, 24, 28, 29, 33, 53, 80, 81], "einingan": [54, 81], "einingar": [6, 81], "eit": [26, 28, 31, 35, 53, 80, 81], "either": [8, 12, 19, 38, 41, 42, 45, 47, 49, 60, 70, 76], "eksempel": [26, 80, 81], "eksemplet": 35, "ekskludert": 33, "eksponert": 26, "ekstern": [26, 28, 35], "elaps": 60, "eldr": [24, 28, 33], "eldst": [24, 33], "element": [58, 60, 66, 80], "elimin": 41, "eller": [24, 28, 29, 31, 35, 80, 81], "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "en": [28, 35, 81], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 47, 49], "encryption_configur": 26, "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69], "enden": 80, "endr": 28, "endra": [24, 26], "endrer": 81, "endret": 26, "endringar": 6, "end\u00e5": 26, "engag": 41, "enhanc": 66, "enkel": 26, "enkelt": 29, "enklar": 80, "enn": [24, 31, 33], "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "enten": 35, "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": 18, "entir": [7, 11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "er": [24, 25, 28, 29, 31, 33, 35, 53, 80, 81], "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "etter": [26, 80], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "exce": [20, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51], "fail": [7, 12, 20, 44], "failur": [9, 12], "faktor": 6, "faktorar": 81, "faktoren": 81, "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fargen": 80, "farleg": 26, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favoritt": 21, "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feltet": 28, "ferdig": 28, "fetch": 41, "few": [42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": [22, 26, 28, 30, 33, 35, 53], "fila": 35, "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filen": [21, 24, 26, 33, 35], "filenam": [16, 19], "filer": [6, 25, 28, 31, 32, 33, 35], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filnamnen": 29, "filter": [1, 36, 42, 59, 76, 83], "filversjonan": 33, "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "finn": [26, 35], "finner": 80, "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 82], "fit": 65, "fix": [7, 14, 48], "fjern": [26, 28], "fjerna": 33, "flag": 44, "fledg": 50, "fleet": 19, "fleir": [33, 35, 80], "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "flytta": 24, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 82], "font": 80, "forblir": 24, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "fordi": 26, "forev": 41, "forget": 5, "forh\u00e5ndsvis": 21, "form": [1, 26, 28, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44, 80], "formen": 35, "formerli": 45, "forsikr": 24, "forskjellig": 81, "fors\u00f8ker": 26, "forth": [1, 41], "fortsatt": [33, 80], "forutsaket": 80, "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "fra": 33, "frakopl": 54, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 60], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fr\u00e5": [24, 26, 28, 35, 53], "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fullf\u00f8rt": 29, "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fullt": 80, "fun": 5, "function": [7, 20, 42, 81], "funger": [26, 81], "funksjon": 29, "funksjonen": [21, 26, 29], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "fyrst": [26, 35, 81], "fysisk": 81, "f\u00e5": 26, "f\u00e5tt": 35, "f\u00f8deral": [28, 35], "f\u00f8lg": [28, 35], "f\u00f8lgjand": 81, "f\u00f8r": [24, 26, 35], "f\u00f8rehandsvisningar": 26, "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gaml": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "generel": 80, "generer": 81, "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gi": [24, 26], "gif": 66, "gigabyt": 12, "giphi": 66, "gir": [26, 33, 53], "github": [25, 66, 74], "gitlab": 66, "gitt": 31, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [44, 60, 63], "gjendel": 35, "gjennom": [6, 26, 31, 33, 35], "gjenopprett": 26, "gjere": [28, 80], "gjord": 26, "glanc": 36, "global": [6, 19, 76], "globe": 41, "gl\u00f8ymt": 26, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "gong": [24, 26, 35], "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "grati": [53, 80], "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "grensa": 24, "grensen": 31, "grensesnittet": 21, "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "grunnen": 26, "grupp": 26, "grupper": [26, 33], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gul": 26, "gvf": 20, "g\u00e5": 35, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 24, 25, 26, 27, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "har": [21, 24, 26, 29, 35, 80, 81], "hard": [12, 20, 41], "harder": 35, "hardwar": 83, "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "heilt": 31, "heim": 53, "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "helst": [24, 26, 28, 80], "hemmelighet": 81, "hensyn": 6, "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarki": 35, "hierarkiet": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hjelp": 80, "hjelpsamt": 33, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hopp": 80, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hovedform\u00e5let": 26, "hovedn\u00f8kkelen": 26, "hover": [2, 19, 42, 44, 66, 76], "hovud": 80, "hovudinnhald": 80, "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 41, 42, 44], "hr": 9, "href": 20, "html": [26, 41], "http": [8, 9, 11, 12, 20, 26, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "hurtigbuff": 33, "h\u00f8g": 80, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 51, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 41, 54, 60], "identisk": 26, "identiteten": 81, "ifram": 41, "igjen": [24, 26], "ignor": [8, 12, 41], "ikkj": [24, 28, 31, 33, 80], "ikonet": [28, 35, 54], "illustrer": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [37, 44], "incorrect": [9, 19], "increas": [11, 15, 20], "increment": 41, "independ": [0, 12, 41], "index": [12, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individ": [26, 53], "individu": [14, 19, 27, 41, 42, 44, 54, 72], "individuel": 26, "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informasjon": 33, "informasjonen": 35, "ingen": 26, "ingent": 26, "inherit": 42, "inhibit": 8, "ini": 9, "initi": 48, "initialisert": 26, "inkludert": 6, "inkommand": 35, "inlin": [36, 66], "inn": [24, 26, 28, 35, 80, 81], "innblandingen": 80, "innhald": 35, "inni": 24, "innkommend": 35, "innlog": [6, 26, 80], "innlogg": 26, "innstilling": 80, "innstillingar": [35, 80], "innstillingen": [35, 80], "inntil": 24, "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "installasjon": 28, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "introduksjon": 6, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involvert": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 44, 66], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalend": 33, "kalendar": 48, "kalkuler": 24, "kalkuleret": 33, "kan": [21, 24, 28, 29, 33, 35, 54, 80, 81], "kanban": 43, "kanskj": 26, "katalogen": 35, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kjeld": 53, "kjent": 81, "klarheta": 80, "klient": [6, 25], "klikk": [28, 29], "klikker": 29, "knapp": 29, "knappan": 80, "knappen": 28, "know": [20, 28, 41], "knowledg": [2, 3, 12], "known": 45, "kobler": 28, "kode": 81, "koden": 81, "kollapsa": 80, "kom": 80, "kommer": 80, "kompatibel": 53, "komplisert": 24, "konfigur": 6, "konfigurasjon": 31, "konfigurer": 35, "konfigureringen": 26, "konfigurert": [24, 31, 33], "kontact": [6, 43], "kontakt": [31, 33, 80], "konto": [26, 81], "kontrast": 80, "kontroller": 53, "kopi": 24, "kopiera": 24, "kor": 26, "korgan": 48, "korlei": 33, "krefter": 24, "krevj": 81, "krevjar": 31, "krypter": 33, "krypteringen": 26, "kryptert": 33, "kubuntu": 19, "kun": [24, 26], "kunn": [26, 29, 35], "kva": [26, 80], "kvalitet": 80, "kvar": [24, 33, 35], "kvart": 81, "kven": 35, "kvote": 33, "kvoten": [24, 33], "kvoter": 33, "kwallet": 14, "k\u00f8yre": 26, "label": [20, 28, 36, 41, 51], "lage": [23, 30], "lagr": [24, 26, 33, 81], "lagra": 26, "lagrar": 33, "lagret": 26, "lagringen": 26, "lagringskvot": [24, 30, 32], "lagringskvota": 24, "lagringsplassadministrasjonen": 33, "lagringsplassen": 24, "lagt": [24, 35, 81], "land": [2, 42], "langt": 35, "languag": [1, 44, 64, 82], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 26, 29, 33, 35, 39, 44, 54, 55, 83], "laster": 31, "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 26, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "le": 35, "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "ledig": 24, "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legefeilen": 80, "legend": 41, "legg": [26, 28, 81], "legger": 35, "length": 41, "lengthier": 20, "lenk": 35, "lenken": 35, "lenker": 35, "lese": 26, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "lett": 80, "letter": 20, "level": [2, 16, 21, 26, 41, 60, 62, 69, 80], "leverand\u00f8r": 26, "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 19, 20, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linken": 29, "linker": [28, 35], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "lista": 35, "listdai": 41, "listen": [8, 9, 54], "listmonth": 41, "listweek": 41, "litt": [24, 33], "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logg": 26, "logger": 26, "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "lysstyrken": 80, "l\u00e6re": [24, 26], "l\u00f8yse": 53, "l\u00f8ysingar": 35, "l\u00f8yve": 33, "m": [20, 60, 72, 74, 80], "mac": 19, "machin": [7, 8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": 5, "magisk": [24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 35, 36, 37, 41, 48, 60, 62], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 41, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 25, 28, 29, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "maksimal": 24, "maksimalt": 24, "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 43, 46, 50, 51, 56, 57, 77, 82], "mandatori": [45, 62], "mang": 26, "manglar": 21, "mani": [12, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 27, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "manualen": 25, "manuelt": [24, 29], "mapp": [24, 26, 33, 35], "mappa": 35, "mappen": [26, 29, 35], "mapper": [26, 35], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "maskinvar": 6, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": [25, 26, 31, 41, 80], "mean": [9, 15, 19, 20, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "med": [6, 21, 24, 25, 28, 29, 33, 80], "medan": 80, "media": [8, 21, 42, 60, 62, 69], "medlemm": 35, "meet": [39, 57, 69, 72, 83], "megabyt": 31, "meiner": 26, "meir": [24, 26, 81], "meld": [26, 81], "member": [2, 5, 20, 69], "membership": [42, 82], "memori": 1, "men": [24, 26, 33, 80], "mennesk": 24, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menyen": 80, "merknad": 35, "messag": [1, 6, 16, 19, 20, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 83], "mest": 26, "metadata": [19, 33], "method": [7, 20, 27, 41, 42, 45, 58, 81], "metoden": 28, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "midlertidig": 33, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "miniatyrbilet": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minn": 24, "minut": [9, 27, 39, 41, 48], "minutt": 26, "mist": 26, "mister": 26, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "modifis": 31, "modu": 80, "mogelegheiten": 26, "mogleg": 35, "moglegheiten": 21, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "monter": [28, 35], "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 20, 21, 26, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 41, 44, 48, 74, 83], "mot": [24, 33, 81], "mottakar": 28, "mottakaren": [24, 35], "mottar": [29, 35, 81], "mount": [21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "m\u00e5": [21, 26, 28], "m\u00e5l": 35, "m\u00e5te": [26, 81], "m\u00e5ten": 26, "m\u00e5tte": 26, "m\u00f8rkt": 80, "m\u00f8te": 26, "m\u00f8ter": 24, "m\u00f8tt": 24, "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "namn": [24, 28], "namna": 26, "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 49, 51, 65, 69, 76], "navigasjonen": 80, "navigasjonsappen": 80, "naviger": 35, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "ned": 26, "nedanfor": 26, "nedlast": 35, "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nei": 26, "nemo": [19, 20], "nermast": 24, "nest": 12, "net": [8, 20], "netrc": 8, "nettklienten": 31, "nettlesaran": 54, "nettleser": [6, 81], "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "niv\u00e5": [31, 35], "niv\u00e5et": 24, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "noko": 81, "nokon": [21, 28, 33, 80], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 41, 42, 44, 51, 76], "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "noverand": [24, 35], "now": [2, 5, 10, 14, 20, 41, 42, 44, 45, 46, 47, 48, 66], "number": [11, 15, 19, 28, 41, 42, 44, 58, 60, 69], "ny": [24, 28, 35], "nye": [24, 26, 28, 33], "nytt": [21, 26, 29, 33], "nyttar": 26, "nytter": 26, "nyttig": 31, "n\u00e5r": [26, 28, 29, 31, 33, 35], "n\u00f8kkel": 81, "n\u00f8klar": 33, "n\u00f8klene": 26, "n\u00f8kler": 26, "o": 8, "object": [0, 27], "objektet": 35, "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 41, 44], "oct": 20, "off": [1, 44, 80], "offentleg": 33, "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "og": [6, 22, 24, 26, 28, 29, 30, 31, 33, 53, 81], "ogs\u00e5": 80, "ok": 20, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 20, 80], "oldest": [39, 44], "om": [21, 24, 26, 28, 29, 31, 33, 35, 80, 81], "omdirigert": 81, "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 26, 27, 28, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslektik": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "operer": 53, "opn": [26, 80], "opp": [29, 31, 33, 35], "oppbevar": 24, "oppbevaringstiden": 33, "oppdater": 26, "oppgradert": 28, "opplast": [31, 35], "opplasta": 33, "opplasted": 33, "opplasting": [22, 23, 30], "opplastingar": 33, "opplastingen": 29, "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "original": 33, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 27, 41, 42, 44, 49, 69, 76], "overflow": [19, 27, 65], "overg\u00e5": 24, "overg\u00e5r": 24, "overhaul": 12, "overhead": 20, "overk\u00f8yr": 24, "overlap": 41, "overlegen": 35, "overordnet": 35, "overrid": [7, 8, 11], "overskriften": 80, "overstig": [24, 33], "overstyr": 33, "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 28, 33, 35, 41, 42, 54, 74, 77, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "papirkurv": [24, 28, 33], "papirkurven": [24, 26, 33, 54], "par": 26, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passand": 31, "passkei": 83, "passord": [6, 81], "passordbeskytt": 35, "passordet": 26, "password": [8, 14, 20, 26, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perioden": 24, "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personleg": [24, 35], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [37, 41, 46, 48, 56, 69], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pilen": 28, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "plass": 24, "plassen": 24, "plassert": 24, "platform": 17, "playback": 21, "pleas": [4, 20, 41, 42, 44, 63, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57, 80], "potenti": 44, "power": [1, 48], "ppa": 8, "praksi": 28, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 44, 46, 60, 66, 72, 83], "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": 44, "prim\u00e6r": 80, "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 53, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 80, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "programvar": 53, "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 35, 38, 42, 69], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 7, 8, 12, 14, 15, 19, 20, 21, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 35, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": 40, "push": [0, 60, 80], "put": 69, "p\u00e5": [21, 22, 26, 28, 29, 30, 33, 35, 53, 80, 81], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 20, 76, 83], "rapport": 80, "rapporter": 80, "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 41, 44], "reach": [27, 40, 41, 44, 69], "read": [8, 9, 15, 20, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 44], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redig": 35, "rediger": 21, "redigert": 33, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "reduser": 80, "redusera": 80, "redusert": 80, "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reguler": 35, "regulerbart": 35, "reject": [37, 41], "rejoin": 69, "rekk": 35, "rekkj": 81, "rekna": 33, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 6, 7, 8, 20, 27, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74], "reschedul": 66, "reset": [40, 41], "reshar": 41, "resiz": 60, "resolv": 10, "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respon": 6, "respond": [44, 57], "respons": [20, 41, 44], "responsiv": 80, "rest": [20, 25], "restart": [7, 20], "restor": [24, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "rettigheit": 35, "rettigheta": 35, "return": [21, 42, 60], "return\u00f8kkelen": 28, "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "riktig": 81, "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "rom": 24, "room": [42, 73, 77], "root": [8, 15, 20, 37, 41], "rot": 35, "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 26, 27, 39, 77], "rundt": 33, "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20], "said": 7, "sale": 82, "samarbeidend": 35, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samtal": [35, 80], "sannsynleg": 26, "satt": [31, 33, 35], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": 10, "scenarioet": 24, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41], "section": [1, 7, 9, 11, 12, 20, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": 51, "seg": 81, "sei": 26, "seier": 26, "seksjon": 26, "sekund": 81, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "separat": 25, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81], "sett": [26, 35], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "si": 33, "sick": 40, "side": [5, 10, 15, 19, 20, 27, 29, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "sidefeltet": [35, 80], "siden": [26, 31, 35, 80], "siev": 44, "siffret": 35, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "sikkerheitsproblem": 26, "sikkert": 53, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sin": [24, 29, 53], "sinc": [20, 35, 39, 44, 50, 81], "sine": 35, "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sirkler": 35, "sit": 19, "sitt": [35, 53], "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "sjekker": 24, "sj\u00e5": [24, 26, 28, 29, 33, 35, 81], "sj\u00f8lv": 26, "sj\u00f8lve": 80, "skannet": 81, "skapar": 80, "skape": [21, 26, 28, 35], "skaper": [28, 33, 35], "skapt": [26, 35], "skarpheten": 80, "skip": [11, 60, 80], "skipupdatecheck": 7, "skje": 26, "skjemafelt": 28, "skjermst\u00f8rrels": 80, "skj\u00f8nne": 33, "skrifttyp": 80, "skriv": 81, "skrivebord": [22, 30], "sky": [28, 35], "slash": 19, "slet": 24, "slett": [21, 24], "sletta": [30, 32, 33], "sletted": [24, 33], "sletter": [24, 28], "slik": [24, 33, 80], "slipp": 35, "slot": 41, "slow": 20, "slutt": [26, 35], "smak": 80, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snakk": [6, 35, 80], "snap": 20, "snarveg": 80, "sni": 20, "snill": 80, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solv": [12, 81], "som": [24, 26, 28, 31, 33, 35, 53, 80, 81], "some": [5, 9, 10, 14, 19, 26, 27, 35, 41, 44, 48, 57, 69, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 37, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 39, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "spesielt": 26, "spesifikk": 6, "split": 44, "spoken": 60, "sporer": 80, "spreadsheet": 21, "spurt": 35, "sp\u00f8r": 28, "sp\u00f8rje": 26, "sp\u00f8rre": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 24, 26, 28, 31, 35, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "steg": [6, 54, 82], "stega": 35, "stegen": 28, "step": [12, 14, 20, 28, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 24, 26, 41, 42, 44, 47, 62, 69], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33], "store": [4, 15, 19, 20, 22, 30, 39, 42, 44, 45, 53, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 42], "strukturen": 26, "style": 43, "st\u00f8rre": [31, 33], "st\u00f8rrelsar": 31, "st\u00f8rrelsen": [33, 80], "st\u00f8tta": 53, "st\u00f8ttar": 81, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "synkronis": [22, 30, 53], "synkronisasjon": 6, "synkroniser": 25, "synleg": 35, "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systemet": 21, "s\u00e5": [21, 26, 28, 29, 35, 80, 81], "s\u00f8ke": 26, "s\u00f8keindeksen": 26, "s\u00f8mlau": 26, "s\u00f8ppel": [24, 54], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "ta": 80, "tab": [0, 1, 12, 19, 20, 21, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 73, 74, 75, 80, 83], "tap": [45, 60], "tar": 26, "target": [9, 15, 20, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "tastatur": 6, "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "tek": 33, "tekst": [26, 81], "teksten": 80, "tel": 33, "telegram": 42, "telephon": 82, "tell": [19, 33, 41, 44], "teller": 24, "telt": 24, "tema": 80, "temaer": 6, "temporarili": [12, 20, 60], "ten": 27, "tenar": [21, 24, 26, 28], "tenarar": [28, 35], "tenaren": 53, "tenest": 26, "tenesteleverand\u00f8rar": 53, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": 12, "those": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tidsavbrot": 26, "tidsmerk": 24, "til": [21, 24, 25, 28, 29, 31, 33, 53, 54, 80, 81], "tilbak": 26, "tilbakestil": 35, "tilbyr": 80, "tildel": 24, "tile": 65, "tilfel": 26, "tilfeldig": 35, "tilfellet": 26, "tilgang": 26, "tilgjengeleg": [26, 35], "tilgjengelegheten": 80, "tilgjengelig": 24, "tilgjengeligheit": 80, "tilgjengelighet": 80, "tilgong": 81, "tilknytted": 28, "tilkopla": [6, 26, 81], "tillat": 35, "tillatt": 24, "tillegg": 24, "tillet": [28, 33], "tillett": 35, "tilpass": [24, 80], "tilpasset": 80, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tjenesteleverand\u00f8r": 26, "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totalen": 33, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 28, 42], "trashbin_retention_oblig": 24, "travel": 41, "tre": 35, "tredjepart": 26, "tree": 19, "trenarar": 53, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47, 48], "trygg": 53, "trygt": 53, "trykk": [28, 35], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80], "typic": [19, 57], "typisk": 81, "u": [8, 20, 44, 80], "u2f": 81, "uautorisert": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "ukryptert": 33, "ulik": 35, "umiddelbart": 24, "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 20, 27, 33, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unng\u00e5": 24, "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 19, 20, 27, 29, 31, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 28, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44, 47], "ut": [26, 35, 80], "utan": 35, "utf": 20, "utgangsdatoen": 24, "utgongsdato": 35, "util": 44, "utvida": 80, "utvikl": 80, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valg": 35, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 16, 19, 20, 42, 44], "vanleg": [26, 80], "var": [16, 81], "variabl": [6, 9, 10, 13, 31, 41], "variablan": 31, "variablen": 31, "varier": 80, "varieti": 82, "variou": [41, 42], "varsl": [26, 35], "varsler": 26, "vart": [24, 35], "vcard": 42, "vcf": 42, "ve": [18, 20], "ved": [24, 26, 28, 29, 80, 81], "veit": 81, "velg": 80, "velj": 26, "velkommen": 53, "vendor": 7, "venleg": [26, 80], "vent": 80, "venu": 41, "verbos": 8, "verdien": 24, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "verkt\u00f8yet": 81, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "versjonskontrol": 33, "vert": 33, "vertic": 44, "vi": 26, "via": [4, 10, 15, 20, 21, 29, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "vidar": 28, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "vil": [24, 26, 28, 29, 33, 35, 80, 81], "virtual": [17, 82], "vise": [29, 81], "viser": 35, "visibl": [4, 10, 15, 19, 21, 27, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "visn": 35, "viss": 31, "vista": 20, "visual": 15, "visuel": 80, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "v\u00e5r": 80, "v\u00e5rt": 80, "v\u00e6r": 80, "v\u00e6re": [26, 33, 81], "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 18, 19, 20, 26, 28, 29, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 20, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 48, 62], "were": [9, 41, 42, 51, 57, 70], "what": [0, 5, 12, 19, 20, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 28, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e5": [21, 23, 24, 25, 28, 30, 31, 33, 35, 54, 80, 81]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Innhaldsliste", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Administrere sletta filer", "Synkronisering p\u00e5 skrivebord og mobil", "Using server-side encryption", "Using external storage", "Using federation shares", "\u00c5 lage anonyme opplastinger", "Filer & synkronisasjon", "Store fil opplastinger", "Managing your files", "Lagringskvote", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 brukar manual introduksjon", "Administrere tilkopla nettlesere og einingar", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Snakk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal aksess", "Bruk av to-stegs autentifisering", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "administrer": [24, 54], "advanc": 44, "ai": [1, 44], "aksess": 80, "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "andr": 35, "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applikasjon": 81, "applikasjonen": 24, "appoint": 41, "ar": 12, "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "autentifis": 81, "autentis": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "av": [21, 26, 29, 81], "avail": 41, "backend": 27, "background": 60, "bakgrunn": 26, "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "bli": 26, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [60, 83], "bruk": [26, 81], "brukar": [26, 53], "brukarar": 35, "brukaren": 26, "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": 82, "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 60], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deaktiver": 26, "deaktivert": 26, "deck": 75, "deeper": 12, "dele": [21, 26, 35], "deleg": [41, 44], "delet": [39, 41, 44], "deling": 35, "delingar": 35, "delt": 24, "den": [24, 26], "desktop": [13, 19, 20, 46, 60], "det": 26, "detail": 21, "detect": [27, 44], "dett": 26, "devic": 38, "din": [29, 35], "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "eigen": 29, "ein": [26, 35, 54], "einingar": 54, "eller": 26, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "endr": 26, "endringar": 54, "envelop": 44, "environ": [7, 11], "er": 26, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faktor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "fil": [24, 31], "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 32, 35, 36, 45, 56, 71], "filer": [21, 24, 26, 29, 30], "filkontrol": 21, "filslipp": 29, "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "flyt": 21, "flytt": 26, "folder": [12, 38, 44], "follow": 44, "framvisn": 21, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "gjennom": 80, "gjenoppret": 26, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "groupwar": 43, "grupper": 35, "guest": 72, "hand": 60, "handl": 8, "hensyn": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 44], "i": [12, 26], "ic": 41, "icon": 19, "ignor": 19, "ikkj": 26, "ikon": 21, "immedi": 60, "import": [41, 42], "inbox": 44, "indic": 15, "info": 44, "inform": 42, "initi": 14, "inkludert": 80, "innhaldslist": 6, "innlog": 81, "innloggingen": 26, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "introduksjon": 53, "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "jobb": 26, "join": [60, 72], "junk": 44, "kan": 26, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "klient": 81, "klienter": 25, "known": [15, 20], "konfigur": 81, "kontact": 48, "korlei": [24, 26], "krypter": 26, "kryptert": 26, "kva": 24, "kvoter": 24, "lage": 29, "lagringskvot": 33, "lagringsplass": 24, "languag": 12, "layout": [44, 65], "legg": 35, "level": 36, "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "manag": [19, 20, 32, 36, 41, 42, 44, 58, 62, 69], "manual": [42, 53], "map": 20, "mapper": 21, "mark": 42, "markdown": [4, 66], "maskinvar": 81, "matterbridg": 74, "med": [26, 35, 81], "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "mogleg": 26, "more": 66, "mount": 20, "move": [12, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "nest": 26, "nettleser": 54, "network": 19, "new": [19, 28, 35, 41, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "n\u00e5r": 24, "n\u00f8kkel": 26, "n\u00f8kkelen": 26, "offentleg": 35, "offic": 40, "offici": 20, "og": [21, 25, 35, 54, 80], "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "opplast": 29, "opplasting": [29, 31], "oppsettj": 29, "option": [16, 41, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "passord": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "planlagt": 26, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "public": 20, "publish": 41, "p\u00e5": 25, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respon": 80, "respond": 41, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sitt": 26, "skjer": 24, "skrivebord": 25, "sletta": 24, "smart": [1, 44, 66], "snakk": 73, "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "spesifikk": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "steg": 81, "step": [2, 5], "stop": 12, "storag": 27, "store": 31, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 45, 46, 47, 48, 49, 50, 51], "synkronis": 25, "synkronisasjon": 30, "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71], "task": [1, 44, 75], "tastatur": 80, "team": [5, 42], "temaer": 80, "templat": 5, "text": 44, "than": 12, "thei": 12, "third": 20, "thread": [44, 76], "thunderbird": 50, "til": [26, 35], "tilgong": 35, "tilkopla": 54, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [49, 51], "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66], "usag": 8, "user": [12, 19, 41], "utan": 26, "valg": 21, "variabl": 11, "version": [14, 39], "vert": 24, "via": 28, "video": 60, "videospelar": 21, "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": 45, "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u00e5": [26, 29]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files": [[22, null]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Administrere einingar": [[54, "managing-devices"]], "Administrere sletta filer": [[24, null]], "Administrere tilkopla nettlesere": [[54, "managing-connected-browsers"]], "Administrere tilkopla nettlesere og einingar": [[54, null]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Andre med tilgong": [[35, "others-with-access"]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Basic Workflow": [[7, "basic-workflow"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Bruk av klient applikasjoner med to-faktor autentisering": [[81, "using-client-applications-with-two-factor-authentication"]], "Bruk av kryptering": [[26, "using-encryption"]], "Bruk av to-faktor autentifisering med maskinvare-tokens": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Bruk av to-stegs autentifisering": [[81, null]], "Calendar": [[47, "calendar"], [51, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u2019 busy times": [[41, "checking-attendees-busy-times"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contacts and Calendar": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Deleting a version": [[39, "deleting-a-version"]], "Deling av krypterte filer": [[26, "sharing-encrypted-files"]], "Deling av status ikoner.": [[21, "sharing-status-icons"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Download": [[14, "download"]], "Download call participants list": [[60, "download-call-participants-list"]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Eining-spesifikke passord og passord endringar": [[54, "device-specific-passwords-and-password-changes"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Endre privat n\u00f8kkel passord": [[26, "change-private-key-password"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Er det mogleg \u00e5 deaktivere kryptering med gjenopprettings n\u00f8kkelen?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Er det planlagt \u00e5 flytte dette til den neste brukar innloggingen eller ein bakgrunns jobb?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filer & synkronisasjon": [[30, null]], "Files and notifications": [[45, "files-and-notifications"]], "Files integration": [[71, null]], "Filkontroller": [[21, "file-controls"]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Flytting av filer": [[21, "moving-files"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Framvisning av filer": [[21, "previewing-files"]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Gjenoppretting n\u00f8kkel passord": [[26, "recovery-key-password"]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Groupware": [[43, null]], "Hensyn": [[81, "considerations"]], "How the \u00abEdit locally\u00bb functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ikkje krypterte filer": [[26, "files-not-encrypted"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inkludert temaer": [[80, "included-themes"]], "Innhaldsliste": [[6, null]], "Innlogging med to-faktor autentifisering": [[81, "logging-in-with-two-factor-authentication"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Interne delinger med brukarar og grupper": [[35, "internal-shares-with-users-and-groups"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[60, null], [72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kan kryptering bli deaktivert utan brukaren sitt passord?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Konfigurering av to-faktor autentifisering": [[81, "configuring-two-factor-authentication"]], "Korleis den sletta fil applikasjonen administrerer lagringsplass": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Korleis kan kryptering bli deaktivert?": [[26, "how-can-encryption-be-disabled"]], "Kryptering FAQ": [[26, "encryption-faq"]], "Kva skjer n\u00e5r delte filer vert sletta": [[24, "what-happens-when-shared-files-are-deleted"]], "Kvoter": [[24, "quotas"]], "Lagringskvote": [[33, null]], "Legge til ein offentleg deling til din Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your files": [[32, null]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Mobile klienter": [[25, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Naming a version": [[39, "naming-a-version"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Navigering gjennom tastatur": [[80, "navigating-via-keyboard"]], "Nextcloud 35 brukar manual introduksjon": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Offentlege link delingar": [[35, "public-link-shares"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Opplasting av filer": [[29, "uploading-files"]], "Oppsettje din eigen filslipp": [[29, "setting-up-your-own-file-drop"]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Polls in chat": [[56, "polls-in-chat"]], "Preventing Automatic Updates": [[7, "preventing-automatic-updates"]], "Preventing Automatic Updates in Linux Environments": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preventing Automatic Updates in Windows Environments": [[7, "preventing-automatic-updates-in-windows-environments"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Security & encryption": [[34, null]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Setup your Accounts": [[49, "setup-your-accounts"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing & collaboration": [[23, null]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snakk": [[73, null]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Store fil opplastinger": [[31, null]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizing with Android": [[45, null]], "Synchronizing with KDE Kontact": [[48, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with Windows 10": [[51, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with macOS": [[49, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "Synkronisering p\u00e5 skrivebord og mobil": [[25, null]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Automatic Updater": [[7, null]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"], [49, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Universal aksess": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Valg av filer og mapper": [[21, "selecting-files-or-folders"]], "Version control": [[39, null]], "Videospelar": [[21, "video-player"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Web browser requirements": [[83, "web-browser-requirements"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "With the Nextcloud mobile app": [[45, "with-the-nextcloud-mobile-app"]], "Without the Nextcloud mobile app": [[45, "without-the-nextcloud-mobile-app"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Zoom og respons": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c5 lage anonyme opplastinger": [[29, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 7, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 39, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80, 81], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "2sa": 81, "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 37, 39, 41, 42, 44, 51, 56, 57, 58, 60, 66, 69, 72, 74, 76, 81], "As": [0, 19, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 41, 44, 48, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 24, 25, 26, 27, 35, 36, 39, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 81, 83], "If": [1, 4, 7, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 7, 8, 9, 10, 14, 17, 19, 20, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 48, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 38, 41, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 29, 36, 41, 44, 81], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 45, 66, 69, 72], "These": [14, 19, 41, 44, 69, 82], "To": [0, 1, 2, 4, 7, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 39, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": [8, 26], "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abil": [12, 44], "abl": [12, 19, 20, 27, 36, 41, 42, 44, 45, 51, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 37, 41, 42, 43, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [37, 41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 42, 45, 46, 47, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 7, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 7, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 51, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 7, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adgang": 31, "adjust": [9, 10, 11, 12, 15, 19, 20, 39, 82], "admin": [13, 14, 24, 36, 42, 44], "admin_manu": 26, "administ": 82, "administr": [1, 7, 14, 20, 21, 24, 26, 27, 29, 31, 33, 35, 36, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 81, 82], "administrasjonen": 24, "administrativ": 31, "administratoren": [21, 24, 26], "administrer": [6, 30, 32, 81], "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 39, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 39, 41, 44, 45, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "aksept": 35, "aksepter": 35, "aksess": [6, 35], "aksesser": [21, 26], "aktiver": [26, 80], "aktivert": [26, 28, 29, 33, 35], "alderen": 24, "aldri": 26, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 33, 35, 36, 37, 41, 42, 45, 46, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allered": [31, 81], "allow": [0, 7, 8, 12, 15, 20, 29, 40, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 39, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 41, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 39, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alt": 28, "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alternativ": 26, "alternativet": 26, "alternativt": 26, "alwai": [7, 15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 7, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "anbefal": [25, 26, 31], "andr": [24, 26, 28, 33, 81], "android": [6, 20, 25, 38, 43, 53, 73], "ani": [0, 1, 7, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "annan": [35, 81], "anonym": [20, 23, 30, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "app": [1, 2, 4, 6, 7, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 82, 83], "appar": [33, 51], "appdata": [9, 17], "appear": [0, 2, 7, 15, 19, 20, 21, 27, 36, 41, 42, 44, 51, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appen": [26, 33, 80, 81], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "applet": 48, "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 48, 49, 60, 63, 72, 82], "applikasjon": [6, 26], "appoint": [44, 48, 52], "appropri": [20, 51, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 39, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 27, 37, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "augen": 80, "auk": 31, "auker": 31, "aukt": 80, "autentifis": [6, 54, 82], "autentis": 6, "auth": 81, "authent": [20, 27, 44, 45, 46, 50, 51, 81], "author": [10, 20], "auto": [7, 20, 41, 42, 44, 56], "autocomplet": 37, "autom": [36, 57], "automat": [5, 6, 9, 12, 13, 14, 15, 20, 26, 27, 28, 39, 41, 47, 50, 56, 58, 59, 62, 69], "automatisk": 35, "autorespond": 40, "autoupdat": 7, "av": [6, 24, 28, 31, 33, 35, 53, 54, 80, 82], "avail": [0, 1, 7, 8, 9, 11, 14, 15, 17, 19, 20, 27, 35, 39, 40, 42, 44, 45, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avgrensa": 31, "avhengig": [26, 81], "avoid": 15, "avvis": 35, "awai": [19, 41, 48, 69], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 48, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bakgrunnsfarg": 80, "bandwidth": 19, "banner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 48, 58, 60, 62, 64, 65, 69, 72, 76, 83], "bare": 28, "base": [7, 8, 10, 20, 44, 45, 57, 81], "basert": [80, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "becaus": [7, 12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "bedrift": 53, "bedriftsabonn": 53, "been": [7, 8, 10, 12, 14, 15, 19, 20, 21, 25, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [7, 9, 10, 11, 19, 69], "behind": 74, "beh\u00f8ver": 31, "being": [7, 12, 15, 19, 20, 37, 42, 60], "bekreft": 28, "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 41, 42, 44, 51, 65], "berekn": 33, "berekna": 33, "berr": [24, 26, 31, 35, 81], "besid": 19, "beskytt": [26, 81], "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "bevi": 81, "beyond": 17, "bidirect": 25, "big": 41, "bild": 26, "bin": [21, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "bli": [24, 33, 35, 80, 81], "blitt": [24, 26], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": [2, 43], "bob": 35, "bold": 66, "book": [6, 45, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 42, 44, 47, 48, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 6, 7, 12, 14, 20, 21, 28, 35, 38, 51, 54, 63, 72, 81], "bruk": [6, 24, 28, 54, 82], "brukar": [6, 33], "brukar1": 24, "brukar2": 24, "brukar3": 24, "brukarar": [24, 26, 28, 31, 33], "brukarnamnet": 35, "brukbar": 80, "bruke": [25, 29, 54, 81], "bruken": 25, "brukeren": 35, "brukt": 80, "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [7, 12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": [7, 15, 43], "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 35, 41, 42, 44, 45, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "b\u00e5de": 24, "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 40, 42, 43, 46, 48, 49, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [7, 12, 14, 20, 42, 45, 48, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "cellular": 48, "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47, 49], "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 26, 29, 36, 37, 40, 41, 42, 48, 51, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chatter": 35, "check": [0, 7, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "choic": [12, 37, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": [39, 42], "circumst": 9, "citrix": [9, 14], "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 7, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 35, 36, 37, 39, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "clickabl": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 45, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cmd": 8, "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cohes": 5, "collabor": [2, 3, 6, 30, 42], "collaps": [19, 44], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 26, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "commun": [3, 8, 11, 14, 20, 41, 69], "compani": 7, "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 42, 43, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 7, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 7, 11, 12, 13, 14, 16, 17, 20, 21, 27, 35, 36, 37, 42, 44, 45, 49, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "configuration_fil": 26, "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 45, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 48, 49, 51, 54, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [12, 17], "consist": [15, 43], "consol": 20, "contact": [0, 6, 20, 27, 41, 43, 46, 48, 49, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 45, 50, 69], "contrari": 8, "contrast": 80, "control": [7, 11, 20, 30, 32, 36, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 29, 39, 40, 43, 45, 48, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 45, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 38, 39, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "d": [20, 41, 56], "dagar": [24, 33], "dai": [0, 11, 39, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 24, 26, 38, 39, 40, 41, 42, 43, 45, 48, 53, 66], "databasen": [26, 33], "dataen": [26, 33], "datamaskin": 25, "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "deaktiver": [21, 35], "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 35, 41, 42, 44, 48, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "deg": [24, 26, 28, 33, 35], "dei": [21, 24, 26, 28, 33, 35, 80, 81], "deira": [24, 26, 28, 35], "dekrypter": 26, "del": [26, 80], "dela": 24, "delai": 15, "delar": [24, 35], "delarar": 35, "delaren": [33, 35], "dele": [28, 33, 53], "deler": [24, 28, 33, 35], "deleren": 35, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 42, 58, 59, 66, 69, 80], "deling": 26, "delinga": 35, "delingen": [26, 28, 33, 35], "delingsfanen": 35, "delt": [26, 33], "den": [28, 29, 33, 35, 53, 80, 81], "deni": 54, "denn": [24, 26, 28, 31, 35], "depend": [0, 12, 17, 19, 20, 21, 27, 36, 41, 44, 48, 60, 63, 72, 80, 82], "deploy": [7, 14, 18], "depth": 20, "der": 35, "derett": 26, "descend": 15, "describ": [7, 11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44, 80], "designa": 80, "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "dess": [21, 26, 28, 31, 35], "destin": [20, 21], "det": [24, 29, 31, 33, 35, 80, 81], "detail": [1, 15, 20, 27, 35, 36, 37, 39, 41, 42, 44, 52, 59, 69, 82], "detalj": [24, 33], "detect": [9, 15, 41], "determin": [41, 44], "dett": [24, 28, 35, 80], "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 45, 53, 54, 60, 69, 72, 81, 83], "di": [24, 33, 35], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 28, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 41, 42, 44, 69, 70], "dig": 20, "digest": 0, "din": [21, 24, 25, 26, 28, 31, 33, 80, 81], "dine": [21, 24, 26, 35, 53, 80], "direct": [20, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 41, 53], "directory_that_has_been_cr": 8, "direkt": [26, 28, 35], "dirnam": 16, "disabl": [0, 1, 7, 9, 15, 19, 20, 21, 26, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disallow": 7, "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 45, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26, 39], "diskplassen": 33, "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "diss": 33, "distribut": [7, 9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "ditt": [21, 26], "divid": [58, 60, 66], "do": [0, 7, 8, 9, 12, 14, 17, 19, 26, 28, 36, 41, 44, 45, 47, 60, 62, 63, 65, 69, 72, 81, 82], "doc": 26, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 35, 37, 46, 57, 74, 80, 82], "doe": [7, 8, 9, 12, 19, 20, 25, 28, 42, 44, 48, 49, 54, 59, 81], "doesn": [20, 44, 46], "dokumentasjon": [24, 33], "dokumentert": [25, 80], "dolphin": 19, "domain": [20, 44, 47], "don": [5, 26, 39, 41, 42, 66], "done": [12, 38, 41, 46, 48, 51, 56, 66, 72], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "dottan": 35, "doubl": [12, 14, 63], "down": [0, 12, 20, 50, 69, 76], "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 39, 42, 52, 56, 62, 73], "downward": 15, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 29, 56], "dropdown": [20, 27, 49, 82], "du": [21, 24, 26, 28, 29, 31, 33, 35, 53, 54, 80, 81], "due": [12, 15, 35, 37], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "dword": [7, 20], "dynam": 9, "dysleksi": 80, "d\u00e5": [26, 28, 35], "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51, 80], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "easi": [2, 5, 20], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 7, 15, 19, 20, 21, 28, 29, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "effect": [15, 81], "effici": 44, "ei": [24, 29, 31, 33, 35, 53, 81], "eigar": 26, "eigaren": [24, 26, 33, 35], "eigen": [28, 35], "ein": [6, 24, 28, 29, 33, 53, 80, 81], "einingan": [54, 81], "einingar": [6, 81], "eit": [26, 28, 31, 35, 53, 80, 81], "either": [8, 12, 19, 38, 41, 42, 45, 47, 49, 60, 70, 76], "eksempel": [26, 80, 81], "eksemplet": 35, "ekskludert": 33, "eksponert": 26, "ekstern": [26, 28, 35], "elaps": 60, "eldr": [24, 28, 33], "eldst": [24, 33], "element": [58, 60, 66, 80], "elimin": 41, "eller": [24, 28, 29, 31, 35, 80, 81], "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 49, 51, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "en": [28, 35, 81], "enabl": [0, 1, 4, 7, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 49, 51, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [6, 20, 27, 30, 47, 49], "encryption_configur": 26, "end": [19, 20, 26, 30, 34, 35, 40, 41, 44, 57, 62, 69], "enden": 80, "endr": 28, "endra": [24, 26], "endrer": 81, "endret": 26, "endringar": 6, "end\u00e5": 26, "engag": 41, "enhanc": 66, "enkel": 26, "enkelt": 29, "enklar": 80, "enn": [24, 31, 33], "enough": 12, "ensur": [7, 15, 20, 41, 44, 80], "enten": 35, "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": 18, "entir": [7, 11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "er": [24, 25, 28, 29, 31, 33, 35, 53, 80, 81], "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 35, 41, 66], "etter": [26, 80], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 26, 36, 39, 41, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 35, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "exce": [20, 39], "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19, 39], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50, 51], "fail": [7, 12, 20, 44], "failur": [9, 12], "faktor": 6, "faktorar": 81, "faktoren": 81, "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fargen": 80, "farleg": 26, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "favoritt": 21, "feasibl": 14, "featur": [2, 7, 9, 12, 17, 18, 19, 20, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "feltet": 28, "ferdig": 28, "fetch": 41, "few": [42, 48, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "fil": [22, 26, 28, 30, 33, 35, 53], "fila": 35, "file": [3, 6, 7, 8, 10, 11, 13, 14, 16, 17, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filen": [21, 24, 26, 33, 35], "filenam": [16, 19], "fileproviderext": 15, "filer": [6, 25, 28, 31, 32, 33, 35], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filnamnen": 29, "filter": [1, 36, 42, 59, 76, 83], "filversjonan": 33, "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 37, 41, 42, 43, 47, 48, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "fine": [41, 48], "finish": [1, 5, 20, 41, 45, 50, 52], "finn": [26, 35], "finner": 80, "firefox": [20, 83], "first": [7, 12, 14, 15, 28, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 82], "fit": 65, "fix": [7, 14, 48], "fjern": [26, 28], "fjerna": 33, "flag": 44, "fledg": 50, "fleet": 19, "fleir": [33, 35, 80], "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "flytta": 24, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 40, 41, 42, 45, 46, 47, 48, 49, 51, 52, 60, 80, 82], "font": 80, "forblir": 24, "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "fordi": 26, "forev": 41, "forget": 5, "forh\u00e5ndsvis": 21, "form": [1, 26, 28, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44, 80], "formen": 35, "formerli": 45, "forsikr": 24, "forskjellig": 81, "fors\u00f8ker": 26, "forth": [1, 41], "fortsatt": [33, 80], "forutsaket": 80, "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "fra": 33, "frakopl": 54, "framework": 7, "free": [11, 15, 20, 39, 40, 41, 60], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 37, 38, 39, 41, 42, 45, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fr\u00e5": [24, 26, 28, 35, 53], "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 26, 41, 42, 44, 50, 57, 73, 82], "fullf\u00f8rt": 29, "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fullt": 80, "fun": 5, "function": [7, 20, 42, 81], "funger": [26, 81], "funksjon": 29, "funksjonen": [21, 26, 29], "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "fyrst": [26, 35, 81], "fysisk": 81, "f\u00e5": 26, "f\u00e5tt": 35, "f\u00f8deral": [28, 35], "f\u00f8lg": [28, 35], "f\u00f8lgjand": 81, "f\u00f8r": [24, 26, 35], "f\u00f8rehandsvisningar": 26, "g": [0, 4, 8, 19, 20, 41, 45, 49, 51], "galleri": 26, "gaml": 26, "gatewai": [8, 69], "gb": 11, "gear": [42, 51], "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "generel": 80, "generer": 81, "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 37, 39, 41, 42, 47, 51, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gi": [24, 26], "gif": 66, "gigabyt": 12, "giphi": 66, "gir": [26, 33, 53], "github": [25, 66, 74], "gitlab": 66, "gitt": 31, "give": [0, 1, 2, 5, 12, 39, 41, 54, 60, 62], "given": [44, 60, 63], "gjendel": 35, "gjennom": [6, 26, 31, 33, 35], "gjenopprett": 26, "gjere": [28, 80], "gjord": 26, "glanc": 36, "global": [6, 19, 76], "globe": 41, "gl\u00f8ymt": 26, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 12, 14, 18, 19, 20, 27, 28, 41, 44, 45, 48, 50, 52, 58, 71, 72, 81], "gone": 41, "gong": [24, 26, 35], "googl": [41, 45, 81, 83], "got": 18, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "grati": [53, 80], "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "grensa": 24, "grensen": 31, "grensesnittet": 21, "group": [0, 3, 7, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [6, 41, 42, 48, 52], "grunnen": 26, "grupp": 26, "grupper": [26, 33], "guard": 12, "guest": [6, 41, 56, 58, 59, 60, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gul": 26, "gvf": 20, "g\u00e5": 35, "h": [8, 16, 20], "ha": [1, 7, 8, 10, 12, 15, 18, 19, 20, 21, 24, 25, 26, 27, 33, 35, 36, 38, 39, 41, 44, 45, 46, 51, 56, 69, 72, 74, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "har": [21, 24, 26, 29, 35, 80, 81], "hard": [12, 20, 41], "harder": 35, "hardwar": 83, "have": [1, 7, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 45, 46, 47, 49, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "heilt": 31, "heim": 53, "help": [11, 15, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "helst": [24, 26, 28, 80], "hemmelighet": 81, "hensyn": 6, "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 35, 44, 55, 72], "hierarch": 2, "hierarki": 35, "hierarkiet": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hjelp": 80, "hjelpsamt": 33, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41, 48], "hood": 15, "hopp": 80, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 39, 69, 76], "hourli": 0, "hovedform\u00e5let": 26, "hovedn\u00f8kkelen": 26, "hover": [2, 19, 42, 44, 66, 76], "hovud": 80, "hovudinnhald": 80, "how": [0, 2, 3, 6, 7, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [7, 10, 12, 19, 41, 42, 44], "hr": 9, "href": 20, "html": [26, 41], "http": [8, 9, 11, 12, 20, 26, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "hurtigbuff": 33, "h\u00f8g": 80, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 27, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 51, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 41, 54, 60], "identisk": 26, "identiteten": 81, "ifram": 41, "igjen": [24, 26], "ignor": [8, 12, 41], "ikkj": [24, 28, 31, 33, 80], "ikonet": [28, 35, 54], "illustrer": 24, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "immedi": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": [37, 44], "incorrect": [9, 19], "increas": [11, 15, 20], "increment": 41, "independ": [0, 12, 41], "index": [12, 41], "indic": [19, 20, 21, 27, 44, 51, 60, 62, 69], "individ": [26, 53], "individu": [14, 19, 27, 41, 42, 44, 54, 72], "individuel": 26, "influenc": [11, 41], "info": [36, 41], "inform": [7, 8, 11, 12, 13, 14, 15, 19, 20, 21, 37, 41, 44, 46, 50, 51, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informasjon": 33, "informasjonen": 35, "ingen": 26, "ingent": 26, "inherit": 42, "inhibit": 8, "ini": 9, "initi": 48, "initialisert": 26, "inkludert": 6, "inkommand": 35, "inlin": [36, 66], "inn": [24, 26, 28, 35, 80, 81], "innblandingen": 80, "innhald": 35, "inni": 24, "innkommend": 35, "innlog": [6, 26, 80], "innlogg": 26, "innstilling": 80, "innstillingar": [35, 80], "innstillingen": [35, 80], "inntil": 24, "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 48, 59, 77], "instagram": 42, "instal": [0, 1, 6, 7, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "installasjon": 28, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "introduksjon": 6, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "involvert": 80, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 44, 66], "italic": 66, "item": [8, 15, 21, 41, 48, 56, 62, 75, 76], "its": [1, 7, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [7, 14, 20, 41, 76], "job": 11, "john": 20, "join": [6, 58, 61, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "kaddressbook": 48, "kalend": 33, "kalendar": 48, "kalkuler": 24, "kalkuleret": 33, "kan": [21, 24, 28, 29, 33, 35, 54, 80, 81], "kanban": 43, "kanskj": 26, "katalogen": 35, "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 39, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keychain": 49, "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kjeld": 53, "kjent": 81, "klarheta": 80, "klient": [6, 25], "klikk": [28, 29], "klikker": 29, "knapp": 29, "knappan": 80, "knappen": 28, "know": [20, 28, 41], "knowledg": [2, 3, 12], "known": 45, "kobler": 28, "kode": 81, "koden": 81, "kollapsa": 80, "kom": 80, "kommer": 80, "kompatibel": 53, "komplisert": 24, "konfigur": 6, "konfigurasjon": 31, "konfigurer": 35, "konfigureringen": 26, "konfigurert": [24, 31, 33], "kontact": [6, 43], "kontakt": [31, 33, 80], "konto": [26, 81], "kontrast": 80, "kontroller": 53, "kopi": 24, "kopiera": 24, "kor": 26, "korgan": 48, "korlei": 33, "krefter": 24, "krevj": 81, "krevjar": 31, "krypter": 33, "krypteringen": 26, "kryptert": 33, "kubuntu": 19, "kun": [24, 26], "kunn": [26, 29, 35], "kva": [26, 80], "kvalitet": 80, "kvar": [24, 33, 35], "kvart": 81, "kven": 35, "kvote": 33, "kvoten": [24, 33], "kvoter": 33, "kwallet": 14, "k\u00f8yre": 26, "label": [20, 28, 36, 41, 51], "lage": [23, 30], "lagr": [24, 26, 33, 81], "lagra": 26, "lagrar": 33, "lagret": 26, "lagringen": 26, "lagringskvot": [24, 30, 32], "lagringskvota": 24, "lagringsplassadministrasjonen": 33, "lagringsplassen": 24, "lagt": [24, 35, 81], "land": [2, 42], "langt": 35, "languag": [1, 44, 64, 82], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 26, 29, 33, 35, 39, 44, 54, 55, 83], "laster": 31, "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [7, 14, 18, 25, 26, 52, 83], "latter": 46, "launch": [7, 12, 14, 16, 19, 20, 45, 51], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "le": 35, "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "ledig": 24, "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legefeilen": 80, "legend": 41, "legg": [26, 28, 81], "legger": 35, "length": 41, "lengthier": 20, "lenk": 35, "lenken": 35, "lenker": 35, "lese": 26, "less": [5, 11, 38], "let": [1, 5, 7, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "lett": 80, "letter": 20, "level": [2, 16, 21, 26, 41, 60, 62, 69, 80], "leverand\u00f8r": 26, "librari": [9, 17], "like": [5, 7, 15, 19, 20, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 19, 20, 31, 37, 39, 41, 42, 69, 83], "line": [6, 7, 12, 13, 14, 17, 19, 36, 41, 66], "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linken": 29, "linker": [28, 35], "linu": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 36, 37, 38, 41, 42, 45, 48, 49, 54, 57, 59, 66, 69, 70, 72, 74, 81, 82], "lista": 35, "listdai": 41, "listen": [8, 9, 54], "listmonth": 41, "listweek": 41, "litt": [24, 33], "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "ll": [2, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logg": 26, "logger": 26, "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "lysstyrken": 80, "l\u00e6re": [24, 26], "l\u00f8yse": 53, "l\u00f8ysingar": 35, "l\u00f8yve": 33, "m": [20, 60, 72, 74, 80], "mac": [15, 19], "machin": [7, 8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 45, 47], "magic": 5, "magisk": [24, 26], "mai": [0, 7, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 35, 36, 37, 41, 48, 60, 62], "mail": [0, 6, 40, 41, 43, 50, 52, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 41, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "make": [5, 9, 10, 12, 17, 19, 20, 25, 28, 29, 35, 39, 41, 42, 47, 49, 58, 60, 66, 74, 82], "maksimal": 24, "maksimalt": 24, "manag": [5, 6, 7, 12, 14, 15, 17, 21, 26, 27, 30, 31, 43, 46, 50, 51, 56, 57, 77, 82], "mandatori": [45, 62], "mang": 26, "manglar": 21, "mani": [12, 41], "manner": [8, 41], "manual": [6, 7, 12, 13, 14, 15, 20, 27, 36, 39, 44, 45, 48, 49, 50, 58, 62, 79], "manualen": 25, "manuelt": [24, 29], "mapp": [24, 26, 33, 35], "mappa": 35, "mappen": [26, 29, 35], "mapper": [26, 35], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "maskinvar": 6, "mastodon": 42, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": [25, 26, 31, 41, 80], "mean": [9, 15, 19, 20, 27, 41, 44, 81], "meanwhil": 42, "mechan": 7, "med": [6, 21, 24, 25, 28, 29, 33, 80], "medan": 80, "media": [8, 21, 42, 60, 62, 69], "medlemm": 35, "meet": [39, 57, 69, 72, 83], "megabyt": 31, "meiner": 26, "meir": [24, 26, 81], "meld": [26, 81], "member": [2, 5, 20, 69], "membership": [42, 82], "memori": 1, "men": [24, 26, 33, 80], "mennesk": 24, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menyen": 80, "merknad": 35, "messag": [1, 6, 16, 19, 20, 41, 43, 47, 51, 56, 57, 58, 67, 73, 80, 83], "mest": 26, "metadata": [19, 33], "method": [7, 20, 27, 41, 42, 45, 58, 81], "metoden": 28, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "midlertidig": 33, "might": [7, 9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "miniatyrbilet": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minn": 24, "minut": [9, 27, 39, 41, 48], "minutt": 26, "mist": 26, "mister": 26, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 22, 30, 38, 41, 42, 73, 81, 82], "modal": [41, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "modifis": 31, "modu": 80, "mogelegheiten": 26, "mogleg": 35, "moglegheiten": 21, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "monter": [28, 35], "month": 41, "more": [0, 2, 5, 7, 11, 12, 14, 15, 20, 21, 26, 36, 39, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 41, 44, 48, 74, 83], "mot": [24, 33, 81], "mottakar": 28, "mottakaren": [24, 35], "mottar": [29, 35, 81], "mount": [21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatu": 20, "music": 8, "must": [8, 12, 14, 19, 20, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "m\u00e5": [21, 26, 28], "m\u00e5l": 35, "m\u00e5te": [26, 81], "m\u00e5ten": 26, "m\u00e5tte": 26, "m\u00f8rkt": 80, "m\u00f8te": 26, "m\u00f8ter": 24, "m\u00f8tt": 24, "n": [8, 20, 56], "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 48, 50, 51, 54, 60, 69, 72, 82, 83], "namn": [24, 28], "namna": 26, "narrow": [0, 76, 83], "nativ": [20, 50], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 49, 51, 65, 69, 76], "navigasjonen": 80, "navigasjonsappen": 80, "naviger": 35, "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 37, 41, 47, 54], "ned": 26, "nedanfor": 26, "nedlast": 35, "need": [2, 7, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 44, 45, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nei": 26, "nemo": [19, 20], "nermast": 24, "nest": 12, "net": [8, 20], "netrc": 8, "nettklienten": 31, "nettlesaran": 54, "nettleser": [6, 81], "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 39, 41, 69], "new": [1, 2, 5, 7, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 42, 45, 48, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 7, 8, 9, 14, 15, 18, 27, 36, 37, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nice": 5, "nick": 5, "night": 66, "nitrokei": 81, "niv\u00e5": [31, 35], "niv\u00e5et": 24, "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "noko": 81, "nokon": [21, 28, 33, 80], "non": [2, 8, 9, 14, 20, 49, 82], "none": [44, 47, 51], "normal": [7, 9, 19, 26, 41, 44, 66], "note": [2, 4, 41, 42, 44, 51, 76], "notic": [10, 41], "notif": [6, 7, 9, 10, 19, 37, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 7, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "noverand": [24, 35], "now": [2, 5, 10, 14, 20, 41, 42, 44, 45, 46, 47, 48, 66], "number": [11, 15, 19, 28, 41, 42, 44, 58, 60, 69], "ny": [24, 28, 35], "nye": [24, 26, 28, 33], "nytt": [21, 26, 29, 33], "nyttar": 26, "nytter": 26, "nyttig": 31, "n\u00e5r": [26, 28, 29, 31, 33, 35], "n\u00f8kkel": 81, "n\u00f8klar": 33, "n\u00f8klene": 26, "n\u00f8kler": 26, "o": 8, "object": [0, 27], "objektet": 35, "obscur": 69, "observ": 14, "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 41, 44], "oct": 20, "off": [1, 44, 80], "offentleg": 33, "offer": [7, 15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "og": [6, 22, 24, 26, 28, 29, 30, 31, 33, 53, 81], "ogs\u00e5": 80, "ok": 20, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 20, 80], "oldest": [39, 44], "om": [21, 24, 26, 28, 29, 31, 33, 35, 80, 81], "omdirigert": 81, "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 51, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 7, 8, 10, 11, 12, 14, 19, 20, 21, 25, 36, 38, 39, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 45, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 7, 14, 15, 19, 20, 26, 27, 28, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "onto": [21, 52], "open": [0, 1, 2, 7, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslektik": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [7, 11, 12, 17, 19, 20], "operer": 53, "opn": [26, 80], "opp": [29, 31, 33, 35], "oppbevar": 24, "oppbevaringstiden": 33, "oppdater": 26, "oppgradert": 28, "opplast": [31, 35], "opplasta": 33, "opplasted": 33, "opplasting": [22, 23, 30], "opplastingar": 33, "opplastingen": 29, "opportun": 12, "opt": [9, 44], "optim": 20, "option": [0, 6, 7, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 48, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "order": [12, 35, 42, 45, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "original": 33, "other": [0, 1, 2, 4, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "our": [14, 15, 42, 43, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 27, 41, 42, 44, 49, 69, 76], "overflow": [19, 27, 65], "overg\u00e5": 24, "overg\u00e5r": 24, "overhaul": 12, "overhead": 20, "overk\u00f8yr": 24, "overlap": 41, "overlegen": 35, "overordnet": 35, "overrid": [7, 8, 11], "overskriften": 80, "overstig": [24, 33], "overstyr": 33, "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 7, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "p": 8, "packag": [7, 8, 14, 17, 19, 20], "page": [2, 4, 7, 14, 15, 21, 24, 25, 28, 33, 35, 41, 42, 54, 74, 77, 82, 83], "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "papirkurv": [24, 28, 33], "papirkurven": [24, 26, 33, 54], "par": 26, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 41, 70], "particip": [41, 56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pass": [8, 20, 39], "passand": 31, "passkei": 83, "passord": [6, 81], "passordbeskytt": 35, "passordet": 26, "password": [8, 14, 20, 26, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48, 51], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [7, 8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perioden": 24, "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 45, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "personleg": [24, 35], "peterstei": 12, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [37, 41, 46, 48, 56, 69], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pilen": 28, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41, 48], "plasma": 48, "plass": 24, "plassen": 24, "plassert": 24, "platform": 17, "playback": 21, "pleas": [4, 20, 41, 42, 44, 63, 82], "plist": 17, "plu": [41, 42], "point": [10, 14, 20, 27, 44, 45, 83], "polici": 7, "poll": [9, 15], "pop": 7, "pop3": 43, "popov": 80, "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "posit": 42, "possibl": [0, 1, 7, 12, 15, 18, 19, 20, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57, 80], "potenti": 44, "power": [1, 48], "ppa": 8, "praksi": 28, "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 7, 9, 14, 17, 20, 41, 44, 45, 51, 52, 81], "prepar": [18, 41, 62, 66], "preselect": 2, "present": [7, 21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 44, 46, 60, 66, 72, 83], "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50, 51], "previous": 44, "primari": 44, "prim\u00e6r": 80, "princip": [47, 51], "prior": 7, "privaci": [38, 44, 62, 83], "privat": [41, 53, 66, 82], "privileg": 7, "pro": 81, "probabl": 20, "problem": [11, 12, 15, 80, 81], "proc": 12, "proce": 44, "procedur": 50, "process": [8, 12, 39, 41, 44, 52, 62], "produc": [9, 19, 21], "product": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "programvar": 53, "progress": [15, 19, 60], "project": 43, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": [12, 20, 49], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "protect": [20, 35, 38, 42, 69], "protocol": [12, 20, 27, 47, 50, 74], "provid": [0, 1, 6, 7, 8, 12, 13, 14, 19, 20, 21, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "public": [21, 35, 36, 41, 56, 58, 69, 82], "publicli": 42, "publish": 82, "pull": 41, "purpos": 40, "push": [0, 60, 80], "put": 69, "p\u00e5": [21, 22, 26, 28, 29, 30, 33, 35, 53, 80, 81], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 20, 76, 83], "rapport": 80, "rapporter": 80, "rate": [41, 48], "rather": [20, 50], "re": [5, 12, 20, 41, 44], "reach": [27, 40, 41, 44, 69], "read": [8, 9, 15, 20, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "reappear": 45, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 37, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 44], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redig": 35, "rediger": 21, "redigert": 33, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "reduser": 80, "redusera": 80, "redusert": 80, "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 48, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 60, 69, 78], "registri": [7, 12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reguler": 35, "regulerbart": 35, "reject": [37, 41], "rejoin": 69, "rekk": 35, "rekkj": 81, "rekna": 33, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 51, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 6, 7, 8, 15, 20, 27, 38, 41, 44, 45, 47, 60, 62, 64, 69, 74], "reschedul": 66, "reset": [40, 41], "reshar": 41, "resiz": 60, "resolv": [10, 15], "resourc": [20, 42, 45, 46, 48], "resourcetyp": 20, "respect": [41, 42, 43, 49, 52, 58], "respon": 6, "respond": [44, 57], "respons": [20, 41, 44], "responsiv": 80, "rest": [20, 25], "restart": [7, 15, 20], "restor": [15, 24, 39, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 48, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "rettigheit": 35, "rettigheta": 35, "return": [21, 42, 60], "return\u00f8kkelen": 28, "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 35, 39, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "riktig": 81, "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "rom": 24, "room": [42, 73, 77], "root": [8, 15, 20, 37, 41], "rot": 35, "row": [21, 36, 65], "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 26, 27, 39, 77], "rundt": 33, "rw": 20, "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20], "said": 7, "sale": 82, "samarbeidend": 35, "samba": 27, "same": [5, 7, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samtal": [35, 80], "sannsynleg": 26, "satt": [31, 33, 35], "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 48, 51, 54, 56, 62, 80, 82], "scan": [12, 27, 81], "scanner": 45, "scari": 5, "scenario": 10, "scenarioet": 24, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 37, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 7, 9, 11, 15, 39, 42, 44, 48, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41], "section": [1, 7, 9, 11, 12, 20, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [6, 20, 30, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 27, 28, 29, 33, 35, 36, 37, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": 51, "seg": 81, "sei": 26, "seier": 26, "seksjon": 26, "sekund": 81, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 51, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 49, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "separat": 25, "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "session": [9, 20, 42], "set": [4, 6, 7, 9, 10, 12, 15, 16, 20, 27, 33, 36, 37, 38, 42, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81], "sett": [26, 35], "settl": 41, "setup": [11, 12, 41, 45, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 29, 30, 37, 38, 43, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 7, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 48, 51, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "si": 33, "sick": 40, "side": [5, 10, 15, 19, 20, 27, 29, 30, 34, 35, 38, 42, 44, 49, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "sidefeltet": [35, 80], "siden": [26, 31, 35, 80], "siev": 44, "siffret": 35, "sign": [19, 20, 42, 49], "signatur": 44, "signific": [20, 44], "significantli": 20, "sikkerheitsproblem": 26, "sikkert": 53, "silent": [7, 8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sin": [24, 29, 53], "sinc": [20, 35, 39, 44, 50, 81], "sine": 35, "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sirkler": 35, "sit": 19, "sitt": [35, 53], "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "sjekker": 24, "sj\u00e5": [24, 26, 28, 29, 33, 35, 81], "sj\u00f8lv": 26, "sj\u00f8lve": 80, "skannet": 81, "skapar": 80, "skape": [21, 26, 28, 35], "skaper": [28, 33, 35], "skapt": [26, 35], "skarpheten": 80, "skip": [11, 60, 80], "skipupdatecheck": 7, "skje": 26, "skjemafelt": 28, "skjermst\u00f8rrels": 80, "skj\u00f8nne": 33, "skrifttyp": 80, "skriv": 81, "skrivebord": [22, 30], "sky": [28, 35], "slash": 19, "slet": 24, "slett": [21, 24], "sletta": [30, 32, 33], "sletted": [24, 33], "sletter": [24, 28], "slik": [24, 33, 80], "slipp": 35, "slot": 41, "slow": 20, "slutt": [26, 35], "smak": 80, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snakk": [6, 35, 80], "snap": 20, "snarveg": 80, "sni": 20, "snill": 80, "snippet": 44, "so": [1, 5, 7, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 48, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solv": [12, 81], "som": [24, 26, 28, 31, 33, 35, 53, 80, 81], "some": [5, 9, 10, 14, 19, 26, 27, 35, 41, 44, 48, 57, 69, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 37, 38, 48], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 39, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [7, 8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "speech": [1, 60, 64], "speed": [20, 44], "spesielt": 26, "spesifikk": 6, "split": 44, "spoken": 60, "sporer": 80, "spreadsheet": 21, "spurt": 35, "sp\u00f8r": 28, "sp\u00f8rje": 26, "sp\u00f8rre": 21, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stack": 44, "stai": [20, 41, 44, 59], "stand": 20, "standard": [8, 14, 15, 24, 26, 28, 31, 35, 41, 80], "star": [21, 42], "start": [1, 3, 6, 7, 9, 12, 16, 20, 38, 40, 41, 44, 45, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "steg": [6, 54, 82], "stega": 35, "stegen": 28, "step": [12, 14, 20, 28, 36, 41, 44, 45, 46, 47, 48, 49, 50, 51, 69], "still": [2, 9, 15, 21, 24, 26, 41, 42, 44, 47, 62, 69], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33], "store": [4, 15, 19, 20, 22, 30, 39, 42, 44, 45, 53, 81], "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strongli": 20, "structur": [2, 3, 21, 42], "strukturen": 26, "style": 43, "st\u00f8rre": [31, 33], "st\u00f8rrelsar": 31, "st\u00f8rrelsen": [33, 80], "st\u00f8tta": 53, "st\u00f8ttar": 81, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": [41, 45], "subsequ": [15, 20], "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "successfulli": [7, 51], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "summar": [1, 44], "summari": 57, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 49, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 49, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "sy": 12, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 45, 47, 48, 49, 50, 51, 53, 81], "synchron": [6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 53], "synkronis": [22, 30, 53], "synkronisasjon": 6, "synkroniser": 25, "synleg": 35, "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [7, 8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systemet": 21, "s\u00e5": [21, 26, 28, 29, 35, 80, 81], "s\u00f8ke": 26, "s\u00f8keindeksen": 26, "s\u00f8mlau": 26, "s\u00f8ppel": [24, 54], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "ta": 80, "tab": [0, 1, 12, 19, 20, 21, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tackl": 69, "tag": [0, 21, 30, 32], "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 48, 62, 69, 83], "taken": 41, "talk": [0, 1, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 73, 74, 75, 80, 83], "tap": [45, 60], "tar": 26, "target": [9, 15, 20, 37, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 43, 45, 46, 48, 57, 66, 69], "tastatur": 6, "teach": 44, "team": [2, 3, 6, 27, 43, 69, 74, 80], "technic": [14, 15], "tek": 33, "tekst": [26, 81], "teksten": 80, "tel": 33, "telegram": 42, "telephon": 82, "tell": [19, 33, 41, 44], "teller": 24, "telt": 24, "tema": 80, "temaer": 6, "temporarili": [12, 20, 60], "ten": 27, "tenar": [21, 24, 26, 28], "tenarar": [28, 35], "tenaren": 53, "tenest": 26, "tenesteleverand\u00f8rar": 53, "tent": [41, 44], "terabyt": 12, "term": [1, 18, 41, 46], "termin": 15, "test": [9, 10, 12, 14, 18, 20, 24, 44, 48], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "than": [2, 16, 19, 20, 39, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 28, 37, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 7, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 43, 45, 49, 53, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": 12, "those": [0, 25, 41, 42, 43, 50, 53, 54], "though": [9, 12, 19, 20], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 41, 44, 45, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tidsavbrot": 26, "tidsmerk": 24, "til": [21, 24, 25, 28, 29, 31, 33, 53, 54, 80, 81], "tilbak": 26, "tilbakestil": 35, "tilbyr": 80, "tildel": 24, "tile": 65, "tilfel": 26, "tilfeldig": 35, "tilfellet": 26, "tilgang": 26, "tilgjengeleg": [26, 35], "tilgjengelegheten": 80, "tilgjengelig": 24, "tilgjengeligheit": 80, "tilgjengelighet": 80, "tilgong": 81, "tilknytted": 28, "tilkopla": [6, 26, 81], "tillat": 35, "tillatt": 24, "tillegg": 24, "tillet": [28, 33], "tillett": 35, "tilpass": [24, 80], "tilpasset": 80, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 39, 40, 44, 48, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timestamp": [37, 39], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tjenesteleverand\u00f8r": 26, "tl": [20, 51], "tlsv1": 20, "tmp": 8, "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 6, 20, 35, 41, 46, 48, 49, 54, 72], "token1": 41, "token2": 41, "token3": 41, "too": [41, 44], "tool": [1, 2, 7, 17, 36, 43], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totalen": 33, "totp": [20, 81], "touchpad": 63, "toward": 45, "track": 0, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "trash": [9, 21, 28, 42], "trashbin_retention_oblig": 24, "travel": 41, "tre": 35, "tredjepart": 26, "tree": 19, "trenarar": 53, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "try": [14, 40, 47, 48], "trygg": 53, "trygt": 53, "trykk": [28, 35], "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 7, 10, 12, 17, 19, 25, 36, 39, 42, 44, 45, 46, 50, 51, 56, 60, 80, 81, 82], "txt": [10, 20], "type": [0, 1, 2, 7, 9, 14, 15, 19, 20, 21, 28, 36, 37, 41, 42, 44, 47, 49, 50, 57, 60, 66, 69, 80], "typic": [19, 57], "typisk": 81, "u": [8, 20, 44, 80], "u2f": 81, "uautorisert": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": [9, 41], "ukryptert": 33, "ulik": 35, "umiddelbart": 24, "umount": 20, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 7, 11, 15, 20, 27, 33, 36, 37, 44, 46, 51, 69, 70, 72, 79, 80, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 38], "unfocu": 80, "unfortun": 20, "unifi": [5, 6, 76], "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 60, 82], "univers": [6, 7, 12], "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unng\u00e5": 24, "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 39, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [7, 9, 15, 19, 20, 42, 45, 49, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [51, 59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 41, 42, 44, 45, 48, 54, 64], "upload": [9, 11, 15, 19, 20, 27, 29, 31, 41, 42, 60, 62, 69, 72], "upon": [7, 20, 44, 69, 70], "upper": 50, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 48, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 7, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 28, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 37, 41, 45, 46, 47, 48, 49, 50, 51], "using_the_windows_10_calendar_application_with": 51, "usual": [12, 44, 47], "ut": [26, 35, 80], "utan": 35, "utf": 20, "utgangsdatoen": 24, "utgongsdato": 35, "util": 44, "utvida": 80, "utvikl": 80, "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valg": 35, "valid": [19, 41, 44, 50, 51], "valu": [7, 9, 11, 12, 15, 16, 19, 20, 42, 44], "vanleg": [26, 80], "var": [16, 81], "variabl": [6, 9, 10, 13, 31, 41], "variablan": 31, "variablen": 31, "varier": 80, "varieti": 82, "variou": [41, 42], "varsl": [26, 35], "varsler": 26, "vart": [24, 35], "vcard": 42, "vcf": 42, "ve": [18, 20], "ved": [24, 26, 28, 29, 80, 81], "veit": 81, "velg": 80, "velj": 26, "velkommen": 53, "vendor": 7, "venleg": [26, 80], "vent": 80, "venu": 41, "verbos": 8, "verdien": 24, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "verkt\u00f8yet": 81, "version": [4, 7, 9, 10, 12, 17, 18, 19, 20, 21, 30, 32, 41, 42, 44, 49, 50, 52, 82, 83], "versjonskontrol": 33, "vert": 33, "vertic": 44, "vi": 26, "via": [4, 10, 15, 20, 21, 29, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "vidar": 28, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 7, 14, 20, 27, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "vil": [24, 26, 28, 29, 33, 35, 80, 81], "virtual": [17, 19, 82], "vise": [29, 81], "viser": 35, "visibl": [4, 10, 15, 19, 21, 27, 36, 37, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "visn": 35, "viss": 31, "vista": 20, "visual": 15, "visuel": 80, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "v\u00e5r": 80, "v\u00e5rt": 80, "v\u00e6r": 80, "v\u00e6re": [26, 33, 81], "wa": [0, 1, 9, 39, 41, 44, 83], "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 45, 47, 54, 56, 59, 62], "wait": [1, 18, 19, 39, 44, 79], "want": [0, 2, 4, 5, 7, 14, 15, 18, 19, 20, 26, 28, 29, 41, 42, 44, 45, 48, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 20, 41, 44], "watch": 12, "we": [2, 5, 12, 14, 15, 18, 20, 39, 41, 43, 44, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": [43, 73], "wednesdai": 41, "week": [0, 39, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 48, 62], "were": [9, 15, 41, 42, 51, 57, 70], "what": [0, 5, 12, 15, 19, 20, 27, 33, 36, 41, 57, 82], "whatev": 51, "wheel": 63, "when": [0, 1, 2, 5, 7, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 39, 40, 41, 42, 44, 45, 48, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 7, 8, 9, 10, 15, 19, 37, 39, 41, 42, 45, 56, 58, 60, 69, 72, 81, 83], "wherea": 7, "wherev": 25, "whether": [9, 18, 20, 27, 37, 41, 44, 56, 60], "which": [0, 5, 7, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 28, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 45, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "within": [9, 15, 17, 42, 44, 51, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 39, 41, 42, 44, 60, 69, 72], "wizard": [12, 14, 19], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 44, 45, 46, 47, 48, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 27, 41, 44, 60, 80, 81], "wow": 5, "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 16, 17, 20, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": [6, 63], "\u00e5": [21, 23, 24, 25, 28, 30, 31, 33, 35, 54, 80, 81]}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Innhaldsliste", "The Automatic Updater", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Accessing your files", "Sharing & collaboration", "Administrere sletta filer", "Synkronisering p\u00e5 skrivebord og mobil", "Using server-side encryption", "Using external storage", "Using federation shares", "\u00c5 lage anonyme opplastinger", "Filer & synkronisasjon", "Store fil opplastinger", "Managing your files", "Lagringskvote", "Security & encryption", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Version control", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Groupware", "Using the Mail app", "Synchronizing with Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizing with KDE Kontact", "Synchronizing with macOS", "Synchronizing with Thunderbird", "Synchronizing with Windows 10", "Migrate data between instances", "Nextcloud 35 brukar manual introduksjon", "Administrere tilkopla nettlesere og einingar", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Joining a call", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Snakk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Universal aksess", "Bruk av to-stegs autentifisering", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": [7, 83], "There": 12, "To": 12, "With": 45, "about": 12, "accept": 70, "access": [4, 20, 21, 22, 27, 36], "account": [19, 44, 49], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "administrer": [24, 54], "advanc": 44, "ai": [1, 44], "aksess": 80, "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "andr": 35, "android": 45, "anonym": 29, "anoth": 44, "answer": 20, "app": [0, 41, 42, 44, 45, 75], "appear": 55, "applikasjon": 81, "applikasjonen": 24, "appoint": 41, "ar": 12, "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "autentifis": 81, "autentis": 81, "autom": [41, 44], "automat": [7, 44], "autorespond": 44, "av": [21, 26, 29, 81], "avail": 41, "backend": 27, "background": 60, "bakgrunn": 26, "ban": 69, "basic": 7, "between": 52, "bin": 41, "birthdai": 41, "bli": 26, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": [60, 83], "bruk": [26, 81], "brukar": [26, 53], "brukarar": 35, "brukaren": 26, "busi": 41, "calendar": [41, 44, 45, 47, 50, 51, 59], "call": [60, 61, 62, 64, 65, 72], "can": 82, "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 60], "cloud": 28, "code": 81, "collabor": 23, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [39, 60], "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deaktiver": 26, "deaktivert": 26, "debug": 15, "deck": 75, "deeper": 12, "dele": [21, 26, 35], "deleg": [41, 44], "delet": [39, 41, 44], "deling": 35, "delingar": 35, "delt": 24, "den": [24, 26], "desktop": [13, 19, 20, 46, 60], "det": 26, "detail": 21, "detect": [27, 44], "dett": 26, "devic": 38, "din": [29, 35], "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dolphin": 20, "download": [14, 15, 60], "drive": 20, "duplic": [41, 42], "dure": 60, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "eigen": 29, "ein": [26, 35, 54], "einingar": 54, "eller": 26, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 34, 38], "end": 38, "endr": 26, "endringar": 54, "envelop": 44, "environ": [7, 11], "er": 26, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faktor": 81, "faq": [12, 26], "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "fil": [24, 31], "file": [0, 4, 9, 12, 15, 19, 20, 21, 22, 27, 32, 35, 36, 45, 56, 71], "filer": [21, 24, 26, 29, 30], "filkontrol": 21, "filslipp": 29, "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "flyt": 21, "flytt": 26, "folder": [12, 38, 44], "follow": 44, "framvisn": 21, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gener": [17, 19], "get": 2, "gjennom": 80, "gjenoppret": 26, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "groupwar": 43, "grupper": 35, "guest": 72, "hand": 60, "handl": 8, "hensyn": 81, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 44], "i": [12, 26], "ic": 41, "icon": 19, "ignor": 19, "ikkj": 26, "ikon": 21, "immedi": 60, "import": [41, 42], "inbox": 44, "indic": 15, "info": 44, "inform": 42, "initi": 14, "inkludert": 80, "innhaldslist": 6, "innlog": 81, "innloggingen": 26, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": [35, 44], "introduct": 5, "introduksjon": 53, "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "jobb": 26, "join": [60, 72], "junk": 44, "kan": 26, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "klient": 81, "klienter": 25, "known": [15, 20], "konfigur": 81, "kontact": 48, "korlei": [24, 26], "krypter": 26, "kryptert": 26, "kva": 24, "kvoter": 24, "lage": 29, "lagringskvot": 33, "lagringsplass": 24, "languag": 12, "layout": [44, 65], "legg": 35, "level": [15, 36], "like": 12, "line": [8, 16, 20], "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 15, "lose": 81, "low": 11, "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "manag": [19, 20, 32, 36, 41, 42, 44, 58, 62, 69], "manual": [42, 53], "map": 20, "mapper": 21, "mark": 42, "markdown": [4, 66], "maskinvar": 81, "matterbridg": 74, "med": [26, 35, 81], "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 25, 45, 60], "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "mogleg": 26, "more": 66, "mount": 20, "move": [12, 44], "multipl": 42, "my": 12, "name": 39, "nativ": 44, "nautilu": 20, "navig": [21, 80, 83], "nest": 26, "nettleser": 54, "network": 19, "new": [19, 28, 35, 41, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "note": 69, "notif": [0, 1, 41, 45, 69], "n\u00e5r": 24, "n\u00f8kkel": 26, "n\u00f8kkelen": 26, "offentleg": 35, "offic": 40, "offici": 20, "og": [21, 25, 35, 54, 80], "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "opplast": 29, "opplasting": [29, 31], "oppsettj": 29, "option": [16, 41, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": [60, 69], "passord": [26, 54], "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "planlagt": 26, "poll": 56, "possibl": 26, "prefer": 82, "prevent": 7, "prioriti": 44, "privaci": 69, "privat": [26, 69], "problem": 20, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "public": 20, "publish": 41, "p\u00e5": 25, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": [14, 83], "resourc": 41, "respon": 80, "respond": 41, "restrict": 82, "role": 42, "room": [41, 58, 60], "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": [34, 44], "see": 82, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 40, 41, 44, 60, 72, 76, 82, 83], "setup": [14, 49], "share": [15, 19, 20, 21, 23, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "sitt": 26, "skjer": 24, "skrivebord": 25, "sletta": 24, "smart": [1, 44, 66], "snakk": 73, "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "spesifikk": 54, "start": [2, 60, 72], "statu": [15, 19, 21, 41], "steg": 81, "step": [2, 5], "stop": 12, "storag": 27, "store": 31, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "sync": [12, 15], "synchron": [12, 19, 45, 46, 47, 48, 49, 50, 51], "synkronis": 25, "synkronisasjon": 30, "system": [14, 36], "systrai": 19, "tag": [36, 44], "talk": [41, 59, 60, 69, 71], "task": [1, 44, 75], "tastatur": 80, "team": [5, 42], "temaer": 80, "templat": 5, "text": 44, "than": 12, "thei": 12, "third": 20, "thread": [44, 76], "thunderbird": 50, "til": [26, 35], "tilgong": 35, "tilkopla": 54, "time": [41, 42], "tlsv1": 51, "togeth": 5, "token": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "troubleshoot": [15, 49, 51], "unifi": [44, 83], "uninstal": 17, "univers": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": [7, 18], "upload": [10, 12, 21], "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66], "usag": 8, "user": [12, 19, 41], "utan": 26, "valg": 21, "variabl": 11, "version": [14, 39], "vert": 24, "via": 28, "video": 60, "videospelar": 21, "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "what": 2, "when": 12, "who": 82, "why": 2, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "without": 45, "work": [12, 41], "workflow": 7, "would": 12, "you": 81, "your": [0, 5, 19, 21, 22, 27, 32, 41, 42, 44, 49, 69, 81, 82], "zoom": 80, "\u00e5": [26, 29]}}) \ No newline at end of file diff --git a/server/latest/user_manual/pl/contents.html b/server/latest/user_manual/pl/contents.html index 3f479bed3c1..b051f7ea48d 100644 --- a/server/latest/user_manual/pl/contents.html +++ b/server/latest/user_manual/pl/contents.html @@ -180,6 +180,7 @@
          • Installation
          • Uninstallation
          • Using the Synchronization Client
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pl/desktop/autoupdate.html b/server/latest/user_manual/pl/desktop/autoupdate.html index 8b5ef8ddc64..640c1367501 100644 --- a/server/latest/user_manual/pl/desktop/autoupdate.html +++ b/server/latest/user_manual/pl/desktop/autoupdate.html @@ -84,6 +84,7 @@
          • Installation
          • Uninstallation
          • Using the Synchronization Client
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pl/desktop/commandline.html b/server/latest/user_manual/pl/desktop/commandline.html index e01e6b71b04..560033a5bcf 100644 --- a/server/latest/user_manual/pl/desktop/commandline.html +++ b/server/latest/user_manual/pl/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
          • Installation
          • Uninstallation
          • Using the Synchronization Client
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
            • Install
            • Usage
            • @@ -257,7 +258,7 @@

              Example
              diff --git a/server/latest/user_manual/pl/desktop/configfile.html b/server/latest/user_manual/pl/desktop/configfile.html index 9003a7ea6de..f0ba9d49eda 100644 --- a/server/latest/user_manual/pl/desktop/configfile.html +++ b/server/latest/user_manual/pl/desktop/configfile.html @@ -84,6 +84,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/conflicts.html b/server/latest/user_manual/pl/desktop/conflicts.html index c1de170a755..ee258b226cb 100644 --- a/server/latest/user_manual/pl/desktop/conflicts.html +++ b/server/latest/user_manual/pl/desktop/conflicts.html @@ -84,6 +84,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/envvars.html b/server/latest/user_manual/pl/desktop/envvars.html index fe0047bc440..199197133ca 100644 --- a/server/latest/user_manual/pl/desktop/envvars.html +++ b/server/latest/user_manual/pl/desktop/envvars.html @@ -84,6 +84,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/faq.html b/server/latest/user_manual/pl/desktop/faq.html index 79b91944c75..0d453453691 100644 --- a/server/latest/user_manual/pl/desktop/faq.html +++ b/server/latest/user_manual/pl/desktop/faq.html @@ -84,6 +84,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/index.html b/server/latest/user_manual/pl/desktop/index.html index c151e7a0340..1d084536449 100644 --- a/server/latest/user_manual/pl/desktop/index.html +++ b/server/latest/user_manual/pl/desktop/index.html @@ -84,6 +84,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • @@ -133,6 +134,7 @@

              Desktop ClientInstallation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/installation.html b/server/latest/user_manual/pl/desktop/installation.html index ff7404b8fae..a180b74f4a6 100644 --- a/server/latest/user_manual/pl/desktop/installation.html +++ b/server/latest/user_manual/pl/desktop/installation.html @@ -92,6 +92,7 @@
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/macosfileprovider.html b/server/latest/user_manual/pl/desktop/macosfileprovider.html new file mode 100644 index 00000000000..ff6cb0ce710 --- /dev/null +++ b/server/latest/user_manual/pl/desktop/macosfileprovider.html @@ -0,0 +1,827 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + + +
              + +
              + +
              +
              +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + + + +
              +
              +
              ☁️ Wersje
              + +
              + + 35 (latest) + +
              + +
              + + 34 (stable) + +
              + +
              + + 33 + +
              + +
              + + 32 + +
              + +
              +
              +
              + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/pl/desktop/macosvfs.html b/server/latest/user_manual/pl/desktop/macosvfs.html index 819e3e5e4f7..497d7f7af97 100644 --- a/server/latest/user_manual/pl/desktop/macosvfs.html +++ b/server/latest/user_manual/pl/desktop/macosvfs.html @@ -1,799 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              - - -
              - -
              - -
              -
              -
              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              - - - -
              -
              -
              ☁️ Wersje
              - -
              - - 35 (latest) - -
              - -
              - - 34 (stable) - -
              - -
              - - 33 - -
              - -
              - - 32 - -
              - -
              -
              -
              - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/pl/desktop/options.html b/server/latest/user_manual/pl/desktop/options.html index 2779c139de9..77788aab490 100644 --- a/server/latest/user_manual/pl/desktop/options.html +++ b/server/latest/user_manual/pl/desktop/options.html @@ -84,6 +84,7 @@
            • Installation
            • Uninstallation
            • Using the Synchronization Client
            • +
            • Using the macOS File Provider
            • Using the Command-Line Client
            • Command-Line Options
            • Configuration File
            • diff --git a/server/latest/user_manual/pl/desktop/uninstallation.html b/server/latest/user_manual/pl/desktop/uninstallation.html index 8a666462546..669e03d7b44 100644 --- a/server/latest/user_manual/pl/desktop/uninstallation.html +++ b/server/latest/user_manual/pl/desktop/uninstallation.html @@ -92,6 +92,7 @@

          • Using the Synchronization Client
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pl/desktop/updatechannel.html b/server/latest/user_manual/pl/desktop/updatechannel.html index 861a7c497b0..fc7485bff4a 100644 --- a/server/latest/user_manual/pl/desktop/updatechannel.html +++ b/server/latest/user_manual/pl/desktop/updatechannel.html @@ -84,6 +84,7 @@
          • Installation
          • Uninstallation
          • Using the Synchronization Client
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pl/desktop/usage.html b/server/latest/user_manual/pl/desktop/usage.html index 357277d9123..4d382900cd7 100644 --- a/server/latest/user_manual/pl/desktop/usage.html +++ b/server/latest/user_manual/pl/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
          • General Window
          • Using the Network Window
          • Using the Ignored Files Editor
          • -
          • Virtual Files on macOS -
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • @@ -383,15 +380,6 @@

          Using the Network Window -

          Virtual Files on macOS

          -

          For information about using virtual files integration on macOS, see:

          - - @@ -399,7 +387,7 @@

          Virtual Files on macOS

          diff --git a/server/latest/user_manual/pl/objects.inv b/server/latest/user_manual/pl/objects.inv index 67bd02b58c5..f21ba1472d6 100644 Binary files a/server/latest/user_manual/pl/objects.inv and b/server/latest/user_manual/pl/objects.inv differ diff --git a/server/latest/user_manual/pl/searchindex.js b/server/latest/user_manual/pl/searchindex.js index c556ffdd7b8..19c2ed0a79d 100644 --- a/server/latest/user_manual/pl/searchindex.js +++ b/server/latest/user_manual/pl/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anonimowe przesy\u0142anie plik\u00f3w": [[29, null]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Automatyczny aktualizator": [[7, null]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bez aplikacji mobilnej Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u00bb busy times": [[41, "checking-attendees-busy-times"]], "Co si\u0119 dzieje, gdy udost\u0119pnione pliki s\u0105 usuwane": [[24, "what-happens-when-shared-files-are-deleted"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Czy mo\u017cna wy\u0142\u0105czy\u0107 szyfrowanie za pomoc\u0105 klucza odzyskiwania?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Czy planowane jest przeniesienie tego do nast\u0119pnego loginu u\u017cytkownika lub do zadania w tle?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Czy szyfrowanie mo\u017cna wy\u0142\u0105czy\u0107 bez has\u0142a u\u017cytkownika?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Cz\u0119sto zadawane pytania dotycz\u0105ce szyfrowania": [[26, "encryption-faq"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Dodawanie udostepniania publicznego do Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Dost\u0119p do Twoich plik\u00f3w": [[22, null]], "Download": [[14, "download"]], "Do\u0142\u0105czanie do rozmowy": [[60, null]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Has\u0142a i zmiany hase\u0142 indywidualnych dla urz\u0105dzenia": [[54, "device-specific-passwords-and-password-changes"]], "Has\u0142o klucza odzyskiwania": [[26, "recovery-key-password"]], "How the \u201eEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ikony stanu udost\u0119pniania": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inni z dost\u0119pem": [[35, "others-with-access"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Jak aplikacja usuni\u0119tych plik\u00f3w zarz\u0105dza przestrzeni\u0105 dyskow\u0105": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Jak mo\u017cna wy\u0142\u0105czy\u0107 szyfrowanie?": [[26, "how-can-encryption-be-disabled"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kalendarz": [[51, "calendar"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Klienci mobilni": [[25, "mobile-clients"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Konfigurowanie upuszczania plik\u00f3w": [[29, "setting-up-your-own-file-drop"]], "Konfigurowanie uwierzytelniania dwusk\u0142adnikowego": [[81, "configuring-two-factor-authentication"]], "Kontakty": [[51, "contacts"]], "Kontakty i Kalendarz": [[45, "contacts-and-calendar"]], "Kontrola wersji": [[39, null]], "Kontrolki plik\u00f3w": [[21, "file-controls"]], "Korzystanie z aplikacji klienckich z uwierzytelnianiem dwusk\u0142adnikowym": [[81, "using-client-applications-with-two-factor-authentication"]], "Korzystanie z szyfrowania": [[26, "using-encryption"]], "Korzystanie z uwierzytelniania dwusk\u0142adnikowego": [[81, null]], "Korzystanie z uwierzytelniania dwusk\u0142adnikowego z tokenami sprz\u0119towymi": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Limit miejsca": [[33, null]], "Limity": [[24, "quotas"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logowanie z uwierzytelnianiem dwusk\u0142adnikowym": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nazywanie wersji": [[39, "naming-a-version"]], "Nextcloud 35 wprowadzenie do instrukcji obs\u0142ugi": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Odtwarzacz wideo": [[21, "video-player"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Oprogramowanie do pracy grupowej": [[43, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Pliki i powiadomienia": [[45, "files-and-notifications"]], "Pliki i synchronizacja": [[30, null]], "Pliki niezaszyfrowane": [[26, "files-not-encrypted"]], "Pobierz list\u0119 uczestnik\u00f3w rozmowy": [[60, "download-call-participants-list"]], "Podgl\u0105d plik\u00f3w": [[21, "previewing-files"]], "Podstawowy przebieg dzia\u0142ania": [[7, "basic-workflow"]], "Polls in chat": [[56, "polls-in-chat"]], "Poruszanie si\u0119 przy pomocy klawiatury": [[80, "navigating-via-keyboard"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Przenoszenie plik\u00f3w": [[21, "moving-files"]], "Przesy\u0142anie du\u017cych plik\u00f3w": [[31, null]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Rozwa\u017canie": [[81, "considerations"]], "Rozwi\u0105zywanie problem\u00f3w": [[49, "troubleshooting"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Skonfiguruj swoje konta": [[49, "setup-your-accounts"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Spis tre\u015bci": [[6, null]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizacja stacjonarna i mobilna": [[25, null]], "Synchronizacja z KDE Kontact": [[48, null]], "Synchronizacja z macOS": [[49, null]], "Synchronizacja z systemem Android": [[45, null]], "Synchronizacja z systemem Windows 10": [[51, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Udost\u0119pnianie link\u00f3w publicznych": [[35, "public-link-shares"]], "Udost\u0119pnianie zaszyfrowanych plik\u00f3w": [[26, "sharing-encrypted-files"]], "Udost\u0119pnienia wewn\u0119trzne u\u017cytkownikom i grupom": [[35, "internal-shares-with-users-and-groups"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uniwersalny dost\u0119p": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Usuwanie wersji": [[39, "deleting-a-version"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Wsp\u00f3\u0142dzielenie i wsp\u00f3\u0142praca": [[23, null]], "Wybieranie plik\u00f3w lub katalog\u00f3w": [[21, "selecting-files-or-folders"]], "Wymagania dotycz\u0105ce przegl\u0105darki internetowej": [[83, "web-browser-requirements"]], "Wysy\u0142anie plik\u00f3w": [[29, "uploading-files"]], "Za pomoc\u0105 aplikacji mobilnej Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Zabezpieczenia i szyfrowanie": [[34, null]], "Zapobieganie automatycznym aktualizacjom": [[7, "preventing-automatic-updates"]], "Zapobieganie automatycznym aktualizacjom w \u015brodowiskach Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Zapobieganie automatycznym aktualizacjom w \u015brodowiskach Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Zarz\u0105dzaj po\u0142\u0105czonymi przegl\u0105darkami i urz\u0105dzeniami": [[54, null]], "Zarz\u0105dzanie Twoimi plikami": [[32, null]], "Zarz\u0105dzanie po\u0142\u0105czonymi przegl\u0105darkami": [[54, "managing-connected-browsers"]], "Zarz\u0105dzanie urz\u0105dzeniami": [[54, "managing-devices"]], "Zarz\u0105dzanie usuni\u0119tymi plikami": [[24, null]], "Zawarte motywy": [[80, "included-themes"]], "Zmie\u0144 has\u0142o klucza prywatnego": [[26, "change-private-key-password"]], "Zoom i responsywno\u015b\u0107": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "macOS Virtual Files Client": [[15, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 37, 39, 41, 42, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "As": [0, 19, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 41, 44, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 27, 36, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 10, 14, 17, 19, 20, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 17, 19, 20, 38, 41, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 66, 69, 72], "These": [14, 19, 41, 44, 69, 82], "To": [0, 1, 2, 4, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": 8, "__": 45, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abi": [7, 24, 26, 28, 29, 31, 33, 35, 37, 39, 45, 51, 54, 80], "abil": [12, 44], "abl": [12, 19, 20, 27, 36, 41, 42, 44, 45, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 19, 20, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 22, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 42, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 82], "admin": [13, 14, 36, 42, 44], "administ": 82, "administr": [1, 14, 20, 21, 24, 26, 27, 31, 33, 36, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administracyjnego": 31, "administracyjnej": [35, 37], "administratora": [7, 21, 24, 26, 29, 31, 33, 35, 37], "administratorem": [31, 80], "administratorowi": 26, "administratorzi": 7, "adr": [28, 35, 45, 49, 51, 60], "adresi": 51, "adresow": 45, "adresu": 33, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "akceptacji": [35, 37], "akceptowa\u0107": 35, "aktualiz": [6, 13, 14], "aktualizacj": 7, "aktualizacja": 7, "aktualizacji": 7, "aktualizacj\u0119": 7, "aktualizatora": 7, "aktualni": 39, "al": [7, 26, 33, 35, 45], "albo": 45, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 36, 37, 41, 42, 45, 46, 50, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 41, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 47, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "androida": 45, "androidem": 45, "ani": [0, 1, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anonimow": [23, 30], "anonimowego": 29, "anonym": [20, 29, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "apleci": 48, "aplikacj": 33, "aplikacja": [26, 33, 45], "aplikacjach": 48, "aplikacji": [6, 7, 26, 39, 43, 51, 80], "aplikacj\u0105": 51, "aplikacj\u0119": [45, 51], "app": [1, 2, 4, 6, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 19, 20, 21, 27, 36, 41, 42, 44, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 49, 60, 63, 72, 82], "appoint": [44, 52], "appropri": [20, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 27, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [20, 27, 44, 45, 46, 50, 81], "author": [10, 20], "auto": [20, 41, 42, 44, 56], "autom": [36, 57], "automat": [5, 9, 12, 14, 15, 20, 26, 27, 28, 39, 41, 47, 50, 56, 58, 59, 62, 69], "automatyczn": [7, 37], "automatycznego": [7, 39], "automatycznej": 7, "automatyczni": [6, 13, 14, 35, 39], "automatycznych": 7, "autorespond": 40, "avail": [0, 1, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 42, 44, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 69], "a\u017c": [24, 33, 39], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "baner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [8, 10, 20, 44, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "bazi": [26, 33], "becaus": [12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [8, 10, 12, 14, 15, 19, 20, 21, 25, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [9, 10, 11, 19, 69], "behind": 74, "being": [12, 15, 19, 20, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 41, 42, 44, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bez": 35, "bezpiecze\u0144stwa": 26, "bezpieczn": 53, "bezpo\u015bredni": [28, 35], "bezpo\u015brednio": 26, "bezproblemowi": 26, "bezp\u0142atnego": 53, "bidirect": 25, "bie\u017c\u0105ci": 35, "big": 41, "bin": [21, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": 2, "bob": 35, "boczni": 80, "bocznym": 35, "bold": 66, "book": [6, 47, 50], "bookabl": 41, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 42, 44, 47, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brakuj": 21, "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 12, 14, 20, 21, 28, 38, 51, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": 15, "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "by\u0107": [26, 35, 37, 51, 81], "by\u0142": 81, "by\u0142obi": 26, "b\u0119dzie": [24, 26, 35], "b\u0119dziesz": [45, 51], "b\u0119d\u0105": [26, 33], "b\u0142\u0119dy": 80, "b\u0142\u0119d\u00f3w": [7, 80], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 45, 46, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [12, 14, 20, 42, 45, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "ca\u0142kowici": 31, "ca\u0142kowit": 7, "celem": [26, 80], "celu": [48, 80], "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47], "certyfikati": 49, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 26, 29, 36, 40, 41, 42, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chcesz": [7, 35, 45, 80], "chcie\u0107": 7, "check": [0, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "chmura": 35, "chmur\u0119": [28, 35], "chocia\u017c": 26, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "chwili": 28, "cicha": 7, "cich\u0105": 7, "ciebi": 53, "ciemni": 80, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "ci\u0119": 7, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 25, 38, 41, 42, 45, 50, 51, 53, 54, 63, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 41, 70], "cloudid": 70, "cmd": 8, "co": [26, 28, 39, 48, 81], "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cofa": 35, "cofnij": [26, 35], "cohes": 5, "collabor": [2, 3, 42], "collaps": [19, 44], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41], "column": [21, 60, 66], "com": [8, 9, 12, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48], "command": [6, 12, 13, 14, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "commun": [3, 8, 11, 14, 20, 41, 69], "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 42, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 42, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 51, 54, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [12, 17], "consist": 15, "consol": 20, "contact": [0, 6, 20, 27, 33, 41, 43, 45, 46, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 50, 69], "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "cover": [42, 69], "cowork": 2, "co\u015b": 81, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 29, 39, 40, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 38, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "cyfrowi": 35, "czasowymi": 24, "czasu": [26, 39, 48], "czati": 35, "czcionka": 80, "czekaj\u0105c": 39, "czemu": 35, "czy": [35, 37, 48, 60], "czym": 26, "czynnikiem": 81, "czynno\u015bci": 51, "czytaniu": 80, "cz\u0119stotliwo\u015b\u0107": 48, "cz\u0119\u015bci\u0105": 7, "cz\u0142onkom": 35, "d": [20, 41, 56], "dai": [0, 11, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dane": [26, 33, 45, 53], "danych": [26, 33, 48], "darmowa": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 37, 38, 39, 40, 41, 42, 43, 66], "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "dat\u0119": 35, "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 27, 36, 41, 44, 60, 63, 72, 80, 82], "deploy": [14, 18], "depth": 20, "descend": 15, "describ": [11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 17], "destin": [20, 21], "detail": [1, 20, 27, 36, 39, 41, 42, 44, 45, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 53, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogow": 28, "dialogowym": 51, "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 41, 42, 44, 69, 70], "dig": 20, "digest": 0, "direct": [20, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 19, 20, 21, 26, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "dla": [6, 7, 24, 25, 31, 35, 53], "dni": [24, 33, 39], "dnia": 39, "dniach": 39, "do": [0, 6, 7, 8, 9, 12, 14, 17, 19, 21, 24, 25, 28, 29, 30, 31, 33, 36, 41, 42, 44, 45, 47, 48, 49, 51, 61, 62, 63, 65, 69, 72, 73, 80, 81, 82], "docelow": 35, "docelowi": 37, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 46, 57, 74, 80, 82], "dodaj": [7, 28, 35, 48, 51], "dodaj\u0105c": 7, "dodatkowo": 24, "dodawan": 24, "dodawani": [24, 26], "dodawa\u0107": 35, "doda\u0107": 81, "doe": [8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "dokonanych": 45, "dokumentacji": 35, "dokumentacj\u0119": [24, 33, 37], "dolphin": 19, "dom": 48, "domain": [20, 44, 47], "domu": 53, "domy\u015bln": 35, "domy\u015blnej": [7, 26], "domy\u015blni": [24, 28, 31, 35, 48], "don": [5, 26, 39, 41, 42, 66], "done": [12, 38, 41, 46, 56, 66, 72], "dopasowa\u0107": 80, "dopiero": 24, "dostarczaj\u0105": 7, "dostawca": 26, "dostawcom": 26, "dostosowa\u0107": [24, 35], "dostosowywan": 39, "dost\u0119p": [6, 21, 26, 30, 35], "dost\u0119pem": 81, "dost\u0119pn": [7, 35, 45], "dost\u0119pna": [7, 26], "dost\u0119pnego": [24, 39], "dost\u0119pnej": 7, "dost\u0119pni": 35, "dost\u0119pno\u015bci": [7, 80], "dost\u0119pno\u015b\u0107": [7, 80], "dost\u0119pnych": 35, "dost\u0119pn\u0105": 24, "dost\u0119pu": [26, 31, 45], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "dotknij": 45, "dotkni\u0119ciu": 45, "dotycz\u0105c": 6, "doubl": [12, 14, 63], "dowiedzie\u0107": [24, 26, 35], "down": [0, 12, 20, 50, 69, 76], "download": [10, 11, 12, 19, 20, 21, 25, 27, 42, 52, 56, 60, 62, 73], "downward": 15, "dowod\u00f3w": 81, "dowoln": 54, "dowolnych": 24, "dowolnym": 80, "dowoln\u0105": [51, 54], "dozwolon": 24, "do\u0142\u0105cz": 80, "do\u0142\u0105czani": [61, 73], "do\u0142\u0105czoni": 7, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 29, 56], "dropdown": [20, 27, 49, 82], "druga": 7, "drugi": 81, "drugim": 81, "due": [12, 15], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "du\u017ce": 53, "du\u017cych": [22, 30], "dwa": 45, "dword": [7, 20], "dwusk\u0142adnikow": [51, 81], "dwusk\u0142adnikowego": [6, 54, 82], "dwusk\u0142adnikowym": 6, "dw\u00f3ch": [7, 81], "dynam": 9, "dyskow\u0105": 33, "dysku": [33, 39], "dysleksji": 80, "dysleksj\u0105": 80, "dystrybucj": 7, "dzia\u0142a": [7, 26, 81], "dzia\u0142aj\u0105ci": 7, "dzia\u0142ani": [7, 81], "dzia\u0142a\u0142o": 26, "dzi\u0119ki": 35, "d\u00f3\u0142": 51, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51, 60], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "easi": [2, 5, 20], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 15, 19, 20, 21, 28, 29, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "edycji": 35, "edycj\u0119": 35, "edytowan": 33, "edytowa\u0107": 21, "edytuj": 7, "efekci": [28, 35], "effect": 81, "effici": 44, "either": [8, 12, 19, 38, 41, 42, 47, 49, 60, 70, 76], "ekranu": 80, "elaps": 60, "element": [48, 58, 60, 66, 80], "elementu": 80, "element\u00f3w": 80, "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [20, 27, 30, 34, 47], "end": [19, 20, 30, 34, 35, 40, 41, 44, 57, 62, 69], "energii": 48, "engag": 41, "enhanc": 66, "enough": 12, "ensur": [15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 26, 36, 41, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "exce": 20, "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": 62, "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50], "fail": [12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "fazi": 80, "feasibl": 14, "featur": [2, 9, 12, 17, 18, 19, 20, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "federacyjn": [28, 35], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [42, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 13, 14, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19], "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 41, 42, 47, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "fine": 41, "finish": [1, 5, 20, 41, 50, 52], "firefox": [20, 83], "firmi": 7, "first": [12, 14, 15, 28, 38, 41, 42, 44, 48, 56, 60, 66, 71, 82], "fit": 65, "fix": 14, "fizyczni": 81, "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 12, 14, 16, 17, 18, 19, 20, 21, 27, 40, 41, 42, 46, 47, 49, 52, 60, 80, 82], "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": 5, "form": [1, 26, 28, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formularza": 28, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "frameworku": 7, "free": [11, 15, 20, 40, 41, 60], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [20, 42, 81], "funkcj": 7, "funkcja": [26, 29], "funkcji": [21, 26, 29], "funkcj\u0119": 26, "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49], "galeria": 26, "galleri": 26, "gatewai": [8, 69], "gb": 11, "gdy": [7, 26, 28, 33, 39], "gdyby\u015bmi": 26, "gdzie": [21, 35], "gear": 42, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 20, 26, 37, 41, 42, 47, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 41, 54, 60, 62], "given": [44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 7, 12, 14, 18, 19, 20, 24, 26, 27, 28, 39, 41, 44, 45, 50, 52, 58, 71, 72, 80, 81], "godzini": 39, "godzin\u0119": 39, "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "gotow": [28, 51], "go\u015bciem": 60, "graficznego": 7, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [41, 42, 43, 52], "grup": 26, "grupi": [7, 35], "grupom": 33, "grupowa": 43, "grupowej": [6, 42, 48], "grupowych": 26, "guard": 12, "guest": [6, 41, 56, 58, 59, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "g\u0142\u00f3wnego": 35, "g\u0142\u00f3wnej": 80, "g\u0142\u00f3wnych": 80, "g\u0142\u00f3wnym": [26, 37], "h": [8, 16, 20], "ha": [1, 8, 10, 12, 15, 18, 19, 20, 21, 25, 27, 33, 36, 38, 41, 44, 45, 46, 56, 69, 72, 74, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "hardwar": 83, "hase\u0142": 6, "has\u0142a": 6, "has\u0142em": 35, "has\u0142o": [45, 51, 81], "have": [1, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 45, 46, 47, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "hierarchii": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41], "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [10, 12, 19, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 27, 28, 29, 31, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "ich": [24, 43], "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": [45, 82], "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 41, 54], "identyczn": 26, "identyfik": 60, "ifram": 41, "ignor": [8, 12, 41], "ikona": 51, "ikoni": [45, 54], "ikon\u0119": [28, 35, 51], "il": 35, "ilustruj": 24, "im": 26, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imi\u0119": 60, "immedi": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": 44, "incorrect": [9, 19], "increas": [11, 15, 20], "increment": 41, "indek": 26, "independ": [0, 12, 41], "index": [12, 41], "indic": [19, 20, 21, 27, 44, 62, 69], "individu": [14, 19, 27, 41, 42, 44, 54, 72], "indywidualnych": 6, "influenc": [11, 41], "info": [36, 41], "inform": [8, 11, 12, 13, 14, 15, 19, 20, 21, 41, 44, 46, 50, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informacj": [33, 35, 37], "informacji": [24, 33, 43, 51], "informacj\u0105": 26, "informowani": 37, "inherit": 42, "inhibit": 8, "ini": 9, "inlin": [36, 66], "inni": [24, 33], "innych": [7, 26, 28, 35, 48], "innym": [24, 33, 81], "innymi": [28, 35], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 59, 77], "instagram": 42, "instal": [0, 1, 6, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instalacjach": 28, "instalowa\u0107": 45, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "instrukcji": 6, "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfej": 80, "interfejsami": 43, "interfejsu": 21, "intern": [19, 41, 69], "internet": 20, "internetow": 49, "internetowego": [31, 48], "internetowej": [6, 43], "internetowymi": 43, "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "intrud": 26, "invalid": [8, 54], "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 44, 66], "istniej": 26, "istniej\u0105": 45, "italic": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "itp": 35, "its": [1, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [14, 20, 41, 76], "jak": [7, 35, 48, 81], "jaki": 33, "jakie\u015b": 80, "jako": [26, 35, 45, 48, 80], "jako\u015b\u0107": 80, "jasno\u015b\u0107": 80, "je": [7, 24, 35, 45, 80], "jednak": [7, 24, 26], "jednego": 35, "jednej": 7, "jednym": 7, "jedn\u0105": 39, "jedyni": 26, "jego": [7, 25, 26, 37], "jest": [7, 24, 25, 28, 29, 31, 33, 35, 37, 39, 43, 48, 60, 80, 81], "jeszcz": [26, 51], "je\u015bli": [7, 21, 24, 26, 29, 31, 33, 37, 39, 45, 48, 51, 80, 81], "job": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "ju\u017c": [31, 35, 81], "kaddressbook": 48, "kalendar": 48, "kalendara": 48, "kalendarz": [33, 43, 48], "kalendarza": [45, 48, 51], "kalendarzi": [45, 48], "kanban": 43, "katalog": [24, 33, 35], "katalogi": [26, 35, 37], "katalogu": [29, 35, 37], "katalog\u00f3w": [26, 35], "ka\u017cda": 51, "ka\u017cdego": [39, 53], "ka\u017cdej": 28, "ka\u017cdym": [24, 35, 39], "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kiedi": [24, 48], "kilka": [26, 35, 80], "kilku": 48, "klawiaturi": 6, "klawisz": 28, "klienci": 7, "klienckich": 6, "klienck\u0105": 51, "klient": [7, 43], "klienta": [7, 25, 31, 45, 49], "klikaj\u0105c": [28, 48], "klikaln": 7, "kliknij": [29, 35, 37, 39, 49, 51], "klikni\u0119cia": 35, "klikni\u0119ciem": 7, "klikni\u0119ciu": 7, "klikn\u0105\u0107": 28, "klucz": [7, 26, 33, 81], "kluczach": 49, "kluczem": 26, "kluczi": 26, "know": [20, 28, 41], "knowledg": [2, 3, 12], "kod": 81, "kolejni": 35, "kolejnych": 51, "kolejnym": 7, "kolor": 80, "komputerach": 7, "komputerem": 25, "komputerowych": 24, "komunikat": [26, 51], "kom\u00f3rkowych": 48, "konci": 26, "konfiguracjami": 31, "konfiguracji": [26, 35, 37, 45], "konfiguracj\u0119": 45, "konfiguracyjni": 7, "konfigurowani": 6, "konieczno\u015bci": 37, "konta": [45, 51, 81], "kontact": [6, 43], "kontakti": [33, 43, 48], "kontakt\u00f3w": [45, 48], "kontami": 51, "konto": [45, 51], "kontrast": 80, "kontrastem": 80, "kontrastu": 80, "kontra\u015bci": 80, "kontrola": [30, 32, 33], "kontrolowania": 7, "kontrolowanych": [7, 53], "kontynuuj\u0105c": 45, "kopii": 24, "kopiowa\u0107": 24, "korgan": 48, "korganizera": 48, "korganizerz": 48, "korzysta": 26, "korzystaj\u0105c": 7, "korzystaj\u0105cych": 53, "korzystani": [6, 29, 54, 82], "korzystania": 7, "korzystasz": 26, "korzysta\u0107": 7, "kosz": 33, "kosza": [24, 28, 54], "koszach": 24, "koszu": [24, 26, 33], "ko\u0142a": 51, "ko\u0144cu": 80, "krokach": 51, "kroki": [28, 35, 45, 48], "kropki": 35, "kr\u0119gi": 35, "kr\u0119gom": 35, "ksi\u0105\u017cki": 45, "kto": 35, "kt\u00f3re": [7, 24, 26, 31, 33, 43, 45, 80, 81], "kt\u00f3rego": [35, 51], "kt\u00f3rej": 26, "kt\u00f3rej\u015b": 21, "kt\u00f3ry": [35, 37, 80, 81], "kt\u00f3rych": [7, 26, 35], "kt\u00f3rym": [35, 37, 45], "kt\u00f3rzy": 26, "kt\u00f3r\u0105": 26, "kubuntu": 19, "kwallet": 14, "kwestia": 26, "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [14, 18, 25, 52, 83], "latter": 46, "launch": [12, 14, 16, 19, 20], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 41, 60, 62, 69, 80], "librari": [9, 17], "liczbi": 26, "like": [5, 15, 19, 20, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 19, 20, 24, 30, 31, 32, 39, 41, 42, 69, 83], "limitach": 24, "limitu": [24, 26, 33], "limit\u00f3w": [24, 31, 33], "line": [6, 12, 13, 14, 17, 19, 36, 41, 66], "lini\u0119": 7, "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 35, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linki": 35, "linu": 41, "linuksa": 7, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 36, 38, 41, 42, 48, 49, 54, 57, 59, 60, 66, 69, 70, 72, 74, 81, 82], "lista": 35, "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "list\u0119": [45, 80], "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "li\u015bci": [48, 54], "ll": [2, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logowani": 6, "logowania": [26, 45, 80, 81], "logowaniu": 26, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "losowi": 35, "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "lub": [7, 24, 28, 29, 31, 33, 35, 37, 45, 48, 49, 80, 81], "m": [20, 60, 72, 74, 80], "ma": [7, 21, 24, 26, 39, 80], "mac": 19, "machin": [8, 10], "maco": [6, 9, 13, 25, 42, 43, 51], "made": [41, 42, 47], "magazyni": 26, "magazynowania": 26, "magic": 5, "magicznej": 24, "magiczni": 26, "mai": [0, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 41, 43, 49, 50, 51, 52, 60, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 41, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "maj\u0105": [7, 26], "make": [5, 9, 10, 12, 17, 19, 20, 25, 28, 29, 39, 41, 42, 47, 58, 60, 66, 74, 82], "maksymaln": 24, "maksymalni": 24, "maksymaln\u0105": 24, "manag": [5, 12, 14, 15, 17, 21, 26, 27, 31, 46, 50, 56, 57, 77, 82], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manual": [12, 13, 14, 15, 20, 27, 36, 44, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "mastodon": 42, "masz": [7, 26, 35, 49, 51, 81], "maszyni": 7, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 27, 41, 44, 81], "meanwhil": 42, "mechanizm": 7, "mechanizmu": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabajt\u00f3w": 31, "member": [2, 5, 20, 69], "membership": [42, 82], "memori": 1, "mened\u017cer\u00f3w": 7, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 41, 43, 47, 56, 57, 58, 67, 73, 80, 83], "metadan": 33, "metadata": 19, "method": [20, 27, 41, 42, 45, 58, 81], "metod": 7, "metoda": 7, "metodi": 28, "mia\u0142": 24, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "miejsc": [24, 53], "miejsca": [24, 30, 32, 39], "mieli": 26, "might": [9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "miniaturi": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "minutach": 48, "minut\u0119": 39, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 45, 73, 81, 82], "mobilna": [22, 30], "moci": 24, "modal": [41, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "modyfikacja": 31, "mogli": 26, "mog\u0105": [7, 24, 26, 35, 48, 51], "momentu": 24, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "montowani": [28, 35], "more": [0, 2, 5, 11, 12, 14, 20, 21, 26, 36, 41, 42, 44, 46, 48, 49, 50, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 41, 44, 74, 83], "motyw": 80, "motywi": 6, "motywu": 80, "motyw\u00f3w": 80, "mount": [21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "mo\u017ce": [7, 24, 26, 33, 35, 37, 48, 80, 81], "mo\u017cesz": [7, 21, 26, 28, 29, 35, 39, 48, 54, 80, 81], "mo\u017cliw": [7, 35], "mo\u017cliwo\u015bci": 26, "mo\u017cliwo\u015b\u0107": 21, "mo\u017cna": [7, 35, 43, 48, 51, 80, 81], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatu": 20, "musi": [28, 51], "musia\u0142": 45, "music": 8, "musieliby\u015bmi": 26, "musisz": [26, 45], "must": [8, 12, 14, 19, 20, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "musz\u0105": [7, 28], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "myszi": [35, 48], "my\u015bli": 26, "m\u00f3g\u0142": 26, "n": [8, 20, 56], "na": [7, 24, 26, 28, 33, 35, 39, 43, 45, 48, 51, 53, 54, 80, 81], "nacisn\u0105\u0107": 28, "nadaj": 45, "nadal": [33, 80], "nada\u0107": 39, "nadrz\u0119dnego": 35, "nag\u0142\u00f3wka": 80, "nag\u0142\u00f3wku": 80, "najkr\u00f3tszym": 24, "najnowsz": 7, "najnowszej": 7, "najpierw": 24, "najprawdopodobniej": 26, "najstarsz": [24, 33, 39], "najstarszymi": 24, "nale\u017ci": 49, "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "napotkasz": 26, "naprawi\u0107": 48, "narrow": [0, 76, 83], "narz\u0119dzi": [7, 43], "narz\u0119dzia": [7, 43, 81], "nast\u0105pi": 26, "nast\u0119pni": [7, 26, 28, 29, 45, 48, 51], "nast\u0119puj\u0105c": [28, 35, 45, 48], "nast\u0119puj\u0105co": 35, "nast\u0119puj\u0105cych": 81, "naszego": 80, "naszej": 43, "nativ": [20, 50], "natomiast": [7, 33], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 51, 65, 69, 76, 80], "nawigacji": 80, "nawigacj\u0119": 80, "nazwa": [49, 60], "nazwi": [24, 26, 29, 37], "nazw\u0119": [35, 37, 39, 45, 48, 51], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 41, 47, 54], "need": [2, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 41, 69], "new": [1, 2, 5, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 26, "nice": 5, "nick": 5, "nie": [7, 24, 26, 28, 31, 33, 39, 45, 48, 49, 51, 80], "nieautoryzowanym": 81, "niebezpieczn": 26, "nieco": [24, 33], "niedost\u0119pn": 35, "niego": [33, 35], "niekt\u00f3r": [33, 35], "niekt\u00f3rych": [31, 80], "niestandardowego": 80, "niezaszyfrowan": [33, 49], "niezaszyfrowani": 33, "nigdi": [26, 39], "night": 66, "nitrokei": 81, "ni\u017c": [24, 31, 33, 39], "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 82], "none": [44, 47], "normal": [9, 19, 26, 41, 44, 66], "normalni": 26, "note": [2, 4, 41, 42, 44, 76], "notic": [10, 41], "notif": [6, 9, 10, 19, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 24, 26, 28, 35, 41, 42, 44, 45, 46, 47, 48, 66], "nowa": [7, 39], "nowego": 37, "nowi": [24, 37], "nowych": 28, "np": 51, "number": [11, 15, 19, 28, 41, 42, 44, 58, 60, 69], "o": [7, 8, 21, 24, 26, 28, 31, 35, 37, 43, 80], "obecni": 24, "obej\u015bcia": 7, "obiekt": 35, "object": [0, 27], "obj\u0119tych": 53, "oblicza": 24, "obliczani": 33, "obok": 37, "obrazu": 80, "obraz\u00f3w": 26, "obscur": 69, "observ": 14, "obs\u0142ugi": 6, "obs\u0142uguj": [7, 49], "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 41, 44], "ochrona": 35, "ochroni": 26, "ochron\u0119": 81, "oct": 20, "oczu": 80, "od": [24, 26, 48, 53, 80, 81], "odbiorca": [24, 28], "odbiorci": 35, "odczyta\u0107": 26, "odczytu": 35, "oddzielni": 25, "odkryj": 45, "odpowiednich": [31, 51], "odpowiednimi": 43, "odpowiednio": 49, "odrzuceniu": [35, 37], "odrzuci\u0107": [35, 37], "odszyfrowania": 26, "odzyskani": 26, "odzyskiwani": 26, "od\u0142\u0105czeni": 28, "od\u0142\u0105czy\u0107": 54, "od\u015bwie\u017cania": 48, "oferujemi": 80, "off": [1, 44, 80], "offer": [15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ograniczon": 37, "ograniczoni": 31, "og\u00f3ln": 7, "og\u00f3ln\u0105": 80, "ok": 20, "okni": 51, "okno": [7, 28, 45], "oko\u0142o": 33, "okr": 24, "okre\u015bla": 60, "okre\u015blon\u0105": 39, "okr\u0105g\u0142\u0105": 39, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 20, 80], "oldest": 44, "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 10, 11, 12, 14, 19, 20, 21, 24, 25, 33, 36, 38, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 19, 20, 26, 27, 28, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "ono": 48, "onto": [21, 52], "opart": 81, "opartego": 81, "oparti": 7, "opcj": 35, "opcja": 26, "opcji": [7, 26, 35], "opcjonalna": 26, "opcjonalni": 45, "opcj\u0119": 48, "open": [0, 1, 2, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 12, 17, 19, 20], "operacyjnych": 7, "opisano": 7, "opisuj\u0105": 7, "opportun": 12, "oprogramowani": [6, 42, 53], "oprogramowania": [43, 48], "opt": [9, 44], "optim": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "oraz": [21, 43, 45], "order": [12, 42, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "osi\u0105gni": 39, "osi\u0105gni\u0119cia": 24, "osi\u0105gn\u0105": 24, "osobi": 35, "osobist": [24, 35], "osobom": [24, 26], "ostrzegaj\u0105ci": 26, "ostrzegawczi": 26, "oszcz\u0119dzania": 48, "os\u00f3b": 53, "other": [0, 1, 2, 4, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "otrzymana": 81, "otrzymasz": 29, "otrzymuj": [35, 37], "otrzymywa\u0107": 35, "otwiera\u0107": 26, "otworzi": [7, 45], "otw\u00f3rz": [48, 80], "our": [14, 15, 42, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 27, 41, 42, 44, 69, 76], "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "oznaczonym": 51, "p": 8, "packag": [8, 14, 17, 19, 20], "page": [2, 4, 14, 15, 21, 24, 25, 28, 33, 35, 41, 42, 54, 74, 77, 82, 83], "pakiet": 43, "pakietu": 7, "pakiet\u00f3w": 7, "pami\u0119ci": 24, "pami\u0119\u0107": 33, "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 41, 70], "particip": [41, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pasek": 80, "pasku": [35, 48], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "pe\u0142ni": 80, "pe\u0142notekstowego": 26, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [37, 41, 46, 56, 69], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pierwotnego": 33, "pierwsz": 39, "pierwsza": 7, "pierwszego": 48, "pierwszi": 26, "pierwszych": 39, "pierwszym": 81, "pierwsz\u0105": 39, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41], "planu": 48, "plasmi": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 41, 42, 44, 63, 82], "plik": [7, 24, 26, 35], "plikach": 26, "plikami": [6, 30], "pliki": [6, 21, 28, 33, 35, 37], "pliku": [7, 24, 26, 33, 35, 39], "plik\u00f3w": [6, 23, 25, 28, 30, 33, 35, 53], "plist": 17, "plu": [41, 42], "po": [7, 26, 29, 39, 45, 48, 49, 53], "pobiera": 7, "pobierani": 35, "pobierania": [7, 35], "pobiera\u0107": 26, "pobrana": 7, "pobrani": 7, "pobra\u0107": 39, "poczta": 43, "pocztowej": 51, "pocz\u0105tkowego": 35, "podaj\u0105c": 26, "podcza": [31, 35, 80], "podgl\u0105di": 26, "podpisem": 49, "podr\u0119czna": 33, "podr\u0119czniku": 25, "podstawi": 33, "podstawowi": 80, "poinformuj": 7, "point": [10, 14, 20, 27, 44, 45, 83], "pojawi": [7, 45], "pojawi\u0107": 51, "pojedynczych": 26, "pokazuj": 35, "polach": 51, "pole": 28, "polici": 7, "polityk": 7, "poll": [9, 15], "polu": [28, 37, 51], "pomniejsza\u0107": 80, "pomoci": 6, "pomoc\u0105": [7, 21, 29, 35, 48, 81], "pomy\u015blni": [7, 51], "poniewa\u017c": [7, 26, 31], "poni\u017cej": [26, 33], "poni\u017csz": [7, 51], "poni\u017cszych": 7, "ponown": [26, 33], "ponownego": [24, 26, 35], "ponowni": [7, 21, 24, 26, 39, 45], "ponownym": 26, "pop3": 43, "popov": 80, "poprawi": 80, "poprawki": 7, "poprawni": 81, "poprosi\u0107": 26, "popro\u015b": 31, "poprzednich": 51, "poprzez": [35, 37, 81], "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "poruszani": 6, "posiadanych": 26, "posit": 42, "possibl": [0, 1, 12, 15, 18, 19, 20, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "postaci": 35, "postrzegan": 26, "poszczeg\u00f3ln": 26, "potenti": 44, "potrzebi": 7, "potrzebujesz": 31, "potwierdzeni": 28, "potwierdzon": 81, "potwierd\u017a": 45, "power": 1, "powiadamia": 7, "powiadamiaj\u0105c": 7, "powiadomieni": [7, 35, 37], "powiedzi": 7, "powinien": 51, "powinno": 48, "powi\u0119ksza\u0107": 80, "powodu": [35, 37], "powoduj": 80, "powrotu": 28, "powr\u00f3t": 26, "poziomu": 35, "pozostaj\u0105": 24, "po\u0142\u0105czeni": 48, "po\u0142\u0105czenia": [48, 49], "po\u0142\u0105czon": 26, "po\u0142\u0105czonymi": [6, 81], "po\u015brednictwem": [26, 33, 35, 45], "po\u015bwiadczenia": 45, "ppa": 8, "praca": [43, 48], "praci": [6, 42, 48], "prawa": 35, "prawami": 35, "prawej": 39, "prawid\u0142owa": 51, "prawid\u0142owo": 26, "prawym": [35, 48], "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 9, 14, 17, 20, 41, 44, 45, 52, 81], "preferowana": 7, "prepar": [18, 41, 62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 44, 46, 60, 66, 72, 83], "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50], "previous": 44, "primari": 44, "princip": [47, 51], "privaci": [38, 44, 62, 83], "privat": [26, 41, 66, 82], "pro": 81, "probabl": 20, "problem": [11, 12, 81], "problemi": 80, "proc": 12, "proce": [39, 44], "procedur": 50, "process": [8, 12, 41, 44, 52, 62], "procesu": 39, "produc": [9, 19, 21], "produktywno\u015b\u0107": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "projektami": 43, "projektowego": 80, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": [12, 20], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "prost": 29, "protect": [20, 35, 38, 42, 69], "protocol": [12, 20, 27, 47, 50, 74], "protok\u00f3\u0142": 49, "provid": [0, 1, 8, 12, 14, 15, 19, 20, 21, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "pro\u015bb\u0105": 28, "prywatn": 26, "prywatnych": 26, "przechowuj": 39, "przechowuj\u0105": 33, "przechowywan": [26, 39], "przechowywania": [24, 33], "przechowywa\u0107": 26, "przed": [7, 81], "przedsi\u0119biorstwa": 53, "przegl\u0105dania": 35, "przegl\u0105darc": [7, 35], "przegl\u0105darkami": [6, 81], "przegl\u0105darki": 6, "przegl\u0105dark\u0119": 54, "przegl\u0105da\u0107": 21, "przejd\u017a": [35, 45, 49, 80], "przejrzysto\u015bci": 80, "przej\u015b\u0107": [35, 80], "przekierowani": 81, "przekraczaj\u0105": 39, "przekroczeni": 26, "przekrocz\u0105": [24, 33], "przeniesieni": 37, "przeniesion": 37, "przeniesioni": 24, "przeniesiono": 37, "przenie\u015b": 37, "przenosi": 37, "przenosi\u0107": 24, "przenoszoni": 24, "przestrzeni\u0105": 33, "przestrze\u0144": 24, "przesy\u0142ani": [22, 23, 30, 33, 35], "przesy\u0142ania": 31, "przes\u0142an": 33, "przes\u0142a\u0107": 29, "przetestowa\u0107": 48, "przewi\u0144": 51, "przez": [24, 26, 29, 31, 39, 45, 49, 53], "przy": [6, 7, 26], "przychodz\u0105c": [35, 37], "przycisk": [28, 45], "przyciski": 35, "przyciskiem": [29, 35, 48], "przycisk\u00f3w": 80, "przydatni": 31, "przydziela": 24, "przydzielonego": 33, "przyklad": 35, "przyk\u0142ad": [26, 33, 48, 80, 81], "przyk\u0142adzi": 35, "przypadku": [7, 24, 26, 35, 48], "przypadk\u00f3w": 48, "przywr\u00f3cenia": 26, "przywr\u00f3ci\u0107": 39, "pr\u00f3buj\u0105ci": 26, "public": [21, 35, 36, 41, 56, 58, 69, 82], "publicli": 42, "publiczn": [33, 35], "publish": 82, "pull": 41, "purpos": 40, "push": [0, 60, 80], "put": 69, "pytani": [35, 37], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 20, 76, 83], "rate": 41, "rather": [20, 50], "raz": [26, 51], "razem": [24, 35, 39], "razi": 37, "razu": [24, 48], "re": [5, 12, 20, 41, 44], "reach": [27, 40, 41, 44, 69], "read": [8, 9, 15, 20, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 44], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 69, 78], "registri": [12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": 41, "rejestru": 7, "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 60, 69], "repli": [57, 69, 76], "report": [18, 20, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 8, 20, 27, 38, 41, 44, 47, 60, 62, 64, 69, 74], "reschedul": 66, "reset": [40, 41], "reshar": 41, "resiz": 60, "resolv": 10, "resourc": [20, 42, 45, 46], "resourcetyp": 20, "respect": [41, 42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "responsywni": 80, "responsywno\u015b\u0107": 6, "rest": [20, 25], "restart": 20, "restor": [24, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20, 41], "row": [21, 36, 65], "rozmiar": [33, 80], "rozmiarz": 80, "rozmiar\u00f3w": 31, "rozmowi": [35, 61, 73, 80], "rozwa\u017cani": 6, "rozwin\u0105\u0107": 80, "rozwi\u0105zani": 53, "rozwi\u0105za\u0144": 35, "rozwoju": 80, "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "r\u00f3wnie\u017c": 80, "r\u00f3\u017cni\u0107": 80, "r\u00f3\u017cnych": [7, 81], "r\u00f3\u017cnymi": 35, "r\u0119czne": 7, "r\u0119cznie": [7, 24, 29, 39, 48], "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20], "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samej": [7, 80], "samo": 24, "samodzielni": 7, "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 54, 56, 62, 80, 82], "scan": [12, 27], "scanner": 45, "scari": 5, "scenario": 10, "scenariusz": 24, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 42, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41], "section": [1, 9, 11, 12, 20, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [20, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": 51, "sekcj": 7, "sekcjach": 7, "sekcji": 7, "sekcj\u0119": 26, "sekret": 81, "sekund": [39, 81], "sekundach": 48, "sekundi": 39, "sekund\u0119": 39, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "serwer": [43, 51], "serwera": [21, 24, 28, 45, 48, 49, 53], "serwerach": [28, 35, 53], "serwerami": [28, 35], "serwerem": [26, 48], "serwerz": 26, "serwer\u00f3w": [28, 35], "session": [9, 20, 42], "set": [4, 6, 9, 10, 12, 15, 16, 20, 27, 33, 36, 37, 38, 42, 43, 45, 46, 47, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81], "settl": 41, "setup": [11, 12, 41, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sfederowanych": 35, "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 23, 29, 30, 37, 38, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "sieciowego": 21, "siev": 44, "sign": [19, 20, 42], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "si\u0119": [6, 7, 26, 28, 31, 33, 35, 43, 45, 49, 51, 81], "skip": [11, 60, 80], "skipupdatecheck": 7, "sklep": 45, "sklepu": 45, "skomplikowan": 24, "skonfigurowan": 31, "skonfigurowanego": 45, "skonfigurowani": 49, "skonfigurowa\u0107": [24, 33, 35, 49], "skontaktuj": [31, 80], "skrzynki": 51, "skr\u00f3ty": 80, "sk\u0142adaj\u0105ci": 43, "sk\u0142adniki": 81, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 38, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spadni": 33, "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "specjalnego": 26, "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "sposobi": 45, "spos\u00f3b": [7, 26, 33, 81], "spotkani": 48, "spowodowanych": 80, "spowoduj": [26, 28], "sprawdza": [7, 24], "sprawdzania": 7, "sprawdzi\u0107": 7, "sprawieni": 26, "spreadsheet": 21, "sprz\u0119towych": 81, "sprz\u0119towymi": 6, "spr\u00f3bowa\u0107": 48, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacjonarna": [22, 30], "stacjonarnym": 25, "stack": 44, "stai": [20, 41, 44, 59], "staje": 24, "stand": 20, "standard": [8, 14, 15, 41, 80], "standardow": 33, "standardowych": 7, "stani": 51, "star": [21, 42], "stare": 26, "starsz": [24, 33], "starszych": 28, "start": [1, 3, 6, 9, 12, 16, 20, 38, 40, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 36, 41, 44, 46, 47, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 69], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 39, 42, 44, 45, 81], "straci\u0107": 26, "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strona": 7, "strongli": 20, "stroni": [26, 35, 39, 49, 80], "stron\u0119": 29, "structur": [2, 3, 21, 42], "strukturi": 26, "strza\u0142k\u0119": [28, 39], "stylu": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": 41, "subsequ": [15, 20], "subskrypcji": 45, "subskrypcj\u0105": 53, "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "suma": 33, "summar": [1, 44], "summari": 57, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "swoich": [21, 26, 45], "swoim": [26, 37, 45], "swoje": [26, 45, 48], "swojego": [7, 26, 28, 81], "swojej": 35, "swoj\u0105": [45, 51], "sw\u00f3j": [28, 81], "sy": 12, "sygnaturami": 24, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 47, 50, 53, 81], "synchron": [6, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 51, 53], "synchronizacja": [6, 22, 43], "synchronizacji": [7, 49, 51, 53], "synchronizowan": 48, "synchronizowania": 25, "synchronizowa\u0107": 48, "synchronizuj": 45, "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systemach": 7, "systemem": [6, 43], "systemi": [7, 21], "systemowej": 7, "systemu": [7, 51], "system\u00f3w": 7, "sytuacja": 26, "szczeg\u00f3\u0142ow": [35, 37], "szyfrowan": 26, "szyfrowani": [6, 30], "szyfrowania": 33, "szyfruj\u0105ca": 26, "s\u0105": [7, 26, 29, 33, 35, 39, 45, 48, 80], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "ta": [26, 29], "tab": [0, 1, 12, 19, 20, 21, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tablic": 43, "tablica": 43, "tackl": 69, "tag": [0, 21, 30, 32], "tak": [7, 24], "taka": 26, "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 62, 69, 83], "taken": 41, "takich": 7, "takiego": 26, "takim": [7, 26], "tak\u017c": [39, 48], "talk": [0, 1, 6, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talku": 35, "tap": [45, 60], "target": [9, 15, 20, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 46, 57, 66, 69], "te": [26, 31, 33, 35], "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technic": [14, 15], "tego": [33, 39, 48], "tej": [7, 26, 28], "tekst": 80, "tekstowa": 81, "telefoni": 81, "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temat": 43, "temporarili": [12, 20, 60], "temu": 24, "ten": [7, 24, 27, 31, 39], "tent": [41, 44], "terabyt": 12, "teraz": [29, 45, 48, 81], "term": [1, 18, 41, 46], "termin": [24, 33], "terminem": 24, "test": [9, 10, 12, 14, 18, 20, 24, 44], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "te\u017c": [33, 35], "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 53, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": 12, "those": [0, 25, 41, 42, 50, 53, 54], "though": [9, 12, 19, 20], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 41, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "tobi": [24, 33], "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokenach": 81, "tokenami": 6, "too": [41, 44], "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "to\u017csamo\u015bci": 81, "track": 0, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "transmisji": 48, "trash": [9, 21, 28, 42], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troch\u0119": 48, "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "trwale": 24, "try": [14, 40, 47], "tryb": 80, "trzy": 35, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 56, 60, 80, 81, 82], "twoich": [6, 26, 30], "twoim": 21, "twoimi": [6, 30], "twoja": 49, "twoje": [26, 53], "twojego": 33, "twojej": 81, "tworzeni": 43, "tworzona": 39, "tworzysz": 48, "tworzy\u0107": [21, 28, 35], "tworz\u0105c": [28, 35], "tw\u00f3j": [21, 48], "txt": [10, 20], "tych": [21, 31, 51], "tydzie\u0144": 39, "tylko": [7, 24, 26, 28, 31, 35], "tym": [26, 28, 35], "tymczasow": 33, "typ": [7, 60], "type": [0, 1, 2, 9, 14, 15, 19, 20, 21, 28, 36, 41, 42, 44, 47, 49, 50, 57, 66, 69, 80], "typic": [19, 57], "typowych": 80, "typu": 53, "t\u0119": [7, 24], "t\u0142a": 80, "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "uczelni": 7, "uczestnik": 60, "uczestnika": 60, "udokumentowan": [25, 80], "udost\u0119pnia": 24, "udost\u0119pniaj\u0105": 33, "udost\u0119pniaj\u0105cej": 35, "udost\u0119pnian": 24, "udost\u0119pniani": [28, 43], "udost\u0119pniania": [28, 35, 53], "udost\u0119pniasz": [24, 28, 33], "udost\u0119pnia\u0107": [21, 24, 26, 35], "udost\u0119pnieni": [26, 28, 33, 35], "udost\u0119pnienia": [26, 33], "udost\u0119pnie\u0144": [26, 35], "udost\u0119pnij": [26, 35], "udost\u0119pnion": [33, 35], "udost\u0119pnioni": 28, "udost\u0119pnionych": [26, 28, 35], "udost\u0119pni\u0107": 35, "udzia\u0142": 28, "udzia\u0142u": 28, "udzieli\u0107": 45, "ui": [9, 41], "ujawnian": 26, "ukryj": 35, "ukrywa": 35, "ulubion": 21, "umieszczani": 24, "umount": 20, "umo\u017cliwia": [7, 26, 28, 35, 43], "umo\u017cliwienia": 35, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 11, 20, 27, 36, 44, 46, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 38], "unfocu": 80, "unfortun": 20, "uniemo\u017cliwia": 7, "uniemo\u017cliwi\u0107": [7, 35], "unifi": [5, 6, 76], "unikalni": 60, "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 82], "univers": [12, 80], "uniwersalni": 6, "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [9, 15, 19, 20, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 41, 42, 44, 45, 54, 64], "upewnij": 49, "upewni\u0107": 24, "upload": [9, 11, 15, 19, 20, 27, 29, 31, 41, 42, 60, 62, 69, 72], "upodoba\u0144": 80, "upon": [20, 44, 69, 70], "upper": 50, "uprawnienia": [7, 45], "uprawnieniami": 35, "upuszczaniom": 35, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "uruchom": [45, 51], "uruchomi": 7, "uruchomieni": 26, "uruchomieniem": 7, "uruchomieniu": 7, "uruchomi\u0107": [45, 80], "urz\u0105dzeni": [45, 54, 81], "urz\u0105dzenia": 6, "urz\u0105dzeniami": [6, 81], "urz\u0105dzeniu": [45, 81], "urz\u0105dze\u0144": 81, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 28, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 50], "using_the_windows_10_calendar_application_with": 51, "ustaw": [7, 35], "ustawiaj\u0105c": 24, "ustawian": 35, "ustawieni": 35, "ustawienia": [7, 35, 45, 48, 51, 80], "ustawieniach": 80, "ustawie\u0144": [48, 51, 80], "ustawion": [26, 31, 48], "ustawioni": 33, "ustawi\u0107": [26, 48], "usual": [12, 44, 47], "usuni": 24, "usuniesz": 24, "usuni\u0119cia": [24, 28], "usuni\u0119t": [24, 33], "usuni\u0119tego": 33, "usuni\u0119ti": 24, "usuni\u0119tymi": [30, 32], "usun\u0105\u0107": [26, 28, 39], "usuwa": [24, 39], "usuwan": 33, "usuwani": 24, "usuwasz": 24, "usuwa\u0107": [7, 21], "us\u0142ug": 26, "us\u0142ugach": 26, "us\u0142ugi": 26, "us\u0142ugodawc\u00f3w": 53, "utf": 20, "util": 44, "utracisz": 26, "utrati": 26, "utwarza": 35, "utworzon": 51, "utworzoni": 35, "utworzyli": 26, "utworzysz": 33, "utworzy\u0107": [26, 28, 35], "utw\u00f3rz": 45, "uwaga": [35, 51], "uwierzytelniani": [51, 81], "uwierzytelniania": [6, 54, 82], "uwierzytelnianiem": 6, "uzupe\u0142niami": 43, "uzupe\u0142niani": 37, "uzyskania": 80, "uzyska\u0107": [21, 24, 26, 33, 37, 51], "uzyska\u0142": 35, "u\u0142atwiaj\u0105ci": 80, "u\u0142atwi\u0107": 80, "u\u017cyci": 25, "u\u017cycia": 48, "u\u017cyciu": 26, "u\u017cyj": [7, 28], "u\u017cytkownici": [7, 24, 26, 33, 35], "u\u017cytkownik": [35, 37], "u\u017cytkownik1": 24, "u\u017cytkownik2": 24, "u\u017cytkownik3": 24, "u\u017cytkownika": [33, 35, 37, 39, 45, 49, 51], "u\u017cytkownikiem": 60, "u\u017cytkownikom": [7, 28, 33], "u\u017cytkownik\u00f3w": [26, 31, 35], "u\u017cywani": [25, 80], "u\u017cywasz": 48, "u\u017cywa\u0107": [51, 80], "u\u017cy\u0107": [26, 54, 81], "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50], "valu": [9, 11, 12, 16, 19, 20, 42, 44], "var": 16, "variabl": [6, 9, 10, 13, 41], "varieti": 82, "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 9, 10, 12, 17, 18, 19, 20, 21, 39, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 10, 15, 20, 21, 29, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 14, 20, 27, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 82], "visibl": [4, 10, 15, 19, 21, 27, 36, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "w": [21, 24, 25, 28, 29, 33, 35, 37, 41, 43, 45, 48, 49, 51, 53, 80, 81], "wa": [0, 1, 9, 39, 41, 44, 83], "wahaj": 80, "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 56, 59, 62], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 14, 18, 19, 20, 26, 28, 29, 41, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 20, 41, 44], "warto": 33, "warto\u015bci": 7, "warto\u015b\u0107": [7, 24], "watch": 12, "wa\u017cno\u015bci": 33, "wbudowani": 7, "wcze\u015bniej": 45, "wdra\u017cania": 7, "we": [2, 5, 12, 14, 15, 18, 20, 41, 44, 80], "web": [1, 6, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": 73, "wednesdai": 41, "wed\u0142ug": 39, "week": [0, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 62], "were": [9, 41, 42, 57, 70], "wersj": [33, 39], "wersja": [7, 39], "wersjach": 7, "wersji": [7, 30, 32, 33, 41], "wersj\u0119": 39, "wewn\u0105trz": 24, "what": [0, 5, 12, 19, 20, 27, 33, 36, 41, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 10, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 18, 20, 27, 41, 44, 56, 60], "which": [0, 5, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 44, 46, 47, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 28, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wiadomo\u015b\u0107": 81, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "widoczn": 35, "widoczno\u015bci": 37, "widzie\u0107": 26, "wiel": 35, "wieloraki": 81, "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "witami": 53, "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 41, 42, 44, 60, 69, 72], "witryni": [35, 43], "wizard": [12, 14, 19], "wi\u0119c": [7, 21, 26, 80], "wi\u0119cej": [7, 24, 26, 33, 39, 43, 45, 81], "wi\u0119ksz": 33, "wi\u0119kszo\u015bci": 48, "wi\u0119kszych": 31, "wklej": 51, "wlicza": 33, "wliczaj\u0105": 33, "wliczan": 33, "wolnego": [24, 39], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 44, 45, 46, 47, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 27, 41, 44, 60, 80, 81], "wow": 5, "wpisuj\u0105c": 37, "wpisz": [51, 81], "wprowadzeni": 6, "wprowadzi\u0107": [28, 45], "wprowad\u017a": [35, 45, 51], "writabl": 42, "write": [2, 3, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "wr\u00f3ci\u0107": 48, "wskazuj\u0105ci": 51, "wspiera": 81, "wspomagaj\u0105c": 43, "wsp\u00f3\u0142dzieleni": [6, 30], "wsp\u00f3\u0142praca": [6, 30], "wszelki": [7, 80], "wszystki": [21, 33, 35, 51, 53], "wszystkich": [26, 35], "wszystko": 28, "wtedi": [7, 26], "www": 51, "wybierz": [37, 45, 48, 51, 80], "wyboru": 37, "wyga\u015bni\u0119cia": [24, 35, 39], "wygenerowani": 81, "wygl\u0105da\u0142": 35, "wykluczona": 39, "wykonaj": [28, 35, 51], "wykonania": 7, "wykonuj\u0105": 7, "wykonuj\u0105c": 48, "wykorzystania": 24, "wykorzystuj": 39, "wylogowaniu": 26, "wylogowa\u0107": 26, "wyloguj": 26, "wymaga": 31, "wymagan": [7, 45], "wymagani": 81, "wymagania": 6, "wymaga\u0107": 26, "wymienion": 29, "wynikowej": 48, "wysokiego": 80, "wysokim": 80, "wystarczy\u0107": 48, "wyst\u0105pi\u0107": 26, "wysy\u0142ania": 29, "wysy\u0142a\u0107": 35, "wyszukiwania": [26, 37], "wys\u0142ania": 29, "wys\u0142a\u0107": 29, "wy\u0142\u0105czeni": 7, "wy\u0142\u0105czenia": 21, "wy\u0142\u0105czi": 35, "wy\u0142\u0105czon": 33, "wy\u0142\u0105czy\u0107": 7, "wy\u015bwietla": 45, "wy\u015bwietlani": 37, "wy\u015bwietli": 81, "wy\u017cszego": 35, "wzoru": 39, "w\u0142asn": 7, "w\u0142asnego": 53, "w\u0142asno\u015b\u0107": 37, "w\u0142asnych": 80, "w\u0142asnym": 49, "w\u0142asn\u0105": [28, 35], "w\u0142a\u015bciciel": [24, 26, 37], "w\u0142a\u015bciciela": [26, 33, 35, 37], "w\u0142\u0105czeniu": 26, "w\u0142\u0105czona": [26, 29, 33], "w\u0142\u0105czone": [28, 35, 51], "w\u0142\u0105czoni": [26, 49], "w\u0142\u0105czy": 26, "w\u0142\u0105czysz": 26, "w\u0142\u0105czy\u0107": 26, "w\u0142\u0105czy\u0142": 26, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [26, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [6, 7, 17, 20, 24, 25, 28, 29, 31, 33, 37, 39, 43, 53, 54, 80, 82], "za": [7, 21, 24, 29, 33, 35, 39, 48, 81], "zaakceptowan": 37, "zaakceptowaniu": 35, "zaakceptowa\u0107": [35, 37], "zaanga\u017cowa\u0107": 80, "zaawansowan": 51, "zabezpieczenia": [6, 30], "zablokowa\u0107": 7, "zachowuj": 39, "zachowujemi": 39, "zaciszu": 53, "zadania": 48, "zada\u0144": [43, 45], "zadzia\u0142a": 48, "zainicjowan": 26, "zainicjowano": 35, "zainicjowa\u0142": 35, "zainstalowani": 7, "zainstalowa\u0107": 45, "zainstaluj": 45, "zajmi": 26, "zajmuj\u0105": 33, "zaj\u0105\u0107": 48, "zako\u0144cz": 45, "zako\u0144czeniu": 29, "zako\u0144czy\u0107": 45, "zaktualizowani": 26, "zaktualizowanych": 28, "zaktualizowa\u0107": 48, "zak\u0142adc": 35, "zak\u0142\u00f3ca\u0107": 7, "zalecami": [25, 31], "zaleceniem": 26, "zale\u017cno\u015bci": [26, 48, 80, 81], "zaliczaj\u0105": 24, "zaliczan": 24, "zalogowaniu": 26, "zalogowa\u0107": 26, "zaloguj": [26, 49, 51], "zamie\u0144": 51, "zamkni": 45, "zapewnia": [7, 53], "zapisan": 51, "zapisz": 51, "zaplecza": 26, "zapobiec": [7, 24], "zapobiegania": 7, "zapomnie\u0107": 26, "zaprojektowana": 80, "zaproponuj": 7, "zapytaj": 21, "zarejestrowanym": 60, "zarz\u0105dzaj": [6, 51, 81], "zarz\u0105dzani": [6, 30, 33], "zarz\u0105dzania": 43, "zar\u00f3wno": [24, 48], "zasad": 7, "zasobu": 48, "zasob\u00f3w": 48, "zast\u0105pieni": 7, "zast\u0105pi\u0107": [7, 24, 33], "zaszyfrowan": 33, "zaszyfrowa\u0107": 26, "zas\u00f3b": 48, "zatrzymaj": 35, "zauwa\u017con": 80, "zawart": 6, "zawarto\u015bci": [35, 80], "zawsz": 7, "zazwyczaj": 81, "zdaln": 26, "zdalnego": 35, "zdalnej": 26, "zdalni": 28, "zdalnych": [26, 28, 35], "zdalnym": 26, "ze": [7, 28, 35, 45], "zeskanowa\u0107": 81, "zeskanuj": 81, "zespo\u0142owej": 35, "zespo\u0142owi": 43, "zespo\u0142u": 80, "zewn\u0119trznego": 26, "zewn\u0119trznym": 26, "zezwalasz": 33, "zezwolisz": 33, "zezwoli\u0107": [7, 35], "zezw\u00f3l": 35, "zgodn": 53, "zg\u0142aszaj": 80, "zg\u0142osi\u0107": 80, "zip": 21, "zmiani": [6, 37], "zmienia": [28, 81], "zmienia\u0107": 24, "zmienion": [26, 41, 51], "zmieni\u0107": 48, "zmieni\u0142": 26, "zmienn": 31, "zmiennych": 31, "zmie\u0144": [37, 51], "zmniejszaj\u0105c": 80, "zmniejszenia": 80, "zmniejszona": 80, "zm\u0119czeni": 80, "znacznik": 39, "znajduj\u0105": [33, 35], "znajdzi": 37, "znajdziesz": [48, 80], "znale\u017a\u0107": [35, 43], "znani": 45, "znan\u0105": 45, "znasz": 81, "zobacz": [24, 26, 33, 37], "zobaczi": 26, "zobaczysz": [26, 29, 81], "zobaczy\u0107": 35, "zobacz\u0105": [26, 28], "zoom": [6, 63], "zostani": [24, 35, 37, 39, 80], "zostaniesz": 81, "zostan\u0105": 24, "zosta\u0142a": [7, 29], "zosta\u0142i": [24, 26, 31, 33, 35, 51], "zosta\u0142o": [26, 35], "zrobili": 26, "zrobi\u0107": [24, 28, 48], "zrozumie\u0107": 33, "zsynchronizowa\u0107": [45, 51], "zwin\u0105\u0107": 80, "zwi\u0119kszeni": 31, "zwi\u0119kszy\u0142": 31, "z\u0119batego": 51, "\u0142agodzi": 80, "\u0142atwi": 26, "\u0142\u0105cza": 28, "\u015bcie\u017ck\u0119": 51, "\u017ar\u00f3d\u0142a": 48, "\u017cadnych": 28, "\u017ce": [7, 24, 49, 51], "\u017c\u00f3\u0142ty": 26, "\u017c\u0105dani": 45}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Spis tre\u015bci", "Automatyczny aktualizator", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "macOS Virtual Files Client", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Dost\u0119p do Twoich plik\u00f3w", "Wsp\u00f3\u0142dzielenie i wsp\u00f3\u0142praca", "Zarz\u0105dzanie usuni\u0119tymi plikami", "Synchronizacja stacjonarna i mobilna", "Using server-side encryption", "Using external storage", "Using federation shares", "Anonimowe przesy\u0142anie plik\u00f3w", "Pliki i synchronizacja", "Przesy\u0142anie du\u017cych plik\u00f3w", "Zarz\u0105dzanie Twoimi plikami", "Limit miejsca", "Zabezpieczenia i szyfrowanie", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Kontrola wersji", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Oprogramowanie do pracy grupowej", "Using the Mail app", "Synchronizacja z systemem Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizacja z KDE Kontact", "Synchronizacja z macOS", "Synchronizing with Thunderbird", "Synchronizacja z systemem Windows 10", "Migrate data between instances", "Nextcloud 35 wprowadzenie do instrukcji obs\u0142ugi", "Zarz\u0105dzaj po\u0142\u0105czonymi przegl\u0105darkami i urz\u0105dzeniami", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Do\u0142\u0105czanie do rozmowy", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Uniwersalny dost\u0119p", "Korzystanie z uwierzytelniania dwusk\u0142adnikowego", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": 83, "There": 12, "To": 12, "about": 12, "accept": 70, "access": [4, 20, 21, 27, 36], "account": [19, 44], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "aktualiz": 7, "aktualizacjom": 7, "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonimow": 29, "anoth": 44, "answer": 20, "aplikacja": 24, "aplikacji": [45, 81], "app": [0, 41, 42, 44, 75], "appear": 55, "appoint": 41, "ar": 12, "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "autom": [41, 44], "automat": 44, "automatyczni": 7, "automatycznym": 7, "autorespond": 44, "avail": 41, "backend": 27, "background": 60, "ban": 69, "between": 52, "bez": [26, 45], "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "busi": 41, "calendar": [41, 44, 47, 50, 59], "call": [60, 61, 62, 64, 65, 72], "can": 82, "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 15, 19, 20, 60], "cloud": 28, "co": 24, "code": 81, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 47, 50], "context": 15, "continu": 12, "control": 60, "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "czy": 26, "cz\u0119sto": 26, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [41, 44], "desktop": [13, 19, 20, 46, 60], "detail": 21, "detect": [27, 44], "devic": 38, "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dla": 54, "do": [22, 26, 35, 43, 53, 60], "dodawani": 35, "dolphin": 20, "dost\u0119p": [22, 80], "dost\u0119pem": 35, "dotycz\u0105c": [26, 83], "download": [14, 15], "do\u0142\u0105czani": 60, "drive": 20, "duplic": [41, 42], "dure": 60, "du\u017cych": 31, "dwusk\u0142adnikowego": 81, "dwusk\u0142adnikowym": 81, "dyskow\u0105": 24, "dzia\u0142ania": 7, "dziej": 24, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 38], "end": 38, "envelop": 44, "environ": 11, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 27, 35, 36, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gdy": 24, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "grupom": 35, "grupowej": 43, "guest": 72, "hand": 60, "handl": 8, "hase\u0142": 54, "has\u0142a": [26, 54], "has\u0142o": 26, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 44], "i": [12, 23, 25, 26, 30, 34, 35, 45, 54, 80], "ic": 41, "icon": 19, "ignor": 19, "ikoni": 21, "immedi": 60, "import": [41, 42], "inbox": 44, "indic": 15, "indywidualnych": 54, "info": 44, "inform": 42, "initi": 14, "inni": 35, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "instrukcji": 53, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": 44, "internetowej": 83, "introduct": 5, "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "jak": [24, 26], "jest": 26, "join": [60, 72], "junk": 44, "kalendarz": [45, 51], "katalog\u00f3w": 21, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "klawiaturi": 80, "klienci": 25, "klienckich": 81, "klucza": 26, "known": [15, 20], "konfigurowani": [29, 81], "konta": 49, "kontact": 48, "kontakti": [45, 51], "kontrola": 39, "kontrolki": 21, "korzystani": [26, 81], "languag": 12, "layout": [44, 65], "level": 36, "like": 12, "limit": 33, "limiti": 24, "line": [8, 16, 20], "link\u00f3w": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55], "list\u0119": 60, "live": 64, "lobbi": 79, "local": 12, "lock": 15, "loginu": 26, "logowani": 81, "lose": 81, "low": 11, "lub": [21, 26], "maco": [7, 14, 15, 17, 19, 20, 49], "mail": 44, "manag": [19, 20, 36, 41, 42, 44, 58, 62, 69], "manual": 42, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "miejsca": 33, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 60], "mobilna": 25, "mobilnej": 45, "mobilni": 25, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "motywi": 80, "mount": 20, "move": [12, 44], "mo\u017cna": 26, "multipl": 42, "my": 12, "nast\u0119pnego": 26, "nativ": 44, "nautilu": 20, "navig": [21, 83], "nazywani": 39, "network": 19, "new": [19, 28, 35, 41, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "niezaszyfrowan": 26, "note": 69, "notif": [0, 1, 41, 69], "obs\u0142ugi": 53, "odtwarzacz": 21, "odzyskiwania": 26, "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "oprogramowani": 43, "option": [16, 41, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": 69, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "planowan": 26, "plikami": [24, 32], "pliki": [24, 26, 30, 45], "plik\u00f3w": [21, 22, 24, 26, 29, 31], "pobierz": 60, "podgl\u0105d": 21, "podstawowi": 7, "poll": 56, "pomoci": 80, "pomoc\u0105": [26, 45], "poruszani": 80, "possibl": 26, "powiadomienia": 45, "po\u0142\u0105czonymi": 54, "praci": 43, "prefer": 82, "prioriti": 44, "privaci": 69, "privat": 69, "problem": 20, "problem\u00f3w": 49, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "prywatnego": 26, "przebieg": 7, "przegl\u0105darkami": 54, "przegl\u0105darki": 83, "przeniesieni": 26, "przenoszeni": 21, "przestrzeni\u0105": 24, "przesy\u0142ani": [29, 31], "przy": 80, "public": 20, "publicznego": 35, "publicznych": 35, "publish": 41, "pytania": 26, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": 14, "resourc": 41, "respond": 41, "responsywno\u015b\u0107": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rozmowi": 60, "rozwa\u017cani": 81, "rozwi\u0105zywani": 49, "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": 44, "see": 82, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 40, 41, 44, 60, 72, 76, 82, 83], "setup": 14, "share": [15, 19, 20, 21, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "si\u0119": [24, 80], "skonfiguruj": 49, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "spi": 6, "sprz\u0119towymi": 81, "stacjonarna": 25, "stanu": 21, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "swoje": 49, "sync": [12, 15], "synchron": [12, 19, 46, 47, 50], "synchronizacja": [25, 30, 45, 48, 49, 51], "system": [14, 36], "systemem": [45, 51], "systrai": 19, "szyfrowani": [26, 34], "szyfrowania": 26, "s\u0105": 24, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "tego": 26, "templat": 5, "text": 44, "than": 12, "thei": 12, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tle": 26, "tlsv1": 51, "togeth": 5, "tokenami": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "tre\u015bci": 6, "troubleshoot": 51, "twoich": 22, "twoimi": 32, "uczestnik\u00f3w": 60, "udostepniania": 35, "udost\u0119pniani": [26, 35], "udost\u0119pniania": 21, "udost\u0119pnienia": 35, "udost\u0119pnion": 24, "unifi": [44, 83], "uninstal": 17, "uniwersalni": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": 18, "upload": [10, 12, 21], "upuszczania": 29, "urz\u0105dzenia": 54, "urz\u0105dzeniami": 54, "us": [0, 2, 8, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66], "usag": 8, "user": [12, 19, 41], "usuni\u0119tych": 24, "usuni\u0119tymi": 24, "usuwan": 24, "usuwani": 39, "uwierzytelniania": 81, "uwierzytelnianiem": 81, "u\u017cytkownika": 26, "u\u017cytkownikom": 35, "variabl": 11, "version": 14, "via": 28, "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtual": [15, 19, 42], "w": [7, 26], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "wersji": 39, "wewn\u0119trzn": 35, "what": 2, "when": 12, "who": 82, "why": 2, "wideo": 21, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "work": [12, 41], "would": 12, "wprowadzeni": 53, "wsp\u00f3\u0142dzieleni": 23, "wsp\u00f3\u0142praca": 23, "wybierani": 21, "wymagania": 83, "wysy\u0142ani": 29, "wy\u0142\u0105czy\u0107": 26, "you": 81, "your": [0, 5, 19, 21, 27, 41, 42, 44, 69, 81, 82], "z": [26, 35, 45, 48, 49, 51, 81], "za": [26, 45], "zabezpieczenia": 34, "zadania": 26, "zadawan": 26, "zapobiegani": 7, "zarz\u0105dza": 24, "zarz\u0105dzaj": 54, "zarz\u0105dzani": [24, 32, 54], "zaszyfrowanych": 26, "zawart": 80, "zmiani": 54, "zmie\u0144": 26, "zoom": 80, "\u015brodowiskach": 7}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Private (one-to-one) conversations": [[69, "private-one-to-one-conversations"]], "2. Group conversations": [[69, "group-conversations"]], "3. Note to self": [[69, "note-to-self"]], "4. Disposable conversations": [[69, "disposable-conversations"]], "AI assistant": [[1, null]], "AI summary": [[44, "ai-summary"]], "Accepting an invitation": [[70, "accepting-an-invitation"]], "Access Markdown files": [[4, null]], "Accessing Nextcloud files using WebDAV": [[20, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files using Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Accessing files using Linux": [[20, "accessing-files-using-linux"]], "Accessing files using Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Accessing files using WinSCP": [[20, "accessing-files-using-winscp"]], "Accessing files using cURL": [[20, "accessing-files-using-curl"]], "Accessing files using macOS": [[20, "accessing-files-using-macos"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing public shares over WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Account delegation": [[44, "account-delegation"]], "Account settings": [[44, "account-settings"]], "Actions": [[44, "actions"]], "Activity and comments": [[21, "activity-and-comments"]], "Activity in the Files sidebar": [[0, "activity-in-the-files-sidebar"]], "Add Talk conversation": [[41, "add-talk-conversation"]], "Add a folder": [[44, "add-a-folder"]], "Add a new mail account": [[44, "add-a-new-mail-account"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Add attachments to events": [[41, "add-attachments-to-events"]], "Add members to a team": [[42, "add-members-to-a-team"]], "Add recurring options": [[41, "add-recurring-options"]], "Adding Contacts": [[42, "adding-contacts"]], "Adding Contacts Manually": [[42, "adding-contacts-manually"]], "Adding New Accounts": [[19, "adding-new-accounts"]], "Adding an E2EE device": [[38, "adding-an-e2ee-device"]], "Adding and Managing Address Books": [[42, "adding-and-managing-address-books"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Alias files": [[15, "alias-files"]], "All inboxes": [[44, "all-inboxes"]], "Alternative: Using the CardBook add-on (Contacts only)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anonimowe przesy\u0142anie plik\u00f3w": [[29, null]], "Answer": [[20, "answer"]], "Appearance": [[55, null]], "Appointments": [[41, "appointments"]], "Apps integrating with messages": [[75, null]], "Archive conversations": [[69, "archive-conversations"]], "Assign rooms and resources to an event": [[41, "assign-rooms-and-resources-to-an-event"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Attachments": [[56, null]], "Automated User Status": [[41, "automated-user-status"]], "Automatic trash deletion": [[44, "automatic-trash-deletion"]], "Automatyczny aktualizator": [[7, null]], "Autoresponders": [[44, "autoresponders"]], "Availability (Working Hours)": [[41, "availability-working-hours"]], "Backgrounds": [[60, "backgrounds"]], "Ban participants": [[69, "ban-participants"]], "Bez aplikacji mobilnej Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Birthday calendar": [[41, "birthday-calendar"]], "Booking an appointment": [[41, "booking-an-appointment"]], "Bots": [[57, "bots"]], "Bots and commands": [[57, null]], "Breakout rooms": [[58, null]], "Browser and Talk Desktop client": [[60, "browser-and-talk-desktop-client"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Calendar": [[47, "calendar"]], "Calendar Transparency": [[41, "calendar-transparency"]], "Calendar Widget": [[41, "calendar-widget"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calendar integration": [[44, "calendar-integration"]], "Calendar integration with Talk": [[59, null]], "Calendars": [[50, "calendars"]], "Call layout": [[65, null]], "Call live transcription": [[64, "call-live-transcription"]], "Call recording": [[62, null]], "Calls": [[61, null]], "Change color for tags": [[44, "change-color-for-tags"]], "Change sort order": [[44, "change-sort-order"]], "Chat": [[67, null]], "Chat messages": [[55, "chat-messages"]], "Chat summary": [[66, "chat-summary"]], "Chat with AI": [[1, "chat-with-ai"]], "Checking attendees\u00bb busy times": [[41, "checking-attendees-busy-times"]], "Co si\u0119 dzieje, gdy udost\u0119pnione pliki s\u0105 usuwane": [[24, "what-happens-when-shared-files-are-deleted"]], "Collectives": [[3, null]], "Command-Line Options": [[16, null]], "Commands": [[57, "commands"]], "Compact view of conversations list": [[55, "compact-view-of-conversations-list"]], "Compose messages": [[44, "compose-messages"]], "Conditions": [[44, "conditions"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configure breakout rooms": [[58, "configure-breakout-rooms"]], "Configuring Nextcloud Account Settings": [[19, "configuring-nextcloud-account-settings"]], "Conflicts": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Contact Picture": [[42, "contact-picture"]], "Contacts": [[47, "contacts"], [50, "contacts"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlling audio and video": [[60, "controlling-audio-and-video"], [60, "id1"]], "Conversations": [[68, null], [69, null]], "Create Talk room for booked appointments": [[41, "create-talk-room-for-booked-appointments"]], "Create a filter from a message": [[44, "create-a-filter-from-a-message"]], "Create a new Calendar": [[41, "create-a-new-calendar"]], "Create a new event": [[41, "create-a-new-event"]], "Create a task": [[44, "create-a-task"]], "Create a team": [[42, "create-a-team"]], "Create an event": [[44, "create-an-event"]], "Create tasks from chat message": [[75, "create-tasks-from-chat-message"]], "Creating WebDAV mounts on the Linux command line": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Creating a conversation": [[69, "creating-a-conversation"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating a proposal": [[41, "creating-a-proposal"]], "Creating an appointment configuration": [[41, "creating-an-appointment-configuration"]], "Creating an open conversation": [[78, "creating-an-open-conversation"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Czy mo\u017cna wy\u0142\u0105czy\u0107 szyfrowanie za pomoc\u0105 klucza odzyskiwania?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "Czy planowane jest przeniesienie tego do nast\u0119pnego loginu u\u017cytkownika lub do zadania w tle?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Czy szyfrowanie mo\u017cna wy\u0142\u0105czy\u0107 bez has\u0142a u\u017cytkownika?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "Cz\u0119sto zadawane pytania dotycz\u0105ce szyfrowania": [[26, "encryption-faq"]], "Daily activity summary": [[0, "daily-activity-summary"]], "Dashboard integration": [[44, "dashboard-integration"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Delete tags": [[44, "delete-tags"]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Displaying the mnemonic": [[38, "displaying-the-mnemonic"]], "Dodawanie udostepniania publicznego do Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Dost\u0119p do Twoich plik\u00f3w": [[22, null]], "Download": [[14, "download"]], "Do\u0142\u0105czanie do rozmowy": [[60, null]], "During a call": [[60, "during-a-call"]], "Edit or Remove Contact Information": [[42, "edit-or-remove-contact-information"]], "Edit tags": [[44, "edit-tags"]], "Edit, Export or Delete a Calendar": [[41, "edit-export-or-delete-a-calendar"]], "Edit, duplicate or delete an event": [[41, "edit-duplicate-or-delete-an-event"]], "Editing a proposal": [[41, "editing-a-proposal"]], "Editing messages": [[76, "editing-messages"]], "Email notification frequency": [[0, "email-notification-frequency"]], "Enable mail body search": [[44, "enable-mail-body-search"]], "Enabling E2EE": [[38, "enabling-e2ee"]], "Encrypting a folder": [[38, "encrypting-a-folder"]], "Envelope actions": [[44, "envelope-actions"]], "Environment Variables": [[11, null]], "Example": [[8, "example"], [10, "example"]], "Exclude List": [[8, "exclude-list"]], "FAQ": [[12, null]], "Federated calendar sharing": [[41, "federated-calendar-sharing"]], "Federated shares": [[35, "federated-shares"]], "Federation": [[70, null]], "File Manager Overlay Icons": [[19, "file-manager-overlay-icons"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Files integration": [[71, null]], "Filter": [[44, "filter"]], "Filter your conversations": [[69, "filter-your-conversations"]], "Filtering activities": [[0, "filtering-activities"]], "Filtering and autoresponder": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Folder actions": [[44, "folder-actions"]], "Follow-up reminders": [[44, "follow-up-reminders"]], "For moderators": [[77, null]], "Full screen": [[60, "full-screen"]], "Full-screen and other settings": [[72, "full-screen-and-other-settings"]], "General Window": [[19, "general-window"]], "General instructions": [[17, "general-instructions"]], "Getting started": [[2, null]], "Grid view": [[21, "grid-view"], [65, "grid-view"]], "Has\u0142a i zmiany hase\u0142 indywidualnych dla urz\u0105dzenia": [[54, "device-specific-passwords-and-password-changes"]], "Has\u0142o klucza odzyskiwania": [[26, "recovery-key-password"]], "How the \u201eEdit locally\u201d functionality works": [[12, "how-the-edit-locally-functionality-works"]], "How to Add a New Filter": [[44, "how-to-add-a-new-filter"]], "How to Delete a Filter": [[44, "how-to-delete-a-filter"]], "How to enable it": [[12, "how-to-enable-it"]], "How to onboard your team": [[5, null]], "I Want To Move My Local Sync Folder": [[12, "i-want-to-move-my-local-sync-folder"]], "I would like to change the language of the user interface": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Ikony stanu udost\u0119pniania": [[21, "sharing-status-icons"]], "Immediately join a call": [[60, "immediately-join-a-call"]], "Import a Calendar": [[41, "import-a-calendar"]], "Import an Event/Add .ics Event": [[41, "import-an-event-add-ics-event"]], "Importing Virtual Contacts": [[42, "importing-virtual-contacts"]], "Initial Setup": [[14, "initial-setup"]], "Inni z dost\u0119pem": [[35, "others-with-access"]], "Inserting emoji": [[66, "inserting-emoji"]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Installation": [[14, null]], "Interacting with messages": [[76, null]], "Internal addresses": [[44, "internal-addresses"]], "Invite attendees to an event": [[41, "invite-attendees-to-an-event"]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Jak aplikacja usuni\u0119tych plik\u00f3w zarz\u0105dza przestrzeni\u0105 dyskow\u0105": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Jak mo\u017cna wy\u0142\u0105czy\u0107 szyfrowanie?": [[26, "how-can-encryption-be-disabled"]], "Join a call or chat as guest": [[72, null]], "Joining a call": [[72, "joining-a-call"]], "Joining a chat": [[72, "joining-a-chat"]], "Joining as an email guest": [[72, "joining-as-an-email-guest"]], "Kalendarz": [[51, "calendar"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Keyboard shortcuts": [[44, "keyboard-shortcuts"]], "Klienci mobilni": [[25, "mobile-clients"]], "Known issues": [[15, "known-issues"], [20, "known-issues"]], "Known problems": [[20, "known-problems"]], "Konfigurowanie upuszczania plik\u00f3w": [[29, "setting-up-your-own-file-drop"]], "Konfigurowanie uwierzytelniania dwusk\u0142adnikowego": [[81, "configuring-two-factor-authentication"]], "Kontakty": [[51, "contacts"]], "Kontakty i Kalendarz": [[45, "contacts-and-calendar"]], "Kontrola wersji": [[39, null]], "Kontrolki plik\u00f3w": [[21, "file-controls"]], "Korzystanie z aplikacji klienckich z uwierzytelnianiem dwusk\u0142adnikowym": [[81, "using-client-applications-with-two-factor-authentication"]], "Korzystanie z szyfrowania": [[26, "using-encryption"]], "Korzystanie z uwierzytelniania dwusk\u0142adnikowego": [[81, null]], "Korzystanie z uwierzytelniania dwusk\u0142adnikowego z tokenami sprz\u0119towymi": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Limit miejsca": [[33, null]], "Limity": [[24, "quotas"]], "Linux": [[7, "linux"], [17, "linux"]], "Live translation": [[64, "live-translation"]], "Locking": [[15, "locking"]], "Logowanie z uwierzytelnianiem dwusk\u0142adnikowym": [[81, "logging-in-with-two-factor-authentication"]], "Low Disk Space": [[11, "low-disk-space"]], "Mail translation": [[44, "mail-translation"]], "Manage a recording": [[62, "manage-a-recording"]], "Manage breakout rooms": [[58, "manage-breakout-rooms"]], "Managing Events": [[41, "managing-events"]], "Managing a conversation": [[69, "managing-a-conversation"]], "Managing multiple Contacts at a time": [[42, "managing-multiple-contacts-at-a-time"]], "Managing proposals": [[41, "managing-proposals"]], "Managing your calendars": [[41, "managing-your-calendars"]], "Managing your mail account": [[44, "managing-your-mail-account"]], "Mapping drives with Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Mapping drives with the command line": [[20, "mapping-drives-with-the-command-line"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Meeting invitation automation": [[44, "meeting-invitation-automation"]], "Meeting invitations": [[44, "meeting-invitations"]], "Meetings and events": [[59, "meetings-and-events"]], "Mention contacts": [[44, "mention-contacts"]], "Merging duplicate Contacts": [[42, "merging-duplicate-contacts"]], "Message Display / Operation Mode": [[44, "message-display-operation-mode"]], "Message actions": [[44, "message-actions"]], "Messages expiration": [[69, "messages-expiration"]], "Messages search in a conversation": [[76, "messages-search-in-a-conversation"]], "Migrate data between instances": [[52, null]], "Minimize the composer modal": [[44, "minimize-the-composer-modal"]], "Mobile clients": [[60, "mobile-clients"]], "Move messages to Junk folder": [[44, "move-messages-to-junk-folder"]], "Native account delegation": [[44, "native-account-delegation"]], "Nautilus file manager": [[20, "nautilus-file-manager"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "Nazywanie wersji": [[39, "naming-a-version"]], "Nextcloud 35 wprowadzenie do instrukcji obs\u0142ugi": [[53, null]], "Notification settings": [[0, "notification-settings"]], "Notifications": [[1, "notifications"]], "Notifications and privacy": [[69, "notifications-and-privacy"]], "Notifications for a proposed meeting": [[41, "notifications-for-a-proposed-meeting"]], "Odtwarzacz wideo": [[21, "video-player"]], "Official Nextcloud desktop and mobile clients": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "On Linux": [[12, "on-linux"]], "On Windows": [[12, "on-windows"]], "Open conversations": [[78, null]], "Oprogramowanie do pracy grupowej": [[43, null]], "Organize your Contacts with Contact Groups": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outbox": [[44, "outbox"]], "Overview": [[10, "overview"]], "Personal settings": [[1, "personal-settings"]], "Phishing detection": [[44, "phishing-detection"]], "Pinning messages": [[76, "pinning-messages"]], "Pliki i powiadomienia": [[45, "files-and-notifications"]], "Pliki i synchronizacja": [[30, null]], "Pliki niezaszyfrowane": [[26, "files-not-encrypted"]], "Pobierz list\u0119 uczestnik\u00f3w rozmowy": [[60, "download-call-participants-list"]], "Podgl\u0105d plik\u00f3w": [[21, "previewing-files"]], "Podstawowy przebieg dzia\u0142ania": [[7, "basic-workflow"]], "Polls in chat": [[56, "polls-in-chat"]], "Poruszanie si\u0119 przy pomocy klawiatury": [[80, "navigating-via-keyboard"]], "Priority inbox": [[44, "priority-inbox"]], "Problem": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Proposals": [[41, "proposals"]], "Przenoszenie plik\u00f3w": [[21, "moving-files"]], "Przesy\u0142anie du\u017cych plik\u00f3w": [[31, null]], "Publishing a calendar": [[41, "publishing-a-calendar"]], "Quick actions": [[44, "quick-actions"]], "RSS feed": [[0, "rss-feed"]], "Raise hand": [[60, "raise-hand"]], "Reactions": [[60, "reactions"]], "Recipient info on composer": [[44, "recipient-info-on-composer"]], "Recommended method": [[50, "recommended-method"]], "Record a call": [[60, "record-a-call"]], "Recording consent": [[62, "recording-consent"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Replying to messages and more": [[66, "replying-to-messages-and-more"]], "Responding to a proposed meeting": [[41, "responding-to-a-proposed-meeting"]], "Responding to invitations": [[41, "responding-to-invitations"]], "Restrict who can see your profile data": [[82, "restrict-who-can-see-your-profile-data"]], "Room availability": [[41, "room-availability"]], "Rozwa\u017canie": [[81, "considerations"]], "Rozwi\u0105zywanie problem\u00f3w": [[49, "troubleshooting"]], "Running a task": [[1, "running-a-task"]], "Schedule from Calendar": [[59, "schedule-from-calendar"]], "Scheduled messages": [[44, "scheduled-messages"]], "Scheduling messages": [[66, "scheduling-messages"]], "Screen sharing": [[63, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Security": [[44, "security"]], "Sending an invitation": [[70, "sending-an-invitation"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Sending messages": [[66, null]], "Set the user status": [[19, "set-the-user-status"]], "Set up breakout rooms": [[60, "set-up-breakout-rooms"]], "Set up reminders": [[41, "set-up-reminders"]], "Setting out-of-office messages": [[40, null]], "Setting reminder on messages": [[76, "setting-reminder-on-messages"]], "Setting your preferences": [[82, null]], "Settings and profile": [[83, "settings-and-profile"]], "Share card into a chat": [[75, "share-card-into-a-chat"]], "Shared folder": [[44, "shared-folder"]], "Shared items": [[42, "shared-items"]], "Sharing": [[15, "sharing"]], "Sharing From Your Desktop": [[19, "sharing-from-your-desktop"]], "Sharing calendars": [[41, "sharing-calendars"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sharing files in a chat": [[56, "sharing-files-in-a-chat"]], "Sharing your data in the global address book": [[82, "sharing-your-data-in-the-global-address-book"]], "Silent messages": [[66, "silent-messages"]], "Skonfiguruj swoje konta": [[49, "setup-your-accounts"]], "Smart Picker": [[66, "smart-picker"]], "Smart pickers": [[1, "smart-pickers"]], "Smart replies": [[44, "smart-replies"]], "Snooze": [[44, "snooze"]], "Solution": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solution 1": [[20, "solution-1"]], "Solution 2": [[20, "solution-2"]], "Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Sort favorites up": [[44, "sort-favorites-up"]], "Speaker view": [[65, "speaker-view"]], "Spis tre\u015bci": [[6, null]], "Start the call": [[60, "start-the-call"]], "Starting a screen share": [[72, "starting-a-screen-share"]], "Starting or joining a call": [[60, "starting-or-joining-a-call"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Subscribe to a Calendar": [[41, "subscribe-to-a-calendar"]], "Subscribe to a Holiday Calendar": [[41, "subscribe-to-a-holiday-calendar"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Switch layout": [[44, "switch-layout"]], "Sync status indicators": [[15, "sync-status-indicators"]], "Synchronizacja stacjonarna i mobilna": [[25, null]], "Synchronizacja z KDE Kontact": [[48, null]], "Synchronizacja z macOS": [[49, null]], "Synchronizacja z systemem Android": [[45, null]], "Synchronizacja z systemem Windows 10": [[51, null]], "Synchronizing with Thunderbird": [[50, null]], "Synchronizing with iOS": [[47, null]], "Synchronizing with the GNOME desktop": [[46, null]], "Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "System Requirements": [[14, "system-requirements"]], "System tags": [[36, null]], "Systray Icon": [[19, "systray-icon"]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk Dashboard": [[69, "talk-dashboard"]], "Talk from Files": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Team options": [[42, "team-options"]], "Team roles": [[42, "team-roles"]], "Teams": [[42, "teams"]], "Text blocks": [[44, "text-blocks"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "Third-party WebDAV clients": [[20, "third-party-webdav-clients"]], "Thread summary": [[44, "thread-summary"]], "Threaded messages": [[76, "threaded-messages"]], "Transcription and translation": [[64, null]], "Transfer ownership": [[37, null]], "Trash bin": [[41, "trash-bin"]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Udost\u0119pnianie link\u00f3w publicznych": [[35, "public-link-shares"]], "Udost\u0119pnianie zaszyfrowanych plik\u00f3w": [[26, "sharing-encrypted-files"]], "Udost\u0119pnienia wewn\u0119trzne u\u017cytkownikom i grupom": [[35, "internal-shares-with-users-and-groups"]], "Unified search": [[44, "unified-search"], [83, "unified-search"]], "Uninstallation": [[17, null]], "Uniwersalny dost\u0119p": [[80, null]], "Unsubscribe from a mailing list": [[44, "unsubscribe-from-a-mailing-list"]], "Update channels": [[18, null]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploading conflicts (experimental)": [[10, "uploading-conflicts-experimental"]], "Usage": [[8, "usage"]], "Use Compact Mode": [[44, "use-compact-mode"]], "Using Markdown": [[66, "using-markdown"]], "Using end-to-end encryption": [[38, null]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Activity app": [[0, null]], "Using the Calendar app": [[41, null]], "Using the Command-Line Client": [[8, null]], "Using the Contacts app": [[42, null]], "Using the Ignored Files Editor": [[19, "using-the-ignored-files-editor"]], "Using the Mail app": [[44, null]], "Using the Network Window": [[19, "using-the-network-window"]], "Using the Synchronization Client": [[19, null]], "Using the macOS File Provider": [[15, null]], "Usuwanie wersji": [[39, "deleting-a-version"]], "View all open conversations": [[78, "view-all-open-conversations"]], "Viewing a proposal progress": [[41, "viewing-a-proposal-progress"]], "Viewing your activity stream": [[0, "viewing-your-activity-stream"]], "Webinar and lobby": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Windows": [[7, "windows"], [17, "windows"]], "Working with the booked appointment": [[41, "working-with-the-booked-appointment"]], "Wsp\u00f3\u0142dzielenie i wsp\u00f3\u0142praca": [[23, null]], "Wybieranie plik\u00f3w lub katalog\u00f3w": [[21, "selecting-files-or-folders"]], "Wymagania dotycz\u0105ce przegl\u0105darki internetowej": [[83, "web-browser-requirements"]], "Wysy\u0142anie plik\u00f3w": [[29, "uploading-files"]], "Za pomoc\u0105 aplikacji mobilnej Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Zabezpieczenia i szyfrowanie": [[34, null]], "Zapobieganie automatycznym aktualizacjom": [[7, "preventing-automatic-updates"]], "Zapobieganie automatycznym aktualizacjom w \u015brodowiskach Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Zapobieganie automatycznym aktualizacjom w \u015brodowiskach Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Zarz\u0105dzaj po\u0142\u0105czonymi przegl\u0105darkami i urz\u0105dzeniami": [[54, null]], "Zarz\u0105dzanie Twoimi plikami": [[32, null]], "Zarz\u0105dzanie po\u0142\u0105czonymi przegl\u0105darkami": [[54, "managing-connected-browsers"]], "Zarz\u0105dzanie urz\u0105dzeniami": [[54, "managing-devices"]], "Zarz\u0105dzanie usuni\u0119tymi plikami": [[24, null]], "Zawarte motywy": [[80, "included-themes"]], "Zmie\u0144 has\u0142o klucza prywatnego": [[26, "change-private-key-password"]], "Zoom i responsywno\u015b\u0107": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 37, 41, 42, 44, 45, 46, 47, 50, 58, 60, 62, 76, 80, 81, 82, 83], "0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 40, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "30am": 41, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "3rd": 41, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "4gb": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "A": [2, 5, 11, 19, 20, 27, 37, 39, 41, 42, 44, 56, 57, 58, 60, 66, 69, 72, 74, 76, 80, 81], "As": [0, 19, 41, 48, 56, 77, 82], "At": [19, 20, 44, 49, 54], "Be": 12, "By": [0, 5, 10, 41, 44, 69, 70], "For": [0, 2, 6, 10, 13, 14, 17, 19, 20, 27, 36, 41, 42, 44, 47, 51, 60, 62, 69, 73, 80, 83], "If": [1, 4, 9, 11, 12, 14, 15, 17, 19, 20, 21, 26, 27, 28, 35, 36, 38, 40, 41, 42, 44, 45, 46, 47, 50, 51, 54, 59, 60, 62, 63, 66, 69, 72, 75, 76, 81, 82], "In": [1, 2, 8, 9, 10, 14, 17, 19, 20, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 49, 50, 51, 59, 60, 62, 66, 69, 71, 72, 76, 81, 82], "It": [0, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 38, 41, 44, 59, 60, 64, 69, 73, 76, 81, 82], "Its": 20, "No": [9, 15, 36, 41, 44], "Not": [41, 42, 69, 83], "On": [9, 14, 15, 17, 19, 20, 41, 44, 50], "One": 41, "Or": [25, 45], "That": [12, 59], "The": [0, 1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 36, 37, 38, 39, 40, 41, 42, 44, 46, 50, 52, 54, 58, 59, 60, 62, 66, 69, 70, 72, 74, 76, 79, 82], "Then": [12, 19, 20, 48, 51, 76], "There": [17, 20, 41, 42, 44, 66, 69, 72], "These": [14, 19, 41, 44, 69, 82], "To": [0, 1, 2, 4, 8, 10, 15, 16, 17, 19, 20, 21, 27, 36, 41, 42, 44, 58, 62, 63, 69, 70, 81, 82], "With": [10, 20, 21, 44, 64, 70], "_": 8, "__": 45, "__bold": 66, "_italic": 66, "aa": 80, "aaa": 80, "abi": [7, 24, 26, 28, 29, 31, 33, 35, 37, 39, 45, 51, 54, 80], "abil": [12, 44], "abl": [12, 19, 20, 27, 36, 41, 42, 44, 45, 56, 58, 80, 81, 82], "abort": 11, "about": [0, 5, 15, 20, 21, 41, 42, 59, 69, 70, 71, 73, 76], "abov": [0, 19, 20, 21, 35, 36, 41, 42, 47, 66, 70, 72, 76, 82], "absenc": [40, 41, 44, 69], "absent": 40, "acceler": 15, "accept": [41, 44, 73], "access": [0, 1, 3, 5, 6, 8, 14, 15, 19, 22, 26, 30, 38, 39, 41, 42, 44, 45, 46, 54, 57, 60, 62, 63, 69, 72, 74, 76, 80, 82, 83], "accessibli": 5, "accident": 41, "accord": [19, 44], "accordingli": [44, 62], "account": [9, 10, 12, 14, 15, 20, 27, 29, 37, 41, 42, 45, 46, 47, 49, 50, 51, 52, 54, 56, 72, 81, 83], "across": [15, 17, 21, 25, 36, 41, 44, 70, 83], "act": 44, "action": [16, 21, 36, 41, 42, 56, 57, 62, 66, 69, 75, 76, 77, 83], "activ": [6, 9, 12, 14, 19, 20, 42, 44, 54, 59, 65, 80, 82, 83], "actual": 15, "ad": [2, 12, 20, 41, 44, 69, 82], "add": [1, 2, 5, 12, 17, 19, 20, 27, 28, 35, 36, 38, 40, 46, 47, 48, 49, 56, 66, 69, 74, 76, 83], "addflag": 44, "addit": [0, 13, 19, 20, 21, 41, 42, 56, 60, 66, 69, 76, 82], "addition": 69, "address": [6, 8, 9, 20, 27, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72, 83], "addressbook": [42, 44, 51], "adjust": [9, 10, 11, 12, 15, 19, 20, 82], "admin": [13, 14, 36, 42, 44], "administ": 82, "administr": [1, 14, 20, 21, 24, 26, 27, 31, 33, 36, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 81, 82], "administracyjnego": 31, "administracyjnej": [35, 37], "administratora": [7, 21, 24, 26, 29, 31, 33, 35, 37], "administratorem": [31, 80], "administratorowi": 26, "administratorzi": 7, "adr": [28, 35, 45, 49, 51, 60], "adresi": 51, "adresow": 45, "adresu": 33, "advanc": [14, 20, 41, 47, 50, 51], "advantag": 12, "advis": 14, "affect": [0, 4, 44], "after": [0, 9, 12, 14, 15, 16, 19, 20, 41, 42, 44, 45, 47, 48, 57, 59, 60, 62, 69, 76, 81, 83], "afterward": 5, "ag": 20, "again": [1, 9, 12, 21, 41, 44, 50, 54, 63, 72, 81], "against": [12, 18], "agenda": [44, 57], "aggreg": 42, "ago": 0, "ai": [6, 66], "aim": 80, "airplan": 57, "akceptacji": [35, 37], "akceptowa\u0107": 35, "aktualiz": [6, 13, 14], "aktualizacj": 7, "aktualizacja": 7, "aktualizacji": 7, "aktualizacj\u0119": 7, "aktualizatora": 7, "aktualni": 39, "al": [7, 26, 33, 35, 45], "albo": 45, "alias": [44, 52], "alic": 41, "align": 69, "alik": 69, "all": [0, 1, 2, 5, 8, 9, 11, 12, 14, 15, 16, 17, 19, 20, 21, 26, 27, 36, 37, 41, 42, 45, 46, 50, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76, 82, 83], "allow": [0, 8, 12, 15, 20, 29, 40, 41, 42, 44, 55, 56, 57, 58, 60, 62, 63, 75, 79, 80, 82], "alma": 14, "almost": 81, "along": [8, 52], "alphabet": 42, "alpin": 8, "alpinelinux": 8, "alreadi": [2, 10, 14, 19, 41, 45, 50, 51, 60, 69, 72], "also": [0, 4, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 27, 29, 35, 36, 37, 41, 42, 44, 46, 56, 58, 59, 60, 63, 64, 65, 66, 69, 72, 74, 76, 77, 80, 81, 82, 83], "alter": [12, 38], "altern": [2, 12, 14, 20, 29, 60], "alwai": [15, 19, 20, 25, 41, 42, 44, 50, 69, 81], "amazon": [20, 27], "amount": 12, "an": [0, 2, 8, 10, 12, 14, 15, 19, 20, 21, 27, 29, 35, 36, 40, 42, 45, 46, 47, 48, 50, 54, 56, 57, 59, 60, 63, 69, 73, 74, 76, 80, 82], "analyz": 44, "android": [6, 20, 25, 38, 43, 53, 73], "androida": 45, "androidem": 45, "ani": [0, 1, 8, 14, 15, 19, 20, 21, 26, 27, 28, 29, 39, 41, 42, 44, 57, 60, 62, 69, 70, 72, 78, 83], "anonimow": [23, 30], "anonimowego": 29, "anonym": [20, 29, 56], "anoth": [12, 27, 41, 42, 60, 69, 76], "answer": 5, "anyon": [66, 82], "anyth": [12, 26, 48, 82], "anytim": [28, 62], "anywher": [44, 46], "apach": 31, "apleci": 48, "aplikacj": 33, "aplikacja": [26, 33, 45], "aplikacjach": 48, "aplikacji": [6, 7, 26, 39, 43, 51, 80], "aplikacj\u0105": 51, "aplikacj\u0119": [45, 51], "app": [1, 2, 4, 6, 15, 19, 20, 21, 26, 29, 36, 38, 39, 40, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 64, 66, 67, 69, 71, 73, 74, 81, 82, 83], "appar": 51, "appdata": [9, 17], "appear": [0, 2, 15, 19, 20, 21, 27, 36, 41, 42, 44, 59, 64, 66, 68, 69, 70, 73, 82, 83], "appimag": [12, 14, 17], "appimagelaunch": 12, "appl": [15, 20, 41, 49, 83], "appli": [15, 19, 36, 40, 42, 44, 69], "applic": [7, 10, 14, 16, 17, 19, 20, 27, 41, 42, 46, 47, 49, 60, 63, 72, 82], "appoint": [44, 52], "appropri": [20, 76], "approxim": 9, "apt": [17, 20], "ar": [0, 1, 4, 8, 9, 10, 11, 14, 15, 16, 17, 19, 20, 21, 25, 26, 27, 35, 36, 38, 39, 40, 41, 42, 44, 45, 50, 51, 53, 54, 56, 57, 58, 60, 64, 66, 69, 72, 76, 77, 81, 82, 83], "arbitrari": [19, 20], "arch": 8, "archiv": [8, 14, 21], "area": [19, 41, 60], "around": [36, 42], "arriv": 44, "arrow": [15, 50, 66, 72, 80], "articl": 20, "artifici": 1, "ask": [9, 19, 27, 40, 41, 44, 45, 50, 62, 66], "assign": [20, 21, 44, 58, 69], "assist": [6, 66, 80], "associ": 19, "assum": 15, "asterisk": 19, "attach": [29, 36, 44, 67, 73], "attempt": [10, 14, 44, 51], "attende": 52, "attent": 10, "attribut": 82, "audio": [21, 62, 72, 73], "auth": 81, "authent": [20, 27, 44, 45, 46, 50, 81], "author": [10, 20], "auto": [20, 41, 42, 44, 56], "autom": [36, 57], "automat": [5, 9, 12, 14, 15, 20, 26, 27, 28, 39, 41, 47, 50, 56, 58, 59, 62, 69], "automatyczn": [7, 37], "automatycznego": [7, 39], "automatycznej": 7, "automatyczni": [6, 13, 14, 35, 39], "automatycznych": 7, "autorespond": 40, "avail": [0, 1, 8, 9, 11, 14, 15, 17, 19, 20, 27, 40, 42, 44, 46, 47, 50, 57, 58, 60, 63, 66, 69, 70, 72, 73, 74, 76, 82], "avatar": [19, 20, 41, 42, 44, 69], "avoid": 15, "awai": [19, 41, 69], "a\u017c": [24, 33, 39], "b": [20, 66], "back": [1, 5, 14, 20, 21, 39, 41, 44, 62, 66, 71, 72, 83], "backend": [1, 54, 64], "background": [16, 19, 27, 72], "backup": [19, 39, 41, 81], "bad": 19, "badg": [10, 21], "bandwidth": 19, "baner": 26, "bar": [0, 1, 19, 20, 21, 41, 44, 58, 60, 62, 64, 65, 69, 72, 76, 83], "base": [8, 10, 20, 44, 45, 57, 81], "basi": [15, 42], "basic": [2, 14, 20, 41, 42], "basicauthlevel": 20, "batch": [0, 42], "bazi": [26, 33], "becaus": [12, 15, 19, 20, 26, 38, 44, 46], "becom": [5, 10, 42, 69], "been": [8, 10, 12, 14, 15, 19, 20, 21, 25, 41, 42, 44, 57, 69, 81], "befor": [12, 15, 17, 18, 19, 20, 27, 41, 44, 60, 62, 69, 72, 74], "begin": [44, 47, 80], "behalf": 44, "behav": 19, "behavior": [9, 10, 11, 19, 69], "behind": 74, "being": [12, 15, 19, 20, 42, 60], "bell": 83, "belong": 42, "below": [0, 9, 10, 11, 17, 19, 20, 41, 42, 44, 65], "besid": 19, "best": [10, 14, 18, 41, 83], "beta": 18, "better": 26, "between": [2, 6, 8, 9, 10, 13, 15, 20, 21, 42, 43, 44, 55, 65, 74, 80], "beyond": 17, "bez": 35, "bezpiecze\u0144stwa": 26, "bezpieczn": 53, "bezpo\u015bredni": [28, 35], "bezpo\u015brednio": 26, "bezproblemowi": 26, "bezp\u0142atnego": 53, "bidirect": 25, "bie\u017c\u0105ci": 35, "big": 41, "bin": [21, 42], "binari": [8, 15], "bit": [12, 14, 20], "bitv": 80, "blacklist": [11, 19], "block": [41, 66], "blockquot": 66, "blog": 12, "blue": [19, 41, 49], "blur": [60, 72], "board": 2, "bob": 35, "boczni": 80, "bocznym": 35, "bold": 66, "book": [6, 47, 50], "bookabl": 41, "bool": 15, "border": 27, "bot": [73, 77], "both": [8, 10, 20, 42, 44, 47, 52, 55, 60], "bottom": [0, 1, 4, 20, 42, 44, 50, 51, 54, 60, 64, 65, 69, 83], "bound": 9, "box": [0, 19, 20, 44, 51, 62], "brakuj": 21, "brand": 7, "breadcrumb": 21, "breakout": [73, 77], "bridg": 74, "brief": [5, 56], "bring": [8, 19, 41, 42, 72], "broadcast": 58, "brows": [20, 21, 27, 82], "browser": [0, 2, 12, 14, 20, 21, 28, 38, 51, 54, 63, 72, 81, 83], "bsd": 14, "bubbl": [55, 60], "bucket": 27, "bug": [12, 18], "build": [14, 18, 42], "built": [14, 17, 20, 21, 46], "bulk": 72, "bundl": 15, "busi": [40, 44], "button": [1, 2, 5, 14, 19, 20, 21, 24, 28, 41, 42, 44, 46, 50, 51, 60, 63, 65, 66, 69, 72, 76, 78, 82, 83], "byte": [9, 11, 20], "by\u0107": [26, 35, 37, 51, 81], "by\u0142": 81, "by\u0142obi": 26, "b\u0119dzie": [24, 26, 35], "b\u0119dziesz": [45, 51], "b\u0119d\u0105": [26, 33], "b\u0142\u0119dy": 80, "b\u0142\u0119d\u00f3w": [7, 80], "c": [12, 20, 80], "cach": 17, "caja": [19, 20], "calcul": 41, "caldav": [43, 47, 48, 49, 50, 51], "calendar": [0, 2, 6, 33, 40, 42, 43, 45, 46, 48, 49, 51, 52, 68, 69, 73, 83], "call": [4, 6, 10, 20, 38, 41, 57, 58, 69, 70, 71, 73, 77, 79, 80, 82], "camera": [45, 60, 63, 72], "can": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83], "cancel": [1, 41], "cannot": [19, 20, 21, 26, 29, 36, 41, 42, 44, 56, 82], "capabl": 20, "caption": [56, 76], "card": [42, 66], "carddav": [42, 43, 47, 48, 49, 50, 51], "care": 12, "carla": 8, "carri": [15, 20], "case": [12, 14, 20, 42, 45, 62, 69, 82], "catch": 19, "categori": [0, 45], "caus": 19, "caution": 9, "ca\u0142kowici": 31, "ca\u0142kowit": 7, "celem": [26, 80], "celu": [48, 80], "center": 20, "cento": 20, "centr": 65, "central": 69, "cert": 20, "certain": [11, 42, 44, 76], "certif": [8, 20, 47], "certyfikati": 49, "cfg": [7, 9, 12, 17], "chain": 21, "challeng": 41, "chang": [0, 4, 8, 9, 10, 14, 15, 19, 20, 21, 25, 26, 29, 36, 40, 41, 42, 54, 55, 58, 69, 72, 80, 82, 83], "channel": [6, 13], "chapter": [14, 20], "charact": [19, 44], "chart": 15, "chat": [6, 40, 42, 57, 59, 60, 62, 69, 70, 71, 73, 74, 76, 77, 80], "chcesz": [7, 35, 45, 80], "chcie\u0107": 7, "check": [0, 9, 12, 19, 20, 27, 36, 42, 44, 60, 62, 69, 72], "checkbox": [19, 21, 36, 41, 42, 44, 60, 62, 69], "checklist": 69, "checkmark": [19, 41], "chip": 83, "chmod": 20, "chmura": 35, "chmur\u0119": [28, 35], "chocia\u017c": 26, "choic": [12, 56, 64], "choos": [0, 1, 2, 5, 12, 15, 19, 20, 21, 26, 27, 29, 37, 41, 42, 44, 45, 48, 49, 50, 52, 54, 55, 56, 58, 59, 60, 63, 66, 72, 79, 81, 82], "chose": 41, "chosen": [15, 37, 44], "chown": 20, "chrome": [20, 83], "chromium": [20, 83], "chronolog": [0, 21, 44], "chunk": [9, 11], "chunksiz": 9, "chwili": 28, "cicha": 7, "cich\u0105": 7, "ciebi": 53, "ciemni": 80, "cif": 27, "cinnamon": 20, "circl": [15, 19, 69], "circular": 42, "circumst": 9, "citrix": [9, 14], "ci\u0119": 7, "classic": [15, 55], "classif": 44, "clean": 12, "cleaner": 44, "clear": [16, 19, 20, 69], "click": [0, 1, 2, 5, 10, 12, 14, 15, 19, 20, 21, 24, 27, 28, 36, 37, 41, 42, 44, 45, 48, 49, 50, 51, 52, 56, 58, 59, 60, 62, 63, 66, 69, 70, 72, 76, 78, 82, 83], "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 25, 38, 41, 42, 45, 50, 51, 53, 54, 63, 73, 81], "clipboard": [41, 51], "clock": [66, 81], "close": [5, 14, 19, 20, 36, 41, 44, 46, 47, 56, 80, 82], "cloud": [15, 20, 21, 41, 70], "cloudid": 70, "cmd": 8, "co": [26, 28, 39, 48, 81], "code": [6, 14, 38, 41, 45, 66], "codec": 21, "cofa": 35, "cofnij": [26, 35], "cohes": 5, "collabor": [2, 3, 42], "collaps": [19, 44], "colleagu": 41, "collect": [4, 5, 6, 20, 41], "color": [27, 41], "column": [21, 60, 66], "com": [8, 9, 12, 15, 17, 20, 35, 41, 45, 47, 48, 49, 51, 70, 73], "come": [41, 44, 48], "command": [6, 12, 13, 14, 15, 17, 36, 73, 77], "comment": [41, 51], "commerci": 29, "commun": [3, 8, 11, 14, 20, 41, 69], "compar": 10, "compat": [11, 12, 21, 27, 41, 44, 81], "complet": [1, 9, 14, 17, 20, 28, 42, 45, 62, 66, 69], "complex": 41, "complianc": 62, "compliant": 80, "compon": 19, "compos": 80, "compromis": 26, "comput": [5, 13, 20, 21, 25, 46, 53], "concret": 41, "condit": 42, "conf": [12, 20], "confdir": 16, "config": [7, 9, 17, 20, 24], "configur": [0, 1, 6, 11, 12, 13, 14, 16, 17, 20, 21, 27, 36, 42, 44, 45, 52, 54, 57, 59, 60, 62, 69, 74, 77, 79, 81, 82], "confirm": [9, 12, 19, 27, 28, 41, 42, 44, 47, 69], "conflict": [6, 13, 41], "confus": 10, "congratul": [2, 5], "connect": [1, 9, 11, 12, 14, 15, 19, 20, 25, 26, 27, 28, 41, 45, 46, 51, 54, 74, 81, 82], "consent": 60, "consid": [17, 20], "consider": [12, 17], "consist": 15, "consol": 20, "contact": [0, 6, 20, 27, 33, 41, 43, 45, 46, 49, 51, 52, 82, 83], "contain": [0, 8, 9, 10, 12, 17, 19, 21, 39, 41, 42, 44, 60, 72], "content": [1, 2, 5, 8, 10, 12, 15, 20, 25, 29, 41, 66, 69, 75, 76, 80], "context": [1, 19, 41, 44, 56], "continu": [10, 19, 44, 50, 69], "contrari": 8, "contrast": 80, "control": [11, 20, 36, 39, 41, 57, 69, 82], "conveni": [0, 19], "convers": [1, 6, 42, 44, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "copi": [0, 5, 10, 12, 15, 20, 21, 25, 41, 44, 51], "corner": 50, "correct": [19, 20], "correctli": [15, 20], "correspond": [0, 41, 44], "could": [27, 41, 44], "couldn": 44, "counter": 70, "countri": 41, "coupl": 15, "cover": [42, 69], "cowork": 2, "co\u015b": 81, "cp": 20, "crashreport": 17, "creat": [0, 2, 10, 12, 14, 15, 18, 19, 25, 29, 39, 40, 45, 51, 54, 56, 58, 59, 66, 70, 71, 74, 76, 77, 82], "creation": [19, 36, 69, 76], "credenti": [20, 27, 49, 51], "cross": 42, "csv": [60, 72], "ctrl": [80, 83], "current": [1, 4, 14, 15, 19, 20, 21, 25, 38, 41, 42, 44, 58, 60, 66], "currentcontrolset": 20, "currentvers": 12, "cursor": [2, 41], "custom": [15, 18, 19, 20, 41, 44, 55, 69, 83], "customis": [60, 83], "cutton": 19, "cycl": [12, 19], "cyfrowi": 35, "czasowymi": 24, "czasu": [26, 39, 48], "czati": 35, "czcionka": 80, "czekaj\u0105c": 39, "czemu": 35, "czy": [35, 37, 48, 60], "czym": 26, "czynnikiem": 81, "czynno\u015bci": 51, "czytaniu": 80, "cz\u0119stotliwo\u015b\u0107": 48, "cz\u0119\u015bci\u0105": 7, "cz\u0142onkom": 35, "d": [20, 41, 56], "dai": [0, 11, 41, 44, 59, 69, 82, 83], "daili": [18, 41], "dane": [26, 33, 45, 53], "danych": [26, 33, 48], "darmowa": 80, "dashboard": 6, "data": [6, 9, 12, 15, 17, 20, 26, 37, 38, 39, 40, 41, 42, 43, 66], "date": [12, 15, 19, 20, 41, 44, 59, 66, 69, 76, 83], "dat\u0119": 35, "dav": [20, 45, 47, 48], "davdroid": 45, "davf": 20, "davfs2": 20, "davx\u2075": 45, "daygridmonth": 41, "db": 8, "de": 12, "debian": [8, 19, 20], "debug": 16, "debugloggingen": 15, "decid": [5, 15, 41, 44, 56], "decim": 20, "deck": [42, 43, 66], "declin": [41, 44, 60, 70], "decor": [15, 66], "decrypt": [26, 38], "dedic": [15, 20, 44, 45, 50, 69], "deem": 19, "deepli": 12, "default": [0, 4, 8, 9, 10, 11, 12, 14, 15, 19, 20, 21, 41, 42, 44, 59, 60, 69, 82], "defin": [15, 19, 41, 42, 44], "definit": 19, "del": 80, "delai": 15, "delet": [0, 1, 9, 10, 15, 17, 19, 21, 24, 27, 28, 36, 39, 42, 58, 59, 66, 69, 80], "deni": 54, "depend": [0, 12, 17, 19, 20, 21, 27, 36, 41, 44, 60, 63, 72, 80, 82], "deploy": [14, 18], "depth": 20, "descend": 15, "describ": [11, 41, 77], "descript": [5, 41, 56, 59, 69, 72, 76], "deselect": 20, "design": [3, 20, 44], "desir": [12, 20, 41, 42, 44, 66], "desktop": [0, 2, 6, 8, 10, 12, 14, 15, 16, 17, 18, 25, 38, 43, 53, 63, 73, 82], "desktopcli": [9, 15, 17], "destin": [20, 21], "detail": [1, 15, 20, 27, 36, 39, 41, 42, 44, 45, 52, 59, 69, 82], "detect": [9, 15, 41], "determin": [41, 44], "dev": 8, "develop": [13, 18], "devic": [15, 20, 41, 53, 54, 60, 69, 72, 81, 83], "dial": 69, "dialog": [9, 12, 14, 16, 19, 21, 36, 42, 44, 46, 51, 55, 56, 58, 59, 60], "dialogow": 28, "dialogowym": 51, "dialogu": [2, 41, 46], "diaspora": 42, "dice": 57, "did": [12, 44, 60], "differ": [0, 7, 8, 10, 19, 20, 21, 41, 42, 44, 69, 70], "dig": 20, "digest": 0, "direct": [20, 41, 42, 66], "directli": [0, 1, 15, 19, 21, 27, 36, 41, 42, 44, 56, 59, 60, 62, 74, 75], "directori": [8, 14, 16, 19, 20, 25, 28, 29, 41, 53], "directory_that_has_been_cr": 8, "dirnam": 16, "disabl": [0, 1, 9, 15, 19, 20, 21, 26, 41, 42, 44, 47, 57, 60, 62, 64, 72], "disappear": [42, 60], "disconnect": [20, 54], "discord": 74, "discov": [41, 69, 78], "discover": 59, "discoveri": [9, 15, 47, 50], "discuss": [19, 44, 58, 60, 69, 76], "disk": [15, 20, 26], "dismiss": [60, 79], "displai": [1, 12, 15, 16, 19, 20, 21, 37, 41, 42, 46, 51, 60, 66, 82], "distribut": [9, 14, 20, 41, 62], "distro": 12, "disturb": [19, 41, 66, 69], "divid": [58, 60, 66], "dla": [6, 7, 24, 25, 31, 35, 53], "dni": [24, 33, 39], "dnia": 39, "dniach": 39, "do": [0, 6, 7, 8, 9, 12, 14, 17, 19, 21, 24, 25, 28, 29, 30, 31, 33, 36, 41, 42, 44, 45, 47, 48, 49, 51, 61, 62, 63, 65, 69, 72, 73, 80, 81, 82], "docelow": 35, "docelowi": 37, "document": [1, 2, 5, 8, 12, 14, 15, 20, 21, 31, 46, 57, 74, 80, 82], "dodaj": [7, 28, 35, 48, 51], "dodaj\u0105c": 7, "dodatkowo": 24, "dodawan": 24, "dodawani": [24, 26], "dodawa\u0107": 35, "doda\u0107": 81, "doe": [8, 9, 12, 19, 20, 25, 28, 42, 44, 54, 59, 81], "doesn": [20, 44, 46], "dokonanych": 45, "dokumentacji": 35, "dokumentacj\u0119": [24, 33, 37], "dolphin": 19, "dom": 48, "domain": [20, 44, 47], "domu": 53, "domy\u015bln": 35, "domy\u015blnej": [7, 26], "domy\u015blni": [24, 28, 31, 35, 48], "don": [5, 26, 39, 41, 42, 66], "done": [12, 38, 41, 46, 56, 66, 72], "dopasowa\u0107": 80, "dopiero": 24, "dostarczaj\u0105": 7, "dostawca": 26, "dostawcom": 26, "dostosowa\u0107": [24, 35], "dostosowywan": 39, "dost\u0119p": [6, 21, 26, 30, 35], "dost\u0119pem": 81, "dost\u0119pn": [7, 35, 45], "dost\u0119pna": [7, 26], "dost\u0119pnego": [24, 39], "dost\u0119pnej": 7, "dost\u0119pni": 35, "dost\u0119pno\u015bci": [7, 80], "dost\u0119pno\u015b\u0107": [7, 80], "dost\u0119pnych": 35, "dost\u0119pn\u0105": 24, "dost\u0119pu": [26, 31, 45], "dot": [4, 19, 21, 27, 36, 41, 42, 44, 60, 65], "dotknij": 45, "dotkni\u0119ciu": 45, "dotycz\u0105c": 6, "doubl": [12, 14, 63], "dowiedzie\u0107": [24, 26, 35], "down": [0, 12, 20, 50, 69, 76], "download": [10, 11, 12, 19, 20, 21, 25, 27, 42, 52, 56, 60, 62, 73], "downward": 15, "dowod\u00f3w": 81, "dowoln": 54, "dowolnych": 24, "dowolnym": 80, "dowoln\u0105": [51, 54], "dozwolon": 24, "do\u0142\u0105cz": 80, "do\u0142\u0105czani": [61, 73], "do\u0142\u0105czoni": 7, "draft": [44, 56], "drag": [21, 56], "drift": 81, "drive": [36, 41], "drive_path": 20, "driver": 20, "droid": 45, "drop": [12, 20, 21, 29, 56], "dropdown": [20, 27, 49, 82], "druga": 7, "drugi": 81, "drugim": 81, "due": [12, 15], "durat": [9, 41, 69], "dure": [19, 40, 41, 44, 51, 62, 64, 72], "du\u017ce": 53, "du\u017cych": [22, 30], "dwa": 45, "dword": [7, 20], "dwusk\u0142adnikow": [51, 81], "dwusk\u0142adnikowego": [6, 54, 82], "dwusk\u0142adnikowym": 6, "dw\u00f3ch": [7, 81], "dynam": 9, "dyskow\u0105": 33, "dysku": [33, 39], "dysleksji": 80, "dysleksj\u0105": 80, "dystrybucj": 7, "dzia\u0142a": [7, 26, 81], "dzia\u0142aj\u0105ci": 7, "dzia\u0142ani": [7, 81], "dzia\u0142a\u0142o": 26, "dzi\u0119ki": 35, "d\u00f3\u0142": 51, "e": [0, 2, 4, 8, 16, 19, 20, 41, 45, 47, 49, 51, 60], "each": [0, 1, 9, 14, 16, 17, 19, 21, 27, 36, 41, 42, 44, 58, 60, 74, 82, 83], "earlier": 41, "earpiec": 60, "easi": [2, 5, 20], "easier": 66, "easili": [5, 44, 76], "echo": 12, "edg": [8, 20, 83], "edit": [1, 15, 19, 20, 21, 28, 29, 38, 56, 66, 69, 71, 72, 83], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58, 80], "edycji": 35, "edycj\u0119": 35, "edytowan": 33, "edytowa\u0107": 21, "edytuj": 7, "efekci": [28, 35], "effect": [15, 81], "effici": 44, "either": [8, 12, 19, 38, 41, 42, 47, 49, 60, 70, 76], "ekranu": 80, "elaps": 60, "element": [48, 58, 60, 66, 80], "elementu": 80, "element\u00f3w": 80, "elimin": 41, "els": [10, 14, 42, 60, 72], "elsewher": 42, "email": [29, 41, 42, 44, 45, 59, 60, 69, 73, 82, 83], "emb": [2, 41], "embed": [41, 42], "eml": 12, "emoji": [2, 5, 19, 60, 69], "emphas": 2, "empti": [2, 21, 38, 41, 42, 44], "enabl": [0, 1, 4, 9, 10, 14, 15, 19, 20, 21, 25, 26, 27, 29, 40, 41, 42, 45, 46, 57, 59, 60, 62, 64, 66, 70, 72, 81, 82], "encod": 20, "encount": 20, "encrypt": [20, 27, 30, 34, 47], "end": [19, 20, 30, 34, 35, 40, 41, 44, 57, 62, 69], "energii": 48, "engag": 41, "enhanc": 66, "enough": 12, "ensur": [15, 20, 41, 44, 80], "enter": [1, 2, 14, 20, 28, 35, 41, 44, 45, 46, 47, 48, 51, 54, 66, 72, 80, 81], "enterpris": [18, 53], "entir": [11, 15, 21, 41, 44], "entiti": 42, "entri": [0, 1, 2, 15, 19, 20, 21, 42, 82], "env": 16, "environ": [6, 8, 10, 13, 20], "equival": 16, "eras": 12, "error": [11, 19, 20, 44, 45, 47, 51], "esc": 60, "escap": 80, "especi": 15, "essenti": 14, "etc": [12, 20, 27, 41, 66], "even": [2, 9, 10, 15, 41, 69, 71, 80, 82], "event": [0, 40, 42, 51, 52, 69, 83], "everi": [0, 9, 20, 21, 26, 36, 41, 42, 54, 60, 62, 83], "everyon": [21, 41, 76], "everyth": [0, 14, 15, 18, 20, 44, 80], "evict": 15, "evolut": 46, "ex": [12, 20, 44], "exact": [21, 44], "exactli": [5, 44], "exampl": [15, 17, 19, 20, 41, 42, 44, 45, 47, 48, 51, 57, 70, 79, 81], "exce": 20, "excel": 29, "except": [20, 44, 69], "exchang": 41, "exclud": [12, 15, 19], "exclus": 44, "execut": [1, 38, 44, 57], "exist": [12, 15, 20, 35, 41, 42, 44, 59, 69], "exit": [8, 19, 20], "expand": [19, 20, 44], "expect": [2, 19, 44], "experi": [18, 20, 44, 60, 83], "experiment": 9, "expir": [35, 39], "explain": 20, "explanatori": 42, "explicit": [15, 62], "explicitli": [8, 27], "explor": [10, 19], "export": [42, 52, 56], "extend": [66, 69], "extens": [12, 20, 44], "extern": [2, 22, 30, 41, 54, 56, 57, 69, 77, 79], "extra": 12, "ey": 19, "f": [12, 17, 45, 60, 72, 80, 83], "face": [60, 82], "factor": [6, 45, 46, 50], "fail": [12, 20, 44], "failur": [9, 12], "fall": [11, 20], "fals": [9, 11], "faq": [6, 13], "far": 83, "fastest": 42, "fatal": 11, "favor": 57, "favorit": [0, 21, 80], "fazi": 80, "feasibl": 14, "featur": [2, 9, 12, 17, 18, 19, 20, 21, 40, 41, 42, 44, 50, 60, 62, 70, 74, 79, 82], "feder": [6, 23, 30, 73, 82], "federacyjn": [28, 35], "fedora": [8, 20], "fedoraproject": 8, "feed": [6, 60], "fetch": 41, "few": [42, 62, 81], "fido": 81, "fido2": 81, "field": [1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 47, 51, 56, 66, 69, 72, 78, 80], "figur": [1, 36], "file": [3, 6, 8, 10, 11, 13, 14, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 38, 39, 41, 42, 44, 46, 52, 53, 60, 62, 66, 68, 72, 73, 76, 80, 83], "fileinto": 44, "filenam": [16, 19], "fileproviderext": 15, "files_vers": 39, "filesizelimitinbyt": 20, "filesystem": 20, "fill": [1, 5, 15, 20, 27, 41, 44, 50, 56], "filter": [1, 36, 42, 59, 76, 83], "final": [20, 41, 69], "find": [12, 14, 19, 20, 21, 24, 25, 41, 42, 47, 50, 56, 57, 66, 69, 70, 72, 73, 74, 81, 82], "finder": [17, 19, 20], "fine": 41, "finish": [1, 5, 20, 41, 50, 52], "firefox": [20, 83], "firmi": 7, "first": [12, 14, 15, 28, 38, 41, 42, 44, 48, 56, 60, 66, 71, 82], "fit": 65, "fix": 14, "fizyczni": 81, "flag": 44, "fledg": 50, "fleet": 19, "flexibl": 44, "flow": [9, 25, 41], "flush": 16, "focu": [44, 80], "focus": [14, 55, 58, 60], "folder": [0, 4, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21, 25, 27, 29, 35, 36, 37, 41, 42, 53, 82], "foldersync": 20, "follow": [0, 1, 5, 8, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 27, 40, 41, 42, 46, 47, 49, 52, 60, 80, 82], "forc": 9, "forceloginv2": 9, "forcesyncinterv": 9, "forev": 41, "forget": 5, "form": [1, 26, 28, 42, 44, 45], "formal": 42, "format": [2, 5, 9, 15, 21, 41, 44], "formularza": 28, "forth": [1, 41], "forward": [41, 69, 76], "found": [20, 41, 44, 57, 72, 83], "four": 44, "fourth": 41, "frameworku": 7, "free": [11, 15, 20, 40, 41, 60], "frequent": 20, "friend": 41, "from": [0, 1, 2, 8, 10, 12, 14, 15, 17, 20, 21, 24, 36, 38, 41, 42, 46, 49, 51, 54, 55, 56, 58, 60, 62, 63, 66, 69, 70, 73, 76, 82, 83], "front": 60, "fstab": 20, "ftp": [20, 27, 29], "full": [9, 12, 41, 42, 44, 50, 57, 73, 82], "fulli": [15, 20, 25, 38], "fulllocaldiscoveryinterv": 9, "fullscreen": 80, "fun": 5, "function": [20, 42, 81], "funkcj": 7, "funkcja": [26, 29], "funkcji": [21, 26, 29], "funkcj\u0119": 26, "further": [10, 20, 38, 41, 44, 82], "futur": [1, 10, 20, 44, 60, 62], "g": [0, 4, 8, 19, 20, 41, 45, 49], "galeria": 26, "galleri": 26, "gatewai": [8, 69], "gb": 11, "gdy": [7, 26, 28, 33, 39], "gdyby\u015bmi": 26, "gdzie": [21, 35], "gear": 42, "gener": [1, 7, 9, 12, 41, 44, 45, 46, 48, 49, 52, 54, 66, 77, 81], "german": 80, "gestur": 63, "get": [3, 6, 10, 15, 20, 26, 37, 41, 42, 47, 56, 63, 69, 72, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodifi": 20, "gif": 66, "gigabyt": 12, "giphi": 66, "github": [25, 66, 74], "gitlab": 66, "give": [0, 1, 2, 5, 12, 41, 54, 60, 62], "given": [44, 60, 63], "glanc": 36, "global": [6, 19, 76], "globe": 41, "gmbh": 7, "gmt": 20, "gnome": [6, 14, 20, 43], "go": [0, 7, 12, 14, 18, 19, 20, 24, 26, 27, 28, 39, 41, 44, 45, 50, 52, 58, 71, 72, 80, 81], "godzini": 39, "godzin\u0119": 39, "gone": 41, "googl": [41, 45, 81, 83], "got": 18, "gotow": [28, 51], "go\u015bciem": 60, "graficznego": 7, "grai": [19, 41], "grant": [14, 41, 44, 45, 60, 63], "granular": 41, "gravatar": 42, "green": [19, 27, 60, 72], "grei": [19, 60], "group": [0, 3, 17, 20, 41, 44, 45, 52, 56, 58, 60, 82, 83], "groupwar": [41, 42, 43, 52], "grup": 26, "grupi": [7, 35], "grupom": 33, "grupowa": 43, "grupowej": [6, 42, 48], "grupowych": 26, "guard": 12, "guest": [6, 41, 56, 58, 59, 69, 73, 79, 82], "gui": [8, 27, 45], "guid": [14, 47, 49], "guidanc": 31, "guidelin": 80, "gvf": 20, "g\u0142\u00f3wnego": 35, "g\u0142\u00f3wnej": 80, "g\u0142\u00f3wnych": 80, "g\u0142\u00f3wnym": [26, 37], "h": [8, 16, 20], "ha": [1, 8, 10, 12, 15, 18, 19, 20, 21, 25, 27, 33, 36, 38, 41, 44, 45, 46, 56, 69, 72, 74, 81, 83], "had": 19, "halt": 44, "hand": [5, 19, 80], "handi": 69, "handl": 44, "handler": 12, "happen": [0, 5, 10, 15, 41], "happi": 19, "hard": [12, 20, 41], "hardwar": 83, "hase\u0142": 6, "has\u0142a": 6, "has\u0142em": 35, "has\u0142o": [45, 51, 81], "have": [1, 8, 9, 10, 12, 14, 15, 16, 17, 19, 20, 21, 25, 26, 28, 29, 33, 39, 41, 42, 44, 45, 46, 47, 51, 54, 56, 57, 58, 59, 60, 63, 69, 71, 81, 82], "haven": 41, "head": [2, 5, 66], "header": [20, 21, 41, 44, 58], "help": [11, 15, 16, 18, 41, 42, 44, 53, 57, 69, 82, 83], "here": [2, 15, 44, 50, 66, 69, 72], "hidden": [4, 8, 44], "hide": [29, 44, 55, 72], "hierarch": 2, "hierarchii": 35, "high": [64, 80], "higher": 12, "highlight": [62, 76], "histori": [6, 20, 21, 39], "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "hoc": 69, "hold": [42, 60], "home": [7, 8, 9, 14, 17, 20, 25, 41], "hood": 15, "horizont": [2, 44], "host": [9, 20], "hostnam": 20, "hour": [0, 12, 16, 69, 76], "hourli": 0, "hover": [2, 19, 42, 44, 66, 76], "how": [0, 2, 3, 6, 15, 17, 20, 21, 33, 36, 41, 42, 60, 81], "howev": [10, 12, 19, 41, 42, 44], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 35, 41, 45, 47, 48, 49, 51], "httpproxi": 8, "hub": [41, 44, 69], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 27, 28, 29, 31, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60, 62, 63, 64, 66, 69, 72, 73, 74, 75, 76, 79, 81, 82, 83], "ic": 44, "ical": 41, "icalendar": 41, "ich": [24, 43], "icloud": [41, 51], "icon": [0, 1, 9, 10, 14, 15, 20, 21, 27, 28, 36, 41, 42, 44, 45, 50, 60, 63, 65, 66, 72, 76, 82, 83], "icsdroid": 45, "icsx\u2075": 45, "id": [45, 82], "idea": [10, 69], "ideal": [54, 79], "ideat": 42, "ident": [44, 70], "identifi": [15, 19, 41, 54], "identyczn": 26, "identyfik": 60, "ifram": 41, "ignor": [8, 12, 41], "ikona": 51, "ikoni": [45, 54], "ikon\u0119": [28, 35, 51], "il": 35, "ilustruj": 24, "im": 26, "imag": [1, 21, 60], "imagin": 10, "imap": 43, "imi\u0119": 60, "immedi": [1, 10, 12, 14, 27, 36, 42, 53, 54, 62, 69], "implement": [20, 25, 42, 44], "implicit": 20, "import": [2, 12, 15, 20, 38, 44, 52, 56, 69, 76, 80, 81, 83], "impos": 15, "improv": [20, 44], "inact": 59, "includ": [8, 10, 19, 20, 21, 26, 41, 42, 44, 52, 59, 60, 62, 82], "incom": 44, "incorrect": [9, 19], "increas": [11, 15, 20], "increment": 41, "indek": 26, "independ": [0, 12, 41], "index": [12, 41], "indic": [19, 20, 21, 27, 44, 62, 69], "individu": [14, 19, 27, 41, 42, 44, 54, 72], "indywidualnych": 6, "influenc": [11, 41], "info": [36, 41], "inform": [8, 11, 12, 13, 14, 15, 19, 20, 21, 41, 44, 46, 50, 59, 60, 62, 69, 70, 74, 81, 82, 83], "informacj": [33, 35, 37], "informacji": [24, 33, 43, 51], "informacj\u0105": 26, "informowani": 37, "inherit": 42, "inhibit": 8, "ini": 9, "inlin": [36, 66], "inni": [24, 33], "innych": [7, 26, 28, 35, 48], "innym": [24, 33, 81], "innymi": [28, 35], "inotifi": 12, "input": [1, 19, 41, 56, 66, 80], "insert": [1, 2, 44, 72], "insid": [21, 27, 41, 59, 77], "instagram": 42, "instal": [0, 1, 6, 12, 13, 15, 17, 19, 20, 41, 42, 44, 45, 48, 52, 57, 60, 73, 74, 75, 83], "instalacjach": 28, "instalowa\u0107": 45, "instanc": [0, 6, 12, 14, 15, 20, 27, 35, 41, 42, 43, 44, 45, 57, 60, 66, 69, 70, 82], "instant": [59, 69], "instantli": 69, "instead": [9, 12, 15, 20, 21, 41, 45, 51, 64], "instruct": [20, 21, 51, 57, 74], "instrukcji": 6, "integr": [12, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration_openai": 44, "intellig": [1, 15], "intention": 12, "interact": [8, 14, 44, 67, 73], "interest": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 44, 55, 73, 80, 82], "interfej": 80, "interfejsami": 43, "interfejsu": 21, "intern": [19, 41, 69], "internet": 20, "internetow": 49, "internetowego": [31, 48], "internetowej": [6, 43], "internetowymi": 43, "interoper": 41, "interrupt": 69, "interv": [9, 12], "introduc": [19, 41], "introductori": 5, "intrud": 26, "invalid": [8, 54], "investig": 15, "invis": [19, 36, 41], "invit": [42, 45, 59, 72, 73], "invok": 8, "io": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "irrevers": 41, "issu": [14, 25, 44, 66], "istniej": 26, "istniej\u0105": 45, "italic": 66, "item": [8, 15, 21, 41, 56, 62, 75, 76], "itp": 35, "its": [1, 8, 9, 10, 11, 12, 15, 19, 20, 21, 41, 42, 44, 69, 74, 83], "itself": [14, 20, 41, 76], "jak": [7, 35, 48, 81], "jaki": 33, "jakie\u015b": 80, "jako": [26, 35, 45, 48, 80], "jako\u015b\u0107": 80, "jasno\u015b\u0107": 80, "je": [7, 24, 35, 45, 80], "jednak": [7, 24, 26], "jednego": 35, "jednej": 7, "jednym": 7, "jedn\u0105": 39, "jedyni": 26, "jego": [7, 25, 26, 37], "jest": [7, 24, 25, 28, 29, 31, 33, 35, 37, 39, 43, 48, 60, 80, 81], "jeszcz": [26, 51], "je\u015bli": [7, 21, 24, 26, 29, 31, 33, 37, 39, 45, 48, 51, 80, 81], "job": 11, "john": 20, "join": [6, 58, 62, 69, 70, 71, 73, 78, 79], "joinabl": 58, "joke": 42, "jpg": 20, "json": 56, "jump": [2, 15, 21], "just": [2, 5, 12, 18, 20, 21, 26, 27, 41, 45, 50, 66, 72, 80, 81], "ju\u017c": [31, 35, 81], "kaddressbook": 48, "kalendar": 48, "kalendara": 48, "kalendarz": [33, 43, 48], "kalendarza": [45, 48, 51], "kalendarzi": [45, 48], "kanban": 43, "katalog": [24, 33, 35], "katalogi": [26, 35, 37], "katalogu": [29, 35, 37], "katalog\u00f3w": [26, 35], "ka\u017cda": 51, "ka\u017cdego": [39, 53], "ka\u017cdej": 28, "ka\u017cdym": [24, 35, 39], "kb2123563": 20, "kde": [6, 19, 43], "keep": [0, 2, 12, 13, 14, 20, 25, 26, 38, 41, 42, 44, 69, 76, 81], "kei": [7, 41, 42, 46, 72, 83], "kept": [15, 26, 42, 44], "keyboard": [60, 72, 80], "keynot": 15, "keyr": 14, "keyword": 8, "kfy9lek5sm928xp": 20, "kiedi": [24, 48], "kilka": [26, 35, 80], "kilku": 48, "klawiaturi": 6, "klawisz": 28, "klienci": 7, "klienckich": 6, "klienck\u0105": 51, "klient": [7, 43], "klienta": [7, 25, 31, 45, 49], "klikaj\u0105c": [28, 48], "klikaln": 7, "kliknij": [29, 35, 37, 39, 49, 51], "klikni\u0119cia": 35, "klikni\u0119ciem": 7, "klikni\u0119ciu": 7, "klikn\u0105\u0107": 28, "klucz": [7, 26, 33, 81], "kluczach": 49, "kluczem": 26, "kluczi": 26, "know": [20, 28, 41], "knowledg": [2, 3, 12], "kod": 81, "kolejni": 35, "kolejnych": 51, "kolejnym": 7, "kolor": 80, "komputerach": 7, "komputerem": 25, "komputerowych": 24, "komunikat": [26, 51], "kom\u00f3rkowych": 48, "konci": 26, "konfiguracjami": 31, "konfiguracji": [26, 35, 37, 45], "konfiguracj\u0119": 45, "konfiguracyjni": 7, "konfigurowani": 6, "konieczno\u015bci": 37, "konta": [45, 51, 81], "kontact": [6, 43], "kontakti": [33, 43, 48], "kontakt\u00f3w": [45, 48], "kontami": 51, "konto": [45, 51], "kontrast": 80, "kontrastem": 80, "kontrastu": 80, "kontra\u015bci": 80, "kontrola": [30, 32, 33], "kontrolowania": 7, "kontrolowanych": [7, 53], "kontynuuj\u0105c": 45, "kopii": 24, "kopiowa\u0107": 24, "korgan": 48, "korganizera": 48, "korganizerz": 48, "korzysta": 26, "korzystaj\u0105c": 7, "korzystaj\u0105cych": 53, "korzystani": [6, 29, 54, 82], "korzystania": 7, "korzystasz": 26, "korzysta\u0107": 7, "kosz": 33, "kosza": [24, 28, 54], "koszach": 24, "koszu": [24, 26, 33], "ko\u0142a": 51, "ko\u0144cu": 80, "krokach": 51, "kroki": [28, 35, 45, 48], "kropki": 35, "kr\u0119gi": 35, "kr\u0119gom": 35, "ksi\u0105\u017cki": 45, "kto": 35, "kt\u00f3re": [7, 24, 26, 31, 33, 43, 45, 80, 81], "kt\u00f3rego": [35, 51], "kt\u00f3rej": 26, "kt\u00f3rej\u015b": 21, "kt\u00f3ry": [35, 37, 80, 81], "kt\u00f3rych": [7, 26, 35], "kt\u00f3rym": [35, 37, 45], "kt\u00f3rzy": 26, "kt\u00f3r\u0105": 26, "kubuntu": 19, "kwallet": 14, "kwestia": 26, "label": [20, 28, 36, 41, 51], "land": [2, 42], "languag": [1, 44, 64, 82], "larg": [29, 44, 65], "larger": 19, "last": [5, 19, 39, 44, 54, 55, 83], "later": [1, 2, 5, 42, 44, 50, 54, 56, 69, 72, 76], "latest": [14, 18, 25, 52, 83], "latter": 46, "launch": [12, 14, 16, 19, 20], "launchag": 17, "launchpad": [8, 17], "layout": [60, 61, 73], "ldap": 26, "lead": [4, 20], "learn": [2, 15, 21, 26, 42, 46, 48, 49], "least": [1, 39, 42], "leav": [20, 21, 40, 44], "left": [0, 1, 2, 5, 19, 20, 21, 27, 36, 41, 42, 44, 48, 50, 52, 60, 65, 66, 80, 83], "leftmost": 60, "legend": 41, "length": 41, "lengthier": 20, "less": [5, 11, 38], "let": [1, 5, 21, 27, 36, 41, 44, 52, 60, 62, 72, 79, 83], "letsencrypt": 47, "letter": 20, "level": [2, 16, 21, 26, 41, 60, 62, 69, 80], "librari": [9, 17], "liczbi": 26, "like": [5, 15, 19, 20, 21, 41, 42, 44, 47, 56, 57, 59, 60, 70, 74, 80], "limit": [12, 15, 19, 20, 24, 30, 31, 32, 39, 41, 42, 69, 83], "limitach": 24, "limitu": [24, 26, 33], "limit\u00f3w": [24, 31, 33], "line": [6, 12, 13, 14, 17, 19, 36, 41, 66], "lini\u0119": 7, "link": [0, 2, 12, 14, 19, 20, 21, 25, 28, 29, 35, 41, 44, 56, 59, 66, 69, 72, 80, 82], "linki": 35, "linu": 41, "linuksa": 7, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 36, 38, 41, 42, 48, 49, 54, 57, 59, 60, 66, 69, 70, 72, 74, 81, 82], "lista": 35, "listdai": 41, "listen": [8, 9], "listmonth": 41, "listweek": 41, "list\u0119": [45, 80], "littl": [19, 56, 72], "live": 60, "live_transcript": 64, "li\u015bci": [48, 54], "ll": [2, 41, 58], "llm": 44, "load": [44, 80], "lobbi": [73, 77], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 42, 44, 53, 56, 82], "locat": [4, 8, 9, 12, 15, 17, 19, 20, 21, 41, 44, 50, 51, 59, 69], "lock": 82, "log": [8, 14, 16, 19, 20, 21, 26, 29, 44, 51, 54, 81, 82, 83], "logdebug": 16, "logdir": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "login": [8, 9, 14, 19, 20, 26, 42, 44, 45, 46, 50, 54, 81, 82], "logo": 83, "logowani": 6, "logowania": [26, 45, 80, 81], "logowaniu": 26, "logwindow": 16, "long": [0, 1, 9, 15, 40, 41, 44], "longer": [41, 42, 69, 76, 81], "look": [33, 38, 41, 42, 44, 47, 55, 57, 70, 77, 81, 83], "loop": 12, "lose": [6, 38], "losowi": 35, "lost": 19, "lot": 10, "loudspeak": 60, "lower": 80, "lowest": 42, "lst": [8, 19], "lt": 14, "lub": [7, 24, 28, 29, 31, 33, 35, 37, 45, 48, 49, 80, 81], "m": [20, 60, 72, 74, 80], "ma": [7, 21, 24, 26, 39, 80], "mac": [15, 19], "machin": [8, 10], "maco": [6, 9, 13, 19, 25, 42, 43, 51], "made": [41, 42, 47], "magazyni": 26, "magazynowania": 26, "magic": 5, "magicznej": 24, "magiczni": 26, "mai": [0, 11, 12, 14, 15, 17, 19, 20, 26, 27, 29, 36, 41, 60, 62], "mail": [0, 6, 40, 41, 43, 49, 50, 51, 52, 60, 80], "mailbox": 51, "main": [9, 14, 16, 19, 20, 41, 44, 54, 69, 83], "maintain": [14, 42], "major": 14, "maj\u0105": [7, 26], "make": [5, 9, 10, 12, 17, 19, 20, 25, 28, 29, 39, 41, 42, 47, 58, 60, 66, 74, 82], "maksymaln": 24, "maksymalni": 24, "maksymaln\u0105": 24, "manag": [5, 12, 14, 15, 17, 21, 26, 27, 31, 46, 50, 56, 57, 77, 82], "mandatori": [45, 62], "mani": [12, 41], "manner": [8, 41], "manual": [12, 13, 14, 15, 20, 27, 36, 44, 49, 50, 58, 62, 79], "mark": [15, 19, 21, 27, 44, 54, 66, 77], "markdown": [3, 6, 69], "market": [41, 82], "mastodon": 42, "masz": [7, 26, 35, 49, 51, 81], "maszyni": 7, "match": [7, 12, 19, 42, 44, 83], "mate": 20, "matrix": [0, 41, 74], "matterbridg": [73, 77], "matur": 50, "max": 8, "max_user_watch": 12, "maxchunks": 9, "maximum": [8, 9, 11, 20, 41], "mayb": 41, "mb": [9, 11], "mdn": 21, "me": 41, "mean": [9, 15, 19, 20, 27, 41, 44, 81], "meanwhil": 42, "mechanizm": 7, "mechanizmu": 7, "media": [8, 21, 42, 60, 62, 69], "meet": [57, 69, 72, 83], "megabajt\u00f3w": 31, "member": [2, 5, 20, 69], "membership": [42, 82], "memori": 1, "mened\u017cer\u00f3w": 7, "mention": [57, 69, 82], "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "messag": [1, 6, 16, 19, 20, 41, 43, 47, 56, 57, 58, 67, 73, 80, 83], "metadan": 33, "metadata": 19, "method": [20, 27, 41, 42, 45, 58, 81], "metod": 7, "metoda": 7, "metodi": 28, "mia\u0142": 24, "mib": 11, "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "middl": 66, "miejsc": [24, 53], "miejsca": [24, 30, 32, 39], "mieli": 26, "might": [9, 10, 14, 19, 20, 41, 42, 44, 60, 63, 82], "migrat": [6, 43], "millisecond": 9, "mime": 12, "min": 9, "minchunks": 9, "mind": [20, 41], "miniaturi": [26, 33], "minim": 18, "minimum": [9, 11, 42, 83], "minut": [9, 26, 27, 39, 41, 48], "minutach": 48, "minut\u0119": 39, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [0, 2, 25, 38, 41, 42, 45, 73, 81, 82], "mobilna": [22, 30], "moci": 24, "modal": [41, 80, 83], "mode": [42, 60, 66, 69], "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "modif": [12, 19, 42], "modifi": [0, 19, 20, 21, 42, 60], "modyfikacja": 31, "mogli": 26, "mog\u0105": [7, 24, 26, 35, 48, 51], "momentu": 24, "monitor": [8, 12, 57, 63, 72], "monochrom": 19, "month": 41, "montowani": [28, 35], "more": [0, 2, 5, 11, 12, 14, 15, 20, 21, 26, 36, 41, 42, 44, 46, 48, 49, 50, 53, 55, 56, 58, 60, 69, 70, 73, 74, 81, 82, 83], "moreov": 41, "morn": 0, "most": [18, 19, 41, 44, 74, 83], "motyw": 80, "motywi": 6, "motywu": 80, "motyw\u00f3w": 80, "mount": [21, 27], "mous": [2, 63, 80], "move": [0, 9, 20, 21, 52, 58, 69, 80], "movetotrash": 9, "mozilla": 83, "mo\u017ce": [7, 24, 26, 33, 35, 37, 48, 80, 81], "mo\u017cesz": [7, 21, 26, 28, 29, 35, 39, 48, 54, 80, 81], "mo\u017cliw": [7, 35], "mo\u017cliwo\u015bci": 26, "mo\u017cliwo\u015b\u0107": 21, "mo\u017cna": [7, 35, 43, 48, 51, 80, 81], "msi": [12, 14, 17], "msiexec": 17, "mtime": 19, "much": [5, 33, 82], "multipl": [19, 21, 36, 41, 56, 58], "multistatu": 20, "musi": [28, 51], "musia\u0142": 45, "music": 8, "musieliby\u015bmi": 26, "musisz": [26, 45], "must": [8, 12, 14, 19, 20, 27, 28, 38, 41, 42, 44, 51, 52, 62, 70, 74], "musz\u0105": [7, 28], "mute": [60, 72, 80], "mutual": 44, "my": [2, 20], "my_sync_fold": 8, "mycertif": 20, "mydata": 10, "mynextcloud": [20, 48], "myszi": [35, 48], "my\u015bli": 26, "m\u00f3g\u0142": 26, "n": [8, 20, 56], "na": [7, 24, 26, 28, 33, 35, 39, 43, 45, 48, 51, 53, 54, 80, 81], "nacisn\u0105\u0107": 28, "nadaj": 45, "nadal": [33, 80], "nada\u0107": 39, "nadrz\u0119dnego": 35, "nag\u0142\u00f3wka": 80, "nag\u0142\u00f3wku": 80, "najkr\u00f3tszym": 24, "najnowsz": 7, "najnowszej": 7, "najpierw": 24, "najprawdopodobniej": 26, "najstarsz": [24, 33, 39], "najstarszymi": 24, "nale\u017ci": 49, "name": [2, 4, 5, 7, 8, 10, 16, 20, 21, 27, 35, 36, 37, 41, 42, 45, 47, 50, 54, 60, 69, 72, 82, 83], "napotkasz": 26, "naprawi\u0107": 48, "narrow": [0, 76, 83], "narz\u0119dzi": [7, 43], "narz\u0119dzia": [7, 43, 81], "nast\u0105pi": 26, "nast\u0119pni": [7, 26, 28, 29, 45, 48, 51], "nast\u0119puj\u0105c": [28, 35, 45, 48], "nast\u0119puj\u0105co": 35, "nast\u0119puj\u0105cych": 81, "naszego": 80, "naszej": 43, "nativ": [20, 50], "natomiast": [7, 33], "natur": 42, "nautilu": [19, 46], "navig": [0, 1, 6, 20, 36, 37, 42, 44, 51, 65, 69, 76, 80], "nawigacji": 80, "nawigacj\u0119": 80, "nazwa": [49, 60], "nazwi": [24, 26, 29, 37], "nazw\u0119": [35, 37, 39, 45, 48, 51], "nc": [12, 35], "nc_password": 8, "nc_user": 8, "nearli": 10, "necessari": [19, 20, 41, 47, 54], "need": [2, 9, 10, 11, 12, 14, 15, 17, 20, 35, 38, 41, 42, 44, 46, 48, 49, 50, 58, 64, 69, 70, 76], "nemo": [19, 20], "nest": 12, "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27, 42, 50], "never": [38, 41, 69], "new": [1, 2, 5, 9, 12, 15, 16, 20, 21, 27, 36, 37, 39, 42, 50, 51, 52, 54, 56, 59, 69, 76, 80, 82], "newer": [41, 42, 44, 80], "newest": 44, "newli": [12, 15, 41], "newslett": 44, "next": [5, 8, 9, 14, 15, 18, 27, 36, 41, 42, 44, 46, 47, 48, 50, 51, 56, 60, 62, 63, 66, 69, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 26, "nice": 5, "nick": 5, "nie": [7, 24, 26, 28, 31, 33, 39, 45, 48, 49, 51, 80], "nieautoryzowanym": 81, "niebezpieczn": 26, "nieco": [24, 33], "niedost\u0119pn": 35, "niego": [33, 35], "niekt\u00f3r": [33, 35], "niekt\u00f3rych": [31, 80], "niestandardowego": 80, "niezaszyfrowan": [33, 49], "niezaszyfrowani": 33, "nigdi": [26, 39], "night": 66, "nitrokei": 81, "ni\u017c": [24, 31, 33, 39], "nkujuxuj3b": 17, "noauto": 20, "nobodi": [69, 82], "non": [2, 8, 9, 14, 20, 82], "none": [44, 47], "normal": [9, 19, 26, 41, 44, 66], "normalni": 26, "note": [2, 4, 41, 42, 44, 76], "notic": [10, 41], "notif": [6, 9, 10, 19, 60, 62, 66, 70, 72, 76, 82, 83], "notifi": [0, 10, 15, 41, 60, 69, 72, 76], "notificationrefreshinterv": 9, "notify_push": 15, "now": [2, 5, 10, 14, 20, 24, 26, 28, 35, 41, 42, 44, 45, 46, 47, 48, 66], "nowa": [7, 39], "nowego": 37, "nowi": [24, 37], "nowych": 28, "np": 51, "number": [11, 15, 19, 28, 41, 42, 44, 58, 60, 69], "o": [7, 8, 21, 24, 26, 28, 31, 35, 37, 43, 80], "obecni": 24, "obej\u015bcia": 7, "obiekt": 35, "object": [0, 27], "obj\u0119tych": 53, "oblicza": 24, "obliczani": 33, "obok": 37, "obrazu": 80, "obraz\u00f3w": 26, "obscur": 69, "observ": 14, "obs\u0142ugi": 6, "obs\u0142uguj": [7, 49], "oc": [20, 28], "occ": 27, "occur": [0, 10, 20, 41, 44], "ochrona": 35, "ochroni": 26, "ochron\u0119": 81, "oct": 20, "oczu": 80, "od": [24, 26, 48, 53, 80, 81], "odbiorca": [24, 28], "odbiorci": 35, "odczyta\u0107": 26, "odczytu": 35, "oddzielni": 25, "odkryj": 45, "odpowiednich": [31, 51], "odpowiednimi": 43, "odpowiednio": 49, "odrzuceniu": [35, 37], "odrzuci\u0107": [35, 37], "odszyfrowania": 26, "odzyskani": 26, "odzyskiwani": 26, "od\u0142\u0105czeni": 28, "od\u0142\u0105czy\u0107": 54, "od\u015bwie\u017cania": 48, "oferujemi": 80, "off": [1, 44, 80], "offer": [15, 19, 20, 21, 35, 41, 44, 60, 73, 80], "offic": [6, 12, 20, 21, 41, 43, 69], "offici": 14, "offlin": [15, 19, 20, 27], "often": [0, 41], "ograniczon": 37, "ograniczoni": 31, "og\u00f3ln": 7, "og\u00f3ln\u0105": 80, "ok": 20, "okni": 51, "okno": [7, 28, 45], "oko\u0142o": 33, "okr": 24, "okre\u015bla": 60, "okre\u015blon\u0105": 39, "okr\u0105g\u0142\u0105": 39, "old": [9, 12, 39, 41], "older": [9, 14, 16, 17, 20, 80], "oldest": 44, "omit": 20, "onboard": [2, 3, 6], "onc": [0, 2, 15, 21, 27, 36, 41, 44, 52, 54, 58, 69, 81, 83], "one": [1, 2, 5, 8, 10, 11, 12, 14, 19, 20, 21, 24, 25, 33, 36, 38, 41, 42, 44, 45, 53, 56, 59, 60, 66, 70, 81, 82, 83], "ones": [8, 41, 59, 69], "ongo": [62, 69], "onli": [0, 2, 4, 14, 15, 19, 20, 26, 27, 28, 36, 38, 39, 41, 42, 44, 46, 47, 54, 60, 76, 77, 81, 82, 83], "onlin": [2, 19, 20, 46, 83], "ono": 48, "onto": [21, 52], "opart": 81, "opartego": 81, "oparti": 7, "opcj": 35, "opcja": 26, "opcji": [7, 26, 35], "opcjonalna": 26, "opcjonalni": 45, "opcj\u0119": 48, "open": [0, 1, 2, 10, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 53, 58, 60, 66, 68, 69, 72, 73, 76, 80, 82, 83], "opendyslex": 80, "openstack": [20, 27], "opensus": [14, 20], "opentask": 45, "oper": [11, 12, 17, 19, 20], "operacyjnych": 7, "opisano": 7, "opisuj\u0105": 7, "opportun": 12, "oprogramowani": [6, 42, 53], "oprogramowania": [43, 48], "opt": [9, 44], "optim": 20, "option": [0, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 28, 33, 35, 36, 40, 44, 45, 56, 58, 60, 62, 63, 69, 72, 76, 82, 83], "oraz": [21, 43, 45], "order": [12, 42, 66], "org": [8, 20, 47], "organ": [0, 2, 3, 5, 41, 44, 76], "organis": 36, "origin": [44, 64], "osi\u0105gni": 39, "osi\u0105gni\u0119cia": 24, "osi\u0105gn\u0105": 24, "osobi": 35, "osobist": [24, 35], "osobom": [24, 26], "ostrzegaj\u0105ci": 26, "ostrzegawczi": 26, "oszcz\u0119dzania": 48, "os\u00f3b": 53, "other": [0, 1, 2, 4, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 29, 37, 40, 41, 42, 44, 47, 49, 53, 60, 63, 65, 66, 69, 70, 71, 73, 74, 81, 82, 83], "otherwis": 15, "otrzymana": 81, "otrzymasz": 29, "otrzymuj": [35, 37], "otrzymywa\u0107": 35, "otwiera\u0107": 26, "otworzi": [7, 45], "otw\u00f3rz": [48, 80], "our": [14, 15, 42, 44, 73], "out": [5, 6, 19, 20, 26, 39, 41, 43, 44, 57, 60, 63, 69, 73, 81, 83], "outbound": 35, "outgo": 44, "outlin": [15, 57], "outlook": 41, "output": [1, 8, 16], "outsid": [14, 36, 44, 82], "over": [2, 19, 27, 41, 42, 44, 69, 76], "overflow": [19, 27, 65], "overhaul": 12, "overhead": 20, "overlap": 41, "overrid": [8, 11], "overview": [0, 2, 54, 57, 69, 83], "overwrit": [9, 35, 41], "own": [0, 1, 8, 9, 10, 29, 35, 41, 42, 44, 55, 60, 74, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_s": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_en": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [20, 35, 37, 41, 42, 44], "ownership": [23, 30, 42], "oznaczonym": 51, "p": 8, "packag": [8, 14, 17, 19, 20], "page": [2, 4, 14, 15, 21, 24, 25, 28, 33, 35, 41, 42, 54, 74, 77, 82, 83], "pakiet": 43, "pakietu": 7, "pakiet\u00f3w": 7, "pami\u0119ci": 24, "pami\u0119\u0107": 33, "pane": [12, 44], "panel": [1, 20, 36, 44, 50], "paperclip": 56, "parallel": [11, 15, 19], "paramet": [20, 52], "parent": [19, 21, 42, 58], "part": [2, 5, 12, 20, 42, 44, 60, 69], "parti": [12, 41, 70], "particip": [41, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 77, 79], "particular": [0, 58], "pasek": 80, "pasku": [35, 48], "pass": [8, 20, 39], "passkei": 83, "password": [8, 14, 20, 26, 35, 42, 45, 46, 47, 48, 49, 50, 51, 54, 69, 81, 82, 83], "past": [41, 51, 69], "path": [8, 19, 20, 27, 47, 48], "pathtomountpoint": 20, "pattern": [8, 19, 39, 44], "paus": 19, "pc": 20, "pdf": 21, "peer": 2, "pem": 20, "pen": 41, "penalti": 20, "pend": 70, "peopl": [2, 29, 41, 69, 82, 83], "per": [0, 4, 8, 15, 41, 42, 45, 60], "perfectli": 18, "perform": [8, 9, 20, 42, 44, 64], "period": [19, 27, 41, 59, 69, 76, 83], "perman": [4, 12, 15, 24, 41, 69], "permiss": [20, 37, 42, 57, 60, 63, 69], "permit": 20, "persist": [9, 20, 27], "person": [0, 6, 10, 20, 25, 27, 33, 38, 40, 41, 44, 46, 50, 52, 54, 69, 70, 76, 81, 82, 83], "peterstei": 12, "pe\u0142ni": 80, "pe\u0142notekstowego": 26, "phone": [42, 45, 60, 69, 81, 82], "photo": [69, 80], "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "physic": 20, "pick": [37, 41, 46, 56, 69], "picker": [6, 21, 29, 36, 37], "pictur": [5, 82, 83], "pie": 15, "pierwotnego": 33, "pierwsz": 39, "pierwsza": 7, "pierwszego": 48, "pierwszi": 26, "pierwszych": 39, "pierwszym": 81, "pierwsz\u0105": 39, "pim": [46, 50], "pin": 15, "pkg": 8, "place": [1, 2, 7, 8, 20, 41, 42, 53, 65, 69, 83], "plai": [21, 45, 62], "plain": [20, 21, 54], "plan": [20, 41], "planu": 48, "plasmi": 48, "platform": 17, "playback": 21, "pleas": [4, 20, 41, 42, 44, 63, 82], "plik": [7, 24, 26, 35], "plikach": 26, "plikami": [6, 30], "pliki": [6, 21, 28, 33, 35, 37], "pliku": [7, 24, 26, 33, 35, 39], "plik\u00f3w": [6, 23, 25, 28, 30, 33, 35, 53], "plist": 17, "plu": [41, 42], "po": [7, 26, 29, 39, 45, 48, 49, 53], "pobiera": 7, "pobierani": 35, "pobierania": [7, 35], "pobiera\u0107": 26, "pobrana": 7, "pobrani": 7, "pobra\u0107": 39, "poczta": 43, "pocztowej": 51, "pocz\u0105tkowego": 35, "podaj\u0105c": 26, "podcza": [31, 35, 80], "podgl\u0105di": 26, "podpisem": 49, "podr\u0119czna": 33, "podr\u0119czniku": 25, "podstawi": 33, "podstawowi": 80, "poinformuj": 7, "point": [10, 14, 20, 27, 44, 45, 83], "pojawi": [7, 45], "pojawi\u0107": 51, "pojedynczych": 26, "pokazuj": 35, "polach": 51, "pole": 28, "polici": 7, "polityk": 7, "poll": [9, 15], "polu": [28, 37, 51], "pomniejsza\u0107": 80, "pomoci": 6, "pomoc\u0105": [7, 21, 29, 35, 48, 81], "pomy\u015blni": [7, 51], "poniewa\u017c": [7, 26, 31], "poni\u017cej": [26, 33], "poni\u017csz": [7, 51], "poni\u017cszych": 7, "ponown": [26, 33], "ponownego": [24, 26, 35], "ponowni": [7, 21, 24, 26, 39, 45], "ponownym": 26, "pop3": 43, "popov": 80, "poprawi": 80, "poprawki": 7, "poprawni": 81, "poprosi\u0107": 26, "popro\u015b": 31, "poprzednich": 51, "poprzez": [35, 37, 81], "popul": 19, "popular": 41, "popup": 41, "port": [8, 9, 20, 44, 47], "portabl": 20, "poruszani": 6, "posiadanych": 26, "posit": 42, "possibl": [0, 1, 12, 15, 18, 19, 20, 38, 41, 42, 44, 58, 59, 62, 74, 76], "possibli": [20, 41], "post": [51, 57], "postaci": 35, "postrzegan": 26, "poszczeg\u00f3ln": 26, "potenti": 44, "potrzebi": 7, "potrzebujesz": 31, "potwierdzeni": 28, "potwierdzon": 81, "potwierd\u017a": 45, "power": 1, "powiadamia": 7, "powiadamiaj\u0105c": 7, "powiadomieni": [7, 35, 37], "powiedzi": 7, "powinien": 51, "powinno": 48, "powi\u0119ksza\u0107": 80, "powodu": [35, 37], "powoduj": 80, "powrotu": 28, "powr\u00f3t": 26, "poziomu": 35, "pozostaj\u0105": 24, "po\u0142\u0105czeni": 48, "po\u0142\u0105czenia": [48, 49], "po\u0142\u0105czon": 26, "po\u0142\u0105czonymi": [6, 81], "po\u015brednictwem": [26, 33, 35, 45], "po\u015bwiadczenia": 45, "ppa": 8, "praca": [43, 48], "praci": [6, 42, 48], "prawa": 35, "prawami": 35, "prawej": 39, "prawid\u0142owa": 51, "prawid\u0142owo": 26, "prawym": [35, 48], "pre": [18, 19, 44, 66], "precaut": 44, "preconfigur": 14, "predefin": [19, 41, 44, 60], "prefer": [0, 6, 9, 14, 17, 20, 41, 44, 45, 52, 81], "preferowana": 7, "prepar": [18, 41, 62, 66], "preselect": 2, "present": [21, 27, 63], "preserv": [19, 21], "press": [1, 2, 5, 14, 20, 44, 46, 60, 66, 72, 83], "prevent": [35, 41, 42, 69, 82], "preview": [2, 15, 21, 41, 44, 55, 60], "previou": [0, 1, 12, 21, 39, 41, 50], "previous": 44, "primari": 44, "princip": [47, 51], "privaci": [38, 44, 62, 83], "privat": [26, 41, 66, 82], "pro": 81, "probabl": 20, "problem": [11, 12, 15, 81], "problemi": 80, "proc": 12, "proce": [39, 44], "procedur": 50, "process": [8, 12, 41, 44, 52, 62], "procesu": 39, "produc": [9, 19, 21], "produktywno\u015b\u0107": 43, "profil": [6, 9, 27, 41, 42, 44, 69], "program": [12, 14, 17], "progress": [15, 19, 60], "projektami": 43, "projektowego": 80, "promot": [65, 69], "prompt": [8, 9, 14, 20, 51, 60, 63, 72, 81], "promptdeleteallfil": 9, "prop": 20, "propag": [8, 35], "properli": [12, 20], "properti": [20, 42], "propertyhandl": 12, "propertysystem": 12, "propfind": 20, "propos": [44, 52], "propstat": 20, "prost": 29, "protect": [20, 35, 38, 42, 69], "protocol": [12, 20, 27, 47, 50, 74], "protok\u00f3\u0142": 49, "provid": [0, 1, 6, 8, 12, 13, 14, 19, 20, 21, 38, 41, 42, 44, 55, 56, 57, 64, 69, 70], "provis": [14, 44], "proxi": [8, 9, 19], "pro\u015bb\u0105": 28, "prywatn": 26, "prywatnych": 26, "przechowuj": 39, "przechowuj\u0105": 33, "przechowywan": [26, 39], "przechowywania": [24, 33], "przechowywa\u0107": 26, "przed": [7, 81], "przedsi\u0119biorstwa": 53, "przegl\u0105dania": 35, "przegl\u0105darc": [7, 35], "przegl\u0105darkami": [6, 81], "przegl\u0105darki": 6, "przegl\u0105dark\u0119": 54, "przegl\u0105da\u0107": 21, "przejd\u017a": [35, 45, 49, 80], "przejrzysto\u015bci": 80, "przej\u015b\u0107": [35, 80], "przekierowani": 81, "przekraczaj\u0105": 39, "przekroczeni": 26, "przekrocz\u0105": [24, 33], "przeniesieni": 37, "przeniesion": 37, "przeniesioni": 24, "przeniesiono": 37, "przenie\u015b": 37, "przenosi": 37, "przenosi\u0107": 24, "przenoszoni": 24, "przestrzeni\u0105": 33, "przestrze\u0144": 24, "przesy\u0142ani": [22, 23, 30, 33, 35], "przesy\u0142ania": 31, "przes\u0142an": 33, "przes\u0142a\u0107": 29, "przetestowa\u0107": 48, "przewi\u0144": 51, "przez": [24, 26, 29, 31, 39, 45, 49, 53], "przy": [6, 7, 26], "przychodz\u0105c": [35, 37], "przycisk": [28, 45], "przyciski": 35, "przyciskiem": [29, 35, 48], "przycisk\u00f3w": 80, "przydatni": 31, "przydziela": 24, "przydzielonego": 33, "przyklad": 35, "przyk\u0142ad": [26, 33, 48, 80, 81], "przyk\u0142adzi": 35, "przypadku": [7, 24, 26, 35, 48], "przypadk\u00f3w": 48, "przywr\u00f3cenia": 26, "przywr\u00f3ci\u0107": 39, "pr\u00f3buj\u0105ci": 26, "public": [21, 35, 36, 41, 56, 58, 69, 82], "publicli": 42, "publiczn": [33, 35], "publish": 82, "pull": 41, "purpos": 40, "push": [0, 60, 80], "put": 69, "pytani": [35, 37], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "question": [8, 19], "quick": [2, 19, 66, 69, 76], "quicker": 80, "quickli": [5, 21, 44, 69, 83], "quiet": 17, "quit": 17, "quot": 66, "quota": [20, 33, 82], "r": [51, 60, 80], "radio": 42, "rais": [11, 80], "randomli": 44, "rang": [12, 20, 76, 83], "rate": 41, "rather": [20, 50], "raz": [26, 51], "razem": [24, 35, 39], "razi": 37, "razu": [24, 48], "re": [5, 12, 20, 41, 44], "reach": [27, 40, 41, 44, 69], "read": [8, 9, 15, 20, 26, 27, 38, 41, 42, 44, 69, 82], "reader": [0, 80], "readi": [18, 27], "real": 64, "rearrang": 83, "reason": [42, 47, 69], "reboot": 20, "receiv": [0, 1, 20, 28, 29, 41, 44, 60, 62, 64, 66, 70, 72, 76], "recent": [0, 19, 20, 21, 44, 54, 83], "recheck": 27, "recipi": [28, 35, 41], "recogn": 20, "recognis": 15, "recommend": [15, 20, 44], "reconnect": 20, "record": [0, 73, 77], "recover": 21, "recoveri": 6, "recurr": 41, "red": [19, 27, 60, 62], "reddit": 51, "redirect": [69, 72], "redo": 50, "reduc": [11, 15], "refer": [14, 18, 20, 21, 31, 62, 76], "reflect": [19, 27, 35, 41], "refresh": [20, 41, 50, 80], "reg": 12, "regardless": [41, 56], "regedit": 20, "region": 41, "regist": [12, 14, 45, 69, 78], "registri": [12, 20], "regul": 62, "regular": [12, 20, 27, 36, 41, 42, 50, 60], "regularli": [11, 41], "reject": 41, "rejestru": 7, "rejoin": 69, "rel": 41, "relat": [0, 1, 15, 17, 41, 44, 47, 83], "relaunch": 1, "releas": [12, 14, 18, 41], "relev": [10, 41, 42, 44, 76], "remain": [11, 19, 44], "rememb": 1, "remind": 69, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 41, 45, 47, 50], "remotepollinterv": 9, "remov": [1, 12, 16, 17, 19, 20, 27, 28, 36, 38, 41, 44, 57, 69, 83], "renam": [0, 21, 35, 36, 44], "render": 19, "reopen": 44, "repeat": [8, 41, 51], "replac": [20, 40, 41, 45, 47, 60, 69], "repli": [57, 69, 76], "report": [15, 18, 20, 44], "repositori": [8, 9], "repres": 44, "reproduc": [14, 18], "request": [1, 20, 44, 45], "requir": [1, 8, 15, 20, 27, 38, 41, 44, 47, 60, 62, 64, 69, 74], "reschedul": 66, "reset": [40, 41], "reshar": 41, "resiz": 60, "resolv": [10, 15], "resourc": [20, 42, 45, 46], "resourcetyp": 20, "respect": [41, 42, 49, 52, 58], "respond": [44, 57], "respons": [20, 41, 44], "responsywni": 80, "responsywno\u015b\u0107": 6, "rest": [20, 25], "restart": [15, 20], "restor": [15, 24, 41], "restrict": [6, 20, 36, 42], "result": [1, 9, 15, 19, 83], "resum": [19, 44], "retent": [36, 44, 69], "retri": [8, 11, 19, 27, 44], "retriev": [20, 42], "return": [21, 42, 60], "reveal": 15, "revert": 69, "review": [1, 20, 41], "revok": [20, 44], "rf": 17, "rfc": 41, "rich": [1, 50], "right": [1, 15, 19, 20, 42, 44, 48, 50, 60, 65, 66, 69, 80, 83], "ring": 60, "rise": 60, "risk": 18, "rm": 17, "roam": 9, "role": 82, "roll": [39, 57], "room": [42, 73, 77], "root": [8, 15, 20, 41], "row": [21, 36, 65], "rozmiar": [33, 80], "rozmiarz": 80, "rozmiar\u00f3w": 31, "rozmowi": [35, 61, 73, 80], "rozwa\u017cani": 6, "rozwin\u0105\u0107": 80, "rozwi\u0105zani": 53, "rozwi\u0105za\u0144": 35, "rozwoju": 80, "rss": 6, "rule": [36, 41, 44], "run": [6, 8, 9, 10, 15, 17, 20, 26, 27, 39, 77], "rw": 20, "r\u00f3wnie\u017c": 80, "r\u00f3\u017cni\u0107": 80, "r\u00f3\u017cnych": [7, 81], "r\u00f3\u017cnymi": 35, "r\u0119czne": 7, "r\u0119cznie": [7, 24, 29, 39, 48], "s3": [20, 27], "sabredav": 20, "safari": 83, "safe": [17, 38, 69, 81], "sai": [10, 20], "sale": 82, "samba": 27, "same": [5, 8, 10, 14, 15, 19, 20, 27, 36, 41, 44, 50, 51, 52, 58, 62, 70, 81], "samej": [7, 80], "samo": 24, "samodzielni": 7, "save": [5, 12, 15, 20, 27, 36, 39, 41, 42, 44, 46, 47, 54, 56, 62, 80, 82], "scan": [12, 27], "scanner": 45, "scari": 5, "scenario": 10, "scenariusz": 24, "schannel": 51, "schedul": [1, 14, 41, 52, 69], "scheme": 12, "scope": [14, 44, 82], "scp": 20, "screen": [14, 20, 42, 45, 51, 61, 62, 64, 65, 73, 79, 80, 81], "screenshar": 63, "script": [17, 20, 26, 44], "scroll": [20, 44, 51, 65, 66], "seamlessli": 15, "search": [2, 6, 8, 36, 41, 42, 46, 69, 72, 78, 80, 82], "searchabl": 46, "searchon": 8, "sec": 9, "second": [2, 6, 9, 11, 15, 42, 44, 56, 60, 62, 66, 69], "secret": [0, 8, 20, 41], "section": [1, 9, 11, 12, 20, 36, 37, 40, 41, 42, 44, 52, 55, 62, 69, 72, 77, 79], "secur": [20, 38, 45, 51, 83], "see": [1, 2, 6, 9, 10, 12, 13, 14, 19, 20, 21, 25, 27, 28, 29, 33, 36, 38, 40, 41, 42, 44, 56, 58, 59, 60, 62, 63, 69, 70, 72, 74, 81, 83], "seen": 51, "sekcj": 7, "sekcjach": 7, "sekcji": 7, "sekcj\u0119": 26, "sekret": 81, "sekund": [39, 81], "sekundach": 48, "sekundi": 39, "sekund\u0119": 39, "select": [0, 1, 2, 5, 8, 14, 15, 20, 21, 27, 29, 36, 41, 42, 44, 45, 46, 47, 49, 50, 56, 59, 62, 66, 69, 72, 76, 81], "selector": [41, 66], "self": [20, 42, 76], "semi": 19, "send": [0, 1, 20, 29, 41, 45, 58, 60, 67, 73, 76, 80], "sender": [44, 76], "sens": 10, "sensit": 69, "sent": [0, 10, 28, 41, 44, 69], "separ": [0, 1, 41, 42, 44, 49, 81, 82], "server": [8, 9, 10, 11, 13, 15, 17, 19, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 38, 41, 46, 47, 48, 49, 50, 51, 53, 54, 62, 69, 70, 78, 81, 82, 83], "server_address": 8, "servercert": 20, "servic": [20, 26, 27, 29, 47, 57, 74, 77], "serwer": [43, 51], "serwera": [21, 24, 28, 45, 48, 49, 53], "serwerach": [28, 35, 53], "serwerami": [28, 35], "serwerem": [26, 48], "serwerz": 26, "serwer\u00f3w": [28, 35], "session": [9, 20, 42], "set": [4, 6, 9, 10, 12, 15, 16, 20, 27, 33, 36, 37, 38, 42, 43, 45, 46, 47, 49, 51, 52, 54, 55, 56, 59, 62, 64, 69, 70, 73, 74, 77, 79, 81], "settl": 41, "setup": [11, 12, 41, 49, 51, 58, 74], "sever": [44, 62, 66, 69, 75], "sfederowanych": 35, "sftp": [20, 27], "shall": 9, "share": [0, 2, 3, 6, 23, 29, 30, 37, 38, 53, 61, 62, 69, 70, 73, 76], "shell": 12, "shift": [42, 80], "short": [18, 40, 41, 42, 44], "shortcut": [20, 60, 69, 72, 80, 83], "shortli": [0, 62], "should": [5, 9, 11, 14, 19, 20, 41, 44, 45, 46, 47, 69, 81], "show": [0, 1, 4, 9, 10, 12, 19, 20, 21, 27, 36, 37, 40, 41, 42, 44, 54, 60, 65, 79, 83], "showexperimentalopt": 9, "showmaindialogasnormalwindow": 9, "shown": [9, 19, 35, 36, 41, 42, 44, 46, 60, 69, 83], "sick": 40, "side": [5, 10, 15, 19, 20, 27, 30, 34, 35, 38, 42, 44, 50, 52, 55], "sidebar": [2, 5, 6, 15, 20, 27, 28, 36, 39, 41, 42, 44, 58, 60, 69, 71, 76, 83], "sieciowego": 21, "siev": 44, "sign": [19, 20, 42], "signatur": 44, "signific": [20, 44], "significantli": 20, "silent": [8, 60], "similar": [15, 19, 20, 40, 41, 42], "similarli": [44, 46], "simpl": [5, 27, 39, 41, 44], "simpli": [17, 19, 25, 42, 44, 56, 76], "simplifi": 41, "sinc": [20, 35, 39, 44, 50, 81], "singl": [0, 8, 19, 21, 36, 41, 42, 44, 63, 69, 72, 81], "singleton": 44, "sip": 69, "sit": 19, "situat": [10, 11], "size": [9, 11, 19, 20, 31, 42], "si\u0119": [6, 7, 26, 28, 31, 33, 35, 43, 45, 49, 51, 81], "skip": [11, 60, 80], "skipupdatecheck": 7, "sklep": 45, "sklepu": 45, "skomplikowan": 24, "skonfigurowan": 31, "skonfigurowanego": 45, "skonfigurowani": 49, "skonfigurowa\u0107": [24, 33, 35, 49], "skontaktuj": [31, 80], "skrzynki": 51, "skr\u00f3ty": 80, "sk\u0142adaj\u0105ci": 43, "sk\u0142adniki": 81, "slash": 19, "slot": 41, "slow": 20, "small": [49, 63], "smaller": [58, 60], "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snippet": 44, "so": [1, 5, 9, 12, 14, 15, 19, 20, 21, 26, 27, 29, 36, 41, 42, 44, 54, 60, 63, 66, 69, 72, 81, 82, 83], "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 80], "sole": 44, "solv": [12, 81], "some": [5, 9, 10, 14, 19, 26, 27, 41, 44, 57, 69, 82], "somebodi": 72, "someon": [10, 41, 42, 60, 69, 82], "sometim": 41, "somewher": 81, "soon": [0, 15, 41], "sourc": [14, 20, 38, 53], "sourcedir": 8, "space": [2, 3, 15, 19, 20, 39, 44, 60, 72, 80], "spadni": 33, "spam": 44, "span": 41, "sparkl": 7, "speak": 72, "speaker": 62, "special": [15, 17, 18, 26, 29, 51, 69], "specif": [0, 8, 12, 15, 17, 27, 41, 42, 44, 54, 58, 59, 66, 76, 79, 81, 83], "specifi": [8, 9, 11, 16, 20, 41, 42, 44, 47, 58], "specjalnego": 26, "speech": [1, 60, 64], "speed": [20, 44], "split": 44, "spoken": 60, "sposobi": 45, "spos\u00f3b": [7, 26, 33, 81], "spotkani": 48, "spowodowanych": 80, "spowoduj": [26, 28], "sprawdza": [7, 24], "sprawdzania": 7, "sprawdzi\u0107": 7, "sprawieni": 26, "spreadsheet": 21, "sprz\u0119towych": 81, "sprz\u0119towymi": 6, "spr\u00f3bowa\u0107": 48, "squar": 42, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacjonarna": [22, 30], "stacjonarnym": 25, "stack": 44, "stai": [20, 41, 44, 59], "staje": 24, "stand": 20, "standard": [8, 14, 15, 41, 80], "standardow": 33, "standardowych": 7, "stani": 51, "star": [21, 42], "stare": 26, "starsz": [24, 33], "starszych": 28, "start": [1, 3, 6, 9, 12, 16, 20, 38, 40, 41, 44, 52, 58, 62, 69, 71, 73, 76, 79], "startup": [19, 20], "state": [8, 15, 19, 20, 44], "statu": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [12, 14, 20, 28, 36, 41, 44, 46, 47, 49, 50, 51, 69], "still": [2, 9, 15, 21, 26, 41, 42, 44, 47, 62, 69], "stolen": 81, "stop": [19, 41, 44, 58, 62, 63, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "store": [4, 15, 19, 20, 39, 42, 44, 45, 81], "straci\u0107": 26, "stream": [6, 62, 72, 82], "strikethrough": [15, 41], "string": 19, "stripe": 41, "strona": 7, "strongli": 20, "stroni": [26, 35, 39, 49, 80], "stron\u0119": 29, "structur": [2, 3, 21, 42], "strukturi": 26, "strza\u0142k\u0119": [28, 39], "stylu": 43, "sub": [24, 45], "subdirectori": 20, "subfold": [8, 12], "subject": 44, "submenu": 76, "submit": [1, 41], "subpag": 2, "subscrib": [50, 76], "subscript": 41, "subsequ": [15, 20], "subskrypcji": 45, "subskrypcj\u0105": 53, "substanti": 20, "substr": 44, "success": [14, 27, 28, 41], "sudo": 17, "suggest": [44, 50], "suit": [8, 83], "suitabl": 41, "suma": 33, "summar": [1, 44], "summari": 57, "support": [8, 16, 17, 19, 20, 21, 39, 41, 42, 44, 46, 50, 51, 66, 74, 81, 83], "sure": [12, 17, 20, 39, 41, 47, 60, 81], "swift": [20, 27], "switch": [8, 10, 21, 60, 65, 80, 83], "swoich": [21, 26, 45], "swoim": [26, 37, 45], "swoje": [26, 45, 48], "swojego": [7, 26, 28, 81], "swojej": 35, "swoj\u0105": [45, 51], "sw\u00f3j": [28, 81], "sy": 12, "sygnaturami": 24, "symbol": [12, 19, 41, 44], "sync": [8, 14, 17, 19, 20, 25, 41, 42, 44, 47, 50, 53, 81], "synchron": [6, 8, 9, 10, 11, 13, 14, 15, 16, 20, 41, 43, 51, 53], "synchronizacja": [6, 22, 43], "synchronizacji": [7, 49, 51, 53], "synchronizowan": 48, "synchronizowania": 25, "synchronizowa\u0107": 48, "synchronizuj": 45, "syntact": 19, "syntax": [19, 20, 66, 69], "sysctl": 12, "system": [8, 9, 10, 12, 15, 17, 19, 20, 21, 27, 30, 32, 39, 41, 42, 44, 49, 51, 60, 62, 64, 70], "systemach": 7, "systemem": [6, 43], "systemi": [7, 21], "systemowej": 7, "systemu": [7, 51], "system\u00f3w": 7, "sytuacja": 26, "szczeg\u00f3\u0142ow": [35, 37], "szyfrowan": 26, "szyfrowani": [6, 30], "szyfrowania": 33, "szyfruj\u0105ca": 26, "s\u0105": [7, 26, 29, 33, 35, 39, 45, 48, 80], "t": [5, 10, 14, 20, 26, 39, 41, 42, 44, 46, 66, 81], "ta": [26, 29], "tab": [0, 1, 12, 19, 20, 21, 39, 41, 56, 63, 69, 72, 76, 80], "tabl": 66, "tablic": 43, "tablica": 43, "tackl": 69, "tag": [0, 21, 30, 32], "tak": [7, 24], "taka": 26, "take": [2, 9, 12, 15, 17, 28, 41, 42, 44, 62, 69, 83], "taken": 41, "takich": 7, "takiego": 26, "takim": [7, 26], "tak\u017c": [39, 48], "talk": [0, 1, 6, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talku": 35, "tap": [45, 60], "target": [9, 15, 20, 41, 44, 83], "targetchunkuploaddur": 9, "task": [0, 2, 6, 20, 41, 46, 57, 66, 69], "te": [26, 31, 33, 35], "teach": 44, "team": [2, 3, 6, 27, 69, 74], "technic": [14, 15], "tego": [33, 39, 48], "tej": [7, 26, 28], "tekst": 80, "tekstowa": 81, "telefoni": 81, "telegram": 42, "telephon": 82, "tell": [19, 41, 44], "temat": 43, "temporarili": [12, 20, 60], "temu": 24, "ten": [7, 24, 27, 31, 39], "tent": [41, 44], "terabyt": 12, "teraz": [29, 45, 48, 81], "term": [1, 18, 41, 46], "termin": [15, 24, 33], "terminem": 24, "test": [9, 10, 12, 14, 18, 20, 24, 44], "tester": 18, "text": [1, 2, 5, 10, 15, 19, 20, 21, 56, 66, 73, 80], "text_": 66, "text__": 66, "te\u017c": [33, 35], "than": [2, 16, 19, 20, 50, 56, 60, 66, 81], "thank": 51, "thei": [5, 8, 10, 15, 19, 20, 28, 40, 41, 42, 44, 56, 60, 62, 65, 69, 70, 72, 81], "them": [0, 4, 5, 8, 9, 10, 12, 14, 15, 21, 27, 28, 36, 41, 42, 49, 53, 56, 58, 69, 81], "theme": 80, "themselv": [58, 64], "therefor": [38, 47], "thi": [0, 1, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 25, 27, 28, 29, 35, 38, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 58, 59, 60, 62, 66, 69, 70, 72, 74, 78, 79, 81, 82, 83], "thing": [19, 50], "think": [2, 41], "third": 12, "those": [0, 25, 41, 42, 50, 53, 54], "though": [9, 12, 19, 20], "thread": 1, "three": [1, 14, 19, 21, 27, 36, 41, 42, 44, 56, 58, 60, 65], "threshold": [11, 83], "through": [1, 8, 12, 14, 15, 20, 27, 41, 44, 58, 65], "throughout": 41, "throw": 45, "thu": 8, "thumb": 8, "thumbnail": 21, "thunderbird": [6, 41, 42, 43], "tick": 62, "tile": 65, "time": [8, 9, 10, 12, 14, 15, 19, 20, 36, 40, 44, 49, 57, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 81, 83], "timegriddai": 41, "timegridweek": 41, "timeout": [9, 11], "timezon": 41, "titl": [2, 5, 41, 44, 56, 59, 76], "tl": [20, 51], "tlsv1": 20, "tmp": 8, "tobi": [24, 33], "todai": 83, "togeth": [2, 41, 49, 62, 82], "toggl": [0, 1, 21, 41, 44, 60, 65, 69, 72, 80], "token": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokenach": 81, "tokenami": 6, "too": [41, 44], "tool": [1, 2, 17, 36], "toolbar": [2, 5, 36, 44, 63, 72], "top": [0, 1, 2, 19, 20, 21, 36, 41, 42, 44, 58, 60, 62, 69, 71, 72, 83], "total": 41, "totp": [20, 81], "touchpad": 63, "toward": 45, "to\u017csamo\u015bci": 81, "track": 0, "trai": [9, 10, 14, 19], "trail": 21, "transcrib": 64, "transcript": [1, 61, 73], "transfer": [20, 23, 27, 30, 41, 42], "translat": [4, 53, 61, 73], "transmisji": 48, "trash": [9, 21, 28, 42], "trashbin_retention_oblig": 24, "travel": 41, "tree": 19, "tri": [8, 44, 47, 69], "trigger": [0, 9, 14, 27, 41, 44, 50], "troch\u0119": 48, "troubl": 20, "troubleshoot": 47, "true": [7, 16, 44], "trust": [8, 20, 38, 44, 82], "trwale": 24, "try": [14, 40, 47], "tryb": 80, "trzy": 35, "tt": 5, "tue": 20, "tumblr": 42, "tunnel": 20, "turn": [9, 44, 50, 75], "two": [2, 10, 12, 17, 19, 25, 36, 39, 42, 44, 46, 50, 56, 60, 80, 81, 82], "twoich": [6, 26, 30], "twoim": 21, "twoimi": [6, 30], "twoja": 49, "twoje": [26, 53], "twojego": 33, "twojej": 81, "tworzeni": 43, "tworzona": 39, "tworzysz": 48, "tworzy\u0107": [21, 28, 35], "tworz\u0105c": [28, 35], "tw\u00f3j": [21, 48], "txt": [10, 20], "tych": [21, 31, 51], "tydzie\u0144": 39, "tylko": [7, 24, 26, 28, 31, 35], "tym": [26, 28, 35], "tymczasow": 33, "typ": [7, 60], "type": [0, 1, 2, 9, 14, 15, 19, 20, 21, 28, 36, 41, 42, 44, 47, 49, 50, 57, 66, 69, 80], "typic": [19, 57], "typowych": 80, "typu": 53, "t\u0119": [7, 24], "t\u0142a": 80, "u": [8, 20, 44, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "uczelni": 7, "uczestnik": 60, "uczestnika": 60, "udokumentowan": [25, 80], "udost\u0119pnia": 24, "udost\u0119pniaj\u0105": 33, "udost\u0119pniaj\u0105cej": 35, "udost\u0119pnian": 24, "udost\u0119pniani": [28, 43], "udost\u0119pniania": [28, 35, 53], "udost\u0119pniasz": [24, 28, 33], "udost\u0119pnia\u0107": [21, 24, 26, 35], "udost\u0119pnieni": [26, 28, 33, 35], "udost\u0119pnienia": [26, 33], "udost\u0119pnie\u0144": [26, 35], "udost\u0119pnij": [26, 35], "udost\u0119pnion": [33, 35], "udost\u0119pnioni": 28, "udost\u0119pnionych": [26, 28, 35], "udost\u0119pni\u0107": 35, "udzia\u0142": 28, "udzia\u0142u": 28, "udzieli\u0107": 45, "ui": [9, 41], "ujawnian": 26, "ukryj": 35, "ukrywa": 35, "ulubion": 21, "umieszczani": 24, "umount": 20, "umo\u017cliwia": [7, 26, 28, 35, 43], "umo\u017cliwienia": 35, "unabl": [10, 11], "unaffect": 11, "unauthent": 0, "unavail": [15, 20, 27, 69], "unchang": 44, "uncheck": [0, 36, 41, 42], "uncom": 20, "und": 5, "under": [1, 11, 15, 20, 27, 36, 44, 46, 51, 69, 70, 72, 79, 81], "undergo": 9, "understand": 44, "undesir": 19, "undo": 41, "undon": 15, "unencrypt": [20, 26, 38], "unfocu": 80, "unfortun": 20, "uniemo\u017cliwia": 7, "uniemo\u017cliwi\u0107": [7, 35], "unifi": [5, 6, 76], "unikalni": 60, "uninstal": [6, 13], "unintend": 9, "uniqu": [26, 41, 82], "univers": [12, 80], "uniwersalni": 6, "unknown": 45, "unless": [8, 10, 12, 20, 41, 81], "unlik": 15, "unlink": 28, "unlock": [15, 81], "unmonitor": 12, "unmount": 20, "unmut": [60, 72], "unord": 66, "unorthodox": 12, "unpin": 76, "unread": [44, 66, 69, 80, 83], "unresolv": 10, "unselect": 42, "unsent": 44, "unset": 44, "unshar": 41, "unsuccess": 44, "unsync": 8, "unsyncedfold": 8, "unsynchron": 15, "until": [9, 18, 20, 27, 41, 44, 56, 72, 76, 79], "unus": 19, "up": [9, 15, 19, 20, 42, 45, 51, 62, 64, 69, 76, 77, 81, 83], "upcom": [59, 69, 83], "updat": [0, 6, 10, 13, 14, 19, 20, 41, 42, 44, 45, 54, 64], "upewnij": 49, "upewni\u0107": 24, "upload": [9, 11, 15, 19, 20, 27, 29, 31, 41, 42, 60, 62, 69, 72], "upodoba\u0144": 80, "upon": [20, 44, 69, 70], "upper": 50, "uprawnienia": [7, 45], "uprawnieniami": 35, "upuszczaniom": 35, "url": [8, 14, 19, 20, 28, 33, 35, 41, 42, 45, 46, 48, 49, 50, 51, 83], "uruchom": [45, 51], "uruchomi": 7, "uruchomieni": 26, "uruchomieniem": 7, "uruchomieniu": 7, "uruchomi\u0107": [45, 80], "urz\u0105dzeni": [45, 54, 81], "urz\u0105dzenia": 6, "urz\u0105dzeniami": [6, 81], "urz\u0105dzeniu": [45, 81], "urz\u0105dze\u0144": 81, "us": [1, 5, 6, 7, 9, 11, 12, 13, 14, 16, 17, 22, 23, 25, 29, 30, 33, 34, 35, 36, 39, 40, 43, 45, 47, 49, 51, 53, 54, 57, 60, 62, 64, 65, 69, 70, 71, 72, 75, 76, 80, 81, 82, 83], "usabl": 80, "usag": [82, 83], "use_lock": 20, "usebasicauth": 20, "user": [0, 4, 8, 9, 10, 14, 15, 17, 18, 20, 26, 27, 28, 33, 36, 37, 38, 39, 40, 42, 44, 45, 47, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 78, 82, 83], "usermod": 20, "usernam": [8, 14, 19, 20, 28, 35, 41, 45, 46, 47, 48, 50], "using_the_windows_10_calendar_application_with": 51, "ustaw": [7, 35], "ustawiaj\u0105c": 24, "ustawian": 35, "ustawieni": 35, "ustawienia": [7, 35, 45, 48, 51, 80], "ustawieniach": 80, "ustawie\u0144": [48, 51, 80], "ustawion": [26, 31, 48], "ustawioni": 33, "ustawi\u0107": [26, 48], "usual": [12, 44, 47], "usuni": 24, "usuniesz": 24, "usuni\u0119cia": [24, 28], "usuni\u0119t": [24, 33], "usuni\u0119tego": 33, "usuni\u0119ti": 24, "usuni\u0119tymi": [30, 32], "usun\u0105\u0107": [26, 28, 39], "usuwa": [24, 39], "usuwan": 33, "usuwani": 24, "usuwasz": 24, "usuwa\u0107": [7, 21], "us\u0142ug": 26, "us\u0142ugach": 26, "us\u0142ugi": 26, "us\u0142ugodawc\u00f3w": 53, "utf": 20, "util": 44, "utracisz": 26, "utrati": 26, "utwarza": 35, "utworzon": 51, "utworzoni": 35, "utworzyli": 26, "utworzysz": 33, "utworzy\u0107": [26, 28, 35], "utw\u00f3rz": 45, "uwaga": [35, 51], "uwierzytelniani": [51, 81], "uwierzytelniania": [6, 54, 82], "uwierzytelnianiem": 6, "uzupe\u0142niami": 43, "uzupe\u0142niani": 37, "uzyskania": 80, "uzyska\u0107": [21, 24, 26, 33, 37, 51], "uzyska\u0142": 35, "u\u0142atwiaj\u0105ci": 80, "u\u0142atwi\u0107": 80, "u\u017cyci": 25, "u\u017cycia": 48, "u\u017cyciu": 26, "u\u017cyj": [7, 28], "u\u017cytkownici": [7, 24, 26, 33, 35], "u\u017cytkownik": [35, 37], "u\u017cytkownik1": 24, "u\u017cytkownik2": 24, "u\u017cytkownik3": 24, "u\u017cytkownika": [33, 35, 37, 39, 45, 49, 51], "u\u017cytkownikiem": 60, "u\u017cytkownikom": [7, 28, 33], "u\u017cytkownik\u00f3w": [26, 31, 35], "u\u017cywani": [25, 80], "u\u017cywasz": 48, "u\u017cywa\u0107": [51, 80], "u\u017cy\u0107": [26, 54, 81], "v": [60, 72, 80], "v3": 41, "v6": 41, "vacat": 40, "valid": [19, 41, 44, 50], "valu": [9, 11, 12, 15, 16, 19, 20, 42, 44], "var": 16, "variabl": [6, 9, 10, 13, 41], "varieti": 82, "variou": [41, 42], "vcard": 42, "vcf": 42, "ve": [18, 20], "vendor": 7, "venu": 41, "verbos": 8, "veri": [5, 12, 20, 42, 80], "verif": 69, "verifi": [20, 41, 44], "version": [4, 9, 10, 12, 17, 18, 19, 20, 21, 39, 41, 42, 44, 49, 50, 52, 82, 83], "vertic": 44, "via": [4, 10, 15, 20, 21, 29, 39, 41, 44, 46, 50, 60, 69, 72], "vibrat": 60, "video": [21, 62, 63, 69, 72, 73, 80], "view": [1, 6, 14, 20, 27, 36, 42, 44, 50, 56, 59, 60, 63, 66, 69, 76, 83], "viewabl": 41, "viewer": [51, 80], "virtual": [17, 19, 82], "visibl": [4, 10, 15, 19, 21, 27, 36, 42, 44, 46, 47, 66, 69, 82], "visit": [25, 44], "visitor": 5, "vista": 20, "visual": 15, "voic": 60, "volum": 8, "vote": [41, 56], "vpn": 20, "w": [21, 24, 25, 28, 29, 33, 35, 37, 41, 43, 45, 48, 49, 51, 53, 80, 81], "wa": [0, 1, 9, 39, 41, 44, 83], "wahaj": 80, "wai": [2, 12, 15, 17, 19, 20, 25, 26, 38, 41, 42, 44, 47, 54, 56, 59, 62], "wait": [1, 18, 19, 44, 79], "want": [0, 2, 4, 5, 14, 15, 18, 19, 20, 26, 28, 29, 41, 42, 44, 45, 50, 52, 58, 60, 66, 69, 76, 82], "warn": [19, 20, 41, 44], "warto": 33, "warto\u015bci": 7, "warto\u015b\u0107": [7, 24], "watch": 12, "wa\u017cno\u015bci": 33, "wbudowani": 7, "wcze\u015bniej": 45, "wdra\u017cania": 7, "we": [2, 5, 12, 14, 15, 18, 20, 41, 44, 80], "web": [1, 6, 14, 15, 19, 20, 22, 24, 25, 28, 30, 38, 41, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webinar": [73, 77], "websit": 73, "wednesdai": 41, "wed\u0142ug": 39, "week": [0, 41, 42, 69, 82], "weekli": [0, 42], "welcom": 20, "well": [11, 14, 17, 40, 41, 44, 46, 62], "were": [9, 15, 41, 42, 57, 70], "wersj": [33, 39], "wersja": [7, 39], "wersjach": 7, "wersji": [7, 30, 32, 33, 41], "wersj\u0119": 39, "wewn\u0105trz": 24, "what": [0, 5, 12, 15, 19, 20, 27, 33, 36, 41, 57, 82], "wheel": 63, "when": [0, 1, 2, 5, 9, 10, 11, 14, 15, 19, 20, 21, 26, 27, 28, 40, 41, 42, 44, 45, 50, 51, 54, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 79, 82], "whenev": 26, "where": [1, 5, 8, 9, 10, 15, 19, 39, 41, 42, 56, 58, 60, 69, 72, 81, 83], "wherev": 25, "whether": [9, 18, 20, 27, 41, 44, 56, 60], "which": [0, 5, 9, 10, 12, 14, 15, 19, 20, 21, 26, 27, 36, 39, 41, 42, 44, 46, 47, 50, 52, 54, 56, 58, 60, 66, 69, 80, 81, 82, 83], "while": [10, 15, 20, 41, 42, 44, 46, 56, 60, 62, 66, 71], "white": 19, "whiteboard": 2, "who": [5, 6, 21, 28, 41, 56, 62], "whole": [15, 26, 41], "whom": 41, "wiadomo\u015b\u0107": 81, "wide": [10, 26, 36, 62, 82], "wider": 82, "widget": [44, 83], "widoczn": 35, "widoczno\u015bci": 37, "widzie\u0107": 26, "wiel": 35, "wieloraki": 81, "wiki": [57, 74], "wildcard": [8, 19, 44], "window": [6, 8, 9, 10, 13, 15, 16, 25, 27, 29, 43, 46, 50, 60, 63, 72], "wine": 20, "winhttp": 20, "wipe": [17, 41], "wish": [41, 44, 50, 60], "witami": 53, "within": [9, 15, 17, 42, 44, 59, 69, 75, 76, 82], "without": [2, 4, 12, 14, 15, 16, 19, 20, 27, 29, 41, 42, 44, 60, 69, 72], "witryni": [35, 43], "wizard": [12, 14, 19], "wi\u0119c": [7, 21, 26, 80], "wi\u0119cej": [7, 24, 26, 33, 39, 43, 45, 81], "wi\u0119ksz": 33, "wi\u0119kszo\u015bci": 48, "wi\u0119kszych": 31, "wklej": 51, "wlicza": 33, "wliczaj\u0105": 33, "wliczan": 33, "wolnego": [24, 39], "won": [10, 14, 20, 41, 81], "word": [5, 38], "wordpress": 12, "work": [2, 10, 15, 19, 20, 27, 36, 44, 45, 46, 47, 54, 81, 82], "workflow": [2, 36, 83], "workshop": 42, "workspac": 9, "world": 82, "worri": 15, "would": [8, 11, 20, 27, 41, 44, 60, 80, 81], "wow": 5, "wpisuj\u0105c": 37, "wpisz": [51, 81], "wprowadzeni": 6, "wprowadzi\u0107": [28, 45], "wprowad\u017a": [35, 45, 51], "writabl": 42, "write": [2, 3, 15, 16, 20, 41, 44, 49, 69], "written": 41, "wrong": [12, 19], "wr\u00f3ci\u0107": 48, "wskazuj\u0105ci": 51, "wspiera": 81, "wspomagaj\u0105c": 43, "wsp\u00f3\u0142dzieleni": [6, 30], "wsp\u00f3\u0142praca": [6, 30], "wszelki": [7, 80], "wszystki": [21, 33, 35, 51, 53], "wszystkich": [26, 35], "wszystko": 28, "wtedi": [7, 26], "www": 51, "wybierz": [37, 45, 48, 51, 80], "wyboru": 37, "wyga\u015bni\u0119cia": [24, 35, 39], "wygenerowani": 81, "wygl\u0105da\u0142": 35, "wykluczona": 39, "wykonaj": [28, 35, 51], "wykonania": 7, "wykonuj\u0105": 7, "wykonuj\u0105c": 48, "wykorzystania": 24, "wykorzystuj": 39, "wylogowaniu": 26, "wylogowa\u0107": 26, "wyloguj": 26, "wymaga": 31, "wymagan": [7, 45], "wymagani": 81, "wymagania": 6, "wymaga\u0107": 26, "wymienion": 29, "wynikowej": 48, "wysokiego": 80, "wysokim": 80, "wystarczy\u0107": 48, "wyst\u0105pi\u0107": 26, "wysy\u0142ania": 29, "wysy\u0142a\u0107": 35, "wyszukiwania": [26, 37], "wys\u0142ania": 29, "wys\u0142a\u0107": 29, "wy\u0142\u0105czeni": 7, "wy\u0142\u0105czenia": 21, "wy\u0142\u0105czi": 35, "wy\u0142\u0105czon": 33, "wy\u0142\u0105czy\u0107": 7, "wy\u015bwietla": 45, "wy\u015bwietlani": 37, "wy\u015bwietli": 81, "wy\u017cszego": 35, "wzoru": 39, "w\u0142asn": 7, "w\u0142asnego": 53, "w\u0142asno\u015b\u0107": 37, "w\u0142asnych": 80, "w\u0142asnym": 49, "w\u0142asn\u0105": [28, 35], "w\u0142a\u015bciciel": [24, 26, 37], "w\u0142a\u015bciciela": [26, 33, 35, 37], "w\u0142\u0105czeniu": 26, "w\u0142\u0105czona": [26, 29, 33], "w\u0142\u0105czone": [28, 35, 51], "w\u0142\u0105czoni": [26, 49], "w\u0142\u0105czy": 26, "w\u0142\u0105czysz": 26, "w\u0142\u0105czy\u0107": 26, "w\u0142\u0105czy\u0142": 26, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmln": 20, "xp": 20, "y": [17, 20], "ye": [15, 26, 36, 41], "year": [41, 83], "yellow": [10, 19, 27, 42], "yet": [14, 15, 25, 41, 42, 46, 59, 60, 63], "you": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 70, 72, 76, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [0, 20, 36, 41, 69, 76], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [6, 7, 17, 20, 24, 25, 28, 29, 31, 33, 37, 39, 43, 53, 54, 80, 82], "za": [7, 21, 24, 29, 33, 35, 39, 48, 81], "zaakceptowan": 37, "zaakceptowaniu": 35, "zaakceptowa\u0107": [35, 37], "zaanga\u017cowa\u0107": 80, "zaawansowan": 51, "zabezpieczenia": [6, 30], "zablokowa\u0107": 7, "zachowuj": 39, "zachowujemi": 39, "zaciszu": 53, "zadania": 48, "zada\u0144": [43, 45], "zadzia\u0142a": 48, "zainicjowan": 26, "zainicjowano": 35, "zainicjowa\u0142": 35, "zainstalowani": 7, "zainstalowa\u0107": 45, "zainstaluj": 45, "zajmi": 26, "zajmuj\u0105": 33, "zaj\u0105\u0107": 48, "zako\u0144cz": 45, "zako\u0144czeniu": 29, "zako\u0144czy\u0107": 45, "zaktualizowani": 26, "zaktualizowanych": 28, "zaktualizowa\u0107": 48, "zak\u0142adc": 35, "zak\u0142\u00f3ca\u0107": 7, "zalecami": [25, 31], "zaleceniem": 26, "zale\u017cno\u015bci": [26, 48, 80, 81], "zaliczaj\u0105": 24, "zaliczan": 24, "zalogowaniu": 26, "zalogowa\u0107": 26, "zaloguj": [26, 49, 51], "zamie\u0144": 51, "zamkni": 45, "zapewnia": [7, 53], "zapisan": 51, "zapisz": 51, "zaplecza": 26, "zapobiec": [7, 24], "zapobiegania": 7, "zapomnie\u0107": 26, "zaprojektowana": 80, "zaproponuj": 7, "zapytaj": 21, "zarejestrowanym": 60, "zarz\u0105dzaj": [6, 51, 81], "zarz\u0105dzani": [6, 30, 33], "zarz\u0105dzania": 43, "zar\u00f3wno": [24, 48], "zasad": 7, "zasobu": 48, "zasob\u00f3w": 48, "zast\u0105pieni": 7, "zast\u0105pi\u0107": [7, 24, 33], "zaszyfrowan": 33, "zaszyfrowa\u0107": 26, "zas\u00f3b": 48, "zatrzymaj": 35, "zauwa\u017con": 80, "zawart": 6, "zawarto\u015bci": [35, 80], "zawsz": 7, "zazwyczaj": 81, "zdaln": 26, "zdalnego": 35, "zdalnej": 26, "zdalni": 28, "zdalnych": [26, 28, 35], "zdalnym": 26, "ze": [7, 28, 35, 45], "zeskanowa\u0107": 81, "zeskanuj": 81, "zespo\u0142owej": 35, "zespo\u0142owi": 43, "zespo\u0142u": 80, "zewn\u0119trznego": 26, "zewn\u0119trznym": 26, "zezwalasz": 33, "zezwolisz": 33, "zezwoli\u0107": [7, 35], "zezw\u00f3l": 35, "zgodn": 53, "zg\u0142aszaj": 80, "zg\u0142osi\u0107": 80, "zip": 21, "zmiani": [6, 37], "zmienia": [28, 81], "zmienia\u0107": 24, "zmienion": [26, 41, 51], "zmieni\u0107": 48, "zmieni\u0142": 26, "zmienn": 31, "zmiennych": 31, "zmie\u0144": [37, 51], "zmniejszaj\u0105c": 80, "zmniejszenia": 80, "zmniejszona": 80, "zm\u0119czeni": 80, "znacznik": 39, "znajduj\u0105": [33, 35], "znajdzi": 37, "znajdziesz": [48, 80], "znale\u017a\u0107": [35, 43], "znani": 45, "znan\u0105": 45, "znasz": 81, "zobacz": [24, 26, 33, 37], "zobaczi": 26, "zobaczysz": [26, 29, 81], "zobaczy\u0107": 35, "zobacz\u0105": [26, 28], "zoom": [6, 63], "zostani": [24, 35, 37, 39, 80], "zostaniesz": 81, "zostan\u0105": 24, "zosta\u0142a": [7, 29], "zosta\u0142i": [24, 26, 31, 33, 35, 51], "zosta\u0142o": [26, 35], "zrobili": 26, "zrobi\u0107": [24, 28, 48], "zrozumie\u0107": 33, "zsynchronizowa\u0107": [45, 51], "zwin\u0105\u0107": 80, "zwi\u0119kszeni": 31, "zwi\u0119kszy\u0142": 31, "z\u0119batego": 51, "\u0142agodzi": 80, "\u0142atwi": 26, "\u0142\u0105cza": 28, "\u015bcie\u017ck\u0119": 51, "\u017ar\u00f3d\u0142a": 48, "\u017cadnych": 28, "\u017ce": [7, 24, 49, 51], "\u017c\u00f3\u0142ty": 26, "\u017c\u0105dani": 45}, "titles": ["Using the Activity app", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "Spis tre\u015bci", "Automatyczny aktualizator", "Using the Command-Line Client", "Configuration File", "Conflicts", "Environment Variables", "FAQ", "Desktop Client", "Installation", "Using the macOS File Provider", "Command-Line Options", "Uninstallation", "Update channels", "Using the Synchronization Client", "Accessing Nextcloud files using WebDAV", "Accessing your files using the Nextcloud web interface", "Dost\u0119p do Twoich plik\u00f3w", "Wsp\u00f3\u0142dzielenie i wsp\u00f3\u0142praca", "Zarz\u0105dzanie usuni\u0119tymi plikami", "Synchronizacja stacjonarna i mobilna", "Using server-side encryption", "Using external storage", "Using federation shares", "Anonimowe przesy\u0142anie plik\u00f3w", "Pliki i synchronizacja", "Przesy\u0142anie du\u017cych plik\u00f3w", "Zarz\u0105dzanie Twoimi plikami", "Limit miejsca", "Zabezpieczenia i szyfrowanie", "File sharing", "System tags", "Transfer ownership", "Using end-to-end encryption", "Kontrola wersji", "Setting out-of-office messages", "Using the Calendar app", "Using the Contacts app", "Oprogramowanie do pracy grupowej", "Using the Mail app", "Synchronizacja z systemem Android", "Synchronizing with the GNOME desktop", "Synchronizing with iOS", "Synchronizacja z KDE Kontact", "Synchronizacja z macOS", "Synchronizing with Thunderbird", "Synchronizacja z systemem Windows 10", "Migrate data between instances", "Nextcloud 35 wprowadzenie do instrukcji obs\u0142ugi", "Zarz\u0105dzaj po\u0142\u0105czonymi przegl\u0105darkami i urz\u0105dzeniami", "Appearance", "Attachments", "Bots and commands", "Breakout rooms", "Calendar integration with Talk", "Do\u0142\u0105czanie do rozmowy", "Calls", "Call recording", "Screen sharing", "Transcription and translation", "Call layout", "Sending messages", "Chat", "Conversations", "Conversations", "Federation", "Files integration", "Join a call or chat as guest", "Talk", "Matterbridge", "Apps integrating with messages", "Interacting with messages", "For moderators", "Open conversations", "Webinar and lobby", "Uniwersalny dost\u0119p", "Korzystanie z uwierzytelniania dwusk\u0142adnikowego", "Setting your preferences", "The Nextcloud web interface"], "titleterms": {"": 2, "1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": 12, "Being": 12, "For": 77, "In": 12, "Not": 12, "On": 12, "The": 83, "There": 12, "To": 12, "about": 12, "accept": 70, "access": [4, 20, 21, 27, 36], "account": [19, 44], "action": [15, 44], "activ": [0, 21], "ad": [19, 27, 38, 42], "add": [41, 42, 44, 50], "address": [42, 44, 82], "advanc": 44, "ai": [1, 44], "aktualiz": 7, "aktualizacjom": 7, "alia": [15, 44], "all": [44, 78], "altern": 50, "an": [5, 38, 41, 44, 70, 72, 78], "android": 45, "anonimow": 29, "anoth": 44, "answer": 20, "aplikacja": 24, "aplikacji": [45, 81], "app": [0, 41, 42, 44, 75], "appear": 55, "appoint": 41, "ar": 12, "archiv": 69, "assign": [36, 41], "assist": 1, "attach": [41, 56], "attempt": 12, "attende": 41, "audio": 60, "autom": [41, 44], "automat": 44, "automatyczni": 7, "automatycznym": 7, "autorespond": 44, "avail": 41, "backend": 27, "background": 60, "ban": 69, "between": 52, "bez": [26, 45], "bin": 41, "birthdai": 41, "block": 44, "bodi": 44, "book": [41, 42, 82], "bot": 57, "breakout": [58, 60], "brows": 36, "browser": 60, "busi": 41, "calendar": [41, 44, 47, 50, 59], "call": [60, 61, 62, 64, 65, 72], "can": 82, "card": 75, "cardbook": 50, "chang": [12, 27, 44], "channel": 18, "chat": [1, 55, 56, 66, 67, 72, 75], "check": 41, "client": [8, 13, 19, 20, 60], "cloud": 28, "co": 24, "code": 81, "collect": [2, 3], "color": 44, "command": [8, 16, 20, 57], "comment": 21, "compact": [44, 55], "compos": 44, "condit": 44, "configur": [9, 15, 19, 41, 58], "conflict": [10, 15], "connect": 21, "consent": 62, "contact": [42, 44, 47, 50], "context": 15, "continu": 12, "control": 60, "convers": [41, 55, 68, 69, 76, 78], "creat": [5, 20, 21, 28, 35, 36, 41, 42, 44, 69, 75, 78], "credenti": 8, "credit": 51, "curl": 20, "cyberduck": 20, "czy": 26, "cz\u0119sto": 26, "daili": 0, "dashboard": [44, 69, 83], "data": [52, 82], "debug": 15, "deck": 75, "deeper": 12, "deleg": [41, 44], "delet": [41, 44], "desktop": [13, 19, 20, 46, 60], "detail": 21, "detect": [27, 44], "devic": 38, "directori": 12, "disk": 11, "displai": [38, 44], "dispos": 69, "dla": 54, "do": [22, 26, 35, 43, 53, 60], "dodawani": 35, "dolphin": 20, "dost\u0119p": [22, 80], "dost\u0119pem": 35, "dotycz\u0105c": [26, 83], "download": [14, 15], "do\u0142\u0105czani": 60, "drive": 20, "duplic": [41, 42], "dure": 60, "du\u017cych": 31, "dwusk\u0142adnikowego": 81, "dwusk\u0142adnikowym": 81, "dyskow\u0105": 24, "dzia\u0142ania": 7, "dziej": 24, "e2e": 38, "edit": [12, 41, 42, 44, 76], "editor": 19, "email": [0, 28, 72], "emoji": 66, "enabl": [12, 38, 44], "encrypt": [26, 38], "end": 38, "envelop": 44, "environ": 11, "even": 12, "event": [41, 44, 59], "everyon": 5, "exampl": [8, 10], "exclud": 8, "experiment": 10, "expir": 69, "explor": 20, "export": 41, "extens": 15, "extern": 27, "factor": 81, "faq": 12, "favorit": [42, 44], "featur": 15, "feder": [21, 28, 35, 41, 70], "feed": 0, "file": [0, 4, 9, 12, 15, 19, 20, 21, 27, 35, 36, 56, 71], "filter": [0, 21, 44, 69], "finder": 15, "first": [2, 5], "folder": [12, 38, 44], "follow": 44, "frequenc": 0, "from": [19, 27, 44, 59, 71, 75], "full": [60, 72], "function": 12, "gdy": 24, "gener": [17, 19], "get": 2, "global": 82, "gnome": 46, "grid": [21, 65], "group": [26, 42, 69], "grupom": 35, "grupowej": 43, "guest": 72, "hand": 60, "handl": 8, "hase\u0142": 54, "has\u0142a": [26, 54], "has\u0142o": 26, "histori": 1, "holidai": 41, "hour": 41, "how": [5, 12, 44], "i": [12, 23, 25, 26, 30, 34, 35, 45, 54, 80], "ic": 41, "icon": 19, "ignor": 19, "ikoni": 21, "immedi": 60, "import": [41, 42], "inbox": 44, "indic": 15, "indywidualnych": 54, "info": 44, "inform": 42, "initi": 14, "inni": 35, "insert": 66, "instal": [8, 14], "instanc": 52, "instruct": 17, "instrukcji": 53, "integr": [15, 44, 59, 71, 75], "interact": 76, "interfac": [12, 21, 83], "intern": 44, "internetowej": 83, "introduct": 5, "invit": [41, 44, 70], "io": 47, "issu": [15, 20], "item": 42, "jak": [24, 26], "jest": 26, "join": [60, 72], "junk": 44, "kalendarz": [45, 51], "katalog\u00f3w": 21, "kde": [20, 48], "keep": 15, "kei": 26, "keyboard": 44, "klawiaturi": 80, "klienci": 25, "klienckich": 81, "klucza": 26, "known": [15, 20], "konfigurowani": [29, 81], "konta": 49, "kontact": 48, "kontakti": [45, 51], "kontrola": 39, "kontrolki": 21, "korzystani": [26, 81], "languag": 12, "layout": [44, 65], "level": [15, 36], "like": 12, "limit": 33, "limiti": 24, "line": [8, 16, 20], "link\u00f3w": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55], "list\u0119": 60, "live": 64, "lobbi": 79, "local": 12, "lock": 15, "log": 15, "loginu": 26, "logowani": 81, "lose": 81, "low": 11, "lub": [21, 26], "maco": [7, 14, 15, 17, 20, 49], "mail": 44, "manag": [19, 20, 36, 41, 42, 44, 58, 62, 69], "manual": 42, "map": 20, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "meet": [41, 44, 59], "member": 42, "mention": 44, "menu": 15, "merg": 42, "messag": [40, 44, 55, 66, 69, 75, 76], "method": 50, "microsoft": 20, "miejsca": 33, "migrat": 52, "minim": 44, "mnemon": 38, "mobil": [20, 60], "mobilna": 25, "mobilnej": 45, "mobilni": 25, "modal": 44, "mode": 44, "moder": 77, "modifi": 12, "more": 66, "motywi": 80, "mount": 20, "move": [12, 44], "mo\u017cna": 26, "multipl": 42, "my": 12, "nast\u0119pnego": 26, "nativ": 44, "nautilu": 20, "navig": [21, 83], "nazywani": 39, "network": 19, "new": [19, 28, 35, 41, 44], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "niezaszyfrowan": 26, "note": 69, "notif": [0, 1, 41, 69], "obs\u0142ugi": 53, "odtwarzacz": 21, "odzyskiwania": 26, "offic": 40, "offici": 20, "onboard": 5, "one": 69, "onli": 50, "open": 78, "oper": 44, "oprogramowani": 43, "option": [16, 41, 42], "order": 44, "organ": 42, "other": 72, "our": 5, "out": 40, "outbox": 44, "over": 20, "overlai": 19, "overview": 10, "own": [5, 27], "ownership": 37, "page": 5, "parent": 5, "parti": 20, "particip": 69, "person": 1, "phish": 44, "picker": [1, 66], "pictur": 42, "pin": 76, "planowan": 26, "plikami": [24, 32], "pliki": [24, 26, 30, 45], "plik\u00f3w": [21, 22, 24, 26, 29, 31], "pobierz": 60, "podgl\u0105d": 21, "podstawowi": 7, "poll": 56, "pomoci": 80, "pomoc\u0105": [26, 45], "poruszani": 80, "possibl": 26, "powiadomienia": 45, "po\u0142\u0105czonymi": 54, "praci": 43, "prefer": 82, "prioriti": 44, "privaci": 69, "privat": 69, "problem": 20, "problem\u00f3w": 49, "profil": [82, 83], "progress": 41, "project": 5, "propos": 41, "provid": 15, "prywatnego": 26, "przebieg": 7, "przegl\u0105darkami": 54, "przegl\u0105darki": 83, "przeniesieni": 26, "przenoszeni": 21, "przestrzeni\u0105": 24, "przesy\u0142ani": [29, 31], "przy": 80, "public": 20, "publicznego": 35, "publicznych": 35, "publish": 41, "pytania": 26, "quick": 44, "rais": 60, "reaction": 60, "recipi": 44, "recommend": 50, "record": [60, 62], "recoveri": [26, 81], "recur": 41, "refresh": 44, "reliabl": 12, "remind": [41, 44, 76], "remov": 42, "repli": [44, 66], "requir": 14, "resourc": 41, "respond": 41, "responsywno\u015b\u0107": 80, "restrict": 82, "role": 42, "room": [41, 58, 60], "rozmowi": 60, "rozwa\u017cani": 81, "rozwi\u0105zywani": 49, "rss": 0, "run": 1, "schedul": [44, 59, 66], "screen": [60, 63, 72], "search": [21, 44, 76, 83], "second": 81, "secur": 44, "see": 82, "self": 69, "send": [44, 66, 70], "server": [12, 14, 26, 44], "set": [0, 1, 19, 40, 41, 44, 60, 72, 76, 82, 83], "setup": 14, "share": [15, 19, 20, 21, 26, 27, 28, 35, 41, 42, 44, 56, 63, 72, 75, 82], "shortcut": 44, "side": 26, "sidebar": [0, 21], "silent": 66, "si\u0119": [24, 80], "skonfiguruj": 49, "smart": [1, 44, 66], "snooz": 44, "solut": 20, "some": 12, "sort": 44, "space": 11, "speaker": 65, "spi": 6, "sprz\u0119towymi": 81, "stacjonarna": 25, "stanu": 21, "start": [2, 60, 72], "statu": [15, 19, 41], "step": [2, 5], "stop": 12, "storag": 27, "stream": 0, "sub": 12, "subfold": 44, "subscrib": 41, "summari": [0, 44, 66], "support": [14, 15, 27], "switch": 44, "swoje": 49, "sync": [12, 15], "synchron": [12, 19, 46, 47, 50], "synchronizacja": [25, 30, 45, 48, 49, 51], "system": [14, 36], "systemem": [45, 51], "systrai": 19, "szyfrowani": [26, 34], "szyfrowania": 26, "s\u0105": 24, "tag": [36, 44], "talk": [41, 59, 60, 69, 71, 73], "task": [1, 44, 75], "team": [5, 42], "tego": 26, "templat": 5, "text": 44, "than": 12, "thei": 12, "third": 20, "thread": [44, 76], "thunderbird": 50, "time": [41, 42], "tle": 26, "tlsv1": 51, "togeth": 5, "tokenami": 81, "track": 12, "transcript": 64, "transfer": 37, "translat": [44, 64], "transpar": 41, "trash": [41, 44], "tre\u015bci": 6, "troubleshoot": [15, 51], "twoich": 22, "twoimi": 32, "uczestnik\u00f3w": 60, "udostepniania": 35, "udost\u0119pniani": [26, 35], "udost\u0119pniania": 21, "udost\u0119pnienia": 35, "udost\u0119pnion": 24, "unifi": [44, 83], "uninstal": 17, "uniwersalni": 80, "unsubscrib": 44, "up": [41, 44, 60], "updat": 18, "upload": [10, 12, 21], "upuszczania": 29, "urz\u0105dzenia": 54, "urz\u0105dzeniami": 54, "us": [0, 2, 8, 15, 19, 20, 21, 26, 27, 28, 38, 41, 42, 44, 50, 66], "usag": 8, "user": [12, 19, 41], "usuni\u0119tych": 24, "usuni\u0119tymi": 24, "usuwan": 24, "usuwani": 39, "uwierzytelniania": 81, "uwierzytelnianiem": 81, "u\u017cytkownika": 26, "u\u017cytkownikom": 35, "variabl": 11, "version": 14, "via": 28, "video": 60, "view": [0, 21, 41, 55, 65, 78], "virtual": 42, "w": [7, 26], "wa": 12, "want": 12, "warn": 12, "web": [21, 83], "webdav": 20, "webinar": 79, "wersji": 39, "wewn\u0119trzn": 35, "what": 2, "when": 12, "who": 82, "why": 2, "wideo": 21, "widget": 41, "window": [7, 12, 14, 17, 19, 20, 51], "winscp": 20, "work": [12, 41], "would": 12, "wprowadzeni": 53, "wsp\u00f3\u0142dzieleni": 23, "wsp\u00f3\u0142praca": 23, "wybierani": 21, "wymagania": 83, "wysy\u0142ani": 29, "wy\u0142\u0105czy\u0107": 26, "you": 81, "your": [0, 5, 19, 21, 27, 41, 42, 44, 69, 81, 82], "z": [26, 35, 45, 48, 49, 51, 81], "za": [26, 45], "zabezpieczenia": 34, "zadania": 26, "zadawan": 26, "zapobiegani": 7, "zarz\u0105dza": 24, "zarz\u0105dzaj": 54, "zarz\u0105dzani": [24, 32, 54], "zaszyfrowanych": 26, "zawart": 80, "zmiani": 54, "zmie\u0144": 26, "zoom": 80, "\u015brodowiskach": 7}}) \ No newline at end of file diff --git a/server/latest/user_manual/pt_BR/contents.html b/server/latest/user_manual/pt_BR/contents.html index 076389e3913..482117a9111 100644 --- a/server/latest/user_manual/pt_BR/contents.html +++ b/server/latest/user_manual/pt_BR/contents.html @@ -180,6 +180,7 @@
        • Instalação
        • Desinstalação
        • Uso do Cliente de Sincronização
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/pt_BR/desktop/autoupdate.html b/server/latest/user_manual/pt_BR/desktop/autoupdate.html index c82a11033bc..7048958022c 100644 --- a/server/latest/user_manual/pt_BR/desktop/autoupdate.html +++ b/server/latest/user_manual/pt_BR/desktop/autoupdate.html @@ -84,6 +84,7 @@
        • Instalação
        • Desinstalação
        • Uso do Cliente de Sincronização
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/pt_BR/desktop/commandline.html b/server/latest/user_manual/pt_BR/desktop/commandline.html index e9dffce3e72..29afbe3a68a 100644 --- a/server/latest/user_manual/pt_BR/desktop/commandline.html +++ b/server/latest/user_manual/pt_BR/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
        • Instalação
        • Desinstalação
        • Uso do Cliente de Sincronização
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
          • Install
          • Usage
          • @@ -257,7 +258,7 @@

            Example - + diff --git a/server/latest/user_manual/pt_BR/desktop/configfile.html b/server/latest/user_manual/pt_BR/desktop/configfile.html index 44bc5f97308..a36fc08469d 100644 --- a/server/latest/user_manual/pt_BR/desktop/configfile.html +++ b/server/latest/user_manual/pt_BR/desktop/configfile.html @@ -84,6 +84,7 @@
          • Instalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/conflicts.html b/server/latest/user_manual/pt_BR/desktop/conflicts.html index 544be2f7981..19eed4cdf1e 100644 --- a/server/latest/user_manual/pt_BR/desktop/conflicts.html +++ b/server/latest/user_manual/pt_BR/desktop/conflicts.html @@ -84,6 +84,7 @@
          • Instalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/envvars.html b/server/latest/user_manual/pt_BR/desktop/envvars.html index 68931766e1f..76d4d9d1b9b 100644 --- a/server/latest/user_manual/pt_BR/desktop/envvars.html +++ b/server/latest/user_manual/pt_BR/desktop/envvars.html @@ -84,6 +84,7 @@
          • Instalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/faq.html b/server/latest/user_manual/pt_BR/desktop/faq.html index 27d5be547a3..0dbc2a86f36 100644 --- a/server/latest/user_manual/pt_BR/desktop/faq.html +++ b/server/latest/user_manual/pt_BR/desktop/faq.html @@ -84,6 +84,7 @@
          • Instalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/index.html b/server/latest/user_manual/pt_BR/desktop/index.html index e9aa2dde8d3..cbcf0089e31 100644 --- a/server/latest/user_manual/pt_BR/desktop/index.html +++ b/server/latest/user_manual/pt_BR/desktop/index.html @@ -84,6 +84,7 @@
          • Instalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • @@ -133,6 +134,7 @@

            Desktop ClientInstalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/installation.html b/server/latest/user_manual/pt_BR/desktop/installation.html index b426ad4dd16..f6800e09bce 100644 --- a/server/latest/user_manual/pt_BR/desktop/installation.html +++ b/server/latest/user_manual/pt_BR/desktop/installation.html @@ -92,6 +92,7 @@
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/macosfileprovider.html b/server/latest/user_manual/pt_BR/desktop/macosfileprovider.html new file mode 100644 index 00000000000..3099f13c1f2 --- /dev/null +++ b/server/latest/user_manual/pt_BR/desktop/macosfileprovider.html @@ -0,0 +1,825 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + + +
            + +
            + +
            +
            +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + + + +
            +
            +
            ☁️ Versões
            + +
            + + 35 (latest) + +
            + +
            + + 34 (stable) + +
            + +
            + + 33 + +
            + +
            + + 32 + +
            + +
            +
            +
            + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/pt_BR/desktop/macosvfs.html b/server/latest/user_manual/pt_BR/desktop/macosvfs.html index 563e5d1983a..497d7f7af97 100644 --- a/server/latest/user_manual/pt_BR/desktop/macosvfs.html +++ b/server/latest/user_manual/pt_BR/desktop/macosvfs.html @@ -1,757 +1 @@ - - - - - - - - - - Cliente de arquivos virtuais do macOS — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            - - -
            - -
            - -
            -
            -
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            - - - -
            -
            -
            ☁️ Versões
            - -
            - - 35 (latest) - -
            - -
            - - 34 (stable) - -
            - -
            - - 33 - -
            - -
            - - 32 - -
            - -
            -
            -
            - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/pt_BR/desktop/options.html b/server/latest/user_manual/pt_BR/desktop/options.html index 45a502a5eee..9b98dbe97fa 100644 --- a/server/latest/user_manual/pt_BR/desktop/options.html +++ b/server/latest/user_manual/pt_BR/desktop/options.html @@ -84,6 +84,7 @@
          • Instalação
          • Desinstalação
          • Uso do Cliente de Sincronização
          • +
          • Using the macOS File Provider
          • Using the Command-Line Client
          • Command-Line Options
          • Configuration File
          • diff --git a/server/latest/user_manual/pt_BR/desktop/uninstallation.html b/server/latest/user_manual/pt_BR/desktop/uninstallation.html index ebcf92b6f04..615dbac5c7a 100644 --- a/server/latest/user_manual/pt_BR/desktop/uninstallation.html +++ b/server/latest/user_manual/pt_BR/desktop/uninstallation.html @@ -92,6 +92,7 @@

        • Uso do Cliente de Sincronização
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/pt_BR/desktop/updatechannel.html b/server/latest/user_manual/pt_BR/desktop/updatechannel.html index d078f5bd74b..550f8828b71 100644 --- a/server/latest/user_manual/pt_BR/desktop/updatechannel.html +++ b/server/latest/user_manual/pt_BR/desktop/updatechannel.html @@ -84,6 +84,7 @@
        • Instalação
        • Desinstalação
        • Uso do Cliente de Sincronização
        • +
        • Using the macOS File Provider
        • Using the Command-Line Client
        • Command-Line Options
        • Configuration File
        • diff --git a/server/latest/user_manual/pt_BR/desktop/usage.html b/server/latest/user_manual/pt_BR/desktop/usage.html index d6043a37051..3f235220e79 100644 --- a/server/latest/user_manual/pt_BR/desktop/usage.html +++ b/server/latest/user_manual/pt_BR/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
        • Janela Geral
        • Uso da Janela Rede
        • Uso do Editor de Arquivos a Ignorar
        • -
        • Virtual Files on macOS -
        +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • @@ -298,15 +295,6 @@

        Uso da Janela Rede

        São removidos os arquivos que causam erros individuais três vezes durante uma sincronização. No entanto, o cliente oferece a opção de tentar novamente uma sincronização três vezes adicionais em arquivos que produzem erros.

      -
      -

      Virtual Files on macOS

      -

      For information about using virtual files integration on macOS, see:

      - -
      @@ -314,7 +302,7 @@

      Virtual Files on macOS

      diff --git a/server/latest/user_manual/pt_BR/objects.inv b/server/latest/user_manual/pt_BR/objects.inv index 9df1fff506f..2e705d1dfa5 100644 Binary files a/server/latest/user_manual/pt_BR/objects.inv and b/server/latest/user_manual/pt_BR/objects.inv differ diff --git a/server/latest/user_manual/pt_BR/searchindex.js b/server/latest/user_manual/pt_BR/searchindex.js index 618b415e21d..40711fdae38 100644 --- a/server/latest/user_manual/pt_BR/searchindex.js +++ b/server/latest/user_manual/pt_BR/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Conversas particulares (individuais)": [[69, "private-one-to-one-conversations"]], "2. Conversas em grupo": [[69, "group-conversations"]], "3. Nota pessoal": [[69, "note-to-self"]], "4. Conversas descart\u00e1veis": [[69, "disposable-conversations"]], "A Sincroniza\u00e7\u00e3o \u00c9 Interrompida Quando Se Tenta Sincronizar Mais De 100 Subdiret\u00f3rios.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "A criptografia pode ser desativada sem a senha do usu\u00e1rio?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "AI assistant": [[1, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Aceitar um convite": [[70, "accepting-an-invitation"]], "Acessando arquivos usando cURL": [[20, "accessing-files-using-curl"]], "Acessar seus arquivos": [[22, null]], "Acesso a compartilhamentos p\u00fablicos pelo WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acesso aos arquivos Nextcloud usando o WebDAV": [[20, null]], "Acesso aos arquivos usando WinSCP": [[20, "accessing-files-using-winscp"]], "Acesso aos arquivos usando o Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acesso aos arquivos usando o Linux": [[20, "accessing-files-using-linux"]], "Acesso aos arquivos usando o Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Acesso aos arquivos usando o macOS": [[20, "accessing-files-using-macos"]], "Acesso universal": [[80, null]], "Activity and comments": [[21, "activity-and-comments"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Adiamento": [[44, "snooze"]], "Adicionar Contatos": [[42, "adding-contacts"]], "Adicionar Contatos Manualmente": [[42, "adding-contacts-manually"]], "Adicionar anexos a eventos": [[41, "add-attachments-to-events"]], "Adicionar conversa do Talk": [[41, "add-talk-conversation"]], "Adicionar membros a uma equipe": [[42, "add-members-to-a-team"]], "Adicionar op\u00e7\u00f5es de recorr\u00eancia": [[41, "add-recurring-options"]], "Adicionar um compartilhamento p\u00fablico ao seu Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adicionar um dispositivo E2EE": [[38, "adding-an-e2ee-device"]], "Adicionar uma nova conta de e-mail": [[44, "add-a-new-mail-account"]], "Adi\u00e7\u00e3o de Novas Contas": [[19, "adding-new-accounts"]], "Adi\u00e7\u00e3o e Gerenciamento de Cat\u00e1logos de Endere\u00e7os": [[42, "adding-and-managing-address-books"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Agendar a partir do Calend\u00e1rio": [[59, "schedule-from-calendar"]], "Agendar mensagens": [[66, "scheduling-messages"]], "Alguns Arquivos S\u00e3o Continuamente Carregados No Servidor, Mesmo Quando N\u00e3o S\u00e3o Modificados.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Alterar a cor das etiquetas": [[44, "change-color-for-tags"]], "Alterar a ordena\u00e7\u00e3o dos e-mails": [[44, "change-sort-order"]], "Alterar a senha da chave privada": [[26, "change-private-key-password"]], "Alternativa: Uso da extens\u00e3o CardBook (somente contatos)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anexos": [[56, null]], "Apar\u00eancia": [[55, null]], "Aplicativos que se integram \u00e0s mensagens": [[75, null]], "Arquivar conversas": [[69, "archive-conversations"]], "Arquivos alias": [[15, "alias-files"]], "Arquivos e notifica\u00e7\u00f5es": [[45, "files-and-notifications"]], "Arquivos e sincroniza\u00e7\u00e3o": [[30, null]], "Arquivos n\u00e3o criptografados": [[26, "files-not-encrypted"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Assinar um Calend\u00e1rio de Feriados": [[41, "subscribe-to-a-holiday-calendar"]], "Assinar um calend\u00e1rio": [[41, "subscribe-to-a-calendar"]], "Atalhos de teclado": [[44, "keyboard-shortcuts"]], "Ativar E2EE": [[38, "enabling-e2ee"]], "Ativar a pesquisa nos corpos do e-mail": [[44, "enable-mail-body-search"]], "Atividade na barra lateral do Arquivos": [[0, "activity-in-the-files-sidebar"]], "Atribuir salas e recursos a um evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Automatiza\u00e7\u00e3o de convites para reuni\u00f5es": [[44, "meeting-invitation-automation"]], "A\u00e7\u00f5es": [[44, "actions"]], "A\u00e7\u00f5es de arquivos": [[15, "file-actions"]], "A\u00e7\u00f5es de envelope": [[44, "envelope-actions"]], "A\u00e7\u00f5es de mensagem": [[44, "message-actions"]], "A\u00e7\u00f5es do menu de contexto": [[15, "context-menu-actions"]], "A\u00e7\u00f5es r\u00e1pidas": [[44, "quick-actions"]], "Baixar a lista de participantes da chamada": [[60, "download-call-participants-list"]], "Banir participantes": [[69, "ban-participants"]], "Bate-papo": [[67, null]], "Blocos de texto": [[44, "text-blocks"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Caixa de entrada priorit\u00e1ria": [[44, "priority-inbox"]], "Caixa de sa\u00edda": [[44, "outbox"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calend\u00e1rio": [[47, "calendar"], [51, "calendar"]], "Calend\u00e1rio de anivers\u00e1rios": [[41, "birthday-calendar"]], "Calend\u00e1rios": [[50, "calendars"]], "Canais de atualiza\u00e7\u00e3o": [[18, null]], "Cancelar inscri\u00e7\u00e3o em uma lista de discuss\u00e3o": [[44, "unsubscribe-from-a-mailing-list"]], "Carregamento de conflitos (experimental)": [[10, "uploading-conflicts-experimental"]], "Chamadas": [[61, null]], "Chat with AI": [[1, "chat-with-ai"]], "Cliente de arquivos virtuais do macOS": [[15, null]], "Clientes WebDAV de terceiros": [[20, "third-party-webdav-clients"]], "Clientes m\u00f3veis": [[25, "mobile-clients"], [60, "mobile-clients"]], "Clientes oficiais de desktop e m\u00f3veis do Nextcloud": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Com o aplicativo m\u00f3vel Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Comandos": [[57, "commands"]], "Command-Line Options": [[16, null]], "Como Adicionar um Novo Filtro": [[44, "how-to-add-a-new-filter"]], "Como Excluir um Filtro": [[44, "how-to-delete-a-filter"]], "Como a criptografia pode ser desabilitada?": [[26, "how-can-encryption-be-disabled"]], "Como ativ\u00e1-la": [[12, "how-to-enable-it"]], "Como funciona a funcionalidade \u201cEditar localmente\u201d": [[12, "how-the-edit-locally-functionality-works"]], "Como o aplicativo de arquivos exclu\u00eddos gerencia o espa\u00e7o de armazenamento": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Compartilhamento de arquivos criptografados": [[26, "sharing-encrypted-files"]], "Compartilhamento de calend\u00e1rios": [[41, "sharing-calendars"]], "Compartilhamento de tela": [[63, null]], "Compartilhamento e colabora\u00e7\u00e3o": [[23, null]], "Compartilhamento federado de calend\u00e1rios": [[41, "federated-calendar-sharing"]], "Compartilhamento interno com usu\u00e1rios e grupos": [[35, "internal-shares-with-users-and-groups"]], "Compartilhamentos por link p\u00fablico": [[35, "public-link-shares"]], "Compartilhar": [[15, "sharing"]], "Compartilhar a Partir do Seu Desktop": [[19, "sharing-from-your-desktop"]], "Compartilhar arquivos em um bate-papo": [[56, "sharing-files-in-a-chat"]], "Compartilhar cart\u00e3o em um bate-papo": [[75, "share-card-into-a-chat"]], "Compartilhar seus dados no cat\u00e1logo de endere\u00e7os global": [[82, "sharing-your-data-in-the-global-address-book"]], "Compromissos": [[41, "appointments"]], "Condi\u00e7\u00f5es": [[44, "conditions"]], "Configurando autentica\u00e7\u00e3o de dois fatores": [[81, "configuring-two-factor-authentication"]], "Configurar lembretes": [[41, "set-up-reminders"]], "Configurar salas tem\u00e1ticas": [[58, "configure-breakout-rooms"], [60, "set-up-breakout-rooms"]], "Configurar seu pr\u00f3prio dep\u00f3sito de arquivos": [[29, "setting-up-your-own-file-drop"]], "Configurar suas contas": [[49, "setup-your-accounts"]], "Configuration File": [[9, null]], "Configura\u00e7\u00e3o": [[15, "configuration"]], "Configura\u00e7\u00e3o das Op\u00e7\u00f5es de Conta Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "Configura\u00e7\u00e3o de mensagens de aus\u00eancia do escrit\u00f3rio": [[40, null]], "Configura\u00e7\u00e3o de suas prefer\u00eancias": [[82, null]], "Configura\u00e7\u00e3o do status do usu\u00e1rio": [[19, "set-the-user-status"]], "Configura\u00e7\u00f5es de conta": [[44, "account-settings"]], "Configura\u00e7\u00f5es de notifica\u00e7\u00f5es": [[0, "notification-settings"]], "Conflito entre extens\u00f5es do macOS": [[15, "macos-extensions-conflict"]], "Conflitos": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consentimento para grava\u00e7\u00e3o": [[62, "recording-consent"]], "Considera\u00e7\u00f5es": [[81, "considerations"]], "Contatos": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contatos e Calend\u00e1rio": [[45, "contacts-and-calendar"]], "Controlar \u00e1udio e v\u00eddeo": [[60, "controlling-audio-and-video"], [60, "id1"]], "Controle de vers\u00e3o": [[39, null]], "Controles de arquivo": [[21, "file-controls"]], "Conversas": [[68, null], [69, null]], "Conversas abertas": [[78, null]], "Convidar participantes para um evento": [[41, "invite-attendees-to-an-event"]], "Convites para reuni\u00f5es": [[44, "meeting-invitations"]], "Cota de armazenamento": [[33, null]], "Cotas": [[24, "quotas"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Criar montagens WebDAV na linha de comandos do Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Criar sala do Talk para compromissos agendados": [[41, "create-talk-room-for-booked-appointments"]], "Criar tarefas a partir das mensagens de pate-papo": [[75, "create-tasks-from-chat-message"]], "Criar um evento": [[44, "create-an-event"]], "Criar um filtro a partir de uma mensagem": [[44, "create-a-filter-from-a-message"]], "Criar um novo Calend\u00e1rio": [[41, "create-a-new-calendar"]], "Criar um novo evento": [[41, "create-a-new-event"]], "Criar uma conversa aberta": [[78, "creating-an-open-conversation"]], "Criar uma proposta": [[41, "creating-a-proposal"]], "Criar uma tarefa": [[44, "create-a-task"]], "Cria\u00e7\u00e3o de uma configura\u00e7\u00e3o de compromisso": [[41, "creating-an-appointment-configuration"]], "Cria\u00e7\u00e3o de uma equipe": [[42, "create-a-team"]], "Criptografar uma pasta": [[38, "encrypting-a-folder"]], "Deck": [[75, "deck"]], "Definir lembretes para mensagens": [[76, "setting-reminder-on-messages"]], "Delega\u00e7\u00e3o de conta": [[44, "account-delegation"]], "Desinstala\u00e7\u00e3o": [[17, null]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Detec\u00e7\u00e3o de phishing": [[44, "phishing-detection"]], "Disponibilidade (Hor\u00e1rio de Trabalho)": [[41, "availability-working-hours"]], "Disponibilidade de salas": [[41, "room-availability"]], "Download": [[14, "download"]], "Durante uma chamada": [[60, "during-a-call"]], "Editar etiquetas": [[44, "edit-tags"]], "Editar ou Remover Informa\u00e7\u00f5es de Contato": [[42, "edit-or-remove-contact-information"]], "Editar uma proposta": [[41, "editing-a-proposal"]], "Editar, Exportar ou Excluir um Calend\u00e1rio": [[41, "edit-export-or-delete-a-calendar"]], "Editar, duplicar ou excluir um evento": [[41, "edit-duplicate-or-delete-an-event"]], "Edi\u00e7\u00e3o de mensagens": [[76, "editing-messages"]], "Endere\u00e7os internos": [[44, "internal-addresses"]], "Enquetes no bate-papo": [[56, "polls-in-chat"]], "Entrar como um convidado por e-mail": [[72, "joining-as-an-email-guest"]], "Entrar em um bate-papo": [[72, "joining-a-chat"]], "Entrar em uma chamada": [[60, null], [72, "joining-a-call"]], "Entrar em uma chamada ou em um bate-papo como convidado": [[72, null]], "Entrar imediatamente em uma chamada": [[60, "immediately-join-a-call"]], "Enviar mensagens": [[66, null]], "Enviar um convite": [[70, "sending-an-invitation"]], "Environment Variables": [[11, null]], "Equipes": [[42, "teams"]], "Escrever mensagens": [[44, "compose-messages"]], "Est\u00e1 planejado mover isso para o pr\u00f3ximo login de usu\u00e1rio ou um trabalho em segundo plano?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Eu gostaria de alterar o idioma da interface do usu\u00e1rio": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Excluir etiquetas": [[44, "delete-tags"]], "Excluir uma vers\u00e3o": [[39, "deleting-a-version"]], "Exclus\u00e3o autom\u00e1tica da lixeira": [[44, "automatic-trash-deletion"]], "Exemplo": [[10, "example"]], "Exibir o mnem\u00f4nico": [[38, "displaying-the-mnemonic"]], "Expira\u00e7\u00e3o de mensagens": [[69, "messages-expiration"]], "Fazer upload de arquivos": [[29, "uploading-files"]], "Fazer uploads an\u00f4nimos": [[29, null]], "Federated shares": [[35, "federated-shares"]], "Federa\u00e7\u00e3o": [[70, null]], "Feed RSS": [[0, "rss-feed"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filtrar atividades": [[0, "filtering-activities"]], "Filtrar suas conversas": [[69, "filter-your-conversations"]], "Filtros": [[44, "filter"]], "Filtros e resposta autom\u00e1tica": [[44, "filtering-and-autoresponder"]], "First steps": [[2, "first-steps"]], "Fixa\u00e7\u00e3o de mensagens": [[76, "pinning-messages"]], "Fluxo de Trabalho B\u00e1sico": [[7, "basic-workflow"]], "Folder actions": [[44, "folder-actions"]], "Frequ\u00eancia das notifica\u00e7\u00f5es por e-mail": [[0, "email-notification-frequency"]], "Fundos": [[60, "backgrounds"]], "Fun\u00e7\u00f5es de equipe": [[42, "team-roles"]], "Gerenciador de arquivos Nautilus": [[20, "nautilus-file-manager"]], "Gerenciamento de Eventos": [[41, "managing-events"]], "Gerenciamento de propostas": [[41, "managing-proposals"]], "Gerenciamento de seus calend\u00e1rios": [[41, "managing-your-calendars"]], "Gerenciamento de v\u00e1rios Contatos ao mesmo tempo": [[42, "managing-multiple-contacts-at-a-time"]], "Gerenciamento dos dispositivos": [[54, "managing-devices"]], "Gerenciamento dos navegadores conectados": [[54, "managing-connected-browsers"]], "Gerenciar arquivos exclu\u00eddos": [[24, null]], "Gerenciar navegadores e dispositivos conectados": [[54, null]], "Gerenciar salas tem\u00e1ticas": [[58, "manage-breakout-rooms"]], "Gerenciar seus arquivos": [[32, null]], "Gerenciar sua conta de e-mail": [[44, "managing-your-mail-account"]], "Gerenciar uma conversa": [[69, "managing-a-conversation"]], "Gerenciar uma grava\u00e7\u00e3o": [[62, "manage-a-recording"]], "Getting started": [[2, null]], "Gravar uma chamada": [[60, "record-a-call"]], "Grava\u00e7\u00e3o de chamadas": [[62, null]], "Grid view": [[21, "grid-view"]], "Groupware": [[43, null]], "Havia Um Aviso Sobre Altera\u00e7\u00f5es Em Pastas Sincronizadas Que N\u00e3o Eram Rastreadas De Forma Confi\u00e1vel.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "How to onboard your team": [[5, null]], "Imagem de Contato": [[42, "contact-picture"]], "Importar um Calend\u00e1rio": [[41, "import-a-calendar"]], "Importar um Evento/Adicionar um Evento .ics": [[41, "import-an-event-add-ics-event"]], "Importa\u00e7\u00e3o de Contatos Virtuais": [[42, "importing-virtual-contacts"]], "Indicadores de status de sincroniza\u00e7\u00e3o": [[15, "sync-status-indicators"]], "Informa\u00e7\u00f5es do destinat\u00e1rio no compositor": [[44, "recipient-info-on-composer"]], "Iniciar a chamada": [[60, "start-the-call"]], "Iniciar o compartilhamento de tela": [[72, "starting-a-screen-share"]], "Iniciar ou entrar em uma chamada": [[60, "starting-or-joining-a-call"]], "Iniciar sess\u00e3o com autentica\u00e7\u00e3o de dois factores": [[81, "logging-in-with-two-factor-authentication"]], "Iniciar uma conversa": [[69, "creating-a-conversation"]], "Initial Setup": [[14, "initial-setup"]], "Inserir emojis": [[66, "inserting-emoji"]], "Instala\u00e7\u00e3o": [[14, null]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Instru\u00e7\u00f5es gerais": [[17, "general-instructions"]], "Integra\u00e7\u00e3o com o Finder": [[15, "finder-integration"]], "Integra\u00e7\u00e3o com o calend\u00e1rio": [[44, "calendar-integration"]], "Integra\u00e7\u00e3o do Arquivos": [[71, null]], "Integra\u00e7\u00e3o do calend\u00e1rio com o Talk": [[59, null]], "Integra\u00e7\u00e3o do painel": [[44, "dashboard-integration"]], "Intera\u00e7\u00e3o com mensagens": [[76, null]], "Introdu\u00e7\u00e3o ao manual do usu\u00e1rio do Nextcloud 35": [[53, null]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Itens compartilhados": [[42, "shared-items"]], "Janela Geral": [[19, "general-window"]], "Lembretes de acompanhamento": [[44, "follow-up-reminders"]], "Levantar a m\u00e3o": [[60, "raise-hand"]], "Linux": [[7, "linux"], [17, "linux"]], "Lixeira": [[41, "trash-bin"]], "Low Disk Space": [[11, "low-disk-space"]], "Manter baixado": [[15, "keep-downloaded"]], "Mapear unidades com a linha de comandos": [[20, "mapping-drives-with-the-command-line"]], "Mapear unidades com o Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Marca\u00e7\u00e3o de um compromisso": [[41, "booking-an-appointment"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Mencionar contatos": [[44, "mention-contacts"]], "Mensagens agendadas": [[44, "scheduled-messages"]], "Mensagens de bate-papo": [[55, "chat-messages"]], "Mensagens em fios": [[76, "threaded-messages"]], "Mensagens silenciosas": [[66, "silent-messages"]], "Mesclagem de Contatos duplicados": [[42, "merging-duplicate-contacts"]], "Migrate data between instances": [[52, null]], "Minimizar o modal do compositor": [[44, "minimize-the-composer-modal"]], "Modo de visualiza\u00e7\u00e3o das mensagens / de opera\u00e7\u00e3o": [[44, "message-display-operation-mode"]], "Mover arquivos": [[21, "moving-files"]], "Mover mensagens para a pasta Spam": [[44, "move-messages-to-junk-folder"]], "M\u00e9todo recomendado": [[50, "recommended-method"]], "Native account delegation": [[44, "native-account-delegation"]], "Navegador e cliente de desktop do Talk": [[60, "browser-and-talk-desktop-client"]], "Navega\u00e7\u00e3o via teclado": [[80, "navigating-via-keyboard"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "No Linux": [[12, "on-linux"]], "No Windows": [[12, "on-windows"]], "Nomear uma vers\u00e3o": [[39, "naming-a-version"]], "Notifications": [[1, "notifications"]], "Notifica\u00e7\u00f5es e privacidade": [[69, "notifications-and-privacy"]], "Notifica\u00e7\u00f5es sobre uma reuni\u00e3o proposta": [[41, "notifications-for-a-proposed-meeting"]], "O Atualizador Autom\u00e1tico": [[7, null]], "O que acontece quando arquivos compartilhados s\u00e3o exclu\u00eddos": [[24, "what-happens-when-shared-files-are-deleted"]], "Op\u00e7\u00f5es de equipe": [[42, "team-options"]], "Ordenar favoritos no topo": [[44, "sort-favorites-up"]], "Organizar seus Contatos com Grupos de Contatos": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outros com acesso": [[35, "others-with-access"]], "Painel do Talk": [[69, "talk-dashboard"]], "Para moderadores": [[77, null]], "Perguntas Frequentes (FAQ)": [[12, null]], "Perguntas Frequentes (FAQ) sobre Criptografia": [[26, "encryption-faq"]], "Personal settings": [[1, "personal-settings"]], "Pesquisa unificada": [[44, "unified-search"], [83, "unified-search"]], "Pesquisar mensagens em uma conversa": [[76, "messages-search-in-a-conversation"]], "Preven\u00e7\u00e3o de Atualiza\u00e7\u00f5es Autom\u00e1ticas": [[7, "preventing-automatic-updates"]], "Preven\u00e7\u00e3o de Atualiza\u00e7\u00f5es Autom\u00e1ticas em Ambientes Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preven\u00e7\u00e3o de Atualiza\u00e7\u00f5es Autom\u00e1ticas em Ambientes Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemas conhecidos": [[15, "known-issues"], [20, "known-issues"], [20, "known-problems"]], "Propostas": [[41, "proposals"]], "Pr\u00e9-visualiza\u00e7\u00e3o de arquivos": [[21, "previewing-files"]], "Publica\u00e7\u00e3o de um calend\u00e1rio": [[41, "publishing-a-calendar"]], "Quero Mover Minha Pasta De Sincroniza\u00e7\u00e3o Local": [[12, "i-want-to-move-my-local-sync-folder"]], "Rea\u00e7\u00f5es": [[60, "reactions"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Recursos suportados": [[15, "supported-features"]], "Refresh folder": [[44, "refresh-folder"]], "Reprodutor de v\u00eddeo": [[21, "video-player"]], "Requerimentos do navegador web": [[83, "web-browser-requirements"]], "Requisitos do Sistema": [[14, "system-requirements"]], "Resolu\u00e7\u00e3o de problemas": [[49, "troubleshooting"]], "Responder a convites": [[41, "responding-to-invitations"]], "Responder a mensagens e muito mais": [[66, "replying-to-messages-and-more"]], "Responder a uma reuni\u00e3o proposta": [[41, "responding-to-a-proposed-meeting"]], "Resposta": [[20, "answer"]], "Respostas autom\u00e1ticas": [[44, "autoresponders"]], "Respostas inteligentes": [[44, "smart-replies"]], "Restringir quem pode ver os dados de seu perfil": [[82, "restrict-who-can-see-your-profile-data"]], "Resumo de fio": [[44, "thread-summary"]], "Resumo di\u00e1rio das atividades": [[0, "daily-activity-summary"]], "Resumo do bate-papo": [[66, "chat-summary"]], "Resumo por IA": [[44, "ai-summary"]], "Reuni\u00f5es e eventos": [[59, "meetings-and-events"]], "Rob\u00f4s": [[57, "bots"]], "Rob\u00f4s e comandos": [[57, null]], "Running a task": [[1, "running-a-task"]], "Salas tem\u00e1ticas": [[58, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Seguran\u00e7a": [[44, "security"]], "Seguran\u00e7a e criptografia": [[34, null]], "Seletor inteligente": [[66, "smart-picker"]], "Sele\u00e7\u00e3o de arquivos ou pastas": [[21, "selecting-files-or-folders"]], "Sem o aplicativo m\u00f3vel Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Senha da Chave de Recupera\u00e7\u00e3o": [[26, "recovery-key-password"]], "Senhas espec\u00edficas para dispositivos e altera\u00e7\u00f5es de senha": [[54, "device-specific-passwords-and-password-changes"]], "Settings and profile": [[83, "settings-and-profile"]], "Shared folder": [[44, "shared-folder"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sincroniza\u00e7\u00e3o com Android": [[45, null]], "Sincroniza\u00e7\u00e3o com Thunderbird": [[50, null]], "Sincroniza\u00e7\u00e3o com Windows 10": [[51, null]], "Sincroniza\u00e7\u00e3o com iOS": [[47, null]], "Sincroniza\u00e7\u00e3o com macOS": [[49, null]], "Sincroniza\u00e7\u00e3o com o KDE Kontact": [[48, null]], "Sincroniza\u00e7\u00e3o com o desktop GNOME": [[46, null]], "Sincroniza\u00e7\u00e3o de desktop e m\u00f3vel": [[25, null]], "Smart pickers": [[1, "smart-pickers"]], "Solu\u00e7\u00e3o": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solu\u00e7\u00e3o 1": [[20, "solution-1"]], "Solu\u00e7\u00e3o 2": [[20, "solution-2"]], "Status Automatizado de Usu\u00e1rio": [[41, "automated-user-status"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported server versions": [[14, "supported-server-versions"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk a partir de Arquivos": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Tela cheia": [[60, "full-screen"]], "Tela cheia e outras configura\u00e7\u00f5es": [[72, "full-screen-and-other-settings"]], "Temas inclu\u00eddos": [[80, "included-themes"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Todas as caixas de entrada": [[44, "all-inboxes"]], "Trabalhar com o compromisso reservado": [[41, "working-with-the-booked-appointment"]], "Tradu\u00e7\u00e3o de e-mails": [[44, "mail-translation"]], "Tradu\u00e7\u00e3o em tempo real": [[64, "live-translation"]], "Transcri\u00e7\u00e3o de chamadas em tempo real": [[64, "call-live-transcription"]], "Transcri\u00e7\u00e3o e tradu\u00e7\u00e3o": [[64, null]], "Transfer ownership": [[37, null]], "Transpar\u00eancia de Calend\u00e1rio": [[41, "calendar-transparency"]], "Travar": [[15, "locking"]], "Trocar o layout": [[44, "switch-layout"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploads de arquivos grandes": [[31, null]], "Usage": [[8, "usage"]], "Usar Markdown": [[66, "using-markdown"]], "Usar a criptografia de ponta-a-ponta": [[38, null]], "Usar aplicativos cliente com autentica\u00e7\u00e3o de dois fatores": [[81, "using-client-applications-with-two-factor-authentication"]], "Usar autentica\u00e7\u00e3o de dois fatores com tokens de hardware": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Usar criptografia": [[26, "using-encryption"]], "Usar o aplicativo Atividade": [[0, null]], "Usar o aplicativo E-Mail": [[44, null]], "Usar o modo compacto": [[44, "use-compact-mode"]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Command-Line Client": [[8, null]], "Uso da Janela Rede": [[19, "using-the-network-window"]], "Uso da autentica\u00e7\u00e3o de dois fatores": [[81, null]], "Uso do Cliente de Sincroniza\u00e7\u00e3o": [[19, null]], "Uso do Editor de Arquivos a Ignorar": [[19, "using-the-ignored-files-editor"]], "Uso do aplicativo Calend\u00e1rio": [[41, null]], "Uso do aplicativo Contatos": [[42, null]], "Ver seu fluxo de atividades": [[0, "viewing-your-activity-stream"]], "Ver todas as conversas abertas": [[78, "view-all-open-conversations"]], "Verifica\u00e7\u00e3o dos hor\u00e1rios de ocupa\u00e7\u00e3o dos participantes": [[41, "checking-attendees-busy-times"]], "Virtual Files on macOS": [[19, "virtual-files-on-macos"]], "Visualizar o progresso de uma proposta": [[41, "viewing-a-proposal-progress"]], "Visualiza\u00e7\u00e3o compacta da lista de conversas": [[55, "compact-view-of-conversations-list"]], "Visualiza\u00e7\u00e3o de chamadas": [[65, null]], "Visualiza\u00e7\u00e3o do orador": [[65, "speaker-view"]], "Visualiza\u00e7\u00e3o em grade": [[65, "grid-view"]], "Vis\u00e3o Geral": [[10, "overview"]], "Webin\u00e1rio e sala de espera": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget de Calend\u00e1rio": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom e responsividade": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "\u00c9 poss\u00edvel desativar a criptografia com a chave de recupera\u00e7\u00e3o?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u00cdcone da \u00e1rea de notifica\u00e7\u00e3o": [[19, "systray-icon"]], "\u00cdcones de Sobreposi\u00e7\u00e3o do Gerenciador de Arquivos": [[19, "file-manager-overlay-icons"]], "\u00cdcones de status do compartilhamento": [[21, "sharing-status-icons"]], "\u00cdndice": [[6, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosvfs", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosvfs.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "9h30am": 41, "A": [0, 2, 5, 10, 11, 14, 15, 19, 20, 24, 27, 31, 33, 35, 38, 39, 40, 41, 42, 44, 47, 50, 55, 59, 60, 62, 64, 65, 66, 69, 74, 76, 79, 80, 81], "Ao": [7, 10, 15, 19, 20, 31, 35, 41, 44, 45, 59, 60, 70], "As": [0, 7, 15, 19, 39, 41, 42, 44, 48, 55, 58, 60, 69, 72, 74, 76, 77, 82], "At\u00e9": 41, "Com": [10, 20, 35, 44, 64, 70], "Como": [7, 20, 31, 35, 41, 47, 56, 60, 77, 82], "Da": 46, "De": 47, "Do": [8, 69, 81], "E": [6, 40, 43, 80], "Ela": [41, 44, 60, 64, 69], "Elas": 69, "Ele": [0, 10, 19, 24, 41, 69, 80], "Eles": [15, 19, 26, 41, 44], "Em": [7, 17, 20, 28, 41, 44, 46, 48, 51, 60, 64, 76], "Entre": 31, "Essa": [0, 44, 62, 72], "Essas": [41, 69], "Esse": [7, 12, 15, 17, 70], "Esses": 33, "Esta": [20, 26, 42, 69], "Estas": [35, 41], "Este": [7, 12, 19, 20, 26, 42, 44, 46], "Estes": [19, 26, 40, 44, 82], "Est\u00e1": 73, "For": [2, 13, 14, 19, 27, 36, 51, 80, 83], "Isso": [0, 7, 10, 15, 17, 19, 20, 26, 28, 33, 35, 38, 41, 42, 44, 46, 48, 59, 60, 66, 69, 79], "Mais": [20, 41, 44, 45, 69], "Mas": 24, "Na": [14, 19, 20, 28, 35, 37, 39, 41, 42, 44, 48, 50, 59, 69, 76, 80], "Nas": [7, 19, 39, 42, 46, 49, 60, 72], "Nem": 42, "Nemo": 20, "No": [7, 9, 10, 15, 19, 36, 38, 39, 41, 42, 44, 45, 48, 49, 50, 51, 58, 66, 69, 71, 72, 75, 76], "Nos": [20, 39], "O": [0, 6, 10, 12, 13, 14, 15, 18, 19, 20, 21, 26, 28, 35, 37, 38, 39, 40, 41, 42, 44, 46, 49, 50, 53, 57, 58, 60, 62, 66, 69, 70, 72, 73, 74, 80], "OS": 8, "Os": [7, 19, 20, 24, 26, 33, 35, 41, 42, 44, 46, 56, 57, 60, 62, 64, 69, 72, 76], "Ou": 45, "Por": [0, 10, 17, 19, 20, 24, 26, 31, 41, 42, 44, 48, 69, 80, 81], "Que": 19, "Se": [7, 15, 17, 18, 19, 20, 24, 26, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "Sem": [12, 15], "Seu": [20, 24, 25, 26, 33, 40, 41, 47, 49, 60, 82], "Seus": [41, 42], "Sua": [44, 49], "Suas": 41, "S\u00f3": [38, 42], "Tamb\u00e9m": [19, 44, 56, 69, 72], "Tema": 80, "Temas": 6, "Um": [19, 20, 35, 37, 41, 42, 57, 69, 72, 74, 76, 80], "Uma": [12, 20, 41, 44, 51, 53, 56, 57, 60, 69], "_": 8, "__bold": 66, "_italicized": 66, "aa": 80, "aaa": 80, "aba": [0, 12, 19, 20, 35, 41, 56, 63, 69, 72, 76], "abaix": [0, 10, 17, 19, 20, 26, 33, 41, 42, 51, 65], "abas": 19, "abert": [7, 15, 19, 20, 37, 42, 44, 53, 60, 68, 69, 73], "abertur": 15, "ability": 12, "able": [27, 36, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "about": [5, 15, 19, 21, 69], "abov": [20, 21, 35, 36, 82], "abra": [0, 10, 19, 20, 44, 46, 47, 48, 80], "abrang": 69, "abre": [10, 19, 41, 44, 47], "abri": [15, 72], "abrind": [41, 60], "abrir": [12, 15, 19, 20, 26, 41, 42, 45, 46, 58, 66, 76], "acab": [41, 45], "access": [1, 3, 6, 8, 14, 15, 20, 21, 26, 41, 44, 46, 54, 80, 83], "accessed": 15, "accessibility": [80, 83], "accessibl": [1, 5, 39], "accessibly": 5, "accessing": [22, 30], "account": [9, 12, 14, 15, 20, 27, 29, 45, 47, 51, 52, 54, 56, 81, 83], "accounts": [44, 46], "aceit": [35, 37, 41, 44, 73], "aceler": 15, "acert": 41, "acess": [0, 6, 14, 19, 21, 26, 30, 31, 38, 41, 42, 44, 45, 57, 58, 59, 60, 62, 63, 66, 69, 72, 74, 76, 81, 82], "acessibil": 80, "acess\u00edv": 41, "acha": 41, "acidental": 41, "acim": [0, 19, 41, 42, 47, 66, 70, 72, 76], "acion": [41, 44], "acompanh": [0, 18, 41], "aconselh": 26, "acontec": [0, 12, 41], "acord": [19, 39, 44, 80], "across": [21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 44], "actions": [36, 83], "activat": 80, "activity": [0, 9, 14, 54, 83], "add": [1, 2, 5, 20, 27, 28, 35, 36, 47, 48, 83], "added": [2, 27, 41, 44, 82], "addflag": 44, "adding": [20, 44], "addition": [20, 82], "additional": [13, 20, 21], "address": [8, 9, 27, 42, 50, 82, 83], "addressbooks": 51, "adds": 5, "adequ": [12, 41, 48, 76], "adi": 44, "adicion": [0, 7, 12, 17, 19, 20, 24, 26, 28, 40, 46, 47, 48, 49, 50, 51, 56, 60, 66, 69, 74, 76, 81], "adicional": 19, "adi\u00e7\u00f5": 42, "adjust": [9, 20, 82], "adjusted": 11, "adjusts": 9, "admin": [14, 42], "administr": [7, 13, 20, 21, 24, 26, 29, 31, 33, 35, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 82], "administration": [1, 27, 31, 36], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 44, 81, 82], "administrators": [36, 82], "admins": 36, "advanced": [14, 41, 51], "afet": 0, "affected": 44, "affecting": 44, "affects": 4, "afili": 42, "after": [9, 14, 16, 20, 41, 44, 45, 62, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 81], "agend": [50, 57, 69], "agiliz": 44, "agor": [10, 20, 29, 41, 44, 45, 46, 47, 48, 66, 81], "agreg": 42, "agrup": [0, 44], "ai": [6, 44], "aim": 80, "aind": [15, 26, 33, 38, 41, 44, 47, 50, 59, 60, 63, 80], "ajud": [18, 41, 42, 44, 57, 69, 80], "ajust": [10, 12, 15, 19, 24, 35, 39, 80], "aleatori": 44, "aleat\u00f3ri": 35, "algo": [40, 81], "algum": [19, 21, 26, 35, 41, 42, 44, 48], "alguns": [10, 19, 26, 33, 41, 48, 57, 69, 80, 82], "algu\u00e9m": [41, 69], "alias": [44, 52], "alic": 41, "alivi": 80, "all": [1, 2, 5, 8, 9, 11, 15, 16, 21, 26, 27, 36, 41, 44, 54, 56, 78, 82, 83], "allow": [12, 15, 29, 58, 80, 82], "allowed": [8, 20], "allowing": 44, "allows": [40, 82], "alma": 14, "almost": 81, "aloc": 24, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 45, 51], "also": [4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 44, 60, 72, 80, 81, 82, 83], "alter": [0, 6, 10, 14, 15, 19, 20, 37, 38, 41, 42, 48, 51, 55, 58, 69, 82], "altern": [12, 20, 41, 44, 60, 65], "alternativ": 29, "alternatively": [2, 12, 14], "alto": [12, 60, 64, 80], "alvo": 41, "alvos": 35, "always": [15, 25, 42, 50, 69, 81], "al\u00e9m": [17, 19, 24, 26, 41, 42, 44, 60, 69, 76, 82], "amarel": [10, 19, 26], "amazon": [20, 27], "ambas": 55, "ambient": [10, 20], "ambos": [42, 60], "amig": 41, "ampli": [63, 66], "an": [2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 42, 44, 45, 46, 48, 54, 56, 60, 70, 80], "analis": [41, 44], "and": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 15, 17, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 41, 42, 44, 45, 46, 48, 49, 51, 52, 54, 60, 62, 72, 80, 81, 82], "andament": [19, 41, 60, 62, 69], "android": [6, 20, 25, 38, 43, 53, 73], "anex": [44, 67, 73], "aninh": 12, "anonim": 20, "anonymous": 29, "anos": 41, "anot": 69, "anoth": 27, "answer": 5, "antecedent": 41, "anterior": [0, 12, 28, 41, 44, 45, 50, 51], "antes": [7, 12, 15, 17, 18, 19, 20, 41, 60, 62, 69, 72], "antig": [12, 14, 20, 24, 26, 33, 39, 41, 44], "any": [1, 8, 14, 21, 26, 27, 28, 29, 39, 44, 83], "anyon": 82, "anything": 26, "anytim": 28, "anywher": 44, "an\u00f4n": [23, 30], "an\u00f4nim": [29, 56], "apach": 31, "apag": 19, "aparec": [0, 15, 19, 20, 41, 42, 44, 51, 59, 64, 66, 69, 70], "aparelh": 60, "aparent": [15, 42, 44, 68, 73], "apen": [0, 7, 18, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46, 50, 60, 76], "aplic": [6, 7, 10, 15, 17, 19, 20, 26, 33, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 53, 59, 60, 63, 64, 66, 67, 69, 71, 72, 73, 74, 80, 82], "apoi": 42, "apont": [10, 44], "app": [1, 2, 4, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 51, 52, 81, 83], "apparent": 51, "appdat": [9, 17], "appe": [2, 21, 27, 36, 42, 44], "appearanc": 83, "appearing": 27, "appears": [21, 36, 44], "appimag": [12, 14, 17], "appimagelaunch": 12, "apple": [15, 20, 41, 49, 83], "application": [14, 16, 17, 20, 27, 42, 46], "applications": 42, "applied": 36, "apply": [15, 36, 44], "appointment": 52, "approximately": 9, "apps": [0, 41, 47, 83], "aprend": [24, 42], "apresent": [7, 19, 41, 63], "apropri": [20, 31, 51], "aproveit": 12, "apt": [17, 20], "ap\u00f3s": [0, 15, 19, 26, 39, 41, 44, 47, 48, 57, 59, 60, 62, 69, 76], "aqu": [15, 19, 44, 50, 66, 69], "arbitr\u00e1ri": [19, 20], "arch": 8, "archiv": [8, 21], "are": [1, 4, 8, 9, 11, 14, 15, 16, 21, 25, 26, 27, 35, 36, 39, 40, 41, 44, 45, 50, 51, 54, 69, 72, 81, 82, 83], "armazen": [15, 19, 20, 26, 30, 32, 39, 44, 69], "around": 36, "arquiv": [6, 7, 10, 14, 17, 25, 28, 33, 35, 37, 38, 39, 41, 42, 44, 46, 53, 60, 62, 66, 68, 72, 73, 76], "arrast": 56, "arrow": 80, "artificial": 1, "artig": 20, "ask": [9, 27, 45], "assegur": 44, "assign": 36, "assigned": 36, "assigning": 21, "assim": [0, 15, 59], "assin": 76, "assinatur": [41, 44, 45, 53], "assistant": 6, "assistent": [12, 19, 66], "assistiv": 80, "assoc": [19, 42, 82], "assunt": 44, "asterisc": 19, "at": [1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 42, 44, 54, 71, 80, 83], "atalh": [69, 72, 80], "atend": 42, "aten\u00e7\u00e3": 10, "ating": [24, 26, 39, 41, 44, 69], "ativ": [6, 7, 15, 19, 20, 26, 33, 40, 41, 42, 51, 57, 59, 60, 62, 64, 65, 66, 70, 72, 80, 82], "atras": 15, "atrav\u00e9s": [15, 20, 26, 41, 69], "atribu": [58, 69], "atribui\u00e7\u00e3": 20, "atribu\u00edd": [44, 58], "attach": 36, "attachment": 41, "attachments": [29, 41], "attempt": 14, "attempts": 51, "attend": 52, "attribut": 82, "atual": [15, 19, 20, 24, 35, 38, 39, 41, 42, 44, 58, 60, 66], "atualiz": [0, 6, 10, 13, 14, 15, 19, 20, 26, 28, 41, 42, 44, 48, 50, 64], "audi": [21, 72], "aument": [20, 31, 80], "ausent": [19, 40], "aus\u00eanc": [6, 41, 43, 44, 69], "aut": 20, "autent": 20, "autentic": [0, 6, 20, 49, 50, 51, 54, 82], "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 81], "authenticator": 81, "authoring": 20, "autoassin": [20, 49], "autoexplic": 42, "automat": [7, 15, 20, 28, 35, 41, 44, 47, 58, 59, 62, 69], "automated": 36, "automatic": 15, "automatically": [5, 9, 14, 20, 26, 27, 39, 44, 56], "autom\u00e1t": [6, 12, 13, 14, 15, 37, 39, 40, 42, 50, 56, 57], "autor": [10, 20], "autoriz": 81, "availabl": [1, 8, 9, 11, 14, 15, 20, 27, 40, 47, 60, 82], "avanc": [20, 41, 44, 47, 50, 51], "avat": [19, 20, 41, 42, 44, 69], "avis": [10, 19, 20, 26, 41, 44], "avi\u00f5": 57, "azul": [19, 41, 49], "a\u00e7\u00e3": [41, 42, 44, 62], "a\u00e7\u00f5": [42, 56, 57, 66, 69, 76, 77], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 64, 71, 83], "backend": [1, 27, 54], "background": [16, 27], "backup": [19, 41, 44, 81], "backups": 39, "badg": 21, "baix": [7, 12, 20, 26, 39, 42, 50, 62, 73], "bal\u00e3": 60, "bal\u00f5": 55, "banc": [26, 33], "band": 19, "baniment": 69, "bar": [1, 21, 72, 83], "barr": [6, 15, 19, 20, 28, 35, 41, 42, 44, 48, 58, 60, 62, 63, 64, 65, 69, 71, 72, 76, 80], "bas": [7, 10, 20, 33, 44, 45, 57, 80, 81], "based": [8, 81], "basic": [14, 20, 42], "basicauthlevel": 20, "basics": 2, "bast": [17, 19, 41, 44, 50, 56, 66, 72, 76, 81], "bat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 71, 73, 74, 76, 77], "be": [1, 2, 4, 5, 8, 9, 11, 15, 20, 27, 36, 37, 40, 44, 47, 52, 56, 58, 62, 66, 69, 71, 80, 81, 82], "becaus": [20, 26, 46], "becoming": 5, "been": [8, 14, 15, 21, 25, 42, 44, 81], "befor": [20, 27, 44], "beginning": 80, "behalf": 44, "behavior": [9, 11], "bell": 83, "below": [9, 11, 44], "bem": [40, 41, 44, 46, 48, 53, 62], "best": 83, "bet": 18, "bett": 26, "between": [2, 6, 8, 9, 13, 20, 21, 43, 80], "bidirectional": 25, "bin": 21, "binary": 8, "bin\u00e1ri": 15, "bits": 14, "bitv": 80, "blacklisted": 11, "bloc": [41, 65], "block": 66, "blockquot": 66, "blog": 12, "bloqu": 7, "boards": 2, "bob": 35, "bodi": 44, "bold": 66, "boletins": 44, "book": [42, 82], "books": 50, "bord": 27, "both": [8, 44, 52], "bottom": [1, 4, 20, 44, 51, 54, 83], "bot\u00e3": [0, 15, 19, 20, 28, 29, 35, 41, 42, 44, 45, 48, 49, 50, 60, 63, 66, 69, 72, 76], "bot\u00f5": [35, 41, 42, 65, 69, 80], "bounds": 9, "box": 51, "branc": 19, "breadcrumb": 21, "breakout": 58, "brev": [42, 56, 62], "brief": 5, "brilh": 80, "brinc": 42, "bring": [8, 19], "brows": [2, 14, 20, 21, 27, 28, 60, 81, 82, 83], "browsers": [54, 83], "browsing": 21, "bsd": 14, "buckets": 27, "bugs": [7, 12], "build": 14, "built": [14, 20, 21], "busc": [12, 41], "busy": 40, "but": [12, 14, 42, 44, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 72, 78, 82, 83], "buttons": [21, 72], "by": [1, 2, 5, 8, 10, 12, 14, 15, 20, 21, 24, 26, 27, 28, 41, 44, 50, 52, 72, 78, 81, 82, 83], "bytes": [9, 11, 20], "b\u00e1sic": [20, 41], "c": [12, 20, 80], "cabe\u00e7alh": [41, 44, 58, 80], "cach": [17, 33], "cad": [0, 15, 17, 19, 35, 39, 41, 42, 44, 58, 60, 74, 81], "caix": [0, 19, 20, 28, 41, 42, 51, 55, 58, 60, 62, 69], "caj": [19, 20], "calcul": [24, 33], "caldav": [43, 47, 48, 49, 50, 51], "calend": [40, 47, 48, 51, 52, 83], "calendars": [2, 41, 52], "calend\u00e1ri": [0, 6, 33, 42, 43, 46, 48, 49, 68, 69, 73], "call": [72, 80], "called": [4, 10, 82], "cam": [45, 60, 72], "caminh": [19, 20, 41, 47, 48, 51], "camp": [19, 20, 28, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72], "can": [1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 50, 51, 52, 54, 60, 62, 70, 71, 72, 78, 80, 81, 82, 83], "cancel": [1, 41], "canet": 41, "cannot": [20, 21, 26, 29, 36, 44], "cant": 50, "caract": [19, 44], "caracter": [19, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "carg": 44, "carl": 8, "carreg": [15, 20, 33, 41, 42], "carri": 20, "cart\u00f5": [42, 43, 66, 75], "cas": [0, 7, 12, 14, 15, 20, 26, 38, 41, 42, 45, 48, 49, 53, 59, 60, 62, 66, 69, 82], "categor": 0, "categori": 45, "cat\u00e1log": [6, 41, 44, 45, 47, 50], "caus": [19, 80], "caution": 9, "ced": 41, "celul": 48, "cent": 20, "centr": 69, "centraliz": 65, "cen\u00e1ri": [10, 24], "cerc": 33, "cert": [31, 42], "certain": 11, "certez": 12, "certific": [20, 47, 49], "certificat": 8, "certifiqu": [17, 20, 47, 49, 60], "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "cham": [6, 20, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80], "chang": [4, 8, 9, 12, 21, 25, 26, 29, 36, 41, 44, 54, 72, 80, 82, 83], "changed": [10, 27], "changing": [20, 41, 82], "chapt": [14, 20], "chat": [6, 62, 71, 80], "chav": [7, 33, 81], "chaveir": 49, "che": 73, "check": [27, 36], "checkbox": [21, 36], "checking": 9, "cheg": 20, "chips": 83, "chmod": 20, "choos": [1, 2, 5, 20, 21, 26, 27, 29, 44, 45, 48, 52, 54, 58, 81], "choosing": 45, "chosen": 15, "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": 21, "chunk": [9, 11], "chunksiz": 9, "cicl": 12, "cifs": 27, "cinnamon": 20, "cinz": [19, 41, 60], "circl": 15, "circul": [15, 39, 42], "circumstanc": 9, "cita\u00e7\u00f5": 66, "citrix": [9, 14], "clarez": 80, "classific": 44, "clean": 12, "clears": 16, "clic": [7, 10, 12, 19, 20, 28, 29, 41, 42, 44, 56, 59, 60, 62, 63, 66, 69, 70, 72, 76], "click": [1, 2, 5, 12, 14, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 82, 83], "clicked": 44, "clicking": [2, 14, 21, 24, 27, 28, 36, 41, 44, 50, 52, 60, 72, 78, 83], "clic\u00e1vel": 7, "client": [6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [8, 14, 25, 41, 54, 81], "clip": 56, "cliqu": [0, 7, 12, 15, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51, 58, 60, 62, 63, 69, 76], "clock": 81, "clos": [5, 14, 36, 41, 44, 46, 80], "closely": 82, "cloud": [20, 21, 35, 41, 70], "cloudid": 70, "cl\u00e1ssic": [15, 55], "cmd": 8, "cod": [6, 45, 66], "codec": 21, "cohesiv": 5, "cois": [19, 50], "col": [41, 51], "colabor": [6, 30, 35, 42], "coleg": 41, "colet": 41, "collaborat": 2, "collaboratively": [2, 3], "collaps": 44, "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "coloc": [20, 24, 65], "coloqu": 53, "colored": 27, "column": [21, 66], "colun": 60, "comand": [17, 73, 77], "comando": [17, 20, 57], "comec": [20, 40, 44, 62, 69, 71], "coment\u00e1ri": [20, 41], "comig": 41, "command": [6, 12, 13, 14, 36], "comment": 21, "comments": 51, "commercial": 29, "communicat": 11, "communiti": 3, "community": [8, 14], "compar": 10, "compartilh": [0, 6, 28, 30, 33, 38, 43, 44, 53, 61, 62, 69, 73, 76], "compat": [15, 41, 42, 44], "compatibil": 12, "compatibility": [12, 21], "compatibl": [11, 27, 81], "compat\u00edv": [14, 20, 41, 42, 44, 66, 74], "compil": 18, "complet": [15, 17, 26, 28, 41, 43, 44, 45, 50, 57, 62, 72, 82], "completed": [14, 66], "completely": 9, "completion": 1, "complex": 41, "compliant": 80, "complic": 24, "component": 19, "comport": [7, 10, 19, 69], "compos": [44, 80], "composed": 44, "compromised": 26, "compromiss": [44, 48], "comput": [0, 7, 10, 13, 20, 21, 24, 25, 46, 53], "computers": 5, "comum": 60, "comun": [20, 41], "comunic": 69, "comuns": 80, "conced": [45, 60, 63], "concis": 55, "conclu": [20, 45, 69], "conclu\u00edd": [29, 42, 51], "concretiz": 41, "condi\u00e7\u00f5": 42, "conect": [6, 12, 15, 19, 20, 26, 41, 46, 81], "conex\u00e3": [12, 15, 19, 20, 48, 74], "conex\u00f5": [20, 49], "conf": [12, 20], "confd": 16, "confi": [20, 38, 44], "confidenc": 69, "config": [7, 9, 17, 20, 24], "configur": [6, 7, 10, 12, 14, 20, 24, 26, 27, 31, 33, 35, 37, 38, 42, 43, 45, 46, 47, 48, 51, 54, 55, 56, 57, 59, 62, 64, 69, 73, 74, 77, 79, 80], "configuration": [6, 11, 13, 14, 16, 17, 21, 27, 36, 44, 82], "configurations": [11, 52], "configured": [1, 14], "configuring": [27, 45, 54], "confirm": [12, 19, 28, 41, 42, 44, 45, 47, 69], "confirmation": [9, 28], "confirms": 27, "conflicted": 10, "conflit": [6, 13, 41], "conform": [41, 53, 62], "confus\u00e3": 10, "congratulations": [2, 5], "conhec": [45, 81], "conjunt": 41, "connect": [14, 20, 21, 25, 27, 54, 81], "connected": [1, 26, 27, 54], "connection": [12, 27, 28, 45, 51], "connections": [9, 11, 27, 54, 82], "connectivity": 15, "cons": 43, "consegu": [10, 12], "consent": 60, "consert": 48, "consid": 20, "consider": [6, 12, 17, 19], "consideration": 17, "consig": [42, 69], "consistent": 15, "consol": 20, "consult": [12, 15, 19, 20, 26, 35, 41, 44, 60, 74], "cont": [7, 10, 12, 15, 20, 24, 26, 33, 37, 41, 42, 45, 46, 47, 50, 51, 72, 81], "contabiliz": [24, 33], "contact": [27, 42, 44, 45, 47, 82, 83], "contacts": [51, 52, 82, 83], "contador": 70, "contain": [8, 10], "containers": [9, 17], "containing": 8, "contains": [9, 10, 21, 39], "contat": [0, 6, 20, 31, 33, 40, 41, 43, 46, 48, 49, 80], "content": [1, 2, 5, 8, 80], "contents": [10, 15, 25, 29], "context": [1, 19, 41, 44, 56], "conte\u00fad": [12, 15, 20, 35, 41, 66, 69, 75, 76, 80], "continu": [10, 19, 42, 44, 45, 50, 69], "contorn": 15, "contr": [80, 81], "contrary": 8, "contrast": 80, "control": [7, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "controlled": 11, "contr\u00e1ri": 15, "cont\u00e9m": [0, 10, 12, 19, 44, 60, 72], "cont\u00eam": [19, 41, 44], "convenient": 19, "convers": [6, 35, 42, 56, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "conversation": [1, 44, 71], "conversations": [1, 69, 78], "convid": [6, 42, 58, 59, 60, 69, 73], "convit": [42, 45, 72, 73], "copi": [0, 10, 12, 20, 24, 41, 51], "copied": [5, 44], "copy": [10, 21, 25, 44, 51], "cor": [41, 80], "corpor": 18, "correct": 20, "correi": [44, 51], "correspond": [7, 12, 44], "correspondent": [0, 19, 41, 44], "corret": [15, 20, 49, 81], "corre\u00e7\u00f5": 7, "corrig": 14, "cot": [30, 32, 82], "coub": 65, "could": [27, 44], "couldn": 44, "covers": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [2, 14, 20, 21, 25, 28, 29, 36, 39, 41, 45, 51, 54], "created": [2, 5, 20, 36, 39, 40, 44, 71], "creating": [54, 82], "creation": 36, "credenc": [20, 45, 49], "credentials": [27, 51], "cri": [0, 10, 12, 15, 18, 19, 21, 26, 28, 33, 35, 39, 42, 43, 45, 48, 50, 51, 56, 58, 59, 66, 69, 70, 74, 76, 77], "cria\u00e7\u00e3": [0, 19, 20, 69, 76], "criptograf": [6, 20, 30, 33, 47, 49], "cronol\u00f3g": [0, 44], "cruz": 42, "csv": [60, 72], "ctrl": [80, 83], "cuid": 12, "cumpr": 62, "curing": [19, 44], "current": [1, 4, 14, 21, 25], "currentcontrolset": 20, "currently": 1, "currentversion": 12, "cursor": [2, 41, 66], "curt": [18, 40], "custom": 83, "customis": 83, "customisabl": 83, "customiz": 20, "c\u00e1lcul": 41, "c\u00e2m": [60, 63, 72], "c\u00edrcul": [19, 35, 69], "c\u00f3dig": [14, 20, 38, 41, 53, 81], "c\u00f3p": [12, 15, 24], "d": 20, "dad": [6, 12, 15, 17, 20, 26, 33, 38, 40, 41, 42, 45, 48, 53, 57], "daily": 18, "dar": [39, 60, 62], "dashboard": 6, "dat": [6, 9, 12, 17, 19, 20, 26, 35, 39, 41, 43, 44, 59, 66, 69, 76, 82, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [11, 41], "daygridmonth": 41, "days": 83, "db": 8, "debian": [8, 19, 20], "debug": 16, "decid": [5, 15, 41, 44, 56], "decided": 5, "decimal": 20, "deck": [42, 43, 66], "decompartilh": 26, "decor": 66, "decorr": 60, "decrypt": 26, "dedic": [20, 50], "dedicated": [44, 45], "default": [4, 8, 9, 11, 20, 21, 41], "defaults": [8, 21], "defin": [0, 12, 15, 19, 20, 24, 26, 31, 33, 35, 40, 41, 42, 44, 48, 59, 60, 62, 64, 69, 82], "definit": 41, "defini\u00e7\u00e3": [19, 41], "deix": [20, 41, 44, 76], "del": [7, 10, 21, 24, 37, 41, 42, 44, 58, 69, 74, 80], "delegat": [41, 44], "delegated": 44, "delet": [1, 21, 24, 27, 28, 36, 39, 41, 44, 80], "deleted": [9, 21, 24], "deleting": [9, 44], "dem": [60, 65], "demor": 44, "denomin": 51, "dentr": [24, 41, 42, 48, 59, 69, 76], "deny": 54, "depend": [0, 17, 19, 20, 26, 41, 44, 48, 60, 63, 72, 81, 82], "depending": [21, 27, 36, 80], "depends": [12, 21, 27], "deployment": 14, "depo": [12, 15, 20, 41, 42, 44, 45, 48, 58, 60], "depth": 20, "dep\u00f3sit": 35, "der": 62, "desabilit": 41, "desafi": 41, "desaparec": [41, 60], "desat": 26, "desativ": [0, 7, 15, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 69], "desc": 20, "descendent": 15, "descobert": [41, 47, 50], "descobr": [12, 35, 41, 43, 45], "descompartilh": [35, 41], "desconect": 54, "desconex\u00f5": 20, "descrev": [7, 41], "describ": 11, "description": 5, "descriptograf": [26, 38], "descrit": [41, 77], "descri\u00e7\u00e3": [41, 56, 59, 69, 72, 76], "desd": [15, 44, 50, 53], "desej": [0, 12, 18, 19, 20, 28, 35, 37, 41, 42, 44, 45, 50, 56, 58, 60, 66], "deselect": 20, "desempenh": [44, 64], "desenvolv": [18, 80], "desenvolvedor": 13, "desfaz": 41, "desfix": 76, "desfoc": 60, "desfoqu": [60, 72], "design": [58, 80], "designed": 3, "desinstal": [6, 13], "desktop": [2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 17], "deslig": 60, "desmarc": 42, "desmarqu": [0, 41], "desmont": 20, "dess": [59, 69], "dest": [10, 12, 20, 41, 49, 51, 60, 69], "destac": [57, 62, 65, 76], "destin": [15, 37, 69], "destination": [20, 21], "destinat\u00e1ri": [24, 28, 35, 41], "destrav": 15, "desvincul": 28, "details": [1, 27, 36, 39, 44, 52, 82], "detalh": [20, 24, 33, 35, 37, 41, 42, 44, 59, 69], "detect": [41, 44], "detected": 9, "detec\u00e7\u00e3": 15, "determin": [41, 42, 44, 76], "dev": [12, 15, 19, 20, 26, 35, 37, 38, 41, 42, 44, 45, 46, 47, 48, 51, 62, 69, 70, 74], "devic": [20, 38, 41, 54, 81, 83], "devs": 8, "dewnload": 35, "dia": [0, 39, 41, 69, 82], "dialog": [2, 9, 12, 14, 16, 19, 21, 36, 44, 46, 51], "diari": 0, "dias": [24, 33, 39, 41, 44, 59], "diaspor": 42, "diferenc": [10, 41], "diferent": [0, 7, 19, 20, 35, 41, 42, 44, 69, 70, 81], "differenc": 8, "different": 21, "dificult": 35, "digit": [14, 20, 28, 35, 37, 41, 44, 45, 47, 48, 50, 51, 57, 66, 69, 72, 81], "diminu": 80, "direcion": 15, "direct": 20, "directly": [1, 21, 27, 36, 44], "directori": [8, 29], "directory": [8, 16, 25, 29], "directory_that_has_been_created": 8, "direit": [15, 19, 20, 35, 39, 48, 50, 60, 65, 69], "diret": [0, 7, 15, 19, 26, 28, 35, 41, 42, 44, 56, 59, 60, 62, 66, 74, 75, 76], "diret\u00f3ri": [12, 14, 19, 20, 28, 35, 41, 53], "dirig": 41, "dirnam": 16, "disabl": [1, 9, 60, 72], "disabled": 21, "disapp": 42, "disc": [15, 20, 33, 39, 41], "disconnect": 54, "discord": 74, "discovery": 9, "discussions": 44, "discuss\u00e3": 76, "discuss\u00f5": [58, 60, 69, 76], "disk": [15, 26], "dislex": 80, "display": [1, 12, 20, 21, 44, 51, 66, 82], "displayed": 44, "displaying": [16, 44], "displays": [16, 21], "dispon": [0, 7, 15, 17, 19, 24, 26, 39, 41, 42, 60, 63, 72, 73, 74, 76, 82], "disponibil": [19, 40, 69], "disponibiliz": [0, 20], "dispon\u00edv": [7, 15, 19, 35, 41, 42, 44, 45, 46, 50, 57, 58, 66, 69, 70, 74], "disposit": [0, 6, 15, 20, 41, 45, 53, 60, 69, 72, 73, 81], "diss": [12, 24, 26, 41, 44, 45, 69], "distribu": 41, "distribui\u00e7\u00e3": [12, 58, 62], "distribui\u00e7\u00f5": 7, "distributed": [20, 41], "distribution": [14, 20], "distributions": [9, 14], "distribu\u00edd": 20, "disturb": 69, "divers": 41, "divid": [58, 60], "divis\u00e3": 44, "diz": [10, 19, 26, 41], "di\u00e1log": [19, 28, 41, 42, 44, 46, 51, 55, 56, 58, 59], "di\u00e1r": 18, "di\u00e1ri": [18, 41], "document": [5, 12, 15, 20, 21, 24, 25, 33, 35, 37, 46, 57, 74, 80, 82], "documentation": [1, 14, 31], "documents": [1, 2, 8, 21], "does": [8, 9, 20, 25, 28, 54, 81], "doesn": [20, 46], "doing": 9, "dois": [6, 7, 10, 42, 44, 49, 50, 51, 54, 60, 82], "dolphin": 19, "dom\u00edni": [20, 44, 47], "don": [5, 26, 39, 66], "dot": [4, 21, 27, 36, 44], "doubl": 14, "down": 12, "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 42, 52, 56], "downloaded": 15, "downloading": 21, "downloads": [11, 21], "draft": 44, "drag": 21, "drift": 81, "driv": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29], "dropdown": [27, 49, 82], "duas": [12, 17, 19, 45, 56, 63, 81], "durant": [19, 40, 41, 42, 44, 62, 64, 72, 80], "duration": 9, "dura\u00e7\u00e3": [33, 41], "during": [51, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "d\u00e3": 41, "d\u00ea": 47, "d\u00edgit": 35, "each": [1, 9, 14, 16, 21, 27, 36, 82, 83], "easily": 5, "easy": [2, 5], "echo": 12, "economiz": [44, 48], "edge": [8, 20, 83], "edit": [7, 15, 19, 20, 21, 28, 33, 38, 56, 66, 71, 72, 76, 83], "editing": [1, 29, 44], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "edi\u00e7\u00e3": [20, 35, 69], "efet": 35, "effectively": 81, "eficient": 44, "eith": [8, 12], "element": [58, 60, 66, 80], "elements": 80, "elimin": 41, "else": 10, "email": [29, 44, 60, 83], "emails": 44, "embed": [2, 41], "emblem": 10, "embor": [20, 26], "embut": 20, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasiz": 2, "empres": [7, 53], "empresari": 18, "empresarial": [18, 53], "empty": [2, 21], "enabl": [1, 4, 9, 25, 29, 44, 60, 81], "enabled": [14, 20, 21, 26, 27, 38, 44, 45, 46, 81, 82], "encaminh": [41, 69, 76], "encerr": [17, 56, 58, 60, 62, 63], "encoding": 20, "encontr": [14, 19, 20, 37, 41, 42, 44, 47, 48, 56, 57, 66, 69, 72, 74, 78, 80], "encrypted": 26, "encryption": [27, 30, 34, 38], "end": [26, 38, 64], "enderec": [6, 20, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72], "ends": 41, "energ": 48, "engrenag": [42, 51], "enquant": [7, 10, 15, 20, 42, 44, 46, 62, 66, 71], "ensin": 44, "ensur": [15, 80], "entant": [7, 10, 12, 19, 26, 41, 42], "entend": 33, "enter": [1, 2, 14, 28, 35, 46, 48, 51, 54, 80, 81], "enterpris": 18, "entidad": 42, "entir": [21, 44], "entirely": 11, "entrad": [0, 19, 35, 37, 41, 42, 56, 66, 69], "entrand": 60, "entrar": [6, 20, 40, 41, 58, 61, 62, 69, 71, 73], "entrem": 79, "entretant": [7, 44], "entri": 21, "entrou": 69, "entry": [1, 2, 21, 82], "ent\u00e3": [26, 41, 48, 64, 69, 71], "env": 16, "envi": [0, 10, 20, 29, 33, 41, 44, 45, 58, 60, 67, 69, 72, 73, 76], "environment": [6, 8, 13], "envolv": [41, 80], "equip": [43, 69, 80], "equivalent": 16, "erasing": 12, "errad": 12, "erro": [19, 20, 44, 47], "error": [11, 20, 44, 45], "errors": 51, "erros": [18, 19, 80], "esc": 60, "escal": 44, "escanei": 81, "escap": 80, "escolh": [0, 12, 19, 20, 26, 37, 41, 42, 44, 45, 48, 49, 50, 51, 55, 56, 60, 64, 66, 69, 80, 82], "escrit": 41, "escrit\u00f3ri": [6, 41, 43, 69], "escur": 80, "espac": [15, 19, 33, 39, 44], "espec": 15, "especial": [17, 18, 26, 69], "especially": 15, "especif": 12, "especific": [41, 42, 44, 47, 58], "especifiqu": [7, 20, 42], "espec\u00edf": [0, 6, 15, 17, 39, 41, 42, 44, 58, 59, 60, 66, 69, 76, 79], "esper": [18, 19, 39, 44, 73, 77], "esquec": 26, "esquem": 12, "esquerd": [0, 19, 20, 41, 42, 50, 60, 65, 66], "essential": 14, "estad": [15, 19, 20, 44], "estar": [20, 26, 35, 41, 46, 47, 60], "estar\u00e3": [15, 41, 42, 46], "estej": [0, 12, 18, 19, 20, 33, 41, 44, 60, 70], "estend": 69, "estil": 43, "estiv": [7, 15, 17, 19, 20, 21, 26, 28, 40, 41, 42, 44, 45, 47, 59, 60, 62, 63, 66, 70, 75, 81], "estour": 19, "estrutur": [26, 42], "est\u00e1vel": 18, "est\u00e3": [0, 17, 19, 20, 26, 33, 35, 41, 42, 44, 57, 58, 60, 66, 74, 80], "esvazi": 41, "etap": [28, 35, 41, 44, 45, 46, 49, 50, 51, 69], "etc": [12, 20, 27, 35, 41, 66], "etiquet": 0, "even": [2, 9, 15, 69, 80, 82], "event": [0, 40, 42, 51, 69], "events": [41, 52, 83], "every": [9, 20, 21, 36, 54, 83], "everyon": 21, "everything": [15, 44, 80], "evicting": 15, "evic\u00e7\u00e3": 15, "evit": [7, 12, 15, 24, 35, 41], "evolution": 46, "ex": [0, 20, 41, 44, 47, 49, 51], "exact": 21, "exactly": 5, "examin": 12, "exampl": [20, 35, 41, 45, 47, 48, 51, 70, 81], "exat": [12, 41, 44], "exatid\u00e3": 19, "exced": [20, 24, 33, 39], "excellent": 29, "except": 44, "excet": [20, 69], "exclu": [10, 12, 15, 17, 19, 21, 24, 28, 42, 58, 66], "exclud": 19, "exclus": [41, 44, 60, 77], "exclus\u00e3": [0, 17, 19, 41, 69], "exclu\u00edd": [12, 15, 30, 32, 33, 39, 41, 44, 59, 69], "exe": [12, 20], "execu": [10, 15, 20, 44], "execut": [17, 20, 26, 38, 44, 57], "execution": 1, "exempl": [15, 17, 19, 20, 26, 35, 41, 42, 44, 48, 57, 79, 80, 81], "exib": [0, 7, 15, 19, 20, 37, 41, 42, 44, 46, 55, 57, 58, 60, 65, 69, 70, 72, 82], "exibi\u00e7\u00e3": [41, 42, 50], "exig": [20, 38, 41, 62, 81], "exist": [12, 17, 20, 41, 45, 59, 66, 69], "existent": [12, 15, 35, 41, 42, 44], "existing": [12, 44], "exits": 8, "expand": [19, 20, 44, 80], "expects": 2, "experienc": 83, "experient": [18, 44, 60], "experimental": 9, "expir": [24, 35, 39], "expiration": 35, "explains": 20, "explicitly": [8, 27], "explor": [10, 19], "expl\u00edcit": 62, "export": [42, 52, 56], "expost": 26, "extens\u00e3": [12, 15, 20, 44], "extern": [26, 41, 57, 69, 77, 79], "external": [2, 22, 30, 54, 56], "externally": 27, "extra": 12, "f": [17, 45, 60, 72, 80, 83], "fac": [12, 20, 42, 51, 60], "facil": [44, 76], "facilit": [20, 66, 80], "facing": 82, "factor": [6, 45, 46], "failur": 9, "fal": [60, 64], "falant": 60, "falh": [7, 12, 20, 44], "falls": [11, 20], "fals": [9, 11], "falt": 21, "faq": [6, 13], "far": [10, 14, 42, 47, 83], "fatal": 11, "fator": [6, 49, 50, 51, 54, 82], "favor": [26, 44, 57], "favorit": [0, 21, 80], "favorited": 42, "faz": [7, 10, 12, 17, 19, 20, 23, 24, 26, 28, 30, 31, 35, 41, 42, 44, 58, 63, 69, 71, 72, 82], "feasibl": 14, "featur": [2, 9, 21, 40, 42, 44], "fech": [19, 20, 45, 47], "feder": [6, 28, 35, 73, 82], "federated": [21, 23, 30, 70, 82], "federation": [23, 30], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 0, "feir": 41, "feit": [12, 38, 41, 42, 45, 46, 48], "ferrament": [7, 17, 43, 63, 81], "few": [62, 81], "fez": [12, 44], "fic": [19, 24, 41, 42, 44, 69], "fid": 81, "fido2": 81, "field": [1, 2, 21, 36, 44, 51, 78, 80], "fields": [5, 27, 44], "figur": [1, 36], "fil": [3, 6, 8, 10, 11, 12, 13, 15, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 39, 41, 42, 52, 56, 62, 71, 80, 83], "fileint": 44, "filenam": 16, "files_versions": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 27], "filled": [15, 27], "filt": [21, 36, 42, 83], "filtered": 1, "filters": [36, 83], "filtr": [59, 76], "filtrag": 69, "fim": [20, 41], "fin": 41, "final": [20, 40, 41, 44, 80], "finaliz": 45, "find": [17, 19, 20, 21, 24, 25, 42, 70, 81, 82], "finish": 1, "finished": [5, 50, 52], "fio": 76, "fios": 44, "fiqu": 74, "firefox": [20, 83], "first": [14, 28, 44], "fix": 76, "fiz": [20, 42], "fiz\u00e9ss": 26, "flexibil": 44, "flow": [9, 41], "flows": 25, "flush": 16, "flux": [6, 62, 82], "focus": [44, 80], "focused": 14, "fold": [4, 8, 10, 11, 19, 21, 27, 29, 35, 36, 41], "folders": [8, 9, 14, 15, 21, 25, 27, 36, 37, 44], "foldersync": 20, "follow": [5, 14, 80], "followed": 1, "following": [8, 16, 21, 27, 44, 52, 82], "follows": 9, "fon": 60, "font": [14, 38, 48, 80], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forget": 5, "form": [1, 15, 19, 20, 24, 26, 38, 41, 42, 44, 45, 46, 47, 59, 81], "formal": 42, "format": [2, 5, 9, 15, 21, 28, 35, 41, 44, 57], "formats": 21, "formatting": 5, "forma\u00e7\u00e3": 42, "formul\u00e1ri": [28, 44], "fornec": [7, 15, 19, 20, 26, 41, 42, 44, 53, 56, 57, 69], "fornecedor": 7, "fortement": 20, "forth": 1, "fot": [42, 69, 82], "found": [20, 83], "framework": 7, "fras": 38, "fre": [11, 15, 20, 40], "freeing": 15, "frequent": [6, 13, 20], "from": [1, 2, 8, 14, 17, 20, 21, 24, 36, 38, 41, 44, 49, 51, 54, 62, 71, 82, 83], "frontal": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fugaz": 19, "full": [9, 41, 60], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [20, 25], "fun": 5, "funcion": [15, 18, 19, 20, 26, 41, 44, 46, 47, 48, 81], "funcional": [7, 41, 42], "function": 20, "functionality": [12, 20, 42], "functions": 81, "fund": [72, 80], "fun\u00e7\u00e3": [29, 42, 62, 79], "furth": 82, "fus": 41, "futur": [1, 10, 20, 44, 60, 62, 69, 76], "f\u00e1cil": 26, "f\u00e9r": 40, "f\u00edsic": [20, 81], "g": [4, 8, 45], "gal": 26, "garant": [7, 15, 20, 24, 41], "gateway": [8, 69], "gb": [11, 20], "general": [7, 9, 12], "generat": [45, 46, 48, 54, 81], "generated": [1, 44, 52, 54], "generation": 1, "generic": 45, "ger": [10, 19, 41, 44, 49, 66, 77, 80, 81], "geral": [0, 7, 12, 41, 44, 47, 57, 69], "gerenc": [6, 7, 15, 17, 30, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "german": 80, "gest": 63, "get": [20, 26, 56, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "gets": [10, 81], "getting": [3, 6], "gifs": 66, "gigabyt": 12, "giphy": 66, "gir": 19, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 54], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [12, 14, 19, 44, 45, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "grand": [22, 30, 44, 53, 65], "grant": [14, 41, 44], "granul": 41, "gratuit": 53, "grav": [42, 62, 77], "gravat": 42, "grava\u00e7\u00e3": [20, 41, 60, 73, 77], "grava\u00e7\u00f5": 62, "green": 27, "group": [17, 20, 45], "grouped": [44, 83], "groups": [3, 45, 52], "groupwar": [6, 41, 42, 48, 52], "grup": [7, 20, 26, 33, 41, 44, 56, 58, 60, 82], "gr\u00e1fic": 15, "guest": 56, "guests": 82, "gui": [8, 27, 45, 47, 49], "guid": 14, "guidanc": 31, "guidelin": 80, "gvfs": 20, "h": [8, 16, 20], "habilit": [26, 28, 29, 35, 38, 41, 42, 44, 49], "haj": [15, 26, 66], "hand": [5, 60, 80], "handl": 12, "handled": 44, "happens": 5, "hardwar": [6, 83], "has": [1, 8, 10, 20, 21, 25, 27, 33, 36, 38, 44, 81, 83], "hav": [1, 8, 10, 14, 15, 16, 21, 25, 26, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 81, 82], "having": [9, 29], "head": [20, 21], "heading": [2, 66], "headings": [2, 5], "help": [11, 16, 42, 53, 57, 82, 83], "helpful": 82, "her": 2, "herd": 42, "hesit": 80, "hid": [29, 44], "hidden": [4, 8], "hierarchical": 2, "hierarqu": 35, "high": 80, "history": [6, 21, 39], "hist\u00f3r": 20, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "holding": 60, "hom": [7, 8, 9, 17, 20, 25], "hor": [0, 12, 39, 41, 44, 59, 66, 69, 76], "horizontal": [2, 44], "hor\u00e1ri": [44, 66, 76, 79], "hosped": 20, "host": [9, 20], "hours": 16, "houv": [7, 15, 19, 41, 44, 60, 76], "hov": [2, 42], "how": [2, 3, 6, 20, 21, 33, 36, 81], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44], "i": [2, 16], "ia": 66, "ical": 41, "icalend": 41, "icloud": [41, 51], "icon": [1, 14, 20, 21, 27, 28, 36, 41, 44, 45, 60, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idad": 24, "ide": [10, 69], "ideal": 79, "ideally": 54, "idea\u00e7\u00e3": 42, "ident": 81, "identifi": 60, "identific": [15, 19, 41, 60], "identify": 54, "identity": 70, "idiom": [44, 64, 82], "id\u00eant": [26, 44], "if": [1, 4, 6, 9, 11, 14, 15, 20, 21, 26, 27, 28, 36, 38, 39, 41, 44, 45, 46, 47, 51, 54, 69, 72, 82], "ifram": 41, "ignor": [8, 12, 41], "ilustr": 24, "imag": [1, 21, 60], "imagens": [26, 60], "imagin": 10, "imap": 43, "imediat": [10, 12, 24, 42, 48, 53, 62, 69], "immediately": [1, 14, 27, 36, 54], "imped": [7, 42, 69], "implant": 18, "implement": [7, 20, 42], "implemented": 25, "impl\u00edcit": 20, "import": [12, 20, 38, 44, 52, 56, 69, 76], "important": [2, 15, 69, 80, 81, 83], "impost": 15, "improv": 20, "improved": 20, "in": [1, 2, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 28, 29, 36, 39, 40, 41, 42, 45, 46, 48, 50, 51, 54, 62, 69, 70, 71, 72, 80, 81, 82, 83], "inalter": 44, "inat": 59, "inclu": [10, 19, 20, 41, 42, 44, 59, 60, 62, 82], "includ": [8, 21, 26], "including": [8, 20, 52], "inclusiv": 44, "inclu\u00edd": [6, 7], "incomod": 66, "incorpor": [41, 42], "incorrect": 9, "incorret": 19, "increas": 20, "increasing": 11, "increment": 41, "independent": [0, 12, 41], "indesej": 19, "index": [12, 41], "indic": [0, 10, 19, 41, 44, 51, 60, 62, 69], "indication": 20, "indicator": [21, 27, 44], "indiqu": 69, "indispon": [20, 69], "individu": [14, 19, 26, 41], "individual": [15, 19, 27, 40, 41, 42, 44, 54, 60, 66, 69, 72], "individually": [44, 54], "indiv\u00eddu": [26, 53], "inferior": [0, 42, 50, 51, 60, 64, 65, 69], "influenc": [11, 41], "info": 36, "inform": [7, 12, 15, 19, 20, 33, 35, 37, 41, 50, 51, 59, 60, 62, 69, 70, 74], "informal": 42, "information": [8, 11, 13, 14, 19, 21, 44, 46, 81, 82, 83], "ingl\u00eas": 38, "inhibits": 8, "ini": 9, "inic": [0, 6, 7, 12, 19, 20, 35, 45, 49, 51, 58, 62, 73, 76], "inicial": [35, 48], "inicializ": [7, 19, 20, 26], "inlin": [36, 66], "inortodox": 12, "inotify": 12, "input": [1, 80], "inscrev": [50, 76], "inser": [28, 41, 44, 45, 46, 72, 81], "insert": [1, 2], "inserted": 1, "inser\u00e7\u00e3": 66, "insid": [21, 27], "insir": [20, 45, 49], "instagr": 42, "instal": [0, 6, 7, 12, 13, 15, 17, 19, 20, 28, 41, 42, 44, 45, 48, 57, 60, 74, 75], "install": [12, 20, 73], "installation": 14, "installed": [1, 8, 14, 52, 83], "installing": 20, "instanc": [6, 12, 14, 20, 27, 35, 41, 43, 45, 70, 82], "instantan": 69, "instant\u00e2n": [59, 69], "instead": [9, 20, 21, 45, 51], "instructions": [21, 51], "instru\u00e7\u00f5": [20, 57, 74], "inst\u00e2nc": [0, 12, 14, 15, 20, 41, 42, 44, 57, 60, 66, 69, 70], "integr": [12, 17, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integration": 19, "integration_opena": 44, "inteir": [15, 41], "inteligent": 15, "intelligenc": 1, "intencional": 12, "inter": [67, 73], "interactiv": [8, 14], "interag": 44, "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 41, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [15, 20, 48, 49], "interoper": 41, "interrog": 19, "interromp": [19, 44, 62, 63], "interrup\u00e7\u00e3": 69, "interval": [9, 12, 20, 76], "into": [1, 17, 21, 25, 29, 35, 41, 44], "introdu": 6, "introductory": 5, "introduz": 41, "intrud": 26, "inutiliz": 19, "invalid": [8, 54], "invis": [19, 41], "invisibl": 36, "invitation": 70, "invok": 8, "in\u00edci": [41, 44, 66, 79], "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": 20, "irrevers": 41, "ir\u00e1": [35, 38, 41, 45, 69], "ir\u00e3": 41, "is": [1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 39, 42, 44, 45, 51, 52, 54, 60, 62, 80, 81, 82, 83], "issu": [25, 66], "it": [1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 62, 70, 81, 82], "italicized": 66, "item": [8, 15, 21, 41, 48], "items": [15, 21], "itens": [15, 41, 56, 62, 76], "its": [1, 8, 9, 11, 20, 21, 42, 44, 83], "itself": [14, 20], "janel": [10, 15, 20, 41, 45, 50, 56, 58, 59, 60, 63, 72], "jobs": 11, "jog": 57, "john": 20, "join": [58, 78], "jpg": 20, "json": 56, "jump": [2, 21], "junt": 80, "just": [2, 5, 21, 26, 27, 80, 81], "kaddressbook": 48, "kalend": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 15, 25, 26, 81], "keeps": 13, "kept": [15, 26], "key": 83, "keyboard": [60, 80], "keynot": 15, "keyring": 14, "keys": 26, "keywords": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korganiz": 48, "kubuntu": 19, "kwallet": 14, "la": [0, 7, 20, 38, 41, 44, 56, 60, 62, 66, 69, 76], "label": 20, "labeled": 51, "labelled": [41, 51], "labels": 36, "lad": [10, 15, 19, 20, 35, 37, 41, 42, 44, 49, 50, 55, 56, 60, 62, 63, 66, 69], "landing": 2, "languag": [1, 12], "lan\u00e7ament": 18, "larg": 29, "largur": 19, "las": [41, 56, 58], "last": [5, 39, 54, 83], "lat": [1, 2, 5, 54, 72], "lateral": [6, 15, 20, 28, 35, 41, 42, 58, 60, 69, 71, 76, 80], "latest": [14, 25, 52, 83], "launch": [14, 16], "launchagents": 17, "launchpad": [8, 17], "layout": 60, "ldap": 26, "leading": 4, "learn": [2, 21, 26, 46, 48], "learned": 2, "least": [1, 39], "leav": 21, "left": [1, 2, 5, 20, 21, 27, 36, 44, 48, 52, 80, 83], "legend": [41, 56, 76], "leitor": 0, "leitur": [20, 35, 38, 41, 42, 69, 80], "lembr": [20, 41, 44], "lembret": 69, "lend": 15, "ler": 26, "less": [5, 11], "let": [5, 72], "letr": 20, "lets": [1, 21, 27, 36, 44, 52, 83], "letsencrypt": 47, "letting": 44, "lev": [15, 26, 41, 48], "level": [2, 16, 21, 26, 36, 80], "liber": [15, 24, 79], "library": [9, 17], "licenc": 40, "lid": [44, 66, 69, 81], "lig": 60, "liga\u00e7\u00e3": 41, "lik": [5, 21, 41, 44, 70, 80], "limit": [12, 15, 19, 20, 24, 26, 31, 37, 39, 41, 42, 44, 69, 83], "limitation": 20, "limited": 15, "limits": 31, "limp": [12, 19, 20, 41], "lin": [6, 13, 14, 15, 19, 20, 36, 66], "linguag": 44, "linh": [7, 12, 15, 17, 19, 41, 65, 66], "link": [0, 2, 19, 20, 21, 28, 29, 41, 56, 59, 66, 69, 72], "linked": 28, "links": [12, 14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 38, 41, 42, 45, 48, 49, 54, 57, 59, 65, 66, 69, 70, 72, 74, 81, 82], "listag": 37, "listday": 41, "listed": 1, "listening": [8, 9], "listing": 29, "listmonth": 41, "listr": 41, "lists": 36, "listweek": 41, "live_transcription": 64, "livr": [24, 39, 41, 80], "lix": 44, "lixeir": [24, 26, 28, 33, 42, 54], "ll": 2, "llm": 44, "llms": 44, "lo": [12, 15, 17, 19, 20, 26, 39, 41, 44, 45, 63, 66, 69, 70, 72], "load": 80, "loc": [10, 12, 15, 19, 41, 42, 44, 53], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 44, 56, 59, 69, 82], "localiz": [15, 19, 41, 42, 44, 50, 69], "locally": [9, 10, 12, 15], "locat": [9, 51], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41], "lock": 82, "log": [0, 8, 14, 16, 20, 21, 26, 54, 72, 81, 83], "logd": 16, "logdebug": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "logging": [29, 83], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 51, 54, 80, 81, 82], "logins": 20, "logout": [19, 26], "logs": [16, 51], "logwindow": 16, "loj": 42, "long": [1, 9, 15, 20, 40, 41, 44, 81], "look": [33, 38, 81, 83], "looking": 44, "looks": [70, 83], "loops": 12, "los": [6, 15, 24, 35, 41, 43, 45, 49, 53, 56, 69, 80, 82], "losing": 81, "lot": 42, "low": 80, "lst": [8, 19], "lts": 14, "lug": [42, 46], "luminos": 80, "l\u00e1": [35, 41, 42, 44, 66, 69, 72], "m": [60, 72, 80], "mac": [6, 9, 13, 25, 42, 43, 51], "machin": 8, "mad": 47, "madur": 50, "magic": [5, 26], "mail": [6, 40, 41, 42, 43, 45, 49, 50, 51, 52, 59, 60, 69, 73, 80, 82], "mailbox": 51, "mails": [41, 80], "main": [9, 14, 16, 20, 54, 83], "maintain": 42, "maintained": 14, "maior": [15, 18, 19, 31, 33, 48, 74], "major": 14, "mak": [5, 25, 28, 29, 39], "making": 9, "manag": [5, 14, 20, 21, 26, 36, 41, 44, 46], "managed": [14, 27], "management": [12, 20, 36], "managers": 14, "managing": [21, 31], "maneir": [12, 15, 17, 20, 26, 41, 42, 44, 45, 56, 62], "manh\u00e3": 0, "manh\u00e3s": 0, "mann": 8, "mant": [12, 38, 39, 41, 42, 44, 59, 69, 76], "mant\u00e9m": 39, "manu": 7, "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 58, 62, 79], "manually": [12, 44, 50], "mapeament": 20, "mapping": 20, "marc": [7, 19, 24, 37, 39, 41, 44, 62, 66, 77], "marcador": 44, "marcant": 19, "mark": 21, "markdown": [3, 6, 69], "marked": [15, 21, 27, 42, 44, 54], "marketing": [41, 82], "marks": 27, "marqu": [0, 20, 60, 62, 69], "mastodon": 42, "mat": 20, "match": 83, "matrix": 74, "matriz": [0, 41], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximum": [8, 9, 11], "may": [11, 14, 17, 20, 26, 27, 29, 36, 41], "mb": [9, 11], "mdn": 21, "mean": 81, "meaning": [9, 44], "means": 27, "mecan": 7, "med": [8, 21, 35], "meeting": 83, "megabyt": 31, "mei": [10, 15, 20, 31, 35, 41, 44, 45, 57, 66, 69], "melhor": [18, 41, 44, 66], "members": [2, 5], "membr": [20, 35], "memory": 1, "men": [10, 12, 38, 41, 42], "mencion": [0, 57, 69], "menor": [58, 60], "mensag": [19, 20, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 75, 76, 81], "mensagens": [6, 19, 43, 57, 67, 73], "mentioned": 82, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": [19, 80], "men\u00e7\u00f5": 69, "mes": 41, "mescl": 42, "mesm": [0, 7, 10, 14, 19, 20, 24, 41, 44, 46, 49, 50, 58, 62, 64, 69, 70, 71, 72, 76], "messag": [1, 16, 44, 69, 80, 83], "mestr": 26, "metad": [19, 33], "method": [27, 45, 81], "mib": 11, "microfon": [60, 72], "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [9, 14, 44, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "milliseconds": 9, "mim": 12, "min": 9, "minchunksiz": 9, "minh": 20, "miniaplic": 48, "miniatur": [26, 33], "minimized": 44, "minimum": [9, 11, 83], "minut": [9, 26, 27, 39, 41, 48], "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [2, 20, 25, 42, 81], "mod": [15, 42, 60, 66, 69, 72, 80], "modal": [41, 83], "modals": 80, "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "moderator": 62, "moderators": 60, "modific": [0, 19, 20, 31, 42], "modification": 12, "modified": 21, "modifiqu": 42, "moment": [15, 19, 28, 41, 44, 49, 60, 62, 69, 72], "monitor": [8, 12, 57, 63, 72], "monocrom\u00e1t": 19, "mont": [20, 28, 35], "montag": 20, "month": 41, "mor": [2, 5, 11, 14, 21, 26, 36, 41, 42, 46, 48, 81, 82, 83], "most": [44, 83], "mostr": [0, 10, 12, 19, 20, 35, 37, 40, 41, 42, 44, 46, 60, 79, 81], "motiv": [40, 42, 47, 69], "mount": [20, 21, 27], "mounted": 20, "mounts": 27, "mous": [2, 15, 19, 20, 35, 44, 48, 63, 76, 80], "mov": [20, 24, 52, 69, 80], "moved": [9, 44], "movetotrash": 9, "moviment": 0, "mozill": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "mud": [20, 28, 37, 40, 72, 81], "mudanc": 44, "muit": [0, 10, 12, 41, 42, 44, 69], "multipl": [21, 36], "multistatus": 20, "music": 8, "must": [8, 14, 20, 27, 28, 51, 52], "mut": [60, 72, 80], "muted": [60, 72], "mutu": 44, "my": 2, "my_sync_fold": 8, "mycertificat": 20, "mydat": 10, "mynextcloud": [20, 48], "m\u00e1gic": 24, "m\u00e1quin": 7, "m\u00e1xim": [12, 20, 24, 41], "m\u00e3": 69, "m\u00e9dic": 40, "m\u00e9tod": [7, 20, 28, 41, 42, 58], "m\u00eas": 41, "m\u00edd": [42, 60, 62, 69], "m\u00ednim": [18, 42], "m\u00f3v": [0, 38, 41, 73, 82], "m\u00f3vel": [20, 22, 30], "m\u00faltipl": 56, "n": 8, "nad": [12, 26], "nam": [2, 4, 5, 8, 16, 20, 21, 27, 36, 45, 54, 60, 72, 82, 83], "narrow": 83, "nativ": [20, 50], "natural": 42, "nautilus": [19, 46], "naveg": [0, 6, 7, 12, 14, 20, 35, 38, 42, 44, 49, 51, 63, 65, 69, 72, 76, 81], "navigat": [21, 37, 80], "navigating": 6, "navigation": [1, 36, 80, 83], "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": 21, "nearly": 10, "necess": [7, 41, 42, 44], "necessary": 54, "necess\u00e1r": [20, 41, 45, 47], "necess\u00e1ri": [7, 17, 19, 35, 37, 38, 41, 47, 48, 60, 62, 64, 69], "need": [2, 9, 14, 17, 20, 46, 48], "needed": 11, "needing": [15, 42], "needs": 70, "negr": 19, "nel": [19, 42, 44, 69, 70], "nemo": 19, "nenhum": [7, 19, 20, 28, 41, 44, 47, 51, 59, 72], "nenhuns": 41, "ness": [20, 26, 35, 42, 58, 60, 62], "nest": [10, 12, 15, 19, 20, 28, 31, 35, 41, 69, 78], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27], "new": [1, 2, 5, 9, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 69, 80], "next": [5, 8, 9, 14, 27, 36, 44, 46, 51, 60, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "ningu\u00e9m": [66, 69, 82], "nitrokey": 81, "nkujuxuj3b": 17, "noaut": 20, "noit": 66, "nom": [7, 10, 19, 20, 26, 28, 29, 35, 37, 41, 42, 45, 47, 48, 49, 50, 51, 60, 69, 72, 82], "nomedeusu\u00e1ri": 47, "non": [2, 8, 9, 14], "norm": [7, 19, 62], "normal": [9, 19, 41, 42, 44, 50, 66, 81], "normally": 26, "noss": [14, 15, 42, 43, 44, 73, 80], "not": [2, 4, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 35, 36, 40, 41, 44, 45, 54, 76, 81, 82, 83], "notific": [6, 7, 10, 15, 35, 37, 60, 66, 70, 72, 76, 82], "notification": [1, 62], "notificationrefreshinterval": 9, "notifications": [6, 9, 83], "notified": 69, "notify": 60, "notify_push": 15, "nov": [7, 12, 15, 20, 24, 26, 28, 33, 35, 37, 39, 42, 45, 48, 50, 56, 59, 63, 69, 72, 76, 82], "now": [2, 5, 10, 14, 41, 42], "ns": 20, "numb": [11, 28], "numbers": 15, "nunc": [26, 38, 39, 41, 69], "nuv": [15, 28, 35], "n\u00e3": [0, 7, 10, 14, 15, 19, 20, 24, 28, 31, 33, 35, 38, 41, 42, 44, 45, 47, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 65, 66, 69, 76, 80, 81, 82], "n\u00edvel": [35, 41, 62, 69], "n\u00famer": [19, 41, 42, 44, 58, 60, 69], "object": 27, "objet": [0, 26, 35], "obrigat\u00f3ri": [45, 62], "observ": [14, 42, 44, 51], "obter": [12, 18, 20, 35, 41, 44, 51, 60, 74, 80], "oc": [20, 28], "occ": 27, "occurred": 20, "ocorr": [0, 10, 15, 26, 41, 42, 44, 69], "ocorrent": 41, "oct": 20, "ocult": [35, 44, 55, 69, 72], "ocup": 33, "of": [1, 2, 4, 5, 8, 9, 11, 12, 14, 16, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 51, 52, 54, 56, 66, 71, 72, 80, 81, 82, 83], "oferec": [0, 7, 12, 14, 15, 19, 20, 38, 41, 42, 44, 49, 50, 60, 69, 73, 80], "off": [1, 15, 19, 20, 80], "offer": [35, 80], "offers": [20, 21], "offic": [12, 20, 21], "officially": 14, "offlin": [15, 27], "often": 41, "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "olhad": 47, "olhos": 80, "omit": 20, "on": [1, 2, 5, 8, 9, 10, 12, 15, 17, 20, 21, 24, 25, 26, 27, 31, 33, 36, 39, 41, 42, 44, 48, 49, 51, 52, 54, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [2, 21, 27, 36, 52, 54, 81, 83], "onde": [19, 35, 37, 41, 42, 45, 56, 58, 60, 72], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 81, 82, 83], "ones": 8, "onlin": [2, 20, 46, 83], "only": [2, 4, 27, 28, 36, 39, 41, 44, 47, 54, 81, 82, 83], "onto": [21, 52], "opcion": 41, "opcional": [20, 26, 40, 41, 44, 45], "open": [1, 2, 12, 14, 20, 21, 27, 28, 36, 38, 44, 45, 48, 78, 80, 82, 83], "opendyslexic": 80, "opening": [2, 16], "opens": [12, 16, 21, 29, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "oper": [12, 19, 20, 53], "operacion": [7, 20], "operacional": [7, 12, 17, 20], "operating": 20, "operation": [11, 44], "oportun": 12, "opt": 9, "optar": [0, 41, 59, 66, 72, 79], "option": [12, 16, 28, 33, 35, 36, 45], "optional": 20, "options": [6, 8, 9, 11, 13, 14, 19, 21, 82, 83], "op\u00e7\u00e3": [0, 10, 12, 19, 20, 21, 26, 41, 42, 44, 48, 56, 60, 62, 63, 72, 76], "op\u00e7\u00f5": [7, 14, 15, 17, 18, 20, 26, 35, 58, 60, 69, 72, 82], "or": [1, 2, 4, 5, 8, 11, 12, 14, 15, 16, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 41, 42, 44, 45, 51, 56, 60, 71, 72, 80, 81, 82, 83], "orador": 62, "ordem": [42, 44], "ordered": 66, "org": [8, 20, 47], "organis": 36, "organiz": [0, 2, 3, 41, 44, 76], "organizing": 5, "org\u00e2n": 42, "orient": 14, "orig": [37, 44], "original": [33, 44, 64], "other": [1, 2, 4, 8, 11, 14, 16, 21, 26, 27, 29, 37, 41, 42, 44, 70, 81, 82, 83], "others": [2, 25, 40, 82], "otimiz": 20, "our": 44, "out": [5, 20, 26, 39, 81, 83], "outbound": 35, "outbox": 44, "outlook": 41, "output": [1, 8, 16], "outr": [0, 7, 10, 12, 15, 19, 20, 24, 28, 33, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 66, 69, 70, 71, 73, 74, 76, 81], "outsid": [36, 44, 82], "ouv": 60, "over": [2, 20, 27, 42], "overflow": 27, "overhauls": 12, "overhead": 20, "overrid": [8, 11], "overview": [2, 54, 83], "overwrit": 9, "own": [1, 8, 9, 29, 35, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": [0, 8, 20, 41, 47, 49, 51], "packag": [8, 14, 20], "pacot": [7, 15, 17, 19, 43], "padroniz": 15, "padr\u00e3": [0, 10, 12, 14, 15, 19, 24, 26, 28, 31, 35, 39, 41, 42, 44, 48, 59, 60, 69, 82], "padr\u00f5": [19, 31], "pag": [2, 4, 14, 15, 21, 24, 25, 33, 35, 54, 83], "pai": [19, 42], "painel": [12, 20, 50], "palavr": 38, "pan": 44, "panel": [1, 36, 44], "pap": [6, 35, 40, 42, 57, 59, 60, 62, 69, 71, 73, 74, 76, 77], "papel": 56, "par": [0, 6, 7, 10, 12, 14, 15, 17, 18, 19, 20, 24, 25, 28, 29, 31, 33, 35, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 56, 57, 58, 59, 60, 63, 64, 65, 66, 69, 70, 72, 73, 74, 79, 80, 81, 82], "paralel": [15, 19], "parallel": 11, "parameters": [20, 52], "parent": 21, "part": [0, 5, 17, 20, 28, 38, 41, 42, 45, 47, 50, 51, 56, 60, 62, 64, 69, 76], "particip": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 78, 79], "participants": 58, "particul": 66, "parts": 2, "party": [20, 70], "pass": [8, 12, 19, 20, 44, 47, 48, 60, 66, 69, 76], "passed": [8, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 51, 54, 81, 82, 83], "passwords": [54, 81], "past": [0, 14, 15, 17, 19, 20, 24, 26, 29, 33, 35, 37, 41, 42, 51, 53, 82], "path": [8, 27], "pathtomountpoint": 20, "pattern": [8, 39], "paus": 19, "pa\u00eds": 41, "pc": 20, "pdf": 21, "ped": [19, 26, 28], "peers": 2, "pel": [0, 12, 15, 19, 26, 31, 39, 41, 42, 44, 46, 53, 59, 60, 62, 64, 69, 70, 80, 81, 82], "pem": 20, "penalty": 20, "pendent": 70, "peopl": [2, 29, 82, 83], "pequen": [19, 49, 63], "per": [4, 8, 45], "perc": 38, "perceb": 10, "percorr": 65, "perd": [19, 26, 38], "perf": 42, "perfeit": [18, 26], "perfil": [6, 41, 42, 69], "perform": [9, 20], "performanc": 20, "performs": 8, "pergunt": [6, 13, 21, 35, 37, 50, 66], "perig": 26, "period": 83, "periodic": 27, "permanec": [19, 20, 24, 44, 69], "permanent": [12, 24, 41, 69], "permanently": [4, 15, 24], "permissions": 37, "permiss\u00e3": [42, 60, 63], "permiss\u00f5": [20, 42, 45, 57, 60, 69], "permit": [0, 7, 10, 12, 15, 19, 20, 24, 26, 28, 33, 35, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 74, 75, 79], "persisted": 9, "persistent": 20, "persists": 27, "person": 83, "personal": [6, 20, 25, 27, 33, 40, 44, 46, 52, 54, 70, 81, 82, 83], "personaliz": [7, 15, 19, 41, 44, 55, 60, 69, 80], "pertenc": 42, "perturb": [19, 41], "per\u00edod": [19, 24, 33, 41, 59, 69, 76], "pesquis": [6, 26, 37, 46, 69, 72], "pesso": [0, 10, 20, 24, 35, 38, 40, 41, 42, 50, 60, 69, 72, 82], "pessoal": [0, 14, 20, 35, 41, 44, 76], "peterstei": 12, "phon": [45, 81, 82], "phot": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [1, 21, 29, 36], "pickers": 6, "pictur": [5, 82, 83], "pim": [46, 50], "pin": 15, "pkgs": 8, "plac": [1, 2, 20, 83], "placed": 8, "plain": [20, 21, 54], "plan": [19, 48], "planej": [20, 41], "plasm": 48, "plataform": 17, "play": [21, 45], "playback": 21, "pleas": [4, 82], "plen": 38, "plist": 17, "pod": [0, 6, 7, 10, 12, 14, 15, 17, 19, 20, 21, 24, 28, 29, 33, 35, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "point": [45, 83], "pointing": 27, "pois": [0, 7, 38, 41, 82], "polic": 7, "poll": 9, "pol\u00edt": 7, "pont": [14, 19, 20, 30, 34, 35, 41, 42, 44, 60, 65, 74], "pontu": 69, "pop": [7, 41], "pop3": 43, "popov": 80, "popul": 41, "popup": 41, "porqu": [12, 15, 19, 26], "port": [8, 9, 20, 44, 47], "portant": [7, 19, 21, 38, 47, 80], "port\u00e1til": 20, "position": 42, "poss": [10, 14, 15, 20, 26, 41, 42, 48, 51, 69, 78, 80], "possibil": [20, 38], "possibl": 1, "possibly": 20, "possivel": 41, "possu": [15, 26, 41, 60, 80, 81], "poss\u00edv": [35, 41, 42, 44], "poss\u00edvel": [0, 7, 12, 14, 15, 18, 19, 20, 38, 41, 42, 44, 49, 56, 58, 59, 62, 66, 69, 72, 76], "post": 51, "posterior": [42, 50, 69], "pouc": [12, 20, 24, 33, 41], "powered": 1, "ppa": 8, "pratic": 26, "praz": [18, 69], "pre": 66, "precau\u00e7\u00e3": 44, "precis": [7, 10, 12, 15, 20, 26, 28, 31, 41, 42, 44, 45, 49, 50, 51, 58, 64, 69, 71, 76], "preconfiguration": 14, "predefin": [19, 41, 44, 60], "preench": [19, 20, 41, 44, 50], "preenchiment": [37, 56], "pref": [14, 44], "prefer": [7, 20, 51], "preferenc": [9, 17, 45, 52], "preferent": [0, 6, 41, 44, 45, 80, 81], "preferred": 20, "prepar": [18, 41, 62, 66], "preselected": 2, "present": 27, "presentation": 21, "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 72], "pression": [20, 28, 42, 46, 66], "prevent": 82, "preview": [2, 21, 44], "previews": 21, "previous": [1, 12, 21, 39], "primeir": [7, 12, 15, 26, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "princip": [19, 80], "principal": [19, 26, 41, 44, 58, 69, 80], "principals": [47, 51], "priv": [41, 69, 82], "privac": [38, 44, 53, 62], "privacy": 83, "privat": [26, 82], "privil\u00e9gi": 7, "pro": 81, "probl": 81, "problem": [12, 14, 18, 26, 44, 47, 80], "problems": 11, "proc": [8, 12], "proced": [44, 50], "process": [8, 12, 39, 41, 44, 52, 62], "procur": [20, 41, 50, 69, 77], "produc": [9, 21], "produt": 43, "produz": 19, "profil": [6, 9, 27, 44, 82], "profund": 12, "progr": [12, 14], "program": [12, 17], "progress": 15, "projet": [20, 43, 44, 80], "promov": 69, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfil": 9, "prompted": [14, 51], "pront": [18, 28, 41], "prop": 20, "propagat": 8, "propagated": 35, "propertyhandlers": 12, "propertysyst": 12, "propfind": 20, "proporcion": 55, "proposal": 52, "propriedad": [20, 42], "propriet\u00e1ri": [20, 24, 26, 33, 35, 37, 41, 42], "propstat": 20, "prop\u00f5": 44, "protection": 35, "proteg": [20, 26, 35, 38, 69, 81], "prote\u00e7\u00e3": 42, "protocol": [12, 20, 27, 47, 50, 74], "prov": 81, "provavel": [19, 20, 26, 44], "provedor": [15, 20, 26, 53, 64], "provid": [1, 8, 12, 14, 20, 21], "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "pr\u00e1tic": [0, 28], "pr\u00e9": [15, 18, 19, 44, 55, 60], "pr\u00f3pr": [0, 7, 10, 28, 35, 41, 42, 44, 53, 55, 60], "pr\u00f3pri": [41, 42, 74, 76, 80], "pr\u00f3x": 59, "pr\u00f3xim": [7, 18, 24, 41, 48, 50, 51, 60, 66], "public": [20, 21, 35, 36, 42, 56, 82], "published": 82, "pul": [60, 80], "push": [0, 60, 80], "pux": 41, "p\u00e1gin": [7, 14, 26, 28, 29, 35, 41, 42, 74, 77, 80, 82], "p\u00f4d": 44, "p\u00fablic": [33, 41, 58, 69], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qua": [19, 20, 35, 41, 42, 44, 45, 50, 57, 58, 66, 69], "quadr": 42, "quaisqu": [26, 41, 42, 57, 80], "qualidad": 80, "qualqu": [0, 7, 15, 19, 20, 24, 28, 41, 42, 44, 46, 47, 54, 60, 62, 69, 70, 72, 78, 80], "quand": [0, 7, 10, 14, 15, 19, 20, 26, 28, 29, 33, 39, 40, 41, 42, 44, 45, 48, 59, 60, 62, 64, 65, 66, 69, 71, 79], "quant": [0, 19, 26, 41, 44, 69], "quantidad": 12, "quart": 41, "quatr": 44, "queir": [7, 69, 76], "quer": [18, 19, 26, 41, 48], "questions": 8, "quick": [2, 80], "quickly": [5, 21, 83], "quiet": 17, "quis": [7, 41, 42, 45, 50, 60, 66, 69, 80, 82], "quot": [20, 33], "r": [51, 60, 80], "rais": [60, 80], "raised": 11, "raiz": [20, 35, 37, 41], "rang": 83, "rapid": 69, "rascunh": 56, "rastreador": 80, "rath": 20, "re": 5, "reabr": 20, "reached": [27, 44], "read": [8, 26, 27, 41, 82], "readers": 80, "reads": 9, "ready": 27, "real": [15, 42, 60], "realiz": [7, 42, 44, 62, 75, 77], "reaparec": 45, "rearrang": 83, "rea\u00e7\u00e3": 60, "receb": [0, 20, 29, 35, 37, 41, 44, 47, 60, 64, 66, 70, 72, 76, 81], "receiv": [1, 28, 29, 44, 62, 70], "recent": [0, 7, 18, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 44], "recolh": [19, 80], "recomend": [15, 20, 25, 31, 44], "recommended": 20, "recompartilh": [21, 26, 35], "reconect": 20, "reconhec": [15, 20], "recorded": 62, "recording": 62, "recoverabl": 21, "recovery": 6, "recuper": 42, "recurs": [7, 12, 17, 18, 19, 20, 21, 26, 42, 44, 46, 48, 50, 60, 62, 70, 74, 82], "recus": [35, 41, 44, 60, 70], "rec\u00e9m": [12, 15, 41], "red": [20, 27, 42, 50], "reda\u00e7\u00e3": 49, "reddit": 51, "redefin": [40, 41, 44], "redirecion": [69, 72, 81], "reduc": 11, "reduz": [15, 42, 63, 80], "reentr": 69, "ref": [14, 31], "refaz": 50, "refer": 7, "referenc": 21, "referent": [18, 62, 76], "refin": 76, "reflected": 27, "reflet": [19, 35, 41], "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45], "registr": [0, 7, 12, 20, 42, 45, 60, 69, 78], "registry": 12, "regi\u00e3": 41, "regr": [41, 44], "regul": [12, 20, 27, 36, 41, 60], "regular": 41, "regularly": 11, "reinic": [7, 20], "reinicializ": 20, "rejeit": [37, 41], "rejei\u00e7\u00e3": 37, "relacion": [0, 15, 17, 41, 47], "relat": [18, 20, 44, 80], "related": [1, 44, 83], "relativ": 41, "relat\u00f3ri": 44, "relaunch": 1, "releas": [12, 14], "relev": [10, 41, 42, 44, 76], "rel\u00f3gi": 66, "remaining": 11, "rememb": 1, "remembered": 1, "remetent": [44, 76], "remind": 41, "reminders": 41, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 15, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "removal": 12, "removing": 36, "remo\u00e7\u00e3": 17, "remo\u00e7\u00f5": 42, "renam": [21, 36], "renom": [0, 24, 35, 44], "reopen": 44, "reorden": 44, "repeat": [8, 51], "replac": 45, "repli": 44, "repositori": 8, "repository": [8, 9], "reposit\u00f3ri": 20, "represent": 44, "reproduz": [14, 18, 62], "reprogram": 66, "requ": [1, 8, 20, 31, 41, 69], "requer": 6, "request": [1, 20], "requested": 20, "required": [8, 27], "requisit": 74, "resiz": 60, "resolu": 47, "resolv": [7, 10, 12], "resourc": [45, 46], "resourcetyp": 20, "respect": [41, 42, 43, 49, 58], "respectiv": 52, "respond": [44, 57], "respons": [6, 20], "respost": [40, 41, 57, 69, 76], "rest": [14, 25], "restant": 20, "restaur": [26, 39, 41], "restor": 24, "restrict": [36, 82], "restricted": 36, "restring": [6, 20], "restrit": 44, "restri\u00e7\u00e3": 42, "result": [1, 9, 15, 19, 48], "results": [1, 9, 83], "resum": 57, "retention": 36, "reten\u00e7\u00e3": [24, 33, 44, 69], "retom": 19, "retorn": 26, "retri": 8, "retried": [11, 44], "retriev": 20, "retry": [27, 44], "retrying": 27, "return": [21, 42, 60], "reuni\u00e3": [44, 59, 72], "reuni\u00f5": [41, 57, 69], "revert": [35, 69], "review": [1, 20], "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "ric": 50, "rich": 1, "right": [1, 20, 42, 44, 48, 80, 83], "rights": 44, "risc": [15, 18, 41], "rm": 17, "roaming": 9, "rob\u00f4": 57, "rob\u00f4s": [73, 77], "rod": 63, "rol": [44, 51, 82], "roll": [39, 57], "rooms": 58, "root": [8, 15, 20], "row": [21, 36], "rows": 36, "rss": 6, "rul": 36, "run": [1, 8, 9, 20, 27, 39], "running": 6, "rw": 20, "r\u00e1p": [19, 42, 66, 69, 76], "r\u00edg": [12, 20, 41], "r\u00f3tul": 28, "s": [1, 4, 5, 8, 9, 11, 14, 17, 20, 21, 27, 35, 42, 44, 45, 46, 80, 81, 82, 83], "s3": [20, 27], "sab": [19, 26, 57, 73, 81], "sabredav": 20, "saf": 81, "safar": 83, "sai": [20, 26], "saib": [20, 41, 49], "sair": 19, "sal": [42, 73, 77, 82], "salv": [12, 15, 20, 41, 42, 44, 46, 47, 51, 56, 62, 82], "sam": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 81], "samb": 27, "satisfeit": 19, "sav": [54, 62, 80], "saved": [5, 27, 36, 39, 44], "say": 10, "sa\u00edd": 69, "scan": 27, "scann": 45, "scary": 5, "schannel": 51, "schedul": [14, 52], "scheduled": 1, "scop": 82, "scp": 20, "screen": [45, 51, 60, 80, 81], "script": [26, 44], "scripting": 20, "scripts": [17, 20, 44], "scroll": [20, 51], "search": [2, 8, 21, 36, 42, 78, 80, 83], "searching": 82, "searchon": 8, "sec": 9, "second": [2, 6, 44, 66], "seconds": [9, 11, 62, 81], "secret": [0, 8, 41], "secrets": 20, "section": [1, 9, 11, 20, 36, 42, 52], "security": [20, 45, 51, 83], "see": [1, 2, 9, 13, 14, 19, 21, 25, 27, 28, 29, 33, 36, 40, 44, 81, 82, 83], "seeing": 82, "seen": 51, "segred": 81, "segu": [7, 12, 19, 20, 26, 28, 29, 41, 44, 46, 48, 49, 50, 51, 62, 69, 76], "seguint": [17, 19, 20, 40, 41, 42, 44, 45, 47, 50, 57, 60, 81, 82], "segund": [7, 19, 39, 42, 48, 56, 60, 69, 81], "segur": [17, 20, 38, 53, 69], "seguranc": [6, 20, 26, 30, 38], "sej": [10, 17, 20, 24, 38, 41, 42, 44, 47, 60, 62, 82], "selecion": [0, 14, 15, 20, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 66, 69, 72, 76], "select": [2, 5, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 81], "selected": [1, 21, 36, 44], "selecting": [2, 14, 15], "selection": [36, 81], "selectiv": 8, "seletor": [37, 41], "sele\u00e7\u00e3": [0, 19, 20, 41, 42, 44, 60, 62, 69], "sele\u00e7\u00f5": 41, "seman": [0, 39, 41, 42, 69, 82], "semanal": [0, 42], "semelh": [19, 20, 35, 40, 41, 44], "semic\u00edrcul": 19, "sempr": [7, 19, 20, 24, 39, 41, 44, 69], "send": [1, 15, 19, 20, 42, 44, 60, 80], "sending": 29, "senh": [6, 20, 35, 42, 45, 47, 49, 50, 51, 69, 81, 82], "sent": [10, 28, 44], "separ": [0, 25, 41, 42, 44, 49, 66, 82], "separat": 1, "separately": [44, 81], "ser": [0, 7, 10, 12, 14, 15, 17, 19, 20, 24, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 57, 58, 60, 62, 63, 64, 69, 70, 72, 74, 75, 76, 80, 81, 82], "serv": [8, 9, 10, 11, 12, 13, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 46, 51, 54, 62, 81, 82, 83], "server_address": 8, "servercert": 20, "servers": [21, 27, 82], "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "servidor": [10, 14, 15, 17, 19, 20, 21, 24, 26, 28, 35, 38, 41, 43, 44, 45, 47, 48, 49, 50, 51, 53, 62, 69, 70, 78, 82], "ser\u00e3": [0, 24, 29, 33, 41, 42, 44, 46, 50, 53, 59, 60, 70, 72], "session": 9, "sessions": 9, "sess\u00e3": [6, 20, 42, 49], "set": [4, 9, 15, 28, 33, 39, 41, 45, 50, 51, 66, 82, 83], "setinh": 72, "setting": [4, 16, 81, 82], "settings": [4, 6, 9, 20, 27, 36, 37, 38, 41, 44, 49, 51, 52, 54, 70, 81, 82], "setup": 51, "setups": 11, "se\u00e7\u00e3": [7, 12, 20, 26, 37, 40, 41, 42, 44, 55, 60, 62, 69, 72, 76, 79], "se\u00e7\u00f5": [7, 44, 77], "sftp": [20, 27], "shall": 9, "shar": [2, 19, 20, 23, 26, 27, 29, 30, 82], "shared": [2, 3, 21, 27, 28, 56, 62, 82], "sharing": [21, 23, 29, 30, 37, 70], "shell": 12, "shift": [42, 80], "short": 44, "shortcut": [20, 60], "shortcuts": [60, 72, 80, 83], "should": [5, 9, 11, 14, 20, 41, 46, 81], "show": [4, 9, 21, 42, 44, 60, 83], "showexperimentaloptions": 9, "showing": [4, 21], "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 83], "shows": [1, 20, 21, 27, 36, 54, 83], "si": [7, 64], "sid": [5, 7, 27, 30, 34, 41, 44, 52, 57], "sideb": [2, 5, 15, 20, 27, 36, 39, 44, 83], "siev": 44, "sig": [20, 28, 35, 51], "signif": [15, 19, 20, 41, 44, 60], "signific": 44, "significant": 20, "significantly": 20, "silenc": [7, 60], "silent": 8, "sim": [20, 26, 41], "simb\u00f3l": [12, 19], "simil": 42, "simpl": [5, 27, 29, 39, 41, 44], "simples": [41, 42], "simplific": 41, "simply": [25, 44], "sinal": 42, "sinc": [35, 39, 81], "sincron": 19, "sincroniz": [6, 7, 10, 13, 14, 17, 20, 22, 41, 42, 43, 53], "singl": [8, 21, 36, 41, 81], "singleton": 44, "sintax": [19, 20, 66, 69], "sint\u00e1t": 19, "sip": 69, "sistem": [7, 10, 12, 15, 17, 19, 20, 21, 41, 42, 44, 60, 62, 64, 70], "sit": [43, 73], "situation": 11, "situa\u00e7\u00e3": 10, "siz": [9, 11, 20, 31], "sizing": 9, "skip": 80, "skipped": 11, "skipupdatecheck": 7, "slow": 20, "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "snoozing": 44, "so": [1, 5, 9, 12, 14, 21, 26, 27, 29, 36, 41, 44, 54, 72, 81, 82, 83], "sob": 69, "sobr": [0, 15, 19, 20, 24, 37, 42, 43, 44, 59, 60, 66, 69, 70, 71, 73, 74, 76], "sobrepor": [24, 33], "sobrepost": 41, "soc": 42, "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 42, 53, 80], "solely": 44, "solicit": [31, 40, 41, 44, 45, 50, 60, 62, 63, 72], "solt": [41, 56], "solution": 20, "solu\u00e7\u00e3": [47, 53], "solu\u00e7\u00f5": [20, 35], "solv": [12, 81], "som": [5, 9, 14, 26, 27, 44, 82], "soment": [14, 19, 20, 35, 38, 41, 42, 44], "someon": [10, 82], "sometim": 41, "somewher": 81, "sourc": 20, "sourced": 8, "spac": [2, 3, 15, 20, 39, 60, 72, 80], "sparkl": 7, "speak": 72, "special": [26, 29, 51], "specifi": [9, 11], "specific": [8, 27, 41, 44, 54, 81, 83], "specified": [8, 16], "specify": [8, 16], "speech": 1, "speeds": 20, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "standard": 8, "standards": 80, "star": [21, 42], "starred": 21, "start": [1, 12, 38, 52], "started": [3, 6, 62], "starting": [9, 16, 44], "stat": [8, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [14, 36, 51], "steps": [20, 28, 51], "still": [2, 9, 21, 26], "stolen": 81, "stop": 44, "stopping": 62, "stops": 81, "stor": [45, 81], "storag": [20, 22, 26, 30, 33, 81], "stored": [4, 39, 44], "string": 19, "structur": [2, 3, 21], "sub": [24, 45], "subdiret\u00f3ri": 20, "subfold": 8, "subjects": 44, "submenu": 76, "submit": 1, "subpag": 2, "subpast": 12, "subsequent": [15, 20], "substantially": 20, "substitu": [7, 20, 41, 47, 51, 60, 69], "substitui\u00e7\u00e3": [7, 35], "substitui\u00e7\u00f5": 7, "substitut": 40, "successful": [14, 27, 28], "suced": 41, "sucess": 51, "such": [1, 14, 26, 27, 36, 80, 81, 82, 83], "sud": 17, "suficient": 12, "suger": [41, 44, 50], "suit": [8, 83], "summarization": 1, "summary": 44, "superior": [0, 19, 20, 35, 41, 42, 44, 50, 58, 60, 62, 69, 72], "suport": [14, 19, 20, 41, 42, 44, 46, 49, 50, 53, 81], "support": [14, 17, 20, 41, 46, 51, 81], "supported": [8, 16, 21, 83], "supports": [14, 20, 39, 44], "sur": [39, 81], "surg": 60, "suspens": [12, 20], "swift": [20, 27], "switch": [8, 21, 80, 83], "sync": [8, 12, 14, 19, 25, 44, 81], "synced": [12, 17, 25], "synchroniz": [8, 11, 20, 50], "synchronization": [8, 9, 11, 14, 16, 50, 51], "synchronizations": 8, "synchronized": [10, 13], "syncing": [19, 47], "sys": 12, "sysctl": 12, "system": [8, 9, 12, 20, 21, 30, 32, 39, 49, 51], "systems": [9, 27], "s\u00e3": [7, 15, 19, 26, 33, 35, 38, 39, 40, 41, 42, 44, 45, 48, 50, 64, 69, 76, 77, 82], "s\u00edmbol": [19, 41, 44], "t": [5, 14, 20, 26, 39, 44, 46, 81], "tab": [1, 21, 39, 80], "tabbed": 21, "tabel": 66, "tag": 21, "tagging": 36, "tags": [21, 30, 32], "tak": [2, 9, 17, 28, 62, 83], "tal": 44, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talvez": [7, 17, 41, 42, 44, 60], "tamanh": [19, 20, 31, 33, 41, 42, 80], "tant": [44, 69], "tap": 45, "tard": [44, 56, 69, 76], "taref": [0, 19, 20, 41, 43, 45, 46, 48, 57, 66, 69], "target": [9, 20], "targetchunkuploadduration": 9, "targets": 83, "task": [2, 6, 66], "tasks": 1, "tax": [41, 48], "team": [2, 3, 6, 27], "teams": 74, "technically": 14, "tecl": [6, 28, 42, 46, 72], "tel": [14, 20, 42, 61, 62, 64, 65, 73, 79, 80], "telefon": [42, 60, 69, 81], "telef\u00f4n": [60, 69], "telegr": 42, "telephon": 82, "tema": 80, "temas": 80, "temp": [0, 15, 19, 20, 26, 40, 41, 44, 48, 49, 57, 58, 60, 62], "tempor": 24, "temporal": [37, 39], "temporari": [12, 20], "temporarily": 60, "tempor\u00e1ri": 33, "tem\u00e1t": [73, 77], "ten": 27, "tenh": [7, 12, 41, 57, 60, 69], "tent": [10, 14, 19, 26, 40, 47, 48, 69], "tentat": [41, 44], "ter": [10, 12, 15, 19, 20, 24, 33, 41, 42, 44, 49, 63, 69, 72], "terabyt": 12, "terceir": [12, 26, 41], "term": [1, 41, 46], "termin": [19, 40, 41, 56, 62], "ter\u00e3": [26, 41], "test": [10, 12, 14, 18, 20, 24, 44, 48], "testador": 18, "testing": 9, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 66, 69, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 20, 81], "thanks": 51, "that": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 39, 40, 41, 42, 44, 78, 81, 83], "the": [1, 2, 4, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 54, 56, 60, 62, 70, 71, 72, 78, 80, 81, 82], "them": [4, 5, 8, 9, 14, 21, 27, 28, 36, 41, 42, 56, 80, 81], "themselv": 58, "then": [2, 5, 8, 12, 14, 19, 20, 26, 28, 36, 44, 45, 51, 54, 78, 81], "ther": [1, 2, 10, 20, 24, 62, 71], "thes": [14, 25, 81, 83], "they": [5, 8, 15, 28, 40, 41, 56, 81], "think": 2, "third": 20, "this": [1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 20, 21, 25, 27, 28, 29, 39, 40, 42, 44, 51, 60, 81, 82, 83], "thos": [25, 54], "though": 9, "thre": [1, 14, 21, 27, 36, 44], "thread": [1, 44], "threaded": 44, "threshold": [11, 83], "through": [1, 8, 14, 20, 27, 44], "throw": 45, "thumbnail": 21, "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tim": [8, 9, 10, 14, 15, 20, 36, 41, 44, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "tip": [0, 7, 15, 19, 20, 42, 47, 49, 66, 69], "titl": [2, 5, 44], "tiv": [7, 12, 15, 19, 20, 26, 35, 39, 41, 44, 45, 51, 59, 60, 69, 72], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 51, 52, 54, 56, 58, 60, 62, 66, 70, 71, 72, 78, 80, 81, 82, 83], "toc": [45, 60], "tod": [0, 10, 12, 14, 15, 17, 19, 20, 21, 24, 26, 33, 35, 37, 41, 42, 46, 50, 53, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76], "today": 83, "togeth": [2, 82], "toggl": [1, 21, 72, 80], "token": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": [6, 41, 54], "tool": 2, "toolb": [2, 5, 36, 44, 72], "tools": [1, 36], "top": [1, 2, 21, 36, 42, 71, 72, 83], "toqu": [45, 60], "torn": [10, 19, 41], "total": [7, 15, 31, 33, 41, 80], "totp": [20, 81], "touchpad": 63, "towards": 45, "trabalh": [10, 20, 44, 48], "traduz": [44, 64], "tradu\u00e7\u00e3": [61, 73], "tradu\u00e7\u00f5": 44, "trail": 21, "transcrev": 64, "transcription": 1, "transcri\u00e7\u00e3": [61, 73], "transf": [20, 23, 27, 30], "transfer": [20, 37, 41, 42, 58], "transferent": [20, 37, 41, 51], "transferred": 37, "transform": [50, 75], "translat": 53, "translated": 4, "transmiss\u00e3": 72, "transparent": 15, "trash": [9, 21, 28], "trashbin_retention_obligation": 24, "trat": [15, 41, 44, 69], "travament": 15, "tray": [9, 14], "trech": 44, "tri": 8, "tried": 44, "trigg": [27, 44, 50], "triggered": [9, 14, 44], "triggering": 44, "troc": 41, "tru": [7, 16], "trust": 8, "trusted": 82, "tr\u00eas": [19, 35, 41, 42, 44, 56, 58, 60, 65], "tt": 5, "tud": [0, 14, 18, 20, 28, 45, 48, 51], "tue": 20, "tumblr": 42, "turning": 9, "two": [2, 25, 36, 39, 44, 46, 80, 81, 82], "txt": [10, 20], "type": [1, 2, 9, 21, 36, 60, 80], "types": 21, "typing": 2, "t\u00e9cnic": 15, "t\u00e9rmin": [57, 62, 69], "t\u00eam": [7, 26, 42, 69], "t\u00edpic": 19, "t\u00edtul": [41, 56, 59, 66, 76], "t\u00fanel": 20, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "ultrap": 24, "umount": 20, "unabl": 11, "unaffected": 11, "unavailabl": 27, "uncheck": 36, "und": 5, "under": [1, 11, 20, 27, 36, 51, 70, 81], "undergoing": 9, "understanding": 44, "undon": 15, "unencrypted": 26, "unfocus": 80, "unfortunately": 20, "unific": [6, 76], "unified": [44, 83], "unifying": 5, "uninstall": 17, "uninstalling": 17, "unintended": 9, "uniqu": 26, "univers": 7, "universal": [6, 12], "unknown": 45, "unless": [8, 20, 81], "unlinks": 28, "unlock": 81, "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unread": [80, 83], "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "until": [9, 27, 44, 72], "up": [7, 9, 15, 19, 41, 51, 81, 83], "upcoming": 83, "updat": [10, 41, 45], "updated": [10, 14, 54], "updating": 44, "upload": [9, 10, 19, 21, 27, 31, 35, 41, 42, 72], "uploaded": [9, 11, 62], "uploaders": 29, "uploads": [9, 21, 22, 23, 30, 33, 35], "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": 80, "usa": [7, 19, 20, 39, 48], "usabl": 80, "usad": [19, 20, 38, 40, 41, 42, 44, 51, 60, 80], "usag": 83, "usam": [7, 12, 19, 20], "usand": [7, 17, 22, 26, 29, 30, 40, 41, 42, 44, 45, 51, 53, 60, 63, 65, 66, 69, 72, 76], "usar": [6, 7, 12, 17, 19, 20, 29, 30, 34, 41, 42, 43, 47, 50, 54, 57, 60, 64, 70, 72, 75], "use": [5, 7, 8, 9, 19, 20, 21, 26, 27, 28, 40, 44, 45, 51, 54, 60, 65, 69, 72, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 20, 33, 36, 39, 54, 80], "useful": [15, 21, 44, 82], "user": [4, 8, 9, 17, 20, 27, 39, 44, 45, 51, 52, 54, 70], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "users": [9, 14, 15, 33, 36, 37, 41, 44, 47, 56, 82, 83], "uses": [8, 16, 26], "using": [1, 6, 9, 11, 13, 14, 19, 20, 22, 23, 25, 29, 30, 34, 35, 38, 41, 45, 54, 71, 72, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "uso": [6, 12, 13, 20, 24, 25, 43, 48, 54, 82], "usou": 17, "usual": 26, "usu\u00e1ri": [0, 6, 7, 10, 14, 15, 18, 20, 24, 28, 31, 33, 37, 38, 39, 40, 42, 44, 45, 47, 49, 50, 51, 57, 58, 60, 69, 70, 78, 82], "usu\u00e1rio1": 24, "usu\u00e1rio2": 24, "usu\u00e1rio3": 24, "us\u00e1": [17, 41, 69, 70], "utf": 20, "utiliz": [7, 15, 17, 41, 44, 49, 60, 70], "v": [60, 72, 80], "v3": 41, "v6": 41, "vag": 41, "valid": [19, 50], "validad": 69, "valor": [7, 12, 19, 20, 24, 42, 44], "valu": [9, 11, 16], "var": 16, "vari": [12, 31, 41, 80], "variabl": [6, 9, 13], "variedad": 81, "variety": 82, "vari\u00e1vel": 10, "vaz": [38, 41], "vazi": [41, 42, 44], "vcard": 42, "vcards": 42, "vcf": 42, "ve": 20, "vej": [10, 20, 24, 33, 37, 41, 42, 44], "vem": [0, 41, 44], "venh": 80, "ver": [6, 19, 26, 29, 35, 41, 42, 56, 59, 60, 62, 69, 70, 72, 81], "verbos": 8, "verd": [19, 60, 72], "verdadeir": 44, "verif": [7, 24], "verific": [7, 12, 19, 20, 42, 44, 69, 72], "verifiqu": [19, 20, 41, 42, 44, 60], "verify": 20, "vermelh": [19, 60, 62], "version": [4, 9, 12, 14, 17, 20, 21, 39, 44, 52, 83], "versioning": [20, 39], "versions": [9, 17, 39, 83], "vers\u00e3": [7, 10, 18, 19, 20, 30, 32, 33, 41, 42, 44, 49, 50, 82], "vers\u00f5": [7, 14, 18, 20, 33, 39], "vertical": 44, "very": [5, 20, 80], "ver\u00e3": [26, 28, 60, 62, 63], "vez": [0, 7, 12, 15, 19, 20, 24, 26, 35, 41, 42, 44, 50, 51, 63, 64, 66], "via": [4, 6, 20, 21, 29, 33, 39, 41, 46, 50, 60, 69], "viagens": 41, "vibr": 60, "vid": [21, 72, 80], "videocham": 60, "vier": 48, "view": [1, 27, 36, 41, 44, 51, 56, 60, 78, 80, 83], "viewed": 21, "viewers": 80, "views": 21, "vincul": 28, "vind": 53, "vir": [19, 41], "virtu": [17, 19], "virtual": [42, 82], "vis": 44, "visibil": [15, 37, 42, 69], "visibility": 82, "visibl": [4, 21, 27, 36, 44], "visit": [25, 44], "visitors": 5, "vist": [14, 20, 26], "visual": 80, "visualiz": [0, 7, 15, 20, 26, 35, 42, 50, 60, 61, 66, 69, 73, 76], "vis\u00e3": [0, 69], "vis\u00edv": [35, 41, 42, 44, 46], "vis\u00edvel": [10, 19, 41, 44, 47, 69], "viv": 60, "voc": [0, 7, 10, 12, 14, 15, 17, 18, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "volt": 48, "volum": 8, "vot": [41, 56], "voz": 60, "vpn": 20, "v\u00e1": [20, 28, 35, 44, 45, 50], "v\u00e1l": [41, 44, 51], "v\u00e1r": [19, 35, 42, 58, 62, 69], "v\u00e1ri": [35, 41, 44, 66, 72, 75, 80], "v\u00ea": [20, 58, 82], "v\u00edd": [62, 63, 69, 72, 73], "waiting": 1, "want": [2, 4, 14, 26, 29, 44, 52, 82], "wants": 5, "was": [1, 9, 39, 44, 83], "watch": 12, "way": [2, 20, 25, 54], "ways": 44, "we": [2, 5, 14, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webin\u00e1ri": [73, 77], "welcom": 20, "well": 11, "wer": 9, "what": [5, 27, 33, 36, 82], "when": [1, 2, 5, 9, 11, 12, 14, 19, 20, 21, 26, 27, 28, 40, 42, 44, 50, 51, 54, 62, 72, 82], "whenev": 26, "wher": [1, 5, 8, 9, 39, 81, 83], "wherev": 25, "wheth": [9, 27, 56], "which": [5, 9, 14, 15, 20, 21, 27, 36, 39, 44, 46, 52, 54, 80, 81, 82, 83], "whil": [10, 44, 56, 60], "whiteboards": 2, "who": [5, 21, 28, 62, 82], "whol": 26, "wid": [26, 36, 82], "widget": 44, "widgets": [44, 83], "wik": [57, 74], "wildcards": 8, "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 20, 25, 27, 28, 36, 37, 40, 41, 42, 44, 45, 47, 51, 54, 56, 58, 60, 62, 69, 71, 72, 81, 82], "win": 20, "window": [9, 12, 16, 29, 46, 60], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": 17, "with": [2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 21, 25, 27, 28, 36, 40, 41, 42, 44, 45, 52, 54, 56, 72, 80, 81, 82, 83], "within": [9, 44, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44], "wizard": [12, 14], "won": [14, 81], "wordpress": 12, "words": 5, "work": [20, 36, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 81], "works": [27, 41], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 80, 81], "wow": 5, "writ": [2, 3, 16, 41], "writing": [20, 44], "wrong": 19, "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": 36, "yet": [14, 25, 42, 46], "you": [1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 60, 69, 70, 71, 72, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 16, 19, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 60, 70, 72, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [20, 36], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 6, "\u00c0s": 41, "\u00e1re": [10, 20, 41, 51, 60, 66], "\u00e1rvor": 19, "\u00e1udi": [62, 73], "\u00e2mbit": 14, "\u00e9": [0, 7, 10, 14, 15, 17, 19, 20, 24, 25, 28, 29, 31, 33, 35, 37, 38, 39, 41, 42, 43, 44, 47, 48, 49, 50, 53, 56, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 80, 81, 82], "\u00eaxit": 7, "\u00edcon": [0, 10, 15, 28, 35, 41, 42, 44, 45, 50, 51, 54, 56, 60, 63, 65, 66, 72, 76], "\u00edndic": 26, "\u00faltim": [18, 19, 44, 46, 55], "\u00fanic": [0, 15, 19, 26, 38, 41, 42, 44, 63, 69, 72, 82], "\u00fatil": [20, 31, 33, 41, 60, 72]}, "titles": ["Usar o aplicativo Atividade", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u00cdndice", "O Atualizador Autom\u00e1tico", "Using the Command-Line Client", "Configuration File", "Conflitos", "Environment Variables", "Perguntas Frequentes (FAQ)", "Desktop Client", "Instala\u00e7\u00e3o", "Cliente de arquivos virtuais do macOS", "Command-Line Options", "Desinstala\u00e7\u00e3o", "Canais de atualiza\u00e7\u00e3o", "Uso do Cliente de Sincroniza\u00e7\u00e3o", "Acesso aos arquivos Nextcloud usando o WebDAV", "Accessing your files using the Nextcloud web interface", "Acessar seus arquivos", "Compartilhamento e colabora\u00e7\u00e3o", "Gerenciar arquivos exclu\u00eddos", "Sincroniza\u00e7\u00e3o de desktop e m\u00f3vel", "Using server-side encryption", "Using external storage", "Using federation shares", "Fazer uploads an\u00f4nimos", "Arquivos e sincroniza\u00e7\u00e3o", "Uploads de arquivos grandes", "Gerenciar seus arquivos", "Cota de armazenamento", "Seguran\u00e7a e criptografia", "File sharing", "System tags", "Transfer ownership", "Usar a criptografia de ponta-a-ponta", "Controle de vers\u00e3o", "Configura\u00e7\u00e3o de mensagens de aus\u00eancia do escrit\u00f3rio", "Uso do aplicativo Calend\u00e1rio", "Uso do aplicativo Contatos", "Groupware", "Usar o aplicativo E-Mail", "Sincroniza\u00e7\u00e3o com Android", "Sincroniza\u00e7\u00e3o com o desktop GNOME", "Sincroniza\u00e7\u00e3o com iOS", "Sincroniza\u00e7\u00e3o com o KDE Kontact", "Sincroniza\u00e7\u00e3o com macOS", "Sincroniza\u00e7\u00e3o com Thunderbird", "Sincroniza\u00e7\u00e3o com Windows 10", "Migrate data between instances", "Introdu\u00e7\u00e3o ao manual do usu\u00e1rio do Nextcloud 35", "Gerenciar navegadores e dispositivos conectados", "Apar\u00eancia", "Anexos", "Rob\u00f4s e comandos", "Salas tem\u00e1ticas", "Integra\u00e7\u00e3o do calend\u00e1rio com o Talk", "Entrar em uma chamada", "Chamadas", "Grava\u00e7\u00e3o de chamadas", "Compartilhamento de tela", "Transcri\u00e7\u00e3o e tradu\u00e7\u00e3o", "Visualiza\u00e7\u00e3o de chamadas", "Enviar mensagens", "Bate-papo", "Conversas", "Conversas", "Federa\u00e7\u00e3o", "Integra\u00e7\u00e3o do Arquivos", "Entrar em uma chamada ou em um bate-papo como convidado", "Talk", "Matterbridge", "Aplicativos que se integram \u00e0s mensagens", "Intera\u00e7\u00e3o com mensagens", "Para moderadores", "Conversas abertas", "Webin\u00e1rio e sala de espera", "Acesso universal", "Uso da autentica\u00e7\u00e3o de dois fatores", "Configura\u00e7\u00e3o de suas prefer\u00eancias", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": [12, 26], "Com": 45, "Como": [12, 24, 26, 44], "De": 12, "E": 44, "Em": 12, "Eram": 12, "Est\u00e1": 26, "Eu": 12, "Mais": 12, "No": 12, "O": [7, 24], "Que": 12, "Se": 12, "Sem": 45, "Seu": 19, "Temas": 80, "Um": 12, "abert": 78, "access": [4, 36], "accessing": [20, 21, 27], "account": 44, "aceit": 70, "acess": [20, 22, 35, 80], "acompanh": 44, "acontec": 24, "actions": 44, "activity": 21, "add": 44, "adding": 27, "address": 44, "adiament": 44, "adicion": [35, 38, 41, 42, 44], "adi\u00e7\u00e3": [19, 42], "advanced": 44, "agend": [41, 44, 59, 66], "ai": 1, "alguns": 12, "ali": [15, 44], "alter": [12, 26, 44, 54], "altern": 50, "ambient": 7, "an": 5, "and": [14, 20, 21, 36, 83], "android": 45, "anex": [41, 56], "anivers\u00e1ri": 41, "anoth": 44, "an\u00f4n": 29, "aparent": 55, "aplic": [0, 24, 41, 42, 44, 45, 75, 81], "armazen": [24, 33], "arquiv": [0, 12, 15, 19, 20, 21, 22, 24, 26, 29, 30, 31, 32, 45, 56, 69, 71], "assigning": 36, "assin": 41, "assistant": 1, "atalh": 44, "ativ": [0, 12, 38, 44], "atribu": 41, "atualiz": [7, 18], "aus\u00eanc": 40, "autentic": 81, "automatiz": [41, 44], "autom\u00e1t": [7, 44], "avis": 12, "a\u00e7\u00f5": [15, 44], "backends": 27, "baix": [15, 60], "ban": 69, "barr": 0, "bat": [55, 56, 66, 67, 72, 75], "between": 52, "bloc": 44, "browsing": 36, "by": 36, "b\u00e1sic": 7, "caix": 44, "calend": 41, "calend\u00e1ri": [41, 44, 45, 47, 50, 51, 59], "can": 18, "cancel": 44, "cardbook": 50, "carreg": [10, 12], "cart\u00e3": 75, "cat\u00e1log": [42, 82], "cham": [60, 61, 62, 64, 65, 72], "chang": 27, "chat": 1, "chav": 26, "che": [60, 72], "client": [8, 13, 15, 19, 20, 25, 60, 81], "cloud": 28, "cod": 81, "colabor": 23, "collectiv": [2, 3], "comand": [20, 57], "command": [8, 16], "comments": 21, "compact": [44, 55], "compartilh": [15, 19, 20, 21, 23, 24, 26, 35, 41, 42, 56, 63, 72, 75, 82], "compositor": 44, "compromiss": 41, "condi\u00e7\u00f5": 44, "conect": 54, "configur": [0, 15, 19, 29, 40, 41, 44, 49, 58, 60, 72, 81, 82], "configuration": 9, "confi\u00e1vel": 12, "conflit": [10, 15], "conhec": [15, 20], "connecting": 21, "consent": 62, "consider": 81, "cont": [19, 44, 49], "contacts": 42, "contat": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "convid": [41, 72], "convit": [41, 44, 70], "cor": 44, "corp": 44, "cot": [24, 33], "creat": 5, "creating": [21, 28, 35, 36], "credential": 8, "credits": 51, "cri": [20, 41, 44, 75, 78], "cria\u00e7\u00e3": [41, 42], "criptograf": [26, 34, 38], "curl": 20, "cyberduck": 20, "dad": 82, "dashboard": 83, "dat": 52, "deck": 75, "defin": 76, "deleg": 44, "delegation": [41, 44], "dep\u00f3sit": 29, "desabilit": 26, "desativ": 26, "descart": 69, "desinstal": 17, "desktop": [13, 19, 20, 25, 46, 60], "destinat\u00e1ri": 44, "details": 21, "detection": 27, "detec\u00e7\u00e3": 44, "discuss\u00e3": 44, "disk": 11, "disponibil": 41, "disposit": [38, 54], "di\u00e1ri": 0, "dois": 81, "dolphin": 20, "download": 14, "duplic": [41, 42], "durant": 60, "e2e": 38, "edit": [12, 41, 42, 44], "editor": 19, "edi\u00e7\u00e3": 76, "email": 28, "emoj": 66, "encryption": 26, "enderec": [42, 44, 82], "enquet": 56, "entrad": 44, "entrar": [60, 72], "envelop": 44, "envi": [66, 70], "environment": 11, "equip": 42, "escrev": 44, "escrit\u00f3ri": 40, "espac": 24, "espec\u00edf": 54, "esper": 79, "etiquet": 44, "event": [41, 44, 59], "everyon": 5, "exampl": 8, "exclu": [39, 41, 44], "exclud": 8, "exclus\u00e3": 44, "exclu\u00edd": 24, "exempl": 10, "exib": 38, "experimental": 10, "expir": 69, "explor": 20, "export": 41, "extens\u00e3": 50, "extens\u00f5": 15, "external": 27, "factor": 81, "faq": [12, 26], "fator": 81, "favorit": [42, 44], "faz": 29, "feder": [41, 70], "federated": [28, 35], "federation": [21, 28, 35], "feed": 0, "feri": 41, "fil": [4, 9, 19, 20, 21, 27, 35, 36], "filtering": 21, "filtr": [0, 44, 69], "find": 15, "fio": 44, "fios": 76, "first": [2, 5], "fixa\u00e7\u00e3": 76, "flux": [0, 7], "fold": 44, "form": 12, "frequent": [12, 26], "frequ\u00eanc": 0, "from": 27, "funcion": 12, "funcional": 12, "fund": 60, "fun\u00e7\u00f5": 42, "ger": 17, "geral": [10, 19], "gerenc": [19, 20, 24, 32, 41, 42, 44, 54, 58, 62, 69], "getting": 2, "global": 82, "gnom": 46, "gost": 12, "grad": 65, "grand": 31, "grav": 60, "grava\u00e7\u00e3": 62, "grid": 21, "group": 26, "groupwar": 43, "grup": [35, 42, 69], "handling": 8, "hardwar": 81, "hav": 12, "history": 1, "hor\u00e1ri": 41, "how": 5, "ia": 44, "ics": 41, "idiom": 12, "if": 81, "ignor": 19, "imag": 42, "imediat": 60, "import": [41, 42], "in": 44, "inclu\u00edd": 80, "indic": 15, "individu": 69, "inform": [42, 44], "inic": [60, 69, 72, 81], "initial": 14, "inscri\u00e7\u00e3": 44, "inser": 66, "instal": 14, "install": [8, 14], "instanc": 52, "instru\u00e7\u00f5": 17, "integr": [15, 44, 59, 71, 75], "inteligent": [44, 66], "inter": 76, "interfac": [12, 21, 83], "intern": [35, 44], "interromp": 12, "introdu": 53, "introduction": 5, "introductions": 5, "ios": 47, "is": 26, "itens": 42, "janel": 19, "kde": [20, 48], "key": 26, "kontact": 48, "la": 12, "lateral": 0, "layout": 44, "lembret": [41, 44, 76], "levant": 60, "levels": 36, "lin": [8, 16], "linh": 20, "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "lixeir": [41, 44], "local": 12, "login": 26, "los": 81, "low": 11, "mac": [7, 14, 15, 17, 19, 20, 49], "mail": [0, 44, 72], "mails": 44, "managing": 36, "mant": 15, "manual": [42, 53], "map": 20, "marca\u00e7\u00e3": 41, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "membr": 42, "mencion": 44, "mensag": 44, "mensagens": [40, 44, 55, 66, 69, 75, 76], "menu": 15, "mesclag": 42, "mesm": [12, 42], "microsoft": 20, "migrat": 52, "minh": 12, "minimiz": 44, "mnem\u00f4n": 38, "mod": 44, "modal": 44, "moder": 77, "modific": 12, "montagens": 20, "mov": [12, 21, 26, 44], "muit": 66, "m\u00e3": 60, "m\u00e9tod": 50, "m\u00f3v": [20, 25, 60], "m\u00f3vel": [25, 45], "nativ": 44, "nautilus": 20, "naveg": [54, 60, 80, 83], "navigating": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nom": 39, "not": 69, "notific": [0, 19, 41, 45, 69], "notifications": 1, "nov": [19, 41, 44], "n\u00e3": [12, 26], "ocup": 41, "ofic": 20, "on": [14, 19], "onboard": 5, "oper": 44, "options": 16, "op\u00e7\u00f5": [19, 41, 42], "orador": 65, "orden": 44, "organiz": 42, "our": 5, "outr": [35, 72], "own": [5, 27], "ownership": 37, "pag": 5, "painel": [44, 69], "pap": [55, 56, 66, 67, 72, 75], "par": [26, 41, 44, 54, 62, 76, 77], "parent": 5, "part": [19, 44, 59, 71, 75], "particip": [41, 60, 69], "particul": 69, "past": [12, 21, 38, 44], "pat": 75, "pel": 20, "perfil": 82, "pergunt": [12, 26], "personal": 1, "pesquis": [44, 76, 83], "pessoal": 69, "phishing": 44, "pickers": 1, "plan": 26, "planej": 26, "pod": [26, 82], "pont": 38, "possibl": 26, "poss\u00edvel": 26, "preferent": 82, "preven\u00e7\u00e3": 7, "priorit\u00e1r": 44, "priv": 26, "privac": 69, "problem": [15, 20, 49], "profil": 83, "progress": 41, "project": 5, "propost": 41, "pr\u00e9": 21, "pr\u00f3pri": 29, "pr\u00f3xim": 26, "public": 41, "p\u00fablic": [20, 35], "quand": [12, 24], "quer": 12, "rastr": 12, "real": 64, "rea\u00e7\u00f5": 60, "recomend": 50, "recorrent": 41, "recovery": [26, 81], "recuper": 26, "recurs": [15, 41], "red": 19, "refresh": 44, "remov": 42, "reprodutor": 21, "requer": 83, "requisit": 14, "reserv": 41, "resolu": 49, "respond": [41, 66], "respons": 80, "respost": [20, 44], "restring": 82, "resum": [0, 44, 66], "reuni\u00e3": 41, "reuni\u00f5": [44, 59], "rob\u00f4s": 57, "rss": 0, "running": 1, "r\u00e1p": 44, "s": 2, "sal": [41, 58, 60, 79], "sa\u00edd": 44, "search": 44, "searching": 21, "second": 81, "segund": 26, "seguranc": [34, 44], "seletor": 66, "sele\u00e7\u00e3": 21, "sending": 44, "senh": [26, 54], "ser": 26, "serv": [14, 26, 44], "servidor": 12, "sess\u00e3": 81, "settings": [1, 83], "setup": 14, "shar": [21, 28, 35], "shared": 44, "sharing": [26, 27, 35], "sid": 26, "sideb": 21, "silenc": 66, "sincroniz": [12, 15, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "sistem": 14, "smart": 1, "sobr": [12, 26, 41], "sobreposi\u00e7\u00e3": 19, "solu\u00e7\u00e3": 20, "soment": 50, "spac": 11, "spam": 44, "started": 2, "status": [15, 19, 21, 41], "step": 5, "steps": 2, "storag": 27, "subdiret\u00f3ri": 12, "subfold": 44, "suport": 15, "supported": [14, 27], "system": 36, "s\u00e3": [12, 24], "tag": 36, "tags": 36, "talk": [41, 59, 60, 69, 71, 73], "taref": [44, 75], "task": 1, "team": 5, "tecl": [44, 80], "tel": [60, 63, 72], "temp": [42, 64], "templat": 5, "tem\u00e1t": [58, 60], "tent": 12, "terceir": 20, "text": 44, "the": [5, 8, 21, 26, 83], "thunderbird": 50, "tlsv1": 51, "to": [5, 21, 36], "tod": [44, 78], "togeth": 5, "tokens": 81, "top": 44, "trabalh": [7, 26, 41], "tradu\u00e7\u00e3": [44, 64], "transcri\u00e7\u00e3": 64, "transf": 37, "transparent": 41, "trav": 15, "troc": 44, "troubleshooting": 51, "unidad": 20, "unific": [44, 83], "universal": 80, "upload": 29, "uploading": 21, "uploads": [29, 31], "usag": 8, "usand": 20, "usar": [0, 26, 38, 44, 66, 81], "use": 2, "using": [8, 21, 26, 27, 28], "uso": [19, 41, 42, 50, 81], "usu\u00e1ri": [12, 19, 26, 35, 41, 53], "variabl": 11, "ver": [0, 78, 82], "verific": 41, "versions": 14, "vers\u00e3": 39, "via": [28, 80], "view": 21, "virtu": [15, 42], "virtual": 19, "visualiz": [21, 41, 44, 55, 65], "vis\u00e3": 10, "v\u00e1ri": 42, "v\u00edd": [21, 60], "web": [21, 83], "webdav": 20, "webin\u00e1ri": 79, "what": 2, "why": 2, "widget": 41, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26], "you": 81, "your": [5, 21, 27, 81], "zoom": 80, "\u00e1re": 19, "\u00e1udi": 60, "\u00e9": [12, 26], "\u00edcon": [19, 21], "\u00edndic": 6}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Conversas particulares (individuais)": [[69, "private-one-to-one-conversations"]], "2. Conversas em grupo": [[69, "group-conversations"]], "3. Nota pessoal": [[69, "note-to-self"]], "4. Conversas descart\u00e1veis": [[69, "disposable-conversations"]], "A Sincroniza\u00e7\u00e3o \u00c9 Interrompida Quando Se Tenta Sincronizar Mais De 100 Subdiret\u00f3rios.": [[12, "syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories"]], "A criptografia pode ser desativada sem a senha do usu\u00e1rio?": [[26, "can-encryption-be-disabled-without-the-user-s-password"]], "AI assistant": [[1, null]], "Access Markdown files": [[4, null]], "Accessing external storage": [[27, "accessing-external-storage"]], "Accessing files with KDE and Dolphin": [[20, "accessing-files-with-kde-and-dolphin"]], "Accessing your files using the Nextcloud web interface": [[21, null]], "Aceitar um convite": [[70, "accepting-an-invitation"]], "Acessando arquivos usando cURL": [[20, "accessing-files-using-curl"]], "Acessar seus arquivos": [[22, null]], "Acesso a compartilhamentos p\u00fablicos pelo WebDAV": [[20, "accessing-public-shares-over-webdav"]], "Acesso aos arquivos Nextcloud usando o WebDAV": [[20, null]], "Acesso aos arquivos usando WinSCP": [[20, "accessing-files-using-winscp"]], "Acesso aos arquivos usando o Cyberduck": [[20, "accessing-files-using-cyberduck"]], "Acesso aos arquivos usando o Linux": [[20, "accessing-files-using-linux"]], "Acesso aos arquivos usando o Microsoft Windows": [[20, "accessing-files-using-microsoft-windows"]], "Acesso aos arquivos usando o macOS": [[20, "accessing-files-using-macos"]], "Acesso universal": [[80, null]], "Activity and comments": [[21, "activity-and-comments"]], "Add a folder": [[44, "add-a-folder"]], "Add a subfolder": [[44, "add-a-subfolder"]], "Adding your own external storage": [[27, "adding-your-own-external-storage"]], "Adiamento": [[44, "snooze"]], "Adicionar Contatos": [[42, "adding-contacts"]], "Adicionar Contatos Manualmente": [[42, "adding-contacts-manually"]], "Adicionar anexos a eventos": [[41, "add-attachments-to-events"]], "Adicionar conversa do Talk": [[41, "add-talk-conversation"]], "Adicionar membros a uma equipe": [[42, "add-members-to-a-team"]], "Adicionar op\u00e7\u00f5es de recorr\u00eancia": [[41, "add-recurring-options"]], "Adicionar um compartilhamento p\u00fablico ao seu Nextcloud": [[35, "adding-a-public-share-to-your-nextcloud"]], "Adicionar um dispositivo E2EE": [[38, "adding-an-e2ee-device"]], "Adicionar uma nova conta de e-mail": [[44, "add-a-new-mail-account"]], "Adi\u00e7\u00e3o de Novas Contas": [[19, "adding-new-accounts"]], "Adi\u00e7\u00e3o e Gerenciamento de Cat\u00e1logos de Endere\u00e7os": [[42, "adding-and-managing-address-books"]], "Advanced search in folder": [[44, "advanced-search-in-folder"]], "Agendar a partir do Calend\u00e1rio": [[59, "schedule-from-calendar"]], "Agendar mensagens": [[66, "scheduling-messages"]], "Alguns Arquivos S\u00e3o Continuamente Carregados No Servidor, Mesmo Quando N\u00e3o S\u00e3o Modificados.": [[12, "some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified"]], "Alias files": [[15, "alias-files"]], "Alterar a cor das etiquetas": [[44, "change-color-for-tags"]], "Alterar a ordena\u00e7\u00e3o dos e-mails": [[44, "change-sort-order"]], "Alterar a senha da chave privada": [[26, "change-private-key-password"]], "Alternativa: Uso da extens\u00e3o CardBook (somente contatos)": [[50, "alternative-using-the-cardbook-add-on-contacts-only"]], "Anexos": [[56, null]], "Apar\u00eancia": [[55, null]], "Aplicativos que se integram \u00e0s mensagens": [[75, null]], "Arquivar conversas": [[69, "archive-conversations"]], "Arquivos e notifica\u00e7\u00f5es": [[45, "files-and-notifications"]], "Arquivos e sincroniza\u00e7\u00e3o": [[30, null]], "Arquivos n\u00e3o criptografados": [[26, "files-not-encrypted"]], "Assigning tags to files": [[36, "assigning-tags-to-files"]], "Assinar um Calend\u00e1rio de Feriados": [[41, "subscribe-to-a-holiday-calendar"]], "Assinar um calend\u00e1rio": [[41, "subscribe-to-a-calendar"]], "Atalhos de teclado": [[44, "keyboard-shortcuts"]], "Ativar E2EE": [[38, "enabling-e2ee"]], "Ativar a pesquisa nos corpos do e-mail": [[44, "enable-mail-body-search"]], "Atividade na barra lateral do Arquivos": [[0, "activity-in-the-files-sidebar"]], "Atribuir salas e recursos a um evento": [[41, "assign-rooms-and-resources-to-an-event"]], "Automatiza\u00e7\u00e3o de convites para reuni\u00f5es": [[44, "meeting-invitation-automation"]], "A\u00e7\u00f5es": [[44, "actions"]], "A\u00e7\u00f5es de envelope": [[44, "envelope-actions"]], "A\u00e7\u00f5es de mensagem": [[44, "message-actions"]], "A\u00e7\u00f5es r\u00e1pidas": [[44, "quick-actions"]], "Baixar a lista de participantes da chamada": [[60, "download-call-participants-list"]], "Banir participantes": [[69, "ban-participants"]], "Bate-papo": [[67, null]], "Blocos de texto": [[44, "text-blocks"]], "Browsing files by tag": [[36, "browsing-files-by-tag"]], "Caixa de entrada priorit\u00e1ria": [[44, "priority-inbox"]], "Caixa de sa\u00edda": [[44, "outbox"]], "Calendar delegation": [[41, "calendar-delegation"]], "Calend\u00e1rio": [[47, "calendar"], [51, "calendar"]], "Calend\u00e1rio de anivers\u00e1rios": [[41, "birthday-calendar"]], "Calend\u00e1rios": [[50, "calendars"]], "Canais de atualiza\u00e7\u00e3o": [[18, null]], "Cancelar inscri\u00e7\u00e3o em uma lista de discuss\u00e3o": [[44, "unsubscribe-from-a-mailing-list"]], "Carregamento de conflitos (experimental)": [[10, "uploading-conflicts-experimental"]], "Chamadas": [[61, null]], "Chat with AI": [[1, "chat-with-ai"]], "Clientes WebDAV de terceiros": [[20, "third-party-webdav-clients"]], "Clientes m\u00f3veis": [[25, "mobile-clients"], [60, "mobile-clients"]], "Clientes oficiais de desktop e m\u00f3veis do Nextcloud": [[20, "official-nextcloud-desktop-and-mobile-clients"]], "Collectives": [[3, null]], "Com o aplicativo m\u00f3vel Nextcloud": [[45, "with-the-nextcloud-mobile-app"]], "Comandos": [[57, "commands"]], "Command-Line Options": [[16, null]], "Como Adicionar um Novo Filtro": [[44, "how-to-add-a-new-filter"]], "Como Excluir um Filtro": [[44, "how-to-delete-a-filter"]], "Como a criptografia pode ser desabilitada?": [[26, "how-can-encryption-be-disabled"]], "Como ativ\u00e1-la": [[12, "how-to-enable-it"]], "Como funciona a funcionalidade \u201cEditar localmente\u201d": [[12, "how-the-edit-locally-functionality-works"]], "Como o aplicativo de arquivos exclu\u00eddos gerencia o espa\u00e7o de armazenamento": [[24, "how-the-deleted-files-app-manages-storage-space"]], "Compartilhamento de arquivos criptografados": [[26, "sharing-encrypted-files"]], "Compartilhamento de calend\u00e1rios": [[41, "sharing-calendars"]], "Compartilhamento de tela": [[63, null]], "Compartilhamento e colabora\u00e7\u00e3o": [[23, null]], "Compartilhamento federado de calend\u00e1rios": [[41, "federated-calendar-sharing"]], "Compartilhamento interno com usu\u00e1rios e grupos": [[35, "internal-shares-with-users-and-groups"]], "Compartilhamentos por link p\u00fablico": [[35, "public-link-shares"]], "Compartilhar a Partir do Seu Desktop": [[19, "sharing-from-your-desktop"]], "Compartilhar arquivos em um bate-papo": [[56, "sharing-files-in-a-chat"]], "Compartilhar cart\u00e3o em um bate-papo": [[75, "share-card-into-a-chat"]], "Compartilhar seus dados no cat\u00e1logo de endere\u00e7os global": [[82, "sharing-your-data-in-the-global-address-book"]], "Compromissos": [[41, "appointments"]], "Condi\u00e7\u00f5es": [[44, "conditions"]], "Configurando autentica\u00e7\u00e3o de dois fatores": [[81, "configuring-two-factor-authentication"]], "Configurar lembretes": [[41, "set-up-reminders"]], "Configurar salas tem\u00e1ticas": [[58, "configure-breakout-rooms"], [60, "set-up-breakout-rooms"]], "Configurar seu pr\u00f3prio dep\u00f3sito de arquivos": [[29, "setting-up-your-own-file-drop"]], "Configurar suas contas": [[49, "setup-your-accounts"]], "Configuration": [[15, "configuration"]], "Configuration File": [[9, null]], "Configura\u00e7\u00e3o das Op\u00e7\u00f5es de Conta Nextcloud": [[19, "configuring-nextcloud-account-settings"]], "Configura\u00e7\u00e3o de mensagens de aus\u00eancia do escrit\u00f3rio": [[40, null]], "Configura\u00e7\u00e3o de suas prefer\u00eancias": [[82, null]], "Configura\u00e7\u00e3o do status do usu\u00e1rio": [[19, "set-the-user-status"]], "Configura\u00e7\u00f5es de conta": [[44, "account-settings"]], "Configura\u00e7\u00f5es de notifica\u00e7\u00f5es": [[0, "notification-settings"]], "Conflitos": [[10, null]], "Connecting to a Federation Share": [[21, "connecting-to-a-federation-share"]], "Consentimento para grava\u00e7\u00e3o": [[62, "recording-consent"]], "Considera\u00e7\u00f5es": [[81, "considerations"]], "Contatos": [[47, "contacts"], [50, "contacts"], [51, "contacts"]], "Contatos e Calend\u00e1rio": [[45, "contacts-and-calendar"]], "Context menu actions": [[15, "context-menu-actions"]], "Controlar \u00e1udio e v\u00eddeo": [[60, "controlling-audio-and-video"], [60, "id1"]], "Controle de vers\u00e3o": [[39, null]], "Controles de arquivo": [[21, "file-controls"]], "Conversas": [[68, null], [69, null]], "Conversas abertas": [[78, null]], "Convidar participantes para um evento": [[41, "invite-attendees-to-an-event"]], "Convites para reuni\u00f5es": [[44, "meeting-invitations"]], "Cota de armazenamento": [[33, null]], "Cotas": [[24, "quotas"]], "Creating a new federated cloud share via email": [[28, "creating-a-new-federated-cloud-share-via-email"]], "Creating a new federation share": [[28, "creating-a-new-federation-share"], [35, "creating-a-new-federation-share"]], "Creating and managing tags": [[36, "creating-and-managing-tags"]], "Credential Handling": [[8, "credential-handling"]], "Credits": [[51, "credits"]], "Criar montagens WebDAV na linha de comandos do Linux": [[20, "creating-webdav-mounts-on-the-linux-command-line"]], "Criar sala do Talk para compromissos agendados": [[41, "create-talk-room-for-booked-appointments"]], "Criar tarefas a partir das mensagens de pate-papo": [[75, "create-tasks-from-chat-message"]], "Criar um evento": [[44, "create-an-event"]], "Criar um filtro a partir de uma mensagem": [[44, "create-a-filter-from-a-message"]], "Criar um novo Calend\u00e1rio": [[41, "create-a-new-calendar"]], "Criar um novo evento": [[41, "create-a-new-event"]], "Criar uma conversa aberta": [[78, "creating-an-open-conversation"]], "Criar uma proposta": [[41, "creating-a-proposal"]], "Criar uma tarefa": [[44, "create-a-task"]], "Cria\u00e7\u00e3o de uma configura\u00e7\u00e3o de compromisso": [[41, "creating-an-appointment-configuration"]], "Cria\u00e7\u00e3o de uma equipe": [[42, "create-a-team"]], "Criptografar uma pasta": [[38, "encrypting-a-folder"]], "Debug-level Logging": [[15, "debug-level-logging"]], "Deck": [[75, "deck"]], "Definir lembretes para mensagens": [[76, "setting-reminder-on-messages"]], "Delega\u00e7\u00e3o de conta": [[44, "account-delegation"]], "Desinstala\u00e7\u00e3o": [[17, null]], "Desktop Client": [[13, null]], "Details sidebar": [[21, "details-sidebar"]], "Detec\u00e7\u00e3o de phishing": [[44, "phishing-detection"]], "Disponibilidade (Hor\u00e1rio de Trabalho)": [[41, "availability-working-hours"]], "Disponibilidade de salas": [[41, "room-availability"]], "Download": [[14, "download"]], "Durante uma chamada": [[60, "during-a-call"]], "Editar etiquetas": [[44, "edit-tags"]], "Editar ou Remover Informa\u00e7\u00f5es de Contato": [[42, "edit-or-remove-contact-information"]], "Editar uma proposta": [[41, "editing-a-proposal"]], "Editar, Exportar ou Excluir um Calend\u00e1rio": [[41, "edit-export-or-delete-a-calendar"]], "Editar, duplicar ou excluir um evento": [[41, "edit-duplicate-or-delete-an-event"]], "Edi\u00e7\u00e3o de mensagens": [[76, "editing-messages"]], "Endere\u00e7os internos": [[44, "internal-addresses"]], "Enquetes no bate-papo": [[56, "polls-in-chat"]], "Entrar como um convidado por e-mail": [[72, "joining-as-an-email-guest"]], "Entrar em um bate-papo": [[72, "joining-a-chat"]], "Entrar em uma chamada": [[60, null], [72, "joining-a-call"]], "Entrar em uma chamada ou em um bate-papo como convidado": [[72, null]], "Entrar imediatamente em uma chamada": [[60, "immediately-join-a-call"]], "Enviar mensagens": [[66, null]], "Enviar um convite": [[70, "sending-an-invitation"]], "Environment Variables": [[11, null]], "Equipes": [[42, "teams"]], "Escrever mensagens": [[44, "compose-messages"]], "Est\u00e1 planejado mover isso para o pr\u00f3ximo login de usu\u00e1rio ou um trabalho em segundo plano?": [[26, "is-it-planned-to-move-this-to-the-next-user-login-or-a-background-job"]], "Eu gostaria de alterar o idioma da interface do usu\u00e1rio": [[12, "i-would-like-to-change-the-language-of-the-user-interface"]], "Example": [[8, "example"]], "Exclude List": [[8, "exclude-list"]], "Excluir etiquetas": [[44, "delete-tags"]], "Excluir uma vers\u00e3o": [[39, "deleting-a-version"]], "Exclus\u00e3o autom\u00e1tica da lixeira": [[44, "automatic-trash-deletion"]], "Exemplo": [[10, "example"]], "Exibir o mnem\u00f4nico": [[38, "displaying-the-mnemonic"]], "Expira\u00e7\u00e3o de mensagens": [[69, "messages-expiration"]], "Fazer upload de arquivos": [[29, "uploading-files"]], "Fazer uploads an\u00f4nimos": [[29, null]], "Federated shares": [[35, "federated-shares"]], "Federa\u00e7\u00e3o": [[70, null]], "Feed RSS": [[0, "rss-feed"]], "File actions": [[15, "file-actions"]], "File change detection": [[27, "file-change-detection"]], "File sharing": [[35, null]], "Filtrar atividades": [[0, "filtering-activities"]], "Filtrar suas conversas": [[69, "filter-your-conversations"]], "Filtros": [[44, "filter"]], "Filtros e resposta autom\u00e1tica": [[44, "filtering-and-autoresponder"]], "Finder integration": [[15, "finder-integration"]], "First steps": [[2, "first-steps"]], "Fixa\u00e7\u00e3o de mensagens": [[76, "pinning-messages"]], "Fluxo de Trabalho B\u00e1sico": [[7, "basic-workflow"]], "Folder actions": [[44, "folder-actions"]], "Frequ\u00eancia das notifica\u00e7\u00f5es por e-mail": [[0, "email-notification-frequency"]], "Fundos": [[60, "backgrounds"]], "Fun\u00e7\u00f5es de equipe": [[42, "team-roles"]], "Gerenciador de arquivos Nautilus": [[20, "nautilus-file-manager"]], "Gerenciamento de Eventos": [[41, "managing-events"]], "Gerenciamento de propostas": [[41, "managing-proposals"]], "Gerenciamento de seus calend\u00e1rios": [[41, "managing-your-calendars"]], "Gerenciamento de v\u00e1rios Contatos ao mesmo tempo": [[42, "managing-multiple-contacts-at-a-time"]], "Gerenciamento dos dispositivos": [[54, "managing-devices"]], "Gerenciamento dos navegadores conectados": [[54, "managing-connected-browsers"]], "Gerenciar arquivos exclu\u00eddos": [[24, null]], "Gerenciar navegadores e dispositivos conectados": [[54, null]], "Gerenciar salas tem\u00e1ticas": [[58, "manage-breakout-rooms"]], "Gerenciar seus arquivos": [[32, null]], "Gerenciar sua conta de e-mail": [[44, "managing-your-mail-account"]], "Gerenciar uma conversa": [[69, "managing-a-conversation"]], "Gerenciar uma grava\u00e7\u00e3o": [[62, "manage-a-recording"]], "Getting started": [[2, null]], "Gravar uma chamada": [[60, "record-a-call"]], "Grava\u00e7\u00e3o de chamadas": [[62, null]], "Grid view": [[21, "grid-view"]], "Groupware": [[43, null]], "Havia Um Aviso Sobre Altera\u00e7\u00f5es Em Pastas Sincronizadas Que N\u00e3o Eram Rastreadas De Forma Confi\u00e1vel.": [[12, "there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably"]], "How to onboard your team": [[5, null]], "Imagem de Contato": [[42, "contact-picture"]], "Importar um Calend\u00e1rio": [[41, "import-a-calendar"]], "Importar um Evento/Adicionar um Evento .ics": [[41, "import-an-event-add-ics-event"]], "Importa\u00e7\u00e3o de Contatos Virtuais": [[42, "importing-virtual-contacts"]], "Informa\u00e7\u00f5es do destinat\u00e1rio no compositor": [[44, "recipient-info-on-composer"]], "Iniciar a chamada": [[60, "start-the-call"]], "Iniciar o compartilhamento de tela": [[72, "starting-a-screen-share"]], "Iniciar ou entrar em uma chamada": [[60, "starting-or-joining-a-call"]], "Iniciar sess\u00e3o com autentica\u00e7\u00e3o de dois factores": [[81, "logging-in-with-two-factor-authentication"]], "Iniciar uma conversa": [[69, "creating-a-conversation"]], "Initial Setup": [[14, "initial-setup"]], "Inserir emojis": [[66, "inserting-emoji"]], "Instala\u00e7\u00e3o": [[14, null]], "Install": [[8, "install"]], "Install on Linux": [[14, "install-on-linux"]], "Install on macOS and Windows": [[14, "install-on-macos-and-windows"]], "Instru\u00e7\u00f5es gerais": [[17, "general-instructions"]], "Integra\u00e7\u00e3o com o calend\u00e1rio": [[44, "calendar-integration"]], "Integra\u00e7\u00e3o do Arquivos": [[71, null]], "Integra\u00e7\u00e3o do calend\u00e1rio com o Talk": [[59, null]], "Integra\u00e7\u00e3o do painel": [[44, "dashboard-integration"]], "Intera\u00e7\u00e3o com mensagens": [[76, null]], "Introdu\u00e7\u00e3o ao manual do usu\u00e1rio do Nextcloud 35": [[53, null]], "Is group sharing possible with the recovery key?": [[26, "is-group-sharing-possible-with-the-recovery-key"]], "Itens compartilhados": [[42, "shared-items"]], "Janela Geral": [[19, "general-window"]], "Keep Downloaded": [[15, "keep-downloaded"]], "Known issues": [[15, "known-issues"]], "Lembretes de acompanhamento": [[44, "follow-up-reminders"]], "Levantar a m\u00e3o": [[60, "raise-hand"]], "Linux": [[7, "linux"], [17, "linux"]], "Lixeira": [[41, "trash-bin"]], "Locking": [[15, "locking"]], "Low Disk Space": [[11, "low-disk-space"]], "Mapear unidades com a linha de comandos": [[20, "mapping-drives-with-the-command-line"]], "Mapear unidades com o Windows Explorer": [[20, "mapping-drives-with-windows-explorer"]], "Marca\u00e7\u00e3o de um compromisso": [[41, "booking-an-appointment"]], "Mark contacts as favorite": [[42, "mark-contacts-as-favorite"]], "Matterbridge": [[74, null]], "Mencionar contatos": [[44, "mention-contacts"]], "Mensagens agendadas": [[44, "scheduled-messages"]], "Mensagens de bate-papo": [[55, "chat-messages"]], "Mensagens em fios": [[76, "threaded-messages"]], "Mensagens silenciosas": [[66, "silent-messages"]], "Mesclagem de Contatos duplicados": [[42, "merging-duplicate-contacts"]], "Migrate data between instances": [[52, null]], "Minimizar o modal do compositor": [[44, "minimize-the-composer-modal"]], "Modo de visualiza\u00e7\u00e3o das mensagens / de opera\u00e7\u00e3o": [[44, "message-display-operation-mode"]], "Mover arquivos": [[21, "moving-files"]], "Mover mensagens para a pasta Spam": [[44, "move-messages-to-junk-folder"]], "M\u00e9todo recomendado": [[50, "recommended-method"]], "Native account delegation": [[44, "native-account-delegation"]], "Navegador e cliente de desktop do Talk": [[60, "browser-and-talk-desktop-client"]], "Navega\u00e7\u00e3o via teclado": [[80, "navigating-via-keyboard"]], "Navigating the interface": [[83, "navigating-the-interface"]], "Navigating your files": [[21, "navigating-your-files"]], "No Linux": [[12, "on-linux"]], "No Windows": [[12, "on-windows"]], "Nomear uma vers\u00e3o": [[39, "naming-a-version"]], "Notifications": [[1, "notifications"]], "Notifica\u00e7\u00f5es e privacidade": [[69, "notifications-and-privacy"]], "Notifica\u00e7\u00f5es sobre uma reuni\u00e3o proposta": [[41, "notifications-for-a-proposed-meeting"]], "O Atualizador Autom\u00e1tico": [[7, null]], "O que acontece quando arquivos compartilhados s\u00e3o exclu\u00eddos": [[24, "what-happens-when-shared-files-are-deleted"]], "Op\u00e7\u00f5es de equipe": [[42, "team-options"]], "Ordenar favoritos no topo": [[44, "sort-favorites-up"]], "Organizar seus Contatos com Grupos de Contatos": [[42, "organize-your-contacts-with-contact-groups"]], "Our first project: Introductions": [[5, "our-first-project-introductions"]], "Outros com acesso": [[35, "others-with-access"]], "Painel do Talk": [[69, "talk-dashboard"]], "Para moderadores": [[77, null]], "Perguntas Frequentes (FAQ)": [[12, null]], "Perguntas Frequentes (FAQ) sobre Criptografia": [[26, "encryption-faq"]], "Personal settings": [[1, "personal-settings"]], "Pesquisa unificada": [[44, "unified-search"], [83, "unified-search"]], "Pesquisar mensagens em uma conversa": [[76, "messages-search-in-a-conversation"]], "Preven\u00e7\u00e3o de Atualiza\u00e7\u00f5es Autom\u00e1ticas": [[7, "preventing-automatic-updates"]], "Preven\u00e7\u00e3o de Atualiza\u00e7\u00f5es Autom\u00e1ticas em Ambientes Linux": [[7, "preventing-automatic-updates-in-linux-environments"]], "Preven\u00e7\u00e3o de Atualiza\u00e7\u00f5es Autom\u00e1ticas em Ambientes Windows": [[7, "preventing-automatic-updates-in-windows-environments"]], "Problema": [[20, "problem"], [20, "id1"], [20, "id3"], [20, "id5"], [20, "id6"], [20, "id8"], [20, "id9"], [20, "id11"]], "Problemas conhecidos": [[20, "known-issues"], [20, "known-problems"]], "Propostas": [[41, "proposals"]], "Pr\u00e9-visualiza\u00e7\u00e3o de arquivos": [[21, "previewing-files"]], "Publica\u00e7\u00e3o de um calend\u00e1rio": [[41, "publishing-a-calendar"]], "Quero Mover Minha Pasta De Sincroniza\u00e7\u00e3o Local": [[12, "i-want-to-move-my-local-sync-folder"]], "Rea\u00e7\u00f5es": [[60, "reactions"]], "Recovery codes if you lose your second factor": [[81, "recovery-codes-if-you-lose-your-second-factor"]], "Refresh folder": [[44, "refresh-folder"]], "Reprodutor de v\u00eddeo": [[21, "video-player"]], "Requerimentos do navegador web": [[83, "web-browser-requirements"]], "Requisitos do Sistema": [[14, "system-requirements"]], "Resolu\u00e7\u00e3o de problemas": [[49, "troubleshooting"]], "Responder a convites": [[41, "responding-to-invitations"]], "Responder a mensagens e muito mais": [[66, "replying-to-messages-and-more"]], "Responder a uma reuni\u00e3o proposta": [[41, "responding-to-a-proposed-meeting"]], "Resposta": [[20, "answer"]], "Respostas autom\u00e1ticas": [[44, "autoresponders"]], "Respostas inteligentes": [[44, "smart-replies"]], "Restringir quem pode ver os dados de seu perfil": [[82, "restrict-who-can-see-your-profile-data"]], "Resumo de fio": [[44, "thread-summary"]], "Resumo di\u00e1rio das atividades": [[0, "daily-activity-summary"]], "Resumo do bate-papo": [[66, "chat-summary"]], "Resumo por IA": [[44, "ai-summary"]], "Reuni\u00f5es e eventos": [[59, "meetings-and-events"]], "Rob\u00f4s": [[57, "bots"]], "Rob\u00f4s e comandos": [[57, null]], "Running a task": [[1, "running-a-task"]], "Salas tem\u00e1ticas": [[58, null]], "Search in folder": [[44, "search-in-folder"]], "Searching and filtering": [[21, "searching-and-filtering"]], "Seguran\u00e7a": [[44, "security"]], "Seguran\u00e7a e criptografia": [[34, null]], "Seletor inteligente": [[66, "smart-picker"]], "Sele\u00e7\u00e3o de arquivos ou pastas": [[21, "selecting-files-or-folders"]], "Sem o aplicativo m\u00f3vel Nextcloud": [[45, "without-the-nextcloud-mobile-app"]], "Sending as another address (server alias)": [[44, "sending-as-another-address-server-alias"]], "Senha da Chave de Recupera\u00e7\u00e3o": [[26, "recovery-key-password"]], "Senhas espec\u00edficas para dispositivos e altera\u00e7\u00f5es de senha": [[54, "device-specific-passwords-and-password-changes"]], "Settings and profile": [[83, "settings-and-profile"]], "Shared folder": [[44, "shared-folder"]], "Sharing": [[15, "sharing"]], "Sharing files from external storage": [[27, "sharing-files-from-external-storage"]], "Sincroniza\u00e7\u00e3o com Android": [[45, null]], "Sincroniza\u00e7\u00e3o com Thunderbird": [[50, null]], "Sincroniza\u00e7\u00e3o com Windows 10": [[51, null]], "Sincroniza\u00e7\u00e3o com iOS": [[47, null]], "Sincroniza\u00e7\u00e3o com macOS": [[49, null]], "Sincroniza\u00e7\u00e3o com o KDE Kontact": [[48, null]], "Sincroniza\u00e7\u00e3o com o desktop GNOME": [[46, null]], "Sincroniza\u00e7\u00e3o de desktop e m\u00f3vel": [[25, null]], "Smart pickers": [[1, "smart-pickers"]], "Solu\u00e7\u00e3o": [[20, "solution"], [20, "id2"], [20, "id4"], [20, "id7"], [20, "id10"], [20, "id12"]], "Solu\u00e7\u00e3o 1": [[20, "solution-1"]], "Solu\u00e7\u00e3o 2": [[20, "solution-2"]], "Status Automatizado de Usu\u00e1rio": [[41, "automated-user-status"]], "Step 1: Create an \u201cIntroductions\u201d parent page \ud83d\udcc3": [[5, "step-1-create-an-introductions-parent-page"]], "Step 2: Create an \u201cIntroduction\u201d-template together \ud83d\udc65": [[5, "step-2-create-an-introduction-template-together"]], "Step 3: Everyone creates their own! \ud83d\udcab": [[5, "step-3-everyone-creates-their-own"]], "Supported backends": [[27, "supported-backends"]], "Supported features": [[15, "supported-features"]], "Supported server versions": [[14, "supported-server-versions"]], "Sync status indicators": [[15, "sync-status-indicators"]], "System tags": [[36, null]], "Tag access levels": [[36, "tag-access-levels"]], "Talk": [[73, null]], "Talk a partir de Arquivos": [[71, "talk-from-files"]], "Task history": [[1, "task-history"]], "Tela cheia": [[60, "full-screen"]], "Tela cheia e outras configura\u00e7\u00f5es": [[72, "full-screen-and-other-settings"]], "Temas inclu\u00eddos": [[80, "included-themes"]], "The Dashboard": [[83, "the-dashboard"]], "The Nextcloud web interface": [[83, null]], "Todas as caixas de entrada": [[44, "all-inboxes"]], "Trabalhar com o compromisso reservado": [[41, "working-with-the-booked-appointment"]], "Tradu\u00e7\u00e3o de e-mails": [[44, "mail-translation"]], "Tradu\u00e7\u00e3o em tempo real": [[64, "live-translation"]], "Transcri\u00e7\u00e3o de chamadas em tempo real": [[64, "call-live-transcription"]], "Transcri\u00e7\u00e3o e tradu\u00e7\u00e3o": [[64, null]], "Transfer ownership": [[37, null]], "Transpar\u00eancia de Calend\u00e1rio": [[41, "calendar-transparency"]], "Trocar o layout": [[44, "switch-layout"]], "Troubleshooting": [[15, "troubleshooting"]], "Troubleshooting: 2FA": [[51, "troubleshooting-2fa"]], "Troubleshooting: TLSv1.2": [[51, "troubleshooting-tlsv1-2"]], "Uploading and creating files": [[21, "uploading-and-creating-files"]], "Uploads de arquivos grandes": [[31, null]], "Usage": [[8, "usage"]], "Usar Markdown": [[66, "using-markdown"]], "Usar a criptografia de ponta-a-ponta": [[38, null]], "Usar aplicativos cliente com autentica\u00e7\u00e3o de dois fatores": [[81, "using-client-applications-with-two-factor-authentication"]], "Usar autentica\u00e7\u00e3o de dois fatores com tokens de hardware": [[81, "using-two-factor-authentication-with-hardware-tokens"]], "Usar criptografia": [[26, "using-encryption"]], "Usar o aplicativo Atividade": [[0, null]], "Usar o aplicativo E-Mail": [[44, null]], "Usar o modo compacto": [[44, "use-compact-mode"]], "Using external storage": [[27, null]], "Using federation shares": [[28, null]], "Using server-side encryption": [[26, null]], "Using the Command-Line Client": [[8, null]], "Using the macOS File Provider": [[15, null]], "Uso da Janela Rede": [[19, "using-the-network-window"]], "Uso da autentica\u00e7\u00e3o de dois fatores": [[81, null]], "Uso do Cliente de Sincroniza\u00e7\u00e3o": [[19, null]], "Uso do Editor de Arquivos a Ignorar": [[19, "using-the-ignored-files-editor"]], "Uso do aplicativo Calend\u00e1rio": [[41, null]], "Uso do aplicativo Contatos": [[42, null]], "Ver seu fluxo de atividades": [[0, "viewing-your-activity-stream"]], "Ver todas as conversas abertas": [[78, "view-all-open-conversations"]], "Verifica\u00e7\u00e3o dos hor\u00e1rios de ocupa\u00e7\u00e3o dos participantes": [[41, "checking-attendees-busy-times"]], "Visualizar o progresso de uma proposta": [[41, "viewing-a-proposal-progress"]], "Visualiza\u00e7\u00e3o compacta da lista de conversas": [[55, "compact-view-of-conversations-list"]], "Visualiza\u00e7\u00e3o de chamadas": [[65, null]], "Visualiza\u00e7\u00e3o do orador": [[65, "speaker-view"]], "Visualiza\u00e7\u00e3o em grade": [[65, "grid-view"]], "Vis\u00e3o Geral": [[10, "overview"]], "Webin\u00e1rio e sala de espera": [[79, null]], "What\u2019s next": [[2, "what-s-next"]], "Why use Collectives?": [[2, "why-use-collectives"]], "Widget de Calend\u00e1rio": [[41, "calendar-widget"]], "Windows": [[7, "windows"], [17, "windows"]], "Zoom e responsividade": [[80, "zoom-and-responsiveness"]], "macOS": [[7, "macos"], [17, "macos"]], "macOS Extensions conflict": [[15, "macos-extensions-conflict"]], "\u00c9 poss\u00edvel desativar a criptografia com a chave de recupera\u00e7\u00e3o?": [[26, "is-it-possible-to-disable-encryption-with-the-recovery-key"]], "\u00cdcone da \u00e1rea de notifica\u00e7\u00e3o": [[19, "systray-icon"]], "\u00cdcones de Sobreposi\u00e7\u00e3o do Gerenciador de Arquivos": [[19, "file-manager-overlay-icons"]], "\u00cdcones de status do compartilhamento": [[21, "sharing-status-icons"]], "\u00cdndice": [[6, null]]}, "docnames": ["activity", "ai_assistant", "collectives/getting_started", "collectives/index", "collectives/markdown_files", "collectives/onboard_your_team", "contents", "desktop/autoupdate", "desktop/commandline", "desktop/configfile", "desktop/conflicts", "desktop/envvars", "desktop/faq", "desktop/index", "desktop/installation", "desktop/macosfileprovider", "desktop/options", "desktop/uninstallation", "desktop/updatechannel", "desktop/usage", "files/access_webdav", "files/access_webgui", "files/accessing", "files/collaboration", "files/deleted_file_management", "files/desktop_mobile_sync", "files/encrypting_files", "files/external_storage", "files/federated_cloud_sharing", "files/file_drop", "files/index", "files/large_file_upload", "files/managing", "files/quota", "files/security", "files/sharing", "files/tagging", "files/transfer_ownership", "files/using_e2ee", "files/version_control", "groupware/absence", "groupware/calendar", "groupware/contacts", "groupware/index", "groupware/mail", "groupware/sync_android", "groupware/sync_gnome", "groupware/sync_ios", "groupware/sync_kde", "groupware/sync_osx", "groupware/sync_thunderbird", "groupware/sync_windows10", "groupware/user_migration", "index", "session_management", "talk/appearance", "talk/attachments", "talk/bots", "talk/breakout_rooms", "talk/calendar_integration", "talk/call", "talk/call_index", "talk/call_recording", "talk/call_screenshare", "talk/call_transcription", "talk/call_views", "talk/chat", "talk/chat_index", "talk/conversation_index", "talk/conversations", "talk/federation_index", "talk/files_integration", "talk/guest", "talk/index", "talk/matterbridge", "talk/message_integrations", "talk/messages", "talk/moderator_index", "talk/open_conversations", "talk/webinar", "universal_access", "user_2fa", "userpreferences", "webinterface"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["activity.rst", "ai_assistant.rst", "collectives/getting_started.rst", "collectives/index.rst", "collectives/markdown_files.rst", "collectives/onboard_your_team.rst", "contents.rst", "desktop/autoupdate.rst", "desktop/commandline.rst", "desktop/configfile.rst", "desktop/conflicts.rst", "desktop/envvars.rst", "desktop/faq.rst", "desktop/index.rst", "desktop/installation.rst", "desktop/macosfileprovider.rst", "desktop/options.rst", "desktop/uninstallation.rst", "desktop/updatechannel.rst", "desktop/usage.rst", "files/access_webdav.rst", "files/access_webgui.rst", "files/accessing.rst", "files/collaboration.rst", "files/deleted_file_management.rst", "files/desktop_mobile_sync.rst", "files/encrypting_files.rst", "files/external_storage.rst", "files/federated_cloud_sharing.rst", "files/file_drop.rst", "files/index.rst", "files/large_file_upload.rst", "files/managing.rst", "files/quota.rst", "files/security.rst", "files/sharing.rst", "files/tagging.rst", "files/transfer_ownership.rst", "files/using_e2ee.rst", "files/version_control.rst", "groupware/absence.rst", "groupware/calendar.rst", "groupware/contacts.rst", "groupware/index.rst", "groupware/mail.rst", "groupware/sync_android.rst", "groupware/sync_gnome.rst", "groupware/sync_ios.rst", "groupware/sync_kde.rst", "groupware/sync_osx.rst", "groupware/sync_thunderbird.rst", "groupware/sync_windows10.rst", "groupware/user_migration.rst", "index.rst", "session_management.rst", "talk/appearance.rst", "talk/attachments.rst", "talk/bots.rst", "talk/breakout_rooms.rst", "talk/calendar_integration.rst", "talk/call.rst", "talk/call_index.rst", "talk/call_recording.rst", "talk/call_screenshare.rst", "talk/call_transcription.rst", "talk/call_views.rst", "talk/chat.rst", "talk/chat_index.rst", "talk/conversation_index.rst", "talk/conversations.rst", "talk/federation_index.rst", "talk/files_integration.rst", "talk/guest.rst", "talk/index.rst", "talk/matterbridge.rst", "talk/message_integrations.rst", "talk/messages.rst", "talk/moderator_index.rst", "talk/open_conversations.rst", "talk/webinar.rst", "universal_access.rst", "user_2fa.rst", "userpreferences.rst", "webinterface.rst"], "indexentries": {"bandwidth": [[19, "index-0", false]], "exclude files": [[19, "index-1", false]], "ignored files": [[19, "index-1", false]], "limiting": [[19, "index-0", false]], "pattern": [[19, "index-1", false]], "proxy settings": [[19, "index-0", false]], "socks": [[19, "index-0", false]], "throttling": [[19, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [9, 14, 17, 20, 41, 42, 44, 80], "00": 12, "00am": 41, "04": [10, 14], "07": 20, "093612": 10, "0x800700df": 20, "1": [1, 7, 8, 9, 10, 11, 12, 36, 44, 49, 51, 66, 80], "10": [6, 9, 10, 12, 14, 20, 33, 39, 43], "100": 66, "1000": 11, "10000000": 9, "102": 50, "11": 20, "11802275840": 20, "12": [14, 41, 47], "1234": 20, "127": 9, "13": 20, "15": [14, 35], "163": 20, "168": 8, "17": 20, "178": 8, "192": 8, "2": [1, 2, 9, 11, 31, 36, 39, 44, 45, 66, 80], "20": 44, "200": 20, "2003": 20, "2011": 12, "2015": 20, "2018": 10, "2019": 41, "2022": 20, "2024": 44, "22": [12, 35], "24": [11, 14, 39], "25": [11, 41, 42, 44], "26": [44, 49], "28": [41, 59], "2fa": [45, 46, 49, 81], "3": [1, 8, 9, 36, 41, 42, 44, 49, 66], "30": [9, 24, 33, 39, 41, 44, 81, 83], "300": [9, 11], "30000": 9, "31": 44, "32": [41, 44], "33": [9, 17, 41], "35": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83], "3600000": 9, "4": [1, 18, 20, 41, 42, 44, 51, 66], "4294967295": 20, "443": [20, 47], "45": 20, "47465fae667b2d0fee154f5e17d1f0f1": 20, "5": [1, 8, 9, 11, 12, 14, 41, 42, 44, 48, 66], "50": [24, 33, 39], "5000": 9, "5000000": 9, "5000000000": 9, "512": 11, "524288": 12, "5242880": 11, "5545": 41, "561d3a6139d05": 20, "5rcypb": 51, "6": [1, 11, 41, 44, 66, 76], "60": 11, "600": 20, "60000": 9, "64": 14, "67": 20, "7": [1, 20, 44, 51, 83], "7200000": 9, "8": [1, 14, 20, 28, 42, 44, 51, 69], "80": 20, "8080": [8, 9], "9": [1, 28, 41, 44], "9h30am": 41, "A": [0, 2, 5, 10, 11, 14, 19, 20, 24, 27, 31, 33, 35, 38, 39, 40, 41, 42, 44, 47, 50, 55, 59, 60, 62, 64, 65, 66, 69, 74, 76, 79, 80, 81], "Ao": [7, 10, 19, 20, 31, 35, 41, 44, 45, 59, 60, 70], "As": [0, 7, 19, 39, 41, 42, 44, 48, 55, 58, 60, 69, 72, 74, 76, 77, 82], "At\u00e9": 41, "Com": [10, 20, 35, 44, 64, 70], "Como": [7, 20, 31, 35, 41, 47, 56, 60, 77, 82], "Da": 46, "De": 47, "Do": [8, 69, 81], "E": [6, 40, 43, 80], "Ela": [41, 44, 60, 64, 69], "Elas": 69, "Ele": [0, 10, 19, 24, 41, 69, 80], "Eles": [19, 26, 41, 44], "Em": [7, 17, 20, 28, 41, 44, 46, 48, 51, 60, 64, 76], "Entre": 31, "Essa": [0, 44, 62, 72], "Essas": [41, 69], "Esse": [7, 12, 17, 70], "Esses": 33, "Esta": [20, 26, 42, 69], "Estas": [35, 41], "Este": [7, 12, 19, 20, 26, 42, 44, 46], "Estes": [19, 26, 40, 44, 82], "Est\u00e1": 73, "For": [2, 13, 14, 27, 36, 51, 80, 83], "Isso": [0, 7, 10, 17, 19, 20, 26, 28, 33, 35, 38, 41, 42, 44, 46, 48, 59, 60, 66, 69, 79], "Mais": [20, 41, 44, 45, 69], "Mas": 24, "Na": [14, 19, 20, 28, 35, 37, 39, 41, 42, 44, 48, 50, 59, 69, 76, 80], "Nas": [7, 19, 39, 42, 46, 49, 60, 72], "Nem": 42, "Nemo": 20, "No": [7, 9, 10, 15, 19, 36, 38, 39, 41, 42, 44, 45, 48, 49, 50, 51, 58, 66, 69, 71, 72, 75, 76], "Nos": [20, 39], "O": [0, 6, 10, 12, 13, 14, 18, 19, 20, 21, 26, 28, 35, 37, 38, 39, 40, 41, 42, 44, 46, 49, 50, 53, 57, 58, 60, 62, 66, 69, 70, 72, 73, 74, 80], "OS": 8, "Os": [7, 19, 20, 24, 26, 33, 35, 41, 42, 44, 46, 56, 57, 60, 62, 64, 69, 72, 76], "Ou": 45, "Por": [0, 10, 17, 19, 20, 24, 26, 31, 41, 42, 44, 48, 69, 80, 81], "Que": 19, "Se": [7, 17, 18, 19, 20, 24, 26, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 59, 60, 62, 63, 66, 69, 72, 75, 76, 80, 81, 82], "Sem": 12, "Seu": [20, 24, 25, 26, 33, 40, 41, 47, 49, 60, 82], "Seus": [41, 42], "Sua": [44, 49], "Suas": 41, "S\u00f3": [38, 42], "Tamb\u00e9m": [19, 44, 56, 69, 72], "Tema": 80, "Temas": 6, "Um": [19, 20, 35, 37, 41, 42, 57, 69, 72, 74, 76, 80], "Uma": [12, 20, 41, 44, 51, 53, 56, 57, 60, 69], "_": 8, "__bold": 66, "_italicized": 66, "aa": 80, "aaa": 80, "aba": [0, 12, 19, 20, 35, 41, 56, 63, 69, 72, 76], "abaix": [0, 10, 17, 19, 20, 26, 33, 41, 42, 51, 65], "abas": 19, "abert": [7, 19, 20, 37, 42, 44, 53, 60, 68, 69, 73], "ability": 12, "able": [27, 36, 56, 58, 80, 81, 82], "aborted": 11, "aborts": 11, "about": [5, 15, 21, 69], "abov": [20, 21, 35, 36, 82], "abra": [0, 10, 19, 20, 44, 46, 47, 48, 80], "abrang": 69, "abre": [10, 19, 41, 44, 47], "abri": 72, "abrind": [41, 60], "abrir": [12, 19, 20, 26, 41, 42, 45, 46, 58, 66, 76], "acab": [41, 45], "accelerat": 15, "access": [1, 3, 6, 8, 14, 15, 20, 21, 26, 41, 44, 46, 54, 80, 83], "accessed": 15, "accessibility": [80, 83], "accessibl": [1, 5, 39], "accessibly": 5, "accessing": [22, 30], "account": [9, 12, 14, 15, 20, 27, 29, 45, 47, 51, 52, 54, 56, 81, 83], "accounts": [44, 46], "aceit": [35, 37, 41, 44, 73], "acert": 41, "acess": [0, 6, 14, 19, 21, 26, 30, 31, 38, 41, 42, 44, 45, 57, 58, 59, 60, 62, 63, 66, 69, 72, 74, 76, 81, 82], "acessibil": 80, "acess\u00edv": 41, "acha": 41, "acidental": 41, "acim": [0, 19, 41, 42, 47, 66, 70, 72, 76], "acion": [41, 44], "acompanh": [0, 18, 41], "aconselh": 26, "acontec": [0, 12, 41], "acord": [19, 39, 44, 80], "across": [15, 21, 25, 36, 44, 70, 83], "act": 44, "action": [16, 21, 36, 44], "actions": [36, 83], "activat": 80, "activity": [0, 9, 14, 54, 83], "actual": 15, "add": [1, 2, 5, 20, 27, 28, 35, 36, 47, 48, 83], "added": [2, 27, 41, 44, 82], "addflag": 44, "adding": [20, 44], "addition": [20, 82], "additional": [13, 20, 21], "address": [8, 9, 27, 42, 50, 82, 83], "addressbooks": 51, "adds": 5, "adequ": [12, 41, 48, 76], "adi": 44, "adicion": [0, 7, 12, 17, 19, 20, 24, 26, 28, 40, 46, 47, 48, 49, 50, 51, 56, 60, 66, 69, 74, 76, 81], "adicional": 19, "adi\u00e7\u00f5": 42, "adjust": [9, 20, 82], "adjusted": [11, 15], "adjusts": 9, "admin": [14, 42], "administr": [7, 13, 20, 21, 24, 26, 29, 31, 33, 35, 37, 38, 41, 42, 44, 57, 60, 62, 64, 66, 69, 70, 74, 80, 82], "administration": [1, 27, 31, 36], "administrator": [1, 14, 21, 26, 27, 33, 36, 38, 44, 81, 82], "administrators": [36, 82], "admins": 36, "advanced": [14, 41, 51], "afet": 0, "affected": 44, "affecting": 44, "affects": 4, "afili": 42, "after": [9, 14, 15, 16, 20, 41, 44, 45, 62, 81, 83], "afterwards": 5, "ag": 20, "again": [1, 9, 21, 44, 54, 81], "agend": [50, 57, 69], "agiliz": 44, "agor": [10, 20, 29, 41, 44, 45, 46, 47, 48, 66, 81], "agreg": 42, "agrup": [0, 44], "ai": [6, 44], "aim": 80, "aind": [26, 33, 38, 41, 44, 47, 50, 59, 60, 63, 80], "ajud": [18, 41, 42, 44, 57, 69, 80], "ajust": [10, 12, 19, 24, 35, 39, 80], "aleatori": 44, "aleat\u00f3ri": 35, "algo": [40, 81], "algum": [19, 21, 26, 35, 41, 42, 44, 48], "alguns": [10, 19, 26, 33, 41, 48, 57, 69, 80, 82], "algu\u00e9m": [41, 69], "alias": [44, 52], "alic": 41, "alivi": 80, "all": [1, 2, 5, 8, 9, 11, 15, 16, 21, 26, 27, 36, 41, 44, 54, 56, 78, 82, 83], "allow": [12, 15, 29, 58, 80, 82], "allowed": [8, 15, 20], "allowing": 44, "allows": [15, 40, 82], "alma": 14, "almost": 81, "aloc": 24, "along": [8, 52], "alphabetical": 42, "alpin": 8, "alpinelinux": 8, "already": [2, 14, 45, 51], "also": [4, 8, 11, 14, 15, 16, 17, 20, 21, 27, 29, 35, 36, 37, 41, 44, 60, 72, 80, 81, 82, 83], "alter": [0, 6, 10, 14, 19, 20, 37, 38, 41, 42, 48, 51, 55, 58, 69, 82], "altern": [12, 20, 41, 44, 60, 65], "alternativ": 29, "alternatively": [2, 12, 14], "alto": [12, 60, 64, 80], "alvo": 41, "alvos": 35, "always": [15, 25, 42, 50, 69, 81], "al\u00e9m": [17, 19, 24, 26, 41, 42, 44, 60, 69, 76, 82], "amarel": [10, 19, 26], "amazon": [20, 27], "ambas": 55, "ambient": [10, 20], "ambos": [42, 60], "amig": 41, "ampli": [63, 66], "an": [2, 8, 12, 14, 15, 20, 21, 27, 29, 35, 36, 40, 42, 44, 45, 46, 48, 54, 56, 60, 70, 80], "analis": [41, 44], "and": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 15, 17, 19, 25, 26, 27, 28, 29, 33, 35, 37, 38, 41, 42, 44, 45, 46, 48, 49, 51, 52, 54, 60, 62, 72, 80, 81, 82], "andament": [19, 41, 60, 62, 69], "android": [6, 20, 25, 38, 43, 53, 73], "anex": [44, 67, 73], "aninh": 12, "anonim": 20, "anonymous": 29, "anos": 41, "anot": 69, "anoth": 27, "answer": 5, "antecedent": 41, "anterior": [0, 12, 28, 41, 44, 45, 50, 51], "antes": [7, 12, 17, 18, 19, 20, 41, 60, 62, 69, 72], "antig": [12, 14, 20, 24, 26, 33, 39, 41, 44], "any": [1, 8, 14, 15, 21, 26, 27, 28, 29, 39, 44, 83], "anyon": 82, "anything": 26, "anytim": 28, "anywher": 44, "an\u00f4n": [23, 30], "an\u00f4nim": [29, 56], "apach": 31, "apag": 19, "aparec": [0, 19, 20, 41, 42, 44, 51, 59, 64, 66, 69, 70], "aparelh": 60, "aparent": [42, 44, 68, 73], "apen": [0, 7, 18, 19, 20, 24, 26, 28, 31, 35, 41, 42, 44, 46, 50, 60, 76], "aplic": [6, 7, 10, 17, 19, 20, 26, 33, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 53, 59, 60, 63, 64, 66, 67, 69, 71, 72, 73, 74, 80, 82], "apoi": 42, "apont": [10, 44], "app": [1, 2, 4, 15, 20, 21, 26, 29, 36, 38, 39, 41, 42, 44, 45, 48, 51, 52, 81, 83], "apparent": 51, "appdat": [9, 17], "appe": [2, 15, 21, 27, 36, 42, 44], "appearanc": [15, 83], "appearing": 27, "appears": [15, 21, 36, 44], "appimag": [12, 14, 17], "appimagelaunch": 12, "apple": [15, 20, 41, 49, 83], "application": [14, 16, 17, 20, 27, 42, 46], "applications": 42, "applied": 36, "apply": [15, 36, 44], "appointment": 52, "approximately": 9, "apps": [0, 15, 41, 47, 83], "aprend": [24, 42], "apresent": [7, 19, 41, 63], "apropri": [20, 31, 51], "aproveit": 12, "apt": [17, 20], "ap\u00f3s": [0, 19, 26, 39, 41, 44, 47, 48, 57, 59, 60, 62, 69, 76], "aqu": [19, 44, 50, 66, 69], "arbitr\u00e1ri": [19, 20], "arch": 8, "archiv": [8, 21], "are": [1, 4, 8, 9, 11, 14, 15, 16, 21, 25, 26, 27, 35, 36, 39, 40, 41, 44, 45, 50, 51, 54, 69, 72, 81, 82, 83], "armazen": [19, 20, 26, 30, 32, 39, 44, 69], "around": 36, "arquiv": [6, 7, 10, 14, 17, 25, 28, 33, 35, 37, 38, 39, 41, 42, 44, 46, 53, 60, 62, 66, 68, 72, 73, 76], "arrast": 56, "arrow": [15, 80], "artificial": 1, "artig": 20, "ask": [9, 27, 45], "assegur": 44, "assign": 36, "assigned": 36, "assigning": 21, "assim": [0, 59], "assin": 76, "assinatur": [41, 44, 45, 53], "assistant": 6, "assistent": [12, 19, 66], "assistiv": 80, "assoc": [19, 42, 82], "assuming": 15, "assunt": 44, "asterisc": 19, "at": [1, 4, 10, 14, 17, 20, 21, 33, 36, 39, 41, 42, 44, 54, 71, 80, 83], "atalh": [69, 72, 80], "atend": 42, "aten\u00e7\u00e3": 10, "ating": [24, 26, 39, 41, 44, 69], "ativ": [6, 7, 19, 20, 26, 33, 40, 41, 42, 51, 57, 59, 60, 62, 64, 65, 66, 70, 72, 80, 82], "atrav\u00e9s": [20, 26, 41, 69], "atribu": [58, 69], "atribui\u00e7\u00e3": 20, "atribu\u00edd": [44, 58], "attach": 36, "attachment": 41, "attachments": [29, 41], "attempt": 14, "attempts": 51, "attend": 52, "attribut": 82, "atual": [19, 20, 24, 35, 38, 39, 41, 42, 44, 58, 60, 66], "atualiz": [0, 6, 10, 13, 14, 19, 20, 26, 28, 41, 42, 44, 48, 50, 64], "audi": [21, 72], "aument": [20, 31, 80], "ausent": [19, 40], "aus\u00eanc": [6, 41, 43, 44, 69], "aut": 20, "autent": 20, "autentic": [0, 6, 20, 49, 50, 51, 54, 82], "auth": 81, "authenticat": 20, "authentication": [20, 27, 44, 45, 46, 81], "authenticator": 81, "authoring": 20, "autoassin": [20, 49], "autoexplic": 42, "automat": [7, 20, 28, 35, 41, 44, 47, 58, 59, 62, 69], "automated": 36, "automatic": 15, "automatically": [5, 9, 14, 15, 20, 26, 27, 39, 44, 56], "autom\u00e1t": [6, 12, 13, 14, 37, 39, 40, 42, 50, 56, 57], "autor": [10, 20], "autoriz": 81, "availabl": [1, 8, 9, 11, 14, 15, 20, 27, 40, 47, 60, 82], "avanc": [20, 41, 44, 47, 50, 51], "avat": [19, 20, 41, 42, 44, 69], "avis": [10, 19, 20, 26, 41, 44], "avi\u00f5": 57, "avoid": 15, "azul": [19, 41, 49], "a\u00e7\u00e3": [41, 42, 44, 62], "a\u00e7\u00f5": [42, 56, 57, 66, 69, 76, 77], "b": [20, 66], "back": [1, 5, 14, 20, 21, 26, 39, 41, 44, 64, 71, 83], "backend": [1, 27, 54], "background": [16, 27], "backup": [19, 41, 44, 81], "backups": 39, "badg": 21, "baix": [7, 12, 20, 26, 39, 42, 50, 62, 73], "bal\u00e3": 60, "bal\u00f5": 55, "banc": [26, 33], "band": 19, "baniment": 69, "bar": [1, 21, 72, 83], "barr": [6, 19, 20, 28, 35, 41, 42, 44, 48, 58, 60, 62, 63, 64, 65, 69, 71, 72, 76, 80], "bas": [7, 10, 15, 20, 33, 44, 45, 57, 80, 81], "based": [8, 81], "basic": [14, 20, 42], "basicauthlevel": 20, "basics": 2, "bast": [17, 19, 41, 44, 50, 56, 66, 72, 76, 81], "bat": [6, 35, 40, 42, 57, 59, 60, 62, 69, 71, 73, 74, 76, 77], "be": [1, 2, 4, 5, 8, 9, 11, 15, 20, 27, 36, 37, 40, 44, 47, 52, 56, 58, 62, 66, 69, 71, 80, 81, 82], "becaus": [15, 20, 26, 46], "becoming": 5, "been": [8, 14, 15, 21, 25, 42, 44, 81], "befor": [15, 20, 27, 44], "beginning": 80, "behalf": 44, "behavior": [9, 11], "being": 15, "bell": 83, "below": [9, 11, 44], "bem": [40, 41, 44, 46, 48, 53, 62], "best": 83, "bet": 18, "bett": 26, "between": [2, 6, 8, 9, 13, 15, 20, 21, 43, 80], "bidirectional": 25, "bin": 21, "binary": [8, 15], "bits": 14, "bitv": 80, "blacklisted": 11, "bloc": [41, 65], "block": 66, "blockquot": 66, "blog": 12, "bloqu": 7, "boards": 2, "bob": 35, "bodi": 44, "bold": 66, "boletins": 44, "book": [42, 82], "books": 50, "bool": 15, "bord": 27, "both": [8, 44, 52], "bottom": [1, 4, 20, 44, 51, 54, 83], "bot\u00e3": [0, 19, 20, 28, 29, 35, 41, 42, 44, 45, 48, 49, 50, 60, 63, 66, 69, 72, 76], "bot\u00f5": [35, 41, 42, 65, 69, 80], "bounds": 9, "box": 51, "branc": 19, "breadcrumb": 21, "breakout": 58, "brev": [42, 56, 62], "brief": 5, "brilh": 80, "brinc": 42, "bring": [8, 19], "brows": [2, 14, 20, 21, 27, 28, 60, 81, 82, 83], "browsers": [54, 83], "browsing": 21, "bsd": 14, "buckets": 27, "bugs": [7, 12], "build": 14, "built": [14, 20, 21], "bundl": 15, "busc": [12, 41], "busy": 40, "but": [12, 14, 42, 44, 81, 82], "button": [1, 2, 5, 14, 21, 24, 28, 41, 42, 44, 46, 50, 51, 72, 78, 82, 83], "buttons": [21, 72], "by": [1, 2, 5, 8, 10, 12, 14, 15, 20, 21, 24, 26, 27, 28, 41, 44, 50, 52, 72, 78, 81, 82, 83], "bytes": [9, 11, 20], "b\u00e1sic": [20, 41], "c": [12, 20, 80], "cabe\u00e7alh": [41, 44, 58, 80], "cach": [17, 33], "cad": [0, 17, 19, 35, 39, 41, 42, 44, 58, 60, 74, 81], "caix": [0, 19, 20, 28, 41, 42, 51, 55, 58, 60, 62, 69], "caj": [19, 20], "calcul": [24, 33], "caldav": [43, 47, 48, 49, 50, 51], "calend": [40, 47, 48, 51, 52, 83], "calendars": [2, 41, 52], "calend\u00e1ri": [0, 6, 33, 42, 43, 46, 48, 49, 68, 69, 73], "call": [72, 80], "called": [4, 10, 82], "cam": [45, 60, 72], "caminh": [19, 20, 41, 47, 48, 51], "camp": [19, 20, 28, 37, 41, 42, 44, 47, 51, 56, 66, 69, 72], "can": [1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 20, 21, 24, 25, 26, 27, 28, 29, 36, 37, 38, 39, 41, 42, 44, 50, 51, 52, 54, 60, 62, 70, 71, 72, 78, 80, 81, 82, 83], "cancel": [1, 41], "canet": 41, "cannot": [20, 21, 26, 29, 36, 44], "cant": 50, "caract": [19, 44], "caracter": [19, 44], "carddav": [42, 43, 47, 48, 49, 50, 51], "carg": 44, "carl": 8, "carreg": [20, 33, 41, 42], "carri": 20, "carry": 15, "cart\u00f5": [42, 43, 66, 75], "cas": [0, 7, 12, 14, 20, 26, 38, 41, 42, 45, 48, 49, 53, 59, 60, 62, 66, 69, 82], "categor": 0, "categori": 45, "cat\u00e1log": [6, 41, 44, 45, 47, 50], "caus": [19, 80], "caution": 9, "ced": 41, "celul": 48, "cent": 20, "centr": 69, "centraliz": 65, "cen\u00e1ri": [10, 24], "cerc": 33, "cert": [31, 42], "certain": 11, "certez": 12, "certific": [20, 47, 49], "certificat": 8, "certifiqu": [17, 20, 47, 49, 60], "certs": 20, "cfg": [7, 9, 12, 17], "chain": 21, "cham": [6, 20, 38, 57, 58, 69, 70, 71, 73, 77, 79, 80], "chang": [4, 8, 9, 12, 15, 21, 25, 26, 29, 36, 41, 44, 54, 72, 80, 82, 83], "changed": [10, 27], "changing": [20, 41, 82], "chapt": [14, 20], "chart": 15, "chat": [6, 62, 71, 80], "chav": [7, 33, 81], "chaveir": 49, "che": 73, "check": [27, 36], "checkbox": [21, 36], "checking": 9, "cheg": 20, "chips": 83, "chmod": 20, "choos": [1, 2, 5, 15, 20, 21, 26, 27, 29, 44, 45, 48, 52, 54, 58, 81], "choosing": 45, "chosen": 15, "chown": 20, "chrom": [20, 83], "chromium": [20, 83], "chronological": 21, "chunk": [9, 11], "chunksiz": 9, "cicl": 12, "cifs": 27, "cinnamon": 20, "cinz": [19, 41, 60], "circl": 15, "circul": [39, 42], "circumstanc": 9, "cita\u00e7\u00f5": 66, "citrix": [9, 14], "clarez": 80, "classic": 15, "classific": 44, "clean": 12, "clears": 16, "clic": [7, 10, 12, 19, 20, 28, 29, 41, 42, 44, 56, 59, 60, 62, 63, 66, 69, 70, 72, 76], "click": [1, 2, 5, 12, 14, 15, 19, 20, 21, 27, 28, 36, 41, 42, 44, 45, 48, 49, 51, 56, 82, 83], "clicked": 44, "clicking": [2, 14, 21, 24, 27, 28, 36, 41, 44, 50, 52, 60, 72, 78, 83], "clic\u00e1vel": 7, "client": [6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 31, 38, 41, 42, 43, 45, 49, 50, 51, 53, 54, 63, 73], "clients": [8, 14, 25, 41, 54, 81], "clip": 56, "cliqu": [0, 7, 12, 19, 20, 28, 29, 35, 37, 39, 41, 42, 44, 48, 49, 50, 51, 58, 60, 62, 63, 69, 76], "clock": 81, "clos": [5, 14, 36, 41, 44, 46, 80], "closely": 82, "cloud": [15, 20, 21, 35, 41, 70], "cloudid": 70, "cl\u00e1ssic": 55, "cmd": 8, "cod": [6, 45, 66], "codec": 21, "cohesiv": 5, "cois": [19, 50], "col": [41, 51], "colabor": [6, 30, 35, 42], "coleg": 41, "colet": 41, "collaborat": 2, "collaboratively": [2, 3], "collaps": 44, "collection": 20, "collectiv": [4, 5, 6], "collectively": 5, "coloc": [20, 24, 65], "coloqu": 53, "colored": 27, "column": [21, 66], "colun": 60, "comand": [17, 73, 77], "comando": [17, 20, 57], "comec": [20, 40, 44, 62, 69, 71], "coment\u00e1ri": [20, 41], "comig": 41, "command": [6, 12, 13, 14, 15, 36], "comment": 21, "comments": 51, "commercial": 29, "communicat": 11, "communiti": 3, "community": [8, 14], "compar": 10, "compartilh": [0, 6, 28, 30, 33, 38, 43, 44, 53, 61, 62, 69, 73, 76], "compat": [41, 42, 44], "compatibil": 12, "compatibility": [12, 21], "compatibl": [11, 27, 81], "compat\u00edv": [14, 20, 41, 42, 44, 66, 74], "compil": 18, "complet": [17, 26, 28, 41, 43, 44, 45, 50, 57, 62, 72, 82], "completed": [14, 66], "completely": 9, "completion": 1, "complex": 41, "compliant": 80, "complic": 24, "component": 19, "comport": [7, 10, 19, 69], "compos": [44, 80], "composed": 44, "compromised": 26, "compromiss": [44, 48], "comput": [0, 7, 10, 13, 20, 21, 24, 25, 46, 53], "computers": 5, "comum": 60, "comun": [20, 41], "comunic": 69, "comuns": 80, "conced": [45, 60, 63], "concis": 55, "conclu": [20, 45, 69], "conclu\u00edd": [29, 42, 51], "concretiz": 41, "condi\u00e7\u00f5": 42, "conect": [6, 12, 19, 20, 26, 41, 46, 81], "conex\u00e3": [12, 19, 20, 48, 74], "conex\u00f5": [20, 49], "conf": [12, 20], "confd": 16, "confi": [20, 38, 44], "confidenc": 69, "config": [7, 9, 17, 20, 24], "configur": [6, 7, 10, 12, 14, 20, 24, 26, 27, 31, 33, 35, 37, 38, 42, 43, 45, 46, 47, 48, 51, 54, 55, 56, 57, 59, 62, 64, 69, 73, 74, 77, 79, 80], "configuration": [6, 11, 13, 14, 16, 17, 21, 27, 36, 44, 82], "configurations": [11, 52], "configured": [1, 14, 15], "configuring": [27, 45, 54], "confirm": [12, 19, 28, 41, 42, 44, 45, 47, 69], "confirmation": [9, 28], "confirms": 27, "conflicted": 10, "conflit": [6, 13, 41], "conform": [41, 53, 62], "confus\u00e3": 10, "congratulations": [2, 5], "conhec": [45, 81], "conjunt": 41, "connect": [14, 20, 21, 25, 27, 54, 81], "connected": [1, 15, 26, 27, 54], "connection": [12, 15, 27, 28, 45, 51], "connections": [9, 11, 27, 54, 82], "connectivity": 15, "cons": 43, "consegu": [10, 12], "consent": 60, "consert": 48, "consid": 20, "consider": [6, 12, 17, 19], "consideration": 17, "consig": [42, 69], "consistent": 15, "consol": 20, "consult": [12, 19, 20, 26, 35, 41, 44, 60, 74], "cont": [7, 10, 12, 20, 24, 26, 33, 37, 41, 42, 45, 46, 47, 50, 51, 72, 81], "contabiliz": [24, 33], "contact": [27, 42, 44, 45, 47, 82, 83], "contacts": [51, 52, 82, 83], "contador": 70, "contain": [8, 10], "containers": [9, 17], "containing": 8, "contains": [9, 10, 21, 39], "contat": [0, 6, 20, 31, 33, 40, 41, 43, 46, 48, 49, 80], "content": [1, 2, 5, 8, 15, 80], "contents": [10, 15, 25, 29], "context": [1, 19, 41, 44, 56], "conte\u00fad": [12, 20, 35, 41, 66, 69, 75, 76, 80], "continu": [10, 19, 42, 44, 45, 50, 69], "contr": [80, 81], "contrary": 8, "contrast": 80, "control": [7, 20, 30, 32, 33, 36, 41, 53, 57, 69, 82], "controlled": 11, "cont\u00e9m": [0, 10, 12, 19, 44, 60, 72], "cont\u00eam": [19, 41, 44], "convenient": 19, "convers": [6, 35, 42, 56, 57, 58, 59, 60, 62, 64, 66, 70, 71, 72, 73, 74, 75, 77, 79], "conversation": [1, 44, 71], "conversations": [1, 69, 78], "convid": [6, 42, 58, 59, 60, 69, 73], "convit": [42, 45, 72, 73], "copi": [0, 10, 12, 15, 20, 24, 41, 51], "copied": [5, 44], "copy": [10, 21, 25, 44, 51], "cor": [41, 80], "corpor": 18, "correct": 20, "correctly": 15, "correi": [44, 51], "correspond": [7, 12, 44], "correspondent": [0, 19, 41, 44], "corret": [20, 49, 81], "corre\u00e7\u00f5": 7, "corrig": 14, "cot": [30, 32, 82], "coub": 65, "could": [27, 44], "couldn": 44, "coupl": 15, "covers": 42, "cowork": 2, "cp": 20, "crashreport": 17, "creat": [2, 14, 15, 20, 21, 25, 28, 29, 36, 39, 41, 45, 51, 54], "created": [2, 5, 20, 36, 39, 40, 44, 71], "creating": [54, 82], "creation": 36, "credenc": [20, 45, 49], "credentials": [27, 51], "cri": [0, 10, 12, 18, 19, 21, 26, 28, 33, 35, 39, 42, 43, 45, 48, 50, 51, 56, 58, 59, 66, 69, 70, 74, 76, 77], "cria\u00e7\u00e3": [0, 19, 20, 69, 76], "criptograf": [6, 20, 30, 33, 47, 49], "cronol\u00f3g": [0, 44], "cruz": 42, "csv": [60, 72], "ctrl": [80, 83], "cuid": 12, "cumpr": 62, "curing": [19, 44], "current": [1, 4, 14, 15, 21, 25], "currentcontrolset": 20, "currently": [1, 15], "currentversion": 12, "cursor": [2, 41, 66], "curt": [18, 40], "custom": [15, 83], "customis": 83, "customisabl": 83, "customiz": 20, "c\u00e1lcul": 41, "c\u00e2m": [60, 63, 72], "c\u00edrcul": [19, 35, 69], "c\u00f3dig": [14, 20, 38, 41, 53, 81], "c\u00f3p": [12, 24], "d": 20, "dad": [6, 12, 17, 20, 26, 33, 38, 40, 41, 42, 45, 48, 53, 57], "daily": 18, "dar": [39, 60, 62], "dashboard": 6, "dat": [6, 9, 12, 15, 17, 19, 20, 26, 35, 39, 41, 43, 44, 59, 66, 69, 76, 82, 83], "dav": [20, 45, 47, 48], "davdroid": 45, "davfs": 20, "davfs2": 20, "davs": 20, "davx\u2075": 45, "day": [11, 41], "daygridmonth": 41, "days": 83, "db": 8, "debian": [8, 19, 20], "debug": 16, "debugloggingenabled": 15, "decid": [5, 15, 41, 44, 56], "decided": 5, "decimal": 20, "deck": [42, 43, 66], "decompartilh": 26, "decor": 66, "decorations": 15, "decorr": 60, "decrypt": 26, "dedic": [20, 50], "dedicated": [15, 44, 45], "default": [4, 8, 9, 11, 15, 20, 21, 41], "defaults": [8, 15, 21], "defin": [0, 12, 19, 20, 24, 26, 31, 33, 35, 40, 41, 42, 44, 48, 59, 60, 62, 64, 69, 82], "defined": 15, "definit": 41, "defini\u00e7\u00e3": [19, 41], "deix": [20, 41, 44, 76], "del": [7, 10, 21, 24, 37, 41, 42, 44, 58, 69, 74, 80], "delay": 15, "delegat": [41, 44], "delegated": 44, "delet": [1, 15, 21, 24, 27, 28, 36, 39, 41, 44, 80], "deleted": [9, 21, 24], "deleting": [9, 15, 44], "dem": [60, 65], "demor": 44, "denomin": 51, "dentr": [24, 41, 42, 48, 59, 69, 76], "deny": 54, "depend": [0, 17, 19, 20, 26, 41, 44, 48, 60, 63, 72, 81, 82], "depending": [21, 27, 36, 80], "depends": [12, 21, 27], "deployment": 14, "depo": [12, 20, 41, 42, 44, 45, 48, 58, 60], "depth": 20, "dep\u00f3sit": 35, "der": 62, "desabilit": 41, "desafi": 41, "desaparec": [41, 60], "desat": 26, "desativ": [0, 7, 19, 20, 21, 35, 41, 42, 44, 47, 57, 60, 62, 64, 69], "desc": 20, "descendants": 15, "descobert": [41, 47, 50], "descobr": [12, 35, 41, 43, 45], "descompartilh": [35, 41], "desconect": 54, "desconex\u00f5": 20, "descrev": [7, 41], "describ": 11, "description": 5, "descriptograf": [26, 38], "descrit": [41, 77], "descri\u00e7\u00e3": [41, 56, 59, 69, 72, 76], "desd": [44, 50, 53], "desej": [0, 12, 18, 19, 20, 28, 35, 37, 41, 42, 44, 45, 50, 56, 58, 60, 66], "deselect": 20, "desempenh": [44, 64], "desenvolv": [18, 80], "desenvolvedor": 13, "desfaz": 41, "desfix": 76, "desfoc": 60, "desfoqu": [60, 72], "design": [58, 80], "designed": 3, "desinstal": [6, 13], "desktop": [2, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 22, 30, 38, 43, 53, 63, 73, 82], "desktopclient": [9, 15, 17], "deslig": 60, "desmarc": 42, "desmarqu": [0, 41], "desmont": 20, "dess": [59, 69], "dest": [10, 12, 20, 41, 49, 51, 60, 69], "destac": [57, 62, 65, 76], "destin": [37, 69], "destination": [20, 21], "destinat\u00e1ri": [24, 28, 35, 41], "desvincul": 28, "detailed": 15, "details": [1, 27, 36, 39, 44, 52, 82], "detalh": [20, 24, 33, 35, 37, 41, 42, 44, 59, 69], "detect": [41, 44], "detected": 9, "detection": 15, "determin": [41, 42, 44, 76], "dev": [12, 19, 20, 26, 35, 37, 38, 41, 42, 44, 45, 46, 47, 48, 51, 62, 69, 70, 74], "devic": [15, 20, 38, 41, 54, 81, 83], "devs": 8, "dewnload": 35, "dia": [0, 39, 41, 69, 82], "dialog": [2, 9, 12, 14, 16, 19, 21, 36, 44, 46, 51], "diari": 0, "dias": [24, 33, 39, 41, 44, 59], "diaspor": 42, "diferenc": [10, 41], "diferent": [0, 7, 19, 20, 35, 41, 42, 44, 69, 70, 81], "differenc": 8, "different": 21, "dificult": 35, "digit": [14, 20, 28, 35, 37, 41, 44, 45, 47, 48, 50, 51, 57, 66, 69, 72, 81], "diminu": 80, "direct": 20, "directly": [1, 15, 21, 27, 36, 44], "directori": [8, 29], "directory": [8, 16, 25, 29], "directory_that_has_been_created": 8, "direit": [19, 20, 35, 39, 48, 50, 60, 65, 69], "diret": [0, 7, 19, 26, 28, 35, 41, 42, 44, 56, 59, 60, 62, 66, 74, 75, 76], "diret\u00f3ri": [12, 14, 19, 20, 28, 35, 41, 53], "dirig": 41, "dirnam": 16, "disabl": [1, 9, 60, 72], "disabled": [15, 21], "disabling": 15, "disapp": 42, "disc": [20, 33, 39, 41], "disconnect": 54, "discord": 74, "discovery": [9, 15], "discussions": 44, "discuss\u00e3": 76, "discuss\u00f5": [58, 60, 69, 76], "disk": [15, 26], "dislex": 80, "display": [1, 12, 20, 21, 44, 51, 66, 82], "displayed": 44, "displaying": [16, 44], "displays": [15, 16, 21], "dispon": [0, 7, 17, 19, 24, 26, 39, 41, 42, 60, 63, 72, 73, 74, 76, 82], "disponibil": [19, 40, 69], "disponibiliz": [0, 20], "dispon\u00edv": [7, 19, 35, 41, 42, 44, 45, 46, 50, 57, 58, 66, 69, 70, 74], "disposit": [0, 6, 20, 41, 45, 53, 60, 69, 72, 73, 81], "diss": [12, 24, 26, 41, 44, 45, 69], "distribu": 41, "distribui\u00e7\u00e3": [12, 58, 62], "distribui\u00e7\u00f5": 7, "distributed": [20, 41], "distribution": [14, 20], "distributions": [9, 14], "distribu\u00edd": 20, "disturb": 69, "divers": 41, "divid": [58, 60], "divis\u00e3": 44, "diz": [10, 19, 26, 41], "di\u00e1log": [19, 28, 41, 42, 44, 46, 51, 55, 56, 58, 59], "di\u00e1r": 18, "di\u00e1ri": [18, 41], "document": [5, 12, 15, 20, 21, 24, 25, 33, 35, 37, 46, 57, 74, 80, 82], "documentation": [1, 14, 31], "documents": [1, 2, 8, 21], "does": [8, 9, 20, 25, 28, 54, 81], "doesn": [20, 46], "doing": 9, "dois": [6, 7, 10, 42, 44, 49, 50, 51, 54, 60, 82], "dolphin": 19, "dom\u00edni": [20, 44, 47], "don": [5, 26, 39, 66], "dot": [4, 21, 27, 36, 44], "doubl": 14, "down": 12, "download": [7, 10, 11, 12, 19, 20, 21, 25, 27, 35, 42, 52, 56], "downloading": [15, 21], "downloads": [11, 21], "downward": 15, "draft": 44, "drag": 21, "drift": 81, "driv": [20, 36], "drive_path": 20, "droid": 45, "drop": [12, 21, 29], "dropdown": [27, 49, 82], "duas": [12, 17, 19, 45, 56, 63, 81], "due": 15, "durant": [19, 40, 41, 42, 44, 62, 64, 72, 80], "duration": 9, "dura\u00e7\u00e3": [33, 41], "during": [51, 72], "dword": [7, 20], "dynamic": 9, "dynamically": 9, "d\u00e3": 41, "d\u00ea": 47, "d\u00edgit": 35, "each": [1, 9, 14, 16, 21, 27, 36, 82, 83], "easily": 5, "easy": [2, 5], "echo": 12, "economiz": [44, 48], "edge": [8, 20, 83], "edit": [7, 15, 19, 20, 21, 28, 33, 38, 56, 66, 71, 72, 76, 83], "editing": [1, 29, 44], "editor": [1, 2, 12, 15, 20, 21, 41, 44, 58], "editors": 80, "edits": 21, "edi\u00e7\u00e3": [20, 35, 69], "efet": 35, "effect": 15, "effectively": 81, "eficient": 44, "eith": [8, 12], "element": [58, 60, 66, 80], "elements": 80, "elimin": 41, "else": 10, "email": [29, 44, 60, 83], "emails": 44, "embed": [2, 41], "emblem": 10, "embor": [20, 26], "embut": 20, "eml": 12, "emoj": [2, 5, 19, 60, 69], "emphasiz": 2, "empres": [7, 53], "empresari": 18, "empresarial": [18, 53], "empty": [2, 21], "enabl": [1, 4, 9, 15, 25, 29, 44, 60, 81], "enabled": [14, 15, 20, 21, 26, 27, 38, 44, 45, 46, 81, 82], "enabling": 15, "encaminh": [41, 69, 76], "encerr": [17, 56, 58, 60, 62, 63], "encoding": 20, "encontr": [14, 19, 20, 37, 41, 42, 44, 47, 48, 56, 57, 66, 69, 72, 74, 78, 80], "encrypted": 26, "encryption": [27, 30, 34, 38], "end": [26, 38, 64], "enderec": [6, 20, 28, 41, 45, 47, 49, 50, 51, 60, 69, 72], "ends": 41, "energ": 48, "engrenag": [42, 51], "enquant": [7, 10, 20, 42, 44, 46, 62, 66, 71], "ensin": 44, "ensur": [15, 80], "entant": [7, 10, 12, 19, 26, 41, 42], "entend": 33, "enter": [1, 2, 14, 28, 35, 46, 48, 51, 54, 80, 81], "enterpris": 18, "entidad": 42, "entir": [21, 44], "entirely": [11, 15], "entrad": [0, 19, 35, 37, 41, 42, 56, 66, 69], "entrand": 60, "entrar": [6, 20, 40, 41, 58, 61, 62, 69, 71, 73], "entrem": 79, "entretant": [7, 44], "entri": [15, 21], "entrou": 69, "entry": [1, 2, 21, 82], "ent\u00e3": [26, 41, 48, 64, 69, 71], "env": 16, "envi": [0, 10, 20, 29, 33, 41, 44, 45, 58, 60, 67, 69, 72, 73, 76], "environment": [6, 8, 13], "envolv": [41, 80], "equip": [43, 69, 80], "equivalent": 16, "erasing": 12, "errad": 12, "erro": [19, 20, 44, 47], "error": [11, 20, 44, 45], "errors": 51, "erros": [18, 19, 80], "esc": 60, "escal": 44, "escanei": 81, "escap": 80, "escolh": [0, 12, 19, 20, 26, 37, 41, 42, 44, 45, 48, 49, 50, 51, 55, 56, 60, 64, 66, 69, 80, 82], "escrit": 41, "escrit\u00f3ri": [6, 41, 43, 69], "escur": 80, "espac": [19, 33, 39, 44], "especial": [17, 18, 26, 69], "especially": 15, "especif": 12, "especific": [41, 42, 44, 47, 58], "especifiqu": [7, 20, 42], "espec\u00edf": [0, 6, 17, 39, 41, 42, 44, 58, 59, 60, 66, 69, 76, 79], "esper": [18, 19, 39, 44, 73, 77], "esquec": 26, "esquem": 12, "esquerd": [0, 19, 20, 41, 42, 50, 60, 65, 66], "essential": 14, "estad": [19, 20, 44], "estar": [20, 26, 35, 41, 46, 47, 60], "estar\u00e3": [41, 42, 46], "estej": [0, 12, 18, 19, 20, 33, 41, 44, 60, 70], "estend": 69, "estil": 43, "estiv": [7, 17, 19, 20, 21, 26, 28, 40, 41, 42, 44, 45, 47, 59, 60, 62, 63, 66, 70, 75, 81], "estour": 19, "estrutur": [26, 42], "est\u00e1vel": 18, "est\u00e3": [0, 17, 19, 20, 26, 33, 35, 41, 42, 44, 57, 58, 60, 66, 74, 80], "esvazi": 41, "etap": [28, 35, 41, 44, 45, 46, 49, 50, 51, 69], "etc": [12, 20, 27, 35, 41, 66], "etiquet": 0, "even": [2, 9, 15, 69, 80, 82], "event": [0, 40, 42, 51, 69], "events": [41, 52, 83], "every": [9, 20, 21, 36, 54, 83], "everyon": 21, "everything": [15, 44, 80], "evicting": 15, "eviction": 15, "evit": [7, 12, 24, 35, 41], "evolution": 46, "ex": [0, 20, 41, 44, 47, 49, 51], "exact": 21, "exactly": 5, "examin": 12, "exampl": [15, 20, 35, 41, 45, 47, 48, 51, 70, 81], "exat": [12, 41, 44], "exatid\u00e3": 19, "exced": [20, 24, 33, 39], "excellent": 29, "except": 44, "excet": [20, 69], "exclu": [10, 12, 17, 19, 21, 24, 28, 42, 58, 66], "exclud": 19, "excluded": 15, "exclus": [41, 44, 60, 77], "exclus\u00e3": [0, 17, 19, 41, 69], "exclu\u00edd": [12, 30, 32, 33, 39, 41, 44, 59, 69], "exe": [12, 20], "execu": [10, 20, 44], "execut": [17, 20, 26, 38, 44, 57], "execution": 1, "exempl": [17, 19, 20, 26, 35, 41, 42, 44, 48, 57, 79, 80, 81], "exib": [0, 7, 19, 20, 37, 41, 42, 44, 46, 55, 57, 58, 60, 65, 69, 70, 72, 82], "exibi\u00e7\u00e3": [41, 42, 50], "exig": [20, 38, 41, 62, 81], "exist": [12, 17, 20, 41, 45, 59, 66, 69], "existent": [12, 35, 41, 42, 44], "existing": [12, 15, 44], "exits": 8, "expand": [19, 20, 44, 80], "expects": 2, "experienc": 83, "experient": [18, 44, 60], "experimental": 9, "expir": [24, 35, 39], "expiration": 35, "explains": 20, "explicit": 15, "explicitly": [8, 27], "explor": [10, 19], "expl\u00edcit": 62, "export": [42, 52, 56], "expost": 26, "extension": 15, "extens\u00e3": [12, 20, 44], "extern": [26, 41, 57, 69, 77, 79], "external": [2, 22, 30, 54, 56], "externally": 27, "extra": 12, "f": [17, 45, 60, 72, 80, 83], "fac": [12, 20, 42, 51, 60], "facil": [44, 76], "facilit": [20, 66, 80], "facing": 82, "factor": [6, 45, 46], "failur": 9, "fal": [60, 64], "falant": 60, "falh": [7, 12, 20, 44], "falls": [11, 20], "fals": [9, 11], "falt": 21, "faq": [6, 13], "far": [10, 14, 42, 47, 83], "fatal": 11, "fator": [6, 49, 50, 51, 54, 82], "favor": [26, 44, 57], "favorit": [0, 21, 80], "favorited": 42, "faz": [7, 10, 12, 17, 19, 20, 23, 24, 26, 28, 30, 31, 35, 41, 42, 44, 58, 63, 69, 71, 72, 82], "feasibl": 14, "featur": [2, 9, 21, 40, 42, 44], "fech": [19, 20, 45, 47], "feder": [6, 28, 35, 73, 82], "federated": [21, 23, 30, 70, 82], "federation": [23, 30], "fedor": [8, 20], "fedoraproject": 8, "feed": 6, "feeds": 0, "feir": 41, "feit": [12, 38, 41, 42, 45, 46, 48], "ferrament": [7, 17, 43, 63, 81], "few": [62, 81], "fez": [12, 44], "fic": [19, 24, 41, 42, 44, 69], "fid": 81, "fido2": 81, "field": [1, 2, 21, 36, 44, 51, 78, 80], "fields": [5, 27, 44], "figur": [1, 36], "fil": [3, 6, 8, 10, 11, 12, 13, 16, 17, 19, 22, 23, 24, 25, 26, 28, 29, 30, 31, 37, 39, 41, 42, 52, 56, 62, 71, 80, 83], "fileint": 44, "filenam": 16, "fileproviderext": 15, "files_versions": 39, "filesizelimitinbyt": 20, "fill": [1, 5, 27], "filled": [15, 27], "filt": [21, 36, 42, 83], "filtered": 1, "filters": [36, 83], "filtr": [59, 76], "filtrag": 69, "fim": [20, 41], "fin": 41, "final": [20, 40, 41, 44, 80], "finaliz": 45, "find": [17, 19, 20, 21, 24, 25, 42, 70, 81, 82], "finish": 1, "finished": [5, 50, 52], "fio": 76, "fios": 44, "fiqu": 74, "firefox": [20, 83], "first": [14, 15, 28, 44], "fix": 76, "fiz": [20, 42], "fiz\u00e9ss": 26, "flexibil": 44, "flow": [9, 41], "flows": 25, "flush": 16, "flux": [6, 62, 82], "focus": [44, 80], "focused": 14, "fold": [4, 8, 10, 11, 15, 19, 21, 27, 29, 35, 36, 41], "folders": [8, 9, 14, 15, 21, 25, 27, 36, 37, 44], "foldersync": 20, "follow": [5, 14, 80], "followed": 1, "following": [8, 15, 16, 21, 27, 44, 52, 82], "follows": 9, "fon": 60, "font": [14, 38, 48, 80], "forc": 9, "forceloginv2": 9, "forcesyncinterval": 9, "forget": 5, "form": [1, 19, 20, 24, 26, 38, 41, 42, 44, 45, 46, 47, 59, 81], "formal": 42, "format": [2, 5, 9, 21, 28, 35, 41, 44, 57], "formats": [15, 21], "formatting": 5, "forma\u00e7\u00e3": 42, "formul\u00e1ri": [28, 44], "fornec": [7, 19, 20, 26, 41, 42, 44, 53, 56, 57, 69], "fornecedor": 7, "fortement": 20, "forth": 1, "fot": [42, 69, 82], "found": [20, 83], "framework": 7, "fras": 38, "fre": [11, 15, 20, 40], "freeing": 15, "frequent": [6, 13, 20], "from": [1, 2, 8, 14, 15, 17, 20, 21, 24, 36, 38, 41, 44, 49, 51, 54, 62, 71, 82, 83], "frontal": 60, "fs": 12, "fstab": 20, "ftp": [20, 27, 29], "ftps": 27, "fugaz": 19, "full": [9, 41, 60], "fulllocaldiscoveryinterval": 9, "fullscreen": 80, "fully": [15, 20, 25], "fun": 5, "funcion": [18, 19, 20, 26, 41, 44, 46, 47, 48, 81], "funcional": [7, 41, 42], "function": 20, "functionality": [12, 20, 42], "functions": 81, "fund": [72, 80], "fun\u00e7\u00e3": [29, 42, 62, 79], "furth": 82, "fus": 41, "futur": [1, 10, 20, 44, 60, 62, 69, 76], "f\u00e1cil": 26, "f\u00e9r": 40, "f\u00edsic": [20, 81], "g": [4, 8, 45], "gal": 26, "garant": [7, 20, 24, 41], "gateway": [8, 69], "gb": [11, 20], "general": [7, 9, 12], "generat": [45, 46, 48, 54, 81], "generated": [1, 44, 52, 54], "generation": 1, "generic": 45, "ger": [10, 19, 41, 44, 49, 66, 77, 80, 81], "geral": [0, 7, 12, 41, 44, 47, 57, 69], "gerenc": [6, 7, 17, 30, 33, 43, 46, 50, 51, 56, 57, 77, 81, 82], "german": 80, "gest": 63, "get": [15, 20, 26, 56, 81], "getcontentlength": 20, "getcontenttyp": 20, "getetag": 20, "getlastmodified": 20, "gets": [10, 81], "getting": [3, 6], "gifs": 66, "gigabyt": 12, "giphy": 66, "gir": 19, "github": [25, 66, 74], "gitlab": 66, "giv": [1, 2, 5, 54], "glanc": 36, "glob": 41, "global": [6, 19, 76], "gmbh": 7, "gmt": 20, "gnom": [6, 14, 20, 43], "go": [12, 14, 19, 44, 45, 71, 72, 81], "going": [27, 41, 52], "googl": [41, 45, 81, 83], "grand": [22, 30, 44, 53, 65], "grant": [14, 41, 44], "granul": 41, "gratuit": 53, "grav": [42, 62, 77], "gravat": 42, "grava\u00e7\u00e3": [20, 41, 60, 73, 77], "grava\u00e7\u00f5": 62, "green": 27, "group": [17, 20, 45], "grouped": [44, 83], "groups": [3, 45, 52], "groupwar": [6, 41, 42, 48, 52], "grup": [7, 20, 26, 33, 41, 44, 56, 58, 60, 82], "guest": 56, "guests": 82, "gui": [8, 27, 45, 47, 49], "guid": 14, "guidanc": 31, "guidelin": 80, "gvfs": 20, "h": [8, 16, 20], "habilit": [26, 28, 29, 35, 38, 41, 42, 44, 49], "haj": [26, 66], "hand": [5, 60, 80], "handl": 12, "handled": 44, "happen": 15, "happening": 15, "happens": [5, 15], "hardwar": [6, 83], "has": [1, 8, 10, 15, 20, 21, 25, 27, 33, 36, 38, 44, 81, 83], "hav": [1, 8, 10, 14, 15, 16, 21, 25, 26, 28, 33, 39, 41, 42, 44, 46, 51, 54, 56, 81, 82], "having": [9, 15, 29], "head": [20, 21], "heading": [2, 66], "headings": [2, 5], "help": [11, 16, 42, 53, 57, 82, 83], "helpful": [15, 82], "her": [2, 15], "herd": 42, "hesit": 80, "hid": [29, 44], "hidden": [4, 8], "hierarchical": 2, "hierarqu": 35, "high": 80, "history": [6, 21, 39], "hist\u00f3r": 20, "hkey_classes_root": 12, "hkey_current_us": 7, "hkey_local_machin": [7, 12, 20], "holding": 60, "hom": [7, 8, 9, 17, 20, 25], "hood": 15, "hor": [0, 12, 39, 41, 44, 59, 66, 69, 76], "horizontal": [2, 44], "hor\u00e1ri": [44, 66, 76, 79], "hosped": 20, "host": [9, 20], "hours": 16, "houv": [7, 19, 41, 44, 60, 76], "hov": [2, 42], "how": [2, 3, 6, 15, 20, 21, 33, 36, 81], "hr": 9, "href": 20, "html": 41, "http": [8, 9, 11, 12, 20, 49], "httpproxy": 8, "https": [8, 12, 20, 35, 41, 45, 47, 48, 49, 51], "hub": [41, 44], "i": [2, 16], "ia": 66, "ical": 41, "icalend": 41, "icloud": [41, 51], "icon": [1, 14, 15, 20, 21, 27, 28, 36, 41, 44, 45, 60, 82, 83], "icons": [9, 60], "ics": 44, "icsdroid": 45, "icsx\u2075": 45, "id": 82, "idad": 24, "ide": [10, 69], "ideal": 79, "ideally": 54, "idea\u00e7\u00e3": 42, "ident": 81, "identifi": 60, "identific": [19, 41, 60], "identify": [15, 54], "identity": 70, "idiom": [44, 64, 82], "id\u00eant": [26, 44], "if": [1, 4, 6, 9, 11, 14, 15, 20, 21, 26, 27, 28, 36, 38, 39, 41, 44, 45, 46, 47, 51, 54, 69, 72, 82], "ifram": 41, "ignor": [8, 12, 41], "ilustr": 24, "imag": [1, 21, 60], "imagens": [26, 60], "imagin": 10, "imap": 43, "imediat": [10, 12, 24, 42, 48, 53, 62, 69], "immediately": [1, 14, 27, 36, 54], "imped": [7, 42, 69], "implant": 18, "implement": [7, 20, 42], "implemented": 25, "impl\u00edcit": 20, "import": [12, 20, 38, 44, 52, 56, 69, 76], "important": [2, 15, 69, 80, 81, 83], "imposed": 15, "improv": 20, "improved": 20, "in": [1, 2, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 21, 25, 26, 27, 28, 29, 36, 39, 40, 41, 42, 45, 46, 48, 50, 51, 54, 62, 69, 70, 71, 72, 80, 81, 82, 83], "inalter": 44, "inat": 59, "inclu": [10, 19, 20, 41, 42, 44, 59, 60, 62, 82], "includ": [8, 21, 26], "including": [8, 20, 52], "inclusiv": 44, "inclu\u00edd": [6, 7], "incomod": 66, "incorpor": [41, 42], "incorrect": 9, "incorret": 19, "increas": 20, "increased": 15, "increasing": 11, "increment": 41, "independent": [0, 12, 41], "indesej": 19, "index": [12, 41], "indic": [0, 10, 19, 41, 44, 51, 60, 62, 69], "indication": 20, "indicator": [21, 27, 44], "indiqu": 69, "indispon": [20, 69], "individu": [14, 19, 26, 41], "individual": [19, 27, 40, 41, 42, 44, 54, 60, 66, 69, 72], "individually": [44, 54], "indiv\u00eddu": [26, 53], "inferior": [0, 42, 50, 51, 60, 64, 65, 69], "influenc": [11, 41], "info": 36, "inform": [7, 12, 19, 20, 33, 35, 37, 41, 50, 51, 59, 60, 62, 69, 70, 74], "informal": 42, "information": [8, 11, 13, 14, 15, 21, 44, 46, 81, 82, 83], "ingl\u00eas": 38, "inhibits": 8, "ini": 9, "inic": [0, 6, 7, 12, 19, 20, 35, 45, 49, 51, 58, 62, 73, 76], "inicial": [35, 48], "inicializ": [7, 19, 20, 26], "inlin": [36, 66], "inortodox": 12, "inotify": 12, "input": [1, 80], "inscrev": [50, 76], "inser": [28, 41, 44, 45, 46, 72, 81], "insert": [1, 2], "inserted": 1, "inser\u00e7\u00e3": 66, "insid": [21, 27], "insir": [20, 45, 49], "instagr": 42, "instal": [0, 6, 7, 12, 13, 17, 19, 20, 28, 41, 42, 44, 45, 48, 57, 60, 74, 75], "install": [12, 20, 73], "installation": 14, "installed": [1, 8, 14, 15, 52, 83], "installing": 20, "instanc": [6, 12, 14, 15, 20, 27, 35, 41, 43, 45, 70, 82], "instantan": 69, "instant\u00e2n": [59, 69], "instead": [9, 15, 20, 21, 45, 51], "instructions": [21, 51], "instru\u00e7\u00f5": [20, 57, 74], "inst\u00e2nc": [0, 12, 14, 20, 41, 42, 44, 57, 60, 66, 69, 70], "integr": [12, 17, 19, 46, 49, 57, 66, 67, 68, 73, 74, 77], "integrat": 15, "integrated": 15, "integration_opena": 44, "inteir": 41, "intelligenc": 1, "intelligent": 15, "intencional": 12, "inter": [67, 73], "interactiv": [8, 14], "interag": 44, "interesting": 9, "interfac": [1, 6, 9, 15, 19, 20, 22, 24, 25, 30, 40, 41, 43, 44, 55, 73, 80, 82], "interfer": 7, "intern": [19, 41, 69], "internet": [20, 48, 49], "interoper": 41, "interrog": 19, "interromp": [19, 44, 62, 63], "interrup\u00e7\u00e3": 69, "interval": [9, 12, 20, 76], "into": [1, 15, 17, 21, 25, 29, 35, 41, 44], "introdu": 6, "introductory": 5, "introduz": 41, "intrud": 26, "inutiliz": 19, "invalid": [8, 54], "investigating": 15, "invis": [19, 41], "invisibl": 36, "invitation": 70, "invok": 8, "in\u00edci": [41, 44, 66, 79], "ios": [6, 20, 25, 38, 42, 43, 51, 53, 73], "ip": [8, 20, 69], "iphon": [20, 47], "ir": 20, "irrevers": 41, "ir\u00e1": [35, 38, 41, 45, 69], "ir\u00e3": 41, "is": [1, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 27, 28, 29, 33, 39, 42, 44, 45, 51, 52, 54, 60, 62, 80, 81, 82, 83], "issu": [25, 66], "it": [1, 2, 4, 5, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 36, 38, 42, 44, 52, 54, 62, 70, 81, 82], "italicized": 66, "item": [8, 15, 21, 41, 48], "items": [15, 21], "itens": [41, 56, 62, 76], "its": [1, 8, 9, 11, 15, 20, 21, 42, 44, 83], "itself": [14, 20], "janel": [10, 20, 41, 45, 50, 56, 58, 59, 60, 63, 72], "jobs": 11, "jog": 57, "john": 20, "join": [58, 78], "jpg": 20, "json": 56, "jump": [2, 21], "jumping": 15, "junt": 80, "just": [2, 5, 21, 26, 27, 80, 81], "kaddressbook": 48, "kalend": 48, "kanban": 43, "kb2123563": 20, "kde": [6, 19, 43], "keep": [2, 12, 14, 25, 26, 81], "keeping": 15, "keeps": 13, "kept": [15, 26], "key": 83, "keyboard": [60, 80], "keynot": 15, "keyring": 14, "keys": 26, "keywords": 8, "kfy9lek5sm928xp": 20, "know": 28, "knowledg": [2, 3, 12], "kontact": [6, 43], "korganiz": 48, "kubuntu": 19, "kwallet": 14, "la": [0, 7, 20, 38, 41, 44, 56, 60, 62, 66, 69, 76], "label": 20, "labeled": 51, "labelled": [41, 51], "labels": 36, "lad": [10, 19, 20, 35, 37, 41, 42, 44, 49, 50, 55, 56, 60, 62, 63, 66, 69], "landing": 2, "languag": [1, 12], "lan\u00e7ament": 18, "larg": 29, "largur": 19, "las": [41, 56, 58], "last": [5, 39, 54, 83], "lat": [1, 2, 5, 54, 72], "lateral": [6, 20, 28, 35, 41, 42, 58, 60, 69, 71, 76, 80], "latest": [14, 25, 52, 83], "launch": [14, 16], "launchagents": 17, "launchpad": [8, 17], "layout": 60, "ldap": 26, "leading": 4, "learn": [2, 21, 26, 46, 48], "learned": 2, "learns": 15, "least": [1, 39], "leav": 21, "left": [1, 2, 5, 20, 21, 27, 36, 44, 48, 52, 80, 83], "legend": [41, 56, 76], "leitor": 0, "leitur": [20, 35, 38, 41, 42, 69, 80], "lembr": [20, 41, 44], "lembret": 69, "ler": 26, "less": [5, 11], "let": [5, 72], "letr": 20, "lets": [1, 21, 27, 36, 44, 52, 83], "letsencrypt": 47, "letting": 44, "lev": [26, 41, 48], "level": [2, 16, 21, 26, 36, 80], "liber": [24, 79], "library": [9, 17], "licenc": 40, "lid": [44, 66, 69, 81], "lig": 60, "liga\u00e7\u00e3": 41, "lik": [5, 15, 21, 41, 44, 70, 80], "limit": [12, 19, 20, 24, 26, 31, 37, 39, 41, 42, 44, 69, 83], "limitation": 20, "limitations": 15, "limited": 15, "limits": 31, "limp": [12, 19, 20, 41], "lin": [6, 13, 14, 19, 20, 36, 66], "linguag": 44, "linh": [7, 12, 17, 19, 41, 65, 66], "link": [0, 2, 19, 20, 21, 28, 29, 41, 56, 59, 66, 69, 72], "linked": 28, "links": [12, 14, 19, 25, 28, 35, 41, 44, 66, 80, 82], "linus": 41, "linux": [9, 13, 19, 25], "linux_usernam": 20, "list": [1, 2, 4, 10, 12, 19, 20, 21, 29, 35, 36, 38, 41, 42, 45, 48, 49, 54, 57, 59, 65, 66, 69, 70, 72, 74, 81, 82], "listag": 37, "listday": 41, "listed": 1, "listening": [8, 9], "listing": 29, "listmonth": 41, "listr": 41, "lists": 36, "listweek": 41, "live_transcription": 64, "livr": [24, 39, 41, 80], "lix": 44, "lixeir": [24, 26, 28, 33, 42, 54], "ll": 2, "llm": 44, "llms": 44, "lo": [12, 17, 19, 20, 26, 39, 41, 44, 45, 63, 66, 69, 70, 72], "load": 80, "loc": [10, 12, 19, 41, 42, 44, 53], "local": [8, 9, 10, 14, 15, 19, 20, 21, 28, 41, 44, 56, 59, 69, 82], "localiz": [19, 41, 42, 44, 50, 69], "locally": [9, 10, 12, 15], "locat": [9, 51], "located": [4, 17, 44], "location": [8, 15, 20, 21, 41], "lock": 82, "log": [0, 8, 14, 15, 16, 20, 21, 26, 54, 72, 81, 83], "logd": 16, "logdebug": 16, "logexpir": 16, "logfil": 16, "logflush": 16, "logged": [14, 82], "logging": [29, 83], "login": [8, 9, 14, 19, 20, 42, 44, 45, 46, 50, 51, 54, 80, 81, 82], "logins": 20, "logout": [19, 26], "logs": [16, 51], "logwindow": 16, "loj": 42, "long": [1, 9, 15, 20, 40, 41, 44, 81], "look": [33, 38, 81, 83], "looking": 44, "looks": [70, 83], "loops": 12, "los": [6, 24, 35, 41, 43, 45, 49, 53, 56, 69, 80, 82], "losing": 81, "lot": 42, "low": 80, "lst": [8, 19], "lts": 14, "lug": [42, 46], "luminos": 80, "l\u00e1": [35, 41, 42, 44, 66, 69, 72], "m": [60, 72, 80], "mac": [6, 9, 13, 19, 25, 42, 43, 51], "machin": 8, "mad": 47, "madur": 50, "magic": [5, 26], "mail": [6, 40, 41, 42, 43, 45, 49, 50, 51, 52, 59, 60, 69, 73, 80, 82], "mailbox": 51, "mails": [41, 80], "main": [9, 14, 16, 20, 54, 83], "maintain": 42, "maintained": 14, "maior": [18, 19, 31, 33, 48, 74], "major": 14, "mak": [5, 25, 28, 29, 39], "making": 9, "manag": [5, 14, 15, 20, 21, 26, 36, 41, 44, 46], "managed": [14, 27], "management": [12, 20, 36], "managers": 14, "managing": [21, 31], "maneir": [12, 17, 20, 26, 41, 42, 44, 45, 56, 62], "manh\u00e3": 0, "manh\u00e3s": 0, "mann": 8, "mant": [12, 38, 39, 41, 42, 44, 59, 69, 76], "mant\u00e9m": 39, "manu": 7, "manual": [6, 7, 12, 13, 14, 15, 20, 24, 25, 27, 29, 36, 39, 44, 45, 48, 49, 58, 62, 79], "manually": [12, 44, 50], "mapeament": 20, "mapping": 20, "marc": [7, 19, 24, 37, 39, 41, 44, 62, 66, 77], "marcador": 44, "marcant": 19, "mark": 21, "markdown": [3, 6, 69], "marked": [15, 21, 27, 42, 44, 54], "marketing": [41, 82], "marks": 27, "marqu": [0, 20, 60, 62, 69], "mastodon": 42, "mat": 20, "match": 83, "matrix": 74, "matriz": [0, 41], "matterbridg": [73, 77], "max": 8, "max_user_watch": 12, "maxchunksiz": 9, "maximum": [8, 9, 11], "may": [11, 14, 15, 17, 20, 26, 27, 29, 36, 41], "mb": [9, 11], "mdn": 21, "mean": 81, "meaning": [9, 44], "means": [15, 27], "mecan": 7, "med": [8, 21, 35], "meeting": 83, "megabyt": 31, "mei": [10, 20, 31, 35, 41, 44, 45, 57, 66, 69], "melhor": [18, 41, 44, 66], "members": [2, 5], "membr": [20, 35], "memory": 1, "men": [10, 12, 38, 41, 42], "mencion": [0, 57, 69], "menor": [58, 60], "mensag": [19, 20, 26, 40, 41, 47, 51, 55, 56, 57, 58, 66, 69, 75, 76, 81], "mensagens": [6, 19, 43, 57, 67, 73], "mentioned": 82, "menu": [1, 2, 12, 19, 20, 21, 27, 36, 41, 42, 44, 48, 49, 51, 58, 60, 62, 65, 66, 69, 71, 72, 74, 75, 76, 80, 82, 83], "menus": [19, 80], "men\u00e7\u00f5": 69, "mes": 41, "mescl": 42, "mesm": [0, 7, 10, 14, 19, 20, 24, 41, 44, 46, 49, 50, 58, 62, 64, 69, 70, 71, 72, 76], "messag": [1, 16, 44, 69, 80, 83], "mestr": 26, "metad": [19, 33], "method": [27, 45, 81], "mib": 11, "microfon": [60, 72], "microphon": [60, 72, 80], "microsoft": [9, 12, 14, 83], "might": [9, 14, 44, 82], "migrat": [6, 43], "migrated": 52, "migration": 52, "milliseconds": 9, "mim": 12, "min": 9, "minchunksiz": 9, "minh": 20, "miniaplic": 48, "miniatur": [26, 33], "minimized": 44, "minimum": [9, 11, 83], "minut": [9, 26, 27, 39, 41, 48], "mitig": 80, "mkcol": 20, "mkdir": 20, "mmc": 20, "mobil": [2, 20, 25, 42, 81], "mod": [42, 60, 66, 69, 72, 80], "modal": [41, 83], "modals": 80, "model": [1, 44], "moder": [6, 42, 56, 58, 60, 62, 64, 69, 70, 73, 74, 76], "moderator": 62, "moderators": 60, "modific": [0, 19, 20, 31, 42], "modification": 12, "modified": 21, "modifiqu": 42, "moment": [19, 28, 41, 44, 49, 60, 62, 69, 72], "monitor": [8, 12, 57, 63, 72], "monocrom\u00e1t": 19, "mont": [20, 28, 35], "montag": 20, "month": 41, "mor": [2, 5, 11, 14, 15, 21, 26, 36, 41, 42, 46, 48, 81, 82, 83], "most": [44, 83], "mostr": [0, 10, 12, 19, 20, 35, 37, 40, 41, 42, 44, 46, 60, 79, 81], "motiv": [40, 42, 47, 69], "mount": [20, 21, 27], "mounted": 20, "mounts": 27, "mous": [2, 19, 20, 35, 44, 48, 63, 76, 80], "mov": [20, 24, 52, 69, 80], "moved": [9, 44], "movetotrash": 9, "moviment": 0, "mozill": 83, "ms": [20, 74], "msi": [12, 14, 17], "msiexec": 17, "mtim": 19, "much": [5, 33, 82], "mud": [20, 28, 37, 40, 72, 81], "mudanc": 44, "muit": [0, 10, 12, 41, 42, 44, 69], "multipl": [21, 36], "multistatus": 20, "music": 8, "must": [8, 14, 20, 27, 28, 51, 52], "mut": [60, 72, 80], "muted": [60, 72], "mutu": 44, "my": 2, "my_sync_fold": 8, "mycertificat": 20, "mydat": 10, "mynextcloud": [20, 48], "m\u00e1gic": 24, "m\u00e1quin": 7, "m\u00e1xim": [12, 20, 24, 41], "m\u00e3": 69, "m\u00e9dic": 40, "m\u00e9tod": [7, 20, 28, 41, 42, 58], "m\u00eas": 41, "m\u00edd": [42, 60, 62, 69], "m\u00ednim": [18, 42], "m\u00f3v": [0, 38, 41, 73, 82], "m\u00f3vel": [20, 22, 30], "m\u00faltipl": 56, "n": 8, "nad": [12, 26], "nam": [2, 4, 5, 8, 16, 20, 21, 27, 36, 45, 54, 60, 72, 82, 83], "narrow": 83, "nativ": [20, 50], "natural": 42, "nautilus": [19, 46], "naveg": [0, 6, 7, 12, 14, 20, 35, 38, 42, 44, 49, 51, 63, 65, 69, 72, 76, 81], "navigat": [21, 37, 80], "navigating": 6, "navigation": [1, 36, 80, 83], "nc": [12, 35], "nc_password": 8, "nc_us": 8, "near": 21, "nearly": 10, "necess": [7, 41, 42, 44], "necessary": 54, "necess\u00e1r": [20, 41, 45, 47], "necess\u00e1ri": [7, 17, 19, 35, 37, 38, 41, 47, 48, 60, 62, 64, 69], "need": [2, 9, 14, 17, 20, 46, 48], "needed": 11, "needing": [15, 42], "needs": [15, 70], "negr": 19, "nel": [19, 42, 44, 69, 70], "nemo": 19, "nenhum": [7, 19, 20, 28, 41, 44, 47, 51, 59, 72], "nenhuns": 41, "ness": [20, 26, 35, 42, 58, 60, 62], "nest": [10, 12, 19, 20, 28, 31, 35, 41, 69, 78], "net": [8, 20], "netrc": 8, "network": [9, 11, 15, 20, 27], "new": [1, 2, 5, 9, 15, 16, 21, 27, 36, 37, 39, 41, 42, 44, 51, 52, 54, 69, 80], "newly": 15, "next": [5, 8, 9, 14, 15, 27, 36, 44, 46, 51, 60, 78, 82, 83], "nextcloud": [0, 1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 54, 56, 57, 58, 60, 69, 70, 72, 73, 74, 80, 81, 82], "nextcloud_": 17, "nextcloudcmd": 8, "nextcloudpassword": 20, "nextclouds": [28, 35], "nextcloudurl": 8, "nextcloudusernam": 20, "nic": 5, "nick": 5, "ningu\u00e9m": [66, 69, 82], "nitrokey": 81, "nkujuxuj3b": 17, "noaut": 20, "noit": 66, "nom": [7, 10, 19, 20, 26, 28, 29, 35, 37, 41, 42, 45, 47, 48, 49, 50, 51, 60, 69, 72, 82], "nomedeusu\u00e1ri": 47, "non": [2, 8, 9, 14], "norm": [7, 19, 62], "normal": [9, 19, 41, 42, 44, 50, 66, 81], "normally": 26, "noss": [14, 42, 43, 44, 73, 80], "not": [2, 4, 8, 9, 10, 11, 14, 15, 17, 20, 21, 25, 26, 27, 28, 35, 36, 40, 41, 44, 45, 54, 76, 81, 82, 83], "notific": [6, 7, 10, 35, 37, 60, 66, 70, 72, 76, 82], "notification": [1, 62], "notificationrefreshinterval": 9, "notifications": [6, 9, 83], "notified": 69, "notify": [15, 60], "notify_push": 15, "nov": [7, 12, 20, 24, 26, 28, 33, 35, 37, 39, 42, 45, 48, 50, 56, 59, 63, 69, 72, 76, 82], "now": [2, 5, 10, 14, 41, 42], "ns": 20, "numb": [11, 28], "numbers": 15, "nunc": [26, 38, 39, 41, 69], "nuv": [28, 35], "n\u00e3": [0, 7, 10, 14, 19, 20, 24, 28, 31, 33, 35, 38, 41, 42, 44, 45, 47, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 65, 66, 69, 76, 80, 81, 82], "n\u00edvel": [35, 41, 62, 69], "n\u00famer": [19, 41, 42, 44, 58, 60, 69], "object": 27, "objet": [0, 26, 35], "obrigat\u00f3ri": [45, 62], "observ": [14, 42, 44, 51], "obter": [12, 18, 20, 35, 41, 44, 51, 60, 74, 80], "oc": [20, 28], "occ": 27, "occurred": 20, "ocorr": [0, 10, 26, 41, 42, 44, 69], "ocorrent": 41, "oct": 20, "ocult": [35, 44, 55, 69, 72], "ocup": 33, "of": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 16, 20, 21, 24, 25, 26, 28, 29, 36, 37, 38, 39, 41, 42, 44, 45, 51, 52, 54, 56, 66, 71, 72, 80, 81, 82, 83], "oferec": [0, 7, 12, 14, 19, 20, 38, 41, 42, 44, 49, 50, 60, 69, 73, 80], "off": [1, 19, 20, 80], "offer": [15, 35, 80], "offers": [20, 21], "offic": [12, 20, 21], "officially": 14, "offlin": [15, 27], "often": 41, "ok": 20, "old": [9, 39], "older": [9, 16, 17, 80], "olhad": 47, "olhos": 80, "omit": 20, "on": [1, 2, 5, 8, 9, 10, 12, 15, 17, 19, 20, 21, 24, 25, 26, 27, 31, 33, 36, 39, 41, 42, 44, 48, 49, 51, 52, 54, 80, 81, 82, 83], "onboard": [2, 3, 6], "onboards": 5, "once": [2, 15, 21, 27, 36, 52, 54, 81, 83], "onde": [19, 35, 37, 41, 42, 45, 56, 58, 60, 72], "one": [1, 2, 5, 8, 11, 14, 21, 25, 36, 38, 41, 44, 45, 81, 82, 83], "ones": 8, "onlin": [2, 20, 46, 83], "only": [2, 4, 15, 27, 28, 36, 39, 41, 44, 47, 54, 81, 82, 83], "onto": [21, 52], "opcion": 41, "opcional": [20, 26, 40, 41, 44, 45], "open": [1, 2, 12, 14, 15, 20, 21, 27, 28, 36, 38, 44, 45, 48, 78, 80, 82, 83], "opendyslexic": 80, "opened": 15, "opening": [2, 15, 16], "opens": [12, 15, 16, 21, 29, 83], "openstack": [20, 27], "opensus": [14, 20], "opentasks": 45, "oper": [12, 19, 20, 53], "operacion": [7, 20], "operacional": [7, 12, 17, 20], "operating": 20, "operation": [11, 44], "oportun": 12, "opt": 9, "optar": [0, 41, 59, 66, 72, 79], "option": [12, 16, 28, 33, 35, 36, 45], "optional": 20, "options": [6, 8, 9, 11, 13, 14, 15, 19, 21, 82, 83], "op\u00e7\u00e3": [0, 10, 12, 19, 20, 21, 26, 41, 42, 44, 48, 56, 60, 62, 63, 72, 76], "op\u00e7\u00f5": [7, 14, 17, 18, 20, 26, 35, 58, 60, 69, 72, 82], "or": [1, 2, 4, 5, 8, 11, 12, 14, 15, 16, 20, 21, 24, 25, 26, 27, 28, 29, 35, 36, 41, 42, 44, 45, 51, 56, 60, 71, 72, 80, 81, 82, 83], "orador": 62, "ordem": [42, 44], "ordered": 66, "org": [8, 20, 47], "organis": 36, "organiz": [0, 2, 3, 41, 44, 76], "organizing": 5, "org\u00e2n": 42, "orient": 14, "orig": [37, 44], "original": [33, 44, 64], "other": [1, 2, 4, 8, 11, 14, 15, 16, 21, 26, 27, 29, 37, 41, 42, 44, 70, 81, 82, 83], "others": [2, 25, 40, 82], "otherwis": 15, "otimiz": 20, "our": [15, 44], "out": [5, 20, 26, 39, 81, 83], "outbound": 35, "outbox": 44, "outlined": 15, "outlook": 41, "output": [1, 8, 16], "outr": [0, 7, 10, 12, 19, 20, 24, 28, 33, 40, 41, 42, 44, 47, 48, 49, 53, 60, 63, 66, 69, 70, 71, 73, 74, 76, 81], "outsid": [36, 44, 82], "ouv": 60, "over": [2, 20, 27, 42], "overflow": 27, "overhauls": 12, "overhead": 20, "overrid": [8, 11], "overview": [2, 54, 83], "overwrit": 9, "own": [1, 8, 9, 29, 35, 83], "owncloud": [27, 28, 35], "owncloud_blacklist_time_max": 11, "owncloud_blacklist_time_min": 11, "owncloud_chunk_siz": 11, "owncloud_critical_free_space_byt": 11, "owncloud_free_space_byt": 11, "owncloud_http2_enabled": 11, "owncloud_max_parallel": 11, "owncloud_timeout": 11, "owncloud_upload_conflict_fil": 10, "owner": [37, 44], "ownership": [23, 30], "p": [0, 8, 20, 41, 47, 49, 51], "packag": [8, 14, 20], "pacot": [7, 17, 19, 43], "padr\u00e3": [0, 10, 12, 14, 19, 24, 26, 28, 31, 35, 39, 41, 42, 44, 48, 59, 60, 69, 82], "padr\u00f5": [19, 31], "pag": [2, 4, 14, 15, 21, 24, 25, 33, 35, 54, 83], "pai": [19, 42], "painel": [12, 20, 50], "palavr": 38, "pan": 44, "panel": [1, 36, 44], "pap": [6, 35, 40, 42, 57, 59, 60, 62, 69, 71, 73, 74, 76, 77], "papel": 56, "par": [0, 6, 7, 10, 12, 14, 17, 18, 19, 20, 24, 25, 28, 29, 31, 33, 35, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 56, 57, 58, 59, 60, 63, 64, 65, 66, 69, 70, 72, 73, 74, 79, 80, 81, 82], "paralel": 19, "parallel": [11, 15], "parameters": [20, 52], "parent": 21, "part": [0, 5, 17, 20, 28, 38, 41, 42, 45, 47, 50, 51, 56, 60, 62, 64, 69, 76], "particip": [56, 57, 58, 59, 62, 63, 64, 65, 66, 70, 71, 72, 77, 78, 79], "participants": 58, "particul": 66, "parts": 2, "party": [20, 70], "pass": [8, 12, 19, 20, 44, 47, 48, 60, 66, 69, 76], "passed": [8, 39], "passkey": 83, "password": [8, 14, 20, 26, 35, 45, 46, 48, 51, 54, 81, 82, 83], "passwords": [54, 81], "past": [0, 14, 17, 19, 20, 24, 26, 29, 33, 35, 37, 41, 42, 51, 53, 82], "path": [8, 27], "pathtomountpoint": 20, "pattern": [8, 39], "paus": 19, "pa\u00eds": 41, "pc": 20, "pdf": 21, "ped": [19, 26, 28], "peers": 2, "pel": [0, 12, 19, 26, 31, 39, 41, 42, 44, 46, 53, 59, 60, 62, 64, 69, 70, 80, 81, 82], "pem": 20, "penalty": 20, "pendent": 70, "peopl": [2, 29, 82, 83], "pequen": [19, 49, 63], "per": [4, 8, 15, 45], "perc": 38, "perceb": 10, "percorr": 65, "perd": [19, 26, 38], "perf": 42, "perfeit": [18, 26], "perfil": [6, 41, 42, 69], "perform": [9, 20], "performanc": 20, "performs": 8, "pergunt": [6, 13, 21, 35, 37, 50, 66], "perig": 26, "period": 83, "periodic": 27, "permanec": [19, 20, 24, 44, 69], "permanent": [12, 24, 41, 69], "permanently": [4, 15, 24], "permissions": 37, "permiss\u00e3": [42, 60, 63], "permiss\u00f5": [20, 42, 45, 57, 60, 69], "permit": [0, 7, 10, 12, 19, 20, 24, 26, 28, 33, 35, 41, 42, 43, 44, 55, 56, 57, 58, 60, 62, 63, 74, 75, 79], "persisted": 9, "persistent": 20, "persists": 27, "person": 83, "personal": [6, 20, 25, 27, 33, 40, 44, 46, 52, 54, 70, 81, 82, 83], "personaliz": [7, 19, 41, 44, 55, 60, 69, 80], "pertenc": 42, "perturb": [19, 41], "per\u00edod": [19, 24, 33, 41, 59, 69, 76], "pesquis": [6, 26, 37, 46, 69, 72], "pesso": [0, 10, 20, 24, 35, 38, 40, 41, 42, 50, 60, 69, 72, 82], "pessoal": [0, 14, 20, 35, 41, 44, 76], "peterstei": 12, "phon": [45, 81, 82], "phot": 80, "photothumb": 8, "php": [20, 24, 31, 41, 45, 47], "pick": [1, 21, 29, 36], "pickers": 6, "pictur": [5, 82, 83], "pie": 15, "pim": [46, 50], "pin": 15, "pkgs": 8, "plac": [1, 2, 20, 83], "placed": 8, "plain": [20, 21, 54], "plan": [19, 48], "planej": [20, 41], "plasm": 48, "plataform": 17, "play": [21, 45], "playback": 21, "pleas": [4, 82], "plen": 38, "plist": 17, "pod": [0, 6, 7, 10, 12, 14, 17, 19, 20, 21, 24, 28, 29, 33, 35, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81], "point": [45, 83], "pointing": 27, "pois": [0, 7, 38, 41, 82], "polic": 7, "poll": [9, 15], "pol\u00edt": 7, "pont": [14, 19, 20, 30, 34, 35, 41, 42, 44, 60, 65, 74], "pontu": 69, "pop": [7, 41], "pop3": 43, "popov": 80, "popul": 41, "popup": 41, "porqu": [12, 19, 26], "port": [8, 9, 20, 44, 47], "portant": [7, 19, 21, 38, 47, 80], "port\u00e1til": 20, "position": 42, "poss": [10, 14, 20, 26, 41, 42, 48, 51, 69, 78, 80], "possibil": [20, 38], "possibl": [1, 15], "possibly": 20, "possivel": 41, "possu": [26, 41, 60, 80, 81], "poss\u00edv": [35, 41, 42, 44], "poss\u00edvel": [0, 7, 12, 14, 18, 19, 20, 38, 41, 42, 44, 49, 56, 58, 59, 62, 66, 69, 72, 76], "post": 51, "posterior": [42, 50, 69], "pouc": [12, 20, 24, 33, 41], "powered": 1, "ppa": 8, "pratic": 26, "praz": [18, 69], "pre": 66, "precau\u00e7\u00e3": 44, "precis": [7, 10, 12, 20, 26, 28, 31, 41, 42, 44, 45, 49, 50, 51, 58, 64, 69, 71, 76], "preconfiguration": 14, "predefin": [19, 41, 44, 60], "preench": [19, 20, 41, 44, 50], "preenchiment": [37, 56], "pref": [14, 44], "prefer": [7, 20, 51], "preferenc": [9, 17, 45, 52], "preferent": [0, 6, 41, 44, 45, 80, 81], "preferred": 20, "prepar": [18, 41, 62, 66], "preselected": 2, "present": 27, "presentation": 21, "preserv": 19, "preserving": 21, "press": [1, 2, 5, 14, 44, 46, 60, 83], "pressing": [5, 72], "pression": [20, 28, 42, 46, 66], "prevent": 82, "preview": [2, 21, 44], "previews": [15, 21], "previous": [1, 12, 21, 39], "primeir": [7, 12, 26, 38, 39, 41, 42, 44, 48, 56, 60, 66, 71, 81, 82], "princip": [19, 80], "principal": [19, 26, 41, 44, 58, 69, 80], "principals": [47, 51], "priv": [41, 69, 82], "privac": [38, 44, 53, 62], "privacy": 83, "privat": [26, 82], "privil\u00e9gi": 7, "pro": 81, "probl": [15, 81], "problem": [12, 14, 18, 26, 44, 47, 80], "problems": 11, "proc": [8, 12], "proced": [44, 50], "process": [8, 12, 39, 41, 44, 52, 62], "procur": [20, 41, 50, 69, 77], "produc": [9, 21], "produt": 43, "produz": 19, "profil": [6, 9, 27, 44, 82], "profund": 12, "progr": [12, 14], "program": [12, 17], "progress": 15, "projet": [20, 43, 44, 80], "promov": 69, "prompt": [8, 9, 14, 20, 81], "promptdeleteallfil": 9, "prompted": [14, 51], "pront": [18, 28, 41], "prop": 20, "propagat": 8, "propagated": 35, "propertyhandlers": 12, "propertysyst": 12, "propfind": 20, "proporcion": 55, "proposal": 52, "propriedad": [20, 42], "propriet\u00e1ri": [20, 24, 26, 33, 35, 37, 41, 42], "propstat": 20, "prop\u00f5": 44, "protection": 35, "proteg": [20, 26, 35, 38, 69, 81], "prote\u00e7\u00e3": 42, "protocol": [12, 20, 27, 47, 50, 74], "prov": 81, "provavel": [19, 20, 26, 44], "provedor": [20, 26, 53, 64], "provid": [1, 6, 8, 12, 13, 14, 20, 21], "provided": 15, "provisioned": 44, "provisioning": 14, "proxy": [8, 9, 19], "pr\u00e1tic": [0, 28], "pr\u00e9": [18, 19, 44, 55, 60], "pr\u00f3pr": [0, 7, 10, 28, 35, 41, 42, 44, 53, 55, 60], "pr\u00f3pri": [41, 42, 74, 76, 80], "pr\u00f3x": 59, "pr\u00f3xim": [7, 18, 24, 41, 48, 50, 51, 60, 66], "public": [20, 21, 35, 36, 42, 56, 82], "published": 82, "pul": [60, 80], "push": [0, 60, 80], "pux": 41, "p\u00e1gin": [7, 14, 26, 28, 29, 35, 41, 42, 74, 77, 80, 82], "p\u00f4d": 44, "p\u00fablic": [33, 41, 58, 69], "qr": [45, 81], "qt": 16, "qt_logging_rul": 16, "qua": [19, 20, 35, 41, 42, 44, 45, 50, 57, 58, 66, 69], "quadr": 42, "quaisqu": [26, 41, 42, 57, 80], "qualidad": 80, "qualqu": [0, 7, 19, 20, 24, 28, 41, 42, 44, 46, 47, 54, 60, 62, 69, 70, 72, 78, 80], "quand": [0, 7, 10, 14, 19, 20, 26, 28, 29, 33, 39, 40, 41, 42, 44, 45, 48, 59, 60, 62, 64, 65, 66, 69, 71, 79], "quant": [0, 19, 26, 41, 44, 69], "quantidad": 12, "quart": 41, "quatr": 44, "queir": [7, 69, 76], "quer": [18, 19, 26, 41, 48], "questions": 8, "quick": [2, 80], "quickly": [5, 21, 83], "quiet": 17, "quis": [7, 41, 42, 45, 50, 60, 66, 69, 80, 82], "quot": [20, 33], "r": [51, 60, 80], "rais": [60, 80], "raised": 11, "raiz": [20, 35, 37, 41], "rang": 83, "rapid": 69, "rascunh": 56, "rastreador": 80, "rath": 20, "re": 5, "reabr": 20, "reached": [27, 44], "read": [8, 26, 27, 41, 82], "readers": 80, "reading": 15, "reads": 9, "ready": 27, "real": [42, 60], "realiz": [7, 42, 44, 62, 75, 77], "reaparec": 45, "rearrang": 83, "rea\u00e7\u00e3": 60, "receb": [0, 20, 29, 35, 37, 41, 44, 47, 60, 64, 66, 70, 72, 76, 81], "receiv": [1, 28, 29, 44, 62, 70], "recent": [0, 7, 18, 19, 20, 21, 44, 83], "recently": [21, 54], "recheck": 27, "recipient": [28, 44], "recognisabl": 15, "recolh": [19, 80], "recomend": [20, 25, 31, 44], "recommend": 15, "recommended": [15, 20], "recompartilh": [21, 26, 35], "reconect": 20, "reconhec": 20, "recorded": 62, "recording": 62, "recoverabl": 21, "recovery": 6, "recuper": 42, "recurs": [7, 12, 17, 18, 19, 20, 21, 26, 42, 44, 46, 48, 50, 60, 62, 70, 74, 82], "recus": [35, 41, 44, 60, 70], "rec\u00e9m": [12, 41], "red": [20, 27, 42, 50], "reda\u00e7\u00e3": 49, "reddit": 51, "redefin": [40, 41, 44], "redirecion": [69, 72, 81], "reduc": 11, "reducing": 15, "reduz": [42, 63, 80], "reentr": 69, "ref": [14, 31], "refaz": 50, "refer": 7, "referenc": 21, "referent": [18, 62, 76], "refin": 76, "reflected": 27, "reflet": [19, 35, 41], "refresh": 80, "reg": 12, "regardless": 56, "regedit": 20, "regist": [12, 14, 45], "registr": [0, 7, 12, 20, 42, 45, 60, 69, 78], "registry": 12, "regi\u00e3": 41, "regr": [41, 44], "regul": [12, 20, 27, 36, 41, 60], "regular": 41, "regularly": 11, "reinic": [7, 20], "reinicializ": 20, "rejeit": [37, 41], "rejei\u00e7\u00e3": 37, "relacion": [0, 17, 41, 47], "relat": [18, 20, 44, 80], "related": [1, 15, 44, 83], "relativ": 41, "relat\u00f3ri": 44, "relaunch": 1, "releas": [12, 14], "relev": [10, 41, 42, 44, 76], "rel\u00f3gi": 66, "remaining": 11, "rememb": 1, "remembered": 1, "remetent": [44, 76], "remind": 41, "reminders": 41, "remot": [8, 9, 10, 15, 17, 20, 21, 26, 27, 28, 35, 41, 45, 47, 50], "remotely": 10, "remotepollinterval": 9, "remov": [1, 7, 12, 16, 17, 19, 20, 26, 27, 28, 33, 36, 38, 41, 44, 57, 69, 83], "removal": 12, "removing": 36, "remo\u00e7\u00e3": 17, "remo\u00e7\u00f5": 42, "renam": [21, 36], "renom": [0, 24, 35, 44], "reopen": 44, "reorden": 44, "repeat": [8, 51], "replac": 45, "repli": 44, "report": 15, "repositori": 8, "repository": [8, 9], "reposit\u00f3ri": 20, "represent": 44, "reproduz": [14, 18, 62], "reprogram": 66, "requ": [1, 8, 20, 31, 41, 69], "requer": 6, "request": [1, 20], "requested": 20, "required": [8, 15, 27], "requisit": 74, "resiz": 60, "resolu": 47, "resolv": [7, 10, 12], "resolved": 15, "resourc": [45, 46], "resourcetyp": 20, "respect": [41, 42, 43, 49, 58], "respectiv": 52, "respond": [44, 57], "respons": [6, 20], "respost": [40, 41, 57, 69, 76], "rest": [14, 25], "restant": 20, "restart": 15, "restaur": [26, 39, 41], "restor": [15, 24], "restrict": [36, 82], "restricted": 36, "restring": [6, 20], "restrit": 44, "restri\u00e7\u00e3": 42, "result": [1, 9, 15, 19, 48], "results": [1, 9, 83], "resum": 57, "retention": 36, "reten\u00e7\u00e3": [24, 33, 44, 69], "retom": 19, "retorn": 26, "retri": 8, "retried": [11, 44], "retriev": 20, "retry": [27, 44], "retrying": 27, "return": [21, 42, 60], "reuni\u00e3": [44, 59, 72], "reuni\u00f5": [41, 57, 69], "revealed": 15, "revert": [35, 69], "review": [1, 20], "revok": 44, "revoked": 20, "rf": 17, "rfc": 41, "ric": 50, "rich": 1, "right": [1, 15, 20, 42, 44, 48, 80, 83], "rights": 44, "risc": [18, 41], "rm": 17, "roaming": 9, "rob\u00f4": 57, "rob\u00f4s": [73, 77], "rod": 63, "rol": [44, 51, 82], "roll": [39, 57], "rooms": 58, "root": [8, 15, 20], "row": [21, 36], "rows": 36, "rss": 6, "rul": 36, "run": [1, 8, 9, 20, 27, 39], "running": [6, 15], "rw": 20, "r\u00e1p": [19, 42, 66, 69, 76], "r\u00edg": [12, 20, 41], "r\u00f3tul": 28, "s": [1, 4, 5, 8, 9, 11, 14, 15, 17, 20, 21, 27, 35, 42, 44, 45, 46, 80, 81, 82, 83], "s3": [20, 27], "sab": [19, 26, 57, 73, 81], "sabredav": 20, "saf": 81, "safar": 83, "sai": [20, 26], "saib": [20, 41, 49], "sair": 19, "sal": [42, 73, 77, 82], "salv": [12, 20, 41, 42, 44, 46, 47, 51, 56, 62, 82], "sam": [5, 8, 10, 14, 15, 27, 36, 41, 44, 51, 52, 81], "samb": 27, "satisfeit": 19, "sav": [15, 54, 62, 80], "saved": [5, 27, 36, 39, 44], "say": 10, "sa\u00edd": 69, "scan": 27, "scann": 45, "scary": 5, "schannel": 51, "schedul": [14, 52], "scheduled": 1, "scop": 82, "scp": 20, "screen": [45, 51, 60, 80, 81], "script": [26, 44], "scripting": 20, "scripts": [17, 20, 44], "scroll": [20, 51], "seamlessly": 15, "search": [2, 8, 21, 36, 42, 78, 80, 83], "searching": 82, "searchon": 8, "sec": 9, "second": [2, 6, 44, 66], "seconds": [9, 11, 15, 62, 81], "secret": [0, 8, 41], "secrets": 20, "section": [1, 9, 11, 20, 36, 42, 52], "security": [20, 45, 51, 83], "see": [1, 2, 9, 13, 14, 21, 25, 27, 28, 29, 33, 36, 40, 44, 81, 82, 83], "seeing": 82, "seen": 51, "segred": 81, "segu": [7, 12, 19, 20, 26, 28, 29, 41, 44, 46, 48, 49, 50, 51, 62, 69, 76], "seguint": [17, 19, 20, 40, 41, 42, 44, 45, 47, 50, 57, 60, 81, 82], "segund": [7, 19, 39, 42, 48, 56, 60, 69, 81], "segur": [17, 20, 38, 53, 69], "seguranc": [6, 20, 26, 30, 38], "sej": [10, 17, 20, 24, 38, 41, 42, 44, 47, 60, 62, 82], "selecion": [0, 14, 20, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 56, 58, 59, 60, 62, 63, 66, 69, 72, 76], "select": [2, 5, 15, 21, 27, 29, 36, 41, 44, 45, 46, 47, 49, 81], "selected": [1, 15, 21, 36, 44], "selecting": [2, 14, 15], "selection": [36, 81], "selectiv": 8, "seletor": [37, 41], "sele\u00e7\u00e3": [0, 19, 20, 41, 42, 44, 60, 62, 69], "sele\u00e7\u00f5": 41, "seman": [0, 39, 41, 42, 69, 82], "semanal": [0, 42], "semelh": [19, 20, 35, 40, 41, 44], "semic\u00edrcul": 19, "sempr": [7, 19, 20, 24, 39, 41, 44, 69], "send": [1, 19, 20, 42, 44, 60, 80], "sending": 29, "senh": [6, 20, 35, 42, 45, 47, 49, 50, 51, 69, 81, 82], "sent": [10, 28, 44], "separ": [0, 25, 41, 42, 44, 49, 66, 82], "separat": 1, "separately": [44, 81], "ser": [0, 7, 10, 12, 14, 17, 19, 20, 24, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 57, 58, 60, 62, 63, 64, 69, 70, 72, 74, 75, 76, 80, 81, 82], "serv": [8, 9, 10, 11, 12, 13, 15, 20, 21, 25, 27, 28, 29, 30, 34, 35, 36, 46, 51, 54, 62, 81, 82, 83], "server_address": 8, "servercert": 20, "servers": [21, 27, 82], "servic": [20, 26, 27, 29, 47, 53, 57, 74, 77], "servidor": [10, 14, 17, 19, 20, 21, 24, 26, 28, 35, 38, 41, 43, 44, 45, 47, 48, 49, 50, 51, 53, 62, 69, 70, 78, 82], "ser\u00e3": [0, 24, 29, 33, 41, 42, 44, 46, 50, 53, 59, 60, 70, 72], "session": 9, "sessions": 9, "sess\u00e3": [6, 20, 42, 49], "set": [4, 9, 28, 33, 39, 41, 45, 50, 51, 66, 82, 83], "setinh": 72, "setting": [4, 16, 81, 82], "settings": [4, 6, 9, 15, 20, 27, 36, 37, 38, 41, 44, 49, 51, 52, 54, 70, 81, 82], "setup": 51, "setups": 11, "se\u00e7\u00e3": [7, 12, 20, 26, 37, 40, 41, 42, 44, 55, 60, 62, 69, 72, 76, 79], "se\u00e7\u00f5": [7, 44, 77], "sftp": [20, 27], "shall": 9, "shar": [2, 15, 19, 20, 23, 26, 27, 29, 30, 82], "shared": [2, 3, 15, 21, 27, 28, 56, 62, 82], "sharing": [21, 23, 29, 30, 37, 70], "shell": 12, "shift": [42, 80], "short": 44, "shortcut": [20, 60], "shortcuts": [60, 72, 80, 83], "should": [5, 9, 11, 14, 20, 41, 46, 81], "show": [4, 9, 21, 42, 44, 60, 83], "showexperimentaloptions": 9, "showing": [4, 21], "showmaindialogasnormalwindow": 9, "shown": [9, 35, 36, 42, 44, 83], "shows": [1, 20, 21, 27, 36, 54, 83], "si": [7, 64], "sid": [5, 7, 15, 27, 30, 34, 41, 44, 52, 57], "sideb": [2, 5, 15, 20, 27, 36, 39, 44, 83], "siev": 44, "sig": [20, 28, 35, 51], "signif": [19, 20, 41, 44, 60], "signific": 44, "significant": 20, "significantly": 20, "silenc": [7, 60], "silent": 8, "sim": [20, 26, 41], "simb\u00f3l": [12, 19], "simil": [15, 42], "simpl": [5, 27, 29, 39, 41, 44], "simples": [41, 42], "simplific": 41, "simply": [25, 44], "sinal": 42, "sinc": [35, 39, 81], "sincron": 19, "sincroniz": [6, 7, 10, 13, 14, 17, 20, 22, 41, 42, 43, 53], "singl": [8, 21, 36, 41, 81], "singleton": 44, "sintax": [19, 20, 66, 69], "sint\u00e1t": 19, "sip": 69, "sistem": [7, 10, 12, 17, 19, 20, 21, 41, 42, 44, 60, 62, 64, 70], "sit": [43, 73], "situation": 11, "situa\u00e7\u00e3": 10, "siz": [9, 11, 20, 31], "sizing": 9, "skip": 80, "skipped": 11, "skipupdatecheck": 7, "slow": 20, "smart": 6, "smartphon": 81, "smb": 27, "smtp": 44, "snap": 20, "sni": 20, "snooz": 44, "snoozing": 44, "so": [1, 5, 9, 12, 14, 15, 21, 26, 27, 29, 36, 41, 44, 54, 72, 81, 82, 83], "sob": 69, "sobr": [0, 19, 20, 24, 37, 42, 43, 44, 59, 60, 66, 69, 70, 71, 73, 74, 76], "sobrepor": [24, 33], "sobrepost": 41, "soc": 42, "social": [42, 82], "socks5": 9, "softwar": [7, 12, 14, 17, 42, 53, 80], "solely": 44, "solicit": [31, 40, 41, 44, 45, 50, 60, 62, 63, 72], "solt": [41, 56], "solution": 20, "solu\u00e7\u00e3": [47, 53], "solu\u00e7\u00f5": [20, 35], "solv": [12, 81], "som": [5, 9, 14, 26, 27, 44, 82], "soment": [14, 19, 20, 35, 38, 41, 42, 44], "someon": [10, 82], "sometim": 41, "somewher": 81, "soon": 15, "sourc": 20, "sourced": 8, "spac": [2, 3, 15, 20, 39, 60, 72, 80], "sparkl": 7, "speak": 72, "special": [15, 26, 29, 51], "specifi": [9, 11], "specific": [8, 15, 27, 41, 44, 54, 81, 83], "specified": [8, 16], "specify": [8, 16], "speech": 1, "speeds": 20, "spreadsheet": 21, "ssh": 27, "ssl": [8, 20, 47], "stabl": [14, 18], "stacked": 44, "standard": 8, "standardized": 15, "standards": 80, "star": [21, 42], "starred": 21, "start": [1, 12, 38, 52], "started": [3, 6, 62], "starting": [9, 16, 44], "stat": [8, 15, 44], "status": [7, 20, 25, 27, 40, 60, 69, 83], "stdout": 16, "step": [14, 36, 51], "steps": [20, 28, 51], "still": [2, 9, 15, 21, 26], "stolen": 81, "stop": 44, "stopping": 62, "stops": 81, "stor": [15, 45, 81], "storag": [15, 20, 22, 26, 30, 33, 81], "stored": [4, 15, 39, 44], "strikethrough": 15, "string": 19, "structur": [2, 3, 21], "sub": [24, 45], "subdiret\u00f3ri": 20, "subfold": 8, "subjects": 44, "submenu": 76, "submit": 1, "subpag": 2, "subpast": 12, "subsequent": [15, 20], "substantially": 20, "substitu": [7, 20, 41, 47, 51, 60, 69], "substitui\u00e7\u00e3": [7, 35], "substitui\u00e7\u00f5": 7, "substitut": 40, "successful": [14, 27, 28], "suced": 41, "sucess": 51, "such": [1, 14, 26, 27, 36, 80, 81, 82, 83], "sud": 17, "suficient": 12, "suger": [41, 44, 50], "suit": [8, 83], "summarization": 1, "summary": 44, "superior": [0, 19, 20, 35, 41, 42, 44, 50, 58, 60, 62, 69, 72], "suport": [14, 19, 20, 41, 42, 44, 46, 49, 50, 53, 81], "support": [14, 15, 17, 20, 41, 46, 51, 81], "supported": [8, 16, 21, 83], "supports": [14, 15, 20, 39, 44], "sur": [39, 81], "surg": 60, "suspens": [12, 20], "swift": [20, 27], "switch": [8, 21, 80, 83], "sync": [8, 12, 14, 19, 25, 44, 81], "synced": [12, 17, 25], "synchroniz": [8, 11, 20, 50], "synchronization": [8, 9, 11, 14, 15, 16, 50, 51], "synchronizations": 8, "synchronized": [10, 13], "syncing": [19, 47], "sys": 12, "sysctl": 12, "system": [8, 9, 12, 15, 20, 21, 30, 32, 39, 49, 51], "systems": [9, 27], "s\u00e3": [7, 19, 26, 33, 35, 38, 39, 40, 41, 42, 44, 45, 48, 50, 64, 69, 76, 77, 82], "s\u00edmbol": [19, 41, 44], "t": [5, 14, 20, 26, 39, 44, 46, 81], "tab": [1, 21, 39, 80], "tabbed": 21, "tabel": 66, "tag": 21, "tagging": 36, "tags": [21, 30, 32], "tak": [2, 9, 15, 17, 28, 62, 83], "tal": 44, "talk": [0, 1, 6, 35, 40, 42, 44, 55, 57, 58, 63, 66, 68, 70, 72, 74, 75, 80, 83], "talvez": [7, 17, 41, 42, 44, 60], "tamanh": [19, 20, 31, 33, 41, 42, 80], "tant": [44, 69], "tap": 45, "tard": [44, 56, 69, 76], "taref": [0, 19, 20, 41, 43, 45, 46, 48, 57, 66, 69], "target": [9, 15, 20], "targetchunkuploadduration": 9, "targets": 83, "task": [2, 6, 66], "tasks": 1, "tax": [41, 48], "team": [2, 3, 6, 27], "teams": 74, "technical": 15, "technically": 14, "tecl": [6, 28, 42, 46, 72], "tel": [14, 20, 42, 61, 62, 64, 65, 73, 79, 80], "telefon": [42, 60, 69, 81], "telef\u00f4n": [60, 69], "telegr": 42, "telephon": 82, "tema": 80, "temas": 80, "temp": [0, 19, 20, 26, 40, 41, 44, 48, 49, 57, 58, 60, 62], "tempor": 24, "temporal": [37, 39], "temporari": [12, 20], "temporarily": 60, "tempor\u00e1ri": 33, "tem\u00e1t": [73, 77], "ten": 27, "tenh": [7, 12, 41, 57, 60, 69], "tent": [10, 14, 19, 26, 40, 47, 48, 69], "tentat": [41, 44], "ter": [10, 12, 19, 20, 24, 33, 41, 42, 44, 49, 63, 69, 72], "terabyt": 12, "terceir": [12, 26, 41], "term": [1, 41, 46], "termin": [19, 40, 41, 56, 62], "terminal": 15, "ter\u00e3": [26, 41], "test": [10, 12, 14, 18, 20, 24, 44, 48], "testador": 18, "testing": 9, "text": [1, 2, 5, 10, 15, 19, 20, 21, 26, 66, 69, 73, 80, 81], "text_": 66, "text__": 66, "than": [2, 16, 20, 81], "thanks": 51, "that": [1, 2, 4, 5, 8, 9, 11, 12, 14, 15, 17, 21, 29, 35, 36, 39, 40, 41, 42, 44, 78, 81, 83], "the": [1, 2, 4, 6, 9, 10, 11, 12, 13, 14, 16, 17, 19, 20, 22, 24, 25, 27, 28, 29, 30, 31, 33, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 51, 52, 54, 56, 60, 62, 70, 71, 72, 78, 80, 81, 82], "them": [4, 5, 8, 9, 14, 15, 21, 27, 28, 36, 41, 42, 56, 80, 81], "themselv": 58, "then": [2, 5, 8, 12, 14, 15, 19, 20, 26, 28, 36, 44, 45, 51, 54, 78, 81], "ther": [1, 2, 10, 20, 24, 62, 71], "thes": [14, 15, 25, 81, 83], "they": [5, 8, 15, 28, 40, 41, 56, 81], "think": 2, "third": 20, "this": [1, 4, 5, 8, 9, 11, 12, 14, 15, 16, 20, 21, 25, 27, 28, 29, 39, 40, 42, 44, 51, 60, 81, 82, 83], "thos": [25, 54], "though": 9, "thre": [1, 14, 21, 27, 36, 44], "thread": [1, 44], "threaded": 44, "threshold": [11, 83], "through": [1, 8, 14, 15, 20, 27, 44], "throw": 45, "thumbnail": 21, "thumbs": 8, "thunderbird": [6, 41, 42, 43], "thus": 8, "tim": [8, 9, 10, 14, 15, 20, 36, 41, 44, 81, 83], "timegridday": 41, "timegridweek": 41, "timeout": [9, 11], "tip": [0, 7, 19, 20, 42, 47, 49, 66, 69], "titl": [2, 5, 44], "tiv": [7, 12, 19, 20, 26, 35, 39, 41, 44, 45, 51, 59, 60, 69, 72], "tls": [20, 51], "tlsv1": 20, "tmp": 8, "to": [1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 25, 26, 27, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 51, 52, 54, 56, 58, 60, 62, 66, 70, 71, 72, 78, 80, 81, 82, 83], "toc": [45, 60], "tod": [0, 10, 12, 14, 17, 19, 20, 21, 24, 26, 33, 35, 37, 41, 42, 46, 50, 53, 57, 58, 59, 60, 62, 64, 65, 66, 69, 76], "today": 83, "togeth": [2, 82], "toggl": [1, 21, 72, 80], "token": [0, 20, 35, 41, 46, 48, 49, 54, 72, 81], "token1": 41, "token2": 41, "token3": 41, "tokens": [6, 41, 54], "tool": 2, "toolb": [2, 5, 36, 44, 72], "tools": [1, 36], "top": [1, 2, 21, 36, 42, 71, 72, 83], "toqu": [45, 60], "torn": [10, 19, 41], "total": [7, 31, 33, 41, 80], "totp": [20, 81], "touchpad": 63, "towards": 45, "trabalh": [10, 20, 44, 48], "traduz": [44, 64], "tradu\u00e7\u00e3": [61, 73], "tradu\u00e7\u00f5": 44, "trail": 21, "transcrev": 64, "transcription": 1, "transcri\u00e7\u00e3": [61, 73], "transf": [20, 23, 27, 30], "transfer": [20, 37, 41, 42, 58], "transferent": [20, 37, 41, 51], "transferred": 37, "transform": [50, 75], "translat": 53, "translated": 4, "transmiss\u00e3": 72, "trash": [9, 21, 28], "trashbin_retention_obligation": 24, "trat": [41, 44, 69], "tray": [9, 14], "trech": 44, "tri": 8, "tried": 44, "trigg": [27, 44, 50], "triggered": [9, 14, 44], "triggering": 44, "troc": 41, "tru": [7, 16], "trust": 8, "trusted": 82, "tr\u00eas": [19, 35, 41, 42, 44, 56, 58, 60, 65], "tt": 5, "tud": [0, 14, 18, 20, 28, 45, 48, 51], "tue": 20, "tumblr": 42, "turning": 9, "two": [2, 25, 36, 39, 44, 46, 80, 81, 82], "txt": [10, 20], "type": [1, 2, 9, 15, 21, 36, 60, 80], "types": [15, 21], "typing": 2, "t\u00e9rmin": [57, 62, 69], "t\u00eam": [7, 26, 42, 69], "t\u00edpic": 19, "t\u00edtul": [41, 56, 59, 66, 76], "t\u00fanel": 20, "u": [8, 20, 80], "u2f": 81, "ubuntu": [8, 14, 17, 19, 20], "ui": 9, "ultrap": 24, "umount": 20, "unabl": 11, "unaffected": 11, "unavailabl": [15, 27], "uncheck": 36, "und": 5, "under": [1, 11, 15, 20, 27, 36, 51, 70, 81], "undergoing": 9, "understanding": 44, "undon": 15, "unencrypted": 26, "unfocus": 80, "unfortunately": 20, "unific": [6, 76], "unified": [44, 83], "unifying": 5, "uninstall": 17, "uninstalling": 17, "unintended": 9, "uniqu": 26, "univers": 7, "universal": [6, 12], "unknown": 45, "unless": [8, 20, 81], "unlik": 15, "unlinks": 28, "unlock": 81, "unlocking": 15, "unmut": [60, 72], "unmuted": [60, 72], "unordered": 66, "unread": [80, 83], "unsuccessful": 44, "unsynced": 8, "unsyncedfolders": 8, "unsynchronized": 15, "until": [9, 27, 44, 72], "up": [7, 9, 15, 19, 41, 51, 81, 83], "upcoming": 83, "updat": [10, 41, 45], "updated": [10, 14, 54], "updating": 44, "upload": [9, 10, 19, 21, 27, 31, 35, 41, 42, 72], "uploaded": [9, 11, 15, 62], "uploaders": 29, "uploads": [9, 21, 22, 23, 30, 33, 35], "url": [8, 14, 19, 20, 28, 33, 35, 41, 45, 46, 48, 49, 50, 51, 83], "urls": 42, "us": 80, "usa": [7, 19, 20, 39, 48], "usabl": 80, "usad": [19, 20, 38, 40, 41, 42, 44, 51, 60, 80], "usag": 83, "usam": [7, 12, 19, 20], "usand": [7, 17, 22, 26, 29, 30, 40, 41, 42, 44, 45, 51, 53, 60, 63, 65, 66, 69, 72, 76], "usar": [6, 7, 12, 17, 19, 20, 29, 30, 34, 41, 42, 43, 47, 50, 54, 57, 60, 64, 70, 72, 75], "use": [5, 7, 8, 9, 15, 19, 20, 21, 26, 27, 28, 40, 44, 45, 51, 54, 60, 65, 69, 72, 80, 81, 82, 83], "use_locks": 20, "usebasicauth": 20, "used": [8, 9, 12, 16, 20, 33, 36, 39, 54, 80], "useful": [15, 21, 44, 82], "user": [4, 8, 9, 15, 17, 20, 27, 39, 44, 45, 51, 52, 54, 70], "usermod": 20, "usernam": [8, 14, 20, 28, 35, 41, 45, 46, 47, 48], "users": [9, 14, 15, 33, 36, 37, 41, 44, 47, 56, 82, 83], "uses": [8, 16, 26], "using": [1, 6, 9, 11, 13, 14, 20, 22, 23, 25, 29, 30, 34, 35, 38, 41, 45, 54, 71, 72, 81, 82, 83], "using_the_windows_10_calendar_application_with": 51, "uso": [6, 12, 13, 20, 24, 25, 43, 48, 54, 82], "usou": 17, "usual": 26, "usu\u00e1ri": [0, 6, 7, 10, 14, 18, 20, 24, 28, 31, 33, 37, 38, 39, 40, 42, 44, 45, 47, 49, 50, 51, 57, 58, 60, 69, 70, 78, 82], "usu\u00e1rio1": 24, "usu\u00e1rio2": 24, "usu\u00e1rio3": 24, "us\u00e1": [17, 41, 69, 70], "utf": 20, "utiliz": [7, 17, 41, 44, 49, 60, 70], "v": [60, 72, 80], "v3": 41, "v6": 41, "vag": 41, "valid": [19, 50], "validad": 69, "valor": [7, 12, 19, 20, 24, 42, 44], "valu": [9, 11, 15, 16], "var": 16, "vari": [12, 31, 41, 80], "variabl": [6, 9, 13], "variedad": 81, "variety": 82, "vari\u00e1vel": 10, "vaz": [38, 41], "vazi": [41, 42, 44], "vcard": 42, "vcards": 42, "vcf": 42, "ve": 20, "vej": [10, 20, 24, 33, 37, 41, 42, 44], "vem": [0, 41, 44], "venh": 80, "ver": [6, 19, 26, 29, 35, 41, 42, 56, 59, 60, 62, 69, 70, 72, 81], "verbos": 8, "verd": [19, 60, 72], "verdadeir": 44, "verif": [7, 24], "verific": [7, 12, 19, 20, 42, 44, 69, 72], "verifiqu": [19, 20, 41, 42, 44, 60], "verify": 20, "vermelh": [19, 60, 62], "version": [4, 9, 12, 14, 17, 20, 21, 39, 44, 52, 83], "versioning": [20, 39], "versions": [9, 17, 39, 83], "vers\u00e3": [7, 10, 18, 19, 20, 30, 32, 33, 41, 42, 44, 49, 50, 82], "vers\u00f5": [7, 14, 18, 20, 33, 39], "vertical": 44, "very": [5, 20, 80], "ver\u00e3": [26, 28, 60, 62, 63], "vez": [0, 7, 12, 19, 20, 24, 26, 35, 41, 42, 44, 50, 51, 63, 64, 66], "via": [4, 6, 15, 20, 21, 29, 33, 39, 41, 46, 50, 60, 69], "viagens": 41, "vibr": 60, "vid": [21, 72, 80], "videocham": 60, "vier": 48, "view": [1, 27, 36, 41, 44, 51, 56, 60, 78, 80, 83], "viewed": 21, "viewers": 80, "views": 21, "vincul": 28, "vind": 53, "vir": [19, 41], "virtu": [17, 19], "virtual": [42, 82], "vis": 44, "visibil": [37, 42, 69], "visibility": [15, 82], "visibl": [4, 21, 27, 36, 44], "visit": [25, 44], "visitors": 5, "vist": [14, 20, 26], "visual": 80, "visualiz": [0, 7, 20, 26, 35, 42, 50, 60, 61, 66, 69, 73, 76], "visualized": 15, "vis\u00e3": [0, 69], "vis\u00edv": [35, 41, 42, 44, 46], "vis\u00edvel": [10, 19, 41, 44, 47, 69], "viv": 60, "voc": [0, 7, 10, 12, 14, 17, 18, 19, 20, 21, 24, 26, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82], "volt": 48, "volum": 8, "vot": [41, 56], "voz": 60, "vpn": 20, "v\u00e1": [20, 28, 35, 44, 45, 50], "v\u00e1l": [41, 44, 51], "v\u00e1r": [19, 35, 42, 58, 62, 69], "v\u00e1ri": [35, 41, 44, 66, 72, 75, 80], "v\u00ea": [20, 58, 82], "v\u00edd": [62, 63, 69, 72, 73], "waiting": 1, "want": [2, 4, 14, 15, 26, 29, 44, 52, 82], "wants": 5, "was": [1, 9, 39, 44, 83], "watch": 12, "way": [2, 15, 20, 25, 54], "ways": 44, "we": [2, 5, 14, 15, 80], "web": [1, 6, 7, 14, 15, 19, 20, 22, 24, 25, 28, 30, 31, 38, 41, 43, 44, 45, 73, 80], "webauthn": 81, "webclient": 20, "webdav": [22, 27, 30, 46], "webflow": [45, 46], "webin\u00e1ri": [73, 77], "welcom": 20, "well": 11, "wer": [9, 15], "what": [5, 15, 27, 33, 36, 82], "when": [1, 2, 5, 9, 11, 12, 14, 15, 19, 20, 21, 26, 27, 28, 40, 42, 44, 50, 51, 54, 62, 72, 82], "whenev": 26, "wher": [1, 5, 8, 9, 15, 39, 81, 83], "wherev": 25, "wheth": [9, 27, 56], "which": [5, 9, 14, 15, 20, 21, 27, 36, 39, 44, 46, 52, 54, 80, 81, 82, 83], "whil": [10, 15, 44, 56, 60], "whiteboards": 2, "who": [5, 21, 28, 62, 82], "whol": [15, 26], "wid": [26, 36, 82], "widget": 44, "widgets": [44, 83], "wik": [57, 74], "wildcards": 8, "will": [1, 2, 5, 8, 9, 11, 12, 14, 15, 17, 20, 25, 27, 28, 36, 37, 40, 41, 42, 44, 45, 47, 51, 54, 56, 58, 60, 62, 69, 71, 72, 81, 82], "win": 20, "window": [9, 12, 15, 16, 29, 46, 60], "windows": [6, 8, 9, 13, 19, 25, 27, 43, 46], "winhttp": 20, "wip": 17, "with": [2, 5, 6, 8, 9, 11, 12, 14, 15, 16, 21, 25, 27, 28, 36, 40, 41, 42, 44, 45, 52, 54, 56, 72, 80, 81, 82, 83], "within": [9, 15, 44, 82], "without": [2, 4, 14, 15, 16, 20, 27, 29, 42, 44], "wizard": [12, 14], "won": [14, 81], "wordpress": 12, "words": 5, "work": [15, 20, 36, 45, 54, 82], "workflow": 83, "workflows": [2, 36], "working": [2, 81], "works": [27, 41], "workshops": 42, "workspac": 9, "world": 82, "worry": 15, "would": [8, 11, 27, 41, 80, 81], "wow": 5, "writ": [2, 3, 15, 16, 41], "writing": [20, 44], "wrong": 19, "www": 51, "x": [17, 19, 20, 28, 66], "x64": 17, "x86_64": 8, "xing": 42, "xml": 20, "xml_pp": 20, "xmlhttprequest": 20, "xmlns": 20, "xp": 20, "y": [17, 20], "year": [41, 83], "yellow": [27, 42], "yes": [15, 36], "yet": [14, 15, 25, 42, 46], "you": [1, 2, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 17, 20, 21, 24, 25, 26, 27, 28, 29, 33, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 50, 51, 52, 54, 60, 69, 70, 71, 72, 78, 80, 82, 83], "your": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 16, 19, 20, 22, 24, 25, 26, 28, 29, 30, 33, 35, 36, 38, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 60, 70, 72, 82, 83], "yourdomain": [20, 49], "yourpassword": 20, "yourself": [20, 36], "yourus": 20, "yum": 20, "yxcfkrwbjqyyzp4": 35, "z": [17, 20], "zip": 21, "zoom": 6, "\u00c0s": 41, "\u00e1re": [10, 20, 41, 51, 60, 66], "\u00e1rvor": 19, "\u00e1udi": [62, 73], "\u00e2mbit": 14, "\u00e9": [0, 7, 10, 14, 17, 19, 20, 24, 25, 28, 29, 31, 33, 35, 37, 38, 39, 41, 42, 43, 44, 47, 48, 49, 50, 53, 56, 58, 59, 60, 62, 64, 66, 69, 72, 76, 79, 80, 81, 82], "\u00eaxit": 7, "\u00edcon": [0, 10, 28, 35, 41, 42, 44, 45, 50, 51, 54, 56, 60, 63, 65, 66, 72, 76], "\u00edndic": 26, "\u00faltim": [18, 19, 44, 46, 55], "\u00fanic": [0, 19, 26, 38, 41, 42, 44, 63, 69, 72, 82], "\u00fatil": [20, 31, 33, 41, 60, 72]}, "titles": ["Usar o aplicativo Atividade", "AI assistant", "Getting started", "Collectives", "Access Markdown files", "How to onboard your team", "\u00cdndice", "O Atualizador Autom\u00e1tico", "Using the Command-Line Client", "Configuration File", "Conflitos", "Environment Variables", "Perguntas Frequentes (FAQ)", "Desktop Client", "Instala\u00e7\u00e3o", "Using the macOS File Provider", "Command-Line Options", "Desinstala\u00e7\u00e3o", "Canais de atualiza\u00e7\u00e3o", "Uso do Cliente de Sincroniza\u00e7\u00e3o", "Acesso aos arquivos Nextcloud usando o WebDAV", "Accessing your files using the Nextcloud web interface", "Acessar seus arquivos", "Compartilhamento e colabora\u00e7\u00e3o", "Gerenciar arquivos exclu\u00eddos", "Sincroniza\u00e7\u00e3o de desktop e m\u00f3vel", "Using server-side encryption", "Using external storage", "Using federation shares", "Fazer uploads an\u00f4nimos", "Arquivos e sincroniza\u00e7\u00e3o", "Uploads de arquivos grandes", "Gerenciar seus arquivos", "Cota de armazenamento", "Seguran\u00e7a e criptografia", "File sharing", "System tags", "Transfer ownership", "Usar a criptografia de ponta-a-ponta", "Controle de vers\u00e3o", "Configura\u00e7\u00e3o de mensagens de aus\u00eancia do escrit\u00f3rio", "Uso do aplicativo Calend\u00e1rio", "Uso do aplicativo Contatos", "Groupware", "Usar o aplicativo E-Mail", "Sincroniza\u00e7\u00e3o com Android", "Sincroniza\u00e7\u00e3o com o desktop GNOME", "Sincroniza\u00e7\u00e3o com iOS", "Sincroniza\u00e7\u00e3o com o KDE Kontact", "Sincroniza\u00e7\u00e3o com macOS", "Sincroniza\u00e7\u00e3o com Thunderbird", "Sincroniza\u00e7\u00e3o com Windows 10", "Migrate data between instances", "Introdu\u00e7\u00e3o ao manual do usu\u00e1rio do Nextcloud 35", "Gerenciar navegadores e dispositivos conectados", "Apar\u00eancia", "Anexos", "Rob\u00f4s e comandos", "Salas tem\u00e1ticas", "Integra\u00e7\u00e3o do calend\u00e1rio com o Talk", "Entrar em uma chamada", "Chamadas", "Grava\u00e7\u00e3o de chamadas", "Compartilhamento de tela", "Transcri\u00e7\u00e3o e tradu\u00e7\u00e3o", "Visualiza\u00e7\u00e3o de chamadas", "Enviar mensagens", "Bate-papo", "Conversas", "Conversas", "Federa\u00e7\u00e3o", "Integra\u00e7\u00e3o do Arquivos", "Entrar em uma chamada ou em um bate-papo como convidado", "Talk", "Matterbridge", "Aplicativos que se integram \u00e0s mensagens", "Intera\u00e7\u00e3o com mensagens", "Para moderadores", "Conversas abertas", "Webin\u00e1rio e sala de espera", "Acesso universal", "Uso da autentica\u00e7\u00e3o de dois fatores", "Configura\u00e7\u00e3o de suas prefer\u00eancias", "The Nextcloud web interface"], "titleterms": {"1": [5, 20, 69], "10": 51, "100": 12, "2": [5, 20, 51, 69], "2fa": 51, "3": [5, 69], "35": 53, "4": 69, "A": [12, 26], "Com": 45, "Como": [12, 24, 26, 44], "De": 12, "E": 44, "Em": 12, "Eram": 12, "Est\u00e1": 26, "Eu": 12, "Mais": 12, "No": 12, "O": [7, 24], "Que": 12, "Se": 12, "Sem": 45, "Seu": 19, "Temas": 80, "Um": 12, "abert": 78, "access": [4, 36], "accessing": [20, 21, 27], "account": 44, "aceit": 70, "acess": [20, 22, 35, 80], "acompanh": 44, "acontec": 24, "actions": [15, 44], "activity": 21, "add": 44, "adding": 27, "address": 44, "adiament": 44, "adicion": [35, 38, 41, 42, 44], "adi\u00e7\u00e3": [19, 42], "advanced": 44, "agend": [41, 44, 59, 66], "ai": 1, "alguns": 12, "ali": [15, 44], "alter": [12, 26, 44, 54], "altern": 50, "ambient": 7, "an": 5, "and": [14, 20, 21, 36, 83], "android": 45, "anex": [41, 56], "anivers\u00e1ri": 41, "anoth": 44, "an\u00f4n": 29, "aparent": 55, "aplic": [0, 24, 41, 42, 44, 45, 75, 81], "armazen": [24, 33], "arquiv": [0, 12, 19, 20, 21, 22, 24, 26, 29, 30, 31, 32, 45, 56, 69, 71], "assigning": 36, "assin": 41, "assistant": 1, "atalh": 44, "ativ": [0, 12, 38, 44], "atribu": 41, "atualiz": [7, 18], "aus\u00eanc": 40, "autentic": 81, "automatiz": [41, 44], "autom\u00e1t": [7, 44], "avis": 12, "a\u00e7\u00f5": 44, "backends": 27, "baix": 60, "ban": 69, "barr": 0, "bat": [55, 56, 66, 67, 72, 75], "between": 52, "bloc": 44, "browsing": 36, "by": 36, "b\u00e1sic": 7, "caix": 44, "calend": 41, "calend\u00e1ri": [41, 44, 45, 47, 50, 51, 59], "can": 18, "cancel": 44, "cardbook": 50, "carreg": [10, 12], "cart\u00e3": 75, "cat\u00e1log": [42, 82], "cham": [60, 61, 62, 64, 65, 72], "chang": 27, "chat": 1, "chav": 26, "che": [60, 72], "client": [8, 13, 19, 20, 25, 60, 81], "cloud": 28, "cod": 81, "colabor": 23, "collectiv": [2, 3], "comand": [20, 57], "command": [8, 16], "comments": 21, "compact": [44, 55], "compartilh": [19, 20, 21, 23, 24, 26, 35, 41, 42, 56, 63, 72, 75, 82], "compositor": 44, "compromiss": 41, "condi\u00e7\u00f5": 44, "conect": 54, "configur": [0, 19, 29, 40, 41, 44, 49, 58, 60, 72, 81, 82], "configuration": [9, 15], "confi\u00e1vel": 12, "conflict": 15, "conflit": 10, "conhec": 20, "connecting": 21, "consent": 62, "consider": 81, "cont": [19, 44, 49], "contacts": 42, "contat": [42, 44, 45, 47, 50, 51], "context": 15, "continu": 12, "control": [21, 39, 60], "convers": [41, 55, 68, 69, 76, 78], "convid": [41, 72], "convit": [41, 44, 70], "cor": 44, "corp": 44, "cot": [24, 33], "creat": 5, "creating": [21, 28, 35, 36], "credential": 8, "credits": 51, "cri": [20, 41, 44, 75, 78], "cria\u00e7\u00e3": [41, 42], "criptograf": [26, 34, 38], "curl": 20, "cyberduck": 20, "dad": 82, "dashboard": 83, "dat": 52, "debug": 15, "deck": 75, "defin": 76, "deleg": 44, "delegation": [41, 44], "dep\u00f3sit": 29, "desabilit": 26, "desativ": 26, "descart": 69, "desinstal": 17, "desktop": [13, 19, 20, 25, 46, 60], "destinat\u00e1ri": 44, "details": 21, "detection": 27, "detec\u00e7\u00e3": 44, "discuss\u00e3": 44, "disk": 11, "disponibil": 41, "disposit": [38, 54], "di\u00e1ri": 0, "dois": 81, "dolphin": 20, "download": 14, "downloaded": 15, "duplic": [41, 42], "durant": 60, "e2e": 38, "edit": [12, 41, 42, 44], "editor": 19, "edi\u00e7\u00e3": 76, "email": 28, "emoj": 66, "encryption": 26, "enderec": [42, 44, 82], "enquet": 56, "entrad": 44, "entrar": [60, 72], "envelop": 44, "envi": [66, 70], "environment": 11, "equip": 42, "escrev": 44, "escrit\u00f3ri": 40, "espac": 24, "espec\u00edf": 54, "esper": 79, "etiquet": 44, "event": [41, 44, 59], "everyon": 5, "exampl": 8, "exclu": [39, 41, 44], "exclud": 8, "exclus\u00e3": 44, "exclu\u00edd": 24, "exempl": 10, "exib": 38, "experimental": 10, "expir": 69, "explor": 20, "export": 41, "extensions": 15, "extens\u00e3": 50, "external": 27, "factor": 81, "faq": [12, 26], "fator": 81, "favorit": [42, 44], "faz": 29, "featur": 15, "feder": [41, 70], "federated": [28, 35], "federation": [21, 28, 35], "feed": 0, "feri": 41, "fil": [4, 9, 15, 20, 21, 27, 35, 36], "filtering": 21, "filtr": [0, 44, 69], "find": 15, "fio": 44, "fios": 76, "first": [2, 5], "fixa\u00e7\u00e3": 76, "flux": [0, 7], "fold": 44, "form": 12, "frequent": [12, 26], "frequ\u00eanc": 0, "from": 27, "funcion": 12, "funcional": 12, "fund": 60, "fun\u00e7\u00f5": 42, "ger": 17, "geral": [10, 19], "gerenc": [19, 20, 24, 32, 41, 42, 44, 54, 58, 62, 69], "getting": 2, "global": 82, "gnom": 46, "gost": 12, "grad": 65, "grand": 31, "grav": 60, "grava\u00e7\u00e3": 62, "grid": 21, "group": 26, "groupwar": 43, "grup": [35, 42, 69], "handling": 8, "hardwar": 81, "hav": 12, "history": 1, "hor\u00e1ri": 41, "how": 5, "ia": 44, "ics": 41, "idiom": 12, "if": 81, "ignor": 19, "imag": 42, "imediat": 60, "import": [41, 42], "in": 44, "inclu\u00edd": 80, "indicators": 15, "individu": 69, "inform": [42, 44], "inic": [60, 69, 72, 81], "initial": 14, "inscri\u00e7\u00e3": 44, "inser": 66, "instal": 14, "install": [8, 14], "instanc": 52, "instru\u00e7\u00f5": 17, "integr": [44, 59, 71, 75], "integration": 15, "inteligent": [44, 66], "inter": 76, "interfac": [12, 21, 83], "intern": [35, 44], "interromp": 12, "introdu": 53, "introduction": 5, "introductions": 5, "ios": 47, "is": 26, "issu": 15, "itens": 42, "janel": 19, "kde": [20, 48], "keep": 15, "key": 26, "known": 15, "kontact": 48, "la": 12, "lateral": 0, "layout": 44, "lembret": [41, 44, 76], "levant": 60, "level": 15, "levels": 36, "lin": [8, 16], "linh": 20, "link": 35, "linux": [7, 12, 14, 17, 20], "list": [8, 44, 55, 60], "lixeir": [41, 44], "local": 12, "locking": 15, "logging": 15, "login": 26, "los": 81, "low": 11, "mac": [7, 14, 15, 17, 20, 49], "mail": [0, 44, 72], "mails": 44, "managing": 36, "manual": [42, 53], "map": 20, "marca\u00e7\u00e3": 41, "mark": 42, "markdown": [4, 66], "matterbridg": 74, "membr": 42, "mencion": 44, "mensag": 44, "mensagens": [40, 44, 55, 66, 69, 75, 76], "menu": 15, "mesclag": 42, "mesm": [12, 42], "microsoft": 20, "migrat": 52, "minh": 12, "minimiz": 44, "mnem\u00f4n": 38, "mod": 44, "modal": 44, "moder": 77, "modific": 12, "montagens": 20, "mov": [12, 21, 26, 44], "muit": 66, "m\u00e3": 60, "m\u00e9tod": 50, "m\u00f3v": [20, 25, 60], "m\u00f3vel": [25, 45], "nativ": 44, "nautilus": 20, "naveg": [54, 60, 80, 83], "navigating": [21, 83], "new": [28, 35], "next": 2, "nextcloud": [19, 20, 21, 35, 45, 53, 83], "nom": 39, "not": 69, "notific": [0, 19, 41, 45, 69], "notifications": 1, "nov": [19, 41, 44], "n\u00e3": [12, 26], "ocup": 41, "ofic": 20, "on": 14, "onboard": 5, "oper": 44, "options": 16, "op\u00e7\u00f5": [19, 41, 42], "orador": 65, "orden": 44, "organiz": 42, "our": 5, "outr": [35, 72], "own": [5, 27], "ownership": 37, "pag": 5, "painel": [44, 69], "pap": [55, 56, 66, 67, 72, 75], "par": [26, 41, 44, 54, 62, 76, 77], "parent": 5, "part": [19, 44, 59, 71, 75], "particip": [41, 60, 69], "particul": 69, "past": [12, 21, 38, 44], "pat": 75, "pel": 20, "perfil": 82, "pergunt": [12, 26], "personal": 1, "pesquis": [44, 76, 83], "pessoal": 69, "phishing": 44, "pickers": 1, "plan": 26, "planej": 26, "pod": [26, 82], "pont": 38, "possibl": 26, "poss\u00edvel": 26, "preferent": 82, "preven\u00e7\u00e3": 7, "priorit\u00e1r": 44, "priv": 26, "privac": 69, "problem": [20, 49], "profil": 83, "progress": 41, "project": 5, "propost": 41, "provid": 15, "pr\u00e9": 21, "pr\u00f3pri": 29, "pr\u00f3xim": 26, "public": 41, "p\u00fablic": [20, 35], "quand": [12, 24], "quer": 12, "rastr": 12, "real": 64, "rea\u00e7\u00f5": 60, "recomend": 50, "recorrent": 41, "recovery": [26, 81], "recuper": 26, "recurs": 41, "red": 19, "refresh": 44, "remov": 42, "reprodutor": 21, "requer": 83, "requisit": 14, "reserv": 41, "resolu": 49, "respond": [41, 66], "respons": 80, "respost": [20, 44], "restring": 82, "resum": [0, 44, 66], "reuni\u00e3": 41, "reuni\u00f5": [44, 59], "rob\u00f4s": 57, "rss": 0, "running": 1, "r\u00e1p": 44, "s": 2, "sal": [41, 58, 60, 79], "sa\u00edd": 44, "search": 44, "searching": 21, "second": 81, "segund": 26, "seguranc": [34, 44], "seletor": 66, "sele\u00e7\u00e3": 21, "sending": 44, "senh": [26, 54], "ser": 26, "serv": [14, 26, 44], "servidor": 12, "sess\u00e3": 81, "settings": [1, 83], "setup": 14, "shar": [21, 28, 35], "shared": 44, "sharing": [15, 26, 27, 35], "sid": 26, "sideb": 21, "silenc": 66, "sincroniz": [12, 19, 25, 30, 45, 46, 47, 48, 49, 50, 51], "sistem": 14, "smart": 1, "sobr": [12, 26, 41], "sobreposi\u00e7\u00e3": 19, "solu\u00e7\u00e3": 20, "soment": 50, "spac": 11, "spam": 44, "started": 2, "status": [15, 19, 21, 41], "step": 5, "steps": 2, "storag": 27, "subdiret\u00f3ri": 12, "subfold": 44, "supported": [14, 15, 27], "sync": 15, "system": 36, "s\u00e3": [12, 24], "tag": 36, "tags": 36, "talk": [41, 59, 60, 69, 71, 73], "taref": [44, 75], "task": 1, "team": 5, "tecl": [44, 80], "tel": [60, 63, 72], "temp": [42, 64], "templat": 5, "tem\u00e1t": [58, 60], "tent": 12, "terceir": 20, "text": 44, "the": [5, 8, 15, 21, 26, 83], "thunderbird": 50, "tlsv1": 51, "to": [5, 21, 36], "tod": [44, 78], "togeth": 5, "tokens": 81, "top": 44, "trabalh": [7, 26, 41], "tradu\u00e7\u00e3": [44, 64], "transcri\u00e7\u00e3": 64, "transf": 37, "transparent": 41, "troc": 44, "troubleshooting": [15, 51], "unidad": 20, "unific": [44, 83], "universal": 80, "upload": 29, "uploading": 21, "uploads": [29, 31], "usag": 8, "usand": 20, "usar": [0, 26, 38, 44, 66, 81], "use": 2, "using": [8, 15, 21, 26, 27, 28], "uso": [19, 41, 42, 50, 81], "usu\u00e1ri": [12, 19, 26, 35, 41, 53], "variabl": 11, "ver": [0, 78, 82], "verific": 41, "versions": 14, "vers\u00e3": 39, "via": [28, 80], "view": 21, "virtu": 42, "visualiz": [21, 41, 44, 55, 65], "vis\u00e3": 10, "v\u00e1ri": 42, "v\u00edd": [21, 60], "web": [21, 83], "webdav": 20, "webin\u00e1ri": 79, "what": 2, "why": 2, "widget": 41, "windows": [7, 12, 14, 17, 20, 51], "winscp": 20, "with": [1, 20, 26], "you": 81, "your": [5, 21, 27, 81], "zoom": 80, "\u00e1re": 19, "\u00e1udi": 60, "\u00e9": [12, 26], "\u00edcon": [19, 21], "\u00edndic": 6}}) \ No newline at end of file diff --git a/server/latest/user_manual/pt_PT/contents.html b/server/latest/user_manual/pt_PT/contents.html index ebaad3de0f3..72602974b78 100644 --- a/server/latest/user_manual/pt_PT/contents.html +++ b/server/latest/user_manual/pt_PT/contents.html @@ -180,6 +180,7 @@
    15. Installation
    16. Uninstallation
    17. Using the Synchronization Client
    18. +
    19. Using the macOS File Provider
    20. Using the Command-Line Client
    21. Command-Line Options
    22. Configuration File
    23. diff --git a/server/latest/user_manual/pt_PT/desktop/autoupdate.html b/server/latest/user_manual/pt_PT/desktop/autoupdate.html index caa3cd7531f..2215a69370e 100644 --- a/server/latest/user_manual/pt_PT/desktop/autoupdate.html +++ b/server/latest/user_manual/pt_PT/desktop/autoupdate.html @@ -84,6 +84,7 @@
    24. Installation
    25. Uninstallation
    26. Using the Synchronization Client
    27. +
    28. Using the macOS File Provider
    29. Using the Command-Line Client
    30. Command-Line Options
    31. Configuration File
    32. diff --git a/server/latest/user_manual/pt_PT/desktop/commandline.html b/server/latest/user_manual/pt_PT/desktop/commandline.html index 3d0850f9ad2..d44767c0c46 100644 --- a/server/latest/user_manual/pt_PT/desktop/commandline.html +++ b/server/latest/user_manual/pt_PT/desktop/commandline.html @@ -32,7 +32,7 @@ - + @@ -84,6 +84,7 @@
    33. Installation
    34. Uninstallation
    35. Using the Synchronization Client
    36. +
    37. Using the macOS File Provider
    38. Using the Command-Line Client
      • Install
      • Usage
      • @@ -257,7 +258,7 @@

        Example
        diff --git a/server/latest/user_manual/pt_PT/desktop/configfile.html b/server/latest/user_manual/pt_PT/desktop/configfile.html index 96ef7f903b1..de8aa48f69d 100644 --- a/server/latest/user_manual/pt_PT/desktop/configfile.html +++ b/server/latest/user_manual/pt_PT/desktop/configfile.html @@ -84,6 +84,7 @@
      • Installation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/conflicts.html b/server/latest/user_manual/pt_PT/desktop/conflicts.html index 812950b215c..a3a6f840090 100644 --- a/server/latest/user_manual/pt_PT/desktop/conflicts.html +++ b/server/latest/user_manual/pt_PT/desktop/conflicts.html @@ -84,6 +84,7 @@
      • Installation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/envvars.html b/server/latest/user_manual/pt_PT/desktop/envvars.html index d421322ed14..4c8147773c8 100644 --- a/server/latest/user_manual/pt_PT/desktop/envvars.html +++ b/server/latest/user_manual/pt_PT/desktop/envvars.html @@ -84,6 +84,7 @@
      • Installation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/faq.html b/server/latest/user_manual/pt_PT/desktop/faq.html index 0be16fd808a..e2a84d48990 100644 --- a/server/latest/user_manual/pt_PT/desktop/faq.html +++ b/server/latest/user_manual/pt_PT/desktop/faq.html @@ -84,6 +84,7 @@
      • Installation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/index.html b/server/latest/user_manual/pt_PT/desktop/index.html index 89cd10faa15..8753cbfd970 100644 --- a/server/latest/user_manual/pt_PT/desktop/index.html +++ b/server/latest/user_manual/pt_PT/desktop/index.html @@ -84,6 +84,7 @@
      • Installation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • @@ -133,6 +134,7 @@

        Desktop ClientInstallation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/installation.html b/server/latest/user_manual/pt_PT/desktop/installation.html index a8fc12cea81..5ad253bd670 100644 --- a/server/latest/user_manual/pt_PT/desktop/installation.html +++ b/server/latest/user_manual/pt_PT/desktop/installation.html @@ -92,6 +92,7 @@
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/macosfileprovider.html b/server/latest/user_manual/pt_PT/desktop/macosfileprovider.html new file mode 100644 index 00000000000..bfb12231d68 --- /dev/null +++ b/server/latest/user_manual/pt_PT/desktop/macosfileprovider.html @@ -0,0 +1,825 @@ + + + + + + + + + + Using the macOS File Provider — Nextcloud 35 User Manual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + +
        + +
        + +
        +
        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + +
        +
        +
        ☁️ Versões
        + +
        + + 35 (latest) + +
        + +
        + + 34 (stable) + +
        + +
        + + 33 + +
        + +
        + + 32 + +
        + +
        +
        +
        + + + + + \ No newline at end of file diff --git a/server/latest/user_manual/pt_PT/desktop/macosvfs.html b/server/latest/user_manual/pt_PT/desktop/macosvfs.html index 38a728df8da..497d7f7af97 100644 --- a/server/latest/user_manual/pt_PT/desktop/macosvfs.html +++ b/server/latest/user_manual/pt_PT/desktop/macosvfs.html @@ -1,797 +1 @@ - - - - - - - - - - macOS Virtual Files Client — Nextcloud 35 User Manual - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        - - -
        - -
        - -
        -
        -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        - - - -
        -
        -
        ☁️ Versões
        - -
        - - 35 (latest) - -
        - -
        - - 34 (stable) - -
        - -
        - - 33 - -
        - -
        - - 32 - -
        - -
        -
        -
        - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/server/latest/user_manual/pt_PT/desktop/options.html b/server/latest/user_manual/pt_PT/desktop/options.html index 0c9a0259e57..9e884ec33cd 100644 --- a/server/latest/user_manual/pt_PT/desktop/options.html +++ b/server/latest/user_manual/pt_PT/desktop/options.html @@ -84,6 +84,7 @@
      • Installation
      • Uninstallation
      • Using the Synchronization Client
      • +
      • Using the macOS File Provider
      • Using the Command-Line Client
      • Command-Line Options
      • Configuration File
      • diff --git a/server/latest/user_manual/pt_PT/desktop/uninstallation.html b/server/latest/user_manual/pt_PT/desktop/uninstallation.html index 81fbd013484..ee00c157bec 100644 --- a/server/latest/user_manual/pt_PT/desktop/uninstallation.html +++ b/server/latest/user_manual/pt_PT/desktop/uninstallation.html @@ -92,6 +92,7 @@

    39. Using the Synchronization Client
    40. +
    41. Using the macOS File Provider
    42. Using the Command-Line Client
    43. Command-Line Options
    44. Configuration File
    45. diff --git a/server/latest/user_manual/pt_PT/desktop/updatechannel.html b/server/latest/user_manual/pt_PT/desktop/updatechannel.html index d5b585b4ef5..99f6c282938 100644 --- a/server/latest/user_manual/pt_PT/desktop/updatechannel.html +++ b/server/latest/user_manual/pt_PT/desktop/updatechannel.html @@ -84,6 +84,7 @@
    46. Installation
    47. Uninstallation
    48. Using the Synchronization Client
    49. +
    50. Using the macOS File Provider
    51. Using the Command-Line Client
    52. Command-Line Options
    53. Configuration File
    54. diff --git a/server/latest/user_manual/pt_PT/desktop/usage.html b/server/latest/user_manual/pt_PT/desktop/usage.html index bee1d5e7325..318253b7ab9 100644 --- a/server/latest/user_manual/pt_PT/desktop/usage.html +++ b/server/latest/user_manual/pt_PT/desktop/usage.html @@ -31,7 +31,7 @@ - + @@ -93,12 +93,9 @@
    55. General Window
    56. Using the Network Window
    57. Using the Ignored Files Editor
    58. -
    59. Virtual Files on macOS -
    60. +
    61. Using the macOS File Provider
    62. Using the Command-Line Client
    63. Command-Line Options
    64. Configuration File
    65. @@ -383,15 +380,6 @@

      Using the Network Window -

      Virtual Files on macOS

      -

      For information about using virtual files integration on macOS, see:

      - - @@ -399,7 +387,7 @@

      Virtual Files on macOS